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

Bug#1098045: marked as done (uronode: ftbfs with GCC-15)



Your message dated Tue, 16 Sep 2025 20:37:55 +0000
with message-id <E1uycR1-0025sw-2K@fasolo.debian.org>
and subject line Bug#1098045: fixed in uronode 2.15-6
has caused the Debian Bug report #1098045,
regarding uronode: ftbfs with GCC-15
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.)


-- 
1098045: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098045
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:uronode
Version: 2.15-5
Severity: important
Tags: sid forky
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/uronode_2.15-5_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
Cleaning the directory for a fresh configuration...
make[1]: *** No rule to make target 'distclean'.  Stop.
Welcome to the configuration utility for URONode. This configure script
will very simply and easily guide you into installling URONode with as
very little trouble as possible. All you need to really do is simply
answer the following questions below properly. If you make a mistake
just break out of it (ctrl+c) and rerun ./configure. Let's get started!
 
you need gcc to build URONode: saw /usr/bin/gcc... GCC found! Congratulations!!
you need make to make URONode: saw /usr/bin/make... MAKE found!
Your machine architecture is: x86_64
Checking for the existence of the Zlib headers... /usr/include/zlib.h
Creating Makefile
Creating Makefile.include
Creating config.h
Creating dependancy files...
Configuration successful!!
about the authors...
URONode is a combined effort of years worth of work. Those who's code
is included in this flavor of a linux based node are:
Brian Rogers N1URO (current maintainer), 
Marius Petrescu YO2LOJ (current team member),
Bob Tenty VE3TOK (current team member),
Stefano Noferi IZ5AWZ (AWZNode)
Tomi Manninen OH2BNS, Alan Cox GW4PTS, and Roy Van Zundert PE1RJA

Special thanks to: Morgan, sm6tky for his security report
and Barry K2MF for his input on some of my routines and supplying
some source code. If you did not use interactive mode, you must
run make manually.

   debian/rules override_dh_auto_build
make[1]: Entering directory '/build/reproducible-path/uronode-2.15'
cat CHANGES.* > changelog
dh_auto_build --buildsystem=makefile
	make -j8 "INSTALL=install --strip-program=true"
make[2]: Entering directory '/build/reproducible-path/uronode-2.15'
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -c user.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -c util.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -c nodeusers.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -c node.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -c cmdparse.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -c config.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -c command.c
gcc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -g -O2 -ffile-prefix-map=/build/reproducible-path/uronode-2.15=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wl,-z,relro -Wl,-z,now  -c jheard.c
command.c: In function ‘nuser_list’:
command.c:1025:25: error: too many arguments to function ‘kill’; expected 0, have 2
 1025 |     if (u.pid == -1 || (kill(u.pid, 0) == -1 && errno == ESRCH))
      |                         ^~~~ ~~~~~
command.c:32:5: note: declared here
   32 | int kill();
      |     ^~~~
make[2]: *** [Makefile:31: command.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/build/reproducible-path/uronode-2.15'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/uronode-2.15'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: uronode
Source-Version: 2.15-6
Done: Dave Hibberd <hibby@debian.org>

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

Debian distribution maintenance software
pp.
Dave Hibberd <hibby@debian.org> (supplier of updated uronode 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: Tue, 16 Sep 2025 21:11:03 +0100
Source: uronode
Architecture: source
Version: 2.15-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Dave Hibberd <hibby@debian.org>
Closes: 1098045
Changes:
 uronode (2.15-6) unstable; urgency=medium
 .
   * d/control
     - Add B-D-A
     - Bump Standards to 4.7.2
   * Add d/patches/gcc-15.patch to fix GCC-15 builderror
     - Closes: #1098045
   * d/Watch Bump to v5
Checksums-Sha1:
 19a904f6ff2cfe56ebaef8113aab0e52a49cf1e6 1612 uronode_2.15-6.dsc
 622e24cdfb4a8a4d831256171674e02c73c95aec 6912 uronode_2.15-6.debian.tar.xz
 9b0d752c71054649a1da4d3ef4a4dbfd53a86bdb 5636 uronode_2.15-6_amd64.buildinfo
Checksums-Sha256:
 b498106416786d6e150bdf106dceced2414366956011f470536ec7faa57858df 1612 uronode_2.15-6.dsc
 eff8dc0db6871c8854402922157311559cef30509ca1ae0aff06134da33e88c4 6912 uronode_2.15-6.debian.tar.xz
 0692f225033713eb17c08cd4406ff03e41e8e0787597cec636d5cc6f54a9baa6 5636 uronode_2.15-6_amd64.buildinfo
Files:
 befeb736b3485fd16c5a96e8d0e61d83 1612 hamradio optional uronode_2.15-6.dsc
 4a595674050fbc6cb446e4a7a15f94d4 6912 hamradio optional uronode_2.15-6.debian.tar.xz
 fb58d74c29b5ea07d4746b2c9cb476d7 5636 hamradio optional uronode_2.15-6_amd64.buildinfo

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

iQEzBAEBCgAdFiEEXk9UUZPolpyKWbgKA6H7ehkEdxsFAmjJxcEACgkQA6H7ehkE
dxvzYwf/TOqZrbvjrdvXmiHu/Lvtl8CurCg7Yry3accpprfsnEB2GsoMkDcwnijJ
+gT/8/b2kdkJNS8JhWtFtRB8Rk3SNUJerg+Vd2Gv309b+o4bWbB5UaI1Q/3o3AuU
B/4OpKXPZSantj8CkcuvQPvEVEcB8/7fc8mnhIR62AiBtyZ69MpEsm+43QUaWtqP
ZYRiQbPw584d4LFhPYt0SF9h5wVSpWxscBOJDN7ZgL11bzSUiTftUJ4lEiSCdkS5
/kohCLqn8n+IcvG+s4uRSOp0dwADOADrnbR5tKkU7h66axhREDZlRe/L9SqYOqsh
PFgkTTtlzm1XMc1UVZY+KIe/UiRSBQ==
=RTwV
-----END PGP SIGNATURE-----

Attachment: pgpqxJXmkFpzq.pgp
Description: PGP signature


--- End Message ---

Reply to: