Your message dated Fri, 20 Dec 2019 19:56:59 +0000
with message-id <[email protected]>
and subject line Bug#925853: fixed in vlfeat 0.9.21+dfsg0-4
has caused the Debian Bug report #925853,
regarding vlfeat: 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 [email protected]
immediately.)


-- 
925853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925853
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:vlfeat
Version: 0.9.21+dfsg0-3
Severity: normal
Tags: sid bullseye
User: [email protected]
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/vlfeat_0.9.21+dfsg0-3_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.

[...]
"cc"                                            \
     -c -o "bin/debian/objs/liop.o"                                       \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.   -pthread -fopenmp "vl/liop.c"
             CC bin/debian/objs/mathop_sse2.o
"cc"                                            \
     -c -o "bin/debian/objs/mathop_sse2.o"                                      
 \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.    -pthread -fopenmp "vl/mathop_sse2.c"
             CC bin/debian/objs/hog.o
"cc"                                            \
     -c -o "bin/debian/objs/hog.o"                                       \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.   -pthread -fopenmp "vl/hog.c"
             CC bin/debian/objs/hikmeans.o
"cc"                                            \
     -c -o "bin/debian/objs/hikmeans.o"                                       \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.   -pthread -fopenmp "vl/hikmeans.c"
             CC bin/debian/objs/generic.o
"cc"                                            \
     -c -o "bin/debian/objs/generic.o"                                       \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.   -pthread -fopenmp "vl/generic.c"
In file included from /usr/include/stdio.h:873,
                 from vl/generic.c:773:
In function 'snprintf',
    inlined from 'vl_configuration_to_string_copy' at vl/generic.c:902:14:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: warning: 
'__builtin___snprintf_chk' specified bound between 18446744071562067969 and 
18446744073709551615 exceeds maximum object size 9223372036854775807 
[-Wstringop-overflow=]
   67 |   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   68 |        __bos (__s), __fmt, __va_arg_pack ());
      |        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             CC bin/debian/objs/pgm.o
"cc"                                            \
     -c -o "bin/debian/objs/pgm.o"                                       \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.   -pthread -fopenmp "vl/pgm.c"
             CC bin/debian/objs/covdet.o
"cc"                                            \
     -c -o "bin/debian/objs/covdet.o"                                       \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.   -pthread -fopenmp "vl/covdet.c"
             CC bin/debian/objs/vlad.o
"cc"                                            \
     -c -o "bin/debian/objs/vlad.o"                                       \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.   -pthread -fopenmp "vl/vlad.c"
             CC bin/debian/objs/kmeans.o
"cc"                                            \
     -c -o "bin/debian/objs/kmeans.o"                                       \
     -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0=. 
-fstack-protector-strong -Wformat -Werror=format-security -g -Wdate-time 
-D_FORTIFY_SOURCE=2 -std=c99 -Wall -Wextra -Wno-unused-function -Wno-long-long 
-Wno-variadic-macros  -DNDEBUG -O3  -D_GNU_SOURCE -fno-stack-protector 
-fvisibility=hidden -fPIC -DVL_BUILD_DLL   -DVL_DISABLE_SSE2 -DVL_DISABLE_AVX 
-I.   -pthread -fopenmp "vl/kmeans.c"
In file included from vl/kmeans.h:21,
                 from vl/kmeans.c:363:
vl/kmeans.c: In function '_vl_kmeans_quantize_f':
vl/mathop.h:92:37: error: 'vl_infinity_d' not specified in enclosing 'parallel'
   92 | #define VL_INFINITY_D (vl_infinity_d.value)
      |                       ~~~~~~~~~~~~~~^~~~~~~
vl/kmeans.c:685:34: note: in expansion of macro 'VL_INFINITY_D'
  685 |       TYPE bestDistance = (TYPE) VL_INFINITY_D ;
      |                                  ^~~~~~~~~~~~~
In file included from vl/kmeans.c:1782:
vl/kmeans.c:672:9: error: enclosing 'parallel'
  672 | #pragma omp parallel default(none) \
      |         ^~~
In file included from vl/kmeans.c:1788:
vl/kmeans.c: In function '_vl_kmeans_quantize_d':
vl/kmeans.c:685:27: error: 'vl_infinity_d' not specified in enclosing 'parallel'
  685 |       TYPE bestDistance = (TYPE) VL_INFINITY_D ;
vl/kmeans.c:672:9: error: enclosing 'parallel'
  672 | #pragma omp parallel default(none) \
      |         ^~~
make[2]: *** [make/dll.mak:90: bin/debian/objs/kmeans.o] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0'
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/vlfeat-0.9.21+dfsg0'
make: *** [debian/rules:14: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: vlfeat
Source-Version: 0.9.21+dfsg0-4

We believe that the bug you reported is fixed in the latest version of
vlfeat, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dima Kogan <[email protected]> (supplier of updated vlfeat 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 12 Dec 2019 22:36:05 -0800
Source: vlfeat
Architecture: source
Version: 0.9.21+dfsg0-4
Distribution: unstable
Urgency: medium
Maintainer: Dima Kogan <[email protected]>
Changed-By: Dima Kogan <[email protected]>
Closes: 925853
Changes:
 vlfeat (0.9.21+dfsg0-4) unstable; urgency=medium
 .
   * Fixed build with gcc-9 (Closes: #925853)
Checksums-Sha1:
 9b6d8260dc7a2bed96baa85e037bc98fb5239a87 2285 vlfeat_0.9.21+dfsg0-4.dsc
 54bb33a0c09199858d4b958afc4d7dbae2b8b536 18172 
vlfeat_0.9.21+dfsg0-4.debian.tar.xz
 171f948eee880128fc546678dd6dacd4136530d0 17696 
vlfeat_0.9.21+dfsg0-4_amd64.buildinfo
Checksums-Sha256:
 fb2a69ab4a78481282cbab1645597ba95efc00e13045944075eeb19fd60ab9a7 2285 
vlfeat_0.9.21+dfsg0-4.dsc
 9100402e4c26c66992872d34f81a1b37567076a50b9d7e2ae12097520e0831a2 18172 
vlfeat_0.9.21+dfsg0-4.debian.tar.xz
 fbc6cad62de4d14c7a92880e87e6cf1840e9e5d63d50e29fa41fac910ec54943 17696 
vlfeat_0.9.21+dfsg0-4_amd64.buildinfo
Files:
 e40af5bc4ebabbec54d4855bbb4b7645 2285 science optional 
vlfeat_0.9.21+dfsg0-4.dsc
 ac4debd7861fe8068cc7fddc15be62cd 18172 science optional 
vlfeat_0.9.21+dfsg0-4.debian.tar.xz
 311b2958623ef1b35a3cad315d605126 17696 science optional 
vlfeat_0.9.21+dfsg0-4_amd64.buildinfo

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

iQJGBAEBCgAwFiEEdRwTXcLOAUM4CFTz7WO2ElodFWEFAl39IZwSHGRrb2dhbkBk
ZWJpYW4ub3JnAAoJEO1jthJaHRVhKjgQAJUccuKRYpPvUaB5SLLMuVZBnUmHrDUl
9cvltCAdDiYHLd834Xj+Pnn1p09vWE0FL2kdt1Yats9ZsRRFh/tbUtlyU4pytzt2
x+dDlp3vXQv2tLOJNLP1NpSb4ugv9UXberqwzwLQGjZ4eCPKgvrqhJCp1Uar3myQ
BHFxSN0mUR99tncLnd1wjwM2mbtxBnAgsdum7m2XRedodcvxitmzc4c93MnMkAYf
Soc06mTuJkzPeGYWiwsTP0Q3SOlFSFIttI0ABGSmO6EOUaUAz1dRMsiFmmthTNel
gzP5z3g/TUIfe6Jfc5WT0ojNpy2TooFG6DYaet0kkIRYJ36rG9hdoq06Q9v2dM9N
QBY6l7ncHf35A2D9bCgSrHxPAXLb1+emi/ETLz+Gj/QgYVDxgKwZxIJvi6kvWxU4
iuwbDbanZ4HHRu1EJpR8wL9zM+1A4C42WimiLBg3Az2DWj7UczhbkjbQvNsOaI3k
h7VQh/+pbdhUPrqmmQ4/pr3DFURDZk8uS8FbHoW9RTaBlZXr1rDO5oxZI+WN7gwV
m2kqE46A+HBASHlkb+NyY2P9KBpBc/UNW13F4kCA7dAa9sCr7gJ48C8GW3D4sXiX
1ib0YK1zqTqRwX5NBtQmIjVMguxldDKCKB0u+/edYxiva+r8KAJZGyooA2zlPAAf
QwE08vJlQF11
=qpm4
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to