Raspbian Package Auto-Building

Buildd status for selected packages (buster-staging)

Bugs

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

Package armhf
Buildd exposure stats
✘ r-cran-samr  Build-Attempted
✘ tiledarray  Build-Attempted
✘ r-cran-httpuv  Build-Attempted
✘ iannix  Build-Attempted
✘ oclgrind  Build-Attempted
✘ kubrick  Build-Attempted
✘ acl2  Build-Attempted
✘ nbibtex  Build-Attempted
✘ bashdb  Build-Attempted
✘ flatpak  Build-Attempted
✔ chromiumInstalled
✘ perl  Build-Attempted

Tail of log for r-cran-samr on armhf:

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

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 r-cran-httpuv on armhf:

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

Tail of log for iannix on armhf:

./render/uirender.h:253:9: error: 'glColor4f' was not declared in this scope
         glColor4f(color.redF(), color.greenF(), color.blueF(), color.alphaF());
         ^~~~~~~~~
./render/uirender.h:253:9: note: suggested alternative: 'qglColor'
         glColor4f(color.redF(), color.greenF(), color.blueF(), color.alphaF());
         ^~~~~~~~~
         qglColor
make[2]: *** [Makefile:2648: iannixapp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [Makefile:2564: iannix.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:28: build-arch] Error 2

Tail of log for oclgrind on armhf:

dpkg-shlibdeps: warning: debian/oclgrind/usr/bin/oclgrind contains an unresolvable reference to symbol __aeabi_atexit@CXXABI_ARM_1.3.3: it's probably a plugin
dpkg-shlibdeps: warning: symbol __aeabi_atexit@CXXABI_ARM_1.3.3 used by debian/liboclgrind-18.3/usr/lib/arm-linux-gnueabihf/liboclgrind-18.3.so found in none of the libraries
   dh_installdeb -a -O--buildsystem=cmake
   dh_gencontrol -a -O--buildsystem=cmake
   dh_md5sums -a -O--buildsystem=cmake
   dh_builddeb -a -O--buildsystem=cmake
dpkg-deb: building package 'liboclgrind-18.3' in '../liboclgrind-18.3_18.3-2_armhf.deb'.
dpkg-deb: building package 'liboclgrind-dev' in '../liboclgrind-dev_18.3-2_armhf.deb'.
dpkg-deb: building package 'oclgrind-dbgsym' in '../oclgrind-dbgsym_18.3-2_armhf.deb'.
dpkg-deb: building package 'oclgrind' in '../oclgrind_18.3-2_armhf.deb'.
dpkg-deb: building package 'liboclgrind-18.3-dbgsym' in '../liboclgrind-18.3-dbgsym_18.3-2_armhf.deb'.
 dpkg-genbuildinfo --build=any
 dpkg-genchanges --build=any -mRaspbian pi4 based autobuilder <root@raspbian.org> >../oclgrind_18.3-2_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
 dpkg-source --after-build .

Tail of log for kubrick on armhf:

/<<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 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 .

BinNMU changelog for nbibtex on armhf:

rebuild due to debcheck failure

Tail of log for nbibtex on armhf:

executing: latex \nonstopmode \input{nbib.tex}
compiling nbib.tex...
executing: latex \nonstopmode \input{nbib.tex}
compiling nbib.tex...
executing: latex \nonstopmode \input{nbib.tex}
compiling nbib.tex...
executing: latex \nonstopmode \input{nbib.tex}
compiling nbib.tex...
executing: latex \nonstopmode \input{nbib.tex}
[depend] while making nbib.dvi: file contents does not seem to settle
There were errors compiling nbib.aux.
make[1]: *** [Makefile:56: nbib.ps] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:4: build-arch] Error 2

BinNMU changelog for bashdb on armhf:

rebuild due to debcheck failure

Tail of log for bashdb on armhf:

#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

Tail of log for flatpak on armhf:

   dh_gencontrol -a
   dh_md5sums -a
   dh_builddeb -a
dpkg-deb: building package 'flatpak' in '../flatpak_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'flatpak-tests' in '../flatpak-tests_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'libflatpak0' in '../libflatpak0_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'gir1.2-flatpak-1.0' in '../gir1.2-flatpak-1.0_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'libflatpak-dev' in '../libflatpak-dev_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'libflatpak0-dbgsym' in '../libflatpak0-dbgsym_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'flatpak-tests-dbgsym' in '../flatpak-tests-dbgsym_1.2.5-0+deb10u4_armhf.deb'.
dpkg-deb: building package 'flatpak-dbgsym' in '../flatpak-dbgsym_1.2.5-0+deb10u4_armhf.deb'.
 dpkg-genbuildinfo --build=any
 dpkg-genchanges --build=any -mRaspbian mythic lxc autobuilder 1 <root@raspbian.org> >../flatpak_1.2.5-0+deb10u4_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
 dpkg-source --after-build .

Tail of log for perl on armhf:

dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/pod2usage'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/enc2xs'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/h2ph'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/ptardiff'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/pl2pm'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/cpan'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/corelist'
dpkg-shlibdeps: warning: unknown executable format in file 'debian/build/perl/usr/bin/ptar'
dpkg-gencontrol: warning: Depends field of package perl: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-deb: building package 'perl' in '../perl_5.28.1-6+deb10u1_armhf.deb'.
 dpkg-genbuildinfo --build=any
 dpkg-genchanges --build=any -mRaspbian mythic lxc autobuilder 1 <root@raspbian.org> >../perl_5.28.1-6+deb10u1_armhf.changes
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
 dpkg-source --after-build .
dpkg-source: info: using options from perl-5.28.1/debian/source/options: --tar-ignore=debian/.git-dpm