Your message dated Sun, 12 May 2013 11:18:19 +0000
with message-id <e1ubuif-0003xn...@franck.debian.org>
and subject line Bug#701383: fixed in mspdebug 0.21-2
has caused the Debian Bug report #701383,
regarding mspdebug: 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.)


-- 
701383: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701383
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mspdebug
Version: 0.19-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.

  util/sport.c:159:10: error: variable 'tv' has initializer but incomplete type

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/mspdebug_0.19-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


[...]
 debian/rules build-arch
dh build-arch
   dh_testdir -a
   dh_auto_configure -a
   dh_auto_build -a
make[1]: Entering directory `/«PKGBUILDDIR»'
cc  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats 
-Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\" -o util/btree.o -c 
util/btree.c
cc  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats 
-Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\" -o util/expr.o -c 
util/expr.c
cc  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats 
-Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\" -o util/list.o -c 
util/list.c
cc  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats 
-Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\" -o util/sockets.o -c 
util/sockets.c
cc  -DUSE_READLINE  -O1 -Wall -Wno-char-subscripts -ggdb -I. -Isimio -Iformats 
-Idrivers -Iutil -Iui -DLIB_DIR=\"/usr/local/lib/\" -o util/sport.o -c 
util/sport.c
util/sport.c: In function 'sport_read':
util/sport.c:159:10: error: variable 'tv' has initializer but incomplete type
   struct timeval tv = {
          ^
util/sport.c:160:4: error: unknown field 'tv_sec' specified in initializer
    .tv_sec = 5,
    ^
util/sport.c:160:4: warning: excess elements in struct initializer [enabled by 
default]
util/sport.c:160:4: warning: (near initialization for 'tv') [enabled by default]
util/sport.c:161:4: error: unknown field 'tv_usec' specified in initializer
    .tv_usec = 0
    ^
util/sport.c:162:3: warning: excess elements in struct initializer [enabled by 
default]
   };
   ^
util/sport.c:162:3: warning: (near initialization for 'tv') [enabled by default]
util/sport.c:159:18: error: storage size of 'tv' isn't known
   struct timeval tv = {
                  ^
util/sport.c:164:3: error: unknown type name 'fd_set'
   fd_set set;
   ^
util/sport.c:166:3: warning: implicit declaration of function 'FD_ZERO' 
[-Wimplicit-function-declaration]
   FD_ZERO(&set);
   ^
util/sport.c:167:3: warning: implicit declaration of function 'FD_SET' 
[-Wimplicit-function-declaration]
   FD_SET(s, &set);
   ^
util/sport.c:169:3: warning: implicit declaration of function 'select' 
[-Wimplicit-function-declaration]
   r = select(s + 1, &set, NULL, NULL, &tv);
   ^
util/sport.c:159:18: warning: unused variable 'tv' [-Wunused-variable]
   struct timeval tv = {
                  ^
make[1]: *** [util/sport.o] Error 1
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: mspdebug
Source-Version: 0.21-2

We believe that the bug you reported is fixed in the latest version of
mspdebug, 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.
Luca Bruno <lu...@debian.org> (supplier of updated mspdebug 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 12 May 2013 12:55:16 +0200
Source: mspdebug
Binary: mspdebug
Architecture: source amd64
Version: 0.21-2
Distribution: unstable
Urgency: medium
Maintainer: Luca Bruno <lu...@debian.org>
Changed-By: Luca Bruno <lu...@debian.org>
Description: 
 mspdebug   - debugging tool for MSP430 microcontrollers
Closes: 701326 701383
Changes: 
 mspdebug (0.21-2) unstable; urgency=medium
 .
   * Add missing includes, fix FTBFS with newer toolchain
     (Closes: #701326, #701383)
   * Bump compat level to 9
Checksums-Sha1: 
 ac48b6b542ba43778c62d93651379bd8288d7ee1 1218 mspdebug_0.21-2.dsc
 2920f1ecf8b96f511357692fac8b33a4843e9d1d 3089 mspdebug_0.21-2.debian.tar.gz
 91f4f9ea678874854a2e55eeee30d0fdf7ba47c1 138962 mspdebug_0.21-2_amd64.deb
Checksums-Sha256: 
 ddd097342be2cede9f5835353271d529d7e84015a37c9a08740222d9c634e4bf 1218 
mspdebug_0.21-2.dsc
 e80e4b3d63d1ab857f5fdd79314546d7f58359eefda9960be1b1e314cd440452 3089 
mspdebug_0.21-2.debian.tar.gz
 37baeb90075da32bf9cfafb8c86b406318ce71979839e4905c26ba563f4ada8d 138962 
mspdebug_0.21-2_amd64.deb
Files: 
 3e7b3ba67810fcf6efbafcc9d99a7245 1218 electronics extra mspdebug_0.21-2.dsc
 6b07d5ebfa8200d238cc4bdb2d397e79 3089 electronics extra 
mspdebug_0.21-2.debian.tar.gz
 079444dd40450394520a6c512d7c3621 138962 electronics extra 
mspdebug_0.21-2_amd64.deb

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

iEYEARECAAYFAlGPdrQACgkQRqobajv7n7Nb0QCgkbuhRrUVSkZGuF5ftnEilV+k
xqMAn3PKzEuKnQxSZvMNBTShQdZnqkYq
=Nkt0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to