Source: vlfeat Version: 0.9.21+full-2.1 Severity: minor Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-shuffle
Hi, GNU Make now has a --shuffle option that simulates non-deterministic ordering of target prerequisites. See https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous work in Debian by Santiago Vila: https://people.debian.org/~sanvila/make-shuffle/ This package fails to build with make --shuffle=reverse. This is likely to be caused by a missing dependency in debian/rules or an upstream Makefile. More information about this mass bug filing is available at https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle Relevant part (hopefully): > make[2]: Entering directory '/build/reproducible-path/vlfeat-0.9.21+full' > Detected compiler: gcc 14 > GCC <= 4.6.0 detected, disabling AVX. > MATLAB support disabled > The MALTAB version will be detected in the next phase of Make > MK bin/debian/objs/ > MK bin/debian/ > CC bin/debian/objs/aib.d > "cc" \ > -MM \ > -MF "bin/debian/objs/aib.d" > \ > -MT 'bin/debian/objs/aib.o bin/debian/objs/aib.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/aib.c" > CC bin/debian/objs/array.d > "cc" \ > -MM \ > -MF "bin/debian/objs/array.d" > \ > -MT 'bin/debian/objs/array.o bin/debian/objs/array.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/array.c" > CC bin/debian/objs/covdet.d > "cc" \ > -MM \ > -MF "bin/debian/objs/covdet.d" > \ > -MT 'bin/debian/objs/covdet.o bin/debian/objs/covdet.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/dsift.d > "cc" \ > -MM \ > -MF "bin/debian/objs/dsift.d" > \ > -MT 'bin/debian/objs/dsift.o bin/debian/objs/dsift.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/dsift.c" > CC bin/debian/objs/fisher.d > "cc" \ > -MM \ > -MF "bin/debian/objs/fisher.d" > \ > -MT 'bin/debian/objs/fisher.o bin/debian/objs/fisher.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/fisher.c" > CC bin/debian/objs/generic.d > "cc" \ > -MM \ > -MF "bin/debian/objs/generic.d" > \ > -MT 'bin/debian/objs/generic.o bin/debian/objs/generic.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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" > CC bin/debian/objs/gmm.d > "cc" \ > -MM \ > -MF "bin/debian/objs/gmm.d" > \ > -MT 'bin/debian/objs/gmm.o bin/debian/objs/gmm.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/gmm.c" > CC bin/debian/objs/hikmeans.d > "cc" \ > -MM \ > -MF "bin/debian/objs/hikmeans.d" > \ > -MT 'bin/debian/objs/hikmeans.o bin/debian/objs/hikmeans.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/hog.d > "cc" \ > -MM \ > -MF "bin/debian/objs/hog.d" > \ > -MT 'bin/debian/objs/hog.o bin/debian/objs/hog.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/homkermap.d > "cc" \ > -MM \ > -MF "bin/debian/objs/homkermap.d" > \ > -MT 'bin/debian/objs/homkermap.o bin/debian/objs/homkermap.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/homkermap.c" > CC bin/debian/objs/host.d > "cc" \ > -MM \ > -MF "bin/debian/objs/host.d" > \ > -MT 'bin/debian/objs/host.o bin/debian/objs/host.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/host.c" > CC bin/debian/objs/ikmeans.d > "cc" \ > -MM \ > -MF "bin/debian/objs/ikmeans.d" > \ > -MT 'bin/debian/objs/ikmeans.o bin/debian/objs/ikmeans.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/ikmeans.c" > CC bin/debian/objs/imopv.d > "cc" \ > -MM \ > -MF "bin/debian/objs/imopv.d" > \ > -MT 'bin/debian/objs/imopv.o bin/debian/objs/imopv.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/imopv.c" > CC bin/debian/objs/imopv_sse2.d > "cc" \ > -MM \ > -MF "bin/debian/objs/imopv_sse2.d" > \ > -MT 'bin/debian/objs/imopv_sse2.o bin/debian/objs/imopv_sse2.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/imopv_sse2.c" > CC bin/debian/objs/kdtree.d > "cc" \ > -MM \ > -MF "bin/debian/objs/kdtree.d" > \ > -MT 'bin/debian/objs/kdtree.o bin/debian/objs/kdtree.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/kdtree.c" > CC bin/debian/objs/kmeans.d > "cc" \ > -MM \ > -MF "bin/debian/objs/kmeans.d" > \ > -MT 'bin/debian/objs/kmeans.o bin/debian/objs/kmeans.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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" > CC bin/debian/objs/lbp.d > "cc" \ > -MM \ > -MF "bin/debian/objs/lbp.d" > \ > -MT 'bin/debian/objs/lbp.o bin/debian/objs/lbp.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/lbp.c" > CC bin/debian/objs/liop.d > "cc" \ > -MM \ > -MF "bin/debian/objs/liop.d" > \ > -MT 'bin/debian/objs/liop.o bin/debian/objs/liop.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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.d > "cc" \ > -MM \ > -MF "bin/debian/objs/mathop.d" > \ > -MT 'bin/debian/objs/mathop.o bin/debian/objs/mathop.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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.c" > CC bin/debian/objs/mathop_avx.d > "cc" \ > -MM \ > -MF "bin/debian/objs/mathop_avx.d" > \ > -MT 'bin/debian/objs/mathop_avx.o bin/debian/objs/mathop_avx.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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_avx.c" > CC bin/debian/objs/mathop_sse2.d > "cc" \ > -MM \ > -MF "bin/debian/objs/mathop_sse2.d" > \ > -MT 'bin/debian/objs/mathop_sse2.o bin/debian/objs/mathop_sse2.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/mser.d > "cc" \ > -MM \ > -MF "bin/debian/objs/mser.d" > \ > -MT 'bin/debian/objs/mser.o bin/debian/objs/mser.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/mser.c" > CC bin/debian/objs/pgm.d > "cc" \ > -MM \ > -MF "bin/debian/objs/pgm.d" > \ > -MT 'bin/debian/objs/pgm.o bin/debian/objs/pgm.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/quickshift.d > "cc" \ > -MM \ > -MF "bin/debian/objs/quickshift.d" > \ > -MT 'bin/debian/objs/quickshift.o bin/debian/objs/quickshift.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/quickshift.c" > CC bin/debian/objs/random.d > "cc" \ > -MM \ > -MF "bin/debian/objs/random.d" > \ > -MT 'bin/debian/objs/random.o bin/debian/objs/random.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/random.c" > CC bin/debian/objs/rodrigues.d > "cc" \ > -MM \ > -MF "bin/debian/objs/rodrigues.d" > \ > -MT 'bin/debian/objs/rodrigues.o bin/debian/objs/rodrigues.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/rodrigues.c" > CC bin/debian/objs/scalespace.d > "cc" \ > -MM \ > -MF "bin/debian/objs/scalespace.d" > \ > -MT 'bin/debian/objs/scalespace.o bin/debian/objs/scalespace.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/scalespace.c" > CC bin/debian/objs/sift.d > "cc" \ > -MM \ > -MF "bin/debian/objs/sift.d" > \ > -MT 'bin/debian/objs/sift.o bin/debian/objs/sift.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/sift.c" > CC bin/debian/objs/slic.d > "cc" \ > -MM \ > -MF "bin/debian/objs/slic.d" > \ > -MT 'bin/debian/objs/slic.o bin/debian/objs/slic.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/slic.c" > CC bin/debian/objs/stringop.d > "cc" \ > -MM \ > -MF "bin/debian/objs/stringop.d" > \ > -MT 'bin/debian/objs/stringop.o bin/debian/objs/stringop.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/stringop.c" > CC bin/debian/objs/svm.d > "cc" \ > -MM \ > -MF "bin/debian/objs/svm.d" > \ > -MT 'bin/debian/objs/svm.o bin/debian/objs/svm.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/svm.c" > CC bin/debian/objs/svmdataset.d > "cc" \ > -MM \ > -MF "bin/debian/objs/svmdataset.d" > \ > -MT 'bin/debian/objs/svmdataset.o bin/debian/objs/svmdataset.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/svmdataset.c" > CC bin/debian/objs/vlad.d > "cc" \ > -MM \ > -MF "bin/debian/objs/vlad.d" > \ > -MT 'bin/debian/objs/vlad.o bin/debian/objs/vlad.d' \ > -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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/aib.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/aib bin/debian/aib.d' \ > "src/aib.c" -MF "bin/debian/aib.d" > CC bin/debian/mser.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/mser bin/debian/mser.d' \ > "src/mser.c" -MF "bin/debian/mser.d" > CC bin/debian/sift.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/sift bin/debian/sift.d' \ > "src/sift.c" -MF "bin/debian/sift.d" > CC bin/debian/test_gauss_elimination.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_gauss_elimination > bin/debian/test_gauss_elimination.d' \ > "src/test_gauss_elimination.c" -MF > "bin/debian/test_gauss_elimination.d" > CC bin/debian/test_gmm.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_gmm bin/debian/test_gmm.d' \ > "src/test_gmm.c" -MF "bin/debian/test_gmm.d" > CC bin/debian/test_heap-def.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_heap-def bin/debian/test_heap-def.d' \ > "src/test_heap-def.c" -MF "bin/debian/test_heap-def.d" > CC bin/debian/test_host.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_host bin/debian/test_host.d' \ > "src/test_host.c" -MF "bin/debian/test_host.d" > CC bin/debian/test_imopv.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_imopv bin/debian/test_imopv.d' \ > "src/test_imopv.c" -MF "bin/debian/test_imopv.d" > CC bin/debian/test_kmeans.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_kmeans bin/debian/test_kmeans.d' \ > "src/test_kmeans.c" -MF "bin/debian/test_kmeans.d" > CC bin/debian/test_liop.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_liop bin/debian/test_liop.d' \ > "src/test_liop.c" -MF "bin/debian/test_liop.d" > CC bin/debian/test_mathop.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_mathop bin/debian/test_mathop.d' \ > "src/test_mathop.c" -MF "bin/debian/test_mathop.d" > CC bin/debian/test_mathop_abs.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_mathop_abs bin/debian/test_mathop_abs.d' \ > "src/test_mathop_abs.c" -MF "bin/debian/test_mathop_abs.d" > CC bin/debian/test_nan.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_nan bin/debian/test_nan.d' \ > "src/test_nan.c" -MF "bin/debian/test_nan.d" > CC bin/debian/test_qsort-def.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_qsort-def bin/debian/test_qsort-def.d' \ > "src/test_qsort-def.c" -MF "bin/debian/test_qsort-def.d" > CC bin/debian/test_rand.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_rand bin/debian/test_rand.d' \ > "src/test_rand.c" -MF "bin/debian/test_rand.d" > CC bin/debian/test_sqrti.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_sqrti bin/debian/test_sqrti.d' \ > "src/test_sqrti.c" -MF "bin/debian/test_sqrti.d" > CC bin/debian/test_stringop.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_stringop bin/debian/test_stringop.d' \ > "src/test_stringop.c" -MF "bin/debian/test_stringop.d" > CC bin/debian/test_svd2.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_svd2 bin/debian/test_svd2.d' \ > "src/test_svd2.c" -MF "bin/debian/test_svd2.d" > CC bin/debian/test_threads.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_threads bin/debian/test_threads.d' \ > "src/test_threads.c" -MF "bin/debian/test_threads.d" > CC bin/debian/test_vec_comp.d > "cc" -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/build/reproducible-path/vlfeat-0.9.21+full=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -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 -I. > -pthread -fopenmp -M -MT \ > 'bin/debian/test_vec_comp bin/debian/test_vec_comp.d' \ > "src/test_vec_comp.c" -MF "bin/debian/test_vec_comp.d" > MK toolbox/mex/octave/mexglx/ > MKOCTFILE toolbox/mex/octave/mexglx/vl_irodr.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/geometry/vl_irodr.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_rodr.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/geometry/vl_rodr.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_vlad.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/vlad/vl_vlad.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_slic.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/slic/vl_slic.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_quickshift.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/quickshift/vl_quickshift.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_ikmeanspush.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/kmeans/vl_ikmeanspush.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_ikmeans.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/kmeans/vl_ikmeans.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_kmeans.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/kmeans/vl_kmeans.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_hikmeans.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/kmeans/vl_hikmeans.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_hikmeanspush.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/kmeans/vl_hikmeanspush.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_liop.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/sift/vl_liop.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_sift.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/sift/vl_sift.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_dsift.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/sift/vl_dsift.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_siftdescriptor.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/sift/vl_siftdescriptor.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_ubcmatch.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/sift/vl_ubcmatch.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_covdet.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/sift/vl_covdet.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_inthist.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_inthist.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_localmax.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_localmax.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_threads.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_threads.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_getpid.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_getpid.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_alldist2.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_alldist2.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_ihashsum.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_ihashsum.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_binsearch.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_binsearch.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_cummax.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_cummax.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_alldist.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_alldist.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_hog.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_hog.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_twister.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_twister.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_lbp.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_lbp.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_simdctrl.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_simdctrl.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_sampleinthist.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_sampleinthist.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_svmtrain.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_svmtrain.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_version.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_version.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_homkermap.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_homkermap.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_ihashfind.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_ihashfind.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_binsum.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_binsum.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_kdtreebuild.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_kdtreebuild.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_kdtreequery.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/misc/vl_kdtreequery.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_imwbackwardmx.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/imop/vl_imwbackwardmx.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_imsmooth.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/imop/vl_imsmooth.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_tpsumx.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/imop/vl_tpsumx.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_imdisttf.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/imop/vl_imdisttf.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_imintegral.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/imop/vl_imintegral.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_gmm.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/gmm/vl_gmm.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_aib.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/aib/vl_aib.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_aibhist.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/aib/vl_aibhist.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_erfill.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/mser/vl_erfill.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_mser.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/mser/vl_mser.c" > MKOCTFILE toolbox/mex/octave/mexglx/vl_fisher.d > "/usr/bin/mkoctfile" \ > -Itoolbox -I. -M "./toolbox/fisher/vl_fisher.c" > Detected compiler: gcc 14 > GCC <= 4.6.0 detected, disabling AVX. > MATLAB support disabled > The MALTAB version will be detected in the next phase of Make > make/doc.mak:216: update target 'doc/figures/sift-ss.png' due to: target does > not exist > printf "%15s %s\n" 'CONVERT' 'doc/figures/sift-ss.png' > CONVERT doc/figures/sift-ss.png > "convert" -units PixelsPerInch -density 95 -resample 95 -trim > "docsrc/figures/sift-ss.svg" "doc/figures/sift-ss.png" > Fontconfig error: No writable cache directories > convert: unable to open image 'doc/figures/sift-ss.png': No such file or > directory @ error/blob.c/OpenBlob/3596. > convert: WriteBlob Failed `doc/figures/sift-ss.png' @ > error/png.c/MagickPNGError/1305. > make[2]: *** [make/doc.mak:216: doc/figures/sift-ss.png] Error 1 > shuffle=reverse The full build log is available from: http://qa-logs.debian.net/2025/05/05/shuffle/reverse/vlfeat_0.9.21+full-2.1_unstable_reverse.log If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects