Your message dated Wed, 20 May 2020 09:05:08 +0000
with message-id <[email protected]>
and subject line Bug#958003: fixed in xtel 3.3.0-23
has caused the Debian Bug report #958003,
regarding xtel: 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 [email protected]
immediately.)


-- 
958003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958003
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xtel
Version: 3.3.0-22
Severity: normal
Tags: sid bullseye
User: [email protected]
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/xtel_3.3.0-22_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

[...]
                 from /usr/include/stdio.h:27,
                 from xtel.h:28,
                 from protocoles.c:25:
/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"
      |   ^~~~~~~
In file included from global.h:28,
                 from xtel.h:131,
                 from protocoles.c:25:
Config.tmpl:56: warning: "DONT_USE_POPUP" redefined
   56 | #define DONT_USE_POPUP
      | 
<command-line>: note: this is the location of the previous definition
protocoles.c: In function ‘waitchild’:
protocoles.c:35:5: warning: implicit declaration of function ‘wait’ 
[-Wimplicit-function-declaration]
   35 |     wait (&r);
      |     ^~~~
protocoles.c: At top level:
protocoles.c:43:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   43 | init_protocoles (nom, proto)
      | ^~~~~~~~~~~~~~~
gcc -g -O2      -DUSE_MOTIF -DUSE_SYSLOG    -DDONT_USE_POPUP     -IWidgets 
-IVideotex     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L                    
             -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 
-D_BSD_SOURCE -D_SVID_SOURCE                                 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                      
                             -DFUNCPROTO=15 -DNARROWPROTO     -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o misc.o misc.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from misc.c:22:
/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"
      |   ^~~~~~~
gcc -g -O2      -DUSE_MOTIF -DUSE_SYSLOG    -DDONT_USE_POPUP     -IWidgets 
-IVideotex     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L                    
             -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 
-D_BSD_SOURCE -D_SVID_SOURCE                                 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                      
                             -DFUNCPROTO=15 -DNARROWPROTO     -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o version.o version.c
gcc -g -O2      -DUSE_MOTIF -DUSE_SYSLOG    -DDONT_USE_POPUP     -IWidgets 
-IVideotex     -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L                    
             -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 
-D_BSD_SOURCE -D_SVID_SOURCE                                 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64                                      
                             -DFUNCPROTO=15 -DNARROWPROTO     -Wdate-time 
-D_FORTIFY_SOURCE=2  -c -o xm.o xm.c
In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from xtel.h:28,
                 from xm.c:26:
/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"
      |   ^~~~~~~
In file included from global.h:28,
                 from xtel.h:131,
                 from xm.c:26:
Config.tmpl:56: warning: "DONT_USE_POPUP" redefined
   56 | #define DONT_USE_POPUP
      | 
<command-line>: note: this is the location of the previous definition
xm.c: In function ‘init_widgets’:
xm.c:448:66: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  448 |   XtAddCallback(entry, XmNactivateCallback, Composition_service, 
(XTPOINTER)i);
      |                                                                  ^
xm.c:458:80: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  458 |      entry = create_menu_entry (menu_procedure, "proc", True, 
Appel_procedure, (XTPOINTER)i);
      |                                                                         
       ^
xm.c:468:90: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  468 |      entry = create_menu_entry (menu_protocole, "proto", True, 
Selection_telechargement, (XTPOINTER)i);
      |                                                                         
                 ^
xm.c: In function ‘Validation_confirmation_sortie’:
xm.c:817:2: warning: ignoring return value of ‘write’ declared with attribute 
‘warn_unused_result’ [-Wunused-result]
  817 |  write (socket_xteld, CHAINE_COMMANDE_FIN, 1);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
rm -f xtel
gcc -o xtel -g -O2      -DUSE_MOTIF -DUSE_SYSLOG    -DDONT_USE_POPUP        
xtel.o ligne.o bouton.o inet.o imprime.o lecteur.o procedure.o                  
    teleinfo.o copyright.o protocoles.o misc.o version.o xm.o  -LVideotex 
-lVideotex -LWidgets -lWidgets -ljpeg -lXm -lXpm -lXt -lSM -lICE -lXext -lX11   
  
/usr/bin/ld: xm.o:(.bss+0x0): multiple definition of `la_cassete'; 
xtel.o:/<<PKGBUILDDIR>>/global.h:279: first defined here
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:1903: xtel] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1887: Xtel] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:9: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xtel
Source-Version: 3.3.0-23
Done: Samuel Thibault <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xtel, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <[email protected]> (supplier of updated xtel 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 20 May 2020 10:45:21 +0200
Source: xtel
Binary: xtel xtel-dbgsym
Architecture: source
Version: 3.3.0-23
Distribution: unstable
Urgency: medium
Maintainer: Samuel Thibault <[email protected]>
Changed-By: Samuel Thibault <[email protected]>
Description:
 xtel       - X emulator of the French Minitel
Closes: 958003
Changes:
 xtel (3.3.0-23) unstable; urgency=medium
 .
   * control: Bump Standards-Version to 4.4.0 (no changes).
   * watch: Generalize pattern.
   * source/format: Set 1.0 format.
   * xm.c: Fix build with -fno-common, which will be the default with gcc-10
     (Closes: Bug#958003).
Checksums-Sha1:
 41147777bc4c39e12f479f4f2b87e7f34b9ca142 1916 xtel_3.3.0-23.dsc
 418f6732874f577566f920071d10ebfe629f2fd8 30150 xtel_3.3.0-23.diff.gz
Checksums-Sha256:
 5d29c66d6294a715225929aa33a47c4a2b536272995c59fd2fc14c2f420c47e4 1916 
xtel_3.3.0-23.dsc
 f8b62ede59f03db0d55c7f40a106cd1e340b389bcedde11feace810b3e7040be 30150 
xtel_3.3.0-23.diff.gz
Files:
 b2a38d45bd0cd62a6ed03de2ed2e19ee 1916 comm optional xtel_3.3.0-23.dsc
 2356cf24652b600a925c269b67c6bde5 30150 comm optional xtel_3.3.0-23.diff.gz

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

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl7E7ycACgkQjTXDVXIL
uv196g/8CaeoXIMrNu34jHqVDeZjiWSgeZ4yFXzC9ZVyMxFcoeZvgUCAdRB/XT5i
tqCVwVzClRe67I9+vRpMTr6OrUWXMdYmYVO4NJu8Mf7nayahCnKt++tvWkxcO5d3
vTcc/0Mr5b1T8jPi8CXiMXjheLVDoKRim3kDbuqbxmo5yF51Xbvqn9YFKz8q2LtH
GOKeNiIcanAoBVb9OyefnBfZTyZ8q2w7OWWEge03an6NqOt0w2USCS4TL9vDiDhq
325GEvJWSK/V7jtMYXE1dJo32qOpUMUYqVb7p/YVu+M9lMTgLSGkN90raJgncgMN
sKj9VMd3Q3gfgdSnvJNQuJuOuXaTtRy1g0Fl4Nrozv9a5yeQ6zBiPP6oqDPI3VZL
v4AmPfqSBUuOzrQQ7SDgTFB3TcEGi2UZ7sPh8q9dUTnJkETTEjmiliZFJw0acfCj
xSA1OhqWFUdnLMJYqQvUxPNpTNGDr7E/7Z1cY8oN6H7xMaauxnnRwyZifZxBettO
kCcVR76A780UW+TVj/sHbT+KQQmMUTgPA5Abocc/f9ktrpmwC9dlcJpe9T9A9lFE
WXvaVQp1Kk7DZ8acNyqY0eTjhr9oTLK3ILNJB55NAhO3lgmJMWTa1eAxhxRuY+NP
2F36Uq5d3MF/XUSY7/LpSMCULaeyIc0LvBYAhzmg3IoOEBSs304=
=w1Y6
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to