Re: GLIBC problems

  • From: tooar <tooar@xxxxxxx>
  • To: emelfm2@xxxxxxxxxxxxx
  • Date: Mon, 23 Aug 2004 15:34:46 +0200

dsyates wrote on Sun, 22.08.2004:
> Reboant wrote:
> 
> > Well so much for the Glibc headers theory.
> > Find something else based on gtk2 and build it from source If you
> > get the error message then dsyates was right.You'll either have to
> > find a version of gkt2 built against Glibc-2.3.2 or rebuild gtk2
> > from source yourself.Doesn't Debian have source packages you can
> > build?
> > 
> 
> reinstalling the stock debian unstable
> gtk2 isn't going to help then, is it?

it seems, like unstable is broken currently. maybe the guy who packages
gtk has already installed the libc6 from experimental.

building a debian package is not really hard. what you have to do is:

apt-get build-dep libgtk2.0-0 
(install all packages required to build libgtk)

apt-get source libgtk2.0-0
(get the source code, you need deb-src lines in your
/etc/apt/sources.list for that to work)

cd gtk+2.0-2.4.4/

debian/rules binary
(don't! do this differently, it has to be like this)

cd ..

dpkg -i libgtk2.0-0_2.4.4-2_i386.deb libgtk2.0-dev_2.4.4-2_i386.deb

there's also apt-build, which is supposed to automate the whole process,
ie. "apt-build --reinstall install libgtk2.0-0" should also do it!

since sarge is almost stable now, maybe it makes sense to try to use
sarge? 

regards, 

        tooar


-- 
hit any user to continue

-- 
Users can unsubscribe from the list by sending email to 
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by 
logging into the web interface.

Other related posts: