Your message dated Mon, 02 Sep 2019 21:00:12 +0000
with message-id <e1i4tqq-0000ba...@fasolo.debian.org>
and subject line Bug#925777: fixed in mkl-dnn 1.0.1-1
has caused the Debian Bug report #925777,
regarding mkl-dnn: 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.)
--
925777: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925777
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mkl-dnn
Version: 0.17.4-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/mkl-dnn_0.17.4-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.
[...]
[ 6%] Building CXX object src/CMakeFiles/mkldnn.dir/common/primitive.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/primitive.cpp.o -c
/<<PKGBUILDDIR>>/src/common/primitive.cpp
[ 7%] Building CXX object src/CMakeFiles/mkldnn.dir/common/primitive_attr.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/primitive_attr.cpp.o -c
/<<PKGBUILDDIR>>/src/common/primitive_attr.cpp
[ 7%] Building CXX object src/CMakeFiles/mkldnn.dir/common/primitive_desc.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/primitive_desc.cpp.o -c
/<<PKGBUILDDIR>>/src/common/primitive_desc.cpp
[ 7%] Building CXX object
src/CMakeFiles/mkldnn.dir/common/primitive_iterator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/primitive_iterator.cpp.o -c
/<<PKGBUILDDIR>>/src/common/primitive_iterator.cpp
[ 8%] Building CXX object src/CMakeFiles/mkldnn.dir/common/query.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/query.cpp.o -c
/<<PKGBUILDDIR>>/src/common/query.cpp
[ 8%] Building CXX object src/CMakeFiles/mkldnn.dir/common/reorder.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/reorder.cpp.o -c
/<<PKGBUILDDIR>>/src/common/reorder.cpp
[ 9%] Building CXX object src/CMakeFiles/mkldnn.dir/common/rnn.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/rnn.cpp.o -c /<<PKGBUILDDIR>>/src/common/rnn.cpp
[ 9%] Building CXX object src/CMakeFiles/mkldnn.dir/common/scratchpad.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/scratchpad.cpp.o -c
/<<PKGBUILDDIR>>/src/common/scratchpad.cpp
[ 10%] Building CXX object src/CMakeFiles/mkldnn.dir/common/shuffle.cpp.o
[ 10%] Building CXX object src/CMakeFiles/mkldnn.dir/common/softmax.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/shuffle.cpp.o -c
/<<PKGBUILDDIR>>/src/common/shuffle.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/softmax.cpp.o -c
/<<PKGBUILDDIR>>/src/common/softmax.cpp
[ 10%] Building CXX object src/CMakeFiles/mkldnn.dir/common/stream.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/stream.cpp.o -c
/<<PKGBUILDDIR>>/src/common/stream.cpp
[ 10%] Building CXX object src/CMakeFiles/mkldnn.dir/common/utils.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/utils.cpp.o -c
/<<PKGBUILDDIR>>/src/common/utils.cpp
[ 11%] Building CXX object src/CMakeFiles/mkldnn.dir/common/verbose.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/common/verbose.cpp.o -c
/<<PKGBUILDDIR>>/src/common/verbose.cpp
In file included from /usr/include/string.h:494,
from /<<PKGBUILDDIR>>/src/common/utils.cpp:17:
In function 'char* strncpy(char*, const char*, size_t)',
inlined from 'int mkldnn::impl::mkldnn_getenv(char*, const char*, int)' at
/<<PKGBUILDDIR>>/src/common/utils.cpp:49:24:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:34: error: 'char*
__builtin_strncpy(char*, const char*, long unsigned int)' output truncated
before terminating nul copying as many bytes from a string as its length
[-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/utils.cpp: In function 'int
mkldnn::impl::mkldnn_getenv(char*, const char*, int)':
/<<PKGBUILDDIR>>/src/common/utils.cpp:45:34: note: length computed here
45 | value_length = strlen(buffer);
| ~~~~~~^~~~~~~~
In file included from /usr/include/string.h:494,
from /<<PKGBUILDDIR>>/src/common/utils.cpp:17:
In function 'char* strncpy(char*, const char*, size_t)',
inlined from 'int mkldnn::impl::mkldnn_getenv(char*, const char*, int)' at
/<<PKGBUILDDIR>>/src/common/utils.cpp:49:24,
inlined from 'bool mkldnn::impl::mkldnn_jit_dump()' at
/<<PKGBUILDDIR>>/src/common/utils.cpp:68:26:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:34: error: 'char*
__builtin___strncpy_chk(char*, const char*, long unsigned int, long unsigned
int)' output truncated before terminating nul copying as many bytes from a
string as its length [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/common/utils.cpp: In function 'bool
mkldnn::impl::mkldnn_jit_dump()':
/<<PKGBUILDDIR>>/src/common/utils.cpp:45:34: note: length computed here
45 | value_length = strlen(buffer);
| ~~~~~~^~~~~~~~
[ 11%] Building CXX object src/CMakeFiles/mkldnn.dir/cpu/cpu_barrier.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DMKLDNN_DLL
-DMKLDNN_DLL_EXPORTS -DMKLDNN_THR=MKLDNN_THR_OMP -D__STDC_CONSTANT_MACROS
-D__STDC_LIMIT_MACROS -Dmkldnn_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/src/common
-I/<<PKGBUILDDIR>>/src/cpu/xbyak -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wall -Wdate-time
-D_FORTIFY_SOURCE=2 -fopenmp -std=c++11 -fvisibility-inlines-hidden -Wall
-Werror -Wno-unknown-pragmas -fvisibility=internal -fPIC -Wformat
-Wformat-security -fstack-protector-strong -Wmissing-field-initializers
-Wno-strict-overflow -O3 -DNDEBUG -D_FORTIFY_SOURCE=2 -fPIC -std=gnu++11 -o
CMakeFiles/mkldnn.dir/cpu/cpu_barrier.cpp.o -c
/<<PKGBUILDDIR>>/src/cpu/cpu_barrier.cpp
cc1plus: all warnings being treated as errors
make[3]: *** [src/CMakeFiles/mkldnn.dir/build.make:365:
src/CMakeFiles/mkldnn.dir/common/utils.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:94: src/CMakeFiles/mkldnn.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 11%] Linking CXX static library libmkldnn_gtest.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/gtests/gtest && /usr/bin/cmake
-P CMakeFiles/mkldnn_gtest.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/gtests/gtest && /usr/bin/cmake
-E cmake_link_script CMakeFiles/mkldnn_gtest.dir/link.txt --verbose=1
/usr/bin/ar qc libmkldnn_gtest.a CMakeFiles/mkldnn_gtest.dir/src/gtest-all.cc.o
/usr/bin/ranlib libmkldnn_gtest.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 11%] Built target mkldnn_gtest
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: cd obj-x86_64-linux-gnu && make -j4 "INSTALL=install
--strip-program=true" returned exit code 2
make: *** [debian/rules:8: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: mkl-dnn
Source-Version: 1.0.1-1
We believe that the bug you reported is fixed in the latest version of
mkl-dnn, 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.
Mo Zhou <cdlumin...@gmail.com> (supplier of updated mkl-dnn 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: Thu, 01 Aug 2019 09:28:49 +0000
Source: mkl-dnn
Binary: libmkldnn-dev libmkldnn-doc libmkldnn1 libmkldnn1-dbgsym
Architecture: source amd64 all
Version: 1.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Mo Zhou <cdlumin...@gmail.com>
Description:
libmkldnn-dev - Intel Math Kernel Library for Deep Neural Networks (dev)
libmkldnn-doc - Math Kernel Library for Deep Neural Networks (doc)
libmkldnn1 - Intel Math Kernel Library for Deep Neural Networks (lib)
Closes: 925777
Changes:
mkl-dnn (1.0.1-1) unstable; urgency=medium
.
* New upstream version 1.0.1
* Bump SOVERSION to 1, renaming shlib packages.
* Update symbol table for GCC-9, marking incompatible ones as optional.
(Closes: #925777)
Checksums-Sha1:
9306b3fe873f901c481e183737f2ba3c50b905cf 2184 mkl-dnn_1.0.1-1.dsc
ce4bf3c67d36a2c7c8c52ee3e56f655d301e9d11 4311071 mkl-dnn_1.0.1.orig.tar.gz
5606c1613339a09f7597dc292d0aeec707c70d76 6644 mkl-dnn_1.0.1-1.debian.tar.xz
ddce2046f89f8806f71117846e0c8747914d8243 44864 libmkldnn-dev_1.0.1-1_amd64.deb
6197337519f72ceb66b6a97e27afbaac45114efd 4639368 libmkldnn-doc_1.0.1-1_all.deb
130b28b7f82b2d6bd16e0da08039fda57db25103 58805652
libmkldnn1-dbgsym_1.0.1-1_amd64.deb
c1a2c2ec1f5f8b0682a1f69330dd27517b27d328 2241140 libmkldnn1_1.0.1-1_amd64.deb
c40f0e5390771e8759f0455430f9e94471470041 8631 mkl-dnn_1.0.1-1_amd64.buildinfo
Checksums-Sha256:
e3262dcb13dba7c36ad15de2d7d5e1c8fac52071832d7fe143c0ff8fc667beb6 2184
mkl-dnn_1.0.1-1.dsc
91fb84601c18f8a5a87eccd7b63d61f03495f36c5c533bd7f59443e4f8bb2595 4311071
mkl-dnn_1.0.1.orig.tar.gz
478f92bc5faaadd97bf2fee296e01c5180ede835f1932f71e59516faf7b5281a 6644
mkl-dnn_1.0.1-1.debian.tar.xz
251f7414f184e3bb8ecb6441e91e6f9867ae57bcb94eca862a1d849f237ff031 44864
libmkldnn-dev_1.0.1-1_amd64.deb
4f9c47d8740390520a909d970056ec91811ca7f6464865900b2db55fc94f9c78 4639368
libmkldnn-doc_1.0.1-1_all.deb
670ec57a5ca416714bf54d915a23fd164a91dbcf19e5bb5943d28bc01597c786 58805652
libmkldnn1-dbgsym_1.0.1-1_amd64.deb
b18842c8bfe22975e603659bd126e52255ba7192f08a3b17bfe26a423aef6f37 2241140
libmkldnn1_1.0.1-1_amd64.deb
dcf7ab14a2fde9a05eefa0eef17a4d09727606359f974cba6f0f7444ea9ee2b3 8631
mkl-dnn_1.0.1-1_amd64.buildinfo
Files:
f1ac30127665e4336184039cefe8e944 2184 science optional mkl-dnn_1.0.1-1.dsc
399d402ae926639376ed065d56f427e7 4311071 science optional
mkl-dnn_1.0.1.orig.tar.gz
c7130c2465addc4c0825dd05678f96c1 6644 science optional
mkl-dnn_1.0.1-1.debian.tar.xz
dd7f5c4134e21927a727844a052d6f49 44864 libdevel optional
libmkldnn-dev_1.0.1-1_amd64.deb
ac039640b4d9288a2d31fa453d06d8b2 4639368 doc optional
libmkldnn-doc_1.0.1-1_all.deb
46b05b21f83db875a62981ec5f7af36a 58805652 debug optional
libmkldnn1-dbgsym_1.0.1-1_amd64.deb
0d47982bf90ad1740e60cc06c1f9cd90 2241140 libs optional
libmkldnn1_1.0.1-1_amd64.deb
82eff37bacd77705a858bcf92b2f5e90 8631 science optional
mkl-dnn_1.0.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCgAzFiEEY4vHXsHlxYkGfjXeYmRes19oaooFAl1C22sVHGNkbHVtaW5h
dGVAZ21haWwuY29tAAoJEGJkXrNfaGqKpV0QAJlNT67rQrlGP8WWTY0dv9gURDeT
QgVQJRhY3bNbRwwAZ3u33MD0YmH/7e7LFVb1gHU0D4YZBSRxPu9GYPBON+js5HIW
5TjlKk9yltesYU9IzP4Uox2l63qDShKEgUQcnhiNDOqvDhL3Oc//mneopBHDL0Zn
iXhLe8ii1ab/0N+fOfo2CKU8ZY04iwPZ9KoPVPMG5SIWYHVA+x0d/4/jS7ko8Kdb
b2yxn3L0HF9pnvRqzhB5xYDIu2sfQy7NvuLWLqvHY8+ueg/+Pjjusrzkd8np7Sr7
Ixr0/dGFTiahe8IKsamfFj0xdT77ykaMf6O6jOERu7wypskFbev+xKjBv/x5wunn
H3I+hZUs7MqjnKIcKzI19ndwCycuCQKY/9t6dnKCgTtj9lSSZxP9aQh1F9mEEBRC
Ik2sp1koXtO3Rleu2qSN1eTqJ+dfw9PlhwlMJF0s0BnyWL6qCkJ4K4sGQfFGIbJf
IGPJAJui1FwMfhhN+wt8naOR+MzRNG/RKdA+YCyfh5eh8mmRg2X0q/NGADd4K/V5
U7Nj8fW9MZ8sl+MpOivM3mt1rNpK6tKBioMDRIY5Tuev9Bm2KPZICWveTzOdtdMC
HBpQT/D5XKj8hH8SXoWJgaAeyZx1AlxKYxbiMsiIyYCcBR1vklIyHUGh/bDCeCqf
8iL4r6+LZn+D2yZ7
=JWRk
-----END PGP SIGNATURE-----
--- End Message ---