Bugs
gfortran -fpic -g -O2 -fdebug-prefix-map=/build/r-base-xoRi9J/r-base-3.5.2=. -fstack-protector-strong -c rankcol.f -o rankcol.o
gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -fpic -g -O2 -fdebug-prefix-map=/build/r-base-xoRi9J/r-base-3.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c samr_init.c -o samr_init.o
gcc -std=gnu99 -shared -L/usr/lib/R/lib -Wl,-z,relro -o samr.so rankcol.o samr_init.o -lgfortran -lm -L/usr/lib/R/lib -lR
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: Entering directory '/<<PKGBUILDDIR>>/src'
make[1]: Leaving directory '/<<PKGBUILDDIR>>/src'
installing to /<<PKGBUILDDIR>>/debian/r-cran-samr/usr/lib/R/site-library/samr/libs
** R
** inst
** byte-compile and prepare package for lazy loading
terminate called after throwing an instance of 'std::runtime_error'
what(): Mutex creation failed
Aborted
dh_auto_install: R CMD INSTALL -l /<<PKGBUILDDIR>>/debian/r-cran-samr/usr/lib/R/site-library --clean . "--built-timestamp='Tue, 18 Dec 2018 08:16:30 +0100'" returned exit code 134
make: *** [debian/rules:4: binary-arch] Error 2
#include <Eigen/Core>
#include <Eigen/Dense>
#include <iostream>
int main(int argc, char* argv[]){
Eigen::MatrixXd m = Eigen::MatrixXd::Random(5, 5);
m = m.transpose() + m;
Eigen::SelfAdjointEigenSolver<Eigen::MatrixXd> eig(m);
Eigen::MatrixXd m_invsqrt = eig.operatorInverseSqrt();
std::cout << m_invsqrt << std::endl;
}
dh_auto_configure: cd obj-arm-linux-gnueabihf && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/arm-linux-gnueabihf -DCMAKE_BUILD_TYPE=none -DTA_BUILD_UNITTEST=ON -DTA_ERROR=throw -DENABLE_SHARED_LIBRARIES=OFF "-DCMAKE_CXX_FLAGS=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -I/usr/include/arm-linux-gnueabihf/mpich -g1" "-DCMAKE_EXE_LINKER_FLAGS=-lmpich -lm -lbacktrace -lpthread -lrt" .. returned exit code 1
make[1]: *** [debian/rules:43: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:40: build-arch] Error 2
gcc -std=gnu99 -I"/usr/share/R/include" -DNDEBUG -pthread -I"/usr/lib/R/site-library/Rcpp/include" -I"/usr/lib/R/site-library/BH/include" -I"/usr/lib/R/site-library/later/include" -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-xoRi9J/r-base-3.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c sha1/sha1.c -o sha1/sha1.o
g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -pthread -I"/usr/lib/R/site-library/Rcpp/include" -I"/usr/lib/R/site-library/BH/include" -I"/usr/lib/R/site-library/later/include" -fvisibility=hidden -fpic -g -O2 -fdebug-prefix-map=/build/r-base-xoRi9J/r-base-3.5.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -c base64/base64.cpp -o base64/base64.o
g++ -std=gnu++11 -shared -L/usr/lib/R/lib -Wl,-z,relro -o httpuv.so RcppExports-legacy.o RcppExports.o callback.o callbackqueue.o filedatasource-unix.o filedatasource-win.o http.o httprequest.o httpresponse.o httpuv.o md5.o set_invalid_parameter.o socket.o thread.o utils.o uvutil.o webapplication.o websockets-base.o websockets-hixie76.o websockets-hybi03.o websockets-ietf.o websockets.o ./http-parser/http_parser.o ./sha1/sha1.o ./base64/base64.o -luv -L/usr/lib/R/lib -lR
make[1]: Leaving directory '/<<BUILDDIR>>/r-cran-httpuv-1.4.5.1+dfsg/src'
make[1]: Entering directory '/<<BUILDDIR>>/r-cran-httpuv-1.4.5.1+dfsg/src'
make[1]: Leaving directory '/<<BUILDDIR>>/r-cran-httpuv-1.4.5.1+dfsg/src'
installing to /<<BUILDDIR>>/r-cran-httpuv-1.4.5.1+dfsg/debian/r-cran-httpuv/usr/lib/R/site-library/httpuv/libs
** R
** demo
** byte-compile and prepare package for lazy loading
terminate called after throwing an instance of 'std::runtime_error'
what(): Mutex creation failed
Aborted
dh_auto_install: R CMD INSTALL -l /<<BUILDDIR>>/r-cran-httpuv-1.4.5.1\+dfsg/debian/r-cran-httpuv/usr/lib/R/site-library --clean . "--built-timestamp='Mon, 07 Jan 2019 11:46:10 +0100'" returned exit code 134
make: *** [debian/rules:4: binary-arch] Error 2
./render/uirender.h:253:9: error: 'glColor4f' was not declared in this scope
glColor4f(color.redF(), color.greenF(), color.blueF(), color.alphaF());
^~~~~~~~~
./render/uirender.h:253:9: note: suggested alternative: 'qglColor'
glColor4f(color.redF(), color.greenF(), color.blueF(), color.alphaF());
^~~~~~~~~
qglColor
make[2]: *** [Makefile:2648: iannixapp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:2564: iannix.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:28: build-arch] Error 2
Tail of log for bagel on armhf:
mpi_interface.cc:267:32: error: static assertion failed: size_t is assumed to be the same size as unsigned long long
static_assert(sizeof(size_t) == sizeof(unsigned long long), "size_t is assumed to be the same size as unsigned long long");
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [Makefile:408: mpi_interface.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/util/parallel'
make[4]: *** [Makefile:462: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/util'
make[3]: *** [Makefile:625: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:422: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:354: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:12: build-arch] Error 2
dpkg-shlibdeps: warning: debian/oclgrind/usr/bin/oclgrind contains an unresolvable reference to symbol __aeabi_atexit@CXXABI_ARM_1.3.3: it's probably a plugin
dpkg-shlibdeps: warning: symbol __aeabi_atexit@CXXABI_ARM_1.3.3 used by debian/liboclgrind-18.3/usr/lib/arm-linux-gnueabihf/liboclgrind-18.3.so found in none of the libraries
dh_installdeb -a -O--buildsystem=cmake
dh_gencontrol -a -O--buildsystem=cmake
dh_md5sums -a -O--buildsystem=cmake
dh_builddeb -a -O--buildsystem=cmake
dpkg-deb: building package 'liboclgrind-18.3' in '../liboclgrind-18.3_18.3-2_armhf.deb'.
dpkg-deb: building package 'liboclgrind-dev' in '../liboclgrind-dev_18.3-2_armhf.deb'.
dpkg-deb: building package 'oclgrind-dbgsym' in '../oclgrind-dbgsym_18.3-2_armhf.deb'.
dpkg-deb: building package 'oclgrind' in '../oclgrind_18.3-2_armhf.deb'.
dpkg-deb: building package 'liboclgrind-18.3-dbgsym' in '../liboclgrind-18.3-dbgsym_18.3-2_armhf.deb'.
dpkg-genbuildinfo --build=any
dpkg-genchanges --build=any -mRaspbian pi4 based autobuilder <root@raspbian.org> >../oclgrind_18.3-2_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
dpkg-source --after-build .
printf("Total clocks during analysis: %zu\n", analyze_elapsed_);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
./highwayhash/profiler.h: In member function 'void highwayhash::Results::UpdateOrAdd(size_t, uint64_t, uint64_t)':
./highwayhash/profiler.h:424:54: warning: left shift count >= width of type [-Wshift-count-overflow]
zone->num_calls = (biased_offset << Accumulator::kNumCallBits) + num_calls;
^~~~~~~~~~~~
./highwayhash/profiler.h: In member function 'void highwayhash::Results::MergeDuplicates()':
./highwayhash/profiler.h:458:42: warning: left shift count >= width of type [-Wshift-count-overflow]
(biased_offset << Accumulator::kNumCallBits) + num_calls;
^~~~~~~~~~~~
make[1]: *** [Makefile:51: obj/profiler_example.o] Error 1
rm obj/nanobenchmark_example.o
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:22: build-arch] Error 2
LLVM ERROR: failed to perform tail call elimination on a call site marked musttail
[6/29] ldc2 -I=undead@sha -I=. -I=.. -I=../src/ -enable-color -O -g -release -wi -mattr=-neon -relocation-model=pic -of='undead@sha/src_undead_dateparse.d.o' -c ../src/undead/dateparse.d
[7/29] ldc2 -I=undead@sha -I=. -I=.. -I=../src/ -enable-color -O -g -release -wi -mattr=-neon -relocation-model=pic -of='undead@sha/src_undead_date.d.o' -c ../src/undead/date.d
[8/29] ldc2 -I=undead@sha -I=. -I=.. -I=../src/ -enable-color -O -g -release -wi -mattr=-neon -relocation-model=pic -of='undead@sha/src_undead_regexp.d.o' -c ../src/undead/regexp.d
../src/undead/regexp.d(211): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(293): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(370): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(460): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(544): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(597): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(939): Deprecation: The `delete` keyword has been deprecated. Use `object.destroy()` (and `core.memory.GC.free()` if applicable) instead.
../src/undead/regexp.d(3021): Deprecation: integral promotion not done for `~prog[i + 1u + 4u + b]`, use '-transition=intpromote' switch or `~cast(int)(prog[i + 1u + 4u + b])`
ninja: build stopped: subcommand failed.
dh_auto_build: cd obj-arm-linux-gnueabihf && LC_ALL=C.UTF-8 ninja -j4 -v returned exit code 1
make: *** [debian/rules:9: build-arch] Error 1
gcc -c -Wp,-MD,./.guest_compat.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT guest_compat.c -o guest_compat.o
gcc -c -Wp,-MD,hw/.rtc.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT hw/rtc.c -o hw/rtc.o
gcc -c -Wp,-MD,hw/.serial.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT hw/serial.c -o hw/serial.o
gcc -c -Wp,-MD,./.ioport.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT ioport.c -o ioport.o
gcc -c -Wp,-MD,./.irq.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT irq.c -o irq.o
gcc -c -Wp,-MD,./.kvm-cpu.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT kvm-cpu.c -o kvm-cpu.o
gcc -c -Wp,-MD,./.kvm.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT kvm.c -o kvm.o
gcc -c -Wp,-MD,./.main.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT main.c -o main.o
gcc -c -Wp,-MD,./.mmio.o.d -march=armv7-a -DCONFIG_GUEST_INIT -Wdate-time -D_FORTIFY_SOURCE=2 -DCONFIG_ARM -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -DKVMTOOLS_VERSION='""' -DBUILD_ARCH='"arm"' -Iinclude -Iarm/include -Iarm/aarch32/include -O2 -fno-strict-aliasing -g -Wall -Wformat=2 -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wsign-compare -Wstrict-prototypes -Wundef -Wvolatile-register-var -Wwrite-strings -Wno-format-nonliteral -Werror -DCONFIG_HAS_ZLIB -DCONFIG_HAS_AIO -DCONFIG_HAS_LIBFDT mmio.c -o mmio.o
cc1: all warnings being treated as errors
make[1]: *** [Makefile:435: builtin-run.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:3: build-arch] Error 2
/<<PKGBUILDDIR>>/src/kbkglobal.h:23:27: warning: unnecessary parentheses in declaration of 'm' [-Wparentheses]
#define LOOP(i,n) for(int ((i))=0; ((i))<((n)); ((i))++)
^
/<<PKGBUILDDIR>>/src/movetracker.cpp:654:2: note: in expansion of macro 'LOOP'
LOOP (m, nAxes) {
^~~~
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[3]: *** [CMakeFiles/Makefile2:1147: src/CMakeFiles/kubrick.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [Makefile:144: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: pre_build-arch_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: debian/dhmk_build-arch] Error 2
Tail of log for mrs on armhf:
/usr/bin/ld: obj/M6Progress.o: in function `M6Progress::Progress(long long)':
/usr/include/c++/8/bits/atomic_base.h:374: undefined reference to `__atomic_store_8'
/usr/bin/ld: obj/M6Progress.o: in function `M6Progress::~M6Progress()':
/usr/include/c++/8/bits/atomic_base.h:374: undefined reference to `__atomic_store_8'
/usr/bin/ld: obj/M6Progress.o: in function `M6ProgressImpl::PrintProgress()':
/usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: obj/M6Progress.o: in function `M6ProgressImpl::Run()':
/usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
collect2: error: ld returned 1 exit status
make[1]: *** [GNUmakefile:101: mrs] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/mrs-6.0.5+dfsg'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:12: build-arch] Error 2
word32: OK
+++ OK, passed 100 tests (100% prop_wire :: Word32).
word64: OK
+++ OK, passed 100 tests (100% prop_wire :: Word64).
sint32: OK
+++ OK, passed 100 tests (100% prop_wire :: Signed Int32).
sint64: OK
+++ OK, passed 100 tests (100% prop_wire :: Signed Int64).
fixed32: OK
+++ OK, passed 100 tests (100% prop_wire :: Fixed Word32).
fixed64: protobuf-test: too many pending signals
Test suite protobuf-test: FAIL
Test suite logged to: dist-ghc/test/protobuf-0.2.1.2-protobuf-test.log
0 of 1 test suites (0 of 1 test cases) passed.
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:154: check-ghc-stamp] Error 1
running build_ext
building 'reprozip._pytracer' extension
creating build
creating build/temp.linux-armhf-3.7
creating build/temp.linux-armhf-3.7/native
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c native/pytracer.c -o build/temp.linux-armhf-3.7/native/pytracer.o
In file included from native/tracer.h:4,
from native/pytracer.c:5:
native/config.h:12:9: error: #error Unrecognized architecture!
# error Unrecognized architecture!
^~~~~
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
E: pybuild pybuild:341: build: plugin distutils failed with: exit code=1: /usr/bin/python3 setup.py build
dh_auto_build: pybuild --build -i python{version} -p 3.7 returned exit code 13
make: *** [debian/rules:13: build-arch] Error 25
dh_auto_test: Compatibility levels before 9 are deprecated (level 7 in use)
fakeroot debian/rules binary-arch
dh binary-arch
dh: Compatibility levels before 9 are deprecated (level 7 in use)
dh_testroot -a
dh_prep -a
dh_auto_install -a
dh_auto_install: Compatibility levels before 9 are deprecated (level 7 in use)
make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/libqca2-plugin-cyrus-sasl AM_UPDATE_INFO_DIR=no
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir: cannot create directory '/usr/lib/arm-linux-gnueabihf/qt4/plugins/crypto/': Permission denied
make[1]: *** [Makefile:232: install_target] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_install: make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/libqca2-plugin-cyrus-sasl AM_UPDATE_INFO_DIR=no returned exit code 2
make: *** [debian/rules:21: binary-arch] Error 2
return new opensslPbkdf2Context( this, type );
^
qca-ossl.cpp: At global scope:
qca-ossl.cpp:4521:16: warning: 'QString opensslQCAPlugin::cipherIDtoString(const QCA::TLS::Version&, const long unsigned int&)' defined but not used [-Wunused-function]
static QString cipherIDtoString( const TLS::Version &version, const unsigned long &cipherID)
^~~~~~~~~~~~~~~~
qca-ossl.cpp:86:19: warning: 'QCA::BigInteger opensslQCAPlugin::bn2bi(BIGNUM*)' defined but not used [-Wunused-function]
static BigInteger bn2bi(BIGNUM *n)
^~~~~
make[2]: *** [Makefile:223: qca-ossl.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make[1]: *** [/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:97: pre_build-arch_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/pkg-kde-tools/qt-kde-team/2/dhmk.mk:110: debian/dhmk_build-arch] Error 2
set -e;
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
if [ "reverse-patches" = "reverse-patches" ]; then rm -f debian/stamp-patched; fi
patches:
if [ "reverse-patches" != "reverse-patches" ]; then touch debian/stamp-patched; fi
if [ "reverse-patches" != "reverse-patches" ] ; then \
/usr/bin/make -f debian/rules update-config ; \
fi
for dir in debian/patches ; do \
rm -f $dir/*.log ; \
done
set -e;
dh_clean
dh_clean: Compatibility levels before 5 are no longer supported (level 4 requested)
make: *** [/usr/share/cdbs/1/rules/debhelper.mk:210: clean] Error 25
^
In file included from /<<PKGBUILDDIR>>/src/soundio.cpp:8:
/<<PKGBUILDDIR>>/src/soundio.hpp:36:7: note: 'union SoundIoBackendData' declared here
union SoundIoBackendData {
^~~~~~~~~~~~~~~~~~
At global scope:
cc1plus: warning: unrecognized command line option '-Wno-c99-extensions'
make[3]: *** [CMakeFiles/libsoundio_shared.dir/build.make:66: CMakeFiles/libsoundio_shared.dir/src/soundio.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:113: CMakeFiles/libsoundio_shared.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j1 returned exit code 2
make: *** [debian/rules:8: build-arch] Error 2
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
#dh_auto_build --sourcedirectory=ngs-sdk
echo "DEBPKGNAME: EBPKGNAME"
DEBPKGNAME: EBPKGNAME
dh_auto_build --sourcedirectory=ngs-sdk
cd ngs-sdk && make -j4
make[2]: Entering directory '/<<PKGBUILDDIR>>/ngs-sdk'
*** File 'Makefile.config.linux.armv7l' is missing. Please run ./configure
make[2]: *** [/<<PKGBUILDDIR>>/ngs-sdk/Makefile.rules:72: Makefile.config.linux.armv7l] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/ngs-sdk'
dh_auto_build: cd ngs-sdk && make -j4 returned exit code 2
make[1]: *** [debian/rules:43: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: build-arch] Error 2
/usr/lib/qt5/bin/qmake -install qinstall /<<BUILDDIR>>/libqglviewer-2.6.3+dfsg2/doc/refManual/tabs.css /<<BUILDDIR>>/libqglviewer-2.6.3+dfsg2/debian/tmp/usr/share/doc/QGLViewer/refManual/tabs.css
/usr/lib/qt5/bin/qmake -install qinstall /<<BUILDDIR>>/libqglviewer-2.6.3+dfsg2/doc/refManual/vec_8cpp.html /<<BUILDDIR>>/libqglviewer-2.6.3+dfsg2/debian/tmp/usr/share/doc/QGLViewer/refManual/vec_8cpp.html
/usr/lib/qt5/bin/qmake -install qinstall /<<BUILDDIR>>/libqglviewer-2.6.3+dfsg2/doc/refManual/vec_8h.html /<<BUILDDIR>>/libqglviewer-2.6.3+dfsg2/debian/tmp/usr/share/doc/QGLViewer/refManual/vec_8h.html
make[2]: Leaving directory '/<<BUILDDIR>>/libqglviewer-2.6.3+dfsg2/QGLViewer'
mv debian/qt4/* debian/tmp/usr/lib/arm-linux-gnueabihf/
make[1]: Leaving directory '/<<BUILDDIR>>/libqglviewer-2.6.3+dfsg2'
dh_install -a -O--parallel -O--sourcedirectory=/<<BUILDDIR>>/libqglviewer-2.6.3\+dfsg2/QGLViewer
dh_install: Cannot find (any matches for) "usr/lib/*/libQGLViewer-qt4.so.*" (tried in ., debian/tmp)
dh_install: libqglviewer2-qt4 missing files: usr/lib/*/libQGLViewer-qt4.so.*
dh_install: Cannot find (any matches for) "usr/lib/*/libQGLViewer-qt4.so" (tried in ., debian/tmp)
dh_install: libqglviewer-dev-qt4 missing files: usr/lib/*/libQGLViewer-qt4.so
dh_install: missing files, aborting
make: *** [debian/rules:4: binary-arch] Error 25
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: *** No rule to make target 'distclean'. Stop.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: [debian/rules:49: clean] Error 2 (ignored)
cp -f /usr/share/misc/config.sub config.sub
cp -f /usr/share/misc/config.guess config.guess
dh_clean
dh_clean: Compatibility levels before 5 are no longer supported (level 4 requested)
make: *** [debian/rules:52: clean] Error 25
Tail of log for apf on armhf:
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gnueabihf-gcc accepts -g... yes
checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-linux-gnueabihf-gcc... gcc3
checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether arm-linux-gnueabihf-gcc needs -traditional... no
checking for openssl... openssl
checking for SSL_library_init in -lssl... no
configure: error: "lib ssl not found!"
make: *** [debian/rules:29: config.status] Error 1
lib/mlgsl_blas.h:29:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int]
static inline CBLAS_SIDE_t CBLAS_SIDE_val(v)
^~~~~~~~~~~~~~
Command exited with code 2.
+ /usr/bin/ocamlopt.opt unix.cmxa -I /usr/lib/ocaml/ocamlbuild /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
File "myocamlbuild.ml", line 518, characters 43-62:
Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
Use String.uncapitalize_ascii instead.
File "myocamlbuild.ml", line 531, characters 51-70:
Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
Use String.uncapitalize_ascii instead.
E: Failure("Command ''/usr/bin/ocamlbuild' lib/libgsl_stubs.a lib/dllgsl_stubs.so lib/gsl.cma lib/gsl.cmxa lib/gsl.a lib/gsl.cmxs examples/blas_ex.native examples/blas_speed_test.native examples/bspline_ex.native examples/cheb_ex.native examples/combi_ex.native examples/const_ex.native examples/deriv_ex.native examples/eigen_ex.native examples/fft_c.native examples/fft_c2.native examples/fft_hc.native examples/fit_ex.native examples/histo_ex.native examples/integration_ex.native examples/interp_ex.native examples/linalg_ex.native examples/min_ex.native examples/monte_ex.native examples/multifit_data_ex.native examples/multifit_nlin_ex.native examples/multimin_ex.native examples/multiroot_ex.native examples/odeiv_ex.native examples/permut_ex.native examples/qrng_ex.native examples/rng_ex.native examples/root_ex.native examples/siman_ex.native examples/siman_tsp_ex.native examples/stats_ex.native examples/sum_ex.native examples/wavelet_ex.native -tag debug -tag tests' terminated with error code 10")
make[1]: *** [debian/rules:22: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build-arch] Error 2
^~~~~~~~~~~~~~~~~~~~~~~~~~
chan_capi.c:8883:4: warning: implicit declaration of function 'ast_smoother_free'; did you mean 'ast_std_free'? [-Wimplicit-function-declaration]
ast_smoother_free(i->smoother);
^~~~~~~~~~~~~~~~~
ast_std_free
In file included from chan_capi.h:27,
from chan_capi.c:32:
chan_capi.c: In function 'load_module':
chan_capi.c:9009:2: error: 'AST_MODULE_SELF' undeclared (first use in this function); did you mean 'AST_MODULE_INFO'?
ast_register_application(commandapp, pbx_capicommand_exec, commandsynopsis, commandtdesc);
^~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:198: chan_capi.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:3: build-arch] Error 2
+#MISSING: 2.5-15# (optional=templinst|arch=armel armhf i386 powerpc|subst)_ZN5QListI{qreal}E6appendERK{qreal}@Base 2.5
(optional=templinst|arch=arm64 armel armhf powerpc ppc64|subst)_ZN5QListI{qreal}ED1Ev@Base 2.5
(optional=templinst|arch=arm64 armel armhf powerpc ppc64|subst)_ZN5QListI{qreal}ED2Ev@Base 2.5
(arch=arm64 armel armhf powerpc ppc64)_ZN7QStringD1Ev@Base 2.5
@@ -8570,7 +8570,7 @@
_ZNK12QDialog_hook10metaObjectEv@Base 2.4
_ZNK12QLayout_hook10metaObjectEv@Base 2.4
_ZNK12QObject_hook10metaObjectEv@Base 2.4
- (arch=amd64 arm64 i386 powerpc ppc64 sparc)_ZNK12QPaintDevice7devTypeEv@Base 2.5
+ _ZNK12QPaintDevice7devTypeEv@Base 2.5
_ZNK12QSlider_hook10metaObjectEv@Base 2.4
_ZNK12QTabBar_hook10metaObjectEv@Base 2.4
_ZNK12QThread_hook10metaObjectEv@Base 2.4
dh_makeshlibs: failing due to earlier errors
make: *** [debian/rules:13: binary-arch] Error 2
dpkg-buildpackage
-----------------
dpkg-buildpackage: info: source package mingw32-binutils
dpkg-buildpackage: info: source version 2.20-0.2
dpkg-buildpackage: info: source distribution unstable
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture armhf
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -rf /<<PKGBUILDDIR>>/build_dir *-stamp
dh_clean
dh_clean: Compatibility levels before 5 are no longer supported (level 4 requested)
make: *** [debian/rules:123: clean] Error 25
Tail of log for criu on armhf:
arch/arm/include/asm/atomic.h: At top level:
arch/arm/include/asm/atomic.h:60:2: error: #error ARM architecture version (CONFIG_ARMV*) not set or unsupported.
#error ARM architecture version (CONFIG_ARMV*) not set or unsupported.
^~~~~
arch/arm/include/asm/atomic.h: In function 'atomic_add_return':
arch/arm/include/asm/atomic.h:81:2: error: implicit declaration of function 'smp_mb' [-Werror=implicit-function-declaration]
smp_mb();
^~~~~~
cc1: all warnings being treated as errors
make[2]: *** [scripts/Makefile.build:185: arch/arm/crtools.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:208: arch/arm] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:6: build-arch] Error 2
2023/03/29 17:50:53 path "/cron" -> suite = "", binarypkg = "", name = "cron", section = "", lang = ""
--- PASS: TestCronSection (0.00s)
--- PASS: TestCronSection/cron (0.00s)
PASS
ok github.com/Debian/debiman/internal/redirect 0.020s
=== RUN TestSitemap
--- PASS: TestSitemap (0.00s)
=== RUN TestSitemapIndex
--- PASS: TestSitemapIndex (0.00s)
PASS
ok github.com/Debian/debiman/internal/sitemap 0.006s
? github.com/Debian/debiman/internal/tag [no test files]
? github.com/Debian/debiman/internal/write [no test files]
dh_auto_test: cd obj-arm-linux-gnueabihf && go test -vet=off -v -p 4 github.com/Debian/debiman github.com/Debian/debiman/cmd/debiman github.com/Debian/debiman/cmd/debiman-auxserver github.com/Debian/debiman/cmd/debiman-idx2rwmap github.com/Debian/debiman/cmd/debiman-minisrv github.com/Debian/debiman/internal/aux github.com/Debian/debiman/internal/bundled github.com/Debian/debiman/internal/commontmpl github.com/Debian/debiman/internal/convert github.com/Debian/debiman/internal/manpage github.com/Debian/debiman/internal/proto github.com/Debian/debiman/internal/recode github.com/Debian/debiman/internal/redirect github.com/Debian/debiman/internal/sitemap github.com/Debian/debiman/internal/tag github.com/Debian/debiman/internal/write returned exit code 1
make: *** [debian/rules:4: binary-arch] Error 1
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture armhf
fakeroot debian/rules clean
rm -f `cat TARGETS`
for i in dbndns/*; do test -d $i || rm -f $i; done
test ! -e patch-stamp || \
for i in `ls -1r debian/diff/*.diff || :`; do patch -p1 -R <$i; done
rm -f configure-stamp patch-stamp build-stamp \
dbndns/patch-stamp dbndns/build-stamp
rm -rf '/<<PKGBUILDDIR>>/debian/djbdns' '/<<PKGBUILDDIR>>/debian/dbndns' '/<<PKGBUILDDIR>>/debian/dnscache-run'
rm -f debian/files debian/substvars changelog
test ! -r conf-home'{orig}' || mv -f conf-home'{orig}' conf-home
test ! -r conf-cc'{orig}' || mv conf-cc'{orig}' conf-cc
debian/rules build-arch
make: *** No rule to make target 'build-arch'. Stop.
Tail of log for pocl on armhf:
make -f lib/CL/CMakeFiles/pocl.dir/build.make lib/CL/CMakeFiles/pocl.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
[100%] Linking CXX shared library libpocl.so
cd /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/lib/CL && /usr/bin/cmake -E cmake_link_script CMakeFiles/pocl.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -L/usr/lib/llvm-6.0/lib -Wl,--exclude-libs,libclangCodeGen -Wl,--exclude-libs,libclangFrontendTool -Wl,--exclude-libs,libclangFrontend -Wl,--exclude-libs,libclangDriver -Wl,--exclude-libs,libclangSerialization -Wl,--exclude-libs,libclangParse -Wl,--exclude-libs,libclangSema -Wl,--exclude-libs,libclangRewrite -Wl,--exclude-libs,libclangRewriteFrontend -Wl,--exclude-libs,libclangStaticAnalyzerFrontend -Wl,--exclude-libs,libclangStaticAnalyzerCheckers -Wl,--exclude-libs,libclangStaticAnalyzerCore -Wl,--exclude-libs,libclangAnalysis -Wl,--exclude-libs,libclangEdit -Wl,--exclude-libs,libclangAST -Wl,--exclude-libs,libclangLex -Wl,--exclude-libs,libclangBasic -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -shared -Wl,-soname,libpocl.so.2 -o libpocl.so.2.2.0 CMakeFiles/libpocl_unlinked_objs.dir/clCreateContextFromType.c.o CMakeFiles/libpocl_unlinked_objs.dir/clReleaseContext.c.o CMakeFiles/libpocl_unlinked_objs.dir/clRetainContext.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetContextInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateCommandQueue.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateCommandQueueWithProperties.c.o CMakeFiles/libpocl_unlinked_objs.dir/clReleaseCommandQueue.c.o CMakeFiles/libpocl_unlinked_objs.dir/clRetainCommandQueue.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetCommandQueueInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateBuffer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateSubBuffer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueFillImage.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueFillBuffer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueReadBuffer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueReadBufferRect.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueMapBuffer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueUnmapMemObject.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueMarkerWithWaitList.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueBarrierWithWaitList.c.o CMakeFiles/libpocl_unlinked_objs.dir/clReleaseMemObject.c.o CMakeFiles/libpocl_unlinked_objs.dir/clRetainMemObject.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetMemObjectInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clSetMemObjectDestructorCallback.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateProgramWithSource.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateProgramWithBinary.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateProgramWithBuiltInKernels.c.o CMakeFiles/libpocl_unlinked_objs.dir/clReleaseProgram.c.o CMakeFiles/libpocl_unlinked_objs.dir/clRetainProgram.c.o CMakeFiles/libpocl_unlinked_objs.dir/clBuildProgram.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_build.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCompileProgram.c.o CMakeFiles/libpocl_unlinked_objs.dir/clLinkProgram.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateKernel.c.o CMakeFiles/libpocl_unlinked_objs.dir/clReleaseKernel.c.o CMakeFiles/libpocl_unlinked_objs.dir/clRetainKernel.c.o CMakeFiles/libpocl_unlinked_objs.dir/clSetKernelArg.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueNDRangeKernel.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueNativeKernel.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateKernelsInProgram.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetKernelInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetKernelArgInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetPlatformIDs.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetPlatformInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetDeviceIDs.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetDeviceInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateContext.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetProgramBuildInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueWriteBuffer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueWriteBufferRect.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueCopyBuffer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueCopyBufferRect.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueCopyBufferToImage.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueCopyImageToBuffer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueMigrateMemObjects.c.o CMakeFiles/libpocl_unlinked_objs.dir/clFinish.c.o CMakeFiles/libpocl_unlinked_objs.dir/clFlush.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueBarrier.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueMarker.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetKernelWorkGroupInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetProgramInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetEventProfilingInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clWaitForEvents.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueWaitForEvents.c.o CMakeFiles/libpocl_unlinked_objs.dir/clReleaseEvent.c.o CMakeFiles/libpocl_unlinked_objs.dir/clRetainEvent.c.o CMakeFiles/libpocl_unlinked_objs.dir/clSetEventCallback.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetEventInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateUserEvent.c.o CMakeFiles/libpocl_unlinked_objs.dir/clSetUserEventStatus.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueTask.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateImage.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateImage2D.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateImage3D.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueReadImage.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueWriteImage.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateSampler.c.o CMakeFiles/libpocl_unlinked_objs.dir/clReleaseSampler.c.o CMakeFiles/libpocl_unlinked_objs.dir/clRetainSampler.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetSamplerInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueCopyImage.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueMapImage.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetImageInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateFromGLTexture2D.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateFromGLTexture3D.c.o CMakeFiles/libpocl_unlinked_objs.dir/clUnloadCompiler.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetSupportedImageFormats.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetExtensionFunctionAddress.c.o CMakeFiles/libpocl_unlinked_objs.dir/clGetExtensionFunctionAddressForPlatform.c.o CMakeFiles/libpocl_unlinked_objs.dir/clIcdGetPlatformIDsKHR.c.o CMakeFiles/libpocl_unlinked_objs.dir/clReleaseDevice.c.o CMakeFiles/libpocl_unlinked_objs.dir/clRetainDevice.c.o CMakeFiles/libpocl_unlinked_objs.dir/clCreateSubDevices.c.o CMakeFiles/libpocl_unlinked_objs.dir/clUnloadPlatformCompiler.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_util.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_image_util.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_img_buf_cpy.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_tracing.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_runtime_config.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_mem_management.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_hash.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_debug.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_timing.c.o CMakeFiles/libpocl_unlinked_objs.dir/clSVMAlloc.c.o CMakeFiles/libpocl_unlinked_objs.dir/clSVMFree.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueSVMFree.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueSVMMap.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueSVMUnmap.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueSVMMemcpy.c.o CMakeFiles/libpocl_unlinked_objs.dir/clEnqueueSVMMemFill.c.o CMakeFiles/libpocl_unlinked_objs.dir/clSetKernelArgSVMPointer.c.o CMakeFiles/libpocl_unlinked_objs.dir/clSetKernelExecInfo.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_binary.c.o CMakeFiles/libpocl_unlinked_objs.dir/pocl_opengl.c.o CMakeFiles/pocl_cache.dir/pocl_cache.c.o devices/CMakeFiles/pocl-devices.dir/devices.c.o devices/CMakeFiles/pocl-devices.dir/bufalloc.c.o devices/CMakeFiles/pocl-devices.dir/common.c.o devices/CMakeFiles/pocl-devices.dir/cpuinfo.c.o devices/pthread/CMakeFiles/pocl-devices-pthread.dir/pthread.c.o devices/pthread/CMakeFiles/pocl-devices-pthread.dir/pthread_scheduler.c.o devices/pthread/CMakeFiles/pocl-devices-pthread.dir/pthread_utils.c.o devices/basic/CMakeFiles/pocl-devices-basic.dir/basic.c.o devices/topology/CMakeFiles/pocl-devices-topology.dir/pocl_topology.c.o ../llvmopencl/CMakeFiles/llvmpasses.dir/AllocasToEntry.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/AutomaticLocals.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/BarrierTailReplication.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/BreakConstantGEPs.cpp.o ../llvmopencl/CMakeFiles/llvmpasses.dir/CanonicalizeBarriers.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/DebugHelpers.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/Flatten.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/FlattenGlobals.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/HandleSamplerInitialization.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/ImplicitConditionalBarriers.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/ImplicitLoopBarriers.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/IsolateRegions.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/Kernel.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/linker.cpp.o ../llvmopencl/CMakeFiles/llvmpasses.dir/LLVMFileUtils.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/LLVMUtils.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/LoopBarriers.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/OptimizeWorkItemFuncCalls.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/PHIsToAllocas.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/ParallelRegion.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/RemoveBarrierCalls.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/RemoveOptnoneFromWIFunc.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/VariableUniformityAnalysis.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/WorkItemAliasAnalysis.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/Workgroup.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/WorkitemHandler.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/WorkitemHandlerChooser.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/WorkitemLoops.cc.o ../llvmopencl/CMakeFiles/llvmpasses.dir/WorkitemReplication.cc.o CMakeFiles/lib_cl_llvm.dir/pocl_llvm_build.cc.o CMakeFiles/lib_cl_llvm.dir/pocl_llvm_metadata.cc.o CMakeFiles/lib_cl_llvm.dir/pocl_llvm_utils.cc.o CMakeFiles/lib_cl_llvm.dir/pocl_llvm_wg.cc.o -Wl,-rpath,/usr/lib/llvm-6.0/lib: -lltdl -pthread -lhwloc -lrt /usr/lib/llvm-6.0/lib/libclangCodeGen.a /usr/lib/llvm-6.0/lib/libclangFrontendTool.a /usr/lib/llvm-6.0/lib/libclangFrontend.a /usr/lib/llvm-6.0/lib/libclangDriver.a /usr/lib/llvm-6.0/lib/libclangSerialization.a /usr/lib/llvm-6.0/lib/libclangParse.a /usr/lib/llvm-6.0/lib/libclangSema.a /usr/lib/llvm-6.0/lib/libclangRewrite.a /usr/lib/llvm-6.0/lib/libclangRewriteFrontend.a /usr/lib/llvm-6.0/lib/libclangStaticAnalyzerFrontend.a /usr/lib/llvm-6.0/lib/libclangStaticAnalyzerCheckers.a /usr/lib/llvm-6.0/lib/libclangStaticAnalyzerCore.a /usr/lib/llvm-6.0/lib/libclangAnalysis.a /usr/lib/llvm-6.0/lib/libclangEdit.a /usr/lib/llvm-6.0/lib/libclangAST.a /usr/lib/llvm-6.0/lib/libclangLex.a /usr/lib/llvm-6.0/lib/libclangBasic.a /usr/lib/llvm-6.0/lib/libLLVM-6.0.so
/usr/bin/ld: final link failed: Input/output error
collect2: error: ld returned 1 exit status
make[3]: *** [lib/CL/CMakeFiles/pocl.dir/build.make:403: lib/CL/libpocl.so.2.2.0] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:581: lib/CL/CMakeFiles/pocl.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:57: binary-arch] Error 2
make[3]: Entering directory '/<<PKGBUILDDIR>>/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ggdb -g -O2 -DSKINDIR=\"/usr/share/audacious\" -g -O2 -c -o plugin_main.lo plugin_main.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -ggdb -g -O2 -DSKINDIR=\"/usr/share/audacious\" -g -O2 -c plugin_main.c -fPIC -DPIC -o .libs/plugin_main.o
plugin_main.c:1:10: fatal error: gtk/gtk.h: No such file or directory
#include <gtk/gtk.h>
^~~~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:321: plugin_main.lo] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:365: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:254: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:8: build-arch] Error 2
dpkg-buildpackage: info: source package blastem
dpkg-buildpackage: info: source version 0.6.2.1-1
dpkg-buildpackage: info: source distribution unstable
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture armhf
fakeroot debian/rules clean
dh clean
dh_auto_clean
make -j4 distclean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Makefile:196: *** armv8l is not a supported architecture. Stop.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_clean: make -j4 distclean returned exit code 2
make: *** [debian/rules:7: clean] Error 2
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates
dh_auto_configure: cd obj-arm-linux-gnueabihf && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/arm-linux-gnueabihf -DReleaseBuild=ON -DBIN_PATH=/usr/games/ -DDOC_PATH=/usr/share/doc/dustracing2d/ -DDATA_PATH=/usr/share/games/dustracing2d/ .. returned exit code 1
make[1]: *** [debian/rules:9: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: build-arch] Error 2
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for fuse_main in -lfuse... yes
checking for iso9660_open_ext in -liso9660... yes
checking for _cdio_list_begin in -lcdio... yes
checking for uncompress in -lz... yes
checking for um_add_service in -lumlib... no
configure: error: Can't find libumlib, please install it
make: *** [/usr/share/cdbs/1/class/autotools.mk:46: debian/stamp-autotools] Error 1
- _ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPN5CMSat3LitESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_comp_iterINS2_5Stamp14StampSorterInvEEEEvT_SE_T0_@Base 5.6.3
+#MISSING: 5.6.4+dfsg.1-1# _ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPN5CMSat3LitESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_comp_iterINS2_5Stamp11StampSorterEEEEvT_SE_T0_@Base 5.6.3
+#MISSING: 5.6.4+dfsg.1-1# _ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPN5CMSat3LitESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_comp_iterINS2_5Stamp14StampSorterInvEEEEvT_SE_T0_@Base 5.6.3
_ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPN5CMSat3LitESt6vectorIS3_SaIS3_EEEENS0_5__ops15_Iter_less_iterEEvT_SB_T0_@Base 5.6.3
_ZSt22__final_insertion_sortIN9__gnu_cxx17__normal_iteratorIPjSt6vectorIjSaIjEEEENS0_5__ops15_Iter_less_iterEEvT_S9_T0_@Base 5.6.3
_ZSt22__move_median_to_firstIN9__gnu_cxx17__normal_iteratorIPN5CMSat3BVA15PotentialClauseESt6vectorIS4_SaIS4_EEEENS0_5__ops15_Iter_less_iterEEvT_SC_SC_SC_T0_@Base 5.6.3
- _ZSt22__move_median_to_firstIPN5CMSat7WatchedEN9__gnu_cxx5__ops15_Iter_comp_iterINS0_13OccSimplifier25watch_sort_smallest_firstEEEEvT_S9_S9_S9_T0_@Base 5.6.3
+ _ZSt22__move_median_to_firstIPN5CMSat7WatchedEN9__gnu_cxx5__ops15_Iter_comp_iterI11MyOccSorterEEEvT_S8_S8_S8_T0_@Base 5.6.4+dfsg.1-1
+#MISSING: 5.6.4+dfsg.1-1# _ZSt22__move_median_to_firstIPN5CMSat7WatchedEN9__gnu_cxx5__ops15_Iter_comp_iterINS0_13OccSimplifier25watch_sort_smallest_firstEEEEvT_S9_S9_S9_T0_@Base 5.6.3
+ _ZSt22__move_median_to_firstIPN5CMSat7WatchedEN9__gnu_cxx5__ops15_Iter_comp_iterINS0_21WatchSorterBinTriLongEEEEvT_S8_S8_S8_T0_@Base 5.6.4+dfsg.1-1
_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN5CMSat11OccurClauseESt6vectorIS3_SaIS3_EEEENS0_5__ops14_Val_comp_iterISt8functionIFbRKS3_SD_EEEEEvT_T0_@Base 5.6.3
_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN5CMSat3BVA15PotentialClauseESt6vectorIS4_SaIS4_EEEENS0_5__ops14_Val_less_iterEEvT_T0_@Base 5.6.3
_ZSt25__unguarded_linear_insertIN9__gnu_cxx17__normal_iteratorIPN5CMSat3LitESt6vectorIS3_SaIS3_EEEENS0_5__ops14_Val_comp_iterINS2_5Stamp11StampSorterEEEEvT_T0_@Base 5.6.3
dh_makeshlibs: failing due to earlier errors
make: *** [debian/rules:8: binary-arch] Error 2
--- FAIL: TestMigrator_data (0.01s)
migrator_test.go:60: err: MDB_INVALID: File is not an LMDB file
=== RUN TestMigrator_new
--- PASS: TestMigrator_new (0.00s)
=== RUN TestMigrator_migrate
--- FAIL: TestMigrator_migrate (0.00s)
migrator_test.go:130: err: Failed to connect MDB: MDB_INVALID: File is not an LMDB file %!s(MISSING)
=== RUN TestMigrator_migrate_fails
--- PASS: TestMigrator_migrate_fails (0.64s)
=== RUN TestMigrator_migrate_noop
--- PASS: TestMigrator_migrate_noop (0.00s)
FAIL
FAIL github.com/hashicorp/consul-migrate/migrator 0.702s
dh_auto_test: cd obj-arm-linux-gnueabihf && go test -vet=off -v -p 1 github.com/hashicorp/consul-migrate github.com/hashicorp/consul-migrate/migrator returned exit code 1
make: *** [debian/rules:7: build-arch] Error 1
Tail of log for dxvk on armhf:
Source dir: /<<BUILDDIR>>/dxvk-0.96+ds1
Build dir: /<<BUILDDIR>>/dxvk-0.96+ds1/build-wine32
Build type: cross build
Project name: dxvk
Project version: v0.96
Appending CFLAGS from environment: '-g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/dxvk-0.96+ds1=. -fstack-protector-strong -Wformat -Werror=format-security'
Appending LDFLAGS from environment: '-Wl,-z,relro'
Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
meson.build:1:0: ERROR: Compiler /usr/lib/wine-development/winegcc can not compile programs.
A full log can be found at /<<BUILDDIR>>/dxvk-0.96+ds1/build-wine32/meson-logs/meson-log.txt
make[1]: *** [debian/rules:32: override_dh_auto_configure] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/dxvk-0.96+ds1'
make: *** [debian/rules:4: build-arch] Error 2
snprintf(name, MAX_OSPATH, "%s/%s.log", fs_gamedir, G_STRING(OFS_PARM0));
^~~~
In file included from /usr/include/stdio.h:873,
from q_shared.h:30,
from common.h:35,
from qwsvdef.h:26,
from pr_cmds.c:22:
/usr/include/arm-linux-gnueabihf/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 133) into a destination of size 128
return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
__bos (__s), __fmt, __va_arg_pack ());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/<<BUILDDIR>>/ezquake-2.2+git20150324'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:14: build-arch] Error 2
mode = 'interp', order = 1
def _reproject_to_hpx(self, geom, mode="interp", order=1):
from reproject import reproject_to_healpix
> data = np.empty(geom.data_shape)
E ValueError: negative dimensions are not allowed
gammapy/maps/wcsnd.py:289: ValueError
======= 45 failed, 896 passed, 447 skipped, 8 xfailed in 285.77 seconds ========
/usr/lib/python3/dist-packages/astropy/config/configuration.py:536: ConfigurationMissingWarning: Configuration defaults will be used due to FileNotFoundError:2 on None
warn(ConfigurationMissingWarning(msg))
make[1]: *** [debian/rules:21: test-python3.7] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build-arch] Error 2
^
replicate.c:1397:11: note: 'first_call_orig' was declared here
uint64_t first_call_orig; ///< when was the first original call made
^~~~~~~~~~~~~~~
replicate.c:104:36: warning: 'last_call_orig' may be used uninitialized in this function [-Wmaybe-uninitialized]
diff_orig = CALL_TIME(x##_it) - last_call_orig; \
^
replicate.c:1396:11: note: 'last_call_orig' was declared here
uint64_t last_call_orig; ///< when was the last original call made
^~~~~~~~~~~~~~
make[2]: *** [Makefile:46: replicate.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:18: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: build-arch] Error 2
from ./include/jellyfish/hash_counter.hpp:22,
from sub_commands/count_main.cc:38:
./include/jellyfish/rectangular_binary_matrix.hpp: In member function 'bool jellyfish::RectangularBinaryMatrix::is_zero() const':
./include/jellyfish/rectangular_binary_matrix.hpp:127:29: error: comparison of integer expressions of different signedness: 'int' and 'const unsigned int' [-Werror=sign-compare]
return (p - _columns) == _c;
~~~~~~~~~~~~~~~^~~~~
cc1plus: all warnings being treated as errors
make[3]: *** [Makefile:1749: sub_commands/count_main.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:1029: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 all bin/generate_sequence bin/test_all bin/fastq2sam returned exit code 2
make[1]: *** [debian/rules:68: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: build-arch] Error 2
Importing patch ocaml-4.05.0/debian-patches/0005-Avoid-multiple-declarations-in-generated-.c-files-in.patch (stored as debian/patches/0005-Avoid-multiple-declarations-in-generated-.c-files-in.patch)
Skipping ocaml-4.05.0/debian-patches/0004-Put-manpages-in-section-3o-instead-of-3.patch
Importing patch ocaml-4.05.0/debian-patches/0003-Don-t-use-rpath.patch (stored as debian/patches/0003-Don-t-use-rpath.patch)
Importing patch ocaml-4.05.0/debian-patches/0002-Call-ld-with-proper-flags.patch (stored as debian/patches/0002-Call-ld-with-proper-flags.patch)
Importing patch ocaml-4.05.0/debian-patches/0001-Pass-no-relax-to-ld-on-alpha.patch (stored as debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch)
quilt push -a
Applying patch debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch
patching file configure
Hunk #1 FAILED at 448.
Hunk #2 FAILED at 982.
2 out of 2 hunks FAILED -- rejects in file configure
Patch debian/patches/0001-Pass-no-relax-to-ld-on-alpha.patch does not apply (enforce with -f)
make[1]: *** [debian/rules:22: override_dh_auto_configure] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:85: build-arch] Error 2
Tail of log for ibam on armhf:
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make[1]: 'ibam-krell.so' is up to date.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
touch build-stamp
dh_testdir
dh_testroot
dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 7 in use)
dh_installdirs
dh_installdirs: Compatibility levels before 9 are deprecated (level 7 in use)
# Add here commands to install the package into debian/tmp.
install -m0755 ibam `pwd`/debian/ibam/usr/bin
install -m0644 ibam-krell.so `pwd`/debian/gkrellm-ibam/usr/lib/gkrellm2/plugins
install: cannot create regular file '/<<PKGBUILDDIR>>/debian/gkrellm-ibam/usr/lib/gkrellm2/plugins': No such file or directory
make: *** [debian/rules:58: install] Error 1
|
266 | instance (DivMod x y q r) => Div x y q
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/Data/TypeLevel/Num/Ops.hs:336:10: error:
* Illegal instance declaration for `Div10 x q'
The liberal coverage condition fails in class `Div10'
for functional dependency: `q -> x'
Reason: lhs type `q' does not determine rhs type `x'
Un-determined variable: x
* In the instance declaration for `Div10 x q'
|
336 | instance DivMod10 x q r => Div10 x q
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:147: build-ghc-stamp] Error 1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e1ab.dir/link.txt --verbose=1
/usr/bin/cc -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/freefoam-0.1.0+dfsg+1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=handle_sigfpes -Wl,-z,relro -rdynamic CMakeFiles/cmTC_3e1ab.dir/CheckFunctionExists.c.o -o cmTC_3e1ab
/usr/bin/ld: CMakeFiles/cmTC_3e1ab.dir/CheckFunctionExists.c.o: in function `main':
/usr/share/cmake-3.13/Modules/CheckFunctionExists.c:17: undefined reference to `handle_sigfpes'
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/cmTC_3e1ab.dir/build.make:87: cmTC_3e1ab] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/freefoam-0.1.0+dfsg+1/obj-arm-linux-gnueabihf/CMakeFiles/CMakeTmp'
make[2]: *** [Makefile:121: cmTC_3e1ab/fast] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/freefoam-0.1.0+dfsg+1/obj-arm-linux-gnueabihf/CMakeFiles/CMakeTmp'
dh_auto_configure: cd obj-arm-linux-gnueabihf && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/arm-linux-gnueabihf -DFOAM_EXE_PREFIX=freefoam- -DFOAM_ENABLE_METIS=OFF -DFOAM_ENABLE_MGRIDGEN=OFF -DFOAM_USE_MPI=ON -DFOAM_DEFAULT_PSTREAM=mpi -DFOAM_DOUBLE_PRECISION=ON -DFOAM_ENABLE_PARMETIS=OFF -DCMAKE_SKIP_RPATH=OFF -DFOAM_ENABLE_CCMIO=OFF -DBUILD_TESTING=OFF -DFOAM_ENABLE_FULL_TUTORIAL_TEST=OFF -DFOAM_BUILD_PRIVATE_METIS=OFF -DFOAM_BUILD_PRIVATE_PARMETIS=OFF -DFOAM_BUILD_PRIVATE_SCOTCH=OFF -DFOAM_BUILD_PRIVATE_ZLIB=OFF -DFOAM_ENABLE_PDF_GUIDES=OFF -DFOAM_ENABLE_XHTML_GUIDES=OFF -DFOAM_ENABLE_XHTML_HELP=OFF -DFOAM_ENABLE_MATHJAX=OFF -DFOAM_ENABLE_MANPAGE_HELP=OFF -DFOAM_DOCS_FOR_SF=OFF -DFOAM_INSTALL_BIN_PATH=/usr/bin -DFOAM_INSTALL_CMAKE_PATH=/usr/share/freefoam/CMake -DFOAM_INSTALL_CONFIG_PATH=/etc/freefoam -DFOAM_INSTALL_DATA_PATH=/usr/share/freefoam -DFOAM_INSTALL_DOC_PATH=/usr/share/doc/freefoam -DFOAM_INSTALL_HEADER_PATH=/usr/include/freefoam -DFOAM_INSTALL_LIBEXEC_PATH=/usr/bin -DFOAM_INSTALL_LIBRARY_PATH=/usr/lib/freefoam -DFOAM_INSTALL_MAN_PATH=/usr/share/man -DFOAM_INSTALL_PLUGIN_PATH=/usr/lib/freefoam/plugins1 -DFOAM_INSTALL_TUTORIALS_PATH=/usr/share/doc/freefoam -DFOAM_INSTALL_USERDFOAM_PATH=/usr/lib/freefoam/plugins1/ensightReader -DFOAM_ENABLE_DOXYGEN_DOCS=OFF .. returned exit code 1
make[1]: *** [debian/rules:68: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/freefoam-0.1.0+dfsg+1'
make: *** [debian/rules:3: build-arch] Error 2
pretty-simple-doctest: -Mgrace=<n>
pretty-simple-doctest: The amount of allocation after the program receives a
pretty-simple-doctest: HeapOverflow exception before the exception is thrown again, if
pretty-simple-doctest: the program is still exceeding the heap limit.
pretty-simple-doctest:
pretty-simple-doctest: RTS options may also be specified using the GHCRTS environment variable.
pretty-simple-doctest:
pretty-simple-doctest: Other RTS options may be available for programs compiled a different way.
pretty-simple-doctest: The GHC User's Guide has full details.
pretty-simple-doctest:
Test suite pretty-simple-doctest: FAIL
Test suite logged to:
dist-ghc/test/pretty-simple-2.1.0.1-pretty-simple-doctest.log
0 of 1 test suites (0 of 1 test cases) passed.
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:154: check-ghc-stamp] Error 1
doctest:
doctest: -Mgrace=<n>
doctest: The amount of allocation after the program receives a
doctest: HeapOverflow exception before the exception is thrown again, if
doctest: the program is still exceeding the heap limit.
doctest:
doctest: RTS options may also be specified using the GHCRTS environment variable.
doctest:
doctest: Other RTS options may be available for programs compiled a different way.
doctest: The GHC User's Guide has full details.
doctest:
Test suite doctest: FAIL
Test suite logged to: dist-ghc/test/heterocephalus-1.0.5.2-doctest.log
0 of 2 test suites (0 of 2 test cases) passed.
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:154: check-ghc-stamp] Error 1
_ZTSN7KPkPass12BoardingPassE@Base 18.07.90
_ZTSN7KPkPass4PassE@Base 18.07.90
- (arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 ia64 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 x32)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 18.08.3
- (arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 ia64 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 x32)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 18.08.3
+ _ZTSN9__gnu_cxx7__mutexE@Base 18.08.3-2
+ _ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 18.08.3-2
+#MISSING: 18.08.3-2# (arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 ia64 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 x32)_ZTSSt11_Mutex_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 18.08.3
+ _ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE1EE@Base 18.08.3-2
+#MISSING: 18.08.3-2# (arch=alpha amd64 arm64 armhf hppa hurd-i386 i386 ia64 m68k mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x sh4 sparc64 x32)_ZTSSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE@Base 18.08.3
_ZTVN7KPkPass12BoardingPassE@Base 18.07.90
_ZTVN7KPkPass4PassE@Base 18.07.90
dh_makeshlibs: failing due to earlier errors
make[1]: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:97: pre_binary-arch_dh_makeshlibs] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/pkg-kde-tools/qt-kde-team/3/dhmk.mk:112: debian/dhmk_binary-arch] Error 2
Checking for strings.h... yes
Checking for inttypes.h... yes
Checking for stdint.h... yes
Checking for unistd.h... yes
Checking for uint64_t... yes
Checking for __int128... no
Checking for uint64_t... (cached) yes
Checking for int __attribute__ ((__mode__ (TI)))...
It looks like your compiler doesn't support a 128-bit integer type (one of
"int __attribute__ ((__mode__ (TI)))" or "__int128"). One of these types is
necessary to compile the Math::Int128 module.
no
dh_auto_configure: perl Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "LD=arm-linux-gnueabihf-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now" returned exit code 1
make: *** [debian/rules:6: build-arch] Error 1
mkdir -p bin
mkdir -p obj
gcc -MM -std=c99 -I"src" -I"inc" src/abstraction/abstraction_dcas.c >obj/abstraction_dcas.d
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -fpic -Wno-unknown-pragmas -std=c99 -I"src" -I"inc" -o obj/abstraction_dcas.o src/abstraction/abstraction_dcas.c
/tmp/ccTyqrxz.s: Assembler messages:
/tmp/ccTyqrxz.s:61: Error: selected processor does not support `ldrexd r6,r7,[lr]' in ARM mode
/tmp/ccTyqrxz.s:61: Error: selected processor does not support `strexd r0,r2,r3,[lr]' in ARM mode
make[3]: *** [makefile.linux:79: obj/abstraction_dcas.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/liblfds'
make[2]: *** [Makefile:921: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:646: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:21: build-arch] Error 2
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define NVALGRIND 1
#define HAVE_LIBIBVERBS 1
configure: exit 1
dh_auto_configure: ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --libexecdir=\${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking returned exit code 1
make: *** [debian/rules:6: build-arch] Error 2
[Utils] Directory test-output/junitreports exists: true
[Utils] Attempting to create test-output/junitreports/TEST-ch.systemsx.cisd.hdf5.HDF5TimeDurationReaderTest.xml
[Utils] Directory test-output/junitreports exists: true
[Utils] Attempting to create test-output/junitreports/TEST-ch.systemsx.cisd.hdf5.h5ar.DirectoryIndexUpdaterTest.xml
[Utils] Directory test-output/junitreports exists: true
[Utils] Attempting to create test-output/junitreports/TEST-ch.systemsx.cisd.hdf5.h5ar.ArchivingStrategyTest.xml
[Utils] Directory test-output/junitreports exists: true
[Utils] Attempting to create test-output/junitreports/TEST-ch.systemsx.cisd.hdf5.MatrixUtilsTest.xml
[Utils] Directory test-output/junitreports exists: true
[Utils] Attempting to create test-output/junitreports/TEST-ch.systemsx.cisd.hdf5.HDF5RoundtripTest.xml
[Utils] Directory test-output/junitreports exists: true
[TestNG] Time taken by org.testng.reporters.JUnitReportReporter@1d9bc04: 200 ms
make[1]: *** [debian/rules:53: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build-arch] Error 2
from ./libretro-common/include/glsym/rglgen.h:30,
from ./libretro/opengl_state_machine.h:4,
from ./libretro/SDL_opengles2.h:29,
from gles2rice/src/osal_opengl.h:33,
from gles2rice/src/DeviceBuilder.cpp:21:
/usr/include/GLES2/gl2ext.h:2947:16: note: previous declaration as 'typedef double GLdouble'
typedef double GLdouble;
^~~~~~~~
make[2]: *** [Makefile:408: gles2rice/src/DeviceBuilder.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<BUILDDIR>>/libretro-mupen64plus-2.0+git20160207+dfsg2'
dh_auto_build: make -j4 "platform=armv gles neon hardfloat" returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/libretro-mupen64plus-2.0+git20160207+dfsg2'
make: *** [debian/rules:16: build-arch] Error 2
dpkg-buildpackage: info: host architecture armhf
fakeroot debian/rules clean
QUILT_PATCHES=debian/patches \
quilt --quiltrc /dev/null pop -a -R || test $? = 2
No patch removed
rm -rf .pc debian/stamp-patched
dh_testdir
dh_testroot
rm -rf stamps objs
find build -type d -name "objs-*" | xargs rm -rf
rm -f build-stamp-*
dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 7 in use)
debian/rules build-arch
make: *** No rule to make target 'build-arch'. Stop.
^~~~~
In file included from include/libxsmm.h:65,
from ./src/libxsmm_gemm_diff.h:34,
from ./src/libxsmm_main.c:31:
./src/libxsmm_main.c: In function 'libxsmm_init':
include/libxsmm_sync.h:70:29: warning: implicit declaration of function '__builtin_ia32_pause'; did you mean '__builtin_isspace'? [-Wimplicit-function-declaration]
# define LIBXSMM_SYNC_PAUSE __builtin_ia32_pause()
^~~~~~~~~~~~~~~~~~~~
./src/libxsmm_main.c:719:36: note: in expansion of macro 'LIBXSMM_SYNC_PAUSE'
if (0 != once) break; else { LIBXSMM_SYNC_PAUSE; }
^~~~~~~~~~~~~~~~~~
make[1]: *** [Makefile:721: build/intel64/libxsmm_main.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:7: build-arch] Error 2
Command-line option `--thread` is deprecated and will be ignored
Compilation failed: 1 error(s), 12 warning(s)
make[3]: *** [src/CMakeFiles/listaller-glib_precompile.dir/build.make:107: src/CMakeFiles/listaller-glib_precompile.dir/precompile.stamp] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:161: src/CMakeFiles/listaller-glib_precompile.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j1 returned exit code 2
make: *** [debian/rules:15: build-arch] Error 2
rm -f -rv `perl -0nE 'say $1 if m{^Files\-Excluded\:\s*(.*?)(?:\n\n|Files:|Comment:)}sm;' debian/copyright`
make[1]: Leaving directory '/<<BUILDDIR>>/kubernetes-addon-heapster-1.2.0+dfsg'
debian/rules build-arch
I: _1.2.0+dfsg
dh build-arch --buildsystem=golang --with=golang
dh_update_autotools_config -a -O--buildsystem=golang
dh_auto_configure -a -O--buildsystem=golang
dh_auto_build -a -O--buildsystem=golang
cd obj-arm-linux-gnueabihf && go install -gcflags=all=\"-trimpath=/<<BUILDDIR>>/kubernetes-addon-heapster-1.2.0\+dfsg/obj-arm-linux-gnueabihf/src\" -asmflags=all=\"-trimpath=/<<BUILDDIR>>/kubernetes-addon-heapster-1.2.0\+dfsg/obj-arm-linux-gnueabihf/src\" -v -p 1 k8s.io/heapster/common/elasticsearch k8s.io/heapster/common/flags k8s.io/heapster/common/gce k8s.io/heapster/common/influxdb k8s.io/heapster/common/kubernetes k8s.io/heapster/events k8s.io/heapster/events/core k8s.io/heapster/events/manager k8s.io/heapster/events/sinks k8s.io/heapster/events/sinks/elasticsearch k8s.io/heapster/events/sinks/gcl k8s.io/heapster/events/sinks/influxdb k8s.io/heapster/events/sinks/log k8s.io/heapster/events/sources k8s.io/heapster/events/sources/kubernetes k8s.io/heapster/events/util k8s.io/heapster/integration k8s.io/heapster/metrics k8s.io/heapster/metrics/api/v1 k8s.io/heapster/metrics/api/v1/types k8s.io/heapster/metrics/apis/metrics k8s.io/heapster/metrics/apis/metrics/v1alpha1 k8s.io/heapster/metrics/core k8s.io/heapster/metrics/manager k8s.io/heapster/metrics/processors k8s.io/heapster/metrics/sinks k8s.io/heapster/metrics/sinks/elasticsearch k8s.io/heapster/metrics/sinks/gcm k8s.io/heapster/metrics/sinks/hawkular k8s.io/heapster/metrics/sinks/influxdb k8s.io/heapster/metrics/sinks/kafka k8s.io/heapster/metrics/sinks/log k8s.io/heapster/metrics/sinks/metric k8s.io/heapster/metrics/sinks/monasca k8s.io/heapster/metrics/sinks/opentsdb k8s.io/heapster/metrics/sinks/riemann k8s.io/heapster/metrics/sources k8s.io/heapster/metrics/sources/kubelet k8s.io/heapster/metrics/sources/summary k8s.io/heapster/metrics/util k8s.io/heapster/metrics/util/metrics k8s.io/heapster/version
src/k8s.io/heapster/vendor/k8s.io/kubernetes/pkg/api/validation/schema.go:26:2: cannot find package "github.com/emicklei/go-restful/swagger" in any of:
/<<BUILDDIR>>/kubernetes-addon-heapster-1.2.0+dfsg/obj-arm-linux-gnueabihf/src/k8s.io/heapster/vendor/github.com/emicklei/go-restful/swagger (vendor tree)
/usr/lib/go-1.11/src/github.com/emicklei/go-restful/swagger (from $GOROOT)
/<<BUILDDIR>>/kubernetes-addon-heapster-1.2.0+dfsg/obj-arm-linux-gnueabihf/src/github.com/emicklei/go-restful/swagger (from $GOPATH)
dh_auto_build: cd obj-arm-linux-gnueabihf && go install -gcflags=all=\"-trimpath=/<<BUILDDIR>>/kubernetes-addon-heapster-1.2.0\+dfsg/obj-arm-linux-gnueabihf/src\" -asmflags=all=\"-trimpath=/<<BUILDDIR>>/kubernetes-addon-heapster-1.2.0\+dfsg/obj-arm-linux-gnueabihf/src\" -v -p 1 k8s.io/heapster/common/elasticsearch k8s.io/heapster/common/flags k8s.io/heapster/common/gce k8s.io/heapster/common/influxdb k8s.io/heapster/common/kubernetes k8s.io/heapster/events k8s.io/heapster/events/core k8s.io/heapster/events/manager k8s.io/heapster/events/sinks k8s.io/heapster/events/sinks/elasticsearch k8s.io/heapster/events/sinks/gcl k8s.io/heapster/events/sinks/influxdb k8s.io/heapster/events/sinks/log k8s.io/heapster/events/sources k8s.io/heapster/events/sources/kubernetes k8s.io/heapster/events/util k8s.io/heapster/integration k8s.io/heapster/metrics k8s.io/heapster/metrics/api/v1 k8s.io/heapster/metrics/api/v1/types k8s.io/heapster/metrics/apis/metrics k8s.io/heapster/metrics/apis/metrics/v1alpha1 k8s.io/heapster/metrics/core k8s.io/heapster/metrics/manager k8s.io/heapster/metrics/processors k8s.io/heapster/metrics/sinks k8s.io/heapster/metrics/sinks/elasticsearch k8s.io/heapster/metrics/sinks/gcm k8s.io/heapster/metrics/sinks/hawkular k8s.io/heapster/metrics/sinks/influxdb k8s.io/heapster/metrics/sinks/kafka k8s.io/heapster/metrics/sinks/log k8s.io/heapster/metrics/sinks/metric k8s.io/heapster/metrics/sinks/monasca k8s.io/heapster/metrics/sinks/opentsdb k8s.io/heapster/metrics/sinks/riemann k8s.io/heapster/metrics/sources k8s.io/heapster/metrics/sources/kubelet k8s.io/heapster/metrics/sources/summary k8s.io/heapster/metrics/util k8s.io/heapster/metrics/util/metrics k8s.io/heapster/version returned exit code 1
make: *** [debian/rules:4: build-arch] Error 1
/usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: CMakeFiles/objs.dir/src/UCTNodePointer.cpp.o: in function `UCTNodePointer::active() const':
/usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: CMakeFiles/objs.dir/src/UCTNodePointer.cpp.o: in function `UCTNodePointer::get_eval(int) const':
/usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: CMakeFiles/objs.dir/src/UCTNodePointer.cpp.o:/usr/include/c++/8/bits/atomic_base.h:396: more undefined references to `__atomic_load_8' follow
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/tests.dir/build.make:159: tests] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:152: CMakeFiles/tests.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:155: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:15: build-arch] Error 2
Tail of log for mpqc3 on armhf:
Source file was:
#include <libpsio/psio.hpp>
extern "C" char *gprgid() { return "test"; }
int main(int argc, char** argv) {
psi::PSIO psio;
psio.purge(1);
return 0;
}
dh_auto_configure: cd obj-arm-linux-gnueabihf && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/arm-linux-gnueabihf -DMPI_C_COMPILER=mpicc -DMPQC_NEW_FEATURES=1 -DBOOST=/usr .. returned exit code 1
make[1]: *** [debian/rules:21: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: build-arch] Error 2
Tail of log for nsd3 on armhf:
#define FACILITY LOG_DAEMON
#define MAX_INTERFACES 8
#define TCP_TIMEOUT 120
#define ROOT_SERVER /**/
#define INET6 /**/
#define BIND8_STATS /**/
#define NDEBUG /**/
#define RATELIMIT /**/
#define HAVE_SSL /**/
configure: exit 1
dh_auto_configure: ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=\${prefix}/lib/nsd3 --disable-maintainer-mode --disable-dependency-tracking --with-configdir=/etc/nsd3 --with-nsd_conf_file=/etc/nsd3/nsd.conf --with-pidfile=/var/run/nsd3/nsd.pid --with-dbfile=/var/lib/nsd3/nsd.db --with-zonesdir=/etc/nsd3 --with-difffile=/var/lib/nsd3/ixfr.db --with-xfrdfile=/var/lib/nsd3/xfrd.state --disable-largefile --enable-root-server --enable-mmap --enable-ratelimit returned exit code 1
make[1]: *** [debian/rules:32: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:26: build-arch] Error 2
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Os -Wall -Werror -c -o msrutils.o msrutils.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Os -Wall -Werror -c -o sys.o sys.c
sys.c: In function 'cpuid':
sys.c:40:2: error: unknown register name '%edx' in 'asm'
asm ("cpuid" : "=b" (outebx) : "a" (0) : "%ecx", "%edx");
^~~
sys.c:40:2: error: unknown register name '%ecx' in 'asm'
sys.c:54:2: error: unknown register name '%edx' in 'asm'
asm ("cpuid" : "=a" (outeax) : "a" (1) : "%ebx", "%ecx", "%edx");
^~~
sys.c:54:2: error: unknown register name '%ecx' in 'asm'
sys.c:54:2: error: unknown register name '%ebx' in 'asm'
make[1]: *** [<builtin>: sys.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 2
^
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.7m -c src/xxhash.c -o build/temp.linux-armhf-3.7/src/xxhash.o -std=c99 -O3 -Wall -W -Wundef -DVERSION="1.3.1.1" -DLZ4_VERSION="r123"
arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armhf-3.7/src/lz4.o build/temp.linux-armhf-3.7/src/lz4hc.o build/temp.linux-armhf-3.7/src/lz4frame.o build/temp.linux-armhf-3.7/src/python-lz4f.o build/temp.linux-armhf-3.7/src/xxhash.o -o /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_lz4tools/build/lz4f.cpython-37m-arm-linux-gnueabihf.so
running build_scripts
creating build/scripts-3.7
copying and adjusting lz4toolsCli -> build/scripts-3.7
changing mode of build/scripts-3.7/lz4toolsCli from 664 to 775
dh_auto_test -a -O--buildsystem=pybuild
I: pybuild pybuild:272: cp -r /<<PKGBUILDDIR>>/tests /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_lz4tools/build/;cp -r /<<PKGBUILDDIR>>/src /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_lz4tools/build/
I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_lz4tools/build; python3.7 -m nose -v tests
test_1_write (test.TestLZ4File) ... ok
test_2_file (test.TestLZ4File) ... Segmentation fault
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=139: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_lz4tools/build; python3.7 -m nose -v tests
dh_auto_test: pybuild --test --test-nose -i python{version} -p 3.7 returned exit code 13
make: *** [debian/rules:14: build-arch] Error 13
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__boxcount__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__xzero__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lzo_gm__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lfo_ar__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__henon__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lyap_r__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__rbf__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lzo_test__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__surrogates__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__ikeda__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__polynom__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lyap_spec__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__poincare__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__d2__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__delay__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lzo_run__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__spikeauto__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__ghkss__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lfo_test__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__c2g__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lfo_run__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__c1__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/mutual.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__pca__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__upo__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/lazy.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lyap_k__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__false_nearest__.oct were not linked against libgomp.so.1 (they use none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__boxcount__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__xzero__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lzo_gm__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lfo_ar__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__henon__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lyap_r__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__rbf__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lzo_test__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__surrogates__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__ikeda__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__polynom__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lyap_spec__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__poincare__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__d2__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__delay__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lzo_run__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__spikeauto__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__ghkss__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lfo_test__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__c2g__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lfo_run__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__c1__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/mutual.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__pca__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__upo__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/lazy.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__lyap_k__.oct debian/octave-tisean/usr/lib/arm-linux-gnueabihf/octave/packages/tisean-0.2.3/arm-unknown-linux-gnueabihf-api-v52/__false_nearest__.oct were not linked against libpthread.so.0 (they use none of the library's symbols)
dh_installdeb -a -O--buildsystem=octave
dh_gencontrol -a -O--buildsystem=octave
dpkg-gencontrol: warning: package octave-tisean: substitution variable ${octave:Upstream-Description} unused, but is defined
dpkg-gencontrol: warning: package octave-tisean: substitution variable ${octave:Upstream-Description} unused, but is defined
dh_md5sums -a -O--buildsystem=octave
dh_builddeb -a -O--buildsystem=octave
dpkg-deb: building package 'octave-tisean-dbgsym' in '../octave-tisean-dbgsym_0.2.3-3_armhf.deb'.
dpkg-deb: building package 'octave-tisean' in '../octave-tisean_0.2.3-3_armhf.deb'.
dpkg-genbuildinfo --build=any
dpkg-genchanges --build=any -mRaspbian wandboard test autobuilder <root@raspbian.org> >../octave-tisean_0.2.3-3_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
dpkg-source --after-build .
dpkg-source: info: using options from octave-tisean-0.2.3/debian/source/options: --extend-diff-ignore=src/Makefile|src/config.status|src/config.log|src/source_f/slatec/Makefile
/* confdefs.h */
#define PACKAGE_NAME "OpenAxiom"
#define PACKAGE_TARNAME "openaxiom"
#define PACKAGE_VERSION "1.5.0-2013-06-21"
#define PACKAGE_STRING "OpenAxiom 1.5.0-2013-06-21"
#define PACKAGE_BUGREPORT "open-axiom-bugs@lists.sf.net"
#define PACKAGE_URL ""
#define PACKAGE "openaxiom"
#define VERSION "1.5.0-2013-06-21"
#define OPENAXIOM_BASE_RTS Runtime::sbcl
configure: exit 1
dh_auto_configure: cd build-tree && ../configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=\${prefix}/lib/open-axiom --disable-maintainer-mode --disable-dependency-tracking --with-lisp=sbcl --with-x --disable-gcl returned exit code 1
make: *** [debian/rules:50: configure-stamp] Error 2
cc -c -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/minimap2-2.15+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -O2 -Wc++-compat -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_KALLOC pe.c -o pe.o
cc -c -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/minimap2-2.15+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -O2 -Wc++-compat -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_KALLOC esterr.c -o esterr.o
cc -c -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/minimap2-2.15+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -O2 -Wc++-compat -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_KALLOC splitidx.c -o splitidx.o
cc -c -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/minimap2-2.15+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -O2 -Wc++-compat -msse2 -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_KALLOC ksw2_ll_sse.c -o ksw2_ll_sse.o
cc -c -g -O2 -fdebug-prefix-map=/<<BUILDDIR>>/minimap2-2.15+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -g -Wall -O2 -Wc++-compat -msse4.1 -Wdate-time -D_FORTIFY_SOURCE=2 -DHAVE_KALLOC -DKSW_CPU_DISPATCH ksw2_extz2_sse.c -o ksw2_extz2_sse41.o
cc: error: unrecognized command line option '-msse2'
make[2]: *** [Makefile:51: ksw2_ll_sse.o] Error 1
make[2]: *** Waiting for unfinished jobs....
cc: error: unrecognized command line option '-msse4.1'
make[2]: *** [Makefile:55: ksw2_extz2_sse41.o] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/minimap2-2.15+dfsg'
dh_auto_build: make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/minimap2-2.15+dfsg'
make: *** [debian/rules:6: build-arch] Error 2
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDevice in -lXi... no
checking for XkbQueryExtension in -lxkbui... no
checking for pthread_create in -lpthread... yes
checking for u_strcpy in -lgdraw... yes
checking fontforge/basics.h usability... no
checking fontforge/basics.h presence... no
checking for fontforge/basics.h... no
You must install the include files for fontforge
before building mensis.
make[1]: *** [debian/rules:29: override_dh_auto_configure] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:22: build-arch] Error 2
atomic-asm.S:107: Error: selected processor does not support `ldrexd r4,r5,[r0]' in ARM mode
atomic-asm.S:112: Error: selected processor does not support `strexd r1,r6,r7,[r0]' in ARM mode
atomic-asm.S:115: Error: selected processor does not support `dmb' in ARM mode
atomic-asm.S:130: Error: selected processor does not support `ldrexd r4,r5,[r0]' in ARM mode
atomic-asm.S:135: Error: selected processor does not support `dmb' in ARM mode
atomic-asm.S:136: Error: selected processor does not support `strexd r1,r6,r7,[r0]' in ARM mode
make[3]: *** [Makefile:1345: atomic-asm.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/<<PKGBUILDDIR>>/opal/asm'
make[2]: *** [Makefile:2084: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/opal'
make[1]: *** [Makefile:1383: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:32: build-arch] Error 2
Tail of log for olive on armhf:
glPopMatrix();
^~~~~~~~~~~
QMatrix
ui/viewerwidget.cpp:899:17: error: 'glColor4f' was not declared in this scope
glColor4f(color[0], color[1], color[2], color[3]);
^~~~~~~~~
ui/viewerwidget.cpp:899:17: note: suggested alternative: 'glColorMask'
glColor4f(color[0], color[1], color[2], color[3]);
^~~~~~~~~
glColorMask
make[1]: *** [Makefile:1461: viewerwidget.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:17: build-arch] Error 25
Tail of log for orpie on armhf:
mlgsl_blas.h: In function 'CBLAS_UPLO_val':
mlgsl_blas.h:17:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int]
static inline CBLAS_UPLO_t CBLAS_UPLO_val(v)
^~~~~~~~~~~~~~
mlgsl_blas.h: In function 'CBLAS_DIAG_val':
mlgsl_blas.h:23:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int]
static inline CBLAS_DIAG_t CBLAS_DIAG_val(v)
^~~~~~~~~~~~~~
mlgsl_blas.h: In function 'CBLAS_SIDE_val':
mlgsl_blas.h:29:28: warning: type of 'v' defaults to 'int' [-Wimplicit-int]
static inline CBLAS_SIDE_t CBLAS_SIDE_val(v)
^~~~~~~~~~~~~~
make[1]: *** [Makefile:219: gsl/mlgsl_blas.o] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build-stamp] Error 2
libtool: link: (cd ".libs" && rm -f "libocxt.so" && ln -s "libocxt.so.0.0.0" "libocxt.so")
libtool: link: ( cd ".libs" && rm -f "libocxt.la" && ln -s "../libocxt.la" "libocxt.la" )
make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/oc'
make[5]: *** [Makefile:562: all] Error 2
make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/oc'
make[4]: *** [Makefile:519: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:656: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:514: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: build-arch] Error 2
Checking for C library rt... yes
Checking for C header file sys/epoll.h... yes
Checking for C header file byteswap.h... yes
Checking for C header file endian.h... yes
Checking for C++ header file boost/shared_ptr.hpp... yes
Checking for C++ header file tr1/unordered_map... yes
Checking for C++ library boost_program_options... yes
Checking for __sync_fetch_and_add_8() in C library atomic... yes
Checking for C++ header file asio.hpp... yes
Checking for C++ header file asio/ssl.hpp... no
ssl support required but asio/ssl.hpp not found or not usable
compile with ssl=0 or check that openssl devel headers are usable
make[1]: *** [debian/rules:15: override_dh_auto_build] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: build-arch] Error 2
src/csoundengine.cpp:67:35: required from here
/usr/include/qt4/QtCore/qvector.h:503:25: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'QVector<QString>::Data' {aka 'struct QVectorTypedData<QString>'} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
::memcpy(x.p, p, sizeOfTypedData() + (qMin(aalloc, d->alloc) - 1) * sizeof(T));
~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/qt4/QtCore/qxmlstream.h:50,
from /usr/include/qt4/QtCore/QtCore:3,
from src/csoundengine.h:26,
from src/csoundengine.cpp:23:
/usr/include/qt4/QtCore/qvector.h:94:8: note: 'QVector<QString>::Data' {aka 'struct QVectorTypedData<QString>'} declared here
struct QVectorTypedData : private QVectorData
^~~~~~~~~~~~~~~~
make[1]: *** [Makefile:785: build/doubles/release/obj/csoundengine.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 2
from src/perftest_communication.h:45,
from src/perftest_communication.c:17:
src/get_clock.h:109:2: warning: #warning get_cycles not implemented for this architecture: attempt asm/timex.h [-Wcpp]
#warning get_cycles not implemented for this architecture: attempt asm/timex.h
^~~~~~~
src/get_clock.h:110:10: fatal error: asm/timex.h: No such file or directory
#include <asm/timex.h>
^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:844: src/perftest_communication.o] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/perftest-4.4+0.5'
make[1]: *** [Makefile:571: all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/perftest-4.4+0.5'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:7: build-arch] Error 2
headerNextIterator(sIter, &tag, &type, (void *) &p, &count);) {
^~~~~~~~~~~~~~~~~~
headerInitIterator
rpmopen.c: In function 'rpmOpen':
rpmopen.c:1052:20: error: storage size of 'lead' isn't known
struct rpmlead lead;
^~~~
rpmopen.c:1140:9: warning: implicit declaration of function 'fdClose'; did you mean 'fclose'? [-Wimplicit-function-declaration]
fdClose(fd);
^~~~~~~
fclose
make[1]: *** [Makefile:514: rpmopen.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:7: build-arch] Error 2
glPopMatrix();
^~~~~~~~~~~
QMatrix
ui/viewerwidget.cpp:899:17: error: 'glColor4f' was not declared in this scope
glColor4f(color[0], color[1], color[2], color[3]);
^~~~~~~~~
ui/viewerwidget.cpp:899:17: note: suggested alternative: 'glColorMask'
glColor4f(color[0], color[1], color[2], color[3]);
^~~~~~~~~
glColorMask
make[1]: *** [Makefile:1461: viewerwidget.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:17: build-arch] Error 25
png_error_ptr
i_sshot.c:234:32: note: each undeclared identifier is reported only once for each function it appears in
i_sshot.c:282:43: error: 'png_infopp_NULL' undeclared (first use in this function); did you mean 'png_infopp'?
png_destroy_write_struct(&png_ptr, png_infopp_NULL);
^~~~~~~~~~~~~~~
png_infopp
make[4]: *** [Makefile:242: i_sshot.o] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/prboom-2.5.0+dfsg1/src/SDL'
make[3]: *** [Makefile:460: all-recursive] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/prboom-2.5.0+dfsg1/src'
make[2]: *** [Makefile:285: all-recursive] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/prboom-2.5.0+dfsg1'
make[1]: *** [Makefile:205: all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/prboom-2.5.0+dfsg1'
make: *** [debian/rules:28: build-stamp] Error 2
../3rdparty/v8/src/objects.h:7486:36: error: left operand of shift expression '(-8 << 26)' is negative [-fpermissive]
(~kMaxCachedArrayIndexLength << kArrayIndexHashLengthShift) |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:910: .obj/accessors.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [Makefile:1348: .obj/ast.o] Error 1
make[3]: *** [Makefile:1230: .obj/assembler.o] Error 1
make[3]: *** [Makefile:1083: .obj/api.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/v8'
make[2]: *** [Makefile:89: sub-v8-make_first-ordered] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:46: sub-src-make_first] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:14: build-arch] Error 25
make[4]: Leaving directory '/<<PKGBUILDDIR>>/ext/objspace'
gcc -I. -I../../../.ext/include/arm-linux-gnueabihf -I../../.././include -I../../.././ext/dl/callback -I../../.././ext/dl/callback/.. -DRUBY_EXTCONF_H=\"extconf.h\" -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -o callback-8.o -c callback-8.c
rm -f ../../.ext/arm-linux-gnueabihf/nkf.so
gcc -shared -o ../../.ext/arm-linux-gnueabihf/nkf.so nkf.o -L. -L../.. -L. -Wl,-z,relro -L/<<PKGBUILDDIR>>/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc
make[4]: Leaving directory '/<<PKGBUILDDIR>>/ext/nkf'
rm -f ../../../.ext/arm-linux-gnueabihf/dl/callback.so
gcc -shared -o ../../../.ext/arm-linux-gnueabihf/dl/callback.so callback.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../../.. -L. -Wl,-z,relro -L/<<PKGBUILDDIR>>/debian/lib -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.1 -lpthread -lgmp -ldl -lcrypt -lm -lc
make[4]: Leaving directory '/<<PKGBUILDDIR>>/ext/dl/callback'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [uncommon.mk:180: build-ext] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 main V=1 returned exit code 2
make[1]: *** [debian/rules:67: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:49: build-arch] Error 2
from /usr/include/openssl/bio.h:13,
from ./src/tlsdate-helper.h:37,
from src/tlsdate-helper.c:78:
/usr/include/openssl/ssl.h:1879:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void))
^~~~~~~~~~~~~~~~~~
src/tlsdate-helper.c:1207:27: error: dereferencing pointer to incomplete type 'SSL' {aka 'struct ssl_st'}
memcpy(&result_time, ssl->s3->server_random, sizeof (uint32_t));
^~
make[2]: *** [Makefile:2037: src/tlsdate_helper-tlsdate-helper.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:1428: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:25: build-arch] Error 2
^~~~~
/<<PKGBUILDDIR>>/third_party/coro/coro.c:480:14: error: 'NUM_SAVED' undeclared (first use in this function)
ctx->sp -= NUM_SAVED;
^~~~~~~~~
/<<PKGBUILDDIR>>/third_party/coro/coro.c:480:14: note: each undeclared identifier is reported only once for each function it appears in
/<<PKGBUILDDIR>>/third_party/coro/coro.c:494:4: error: #error unsupported architecture
#error unsupported architecture
^~~~~
make[3]: *** [CMakeFiles/coro.dir/build.make:66: CMakeFiles/coro.dir/third_party/coro/coro.c.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:283: CMakeFiles/coro.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:155: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 2
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define DSFMT_MEXP 521
#define HAVE_SSE2 1
#define HAVE_LIBJUDY 1
#define HAVE_JUDY_H 1
#define HAVE_ARCHIVE_H 1
#define HAVE_LIBARCHIVE 1
configure: exit 1
dh_auto_configure: ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --libexecdir=\${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking returned exit code 1
make: *** [debian/rules:10: build-arch] Error 2
checking for dlfcn.h... yes
checking for dlopen in -ldl... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gfortran... gfortran
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking how to get verbose linking output from gfortran... -v
checking for Fortran libraries of gfortran... -L/usr/lib/gcc/arm-linux-gnueabihf/8 -L/usr/lib/gcc/arm-linux-gnueabihf/8/../../../arm-linux-gnueabihf -L/usr/lib/gcc/arm-linux-gnueabihf/8/../../.. -L/lib/arm-linux-gnueabihf -L/usr/lib/arm-linux-gnueabihf -lgfortran -lm
checking for dummy main to link with Fortran libraries... none
checking for Fortran name-mangling scheme... lower case, underscore, no extra underscore
checking for the slang library and header files ... no
configure: error: unable to find the slang library and header file slang.h
make: *** [/usr/share/cdbs/1/class/autotools.mk:46: debian/stamp-autotools] Error 1
Tail of log for osrm on armhf:
/usr/bin/c++ -DBOOST_TEST_DYN_LINK -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/third_party -I/<<PKGBUILDDIR>>/third_party/libosmium/include -I/usr/include/luabind -I/usr/include/lua5.2 -I/usr/include/osmpbf -I/usr/include/gdal -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -flto -Wall -pedantic -fPIC -fdiagnostics-color=auto -std=c++11 -fopenmp -O3 -DNDEBUG -o CMakeFiles/OSRM.dir/algorithms/polyline_formatter.cpp.o -c /<<PKGBUILDDIR>>/algorithms/polyline_formatter.cpp
[ 54%] Building CXX object CMakeFiles/OSRM.dir/server/http/reply.cpp.o
/usr/bin/c++ -DBOOST_TEST_DYN_LINK -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/third_party -I/<<PKGBUILDDIR>>/third_party/libosmium/include -I/usr/include/luabind -I/usr/include/lua5.2 -I/usr/include/osmpbf -I/usr/include/gdal -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -flto -Wall -pedantic -fPIC -fdiagnostics-color=auto -std=c++11 -fopenmp -O3 -DNDEBUG -o CMakeFiles/OSRM.dir/server/http/reply.cpp.o -c /<<PKGBUILDDIR>>/server/http/reply.cpp
[ 56%] Linking CXX static library libOSRM.a
/usr/bin/cmake -P CMakeFiles/OSRM.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/OSRM.dir/link.txt --verbose=1
/usr/bin/gcc-ar qc libOSRM.a CMakeFiles/OSRM.dir/library/osrm_impl.cpp.o CMakeFiles/OSRM.dir/descriptors/description_factory.cpp.o CMakeFiles/OSRM.dir/data_structures/route_parameters.cpp.o CMakeFiles/OSRM.dir/data_structures/search_engine_data.cpp.o CMakeFiles/OSRM.dir/util/bearing.cpp.o CMakeFiles/OSRM.dir/algorithms/douglas_peucker.cpp.o CMakeFiles/OSRM.dir/algorithms/polyline_compressor.cpp.o CMakeFiles/OSRM.dir/algorithms/polyline_formatter.cpp.o CMakeFiles/OSRM.dir/server/http/reply.cpp.o CMakeFiles/ANGLE.dir/util/compute_angle.cpp.o CMakeFiles/COORDINATE.dir/data_structures/coordinate.cpp.o CMakeFiles/COORDINATE.dir/data_structures/coordinate_calculation.cpp.o CMakeFiles/GITDESCRIPTION.dir/util/git_sha.cpp.o CMakeFiles/FINGERPRINT.dir/util/fingerprint.cpp.o CMakeFiles/LOGGER.dir/util/simple_logger.cpp.o CMakeFiles/PHANTOMNODE.dir/data_structures/phantom_node.cpp.o CMakeFiles/EXCEPTION.dir/util/osrm_exception.cpp.o CMakeFiles/MERCATOR.dir/util/mercator.cpp.o CMakeFiles/IMPORT.dir/data_structures/external_memory_node.cpp.o CMakeFiles/IMPORT.dir/data_structures/import_edge.cpp.o
/usr/bin/gcc-ranlib libOSRM.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
[ 56%] Built target OSRM
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 returned exit code 2
make: *** [debian/rules:6: build-arch] Error 2
Tail of log for acl2 on armhf:
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/acl2/usr/lib/acl2-8.0dfsg/saved_acl2 was not linked against libopcodes-2.31.1-system.so (it uses none of the library's symbols)
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'acl2-infix' in '../acl2-infix_8.0dfsg-1_armhf.deb'.
dpkg-deb: building package 'acl2-books' in '../acl2-books_8.0dfsg-1_armhf.deb'.
dpkg-deb: building package 'acl2' in '../acl2_8.0dfsg-1_armhf.deb'.
dpkg-genbuildinfo --build=any
dpkg-genchanges --build=any -mRaspbian wandboard test autobuilder <root@raspbian.org> >../acl2_8.0dfsg-1_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
dpkg-source --after-build .
=== RUN TestBadVotes
--- PASS: TestBadVotes (0.05s)
=== RUN TestConflicts
--- PASS: TestConflicts (0.11s)
=== RUN TestMakeCommit
--- PASS: TestMakeCommit (0.12s)
=== RUN TestVoteSignable
--- PASS: TestVoteSignable (0.00s)
PASS
ok github.com/tendermint/tendermint/types 9.364s
? github.com/tendermint/tendermint/version [no test files]
dh_auto_test: cd obj-arm-linux-gnueabihf && go test -vet=off -v -p 1 github.com/tendermint/tendermint/benchmarks github.com/tendermint/tendermint/benchmarks/proto github.com/tendermint/tendermint/benchmarks/simu github.com/tendermint/tendermint/blockchain github.com/tendermint/tendermint/cmd/tendermint github.com/tendermint/tendermint/config/tendermint github.com/tendermint/tendermint/config/tendermint_test github.com/tendermint/tendermint/consensus github.com/tendermint/tendermint/fail-test github.com/tendermint/tendermint/mempool github.com/tendermint/tendermint/node github.com/tendermint/tendermint/proxy github.com/tendermint/tendermint/rpc/core github.com/tendermint/tendermint/rpc/core/types github.com/tendermint/tendermint/rpc/grpc github.com/tendermint/tendermint/rpc/test github.com/tendermint/tendermint/state github.com/tendermint/tendermint/test/app github.com/tendermint/tendermint/types github.com/tendermint/tendermint/version returned exit code 1
make[1]: *** [debian/rules:9: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/tendermint-0.8.0+git20170113.0.764091d'
make: *** [debian/rules:6: build-arch] Error 2
Tail of log for tulip on armhf:
^~~~~~
/<<PKGBUILDDIR>>/thirdparty/OGDF/include/ogdf/basic/DisjointSets.h:195:5: error: there are no arguments to 'memcpy' that depend on a template parameter, so a declaration of 'memcpy' must be available [-fpermissive]
memcpy(this->siblings,siblings,sizeof(int)*this->maxNumberOfElements);
^~~~~~
make[4]: *** [thirdparty/OGDF/CMakeFiles/OGDF-tulip-4.8.dir/build.make:3108: thirdparty/OGDF/CMakeFiles/OGDF-tulip-4.8.dir/src/ogdf/basic/DisjointSets.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[3]: *** [CMakeFiles/Makefile2:220: thirdparty/OGDF/CMakeFiles/OGDF-tulip-4.8.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [Makefile:133: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: build-arch] Error 2
/usr/bin/make
make[1]: Entering directory '/<<PKGBUILDDIR>>'
Making all in src
make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
gcc -DPACKAGE=\"WMMail\" -DVERSION=\"0.64\" -DHAVE_LIBNSL=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 -DHAVE_LIBXPM=1 -DHAVE_LIBWUTIL=1 -DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DRETSIGTYPE=int -DHAVE_VPRINTF=1 -DHAVE_SOCKET=1 -DHAVE_STRSTR=1 -I. -I. -g -O2 -I -c global.c
In file included from global.c:27:
wmmail.h:32:10: fatal error: WINGs/proplist-compat.h: No such file or directory
#include <WINGs/proplist-compat.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [Makefile:247: global.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:125: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: build-stamp] Error 2
src/Makefile.am:8: warning: source file 'modules/vlog.c' is in a subdirectory,
src/Makefile.am:8: but option 'subdir-objects' is disabled
src/Makefile.am:8: warning: source file 'modules/vban.c' is in a subdirectory,
src/Makefile.am:8: but option 'subdir-objects' is disabled
src/Makefile.am:8: warning: source file 'modules/curl.c' is in a subdirectory,
src/Makefile.am:8: but option 'subdir-objects' is disabled
src/Makefile.am:8: warning: source file 'modules/vdirect.c' is in a subdirectory,
src/Makefile.am:8: but option 'subdir-objects' is disabled
src/Makefile.am:8: warning: source file 'modules/vac_register.c' is in a subdirectory,
src/Makefile.am:8: but option 'subdir-objects' is disabled
src/Makefile.am: installing './depcomp'
parallel-tests: installing './test-driver'
autoreconf: automake failed with exit status: 1
dh_autoreconf: autoreconf -f -i returned exit code 1
make: *** [debian/rules:46: build-arch] Error 2
/<<PKGBUILDDIR>>/sdrbase/gui/glscope.cpp:284:12: error: 'GL_LINE_SMOOTH' was not declared in this scope
glEnable(GL_LINE_SMOOTH);
^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/sdrbase/gui/glscope.cpp:284:12: note: suggested alternative: 'GL_LINE_LOOP'
glEnable(GL_LINE_SMOOTH);
^~~~~~~~~~~~~~
GL_LINE_LOOP
make[3]: *** [CMakeFiles/sdrbase.dir/build.make:439: CMakeFiles/sdrbase.dir/sdrbase/gui/glscope.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:76: CMakeFiles/sdrbase.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:87: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j1 returned exit code 2
make: *** [debian/rules:14: build-arch] Error 2
[ 0%] Built target KokkosKernels_copy_files_for_kk_tests
[ 0%] Built target TeuchosParameterList_CopyExampleXmlFiles
[ 0%] Linking CXX shared library libtrilinos_kokkos_gtest.so
cd /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/packages/kokkos/core/unit_test && /usr/bin/cmake -E cmake_link_script CMakeFiles/trilinos_kokkos_gtest.dir/link.txt --verbose=1
/usr/bin/mpicxx -fPIC -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -shared -Wl,-soname,libtrilinos_kokkos_gtest.so.12 -o libtrilinos_kokkos_gtest.so.12.12.1 CMakeFiles/trilinos_kokkos_gtest.dir/__/__/tpls/gtest/gtest/gtest-all.cc.o /usr/lib/arm-linux-gnueabihf/libdl.so
cd /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/packages/kokkos/core/unit_test && /usr/bin/cmake -E cmake_symlink_library libtrilinos_kokkos_gtest.so.12.12.1 libtrilinos_kokkos_gtest.so.12 libtrilinos_kokkos_gtest.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
[ 0%] Built target trilinos_kokkos_gtest
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [Makefile:166: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:81: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:70: build-arch] Error 2
from neon_memsets.c:30:
/usr/include/xorg/servermd.h:51:2: error: #error Drivers must include xorg-server.h before any other xserver headers
#error Drivers must include xorg-server.h before any other xserver headers
^~~~~
/usr/include/xorg/servermd.h:52:2: error: #error xserver code must include dix-config.h before any other headers
#error xserver code must include dix-config.h before any other headers
^~~~~
make[3]: *** [Makefile:550: neon_memsets.lo] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/xf86-video-msm-1.0.1+git20100122.5f7df591/src'
make[2]: *** [Makefile:426: all-recursive] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/xf86-video-msm-1.0.1+git20100122.5f7df591'
make[1]: *** [Makefile:358: all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/xf86-video-msm-1.0.1+git20100122.5f7df591'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:8: build-arch] Error 2
/usr/include/c++/8/bits/stl_vector.h:1085:4: note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<PacBio::Align::Seed*, std::vector<PacBio::Align::Seed> >’ changed in GCC 7.1
_M_realloc_insert(end(), __x);
^~~~~~~~~~~~~~~~~
[ 50%] Linking CXX static library libunanimity.a
cd /<<BUILDDIR>>/unanimity-3.3.0+dfsg/build/src && /usr/bin/cmake -P CMakeFiles/unanimity.dir/cmake_clean_target.cmake
cd /<<BUILDDIR>>/unanimity-3.3.0+dfsg/build/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/unanimity.dir/link.txt --verbose=1
/usr/bin/ar qc libunanimity.a CMakeFiles/unanimity.dir/genomicconsensus/experimental/Consensus.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/ConsensusModelFactory.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/Filters.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/GenomicConsensus.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/IPoaModel.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/Input.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/Intervals.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/Output.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/Settings.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/Sorting.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/Workflow.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/arrow/ArrowModel.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/io/FastaWriter.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/io/FastqWriter.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/io/GffWriter.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/io/VcfWriter.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/plurality/PluralityModel.cpp.o CMakeFiles/unanimity.dir/genomicconsensus/experimental/poa/PoaModel.cpp.o CMakeFiles/unanimity.dir/ChemistryMapping.cpp.o CMakeFiles/unanimity.dir/ChemistryTriple.cpp.o CMakeFiles/unanimity.dir/Interval.cpp.o CMakeFiles/unanimity.dir/ReadId.cpp.o CMakeFiles/unanimity.dir/SparsePoa.cpp.o CMakeFiles/unanimity.dir/SubreadResultCounter.cpp.o CMakeFiles/unanimity.dir/Timer.cpp.o CMakeFiles/unanimity.dir/Utility.cpp.o CMakeFiles/unanimity.dir/ConsensusSettings.cpp.o
/usr/bin/ranlib libunanimity.a
make[3]: Leaving directory '/<<BUILDDIR>>/unanimity-3.3.0+dfsg/build'
[ 50%] Built target unanimity
make[2]: Leaving directory '/<<BUILDDIR>>/unanimity-3.3.0+dfsg/build'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/unanimity-3.3.0+dfsg/build'
dh_auto_build: cd build && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:28: build-arch] Error 2
config/py-compile config.log
find po -name "*.gmo" -exec rm -f {} \;
find po -name "stamp-po" -exec rm -f {} \;
rm -f config.sub config.guess
/usr/bin/make -f /usr/share/quilt/quilt.make unpatch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
QUILT_PATCHES=debian/patches \
quilt --quiltrc /dev/null pop -a -R || test $? = 2
No patch removed
rm -rf .pc debian/stamp-patched
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_clean
dh_clean: Compatibility levels before 9 are deprecated (level 7 in use)
debian/rules build-arch
make: *** No rule to make target 'build-arch'. Stop.
Tail of log for qtox on armhf:
/usr/bin/c++ -DENABLE_SYSTRAY_GTK_BACKEND=1 -DENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=1 -DGIT_DESCRIBE=\"v1.16.3-2-debian\" -DGIT_VERSION="\"build without git\"" -DLOG_TO_FILE=1 -DQTOX_PLATFORM_EXT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_MESSAGELOGCONTEXT=1 -DQT_NETWORK_LIB -DQT_NO_DEBUG -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DTIMESTAMP="(disabled)" -I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/qtox_autogen/include -I/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf -I/<<PKGBUILDDIR>> -I/usr/include/arm-linux-gnueabihf -I/usr/include/libexif -I/usr/include/sqlcipher -I/usr/include/opus -I/usr/include/AL -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/arm-linux-gnueabihf/gtk-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/fribidi -I/usr/include/freetype2 -I/usr/include/libpng16 -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -isystem /usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtOpenGL -isystem /usr/include/arm-linux-gnueabihf/qt5/QtWidgets -isystem /usr/include/arm-linux-gnueabihf/qt5/QtSvg -isystem /usr/include/arm-linux-gnueabihf/qt5/QtXml -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fno-exceptions -fno-rtti -Wstrict-overflow -Wstrict-aliasing -fstack-protector-all -Wstack-protector -pthread -pthread -fPIC -std=gnu++11 -o CMakeFiles/qtox.dir/qtox_autogen/mocs_compilation.cpp.o -c /<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf/qtox_autogen/mocs_compilation.cpp
[ 85%] Linking CXX executable qtox
/usr/bin/cmake -E cmake_link_script CMakeFiles/qtox.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fno-exceptions -fno-rtti -Wstrict-overflow -Wstrict-aliasing -fstack-protector-all -Wstack-protector -pthread -pthread -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,-z,now -Wl,-z,relro -rdynamic CMakeFiles/qtox.dir/qrc_res.cpp.o CMakeFiles/qtox.dir/qrc_translations.cpp.o CMakeFiles/qtox.dir/qrc_emojione.cpp.o CMakeFiles/qtox.dir/qrc_smileys.cpp.o CMakeFiles/qtox.dir/src/main.cpp.o CMakeFiles/qtox.dir/qtox_autogen/mocs_compilation.cpp.o -o qtox libqtox_static.a /usr/lib/arm-linux-gnueabihf/libQt5Network.so.5.11.3 /usr/lib/arm-linux-gnueabihf/libQt5OpenGL.so.5.11.3 /usr/lib/arm-linux-gnueabihf/libQt5Svg.so.5.11.3 /usr/lib/arm-linux-gnueabihf/libQt5Widgets.so.5.11.3 /usr/lib/arm-linux-gnueabihf/libQt5Xml.so.5.11.3 -lavcodec -lavdevice -lavformat -lavutil -lexif -lqrencode -lsodium -lswscale -lsqlcipher -lvpx -lm -ltoxcore -lopenal -lX11 -lXss -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lglib-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype /usr/lib/arm-linux-gnueabihf/libQt5Gui.so.5.11.3 /usr/lib/arm-linux-gnueabihf/libQt5Core.so.5.11.3 -lgdk_pixbuf-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype
/usr/bin/ld: libqtox_static.a(camerasource.cpp.o): undefined reference to symbol '__atomic_fetch_add_8@@LIBATOMIC_1.0'
/usr/bin/ld: //usr/lib/arm-linux-gnueabihf/libatomic.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/qtox.dir/build.make:3267: qtox] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:190: CMakeFiles/qtox.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:144: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:17: build-arch] Error 2
/usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:374: undefined reference to `__atomic_store_8'
/usr/bin/ld: build/SimpleDecoder.a(include_juce_audio_formats_15f82001.o): in function `juce::BufferingAudioReader::readSamples(int**, int, int, long long, int)':
/usr/include/c++/8/bits/atomic_base.h:374: undefined reference to `__atomic_store_8'
/usr/bin/ld: build/SimpleDecoder.a(include_juce_audio_formats_15f82001.o): in function `juce::BufferingAudioReader::readNextBufferChunk()':
/usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:133: build/SimpleDecoder.so] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/SimpleDecoder/Builds/LinuxMakefile'
make[2]: *** [Makefile:119: SimpleDecoder-LinuxMakefile-build] Error 2
rm SimpleDecoder/Builds/LinuxMakefile/Makefile
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:42: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:39: binary-arch] Error 2
Tail of log for cone on armhf:
myserverremoteconfig.C: In member function 'mail::account* myServer::remoteConfig::login2()':
myserverremoteconfig.C:145:11: error: cannot convert 'bool' to 'mail::account*' in return
return false;
^~~~~
make[5]: *** [Makefile:849: myserverremoteconfig.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/cone'
make[4]: *** [Makefile:970: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/cone'
make[3]: *** [Makefile:617: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/cone'
make[2]: *** [Makefile:370: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:275: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 2
One run: 25.35 ms (versus 69.63 ms for singled threaded)
One run: 22.53 ms (versus 69.99 ms for singled threaded)
One run: 77.38 ms (versus 144.28 ms for numpy.fft)
One run: 76.87 ms (versus 140.76 ms for numpy.fft)
One run: 28.20 ms (versus 135.07 ms for numpy.fft)
One run: 33.30 ms (versus 139.07 ms for numpy.fft)
One run: 71.01 ms (versus 84.16 ms for numpy.fft)
One run: 71.24 ms (versus 84.03 ms for numpy.fft)
One run: 36.17 ms (versus 85.94 ms for numpy.fft)
One run: 36.13 ms (versus 86.03 ms for numpy.fft)
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython2_2.7_pyfftw/build; python2.7 -m unittest discover -v
dh_auto_test: pybuild --test -i python{version} -p 2.7 returned exit code 13
make[1]: *** [debian/rules:36: override_dh_auto_test] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: build-arch] Error 2
Process ID: 28362
Checked locale: "C"
v.mainwindow: Initialization property browser.
v.mainwindow: Initialization groups dock.
Can't get tag Groups.
v.mainwindow: Updating recent fi
Loc: [tst_valentinacommandline.cpp(296)]
PASS : TST_ValentinaCommandLine::cleanupTestCase()
Totals: 36 passed, 8 failed, 0 skipped, 0 blacklisted, 2703415ms
********* Finished testing of TST_ValentinaCommandLine *********
make[2]: *** [Makefile:441: check] Error 8
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src/test/CollectionTest'
make[1]: *** [debian/rules:34: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary-arch] Error 2
/usr/bin/ld: ../plib/.libs/libfem.a(geo_nearest.o):(.data.rel.ro+0x0): multiple definition of `typeinfo for rheolef::geo_base_rep<double, rheolef::sequential>'; ../plib/.libs/libfem.a(geo.o):(.data.rel.ro+0x0): first defined here
/usr/bin/ld: ../plib/.libs/libfem.a(geo_nearest.o):(.rodata+0x2c): multiple definition of `typeinfo name for rheolef::geo_rep<double, rheolef::sequential>'; ../plib/.libs/libfem.a(geo.o):(.rodata+0x2c): first defined here
/usr/bin/ld: ../plib/.libs/libfem.a(geo_nearest.o):(.data.rel.ro+0xc): multiple definition of `typeinfo for rheolef::geo_rep<double, rheolef::sequential>'; ../plib/.libs/libfem.a(geo.o):(.data.rel.ro+0xc): first defined here
/usr/bin/ld: ../plib/.libs/libfem.a(geo_domain_indirect_seq.o):(.rodata+0x3c): multiple definition of `typeinfo name for rheolef::geo_domain_indirect_rep<double, rheolef::sequential>'; ../plib/.libs/libfem.a(geo_domain_indirect.o):(.rodata+0x0): first defined here
/usr/bin/ld: ../plib/.libs/libfem.a(geo_domain_indirect_seq.o):(.data.rel.ro+0xc): multiple definition of `typeinfo for rheolef::geo_domain_indirect_rep<double, rheolef::sequential>'; ../plib/.libs/libfem.a(geo_domain_indirect.o):(.data.rel.ro+0x0): first defined here
/usr/bin/ld: ../plib/.libs/libfem.a(geo_domain_seq.o):(.rodata+0x0): multiple definition of `typeinfo name for rheolef::geo_rep<double, rheolef::sequential>'; ../plib/.libs/libfem.a(geo.o):(.rodata+0x2c): first defined here
/usr/bin/ld: ../plib/.libs/libfem.a(geo_domain_seq.o):(.data.rel.ro+0x0): multiple definition of `typeinfo for rheolef::geo_rep<double, rheolef::sequential>'; ../plib/.libs/libfem.a(geo.o):(.data.rel.ro+0xc): first defined here
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:628: librheolef.la] Error 1
make[3]: *** [Makefile:544: all] Error 2
make[2]: *** [Makefile:471: all-recursive] Error 1
make[1]: *** [Makefile:554: all-recursive] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:30: build-arch] Error 2
make[3]: *** [src/CMakeFiles/colmap.dir/build.make:1008: src/CMakeFiles/colmap.dir/ui/automatic_reconstruction_widget.cc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
In file included from /<<PKGBUILDDIR>>/src/ui/main_window.h:50,
from /<<PKGBUILDDIR>>/src/ui/bundle_adjustment_widget.cc:35:
/<<PKGBUILDDIR>>/src/ui/model_viewer_widget.h:55:63: error: expected class-name before '{' token
protected QOpenGLFunctions_3_2_Core {
^
make[3]: *** [src/CMakeFiles/colmap.dir/build.make:1021: src/CMakeFiles/colmap.dir/ui/bundle_adjustment_widget.cc.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:672: src/CMakeFiles/colmap.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:133: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:28: build-arch] Error 2
/usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:434: undefined reference to `__atomic_compare_exchange_8'
collect2: error: ld returned 1 exit status
make[4]: *** [test/unit/CMakeFiles/gatb-core-cppunit.dir/build.make:440: bin/None/gatb-core-cppunit] Error 1
make[4]: Leaving directory '/<<BUILDDIR>>/gatb-core-1.4.1+git20181225.44d5a44+dfsg/obj-arm-linux-gnueabihf'
make[3]: *** [CMakeFiles/Makefile2:338: test/unit/CMakeFiles/gatb-core-cppunit.dir/all] Error 2
make[3]: Leaving directory '/<<BUILDDIR>>/gatb-core-1.4.1+git20181225.44d5a44+dfsg/obj-arm-linux-gnueabihf'
make[2]: *** [Makefile:155: all] Error 2
make[2]: Leaving directory '/<<BUILDDIR>>/gatb-core-1.4.1+git20181225.44d5a44+dfsg/obj-arm-linux-gnueabihf'
dh_auto_build: cd obj-arm-linux-gnueabihf && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:13: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/gatb-core-1.4.1+git20181225.44d5a44+dfsg'
make: *** [debian/rules:10: build-arch] Error 2
Tail of log for agda on armhf:
[156 of 338] Compiling Agda.Compiler.Treeless.Uncase ( src/full/Agda/Compiler/Treeless/Uncase.hs, dist-ghc/build/Agda/Compiler/Treeless/Uncase.o )
[157 of 338] Compiling Agda.Compiler.Treeless.AsPatterns ( src/full/Agda/Compiler/Treeless/AsPatterns.hs, dist-ghc/build/Agda/Compiler/Treeless/AsPatterns.o )
[158 of 338] Compiling Agda.TypeChecking.Serialise.Base ( src/full/Agda/TypeChecking/Serialise/Base.hs, dist-ghc/build/Agda/TypeChecking/Serialise/Base.o )
ghc: panic! (the 'impossible' happened)
(GHC version 8.4.4 for arm-unknown-linux):
tyThingCoAxiom
Identifier ‘fromDescListWithKey’
Call stack:
CallStack (from HasCallStack):
callStackDoc, called at compiler/utils/Outputable.hs:1150:37 in ghc:Outputable
pprPanic, called at compiler/main/HscTypes.hs:2153:32 in ghc:HscTypes
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:147: build-ghc-stamp] Error 1
Tail of log for flang on armhf:
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/runtime/libpgmath'
Install the project...
-- Install configuration: ""
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libpgmath.so.0d
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libpgmath.so
-- Installing: /<<PKGBUILDDIR>>/debian/tmp/usr/lib/libpgmath.a
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/runtime/libpgmath'
# Do in install scripts; fails within pdebuild, why ?
( cd debian/build/stage2 && make VERBOSE=1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp )
make[2]: Entering directory '/<<PKGBUILDDIR>>/debian/build/stage2'
make[2]: *** No rule to make target 'install'. Stop.
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build/stage2'
make[1]: *** [debian/rules:66: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:14: binary-arch] Error 2
from ../../third_party/blink/renderer/platform/heap/heap_allocator.h:12,
from ../../third_party/blink/renderer/platform/heap/handle.h:35,
from ../../third_party/blink/renderer/platform/bindings/script_state.h:13,
from ../../third_party/blink/renderer/bindings/core/v8/script_value.h:37,
from ../../third_party/blink/renderer/bindings/core/v8/script_promise.h:35,
from ../../third_party/blink/renderer/core/fullscreen/document_fullscreen.h:29,
from ./../../third_party/blink/renderer/core/fullscreen/document_fullscreen.cc:26,
from gen/third_party/blink/renderer/core/fullscreen/fullscreen_jumbo_1.cc:5:
../../third_party/blink/renderer/platform/heap/member.h:204:7: note: 'class blink::Member<blink::SVGTransform>' declared here
class Member : public MemberBase<T, TracenessMemberConfiguration::kTraced> {
^~~~~~
ninja: build stopped: subcommand failed.
make[1]: *** [debian/rules:139: override_dh_auto_build-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:120: binary-arch] Error 2
BinNMU changelog for nbibtex on armhf:
rebuild due to debcheck failure
executing: latex \nonstopmode \input{nbib.tex}
compiling nbib.tex...
executing: latex \nonstopmode \input{nbib.tex}
compiling nbib.tex...
executing: latex \nonstopmode \input{nbib.tex}
compiling nbib.tex...
executing: latex \nonstopmode \input{nbib.tex}
compiling nbib.tex...
executing: latex \nonstopmode \input{nbib.tex}
[depend] while making nbib.dvi: file contents does not seem to settle
There were errors compiling nbib.aux.
make[1]: *** [Makefile:56: nbib.ps] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2
BinNMU changelog for bashdb on armhf:
rebuild due to debcheck failure
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define PACKAGE bashdb
#define VERSION 4.3-0.91
#define PACKAGE bashdb
#define VERSION 4.3-0.91
configure: exit 1
dh_auto_configure: ./configure --build=arm-linux-gnueabihf --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/arm-linux-gnueabihf --libexecdir=\${prefix}/lib/arm-linux-gnueabihf --disable-maintainer-mode --disable-dependency-tracking --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --with-bash-src=/usr/include/bash/ returned exit code 1
make[1]: *** [debian/rules:19: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/bashdb-4.3.0.91+ds'
make: *** [debian/rules:16: build-arch] Error 2
src/qmpwidget/qmpwidget.cpp:166:25: note: suggested alternative: 'glVertexAttrib2f'
glTexCoord2f(0, 0); glVertex2f(-1, -1);
^~~~~~~~~~
glVertexAttrib2f
src/qmpwidget/qmpwidget.cpp:170:5: error: 'glEnd' was not declared in this scope
glEnd();
^~~~~
src/qmpwidget/qmpwidget.cpp:170:5: note: suggested alternative: 'glInit'
glEnd();
^~~~~
glInit
make[1]: *** [Makefile:1155: qmpwidget.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:18: build-arch] Error 2
Tail of log for perl on armhf:
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/pod2usage'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/enc2xs'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/h2ph'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/ptardiff'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/pl2pm'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/cpan'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/corelist'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/ptar'
dpkg-gencontrol: warning: Depends field of package perl: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-deb: building package 'perl' in '../perl_5.28.1-6+deb10u1_armhf.deb'.
dpkg-genbuildinfo --build=any
dpkg-genchanges --build=any -mRaspbian mythic lxc autobuilder 1 <root@raspbian.org> >../perl_5.28.1-6+deb10u1_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
dpkg-source --after-build .
dpkg-source: info: using options from perl-5.28.1/debian/source/options: --tar-ignore=debian/.git-dpm
dpkg-shlibdeps: warning: symbol __aeabi_atexit@CXXABI_ARM_1.3.3 used by debian/libopenexr23/usr/lib/arm-linux-gnueabihf/libIlmImf-2_2.so.23.0.0 found in none of the libraries
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libopenexr23/usr/lib/arm-linux-gnueabihf/libIlmImfUtil-2_2.so.23.0.0 debian/libopenexr23/usr/lib/arm-linux-gnueabihf/libIlmImf-2_2.so.23.0.0 were not linked against libImath-2_2.so.23 (they use none of the library's symbols)
dh_installdeb -a
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
dpkg-deb: building package 'libopenexr-dev' in '../libopenexr-dev_2.2.1-4.1+deb10u1_armhf.deb'.
dpkg-deb: building package 'openexr' in '../openexr_2.2.1-4.1+deb10u1_armhf.deb'.
dpkg-deb: building package 'libopenexr23-dbgsym' in '../libopenexr23-dbgsym_2.2.1-4.1+deb10u1_armhf.deb'.
dpkg-deb: building package 'openexr-dbgsym' in '../openexr-dbgsym_2.2.1-4.1+deb10u1_armhf.deb'.
dpkg-deb: building package 'libopenexr23' in '../libopenexr23_2.2.1-4.1+deb10u1_armhf.deb'.
dpkg-genbuildinfo --build=any
dpkg-genchanges --build=any -mRaspbian wandboard test autobuilder <root@raspbian.org> >../openexr_2.2.1-4.1+deb10u1_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
dpkg-source --after-build .
CXXLD Xvnc
/usr/bin/ld: ../../xkb/.libs/libxkb.a(xkb.o): in function `_XkbSetDeviceInfoCheck':
./obj-arm-linux-gnueabihf/unix/xserver/xkb/././unix/xserver/xkb/xkb.c:6736: undefined reference to `_XkbCheckRequestBounds'
/usr/bin/ld: ../../xkb/.libs/libxkb.a(xkb.o): in function `SetDeviceIndicators':
./obj-arm-linux-gnueabihf/unix/xserver/xkb/././unix/xserver/xkb/xkb.c:6594: undefined reference to `_XkbCheckRequestBounds'
/usr/bin/ld: ./obj-arm-linux-gnueabihf/unix/xserver/xkb/././unix/xserver/xkb/xkb.c:6617: undefined reference to `_XkbCheckRequestBounds'
/usr/bin/ld: ./obj-arm-linux-gnueabihf/unix/xserver/xkb/././unix/xserver/xkb/xkb.c:6638: undefined reference to `_XkbCheckRequestBounds'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:847: Xvnc] Error 1
make[3]: Leaving directory '/<<BUILDDIR>>/tigervnc-1.9.0+dfsg/obj-arm-linux-gnueabihf/unix/xserver/hw/vnc'
make[2]: *** [Makefile:625: all-recursive] Error 1
make[2]: Leaving directory '/<<BUILDDIR>>/tigervnc-1.9.0+dfsg/obj-arm-linux-gnueabihf/unix/xserver/hw'
make[1]: *** [Makefile:826: all-recursive] Error 1
make[1]: Leaving directory '/<<BUILDDIR>>/tigervnc-1.9.0+dfsg/obj-arm-linux-gnueabihf/unix/xserver'
make: *** [debian/rules:259: build/tigervnc-standalone-server] Error 2
BinNMU changelog for lava on armhf:
rebuild due to debcheck failure
Tail of log for lava on armhf:
dh_install -a
dh_installdocs -a
dh_sphinxdoc -a
dh_sphinxdoc: Sphinx documentation not found
dh_installchangelogs -a
dh_installman -a
dh_systemd_enable -a
debian/rules override_dh_python3
make[1]: Entering directory '/<<PKGBUILDDIR>>'
./share/requires.py --distribution debian --suite buster-staging --package lava-dispatcher > dispatcher-requirements.txt
Unsupported suite|distribution: debian buster-staging
make[1]: *** [debian/rules:39: override_dh_python3] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:36: binary-arch] Error 2
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
dpkg-deb: building package 'flatpak' in '../flatpak_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'flatpak-tests' in '../flatpak-tests_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'libflatpak0' in '../libflatpak0_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'gir1.2-flatpak-1.0' in '../gir1.2-flatpak-1.0_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'libflatpak-dev' in '../libflatpak-dev_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'libflatpak0-dbgsym' in '../libflatpak0-dbgsym_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'flatpak-tests-dbgsym' in '../flatpak-tests-dbgsym_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'flatpak-dbgsym' in '../flatpak-dbgsym_1.2.5-0+deb10u4_armhf.deb'.
dpkg-genbuildinfo --build=any
dpkg-genchanges --build=any -mRaspbian mythic lxc autobuilder 1 <root@raspbian.org> >../flatpak_1.2.5-0+deb10u4_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
dpkg-source --after-build .
find debian/lib3mf-dev ! -type l -a -true -a -true -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
find debian/lib3mf1/usr/share/doc -type f -a -true -a ! -regex 'debian/lib3mf1/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644
find debian/lib3mf1/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755
find debian/lib3mf1 -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' -o -name '*.node' \) -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
find debian/lib3mf-dev/usr/share/doc -type f -a -true -a ! -regex 'debian/lib3mf-dev/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 0644
find debian/lib3mf1/usr/lib -type f -name '*.ali' -a -true -a -true -print0 2>/dev/null | xargs -0r chmod uga-w
find debian/lib3mf-dev/usr/share/doc -type d -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0755
find debian/lib3mf-dev/usr/include -type f -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
find debian/lib3mf-dev -type f \( -name '*.so.*' -o -name '*.so' -o -name '*.la' -o -name '*.a' -o -name '*.js' -o -name '*.css' -o -name '*.scss' -o -name '*.sass' -o -name '*.jpeg' -o -name '*.jpg' -o -name '*.png' -o -name '*.gif' -o -name '*.cmxs' -o -name '*.node' \) -a -true -a -true -print0 2>/dev/null | xargs -0r chmod 0644
find debian/lib3mf-dev/usr/lib -type f -name '*.ali' -a -true -a -true -print0 2>/dev/null | xargs -0r chmod uga-w
dh_missing -a
dh_dwz -a
dwz -q -- debian/lib3mf1/usr/lib/arm-linux-gnueabihf/lib3MF.so.1.8.1.0
dh_dwz: dwz -q -- debian/lib3mf1/usr/lib/arm-linux-gnueabihf/lib3MF.so.1.8.1.0 died with signal 7
make: *** [debian/rules:9: binary-arch] Error 255
Binary file (standard input) matches
Tail of log for tor on armhf:
dh_strip --dbgsym-migration='tor-dbg (<< 0.3.1.5-alpha)'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_makeshlibs -a -O--builddirectory=build -O--parallel
dh_shlibdeps -a -O--builddirectory=build -O--parallel
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/tor/usr/bin/tor-print-ed-signing-cert debian/tor/usr/bin/tor-resolve debian/tor/usr/bin/tor-gencert debian/tor/usr/bin/tor were not linked against libdl.so.2 (they use none of the library's symbols)
dh_installdeb -a -O--builddirectory=build -O--parallel
dh_gencontrol -a -O--builddirectory=build -O--parallel
dh_md5sums -a -O--builddirectory=build -O--parallel
dh_builddeb -a -O--builddirectory=build -O--parallel
dpkg-deb: building package 'tor-dbgsym' in '../tor-dbgsym_0.3.5.16-1_armhf.deb'.
dpkg-deb: building package 'tor' in '../tor_0.3.5.16-1_armhf.deb'.
dpkg-genbuildinfo --build=any
dpkg-genchanges --build=any -mRaspbian pi4 based autobuilder <root@raspbian.org> >../tor_0.3.5.16-1_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
dpkg-source --after-build .
dpkg-deb: building package 'gfortran-mingw-w64-x86-64-dbgsym' in '../gfortran-mingw-w64-x86-64-dbgsym_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'gcc-mingw-w64-x86-64-dbgsym' in '../gcc-mingw-w64-x86-64-dbgsym_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'gcc-mingw-w64-base' in '../gcc-mingw-w64-base_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'gobjc++-mingw-w64-x86-64' in '../gobjc++-mingw-w64-x86-64_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'gobjc-mingw-w64-i686' in '../gobjc-mingw-w64-i686_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'gobjc++-mingw-w64-x86-64-dbgsym' in '../gobjc++-mingw-w64-x86-64-dbgsym_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'g++-mingw-w64-i686' in '../g++-mingw-w64-i686_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'gobjc-mingw-w64-i686-dbgsym' in '../gobjc-mingw-w64-i686-dbgsym_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'gnat-mingw-w64-i686' in '../gnat-mingw-w64-i686_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'g++-mingw-w64-i686-dbgsym' in '../g++-mingw-w64-i686-dbgsym_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-deb: building package 'g++-mingw-w64-x86-64' in '../g++-mingw-w64-x86-64_8.3.0-6+rpi1+21.3~deb10u2_armhf.deb'.
dpkg-genbuildinfo --build=any
dpkg-genchanges --build=any -mRaspbian wandboard test autobuilder <root@raspbian.org> >../gcc-mingw-w64_21.3~deb10u2_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
dpkg-source --after-build .