First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 116120
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: sinizzl <sinizzl@bluewin.ch>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 116120 depends on: Show dependency tree
Bug 116120 blocks: 103197
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-12-19 21:34 0000
recently found out that portage did not tell me to also emerge libxml2 for
getting the compilation of the gnome-panel working. it was not needed for 2.10,
but it obviously is for 2.12. i never did a "emerge gnome" or "emerge
gnome-light"; i just wanted to use the gnome-panel for xfce. a emerge --pretend
gnome/gnome-light didn't tell me to emerge libxml2 too though.

------- Comment #1 From John N. Laliberte (RETIRED) 2005-12-20 04:56:33 0000 -------
did you have libxml installed already?

can you provide an error log?

If you already had it installed, this is probably a dupe.

------- Comment #2 From sinizzl 2005-12-22 18:11:49 0000 -------
no, i haven't installed libxml before, and unfortunately, i cannot provide an
error log. i thought this was not necessary since it was clear to install
libxml2 to get it working and this is only a minor bug, isn't it?

------- Comment #3 From Nick Devito 2005-12-29 13:14:02 0000 -------
I have also incountered this problem, where python would error out
"ImportError: No Module named libxml2". Emerging libxml2 would fix the problem,
however, it seems the gnome-panel ebuild is missing this dependancy.

------- Comment #4 From John N. Laliberte (RETIRED) 2006-01-14 05:54:25 0000 -------
*** Bug 118955 has been marked as a duplicate of this bug. ***

------- Comment #5 From John N. Laliberte (RETIRED) 2006-01-19 17:27:50 0000 -------
I've investigated this issue a bit more.

gnome-panel deps on libgnomeui deps on libbonoboui deps on libxml2.

Therefore, you should have libxml2 installed.  If you did NOT have libxml2
installed, you would have gotten this error:
checking for PANEL... configure: error: Package requirements blah blah were not
met.

This is because it would have tried to get the pkg-config flags, and failed
when it got to libgnomeui-2.0 and received the following error:
Package libxml-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxml-2.0.pc'
to the PKG_CONFIG_PATH environment variable.
Package `libxml-2.0', required by ' libbonoboui', not found

and not the ImportError.

Therefore, you either:
1) forgot to run python-updater after upgrading python
2) have -python in your use flags.

I have committed an updated ebuild to fix the 2nd case only.  

gnome-panel does not directly depend on libxml2.

------- Comment #6 From Jakub Moc (RETIRED) 2006-02-21 13:29:18 0000 -------
*** Bug 123652 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug