Your message dated Tue, 23 Jul 2013 01:03:34 +0000
with message-id <e1v1r0o-000052...@franck.debian.org>
and subject line Bug#701434: fixed in obexd 0.48-1
has caused the Debian Bug report #701434,
regarding obexd: ftbfs with eglibc-2.17
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
701434: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701434
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:obexd
Version: 0.46-1
Severity: important
Tags: sid jessie
User: debian-gl...@lists.debian.org
Usertags: ftbfs-glibc-2.17

The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.

The test rebuild was done together with GCC-4.8, so some issues
might be caused by the updated GCC as well.

  ./src/obex.h:37:1: error: unknown type name 'ssize_t'

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/obexd_0.46-1_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To install eglibc from experimental,

  apt-get -t experimental install libc6-dev

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev


[...]
  .write = any_write,
  ^
plugins/mas.c:760:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:760:2: warning: (near initialization for 'mime_folder_listing') 
[enabled by default]
plugins/mas.c:769:2: error: unknown field 'read' specified in initializer
  .read = any_read,
  ^
plugins/mas.c:769:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:769:2: warning: (near initialization for 'mime_msg_listing') 
[enabled by default]
plugins/mas.c:770:2: error: unknown field 'write' specified in initializer
  .write = any_write,
  ^
plugins/mas.c:770:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:770:2: warning: (near initialization for 'mime_msg_listing') 
[enabled by default]
plugins/mas.c:779:2: error: unknown field 'read' specified in initializer
  .read = any_read,
  ^
plugins/mas.c:779:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:779:2: warning: (near initialization for 
'mime_notification_registration') [enabled by default]
plugins/mas.c:780:2: error: unknown field 'write' specified in initializer
  .write = any_write,
  ^
plugins/mas.c:780:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:780:2: warning: (near initialization for 
'mime_notification_registration') [enabled by default]
plugins/mas.c:789:2: error: unknown field 'read' specified in initializer
  .read = any_read,
  ^
plugins/mas.c:789:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:789:2: warning: (near initialization for 'mime_message_status') 
[enabled by default]
plugins/mas.c:790:2: error: unknown field 'write' specified in initializer
  .write = any_write,
  ^
plugins/mas.c:790:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:790:2: warning: (near initialization for 'mime_message_status') 
[enabled by default]
plugins/mas.c:799:2: error: unknown field 'read' specified in initializer
  .read = any_read,
  ^
plugins/mas.c:799:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:799:2: warning: (near initialization for 'mime_message_update') 
[enabled by default]
plugins/mas.c:800:2: error: unknown field 'write' specified in initializer
  .write = any_write,
  ^
plugins/mas.c:800:2: warning: excess elements in struct initializer [enabled by 
default]
plugins/mas.c:800:2: warning: (near initialization for 'mime_message_update') 
[enabled by default]
make[2]: *** [plugins/mas.o] Error 1
make[1]: *** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: obexd
Source-Version: 0.48-1

We believe that the bug you reported is fixed in the latest version of
obexd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 701...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nobuhiro Iwamatsu <iwama...@debian.org> (supplier of updated obexd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 23 Jul 2013 08:56:32 +0900
Source: obexd
Binary: obexd-client obexd-server
Architecture: source amd64
Version: 0.48-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bluetooth Maintainers 
<pkg-bluetooth-maintain...@lists.alioth.debian.org>
Changed-By: Nobuhiro Iwamatsu <iwama...@debian.org>
Description: 
 obexd-client - D-Bus OBEX client
 obexd-server - D-Bus OBEX server
Closes: 701434
Changes: 
 obexd (0.48-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix FTBFS with eglibc-2.17. (Closes: #701434)
   * Update debian/control.
     - Dump version of libbluetooth-dev to 4.101.
     - Dump Standard-Version to 3.9.4.
     - Update Vcs-Svn and Vcs-Browser field.
     - Remove Section field from obexd-client and obexd-server.
     - Remove dpkg-dev from Build-Depends.
     - Add autotools-dev to Build-Depends.
   * Update debian/rules.
     - Use autotools_dev addon. Fix lintian warning of
       outdated-autotools-helper-file.
Checksums-Sha1: 
 d58da2439d4dbe7a8453b9367b8aa74b584504d6 2094 obexd_0.48-1.dsc
 5eb2de6fbaeecd4d8f2407566afb73672b7ed9bd 493898 obexd_0.48.orig.tar.gz
 347ee38c72e40053b4cc2df4f3cdec16474ab8a2 3831 obexd_0.48-1.debian.tar.gz
 44bd7a495efb9f1cfdae65a3ad2c1e2f3dab0c62 88508 obexd-client_0.48-1_amd64.deb
 8127bb7a2527b44ceaaaf9464aaded852e18582b 105676 obexd-server_0.48-1_amd64.deb
Checksums-Sha256: 
 1db65bab930a59bbccdbac5b39f7f423390f6e28bf6253f0e7683f2c27cf88be 2094 
obexd_0.48-1.dsc
 eaa9d8d9542700e6750918d72a3ce00f8cf3a2771d3e2516efd1be5a05f78582 493898 
obexd_0.48.orig.tar.gz
 7c02cb573e012d89f6d01b2319c9a8aed8329c5ab756d9f1692e56f9cf2faa3d 3831 
obexd_0.48-1.debian.tar.gz
 5a04a77fe13f8ab4a8c27cee71d2a2523c50338d18e3845269ca1f58393465ca 88508 
obexd-client_0.48-1_amd64.deb
 5218e0d8554add8b8c33d713d5f1216e2fd600848406286b263ade28ac19f93a 105676 
obexd-server_0.48-1_amd64.deb
Files: 
 1f458b3d7815aa0b30a9ced1e0822323 2094 admin optional obexd_0.48-1.dsc
 d03cf9bad2983243837f4f6d76ef14a6 493898 admin optional obexd_0.48.orig.tar.gz
 0429f8be3db85f25537a0b1d6b8c5534 3831 admin optional obexd_0.48-1.debian.tar.gz
 afaae1f33a0cc2ec89198f70275b3b9e 88508 admin optional 
obexd-client_0.48-1_amd64.deb
 3152ca0d1741a1d1bd9073514d517def 105676 admin optional 
obexd-server_0.48-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJR7dYtAAoJEDIkf7tArR+mBxcP/3oLHfQfkKEJ5E+W2gIaqWj1
wAT2WnDccwYJSVG2FoshkKu+65Ox0KpfGpPesK5J6xRNR0QIWRom63b0zOTxhhp7
D4VQ2bKqVCXavhykQ+2FNxVU1MKhZS2NNazt0Br9K4XyqISvX9YiN7Gpav3xgdDw
Lcd66LqWDY3f662dS9CRy++ua5GZEo11WP4UE8iXmhhThq2ZZTNTLqkkzimJiPWE
3gWB+kC5lLIr//ZB+yzMo/fSTw8UAqpRmR6e5gWGq6gkjo241mA/Ng3w8dJJapLt
9ENKadCG0/3kSzzDS4Gpi3D4XhmOj1K9FKuwdTA1Mh80TqxvJc4teDqRPgzA6UH+
fLfbIj5kCwNuf8soEB4UQ0vARzPUJxPp4173NdHLHWWT9FCxDyIaXJ2csyTGf3SA
1/R74KsTJp5WrmVMr0rxsDqON1xylWi+muW4gZ3xyvGeNweb2VtbZLi98iLXrefK
uj+tJFcdbr2WwmeLnC8Zg8pelWVoyJK6J7vNMMkCITCmWPJjKwGq+WVv7YtrUd1c
gnaCUYhfTXmiwdGIrXY0/fI4zuINphz6O9qWDWvu4Hh6xm7g5ccmE7xvnziLnIkP
eN72mo0v6ZUGwFcabCNlmLleLsZmZdvvFw4Y/rh2DQY1rv+v3MzXCUndJPfvlNeB
M9hy+vzNyLRGvOyhR3CF
=WL3g
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to