Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21504 - gnome-pim 1.4.8 won't compile without libxml
Summary: gnome-pim 1.4.8 won't compile without libxml
Status: RESOLVED FIXED
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: 2003-05-22 17:08 UTC by totenkopf
Modified: 2003-06-03 06:18 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 totenkopf 2003-05-22 17:08:47 UTC
While compiling gnome-pim 1.4.8 it bombs out unless libxml is installed.  Libxml
is not listed as a dependency but once I emerged libxml, gnome-pim installed
without incident.  Below is a copy from my failed emerge gnome-pim log:

checking for X11/SM/SMlib.h... yes
checking for XpmFreeXpmImage in -lXpm... yes
checking for gnome-config... (cached) /usr/bin/gnome-config
Unknown library `xml'
checking for xmlNewDoc in -lxml... Unknown library `xml'
no
configure: error: Could not link sample xml program

!!! ERROR: gnome-extra/gnome-pim-1.4.8 failed.
!!! Function src_compile, Line 26, Exitcode 1
!!! (no error message)
Comment 1 foser (RETIRED) gentoo-dev 2003-05-22 18:33:38 UTC
probably more correct to say that gnome-pim configure needs xml. I added some magic to get around the libxml check. Remove libxml, rsync and rebuild gnome-pim to see if it works please (give the fix some time to propagate).
Comment 2 totenkopf 2003-06-03 06:18:39 UTC
I unmerged libxml, remerged gnome-pim without incident.  The fix worked.  Thanks