Your message dated Thu, 09 May 2013 15:35:24 +0000
with message-id <[email protected]>
and subject line Bug#701437: fixed in urg 0.8.18-1
has caused the Debian Bug report #701437,
regarding urg: 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 [email protected]
immediately.)


-- 
701437: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701437
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:urg
Version: 0.8.12-4
Severity: important
Tags: sid jessie
User: [email protected]
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.

  serial_ctrl_lin.c:161:3: error: unknown type name 'fd_set'

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


[...]
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/include/c'
Making all in cpp
make[4]: Entering directory `/«PKGBUILDDIR»/include/cpp'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«PKGBUILDDIR»/include/cpp'
make[4]: Entering directory `/«PKGBUILDDIR»/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/«PKGBUILDDIR»/include'
make[3]: Leaving directory `/«PKGBUILDDIR»/include'
Making all in src
make[3]: Entering directory `/«PKGBUILDDIR»/src'
Making all in c
make[4]: Entering directory `/«PKGBUILDDIR»/src/c'
Making all in connection
make[5]: Entering directory `/«PKGBUILDDIR»/src/c/connection'
/bin/bash ../../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../.. -I../../../src/c/system -I../../../src/c/connection 
-I../../../src/c/urg  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o 
serial_ctrl.lo serial_ctrl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/c/system 
-I../../../src/c/connection -I../../../src/c/urg -D_FORTIFY_SOURCE=2 -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
-Wall -c serial_ctrl.c  -fPIC -DPIC -o .libs/serial_ctrl.o
In file included from serial_ctrl.c:21:0:
serial_ctrl_lin.c: In function 'waitReceive':
serial_ctrl_lin.c:161:3: error: unknown type name 'fd_set'
   fd_set rfds;
   ^
serial_ctrl_lin.c:162:18: error: storage size of 'tv' isn't known
   struct timeval tv;
                  ^
serial_ctrl_lin.c:165:3: warning: implicit declaration of function 'FD_ZERO' 
[-Wimplicit-function-declaration]
   FD_ZERO(&rfds);
   ^
serial_ctrl_lin.c:166:3: warning: implicit declaration of function 'FD_SET' 
[-Wimplicit-function-declaration]
   FD_SET(serial->fd_, &rfds);
   ^
serial_ctrl_lin.c:171:3: warning: implicit declaration of function 'select' 
[-Wimplicit-function-declaration]
   if (select(serial->fd_ + 1, &rfds, NULL, NULL,
   ^
serial_ctrl_lin.c:162:18: warning: unused variable 'tv' [-Wunused-variable]
   struct timeval tv;
                  ^
make[5]: *** [serial_ctrl.lo] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/src/c/connection'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/src/c'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make: *** [debian/stamp-makefile-build] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: urg
Source-Version: 0.8.18-1

We believe that the bug you reported is fixed in the latest version of
urg, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Albert Huang <[email protected]> (supplier of updated urg 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 [email protected])


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

Format: 1.8
Date: Thu, 09 May 2013 13:28:21 +0000
Source: urg
Binary: liburg0 liburg0-dev urg-utils
Architecture: source amd64
Version: 0.8.18-1
Distribution: unstable
Urgency: low
Maintainer: Albert Huang <[email protected]>
Changed-By: Albert Huang <[email protected]>
Description: 
 liburg0    - library to access Hokuyo laser range scanners
 liburg0-dev - library to access Hokuyo URG/UTM laser range scanners
 urg-utils  - utilities for Hokuyo URG/UTM laser range scanners
Closes: 701437
Changes: 
 urg (0.8.18-1) unstable; urgency=low
 .
   * New upstream release (closes: #701437)
Checksums-Sha1: 
 0652cff2a815f15acc583c5f565c3af92610d605 1095 urg_0.8.18-1.dsc
 354816d4fbd6fed3f66a4b96ef0d8c4708b5301e 399181 urg_0.8.18.orig.tar.bz2
 2e444b9568bf6268b6cfbe8f8e3caaf8edcb318e 2528 urg_0.8.18-1.debian.tar.gz
 1b9d66bbc275a415b13066aeb4f17ed501b4616d 128376 liburg0_0.8.18-1_amd64.deb
 c75bb91f8a34f6e8bd62fcf055acffa1825dedce 147716 liburg0-dev_0.8.18-1_amd64.deb
 01f7a5a3d0172687ac1a64eb4419db927f0ed865 6542 urg-utils_0.8.18-1_amd64.deb
Checksums-Sha256: 
 cd7772ab04f975adc63b920601a8eacde5ec5dc4e3b1f922bf317a9909dd2c96 1095 
urg_0.8.18-1.dsc
 eeaa3d9197825e7dd717d87107c2c81e82893e11bd8e3e8a3fccb83529ee3cb2 399181 
urg_0.8.18.orig.tar.bz2
 8b7ee8d7e430fc62cf1378ceb85641f427eb47e4587f336678937d47027ed058 2528 
urg_0.8.18-1.debian.tar.gz
 5c410cb544f7a99eea983bdbf6149aad7ba2bbeb9c616a2d50c3997f582d17b8 128376 
liburg0_0.8.18-1_amd64.deb
 c702b02ee39f2902d77e3f9021d6f62b7ab13c09fc64d60d8a463bc0cc1925b5 147716 
liburg0-dev_0.8.18-1_amd64.deb
 b2b1b2d7a99b776b82a0990ee01136a72c69830dbc0440390d313df92daa8280 6542 
urg-utils_0.8.18-1_amd64.deb
Files: 
 98285c405576c84fccc9c49a3dee30e2 1095 libs extra urg_0.8.18-1.dsc
 1c04e77634e1963503373857eb2c8cb3 399181 libs extra urg_0.8.18.orig.tar.bz2
 15ce4fd14ae655be2655fa7aff5ef52b 2528 libs extra urg_0.8.18-1.debian.tar.gz
 556f3cae508bcd9e40b2201165f3e6e3 128376 libs extra liburg0_0.8.18-1_amd64.deb
 126a6c815fd3b27d45dbaab92f4dde54 147716 libdevel extra 
liburg0-dev_0.8.18-1_amd64.deb
 625b120466b531ff63ac648ff315e2fc 6542 science extra 
urg-utils_0.8.18-1_amd64.deb

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

iEYEARECAAYFAlGLuJkACgkQnBDd5Mai6364PwCePVRAcqxoNozSZ4HHMJpX6sUq
kjoAn17vlii2TVFf7Uos1eQCQ+SpZOI0
=/NYq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to