Debian Bug report logs - #1096453
colmap: ftbfs with GCC-15

version graph

Package: src:colmap; Maintainer for src:colmap is Alex Myczko <[email protected]>;

Reported by: Matthias Klose <[email protected]>

Date: Mon, 17 Feb 2025 17:09:07 UTC

Severity: important

Tags: forky, sid

Found in version colmap/3.10-1

Reply or subscribe to this bug.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to Alex Myczko <[email protected]>:
Bug#1096453; Package src:colmap. (Mon, 17 Feb 2025 17:09:07 GMT) (full text, mbox, link).


Acknowledgement sent to Matthias Klose <[email protected]>:
New Bug report received and forwarded. Copy sent to Alex Myczko <[email protected]>. (Mon, 17 Feb 2025 17:09:07 GMT) (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Matthias Klose <[email protected]>
To: [email protected]
Subject: colmap: ftbfs with GCC-15
Date: Mon, 17 Feb 2025 17:07:43 +0000
Package: src:colmap
Version: 3.10-1
Severity: important
Tags: sid forky
User: [email protected]
Usertags: ftbfs-gcc-15

[This bug is NOT 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-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/colmap_3.10-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other 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-15/porting_to.html

[...]
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/imopv.c.o -MF CMakeFiles/colmap_vlfeat.dir/imopv.c.o.d -o CMakeFiles/colmap_vlfeat.dir/imopv.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/imopv.c
[ 18%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/kdtree.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/kdtree.c.o -MF CMakeFiles/colmap_vlfeat.dir/kdtree.c.o.d -o CMakeFiles/colmap_vlfeat.dir/kdtree.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/kdtree.c
[ 20%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/kmeans.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/kmeans.c.o -MF CMakeFiles/colmap_vlfeat.dir/kmeans.c.o.d -o CMakeFiles/colmap_vlfeat.dir/kmeans.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/kmeans.c
[ 20%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/lbp.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/lbp.c.o -MF CMakeFiles/colmap_vlfeat.dir/lbp.c.o.d -o CMakeFiles/colmap_vlfeat.dir/lbp.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/lbp.c
[ 20%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/liop.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/liop.c.o -MF CMakeFiles/colmap_vlfeat.dir/liop.c.o.d -o CMakeFiles/colmap_vlfeat.dir/liop.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/liop.c
[ 23%] Building CXX object src/thirdparty/SiftGPU/CMakeFiles/colmap_sift_gpu.dir/SiftPyramid.cpp.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/SiftGPU && /usr/bin/c++ -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -DSIFTGPU_NO_DEVIL -I/build/reproducible-path/colmap-3.10/src -g -O2 -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -std=gnu++14 -fPIC -MD -MT src/thirdparty/SiftGPU/CMakeFiles/colmap_sift_gpu.dir/SiftPyramid.cpp.o -MF CMakeFiles/colmap_sift_gpu.dir/SiftPyramid.cpp.o.d -o CMakeFiles/colmap_sift_gpu.dir/SiftPyramid.cpp.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/SiftGPU/SiftPyramid.cpp
[ 23%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/mathop.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/mathop.c.o -MF CMakeFiles/colmap_vlfeat.dir/mathop.c.o.d -o CMakeFiles/colmap_vlfeat.dir/mathop.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/mathop.c
[ 23%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/mser.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/mser.c.o -MF CMakeFiles/colmap_vlfeat.dir/mser.c.o.d -o CMakeFiles/colmap_vlfeat.dir/mser.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/mser.c
[ 25%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/pgm.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/pgm.c.o -MF CMakeFiles/colmap_vlfeat.dir/pgm.c.o.d -o CMakeFiles/colmap_vlfeat.dir/pgm.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/pgm.c
[ 25%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/quickshift.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/quickshift.c.o -MF CMakeFiles/colmap_vlfeat.dir/quickshift.c.o.d -o CMakeFiles/colmap_vlfeat.dir/quickshift.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/quickshift.c
[ 25%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/random.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/random.c.o -MF CMakeFiles/colmap_vlfeat.dir/random.c.o.d -o CMakeFiles/colmap_vlfeat.dir/random.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/random.c
[ 25%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/rodrigues.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/rodrigues.c.o -MF CMakeFiles/colmap_vlfeat.dir/rodrigues.c.o.d -o CMakeFiles/colmap_vlfeat.dir/rodrigues.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/rodrigues.c
[ 25%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/scalespace.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/scalespace.c.o -MF CMakeFiles/colmap_vlfeat.dir/scalespace.c.o.d -o CMakeFiles/colmap_vlfeat.dir/scalespace.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/scalespace.c
[ 27%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/sift.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/sift.c.o -MF CMakeFiles/colmap_vlfeat.dir/sift.c.o.d -o CMakeFiles/colmap_vlfeat.dir/sift.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/sift.c
[ 27%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/slic.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/slic.c.o -MF CMakeFiles/colmap_vlfeat.dir/slic.c.o.d -o CMakeFiles/colmap_vlfeat.dir/slic.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/slic.c
[ 27%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/stringop.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/stringop.c.o -MF CMakeFiles/colmap_vlfeat.dir/stringop.c.o.d -o CMakeFiles/colmap_vlfeat.dir/stringop.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/stringop.c
[ 27%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/svm.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/svm.c.o -MF CMakeFiles/colmap_vlfeat.dir/svm.c.o.d -o CMakeFiles/colmap_vlfeat.dir/svm.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/svm.c
[ 27%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/svmdataset.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/svmdataset.c.o -MF CMakeFiles/colmap_vlfeat.dir/svmdataset.c.o.d -o CMakeFiles/colmap_vlfeat.dir/svmdataset.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/svmdataset.c
[ 30%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/vlad.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/vlad.c.o -MF CMakeFiles/colmap_vlfeat.dir/vlad.c.o.d -o CMakeFiles/colmap_vlfeat.dir/vlad.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/vlad.c
[ 30%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/mathop_avx.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -mavx -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/mathop_avx.c.o -MF CMakeFiles/colmap_vlfeat.dir/mathop_avx.c.o.d -o CMakeFiles/colmap_vlfeat.dir/mathop_avx.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/mathop_avx.c
[ 30%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/imopv_sse2.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -msse2 -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/imopv_sse2.c.o -MF CMakeFiles/colmap_vlfeat.dir/imopv_sse2.c.o.d -o CMakeFiles/colmap_vlfeat.dir/imopv_sse2.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/imopv_sse2.c
[ 30%] Linking CXX static library libcolmap_sift_gpu.a
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/SiftGPU && /usr/bin/cmake -P CMakeFiles/colmap_sift_gpu.dir/cmake_clean_target.cmake
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/SiftGPU && /usr/bin/cmake -E cmake_link_script CMakeFiles/colmap_sift_gpu.dir/link.txt --verbose=1
/usr/bin/ar qc libcolmap_sift_gpu.a CMakeFiles/colmap_sift_gpu.dir/FrameBufferObject.cpp.o CMakeFiles/colmap_sift_gpu.dir/GlobalUtil.cpp.o CMakeFiles/colmap_sift_gpu.dir/GLTexImage.cpp.o CMakeFiles/colmap_sift_gpu.dir/ProgramGLSL.cpp.o CMakeFiles/colmap_sift_gpu.dir/PyramidGL.cpp.o CMakeFiles/colmap_sift_gpu.dir/ShaderMan.cpp.o CMakeFiles/colmap_sift_gpu.dir/SiftGPU.cpp.o CMakeFiles/colmap_sift_gpu.dir/SiftMatch.cpp.o CMakeFiles/colmap_sift_gpu.dir/SiftPyramid.cpp.o
/usr/bin/ranlib libcolmap_sift_gpu.a
make[3]: Leaving directory '/build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu'
[ 30%] Built target colmap_sift_gpu
[ 30%] Building C object src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/mathop_sse2.c.o
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cc -DCOLMAP_CGAL_ENABLED -DCOLMAP_GPU_ENABLED -DCOLMAP_GUI_ENABLED -DCOLMAP_LSD_ENABLED -DCOLMAP_OPENGL_ENABLED -DCOLMAP_OPENMP_ENABLED -DGLOG_VERSION_MAJOR=0 -DGLOG_VERSION_MINOR=6 -I/build/reproducible-path/colmap-3.10/src -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/colmap-3.10=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DDISABLE_CPU_NEON -Wno-maybe-uninitialized -w -fPIC -fopenmp -msse2 -MD -MT src/thirdparty/VLFeat/CMakeFiles/colmap_vlfeat.dir/mathop_sse2.c.o -MF CMakeFiles/colmap_vlfeat.dir/mathop_sse2.c.o.d -o CMakeFiles/colmap_vlfeat.dir/mathop_sse2.c.o -c /build/reproducible-path/colmap-3.10/src/thirdparty/VLFeat/mathop_sse2.c
[ 30%] Linking CXX static library libcolmap_util.a
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/colmap/util && /usr/bin/cmake -P CMakeFiles/colmap_util.dir/cmake_clean_target.cmake
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/colmap/util && /usr/bin/cmake -E cmake_link_script CMakeFiles/colmap_util.dir/link.txt --verbose=1
/usr/bin/ar qc libcolmap_util.a CMakeFiles/colmap_util.dir/base_controller.cc.o CMakeFiles/colmap_util.dir/logging.cc.o CMakeFiles/colmap_util.dir/misc.cc.o CMakeFiles/colmap_util.dir/opengl_utils.cc.o CMakeFiles/colmap_util.dir/ply.cc.o CMakeFiles/colmap_util.dir/string.cc.o CMakeFiles/colmap_util.dir/threading.cc.o CMakeFiles/colmap_util.dir/timer.cc.o CMakeFiles/colmap_util.dir/version.cc.o
/usr/bin/ranlib libcolmap_util.a
make[3]: Leaving directory '/build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu'
[ 30%] Built target colmap_util
[ 32%] Linking C static library libcolmap_vlfeat.a
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cmake -P CMakeFiles/colmap_vlfeat.dir/cmake_clean_target.cmake
cd /build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu/src/thirdparty/VLFeat && /usr/bin/cmake -E cmake_link_script CMakeFiles/colmap_vlfeat.dir/link.txt --verbose=1
/usr/bin/ar qc libcolmap_vlfeat.a CMakeFiles/colmap_vlfeat.dir/aib.c.o CMakeFiles/colmap_vlfeat.dir/array.c.o CMakeFiles/colmap_vlfeat.dir/covdet.c.o CMakeFiles/colmap_vlfeat.dir/dsift.c.o CMakeFiles/colmap_vlfeat.dir/fisher.c.o CMakeFiles/colmap_vlfeat.dir/generic.c.o CMakeFiles/colmap_vlfeat.dir/getopt_long.c.o CMakeFiles/colmap_vlfeat.dir/gmm.c.o CMakeFiles/colmap_vlfeat.dir/hikmeans.c.o CMakeFiles/colmap_vlfeat.dir/hog.c.o CMakeFiles/colmap_vlfeat.dir/homkermap.c.o CMakeFiles/colmap_vlfeat.dir/host.c.o CMakeFiles/colmap_vlfeat.dir/ikmeans.c.o CMakeFiles/colmap_vlfeat.dir/imopv.c.o CMakeFiles/colmap_vlfeat.dir/kdtree.c.o CMakeFiles/colmap_vlfeat.dir/kmeans.c.o CMakeFiles/colmap_vlfeat.dir/lbp.c.o CMakeFiles/colmap_vlfeat.dir/liop.c.o CMakeFiles/colmap_vlfeat.dir/mathop.c.o CMakeFiles/colmap_vlfeat.dir/mser.c.o CMakeFiles/colmap_vlfeat.dir/pgm.c.o CMakeFiles/colmap_vlfeat.dir/quickshift.c.o CMakeFiles/colmap_vlfeat.dir/random.c.o CMakeFiles/colmap_vlfeat.dir/rodrigues.c.o CMakeFiles/colmap_vlfeat.dir/scalespace.c.o CMakeFiles/colmap_vlfeat.dir/sift.c.o CMakeFiles/colmap_vlfeat.dir/slic.c.o CMakeFiles/colmap_vlfeat.dir/stringop.c.o CMakeFiles/colmap_vlfeat.dir/svm.c.o CMakeFiles/colmap_vlfeat.dir/svmdataset.c.o CMakeFiles/colmap_vlfeat.dir/vlad.c.o CMakeFiles/colmap_vlfeat.dir/mathop_avx.c.o CMakeFiles/colmap_vlfeat.dir/imopv_sse2.c.o CMakeFiles/colmap_vlfeat.dir/mathop_sse2.c.o
/usr/bin/ranlib libcolmap_vlfeat.a
make[3]: Leaving directory '/build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu'
[ 32%] Built target colmap_vlfeat
make[2]: Leaving directory '/build/reproducible-path/colmap-3.10/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/colmap-3.10/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: *** [debian/rules:28: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Tue May 13 13:39:49 2025; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU General Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.