Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60188 - x11-misc/shared-mime-info-0.14 - missing depend
Summary: x11-misc/shared-mime-info-0.14 - missing depend
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High blocker
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
: 96583 99933 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-12 16:29 UTC by solar (RETIRED)
Modified: 2005-07-22 11:44 UTC (History)
3 users (show)

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 solar (RETIRED) gentoo-dev 2004-08-12 16:29:30 UTC
[ebuild   R   ] dev-util/intltool-0.30          0 kB
[ebuild  N    ] x11-misc/shared-mime-info-0.14  0 kB

./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for perl... /usr/bin/perl
configure: error: XML::Parser perl module is required for intltool
Comment 1 solar (RETIRED) gentoo-dev 2004-08-12 16:47:57 UTC
Ok so this bug is odd. I actually have dev-perl/XML-Parser-2.31-r1 installed.
I'll try upgrading and see if that makes any difference.
Comment 2 solar (RETIRED) gentoo-dev 2004-08-12 16:53:41 UTC
Updating to dev-perl/XML-Parser-2.34 made all the difference.

So on that note I suggest you add the following to the ebuild.

RCS file: /var/cvsroot/gentoo-x86/x11-misc/shared-mime-info/shared-mime-info-0.14.ebuild,v
retrieving revision 1.11
diff -u -b -B -w -p -r1.11 shared-mime-info-0.14.ebuild
--- shared-mime-info-0.14.ebuild	29 Jun 2004 04:29:47 -0000	1.11
+++ shared-mime-info-0.14.ebuild	12 Aug 2004 23:52:52 -0000
@@ -12,7 +12,8 @@ KEYWORDS="x86 ppc sparc mips alpha arm h
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2
-	>=dev-libs/libxml2-2.4"
+	>=dev-libs/libxml2-2.4
+	>=dev-perl/XML-Parser-2.34"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	>=dev-util/intltool-0.29"
Comment 3 Heinrich Wendel (RETIRED) gentoo-dev 2004-08-13 03:22:45 UTC
foser: why did you remove this dep in version 0.14?
Comment 4 foser (RETIRED) gentoo-dev 2004-08-17 07:20:27 UTC
it's implied by intltool-0.29 .

rebuilding xml-parser is the solution (solar obviously hasn't updated his perl modules after upgrading perl), upgrading xml-parser has a similar effect ofcourse but that is not the reason it now works.
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2004-08-17 07:27:04 UTC
ok, thanx for the explanation
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-06-20 01:50:54 UTC
*** Bug 96583 has been marked as a duplicate of this bug. ***
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2005-07-22 11:44:16 UTC
*** Bug 99933 has been marked as a duplicate of this bug. ***