Your message dated Fri, 20 Dec 2024 06:33:57 +0000
with message-id <e1towad-001b6i...@fasolo.debian.org>
and subject line Bug#1074808: fixed in amideco 0.31e-4
has caused the Debian Bug report #1074808,
regarding amideco: 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 ow...@bugs.debian.org
immediately.)


-- 
1074808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074808
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:amideco
Version: 0.31e-3.3
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
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/amideco_0.31e-3.3_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

[...]
User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=user42
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-ff41c056-ea27-4698-aad8-d9cb6ff51675
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 amideco
dpkg-buildpackage: info: source version 0.31e-3.3
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Bastian Germann <b...@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 fakeroot debian/rules clean
test -x debian/rules
rmdir src
rmdir: failed to remove 'src': Directory not empty
make: [/usr/share/cdbs/1/rules/buildcore.mk:49: cleanbuilddir] Error 1 (ignored)
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
/usr/bin/make -f Makefile -C src CFLAGS="-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" CXXFLAGS="-g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" -k clean
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
rm -f *.o
rm -f amideco
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
dh_clean 
dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in 
use)
 debian/rules build
test -x debian/rules
mkdir -p "src"
/usr/bin/make -f Makefile -C src CFLAGS="-g -O2 
-Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection" CXXFLAGS="-g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro" 
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc amifunc.c -c -o amifunc.o -fpack-struct
amifunc.c: In function ‘Xtract95’:
amifunc.c:315:17: error: implicit declaration of function ‘mkdir’ 
[-Wimplicit-function-declaration]
  315 |             if(!mkdir(MyDirName, 0755))
      |                 ^~~~~
amifunc.c:380:17: error: implicit declaration of function ‘decode’ 
[-Wimplicit-function-declaration]
  380 |                 decode(interface);
      |                 ^~~~~~
amifunc.c: In function ‘Xtract1010’:
amifunc.c:507:94: error: pointer type mismatch in conditional expression 
[-Wincompatible-pointer-types]
  507 |                 
Mods94[i].PartID,(StrCmp(RecordList[Mods94[i].PartID],"")==0)?("UserDefined"):(RecordList[Mods94[i].PartID]),
      |                                                                         
                     ^
amifunc.c:507:79: note: first expression has type ‘char *’
  507 |                 
Mods94[i].PartID,(StrCmp(RecordList[Mods94[i].PartID],"")==0)?("UserDefined"):(RecordList[Mods94[i].PartID]),
      |                                                                         
      ^~~~~~~~~~~~~~~
amifunc.c:507:95: note: second expression has type ‘byte *’ {aka ‘unsigned char 
*’}
  507 |                 
Mods94[i].PartID,(StrCmp(RecordList[Mods94[i].PartID],"")==0)?("UserDefined"):(RecordList[Mods94[i].PartID]),
      |                                                                         
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:14: amifunc] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] 
Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: amideco
Source-Version: 0.31e-4
Done: наб <nabijaczlew...@nabijaczleweli.xyz>

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

Debian distribution maintenance software
pp.
наб <nabijaczlew...@nabijaczleweli.xyz> (supplier of updated amideco 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: SHA512

Format: 1.8
Date: Tue, 19 Nov 2024 03:49:16 +0100
Source: amideco
Architecture: source
Version: 0.31e-4
Distribution: unstable
Urgency: medium
Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
Changed-By: наб <nabijaczlew...@nabijaczleweli.xyz>
Closes: 748818 1074808 1087815
Changes:
 amideco (0.31e-4) unstable; urgency=medium
 .
   * Team upload.
 .
   [ наб ]
   * d/p/:
       10 Build with builtin rules
       15 (drop, obsoleted by new 10)
     0007 include amideco.h and sys/stat.h for proper declarations
     0008 Use -funsigned-char to clear out warnings
          Use real strlen(3)/strcmp(3)
          Closes: #1074808
     0009 Fix formats: %l[uX] for dword (u32) and missing %s filenames
   * Standards-Version: 4.7.0 (routine-update)
   * debhelper-compat 13 (routine-update)
   * Remove trailing whitespace in debian/rules (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * cdbs -> dh
   * Vcs-Git: https://salsa.debian.org/salvage-team/amideco.git
   * Maintainer: Package Salvaging Team <team+salv...@tracker.debian.org>
     Closes: #1087815
   * Homepage: archive.org link
 .
   [ Cyril Roelandt ]
   * Fix FTBFS with clang:
     - Fixed "wrong main declaration" in src/amideco.c
       (Closes: #748818)
Checksums-Sha1:
 ff464837406db048f5a9c9dc45da35e93b007338 1904 amideco_0.31e-4.dsc
 19433767bd53bbb1b9c99ba62b1228e65c0f737b 6572 amideco_0.31e-4.debian.tar.xz
 abe38f4412dbb6e96df320fdba1a31f706bd8af0 6168 amideco_0.31e-4_amd64.buildinfo
Checksums-Sha256:
 aa959534806ddb1e8fba6261ae631006c38f19030b38812130f734d2be428fa2 1904 
amideco_0.31e-4.dsc
 47fd222065ee05f1a165c5d8b6e3b024407463f5ae2bc5ba6336666da7ffdca2 6572 
amideco_0.31e-4.debian.tar.xz
 aa0833aaad8f9f8dfd9413d9989013cbdcedf8ef012eb167bae7388b58fc49e2 6168 
amideco_0.31e-4_amd64.buildinfo
Files:
 c64810bf052f337c4e786958e7390607 1904 utils optional amideco_0.31e-4.dsc
 d737ab1593ef54ee9a2c2a68d6a3a289 6572 utils optional 
amideco_0.31e-4.debian.tar.xz
 e1ca4a3953d3816f4bb980e333573762 6168 utils optional 
amideco_0.31e-4_amd64.buildinfo

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

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmdX15kRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtEiAQ/9FwgfRmIZMKhW1i4On4864lsfmHrXXflK
9hhqmAwuMyvCcs2XAVCjFYLfM1i8uap5HQm4pdoL6hSyo2eLaP67rHPHZSizVRmh
s0pb98EuLtfZnf173ByrurIUz3ZD/t3/r53/sCerUyiAlYIo9rKTOjyD/pZDoZpk
RB9GLVfGwijFSvuYB5ZcbOqcsBO8hagUD2zBwrpeOu8hWXC8lUB2OqZvSq+AAnZ1
80HMMlIB96nwc85b9HFCQn+dziyfxlGdQm8aaG9/vxGo01JxTKlmcxJit5JOZn0A
+6lf4q0H05eZuAlzoohx6oQTZGMoayFysuA9OyST/9Zocgk7l1YpKFtFhtev+e0o
/z+BhSD1uR/DSbc3FLL6V6WvicMLGJTe7VtHiN6DiUokC7VmysFSVnO30MPRoCFr
7q52WCwofCqXhxjX6hhIZDlxKjHQFrggrx6XAxG1gvoOxSdrIMaM+LBKPT5d8CPI
VaewGjsXQ2HYjVW7IeI9lAuKuYDTrAF28fDi/FycSn50SHUVVK6dDGb9UAdAdN8q
yivpgeTzqWlUueLQAVDmMJXSLhJ82oGGDJUlOIHN1B2Z+VjgjCF7iyw6yD/a6t24
dxW/eKmzUjxC1EpSTPi+wcrtOXplwyT+dHLSf7WYSE4OyNZ9fK4xmR8DbmYz/AUd
VICMgGx/quQ=
=UQKD
-----END PGP SIGNATURE-----

Attachment: pgp26pN3za7YQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to