Re: [BUGS] BUG #3911: can not 'make'

2008-01-29 Thread Tom Lane
Theodore Petrosky <[EMAIL PROTECTED]> writes: > So the solution is to create a file /etc/sysctl.conf > with the following: > kern.sysv.shmmax=33554432 > kern.sysv.shmmin=1 > kern.sysv.shmmni=32 > kern.sysv.shmseg=8 > kern.sysv.shmall=65536 > I went looking for my rc.conf and can not find it > und

Re: [BUGS] BUG #3911: can not 'make'

2008-01-29 Thread Theodore Petrosky
So the solution is to create a file /etc/sysctl.conf with the following: kern.sysv.shmmax=33554432 kern.sysv.shmmin=1 kern.sysv.shmmni=32 kern.sysv.shmseg=8 kern.sysv.shmall=65536 I went looking for my rc.conf and can not find it under os 10.5... Apple must have moved it again. If someone very

Re: [BUGS] BUG #3911: can not 'make'

2008-01-29 Thread Tom Lane
Theodore Petrosky <[EMAIL PROTECTED]> writes: > when I check the results/float4.out I see: > psql: FATAL: sorry, too many clients already Hah. Check what initdb set max_connections to, and run the tests with fewer clients than that: make MAX_CONNECTIONS=n check In the long run you'll wa

Re: [BUGS] BUG #3911: can not 'make'

2008-01-29 Thread Tom Lane
Theodore Petrosky <[EMAIL PROTECTED]> writes: > 10.5.1 a new install on a separate HD. Xcode 3 was > installed fresh (as the HD was freshly formatted) > intel (quad processor) Hmmm ... 10.5 on Intel is the one case that's not getting exercised on a fairly regular basis (either by the buildfarm or

Re: [BUGS] BUG #3911: can not 'make'

2008-01-29 Thread Theodore Petrosky
so I just tried uninstalling and reinstalling Xcode3 same result. will it help to see the actual logs? Ted --- Tom Lane <[EMAIL PROTECTED]> wrote: > "ted petrosky" <[EMAIL PROTECTED]> writes: > > PostgreSQL version: 8.3RC2 > > Operating system: os x > > Description:can not 'make' >

Re: [BUGS] BUG #3911: can not 'make'

2008-01-29 Thread Theodore Petrosky
10.5.1 a new install on a separate HD. Xcode 3 was installed fresh (as the HD was freshly formatted) intel (quad processor) Ted --- Tom Lane <[EMAIL PROTECTED]> wrote: > "ted petrosky" <[EMAIL PROTECTED]> writes: > > PostgreSQL version: 8.3RC2 > > Operating system: os x > > Description:

Re: [BUGS] BUG #3911: can not 'make'

2008-01-29 Thread Tom Lane
"ted petrosky" <[EMAIL PROTECTED]> writes: > PostgreSQL version: 8.3RC2 > Operating system: os x > Description:can not 'make' OS X which? And is this PPC or Intel hardware? > Ok, what am I doing wrong? I downloaded RC2 and config with: > ./configure --with-libedit-preferred --enable-

[BUGS] BUG #3911: can not 'make'

2008-01-29 Thread ted petrosky
The following bug has been logged online: Bug reference: 3911 Logged by: ted petrosky Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3RC2 Operating system: os x Description:can not 'make' Details: Ok, what am I doing wrong? I downloaded RC2 and config with: