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

Bug#1075081: marked as done (icom: ftbfs with GCC-14)



Your message dated Sun, 07 Jul 2024 22:49:07 +0000
with message-id <[email protected]>
and subject line Bug#1075081: fixed in icom 20120228-6
has caused the Debian Bug report #1075081,
regarding icom: ftbfs with GCC-14
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.)


-- 
1075081: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075081
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:icom
Version: 20120228-5
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/icom_20120228-5_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

[...]
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable
SCHROOT_CHROOT_NAME=sid-amd64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1001
SCHROOT_GROUP=user42
SCHROOT_SESSION_ID=sid-amd64-sbuild-233e892c-f313-4d2c-9e09-954355b589cb
SCHROOT_UID=1001
SCHROOT_USER=user42
SHELL=/bin/sh
USER=user42

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot
dpkg-buildpackage: info: source package icom
dpkg-buildpackage: info: source version 20120228-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by tony mancill <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
dh clean
   dh_auto_clean
	make -j8 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
   dh_auto_build
	make -j8 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O   -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o icom.o icom.c
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O   -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o radio.o radio.c
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O   -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o packet.o packet.c
gcc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O   -I../include -Wdate-time -D_FORTIFY_SOURCE=2  -c -o tables.o tables.c
packet.c: In function ‘sndoctet’:
packet.c:339:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  339 |         write(fd_icom, &x, 1);
      |         ^~~~~~~~~~~~~~~~~~~~~
icom.c: In function ‘main’:
icom.c:328:53: error: passing argument 1 of ‘close’ makes integer from pointer without a cast [-Wint-conversion]
  328 |                                         close(fp_cmd[fp]);
      |                                               ~~~~~~^~~~
      |                                                     |
      |                                                     FILE *
In file included from icom.c:16:
/usr/include/unistd.h:358:23: note: expected ‘int’ but argument is of type ‘FILE *’
  358 | extern int close (int __fd);
      |                   ~~~~^~~~
icom.c: In function ‘qqsv’:
icom.c:926:23: error: passing argument 1 of ‘close’ makes integer from pointer without a cast [-Wint-conversion]
  926 |                 close(fp_in);
      |                       ^~~~~
      |                       |
      |                       FILE *
/usr/include/unistd.h:358:23: note: expected ‘int’ but argument is of type ‘FILE *’
  358 | extern int close (int __fd);
      |                   ~~~~^~~~
make[1]: *** [<builtin>: icom.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: icom
Source-Version: 20120228-6
Done: tony mancill <[email protected]>

We believe that the bug you reported is fixed in the latest version of
icom, 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.
tony mancill <[email protected]> (supplier of updated icom 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: Sun, 07 Jul 2024 15:19:53 -0700
Source: icom
Architecture: source
Version: 20120228-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <[email protected]>
Changed-By: tony mancill <[email protected]>
Closes: 1075081
Changes:
 icom (20120228-6) unstable; urgency=medium
 .
   * Team upload.
   * Address FTBFS w/GCC-14 due to [-Wint-conversion] (Closes: #1075081)
   * Set Rules-Requires-Root: binary-targets in debian/control
Checksums-Sha1:
 3989da4892ee60967b4da9cf94268edc40a1aa1a 1961 icom_20120228-6.dsc
 2e49c516cfb07c23fc47ba9ee528b223555e038f 12384 icom_20120228-6.debian.tar.xz
 32ff4f366f2f57e8e153f1ad7e9b0c4eba924cfe 5980 icom_20120228-6_amd64.buildinfo
Checksums-Sha256:
 306cf65de26f3e775ea1f3147e18a009784cbb0cfec7d061b77b8c02ca945e08 1961 icom_20120228-6.dsc
 5c996b4b2c961c2713ca70abbac76f5863df84ed88ab07fbe2eb2b04c14db77a 12384 icom_20120228-6.debian.tar.xz
 393b889c8812cec9cfbe617d05607d53f5c50be8dd8631dd48413c69e094ccdf 5980 icom_20120228-6_amd64.buildinfo
Files:
 19083a50e3a7f070652cc7293be03a1b 1961 hamradio optional icom_20120228-6.dsc
 6030e2fb3f00df4ab26c7348c6e58d5a 12384 hamradio optional icom_20120228-6.debian.tar.xz
 b6dd0539169290e7f04088b99a02878d 5980 hamradio optional icom_20120228-6_amd64.buildinfo

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

iQJIBAEBCgAyFiEE5Qr9Va3SequXFjqLIdIFiZdLPpYFAmaLFosUHHRtYW5jaWxs
QGRlYmlhbi5vcmcACgkQIdIFiZdLPpafKRAAp5ArlSySfmLwGnGPDVKVmldfC2bs
WvPauMdKCd5oPz2rKhuoFFuiVObL2Yxl0IJm/yFgnE1CeJb2FVBXF6cseHeKzI/M
/DxtVbRX2+Q+GqyMSGfLnuiVOJu7FDqeJi3otWfxbDrWYxL+HiAgdtZ+oMA8nrck
4+UaETGLs28g5A36zoUEKcn90flIqGMTRZoPiy7+xmRx5LoVc9r83+pPdAouRDSn
MSLB9SmfuJUzRrcK2lDIg17Sl5WxvpilAR1+5Cfc01rPoGV9HDwZeHdmWpU3la7J
i2/t02Rfslv3dtXuDK75IX3QTWemuUXnY9RUtycOwPl4RpEKo+00bCb96t6YwlQZ
rEnQcGK0h6IylKxK3Mhpjsle0mhPllVDIG2tyRdOEhLQVQqg91B4/xdgrGUJgLhq
cjgtWzi55EGACPYd/DXSjim2xGZKPJupVAKz6piKZkjBCpFGlJcn0nYZcEdxkAXD
YixaG3dVSDVt70kbLvzT4lKNvgllA94yNjdtreTvYwAOqUlRghBHXZeOtN+INJ2F
x5gDThVAm2Yb4QOE2zqShu509epqk3qabw772iJPYIww97/oGRJRpddsrO53PF5E
PZdxHO27Wxp3OROSmLqFoKaUkIBPXZjmiXyapraKfZj9IFUe+F/IVYDLlfuKIQn6
2BUrVbMKWSNoqng=
=zhpE
-----END PGP SIGNATURE-----

Attachment: pgpWG2JunOl2U.pgp
Description: PGP signature


--- End Message ---

Reply to:
OSZAR »