Your message dated Mon, 15 Nov 2021 18:04:41 +0000
with message-id <e1mmglr-0002am...@fasolo.debian.org>
and subject line Bug#984332: fixed in simdjson 1.0.2-1
has caused the Debian Bug report #984332,
regarding simdjson: ftbfs with GCC-11
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.)


-- 
984332: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984332
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:simdjson
Version: 0.7.1-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye 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-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/simdjson_0.7.1-1_unstable_gcc11.log
The last lines of the build log are at the end of this report.

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

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
Dependee 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/simdjson.dir/DependInfo.cmake"
 is newer than depender 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/simdjson.dir/depend.internal".
Dependee 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/CMakeDirectoryInformation.cmake"
 is newer than depender 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/simdjson.dir/depend.internal".
Scanning dependencies of target simdjson
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f src/CMakeFiles/simdjson.dir/build.make 
src/CMakeFiles/simdjson.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 50%] Building CXX object src/CMakeFiles/simdjson.dir/simdjson.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DSIMDJSON_THREADS_ENABLED=1 -Dsimdjson_EXPORTS -I/<<PKGBUILDDIR>>/include 
-I/<<PKGBUILDDIR>>/src -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -fPIC -pthread -fPIC -Werror -Wall -Wextra 
-Weffc++ -Wsign-compare -Wshadow -Wwrite-strings -Wpointer-arith -Winit-self 
-Wconversion -Wno-sign-conversion -std=c++17 -o 
CMakeFiles/simdjson.dir/simdjson.cpp.o -c /<<PKGBUILDDIR>>/src/simdjson.cpp
[100%] Linking CXX shared library ../libsimdjson.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/simdjson.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
-D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG -Wl,-z,relro -Wl,-z,now -shared 
-Wl,-soname,libsimdjson.so.5 -o ../libsimdjson.so.5.0.0 
CMakeFiles/simdjson.dir/simdjson.cpp.o  -pthread 
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E 
cmake_symlink_library ../libsimdjson.so.5.0.0 ../libsimdjson.so.5 
../libsimdjson.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[100%] Built target simdjson
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test  # don't fail the build when SIGILL
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   create-stamp debian/debhelper-build-stamp
   dh_prep -O-Scmake
   dh_auto_install -O-Scmake
        cd obj-x86_64-linux-gnu && make -j4 install 
DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no "INSTALL=install 
--strip-program=true"
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
make  -f CMakeFiles/Makefile2 preinstall
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: Nothing to be done for 'preinstall'.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
Install the project...
/usr/bin/cmake -P cmake_install.cmake
-- Install configuration: "RelWithDebInfo"
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/include/simdjson.h
-- Installing: 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libsimdjson.so.5.0.0
-- Installing: 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libsimdjson.so.5
-- Installing: 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/libsimdjson.so
-- Installing: 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/simdjson/simdjson-config.cmake
-- Installing: 
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/x86_64-linux-gnu/cmake/simdjson/simdjson-config-relwithdebinfo.cmake
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
   dh_install -O-Scmake
   dh_installdocs -O-Scmake
   dh_installchangelogs -O-Scmake
   dh_installinit -O-Scmake
   dh_perl -O-Scmake
   dh_link -O-Scmake
   dh_strip_nondeterminism -O-Scmake
   dh_compress -O-Scmake
   dh_fixperms -O-Scmake
   dh_missing -O-Scmake
   dh_dwz -a -O-Scmake
   dh_strip -a -O-Scmake
   dh_makeshlibs -a -O-Scmake
dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
file: see diff output below
dpkg-gensymbols: warning: debian/libsimdjson5/DEBIAN/symbols doesn't match 
completely debian/libsimdjson5.symbols.amd64
--- debian/libsimdjson5.symbols.amd64 (libsimdjson5_0.7.1-1_amd64)
+++ dpkg-gensymbolsFXUDtJ       2021-03-01 19:57:39.805401928 +0000
@@ -121,7 +121,7 @@
  _ZTVN8simdjson7haswell25dom_parser_implementationE@Base 0.6.1
  _ZTVN8simdjson8fallback14implementationE@Base 0.6.1
  _ZTVN8simdjson8fallback25dom_parser_implementationE@Base 0.6.1
- _ZTVN8simdjson8internal25dom_parser_implementationE@Base 0.5.0
+#MISSING: 0.7.1-1# _ZTVN8simdjson8internal25dom_parser_implementationE@Base 
0.5.0
  _ZTVN8simdjson8internal26unsupported_implementationE@Base 0.5.0
  
_ZTVN8simdjson8internal49detect_best_supported_implementation_on_first_useE@Base
 0.5.0
  _ZTVN8simdjson8westmere14implementationE@Base 0.6.1
dh_makeshlibs: error: failing due to earlier errors
make: *** [debian/rules:5: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: simdjson
Source-Version: 1.0.2-1
Done: Mo Zhou <lu...@debian.org>

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

Debian distribution maintenance software
pp.
Mo Zhou <lu...@debian.org> (supplier of updated simdjson 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: Sat, 13 Nov 2021 15:27:58 -0500
Source: simdjson
Binary: libsimdjson-dev libsimdjson9 libsimdjson9-dbgsym
Architecture: source amd64
Version: 1.0.2-1
Distribution: experimental
Urgency: medium
Maintainer: Mo Zhou <lu...@debian.org>
Changed-By: Mo Zhou <lu...@debian.org>
Description:
 libsimdjson-dev - Parsing gigabytes of JSON per second (development)
 libsimdjson9 - Parsing gigabytes of JSON per second (shared object)
Closes: 984332
Changes:
 simdjson (1.0.2-1) experimental; urgency=medium
 .
   * New upstream version 1.0.2 (Closes: #984332)
   * Update CMake flags to correctly build.
   * Upstream bumped ABI/SO version to 9.
Checksums-Sha1:
 d92dd2a261d818af751b4a289ee9ec2069f376cd 1986 simdjson_1.0.2-1.dsc
 1a6dabcbb1d0ad83b955d73fcc39a8625d87ebd6 1551616 simdjson_1.0.2.orig.tar.gz
 2ee9b09cf7634fd259201fc40e757e31552407dc 6812 simdjson_1.0.2-1.debian.tar.xz
 8fddac73b07b53313a0c75180ba3a441452c8098 123536 
libsimdjson-dev_1.0.2-1_amd64.deb
 cf78914b8008b7e3db44210ced942a996c132aad 615264 
libsimdjson9-dbgsym_1.0.2-1_amd64.deb
 06eec704def9a8216026fccb35120e9c2eaf5b96 64000 libsimdjson9_1.0.2-1_amd64.deb
 889b5d29875cd2eadf14678fe9008d41cf291981 7085 simdjson_1.0.2-1_amd64.buildinfo
Checksums-Sha256:
 53ca8fa2d7e45f70f4e7e46f19b962c3d9184c14b0ee4869d93493a8bf84a717 1986 
simdjson_1.0.2-1.dsc
 46d5995488de76ae61f1c3bcff445a9085c8d34f6cbc9bf0422a99c6d98a002c 1551616 
simdjson_1.0.2.orig.tar.gz
 2a1bd19c9cbbeb8fc44593bf4ff166b148463d12ca62608f9259067f1380e7ef 6812 
simdjson_1.0.2-1.debian.tar.xz
 f84ba3cfb2c1ca7525843f910d85a52fd812a9a8732b9edb14ab86b1305d25c2 123536 
libsimdjson-dev_1.0.2-1_amd64.deb
 4865232188fe9a4fa5cb5b1f32467dd4e6796df77af2b080c85993362a00b477 615264 
libsimdjson9-dbgsym_1.0.2-1_amd64.deb
 18267b8bb95e9cd6233cfdb16777f6c012690d8bcb744cbbcf4c1f8f2edce5dc 64000 
libsimdjson9_1.0.2-1_amd64.deb
 c0158a37f2473b63b24103a6d48706ead000d737a00f5cd505be6e68f5e3df3f 7085 
simdjson_1.0.2-1_amd64.buildinfo
Files:
 a333c7a7498fa873e1adbd1bfb81297e 1986 libs optional simdjson_1.0.2-1.dsc
 5bb34cca7087a99c450dbdfe406bdc7d 1551616 libs optional 
simdjson_1.0.2.orig.tar.gz
 24ab954cac0e71062933652a51356448 6812 libs optional 
simdjson_1.0.2-1.debian.tar.xz
 ea657ce86b19d44064a6660cbafd4331 123536 libdevel optional 
libsimdjson-dev_1.0.2-1_amd64.deb
 d21e452f8debadb7570a37241cc495e5 615264 debug optional 
libsimdjson9-dbgsym_1.0.2-1_amd64.deb
 d5fc652003b80502d3d7ba835799203e 64000 libs optional 
libsimdjson9_1.0.2-1_amd64.deb
 a14c27d17bd49424854e479e5de0795d 7085 libs optional 
simdjson_1.0.2-1_amd64.buildinfo

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

iQJFBAEBCgAvFiEEY4vHXsHlxYkGfjXeYmRes19oaooFAmGQIPgRHGx1bWluQGRl
Ymlhbi5vcmcACgkQYmRes19oaoqJkQ/+IKAI44JpxV7gKvDslXX7k6EAZ9i9vKf7
zs8Tai8Z2GvmxE2axxqoWU8J0UuSVO1aKqsX3IYJ2vceGY4j5d1z02Ea7ZBhJMhA
2m3QW13kFphtNUnMePRfk+EplLRQfWiaAai47jic8P5UVNAG6JPLfmIGRrDL4v35
fMlSfhcES51lZj4URU3DGYkMdeSfZ47NA39u45lyv4TOT58uAUzAoN0j6+iRP8O1
H4N4uK3mUpGQZFddhWafGJNFaQtYThNHNHTS5g/L/kxm2egyxoP+ZhhUwAMDfvCm
nMsS+nGESzEG+REV79KxBsrRqd38I+/0fM2cVyDrNHL9tSeT8tBJFwheUE/t160q
6uINPb/bdDF353qwhpADm6zmxT9mKqy1d9eAWxTDwm31K0M2P5IKosey6VYxbjpe
cB1Oi/Nz+JBydVe4b5hy3cMA9fh0DYZlU3L/tDvbH1WEOyAx9pubBiAFaibggKiV
jxnFFNej4vljk86CxgFaWMg2fX8mCzTtWJnMaq4uOupkevVaWcWolAtOu4M/6K/D
7OX+yM6mJovyIb376Kaz2Qftiqmh5RA13OuPUnO3UYjUYrW19n48A7qV+HASyhKq
ybJodfh0RZlfXLj+X4ief4rk3Nqk5VxqGoE/N4oVdPudM+R1/iM1sqQ4W/KpUnZ7
E0SFGMrNXpk=
=uGkR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to