Your message dated Fri, 18 Aug 2017 13:49:05 +0000
with message-id <e1dihe5-0000wv...@fasolo.debian.org>
and subject line Bug#853400: fixed in fgetty 0.7-2.1
has caused the Debian Bug report #853400,
regarding fgetty: ftbfs with GCC-7
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.)


-- 
853400: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:fgetty
Version: 0.7-2
Severity: normal
Tags: sid buster
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-7

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-7/g++-7, but succeeds to build with gcc-6/g++-6. The
severity of this report may be raised before the buster release.
There is no need to fix this issue in time for the stretch release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc7-20170126/fgetty_0.7-2_unstable_gcc7.log
The last lines of the build log are at the end of this report.

To build with GCC 7, either set CC=gcc-7 CXX=g++-7 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-7/porting_to.html

[...]
 dpkg-source -b fgetty-0.7
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building fgetty using existing ./fgetty_0.7.orig.tar.bz2
dpkg-source: info: building fgetty in fgetty_0.7-2.debian.tar.xz
dpkg-source: info: building fgetty in fgetty_0.7-2.dsc
 debian/rules build
dh build
   dh_testdir
   dh_update_autotools_config
   dh_auto_configure
   dh_auto_build
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
diet -Os cc -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c fgetty.c 
-DTEST
fgetty.c: In function 'main':
fgetty.c:278:12: warning: implicit declaration of function 'isdigit' 
[-Wimplicit-function-declaration]
   else if (isdigit(tty[0])) {
            ^~~~~~~
diet -Os cc -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c fmt_ulong.c 
-DTEST
diet -Os cc -o fgetty fgetty.o fmt_ulong.o
diet -Os cc -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c login.c 
-DTEST
login.c:61:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc,char *argv[]) {
 ^~~~
diet -Os cc -o login login.o
diet -Os cc -pipe -Os -fomit-frame-pointer -I../dietlibc/include -c login2.c 
-DTEST
login2.c:59:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(int argc,char *argv[]) {
 ^~~~
diet -Os cc -o login2 login2.o
gcc -Os -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
checkpassword.c -lcrypt -Wl,-z,relro -Wl,-z,now -o checkpassword
checkpassword.c: In function 'main':
checkpassword.c:75:11: warning: implicit declaration of function 'initgroups'; 
did you mean 'getgroups'? [-Wimplicit-function-declaration]
       if (initgroups(pw->pw_name,pw->pw_gid)==-1) return 1;
           ^~~~~~~~~~
           getgroups
checkpassword.c: In function '__write2':
checkpassword.c:12:3: warning: ignoring return value of 'write', declared with 
attribute warn_unused_result [-Wunused-result]
   write(2,message,strlen(message));
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/ccmIgk03.o: In function `main':
./checkpassword.c:89: undefined reference to `__write2'
collect2: error: ld returned 1 exit status
Makefile:24: recipe for target 'checkpassword' failed
make[1]: *** [checkpassword] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: fgetty
Source-Version: 0.7-2.1

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

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated fgetty 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, 18 Aug 2017 16:29:47 +0300
Source: fgetty
Binary: fgetty
Architecture: source
Version: 0.7-2.1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Bogatov <kact...@gnu.org>
Changed-By: Adrian Bunk <b...@debian.org>
Description:
 fgetty     - very small, efficient, console-only getty and login
Closes: 853400
Changes:
 fgetty (0.7-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with gcc 7. (Closes: #853400)
Checksums-Sha1:
 8cffa8c90f9dee5b3299b5a465e8effbee613e94 1834 fgetty_0.7-2.1.dsc
 02e6e8b6c1fbe05f7aa9ef51fd7f0a4c8668ca8f 37384 fgetty_0.7-2.1.debian.tar.xz
Checksums-Sha256:
 82dca05f090af929b0cb47e3e152ae8f0d25323e05ab855f2f6b63faf5a25b33 1834 
fgetty_0.7-2.1.dsc
 e6e05a5bcd52763fb9f182d3f6a14c528bb9727fb84561a79589ef16db0cc079 37384 
fgetty_0.7-2.1.debian.tar.xz
Files:
 1664331f0bb16cb92991078d7abae943 1834 admin optional fgetty_0.7-2.1.dsc
 ef03a46d0ac01dc81908930ab6e76e22 37384 admin optional 
fgetty_0.7-2.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAlmW7UIACgkQiNJCh6LY
mLGToRAAy09L6XpcE8snJW/A47ia1+gdBc8GqrYz6uJ0T+QmjaN1A6/m6LJIMaxo
kXTvEcJJiCNQiT+7XM4xQVF5U3txaqSAukbzcdH8fZFmdJbEoy1XlgzJCStk0b9d
kxuz91FLYJUakSt0PwtWfMKzbJC6OyF0k8Jugj/DbntyqVM2WSvOjJirhz0WS9HY
wMVXoVGH9rXnGjSS01CBUsWO4O2b7m3v1dSq306dJTBY2RbsFvArtwVo9ZvnYTbI
YRaJNa93gbHPDEvYs6jRktHC/kQhkwuXeebRsPvO95e4NiDK05WpxSxAbQIvaGg8
XTSBuKvdhdAqn8Qe2KsbLkjmkVThuv/WP5/05S1AR8beArHowTIyYFQ6iRHzbw35
L3OxVfzbDBnNAiyb0aNWyLZ/vmT+2QGbqv63SjkFrJL9hR6hDtkWCKB7dUj7vi1v
pk/TESRBobBlr8TpM9Z4VjcyPXHUN5sRSfSrHfDuByg+gPCuhXmM4Q3cYdEZHa14
sr3P9VIswUhe1FWnLdcYzLJtuGYFu5pB/l91JoR3jCHEAN6BWkWPvAzdTMgEGi3P
ckt2QDAHsUX5NkC6D+CKBuBNwYMe1T2WvTw2LwNrSu1AN+ZnTBicfFNbc8WSvPDj
9PERQU5hzc8xblV2lLqtHNoyH9VTNhtBN7x92pK4PWRPvDXo5v4=
=QxtT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to