Source: squidguard
Version: 1.5-7
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/arm64/squidguard.html
...
sg.l: In function 'yylex':
sg.l:90:8: error: 'START_BRACKET' undeclared (first use in this function); did
you mean 'SOCK_PACKET'?
"}" return STOP_BRACKET;
^~~~~~~~~~~~~
SOCK_PACKET
sg.l:90:8: note: each undeclared identifier is reported only once for each
function it appears in
sg.l:91:8: error: 'STOP_BRACKET' undeclared (first use in this function); did
you mean 'SOL_PACKET'?
^dest return DESTINATION;
^~~~~~~~~~~~
SOL_PACKET
...
https://buildd.debian.org/status/fetch.php?pkg=squidguard&arch=s390x&ver=1.5-7&stamp=1546505416&raw=0
...
dh_auto_test -a
make -j2 test VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
making test in squidguard-1.5
(cd test && make test)
make[2]: Entering directory '/<<PKGBUILDDIR>>/test'
test1..
test2..
Database size:
Database size:
5643 blacklist/domains
7442 blacklist/urls
13085 total
5643 blacklist/domains
7442 blacklist/urls
3 blacklist/expressions
13088 total
Running test1 with 1005 requests..Running test2 with 1005 requests..2019-01-03
08:50:12 [12657] ../src/squidGuard: can't write to logfile
/var/log/squidguard/squidGuard.log
2019-01-03 08:50:12 [12657] INFO: New setting: logdir: /<<PKGBUILDDIR>>/test
2019-01-03 08:50:12 [12657] INFO: New setting: dbhome: /<<PKGBUILDDIR>>/test
2019-01-03 08:50:12 [12657] Added User: foo
2019-01-03 08:50:12 [12657] Added User: bar
2019-01-03 08:50:12 [12657] init domainlist
/<<PKGBUILDDIR>>/test/blacklist/domains
2019-01-03 08:50:12 [12661] ../src/squidGuard: can't write to logfile
/var/log/squidguard/squidGuard.log
2019-01-03 08:50:12 [12661] INFO: New setting: logdir: /<<PKGBUILDDIR>>/test
2019-01-03 08:50:12 [12661] INFO: New setting: dbhome: /<<PKGBUILDDIR>>/test
2019-01-03 08:50:12 [12657] init urllist /<<PKGBUILDDIR>>/test/blacklist/urls
2019-01-03 08:50:12 [12661] Added User: foo
2019-01-03 08:50:12 [12661] Added User: bar
2019-01-03 08:50:12 [12661] init domainlist
/<<PKGBUILDDIR>>/test/blacklist/domains
2019-01-03 08:50:12 [12661] init urllist /<<PKGBUILDDIR>>/test/blacklist/urls
2019-01-03 08:50:12 [12661] init expressionlist
/<<PKGBUILDDIR>>/test/blacklist/expressions
.Done
Checking number of output lines..
.OK
Checking the output against the expected..
make[2]: [Makefile:42: test1] Error 1 (ignored)
.OK
squidGuard initialization took 0.013 seconds
squidGuard handled 1005 requests in 0.001 seconds
benchmark..
Database size:
5643 blacklist/domains
7442 blacklist/urls
13085 total
Running benchmark test with 100500 requests..2019-01-03 08:50:12 [12686]
../src/squidGuard: can't write to logfile /var/log/squidguard/squidGuard.log
2019-01-03 08:50:12 [12686] INFO: New setting: logdir: /<<PKGBUILDDIR>>/test
2019-01-03 08:50:12 [12686] INFO: New setting: dbhome: /<<PKGBUILDDIR>>/test
2019-01-03 08:50:12 [12686] Added User: foo
2019-01-03 08:50:12 [12686] Added User: bar
2019-01-03 08:50:12 [12686] init domainlist
/<<PKGBUILDDIR>>/test/blacklist/domains
.Done
Checking number of output lines..
.OK
Checking the output against the expected..
make[2]: [Makefile:42: test2] Error 1 (ignored)
.OK
awk: cannot open squidGuard.log (No such file or directory)
make[2]: *** [Makefile:44: test2] Error 2
dh compat 10 defaults to parallel building.
Ideally the Makefiles should be fixed, but if this is not
easily possible the previous default of non-parallel building
can be restored by passing --no-parallel to dh.