Bonjour,

Il y a un problème avec gnome-phone-manager depuis Fedora 14 qui a été remonté sur Bugzilla https://bugzilla.redhat.com/show_bug.cgi?id=643646 et qui se traduit par :
$ gnome-phone-manager

Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported
aborting...
Abandon (core dumped)
Ce problème n'ayant pas évolué depuis son ouverture le 16 octobre, j'essaie de recréer un rpm à partir du source rpm disponible sur koji http://koji.fedoraproject.org/koji/buildinfo?buildID=184444 mais avant même toute modification j'obtiens une erreur lors de la création :
$ LANG=C rpmbuild -bb SPECS/gnome-phone-manager.spec


Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MveaI8

+ umask 022
+ cd /home/azerty/rpmbuild/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ cd /home/azerty/rpmbuild/BUILD
+ rm -rf gnome-phone-manager-0.65
+ /usr/bin/bzip2 -dc /home/azerty/rpmbuild/SOURCES/gnome-phone-manager-0.65.tar.bz2
+ /bin/tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd gnome-phone-manager-0.65
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #1 (0001-Update-copy-paste-code.patch):'
Patch #1 (0001-Update-copy-paste-code.patch):
+ /bin/cat /home/azerty/rpmbuild/SOURCES/0001-Update-copy-paste-code.patch
+ /usr/bin/patch -s -p1 -b --suffix .cut-n-paste --fuzz=0
+ echo 'Patch #2 (0002-Fix-GSeal-compilation.patch):'
Patch #2 (0002-Fix-GSeal-compilation.patch):
+ /bin/cat /home/azerty/rpmbuild/SOURCES/0002-Fix-GSeal-compilation.patch
+ /usr/bin/patch -s -p1 -b --suffix .gseal --fuzz=0
+ exit 0


Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9KbfR1

+ umask 022
+ cd /home/azerty/rpmbuild/BUILD
+ cd gnome-phone-manager-0.65
+ LANG=C
+ export LANG
+ unset DISPLAY
+ CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ ./configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for x86_64-unknown-linux-gnu-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... none
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-gnu-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-gnu-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-gnu-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for x86_64-unknown-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) none
checking for a BSD-compatible install... /usr/bin/install -c
checking for library containing strerror... none required
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for x86_64-unknown-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for TMP_EVO... yes
checking for LIBGSM... yes
checking for PHONEMGR... yes
checking for dbus-binding-tool... /usr/bin/dbus-binding-tool
checking for EContactPhotoType... no
checking for TELEPATHY... yes
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for gconftool-2... (cached) /usr/bin/gconftool-2
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
checking what language compliance flags to pass to the C compiler... 
checking what warning flags to pass to the C++ compiler... 
checking what language compliance flags to pass to the C++ compiler...

 
configure: creating ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating data/icons/Makefile
config.status: creating data/icons/16x16/status/Makefile
config.status: creating data/icons/16x16/Makefile
config.status: creating data/icons/22x22/status/Makefile
config.status: creating data/icons/22x22/Makefile
config.status: creating data/icons/24x24/status/Makefile
config.status: creating data/icons/24x24/Makefile
config.status: creating libgsm/Makefile
config.status: creating cut-n-paste/Makefile
config.status: creating cut-n-paste/e-contact-entry/Makefile
config.status: creating cut-n-paste/gconf-bridge/Makefile
config.status: creating src/Makefile
config.status: creating telepathy/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands


# INTLTOOL_MAKEFILE
+ make -j3
make  all-recursive
make[1]: Entering directory `/home/azerty/rpmbuild/BUILD/gnome-phone-manager-0.65'
Making all in po
make[2]: Entering directory `/home/azerty/rpmbuild/BUILD/gnome-phone-manager-0.65/po'
file=`echo ar | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ar.po
file=`echo ca | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo de | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo dz | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file dz.po
file=`echo el | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo fi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo gu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file gu.po
file=`echo hu | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo it | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo lv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo nb | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo ne | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file ne.po
file=`echo nl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo oc | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file oc.po
file=`echo pa | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo rw | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file rw.po
file=`echo sk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sv | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo uk | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo vi | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
  && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
make[2]: Leaving directory `/home/azerty/rpmbuild/BUILD/gnome-phone-manager-0.65/po'
Making all in libgsm
make[2]: Entering directory `/home/azerty/rpmbuild/BUILD/gnome-phone-manager-0.65/libgsm'


( /usr/bin/glib-genmarshal --prefix=phonemgr_marshal ./phonemgr-marshal.list --header > phonemgr-marshal.tmp \
&& mv phonemgr-marshal.tmp phonemgr-marshal.h ) \
|| ( rm -f phonemgr-marshal.tmp && exit 1 )
( echo "#include \"phonemgr-marshal.h\"" >phonemgr-marshal.tmp \
&& /usr/bin/glib-genmarshal --prefix=phonemgr_marshal ./phonemgr-marshal.list --body >> phonemgr-marshal.tmp \
&& mv phonemgr-marshal.tmp phonemgr-marshal.c ) \
|| ( rm -f phonemgr-marshal.tmp && exit 1 )


make  all-am
make[3]: Entering directory `/home/azerty/rpmbuild/BUILD/gnome-phone-manager-0.65/libgsm'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare    -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o phonemgr-listener.lo phonemgr-listener.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare    -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o phonemgr-utils.lo phonemgr-utils.c
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..   -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare    -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o phonemgr-marshal.lo phonemgr-marshal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c phonemgr-utils.c -o phonemgr-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c phonemgr-listener.c -o phonemgr-listener.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c phonemgr-marshal.c -o phonemgr-marshal.o


In file included from phonemgr-marshal.c:1:0:
phonemgr-marshal.h:5:25: fatal error: glib-object.h: No such file or directory
compilation terminated.
phonemgr-listener.c:27:18: fatal error: glib.h: No such file or directory
compilation terminated.
phonemgr-utils.c:27:18: fatal error: glib.h: No such file or directory
compilation terminated.


make[3]: *** [phonemgr-marshal.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [phonemgr-utils.lo] Error 1
make[3]: *** [phonemgr-listener.lo] Error 1
make[3]: Leaving directory `/home/azerty/rpmbuild/BUILD/gnome-phone-manager-0.65/libgsm'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/azerty/rpmbuild/BUILD/gnome-phone-manager-0.65/libgsm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/azerty/rpmbuild/BUILD/gnome-phone-manager-0.65'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.9KbfR1 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.9KbfR1 (%build)
Any help ?
4 jours plus tard
gnome-phone-manager-0.65-9.fc14.x86_64.rpm disponible sur koji règle ce problème.