From owner-freebsd-questions@FreeBSD.ORG Mon Dec 26 15:06:14 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E13616A41F for ; Mon, 26 Dec 2005 15:06:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC30D43D4C for ; Mon, 26 Dec 2005 15:06:13 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28897 invoked from network); 26 Dec 2005 15:06:13 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 26 Dec 2005 15:06:12 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2AAA628423; Mon, 26 Dec 2005 10:06:12 -0500 (EST) Sender: lowell@be-well.ilk.org To: Micah References: <43ADD354.9090606@ywave.com> From: Lowell Gilbert Date: 26 Dec 2005 10:06:11 -0500 In-Reply-To: <43ADD354.9090606@ywave.com> Message-ID: <447j9r290c.fsf@be-well.ilk.org> Lines: 95 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freeBSD Subject: Re: pthread problems and ports on fresh 6.0 install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Dec 2005 15:06:14 -0000 Micah writes: > I wrote in a few days ago about gpgme not compiling. It had an error > about several pthread_* functions. I got around it by installing from > packages. Now I can't compile multimedia/gstreamer from ports for the > same reason. (Error below). I'm not sure what to do, or even what the > problem is... Any help in tracking the problem down is appreciated. > > I'm running FreeBSD 6.0-RELEASE i386 with the generic kernel installed > off CD. > > Thanks, > Micah > > *** For GPGME error message see: *** > http://lists.freebsd.org/pipermail/freebsd-questions/2005-December/108171.html > > ***Error Message*** > cc -shared .libs/libgstspider_la-gstspider.o > .libs/libgstspider_la-gstspideridentity.o > .libs/libgstspider_la-gstsearchfuncs.o -Wl,--rpath > -Wl,/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11/gst/.libs > -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/local/lib > ../../gst/.libs/libgstreamer-0.8.so -march=athlon -Wl,-soname > -Wl,libgstspider.so -Wl,-retain-symbols-file > -Wl,.libs/libgstspider.exp -o .libs/libgstspider.so > creating libgstspider.la > (cd .libs && rm -f libgstspider.la && ln -s ../libgstspider.la > libgstspider.la) > if cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include > -D_REENTRANT -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 > -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > -fno-common -g -Wall -DGST_DISABLE_DEPRECATED -I../../libs -I../.. -O2 > -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -MT > spidertest-spidertest.o -MD -MP -MF ".deps/spidertest-spidertest.Tpo" > -c > -o spidertest-spidertest.o `test -f 'spidertest.c' || echo > './'`spidertest.c; \ > then mv -f ".deps/spidertest-spidertest.Tpo" > ".deps/spidertest-spidertest.Po"; else rm -f > ".deps/spidertest-spidertest.Tpo"; exit 1; fi > /bin/sh /usr/local/bin/libtool15 --tag=CC --mode=link cc -O2 > -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -L/usr/local/lib > -o > spidertest spidertest-spidertest.o ../../gst/libgstreamer-0.8.la > cc -O2 -fno-strict-aliasing -pipe -O2 -pipe -march=athlon -o > .libs/spidertest spidertest-spidertest.o -L/usr/local/lib > ../../gst/.libs/libgstreamer-0.8.so -lxml2 -lz -lgobject-2.0 > -lgthread-2.0 -lgmodule-2.0 -lglib-2.0 -liconv -lpopt -lintl -lm > -Wl,--rpath -Wl,/usr/X11R6/lib > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_destroy' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_create' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_attr_init' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_exit' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_equal' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_getschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_setscope' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_setschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_setstacksize' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_setschedparam' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_setdetachstate' > /usr/local/lib/libgthread-2.0.so: undefined reference to `pthread_join' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_cond_timedwait' > /usr/local/lib/libgthread-2.0.so: undefined reference to > `pthread_attr_getschedparam' > gmake[4]: *** [spidertest] Error 1 > gmake[4]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11/gst/autoplug' > gmake[3]: *** [all-recursive] Error 1 > gmake[3]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11/gst' > gmake[2]: *** [all] Error 2 > gmake[2]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11/gst' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/multimedia/gstreamer/work/gstreamer-0.8.11' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/multimedia/gstreamer. > # > How did you install the ports? Are they up-to-date? Are there maybe some stale files in that particular port directory?