[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#957029: marked as done (ax25mail-utils: ftbfs with GCC-10)



Your message dated Wed, 03 Feb 2021 11:33:51 +0000
with message-id <E1l7GPv-0001Za-BW@fasolo.debian.org>
and subject line Bug#957029: fixed in ax25mail-utils 0.14-1
has caused the Debian Bug report #957029,
regarding ax25mail-utils: ftbfs with GCC-10
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 owner@bugs.debian.org
immediately.)


-- 
957029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957029
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:ax25mail-utils
Version: 0.13-1
Severity: normal
Tags: sid bullseye
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-10

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-10/g++-10, but succeeds to build with gcc-9/g++-9. 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/gcc10-20200225/ax25mail-utils_0.13-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.

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

[...]
make[3]: Entering directory '/<<PKGBUILDDIR>>/agent'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/agent'
Making all in axgetlist
make[3]: Entering directory '/<<PKGBUILDDIR>>/axgetlist'
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c axgetlist.c
In file included from /usr/include/string.h:495,
                 from axgetlist.c:19:
In function ‘strncat’,
    inlined from ‘load_config’ at axgetlist.c:127:42:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: ‘__builtin___strncat_chk’ output may be truncated copying 1 byte from a string of length 255 [-Wstringop-truncation]
  136 |   return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘load_config’ at axgetlist.c:130:47:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 31 bytes from a string of length 255 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘load_config’ at axgetlist.c:131:48:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 31 bytes from a string of length 255 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘load_config’ at axgetlist.c:132:48:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 31 bytes from a string of length 255 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘load_config’ at axgetlist.c:133:49:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘load_config’ at axgetlist.c:134:54:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘load_config’ at axgetlist.c:135:49:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘load_config’ at axgetlist.c:142:47:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function ‘strncpy’,
    inlined from ‘load_config’ at axgetlist.c:143:48:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output may be truncated copying 15 bytes from a string of length 255 [-Wstringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c auth.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c calls.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c common.c
gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c conbbs.c
gcc -g -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro -o axgetlist axgetlist.o auth.o calls.o common.o conbbs.o  
/usr/bin/ld: conbbs.o:./axgetlist/conbbs.c:37: multiple definition of `mycall'; axgetlist.o:./axgetlist/axgetlist.c:45: first defined here
/usr/bin/ld: conbbs.o:./axgetlist/conbbs.c:38: multiple definition of `bbscall'; axgetlist.o:./axgetlist/axgetlist.c:46: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:233: axgetlist] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/axgetlist'
make[2]: *** [Makefile:260: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:198: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 returned exit code 2
make: *** [debian/rules:18: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ax25mail-utils
Source-Version: 0.14-1
Done: Christoph Berg <myon@debian.org>

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

Debian distribution maintenance software
pp.
Christoph Berg <myon@debian.org> (supplier of updated ax25mail-utils 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 03 Feb 2021 11:57:43 +0100
Source: ax25mail-utils
Architecture: source
Version: 0.14-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Christoph Berg <myon@debian.org>
Closes: 957029
Changes:
 ax25mail-utils (0.14-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 0.14.
   * Add patch from upstream to fix gcc-10 issue. (Closes: #957029)
   * Don't install spec file in Debian package.
   * Add debian/gitlab-ci.yml.
   * Remove useless B-D on quilt.
   * DH 13.
Checksums-Sha1:
 31d4ec875327847566431451436330d8725c2e67 1854 ax25mail-utils_0.14-1.dsc
 a7f593b359b75eaf5a764da096dca974363c70df 150425 ax25mail-utils_0.14.orig.tar.gz
 414198dfbe0d723eebbbd2681c5fb1ca5e0322dc 4168 ax25mail-utils_0.14-1.debian.tar.xz
Checksums-Sha256:
 6d5c332cd54ef1cf66a5d610ef7b5de95a10a1cd25cac9c0556f7364449f88b0 1854 ax25mail-utils_0.14-1.dsc
 e0e5769c997d020d02967b203fc2231cb97a628feffb8e55455096a8e80152e4 150425 ax25mail-utils_0.14.orig.tar.gz
 bbbf355140b443b528c2d7a701ff5f9f27b1e4eb8ddd9d9375ca708bd4acfdfb 4168 ax25mail-utils_0.14-1.debian.tar.xz
Files:
 359761e09f691e8293e619aac2e89b93 1854 hamradio optional ax25mail-utils_0.14-1.dsc
 8c8565be3c382be5b508ab5ff4992986 150425 hamradio optional ax25mail-utils_0.14.orig.tar.gz
 22ee6a181a40e13aca56fa38a6cb616c 4168 hamradio optional ax25mail-utils_0.14-1.debian.tar.xz

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

iQIzBAEBCAAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmAag/sACgkQTFprqxLS
p65X0Q/7BCeir26vO4oaI5J2bvL6sA2G+CnymUZ5qZT2yaorJ6j0EziYClamIUJU
K6EFyHFHOAPk42/PLCFW9yWnDpTVgWVbRgGHVneJdgnj+sIhg33F7IclhJe+VI5M
Anfg/WNvcK8XOL2ZsYOVXDHkQAsHpfzxVTvI+B2vT2TdqRkQdZAcLpblGQbzB2J0
oiau9GdiZFFoU3FMZdThX9c+kAwm2Ma6nlQQNMFIe4l4cGsRor31x3Ip20jjhVFA
qHDIba8PW0V5NXF/CpK1uwhi2EwDlnVVDDFLZR9O0KO8tHz8LfN1mLvWTasXBHHv
wpJaiDsU3oAwrjCg4JCNNTGL+AsuSe9+4BbP4zQJPaZO3Ea+KO14ui2dhqtllPVC
IcGjnln8o2O7Jj6Jrpi6Zj/fjtB7O6r152W98NaESOPh+aKkrN8dO5h4w1cGfxDs
c21lSEw3KJRVipvjMDyqLYdWGZfnwaUmfsGeqttT14NQnENtOCpIzG3Byi9TdLDH
jPBDNDYWyMw+oNR5mYr7XMMdHHAlYeV8H+UERJQJgUK98zeyLAHDOfo02E2k4Fi0
Zfi22nMVnkBn3nPR3o8/sBvmOq1MR1e7oPHpncBmF+Zkz59lmfn2PsgxSFEH0laH
iCoRp4cL7glQUHttTl/5mOdpzGKXr1fU5PsIaZNAkNkDu2HdQnQ=
=s3pB
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: