Your message dated Fri, 28 Feb 2025 17:27:55 +0000
with message-id <e1to49t-0006xl...@fasolo.debian.org>
and subject line Bug#1091323: Removed package(s) from unstable
has caused the Debian Bug report #1075215,
regarding libtranscript: 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.)


-- 
1075215: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075215
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libtranscript
Version: 0.3.3-1.1
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/libtranscript_0.3.3-1.1_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

[...]
Running: pkg-config --variable pc_path pkg-config
yes
WARNING: ${prefix}/lib/x86_64-linux-gnu/pkgconfig is not in the pkg-config path
----------------------------------
Checking for gettext and related functions... 
Running: make -f .Makefile '.config.o'
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  -c 
-o .config.o .config.c
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
yes
----------------------------------
Checking for gettext in standard library... 
Running: make -f .Makefile '.config'
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 
-Wl,-z,relro -o .config .config.o  
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
yes
----------------------------------
Checking for msgfmt... 
Running: make -f .Makefile '.config.mo'
make[1]: Entering directory '/<<PKGBUILDDIR>>'
msgfmt -o .config.mo .config.po
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
yes
----------------------------------
Checking for Large File Support as default... 
Running: make -f .Makefile 'TESTFLAGS=' 'TESTLIBS=' '.config'
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  -c 
-o .config.o .config.c
gcc -g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wl,-z,relro -o .config .config.o  
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
yes
----------------------------------
Checking for opendir/readdir/closedir/dirent.h/stdint.h... 
Running: make -f .Makefile '.config'
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  -c 
-o .config.o .config.c
.config.c: In function ‘main’:
.config.c:13:27: error: passing argument 1 of ‘puts’ makes pointer from integer 
without a cast [-Wint-conversion]
   13 |         puts(entry->d_name[0]);
      |              ~~~~~~~~~~~~~^~~
      |                           |
      |                           char
In file included from .config.c:4:
/usr/include/stdio.h:719:30: note: expected ‘const char *’ but argument is of 
type ‘char’
  719 | extern int puts (const char *__s);
      |                  ~~~~~~~~~~~~^~~
make[1]: *** [.Makefile:19: .config.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
no
Source of the failed compile:
     1  #include <sys/types.h>
     2  #include <stdint.h>
     3  #include <dirent.h>
     4  #include <stdio.h>
     5  
     6  int main(int argc, char *argv[]) {
     7          DIR *dir;
     8          struct dirent *entry;
     9          uint16_t foo;
    10  
    11          dir = opendir(".");
    12          entry = readdir(dir);
    13          puts(entry->d_name[0]);
    14          closedir(dir);
    15          return 0;
    16  }
dh_auto_configure: error: ./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 
--libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode 
--disable-dependency-tracking returned exit code 1
make: *** [debian/rules:3: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Version: 0.3.3-1.1+rm

Dear submitter,

as the package libtranscript has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1091323

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Paul Tagliamonte (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to