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

Bug#956971: marked as done (9base: ftbfs with GCC-10)



Your message dated Sun, 26 Jul 2020 02:37:21 +0000
with message-id <E1jzWXR-0003aO-O2@fasolo.debian.org>
and subject line Bug#956971: fixed in 9base 1:6-10
has caused the Debian Bug report #956971,
regarding 9base: 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.)


-- 
956971: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956971
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:9base
Version: 1:6-7
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/9base_6-7_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>>/dd'
CC dd.c
In file included from /usr/include/inttypes.h:25,
                 from ../lib9/u.h:38,
                 from dd.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
dd.c: In function ‘p9main’:
dd.c:228:3: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  228 |   read(ibf, ibuf, ibs);
      |   ^~~~~~~~~~~~~~~~~~~~
LD dd
built dd
make[3]: Leaving directory '/<<PKGBUILDDIR>>/dd'
make[3]: Entering directory '/<<PKGBUILDDIR>>/diff'
CC diffdir.c
In file included from /usr/include/inttypes.h:25,
                 from ../lib9/u.h:38,
                 from diffdir.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
CC diffio.c
In file included from /usr/include/inttypes.h:25,
                 from ../lib9/u.h:38,
                 from diffio.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
CC diffreg.c
In file included from /usr/include/inttypes.h:25,
                 from ../lib9/u.h:38,
                 from diffreg.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
CC main.c
In file included from /usr/include/inttypes.h:25,
                 from ../lib9/u.h:38,
                 from main.c:1:
/usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
LD diff
/usr/bin/ld: diffio.o:./diff/diff.h:4: multiple definition of `bflag'; diffdir.o:./diff/diff.h:4: first defined here
/usr/bin/ld: diffio.o:./diff/diff.h:6: multiple definition of `mflag'; diffdir.o:./diff/diff.h:6: first defined here
/usr/bin/ld: diffio.o:./diff/diff.h:3: multiple definition of `mode'; diffdir.o:./diff/diff.h:3: first defined here
/usr/bin/ld: diffio.o:./diff/diff.h:7: multiple definition of `anychange'; diffdir.o:./diff/diff.h:7: first defined here
/usr/bin/ld: diffio.o:./diff/diff.h:5: multiple definition of `rflag'; diffdir.o:./diff/diff.h:5: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:3: multiple definition of `mode'; diffdir.o:./diff/diff.h:3: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:7: multiple definition of `anychange'; diffdir.o:./diff/diff.h:7: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:6: multiple definition of `mflag'; diffdir.o:./diff/diff.h:6: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:5: multiple definition of `rflag'; diffdir.o:./diff/diff.h:5: first defined here
/usr/bin/ld: diffreg.o:./diff/diff.h:4: multiple definition of `bflag'; diffdir.o:./diff/diff.h:4: first defined here
/usr/bin/ld: main.o:./diff/diff.h:6: multiple definition of `mflag'; diffdir.o:./diff/diff.h:6: first defined here
/usr/bin/ld: main.o:./diff/diff.h:5: multiple definition of `rflag'; diffdir.o:./diff/diff.h:5: first defined here
/usr/bin/ld: main.o:./diff/diff.h:7: multiple definition of `anychange'; diffdir.o:./diff/diff.h:7: first defined here
/usr/bin/ld: main.o:./diff/diff.h:3: multiple definition of `mode'; diffdir.o:./diff/diff.h:3: first defined here
/usr/bin/ld: main.o:./diff/diff.h:4: multiple definition of `bflag'; diffdir.o:./diff/diff.h:4: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:35: diff] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/diff'
make[2]: *** [Makefile:63: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j1 "CFLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -I. -DPREFIX=\"\\\"/usr/lib/plan9\\\"\" -DUNICODE -DDWBHOME=\"\\\"/usr/share/9base/troff\\\"\" -DNTERMDIR=\"\\\"/term/tab.\\\"\" -DTEXHYPHENS=\"\\\"/hyphen.tex\\\"\" -DALTHYPHENS=\"\\\"/hyphen.tex\\\"\" -DFONTDIR=\"\\\"/font\\\"\" -DTDEVNAME=\"\\\"utf\\\"\" -DTMACDIR=\"\\\"/tmac/tmac.\\\"\" -Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS=-Wl,-z,relro PREFIX=/usr/lib/plan9 MANPREFIX=/usr/share/man returned exit code 2
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:21: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: 9base
Source-Version: 1:6-10
Done: Joao Eriberto Mota Filho <eriberto@debian.org>

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

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eriberto@debian.org> (supplier of updated 9base 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: SHA512

Format: 1.8
Date: Sat, 25 Jul 2020 21:06:24 -0300
Source: 9base
Architecture: source
Version: 1:6-10
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Joao Eriberto Mota Filho <eriberto@debian.org>
Closes: 956971
Changes:
 9base (1:6-10) unstable; urgency=medium
 .
   * QA upload.
   * debian/control: migrated DH level to 13.
   * debian/rules: added DEB_CFLAGS_MAINT_APPEND variable as a workaround to fix
     a FTBFS with GCC-10. (Closes: #956971)
Checksums-Sha1:
 a0eebf8a9718f69456a64dc3cc8f4f330e48ce9f 1834 9base_6-10.dsc
 1b94df4289965ef9807dfbe61b2626d8c2415228 17648 9base_6-10.debian.tar.xz
 00a85448f32f3ccd01d5f16da451b93f81c5e6b9 5330 9base_6-10_source.buildinfo
Checksums-Sha256:
 8f560dd77dff1e384d7387bb5272d44d8beaa57aab42d5f188a0f4143fc8dc97 1834 9base_6-10.dsc
 8dbcf128494de4443150dd94ee687dea62750fe630fa8438990f10c6d8081478 17648 9base_6-10.debian.tar.xz
 5aff54df930d755193aa65a7a545c2da57c4fc01fa9f4f44fc5e4170b0daef25 5330 9base_6-10_source.buildinfo
Files:
 3c3b2453e8b1d0ceaa9b59f543c7f154 1834 utils optional 9base_6-10.dsc
 208ffb8aa142cea3da2e0d3351865e19 17648 utils optional 9base_6-10.debian.tar.xz
 26d292144c5b7dc64ce962fb51168c2a 5330 utils optional 9base_6-10_source.buildinfo

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

iQIzBAEBCgAdFiEENX3LDuyVoBrrofDS3mO5xwTr6e8FAl8c56EACgkQ3mO5xwTr
6e9mmQ/+KCD03r2hKWr1TdzRYnn2av7V2liJzgP8WVhNArI6m5s3ZKTbpIXMDHou
QjhclWFjjkK3otRNTIwOSh+XBoORb7i1YmP3KGzm6911KeDmRTH50MqSFngTPYWx
SYxznw1SpxAGZwq/Cvcx2aiIXf7Dxl8dBEtJS9alH2EFIEqaF/sjnj9a7qEyfARN
vN1hyRGGuPeKxa+Qa2l5ZuPuI3C5PupCpYgW1TUZT5xZyseOI7/R3e37rXYVmMNb
ExsJMitGYPkdLsN7L9bCn77pasF7YNcs5bTq8UGZawVRNFVCb8VkaLpY6/XJpX8J
DeJVLZUlUI1QEWD7lwchns33rooJKZCud7iqMYGkQyZu+gnKCK2BLhS2jtBzl1eV
PTT26s7dzSb6glzM5VXh51haHkLnBkRMbqnqwNaCT6oh1N0nVB2U8mxg443g7nUF
+oh3dIOfNBvR1g6FKVD54gd09z7a/Cutkldsl1I2jpY5bOk6bZgabecNgM8ZWp7U
vZoGEpzsqlhCikd6pW0Rq6H5zyeSox1i7g4pZWdJwyQW/mDUdVtjY5LHq1e0/Byz
oRu4Oef+xq0QrndupxOmHkJRwy15y/pGp8Es3ThsyoeKhX2GUK0QiRhHwSun8kJV
z3oXPyYaBV/D/HDB2df54FH4/BY8R4Plj2YFmepC6gJhiPS9Ljw=
=cae0
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: