7.4.2 Build broken on (Sparc) Solaris 7 and 8

Поиск
Список
Период
Сортировка
От jseymour@LinxNet.com (Jim Seymour)
Тема 7.4.2 Build broken on (Sparc) Solaris 7 and 8
Дата
Msg-id 20040313225253.287934307@jimsun.LinxNet.com
обсуждение исходный текст
Ответы Re: 7.4.2 Build broken on (Sparc) Solaris 7 and 8  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

Environment:
   SunOS 5.8 Generic_108528-27 sun4u sparc SUNW,Ultra-250   gcc version 3.3.1   PostgreSQL-7.4.2   ./configure
--with-java--enable-thread-safety
 

"make" results in:
   gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes    -Wmissing-declarations -fPIC -I. -I../../../src/include
  -DFRONTEND -DSYSCONFDIR='"/usr/local/pgsql/etc"'  -c -o thread.o    thread.c   thread.c: In function `pqGetpwuid':
thread.c:116:error: too many arguments to function `getpwuid_r'
 


Environment:
   SunOS 5.7 Generic_106541-29 sun4u sparc SUNW,UltraSPARC-IIi-Engine   gcc version 3.3.1   PostgreSQL-7.4.2
./configure--with-java --enable-thread-safety
 

"make' results in:
   gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes    -Wmissing-declarations -fPIC -I. -I../../../src/include
  -DFRONTEND -DSYSCONFDIR='"/usr/local/pgsql/etc"'  -c -o thread.o    thread.c   thread.c: In function `pqGetpwuid':
thread.c:116:error: too many arguments to function `getpwuid_r'   thread.c: In function `pqGethostbyname':
thread.c:189:error: `resbuf' undeclared (first use in this function)   thread.c:189: error: (Each undeclared identifier
isreported only once   thread.c:189: error: for each function it appears in.)
 

Diff'ing thread.c between 7.4.1 and 7.4.2, it *looks* like, at first
blush, nothing changed that should affect the relevant code.

Anybody got any idea what's broken?

Regards,
Jim
-- 
Jim Seymour                  | PGP Public Key available at:
jseymour@LinxNet.com         | http://www.uk.pgp.net/pgpnet/pks-commands.html
http://jimsun.LinxNet.com    |


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Log rotation
Следующее
От: Tom Lane
Дата:
Сообщение: Further thoughts about warning for costly FK checks