Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6486 - modlogan can't find libxml2
Summary: modlogan can't find libxml2
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-14 18:23 UTC by vinz meier
Modified: 2011-10-30 22:21 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 vinz meier 2002-08-14 18:23:57 UTC
app-admin/modlogan-0.7.4-r1

checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.4.1... no

#xml2-config --version
2.4.23

#ldconfig -p | grep xml
libxml2.so.2 (libc6) => /usr/lib/libxml2.so.2
libxml2.so (libc6) => /usr/lib/libxml2.so


adding " --disable-xmltest" to "myconf" in the .ebuild fixed it.

checking for xml2-config... /usr/bin/xml2-config
checking for libxml - version >= 2.4.1... yes (version 2.4.23)
Comment 1 vinz meier 2002-08-14 18:29:52 UTC
(didnt post the whole output of ldconfig -p , just the 2 libxml.so's )
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-16 07:14:30 UTC
I've put modlogan-0.7.18 into portage and masked it.  Please test that and
report here.
Comment 3 vinz meier 2002-08-16 13:43:10 UTC
checking for libxml - version >= 2.4.12... yes (version 2.4.23)

Configure finished:

libxml2   : 2.4.23

its working fine now, thanks :)


something i get now (dont know if this happened before) tho: 
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo
".././mkinstalldirs" ;; esac` /usr/share
ACCESS DENIED  open_wr:   /usr/share/locale/de/LC_MESSAGES/modlogan.mo

(other langs too)

drwxr-xr-x    2 root     root         4096 Aug 16 20:13
/usr/share/locale/es/LC_MESSAGES/
yes, im root :p
#id
uid=0(root) gid=0(root)

i also removed the old modlogan before i emerged the new one
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-16 22:59:11 UTC
ah the old sandbox violations... will fix in just a few minutes
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-16 23:47:28 UTC
ok, uploaded the fixed ebuild into portage.

please test again :)
Comment 6 vinz meier 2002-08-18 18:52:08 UTC
works good now :)