Your message dated Fri, 16 Aug 2019 09:19:54 +0000
with message-id <e1hyyoo-0004ej...@fasolo.debian.org>
and subject line Bug#925846: fixed in usbrelay 0.4-2
has caused the Debian Bug report #925846,
regarding usbrelay: ftbfs with GCC-9
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.)


-- 
925846: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925846
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:usbrelay
Version: 0.4-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/usbrelay_0.4-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-9/porting_to.html

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ALL=POSIX
LOGNAME=user42
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-b1c2dd91-da0e-474b-9bff-2d5274341a9b
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

dpkg-buildpackage: info: source package usbrelay
dpkg-buildpackage: info: source version 0.4-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Jan Dittberner <ja...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
        make -j4 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -f usbrelay
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules build-arch
dh build-arch
   dh_update_autotools_config -a
   dh_autoreconf -a
   dh_auto_configure -a
   dh_auto_build -a
        make -j4
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -O2 -Wall 
-Wl,-z,relro -Wl,-z,now -lhidapi-hidraw -o usbrelay usbrelay.c
/usr/bin/ld: /tmp/ccWiS3zC.o: in function `operate_relay':
./usbrelay.c:187: undefined reference to `hid_error'
/usr/bin/ld: ./usbrelay.c:184: undefined reference to `hid_write'
/usr/bin/ld: /tmp/ccWiS3zC.o: in function `set_serial':
./usbrelay.c:205: undefined reference to `hid_write'
/usr/bin/ld: /tmp/ccWiS3zC.o: in function `main':
./usbrelay.c:94: undefined reference to `hid_enumerate'
/usr/bin/ld: ./usbrelay.c:109: undefined reference to `hid_open_path'
/usr/bin/ld: ./usbrelay.c:115: undefined reference to `hid_get_feature_report'
/usr/bin/ld: ./usbrelay.c:147: undefined reference to `hid_close'
/usr/bin/ld: ./usbrelay.c:151: undefined reference to `hid_free_enumeration'
/usr/bin/ld: ./usbrelay.c:154: undefined reference to `hid_exit'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:8: usbrelay] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:10: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: usbrelay
Source-Version: 0.4-2

We believe that the bug you reported is fixed in the latest version of
usbrelay, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Dittberner <ja...@debian.org> (supplier of updated usbrelay 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: SHA512

Format: 1.8
Date: Fri, 16 Aug 2019 10:46:39 +0200
Source: usbrelay
Architecture: source
Version: 0.4-2
Distribution: unstable
Urgency: medium
Maintainer: Jan Dittberner <ja...@debian.org>
Changed-By: Jan Dittberner <ja...@debian.org>
Closes: 925846
Changes:
 usbrelay (0.4-2) unstable; urgency=medium
 .
   * Fix "ftbfs with GCC-9" by applying patch by Rainer Herrmann (Closes:
     #925846)
Checksums-Sha1:
 d2d45f21d00ce92081a01ed76d005949454cb520 1506 usbrelay_0.4-2.dsc
 95db5ac7548a13c339c94889ce1fd97b8c36b8ce 3172 usbrelay_0.4-2.debian.tar.xz
 87af1b1dd1b77e4c285ee67bfffb133776821a31 5541 usbrelay_0.4-2_amd64.buildinfo
Checksums-Sha256:
 4e8b5e84ba9bc705c626f5b318751a992bb6c69e2d05720a8ac95789d829fba2 1506 
usbrelay_0.4-2.dsc
 436c7be6dd40856520e11d508b154ce48e485f1a989ad6abb4d9ab721857b94d 3172 
usbrelay_0.4-2.debian.tar.xz
 c647d996b6f8d7bb7a1af866565fd3be143964ab5c68b003ad047dccd0cbeb07 5541 
usbrelay_0.4-2_amd64.buildinfo
Files:
 e5cf0b610c0baf1bb6a4b2acda301d78 1506 electronics optional usbrelay_0.4-2.dsc
 324289e828bcd76262e9cfc11af196dd 3172 electronics optional 
usbrelay_0.4-2.debian.tar.xz
 0908a6586d8a8b0c04d69468e4b4bc43 5541 electronics optional 
usbrelay_0.4-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFFBAEBCgAvFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAl1WbhsRHGphbmRkQGNh
Y2VydC5vcmcACgkQDXkdyNc3wdnqswf/Sr6+qhJyqC9Rj4ZOPmJ6P7Kbt2LcPTgx
fwvW+XL0vDkT0ABvpQvCrZG1UPvpAT1WZ8tYZFa56CWPFH3aoDg6bDwYm4FqRSM0
rD1WdlTwIwDQ9arH9Jbtl+++hcqIjDObjyRbFczwijFKnGwpqtgbo1cDO8+aa4Yi
XR7stErYLx4IgywzPsy66tpfjw0k4lc/nFtJyvW8MAfSnMI3oi+xsAv4Cd54HYdD
R+rcmvneHKk+0xGScZpVCfivn6q5MLcxcatyuLL8/E7IgwK6JKXWfgORDkfFertq
3otItrChTCJ4gjO9DcTUAf25PIgQkHmQ85Wh66HMdpn9NDvdIuGDUg==
=Cqf2
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to