Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115360 - gnome-base/gnome-panel-2.12.2 failed (needs libxml2)
Summary: gnome-base/gnome-panel-2.12.2 failed (needs libxml2)
Status: RESOLVED DUPLICATE of bug 104088
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-12 18:11 UTC by Shane
Modified: 2005-12-12 23:06 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 Shane 2005-12-12 18:11:14 UTC
I tried to install gnome-light but because libxml2 was not included as a
requirement the build of gnome-panel failed.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
Making all in clock
make[3]: Entering directory
`/var/tmp/portage/gnome-panel-2.12.2/work/gnome-panel-2.12.2/help/clock'
if ! test -d de/; then mkdir de/; fi
if test -f "C/clock.xml"; then d="../"; else d=".././"; fi; \
(cd de/ && \
  `which xml2po` -e -p \
    ${d}de/de.po \
    ${d}C/clock.xml > clock.xml.tmp && \
    cp clock.xml.tmp clock.xml && rm -f clock.xml.tmp)
if ! test -d es/; then mkdir es/; fi
if test -f "C/clock.xml"; then d="../"; else d=".././"; fi; \
(cd es/ && \
  `which xml2po` -e -p \
    ${d}es/es.po \
    ${d}C/clock.xml > clock.xml.tmp && \
    cp clock.xml.tmp clock.xml && rm -f clock.xml.tmp)
Traceback (most recent call last):
  File "/usr/bin/xml2po", line 34, in ?
    import libxml2
ImportError: No module named libxml2
Traceback (most recent call last):
  File "/usr/bin/xml2po", line 34, in ?
    import libxml2
ImportError: No module named libxml2
make[3]: *** [es/clock.xml] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [de/clock.xml] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gnome-panel-2.12.2/work/gnome-panel-2.12.2/help/clock'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gnome-panel-2.12.2/work/gnome-panel-2.12.2/help'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-panel-2.12.2/work/gnome-panel-2.12.2'
make: *** [all] Error 2

!!! ERROR: gnome-base/gnome-panel-2.12.2 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-12 23:06:52 UTC

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