Re: libgthread error building arts

2004-05-05 Thread Michael L. Squires
> i'm having trouble building kde3 on a freshly installed box.  the ports tre=
> e has been cvsupp'ed, i've portupgraded -rf gettext, and portupgraded -rf t=
> extproc/expat2.

There was a problem with glib20 (causing audio/arts to fail to compile) which
got fixed a day or so ago.  See the kde-freebsd mailing list for more info.

Mike Squires
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: libgthread error building arts

2004-05-05 Thread Kris Kennaway
On Wed, May 05, 2004 at 01:07:59AM -0700, Kris Kennaway wrote:

> > Did you search on -current for pthreads and libc_r? You have a mixed 
> > setup that is trying to use both and that doesn't work. There are 
> > several solutions. One is to use libmap.conf to map them and the other 
> > is to rebuild everything that uses pthreads such as gmake, glib, and 
> > the rest of the ports. I started out using libmap.conf and eventually 
> > did a portupgrade -rRfa. 
> 
> Actually this is a legitimate error that is also showing up on package
> builds.  I reported it to the maintainer earlier today.

Apparently it is already fixed; update glib2.

Kris


pgp0.pgp
Description: PGP signature


Re: libgthread error building arts

2004-05-05 Thread Kris Kennaway
On Tue, May 04, 2004 at 10:41:23PM -0700, Kent Stewart wrote:
> On Wednesday 05 May 2004 09:20 am, Redmond Militante wrote:
> > hi
> >
> > i'm having trouble building kde3 on a freshly installed box.  the
> > ports tree has been cvsupp'ed, i've portupgraded -rf gettext, and
> > portupgraded -rf textproc/expat2.
> >
> > the kde3 install errors out while installing arts.  the error i get
> > is
> >
> > /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' ...
> > gmake[2] *** [mcopid1] Error 1
> > gmake[2] Leaving directory
> > '/usr/ports/audio/arts/work/arts-1.2.2/mcopid1' gmake[1] ***
> > [all-recursive] Error 1
> > gmake[1] Leaving directory '/usr/ports/audio/arts/work/arts-1.2.2/'
> > gmake[1] *** [all] Error 2
> > *** Error code 2
> >
> > i've tried to google this one.  all i could find were references to
> > people having the same sort of problem while installing other apps,
> > but no solution.  anyone know what's going on?
> >
> 
> 
> Did you search on -current for pthreads and libc_r? You have a mixed 
> setup that is trying to use both and that doesn't work. There are 
> several solutions. One is to use libmap.conf to map them and the other 
> is to rebuild everything that uses pthreads such as gmake, glib, and 
> the rest of the ports. I started out using libmap.conf and eventually 
> did a portupgrade -rRfa. 

Actually this is a legitimate error that is also showing up on package
builds.  I reported it to the maintainer earlier today.

Kris


pgp0.pgp
Description: PGP signature


Re: libgthread error building arts

2004-05-04 Thread Kent Stewart
On Wednesday 05 May 2004 09:20 am, Redmond Militante wrote:
> hi
>
> i'm having trouble building kde3 on a freshly installed box.  the
> ports tree has been cvsupp'ed, i've portupgraded -rf gettext, and
> portupgraded -rf textproc/expat2.
>
> the kde3 install errors out while installing arts.  the error i get
> is
>
> /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' ...
> gmake[2] *** [mcopid1] Error 1
> gmake[2] Leaving directory
> '/usr/ports/audio/arts/work/arts-1.2.2/mcopid1' gmake[1] ***
> [all-recursive] Error 1
> gmake[1] Leaving directory '/usr/ports/audio/arts/work/arts-1.2.2/'
> gmake[1] *** [all] Error 2
> *** Error code 2
>
> i've tried to google this one.  all i could find were references to
> people having the same sort of problem while installing other apps,
> but no solution.  anyone know what's going on?
>


Did you search on -current for pthreads and libc_r? You have a mixed 
setup that is trying to use both and that doesn't work. There are 
several solutions. One is to use libmap.conf to map them and the other 
is to rebuild everything that uses pthreads such as gmake, glib, and 
the rest of the ports. I started out using libmap.conf and eventually 
did a portupgrade -rRfa. 

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"