From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 21 03:18:17 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B002D16A4CE for ; Fri, 21 Jan 2005 03:18:17 +0000 (GMT) Received: from creme-brulee.marcuscom.com (creme-brulee.marcuscom.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E04743D55 for ; Fri, 21 Jan 2005 03:18:17 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) j0L3IMVO036981; Thu, 20 Jan 2005 22:18:22 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Rikard Jerner In-Reply-To: <1106276844.3abc2560neddie@home.se> References: <1106276844.3abc2560neddie@home.se> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DPi0Zp/u/bQ6Z3yyV59K" Organization: MarcusCom, Inc. Date: Thu, 20 Jan 2005 22:18:07 -0500 Message-Id: <1106277487.54173.24.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port cc: freebsd-gnome@freebsd.org Subject: Re: Re: Re: Re: Re: libgnomeui bails out on pthreads X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 03:18:17 -0000 --=-DPi0Zp/u/bQ6Z3yyV59K Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2005-01-21 at 04:07 +0100, Rikard Jerner wrote: >=20 > -----Original Message----- > From: Joe Marcus Clarke > To: Rikard Jerner > Date: Thu, 20 Jan 2005 22:08:43 -0500 > Subject: Re: Re: Re: Re: libgnomeui bails out on pthreads >=20 > On Fri, 2005-01-21 at 04:00 +0100, Rikard Jerner wrote: > >=20 > > -----Original Message----- > > From: Joe Marcus Clarke > > To: Rikard Jerner > > Date: Thu, 20 Jan 2005 19:59:23 -0500 > > Subject: Re: Re: Re: libgnomeui bails out on pthreads > >=20 > > On Fri, 2005-01-21 at 01:52 +0100, Rikard Jerner wrote: > > >=20 > > > -----Original Message----- > > > From: Joe Marcus Clarke > > > To: Rikard Jerner > > > Date: Thu, 20 Jan 2005 16:49:02 -0500 > > > Subject: Re: Re: libgnomeui bails out on pthreads > > >=20 > > > On Thu, 2005-01-20 at 22:40 +0100, Rikard Jerner wrote: > > > > well thing is that i dont have libgnomeui installed at all. Do i ha= ve to have the complete gnome-system installed to be able to use it perhaps= ? Sorry for all the stoopid questions but i am just out of ideas. Maybe i s= hould take this as a "do not try to use that program ffs!" ;)=20 > > >=20 > > > Make sure to review the FreeBSD GNOME FAQ at > > > http://www.freebsd.org/gnome/docs/faq2.html to make sure you don't ha= ve > > > any kernel/world problems, then try: > > >=20 > > > portupgrade -Rf libbonoboui > > >=20 > > > Joe > > >=20 > > > >=20 > > > >=20 > > > >=20 > > > > -----Original Message----- > > > > From: Joe Marcus Clarke > > > > To: Rikard Jerner > > > > Date: Tue, 18 Jan 2005 13:22:37 -0500 > > > > Subject: Re: libgnomeui bails out on pthreads > > > >=20 > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > > Hash: SHA1 > > > >=20 > > > > Then do a portupgrade -Rf libgnomeui > > > >=20 > > > > Joe > > > >=20 > > > > - -- > > >=20 > > > read faw and come across this: > > >=20 > > > To fix thread related errors, make sure you have the following compil= ed into your kernel: > > >=20 > > > options _KPOSIX_PRIORITY_SCHEDULING > > > =20 > > >=20 > > >=20 > > > i doublechecked, maybe even tripplechecked and it was already in my k= ernelconfig. > > >=20 > > > i also tried to install the complete gnome2-port put it all ends the = same way as before.=20 > > >=20 > > > most annoying since i cant see what i have done wrong :)=20 > >=20 > > Then make sure you're compiling with default CFLAGS and CXXFLAGS (i.e. > > -O -pipe). > >=20 > > Joe > >=20 > > >=20 > > > /Rikard > > >=20 > > > FreeBSD 4.10-STABLE (TYI) #0: Thu Nov 25 13:49:55 CET 2004 > > >=20 > > >=20 > > >=20 > >=20 > > ok maybe i have found something that makes sense here. > >=20 > > (neddie@youthless:etc)$ gcc -v > > Using builtin specs. > > gcc version 2.95.4 20020320 [FreeBSD] > >=20 > > i was using freebsd 4.6 before and upgraded to 4.10-STABLE not so long = ago.=20 > >=20 > > which version of gcc is recommended?=20 > > and can i just install it from ports? >=20 > This is the correct version of GCC for 4.X. What are the contents of > your /etc/make.conf? What about those extra glibs? Have you removed > them all yet? >=20 > Joe > ------------------------------- >=20 > yes they are removed. > And in /etc i had no make.conf as i read in the gnome-guide so i just cre= ated it and inserted=20 >=20 > WITH_LAME=3D yes >=20 > for mp3 to play in nautilus and so on.... >=20 > weird problem...getting on my nerves ;) Did you do the portupgrade -Rf libbonoboui? I suspect there is a problem with one of your GNOME components (probably gnomevfs2) as -pthread is not being passed to the linker. Joe >=20 >=20 >=20 >=20 >=20 --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-DPi0Zp/u/bQ6Z3yyV59K Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB8HRvb2iPiv4Uz4cRAmk1AKCD30kLoWkjFMU49v28z1cQEV/+hgCgr/iF xdfvnkySFwQXGs0L1Jycc6k= =CBRa -----END PGP SIGNATURE----- --=-DPi0Zp/u/bQ6Z3yyV59K--