Bug 175955

Summary: dbus_service.c:1400: error: 'DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER' undeclared
Product: [Fedora] Fedora Reporter: Christophe Nowicki <cscm>
Component: dhcdbdAssignee: Jason Vas Dias <jvdias>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: johnp
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-16 20:10:36 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:

Description Christophe Nowicki 2005-12-16 17:53:51 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Firefox/1.0.7 (Debian package 1.0.7-1)

Description of problem:
Same as #175915,
But this time I've checked out the last CVS version

Version-Release number of selected component (if applicable):
dhcdbd-1.11

How reproducible:
Always

Steps to Reproduce:
1. checkout the last cvs version
2. install dbus-0.60
3. compile 
  

Actual Results:  dbus_service.c:1400: error: 'DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER' undeclared (  
first use in this function)
dbus_service.c:1400: error: (Each undeclared identifier is reported only once
dbus_service.c:1400: error: for each function it appears in.)
dbus_service.c:1402: error: 'DBUS_REQUEST_NAME_REPLY_EXISTS' undeclared (first u  
se in this function)
dbus_service.c:1403: error: 'DBUS_REQUEST_NAME_REPLY_IN_QUEUE' undeclared (first  
 use in this function)
dbus_service.c:1404: error: 'DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER' undeclared (  
first use in this function)


Additional info:

Comment 1 Jason Vas Dias 2005-12-16 19:35:50 UTC
Hi - 

I'm not getting this error with our dbus-0.60-1.1 package - 

$ rpm -q dbus-devel
dbus-devel-0.60-1.1
$ grep DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER /usr/include/dbus-1.0/dbus/*.h
/usr/include/dbus-1.0/dbus/dbus-shared.h:#define
DBUS_REQUEST_NAME_REPLY_ALREADY_OWNER  4

Are you sure you have the dbus-0.6 includes installed ?

John, could you shed any light on this ? Is the upstream dbus-0.6 meant to
define DBUS_REQUEST_NAME_REPLY_EXISTS etc. or not ?

Thanks,
Jason


Comment 2 Christophe Nowicki 2005-12-16 20:10:36 UTC
Sorry, It's my fault. 
My dbus version was 0.23 and not 0.60. 
I've upgraded to 0.60 (from sources) and now it's working.