After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 339087 - module PolicyKit should depend upon dbus
module PolicyKit should depend upon dbus
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal major
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-04-19 21:03 UTC by jwarnier
Modified: 2006-04-20 03:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jwarnier 2006-04-19 21:03:47 UTC
Please describe the problem:
In moduleset gnome-2.16, PolicyKit should depend upon dbus.


Steps to reproduce:


Actual results:
sh: gnome-config: not found
configure: error: Package requirements (dbus-1 >= 0.60) were not met:

No package 'dbus-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables DBUS_CFLAGS
and DBUS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

See: http://jhbuild.bxlug.be/builds/2006-04-19-0008/logs/PolicyKit/#configure

Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 James Henstridge 2006-04-20 03:55:16 UTC
Fixed in CVS now.  I guess this problem doesn't occur usually in a successful build because PolicyKit is only pulled in by hal, which depends on dbus too (in the referenced build, dbus failed to build).