Bugs
./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
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
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
#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
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
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
/<<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 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
-t: disable the generation of timing information in TTCN-3 modules
-v: show version information
-w: suppress warnings
-x: disable schema validation but generate TTCN-3 modules
-z: zap URI scheme from module name
make[4]: *** [Makefile:284: TitanLoggerApi.ttcn] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/core'
make[3]: *** [../../Makefile.genrules:60: ../../core/RInt.o] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/mctr2/mctr'
make[2]: *** [Makefile:32: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/mctr2'
make[1]: *** [Makefile:65: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:6: build-arch] Error 2
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
[1;34;49m/<<PKGBUILDDIR>>/tests/test_acquisitions.cpp(7): Leaving test suite "AcquisitionsTest"; testing time: 23849us
[0;39;49m[1;36;49mTest is aborted[0;39;49m
[1;34;49mLeaving test module "ISMRMRD Unit Tests"; testing time: 24075us
[0;39;49m
[1;31;49m*** 1 failure is detected in the test module "ISMRMRD Unit Tests"
[0;39;49mmake[4]: *** [tests/CMakeFiles/check.dir/build.make:60: tests/CMakeFiles/check] Error 201
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[3]: *** [CMakeFiles/Makefile2:485: tests/CMakeFiles/check.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:492: tests/CMakeFiles/check.dir/rule] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[1]: *** [Makefile:306: check] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_test: cd obj-arm-linux-gnueabihf && make -j4 check ARGS\+=-j4 returned exit code 2
make: *** [debian/rules:14: build-arch] Error 2
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
^
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
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
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
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
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
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
#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 SIZEOF_LONG 4
#define HAVE_LIBIBVERBS 1
#define STDC_HEADERS 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:7: 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
+#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
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
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
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
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
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
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
. /usr/share/haskell-devscripts/Dh_Haskell.sh && \
build_recipe
Running debian/hlibrary.setup build --builddir=dist-ghc
Preprocessing library for cryptol-2.6.0..
Building library for cryptol-2.6.0..
src/Cryptol/Eval/Arch.hs:25:2: error:
error: #error unknown max width for gmp on this architecture
#error unknown max width for gmp on this architecture
^~~~~
|
25 | #error unknown max width for gmp on this architecture
| ^
`arm-linux-gnueabihf-gcc' failed in phase `C pre-processor'. (Exit code: 1)
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:147: build-ghc-stamp] Error 1
^~~~~~~~~~~~~~~~~~~~~~~~~~
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
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
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
/usr/bin/ld: automount.o: in function `do_master_cleanup_unlock':
automount.c:(.text+0x830): undefined reference to `dump_core'
/usr/bin/ld: automount.o: in function `return_start_status':
automount.c:(.text+0x8e8): undefined reference to `dump_core'
/usr/bin/ld: automount.c:(.text+0x908): undefined reference to `dump_core'
/usr/bin/ld: automount.o: in function `do_read_master':
automount.c:(.text+0xd40): undefined reference to `dump_core'
/usr/bin/ld: automount.c:(.text+0xd60): undefined reference to `dump_core'
/usr/bin/ld: automount.o:automount.c:(.text+0xd80): more undefined references to `dump_core' follow
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:28: automount] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/daemon'
make[1]: *** [Makefile:14: daemon] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build.stamp] 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
17:27:57 runner ['/usr/bin/g++', '-I/<<PKGBUILDDIR>>', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-g', '-O2', '-fdebug-prefix-map=/<<PKGBUILDDIR>>=.', '-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-DNDEBUG', '-fshow-column', '-DWAF_BUILD', '-O3', '-fomit-frame-pointer', '-ffast-math', '-fstrength-reduce', '-pipe', '-DLXVST_32BIT', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-Woverloaded-virtual', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-DHAVE_FFTW3', '-fPIC', '-fPIC', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread', '-I/<<PKGBUILDDIR>>/build/libs/ardour', '-I/<<PKGBUILDDIR>>/libs/ardour', '-I/<<PKGBUILDDIR>>/build/libs/surfaces/control_protocol', '-I/<<PKGBUILDDIR>>/libs/surfaces/control_protocol', '-I/<<PKGBUILDDIR>>/build/libs', '-I/<<PKGBUILDDIR>>/libs', '-I/<<PKGBUILDDIR>>/build/libs/midi++2', '-I/<<PKGBUILDDIR>>/libs/midi++2', '-I/<<PKGBUILDDIR>>/build/libs/evoral', '-I/<<PKGBUILDDIR>>/libs/evoral', '-I/<<PKGBUILDDIR>>/build/libs/audiographer', '-I/<<PKGBUILDDIR>>/libs/audiographer', '-I/<<PKGBUILDDIR>>/build/libs/audiographer/src', '-I/<<PKGBUILDDIR>>/libs/audiographer/src', '-I/<<PKGBUILDDIR>>/build/libs/pbd', '-I/<<PKGBUILDDIR>>/libs/pbd', '-I/<<PKGBUILDDIR>>/build/libs/evoral/src/libsmf', '-I/<<PKGBUILDDIR>>/libs/evoral/src/libsmf', '-I/<<PKGBUILDDIR>>/build/libs/timecode', '-I/<<PKGBUILDDIR>>/libs/timecode', '-I/<<PKGBUILDDIR>>/build/libs/vamp-sdk', '-I/<<PKGBUILDDIR>>/libs/vamp-sdk', '-I/<<PKGBUILDDIR>>/build/libs/libltc/ltc', '-I/<<PKGBUILDDIR>>/libs/libltc/ltc', '-I/<<PKGBUILDDIR>>/build/libs/rubberband', '-I/<<PKGBUILDDIR>>/libs/rubberband', '-I/<<PKGBUILDDIR>>/build/libs/taglib', '-I/<<PKGBUILDDIR>>/libs/taglib', '-I/<<PKGBUILDDIR>>/build/libs/taglib/taglib', '-I/<<PKGBUILDDIR>>/libs/taglib/taglib', '-I/<<PKGBUILDDIR>>/build/libs/taglib/taglib/toolkit', '-I/<<PKGBUILDDIR>>/libs/taglib/taglib/toolkit', '-I/usr/include/glibmm-2.4', '-I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include', '-I/usr/include/glib-2.0', '-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include', '-I/usr/include/sigc++-2.0', '-I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include', '-I/usr/include/libxml2', '-I/usr/include/uuid', '-I/usr/include/raptor2', '-I/usr/include/arm-linux-gnueabihf', '-I/usr/include/lilv-0', '-I/usr/include/sratom-0', '-I/usr/include/sord-0', '-I/usr/include/serd-0', '-I/usr/include/suil-0', '-I/usr/include/giomm-2.4', '-I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include', '-I/usr/include/libmount', '-I/usr/include/blkid', '-I/<<PKGBUILDDIR>>/build', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_DLOPEN=1', '-DENABLE_NLS=1', '-DLXVST_SUPPORT=1', '-DWINDOWS_KEY="Mod4><Super"', '-DIS_OSX=0', '-DCONFIG_ARCH="armv7l"', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '-DHAVE_UUID=1', '-DHAVE_GETMNTENT=1', '-DHAVE_EXECINFO=1', '-DHAVE_POSIX_MEMALIGN=1', '-DHAVE_LIBS_PBD=1', '-DHAVE_LIBS_MIDIPP2=1', '-DHAVE_LIBS_EVORAL=1', '-DHAVE_FFTW3=1', '-DHAVE_FFTW3F=1', '-DHAVE_LIBS_VAMP_SDK=1', '-DHAVE_LIBS_QM_DSP=1', '-DHAVE_AUBIO=1', '-DHAVE_AUBIO4=1', '-DHAVE_LIBS_VAMP_PLUGINS=1', '-DHAVE_LIBS_TAGLIB=1', '-DHAVE_LIBS_LIBLTC=1', '-DHAVE_LIBS_RUBBERBAND=1', '-DHAVE_CONTROL_PROTOCOL=1', '-DHAVE_FRONTIER=1', '-DHAVE_GENERIC_MIDI=1', '-DHAVE_MACKIE=1', '-DHAVE_OSC=1', '-DHAVE_TRANZPORT=1', '-DHAVE_WIIMOTE=1', '-DHAVE_CWIID_H=1', '-DHAVE_BLUETOOTH_H=1', '-DHAVE_CWIID=1', '-DBUILD_WIIMOTE=1', '-DHAVE_LIBS_SURFACES=1', '-DHAVE_2IN2OUT=1', '-DHAVE_1IN2OUT=1', '-DHAVE_VBAP=1', '-DHAVE_STEREOBALANCE=1', '-DHAVE_LIBS_PANNERS=1', '-DHAVE_JACK=1', '-DHAVE_LIBS_BACKENDS=1', '-DHAVE_LIBS_TIMECODE=1', '-DHAVE_LRDF=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_ALSA=1', '-DHAVE_LV2=1', '-DHAVE_NEW_LV2=1', '-DHAVE_SERD=1', '-DHAVE_SORD=1', '-DHAVE_SRATOM=1', '-DHAVE_LILV=1', '-DHAVE_NEW_LILV=1', '-DHAVE_SUIL=1', '-DLV2_SUPPORT=1', '-DHAVE_OGG=1', '-DHAVE_FLAC=1', '-DHAVE_RUBBERBAND=1', '-DUSE_RUBBERBAND=1', '-DCURRENT_SESSION_FILE_VERSION=3001', '-DHAVE_SYS_VFS_H=1', '-DHAVE_SYS_STATVFS_H=1', '-DHAVE_UNISTD=1', '-DHAVE_BOOST_SCOPED_PTR_HPP=1', '-DHAVE_BOOST_PTR_CONTAINER_PTR_LIST_HPP=1', '-DHAVE_LIBS_ARDOUR=1', '-DHAVE_GTKMM=1', '-DHAVE_GTK=1', '-DHAVE_LIBS_GTKMM2EXT=1', '-DHAVE_LIBS_CLEARLOOKS_NEWER=1', '-DHAVE_BOOST_FORMAT_HPP=1', '-DHAVE_LIBS_AUDIOGRAPHER=1', '-DHAVE_LV2_1_0_0=1', '-DHAVE_LIBS_PLUGINS_REASONABLESYNTH_LV2=1', '-DHAVE_GNOMECANVAS=1', '-DHAVE_GNOMECANVASMM=1', '-DHAVE_X11=1', '-DHAVE_FONTCONFIG=1', '-DHAVE_BOOST_SHARED_PTR_HPP=1', '-DHAVE_BOOST_WEAK_PTR_HPP=1', '-DHAVE_GTK2_ARDOUR=1', '-DHAVE_EXPORT=1', '-DHAVE_MIDI_MAPS=1', '-DHAVE_MCP=1', '-DHAVE_PATCHFILES=1', '-DHAVE_TOOLS_SANITY_CHECK=1', '-DPACKAGE="ardour3"', '-DDATA_DIR="/usr/share"', '-DCONFIG_DIR="/etc"', '-DLOCALEDIR="/usr/share/locale"', '-DPROGRAM_NAME="Ardour"', '-DEVORAL_MIDI_XML=1', '-DLXVST_SUPPORT', '../libs/ardour/auditioner.cc', '-c', '-o', 'libs/ardour/auditioner.cc.1.o']
In file included from ../libs/ardour/ardour/plugin.h:32,
from ../libs/ardour/auditioner.cc:32:
/<<PKGBUILDDIR>>/libs/ardour/ardour/cycles.h:219:2: warning: #warning You are compiling libardour on a platform for which ardour/cycles.h needs work [-Wcpp]
#warning You are compiling libardour on a platform for which ardour/cycles.h needs work
^~~~~~~
* Node /<<PKGBUILDDIR>>/build/gtk2_ardour/ardev_common_waf.sh is created by more than once (full message on 'waf -v -v'). The task generators are:
1. 'ardev_common_waf.sh' in /<<PKGBUILDDIR>>/gtk2_ardour
2. 'ardev_common_waf.sh' in /<<PKGBUILDDIR>>/gtk2_ardour
Waf: Leaving directory `/<<PKGBUILDDIR>>/build'
Build failed
-> task in 'ardour' failed (exit status 1):
{task 3060671728L: cxx audioregion.cc -> audioregion.cc.1.o}
['/usr/bin/g++', '-I/<<PKGBUILDDIR>>', '-Wdate-time', '-D_FORTIFY_SOURCE=2', '-g', '-O2', '-fdebug-prefix-map=/<<PKGBUILDDIR>>=.', '-fstack-protector-strong', '-Wformat', '-Werror=format-security', '-DNDEBUG', '-fshow-column', '-DWAF_BUILD', '-O3', '-fomit-frame-pointer', '-ffast-math', '-fstrength-reduce', '-pipe', '-DLXVST_32BIT', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-Woverloaded-virtual', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-DHAVE_FFTW3', '-fPIC', '-fPIC', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread', '-I/<<PKGBUILDDIR>>/build/libs/ardour', '-I/<<PKGBUILDDIR>>/libs/ardour', '-I/<<PKGBUILDDIR>>/build/libs/surfaces/control_protocol', '-I/<<PKGBUILDDIR>>/libs/surfaces/control_protocol', '-I/<<PKGBUILDDIR>>/build/libs', '-I/<<PKGBUILDDIR>>/libs', '-I/<<PKGBUILDDIR>>/build/libs/midi++2', '-I/<<PKGBUILDDIR>>/libs/midi++2', '-I/<<PKGBUILDDIR>>/build/libs/evoral', '-I/<<PKGBUILDDIR>>/libs/evoral', '-I/<<PKGBUILDDIR>>/build/libs/audiographer', '-I/<<PKGBUILDDIR>>/libs/audiographer', '-I/<<PKGBUILDDIR>>/build/libs/audiographer/src', '-I/<<PKGBUILDDIR>>/libs/audiographer/src', '-I/<<PKGBUILDDIR>>/build/libs/pbd', '-I/<<PKGBUILDDIR>>/libs/pbd', '-I/<<PKGBUILDDIR>>/build/libs/evoral/src/libsmf', '-I/<<PKGBUILDDIR>>/libs/evoral/src/libsmf', '-I/<<PKGBUILDDIR>>/build/libs/timecode', '-I/<<PKGBUILDDIR>>/libs/timecode', '-I/<<PKGBUILDDIR>>/build/libs/vamp-sdk', '-I/<<PKGBUILDDIR>>/libs/vamp-sdk', '-I/<<PKGBUILDDIR>>/build/libs/libltc/ltc', '-I/<<PKGBUILDDIR>>/libs/libltc/ltc', '-I/<<PKGBUILDDIR>>/build/libs/rubberband', '-I/<<PKGBUILDDIR>>/libs/rubberband', '-I/<<PKGBUILDDIR>>/build/libs/taglib', '-I/<<PKGBUILDDIR>>/libs/taglib', '-I/<<PKGBUILDDIR>>/build/libs/taglib/taglib', '-I/<<PKGBUILDDIR>>/libs/taglib/taglib', '-I/<<PKGBUILDDIR>>/build/libs/taglib/taglib/toolkit', '-I/<<PKGBUILDDIR>>/libs/taglib/taglib/toolkit', '-I/usr/include/glibmm-2.4', '-I/usr/lib/arm-linux-gnueabihf/glibmm-2.4/include', '-I/usr/include/glib-2.0', '-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include', '-I/usr/include/sigc++-2.0', '-I/usr/lib/arm-linux-gnueabihf/sigc++-2.0/include', '-I/usr/include/libxml2', '-I/usr/include/uuid', '-I/usr/include/raptor2', '-I/usr/include/arm-linux-gnueabihf', '-I/usr/include/lilv-0', '-I/usr/include/sratom-0', '-I/usr/include/sord-0', '-I/usr/include/serd-0', '-I/usr/include/suil-0', '-I/usr/include/giomm-2.4', '-I/usr/lib/arm-linux-gnueabihf/giomm-2.4/include', '-I/usr/include/libmount', '-I/usr/include/blkid', '-I/<<PKGBUILDDIR>>/build', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_DLOPEN=1', '-DENABLE_NLS=1', '-DLXVST_SUPPORT=1', '-DWINDOWS_KEY="Mod4><Super"', '-DIS_OSX=0', '-DCONFIG_ARCH="armv7l"', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '-DHAVE_UUID=1', '-DHAVE_GETMNTENT=1', '-DHAVE_EXECINFO=1', '-DHAVE_POSIX_MEMALIGN=1', '-DHAVE_LIBS_PBD=1', '-DHAVE_LIBS_MIDIPP2=1', '-DHAVE_LIBS_EVORAL=1', '-DHAVE_FFTW3=1', '-DHAVE_FFTW3F=1', '-DHAVE_LIBS_VAMP_SDK=1', '-DHAVE_LIBS_QM_DSP=1', '-DHAVE_AUBIO=1', '-DHAVE_AUBIO4=1', '-DHAVE_LIBS_VAMP_PLUGINS=1', '-DHAVE_LIBS_TAGLIB=1', '-DHAVE_LIBS_LIBLTC=1', '-DHAVE_LIBS_RUBBERBAND=1', '-DHAVE_CONTROL_PROTOCOL=1', '-DHAVE_FRONTIER=1', '-DHAVE_GENERIC_MIDI=1', '-DHAVE_MACKIE=1', '-DHAVE_OSC=1', '-DHAVE_TRANZPORT=1', '-DHAVE_WIIMOTE=1', '-DHAVE_CWIID_H=1', '-DHAVE_BLUETOOTH_H=1', '-DHAVE_CWIID=1', '-DBUILD_WIIMOTE=1', '-DHAVE_LIBS_SURFACES=1', '-DHAVE_2IN2OUT=1', '-DHAVE_1IN2OUT=1', '-DHAVE_VBAP=1', '-DHAVE_STEREOBALANCE=1', '-DHAVE_LIBS_PANNERS=1', '-DHAVE_JACK=1', '-DHAVE_LIBS_BACKENDS=1', '-DHAVE_LIBS_TIMECODE=1', '-DHAVE_LRDF=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_ALSA=1', '-DHAVE_LV2=1', '-DHAVE_NEW_LV2=1', '-DHAVE_SERD=1', '-DHAVE_SORD=1', '-DHAVE_SRATOM=1', '-DHAVE_LILV=1', '-DHAVE_NEW_LILV=1', '-DHAVE_SUIL=1', '-DLV2_SUPPORT=1', '-DHAVE_OGG=1', '-DHAVE_FLAC=1', '-DHAVE_RUBBERBAND=1', '-DUSE_RUBBERBAND=1', '-DCURRENT_SESSION_FILE_VERSION=3001', '-DHAVE_SYS_VFS_H=1', '-DHAVE_SYS_STATVFS_H=1', '-DHAVE_UNISTD=1', '-DHAVE_BOOST_SCOPED_PTR_HPP=1', '-DHAVE_BOOST_PTR_CONTAINER_PTR_LIST_HPP=1', '-DHAVE_LIBS_ARDOUR=1', '-DHAVE_GTKMM=1', '-DHAVE_GTK=1', '-DHAVE_LIBS_GTKMM2EXT=1', '-DHAVE_LIBS_CLEARLOOKS_NEWER=1', '-DHAVE_BOOST_FORMAT_HPP=1', '-DHAVE_LIBS_AUDIOGRAPHER=1', '-DHAVE_LV2_1_0_0=1', '-DHAVE_LIBS_PLUGINS_REASONABLESYNTH_LV2=1', '-DHAVE_GNOMECANVAS=1', '-DHAVE_GNOMECANVASMM=1', '-DHAVE_X11=1', '-DHAVE_FONTCONFIG=1', '-DHAVE_BOOST_SHARED_PTR_HPP=1', '-DHAVE_BOOST_WEAK_PTR_HPP=1', '-DHAVE_GTK2_ARDOUR=1', '-DHAVE_EXPORT=1', '-DHAVE_MIDI_MAPS=1', '-DHAVE_MCP=1', '-DHAVE_PATCHFILES=1', '-DHAVE_TOOLS_SANITY_CHECK=1', '-DPACKAGE="ardour3"', '-DDATA_DIR="/usr/share"', '-DCONFIG_DIR="/etc"', '-DLOCALEDIR="/usr/share/locale"', '-DPROGRAM_NAME="Ardour"', '-DEVORAL_MIDI_XML=1', '-DLXVST_SUPPORT', '../libs/ardour/audioregion.cc', '-c', '-o', 'libs/ardour/audioregion.cc.1.o']
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 1
Tail of log for bolt on armhf:
bolt-Message: 17:23:18.848: recovered state, on: yes, guards: 0
bolt-Message: 17:23:18.897: force power support: yes
bolt-Message: 17:23:18.935: force power support: yes
bolt-Message: 17:23:18.967: force power support: yes
bolt-Message: 17:23:18.980: force power support: yes
bolt-Message: 17:23:18.981: recovered state, on: yes, guards: 1
bolt-Message: 17:23:19.005: force power support: yes
bolt-Message: 17:23:19.015: force power support: yes
bolt-Message: 17:23:19.017: recovered state, on: yes, guards: 0
-------
dh_auto_test: cd obj-arm-linux-gnueabihf && LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 ninja test returned exit code 1
make[1]: *** [debian/rules:20: override_dh_auto_test] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: 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
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
- _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
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.
--- 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
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
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
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
File "febootstrap_utils.ml", line 91, characters 15-37:
Warning 3: deprecated: Filename.temp_dir_name
Use Filename.get_temp_dir_name instead
File "febootstrap_utils.ml", line 1:
Error: Some fatal warnings were triggered (2 occurrences)
make[4]: *** [Makefile:1275: febootstrap_utils.cmx] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[3]: *** [Makefile:1058: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:996: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [debian/rules:8: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: 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
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
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
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
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
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
^
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
|
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
_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
/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
/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
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
#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
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
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
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
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.
[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
^~~~~
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
^
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
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
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
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
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
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
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
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
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
/* 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
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
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
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
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
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
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
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
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
dpkg-buildpackage: info: source package scanbuttond
dpkg-buildpackage: info: source version 0.2.3.cvs20090713-16
dpkg-buildpackage: info: source distribution unstable
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture armhf
fakeroot debian/rules clean
dh_testdir
set -e; for f in include/scanbuttond/config.h.in INSTALL; do cp "$f" "$f.upstream"; done
if [ -f /usr/share/libtool/config/ltmain.sh ]; then \
cp /usr/share/libtool/config/ltmain.sh .; \
else \
cp /usr/share/libtool/ltmain.sh .; \
fi
cp: cannot stat '/usr/share/libtool/ltmain.sh': No such file or directory
make: *** [debian/rules:45: configure-stamp] Error 1
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
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
^~~~~
/<<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
/<<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
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
#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
[ 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
=== 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
/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
make[3]: Leaving directory '/<<PKGBUILDDIR>>/po'
make[3]: Entering directory '/<<PKGBUILDDIR>>'
ldmd2 -O -I/usr/include/d/gtkd-3/ -L-lvted-3 -L-L/usr/lib/arm-linux-gnueabihf/ -L-lgtkd-3 -L-ldl -c source/app.d source/gx/gtk/actions.d source/gx/gtk/cairo.d source/gx/gtk/clipboard.d source/gx/gtk/dialog.d source/gx/gtk/resource.d source/gx/gtk/threads.d source/gx/gtk/util.d source/gx/gtk/vte.d source/gx/gtk/x11.d source/gx/i18n/l10n.d source/gx/terminix/application.d source/gx/terminix/appwindow.d source/gx/terminix/cmdparams.d source/gx/terminix/colorschemes.d source/gx/terminix/common.d source/gx/terminix/constants.d source/gx/terminix/encoding.d source/gx/terminix/preferences.d source/gx/terminix/prefwindow.d source/gx/terminix/profilewindow.d source/gx/terminix/session.d source/gx/terminix/sessionswitcher.d source/gx/terminix/shortcuts.d source/gx/terminix/sidebar.d source/gx/terminix/terminal/actions.d source/gx/terminix/terminal/advpaste.d source/gx/terminix/terminal/exvte.d source/gx/terminix/terminal/layout.d source/gx/terminix/terminal/password.d source/gx/terminix/terminal/search.d source/gx/terminix/terminal/terminal.d source/gx/util/array.d source/gx/util/string.d source/secret/Collection.d source/secret/Item.d source/secret/Prompt.d source/secret/Schema.d source/secret/SchemaAttribute.d source/secret/Secret.d source/secret/Service.d source/secret/Value.d source/secretc/secret.d source/secretc/secrettypes.d source/x11/X.d source/x11/Xlib.d -ofterminix.o
source/gx/terminix/terminal/terminal.d(40): Error: module `File` is in file 'gio/File.d' which cannot be read
import path[0] = /usr/include/d/gtkd-3/
import path[1] = /usr/lib/ldc/arm-linux-gnueabihf/include/d/ldc
import path[2] = /usr/lib/ldc/arm-linux-gnueabihf/include/d
import path[3] = /usr/include/d
make[3]: *** [Makefile:1037: terminix.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:606: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build-arch] 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
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.
/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
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
Tail of log for aseba on armhf:
/usr/bin/ld: CMakeFiles/asebamarxbot.dir/EnkiMarxbot.cpp.o:(.data.rel.ro._ZTVN4Enki13MarxbotViewerE[_ZTVN4Enki13MarxbotViewerE]+0x110): undefined reference to `Enki::ViewerWidget::renderScene(double, double, double, double, double, double)'
/usr/bin/ld: CMakeFiles/asebamarxbot.dir/EnkiMarxbot.cpp.o:(.data.rel.ro._ZTVN4Enki13MarxbotViewerE[_ZTVN4Enki13MarxbotViewerE]+0x114): undefined reference to `Enki::ViewerWidget::picking(double, double, double, double, double, double)'
/usr/bin/ld: CMakeFiles/asebamarxbot.dir/EnkiMarxbot.cpp.o:(.data.rel.ro._ZTVN4Enki13MarxbotViewerE[_ZTVN4Enki13MarxbotViewerE]+0x118): undefined reference to `Enki::ViewerWidget::displayMessages()'
/usr/bin/ld: CMakeFiles/asebamarxbot.dir/EnkiMarxbot.cpp.o:(.data.rel.ro._ZTVN4Enki13MarxbotViewerE[_ZTVN4Enki13MarxbotViewerE]+0x11c): undefined reference to `Enki::ViewerWidget::displayWidgets()'
/usr/bin/ld: CMakeFiles/asebamarxbot.dir/EnkiMarxbot.cpp.o:(.data.rel.ro._ZTVN4Enki13MarxbotViewerE[_ZTVN4Enki13MarxbotViewerE]+0x120): undefined reference to `Enki::ViewerWidget::clickWidget(QMouseEvent*)'
/usr/bin/ld: CMakeFiles/asebamarxbot.dir/EnkiMarxbot.cpp.o:(.data.rel.ro._ZTVN4Enki13MarxbotViewerE[_ZTVN4Enki13MarxbotViewerE]+0x124): undefined reference to `Enki::ViewerWidget::helpActivated()'
collect2: error: ld returned 1 exit status
make[3]: *** [targets/enki-marxbot/CMakeFiles/asebamarxbot.dir/build.make:129: targets/enki-marxbot/asebamarxbot] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:1806: targets/enki-marxbot/CMakeFiles/asebamarxbot.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:14: build-arch] Error 2
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
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
##### ../test/bench/go1
testing: warning: no tests to run
PASS
ok _/<<PKGBUILDDIR>>/test/bench/go1 23.253s
##### ../test
##### API check
Go version is "go1.12beta2", ignoring -next /<<PKGBUILDDIR>>/api/next.txt
FAILED
make[1]: *** [debian/rules:59: override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:24: 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
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
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
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
/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:374: undefined reference to `__atomic_store_8'
/usr/bin/ld: /usr/include/c++/8/bits/atomic_base.h:396: undefined reference to `__atomic_load_8'
/usr/bin/ld: ../cryptonote_basic/libcryptonote_basic.a(miner.cpp.o): in function `cryptonote::miner::worker_thread()':
/usr/include/c++/8/bits/atomic_base.h:296: undefined reference to `__atomic_fetch_add_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[3]: *** [src/blockchain_utilities/CMakeFiles/blockchain_import.dir/build.make:158: bin/monero-blockchain-import] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [CMakeFiles/Makefile2:3064: src/blockchain_utilities/CMakeFiles/blockchain_import.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 returned exit code 2
make: *** [debian/rules:10: binary-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
/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
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
Tail of log for ck on armhf:
barrier_dissemination
Creating threads (barrier)...done
Waiting for threads to finish correctness regression...done (passed)
barrier_tournament
Creating threads (barrier)...done
Waiting for threads to finish correctness regression...done (passed)
barrier_mcs
Creating threads (barrier)...done
Waiting for threads to finish correctness regression...make[4]: *** [Makefile:23: check] Terminated
make[3]: *** [Makefile:121: check] Terminated
make[2]: *** wait: No child processes. Stop.
make[2]: *** Waiting for unfinished jobs....
make[2]: *** wait: No child processes. Stop.
make: *** [debian/rules:15: build-arch] Terminated
make[1]: *** [debian/rules:12: override_dh_auto_test] Error 2
dh_strip_nondeterminism -a
dh_compress -a
debian/rules override_dh_fixperms
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_fixperms -Xusr/lib/cups/backend
# Make the serial backend run as root, since /dev/ttyS* are
# root:dialout and thus not accessible as user lp
chmod 744 debian/cups-filters/usr/lib/cups/backend/serial
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_missing -a
dh_strip -a
strip:debian/libcupsfilters-dev/usr/lib/arm-linux-gnueabihf/libcupsfilters.a(libcupsfilters_la-image.o): Input/output error
dh_strip: strip --strip-debug --remove-section=.comment --remove-section=.note --enable-deterministic-archives debian/libcupsfilters-dev/usr/lib/arm-linux-gnueabihf/libcupsfilters.a returned exit code 1
dh_strip: Aborting due to earlier error
make: *** [debian/rules:9: binary-arch] Error 25
debian/rules override_dh_strip
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_strip --dbgsym-migration='libssh-dbg (<< 0.7.3-1~)'
dh_strip: read (debian/libssh-dev/usr/include/libssh/callbacks.h): Input/output error
dh_strip: read (debian/libssh-gcrypt-dev/usr/include/libssh/server.h): Input/output error
objcopy: debian/libssh-gcrypt-4/usr/lib/arm-linux-gnueabihf/libssh-gcrypt.so.4.7.4: unable to initialize compress status for section .debug_aranges
objcopy:debian/libssh-gcrypt-4/usr/lib/arm-linux-gnueabihf/libssh-gcrypt.so.4.7.4: Input/output error
dh_strip: objcopy --only-keep-debug --compress-debug-sections debian/libssh-gcrypt-4/usr/lib/arm-linux-gnueabihf/libssh-gcrypt.so.4.7.4 debian/.debhelper/libssh-gcrypt-4/dbgsym-root/usr/lib/debug/.build-id/5f/05b12982a232d205f312f2e0e137d48a5bb172.debug returned exit code 1
objcopy: debian/libssh-4/usr/lib/arm-linux-gnueabihf/libssh.so.4.7.4: unable to initialize compress status for section .debug_abbrev
objcopy:debian/libssh-4/usr/lib/arm-linux-gnueabihf/libssh.so.4.7.4: Input/output error
dh_strip: objcopy --only-keep-debug --compress-debug-sections debian/libssh-4/usr/lib/arm-linux-gnueabihf/libssh.so.4.7.4 debian/.debhelper/libssh-4/dbgsym-root/usr/lib/debug/.build-id/63/d28f719aadd9847ffa602eba2771597500f966.debug returned exit code 1
dh_strip: Aborting due to earlier error
make[1]: *** [debian/rules:57: override_dh_strip] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: binary-arch] Error 2
/usr/bin/install: error reading '.libs/libtexlua53.a': Input/output error
make[6]: *** [Makefile:800: install-libLTLIBRARIES] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/Work/libs/lua53'
make[5]: *** [Makefile:1549: install-am] Error 2
make[5]: Leaving directory '/<<PKGBUILDDIR>>/Work/libs/lua53'
make[4]: *** [Makefile:1083: install-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/Work/libs/lua53'
make[3]: *** [Makefile:452: install-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/Work/libs'
make[2]: *** [Makefile:542: install-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/Work'
dh_auto_install: cd Work && make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp AM_UPDATE_INFO_DIR=no DESTDIR=/<<PKGBUILDDIR>>/debian/tmp returned exit code 2
make[1]: *** [debian/rules:148: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:70: binary-arch] Error 2
=== RUN TestWrapWithCacheHeaderNoCacheControlLastModifiedHeader
--- PASS: TestWrapWithCacheHeaderNoCacheControlLastModifiedHeader (0.00s)
=== RUN TestWrapWithCacheHeaderNoCacheControlCacheControlHeader
--- PASS: TestWrapWithCacheHeaderNoCacheControlCacheControlHeader (0.00s)
=== RUN TestBuildCatalogRecord
--- PASS: TestBuildCatalogRecord (0.00s)
=== RUN TestDoAuthNonWildcardImage
--- PASS: TestDoAuthNonWildcardImage (0.00s)
=== RUN TestDoAuthWildcardImage
--- PASS: TestDoAuthWildcardImage (0.00s)
PASS
ok github.com/theupdateframework/notary/utils 0.130s
? github.com/theupdateframework/notary/version [no test files]
dh_auto_test: cd _build && go test -vet=off -v -p 4 github.com/theupdateframework/notary github.com/theupdateframework/notary/client github.com/theupdateframework/notary/client/changelist github.com/theupdateframework/notary/cmd/escrow github.com/theupdateframework/notary/cmd/notary github.com/theupdateframework/notary/cmd/notary-server github.com/theupdateframework/notary/cmd/notary-signer github.com/theupdateframework/notary/cryptoservice github.com/theupdateframework/notary/passphrase github.com/theupdateframework/notary/proto github.com/theupdateframework/notary/server github.com/theupdateframework/notary/server/errors github.com/theupdateframework/notary/server/handlers github.com/theupdateframework/notary/server/snapshot github.com/theupdateframework/notary/server/storage github.com/theupdateframework/notary/server/timestamp github.com/theupdateframework/notary/signer github.com/theupdateframework/notary/signer/api github.com/theupdateframework/notary/signer/client github.com/theupdateframework/notary/signer/keydbstore github.com/theupdateframework/notary/storage github.com/theupdateframework/notary/storage/rethinkdb github.com/theupdateframework/notary/trustmanager github.com/theupdateframework/notary/trustmanager/remoteks github.com/theupdateframework/notary/trustmanager/yubikey github.com/theupdateframework/notary/trustpinning github.com/theupdateframework/notary/tuf github.com/theupdateframework/notary/tuf/data github.com/theupdateframework/notary/tuf/signed github.com/theupdateframework/notary/tuf/testutils github.com/theupdateframework/notary/tuf/testutils/interfaces github.com/theupdateframework/notary/tuf/testutils/keys github.com/theupdateframework/notary/tuf/utils github.com/theupdateframework/notary/tuf/validation github.com/theupdateframework/notary/utils github.com/theupdateframework/notary/version returned exit code 1
make: *** [debian/rules:12: build-arch] Error 1
dh_lintian -a -O--buildsystem=golang
dh_perl -a -O--buildsystem=golang
dh_link -a -O--buildsystem=golang
dh_strip_nondeterminism -a -O--buildsystem=golang
dh_compress -a -O--buildsystem=golang
dh_fixperms -a -O--buildsystem=golang
dh_missing -a -O--buildsystem=golang
dh_strip -a -O--buildsystem=golang
Use of uninitialized value $type in pattern match (m//) at /usr/bin/dh_strip line 218.
dh_strip: Could not find the BuildID in debian/docker-registry/usr/bin/docker-registry
dh_makeshlibs -a -O--buildsystem=golang
dh_shlibdeps -a -O--buildsystem=golang
dh_shlibdeps: file -e apptype -e ascii -e encoding -e cdf -e compress -e tar debian/docker-registry/etc/init.d/docker-registry died with signal 7
dh_shlibdeps: Aborting due to earlier error
make: *** [debian/rules:15: binary-arch] Error 25
dh_gconf -pgstreamer1.0-plugins-good-dbg
dh_gconf: Please migrate to dh_installgsettings; gconf + dh_gconf is scheduled for removal.
dh_icons -pgstreamer1.0-plugins-good-dbg
dh_strip -pgstreamer1.0-pulseaudio --dbg-package=gstreamer1.0-plugins-good-dbg
dh_strip_nondeterminism -pgstreamer1.0-pulseaudio
dh_compress -pgstreamer1.0-pulseaudio
dh_fixperms -pgstreamer1.0-pulseaudio
dh_makeshlibs -pgstreamer1.0-pulseaudio
dh_strip -pgstreamer1.0-gtk3 --dbg-package=gstreamer1.0-plugins-good-dbg
dh_strip_nondeterminism -pgstreamer1.0-gtk3
dh_compress -pgstreamer1.0-gtk3
dh_fixperms -pgstreamer1.0-gtk3
dh_makeshlibs -pgstreamer1.0-gtk3
dh_makeshlibs: read (debian/gstreamer1.0-gtk3/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/libgstgtk.so): Input/output error
make: *** [/usr/share/cdbs/1/rules/debhelper.mk:314: binary-fixup/gstreamer1.0-gtk3] Error 5
cd "/<<PKGBUILDDIR>>/build/src/python" && /usr/bin/cmake -E cmake_link_script CMakeFiles/PyOpenImageIO.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 -Wl,-z,relro -latomic -shared -o OpenImageIO.so CMakeFiles/PyOpenImageIO.dir/py_imageinput.cpp.o CMakeFiles/PyOpenImageIO.dir/py_imageoutput.cpp.o CMakeFiles/PyOpenImageIO.dir/py_imagecache.cpp.o CMakeFiles/PyOpenImageIO.dir/py_imagespec.cpp.o CMakeFiles/PyOpenImageIO.dir/py_roi.cpp.o CMakeFiles/PyOpenImageIO.dir/py_imagebuf.cpp.o CMakeFiles/PyOpenImageIO.dir/py_imagebufalgo.cpp.o CMakeFiles/PyOpenImageIO.dir/py_typedesc.cpp.o CMakeFiles/PyOpenImageIO.dir/py_paramvalue.cpp.o CMakeFiles/PyOpenImageIO.dir/py_deepdata.cpp.o CMakeFiles/PyOpenImageIO.dir/py_oiio.cpp.o -Wl,-rpath,"/<<PKGBUILDDIR>>/build/src/libOpenImageIO:" ../libOpenImageIO/libOpenImageIO.so.2.0.5 -lboost_filesystem -lboost_system -lboost_thread -lpthread -lboost_chrono -lboost_date_time -lboost_atomic -lrt -lpython3.7m -ldl -ldcmimage -ldcmimgle -ldcmdata -loflog -lofstd -lIlmImf -lImath -lIex -lHalf -lIlmThread -lz -lavcodec -lavformat -lavutil -lswscale -lgif -lpng -ljpeg -lopenjp2 -lopenvdb -ltbb -lraw_r -ltiff -lwebp -lOpenColorIO -lopencv_videoio -lopencv_imgproc -lopencv_core -lfreetype -lIlmImf -lImath -lIex -lHalf -lIlmThread -lz -lavcodec -lavformat -lavutil -lswscale -lgif -lpng -ljpeg -lopenjp2 -lopenvdb -ltbb -lraw_r -ltiff -lwebp -lOpenColorIO -lopencv_videoio -lopencv_imgproc -lopencv_core -lfreetype -lboost_filesystem -lboost_system -lboost_thread -lpthread -lboost_chrono -lboost_date_time -lboost_atomic -lrt -ldl
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
[100%] Built target PyOpenImageIO
The bug is not reproducible, so it is likely a hardware or OS problem.
make[4]: *** [src/libutil/CMakeFiles/simd_test.dir/build.make:66: src/libutil/CMakeFiles/simd_test.dir/simd_test.cpp.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[3]: *** [CMakeFiles/Makefile2:1651: src/libutil/CMakeFiles/simd_test.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
make[2]: *** [Makefile:166: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build'
dh_auto_build: cd build && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make[1]: *** [debian/rules:30: override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: build-arch] Error 2
Tail of log for sox on armhf:
make[1]: Leaving directory '/<<BUILDDIR>>/sox-14.4.2+git20190427'
dh_perl -a
dh_link -a
dh_strip_nondeterminism -a
dh_compress -a
dh_fixperms -a
dh_missing -a
dh_strip -a
strip:debian/libsox-dev/usr/lib/arm-linux-gnueabihf/sox/libsox_fmt_amr_nb.a: file format not recognized
dh_strip: strip --strip-debug --remove-section=.comment --remove-section=.note --enable-deterministic-archives debian/libsox-dev/usr/lib/arm-linux-gnueabihf/sox/libsox_fmt_amr_nb.a returned exit code 1
objcopy: debian/libsox3/usr/lib/arm-linux-gnueabihf/libsox.so.3.0.0: unable to initialize compress status for section .debug_info
objcopy:debian/libsox3/usr/lib/arm-linux-gnueabihf/libsox.so.3.0.0: Input/output error
dh_strip: objcopy --only-keep-debug --compress-debug-sections debian/libsox3/usr/lib/arm-linux-gnueabihf/libsox.so.3.0.0 debian/.debhelper/libsox3/dbgsym-root/usr/lib/debug/.build-id/29/321131ac4bf7ba56ab0b5150f329a21eea7a9c.debug returned exit code 1
dh_strip: Aborting due to earlier error
make: *** [debian/rules:16: binary-arch] Error 2
Tail of log for lxc on armhf:
make[1]: Entering directory '/<<BUILDDIR>>/lxc-3.1.0+really3.0.3'
dh_missing --fail-missing
make[1]: Leaving directory '/<<BUILDDIR>>/lxc-3.1.0+really3.0.3'
debian/rules override_dh_strip
make[1]: Entering directory '/<<BUILDDIR>>/lxc-3.1.0+really3.0.3'
dh_strip --dbgsym-migration='lxc-dbg (<< 2:2.0.5-2~)'
objcopy: debian/lxc/usr/bin/lxc-monitor: unable to initialize compress status for section .debug_info
objcopy:debian/lxc/usr/bin/lxc-monitor: Input/output error
dh_strip: objcopy --only-keep-debug --compress-debug-sections debian/lxc/usr/bin/lxc-monitor debian/.debhelper/lxc/dbgsym-root/usr/lib/debug/.build-id/c6/f14a5940444fe1547cdc1de712a32cb8741107.debug returned exit code 1
strip:debian/liblxc1/usr/lib/arm-linux-gnueabihf/liblxc.so.1.4.0: Input/output error
dh_strip: strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/liblxc1/usr/lib/arm-linux-gnueabihf/liblxc.so.1.4.0 returned exit code 1
dh_strip: Aborting due to earlier error
make[1]: *** [debian/rules:71: override_dh_strip] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/lxc-3.1.0+really3.0.3'
make: *** [debian/rules:8: binary-arch] Error 2
dh_missing: usr/share/doc/libraw/LICENSE.CDDL exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/doc/libraw/LICENSE.LGPL exists in debian/tmp but is not installed to anywhere
dh_missing: usr/share/doc/libraw/Changelog.txt exists in debian/tmp but is not installed to anywhere
The following debhelper tools have reported what they installed (with files per package)
* dh_install: libraw-bin (1), libraw-dev (6), libraw-doc (0), libraw19 (4)
* dh_installdocs: libraw-bin (0), libraw-dev (0), libraw-doc (9), libraw19 (0)
If the missing files are installed by another tool, please file a bug against it.
When filing the report, if the tool is not part of debhelper itself, please reference the
"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).
(in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built
For a short-term work-around: Add the files to debian/not-installed
dh_dwz -a
dh_dwz: dwz -q -mdebian/libraw19/usr/lib/debug/.dwz/arm-linux-gnueabihf/libraw19.debug -M/usr/lib/debug/.dwz/arm-linux-gnueabihf/libraw19.debug -- debian/libraw19/usr/lib/arm-linux-gnueabihf/libraw.so.19.0.0 debian/libraw19/usr/lib/arm-linux-gnueabihf/libraw_r.so.19.0.0 died with signal 7
make: *** [debian/rules:6: binary-arch] Error 2
Use of uninitialized value $_ in scalar chomp at /usr/share/perl5/Debian/Debhelper/Buildsystem/cargo.pm line 37.
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_test -- test --all
/tmp/GmIOKSU0:1: /usr/share/rustc/architecture.mk: No such file or directory
make[2]: *** No rule to make target '/usr/share/rustc/architecture.mk'. Stop.
Use of uninitialized value $_ in scalar chomp at /usr/share/perl5/Debian/Debhelper/Buildsystem/cargo.pm line 37.
debian cargo wrapper: options, profiles, parallel: ['parallel=4'] [] ['-j4']
debian cargo wrapper: rust_type, gnu_type: , arm-linux-gnueabihf
debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', '/usr/bin/cargo', '-Zavoid-dev-deps', 'test', '--verbose', '--verbose', '-j4', '--target', '', '--all'],) {}
error: target was empty
dh_auto_test: /usr/share/cargo/bin/cargo test --all returned exit code 101
make[1]: *** [debian/rules:14: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:3: binary-arch] Error 2
USER=buildd
dpkg-buildpackage
-----------------
dpkg-buildpackage: info: source package cargo-mozilla
dpkg-buildpackage: info: source version 0.66.0+ds1-1~deb10u1
dpkg-buildpackage: info: source distribution buster-security
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture armhf
fakeroot debian/rules clean
dh /usr/share/rustc/architecture.mk --with bash-completion
dh: Unknown sequence /usr/share/rustc/architecture.mk (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)
debian/rules:6: /usr/share/rustc/architecture.mk: No such file or directory
make: *** [debian/rules:36: /usr/share/rustc/architecture.mk] Error 255
Tail of log for h2o on armhf:
Non-zero exit status: 2
Files=77, Tests=299, 4277 wallclock secs ( 2.49 usr 0.61 sys + 583.86 cusr 426.30 csys = 1013.26 CPU)
Result: FAIL
make[5]: *** [CMakeFiles/check.dir/build.make:61: CMakeFiles/check] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[4]: *** [CMakeFiles/Makefile2:481: CMakeFiles/check.dir/all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[3]: *** [CMakeFiles/Makefile2:488: CMakeFiles/check.dir/rule] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
make[2]: *** [Makefile:323: check] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabihf'
dh_auto_test: cd obj-arm-linux-gnueabihf && make -j4 check ARGS\+=-j4 returned exit code 2
make[1]: *** [debian/rules:19: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: build-arch] Error 2
BinNMU changelog for tcl8.4 on armhf:
rebuild due to debcheck failure
--- debian/libtcl8.4.symbols (libtcl8.4_8.4.20-8+b1_armhf)
+++ dpkg-gensymbolsWMK19O 2023-12-08 00:17:44.412914125 +0000
@@ -940,7 +940,7 @@
TclpUnloadFile@Base 8.4.9
TclpUtfNcmp2@Base 8.4.9
TclpUtime@Base 8.4.9
- _LIB_VERSION@Base 8.4.9
+#MISSING: 8.4.20-8+b1# _LIB_VERSION@Base 8.4.9
binfo@Base 8.4.9
tclArrayHashKeyType@Base 8.4.9
tclArraySearchType@Base 8.4.9
dh_makeshlibs: failing due to earlier errors
make[1]: *** [debian/rules:100: override_dh_makeshlibs] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:19: binary-arch] Error 2
BinNMU changelog for zope2.13 on armhf:
rebuild due to debcheck failure
find ./source/ -maxdepth 2 -type d -name "build" -exec rm -rf {} \;
Building Zope2 2.13...
Traceback (most recent call last):
File "./debian/build-scripts/build.py", line 249, in <module>
main()
File "./debian/build-scripts/build.py", line 230, in main
base_build_dir=tmp_install_area)
File "./debian/build-scripts/build.py", line 79, in install_dist
from pip.req import InstallRequirement
ImportError: No module named req
make[2]: *** [Makefile:36: build] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:53: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:38: build-arch] Error 2
ok 344 - we_get_signals
ok 345 - we_get_signals_mixed
FAIL: test/run-tests
======================================================
1 of 1 test failed
Please report to https://github.com/libuv/libuv/issues
======================================================
make[3]: *** [Makefile:4929: check-TESTS] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:5189: check-am] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j4 check VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:40: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:23: build-arch] Error 2
Tail of log for tar on armhf:
| #define ZSTD_PROGRAM "zstd"
| #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| #define DEFAULT_ARCHIVE "-"
| #define DEFAULT_BLOCKING 20
| #define DEFAULT_QUOTING_STYLE escape_quoting_style
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_ICONV_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
|
| configure: exit 0
make: *** [debian/rules:43: build-stamp] Error 1
def install(paths, dst): map(lambda path: try_copy(path, dst), paths)
File "tools/install.py", line 65, in try_copy
try_mkdir_r(os.path.dirname(target_path))
File "tools/install.py", line 40, in try_mkdir_r
os.makedirs(path)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 150, in makedirs
makedirs(head, mode)
File "/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 28] No space left on device: '/<<PKGBUILDDIR>>/debian/tmp/usr/share'
make[1]: *** [Makefile:146: install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/cdbs/1/class/makefile.mk:103: debian/stamp-makefile-install] Error 2
/usr/lib/python3/dist-packages/matplotlib/__init__.py:888: MatplotlibDeprecationWarning:
examples.directory is deprecated; in the future, examples will be found relative to the 'datapath' directory.
"found relative to the 'datapath' directory.".format(key))
sys:1: ResourceWarning: unclosed file <_io.BufferedWriter name=11>
E: pybuild pybuild:341: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.7/build; python3.7 -m pytest
dh_auto_test: pybuild --test --test-pytest -i python{version} -p 3.7 returned exit code 13
make: *** [debian/rules:16: build-arch] Error 25
Tail of log for cups on armhf:
httpDecode64_2()/httpEncode64_2(): PASS
httpGetHostname(): PASS (bm-wb-02)
httpAddrGetList(bm-wb-02): FAIL
httpSeparateURI(): PASS (44 URIs tested)
httpAssembleURI(): PASS (16 URIs tested)
httpAssembleUUID: PASS (urn:uuid:7c9d59b5-2b0e-3c3f-5bc6-0bb22a46e911)
1 TESTS FAILED!
make[3]: *** [Makefile:496: testhttp] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/cups'
make[2]: *** [Makefile:76: unittests] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:201: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: build-arch] Error 2