First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 107789
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Schlemmer (RETIRED) <azarah@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: ph03n1x <reto@n-tek.ch>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 107789 depends on: Show dependency tree
Bug 107789 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-10-01 07:14 0000
bmp_play.c: At top level:
bmp_play.c:79: warning: `_fadeout' defined but not used
bmp_play.c:123: warning: `_playobjects_destroy' defined but not used
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -I.. -I../libskinned
-Wall -ansi -pedantic -std=c99 -DG_LOG_DOMAIN=\"BMP\" -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/libxml2 -I/usr/include/libglade-2.0  
-I/usr/include  -DDBUS_API_SUBJECT_TO_CHANGE -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
    -DDATA_DIR=\"/usr/share/bmpx\" -DLOCALEDIR=\"/usr/share/locale\"
-march=pentium3 -O3 -mcpu=i686 -pipe -ftracer -fomit-frame-pointer -ffast-math
-momit-leaf-frame-pointer -MT bmpx-fam_monitor.o -MD -MP -MF
".deps/bmpx-fam_monitor.Tpo" -c -o bmpx-fam_monitor.o `test -f 'fam_monitor.c'
|| echo './'`fam_monitor.c; \
then mv -f ".deps/bmpx-fam_monitor.Tpo" ".deps/bmpx-fam_monitor.Po"; else rm -f
".deps/bmpx-fam_monitor.Tpo"; exit 1; fi
In file included from bmp_system_control.c:121:
bmp_system_control_glue.h:397: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:398: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:399: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:400: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:401: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:402: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:403: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:404: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:405: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:406: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:407: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:408: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:409: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:410: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:411: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:412: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:413: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:414: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:415: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:416: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:417: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:418: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:419: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:420: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:421: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:427: warning: initialization makes pointer from
integer without a cast
bmp_system_control_glue.h:428: warning: string length `1438' is greater than the
length `509' ISO C89 compilers are required to support
bmp_system_control_glue.h:428: warning: excess elements in struct initializer
bmp_system_control_glue.h:428: warning: (near initialization for
`dbus_glib_bmp_system_control_object_info')
bmp_system_control_glue.h:429: warning: excess elements in struct initializer
bmp_system_control_glue.h:429: warning: (near initialization for
`dbus_glib_bmp_system_control_object_info')
bmp_system_control_glue.h:431: warning: excess elements in struct initializer
bmp_system_control_glue.h:431: warning: (near initialization for
`dbus_glib_bmp_system_control_object_info')
bmp_system_control.c: In function `free_message_list_track':
bmp_system_control.c:271: warning: passing arg 1 of `g_free' makes pointer from
integer without a cast
bmp_system_control.c: In function `play_prev':
bmp_system_control.c:473: warning: assignment discards qualifiers from pointer
target type
bmp_system_control.c: In function `process_messages':
bmp_system_control.c:821: warning: enumeration value `BMP_SYSTEM_MESSAGE_PLAY'
not handled in switch
bmp_system_control.c:821: warning: enumeration value `BMP_N_SYSTEM_MESSAGES' not
handled in switch
bmp_system_control.c: In function `bmp_system_control_play_list_track':
bmp_system_control.c:954: warning: passing arg 4 of `bmp_system_message_send'
from incompatible pointer type
bmp_system_control.c: In function `bmp_system_control_init':
bmp_system_control.c:1077: warning: implicit declaration of function
`dbus_g_proxy_new_for_name'
bmp_system_control.c:1080: warning: assignment makes pointer from integer
without a cast
bmp_system_control.c:1082: warning: implicit declaration of function
`dbus_g_proxy_call'
bmp_system_control.c:1084: error: `DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT'
undeclared (first use in this function)
bmp_system_control.c:1084: error: (Each undeclared identifier is reported only once
bmp_system_control.c:1084: error: for each function it appears in.)
bmp_system_control.c:1095: error: `DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER'
undeclared (first use in this function)
bmp_system_control.c:1101: error: `DBUS_REQUEST_NAME_REPLY_EXISTS' undeclared
(first use in this function)
bmp_system_control.c:1114: warning: unused variable `value'
bmp_system_control.c: In function `bmp_system_control_new':
bmp_system_control.c:1365: warning: implicit declaration of function
`dbus_g_object_type_install_info'
make[3]: *** [bmpx-bmp_system_control.o] Error 1
make[3]: *** Waiting for unfinished jobs....
fam_monitor.c: In function `process_fam_events':
fam_monitor.c:284: warning: enumeration value `FM_MOVED' not handled in switch
fam_monitor.c:284: warning: enumeration value `FM_N_EVENTS' not handled in switch
fam_monitor.c: At top level:
fam_monitor.c:21: warning: `event_names' defined but not used
fam_monitor.c:36: warning: `fam_monitor_signals' defined but not used
make[3]: Leaving directory `/var/tmp/portage/bmpx-0.11.5.1/work/bmpx-0.11.5.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/bmpx-0.11.5.1/work/bmpx-0.11.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/bmpx-0.11.5.1/work/bmpx-0.11.5.1'
make: *** [all] Error 2

!!! ERROR: media-sound/bmpx-0.11.5.1 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1. emerge bmpx
2.
3.

Actual Results:  

bmp_play.c: At top level:
bmp_play.c:79: warning: `_fadeout' defined but not used
bmp_play.c:123: warning: `_playobjects_destroy' defined but not used
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..    -I.. -I../libskinned
-Wall -ansi -pedantic -std=c99 -DG_LOG_DOMAIN=\"BMP\" -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/libxml2 -I/usr/include/libglade-2.0  
-I/usr/include  -DDBUS_API_SUBJECT_TO_CHANGE -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
    -DDATA_DIR=\"/usr/share/bmpx\" -DLOCALEDIR=\"/usr/share/locale\"
-march=pentium3 -O3 -mcpu=i686 -pipe -ftracer -fomit-frame-pointer -ffast-math
-momit-leaf-frame-pointer -MT bmpx-fam_monitor.o -MD -MP -MF
".deps/bmpx-fam_monitor.Tpo" -c -o bmpx-fam_monitor.o `test -f 'fam_monitor.c'
|| echo './'`fam_monitor.c; \
then mv -f ".deps/bmpx-fam_monitor.Tpo" ".deps/bmpx-fam_monitor.Po"; else rm -f
".deps/bmpx-fam_monitor.Tpo"; exit 1; fi
In file included from bmp_system_control.c:121:
bmp_system_control_glue.h:397: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:398: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:399: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:400: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:401: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:402: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:403: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:404: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:405: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:406: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:407: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:408: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:409: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:410: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:411: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:412: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:413: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:414: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:415: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:416: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:417: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:418: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:419: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:420: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:421: warning: initialization from incompatible pointer
type
bmp_system_control_glue.h:427: warning: initialization makes pointer from
integer without a cast
bmp_system_control_glue.h:428: warning: string length `1438' is greater than the
length `509' ISO C89 compilers are required to support
bmp_system_control_glue.h:428: warning: excess elements in struct initializer
bmp_system_control_glue.h:428: warning: (near initialization for
`dbus_glib_bmp_system_control_object_info')
bmp_system_control_glue.h:429: warning: excess elements in struct initializer
bmp_system_control_glue.h:429: warning: (near initialization for
`dbus_glib_bmp_system_control_object_info')
bmp_system_control_glue.h:431: warning: excess elements in struct initializer
bmp_system_control_glue.h:431: warning: (near initialization for
`dbus_glib_bmp_system_control_object_info')
bmp_system_control.c: In function `free_message_list_track':
bmp_system_control.c:271: warning: passing arg 1 of `g_free' makes pointer from
integer without a cast
bmp_system_control.c: In function `play_prev':
bmp_system_control.c:473: warning: assignment discards qualifiers from pointer
target type
bmp_system_control.c: In function `process_messages':
bmp_system_control.c:821: warning: enumeration value `BMP_SYSTEM_MESSAGE_PLAY'
not handled in switch
bmp_system_control.c:821: warning: enumeration value `BMP_N_SYSTEM_MESSAGES' not
handled in switch
bmp_system_control.c: In function `bmp_system_control_play_list_track':
bmp_system_control.c:954: warning: passing arg 4 of `bmp_system_message_send'
from incompatible pointer type
bmp_system_control.c: In function `bmp_system_control_init':
bmp_system_control.c:1077: warning: implicit declaration of function
`dbus_g_proxy_new_for_name'
bmp_system_control.c:1080: warning: assignment makes pointer from integer
without a cast
bmp_system_control.c:1082: warning: implicit declaration of function
`dbus_g_proxy_call'
bmp_system_control.c:1084: error: `DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT'
undeclared (first use in this function)
bmp_system_control.c:1084: error: (Each undeclared identifier is reported only once
bmp_system_control.c:1084: error: for each function it appears in.)
bmp_system_control.c:1095: error: `DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER'
undeclared (first use in this function)
bmp_system_control.c:1101: error: `DBUS_REQUEST_NAME_REPLY_EXISTS' undeclared
(first use in this function)
bmp_system_control.c:1114: warning: unused variable `value'
bmp_system_control.c: In function `bmp_system_control_new':
bmp_system_control.c:1365: warning: implicit declaration of function
`dbus_g_object_type_install_info'
make[3]: *** [bmpx-bmp_system_control.o] Error 1
make[3]: *** Waiting for unfinished jobs....
fam_monitor.c: In function `process_fam_events':
fam_monitor.c:284: warning: enumeration value `FM_MOVED' not handled in switch
fam_monitor.c:284: warning: enumeration value `FM_N_EVENTS' not handled in switch
fam_monitor.c: At top level:
fam_monitor.c:21: warning: `event_names' defined but not used
fam_monitor.c:36: warning: `fam_monitor_signals' defined but not used
make[3]: Leaving directory `/var/tmp/portage/bmpx-0.11.5.1/work/bmpx-0.11.5.1/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/bmpx-0.11.5.1/work/bmpx-0.11.5.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/bmpx-0.11.5.1/work/bmpx-0.11.5.1'
make: *** [all] Error 2

!!! ERROR: media-sound/bmpx-0.11.5.1 failed.
!!! Function gnome2_src_compile, Line 48, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
installed

Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r1,
2.6.12-suspend2 i686)
=================================================================
System uname: 2.6.12-suspend2 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.13
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -mcpu=i686 -pipe -ftracer -fomit-frame-pointer
-ffast-math -momit-leaf-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -mcpu=i686 -pipe -ftracer -fomit-frame-pointer
-ffast-math -momit-leaf-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo"
LDFLAGS="-Wl,-O1 -Wl,--enable-new-dtags -Wl,--sort-common -s"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm avi berkdb bitmap-fonts cdr crypt cups curl dbx
divx4linux dvd dvdread emboss encode esd fam firefox flac foomaticdb fortran gd
gdbm gif gnome gpm gstreamer gtk gtk2 hal imagemagick imlib innodb ipv6 jack
java jpeg kerberos ldap libg++ libwww live mad mikmod mmx motif mp3 mpeg mplayer
mysql nas ncurses network nls ogg oggvorbis opengl oss pam pdflib perl png ppds
python quicktime rar readline real samba sdl slang spell sqlite sse ssl svga
tcltk tcpd tiff truetype truetype-fonts type1-fonts unicode vorbis win32codecs
xfs xine xml xml2 xmms xv xvid zlib video_cards_radeon userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS

------- Comment #1 From Jakub Moc (RETIRED) 2005-10-01 07:17:17 0000 -------
The summary is totally useless, always put ebuild name and version into bug
summary. 

------- Comment #2 From Martin Schlemmer (RETIRED) 2005-10-02 08:21:34 0000 -------
What version dbus do you have installed ?

------- Comment #3 From ph03n1x 2005-10-02 09:55:07 0000 -------
(In reply to comment #2)
> What version dbus do you have installed ?
> 

 0.23-r3

------- Comment #4 From Martin Schlemmer (RETIRED) 2005-10-02 10:34:01 0000 -------
Ok, two issues .. the dbus stuff in configure did not check for dbus >= 0.35,
and I enabled it by mistake with USE=hal.  Fixed in CVS.

------- Comment #5 From ph03n1x 2005-10-02 12:21:10 0000 -------
thx :)

First Last Prev Next    No search results available      Search page      Enter new bug