Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108967 - gnome-applets-2.12.1 failed to build
Summary: gnome-applets-2.12.1 failed to build
Status: RESOLVED DUPLICATE of bug 104088
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-11 23:57 UTC by Mirko Hufnagel
Modified: 2005-10-12 04:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mirko Hufnagel 2005-10-11 23:57:22 UTC
make[3]: Entering directory
`/var/tmp/portage/gnome-applets-2.12.1/work/gnome-applets-2.12.1/drivemount/help'
if ! test -d es/; then mkdir es/; fi
if test -f "C/drivemount.xml"; then d="../"; else d=".././"; fi; \
(cd es/ && \
  `which xml2po` -e -p \
    ${d}es/es.po \
    ${d}C/drivemount.xml > drivemount.xml.tmp && \
    cp drivemount.xml.tmp drivemount.xml && rm -f drivemount.xml.tmp)
Traceback (most recent call last):
  File "/usr/bin/xml2po", line 34, in ?
    import libxml2
ImportError: No module named libxml2
make[3]: *** [es/drivemount.xml] Fehler 1
make[3]: Leaving directory
`/var/tmp/portage/gnome-applets-2.12.1/work/gnome-applets-2.12.1/drivemount/help'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory
`/var/tmp/portage/gnome-applets-2.12.1/work/gnome-applets-2.12.1/drivemount'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-applets-2.12.1/work/gnome-applets-2.12.1'
make: *** [all] Fehler 2



# uname -a 
Linux pchufnagel 2.6.12-gentoo-r10 #1 Mon Sep 26 11:48:05 CEST 2005 i686
Intel(R) Pentium(R) M processor 1.60GHz GenuineIntel GNU/Linux

# make.conf
CFLAGS="-O2 -march=pentium4"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
USE="nautilus mono apache2 bluetooth evo irmc nsplugin nls firefox imap ldap
gimp gimpprint wmf svg scanner gtkhtml symlink X a52 acpi win32codecs xine dvdr
java mmx sse sse2 tiff unicode userlocales gtk gtk2 alsa -arts -esd gnome -qt -kde
dvd cdr"
LINGUAS="de"
LANG="de_DE@UTF-8"

Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge -av gnome-applets
Comment 1 John N. Laliberte (RETIRED) gentoo-dev 2005-10-12 04:29:54 UTC

*** This bug has been marked as a duplicate of 104088 ***