Debian Package Auto-Building

Buildd status for bcpp (sid)

TrackerChangelogBugspackages.d.oSource

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

ArchitectureVersionStatusForBuilddStateSectionLogsActions
all is not present in the architecture list set by the maintainer
Buildd exposure stats amd64 0.0.20210108-1+b1Installed788d 3h 8mx86-csail-01develold | all (1)giveback
Buildd exposure stats arm64 0.0.20210108-1+b2Installed18d 5h 37marm-conova-04develold | all (1)giveback
Buildd exposure stats armel 0.0.20210108-1+b1Installed788d 13h 14mhartmanndevelold | all (1)giveback
Buildd exposure stats armhf 0.0.20210108-1+b1Installed787d 19h 29mhoibydevelold | all (1)giveback
Buildd exposure stats i386 0.0.20210108-1+b1Installed787d 15h 59mx86-csail-01develold | all (1)giveback
Buildd exposure stats mips64el 0.0.20210108-1+b1Installed787d 15h 59mmipsel-aql-03develold | all (1)giveback
Buildd exposure stats ppc64el 0.0.20210108-1+b1Installed787d 15h 59mppc64el-osuosl-01develold | all (1)giveback
Buildd exposure stats riscv64 0.0.20210108-1+b2Installed322d 14h 35mrv-osuosl-03develold | all (1)giveback
Buildd exposure stats s390x 0.0.20210108-1+b1Installed788d 13h 13mzandonaidevelold | all (1)giveback
Buildd exposure stats alpha 0.0.20210108-1Installed1144d 4h 9mtsunamidevelold | all (1)giveback
Buildd exposure stats hppa 0.0.20210108-1Installed1144d 5h 6mpanamadevelold | all (1)giveback
Buildd exposure stats hurd-amd64  0.0.20210108-1Failed115d 11h 34mboralusuncompileddevelold | all (1)giveback
Buildd exposure stats hurd-i386  0.0.20210108-1Failed1143d 22h 52mmahleruncompileddevelold | all (1)giveback
Buildd exposure stats loong64 0.0.20210108-1Installed456d 17h 9mloong64-osuosl-02develold | all (1)giveback
Buildd exposure stats m68k 0.0.20210108-1Installed1144d 5h 6mvs92develold | all (1)giveback
Buildd exposure stats powerpc 0.0.20210108-1Installed1144d 5h 6mkapitsa2develold | all (1)giveback
Buildd exposure stats ppc64 0.0.20210108-1Installed1144d 5h 6mkapitsa2develold | all (1)giveback
Buildd exposure stats sh4 0.0.20210108-1Installed1144d 5h 6mvs94develold | all (1)giveback
Buildd exposure stats sparc64 0.0.20210108-1Installed1144d 5h 6mnvg5120develold | all (1)giveback
Buildd exposure stats x32 0.0.20210108-1Installed1144d 5h 5mx32-do-02develold | all (1)giveback

Install getbuildlog: sudo apt install devscripts
Download latest bcpp build logs: getbuildlog bcpp last
Download all bcpp build logs: getbuildlog bcpp

BinNMU changelog for bcpp on amd64, armel, armhf, i386, mips64el, ppc64el and s390x:

Rebuild against dpkg-dev with #1000421 fixed

BinNMU changelog for bcpp on arm64:

Rebuild for PAC/BTI support

BinNMU changelog for bcpp on riscv64:

Rebuild on DSAed buildd

Failing reason for bcpp on hurd-amd64 and hurd-i386:

> bcpp.cpp:3569:18: error: ‘PATH_MAX’ was not declared in this scope

Tail of log for bcpp on hurd-amd64 (other failed builds: hurd-i386):

cd code && /usr/bin/make all
make[2]: Entering directory '/<<PKGBUILDDIR>>/code'
g++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -DBCPP_CONFIG_DIR=\"/etc/bcpp/\" -W -Wall -I. -I. -DVERSION=\"`cat ./../VERSION`\" -DHAVE_CONFIG_H  -c bcpp.cpp -o bcpp.o
bcpp.cpp: In function ‘void FindConfigFile(const char*, FILE*&)’:
bcpp.cpp:3569:18: error: ‘PATH_MAX’ was not declared in this scope
 3569 |         char buf[PATH_MAX];
      |                  ^~~~~~~~
bcpp.cpp:3570:75: error: ‘buf’ was not declared in this scope
 3570 |         fprintf(stderr, "Using configuration file at \"%s/%s\"\n", getcwd(buf, sizeof(buf)), pCfgName);
      |                                                                           ^~~
make[2]: *** [makefile:64: bcpp.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/code'
make[1]: *** [makefile:31: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:31: build-stamp] Error 2