Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 173291 - gnome-base/libgtop-2.14.6 missing dev-util/intltool dependency
Summary: gnome-base/libgtop-2.14.6 missing dev-util/intltool dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-03 21:37 UTC by Kelly Shutt
Modified: 2007-04-16 16:37 UTC (History)
1 user (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 Kelly Shutt 2007-04-03 21:37:27 UTC
I'm in the proccess of rebuilding one of my systems and got a failure to compile on gnome-base/libgtop-2.14.6 because it had not installed XML::Parser yet.  I had to manually emerge XML-Parser and then restart my previous emerge; which is running fine now.  It looks to me like XML-Parser just needs to be included in the dependancies for this ebuild.


[ebuild  N    ]  gnome-base/libgtop-2.14.6  USE="X gdbm -debug" 0 kB


checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/gnome-base/libgtop-2.14.6/work/libgtop-2.14.6/config.log

!!! ERROR: gnome-base/libgtop-2.14.6 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3714:   Called src_compile
  ebuild.sh, line 1304:   Called gnome2_src_compile
  gnome2.eclass, line 70:   Called gnome2_src_configure
  gnome2.eclass, line 66:   Called econf '--with-libgtop-inodedb' '--with-x'
  ebuild.sh, line 577:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/gnome-base/libgtop-2.14.6/temp/build.log'.

Reproducible: Always

Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-04-04 07:59:11 UTC
It needs dev-util/intltool, not XML-Parser itself.
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-04-16 16:37:34 UTC
Fixed.  Thanks for reporting.