Your message dated Fri, 22 Jan 2021 14:33:51 +0000
with message-id <e1l2xvx-000ds4...@fasolo.debian.org>
and subject line Bug#957116: fixed in cyclades-serial-client 0.94
has caused the Debian Bug report #957116,
regarding cyclades-serial-client: 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 ow...@bugs.debian.org
immediately.)


-- 
957116: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957116
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:cyclades-serial-client
Version: 0.93
Severity: normal
Tags: sid bullseye
User: debian-...@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/cyclades-serial-client_0.93_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

[...]
  314 |     memcpy (memptr, evparam, evsize); \
      |     ^~~~~~
linux-dev.c:487:3: note: in expansion of macro ‘SET_EVENT’
  487 |   SET_EVENT(EV_UP, EV_UPCLOSE, 0, 0);
      |   ^~~~~~~~~
inc/tsrio.h:314:5: warning: null argument where non-null required (argument 2) 
[-Wnonnull]
  314 |     memcpy (memptr, evparam, evsize); \
      |     ^~~~~~
linux-dev.c:497:4: note: in expansion of macro ‘SET_EVENT’
  497 |    SET_EVENT(EV_UP, EV_UPCLOSE, 0, 0);
      |    ^~~~~~~~~
inc/tsrio.h:314:5: warning: null argument where non-null required (argument 2) 
[-Wnonnull]
  314 |     memcpy (memptr, evparam, evsize); \
      |     ^~~~~~
linux-dev.c:503:4: note: in expansion of macro ‘SET_EVENT’
  503 |    SET_EVENT(EV_UP, EV_UPDATA, 0, 0);
      |    ^~~~~~~~~
linux-dev.c: In function ‘parse_packet’:
linux-dev.c:582:32: warning: the address of ‘flushmode’ will always evaluate as 
‘true’ [-Waddress]
  582 |   SET_EVENT(EV_UP, EV_UPFLUSH, (void *) &flushmode, sizeof(int));
      |                                ^
inc/tsrio.h:308:8: note: in definition of macro ‘SET_EVENT’
  308 |    if (evparam) { \
      |        ^~~~~~~
x86_64-linux-gnu-gcc -DUSE_TERMIO -DUSE_TERMIOS -DUSE_POSIX_NONBLOCK  -O2 -Wall 
-W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -c misc.c
In file included from misc.c:25:
misc.c: In function ‘external_poll’:
inc/tsrio.h:314:5: warning: null argument where non-null required (argument 2) 
[-Wnonnull]
  314 |     memcpy (memptr, evparam, evsize); \
      |     ^~~~~~
misc.c:160:5: note: in expansion of macro ‘SET_EVENT’
  160 |     SET_EVENT(EV_UP, EV_UPWROK, 0, 0);
      |     ^~~~~~~~~
inc/tsrio.h:314:5: warning: null argument where non-null required (argument 2) 
[-Wnonnull]
  314 |     memcpy (memptr, evparam, evsize); \
      |     ^~~~~~
misc.c:173:5: note: in expansion of macro ‘SET_EVENT’
  173 |     SET_EVENT(EV_RN, EV_RNWROK, 0, 0);
      |     ^~~~~~~~~
x86_64-linux-gnu-gcc -DUSE_TERMIO -DUSE_TERMIOS -DUSE_POSIX_NONBLOCK  -O2 -Wall 
-W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -c system.c
x86_64-linux-gnu-gcc -DUSE_TERMIO -DUSE_TERMIOS -DUSE_POSIX_NONBLOCK  -O2 -Wall 
-W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic -c measure.c
x86_64-linux-gnu-gcc -s -o cyclades-ser-cli cyclades-ser-cli.o tsrio.o telnet.o 
sock.o linux-dev.o misc.o system.o measure.o  -lutil
/usr/bin/ld: tsrio.o:(.bss+0x560): multiple definition of `Eventpoll'; 
cyclades-ser-cli.o:(.bss+0x520): first defined here
/usr/bin/ld: tsrio.o:(.bss+0x520): multiple definition of `Evhead'; 
cyclades-ser-cli.o:(.bss+0x4e0): first defined here
/usr/bin/ld: tsrio.o:(.bss+0xc0): multiple definition of `CmdState'; 
cyclades-ser-cli.o:(.bss+0xa0): first defined here
/usr/bin/ld: tsrio.o:(.bss+0x100): multiple definition of `NvtOptions'; 
cyclades-ser-cli.o:(.bss+0xe0): first defined here
/usr/bin/ld: telnet.o:(.bss+0x8320): multiple definition of `NvtOptions'; 
cyclades-ser-cli.o:(.bss+0xe0): first defined here
/usr/bin/ld: telnet.o:(.bss+0x8760): multiple definition of `Eventpoll'; 
cyclades-ser-cli.o:(.bss+0x520): first defined here
/usr/bin/ld: telnet.o:(.bss+0x8720): multiple definition of `Evhead'; 
cyclades-ser-cli.o:(.bss+0x4e0): first defined here
/usr/bin/ld: telnet.o:(.bss+0x82e0): multiple definition of `CmdState'; 
cyclades-ser-cli.o:(.bss+0xa0): first defined here
/usr/bin/ld: sock.o:(.bss+0x20): multiple definition of `Evhead'; 
cyclades-ser-cli.o:(.bss+0x4e0): first defined here
/usr/bin/ld: sock.o:(.bss+0x60): multiple definition of `Eventpoll'; 
cyclades-ser-cli.o:(.bss+0x520): first defined here
/usr/bin/ld: linux-dev.o:(.bss+0x86e0): multiple definition of `Eventpoll'; 
cyclades-ser-cli.o:(.bss+0x520): first defined here
/usr/bin/ld: linux-dev.o:(.bss+0x86a0): multiple definition of `Evhead'; 
cyclades-ser-cli.o:(.bss+0x4e0): first defined here
/usr/bin/ld: linux-dev.o:(.bss+0x8160): multiple definition of `Comport'; 
telnet.o:(.bss+0x8280): first defined here
/usr/bin/ld: linux-dev.o:(.bss+0x8180): multiple definition of `P_contr'; 
cyclades-ser-cli.o:(.bss+0x20): first defined here
/usr/bin/ld: linux-dev.o:(.bss+0x8200): multiple definition of 
`P_contr_listen'; cyclades-ser-cli.o:(.bss+0x0): first defined here
/usr/bin/ld: linux-dev.o:(.bss+0x8260): multiple definition of `CmdState'; 
cyclades-ser-cli.o:(.bss+0xa0): first defined here
/usr/bin/ld: linux-dev.o:(.bss+0x82a0): multiple definition of `NvtOptions'; 
cyclades-ser-cli.o:(.bss+0xe0): first defined here
/usr/bin/ld: misc.o:(.bss+0x480): multiple definition of `Eventpoll'; 
cyclades-ser-cli.o:(.bss+0x520): first defined here
/usr/bin/ld: misc.o:(.bss+0x440): multiple definition of `Evhead'; 
cyclades-ser-cli.o:(.bss+0x4e0): first defined here
/usr/bin/ld: misc.o:(.bss+0x0): multiple definition of `CmdState'; 
cyclades-ser-cli.o:(.bss+0xa0): first defined here
/usr/bin/ld: misc.o:(.bss+0x40): multiple definition of `NvtOptions'; 
cyclades-ser-cli.o:(.bss+0xe0): first defined here
/usr/bin/ld: system.o:(.bss+0x0): multiple definition of `Evhead'; 
cyclades-ser-cli.o:(.bss+0x4e0): first defined here
/usr/bin/ld: system.o:(.bss+0x40): multiple definition of `Eventpoll'; 
cyclades-ser-cli.o:(.bss+0x520): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:62: cyclades-ser-cli] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:32: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: cyclades-serial-client
Source-Version: 0.94
Done: Andreas Beckmann <a...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated cyclades-serial-client 
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: Fri, 22 Jan 2021 15:16:13 +0100
Source: cyclades-serial-client
Architecture: source
Version: 0.94
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 860972 934466 957116
Changes:
 cyclades-serial-client (0.94) unstable; urgency=medium
 .
   [ Andreas Beckmann ]
   * QA upload.
   * Set Maintainer to Debian QA Group.  (See: #849719)
   * Use source format 3.0 (native).
   * Switch to debhelper-compat (= 13) and use dh.
   * Set Rules-Requires-Root: no.
   * Drop generated files.
 .
   [ Logan Rosen ]
   * Fix FTBFS with GCC 10 (due to -fno-common).  (Closes: #957116)
 .
   [ Helmut Grohne ]
   * Fix FTCBFS (due to hardcoded build-architecture ld).  (Closes: #934466)
 .
   [ Chris Lamb ]
   * Honour SOURCE_DATE_EPOCH to make the build reproducible. (Closes: #860972)
Checksums-Sha1:
 306a6f4b16ce56978811eb3e7886055eb946611b 1511 cyclades-serial-client_0.94.dsc
 a5b5ff753f5aeb12e75a49112189d8f3546ab486 43124 
cyclades-serial-client_0.94.tar.xz
 a3a8f458fad12bf375832d685ebd50cb58ddb34e 5531 
cyclades-serial-client_0.94_source.buildinfo
Checksums-Sha256:
 2b4987973b03b34c0863c07c9234e0415f8bfa60a738503604e5457b77135b35 1511 
cyclades-serial-client_0.94.dsc
 c90aa54cd596264b9e063529bcb2a5731a24e32795669a61a953e82bc58f0090 43124 
cyclades-serial-client_0.94.tar.xz
 e694ae2bb13f9eaa98fa6bf6aaf1fed7d59eb49930370f5246ab2173ef882003 5531 
cyclades-serial-client_0.94_source.buildinfo
Files:
 551b0f0ace305dd138750c449d12a6ff 1511 comm optional 
cyclades-serial-client_0.94.dsc
 067fb43a8c60194c1ac13a240c26017b 43124 comm optional 
cyclades-serial-client_0.94.tar.xz
 8740d16275e39415051c36db99b1adfa 5531 comm optional 
cyclades-serial-client_0.94_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmAK3swQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCDGZD/466gpwvJohtTNJQ1dPZg1my0kQr7XDo3tO
8yeSPt2yd+WiSxENyf2ba3A3yRmBf3dGuo4pIbVQTtddKgbn8gqG+QaJNgtXDVhX
i+TEJ9RlfuAG8Cu8cOQKucuV/4w+9DHgj4Maqe8DXI0NrFoeJk+TDiUGocTgTEK0
DZ5wby3P6HZHDZeSdb8ltweBtMvpUtjxumUgE9cC3L1XW2bj3Sp4JcX2ljUs9oNN
yr5iFT+6GGQgQxjoOkKZk1BTOIgQJ5vwXwtWtTCIHQZGQmaPF3v82TyRqItYXC79
YpcmPONl5mHetaEP2/aPQoiTIAkY84GvANWoocigaKbmwFDV3X17z76Hk4BBhz6h
Nz1LygK7b4gM4j3EAbpeB+aWDwoMvu9GV6MpKaH4XEdMuBPVFP5o79Pg/fz09Wdu
eb+eAPEszekIJaiC5UDeW6Yb8SssfUNrLS0ibQBde+IM0ppnR20VQN0MRkw3+1kJ
FZT5KqsQc7F9z7wwddj7EIiQbdNLCQgAa3qV3LH5cqwE6KC7dgHTbTPugcPRmcj4
Zl2oh2xuXrlOJo9s0mhvyEP3ozLQ8gAq9Rbfb3jtX81rruj9d/tdtt2jZTtblUSN
RQWUkJ5Zw+b3eYK9elNXCVHbLiZ//KCHb83hH+X50rUXRck+gYfOpP2Tx3c083MX
1UThzXNErQ==
=O69w
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to