Your message dated Wed, 29 Jul 2020 16:48:54 +0000
with message-id <e1k0pga-000hys...@fasolo.debian.org>
and subject line Bug#957364: fixed in iotjs 1.0-2
has caused the Debian Bug report #957364,
regarding iotjs: ftbfs with GCC-10
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.)
--
957364: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957364
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:iotjs
Version: 1.0-1
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. 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/gcc10-20200225/iotjs_1.0-1_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
make[6]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
Scanning dependencies of target jerry-ext
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
make[6]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
Scanning dependencies of target jerry-port-default
Scanning dependencies of target jerry-port-default-minimal
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
make[6]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
make[6]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
[ 88%] Building C object
jerry-ext/CMakeFiles/jerry-ext.dir/arg/arg-transform-functions.c.o
[ 88%] Building C object
jerry-ext/CMakeFiles/jerry-ext.dir/arg/arg-js-iterator-helper.c.o
[ 89%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default.dir/default-date.c.o
[ 89%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default-minimal.dir/default-date.c.o
[ 90%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default.dir/default-external-context.c.o
[ 91%] Building C object jerry-ext/CMakeFiles/jerry-ext.dir/arg/arg.c.o
[ 92%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default-minimal.dir/default-fatal.c.o
[ 92%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default-minimal.dir/default-external-context.c.o
[ 92%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default.dir/default-fatal.c.o
[ 92%] Building C object
jerry-ext/CMakeFiles/jerry-ext.dir/handler/handler-assert.c.o
[ 92%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default-minimal.dir/default-io.c.o
[ 93%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default-minimal.dir/defaultx-handler.c.o
[ 94%] Building C object
jerry-ext/CMakeFiles/jerry-ext.dir/handler/handler-gc.c.o
[ 95%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default.dir/default-io.c.o
[ 96%] Building C object
jerry-ext/CMakeFiles/jerry-ext.dir/handler/handler-print.c.o
[ 97%] Linking C static library ../../lib/libjerry-port-default-minimal.a
[ 97%] Building C object
jerry-ext/CMakeFiles/jerry-ext.dir/handler/handler-register.c.o
[ 97%] Building C object
jerry-port/default/CMakeFiles/jerry-port-default.dir/defaultx-handler.c.o
[ 98%] Linking C static library ../lib/libjerry-ext.a
[ 99%] Linking C static library ../../lib/libjerry-port-default.a
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
[ 99%] Built target jerry-port-default-minimal
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
[ 99%] Built target jerry-port-default
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
[ 99%] Built target jerry-ext
make[6]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
Scanning dependencies of target jerry
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
make[6]: Entering directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
[ 99%] Building C object jerry-main/CMakeFiles/jerry.dir/main-unix.c.o
[100%] Building C object jerry-main/CMakeFiles/jerry.dir/cli.c.o
[100%] Linking C executable ../bin/jerry
/<<PKGBUILDDIR>>/deps/jerry/jerry-core/ecma/builtin-objects/ecma-builtin-json.c:
In function ‘ecma_builtin_json_parse_next_token’:
/<<PKGBUILDDIR>>/deps/jerry/jerry-core/lit/lit-strings.c:657:11: error:
‘code_unit’ may be used uninitialized in this function
[-Werror=maybe-uninitialized]
657 | else if (code_unit <= LIT_UTF8_2_BYTE_CODE_POINT_MAX)
| ^
/<<PKGBUILDDIR>>/deps/jerry/jerry-core/ecma/builtin-objects/ecma-builtin-json.c:254:23:
note: ‘code_unit’ was declared here
254 | ecma_char_t code_unit;
| ^
lto1: some warnings being treated as errors
lto-wrapper: fatal error: /usr/bin/cc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[6]: *** [jerry-main/CMakeFiles/jerry.dir/build.make:104: bin/jerry] Error 1
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
make[5]: *** [CMakeFiles/Makefile2:321: jerry-main/CMakeFiles/jerry.dir/all]
Error 2
make[5]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
make[4]: *** [Makefile:130: all] Error 2
make[4]: Leaving directory
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/deps/jerry-host'
make[3]: *** [CMakeFiles/hostjerry.dir/build.make:115:
deps/jerry-host/src/hostjerry-stamp/hostjerry-build] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:230: CMakeFiles/hostjerry.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j4 returned exit code 2
make: *** [debian/rules:32: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: iotjs
Source-Version: 1.0-2
Done: Philippe Coval <r...@users.sf.net>
We believe that the bug you reported is fixed in the latest version of
iotjs, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Philippe Coval <r...@users.sf.net> (supplier of updated iotjs 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, 28 Jul 2020 17:01:03 +0200
Source: iotjs
Architecture: source
Version: 1.0-2
Distribution: unstable
Urgency: medium
Maintainer: Philippe Coval <r...@users.sf.net>
Changed-By: Philippe Coval <r...@users.sf.net>
Closes: 936738 957364
Changes:
iotjs (1.0-2) unstable; urgency=medium
.
* debian/control: Lint control file
* debian/copyright: Update urls with duck
* debian/copyright: Add upstream contact to debian/copyright
* debian/control: Add Rules-Requires-Root field
* debian/patches: Select python3 from env if needed
* debian: Prefer python3 (Closes: #936738)
* debian/patch: Relax compiler to continue on warnings (Closes: #957364)
* debian: Bump standards to current
* debian/upstream: Add metadata file
* debian/control: Add Vcs fields to salsa
* debian/gbp.conf: Support gbp custom branches
Checksums-Sha1:
5c44629473a00a524ddd4c0adc3f3a4beb48a265 1942 iotjs_1.0-2.dsc
c56e7d35c9921ae5a9f68b0357d777dd90a7b3cb 8316 iotjs_1.0-2.debian.tar.xz
Checksums-Sha256:
40dbb295fbfa4488238e71fa4432437dc1fd1a9bc6a39cc24833f1a56c0a2a09 1942
iotjs_1.0-2.dsc
8ba6e0c8ec40e6991c273bb8cceb561b447d5618cea904faa3819cdd8cde40ea 8316
iotjs_1.0-2.debian.tar.xz
Files:
d34f80db3a634d014de0dfab36af8a24 1942 web optional iotjs_1.0-2.dsc
77babc2d9b69d71ce40450d61987be2c 8316 web optional iotjs_1.0-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEZaEt9P4xrWusTXauM1X01jtYIcwFAl8hpOIACgkQM1X01jtY
Icx4DBAAqmJQVGIpkWcYi5N8Pb3uArDqPoMDtyFvBXIjT2WgijgrXHD+aIMU04ns
uIXD1/pBxkGwAWirbvGWZsJOLmN4R7HwKJKm1/VLgyJZqQog4+wurBsnznvyJNVL
dEeCuCs6F/1ZVkGR3tOW7VUva2Vk22TWA6e+tUYBsN5BjaXX3vcSUP5ZK8bHPeWo
tozcfqNfgM7WAtcQsg3yfMmEFuZB2gL4pvhC2f2ZbqDg4tqdsde6quBvQ/z4xU6Z
cemm29d3oEsu4xdBRa7tTfkkauDkn1YQaP/xU3Zf6kC/6DFoSKJk8idARcnoZ2Ot
7geP565miI5Sj1K2RztXrBIPcnijKU0zaQce29RjiA4R8qBMrJ35XREb/autNNLq
5Rz5L/sIktBbO0AaYCxIhvrVK0zevIy7pbqsVuCI9NovkFCNFKsQec4jBDLnlqYp
8DnuPKSS8x8MUqbhrzHxkgF6FYNXT4ojPY6gMeECpiNhEBpojqBjBvfGJKMLCtaH
VxdDbJiFjS3GnEJj7B8Mx7bgmX7WNqf4xMchLTZkg1SGs+2AvhVtewscrSBs3eB1
sMhScuS5/zdWsaGOxv/UzldhaOecYLCn1PJM5URN7ywwiLUq0xmqftDSA3bmG0od
hQaIklxmMJoiA/BB6tgcQ52mC4CrBMochAoM5Y2HOYjxqLJk7Ak=
=Z56C
-----END PGP SIGNATURE-----
--- End Message ---