Your message dated Tue, 27 Aug 2019 17:50:04 +0000
with message-id <e1i2fby-000end...@fasolo.debian.org>
and subject line Bug#925768: fixed in linux-ftpd-ssl 0.17.36+0.3-2.2
has caused the Debian Bug report #925768,
regarding linux-ftpd-ssl: 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.)


-- 
925768: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925768
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:linux-ftpd-ssl
Version: 0.17.36+0.3-2.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/linux-ftpd-ssl_0.17.36+0.3-2.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.

[...]
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/ftpd.c:3428:27: warning: '%s' 
directive writing up to 4095 bytes into a region of size 1024 
[-Wformat-overflow=]
 3428 |             sprintf(buf, "%s%s\n", nbuf,
      |                           ^~       ~~~~
In file included from /usr/include/stdio.h:873,
                 from /<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/ftpd.c:96:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
'__builtin___sprintf_chk' output between 2 and 4098 bytes into a destination of 
size 1024
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 66%] Building C object ftpd/CMakeFiles/in.ftpd.dir/logutmp.c.o
cd /<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu/ftpd && 
/usr/bin/cc  -I/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd 
-I/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/../support  -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DUSE_PAM=1 -D_FILE_OFFSET_BITS=64 -DHASSETPROCTITLE 
-DUSE_SSL   -o CMakeFiles/in.ftpd.dir/logutmp.c.o   -c 
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/logutmp.c
[ 75%] Building C object ftpd/CMakeFiles/in.ftpd.dir/logwtmp.c.o
cd /<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu/ftpd && 
/usr/bin/cc  -I/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd 
-I/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/../support  -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DUSE_PAM=1 -D_FILE_OFFSET_BITS=64 -DHASSETPROCTITLE 
-DUSE_SSL   -o CMakeFiles/in.ftpd.dir/logwtmp.c.o   -c 
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/logwtmp.c
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/logwtmp.c: In function 
'ftpdlogwtmp':
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/logwtmp.c:86:14: warning: passing 
argument 1 of 'time' from incompatible pointer type 
[-Wincompatible-pointer-types]
   86 |   (void)time(&ut.ut_time);
      |              ^
      |              |
      |              int32_t * {aka int *}
In file included from 
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/logwtmp.c:51:
/usr/include/time.h:75:29: note: expected 'time_t *' {aka 'long int *'} but 
argument is of type 'int32_t *' {aka 'int *'}
   75 | extern time_t time (time_t *__timer) __THROW;
      |                     ~~~~~~~~^~~~~~~
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/logwtmp.c:109:10: warning: 
ignoring return value of 'ftruncate', declared with attribute 
warn_unused_result [-Wunused-result]
  109 |    (void)ftruncate(fd, buf.st_size);
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
[ 83%] Building C object ftpd/CMakeFiles/in.ftpd.dir/popen.c.o
cd /<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu/ftpd && 
/usr/bin/cc  -I/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd 
-I/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/../support  -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DUSE_PAM=1 -D_FILE_OFFSET_BITS=64 -DHASSETPROCTITLE 
-DUSE_SSL   -o CMakeFiles/in.ftpd.dir/popen.c.o   -c 
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/popen.c
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/popen.c: In function 'ftpd_popen':
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/popen.c:167:3: warning: ignoring 
return value of 'seteuid', declared with attribute warn_unused_result 
[-Wunused-result]
  167 |   seteuid(0);
      |   ^~~~~~~~~~
[ 83%] Creating y.tab.c
cd /<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu/ftpd && yacc 
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/ftpcmd.y
[ 83%] Creating ftpcmd.c
cd /<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu/ftpd && 
/usr/bin/cmake -E rename y.tab.c ftpcmd.c
[ 91%] Building C object ftpd/CMakeFiles/in.ftpd.dir/ftpcmd.c.o
cd /<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu/ftpd && 
/usr/bin/cc  -I/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd 
-I/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/ftpd/../support  -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DUSE_PAM=1 -D_FILE_OFFSET_BITS=64 -DHASSETPROCTITLE 
-DUSE_SSL   -o CMakeFiles/in.ftpd.dir/ftpcmd.c.o   -c 
/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu/ftpd/ftpcmd.c
[100%] Linking C executable in.ftpd
cd /<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu/ftpd && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/in.ftpd.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 
-fdebug-prefix-map=/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -DUSE_PAM=1 -D_FILE_OFFSET_BITS=64 -DHASSETPROCTITLE 
-DUSE_SSL  -Wl,-z,relro -lpam CMakeFiles/in.ftpd.dir/ftpd.c.o 
CMakeFiles/in.ftpd.dir/logutmp.c.o CMakeFiles/in.ftpd.dir/logwtmp.c.o 
CMakeFiles/in.ftpd.dir/popen.c.o CMakeFiles/in.ftpd.dir/ftpcmd.c.o  -o in.ftpd 
-lcrypt ../support/libsupport.a -lssl -lcrypto 
/usr/bin/ld: CMakeFiles/in.ftpd.dir/ftpd.c.o: in function `end_login':
./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1245: undefined reference to 
`pam_close_session'
/usr/bin/ld: ./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1246: undefined 
reference to `pam_end'
/usr/bin/ld: CMakeFiles/in.ftpd.dir/ftpd.c.o: in function `pam_doit':
./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1350: undefined reference to 
`pam_authenticate'
/usr/bin/ld: ./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1402: undefined 
reference to `pam_acct_mgmt'
/usr/bin/ld: ./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1404: undefined 
reference to `pam_open_session'
/usr/bin/ld: ./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1406: undefined 
reference to `pam_setcred'
/usr/bin/ld: ./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1408: undefined 
reference to `pam_get_item'
/usr/bin/ld: CMakeFiles/in.ftpd.dir/ftpd.c.o: in function 
`authentication_setup':
./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1430: undefined reference to `pam_end'
/usr/bin/ld: ./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1441: undefined 
reference to `pam_start'
/usr/bin/ld: ./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1446: undefined 
reference to `pam_end'
/usr/bin/ld: ./obj-x86_64-linux-gnu/ftpd/./ftpd/ftpd.c:1443: undefined 
reference to `pam_set_item'
collect2: error: ld returned 1 exit status
make[3]: *** [ftpd/CMakeFiles/in.ftpd.dir/build.make:156: ftpd/in.ftpd] Error 1
make[3]: Leaving directory 
'/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:94: ftpd/CMakeFiles/in.ftpd.dir/all] Error 2
make[2]: Leaving directory 
'/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory 
'/<<BUILDDIR>>/linux-ftpd-ssl-0.17.36+0.3/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j1 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: linux-ftpd-ssl
Source-Version: 0.17.36+0.3-2.2

We believe that the bug you reported is fixed in the latest version of
linux-ftpd-ssl, 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.
Gianfranco Costamagna <locutusofb...@debian.org> (supplier of updated 
linux-ftpd-ssl 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: Mon, 12 Aug 2019 18:39:22 +0200
Source: linux-ftpd-ssl
Binary: ftpd-ssl
Architecture: source
Version: 0.17.36+0.3-2.2
Distribution: unstable
Urgency: medium
Maintainer: Mats Erik Andersson <mats.anders...@gisladisker.se>
Changed-By: Gianfranco Costamagna <locutusofb...@debian.org>
Description:
 ftpd-ssl   - FTP server with SSL encryption support
Closes: 917348 925768
Changes:
 linux-ftpd-ssl (0.17.36+0.3-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Tweak cmake patches to link correctly. Closes: #925768
   * Drop obsolete libssl1.0-dev dependency. Closes: #917348
     - drop version constraint, satisfied already since o-o-stable
Checksums-Sha1:
 a85023954e829e1f7b64b94deea06be12be6d526 1876 
linux-ftpd-ssl_0.17.36+0.3-2.2.dsc
 c0a0335d03860d1c857070365b71d61a00dc9ba3 53968 
linux-ftpd-ssl_0.17.36+0.3-2.2.debian.tar.xz
 a0c123e23220a91947cc171449745f2474f48bde 8711 
linux-ftpd-ssl_0.17.36+0.3-2.2_source.buildinfo
Checksums-Sha256:
 0efd7c5320b46feb8bb28f937b04cd3021463260e30dc821992627ab55edd411 1876 
linux-ftpd-ssl_0.17.36+0.3-2.2.dsc
 33fbe4c05f45e475bfe8a64298d775cda68a1561ae3404252b58b70c0b1ca5eb 53968 
linux-ftpd-ssl_0.17.36+0.3-2.2.debian.tar.xz
 531aee4a648974c3ea3e857829492299387b4b8b1b442aed6890dee193e8620e 8711 
linux-ftpd-ssl_0.17.36+0.3-2.2_source.buildinfo
Files:
 6f1dc0834fc6665a76873e9b6b7c4017 1876 net extra 
linux-ftpd-ssl_0.17.36+0.3-2.2.dsc
 e38ab9d22e3d4715e7e3c38d1d57f44f 53968 net extra 
linux-ftpd-ssl_0.17.36+0.3-2.2.debian.tar.xz
 a2fdbde905acf8f88317c9165feb6f52 8711 net extra 
linux-ftpd-ssl_0.17.36+0.3-2.2_source.buildinfo

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl1Rlq0ACgkQ808JdE6f
Xdls5g/+PfortpDRoZRH9az8XahrfT9rPQQKVDmZkqh62ndERAjXNCKBSQKHCcfG
jI1mdbZ3/lfSu512IpRDyMmbf4VinLGVA7PBW31whf+QdoOvYvy42mLGA5iyd5WD
oJefzOxWvR1aMQzxVQmBeV7vfpiwL84d+Pk/CG8LiO+ez8SICkjHXjD0aLCzBbBJ
INx5Tg2EwWe6CVsfVnlGEovcisvvIMp+sgV1S/4KXVh12n1/zqXa/C/VVAsNB/M3
MygmW9cW7edYzEdMprHkbMLl8P6haVrpszzyC4cmUN7c4acnNM52k7p/mH3KRJ+x
QdkNtFfEOGqM65cFEYFWG8mxB7yHXrb0gmRxQbIEp9vHcgziHv5yHJhzsBdlGzs+
BM/0i607S1fcvh+KwKhTA1ZJ7VqjwqOaoMLOM68exoFrnC4JSbBuQF+6+ZV5qXiy
NMweuoGxFme2KbaFE/ldAAnke/yCKMfRHpy3O/bPTfr3JYTP5Reg8yOzBpPtDrLS
CEp+oZvwAApt7JU1Z7mu5tEesc3VfQUClC3kXAapIwoby+hJLkoFT+oqHZXbkBcA
XRNmut8yOrej3fuf6eqJNLjx1hCKUesqw2k7CUAY2q3Mv6bJs3v9rEobdW2HfJr9
Qs04WQtHZlwR/0HsnQYvG+11Fev3y36IlQ52vtTboYuEL9gA32U=
=GnuC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to