Bug 191761

Summary: bluez-pin fails to build with mock
Product: [Fedora] Fedora Reporter: n0dalus <n0dalus+redhat>
Component: bluez-pinAssignee: David Woodhouse <dwmw2>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: johnp
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.30-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-05-24 03:28:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 191529    
Attachments:
Description Flags
BuildRequires Patch none

Description n0dalus 2006-05-15 16:37:02 UTC
Description of problem:
bluez-pin fails to build with mock.

Version-Release number of selected component (if applicable):
bluez-pin-0.30-2.src.rpm

Build fails with:
/usr/bin/ld: cannot find -ldbus-glib-1

Attached is patch to add buildrequires dbus-glib

Comment 1 n0dalus 2006-05-15 16:37:02 UTC
Created attachment 129093 [details]
BuildRequires Patch

Comment 2 David Woodhouse 2006-05-16 16:52:42 UTC
On FC5, /usr/lib/libdbus-glib-1.so is provided by dbus-devel, which we _do_
require. However, that's just a symlink to libdbus-glibc-1.so.2.0.0, which is
provided by dbus-glib.

Is this the way it should be? Shouldn't dbus-devel require dbus-glib, if it
contains symlinks poniting to files provided by that package? Or should we have
a dbus-glib-devel? Is this different in rawhide already?

Comment 3 John (J5) Palmieri 2006-05-19 15:47:36 UTC
dbus-devel should require all the subpackages.  I'll build a new one in Rawhide.

Comment 4 Matt Domsch 2006-05-24 03:28:52 UTC
bluez-pin-0.30-2.src.rpm builds on i386 and x86_64.