Re: [Fwd: Re: garnome-0.22.0-zen1 (zen updates)]



Hi, Anthony. I found the Owen Taylor thread that talks about this problem:

http://mail.gnome.org/archives/gtk-list/1999-August/msg00093.html

Also, have you tried Slackware 9.0? It ships with Gnome 2.2.


From: "Anthony R. Mattke" <tonhe adelphia net>
To: garnome-list <garnome-list gnome org>
Subject: [Fwd: Re: garnome-0.22.0-zen1 (zen updates)]
Date: 22 Mar 2003 20:18:30 -0500

I'm just going to forward this message..

Can anyone explain what is goin on here ?

Thanks..


> From: Zen Sorcerer <zen_sorcerer hotmail com>
> To: tonhe adelphia net
> Subject: Re: garnome-0.22.0-zen1 (zen updates)
> Date: 22 Mar 2003 10:03:58 -0800
>
> >From: "Anthony R. Mattke" <tonhe adelphia net>
> >To: Zen Sorcerer <zen_sorcerer hotmail com>
> >Subject: Re: garnome-0.22.0-zen1 (zen updates)
> >Date: 21 Mar 2003 20:21:36 -0500
> >
> >Isnt pthreads seperate from glibc ? I tried reinstalling pth from
> >gnu.org but that didnt seem to help..
>
> pthreads is usually compiled into glibc...this is how most distris do it. I > guess because it doesn't really make any sense to do other wise. pthreads
> works as part of glibc (your core libraries).
>
> >I'm curious.. why would a ./configure in that directory work. Something
> >that garnome passes in the configure options breaks the pthreads
> >configuration on my machine..
>
> It's probably because the configure in pkconfig is looking for different
> functions inside of the pthreads library than the configure in glib-1.2.8.
>
> >locate pthread shows..  (with some removal of non important stuff)
> >/lib/libpthread-0.9.so
> >/lib/libpthread.so.0
> >/usr/include/pthread.h
> >/usr/lib/libpthread.a
> >/usr/lib/libpthread.so
> >/usr/lib/libpthread.so.0
> >/usr/lib/libpthread_p.a
> >
> >
> >/usr/local/bin/pthread-config
> >/usr/local/include/pthread.h
> >/usr/local/lib/libpthread-0.9.so
> >/usr/local/lib/libpthread.a
> >/usr/local/lib/libpthread.so
> >/usr/local/lib/libpthread.so.0
> >/usr/local/lib/libpthread_p.a
>
> You now have two copies of pthreads installed. The first group of files is > probably part of your glibc package, the second in /usr/local (the ones you
> installed). They bothe look exactly the same...I don't think its your
> pthreads library files themselves but how they interact with glibc.
>
> >Any idea of why the configure options garnome passes would break pthreads?
>
> As far as I can tell garnome doesn't pass any configure options by default > that would cause this. Each garball usually has its own configure options > set (if any) inside each Makefile. Again, I think ??? the problem might be
> with the glibc shipped with Slackware but I don't know.
>
> Hope this helps.
>
> >Thanks for the help.. !
> >
> >On Fri, 2003-03-21 at 12:24, Zen Sorcerer wrote:
> > > Just as I thought...I did a google search and most references to this > > > problem have to do with Slackware. It seems that Slackware ships with a
> > > broken pthreads implementation. :(
> > >
> > > Check Slackware's site www.slackware.com for updates to glibc...btw
> > > Slackware 9.0 was released today.
> > >
> > > Zen
> > >
> > > >From: "Anthony R. Mattke" <tonhe adelphia net>
> > > >To: Zen Sorcerer <zen_sorcerer hotmail com>
> > > >Subject: Re: garnome-0.22.0-zen1 (zen updates)
> > > >Date: 21 Mar 2003 07:33:03 -0500
> > > >
> > > >Slackware.. everything used to work.. i've had somethinb break on me..
> > > >and i'm not sure what it is..
> > > >i just had to recompile gcc because my g++ toolkit was completly
> > > >broken..
> > > >
> > > >
> > > >On Fri, 2003-03-21 at 00:16, Zen Sorcerer wrote:
> > > > > Ok, try editing your garnome-0.22.0/gnome/pkgconfig/Makefile
> > > > >
> > > > > and change the line:
> > > > >
> > > > > CONFIGURE_ARGS = $(DIRPATHS)
> > > > >
> > > > > to this:
> > > > >
> > > > > CONFIGURE_ARGS = $(DIRPATHS) --disable-threads
> > > > >
> > > > > That should do it for you...btw what distro are you running?
> > > > >
> > > > > Zen
> > > > >
> > > > >
> > > > > >From: "Anthony R. Mattke" <tonhe adelphia net>
> > > > > >To: Zen Sorcerer <zen_sorcerer hotmail com>
> > > > > >Subject: Re: garnome-0.22.0-zen1 (zen updates)
> > > > > >Date: 20 Mar 2003 23:32:16 -0500
> > > > > >
> > > > > >i have a /usr/lib/libpthread.a not pthreads
> > > > > >
> > > > > >
> > > > > >On Thu, 2003-03-20 at 17:01, Zen Sorcerer wrote:
> > > > > > > Do you have /usr/lib/libpthreads.a?
> > > > > > >
> > > > > > > Zen
> > > > > > >
> > > > > > >
> > > > > > > >From: "Anthony R. Mattke" <tonhe adelphia net>
> > > > > > > >To: Zen Sorcerer <zen_sorcerer hotmail com>
> > > > > > > >Subject: Re: garnome-0.22.0-zen1 (zen updates)
> > > > > > > >Date: 20 Mar 2003 14:29:17 -0500
> > > > > > > >
> > > > > > > >What if i continually get a pthread error when building glib
> >1.2.8
> > > >??
> > > > > > > >
> > > > > > > >checking for pthread.h... yes
> > > > > > > >checking for thread implementation... posix
> > > > > > > >checking for pthread_attr_init in -lpthread... no
> > > > > > > >checking for pthread_attr_init in -lpthreads... no
> > > > > > > >checking for pthread_attr_init in -lthread... no
> > > > > > > >checking for pthread_attr_init in -lc_r... no
> > > > > > > >checking for pthread_attr_init... no
> > > > > > > >checking for __d10_pthread_attr_init in -lthread... no
> > > > > > > >checking for __pthread_attr_init_system in -lpthread... no
> > > > > > > >configure: error: I can't find the libraries for the thread
> > > > > > > >implementation
> > > > > > > >                 posix. Please choose another thread
> >implementation
> > > >or
> > > > > > > >                 provide information on your thread
> >implementation.
> > > > > > > > You can also run 'configure --disable-threads'
> > > > > > > >                 to compile without thread support.
> > > > > > > >configure: error: ./configure failed for glib-1.2.8
> > > > > > > >
> > > > > > > >This happens when building pkgconfig 0.15.0 using 0.22 or
> >0.22-zen1
> > > > > > > >
> > > > > > > >I have no clue whats goin on..
> > > > > > > >On Wed, 2003-03-19 at 23:06, Zen Sorcerer wrote:
> > > > > > > > > Here are some of my updates to garnome-0.22.0:
> > > > > > > > >
> > > > > > > > >
> > > > >
> > >http://www.ocf.berkeley.edu/~bobk/garnome/garnome-0.22.0-zen1.tar.bz2
> > > > > > > > >
> > > > > > > > > Zen
> > > > > > > > >
> > > > > > > > > *** Garnome Changelog ***
> > > > > > > > >
> > > > > > > > > *Fixed broken gar.conf.mk passing "/" incorrectly
> > > > > > > > >
> > > > > > > > > *Fixed missing garnome/etc/gtk-2.0 dir.
> > > > > > > > >
> > > > > > > > > *Added and updated packages
> > > > > > > > >
> > > > > > > > > Note about DB3: If you get pthreads errors uncomment the
> > > > > >pre-configure
> > > > > > > > > settings in misc/db/Makefile or if you're glibc is built
> >with
> > > >nptl
> > > > > > > >(i.e.
> > > > > > > > > Red Hat 8.1 beta (phoebe))
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > The following packages have been added:
> > > > > > > > > 	 Category 'gnome':
> > > > > > > > > 		evolution................1.3.1
> > > > > > > > > 		gftp.....................2.0.14
> > > > > > > > > 		gnome-spell..............1.0.1
> > > > > > > > > 		gtkhtml..................3.0.1
> > > > > > > > > 		libsoup..................1.99.12
> > > > > > > > >
> > > > > > > > > 	 Category 'misc':
> > > > > > > > > 		aspell...................0.50.3
> > > > > > > > > 		db.......................3.1.17
> > > > > > > > > 		nss......................3.7.2
> > > > > > > > >
> > > > > > > > > The following packages have been upgraded:
> > > > > > > > > 	 Category 'gnome':
> > > > > > > > > 		gal......................1.99.2
> > > > > > > > >
> > > > > > > > > 	 Category 'misc':
> > > > > > > > > 		mozilla..................1.3
> > > > > > > > > 		xine-lib.................1-beta8
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > >_________________________________________________________________
> > > > > > > > > The new MSN 8: smart spam protection and 2 months FREE*
> > > > > > > > > http://join.msn.com/?page=features/junkmail
> > > > > > > >--
> > > > > > > >Anthony R. Mattke <tonhe adelphia net>
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> >_________________________________________________________________
> > > > > > > The new MSN 8: smart spam protection and 2 months FREE*
> > > > > > > http://join.msn.com/?page=features/junkmail
> > > > > >--
> > > > > >Anthony R. Mattke <tonhe adelphia net>
> > > > > >
> > > > >
> > > > >
> > > > > _________________________________________________________________
> > > > > The new MSN 8: advanced junk mail protection and 2 months FREE*
> > > > > http://join.msn.com/?page=features/junkmail
> > > >--
> > > >Anthony R. Mattke <tonhe adelphia net>
> > > >
> > >
> > >
> > > _________________________________________________________________
> > > MSN 8 with e-mail virus protection service: 2 months FREE*
> > > http://join.msn.com/?page=features/virus
> >--
> >Anthony R. Mattke <tonhe adelphia net>
> >
>
>
> _________________________________________________________________
> MSN 8 with e-mail virus protection service: 2 months FREE*
> http://join.msn.com/?page=features/virus
>
--
Anthony R. Mattke <tonhe adelphia net>

--
garnome-list mailing list
garnome-list gnome org
http://mail.gnome.org/mailman/listinfo/garnome-list


_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]