Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157574 - Dependencies for ivman package incorrect
Summary: Dependencies for ivman package incorrect
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-08 23:49 UTC by Mike Bourgeous
Modified: 2006-12-09 14:11 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 Mike Bourgeous 2006-12-08 23:49:30 UTC
ivman needs to depend on more: it's possible to emerge it and have configure fail.  Not sure what it would depend on, maybe glib+dbus together.

Here's the output:

n2 dbus # emerge -v ivman dbus
.
.
.
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... yes
checking for GLIB... yes
checking for DBUS_GLIB... configure: error: No Dbus-Glib found, check config.log for failed attempts

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

!!! ERROR: sys-apps/ivman-0.6.12 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  ivman-0.6.12.ebuild, line 26:   Called econf '--disable-debug'
  ebuild.sh, line 540:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.

n2 dbus # emerge -vp ivman dbus

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-apps/ivman-0.6.12  USE="-debug" 0 kB 
[ebuild  N    ] sys-apps/dbus-1.0.1-r2  USE="X -debug -doc (-selinux)" 1,373 kB 

Total size of downloads: 1,373 kB
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-09 01:37:11 UTC
sys-apps/ivman depends on hal which has all the needed dbus dependencies. I really fail to see how can you have sys-apps/hal installed without dbus. 
Comment 2 Mike Bourgeous 2006-12-09 14:09:21 UTC
Since ivman directly uses dbus-glib, it should depend on dbus-glib.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-12-09 14:11:28 UTC
As said, hal already depends on it...