Your message dated Sat, 24 Aug 2024 15:20:42 +0000
with message-id <e1shszg-00d4bf...@fasolo.debian.org>
and subject line Bug#1075583: fixed in transcriber 1.5.1.1-11
has caused the Debian Bug report #1075583,
regarding transcriber: 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.)


-- 
1075583: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075583
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:transcriber
Version: 1.5.1.1-10
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/transcriber_1.5.1.1-10_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

[...]
/bin/bash: line 1: /usr/bin/licensecheck: No such file or directory
0 combinations of copyright and licensing found.
WARNING:                        New or changed notices discovered:

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

To fix the situation please do the following:
  1) Examine debian/copyright_* and referenced files
  2) Update debian/copyright as needed
  3) Replace debian/copyright_hints with debian/copyright_newhints
touch debian/stamp-copyright-check
touch debian/stamp-upstream-cruft
# Backup files expected to be modified.
set -e ; for i in src/configure; do \
        if [ ! -f "$i".backup ]; then cp -a "$i" "$i".backup; fi ; \
done
cd src &&   $(which "autoconf2.69" || which "autoconf") 
touch debian/stamp-autotools-files
chmod a+x /<<PKGBUILDDIR>>/src/configure
mkdir -p src
cd src && CFLAGS="-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wall" CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_INTERP_RESULT" 
LDFLAGS="-Wl,--as-needed -specs=/usr/share/dpkg/no-pie-link.specs -Wl,-z,relro 
-Wl,-z,now" /<<PKGBUILDDIR>>/src/configure --build=x86_64-linux-gnu 
--prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" 
--infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var 
--libexecdir="\${prefix}/lib/transcriber" --srcdir=. --disable-maintainer-mode 
--disable-dependency-tracking --disable-silent-rules --disable-stubs 
--with-tcl=/usr/lib --with-tk=/usr/lib
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking, --disable-silent-rules
will not use stubs
configure: creating ./config.status
config.status: creating Makefile
config.status: creating trans
configure: WARNING: unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking, --disable-silent-rules
touch debian/stamp-autotools
/usr/bin/make -C src 
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
x86_64-linux-gnu-gcc -O -fPIC -I/usr/include/tcl8.6/tcl-private/generic 
-I/usr/include/tcl8.6/tk-private/generic -I/usr/include -I/usr/include 
-DTCL_81_API -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_INTERP_RESULT  -c -o axis.o 
axis.c
axis.c: In function ‘AxisCmd’:
axis.c:223:4: warning: ‘result’ is deprecated: use 
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  223 |    interp->result = Tk_PathName(axisPtr->tkwin);
      |    ^~~~~~
In file included from axis.c:15:
/usr/include/tcl8.6/tcl-private/generic/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use 
Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
x86_64-linux-gnu-gcc -O -fPIC -I/usr/include/tcl8.6/tcl-private/generic 
-I/usr/include/tcl8.6/tk-private/generic -I/usr/include -I/usr/include 
-DTCL_81_API -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_INTERP_RESULT  -c -o wavfm.o 
wavfm.c
wavfm.c: In function ‘WavfmCmd’:
wavfm.c:259:4: warning: ‘result’ is deprecated: use 
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  259 |    interp->result = Tk_PathName(wavfmPtr->tkwin);
      |    ^~~~~~
In file included from wavfm.c:15:
/usr/include/tcl8.6/tcl-private/generic/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use 
Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
x86_64-linux-gnu-gcc -O -fPIC -I/usr/include/tcl8.6/tcl-private/generic 
-I/usr/include/tcl8.6/tk-private/generic -I/usr/include -I/usr/include 
-DTCL_81_API -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_INTERP_RESULT  -c -o segmt.o 
segmt.c
segmt.c: In function ‘SegmtCmd’:
segmt.c:298:4: warning: ‘result’ is deprecated: use 
Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
  298 |    interp->result = Tk_PathName(segmtPtr->tkwin);
      |    ^~~~~~
In file included from segmt.c:15:
/usr/include/tcl8.6/tcl-private/generic/tcl.h:518:11: note: declared here
  518 |     char *result TCL_DEPRECATED_API("use 
Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
x86_64-linux-gnu-gcc -O -fPIC -I/usr/include/tcl8.6/tcl-private/generic 
-I/usr/include/tcl8.6/tk-private/generic -I/usr/include -I/usr/include 
-DTCL_81_API -Wdate-time -D_FORTIFY_SOURCE=2 -DUSE_INTERP_RESULT  -c -o trans.o 
trans.c
trans.c: In function ‘Trans_Init’:
trans.c:68:8: error: implicit declaration of function ‘strcmp’ 
[-Wimplicit-function-declaration]
   68 |    if (strcmp(version, "8.0") == 0) {
      |        ^~~~~~
trans.c:6:1: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
    5 | #include <tk.h>
  +++ |+#include <string.h>
    6 | /* following line should be uncommented for compilation on the Mac */
make[1]: *** [<builtin>: trans.o] 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: transcriber
Source-Version: 1.5.1.1-11
Done: Andreas Tille <ti...@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Tille <ti...@debian.org> (supplier of updated transcriber 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: Wed, 14 Aug 2024 16:27:05 +0200
Source: transcriber
Architecture: source
Version: 1.5.1.1-11
Distribution: unstable
Urgency: medium
Maintainer: Giulio Paci <giuliop...@gmail.com>
Changed-By: Andreas Tille <ti...@debian.org>
Closes: 859861 1075583
Changes:
 transcriber (1.5.1.1-11) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Giulio Paci ]
   * Bump Standards-Version to 3.9.8.
     - Drop menu file.
   * Add %f to Exec parameter in transcriber.desktop.
   * Refresh copyright_hints.
 .
   [ Teddy Hogeborn ]
   * Create visible waveform cursor
     Closes: #859861
 .
   [ Andreas Tille ]
   * Update Vcs-* fields to Salsa.
   * Fix build for gcc-14
     Closes: #1075583
   * Make sure debian/NEWS.Debian will be installed
   * Drop unneeded lintian-overrides
Checksums-Sha1:
 a6dda2357ffbcf9d959e838407525900661b33b2 2011 transcriber_1.5.1.1-11.dsc
 bfe85abb8abe6fc5dc4050d7cd3b9ad01163af67 71208 
transcriber_1.5.1.1-11.debian.tar.xz
 11dbf0f004e13d829a514c1621c79ff994727582 14172 
transcriber_1.5.1.1-11_amd64.buildinfo
Checksums-Sha256:
 4820e39dffe0f95609ef363fb74c5f69f1f1dc2d46560200298f64dc6af1730b 2011 
transcriber_1.5.1.1-11.dsc
 ca6606494f61c1ea4b6d3ca7d2203142525e08e6901501f3b4313a162d10ae0c 71208 
transcriber_1.5.1.1-11.debian.tar.xz
 123eaa97a56db09bff94b5da37d23218f8abc2ae7499b7d6aeeea9658e66d554 14172 
transcriber_1.5.1.1-11_amd64.buildinfo
Files:
 c9ec70a48c396205e47ef011a7dc43a3 2011 sound optional transcriber_1.5.1.1-11.dsc
 c45c594605aa3be923f93a35570b4b6d 71208 sound optional 
transcriber_1.5.1.1-11.debian.tar.xz
 332380032ec1198cbb32963652c10fcf 14172 sound optional 
transcriber_1.5.1.1-11_amd64.buildinfo

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAma8wK4RHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtG05Q/9EUlRkJSBukoVcDzP9FrzpQ4pY4Y/CCex
Ls9qsQ2X6K2UlslqySEAt/najkRnDin/Obq7cMpdhOS9ZY1y6Gs+/Y2QaI0CBWEt
bZdq4B+n5DzWwTP2S7rqNLxLxwhEWzcle0ouzmAuvAaOzpzF/InE6lcNuPwgcAGO
1auIdr4QxumiybDWuEh8UM/1Y7vY806YWEK63dxyN82J1DMEBD5AeilmOqSFDGA3
/lrtqCSWtq+f6/+Nkrry6euPdDoAy6dJz/JzoOFAZMZkvveesnuTZP524uNcC4GZ
LXXylfIPTUVrsm/wJsLcF/DQrZ/6tDaJ2XsDyICXG9oud51M/7I6225bDpbCcNM7
aOcTdxQobcRN2UrV+NjCHRNy/Mbt5704p4g7wV+Ryw4AfD9a+6L7YP1TrwqCbJ+n
60iwOotiohvnL3lybSDe62uKwx4LApupdW0O9uowJWLdxV+p0BEjK0O5FqHJWiRF
6QXmjgefMFfZky0091yUsALWNcTR+yZ1Wb380kqMXVeuge5hTxWn/TGfWSFdDhCg
S1qA5NCLUJ0+siX36tHTJZ3jKcMF5N5sP9enzSJrMSia8IyvJ0QxW8zxpu3p1cRE
dUjykluFRpE2zkSfa4da8+iRTaWUNXVRJDC5qkTwK60DdKBzFbiMdQH8t2zrCw6K
YGKkrXdaWyA=
=f7yQ
-----END PGP SIGNATURE-----

Attachment: pgpIyqsgsGhXY.pgp
Description: PGP signature


--- End Message ---

Reply via email to