[Pkg-bluetooth-maintainers] Bug#667089: FTBFS with gnome-bluetooth 3.4

Michael Biebl biebl at debian.org
Tue Apr 3 22:44:12 UTC 2012


Source: gnome-phone-manager
Version: 0.68-1
Severity: important

Hi,

I tried to build gnome-phone-manager against gnome-bluetooth 3.4 (which
currently in experimental). It fails to build with the following
message:
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I..
-DGNOMELOCALEDIR=\"/usr/share/locale\"
-DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DVERSION=\"0.68\"
-DPACKAGE=\"gnome-phone-manager\" -I./../libgsm -I./../libgsm -I./../src
-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith
-Wno-sign-compare -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gtk-3.0
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1
-I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include
-I/usr/include/gnome-bluetooth -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -Wall -c phonemgr.c  -fPIC -DPIC -o
.libs/libphonemgr_la-phonemgr.o
phonemgr.c: In function 'get_type':
phonemgr.c:47:2: error: too many arguments to function
'bluetooth_client_get_device_model'
/usr/include/gnome-bluetooth/bluetooth-client.h:66:15: note: declared
here
make[2]: *** [libphonemgr_la-phonemgr.lo] Error 1


Full build log is attached.

The apir reference can be found at
http://developer.gnome.org/gnome-bluetooth/3.4/
http://developer.gnome.org/gnome-bluetooth/3.4/gnome-bluetooth-bluetooth-client.html#bluetooth-client-get-model

Cheers,
Michael



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-------------- next part --------------
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: source package gnome-phone-manager
dpkg-buildpackage: source version 0.68-1
dpkg-buildpackage: source changed by Francesco Namuri <francesco at namuri.it>
 dpkg-source --before-build gnome-phone-manager-0.68
dpkg-buildpackage: host architecture amd64
 fakeroot debian/rules clean
test -x debian/rules
dh_testroot
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make  -C .  -k distclean
make[1]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68'
make[1]: *** No rule to make target `distclean'.
make[1]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68'
make: [makefile-clean] Error 2 (ignored)
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: failed to remove `.': Invalid argument
make: [makefile-clean] Error 1 (ignored)
for i in ./config.guess ./config.sub  ; do \
		if test -e $i.cdbs-orig ; then \
			mv $i.cdbs-orig $i ; \
		fi ; \
	done
dh_clean 
rm -f debian/stamp-autotools-files
cd . && \
	  rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache; \
	  if test -d doc; then find doc -name '*.omf.out' -exec rm -f \{\} \; ; fi; \
	  if test -d help; then find help -name '*.omf.out' -exec rm -f \{\} \; ; fi
 debian/rules build
test -x debian/rules
mkdir -p "."
if test -e /usr/share/misc/config.guess ; then \
		for i in ./config.guess ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.guess $i ; \
			fi ; \
		done ; \
	fi
if test -e /usr/share/misc/config.sub ; then \
		for i in ./config.sub ; do \
			if ! test -e $i.cdbs-orig ; then \
				mv $i $i.cdbs-orig ; \
				cp --remove-destination /usr/share/misc/config.sub $i ; \
			fi ; \
		done ; \
	fi
touch debian/stamp-autotools-files
chmod a+x /home/michael/debian/build-area/gnome-phone-manager-0.68/./configure
mkdir -p .
cd . &&   CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CXXFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" /home/michael/debian/build-area/gnome-phone-manager-0.68/./configure --build=x86_64-linux-gnu  --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/gnome-phone-manager" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules   --enable-telepathy 
configure: WARNING: unrecognized options: --disable-silent-rules
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-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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... yes
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 whether -lc should be explicitly linked in... no
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... yes
checking whether to build static libraries... yes
checking for gcc... (cached) 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 library containing strerror... none required
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.50.2 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 perl >= 5.8.1... 5.14.2
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 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... yes
checking for TELEPATHY... yes
checking for BLUETOOTH_PLUGIN... 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 gnome-bluetooth/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
configure: WARNING: unrecognized options: --disable-silent-rules
touch debian/stamp-autotools
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 /usr/bin/make  -C .  
make[1]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68'
/usr/bin/make  all-recursive
make[2]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68'
Making all in po
make[3]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/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 da | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file da.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 gl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=`echo gu | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file gu.po
file=`echo he | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file he.po
file=`echo hu | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo id | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file id.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 ru | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file ru.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 sl | sed 's,.*/,,'`.gmo \
	  && rm -f $file && /usr/bin/msgfmt -o $file sl.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[3]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/po'
Making all in libgsm
make[3]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/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 )
/usr/bin/make  all-am
make[4]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/libgsm'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c -o phonemgr-listener.lo phonemgr-listener.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c phonemgr-listener.c  -fPIC -DPIC -o .libs/phonemgr-listener.o
phonemgr-listener.c: In function 'phonemgr_listener_emit_message':
phonemgr-listener.c:360:2: warning: pointer targets in passing argument 1 of 'gn_char_def_alphabet' differ in signedness [-Wpointer-sign]
/usr/include/gnokii/encoding.h:35:16: note: expected 'unsigned char *' but argument is of type 'char *'
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c phonemgr-listener.c -o phonemgr-listener.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c -o phonemgr-utils.lo phonemgr-utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c phonemgr-utils.c  -fPIC -DPIC -o .libs/phonemgr-utils.o
phonemgr-utils.c: In function 'phonemgr_utils_start_parse':
phonemgr-utils.c:423:2: warning: 'g_atexit' is deprecated (declared at /usr/include/glib-2.0/glib/gutils.h:237) [-Wdeprecated-declarations]
phonemgr-utils.c: In function 'phonemgr_utils_connect':
phonemgr-utils.c:525:2: warning: 'gn_cfg_memory_read' is deprecated (declared at /usr/include/gnokii.h:267) [-Wdeprecated-declarations]
phonemgr-utils.c:535:2: warning: 'gn_cfg_phone_load' is deprecated (declared at /usr/include/gnokii.h:274) [-Wdeprecated-declarations]
phonemgr-utils.c:540:2: warning: 'gn_gsm_initialise' is deprecated (declared at /usr/include/gnokii.h:259) [-Wdeprecated-declarations]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c phonemgr-utils.c -o phonemgr-utils.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c -o phonemgr-marshal.lo phonemgr-marshal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c phonemgr-marshal.c  -fPIC -DPIC -o .libs/phonemgr-marshal.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DGNOMELOCALEDIR=\"/usr/share/locale\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c phonemgr-marshal.c -o phonemgr-marshal.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall  -Wl,-z,relro -o libgsmwrap.la  phonemgr-listener.lo phonemgr-utils.lo phonemgr-marshal.lo -pthread -Wl,--export-dynamic -lgnokii -lgthread-2.0 -lbluetooth -lebook-1.2 -lcamel-1.2 -ledataserver-1.2 -lsqlite3 -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lgmodule-2.0 -lrt -lxml2 -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0   
libtool: link: ar cru .libs/libgsmwrap.a .libs/phonemgr-listener.o .libs/phonemgr-utils.o .libs/phonemgr-marshal.o 
libtool: link: ranlib .libs/libgsmwrap.a
libtool: link: ( cd ".libs" && rm -f "libgsmwrap.la" && ln -s "../libgsmwrap.la" "libgsmwrap.la" )
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c glibgsmtest.c
glibgsmtest.c: In function 'main':
glibgsmtest.c:234:38: warning: 'type' may be used uninitialized in this function [-Wuninitialized]
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall  -Wl,-z,relro -o glibgsmtest glibgsmtest.o libgsmwrap.la 
libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wl,-z -Wl,relro -o glibgsmtest glibgsmtest.o  ./.libs/libgsmwrap.a /usr/lib/libgnokii.so -lgthread-2.0 -lbluetooth -lebook-1.2 -lcamel-1.2 -ledataserver-1.2 /usr/lib/x86_64-linux-gnu/libsqlite3.so -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lgmodule-2.0 -lrt /usr/lib/libxml2.so -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DGNOMELOCALEDIR=\""/usr/share/locale"\" -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c test-sdp-search.c
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall  -Wl,-z,relro -o test-sdp-search test-sdp-search.o libgsmwrap.la 
libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wl,-z -Wl,relro -o test-sdp-search test-sdp-search.o  ./.libs/libgsmwrap.a /usr/lib/libgnokii.so -lgthread-2.0 -lbluetooth -lebook-1.2 -lcamel-1.2 -ledataserver-1.2 /usr/lib/x86_64-linux-gnu/libsqlite3.so -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lgmodule-2.0 -lrt /usr/lib/libxml2.so -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -pthread
make[4]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/libgsm'
make[3]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/libgsm'
Making all in cut-n-paste
make[3]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste'
Making all in e-contact-entry
make[4]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste/e-contact-entry'
( /usr/bin/glib-genmarshal --prefix=econtactentry_marshal ./econtactentry-marshal.list --header > econtactentry-marshal.h )
( /usr/bin/glib-genmarshal --prefix=econtactentry_marshal ./econtactentry-marshal.list --header --body > econtactentry-marshal.c )
/usr/bin/make  all-am
make[5]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste/e-contact-entry'
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c -o e-contact-entry.lo e-contact-entry.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c e-contact-entry.c  -fPIC -DPIC -o .libs/e-contact-entry.o
e-contact-entry.c: In function 'e_contact_entry_display_func':
e-contact-entry.c:230:22: warning: operation on 'item->identifier' may be undefined [-Wsequence-point]
e-contact-entry.c: In function 'view_completed_cb':
e-contact-entry.c:347:3: warning: comparison between 'EBookViewStatus' and 'enum <anonymous>' [-Wenum-compare]
e-contact-entry.c: In function 'e_contact_entry_class_init':
e-contact-entry.c:710:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c e-contact-entry.c -o e-contact-entry.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c -o econtactentry-marshal.lo econtactentry-marshal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c econtactentry-marshal.c  -fPIC -DPIC -o .libs/econtactentry-marshal.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c econtactentry-marshal.c -o econtactentry-marshal.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall  -Wl,-z,relro -o libecontact-entry.la  e-contact-entry.lo econtactentry-marshal.lo  
libtool: link: ar cru .libs/libecontact-entry.a .libs/e-contact-entry.o .libs/econtactentry-marshal.o 
libtool: link: ranlib .libs/libecontact-entry.a
libtool: link: ( cd ".libs" && rm -f "libecontact-entry.la" && ln -s "../libecontact-entry.la" "libecontact-entry.la" )
make[5]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste/e-contact-entry'
make[4]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste/e-contact-entry'
Making all in gconf-bridge
make[4]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste/gconf-bridge'
/bin/bash ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c -o gconf-bridge.lo gconf-bridge.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c gconf-bridge.c  -fPIC -DPIC -o .libs/gconf-bridge.o
gconf-bridge.c: In function 'gconf_bridge_get':
gconf-bridge.c:148:9: warning: 'g_atexit' is deprecated (declared at /usr/include/glib-2.0/glib/gutils.h:237) [-Wdeprecated-declarations]
gconf-bridge.c: In function 'prop_binding_sync_prop_to_pref':
gconf-bridge.c:309:38: warning: 'g_value_get_char' is deprecated (declared at /usr/include/glib-2.0/gobject/gvaluetypes.h:184) [-Wdeprecated-declarations]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c gconf-bridge.c -o gconf-bridge.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall  -Wl,-z,relro -o libgconf-bridge.la  gconf-bridge.lo  
libtool: link: ar cru .libs/libgconf-bridge.a .libs/gconf-bridge.o 
libtool: link: ranlib .libs/libgconf-bridge.a
libtool: link: ( cd ".libs" && rm -f "libgconf-bridge.la" && ln -s "../libgconf-bridge.la" "libgconf-bridge.la" )
make[4]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste/gconf-bridge'
make[4]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste'
make[3]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/cut-n-paste'
Making all in src
make[3]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/src'
/usr/bin/dbus-binding-tool --prefix=phonemgr_object --mode=glib-server org_gnome_phone_Manager.xml > phone-manager-interface.h
/usr/bin/make  all-am
make[4]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/src'
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/gconf-bridge -I./../cut-n-paste/gconf-bridge -I./src -Wall -Wmissing-prototypes -Wnested-exte
 rns -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c main.c
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/gconf-bridge -I./../cut-n-paste/gconf-bridge -I./src -Wall -Wmissing-prototypes -Wnested-exte
 rns -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c icon.c
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/gconf-bridge -I./../cut-n-paste/gconf-bridge -I./src -Wall -Wmissing-prototypes -Wnested-exte
 rns -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c menu.c
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/gconf-bridge -I./../cut-n-paste/gconf-bridge -I./src -Wall -Wmissing-prototypes -Wnested-exte
 rns -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c ui.c
ui.c: In function 'ui_init':
ui.c:396:13: warning: unused variable 'ep' [-Wunused-variable]
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/gconf-bridge -I./../cut-n-paste/gconf-bridge -I./src -Wall -Wmissing-prototypes -Wnested-exte
 rns -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c connection.c
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/gconf-bridge -I./../cut-n-paste/gconf-bridge -I./src -Wall -Wmissing-prototypes -Wnested-exte
 rns -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c e-phone-entry.c
e-phone-entry.c: In function 'e_phone_entry_class_init':
e-phone-entry.c:237:19: warning: variable 'widget_class' set but not used [-Wunused-but-set-variable]
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/gconf-bridge -I./../cut-n-paste/gconf-bridge -I./src -Wall -Wmissing-prototypes -Wnested-exte
 rns -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c phonemgr-object.c
phonemgr-object.c: In function 'phonemgr_object_class_init':
phonemgr-object.c:50:16: warning: variable 'object_class' set but not used [-Wunused-but-set-variable]
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall  -Wl,-z,relro -o gnome-phone-manager main.o icon.o menu.o ui.o connection.o e-phone-entry.o phonemgr-object.o ../cut-n-paste/e-contact-entry/libecontact-entry.la -Wl,--export-dynamic -pthread -lcanberra-gtk3 -lcanberra -lgnome-bluetooth -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lebook-1.2 -lcamel-1.2 -ledataserver-1.2 -lsqlite3 -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lxml2 -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgmodule-2.0 -lrt -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0   ../libgsm/libgsmwrap.la ../cut-n-paste/gconf-bridge/libgconf-bridge.la 
libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wl,-z -Wl,relro -o gnome-phone-manager main.o icon.o menu.o ui.o connection.o e-phone-entry.o phonemgr-object.o -Wl,--export-dynamic -pthread  ../cut-n-paste/e-contact-entry/.libs/libecontact-entry.a -lcanberra-gtk3 -lcanberra -lgnome-bluetooth -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo-gobject.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libcairo.so -ldbus-glib-1 -ldbus-1 ../libgsm/.libs/libgsmwrap.a /usr/lib/libgnokii.so -lgthread-2.0 -lbluetooth -lebook-1.2 -lcamel-1.2 -ledataserver-1.2 /usr/lib/x86_64-linux-gnu/libsqlite3.so -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lgmodule-2.0 -lrt /usr/lib/libxml2.so -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 ../cut-n-paste/gconf-bridge/.libs/libgconf-bridge.a -pthread
gcc -DHAVE_CONFIG_H -I. -I..  -pthread -D_REENTRANT -DCAMEL_HAVE_NSS -DCAMEL_HAVE_SSL -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/gnome-bluetooth -I/usr/include/evolution-data-server-3.2 -I/usr/include/libxml2   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/e-contact-entry -I./../cut-n-paste/gconf-bridge -I./../cut-n-paste/gconf-bridge -I./src -Wall -Wmissing-prototypes -Wnested-exte
 rns -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c test-entry.c
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall  -Wl,-z,relro -o test-entry test-entry.o e-phone-entry.o ../cut-n-paste/e-contact-entry/libecontact-entry.la -Wl,--export-dynamic -pthread -lcanberra-gtk3 -lcanberra -lgnome-bluetooth -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lcairo -lebook-1.2 -lcamel-1.2 -ledataserver-1.2 -lsqlite3 -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lxml2 -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgmodule-2.0 -lrt -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0   ../cut-n-paste/gconf-bridge/libgconf-bridge.la 
libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -Wl,-z -Wl,relro -o test-entry test-entry.o e-phone-entry.o -Wl,--export-dynamic -pthread  ../cut-n-paste/e-contact-entry/.libs/libecontact-entry.a -lcanberra-gtk3 -lcanberra -lgnome-bluetooth -lgtk-3 -lgdk-3 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 /usr/lib/x86_64-linux-gnu/libcairo-gobject.so -lpango-1.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lebook-1.2 -lcamel-1.2 -ledataserver-1.2 /usr/lib/x86_64-linux-gnu/libsqlite3.so -lnss3 -lnssutil3 -lsmime3 -lssl3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl /usr/lib/libxml2.so -lgconf-2 -lsoup-2.4 -lgio-2.0 -lgmodule-2.0 -lrt -ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lglib-2.0 ../cut-n-paste/gconf-bridge/.libs/libgconf-bridge.a -pthread
LC_ALL=C /usr/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po gnome-phone-manager.desktop.in gnome-phone-manager.desktop
Generating and caching the translation database
Merging translations into gnome-phone-manager.desktop.
make[4]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/src'
make[3]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/src'
Making all in gnome-bluetooth
make[3]: Entering directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/gnome-bluetooth'
/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DDATA_DIR="\"/usr/share/gnome-phone-manager\"" -DVERSION="\"0.68\"" -DPACKAGE="\"gnome-phone-manager\"" -I./../libgsm -I./../libgsm -I./../src -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare  -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gnome-bluetooth   -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c -o libphonemgr_la-phonemgr.lo `test -f 'phonemgr.c' || echo './'`phonemgr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=\"/usr/share/locale\" -DDATA_DIR=\"/usr/share/gnome-phone-manager\" -DVERSION=\"0.68\" -DPACKAGE=\"gnome-phone-manager\" -I./../libgsm -I./../libgsm -I./../src -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare -D_FORTIFY_SOURCE=2 -pthread -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gnome-bluetooth -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -Wall -c phonemgr.c  -fPIC -DPIC -o .libs/libphonemgr_la-phonemgr.o
phonemgr.c: In function 'get_type':
phonemgr.c:47:2: error: too many arguments to function 'bluetooth_client_get_device_model'
/usr/include/gnome-bluetooth/bluetooth-client.h:66:15: note: declared here
make[3]: *** [libphonemgr_la-phonemgr.lo] Error 1
make[3]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68/gnome-bluetooth'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/michael/debian/build-area/gnome-phone-manager-0.68'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1350:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed


More information about the Pkg-bluetooth-maintainers mailing list