View previous topic :: View next topic |
Author |
Message |
ecce Tux's lil' helper
Joined: 22 Oct 2005 Posts: 92
|
Posted: Thu Mar 30, 2006 8:29 pm Post subject: Compiling fileroller errors out - prevents install of GNOME |
|
|
When I emerge gnome the compilation av fileroller errors out. This prevents me from installing GNOME. My system is up-to-date and I have tried to re-emerge libxml2.
When I run "emerge gnome" I get this output:
Code: |
lm /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so /usr/lib/libglib-2.0.so
make[4]: Leaving directory `/var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3/src'
make[3]: Leaving directory `/var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3/src'
make[2]: Leaving directory `/var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3/src'
Making all in help
make[2]: Entering directory `/var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3/help'
cd .. && \
/bin/sh /var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3/missing --run automake-1.7 --g
nu help/Makefile
cd .. && /bin/sh ./config.status help/Makefile
config.status: creating help/Makefile
make[2]: Leaving directory `/var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3/help'
make[2]: Entering directory `/var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3/help'
if ! test -d de/; then mkdir de/; fi
case "." in /*) sd=".";; *) sd="../.";; esac; \
if [ -f "C/file-roller.xml" ]; then d="../"; else d="d/"; fi; \
(cd de/ && \
`which xml2po` -e -p \
"${d}de/de.po" \
"${d}C/file-roller.xml" > file-roller.xml.tmp && \
cp file-roller.xml.tmp file-roller.xml && rm -f file-roller.xml.tmp)
if ! test -d es/; then mkdir es/; fi
case "." in /*) sd=".";; *) sd="../.";; esac; \
if [ -f "C/file-roller.xml" ]; then d="../"; else d="d/"; fi; \
(cd es/ && \
`which xml2po` -e -p \
"${d}es/es.po" \
"${d}C/file-roller.xml" > file-roller.xml.tmp && \
cp file-roller.xml.tmp file-roller.xml && rm -f file-roller.xml.tmp)
Traceback (most recent call last):
File "/usr/bin/xml2po", line 34, in ?
import libxml2
ImportError: No module named libxml2
make[2]: *** [es/file-roller.xml] Error 1
make[2]: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "/usr/bin/xml2po", line 34, in ?
import libxml2
ImportError: No module named libxml2
make[2]: *** [de/file-roller.xml] Error 1
make[2]: Leaving directory `/var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/file-roller-2.12.3/work/file-roller-2.12.3'
make: *** [all] Error 2
!!! ERROR: app-arch/file-roller-2.12.3 failed.
!!! Function gnome2_src_compile, Line 56, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.
|
emerge --info
Code: |
Portage 2.0.54 (default-linux/x86/2005.1, gcc-3.3.5-20050130, glibc-2.3.5-r2, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1.50GHz
Gentoo Base System version 1.6.14
dev-lang/python: 2.3.5-r2, 2.4.2
sys-apps/sandbox: 1.2.11
sys-devel/autoconf: 2.13, 2.59-r7
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils: 2.16.1
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.du.se/pub/os/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 2 3dfx X a52 aac aalib acpi alsa apm arts audiofile avi bash-completion berkdb bitmap-fonts bzip2 cdparanoia cdr crypt cups curl dri dts dvd dvdr dvdread eds emboss encode esd exif expat fam ffmpeg flac foomaticdb fortran ftp gdbm gif glut gnome gpm gstreamer gtk gtk2 hal icq idn imlib ipv6 isdnlog java javascript jpeg jpeg2k kde lcms libg++ libwww mad mikmod mmx mng motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pcre pdf pdflib perl png pppd python qt quicktime readline samba sdl spell sse sse2 ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb v4l vorbis win32codecs xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
|
Help please... |
|
Back to top |
|
|
AllanonJL Retired Dev
Joined: 16 Sep 2005 Posts: 3
|
|
Back to top |
|
|
ecce Tux's lil' helper
Joined: 22 Oct 2005 Posts: 92
|
Posted: Thu Mar 30, 2006 9:38 pm Post subject: |
|
|
thanks. works now. |
|
Back to top |
|
|
lugduweb n00b
Joined: 04 May 2006 Posts: 47
|
Posted: Fri May 12, 2006 9:30 pm Post subject: |
|
|
Hi !
For me, this is desesperatly **not working**
See this thread about the same topic :
https://forums.gentoo.org/viewtopic-t-427900.html
I've retried to "emerge dev-libs/xml xml2 and xslt" and it still does not work !
Please help a newbie !
Thanks |
|
Back to top |
|
|
lugduweb n00b
Joined: 04 May 2006 Posts: 47
|
Posted: Wed May 17, 2006 7:50 pm Post subject: |
|
|
With a check of all my USE flags and a big :
emerge python dev-libs/libxml libxml2 libxslt gnome-doc-utils gnome
It now works |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|