Re: Starange behaviour ...

2000-06-04 Thread bush doctor

Out of da blue Will Andrews aka ([EMAIL PROTECTED]) said:
> On Sun, Jun 04, 2000 at 12:58:28PM -0400, bush doctor wrote:
> > the same port reports none of the warnings :(.  Any clues?
> 
> Different libc linking in one of the libs.
Thanxs, I found the culprit.  I needed to rebuild libgii.
Looks like I hadn't rebuilt since the -pthread option
was implemented. 

> 
> -- 
> Will Andrews <[EMAIL PROTECTED]>
> GCS/E/S @d- s+:+>+:- a--->+++ C++ UB P+ L- E--- W+++ !N !o ?K w---
> ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++> DI+++ D+ 
> G++>+++ e-> h! r-->+++ y?

#;-)
-- 
So ya want ta hear da roots?
bush doctor <[EMAIL PROTECTED]>
   Of course I run FreeBSD!!
   http://www.freebsd.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Starange behaviour ...

2000-06-04 Thread Will Andrews

On Sun, Jun 04, 2000 at 12:58:28PM -0400, bush doctor wrote:
> the same port reports none of the warnings :(.  Any clues?

Different libc linking in one of the libs.

-- 
Will Andrews <[EMAIL PROTECTED]>
GCS/E/S @d- s+:+>+:- a--->+++ C++ UB P+ L- E--- W+++ !N !o ?K w---
?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++> DI+++ D+ 
G++>+++ e-> h! r-->+++ y?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Starange behaviour ...

2000-06-04 Thread bush doctor

I need some hints in finding the answer to the following. 
When compiling xscreensaver-3.24 from the ports on my home box
I get the following diagnostics (P200 128Mb ram)

ikhala.tcimet.net:dervish> uname -a
FreeBSD ikhala.tcimet.net 5.0-CURRENT FreeBSD 5.0-CURRENT #28: Sat Jun  3 07:10:29 EDT 
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/GANJA  i386

cc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format -Wp,-lang-c89 
-L/usr/X11R6/lib -o cage cage.o screenhack-gl.o xlock-gl.o ../xlockm
ore.o  ../../utils/resources.o ../../utils/visual.o  ../../utils/visual-gl.o 
../../utils/usleep.o  ../../utils/yarandom.o ../../utils/hsv.o 
 ../../utils/colors.o  -L/usr/X11R6/lib   -lMesaGL -lMesaGLU  
-lXmu  -lSM -lICE -lXmu -lXt -lXt -lX11 -lXext  -lm
 /usr/lib/libc_r.so.4: WARNING!  setkey(3) not present in the system!
 /usr/lib/libc_r.so.4: warning: this program uses gets(), which is unsafe.
 /usr/lib/libc_r.so.4: warning: mktemp() possibly used unsafely; consider using 
mkstemp()
 /usr/lib/libc_r.so.4: WARNING!  des_setkey(3) not present in the system!
 /usr/lib/libc_r.so.4: WARNING!  encrypt(3) not present in the system!
 /usr/lib/libc_r.so.4: warning: tmpnam() possibly used unsafely; consider using 
mkstemp()
 /usr/lib/libc_r.so.4: warning: this program uses f_prealloc(), which is stupid.
 /usr/lib/libc_r.so.4: WARNING!  des_cipher(3) not present in the system!
 /usr/lib/libc_r.so.4: warning: tempnam() possibly used unsafely; consider using 
mkstemp()
 cc -Wall -Wstrict-prototypes -Wnested-externs -Wno-format -Wp,-lang-c89 -c -I. 
-I./../../utils -I./.. -I../..  -I/usr/X11R6/include -DSTANDA
 LONE -DUSE_GL -DHAVE_CONFIG_H -O -pipe -I/usr/X11R6/include gears.c

Alone this would indicate that the port needs to be linked with the -pthreads option.
However on my box at work (PIII 550 128Mb ram)

goku.cl.msu.edu:dervish> uname -a
FreeBSD goku.cl.msu.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #40: Thu May 25 21:56:27 EDT 
2000 [EMAIL PROTECTED]:/usr/src/sys/compile/GOKU  i386

the same port reports none of the warnings :(.  Any clues?

#;^)
-- 
So ya want ta hear da roots?
bush doctor <[EMAIL PROTECTED]>
   Of course I run FreeBSD!!
   http://www.freebsd.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message