Raspbian Package Auto-Building

Buildd status for selected packages (bullseye-staging)

Bugs

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

Package armhf
Buildd exposure stats
✔ iannixBD-Uninstallable
✔ gearyInstalled
✔ pytangoInstalled
✔ poclInstalled
✔ autofs5Build-Attempted
✔ coneBuild-Attempted
✔ glib-dInstalled
✔ haskell-pretty-simpleBuild-Attempted
✔ libsis-jhdf5-javaInstalled
✔ octave-tiseanBuild-Attempted
✔ ruby2.1Build-Attempted
✔ ardourInstalled
✔ agdaBuild-Attempted

Dependency installability problem for iannix on armhf:

iannix build-depends on missing:
- libqt5opengl5-desktop-dev:armhf

Tail of log for autofs5 on armhf:

/usr/bin/ld: ../lib/autofs.a(master.o): in function `master_submount_list_empty':
master.c:(.text+0x1950): undefined reference to `dump_core'
/usr/bin/ld: master.c:(.text+0x1970): undefined reference to `dump_core'
/usr/bin/ld: ../lib/autofs.a(master.o):master.c:(.text+0x1bdc): more undefined references to `dump_core' follow
/usr/bin/ld: ../lib/autofs.a(master.o): in function `master_mount_mounts':
master.c:(.text+0x2264): undefined reference to `pthread_create'
/usr/bin/ld: master.c:(.text+0x23dc): undefined reference to `dump_core'
/usr/bin/ld: ../lib/autofs.a(master.o): in function `master_done':
master.c:(.text+0x2544): undefined reference to `pthread_join'
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

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
  145 |    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

Tail of log for haskell-pretty-simple on armhf:

[7 of 9] Compiling Text.Pretty.Simple.Internal ( src/Text/Pretty/Simple/Internal.hs, dist-ghc/build/Text/Pretty/Simple/Internal.p_o )
[8 of 9] Compiling Text.Pretty.Simple ( src/Text/Pretty/Simple.hs, dist-ghc/build/Text/Pretty/Simple.p_o )
[9 of 9] Compiling Debug.Pretty.Simple ( src/Debug/Pretty/Simple.hs, dist-ghc/build/Debug/Pretty/Simple.p_o )
touch build-ghc-stamp
. /usr/share/haskell-devscripts/Dh_Haskell.sh && \
check_recipe
Running debian/hlibrary.setup test --builddir=dist-ghc --show-details=direct
Running 1 test suites...
Test suite pretty-simple-doctest: RUNNING...
pretty-simple-doctest: fd:13: hGetLine: end of file
Test suite pretty-simple-doctest: FAIL
Test suite logged to:
dist-ghc/test/pretty-simple-3.2.3.0-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 octave-tisean on armhf:

***** ###############################################################
***** fail("lazy([(1:10);(1:10)],7,-0.06)");
***** fail("lazy((1:10),0,0.04)");
***** fail("[a,b,c] = lazy((1:10),1,0.05)");
***** test
 "In is generated from Octave using 'in = 1 + 0.5 * rand(10,1);'";
 in = [1.47007925526322;1.168775342017635;1.10943000146922; 1.174293926353764;  1.075741574572656; 1.373465364407417; 1.089417388489702; 1.403669883669071;1.452726826806777;  1.016960990335037];
 "res was generated using 'lazy -m1 -v0.06 in.dat' from TISEAN 'lazy'";
 res = [1.47007930, 0.00000000; 1.17153454, -2.75921822E-03; 1.10942996, 0.00000000; 1.17153454, 2.75933743E-03; 1.07574153, 0.00000000; 1.37346542, 0.00000000; 1.08941734, 0.00000000; 1.40366983, 0.00000000; 1.45272684, 0.00000000; 1.01696098, 0.00000000];
 [al,bl] = lazy(in, 1, -0.06);
 assert([al,bl],res,1e-6);
4 tests, 4 passed, 0 known failure, 0 skipped
Summary: 162 tests, 152 passed, 0 known failures, 0 skipped
Some tests failed.  Giving up...
make: *** [debian/rules:5: binary-arch] Error 1

Tail of log for ruby2.1 on armhf:

 4979 | #define yydestruct(m, t, v) ruby_parser_yydestruct(m, t, v, parser)
      | 
parse.c:10853:63: error: macro "yydestruct" passed 4 arguments, but takes just 3
10853 |      this YYABORT or YYACCEPT.  */
      |                                                               ^
parse.c:4979: note: macro "yydestruct" defined here
 4979 | #define yydestruct(m, t, v) ruby_parser_yydestruct(m, t, v, parser)
      | 
make[2]: *** [Makefile:334: parse.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 main V=1 returned exit code 2
make[1]: *** [debian/rules:67: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:49: build-arch] Error 2

Tail of log for agda on armhf:

[146 of 369] Compiling Agda.Utils.TypeLits ( src/full/Agda/Utils/TypeLits.hs, dist-ghc/build/Agda/Utils/TypeLits.o )
[147 of 369] Compiling Agda.Utils.Update ( src/full/Agda/Utils/Update.hs, dist-ghc/build/Agda/Utils/Update.o )
[148 of 369] Compiling Agda.Syntax.Concrete.Definitions ( src/full/Agda/Syntax/Concrete/Definitions.hs, dist-ghc/build/Agda/Syntax/Concrete/Definitions.o )
[149 of 369] Compiling Agda.Utils.VarSet ( src/full/Agda/Utils/VarSet.hs, dist-ghc/build/Agda/Utils/VarSet.o )
[150 of 369] Compiling Agda.Utils.Warshall ( src/full/Agda/Utils/Warshall.hs, dist-ghc/build/Agda/Utils/Warshall.o )
[151 of 369] Compiling Agda.Utils.WithDefault ( src/full/Agda/Utils/WithDefault.hs, dist-ghc/build/Agda/Utils/WithDefault.o )
[152 of 369] Compiling Agda.Utils.Zipper ( src/full/Agda/Utils/Zipper.hs, dist-ghc/build/Agda/Utils/Zipper.o )
[153 of 369] Compiling Paths_Agda       ( dist-ghc/build/autogen/Paths_Agda.hs, dist-ghc/build/Paths_Agda.o )
[154 of 369] Compiling Agda.Version     ( src/full/Agda/Version.hs, dist-ghc/build/Agda/Version.o )
[155 of 369] Compiling Agda.VersionCommit ( src/full/Agda/VersionCommit.hs, dist-ghc/build/Agda/VersionCommit.o )
[156 of 369] Compiling Agda.Interaction.Library ( src/full/Agda/Interaction/Library.hs, dist-ghc/build/Agda/Interaction/Library.o )
[157 of 369] Compiling Agda.Interaction.Options ( src/full/Agda/Interaction/Options.hs, dist-ghc/build/Agda/Interaction/Options.o )
[158 of 369] Compiling Agda.TypeChecking.Monad.Base ( src/full/Agda/TypeChecking/Monad/Base.hs, dist-ghc/build/Agda/TypeChecking/Monad/Base.o )
ghc: out of memory (requested 1048576 bytes)
make: *** [/usr/share/cdbs/1/class/hlibrary.mk:147: build-ghc-stamp] Error 251