Your message dated Tue, 01 Oct 2019 16:04:32 +0000
with message-id <e1ifkdc-000f7m...@fasolo.debian.org>
and subject line Bug#925842: fixed in tstools 1.13~git20151030-1
has caused the Debian Bug report #925842,
regarding tstools: ftbfs with GCC-9
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.)


-- 
925842: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925842
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tstools
Version: 1.11-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9

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-9/g++-9, but succeeds to build with gcc-8/g++-8. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc9-20190321/tstools_1.11-1_unstable_gcc9.log
The last lines of the build log are at the end of this report.

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

GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.

[...]
 1981 |                TWENTY_SEVEN_MHZ / (pcr - times->first_pcr));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                 |
      |                                 uint64_t {aka long unsigned int}
In file included from ts.c:40:
compat.h:136:29: note: format string is defined here
  136 | #define LLU_FORMAT_STUMP "llu"
ts.c:1982:16: warning: format '%llu' expects argument of type 'long long 
unsigned int', but argument 2 has type 'uint64_t' {aka 'long unsigned int'} 
[-Wformat=]
 1982 |         printf(" byterate %7" LLU_FORMAT_STUMP,
      |                ^~~~~~~~~~~~~~
 1983 |                ((packet_count - times->last_pcr_packet) * 
TS_PACKET_SIZE) *
      |                
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1984 |                TWENTY_SEVEN_MHZ / (pcr - times->last_pcr));
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                 |
      |                                 uint64_t {aka long unsigned int}
In file included from ts.c:40:
compat.h:136:29: note: format string is defined here
  136 | #define LLU_FORMAT_STUMP "llu"
ar rv lib/libtstools.a ts.o
a - ts.o
gcc -Wall -O2 -g -fPIC -D_FILE_OFFSET_BITS=64 -I.     -c -o tswrite.o tswrite.c
tswrite.c: In function 'set_buffer_item_time_pcr':
tswrite.c:649:16: warning: format '%llu' expects argument of type 'long long 
unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} 
[-Wformat=]
  649 |         printf("%06d+%d: PCR %10" LLU_FORMAT_STUMP "\n",
      |                ^~~~~~~~~~~~~~~~~~
  650 |                writer->packet[0].index,ii,writer->packet[ii].pcr);
      |                                           ~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             uint64_t 
{aka long unsigned int}
In file included from tswrite.c:56:
compat.h:136:29: note: format string is defined here
  136 | #define LLU_FORMAT_STUMP "llu"
tswrite.c:672:16: warning: format '%llu' expects argument of type 'long long 
unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} 
[-Wformat=]
  672 |         printf("%06d+%d: PCR %10" LLU_FORMAT_STUMP
      |                ^~~~~~~~~~~~~~~~~~
......
  675 |                
writer->packet[0].index,ii,writer->packet[ii].pcr,pcr_rate,
      |                                           ~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             uint64_t 
{aka long unsigned int}
In file included from tswrite.c:56:
compat.h:136:29: note: format string is defined here
  136 | #define LLU_FORMAT_STUMP "llu"
ar rv lib/libtstools.a tswrite.o
a - tswrite.o
gcc -Wall -O2 -g -fPIC -D_FILE_OFFSET_BITS=64 -I.     -c -o pcap.o pcap.c
ar rv lib/libtstools.a pcap.o
a - pcap.o
gcc -Wall -O2 -g -fPIC -D_FILE_OFFSET_BITS=64 -I.     -c -o ethernet.o 
ethernet.c
ar rv lib/libtstools.a ethernet.o
a - ethernet.o
gcc -Wall -O2 -g -fPIC -D_FILE_OFFSET_BITS=64 -I.     -c -o ipv4.o ipv4.c
ar rv lib/libtstools.a ipv4.o
a - ipv4.o
gcc obj/esfilter.o -o bin/esfilter -g -lm   -Llib -ltstools 
/usr/bin/ld: lib/libtstools.a(misc.o): in function `log2':
/<<PKGBUILDDIR>>/misc.c:229: undefined reference to `log10'
/usr/bin/ld: lib/libtstools.a(nalunit.o): in function `read_pic_param_set_data':
/<<PKGBUILDDIR>>/nalunit.c:604: undefined reference to `ceil'
/usr/bin/ld: lib/libtstools.a(bitdata.o): in function `read_exp_golomb':
/<<PKGBUILDDIR>>/bitdata.c:223: undefined reference to `pow'
/usr/bin/ld: lib/libtstools.a(bitdata.o): in function `read_signed_exp_golomb':
/<<PKGBUILDDIR>>/bitdata.c:244: undefined reference to `pow'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:222: bin/esfilter] Error 1
rm ts.o ipv4.o avs.o tswrite.o adts.o pcap.o misc.o nalunit.o pes.o l2audio.o 
bitdata.o reverse.o ac3.o accessunit.o fmtx.o filter.o h262.o es.o ps.o h222.o 
pidint.o ethernet.o audio.o
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tstools
Source-Version: 1.13~git20151030-1

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

Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated tstools 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, 01 Oct 2019 11:34:56 -0400
Source: tstools
Architecture: source
Version: 1.13~git20151030-1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 726424 923280 925842 941364
Changes:
 tstools (1.13~git20151030-1) unstable; urgency=medium
 .
   * QA upload.
   * New upstream release.
     + Fix FTBFS with new gcc.
       (Closes: #925842, LP: #832801)
     + The package now builds fine with new make. (Closes: #726424)
   * Orphan the package since the original maintainer has agreed
     to have package maintainership transferred.
     (Closes: #941364)
   * debian/control:
     + Bump debhelper compat to v12.
     + Bump Standards-Version to 4.4.1.
     + Add Vcs-* fields for git packaging repo under Salsa Debian Group.
     + Update homepage and point to a GitHub project.
   * debian/rules: Use dh sequencer. (Closes: #923280)
   * debian/dirs: Removed, useless.
   * debian/copyright: Rewrite in machine-readable format.
   * debian/source/format: Explicitly use "3.0 (quilt)" format.
   * debian/patches: Fix Makefile for correct installation prefix.
Checksums-Sha1:
 f80479c197581011f25c974081bb638292c6c90a 1898 tstools_1.13~git20151030-1.dsc
 b60035abe917372c5feece43fba20ba15119ff92 472179 
tstools_1.13~git20151030.orig.tar.gz
 016500b7a1e4d7356801d46d7c41a24b7dd10ae4 11312 
tstools_1.13~git20151030-1.debian.tar.xz
 c4759e384da66b3bdec794c023dd404c9a2298d9 5917 
tstools_1.13~git20151030-1_amd64.buildinfo
Checksums-Sha256:
 c3de2ae5c88a78b81f619f352d1f1c6594720c81c961aa2c1b84fa507d37dd8d 1898 
tstools_1.13~git20151030-1.dsc
 7f3499156ed6c85235b6159a31ede463c6656ed6aaa8091df58ac32d5a5b71b0 472179 
tstools_1.13~git20151030.orig.tar.gz
 9b744e500cfb3df2f89ff17be085375ef3d631bdd8c5b175b50ceb872a2e0589 11312 
tstools_1.13~git20151030-1.debian.tar.xz
 e8909e29be110b9389ad626718ebfef904e91b0606eb705cfe5378ac1dfc65fe 5917 
tstools_1.13~git20151030-1_amd64.buildinfo
Files:
 1ec897c8ae3154f424d2b20313c2aa29 1898 utils optional 
tstools_1.13~git20151030-1.dsc
 fbf4ecd1b959446d2937b4867572defb 472179 utils optional 
tstools_1.13~git20151030.orig.tar.gz
 1e1baa6813e289a5a0ace314aff2c7fd 11312 utils optional 
tstools_1.13~git20151030-1.debian.tar.xz
 8d1a9a44f6e17f5279acc7c3f9ecd931 5917 utils optional 
tstools_1.13~git20151030-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl2Tc0oACgkQwpPntGGC
Ws5i5g/+MgQAgE/D+2/m+r8cW0ErGhQDLrhkTn59ARuBx2XGOmg7rDDWpzAnZTJF
M/6nKyYhvlKUR4cCzy81QL7NSC6zGT5Y4VQttrfxe5S8E+DJElStp+xgMCQYRgDb
JdP+VT1NJ35bA7t+5NVUDxrj1yISHJgsao7KhnVQp9OCcGfGVlROQeuEIToycD7g
TgIniDo4qDCksplRT3bo+mT36j/r5RtSMxqaAJ8zEeV0Vlkb2UEfnw7xY383ZVam
atV47w9IIdob4hbXuoYGe64zVNQdkrg/x5U8WvJmA5K02j93DS0483Q2Qy6dJ7uP
b7CitvN8WVtMPmpb1JQ0LApMCdykZjaFeSa3Yo9hxQD/05+tzXExj6nfYRmO4Fcn
TlzXsxqK8ya1auWPvhJCjaVia32rqDesEPS4YHk6MvfxY0+YQIcfCkRngsbP+lJk
npo03TySEE8LiBHW2GVJ364D/6y7ASbuTa0upaxkgbn/BJTlt6+aJvECZ4ZPCBHE
MKZKbx2/4/0vZlOJxTcC+AZRO4GDGxYb7kdW7vkRcnjUnZKHpz+pIP0upKC/knlU
K59/TtgIpQnFUrkdbpXvGwOKXAmpTBPhQsYo/TAGAlD2/gllRrOiUfpGtG/B++DL
IPrxdCThmpCbHa2GXSvsLefV2wRyQi67Zy8ADhG3kny5DBEkqJY=
=FeIS
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to