* [gentoo-user] I can't build pango
@ 2007-09-12 16:20 Jean-Philippe Caruana
2007-09-12 16:41 ` Florian Philipp
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Jean-Philippe Caruana @ 2007-09-12 16:20 UTC (permalink / raw
To: gentoo-user
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 :
<http://perso.enstimac.fr/~caruana/perso/build.log>
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 ?
--
Jean-Philippe Caruana
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] I can't build pango
2007-09-12 16:20 [gentoo-user] I can't build pango Jean-Philippe Caruana
@ 2007-09-12 16:41 ` Florian Philipp
2007-09-12 17:23 ` Marzan, Richard non Unisys
2007-09-12 17:27 ` Bo Ørsted Andresen
2 siblings, 0 replies; 6+ messages in thread
From: Florian Philipp @ 2007-09-12 16:41 UTC (permalink / raw
To: gentoo-user
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 :
> <http://perso.enstimac.fr/~caruana/perso/build.log>
>
>
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-user] I can't build pango
2007-09-12 16:20 [gentoo-user] I can't build pango Jean-Philippe Caruana
2007-09-12 16:41 ` Florian Philipp
@ 2007-09-12 17:23 ` Marzan, Richard non Unisys
2007-09-13 15:50 ` Jean-Philippe Caruana
2007-09-12 17:27 ` Bo Ørsted Andresen
2 siblings, 1 reply; 6+ messages in thread
From: Marzan, Richard non Unisys @ 2007-09-12 17:23 UTC (permalink / raw
To: gentoo-user
Try emerge --sync...Then visit
http://forums.gentoo.org/viewtopic-t-575655.html The first post worked
for me. Do what it asks and then re-emerge world. Then revdep-rebuild.
-----Original Message-----
From: Jean-Philippe Caruana
[mailto:jeanphilippe1.caruana@orange-ftgroup.com]
Sent: Wednesday, September 12, 2007 12:20 PM
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] I can't build pango
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 :
<http://perso.enstimac.fr/~caruana/perso/build.log>
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 ?
--
Jean-Philippe Caruana
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] I can't build pango
2007-09-12 16:20 [gentoo-user] I can't build pango Jean-Philippe Caruana
2007-09-12 16:41 ` Florian Philipp
2007-09-12 17:23 ` Marzan, Richard non Unisys
@ 2007-09-12 17:27 ` Bo Ørsted Andresen
2 siblings, 0 replies; 6+ messages in thread
From: Bo Ørsted Andresen @ 2007-09-12 17:27 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 795 bytes --]
On Wednesday 12 September 2007 18:20:19 Jean-Philippe Caruana wrote:
> I try to build gnome on my system, but I can't build the pango dependence :
[SNIP]
> I put the build.log here :
> <http://perso.enstimac.fr/~caruana/perso/build.log>
[SNIP]
> here is my make.conf :# cat /etc/make.conf
> CHOST="i686-pc-linux-gnu"
[SNIP]
> 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'd tell you to remerge fontconfig and run revdep-rebuild but it looks to me
like you have much more serious problems than the expat breakage... Your
make.conf claims you're on an i686 CHOST and your gcc 3.3.6 compiler is but
your current compiler apparently isn't...
http://www.gentoo.org/doc/en/change-chost.xml
--
Bo Andresen
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-09-13 16:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-12 16:20 [gentoo-user] I can't build pango Jean-Philippe Caruana
2007-09-12 16:41 ` Florian Philipp
2007-09-12 17:23 ` Marzan, Richard non Unisys
2007-09-13 15:50 ` Jean-Philippe Caruana
2007-09-13 15:58 ` Jean-Philippe Caruana
2007-09-12 17:27 ` Bo Ørsted Andresen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox