From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IVVWe-0003Ut-HD for garchives@archives.gentoo.org; Wed, 12 Sep 2007 16:57:17 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8CGluHU011526; Wed, 12 Sep 2007 16:47:56 GMT Received: from smtp12.unit.tiscali.de (smtp10.unit.tiscali.de [213.205.33.46]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8CGfhGu003643 for ; Wed, 12 Sep 2007 16:41:43 GMT Received: from [10.161.19.81] (212.23.126.8) by smtp12.unit.tiscali.de (7.3.122) (authenticated as f.philipp@addcom.de) id 46B409840001D4D7 for gentoo-user@lists.gentoo.org; Wed, 12 Sep 2007 18:41:42 +0200 Message-ID: <46E816B8.9030301@addcom.de> Date: Wed, 12 Sep 2007 18:41:28 +0200 From: Florian Philipp User-Agent: Thunderbird 2.0.0.6 (X11/20070906) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] I can't build pango References: <46E811C3.3050401@orange-ftgroup.com> In-Reply-To: <46E811C3.3050401@orange-ftgroup.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 3d515dbc-4d63-4970-8336-cb5328d56700 X-Archives-Hash: de3bae35dfeb480ce31c3b55d280f851 Jean-Philippe Caruana schrieb: > Hi, > > I try to build gnome on my system, but I can't build the pango dependence : > > here is the (end of the) message : > !!! ERROR: x11-libs/pango-1.16.5 failed. > Call stack: > ebuild.sh, line 1638: Called dyn_compile > ebuild.sh, line 985: Called qa_call 'src_compile' > ebuild.sh, line 44: Called src_compile > ebuild.sh, line 1328: Called gnome2_src_compile > gnome2.eclass, line 71: Called die > > !!! compile failure > !!! If you need support, post the topmost build error, and the call > stack if relevant. > !!! A complete build log is located at > '/var/tmp/portage/x11-libs/pango-1.16.5/temp/build.log'. > > > I put the build.log here : > > > > here is my make.conf :# cat /etc/make.conf > CHOST="i686-pc-linux-gnu" > CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" > CXXFLAGS="${CFLAGS}" > USE="X gtk gnome -alsa mysql firefox apache2 bash-completion java jpeg > junit mp3 php python perl -wifi zlib" > > > > here is my gcc config : > # gcc-config -l > [1] i486-pc-linux-gnu-4.1.1 * > [2] i686-pc-linux-gnu-3.3.6 > > > I tried many things : env-update, re-emerge binutils... nothing works :-( > > > > any idea ? > "/var/tmp/portage/x11-libs/pango-1.16.5/work/pango-1.16.5/pango/.libs/lt-pango-querymodules: error while loading shared libraries: libexpat.so.0: cannot open shared object file: No such file or directory" Looks like you're running into the expat trouble.Search for it, you'll find alot about "gentoo expat". When did you update the last time? Did you try revdep-rebuild? Does portage want to update expat or did it already? Did you mask something (newer versions of expat, maybe)? -- gentoo-user@gentoo.org mailing list