From owner-cvs-all@FreeBSD.ORG Sat Apr 10 22:14:35 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1DAC16A4CE; Sat, 10 Apr 2004 22:14:35 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 928AF43D1D; Sat, 10 Apr 2004 22:14:35 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i3B5ES8a013980; Sat, 10 Apr 2004 22:14:29 -0700 From: Kent Stewart To: Daniel Eischen Date: Sat, 10 Apr 2004 22:14:33 -0700 User-Agent: KMail/1.6.1 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404102214.33950.kstewart@owt.com> cc: cvs-ports@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/audio/xmcd Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 05:14:36 -0000 On Saturday 10 April 2004 10:03 pm, Daniel Eischen wrote: > On Sat, 10 Apr 2004, Kent Stewart wrote: > > On Saturday 10 April 2004 09:46 am, Daniel Eischen wrote: > > > deischen 2004/04/10 09:46:48 PDT > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > audio/xmcd Makefile distinfo pkg-plist > > > Log: > > > Update to xmcd-3.3.1. > > > > > > Revision Changes Path > > > 1.43 +15 -5 ports/audio/xmcd/Makefile > > > 1.20 +4 -2 ports/audio/xmcd/distinfo > > > 1.20 +16 -13 ports/audio/xmcd/pkg-plist > > > _______________________________________________ > > > > This update builds on -current but fails on 4-stable with the > > following messages > > > > LD_LIBRARY_PATH=/usr/X11R6/lib cc -o xmcd -pthread > > -L/usr/X11R6/lib callback.o cdfunc.o command.o dbprog.o > > geom.o help.o hotkey.o main.o motd.o userreg.o > > widget.o > > wwwwarp.o ../labelh_d/libLabelH.a ../cdinfo_d/libcdinfo.a > > ../cddb_d/libcddbkey.a ../libdi_d/libdi.a > > ../cdda_d/libcdda.a ../common_d/libutil.a -L/usr/X11R6/lib > > -lXm -lXp -lXaw -lXmu -lXt -lSM -lICE -lXpm -lXext -lX11 -lcam > > -L../cddb_d -lcddb -L/usr/freeware/lib32 -L/usr/local/lib -lFLAC > > -lvorbisenc -lvorbis -logg -lm -Wl,-rpath,/usr/X11R6/lib > > ../cdda_d/libcdda.a(pthr.o): In function `cdda_pthr_play': > > pthr.o(.text+0xdb3): undefined reference to `pthread_atfork' > > Hmm, -stable doesn't have pthread_atfork(). Actually, 5.x only got > it recently. Right, so why is it trying to use pthread on stable? It looks like the xmcd link has -pthread on it and shouldn't. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html