Your message dated Sun, 30 Jul 2023 14:59:37 +0000
with message-id <e1qq7tr-009sup...@fasolo.debian.org>
and subject line Bug#1037703: fixed in jsonnet 0.20.0+ds-1
has caused the Debian Bug report #1037703,
regarding jsonnet: ftbfs with GCC-13
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.)


-- 
1037703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037703
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jsonnet
Version: 0.18.0+ds-3
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[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-13/g++-13, but succeeds to build with gcc-12/g++-12. 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/2023/05/22/logs/jsonnet_0.18.0+ds-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

[...]
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:46:31: error: ‘uint32_t’ was not declared 
in this scope
   46 | void Jsonnet::setGcMinObjects(uint32_t objects)
      |                               ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:46:31: note: ‘uint32_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:66:6: error: variable or field 
‘setMaxTrace’ declared void
   66 | void Jsonnet::setMaxTrace(uint32_t lines)
      |      ^~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:66:27: error: ‘uint32_t’ was not declared 
in this scope
   66 | void Jsonnet::setMaxTrace(uint32_t lines)
      |                           ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:66:27: note: ‘uint32_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
In file included from /<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:17:
/<<PKGBUILDDIR>>/include/libjsonnet++.h:49:22: error: ‘uint32_t’ has not been 
declared
   49 |     void setMaxStack(uint32_t depth);
      |                      ^~~~~~~~
/<<PKGBUILDDIR>>/include/libjsonnet++.h:53:26: error: ‘uint32_t’ has not been 
declared
   53 |     void setGcMinObjects(uint32_t objects);
      |                          ^~~~~~~~
/<<PKGBUILDDIR>>/include/libjsonnet++.h:63:22: error: ‘uint32_t’ has not been 
declared
   63 |     void setMaxTrace(uint32_t lines);
      |                      ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:41:6: error: variable or field 
‘setMaxStack’ declared void
   41 | void Jsonnet::setMaxStack(uint32_t depth)
      |      ^~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:41:27: error: ‘uint32_t’ was not declared 
in this scope
   41 | void Jsonnet::setMaxStack(uint32_t depth)
      |                           ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:18:1: note: ‘uint32_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
   17 | #include "libjsonnet++.h"
  +++ |+#include <cstdint>
   18 | 
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:46:6: error: variable or field 
‘setGcMinObjects’ declared void
   46 | void Jsonnet::setGcMinObjects(uint32_t objects)
      |      ^~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:46:31: error: ‘uint32_t’ was not declared 
in this scope
   46 | void Jsonnet::setGcMinObjects(uint32_t objects)
      |                               ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:46:31: note: ‘uint32_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:66:6: error: variable or field 
‘setMaxTrace’ declared void
   66 | void Jsonnet::setMaxTrace(uint32_t lines)
      |      ^~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:66:27: error: ‘uint32_t’ was not declared 
in this scope
   66 | void Jsonnet::setMaxTrace(uint32_t lines)
      |                           ^~~~~~~~
/<<PKGBUILDDIR>>/cpp/libjsonnet++.cpp:66:27: note: ‘uint32_t’ is defined in 
header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
make[4]: *** [cpp/CMakeFiles/libjsonnet++.dir/build.make:79: 
cpp/CMakeFiles/libjsonnet++.dir/libjsonnet++.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:641: cpp/CMakeFiles/libjsonnet++.dir/all] 
Error 2
make[3]: *** Waiting for unfinished jobs....
make[4]: *** [cpp/CMakeFiles/libjsonnet++_static.dir/build.make:79: 
cpp/CMakeFiles/libjsonnet++_static.dir/libjsonnet++.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:670: 
cpp/CMakeFiles/libjsonnet++_static.dir/all] Error 2
[ 92%] Linking CXX executable ../parser_test
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/core && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/parser_test.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Ithird_party/md5 
-Ithird_party/json -Iinclude -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall 
-Wextra -Woverloaded-virtual -pedantic -std=c++11 -fPIC -O3 -Wl,-z,relro 
-Wl,-z,now -rdynamic CMakeFiles/parser_test.dir/parser_test.cpp.o -o 
../parser_test   -L/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu  
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu ../libjsonnet.a 
/usr/lib/x86_64-linux-gnu/libgtest_main.a /usr/lib/x86_64-linux-gnu/libgtest.a 
../libmd5.a ../libryml.a 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 92%] Built target parser_test
[ 94%] Linking CXX executable ../lexer_test
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/core && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/lexer_test.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Ithird_party/md5 
-Ithird_party/json -Iinclude -fPIC -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall 
-Wextra -Woverloaded-virtual -pedantic -std=c++11 -fPIC -O3 -Wl,-z,relro 
-Wl,-z,now -rdynamic CMakeFiles/lexer_test.dir/lexer_test.cpp.o -o 
../lexer_test   -L/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu  
-Wl,-rpath,/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu ../libjsonnet.a 
/usr/lib/x86_64-linux-gnu/libgtest_main.a /usr/lib/x86_64-linux-gnu/libgtest.a 
../libmd5.a ../libryml.a 
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 94%] Built target lexer_test
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:169: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: jsonnet
Source-Version: 0.20.0+ds-1
Done: Fukui Daichi <a.dog.will.t...@akane.waseda.jp>

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

Debian distribution maintenance software
pp.
Fukui Daichi <a.dog.will.t...@akane.waseda.jp> (supplier of updated jsonnet 
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: Sun, 30 Jul 2023 13:37:07 +0000
Source: jsonnet
Architecture: source
Version: 0.20.0+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Fukui Daichi <a.dog.will.t...@akane.waseda.jp>
Changed-By: Fukui Daichi <a.dog.will.t...@akane.waseda.jp>
Closes: 1037703
Changes:
 jsonnet (0.20.0+ds-1) unstable; urgency=medium
 .
   * New upstream version 0.20.0+ds (Closes: #1037703)
   * Update d/copyright
Checksums-Sha1:
 bca1bd07af2d81857825a049527b06655ec02c26 2383 jsonnet_0.20.0+ds-1.dsc
 5ddf8b4e19b011b9f0d1daa957096bf6217e89d4 1169196 jsonnet_0.20.0+ds.orig.tar.xz
 27aca950e44810aa62407c36fea8811bda139a9a 7648 jsonnet_0.20.0+ds-1.debian.tar.xz
 f10cbf0bf828f7c6309e68039356739c16280321 8217 
jsonnet_0.20.0+ds-1_source.buildinfo
Checksums-Sha256:
 dab41ee3aa842291bec4002667d31bb5daffaeccb931ff32ce6569262cd246c5 2383 
jsonnet_0.20.0+ds-1.dsc
 6b9880ca75cb74d2d209bb33e6b1b49aa8a89f926e28d26324ef6bccfebf2556 1169196 
jsonnet_0.20.0+ds.orig.tar.xz
 1eebd0cd15e9085bb58a4fc008279cff22ff08e2e0c4fdc7430fdfc21fcad11b 7648 
jsonnet_0.20.0+ds-1.debian.tar.xz
 b0bf6dc415f43ab34c2503ec62744561b96cc36d3dc2443aeef922b679f6f3e2 8217 
jsonnet_0.20.0+ds-1_source.buildinfo
Files:
 4d82a9b644c465669b6124751d018cdf 2383 devel optional jsonnet_0.20.0+ds-1.dsc
 b37e3b7d2752f036d5ef244d23587bf4 1169196 devel optional 
jsonnet_0.20.0+ds.orig.tar.xz
 28afed1eb225cf939f26e5dbb12105e7 7648 devel optional 
jsonnet_0.20.0+ds-1.debian.tar.xz
 14304ae2aa3247c7f487f5da6f037d48 8217 devel optional 
jsonnet_0.20.0+ds-1_source.buildinfo

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

iQIzBAEBCgAdFiEEJxPAbeqAQUJk+aVWnvZsLSMVu3wFAmTGaw8ACgkQnvZsLSMV
u3zPmRAArIG0z0GV7BCyYwivpKEff8l+ZoprsWGlsVI8UHmmsYIgTtfxyfZpZ3oF
i8JWzcBDcv36VLTD+b2RNFuKNmuH3UvuhD1gBsk9n600tnRMHW2Rh1jyFYavB+3b
51D6Z0kGTGsF5nNpvanbrC82KUmxGSUgYTObgHif7E75jcDYbSFxr5/VsuKSX70y
axgCoTSJpBwLEPegAUZ0imv5Dh39u4w/0L7+wBB2yGLjRd3lbSXg65mUXULYJ/JH
lB5/vuX3anOyd8tOZwsL8QF/Jd+mr7DDY/XI3GvZZBGXwpqxxg0Ci5FSy2Kfz7qP
X1u85VRYqgWeKL8DyiI+pOqcb9Ljo6dxySwM42Hy+ed9npXd7YnyyU1XEX12KThk
J6BV78vPTHjLRphCr8lf53TlPo9eD9VPr+K6aUgOpp73vHzyK8uN8W7ifIRxS71B
ch6mVxccfRlVbNF9Q4JFf+bPkKPDcm+QWO+JKkCjhMfNQyV9cWng190yg/YrQoIi
mCvqmeixl8/aKo5zNfgRmcSp4/N0SBccSESKi8AAPmzL75GA+qRqalxLFqdPaOlp
Z0WHxlZsPEXyDnVprTlpNY+lI8Q/Ln1zu5eFkzva7BFnSZWRlXExZxBTbWJiOmLg
UmjUMVpc2qwujJxiLH8xPI+xz7ZS75q5yIzhOLxK6TZ/J8e79r4=
=yj8s
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to