Bug 175955 - dbus_service.c:1400: error: 'DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER' undeclared
Summary: dbus_service.c:1400: error: 'DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER' undeclared
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcdbd
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jason Vas Dias
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-12-16 17:53 UTC by Christophe Nowicki
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-12-16 20:10:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.