From owner-freebsd-gnome Wed Jan 30 23:14:15 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4707237B404 for ; Wed, 30 Jan 2002 23:14:07 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0V7Dem28272; Thu, 31 Jan 2002 02:13:40 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Error making Pan From: Joe Clarke To: Austin hall Cc: gnome@FreeBSD.ORG In-Reply-To: <20020131011802.GA84987@darkstar.bellsouth.net> References: <20020131011802.GA84987@darkstar.bellsouth.net> Content-Type: multipart/alternative; boundary="=-hPTGhNTh5DVvBUNub4Kb" X-Mailer: Evolution/1.0.1 Date: 31 Jan 2002 02:14:26 -0500 Message-Id: <1012461266.89291.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-hPTGhNTh5DVvBUNub4Kb Content-Type: text/plain Content-Transfer-Encoding: 7bit On Wed, 2002-01-30 at 20:18, Austin hall wrote: > I can't make Pan 0.11.1.91. I upgraded gnomecore last night with > portupgrade and libgda failed to make with a similar error message; > everything else went smoothly though. I am running 4.5-STABLE. > Thanks. > > Austin > -- > Never count your chickens before they rip your lips off > > ####################### > > /usr/lib/libc.so.4: WARNING! setkey(3) not present in the system! > /usr/lib/libc.so.4: warning: this program uses gets(), which is > unsafe. > /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider > using mkstemp() > /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! > /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! > /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider > using mkstemp() > /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is > not recommended. > /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! > /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; > consider using mkstemp() > queue.o: In function `queue_init': > queue.o(.text+0x1ff): undefined reference to `__pthread_detach' > queue.o: In function `queue_run': > queue.o(.text+0xecb): undefined reference to `__pthread_detach' > base/libpanbase.a(argset.o): In function `run_in_worker_thread': > argset.o(.text+0x27e): undefined reference to `__pthread_detach' > gmake[3]: *** [pan] Error 1 Looks to me like you have NOLIBC_R=true set in /etc/make.conf. This is bad. If you do have this, remove it, then remake world. If you don't have it, then do you have: options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING In your kernel conf? If you do, then do you have the pth port installed? This has been known to cause problems with certain ports. To put you at ease, this port does build on -stable. I have 0.11.1.91 installed on my 4.5 machine. Joe > gmake[3]: Leaving directory > `/usr/ports/news/pan/work/pan-0.11.1.91/pan' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory > `/usr/ports/news/pan/work/pan-0.11.1.91/pan' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/news/pan. > *** Error code 1 > > Stop in /usr/ports/news/pan. > *** Error code 1 > > Stop in /usr/ports/news/pan. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > --=-hPTGhNTh5DVvBUNub4Kb Content-Type: text/html; charset=utf-8 On Wed, 2002-01-30 at 20:18, Austin hall wrote:
> I can't make Pan 0.11.1.91. I upgraded gnomecore last night with
> portupgrade and libgda failed to make with a similar error message;
> everything else went smoothly though. I am running 4.5-STABLE.
> Thanks.
> 
> Austin
> -- 
> Never count your chickens before they rip your lips off
> 
> #######################
> 
> /usr/lib/libc.so.4: WARNING!  setkey(3) not present in the system!
> /usr/lib/libc.so.4: warning: this program uses gets(), which is
> unsafe.
> /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider
> using mkstemp()
> /usr/lib/libc.so.4: WARNING!  des_setkey(3) not present in the system!
> /usr/lib/libc.so.4: WARNING!  encrypt(3) not present in the system!
> /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider
> using mkstemp()
> /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is
> not recommended.
> /usr/lib/libc.so.4: WARNING!  des_cipher(3) not present in the system!
> /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely;
> consider using mkstemp()
> queue.o: In function `queue_init':
> queue.o(.text+0x1ff): undefined reference to `__pthread_detach'
> queue.o: In function `queue_run':
> queue.o(.text+0xecb): undefined reference to `__pthread_detach'
> base/libpanbase.a(argset.o): In function `run_in_worker_thread':
> argset.o(.text+0x27e): undefined reference to `__pthread_detach'
> gmake[3]: *** [pan] Error 1

Looks to me like you have

NOLIBC_R=true

set in /etc/make.conf.  This is bad.  If you do have this, remove it, then remake world.  If you don't have it, then do you have:

options     P1003_1B
options     _KPOSIX_PRIORITY_SCHEDULING
          
In your kernel conf?  If you do, then do you have the pth port installed?  This has been known to cause problems with certain ports.

To put you at ease, this port does build on -stable.  I have 0.11.1.91 installed on my 4.5 machine.

Joe
> gmake[3]: Leaving directory
> `/usr/ports/news/pan/work/pan-0.11.1.91/pan'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory
> `/usr/ports/news/pan/work/pan-0.11.1.91/pan'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/news/pan/work/pan-0.11.1.91'
> gmake: *** [all] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/news/pan.
> *** Error code 1
> 
> Stop in /usr/ports/news/pan.
> *** Error code 1
> 
> Stop in /usr/ports/news/pan.
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
> 
--=-hPTGhNTh5DVvBUNub4Kb-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message