! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT
Status:
RESOLVED: INVALID
Severity:
critical
Product:
Xfmedia
Component:
playlist

Comments

Description gmourani 2006-09-16 05:11:24 CEST
Hello,

I'm trying to compile the xfmedia when I recived the following error. Look to me that it's related to 'dbus'. I've made some search on google and found this link which is closely related, hope this help. By the way here some version information -> dbus 0.92, dbus-glib 0.70, xine-lib 1.1.2, xfmedia 0.9.1.

playlist.c: In function 'xfmedia_playlist_new':
playlist.c:1469: warning: 'xfce_icon_theme_load' is deprecated (declared at /usr/include/xfce4/libxfcegui4/xfce-icontheme.h:80)
playlist.c:1471: warning: 'xfce_icon_theme_load' is deprecated (declared at /usr/include/xfce4/libxfcegui4/xfce-icontheme.h:80)
playlist.c:1473: warning: 'xfce_icon_theme_load' is deprecated (declared at /usr/include/xfce4/libxfcegui4/xfce-icontheme.h:80)
playlist.c:1488: warning: 'xfce_icon_theme_load' is deprecated (declared at /usr/include/xfce4/libxfcegui4/xfce-icontheme.h:80)
playlist.c:1490: warning: 'xfce_icon_theme_load' is deprecated (declared at /usr/include/xfce4/libxfcegui4/xfce-icontheme.h:80)
playlist.c:1492: warning: 'xfce_icon_theme_load' is deprecated (declared at /usr/include/xfce4/libxfcegui4/xfce-icontheme.h:80)
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -I.. -I../xfmedia -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/exo-0.3 -I/usr/include/gtk-2.0 -I/usr/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  -Os -march=pentium2 -fomit-frame-pointer -fno-strength-reduce -fno-strict-aliasing -s -pipe -MT xfmedia-playlist-files.o -MD -MP -MF ".deps/xfmedia-playlist-files.Tpo" -c -o xfmedia-playlist-files.o `test -f 'playlist-files.c' || echo './'`playlist-files.c; \
        then mv -f ".deps/xfmedia-playlist-files.Tpo" ".deps/xfmedia-playlist-files.Po"; else rm -f ".deps/xfmedia-playlist-files.Tpo"; exit 1; fi
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DSYSCONFDIR=\"/etc\" -DLOCALEDIR=\"/usr/share/locale\" -I.. -I../xfmedia -I/usr/include/xfce4 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/xfce4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/atk-1.0 -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/exo-0.3 -I/usr/include/gtk-2.0 -I/usr/include/xfce4 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  -Os -march=pentium2 -fomit-frame-pointer -fno-strength-reduce -fno-strict-aliasing -s -pipe -MT xfmedia-remote.o -MD -MP -MF ".deps/xfmedia-remote.Tpo" -c -o xfmedia-remote.o `test -f 'remote.c' || echo './'`remote.c; \
        then mv -f ".deps/xfmedia-remote.Tpo" ".deps/xfmedia-remote.Po"; else rm -f ".deps/xfmedia-remote.Tpo"; exit 1; fi
remote.c: In function 'xfmedia_remote_init':
remote.c:493: error: 'DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT' undeclared (first use in this function)
remote.c:493: error: (Each undeclared identifier is reported only once
remote.c:493: error: for each function it appears in.)
make[2]: *** [xfmedia-remote.o] Error 1
make[2]: Leaving directory `/usr/src/pc/BUILD/xfmedia-0.9.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/pc/BUILD/xfmedia-0.9.1'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.95926 (%build)
Comment 2 Brian J. Tarricone (not reading bugmail) 2006-09-16 14:09:27 CEST
Use SVN.
Comment 3 Brian J. Tarricone (not reading bugmail) 2006-11-25 13:10:18 CET
*** Bug 2608 has been marked as a duplicate of this bug. ***

Bug #2326

Reported by:
gmourani
Reported on: 2006-09-16
Last modified on: 2006-11-25
Duplicates (1):
  • 2608 xfmedia does not build with DBUS installed

People

Assignee:
Brian J. Tarricone (not reading bugmail)
CC List:
1 user

Version

Attachments

Additional information