Raspbian Package Auto-Building

Buildd status for tiledarray, acl2, varnish-agent, colmap (buster-staging)

Bugs

Package(s): Suite:
Compact mode Co-maintainers

Package armhf
Buildd exposure stats
✘ tiledarray  Build-Attempted
✘ acl2  Build-Attempted
✔ varnish-agentBuild-Attempted
✔ colmapBuild-Attempted

Tail of log for tiledarray on armhf:

    #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

Tail of log for acl2 on armhf:

dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/acl2/usr/lib/acl2-8.0dfsg/saved_acl2 was not linked against libopcodes-2.31.1-system.so (it uses none of the library's symbols)
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package 'acl2-infix' in '../acl2-infix_8.0dfsg-1_armhf.deb'.
dpkg-deb: building package 'acl2-books' in '../acl2-books_8.0dfsg-1_armhf.deb'.
dpkg-deb: building package 'acl2' in '../acl2_8.0dfsg-1_armhf.deb'.
 dpkg-genbuildinfo --build=any
 dpkg-genchanges --build=any -mRaspbian wandboard test autobuilder <root@raspbian.org> >../acl2_8.0dfsg-1_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
 dpkg-source --after-build .

Tail of log for varnish-agent on armhf:

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

Tail of log for colmap on armhf:

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