Bug#952309: cysignals: FTBFS: help2man: can't get `--help' info from /<>/debian/adhoc/wrappers/cysignals-CSI

2020-02-23 Thread Lucas Nussbaum
Source: cysignals
Version: 1.10.2+ds-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary --with python3 --with sphinxdoc --buildsystem=pybuild
>dh_testroot -O--buildsystem=pybuild
>debian/rules override_dh_prep-indep
> make[1]: Entering directory '/<>'
> help2man --manual="CySIgnals Cython package" --source="CySIgnals (Debian 
> 1.10.2+ds-3)" --version-string="cysignals-CSI - 1.10.2+ds-3" --locale=C.UTF-8 
> --no-info -s 1 \
>   -n "debugger information extractor for Python processes" \
>   -o cysignals-CSI.1 \
>   /<>/debian/adhoc/wrappers/cysignals-CSI
> help2man: can't get `--help' info from 
> /<>/debian/adhoc/wrappers/cysignals-CSI
> Try `--no-discard-stderr' if option outputs to stderr
> make[1]: *** [debian/rules:43: override_dh_prep-indep] Error 255

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/cysignals_1.10.2+ds-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952300: construct: FTBFS: dh: error: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the Debian::Debhelper::Sequence::python3 modul

2020-02-23 Thread Lucas Nussbaum
Source: construct
Version: 2.8.16-0.3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules clean
> dh clean --with python3 --buildsystem=pybuild
> dh: warning: Compatibility levels before 9 are deprecated (level 8 in use)
> dh: error: unable to load addon python3: Can't locate 
> Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the 
> Debian::Debhelper::Sequence::python3 module) (@INC contains: /etc/perl 
> /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 
> /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 
> /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 
> /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 3) 
> line 1.
> BEGIN failed--compilation aborted at (eval 3) line 1.
> 
> make: *** [debian/rules:11: clean] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/construct_2.8.16-0.3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952314: php-masterminds-html5: FTBFS: tests failed

2020-02-23 Thread Lucas Nussbaum
Source: php-masterminds-html5
Version: 2.7.0+dfsg-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> phpunit
> PHPUnit 8.5.2 by Sebastian Bergmann and contributors.
> 
>   Warning - The configuration file did not pass validation!
>   The following problems have been detected:
> 
>   Line 9:
>   - Element 'blacklist': This element is not expected. Expected is ( 
> whitelist ).
> 
>   Test results may not be as expected.
> 
> 
> .R..W...W..R...R...  63 / 170 ( 
> 37%)
> R...R..EE.R..R..R.. 126 / 170 ( 
> 74%)
> .R.R170 / 170 
> (100%)
> 
> Time: 56 ms, Memory: 6.00 MB
> 
> There were 2 errors:
> 
> 1) 
> Masterminds\HTML5\Tests\Parser\TokenizerTest::testTagsWithAttributeAndMissingName
> Trying to access array offset on value of type null
> 
> /<>/test/HTML5/Parser/TokenizerTest.php:29
> /<>/test/HTML5/Parser/TokenizerTest.php:488
> 
> 2) Masterminds\HTML5\Tests\Parser\TokenizerTest::testTagNotClosedAfterTagName
> Trying to access array offset on value of type null
> 
> /<>/test/HTML5/Parser/TokenizerTest.php:29
> /<>/test/HTML5/Parser/TokenizerTest.php:514
> 
> --
> 
> There were 2 warnings:
> 
> 1) Masterminds\HTML5\Tests\Html5Test::testEncodingUtf8
> Using assertContains() with string haystacks is deprecated and will not be 
> supported in PHPUnit 9. Refactor your test to use 
> assertStringContainsString() or assertStringContainsStringIgnoringCase() 
> instead.
> 
> 2) Masterminds\HTML5\Tests\Html5Test::testAttributes
> Using assertContains() with string haystacks is deprecated and will not be 
> supported in PHPUnit 9. Refactor your test to use 
> assertStringContainsString() or assertStringContainsStringIgnoringCase() 
> instead.
> 
> --
> 
> There were 10 risky tests:
> 
> 1) Masterminds\HTML5\Tests\ElementsTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 2) Masterminds\HTML5\Tests\Html5Test::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 3) Masterminds\HTML5\Tests\Parser\CharacterReferenceTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 4) Masterminds\HTML5\Tests\Parser\DOMTreeBuilderTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 5) Masterminds\HTML5\Tests\Parser\ScannerTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 6) Masterminds\HTML5\Tests\Parser\TokenizerTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 7) Masterminds\HTML5\Tests\Parser\TreeBuildingRulesTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 8) Masterminds\HTML5\Tests\Parser\UTF8UtilsTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 9) Masterminds\HTML5\Tests\Serializer\OutputRulesTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> 10) Masterminds\HTML5\Tests\Serializer\TraverserTest::testFoo
> This test did not perform any assertions
> 
> /<>/test/HTML5/TestCase.php:14
> 
> ERRORS!
> Tests: 170, Assertions: 2023, Errors: 2, Warnings: 2, Risky: 10.
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 2

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/php-masterminds-html5_2.7.0+dfsg-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952305: libpdl-io-matlab-perl: FTBFS: Error: OUTPUT =pod not an argument in Matlab.xs, line 230

2020-02-23 Thread Lucas Nussbaum
Source: libpdl-io-matlab-perl
Version: 0.005-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> "/usr/bin/perl" "-I/usr/lib/x86_64-linux-gnu/perl5/5.30" "-MPDL::PP 
> qw[PDL::IO::Matlab PDL::IO::Matlab Matlab]" matlab.pd
> Useless use of a constant ("\n=cut\n") in void context at matlab.pd line 617.
> cp Matlab.pm blib/lib/PDL/IO/Matlab.pm
> Running Mkbootstrap for Matlab ()
> chmod 644 "Matlab.bs"
> "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Matlab.bs 
> blib/arch/auto/PDL/IO/Matlab/Matlab.bs 644
> "/usr/bin/perl" "/usr/share/perl/5.30/ExtUtils/xsubpp"  -typemap 
> '/usr/share/perl/5.30/ExtUtils/typemap' -typemap 
> '/usr/lib/x86_64-linux-gnu/perl5/5.30/PDL/Core/typemap.pdl' -typemap 
> '/<>/typemap'  Matlab.xs > Matlab.xsc
> Error: OUTPUT =pod not an argument in Matlab.xs, line 230
> Error: OUTPUT =cut not an argument in Matlab.xs, line 240
> Code is not inside a function (maybe last function was ended by a blank line  
> followed by a statement on column one?) in Matlab.xs, line 250
> make[1]: *** [Makefile:366: Matlab.c] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/libpdl-io-matlab-perl_0.005-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952316: gopacket: FTBFS: dh_auto_build: error: cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 github.com/google/gopacket github.com/google/gopacket/afpacket github.com/google/gopacket/byt

2020-02-23 Thread Lucas Nussbaum
Source: gopacket
Version: 1.1.14-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_configure
>   install -d obj-x86_64-linux-gnu
>   Copy base.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/base.go
>   Copy layerclass.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layerclass.go
>   Copy packet.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/packet.go
>   Copy writer_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/writer_test.go
>   Copy doc.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/doc.go
>   Copy writer.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/writer.go
>   Copy packet_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/packet_test.go
>   Copy flows.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/flows.go
>   Copy parser.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/parser.go
>   Copy benchmark_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/benchmark_test.go
>   Copy layertype.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layertype.go
>   Copy decode.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/decode.go
>   Copy ip4defrag/defrag_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/ip4defrag/defrag_test.go
>   Copy ip4defrag/defrag.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/ip4defrag/defrag.go
>   Copy examples/arpscan/arpscan.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/arpscan/arpscan.go
>   Copy examples/synscan/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/synscan/main.go
>   Copy examples/util/util.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/util/util.go
>   Copy examples/reassemblydump/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/reassemblydump/main.go
>   Copy examples/pcaplay/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/pcaplay/main.go
>   Copy examples/httpassembly/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/httpassembly/main.go
>   Copy examples/bytediff/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/bytediff/main.go
>   Copy examples/bidirectional/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/bidirectional/main.go
>   Copy examples/statsassembly/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/statsassembly/main.go
>   Copy examples/pcapdump/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/pcapdump/main.go
>   Copy examples/pfdump/main.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/examples/pfdump/main.go
>   Copy layers/gre_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/gre_test.go
>   Copy layers/tcpip_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/tcpip_test.go
>   Copy layers/fddi.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/fddi.go
>   Copy layers/ports.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/ports.go
>   Copy layers/dhcp_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/dhcp_test.go
>   Copy layers/tcp_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/tcp_test.go
>   Copy layers/udp_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/udp_test.go
>   Copy layers/dot1q_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/dot1q_test.go
>   Copy layers/ppp.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/ppp.go
>   Copy layers/ip6.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/ip6.go
>   Copy layers/vxlan_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/vxlan_test.go
>   Copy layers/sflow_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/sflow_test.go
>   Copy layers/icmp6_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/icmp6_test.go
>   Copy layers/stp.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/stp.go
>   Copy layers/dhcpv4.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/dhcpv4.go
>   Copy layers/mpls.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/mpls.go
>   Copy layers/radiotap_test.go -> 
> obj-x86_64-linux-gnu/src/github.com/google/gopacket/layers/radiotap_test.go
>   Copy layers/ipsec.go -> 
> 

Bug#952312: node-eslint-scope: FTBFS: tests failed

2020-02-23 Thread Lucas Nussbaum
Source: node-eslint-scope
Version: 4.0.3-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> mocha --reporter tap tests/global-increment.js tests/child-visitor-keys.js 
> tests/es6-object.js tests/es6-super.js tests/function-expression-name.js 
> tests/es6-import.js tests/optimistic.js tests/es6-default-parameters.js 
> tests/object-expression.js tests/es6-class.js tests/label.js 
> tests/es6-template-literal.js tests/es6-new-target.js tests/nodejs-scope.js 
> tests/references.js tests/es6-arrow-function-expression.js tests/arguments.js 
> tests/es6-block-scope.js tests/es6-switch.js tests/with-scope.js 
> tests/es6-iteration-scope.js tests/es6-destructuring-assignments.js 
> tests/catch-scope.js tests/implicit-global-reference.js tests/es6-export.js 
> tests/es6-rest-args.js tests/fallback.js tests/es6-catch.js 
> tests/get-declared-variables.js tests/implied-strict.js
> 1..204
> ok 1 global increment becomes read/write
> ok 2 childVisitorKeys option should handle as a known node if the 
> childVisitorKeys option was given.
> ok 3 childVisitorKeys option should not visit to properties which are not 
> given.
> ok 4 childVisitorKeys option should visit to given properties.
> ok 5 ES6 object method definition
> ok 6 ES6 object computed property key may refer variables
> not ok 7 ES6 super is not handled as reference
>   super() call outside constructor of a subclass
>   SyntaxError: super() call outside constructor of a subclass
>   at Espree.raise (/usr/share/nodejs/espree/lib/espree.js:247:21)
>   at Espree.pp$3.parseExprAtom 
> (/usr/share/nodejs/acorn/dist/acorn.js:2364:72)
>   at Espree.pp$3.parseExprSubscripts 
> (/usr/share/nodejs/acorn/dist/acorn.js:2273:21)
>   at Espree.pp$3.parseMaybeUnary 
> (/usr/share/nodejs/acorn/dist/acorn.js:2252:19)
>   at Espree.pp$3.parseExprOps 
> (/usr/share/nodejs/acorn/dist/acorn.js:2196:21)
>   at Espree.pp$3.parseMaybeConditional 
> (/usr/share/nodejs/acorn/dist/acorn.js:2178:21)
>   at Espree.pp$3.parseMaybeAssign 
> (/usr/share/nodejs/acorn/dist/acorn.js:2152:21)
>   at Espree.pp$3.parseExpression 
> (/usr/share/nodejs/acorn/dist/acorn.js:2113:21)
>   at Espree.pp$1.parseStatement 
> (/usr/share/nodejs/acorn/dist/acorn.js:955:25)
>   at Espree.pp$1.parseBlock 
> (/usr/share/nodejs/acorn/dist/acorn.js:1249:23)
>   at Espree.pp$3.parseFunctionBody 
> (/usr/share/nodejs/acorn/dist/acorn.js:2857:24)
>   at Espree.pp$3.parseMethod 
> (/usr/share/nodejs/acorn/dist/acorn.js:2796:10)
>   at Espree.pp$1.parseClassMethod 
> (/usr/share/nodejs/acorn/dist/acorn.js:1461:25)
>   at Espree.pp$1.parseClassElement 
> (/usr/share/nodejs/acorn/dist/acorn.js:1453:10)
>   at Espree.pp$1.parseClass 
> (/usr/share/nodejs/acorn/dist/acorn.js:1391:26)
>   at Espree.pp$1.parseStatement 
> (/usr/share/nodejs/acorn/dist/acorn.js:902:21)
>   at Espree.pp$1.parseTopLevel 
> (/usr/share/nodejs/acorn/dist/acorn.js:789:23)
>   at Espree.parseTopLevel (/usr/share/nodejs/espree/lib/espree.js:235:22)
>   at Espree.parse (/usr/share/nodejs/acorn/dist/acorn.js:575:21)
>   at Espree.parse (/usr/share/nodejs/espree/lib/espree.js:201:31)
>   at Object.parse (/usr/share/nodejs/espree/espree.js:133:38)
>   at module.exports (tests/util/espree.js:31:19)
>   at Context.it (tests/es6-super.js:31:21)
>   at callFn (/usr/share/nodejs/mocha/lib/runnable.js:395:21)
>   at Test.Runnable.run (/usr/share/nodejs/mocha/lib/runnable.js:382:7)
>   at Runner.runTest (/usr/share/nodejs/mocha/lib/runner.js:541:10)
>   at /usr/share/nodejs/mocha/lib/runner.js:667:12
>   at next (/usr/share/nodejs/mocha/lib/runner.js:450:14)
>   at /usr/share/nodejs/mocha/lib/runner.js:460:7
>   at next (/usr/share/nodejs/mocha/lib/runner.js:362:14)
>   at Immediate._onImmediate (/usr/share/nodejs/mocha/lib/runner.js:428:5)
> ok 8 function name should create its special scope
> ok 9 import declaration should import names from source
> ok 10 import declaration should import namespaces
> ok 11 import declaration should import insided names1
> ok 12 import declaration should import insided names2
> ok 13 optimistic direct call to eval
> ok 14 optimistic with statement
> ok 15 ES6 default parameters: a default parameter creates a writable 
> reference for its initialization: FunctionDeclaration
> ok 16 ES6 default parameters: a default parameter creates a writable 
> reference for its initialization: FunctionExpression
> ok 17 ES6 default parameters: a default parameter creates a writable 
> reference for its initialization: ArrowExpression
> ok 18 ES6 default parameters: a default parameter creates a readable 
> reference for references in right: FunctionDeclaration
> ok 19 ES6 default parameters: a default 

Bug#952301: auto-multiple-choice: FTBFS: Error: 'ascii' codec can't encode character '\u0370' in position 13: ordinal not in range(128)

2020-02-23 Thread Lucas Nussbaum
Source: auto-multiple-choice
Version: 1.4.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>/I18N'
> msgfmt lang/pt_PT.po -o lang/pt_PT.mo
> msgfmt lang/ja.po -o lang/ja.mo
> msgfmt lang/es.po -o lang/es.mo
> msgfmt lang/ar.po -o lang/ar.mo
> msgfmt lang/fr.po -o lang/fr.mo
> msgfmt lang/pt_BR.po -o lang/pt_BR.mo
> msgfmt lang/de.po -o lang/de.mo
> msgfmt lang/ta.po -o lang/ta.mo
> make[3]: Leaving directory '/<>/I18N'
> pngtopnm icons/auto-multiple-choice.png | ppmtoxpm > 
> icons/auto-multiple-choice.xpm
> ppmtoxpm: (Computing colormap...
> ppmtoxpm: ...Done.  40 colors found.)
> 
> rsvg-convert -f pdf img_src/important.svg -o img_pdf/important.pdf
> rsvg-convert -f pdf img_src/warning.svg -o img_pdf/warning.pdf
> rsvg-convert -f pdf img_src/note.svg -o img_pdf/note.pdf
> dblatex -P latex.encoding=utf8 -b xetex -t tex -p custom.xsl 
> --texstyle=amcdocstyle --xslt-opts="--nonet" --xslt-opts="--catalogs"  
> auto-multiple-choice.fr.xml -o auto-multiple-choice.fr.tex
> Build the book set list...
> Build the listings...
> Variable $SGML_CATALOG_FILES not set
> Variable $SGML_CATALOG_FILES not set
> Variable $SGML_CATALOG_FILES not set
> XSLT stylesheets DocBook - LaTeX 2e (0.3.11py3)
> ===
> Build the listings...
> Variable $SGML_CATALOG_FILES not set
> Variable $SGML_CATALOG_FILES not set
> XSLT stylesheets DocBook - LaTeX 2e (0.3.11py3)
> ===
> dblatex -P latex.encoding=utf8 -b xetex -t tex -p custom.xsl 
> --texstyle=amcdocstyle --xslt-opts="--nonet" --xslt-opts="--catalogs"  
> auto-multiple-choice.en.xml -o auto-multiple-choice.en.tex
> Build the book set list...
> Variable $SGML_CATALOG_FILES not set
> Image '\emph{\small{ͰhͰtwidth=3cmͱtͱh' not found
> /usr/bin/perl extrait-fichiers.pl --liste auto-multiple-choice.ja.ext 
> auto-multiple-choice.ja.xml
> Build the listings...
> Unexpected error occured
> Error: 'ascii' codec can't encode character '\u0370' in position 13: ordinal 
> not in range(128)
> Variable $SGML_CATALOG_FILES not set
> Wide character in print at extrait-fichiers.pl line 84.
> Wide character in print at extrait-fichiers.pl line 84.
> Wide character in print at extrait-fichiers.pl line 84.
> Wide character in print at extrait-fichiers.pl line 84.
> make[3]: *** [Makefile:61: auto-multiple-choice.ja.tex] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/auto-multiple-choice_1.4.0-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952320: mocassin: FTBFS: Error: Variable ‘gploc’ at (1) not definable inside loop beginning at (2) as INTENT(INOUT) argument to subroutine ‘energypacketdriver’ source/iteration_mod.f90:537:45:

2020-02-23 Thread Lucas Nussbaum
Source: mocassin
Version: 2.02.73-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/constants_mod.f90 -c -o source/constants_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/vector_mod.f90 -c -o source/vector_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/common_mod.f90 -c -o source/common_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/interpolation_mod.f90 -c -o 
> source/interpolation_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/set_input_mod.f90 -c -o source/set_input_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/hydro_mod.f90 -c -o source/hydro_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/ph_mod.f90 -c -o source/ph_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/composition_mod.f90 -c -o 
> source/composition_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/continuum_mod.f90 -c -o source/continuum_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/ionization_mod.f90 -c -o 
> source/ionization_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/pathIntegration_mod.f90 -c -o 
> source/pathIntegration_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/grid_mod.f90 -c -o source/grid_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/dust_mod.f90 -c -o source/dust_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/emission_mod.f90 -c -o source/emission_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> -I/usr/include/mpich -O2 source/photon_mod.f90 -c -o source/photon_mod.o
> f951: Warning: Nonexistent include directory ‘/usr/include/mpich’ 
> [-Wmissing-include-dirs]
> mpif90 -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -cpp -Jsource/ -ffree-line-length-0 -lm -DPREFIX=\"/usr\" 
> 

Bug#952317: cronometer: FTBFS: error: No member named $memberName

2020-02-23 Thread Lucas Nussbaum
Source: cronometer
Version: 0.9.9+dfsg-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_link usr/share/java/cronometer.jar usr/bin/cronometer
> mkdir -p debian/cronometer/usr/share/pixmaps
> cp src/img/apple-200x200.png 
> debian/cronometer/usr/share/pixmaps/cronometer.png
> dh_auto_install
> make[1]: Leaving directory '/<>'
>dh_install
>jh_installjavadoc
>dh_installdocs
>dh_installchangelogs
>dh_installman
>dh_lintian
>dh_perl
>dh_link
>jh_installlibs
>jh_classpath
>jh_manifest
> error: No member named $memberName 
>  at /usr/share/perl5/Archive/Zip/Archive.pm line 411.
>   
> Archive::Zip::Archive::contents(Archive::Zip::Archive=HASH(0x5599124f4718), 
> "META-INF/MANIFEST.MF") called at /usr/bin/jh_manifest line 297
>   
> main::update_jar("debian/cronometer/usr/share/cronometer/usda_sr24.jar", 
> undef) called at /usr/bin/jh_manifest line 209
> Could not read manifest from 
> debian/cronometer/usr/share/cronometer/usda_sr24.jar (2):  at 
> /usr/bin/jh_manifest line 298.
> make: *** [debian/rules:7: binary] Error 255

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/cronometer_0.9.9+dfsg-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952322: libsaxon-java: FTBFS: error: No member named $memberName at /usr/share/perl5/Archive/Zip/Archive.pm line 411.

2020-02-23 Thread Lucas Nussbaum
Source: libsaxon-java
Version: 1:6.5.5-12
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary --with javahelper --with maven-repo-helper
>dh_testroot
>dh_prep
>dh_install
>mh_install
>jh_installjavadoc
>dh_installdocs
>dh_installchangelogs
>dh_installexamples
>dh_installman
>dh_lintian
>dh_perl
>dh_link
>jh_installlibs
>jh_classpath
>jh_manifest
> error: No member named $memberName 
>  at /usr/share/perl5/Archive/Zip/Archive.pm line 411.
>   
> Archive::Zip::Archive::contents(Archive::Zip::Archive=HASH(0x55e8dc67e1a0), 
> "META-INF/MANIFEST.MF") called at /usr/bin/jh_manifest line 297
>   
> main::update_jar("debian/libsaxon-java/usr/share/java/saxon-jdom-6.5.5.jar", 
> undef) called at /usr/bin/jh_manifest line 209
> Could not read manifest from 
> debian/libsaxon-java/usr/share/java/saxon-jdom-6.5.5.jar (2):  at 
> /usr/bin/jh_manifest line 298.
> make: *** [debian/rules:13: binary] Error 255

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/libsaxon-java_6.5.5-12_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952303: gcc-xtensa-lx106: FTBFS: /bin/sh: 5: cannot open /usr/src/gcc-9/patches/svn-updates.diff: No such file

2020-02-23 Thread Lucas Nussbaum
Source: gcc-xtensa-lx106
Version: 5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> tar xf /usr/src/gcc-9/gcc-9.2.0-dfsg.tar.xz
> ln -s gcc-9* gcc-source
> cp debian/overlay/include/xtensa-config.h gcc-source/include/
> mkdir -p debian/stamp
> cp /usr/share/doc/gcc-9-source/copyright debian/copyright-gcc
> touch debian/stamp/tar
> set -ex; \
>   cd /<>/gcc-source; \
>   for patch in svn-updates.diff; do \
>   echo Applying patch "$patch"; \
>   patch -p2 < /usr/src/gcc-9/patches/$patch; \
>   done
> + cd /<>/gcc-source
> + echo Applying patch svn-updates.diff
> Applying patch svn-updates.diff
> /bin/sh: 5: cannot open /usr/src/gcc-9/patches/svn-updates.diff: No such file
> + patch -p2
> make[1]: *** [debian/rules:89: debian/stamp/unpack] Error 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/gcc-xtensa-lx106_5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952294: logol: FTBFS: dh_installdocs: error: Cannot find (any matches for) "Doc/logolParser.pdf" (tried in ., debian/tmp)

2020-02-23 Thread Lucas Nussbaum
Source: logol
Version: 1.7.9-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_install
> rm -f debian/logol/usr/share/logol/prolog/*.c
> rm -f debian/logol/usr/share/logol/prolog/*.exe
> rm -f debian/logol/usr/share/logol/prolog/logol.properties
> rm -f debian/logol/usr/share/logol/tools/*.keep_old_script
> if [ -e debian/logol ]; then chmod -f 755 debian/logol/usr/share/logol/*.sh; 
> fi
> if [ -e debian/logol ]; then chmod -f 755 
> debian/logol/usr/share/logol/tools/*.sh; fi
> if [ -e debian/logol ]; then chmod -f 755 
> debian/logol/usr/share/logol/tools/*.rb; fi
> if [ -e debian/logol ]; then chmod -f 755 
> debian/logol/usr/share/logol/tools/mycostfunction; fi
> if [ ! -e debian/logol-bin/usr/share/logol/prolog ]; then mkdir -p 
> debian/logol-bin/usr/share/logol/prolog; fi
> ln -s /usr/lib/swi-prolog/lib/x86_64-linux/process.so 
> debian/logol-bin/usr/share/logol/prolog/process.so
> make[1]: Leaving directory '/<>'
>dh_installdocs
> dh_installdocs: error: Cannot find (any matches for) "Doc/logolParser.pdf" 
> (tried in ., debian/tmp)
> 
> make: *** [debian/rules:11: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/logol_1.7.9-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952299: golang-go-dbus: FTBFS: failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: mkdir /sbuild-nonexistent: permission denied

2020-02-23 Thread Lucas Nussbaum
Source: golang-go-dbus
Version: 1~bzr20150122-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cd build/src/launchpad.net/go-dbus/v1
> for t in 'S.Test.*coder.*' 'S.TestAuthenticate' 'S.TestMatch.*' \
>   'S.TestNew.*' 'S.TestNonceTcpTransportDial' 'S.TestReadMessage' \
>   'S.TestSigna.*' 'S.TestTcpTransportDial' 'S.TestUnixTransportDial' \
>   'S.TestWriteMessage'; do \
>   GOPATH=/<>/build go test -gocheck.v -gocheck.f $t; \
> done
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> make[1]: *** [debian/rules:15: override_dh_auto_test] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/golang-go-dbus_1~bzr20150122-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952306: freelan: FTBFS: AttributeError: 'str' object has no attribute 'decode':

2020-02-23 Thread Lucas Nussbaum
Source: freelan
Version: 2.2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> FREELAN_NO_GIT=1 FREELAN_NO_GIT_VERSION=2.2 scons -c --mode=release apps 
> prefix=/ bin_prefix=/usr/ --upnp=yes --mongoose=no
> scons: Reading SConscript files ...
> AttributeError: 'str' object has no attribute 'decode':
>   File "/<>/SConstruct", line 219:
> libraries, includes, apps, samples, configurations, help = 
> SConscript('SConscript', exports='env', variant_dir=os.path.join('build', 
> env.mode))
>   File "/usr/lib/scons/SCons/Script/SConscript.py", line 660:
> return method(*args, **kw)
>   File "/usr/lib/scons/SCons/Script/SConscript.py", line 597:
> return _SConscript(self.fs, *files, **subst_kw)
>   File "/usr/lib/scons/SCons/Script/SConscript.py", line 286:
> exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
>   File "/<>/build/release/SConscript", line 28:
> env.GenerateDefines(target=os.path.join('include', 
> env.defines.defines_file_name), source=env.defines.template_file_path)
>   File "/<>/defines.py", line 94:
> return os.path.splitext(os.path.basename(self.template_file_path))[0]
>   File "/<>/defines.py", line 90:
> return os.path.join(self.repository_root, 'defines.hpp.template')
>   File "/<>/defines.py", line 46:
> return self._repository_root.decode('utf-8')
> make[1]: *** [Makefile:24: clean] Error 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/freelan_2.2-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952295: freecol: FTBFS: dh_installdocs: error: Cannot find (any matches for) "doc/FreeCol.html" (tried in ., debian/tmp)

2020-02-23 Thread Lucas Nussbaum
Source: freecol
Version: 0.11.6+dfsg2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary --with javahelper --buildsystem=ant
>dh_testroot -O--buildsystem=ant
>dh_prep -O--buildsystem=ant
>dh_auto_install -O--buildsystem=ant
>dh_install -O--buildsystem=ant
>jh_installjavadoc -O--buildsystem=ant
>dh_installdocs -O--buildsystem=ant
> dh_installdocs: error: Cannot find (any matches for) "doc/FreeCol.html" 
> (tried in ., debian/tmp)
> 
> make: *** [debian/rules:8: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/freecol_0.11.6+dfsg2-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952304: magit-annex: FTBFS: test failed

2020-02-23 Thread Lucas Nussbaum
Source: magit-annex
Version: 1.7.1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with elpa
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure
>dh_elpa_test
>   emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list 
> \"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 
> 'package-directory-list \"/usr/share/emacs/site-lisp/elpa-src\")" -f 
> package-initialize -L . -l magit-annex-tests.el --eval 
> \(ert-run-tests-batch-and-exit\)
> Running 12 tests (2020-02-23 02:47:57+)
>passed   1/12  magit-annex-add-all-files-to-annex
>passed   2/12  magit-annex-add-file-to-annex
>passed   3/12  magit-annex-copy-files
>passed   4/12  magit-annex-drop-files
>passed   5/12  magit-annex-get-all-auto
>passed   6/12  magit-annex-get-files
>passed   7/12  magit-annex-get-files-subdir
>passed   8/12  magit-annex-move-files
>passed   9/12  magit-annex-sync
>passed  10/12  magit-annex-sync-content
>passed  11/12  magit-annex-undo-files
> Keeping test directory and buffers:
>   /tmp/magit-annex-L4nnpc/
> Test magit-annex-unlock-lock-files backtrace:
>   signal(ert-test-failed (((should (equal (magit-annex-unlocked-files)
>   (condition-case err (let* ((old (symbol-function (function message))
>   (let ((dir (file-name-as-directory (make-temp-file "magit-annex-" t)
>   (lambda nil (let ((dir (file-name-as-directory (make-temp-file "magi
>   ert--run-test-internal(#s(ert--test-execution-info :test #s(ert-test
>   ert-run-test(#s(ert-test :name magit-annex-unlock-lock-files :docume
>   ert-run-or-rerun-test(#s(ert--stats :selector t :tests [#s(ert-test 
>   ert-run-tests(t #f(compiled-function (event-type  event-args) #
>   ert-run-tests-batch(nil)
>   ert-run-tests-batch-and-exit()
>   eval((ert-run-tests-batch-and-exit))
>   command-line-1(("-l" "package" "--eval" "(add-to-list 'package-direc
>   command-line()
>   normal-top-level()
> Test magit-annex-unlock-lock-files condition:
> (ert-test-failed
>  ((should
>(equal
>   (magit-annex-unlocked-files)
>   '...))
>   :form
>   (equal nil
>("annex-file"))
>   :value nil :explanation
>   (different-types nil
>  ("annex-file"
>FAILED  12/12  magit-annex-unlock-lock-files
> 
> Ran 12 tests, 11 results as expected, 1 unexpected (2020-02-23 02:48:05+)
> 
> 1 unexpected results:
>FAILED  magit-annex-unlock-lock-files
> 
> dh_elpa_test: error: emacs -batch -Q -l package --eval "(add-to-list 
> 'package-directory-list \"/usr/share/emacs/site-lisp/elpa\")" --eval 
> "(add-to-list 'package-directory-list 
> \"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L . -l 
> magit-annex-tests.el --eval \(ert-run-tests-batch-and-exit\) returned exit 
> code 1
> make: *** [debian/rules:4: build] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/magit-annex_1.7.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952286: libpostscriptbarcode: FTBFS: GPL Ghostscript 9.50: Unrecoverable error, exit code 1

2020-02-23 Thread Lucas Nussbaum
Source: libpostscriptbarcode
Version: 20140312-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> build/make_deps src/upca.ps build/resource/Resource 
> build/packaged_resource/Resource >src/upca.d
> build/make_deps src/gs1-cc.ps build/resource/Resource 
> build/packaged_resource/Resource >src/gs1-cc.d
> build/make_deps src/hibcqrcode.ps build/resource/Resource 
> build/packaged_resource/Resource >src/hibcqrcode.d
> build/make_deps src/hibcmicropdf417.ps build/resource/Resource 
> build/packaged_resource/Resource >src/hibcmicropdf417.d
> build/make_deps src/hibccodablockf.ps build/resource/Resource 
> build/packaged_resource/Resource >src/hibccodablockf.d
> build/make_deps src/databarstackedcomposite.ps build/resource/Resource 
> build/packaged_resource/Resource >src/databarstackedcomposite.d
> build/make_deps src/postnet.ps build/resource/Resource 
> build/packaged_resource/Resource >src/postnet.d
> build/make_deps src/gs1qrcode.ps build/resource/Resource 
> build/packaged_resource/Resource >src/gs1qrcode.d
> build/make_deps src/msi.ps build/resource/Resource 
> build/packaged_resource/Resource >src/msi.d
> build/make_deps src/pdf417.ps build/resource/Resource 
> build/packaged_resource/Resource >src/pdf417.d
> build/make_deps src/isbn.ps build/resource/Resource 
> build/packaged_resource/Resource >src/isbn.d
> build/make_deps src/hibccode128.ps build/resource/Resource 
> build/packaged_resource/Resource >src/hibccode128.d
> build/make_deps src/royalmail.ps build/resource/Resource 
> build/packaged_resource/Resource >src/royalmail.d
> build/make_deps src/databarstackedomni.ps build/resource/Resource 
> build/packaged_resource/Resource >src/databarstackedomni.d
> build/make_deps src/renlinear.ps build/resource/Resource 
> build/packaged_resource/Resource >src/renlinear.d
> build/make_deps src/azteccode.ps build/resource/Resource 
> build/packaged_resource/Resource >src/azteccode.d
> build/make_deps src/ismn.ps build/resource/Resource 
> build/packaged_resource/Resource >src/ismn.d
> build/make_deps src/databartruncated.ps build/resource/Resource 
> build/packaged_resource/Resource >src/databartruncated.d
> build/make_deps src/databarexpanded.ps build/resource/Resource 
> build/packaged_resource/Resource >src/databarexpanded.d
> build/make_deps src/upce.ps build/resource/Resource 
> build/packaged_resource/Resource >src/upce.d
> build/make_deps src/onecode.ps build/resource/Resource 
> build/packaged_resource/Resource >src/onecode.d
> build/make_deps src/databarexpandedstackedcomposite.ps 
> build/resource/Resource build/packaged_resource/Resource 
> >src/databarexpandedstackedcomposite.d
> build/make_deps src/databarstacked.ps build/resource/Resource 
> build/packaged_resource/Resource >src/databarstacked.d
> build/make_deps src/gs1-128composite.ps build/resource/Resource 
> build/packaged_resource/Resource >src/gs1-128composite.d
> build/make_deps src/hibcdatamatrix.ps build/resource/Resource 
> build/packaged_resource/Resource >src/hibcdatamatrix.d
> build/make_deps src/hibccode39.ps build/resource/Resource 
> build/packaged_resource/Resource >src/hibccode39.d
> build/make_deps src/issn.ps build/resource/Resource 
> build/packaged_resource/Resource >src/issn.d
> build/make_deps src/pzn.ps build/resource/Resource 
> build/packaged_resource/Resource >src/pzn.d
> build/make_deps src/renmatrix.ps build/resource/Resource 
> build/packaged_resource/Resource >src/renmatrix.d
> build/make_deps src/code32.ps build/resource/Resource 
> build/packaged_resource/Resource >src/code32.d
> build/make_deps src/telepen.ps build/resource/Resource 
> build/packaged_resource/Resource >src/telepen.d
> build/make_deps src/databartruncatedcomposite.ps build/resource/Resource 
> build/packaged_resource/Resource >src/databartruncatedcomposite.d
> build/make_deps src/planet.ps build/resource/Resource 
> build/packaged_resource/Resource >src/planet.d
> build/make_deps src/databarexpandedcomposite.ps build/resource/Resource 
> build/packaged_resource/Resource >src/databarexpandedcomposite.d
> build/make_deps src/code93ext.ps build/resource/Resource 
> build/packaged_resource/Resource >src/code93ext.d
> build/make_deps src/gs1-128.ps build/resource/Resource 
> build/packaged_resource/Resource >src/gs1-128.d
> build/make_deps src/databarlimited.ps build/resource/Resource 
> build/packaged_resource/Resource >src/databarlimited.d
> build/make_deps src/auspost.ps build/resource/Resource 
> build/packaged_resource/Resource >src/auspost.d
> build/make_deps src/raw.ps build/resource/Resource 
> build/packaged_resource/Resource >src/raw.d
> build/make_deps src/sscc18.ps build/resource/Resource 
> build/packaged_resource/Resource >src/sscc18.d
> build/make_deps src/hibcpdf417.ps build/resource/Resource 
> 

Bug#952298: sshcommand: FTBFS: shellcheck fails

2020-02-23 Thread Lucas Nussbaum
Source: sshcommand
Version: 0~20160110.1~2795f65-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> shellcheck sshcommand
> 
> In sshcommand line 35:
>   exit -1
>^-- SC2242: Can only exit with status 0-255. Other data should be 
> written to stdout/stderr.
> 
> 
> In sshcommand line 55:
>   exit -1
>^-- SC2242: Can only exit with status 0-255. Other data should be 
> written to stdout/stderr.
> 
> 
> In sshcommand line 71:
>   exit -1
>^-- SC2242: Can only exit with status 0-255. Other data should be 
> written to stdout/stderr.
> 
> 
> In sshcommand line 81:
>   exit -1
>^-- SC2242: Can only exit with status 0-255. Other data should be 
> written to stdout/stderr.
> 
> For more information:
>   https://www.shellcheck.net/wiki/SC2242 -- Can only exit with status 0-255. 
> ...
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/sshcommand_0~20160110.1~2795f65-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952284: mupdf: Include upstream html docs in the package

2020-02-23 Thread 陳侃如
Package: mupdf
Version: 1.16.1+ds1-1
Severity: wishlist

Upstream includes some html documents, we should include them in the
package or a separate docs package.

Current build warnings:

dh_missing: warning: usr/share/doc/mupdf/android-sdk.html exists in debian/tmp 
but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-trace.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/coding-overview.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/CHANGES exists in debian/tmp but is 
not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-clean.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/style.css exists in debian/tmp but is 
not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-create.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/building.html exists in debian/tmp but 
is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/artifex-logo.png exists in debian/tmp 
but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/COPYING exists in debian/tmp but is 
not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mupdf-gl.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/template.html exists in debian/tmp but 
is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-merge.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/README exists in debian/tmp but is not 
installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-show.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-draw.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-extract.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/thirdparty.html exists in debian/tmp 
but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/coding-progressive.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/coding-style.html exists in debian/tmp 
but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/index.html exists in debian/tmp but is 
not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-convert.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/manual-mutool-run.html exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/pdf-dejpx.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/jpx-to-pdf.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/draw-document.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/multi-threaded.c exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/fix-s22pdf.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/example.c exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/pdf-create.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/create-thumbnail.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/trace-device.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/pdf-portfolio.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/draw-device.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/pdf-create-lowlevel.js exists 
in debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/pdf-merge.js exists in 
debian/tmp but is not installed to anywhere
dh_missing: warning: usr/share/doc/mupdf/examples/bbox-device.js exists in 
debian/tmp but is not installed to anywhere


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mupdf depends on:
ii  

Bug#952289: libquartz2-java: FTBFS: Could not read manifest from /<>/debian/libquartz2-java/usr/share/java/quartz2-2.3.0.jar (2): at /usr/bin/jh_manifest line 298.

2020-02-23 Thread Lucas Nussbaum
Source: libquartz2-java
Version: 2.3.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_install
>   /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> -Dproperties.file.manual=/<>/debian/maven.properties 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
> -Dmaven.repo.local=/<>/debian/maven-repo --batch-mode 
> -Ddebian.dir=/<>/debian -Ddebian.package=libquartz2-java 
> -Dmaven.repo.local=/<>/debian/maven-repo -Dinstall.to.usj=true 
> org.debian.maven:debian-maven-plugin:2.4:install
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] 
> 
> [INFO] Reactor Build Order:
> [INFO] 
> [INFO] quartz-parent  
> [pom]
> [INFO] quartz-core
> [jar]
> [INFO] quartz-commonj 
> [jar]
> [INFO] quartz-jobs
> [jar]
> [INFO] quartz-plugins 
> [jar]
> [INFO] quartz 
> [jar]
> [INFO] 
> [INFO] -< org.quartz-scheduler:quartz-parent 
> >-
> [INFO] Building quartz-parent 2.3.0-SNAPSHOT  
> [1/6]
> [INFO] [ pom 
> ]-
> [INFO] 
> [INFO] --- debian-maven-plugin:2.4:install (default-cli) @ quartz-parent ---
> [INFO] Cleaning pom file: /<>/pom.xml.save with options:
> [INFO]--keep-pom-version --package=libquartz2-java 
> --has-package-version
> [INFO]--rules=/<>/debian/maven.rules
> [INFO]--ignore-rules=/<>/debian/maven.ignoreRules
> [INFO]--published-rules=/<>/debian/maven.publishedRules
> [INFO] 
> [INFO] -< org.quartz-scheduler.internal:quartz-core 
> >--
> [INFO] Building quartz-core 2.3.0-SNAPSHOT
> [2/6]
> [INFO] [ jar 
> ]-
> [INFO] 
> [INFO] --- debian-maven-plugin:2.4:install (default-cli) @ quartz-core ---
> [INFO] Cleaning pom file: /<>/quartz-core/pom.xml.save with 
> options:
> [INFO]--keep-pom-version --package=libquartz2-java 
> --has-package-version
> [INFO]--rules=/<>/debian/maven.rules
> [INFO]--ignore-rules=/<>/debian/maven.ignoreRules
> [INFO]--published-rules=/<>/debian/maven.publishedRules
> [INFO] Install jar for quartz-core into /usr/share/java
> [INFO] 
> [INFO] < org.quartz-scheduler.internal:quartz-commonj 
> >
> [INFO] Building quartz-commonj 2.3.0-SNAPSHOT 
> [3/6]
> [INFO] [ jar 
> ]-
> [INFO] 
> [INFO] --- debian-maven-plugin:2.4:install (default-cli) @ quartz-commonj ---
> [INFO] Cleaning pom file: /<>/quartz-commonj/pom.xml.save with 
> options:
> [INFO]--keep-pom-version --package=libquartz2-java 
> --has-package-version
> [INFO]--rules=/<>/debian/maven.rules
> [INFO]--ignore-rules=/<>/debian/maven.ignoreRules
> [INFO]--published-rules=/<>/debian/maven.publishedRules
> [INFO] Install jar for quartz-commonj into /usr/share/java
> [INFO] 
> [INFO] --< org.quartz-scheduler:quartz-jobs 
> >--
> [INFO] Building quartz-jobs 2.3.0-SNAPSHOT
> [4/6]
> [INFO] [ jar 
> ]-
> [INFO] 
> [INFO] --- debian-maven-plugin:2.4:install (default-cli) @ quartz-jobs ---
> [INFO] Cleaning pom file: /<>/quartz-jobs/pom.xml.save with 
> options:
> [INFO]--keep-pom-version --package=libquartz2-java 
> --has-package-version
> [INFO]--rules=/<>/debian/maven.rules
> [INFO]

Bug#952292: graxxia: FTBFS: No cached version of net.sf.opencsv:opencsv:debian available for offline mode.

2020-02-23 Thread Lucas Nussbaum
Source: graxxia
Version: 1.0~20150714-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=gradle --with maven-repo-helper
>dh_update_autotools_config -O--buildsystem=gradle
>dh_auto_configure -O--buildsystem=gradle
>dh_auto_build -O--buildsystem=gradle
>   mkdir -p .gradle/init.d
>   cp /usr/share/gradle-debian-helper/init.gradle .gradle/init.d/
>   gradle --info --console plain --offline --stacktrace --no-daemon 
> --refresh-dependencies --gradle-user-home .gradle -Duser.home=. 
> -Duser.name=debian -Ddebian.package=graxxia -Dfile.encoding=UTF-8 jar
> Initialized native services in: /<>/.gradle/native
> Using 4 worker leases.
> Creating new cache for fileHashes, path 
> /<>/.gradle/caches/4.4.1/fileHashes/fileHashes.bin, access 
> org.gradle.cache.internal.DefaultCacheAccess@48c35007
> Creating new cache for resourceHashesCache, path 
> /<>/.gradle/caches/4.4.1/fileHashes/resourceHashesCache.bin, 
> access org.gradle.cache.internal.DefaultCacheAccess@48c35007
> Creating new cache for fileHashes, path 
> /<>/.gradle/4.4.1/fileHashes/fileHashes.bin, access 
> org.gradle.cache.internal.DefaultCacheAccess@4b4dd216
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access using Lookup on 
> org.gradle.internal.reflect.JavaMethod 
> (file:/usr/share/gradle/lib/gradle-base-services-4.4.1.jar) to class 
> java.lang.ClassLoader
> WARNING: Please consider reporting this to the maintainers of 
> org.gradle.internal.reflect.JavaMethod
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> Starting Build
> Compiling initialization script '/<>/.gradle/init.d/init.gradle' 
> using SubsetScriptTransformer.
> Creating new cache for metadata-1.1/results, path 
> /<>/.gradle/caches/transforms-1/metadata-1.1/results.bin, access 
> org.gradle.cache.internal.DefaultCacheAccess@109f8c7e
> Compiling initialization script '/<>/.gradle/init.d/init.gradle' 
> using BuildScriptTransformer.
> Settings evaluated using settings file '/<>/settings.gradle'.
>   Settings file not found (/<>/settings.gradle)
>   Root project name not defined in settings.gradle, defaulting to 
> 'graxxia' instead of the name of the root directory 'graxxia-1.0~20150714'
> Projects loaded. Root project using build file 
> '/<>/build.gradle'.
> Included projects: [root project 'graxxia']
>   Keep-alive timer started
>   Adding Debian repository to project 'graxxia'
> Evaluating root project 'graxxia' using build file 
> '/<>/build.gradle'.
> Compiling build file '/<>/build.gradle' using 
> SubsetScriptTransformer.
> Compiling build file '/<>/build.gradle' using 
> BuildScriptTransformer.
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
> removed in Gradle 5.0. Please use Task.doLast(Action) instead.
>   at org.gradle.api.internal.AbstractTask.leftShift(AbstractTask.java:618)
>   at org.gradle.api.Task$leftShift.call(Unknown Source)
>   at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
>   at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
>   at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:128)
>   at build_16bxdbb0pkgn7irvu3tz8ifl1.run(/<>/build.gradle:32)
>   at 
> org.gradle.groovy.scripts.internal.DefaultScriptRunnerFactory$ScriptRunnerImpl.run(DefaultScriptRunnerFactory.java:90)
>   at 
> org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl$2.run(DefaultScriptPluginFactory.java:199)
>   at 
> org.gradle.configuration.ProjectScriptTarget.addConfiguration(ProjectScriptTarget.java:77)
>   at 
> org.gradle.configuration.DefaultScriptPluginFactory$ScriptPluginImpl.apply(DefaultScriptPluginFactory.java:204)
>   at 
> org.gradle.configuration.BuildOperationScriptPlugin$1.run(BuildOperationScriptPlugin.java:61)
>   at 
> org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336)
>   at 
> org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328)
>   at 
> org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199)
>   at 
> org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110)
>   at 
> org.gradle.configuration.BuildOperationScriptPlugin.apply(BuildOperationScriptPlugin.java:58)
>   at 
> 

Bug#952293: apt-clone: FTBFS: dh: error: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the Debian::Debhelper::Sequence::python3 modul

2020-02-23 Thread Lucas Nussbaum
Source: apt-clone
Version: 0.4.1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules clean
> dh clean --with=python3
> dh: warning: Compatibility levels before 9 are deprecated (level 7 in use)
> dh: error: unable to load addon python3: Can't locate 
> Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the 
> Debian::Debhelper::Sequence::python3 module) (@INC contains: /etc/perl 
> /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 
> /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 
> /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 
> /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 3) 
> line 1.
> BEGIN failed--compilation aborted at (eval 3) line 1.
> 
> make: *** [debian/rules:3: clean] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/apt-clone_0.4.1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952291: prometheus-mysqld-exporter: FTBFS: src/github.com/prometheus/mysqld_exporter/mysqld_exporter.go:227:31: undefined: prometheus.InstrumentHandlerFunc

2020-02-23 Thread Lucas Nussbaum
Source: prometheus-mysqld-exporter
Version: 0.11.0+ds-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_build -O--buildsystem=golang -- -ldflags " -X 
> github.com/prometheus/common/version.Version=0.11.0+ds -X 
> github.com/prometheus/common/version.Revision=0.11.0+ds-1 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintain...@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20181016-00:53:55 -X 
> github.com/prometheus/common/version.GoVersion=go1.13.8"
>   cd obj-x86_64-linux-gnu && go version
> go version go1.13.8 linux/amd64
>   cd obj-x86_64-linux-gnu && go env
> GO111MODULE="off"
> GOARCH="amd64"
> GOBIN=""
> GOCACHE="/<>/obj-x86_64-linux-gnu/go-build"
> GOENV="/sbuild-nonexistent/.config/go/env"
> GOEXE=""
> GOFLAGS=""
> GOHOSTARCH="amd64"
> GOHOSTOS="linux"
> GONOPROXY=""
> GONOSUMDB=""
> GOOS="linux"
> GOPATH="/<>/obj-x86_64-linux-gnu"
> GOPRIVATE=""
> GOPROXY="off"
> GOROOT="/usr/lib/go-1.13"
> GOSUMDB="sum.golang.org"
> GOTMPDIR=""
> GOTOOLDIR="/usr/lib/go-1.13/pkg/tool/linux_amd64"
> GCCGO="gccgo"
> AR="ar"
> CC="gcc"
> CXX="g++"
> CGO_ENABLED="1"
> GOMOD=""
> CGO_CFLAGS="-g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"
> CGO_CPPFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2"
> CGO_CXXFLAGS="-g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security"
> CGO_FFLAGS="-g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong"
> CGO_LDFLAGS="-Wl,-z,relro"
> PKG_CONFIG="pkg-config"
> GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 
> -fdebug-prefix-map=/tmp/go-build140039266=/tmp/go-build 
> -gno-record-gcc-switches"
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 -ldflags " -X 
> github.com/prometheus/common/version.Version=0.11.0+ds -X 
> github.com/prometheus/common/version.Revision=0.11.0+ds-1 -X 
> github.com/prometheus/common/version.Branch=debian/sid -X 
> github.com/prometheus/common/version.BuildUser=pkg-go-maintain...@lists.alioth.debian.org
>  -X github.com/prometheus/common/version.BuildDate=20181016-00:53:55 -X 
> github.com/prometheus/common/version.GoVersion=go1.13.8" 
> github.com/prometheus/mysqld_exporter 
> github.com/prometheus/mysqld_exporter/collector
> internal/race
> runtime/internal/sys
> runtime/internal/atomic
> internal/cpu
> sync/atomic
> runtime/internal/math
> unicode/utf8
> unicode
> container/list
> internal/bytealg
> math/bits
> crypto/internal/subtle
> runtime
> math
> crypto/subtle
> internal/testlog
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> runtime/cgo
> vendor/golang.org/x/crypto/internal/subtle
> vendor/golang.org/x/crypto/curve25519
> encoding
> unicode/utf16
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> io
> internal/oserror
> strconv
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> bytes
> hash
> reflect
> crypto
> strings
> crypto/internal/randutil
> bufio
> crypto/hmac
> time
> internal/syscall/unix
> crypto/rc4
> vendor/golang.org/x/crypto/hkdf
> hash/crc32
> vendor/golang.org/x/text/transform
> path
> github.com/beorn7/perks/quantile
> github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
> regexp/syntax
> internal/poll
> context
> encoding/binary
> internal/fmtsort
> os
> crypto/cipher
> crypto/sha512
> crypto/ed25519/internal/edwards25519
> crypto/aes
> crypto/des
> fmt
> crypto/md5
> crypto/sha1
> crypto/sha256
> encoding/base64
> encoding/pem
> path/filepath
> net
> math/big
> encoding/hex
> io/ioutil
> net/url
> vendor/golang.org/x/crypto/internal/chacha20
> vendor/golang.org/x/crypto/poly1305
> vendor/golang.org/x/sys/cpu
> database/sql/driver
> vendor/golang.org/x/crypto/chacha20poly1305
> database/sql
> log
> crypto/elliptic
> encoding/asn1
> crypto/rand
> crypto/dsa
> encoding/json
> crypto/ed25519
> crypto/ecdsa
> crypto/rsa
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> compress/flate
> vendor/golang.org/x/text/unicode/bidi
> vendor/golang.org/x/text/unicode/norm
> compress/gzip
> vendor/golang.org/x/net/http2/hpack
> vendor/golang.org/x/text/secure/bidirule
> mime
> mime/quotedprintable
> net/http/internal
> github.com/cespare/xxhash
> vendor/golang.org/x/net/idna
> github.com/golang/protobuf/proto
> regexp
> github.com/prometheus/procfs/internal/fs
> github.com/prometheus/common/model
> github.com/prometheus/procfs/internal/util
> runtime/debug
> crypto/x509
> net/textproto
> vendor/golang.org/x/net/http/httpproxy
> vendor/golang.org/x/net/http/httpguts
> mime/multipart
> github.com/prometheus/procfs
> golang.org/x/sys/unix
> crypto/tls
> github.com/prometheus/client_model/go
> 

Bug#952307: jsxgraph: FTBFS: Error: Error: ERROR: module path does not exist: /<>/src/../node_modules/almond/almond.js for module named: ../node_modules/almond/almond. Path is relative to

2020-02-23 Thread Lucas Nussbaum
Source: jsxgraph
Version: 1.3.5+dfsg1-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> # add symlinks to replace node_modules utilities
> #
> # replace almond
> mkdir -p node_modules/almond
> ln -s /usr/lib/nodejs/almond/almond.js node_modules/almond/
> mkdir -p node_modules/requirejs/bin
> mkdir -p build/bin
> nodejs ./node_modules/bin/r.js -o build/core.build.json
> Error: Error: ERROR: module path does not exist: 
> /<>/src/../node_modules/almond/almond.js for module named: 
> ../node_modules/almond/almond. Path is relative to: /<>
> at /<>/node_modules/bin/r.js:30214:35
> 
> make[1]: *** [Makefile:71: core] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/jsxgraph_1.3.5+dfsg1-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952302: golang-github-docopt-docopt-go: FTBFS: failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: mkdir /sbuild-nonexistent: permission denied

2020-02-23 Thread Lucas Nussbaum
Source: golang-github-docopt-docopt-go
Version: 0.6.2+git20160216.0.784ddc5-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 1 
> github.com/docopt/docopt-go github.com/docopt/docopt-go/examples/arguments 
> github.com/docopt/docopt-go/examples/calculator 
> github.com/docopt/docopt-go/examples/config_file 
> github.com/docopt/docopt-go/examples/counted 
> github.com/docopt/docopt-go/examples/git 
> github.com/docopt/docopt-go/examples/git/branch 
> github.com/docopt/docopt-go/examples/git/checkout 
> github.com/docopt/docopt-go/examples/git/clone 
> github.com/docopt/docopt-go/examples/git/push 
> github.com/docopt/docopt-go/examples/git/remote 
> github.com/docopt/docopt-go/examples/naval_fate 
> github.com/docopt/docopt-go/examples/odd_even 
> github.com/docopt/docopt-go/examples/options 
> github.com/docopt/docopt-go/examples/options_shortcut 
> github.com/docopt/docopt-go/examples/quick 
> github.com/docopt/docopt-go/examples/type_assert
> internal/cpu
> internal/bytealg
> runtime/internal/atomic
> runtime/internal/sys
> runtime/internal/math
> runtime
> internal/reflectlite
> errors
> math/bits
> math
> unicode/utf8
> strconv
> internal/race
> sync/atomic
> sync
> unicode
> reflect
> sort
> internal/fmtsort
> io
> internal/oserror
> syscall
> time
> internal/poll
> internal/syscall/unix
> internal/testlog
> os
> fmt
> bytes
> strings
> regexp/syntax
> regexp
> github.com/docopt/docopt-go
> github.com/docopt/docopt-go/examples/arguments
> github.com/docopt/docopt-go/examples/calculator
> encoding
> encoding/binary
> encoding/base64
> unicode/utf16
> encoding/json
> github.com/docopt/docopt-go/examples/config_file
> github.com/docopt/docopt-go/examples/counted
> context
> path/filepath
> os/exec
> github.com/docopt/docopt-go/examples/git
> github.com/docopt/docopt-go/examples/git/branch
> github.com/docopt/docopt-go/examples/git/checkout
> github.com/docopt/docopt-go/examples/git/clone
> github.com/docopt/docopt-go/examples/git/push
> github.com/docopt/docopt-go/examples/git/remote
> github.com/docopt/docopt-go/examples/naval_fate
> github.com/docopt/docopt-go/examples/odd_even
> github.com/docopt/docopt-go/examples/options
> github.com/docopt/docopt-go/examples/options_shortcut
> github.com/docopt/docopt-go/examples/quick
> github.com/docopt/docopt-go/examples/type_assert
>debian/rules override_dh_auto_test
> make[1]: Entering directory '/<>'
> go test -v
> failed to initialize build cache at /sbuild-nonexistent/.cache/go-build: 
> mkdir /sbuild-nonexistent: permission denied
> make[1]: *** [debian/rules:17: override_dh_auto_test] Error 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/golang-github-docopt-docopt-go_0.6.2+git20160216.0.784ddc5-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952285: prometheus-mongodb-exporter: FTBFS: src/github.com/dcu/mongodb_exporter/mongodb_exporter.go:84:13: undefined: prometheus.Handler

2020-02-23 Thread Lucas Nussbaum
Source: prometheus-mongodb-exporter
Version: 1.0.0+git20180522.e755a44-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang --builddir=/<>/build
>dh_update_autotools_config -O--buildsystem=golang 
> -O--builddir=/<>/prometheus-mongodb-exporter-1.0.0\+git20180522.e755a44/build
>dh_autoreconf -O--buildsystem=golang 
> -O--builddir=/<>/prometheus-mongodb-exporter-1.0.0\+git20180522.e755a44/build
>dh_auto_configure -O--buildsystem=golang 
> -O--builddir=/<>/prometheus-mongodb-exporter-1.0.0\+git20180522.e755a44/build
>   install -d build
>   Copy mongodb_exporter.go -> 
> build/src/github.com/dcu/mongodb_exporter/mongodb_exporter.go
>   Copy collector/wiredtiger.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/wiredtiger.go
>   Copy collector/conn_pool_stats.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/conn_pool_stats.go
>   Copy collector/main_test.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/main_test.go
>   Copy collector/network.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/network.go
>   Copy collector/mongodb_collector.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/mongodb_collector.go
>   Copy collector/extra_info.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/extra_info.go
>   Copy collector/top_status_test.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/top_status_test.go
>   Copy collector/profile_status.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/profile_status.go
>   Copy collector/connections.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/connections.go
>   Copy collector/conn_pool_stats_hosts.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/conn_pool_stats_hosts.go
>   Copy collector/server_status_test.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/server_status_test.go
>   Copy collector/server_status.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/server_status.go
>   Copy collector/index_counters.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/index_counters.go
>   Copy collector/storage_engine.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/storage_engine.go
>   Copy collector/database_status.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/database_status.go
>   Copy collector/top_counters.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/top_counters.go
>   Copy collector/background_flushing.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/background_flushing.go
>   Copy collector/op_counters.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/op_counters.go
>   Copy collector/global_lock.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/global_lock.go
>   Copy collector/replset_status.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/replset_status.go
>   Copy collector/durability.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/durability.go
>   Copy collector/collection_status.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/collection_status.go
>   Copy collector/mongodb_collector_test.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/mongodb_collector_test.go
>   Copy collector/collection_wiredtiger.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/collection_wiredtiger.go
>   Copy collector/locks.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/locks.go
>   Copy collector/top_status.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/top_status.go
>   Copy collector/memory.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/memory.go
>   Copy collector/metrics.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/metrics.go
>   Copy collector/oplog_status.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/oplog_status.go
>   Copy collector/cursors.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/cursors.go
>   Copy collector/asserts.go -> 
> build/src/github.com/dcu/mongodb_exporter/collector/asserts.go
>   Copy shared/group_desc_test.go -> 
> build/src/github.com/dcu/mongodb_exporter/shared/group_desc_test.go
>   Copy shared/group_desc.go -> 
> build/src/github.com/dcu/mongodb_exporter/shared/group_desc.go
>   Copy shared/utils.go -> 
> build/src/github.com/dcu/mongodb_exporter/shared/utils.go
>   Copy shared/utils_test.go -> 
> build/src/github.com/dcu/mongodb_exporter/shared/utils_test.go
>   Copy shared/connection.go -> 
> build/src/github.com/dcu/mongodb_exporter/shared/connection.go
>   Copy 

Bug#952290: libinnodb: FTBFS: dh: error: The --until option is not supported any longer (#932537). Use override targets instead.

2020-02-23 Thread Lucas Nussbaum
Source: libinnodb
Version: 1.0.6.6750-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh --until auto_install install
> dh: warning: Compatibility levels before 9 are deprecated (level 7 in use)
> dh: error: The --until option is not supported any longer (#932537). Use 
> override targets instead.
> make: *** [debian/rules:25: install-stamp] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/libinnodb_1.0.6.6750-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952287: datatables-extensions: FTBFS: parse error

2020-02-23 Thread Lucas Nussbaum
Source: datatables-extensions
Version: 0.0+git20150910.28fd64e+dfsg-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_install
> for min in `find debian -name "*.min.js"` ; do \
> closure-compiler  --charset 'utf-8' --js `echo ${min} | sed 's/\.min//'` 
> --js_output_file ${min} ; \
> done
> debian/libjs-jquery-datatables-extensions/usr/share/javascript/jquery-datatables-extensions/JSZip/jszip.js:12:
>  WARNING - Suspicious code. The result of the 'not' operator is not being 
> used.
> !function(e){if("object"==typeof exports&&"undefined"!=typeof 
> module)module.exports=e();else if("function"==typeof 
> define&)define([],e);else{var f;"undefined"!=typeof 
> window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof 
> self&&(f=self),f.JSZip=e()}}(function(){var define,module,exports;return 
> (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof 
> require=="function"&if(!u&)return a(o,!0);if(i)return 
> i(o,!0);throw new Error("Cannot find module '"+o+"'")}var 
> f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var 
> n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var 
> i=typeof require=="function"&for(var 
> o=0;o ^
> 
> 0 error(s), 1 warning(s)
> debian/libjs-jquery-datatables-extensions/usr/share/javascript/jquery-datatables-extensions/pdfmake/build/pdfmake.js:295:
>  ERROR - Parse error. IE8 (and below) will parse trailing commas in array and 
> object literals incorrectly. If you are targeting newer versions of JS, set 
> the appropriate language_in option.
>   Names: [new StringObject('EmbeddedJS'), new 
> PDFReference(this.pdfKitDoc, jsRef.id)],
>   ^
> 
[]
> 
> 33029 error(s), 0 warning(s)
> make[1]: *** [debian/rules:10: override_dh_install] Error 127

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/datatables-extensions_0.0+git20150910.28fd64e+dfsg-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952296: snort: FTBFS: dh_installdocs: error: Cannot find (any matches for) "doc/snort_manual.pdf" (tried in .)

2020-02-23 Thread Lucas Nussbaum
Source: snort
Version: 2.9.7.0-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>'
> make[3]: Nothing to be done for 'install-exec-am'.
>  /bin/mkdir -p '/<>/debian/snort-common/usr//share/man/man8'
>  /usr/bin/install -c -m 644 snort.8 
> '/<>/debian/snort-common/usr//share/man/man8'
>  /bin/mkdir -p '/<>/debian/snort-common/usr//lib/pkgconfig'
>  /usr/bin/install -c -m 644 snort.pc 
> '/<>/debian/snort-common/usr//lib/pkgconfig'
> make[3]: Leaving directory '/<>'
> make[2]: Leaving directory '/<>'
> make[1]: Leaving directory '/<>'
> rm -f  `pwd`/debian/snort-common/usr/sbin/snort
> # clean dependency_libs
> find `pwd`/debian/snort-common/usr/lib  -name "*.la" -exec \
>   sed -i -e "s,^dependency_libs=.*,dependency_libs=''," {} +
> install -m 755 -o root -g root src/snort-basic 
> `pwd`/debian/snort/usr/sbin/snort
> install -m 644 -o root -g root `pwd`/debian/snort.default 
> `pwd`/debian/snort/etc/default/snort
> install -m 755 -o root -g root `pwd`/debian/snort.init.d 
> `pwd`/debian/snort/etc/init.d/snort
> install -m 755 -o root -g root `pwd`/debian/my/snort.ip-up.d 
> `pwd`/debian/snort/etc/ppp/ip-up.d/snort
> install -m 755 -o root -g root `pwd`/debian/my/snort.ip-down.d 
> `pwd`/debian/snort/etc/ppp/ip-down.d/snort
> install -m 644 -o root -g root `pwd`/debian/snort.logrotate 
> `pwd`/debian/snort/etc/logrotate.d/snort
> mv `pwd`/debian/snort-common/usr/lib/* 
> `pwd`/debian/snort-common-libraries/usr/lib/
> rmdir `pwd`/debian/snort-common/usr/lib/
> rm -rf `pwd`/debian/sort-common/usr/src/
> dh_install -s
> dh_install: warning: Compatibility levels before 9 are deprecated (level 5 in 
> use)
> dh_install: warning: -s/--same-arch is deprecated; please use -a/--arch 
> instead
> dh_install: warning: This feature will be removed in compat 12.
>   cp --reflink=auto -a ./tools/u2boat/u2boat ./tools/u2spewfoo/u2spewfoo 
> debian/snort/usr/bin/
>   install -d debian/.debhelper/generated/snort
>   install -d debian/.debhelper/generated/snort-common
>   install -d debian/.debhelper/generated/snort-doc
>   install -d debian/.debhelper/generated/snort-rules-default
>   install -d debian/.debhelper/generated/snort-common-libraries
> dh_testdir -a
> dh_testroot -a
> dh_installdocs -a
> dh_installdocs: warning: Compatibility levels before 9 are deprecated (level 
> 5 in use)
>   cp --reflink=auto -a ./doc/AUTHORS debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./doc/BUGS debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./doc/CREDITS debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./doc/NEWS debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./doc/README debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./doc/README.PLUGINS 
> debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./doc/USAGE debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./doc/README.csv debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./RELEASE.NOTES debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./debian/my/snort_rules.html 
> debian/snort/usr/share/doc/snort
>   cp --reflink=auto -a ./debian/README.Maintainer 
> debian/snort/usr/share/doc/snort
>   chown -R 0:0 debian/snort/usr/share/doc
>   chmod -R u\+rw,go=rX debian/snort/usr/share/doc
>   install -p -m0644 debian/README.Debian 
> debian/snort/usr/share/doc/snort/README.Debian
>   install -p -m0644 debian/TODO 
> debian/snort/usr/share/doc/snort/TODO.Debian
>   install -p -m0644 debian/copyright 
> debian/snort/usr/share/doc/snort/copyright
>   install -d 
> debian/snort-common-libraries/usr/share/doc/snort-common-libraries
>   install -p -m0644 debian/copyright 
> debian/snort-common-libraries/usr/share/doc/snort-common-libraries/copyright
> dh_installexamples -a
> dh_installexamples: warning: Compatibility levels before 9 are deprecated 
> (level 5 in use)
> dh_installdebconf -a
>   install -d debian/snort/DEBIAN
>   cp -f debian/snort.config debian/snort/DEBIAN/config
>   [META] Replace #TOKEN#s in "debian/snort/DEBIAN/config"
>   chmod 0755 -- debian/snort/DEBIAN/config
>   chown 0:0 -- debian/snort/DEBIAN/config
>   po2debconf  debian/snort.templates > debian/snort/DEBIAN/templates
>   (grep -a -s -v misc:Depends debian/snort.substvars; echo 
> "misc:Depends=debconf (>= 0.5) | debconf-2.0") > debian/snort.substvars.new
>   mv debian/snort.substvars.new debian/snort.substvars
>   [META] Append autosnippet "postrm-debconf" to postrm 
> [debian/snort.postrm.debhelper]
>   install -d debian/snort-common-libraries/DEBIAN
> dh_installman -a
> dh_installman: warning: Compatibility levels before 9 are deprecated (level 5 
> in use)
>   install -p -m0644 ./snort.8 

Bug#952288: jssip: FTBFS: Error: module debug in /<>/lib not found

2020-02-23 Thread Lucas Nussbaum
Source: jssip
Version: 0.6.34-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> pegjs -e module.exports lib/Grammar.pegjs lib/Grammar.js
> perl -0777 -pi -e 's/throw new 
> this\.SyntaxError\(([\s\S]*?)\);([\s\S]*?)}([\s\S]*?)return result;/new 
> this.SyntaxError(\1);\nreturn -1;\2}\3return data;/' lib/Grammar.js
> mkdir -p dist
> NODE_PATH=/usr/lib/nodejs browserify-lite ./lib/JsSIP.js --standalone JsSIP 
> --outfile dist/jssip.js
> /usr/share/nodejs/browserify-lite/cli.js:29
>   if (err) throw err;
>^
> 
> Error: module debug in /<>/lib not found
> at trySearchPath (/usr/share/nodejs/browserify-lite/index.js:268:32)
> at /usr/share/nodejs/browserify-lite/index.js:273:7
> at /usr/share/nodejs/browserify-lite/index.js:293:21
> at FSReqWrap.oncomplete (fs.js:153:21)
> make[2]: *** [Makefile:43: dist/jssip.js] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/jssip_0.6.34-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952297: php-doctrine-cache: FTBFS: Class 'DOMDocument' not found

2020-02-23 Thread Lucas Nussbaum
Source: php-doctrine-cache
Version: 1.10.0-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> memcached -d -u memcache
> redis-server --daemonize yes
> 6398:C 23 Feb 2020 02:52:46.535 # oO0OoO0OoO0Oo Redis is starting 
> oO0OoO0OoO0Oo
> 6398:C 23 Feb 2020 02:52:46.535 # Redis version=5.0.7, bits=64, 
> commit=, modified=0, pid=6398, just started
> 6398:C 23 Feb 2020 02:52:46.535 # Configuration loaded
> phpunit --include-path lib --bootstrap vendor/autoload.php
> Class 'DOMDocument' not found
> make[1]: *** [debian/rules:20: override_dh_auto_test] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/php-doctrine-cache_1.10.0-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952283: micro creates log.txt in every directory when run from that directory

2020-02-23 Thread Pirate Praveen
Package: micro
Version: 2.0.1-1
Severity: important

It is really a nuisance to remove this file manually every time.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#952281: node-xterm should include lib/addons (add link to libjs-xterm)

2020-02-23 Thread Pirate Praveen
Package: node-xterm
Version: 3.8.1-3
Severity: grave
Justification: unable to use the package in gitlab

webpack command in gitlab fails with xterm/lib/addons not found error. Adding a 
symbolic link to libjs-xterm copy should fix it I think.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

Bug#951916: proftpd-mod-vroot: proftpd cannot load mod_vroot

2020-02-23 Thread Hilmar Preuße
Control: severity -1 grave

On 2/23/20 4:27 AM, Nikolai Lusan wrote:

> Trying to run proftpd with mod_vroot. The following error causes hosts using 
> vroot to not be loaded:
> 
>   # service proftpd check-config
>   2020-02-23 13:19:36,841 kiev proftpd[537394]: mod_dso/0.5: unable to 
> load 'mod_vroot.c'; check to see if '/usr/lib/proftpd/mod_vroot.la' exists
>   2020-02-23 13:19:36,841 kiev proftpd[537394]: fatal: LoadModule: error 
> loading module 'mod_vroot.c': No such file or directory on line 93 of 
> '/etc/proftpd/modules.conf'
>   2020-02-23 13:19:36,841 kiev proftpd[537394]: warning: unable to 
> include '/etc/proftpd/modules.conf': Operation not permitted
>   ProFTPD configuration OK
> 
> The current proftpd-mod-vroot upstream also has this problem. The current 
> package in the repositories states:
> 

> Effectively proftpd-mod-vroot is unusable as of the most recent update of 
> proftpfd-basic.
> 
Severity grave to make sure it doesn't enter testing.

H.
-- 
sigfault
#206401 http://counter.li.org



signature.asc
Description: OpenPGP digital signature


Bug#952282: slbackup: dpkg-reconfigure slbackup has no effect

2020-02-23 Thread Frans Spiesschaert
 
 
Package: slbackup
Severity: normal 
Tags: l10n patch 


Dear maintainer,

Running dpkg-reconfigure slbackup fails when there is a
/etc/slbackup/slbackup.conf file in place.
This problem can be solved with the attached patch applied to
debian/slbackup.postinst.
A real life test with the patched file showed that a reconfiguration of
slbackup with dpkg-reconfigure is possible.
 
-- 
Kind regards,
Frans Spiesschaert

--- slbackup.postinst	2019-02-08 22:24:33.0 +0100
+++ slbackup.postinst.new	2020-02-23 14:29:48.609309603 +0100
@@ -9,6 +9,7 @@
 use Debconf::Client::ConfModule ":all";
 use Config::General;
 use File::Path qw(make_path);
+use File::Copy;
 
 
 ## subsections
@@ -34,9 +35,11 @@
 my $server_user = get("slbackup/server_user");
 
 # check if config-file (/etc/slbackup/slbackup.conf) exists, and
-# if it doesn't, we'll make one
-if  ( ! -e "/etc/slbackup/slbackup.conf" ) {
-	# make config file
+# if it does, move it first to (/etc/slbackup/slbackup.conf.dpkg)
+if  ( -e "/etc/slbackup/slbackup.conf" ) {
+	move("/etc/slbackup/slbackup.conf","/etc/slbackup/slbackup.conf.dpkg")
+}
+	# compose configuration file
 	my %confighash;
 	my $config = \%confighash;
 	$config->{client}->{$client_name}->{address} = $client_address;
@@ -65,7 +68,7 @@
 	# write configuration file
 	my $datafile = new Config::General();
 	$datafile->save_file("/etc/slbackup/slbackup.conf", $config);
-}
+
 
 # check if file specifying cron-job exists and if the user wanted to
 # configure slbackup now, and make one the answers to both questions


Bug#949763: python-azure: please consider uploading a new version

2020-02-23 Thread Luca Boccassi
On Wed, 12 Feb 2020 17:41:50 +0100 Nicolas Dandrimont <
ol...@debian.org
> wrote:
> * Luca Boccassi <
bl...@debian.org
> [2020-01-30 23:04:29 +]:
> 
> > control: tags -1 patch
> > 
> > On Fri, 24 Jan 2020 17:04:36 + Luca Boccassi <
bl...@debian.org
>
> > wrote:
> > > Source: python-azure
> > > Version: 20181112+git-3
> > > Severity: wishlist
> > > Blocks: 930413
> > > 
> > > Dear Maintainer(s),
> > > 
> > > Please consider uploading the latest version of python-azure. It
is
> > > needed for the upload of azure-cli.
> > > 
> > > If time is lacking, I'm happy to do an NMU.
> > > 
> > > Thank you!
> > 
> > Dear Maintainer(s),
> > 
> > I have opened MRs on Salsa to update the package:
> > 
> > 
https://salsa.debian.org/python-team/modules/python-azure/merge_requests/1

> > 
https://salsa.debian.org/python-team/modules/python-azure/merge_requests/2

> > 
https://salsa.debian.org/python-team/modules/python-azure/merge_requests/3

> > 
> > At the same time the MR also fixes build reproducibility.
> > 
> > dh_python indicates some missing dependencies, I'll check if they
are
> > mandatory or optional.
> > 
> > Unless there are any objections and/or plans to update the package
by
> > the maintainers, I plan to do a delayed NMU with these changes
later
> > next week once the deps are sorted. I'll send another notice with a
> > debdiff if/when I do so.
> 
> Hi,
> 
> Sorry for the delay responding! Please feel free to upload without
(more)
> delay! I also suggest that you join the team so you can commit
directly to the
> VCS (and add yourself as Uploader? *cough*).
> 
> If you really don't feel like it then I'll look at merging your stuff
in.
> 
> Thanks for your work!
> -- 
> Nicolas Dandrimont

Hi,

No problem - I have uploaded all the new dependencies (as far as I
could tell), they are sitting in the NEW queue and the respective ITPs
are set to block this bug.

Once they are all accepted and available, I'll do the upload. I'd be
happy to join the team and help in the future as well.

Thanks!

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part


Bug#952265: msmtp: Missing support for OAuth

2020-02-23 Thread Robin Gustafsson
Package: msmtp
Version: 1.8.3-1
Severity: normal
Tags: upstream
Control: fixed -1 1.8.6-1

Dear Maintainer,

The version in stable is missing OAuth support.

Upstream added support for OAuth in 1.8.4 and 1.8.5. Version 1.8.6, currently
in testing, thus does offer the functionality.

I believe this feature will soon be significantly useful to many users due to
pushes from large e-mail providers, especially Google's move to force it for
all G Suite users [1].

I'm using 1.8.6 on buster at the moment and it seems to work fine. Could it
perhaps be officially backported or even included in a future point release?

[1] 
https://gsuiteupdates.googleblog.com/2019/12/less-secure-apps-oauth-google-username-password-incorrect.html

Regards,
Robin



Bug#952270: gprolog: FTBFS: dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2

2020-02-23 Thread Lucas Nussbaum
Source: gprolog
Version: 1.4.5.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>/examples/ExamplesPl'
> rm -f boyer browse cal chat_parser crypt ham meta_qsort nand nrev poly_10 
> qsort queens queensn query reducer sdda sendmore tak tak_gvar zebra *.exe
> make[1]: Leaving directory '/<>/examples/ExamplesPl'
> dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building gprolog using existing 
> ./gprolog_1.4.5.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
>  gprolog-1.4.5.0/doc/copyright.tex
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/gprolog_1.4.5.0-2.diff._k8BQY
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> Build finished at 2020-02-23T02:28:03Z

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/gprolog_1.4.5.0-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952268: appmenu-gtk-module: FTBFS: dh_auto_configure: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstat

2020-02-23 Thread Lucas Nussbaum
Source: appmenu-gtk-module
Version: 0.7.3-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=meson
>dh_update_autotools_config -O--buildsystem=meson
>dh_autoreconf -O--buildsystem=meson
>dh_auto_configure -O--buildsystem=meson
>   cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 meson .. 
> --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc 
> --localstatedir=/var --libdir=lib/x86_64-linux-gnu
> The Meson build system
> Version: 0.53.1
> Source dir: /<>
> Build dir: /<>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: appmenu-gtk-module
> Project version: 0.7
> Appending CFLAGS from environment: '-g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security'
> Appending LDFLAGS from environment: ['-Wl,-z,relro', '-Wl,-z,now']
> Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
> Appending CFLAGS from environment: '-g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security'
> Appending LDFLAGS from environment: ['-Wl,-z,relro', '-Wl,-z,now']
> Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
> C compiler for the host machine: cc (gcc 9.2.1 "cc (Debian 9.2.1-29) 9.2.1 
> 20200220")
> C linker for the host machine: cc GNU ld.bfd 2.34
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Found pkg-config: /usr/bin/pkg-config (0.29)
> Run-time dependency gio-unix-2.0 found: YES 2.62.4
> Run-time dependency gtk+-2.0 found: YES 2.24.32
> Run-time dependency gtk+-3.0 found: YES 3.24.13
> Run-time dependency systemd found: YES 244
> Configuring appmenu-gtk-module.service using configuration
> Configuring gtkdocentities.ent using configuration
> 
> docs/meson.build:19:6: ERROR: Program(s) ['gtkdoc-scan'] not found or not 
> executable
> 
> A full log can be found at 
> /<>/obj-x86_64-linux-gnu/meson-logs/meson-log.txt
>   cd obj-x86_64-linux-gnu && tail -v -n \+0 meson-logs/meson-log.txt
> ==> meson-logs/meson-log.txt <==
> Build started at 2020-02-23T02:48:00.079679
> Main binary: /usr/bin/python3
> Build Options: -Dprefix=/usr -Dlibdir=lib/x86_64-linux-gnu 
> -Dlocalstatedir=/var -Dsysconfdir=/etc -Dbuildtype=plain 
> -Dwrap_mode=nodownload
> Python system: Linux
> The Meson build system
> Version: 0.53.1
> Source dir: /<>
> Build dir: /<>/obj-x86_64-linux-gnu
> Build type: native build
> Project name: appmenu-gtk-module
> Project version: 0.7
> Appending CFLAGS from environment: '-g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security'
> Appending LDFLAGS from environment: ['-Wl,-z,relro', '-Wl,-z,now']
> Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
> Sanity testing C compiler: cc
> Is cross compiler: False.
> Sanity check compiler command line: cc 
> /<>/obj-x86_64-linux-gnu/meson-private/sanitycheckc.c -o 
> /<>/obj-x86_64-linux-gnu/meson-private/sanitycheckc.exe -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pipe 
> -D_FILE_OFFSET_BITS=64 -Wl,-z,relro -Wl,-z,now
> Sanity check compile stdout:
> 
> -
> Sanity check compile stderr:
> 
> -
> Running test binary command: 
> /<>/obj-x86_64-linux-gnu/meson-private/sanitycheckc.exe
> C compiler for the build machine: cc (gcc 9.2.1 "cc (Debian 9.2.1-29) 9.2.1 
> 20200220")
> C linker for the build machine: cc GNU ld.bfd 2.34
> Appending CFLAGS from environment: '-g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security'
> Appending LDFLAGS from environment: ['-Wl,-z,relro', '-Wl,-z,now']
> Appending CPPFLAGS from environment: '-Wdate-time -D_FORTIFY_SOURCE=2'
> Sanity testing C compiler: cc
> Is cross compiler: False.
> Sanity check compiler command line: cc 
> /<>/obj-x86_64-linux-gnu/meson-private/sanitycheckc.c -o 
> /<>/obj-x86_64-linux-gnu/meson-private/sanitycheckc.exe -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pipe 
> -D_FILE_OFFSET_BITS=64 -Wl,-z,relro -Wl,-z,now
> Sanity check compile stdout:
> 
> -
> Sanity check compile stderr:
> 
> -
> Running test binary command: 
> /<>/obj-x86_64-linux-gnu/meson-private/sanitycheckc.exe
> C compiler for the host machine: cc (gcc 9.2.1 "cc (Debian 9.2.1-29) 9.2.1 
> 20200220")
> C linker for the host machine: cc GNU ld.bfd 2.34
> Build machine cpu family: x86_64
> Build machine cpu: x86_64
> Host machine cpu family: x86_64
> Host machine cpu: x86_64
> Target machine cpu family: x86_64
> Target machine cpu: x86_64
> Pkg-config binary for MachineChoice.HOST is not cached.
> Pkg-config binary missing from cross or native file, or env var undefined.
> 

Bug#952277: ros-collada-urdf: FTBFS: make[3]: *** No rule to make target '/usr/lib/liboctomap.so', needed by 'devel/lib/x86_64-linux-gnu/libcollada_urdf.so.1.12.12'. Stop.

2020-02-23 Thread Lucas Nussbaum
Source: ros-collada-urdf
Version: 1.12.12-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
> make[3]: *** No rule to make target '/usr/lib/liboctomap.so', needed by 
> 'devel/lib/collada_urdf/collada_to_urdf'.  Stop.
> make[3]: *** Waiting for unfinished jobs
> make[3]: *** No rule to make target '/usr/lib/liboctomap.so', needed by 
> 'devel/lib/x86_64-linux-gnu/libcollada_urdf.so.1.12.12'.  Stop.
> make[3]: *** Waiting for unfinished jobs
> [ 40%] Building CXX object 
> collada_urdf/CMakeFiles/collada_to_urdf.dir/src/collada_to_urdf.cpp.o
> cd /<>/obj-x86_64-linux-gnu/collada_urdf && /usr/bin/c++  
> -DASSIMP_EXPORT_API -DASSIMP_UNIFIED_HEADER_NAMES 
> -DROSCONSOLE_BACKEND_LOG4CXX -DROS_BUILD_SHARED_LIBS=1 
> -DROS_PACKAGE_NAME=\"collada_urdf\" -I/<>/collada_urdf/include 
> -I/usr/../include/include -I/usr/include/collada-dom2.4/1.5 
> -I/usr/include/collada-dom2.4 -I/<>/collada_parser/include 
> -I/usr/share/xmlrpcpp/cmake/../../../include/xmlrpcpp -I/usr/include/eigen3  
> -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2   -std=c++11 
> -o CMakeFiles/collada_to_urdf.dir/src/collada_to_urdf.cpp.o -c 
> /<>/collada_urdf/src/collada_to_urdf.cpp
> [ 50%] Building CXX object 
> collada_urdf/CMakeFiles/collada_urdf.dir/src/collada_urdf.cpp.o
> cd /<>/obj-x86_64-linux-gnu/collada_urdf && /usr/bin/c++  
> -DASSIMP_EXPORT_API -DASSIMP_UNIFIED_HEADER_NAMES 
> -DROSCONSOLE_BACKEND_LOG4CXX -DROS_BUILD_SHARED_LIBS=1 
> -DROS_PACKAGE_NAME=\"collada_urdf\" -Dcollada_urdf_EXPORTS 
> -I/<>/collada_urdf/include -I/usr/../include/include 
> -I/usr/include/collada-dom2.4/1.5 -I/usr/include/collada-dom2.4 
> -I/<>/collada_parser/include 
> -I/usr/share/xmlrpcpp/cmake/../../../include/xmlrpcpp -I/usr/include/eigen3  
> -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC   
> -std=c++11 -o CMakeFiles/collada_urdf.dir/src/collada_urdf.cpp.o -c 
> /<>/collada_urdf/src/collada_urdf.cpp
> [ 60%] Linking CXX shared library 
> ../devel/lib/x86_64-linux-gnu/libcollada_parser_plugin.so
> cd /<>/obj-x86_64-linux-gnu/collada_parser && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/collada_parser_plugin.dir/link.txt --verbose=1
> /usr/bin/c++ -fPIC -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wl,-z,relro -shared 
> -Wl,-soname,libcollada_parser_plugin.so -o 
> ../devel/lib/x86_64-linux-gnu/libcollada_parser_plugin.so 
> CMakeFiles/collada_parser_plugin.dir/src/collada_parser_plugin.cpp.o  
> -Wl,-rpath,/<>/obj-x86_64-linux-gnu/devel/lib/x86_64-linux-gnu: 
> ../devel/lib/x86_64-linux-gnu/libcollada_parser.so.1.12.12 -lboost_system 
> -lclass_loader -lPocoFoundation -ldl -lurdf -lurdfdom_sensor 
> -lurdfdom_model_state -lurdfdom_model -lurdfdom_world -ltinyxml -ltinyxml2 
> -lrosconsole_bridge -lroscpp -lpthread -lboost_filesystem -lboost_signals 
> -lrosconsole -lrosconsole_log4cxx -lrosconsole_backend_interface -llog4cxx 
> -lboost_regex -lroscpp_serialization -lxmlrpcpp -lrostime -lcpp_common 
> -lboost_system -lboost_thread -lpthread -lboost_chrono -lboost_date_time 
> -lboost_atomic /usr/lib/x86_64-linux-gnu/libconsole_bridge.so.0.4 
> -lcollada-dom2.4-dp -lboost_system -lclass_loader -lPocoFoundation -ldl 
> -lurdf -lurdfdom_sensor -lurdfdom_model_state -lurdfdom_model -lurdfdom_world 
> -ltinyxml -ltinyxml2 -lrosconsole_bridge -lroscpp -lpthread 
> -lboost_filesystem -lboost_signals -lrosconsole -lrosconsole_log4cxx 
> -lrosconsole_backend_interface -llog4cxx -lboost_regex -lroscpp_serialization 
> -lxmlrpcpp -lrostime -lcpp_common -lboost_system -lclass_loader 
> -lPocoFoundation -ldl -lurdf -lurdfdom_sensor -lurdfdom_model_state 
> -lurdfdom_model -lurdfdom_world -ltinyxml -ltinyxml2 -lrosconsole_bridge 
> -lroscpp -lpthread -lboost_filesystem -lboost_signals -lrosconsole 
> -lrosconsole_log4cxx -lrosconsole_backend_interface -llog4cxx -lboost_regex 
> -lroscpp_serialization -lxmlrpcpp -lrostime -lcpp_common -lboost_thread 
> -lpthread -lboost_chrono -lboost_date_time -lboost_atomic 
> /usr/lib/x86_64-linux-gnu/libconsole_bridge.so.0.4 
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> [ 60%] Built target collada_parser_plugin
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> make[2]: *** [CMakeFiles/Makefile2:945: 
> collada_urdf/CMakeFiles/collada_to_urdf.dir/all] Error 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/ros-collada-urdf_1.12.12-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to 

Bug#952280: adacontrol: FTBFS: debian/rules:27: /usr/share/ada/debian_packaging-20200218.mk: No such file or directory

2020-02-23 Thread Lucas Nussbaum
Source: adacontrol
Version: 1.21r3-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> dpkg-buildpackage
> -
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package adacontrol
> dpkg-buildpackage: info: source version 1.21r3-3
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Nicolas Boulenguez 
> 
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh /usr/share/ada/debian_packaging-20200218.mk
> dh: error: Unknown sequence /usr/share/ada/debian_packaging-20200218.mk 
> (choose from: binary binary-arch binary-indep build build-arch build-indep 
> clean install install-arch install-indep)
> debian/rules:27: /usr/share/ada/debian_packaging-20200218.mk: No such file or 
> directory
> make: *** [debian/rules:33: /usr/share/ada/debian_packaging-20200218.mk] 
> Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/adacontrol_1.21r3-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952274: octave-queueing: FTBFS: error: writing file '/sbuild-nonexistent/.octave_hist': No such file or directory

2020-02-23 Thread Lucas Nussbaum
Source: octave-queueing
Version: 1.2.6-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/doc'
> fig2dev -L png -m 3 qn_open_single.fig qn_open_single.png
> fig2dev -L png -m 3 qn_closed_single.fig qn_closed_single.png
> fig2dev -L png -m 3 qn_web_model.fig qn_web_model.png
> octave-cli --no-window-system -p../inst/ -q demo_web.m
>   
>  
>Throughput and response time vs population mix 
>  
>   
>  
>  0.02 ||  
>  
>   |$$  |  
>  
> 0.015 |-+$$  $   +-|  
>  
>  0.01 |-+### *   +-|  
>  
>   | ## |  
>  
> 0.005 |-+*###+-|  
>  
>   |  ***?***Class 1 ###?###Class 2 $$$?$$$System # |  
>  
> 0 ||  
>  
>   0   0.2  0.4  0.6  0.8   1  
>  
>   
>  
>   |---|   
>  
>  8000 |-+ + # +   + *   +-|   
>  
>   | $$   ##*$ |   
>  
>  6000 |-+ $$+-|   
>  
>  4000 |-+   **  ##  +-|   
>  
>   |   **  ### |   
>  
>  2000 |-+   **  +-|   
>  
>   |   ***?***Class 1 ###?###Class 2 $$$?$$$System |   
>  
> 0 |---|   
>  
>   0  0.2 0.4 0.6 0.8  1   
>  
>   
>  
>   
>  
>Power as a function of the population mix  
>  
>   
>  
> 3.5e-06 |--|  
>  
> |+    +|  
>  
> |   **$$$*   $$$   |  
>  
>   3e-06 |-+*$$* $$$  +-|  
>  
> | *$   *   |  
>  
> |*$ *  $$$ |  
>  
> 2.5e-06 |-+ *$   ***  $$$+-|  
>  
> |  $$###   |  
>  
>   2e-06 |-+   $****   ###   ###  $   +-|  
>  
> | **** ### #   |  
>  
> | **### #  |  
>  
> 1.5e-06 |-+  ### *** #   +-|  
>  
> |  ##   **###* |  
>  
> | #####    |  
>  
>   1e-06 |-+  #   +-|  
>  
> |  |  
>  
> | ***?***Class 1 ###?###Class 2 $$$?$$$System  |  
>  
>   5e-07 |--|  
>  
> 0   0.2 0.4  0.6 0.8   1  
>  
> Class 1 population mix
>  
>   
>  
> error: writing file '/sbuild-nonexistent/.octave_hist': No such file or 
> directory
> error: ignoring const execution_exception& while preparing to exit
> for i in web.eps power.eps ; do sed -i -e "s:/Title (.*):/Title ($i):" $i ; 
> done
> convert -density 100 -background white -flatten web.eps web.png
> convert -density 100 -background white -flatten power.eps 

Bug#952272: pulseview: FTBFS: dh_auto_configure: error: cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATED

2020-02-23 Thread Lucas Nussbaum
Source: pulseview
Version: 0.4.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory 
> '/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_dab39.dir/CMakeCXXCompilerABI.cpp.o
> /usr/bin/c++-g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2-v -o 
> CMakeFiles/cmTC_dab39.dir/CMakeCXXCompilerABI.cpp.o -c 
> /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> OFFLOAD_TARGET_NAMES=nvptx-none:hsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 9.2.1-29' 
> --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs 
> --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr 
> --with-gcc-major-version-only --program-suffix=-9 
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id 
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
> --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu 
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes 
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object 
> --disable-vtable-verify --enable-plugin --enable-default-pie 
> --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto 
> --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
> --enable-offload-targets=nvptx-none,hsa --without-cuda-driver 
> --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
> --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean 
> --enable-link-mutex
> Thread model: posix
> gcc version 9.2.1 20200220 (Debian 9.2.1-29) 
> COLLECT_GCC_OPTIONS='-g' '-O2' '-fdebug-prefix-map=/<>=.' 
> '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' 
> '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_dab39.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' 
> '-mtune=generic' '-march=x86-64'
>  /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch 
> x86_64-linux-gnu -D_GNU_SOURCE -D _FORTIFY_SOURCE=2 
> /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase 
> CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip 
> CMakeFiles/cmTC_dab39.dir/CMakeCXXCompilerABI.cpp.o -g -O2 -Wformat=1 
> -Werror=format-security -Wdate-time -version 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong 
> -fasynchronous-unwind-tables -o /tmp/ccEkS6pK.s
> GNU C++14 (Debian 9.2.1-29) version 9.2.1 20200220 (x86_64-linux-gnu)
>   compiled by GNU C version 9.2.1 20200220, GMP version 6.2.0, MPFR 
> version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP
> 
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"
> ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
> ignoring nonexistent directory 
> "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"
> #include "..." search starts here:
> #include <...> search starts here:
>  /usr/include/c++/9
>  /usr/include/x86_64-linux-gnu/c++/9
>  /usr/include/c++/9/backward
>  /usr/lib/gcc/x86_64-linux-gnu/9/include
>  /usr/local/include
>  /usr/lib/gcc/x86_64-linux-gnu/9/include-fixed
>  /usr/include/x86_64-linux-gnu
>  /usr/include
> End of search list.
> GNU C++14 (Debian 9.2.1-29) version 9.2.1 20200220 (x86_64-linux-gnu)
>   compiled by GNU C version 9.2.1 20200220, GMP version 6.2.0, MPFR 
> version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP
> 
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: c0fc505018439c539fbec80db9f9e35e
> COLLECT_GCC_OPTIONS='-g' '-O2' '-fdebug-prefix-map=/<>=.' 
> '-fstack-protector-strong' '-Wformat=1' '-Werror=format-security' 
> '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o' 
> 'CMakeFiles/cmTC_dab39.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' 
> '-mtune=generic' '-march=x86-64'
>  as -v --64 -o CMakeFiles/cmTC_dab39.dir/CMakeCXXCompilerABI.cpp.o 
> /tmp/ccEkS6pK.s
> GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils 
> for Debian) 2.34
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
> 

Bug#952271: apitrace: FTBFS: make[3]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libprocps.so', needed by 'glretrace'. Stop.

2020-02-23 Thread Lucas Nussbaum
Source: apitrace
Version: 9.0+repack-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
> make[3]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libprocps.so', 
> needed by 'glretrace'.  Stop.
> make[3]: *** Waiting for unfinished jobs
> [ 98%] Building CXX object retrace/CMakeFiles/eglretrace.dir/glws_waffle.cpp.o
> cd /<>/obj-x86_64-linux-gnu/retrace && /usr/bin/c++  
> -DGTEST_HAS_TR1_TUPLE=0 -DHAVE_BACKTRACE=1 -DHAVE_READPROC_H -DHAVE_X11 
> -DRETRACE -D_GNU_SOURCE -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
> -I/<>/thirdparty/khronos -I/<>/compat 
> -I/<>/thirdparty/brotli/c/include -I/usr/src/gtest/include 
> -I/<>/lib/trace -I/<>/lib/os 
> -I/<>/retrace -I/<>/lib/highlight 
> -I/<>/helpers -I/<>/obj-x86_64-linux-gnu/dispatch 
> -I/<>/dispatch -I/<>/lib/image 
> -I/<>/lib/ubjson -I/<>/thirdparty/dxerr 
> -I/<>/thirdparty/mhook/mhook-lib -I/usr/include/waffle-1  -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden 
> -std=gnu++11 -Wall -Wno-sign-compare -fno-strict-aliasing -fno-rtti 
> -fno-exceptions -fmessage-length=0 -fno-omit-frame-pointer   -o 
> CMakeFiles/eglretrace.dir/glws_waffle.cpp.o -c 
> /<>/retrace/glws_waffle.cpp
> [ 98%] Building CXX object retrace/CMakeFiles/glretrace.dir/glws_xlib.cpp.o
> [ 99%] Building CXX object retrace/CMakeFiles/glretrace.dir/glws_glx.cpp.o
> cd /<>/obj-x86_64-linux-gnu/retrace && /usr/bin/c++  
> -DGTEST_HAS_TR1_TUPLE=0 -DHAVE_BACKTRACE=1 -DHAVE_READPROC_H -DHAVE_X11 
> -DRETRACE -D_GNU_SOURCE -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
> -I/<>/thirdparty/khronos -I/<>/compat 
> -I/<>/thirdparty/brotli/c/include -I/usr/src/gtest/include 
> -I/<>/lib/trace -I/<>/lib/os 
> -I/<>/retrace -I/<>/lib/highlight 
> -I/<>/helpers -I/<>/obj-x86_64-linux-gnu/dispatch 
> -I/<>/dispatch -I/<>/lib/image 
> -I/<>/lib/ubjson -I/<>/thirdparty/dxerr 
> -I/<>/thirdparty/mhook/mhook-lib -I/usr/include/waffle-1  -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden 
> -std=gnu++11 -Wall -Wno-sign-compare -fno-strict-aliasing -fno-rtti 
> -fno-exceptions -fmessage-length=0 -fno-omit-frame-pointer   -o 
> CMakeFiles/glretrace.dir/glws_xlib.cpp.o -c 
> /<>/retrace/glws_xlib.cpp
> cd /<>/obj-x86_64-linux-gnu/retrace && /usr/bin/c++  
> -DGTEST_HAS_TR1_TUPLE=0 -DHAVE_BACKTRACE=1 -DHAVE_READPROC_H -DHAVE_X11 
> -DRETRACE -D_GNU_SOURCE -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS 
> -I/<>/thirdparty/khronos -I/<>/compat 
> -I/<>/thirdparty/brotli/c/include -I/usr/src/gtest/include 
> -I/<>/lib/trace -I/<>/lib/os 
> -I/<>/retrace -I/<>/lib/highlight 
> -I/<>/helpers -I/<>/obj-x86_64-linux-gnu/dispatch 
> -I/<>/dispatch -I/<>/lib/image 
> -I/<>/lib/ubjson -I/<>/thirdparty/dxerr 
> -I/<>/thirdparty/mhook/mhook-lib -I/usr/include/waffle-1  -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fvisibility=hidden 
> -std=gnu++11 -Wall -Wno-sign-compare -fno-strict-aliasing -fno-rtti 
> -fno-exceptions -fmessage-length=0 -fno-omit-frame-pointer   -o 
> CMakeFiles/glretrace.dir/glws_glx.cpp.o -c 
> /<>/retrace/glws_glx.cpp
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> make[2]: *** [CMakeFiles/Makefile2:1075: 
> retrace/CMakeFiles/eglretrace.dir/all] Error 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/apitrace_9.0+repack-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952267: fsplib: FTBFS: dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2

2020-02-23 Thread Lucas Nussbaum
Source: fsplib
Version: 0.14-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> scons -c enable-shared=1
> scons: Reading SConscript files ...
> Checking whether gcc supports -Wall... yes
> Checking whether gcc supports -W... yes
> Checking whether gcc supports -Wstrict-prototypes... yes
> Checking whether gcc supports -Wmissing-prototypes... yes
> Checking whether gcc supports -Wshadow... yes
> Checking whether gcc supports -Wbad-function-cast... yes
> Checking whether gcc supports -Wcast-qual... yes
> Checking whether gcc supports -Wcast-align... yes
> Checking whether gcc supports -Wwrite-strings... yes
> Checking whether gcc supports -Waggregate-return... yes
> Checking whether gcc supports -Wmissing-declarations... yes
> Checking whether gcc supports -Wmissing-format-attribute... yes
> Checking whether gcc supports -Wnested-externs... yes
> Checking whether gcc supports -ggdb... yes
> Checking whether gcc supports -fno-common... yes
> Checking whether gcc supports -Wchar-subscripts... yes
> Checking whether gcc supports -Wcomment... yes
> Checking whether gcc supports -Wimplicit... yes
> Checking whether gcc supports -Wsequence-point... yes
> Checking whether gcc supports -Wreturn-type... yes
> Checking whether gcc supports -Wfloat-equal... yes
> Checking whether gcc supports -Wno-system-headers... yes
> Checking whether gcc supports -Wredundant-decls... yes
> Checking whether gcc supports -Wmissing-noreturn... yes
> Checking whether gcc supports -pedantic... yes
> Checking whether gcc supports -Wlong-long... yes
> Checking whether gcc supports -Wundef... yes
> Checking whether gcc supports -Winline... yes
> Checking whether gcc supports -Wpointer-arith... yes
> Checking whether gcc supports -Wno-unused-parameter... yes
> Checking whether gcc supports -Wno-cast-align... yes
> Checking for C type union semun... no
> checking whether dirent structure has member d_namlen... no
> checking whether dirent structure has member d_fileno... yes
> checking whether dirent structure has member d_type... yes
> Checking for C header file stdint.h... yes
> Checking for C function lockf()... yes
> Checking for C function semop()... yes
> Checking for C function shmget()... yes
> Checking for C function flock()... yes
> Checking for FSP locking type... (cached) semop and shmget
> Checking for user supplied lockprefix... (cached) no
> Checking for user supplied prefix... (cached) no
> checking whether to build shared library... (cached) yes
> Checking whether to enable maintainer mode... (cached) no
> scons: done reading SConscript files.
> scons: Cleaning targets ...
> scons: done cleaning targets.
> Removing autogenerated file .sconsign.dblite
> Removing autogenerated directory .sconf_temp
> rm -rf .scon* config.log
> make[1]: Leaving directory '/<>'
>dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building fsplib using existing ./fsplib_0.14.orig.tar.gz
> dpkg-source: error: cannot represent change to 
> site_scons/__pycache__/buildshared.cpython-37.pyc: binary file contents 
> changed
> dpkg-source: error: add site_scons/__pycache__/buildshared.cpython-37.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> site_scons/__pycache__/compilertest.cpython-37.pyc: binary file contents 
> changed
> dpkg-source: error: add site_scons/__pycache__/compilertest.cpython-37.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> site_scons/__pycache__/dirent.cpython-37.pyc: binary file contents changed
> dpkg-source: error: add site_scons/__pycache__/dirent.cpython-37.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> site_scons/__pycache__/lockprefix.cpython-37.pyc: binary file contents changed
> dpkg-source: error: add site_scons/__pycache__/lockprefix.cpython-37.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> site_scons/__pycache__/locktype.cpython-37.pyc: binary file contents changed
> dpkg-source: error: add site_scons/__pycache__/locktype.cpython-37.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: cannot represent change to 
> site_scons/__pycache__/maintainer.cpython-37.pyc: binary file contents changed
> dpkg-source: error: add site_scons/__pycache__/maintainer.cpython-37.pyc in 
> debian/source/include-binaries if you want to store the modified 

Bug#952269: nsis: FTBFS: dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2

2020-02-23 Thread Lucas Nussbaum
Source: nsis
Version: 3.05-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> scons -c  VERSION=3.05-1 VER_MAJOR=3 VER_MINOR=05 VER_REVISION=1 PREFIX=/usr 
> PREFIX_CONF=/etc CHMDOCS=0 STRIP_CP=no  UNICODE=yes SKIPUTILS=zip2exe 2>&1
> scons: Reading SConscript files ...
> Mkdir("build/urelease/config")
> Delete("nsis-3.05-1")
> Delete(".instdist")
> Delete(".test")
> Using GNU tools configuration
> Checking for linker flag $MAP_FLAG... yes
> Checking for linker flag $MAP_FLAG... yes
> Checking for memcpy requirement... no
> Checking for memset requirement... no
> Checking for linker flag -pthread... yes
> Checking for __BIG_ENDIAN__... no
> i686-w64-mingw32-gcc --version
> i686-w64-mingw32-gcc (GCC) 8.3-win32 20191201
> Copyright (C) 2018 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> g++ --version
> g++ (Debian 9.2.1-29) 9.2.1 20200220
> Copyright (C) 2019 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> Checking for C library gdi32... no
> Checking for C library user32... no
> Checking for C library pthread... yes
> Checking for C library iconv... no
> Checking for C library shlwapi... no
> Checking for C library oleaut32... no
> Checking for C library dl... yes
> Checking for C library gdi32... no
> Checking for C library iconv... no
> Checking for C library pthread... yes
> Checking for C library user32... no
> Checking for C library oleaut32... no
> Checking for C++ library cppunit... yes
> scons: done reading SConscript files.
> scons: Cleaning targets ...
> scons: done cleaning targets.
> Removing autogenerated file .sconsign.dblite
> Removing autogenerated directory .sconf_temp
> rm -rf .sconf_temp .sconsign.dblite SCons/Tools/crossmingw.pyc build 
> config.log .test /<>/build/test
> rm -f Source/exehead/sconf.h Source/version.h Source/defines.h config.log
> make[1]: Leaving directory '/<>'
>dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building nsis using existing ./nsis_3.05.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: error: cannot represent change to 
> SCons/Tools/__pycache__/crossmingw.cpython-37.pyc: binary file contents 
> changed
> dpkg-source: error: add SCons/Tools/__pycache__/crossmingw.cpython-37.pyc in 
> debian/source/include-binaries if you want to store the modified binary in 
> the debian tarball
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> Build finished at 2020-02-23T02:33:36Z

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/nsis_3.05-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952273: phpmyadmin-motranslator: FTBFS: PHP Fatal error: Declaration of FunctionsTest::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void in /<>/tests/Function

2020-02-23 Thread Lucas Nussbaum
Source: phpmyadmin-motranslator
Version: 4.0-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> phpunit
> PHP Fatal error:  Declaration of FunctionsTest::setUp() must be compatible 
> with PHPUnit\Framework\TestCase::setUp(): void in 
> /<>/tests/FunctionsTest.php on line 12
> 
> Fatal error: Declaration of FunctionsTest::setUp() must be compatible with 
> PHPUnit\Framework\TestCase::setUp(): void in 
> /<>/tests/FunctionsTest.php on line 12
> make[1]: *** [debian/rules:14: override_dh_auto_test] Error 255

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/phpmyadmin-motranslator_4.0-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952276: usb-modeswitch-data: FTBFS: dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2

2020-02-23 Thread Lucas Nussbaum
Source: usb-modeswitch-data
Version: 20191128-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> /bin/mv -f 40-usb_modeswitch.rules 40-usb_modeswitch.rules.old
> make[1]: Leaving directory '/<>'
>dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building usb-modeswitch-data using existing 
> ./usb-modeswitch-data_20191128.orig.tar.bz2
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file 40-usb_modeswitch.rules, use 
> --include-removal to override
> dpkg-source: info: local changes detected, the modified files are:
>  usb-modeswitch-data-20191128/40-usb_modeswitch.rules.old
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/usb-modeswitch-data_20191128-2.diff.72lUTW
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> Build finished at 2020-02-23T02:53:08Z

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/usb-modeswitch-data_20191128-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952275: ipxe: FTBFS: dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2

2020-02-23 Thread Lucas Nussbaum
Source: ipxe
Version: 1.0.0+git-20190125.36a4c85-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/src'
> rm -f bin{,-*}/*.* bin{,-*}/.certificate.* bin{,-*}/.certificates.* 
> bin{,-*}/.private_key.* bin{,-*}/errors bin{,-*}/NIC ./util/zbin 
> ./util/elf2efi32 ./util/elf2efi64 ./util/efirom ./util/efifatbin 
> ./util/iccfix ./util/einfo TAGS bin{,-*}/symtab
> rm -f -r .echocheck bin{,-*}/.fnrec.state bin{,-*}/.embedded.list 
> bin{,-*}/.trusted.list bin{,-*}/.certificate.list bin{,-*}/.private_key.list 
> bin{,-*}/.config.list bin{,-*}/.assert.list bin{,-*}/.profile.list 
> bin{,-*}/.dbgcol.list bin{,-*}/deps bin{,-*}/rules bin{,-*}/.rom.list 
> bin{,-*}/.rom.defs bin{,-*}/.blib.list bin{,-*}/doc
> make[2]: Leaving directory '/<>/src'
> rm -fr src/bin-*
> rm -f src/config/local/*
> make[1]: Leaving directory '/<>'
>dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building ipxe using existing 
> ./ipxe_1.0.0+git-20190125.36a4c85.orig.tar.xz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: info: local changes detected, the modified files are:
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.assert.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.blib.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.certificate.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.config.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.dbgcol.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.embedded.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.fnrec.state
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.private_key.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.profile.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.rom.list
>  ipxe-1.0.0+git-20190125.36a4c85/src/bin/.trusted.list
> dpkg-source: error: aborting due to unexpected upstream changes, see 
> /tmp/ipxe_1.0.0+git-20190125.36a4c85-4.diff.SdDrsp
> dpkg-source: info: you can integrate the local changes with dpkg-source 
> --commit
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2
> 
> Build finished at 2020-02-23T02:27:31Z

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/ipxe_1.0.0+git-20190125.36a4c85-4_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952278: kwindowsystem: FTBFS: dh_auto_configure: error: cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALST

2020-02-23 Thread Lucas Nussbaum
Source: kwindowsystem
Version: 5.62.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory 
> '/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_b7620.dir/CheckFunctionExists.c.o
> /usr/bin/cc -D_GNU_SOURCE -D_LARGEFILE64_SOURCE  -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=iso9899:1990 
> -fno-common -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security 
> -Wno-long-long -Wpointer-arith -Wundef -Wmissing-format-attribute 
> -Wwrite-strings -Werror=implicit-function-declaration 
> -DCHECK_FUNCTION_EXISTS=shmat   -o 
> CMakeFiles/cmTC_b7620.dir/CheckFunctionExists.c.o   -c 
> /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
> Linking C executable cmTC_b7620
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b7620.dir/link.txt 
> --verbose=1
> /usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -std=iso9899:1990 -fno-common -Wall -Wextra -Wcast-align 
> -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef 
> -Wmissing-format-attribute -Wwrite-strings 
> -Werror=implicit-function-declaration -DCHECK_FUNCTION_EXISTS=shmat  
> -Wl,--enable-new-dtags -Wl,-z,relro -Wl,--as-needed  
> CMakeFiles/cmTC_b7620.dir/CheckFunctionExists.c.o  -o cmTC_b7620 
> make[3]: Leaving directory 
> '/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> make[2]: Leaving directory 
> '/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> 
> 
> 
> dh_auto_configure: error: cd obj-x86_64-linux-gnu && 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 -DCMAKE_INSTALL_RUNSTATEDIR=/run 
> "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DCMAKE_BUILD_TYPE=Debian 
> -DCMAKE_INSTALL_SYSCONFDIR=/etc -DKDE_INSTALL_USE_QT_SYS_PATHS=ON 
> -DBUILD_QCH=ON -DBUILD_TESTING=OFF .. returned exit code 1
> make[1]: *** [debian/rules:10: override_dh_auto_configure] Error 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/kwindowsystem_5.62.0-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952266: lxqt-config: FTBFS: dh_auto_configure: error: cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTAT

2020-02-23 Thread Lucas Nussbaum
Source: lxqt-config
Version: 0.14.1-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory 
> '/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building C object CMakeFiles/cmTC_8a10a.dir/CheckFunctionExists.c.o
> /usr/bin/cc   -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=shmat -fPIE   -o 
> CMakeFiles/cmTC_8a10a.dir/CheckFunctionExists.c.o   -c 
> /usr/share/cmake-3.16/Modules/CheckFunctionExists.c
> Linking C executable cmTC_8a10a
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8a10a.dir/link.txt 
> --verbose=1
> /usr/bin/cc -g -O2 -fdebug-prefix-map=/<>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DCHECK_FUNCTION_EXISTS=shmat  -Wl,-z,relro -Wl,-z,now 
> -Wl,--as-needed  -rdynamic CMakeFiles/cmTC_8a10a.dir/CheckFunctionExists.c.o  
> -o cmTC_8a10a 
> make[3]: Leaving directory 
> '/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> make[2]: Leaving directory 
> '/<>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> 
> 
> 
> dh_auto_configure: error: cd obj-x86_64-linux-gnu && 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 -DCMAKE_INSTALL_RUNSTATEDIR=/run 
> "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON 
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DUPDATE_TRANSLATIONS=OFF 
> -DCMAKE_BUILD_TYPE=RelWithDebInfo .. returned exit code 1
> make[1]: *** [debian/rules:29: override_dh_auto_configure] Error 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/lxqt-config_0.14.1-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952240: clevis: FTBFS: dh_install: error: missing files, aborting

2020-02-23 Thread Christoph Biedl
Control: tag 952240 pending

Lucas Nussbaum wrote...

> Source: clevis
> Version: 11-2
> Severity: serious
> Justification: FTBFS on amd64
> Tags: bullseye sid ftbfs
> Usertags: ftbfs-20200222 ftbfs-bullseye

Packinging for clevis 12 is in the queue and is to happen tonight, I
will take care of that one as well.

Christoph


signature.asc
Description: PGP signature


Bug#921815: debootstrap umount "host" /proc when running in a Docker container

2020-02-23 Thread Hideki Yamane
control: tags -1 +moreinfo

Hi,

On Sat, 09 Feb 2019 05:01:32 +0100 "Kristian Klausen"  
wrote:
> Package: debootstrap
> Version: 1.0.110~bpo9+1

> When running debootstrap inside a Docker container, debootstrap umount both 
> /proc and $TARGET/proc.

 How do I check it?

 - run docker
 - get debootstrap 1.0.110 and install it
 - debootstrap sid sid
 - /proc is there inside docker as below

> root@b49ab8b7f3eb:~# ls /proc/
> 1  crypto   iomemkpageflagspartitions   sysrq-trigger
> 19486  devices  ioports  loadavg   pressure sysvipc
> acpi   diskstatsirq  locks sched_debug  thread-self
> asound dma  kallsyms meminfo   schedstattimer_list
> buddyinfo  driver   kcoremisc  self tty
> busexecdomains  key-usersmodules   slabinfo uptime
> cgroupsfb   keys mountssoftirqs version
> cmdlinefilesystems  kmsg mtrr  stat vmallocinfo
> consoles   fs   kpagecgroup  net   swapsvmstat
> cpuinfointerrupts   kpagecount   pagetypeinfo  sys  zoneinfo



-- 
Regards,

 Hideki Yamane henrich @ debian.org/iijmio-mail.jp



Bug#952223: php-apcu: FTBFS: dh_auto_test: error: cd build-7.4 && make -j1 test VERBOSE=1 INSTALL_ROOT=/<>/php-apcu-5.1.17\+4.0.11/debian/php-apcu returned exit code 2

2020-02-23 Thread Ondřej Surý
Lucas,

could you please stop testing PHP extensions for a while? I am in process of 
updating all of them, and the RC bugs are not helpful at this particular moment.

Thanks,
Ondřej 
--
Ondřej Surý 

> On 23 Feb 2020, at 14:20, Lucas Nussbaum  wrote:
> 
> Source: php-apcu
> Version: 5.1.17+4.0.11-1
> Severity: serious
> Justification: FTBFS on amd64
> Tags: bullseye sid ftbfs
> Usertags: ftbfs-20200222 ftbfs-bullseye
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> 
> Relevant part (hopefully):
>> make[2]: Entering directory '/<>/build-7.4'
>> 
>> Build complete.
>> Don't forget to run 'make test'.
>> 
>> 
>> =
>> PHP : /usr/bin/php7.4 
>> PHP_SAPI: cli
>> PHP_VERSION : 7.4.3
>> ZEND_VERSION: 3.4.0
>> PHP_OS  : Linux - Linux ip-172-31-11-238 4.19.0-6-cloud-amd64 #1 SMP 
>> Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64
>> INI actual  : /<>/build-7.4/tmp-php.ini
>> More .INIs  :   
>> CWD : /<>/build-7.4
>> Extra dirs  : 
>> VALGRIND: Not used
>> =
>> TIME START 2020-02-23 02:51:38
>> =
>> TEST 1/59 [tests/024.phpt]
>> PASS Looped regression test (may take a while) (from tests/lang/024.phpt) 
>> [tests/024.phpt] 
>> TEST 2/59 [tests/apc54_014.phpt]
>> PASS APC: Bug #61742 preload_path does not work due to incorrect string 
>> length (variant 1) (php 5.4) [tests/apc54_014.phpt] 
>> TEST 3/59 [tests/apc54_018.phpt]
>> PASS APC: Bug #59938 APCIterator fails with large user cache 
>> [tests/apc54_018.phpt] 
>> TEST 4/59 [tests/apc_001.phpt]
>> PASS APC: apcu_store/fetch with strings [tests/apc_001.phpt] 
>> TEST 5/59 [tests/apc_002.phpt]
>> PASS APC: apcu_store/fetch with objects [tests/apc_002.phpt] 
>> TEST 6/59 [tests/apc_003b.phpt]
>> PASS APC: apcu_store/fetch with objects [tests/apc_003b.phpt] 
>> TEST 7/59 [tests/apc_004.phpt]
>> PASS APC: apcu_store/fetch with bools [tests/apc_004.phpt] 
>> TEST 8/59 [tests/apc_005.phpt]
>> PASS APC: apcu_store/fetch with arrays of objects [tests/apc_005.phpt] 
>> TEST 9/59 [tests/apc_005b.phpt]
>> PASS APC: apcu_store/fetch with arrays with duplicate object 
>> [tests/apc_005b.phpt] 
>> TEST 10/59 [tests/apc_005c.phpt]
>> PASS APC: apcu_store/fetch with arrays with two object references 
>> [tests/apc_005c.phpt] 
>> TEST 11/59 [tests/apc_006.phpt]
>> SKIP APC: apcu_store/fetch reference test [tests/apc_006.phpt] reason: Only 
>> for PHP < 7.3
>> TEST 12/59 [tests/apc_006_php73.phpt]
>> PASS APC: apcu_store/fetch reference test [tests/apc_006_php73.phpt] 
>> TEST 13/59 [tests/apc_007.phpt]
>> PASS APC: apcu_inc/apcu_dec test [tests/apc_007.phpt] 
>> TEST 14/59 [tests/apc_008.phpt]
>> PASS APC: apcu_cas test [tests/apc_008.phpt] 
>> TEST 15/59 [tests/apc_010.phpt]
>> PASS APC: apcu_store/fetch/add with array of key/value pairs. 
>> [tests/apc_010.phpt] 
>> TEST 16/59 [tests/apc_011.phpt]
>> PASS APC: apcu_fetch resets array pointers [tests/apc_011.phpt] 
>> TEST 17/59 [tests/apc_012.phpt]
>> PASS APC: integer overflow consistency [tests/apc_012.phpt] 
>> TEST 18/59 [tests/apc_013_exists.phpt]
>> PASS APC: apcu_exists [tests/apc_013_exists.phpt] 
>> TEST 19/59 [tests/apc_014_store_ref.phpt]
>> PASS APC: store array of references [tests/apc_014_store_ref.phpt] 
>> TEST 20/59 [tests/apc_015.phpt]
>> PASS Copy failure should not create entry [tests/apc_015.phpt] 
>> TEST 21/59 [tests/apc_016.phpt]
>> PASS Should be able to pass references to strings to apcu_fetch 
>> [tests/apc_016.phpt] 
>> TEST 22/59 [tests/apc_017.phpt]
>> PASS APC should not preserve the IAP [tests/apc_017.phpt] 
>> TEST 23/59 [tests/apc_018.phpt]
>> PASS apc_cas() inserts non-existing key with value 0 [tests/apc_018.phpt] 
>> TEST 24/59 [tests/apc_019.phpt]
>> SKIP The per-entry TTL should take precedence over the global TTL 
>> [tests/apc_019.phpt] reason: APC debug build required
>> TEST 25/59 [tests/apc_020.phpt]
>> SKIP Test default expunge logic wrt global and per-entry TTLs 
>> [tests/apc_020.phpt] reason: APC debug build required
>> TEST 26/59 [tests/apc_021.phpt]
>> SKIP apcu_inc/dec() should not inc/dec hard expired entries 
>> [tests/apc_021.phpt] reason: APC debug build required
>> TEST 27/59 [tests/apc_022.phpt]
>> SKIP apcu_inc/dec() TTL parameter [tests/apc_022.phpt] reason: APC debug 
>> build required
>> TEST 28/59 [tests/apc_023.phpt]
>> PASS Serialization edge cases [tests/apc_023.phpt] 
>> TEST 29/59 [tests/apc_024.phpt]
>> PASS Using empty string as key [tests/apc_024.phpt] 
>> TEST 30/59 [tests/apc_099.phpt]
>> PASS APCU: apcu_fetch segfault [tests/apc_099.phpt] 
>> TEST 31/59 [tests/apc_disabled.phpt]
>> PASS Behavior of functions when apcu is disabled [tests/apc_disabled.phpt] 
>> TEST 32/59 [tests/apc_entry_001.phpt]
>> PASS APC: apcu_entry (recursion) [tests/apc_entry_001.phpt] 
>> TEST 33/59 

Bug#952257: xemacs21-packages: FTBFS: Malformed UTF-8 character (fatal) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.

2020-02-23 Thread Lucas Nussbaum
Source: xemacs21-packages
Version: 2009.02.17.dfsg.2-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>/xemacs-packages/edit-utils'
> xemacs21-mule -no-autoloads -vanilla -batch -eval '(setq stack-trace-on-error 
> t load-always-display-messages t load-ignore-out-of-date-elc-files t 
> load-show-full-path-in-messages t)' -eval '(setq load-path (list 
> (expand-file-name "mule" lisp-directory) lisp-directory))' -l 
> /<>/package-compile.el -- xemacs-base xemacs-devel fsf-compat 
> dired mail-lib --  -f batch-byte-compile auto-autoloads.el
> Loading /usr/lib/xemacs-21.4.24/lisp/auto-autoloads...
> Loading /<>/xemacs-packages/mail-lib/auto-autoloads...
> Loading /<>/xemacs-packages/dired/auto-autoloads...
> Loading /<>/xemacs-packages/fsf-compat/auto-autoloads...
> Loading /<>/xemacs-packages/xemacs-devel/auto-autoloads...
> Loading /<>/xemacs-packages/xemacs-base/auto-autoloads...
> Compiling /<>/xemacs-packages/edit-utils/auto-autoloads.el...
> While compiling toplevel forms in file 
> /<>/xemacs-packages/edit-utils/auto-autoloads.el:
>   ** reference to free variable bookmark-alist
> While compiling the end of the data:
>   ** the function bookmark-time-to-save-p is not known to be defined.
> Wrote /<>/xemacs-packages/edit-utils/auto-autoloads.elc
> Done
> xemacs21-mule -no-autoloads -vanilla -batch -eval '(setq stack-trace-on-error 
> t load-always-display-messages t load-ignore-out-of-date-elc-files t 
> load-show-full-path-in-messages t)' -eval '(setq load-path (list 
> (expand-file-name "mule" lisp-directory) lisp-directory))' -l 
> /<>/package-compile.el -- xemacs-base xemacs-devel fsf-compat 
> dired mail-lib --  -f batch-byte-compile custom-load.el
> Loading /usr/lib/xemacs-21.4.24/lisp/auto-autoloads...
> Loading /<>/xemacs-packages/mail-lib/auto-autoloads...
> Loading /<>/xemacs-packages/dired/auto-autoloads...
> Loading /<>/xemacs-packages/fsf-compat/auto-autoloads...
> Loading /<>/xemacs-packages/xemacs-devel/auto-autoloads...
> Loading /<>/xemacs-packages/xemacs-base/auto-autoloads...
> Compiling /<>/xemacs-packages/edit-utils/custom-load.el...
> Wrote /<>/xemacs-packages/edit-utils/custom-load.elc
> Done
> xemacs21-mule -no-autoloads -vanilla -batch -eval '(setq stack-trace-on-error 
> t load-always-display-messages t load-ignore-out-of-date-elc-files t 
> load-show-full-path-in-messages t)' -eval '(setq load-path (list 
> (expand-file-name "mule" lisp-directory) lisp-directory))' -l 
> /<>/package-compile.el -- xemacs-base xemacs-devel fsf-compat 
> dired mail-lib --  -f batch-byte-compile abbrevlist.el
> Loading /usr/lib/xemacs-21.4.24/lisp/auto-autoloads...
> Loading /<>/xemacs-packages/mail-lib/auto-autoloads...
> Loading /<>/xemacs-packages/dired/auto-autoloads...
> Loading /<>/xemacs-packages/fsf-compat/auto-autoloads...
> Loading /<>/xemacs-packages/xemacs-devel/auto-autoloads...
> Loading /<>/xemacs-packages/xemacs-base/auto-autoloads...
> Compiling /<>/xemacs-packages/edit-utils/abbrevlist.el...
> Wrote /<>/xemacs-packages/edit-utils/abbrevlist.elc
> Done
> xemacs21-mule -no-autoloads -vanilla -batch -eval '(setq stack-trace-on-error 
> t load-always-display-messages t load-ignore-out-of-date-elc-files t 
> load-show-full-path-in-messages t)' -eval '(setq load-path (list 
> (expand-file-name "mule" lisp-directory) lisp-directory))' -l 
> /<>/package-compile.el -- xemacs-base xemacs-devel fsf-compat 
> dired mail-lib --  -f batch-byte-compile after-save-commands.el
> Loading /usr/lib/xemacs-21.4.24/lisp/auto-autoloads...
> Loading /<>/xemacs-packages/mail-lib/auto-autoloads...
> Loading /<>/xemacs-packages/dired/auto-autoloads...
> Loading /<>/xemacs-packages/fsf-compat/auto-autoloads...
> Loading /<>/xemacs-packages/xemacs-devel/auto-autoloads...
> Loading /<>/xemacs-packages/xemacs-base/auto-autoloads...
> Compiling 
> /<>/xemacs-packages/edit-utils/after-save-commands.el...
> While compiling After-save--entry-lookup in file 
> /<>/xemacs-packages/edit-utils/after-save-commands.el:
>   ** reference to free variable After-save-alist
> While compiling After-save--install-ascmd:
>   ** reference to free variable file->cmd-entry
> Wrote /<>/xemacs-packages/edit-utils/after-save-commands.elc
> Done
> xemacs21-mule -no-autoloads -vanilla -batch -eval '(setq stack-trace-on-error 
> t load-always-display-messages t load-ignore-out-of-date-elc-files t 
> load-show-full-path-in-messages t)' -eval '(setq load-path (list 
> (expand-file-name "mule" lisp-directory) lisp-directory))' -l 
> /<>/package-compile.el -- xemacs-base xemacs-devel fsf-compat 
> dired mail-lib --  -f batch-byte-compile array.el
> Loading /usr/lib/xemacs-21.4.24/lisp/auto-autoloads...
> Loading /<>/xemacs-packages/mail-lib/auto-autoloads...
> Loading /<>/xemacs-packages/dired/auto-autoloads...
> Loading 

Bug#952258: mmm-mode: FTBFS: Malformed UTF-8 character (fatal) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.

2020-02-23 Thread Lucas Nussbaum
Source: mmm-mode
Version: 0.5.7-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> echo "@set UPDATED 23 Mar 2018" > version.texi
> echo "@set UPDATED-MONTH March 2018" >> version.texi
> echo "@set EDITION 0.5.6" >> version.texi
> echo "@set VERSION 0.5.6" >> version.texi
> makeinfo mmm.texinfo
> utf8 "\xF8" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 1448.
> Malformed UTF-8 character: \xf8\x72\x6c\x79\x6b (unexpected non-continuation 
> byte 0x72, immediately after start byte 0xf8; need 5 bytes, got 1) in pattern 
> match (m//) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.
> Malformed UTF-8 character (fatal) at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.
> make: *** [debian/rules:13: build] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/mmm-mode_0.5.7-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952251: sympy: FTBFS: make[2]: python: Command not found

2020-02-23 Thread Lucas Nussbaum
Source: sympy
Version: 1.5.1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/doc'
> rm -rf _build/logo
> mkdir -p _build/logo
> python ./generate_logos.py -d
> make[2]: python: Command not found
> make[2]: *** [Makefile:145: logo] Error 127

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/sympy_1.5.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952262: psgml: FTBFS: Malformed UTF-8 character (fatal) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.

2020-02-23 Thread Lucas Nussbaum
Source: psgml
Version: 1.4.0-7.1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> == making target explode [new prereqs: ]==
> test ! -d debian/cdtd && (cd debian && uudecode debian.uue \
>&& tar zfx debian.tar.gz && rm -f debian.tar.gz )
> make[1]: Leaving directory '/<>'
> ./configure --verbose --prefix=/usr --infodir=/usr/share/info \
>  --sysconfdir=/etc --build x86_64-linux-gnu  
> creating cache ./config.cache
> checking whether make sets ${MAKE}... yes
> checking for a BSD compatible install... /usr/bin/install -c
> checking for emacs... no
> checking for xemacs... no
> checking for makeinfo... /usr/bin/makeinfo
> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> touch stamp-conf
> == making target stamp-configure-indep [new prereqs: CONFIG-indep]==
> == making target CONFIG/psgml [new prereqs: stamp-configure-indep]==
> == making target configure-indep-stamp [new prereqs: 
> stamp-configure-indep psgml]==
> == making target configure-indep [new prereqs: 
> configure-indep-stamp]==
> == making target stamp-configure [new prereqs: configure-arch 
> configure-indep]==
> == making target BUILD-common [new prereqs: testdir stamp-configure]==
> == making target stamp-arch-build [new prereqs: BUILD-common]==
> == making target BUILD-arch [new prereqs: stamp-arch-build]==
> == making target stamp-build-arch [new prereqs: BUILD-arch]==
> == making target build-arch-stamp [new prereqs: stamp-build-arch]==
> == making target build-arch [new prereqs: build-arch-stamp]==
> == making target stamp-indep-build [new prereqs: BUILD-common]==
> == making target BUILD-indep [new prereqs: stamp-indep-build]==
> == making target stamp-build-indep [new prereqs: BUILD-indep]==
> == making target BUILD/psgml [new prereqs: stamp-build-indep]==
> == making target stamp-build-gnus [new prereqs: ]==
> bash -n debian/postinst
> bash -n debian/prerm
> bash -n debian/postrm
> bash -n debian/emacsen.remove
> bash -n debian/emacsen.install
> mkdir debian/html
> (cd debian/html; \
>  makeinfo --html --split=chapter -v -o . ../../psgml.texi)
> utf8 "\xE5" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 1575.
> Malformed UTF-8 character: \xe5\x22\x0a (unexpected non-continuation byte 
> 0x22, immediately after start byte 0xe5; need 3 bytes, got 1) in pattern 
> match (m//) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.
> Malformed UTF-8 character (fatal) at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.
> make: *** [debian/local.mk:59: stamp-build-gnus] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/psgml_1.4.0-7.1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952261: isso: FTBFS: /bin/sh: 1: git: not found

2020-02-23 Thread Lucas Nussbaum
Source: isso
Version: 0.12.2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> /bin/sh: 1: git: not found
> sphinx-build -b man docs/ -d debian/doctrees man/
> Running Sphinx v1.8.5
> making output directory...
> building [mo]: targets for 0 po files that are out of date
> building [man]: all manpages
> updating environment: 17 added, 0 changed, 0 removed
> reading sources... [  5%] contribute
> reading sources... [ 11%] docs/configuration/client
> reading sources... [ 17%] docs/configuration/server
> reading sources... [ 23%] docs/extras/advanced-integration
> reading sources... [ 29%] docs/extras/advanced-migration
> reading sources... [ 35%] docs/extras/api
> reading sources... [ 41%] docs/extras/deployment
> reading sources... [ 47%] docs/index
> reading sources... [ 52%] docs/install
> reading sources... [ 58%] docs/man/index
> reading sources... [ 64%] docs/quickstart
> reading sources... [ 70%] docs/setup/multiple-sites
> reading sources... [ 76%] docs/setup/sub-uri
> reading sources... [ 82%] docs/troubleshooting
> reading sources... [ 88%] faq
> reading sources... [ 94%] news
> reading sources... [100%] releasing
> 
> /<>/docs/docs/extras/advanced-migration.rst:12: WARNING: Error 
> in "code-block" directive:
> 1 argument(s) required, 0 supplied.
> 
> .. code-block::
> 
> A list of threads, each item being a dict with the following data:
> 
> - id: a text representing the unique thread id (note: by default isso
>   associates this ID to the article URL, but it can be changed on
>   client side with "data-isso-id" - see :doc:`client configuration 
> <../configuration/client>` )
> - title: the title of the thread
> - comments: the list of comments
> 
> Each item in that list of comments is a dict with the following data:
> 
> - id: an integer with the unique id of the comment inside the thread
>   (it can be repeated among different threads); this will be used to
>   order the comment inside the thread
> - author: the author's name
> - email: the author's email
> - website: the author's website
> - remote_addr: the author's IP
> - created: a timestamp, in the format "%Y-%m-%d %H:%M:%S"
> /<>/docs/docs/extras/advanced-migration.rst:35: WARNING: Error 
> in "code-block" directive:
> maximum 1 argument(s) allowed, 50 supplied.
> 
> .. code-block:: json
> [
> {
> "id": "/blog/article1",
> "title": "First article!"
> comments": [
> {
> "author": "James",
> "created": "2018-11-28 17:24:23",
> "email": "em...@mail.com",
> "id": "1",
> "remote_addr": "127.0.0.1",
> "text": "Great article!",
> "website": "http://fefzfzef.frzr;
> },
> {
> "author": "Harold",
> "created": "2018-11-28 17:58:03",
> "email": "ema...@mail.com",
> "id": "2",
> "remote_addr": "",
> "text": "I hated it...",
> "website": ""
> }
> ]
> }
> ]
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... /<>/docs/contribute.rst: WARNING: 
> document isn't included in any toctree
> /<>/docs/docs/configuration/client.rst: WARNING: document isn't 
> included in any toctree
> /<>/docs/docs/configuration/server.rst: WARNING: document isn't 
> included in any toctree
> /<>/docs/docs/extras/advanced-integration.rst: WARNING: document 
> isn't included in any toctree
> /<>/docs/docs/extras/advanced-migration.rst: WARNING: document 
> isn't included in any toctree
> /<>/docs/docs/extras/api.rst: WARNING: document isn't included 
> in any toctree
> /<>/docs/docs/extras/deployment.rst: WARNING: document isn't 
> included in any toctree
> /<>/docs/docs/man/index.rst: WARNING: document isn't included in 
> any toctree
> /<>/docs/docs/setup/multiple-sites.rst: WARNING: document isn't 
> included in any toctree
> /<>/docs/docs/setup/sub-uri.rst: WARNING: document isn't 
> included in any toctree
> /<>/docs/faq.rst: WARNING: document isn't included in any toctree
> /<>/docs/news.rst: WARNING: document isn't included in any 
> toctree
> /<>/docs/releasing.rst: WARNING: document isn't included in any 
> toctree
> done
> writing... isso.1 { docs/quickstart docs/troubleshooting } isso.conf.5 { } 
> build succeeded, 15 warnings.
> 
> The manual pages are in man.
> mkdir -p man/man1/ man/man5
> mv man/isso.1 man/man1/isso.1
> mv man/isso.conf.5 man/man5/isso.conf.5
> nodejs 

Bug#952250: ecb: FTBFS: mv: cannot stat 'html-help/index.html': No such file or directory

2020-02-23 Thread Lucas Nussbaum
Source: ecb
Version: 2.40+git20140216-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> Makefile:38: Makefile.conf not found. Using defaults for Linux!
> Makefile:39: Create Makefile.conf from Makefile.conf.template to override the 
> defaults.
> Byte-compiling ECB with LOADPATH= ...
> emacs -batch -no-site-file -l ecb-compile-script --eval '(ecb-byte-compile t)'
> Compiler-macro error for cl-typep: (error "Unknown type button-release-event")
> Compiler-macro error for cl-typep: (error "Unknown type button-press-event")
> ECB 2.40 uses CEDET 2.0 (contains semantic 2.2, eieio 1.4, speedbar 1.0).
> Compiler-macro error for cl-typep: (error "Unknown type button-release-event")
> Compiler-macro error for cl-typep: (error "Unknown type button-press-event")
> tree-buffer.el: Missing value for option `t' of slot `modeline-menu-creator' 
> in struct tree-buffer-spec!
> tree-buffer.el:   I'll take `:read-only' to be an option rather than a 
> default value.
> tree-buffer.el: Missing value for option `t' of slot `sticky-parent-p' in 
> struct tree-buffer-spec!
> tree-buffer.el:   I'll take `:read-only' to be an option rather than a 
> default value.
> tree-buffer.el: Missing value for option `t' of slot `sticky-indent-string' 
> in struct tree-buffer-spec!
> tree-buffer.el:   I'll take `:read-only' to be an option rather than a 
> default value.
> tree-buffer.el: Missing value for option `t' of slot `sticky-parent-fn' in 
> struct tree-buffer-spec!
> tree-buffer.el:   I'll take `:read-only' to be an option rather than a 
> default value.
> tree-buffer.el: Missing value for option `t' of slot 
> `reduce-tree-for-incr-search-fn' in struct tree-buffer-spec!
> tree-buffer.el:   I'll take `:read-only' to be an option rather than a 
> default value.
> ecb-navigate.el: Obsolete name arg "node" to constructor ecb-dlist-node
> ecb-navigate.el: Obsolete name arg "First item" to constructor 
> ecb-nav-history-item
> ecb-navigate.el: Obsolete name arg "First item" to constructor 
> ecb-nav-history-item
> All requirements for ECB 2.40 fulfilled - Enjoy it!
> ‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead.
> ‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead.
> ‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead.
> ‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead.
> 
> In toplevel form:
> ecb-analyse.el:362:4:Warning: ‘call-next-method’ is an obsolete function (as
> of 25.1); use ‘cl-call-next-method’ instead.
> ‘defmethod’ is an obsolete macro (as of 25.1); use ‘cl-defmethod’ instead.
> ‘defgeneric’ is an obsolete macro (as of 25.1); use ‘cl-defgeneric’ instead.
> ecb-analyse.el:370:4:Warning: ‘call-next-method’ is an obsolete function (as
> of 25.1); use ‘cl-call-next-method’ instead.
> 
> In toplevel form:
> ecb-face.el:131:1:Warning: defcustom for ‘ecb-tree-guide-line-face’ fails to
> specify type
> ecb-face.el:131:1:Warning: defcustom for ‘ecb-tree-guide-line-face’ fails to
> specify type
> 
> In ecb-display-buffer-xemacs:
> ecb-layout.el:2002:37:Warning: ‘display-buffer-function’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2051:23:Warning: ‘display-buffer-function’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2235:40:Warning: ‘display-buffer-function’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2115:44:Warning: ‘special-display-function’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2097:38:Warning: ‘special-display-buffer-names’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2097:38:Warning: ‘special-display-function’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2097:38:Warning: ‘special-display-buffer-names’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2097:38:Warning: ‘special-display-function’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2102:31:Warning: ‘special-display-regexps’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2102:31:Warning: ‘special-display-function’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> ecb-layout.el:2102:31:Warning: ‘special-display-function’ is an obsolete
> variable (as of 24.3); use ‘display-buffer-alist’ instead.
> 
> In ecb-check-for-special-buffer:
> ecb-layout.el:2899:36:Warning: ‘special-display-function’ is an obsolete
> variable (as of 24.3); use 

Bug#952259: navi2ch: FTBFS: Malformed UTF-8 character (fatal) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3387.

2020-02-23 Thread Lucas Nussbaum
Source: navi2ch
Version: 2.0.0~git20120331-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build
> dh: warning: Compatibility levels before 9 are deprecated (level 7 in use)
>dh_update_autotools_config
>debian/rules override_dh_auto_build
> make[1]: Entering directory '/<>'
> makeinfo doc/navi2ch.texi -o doc/navi2ch.info
> utf8 "\xA4" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 23.
> utf8 "\xA4" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 24.
> Malformed UTF-8 character (fatal) at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3387.
> make[1]: *** [debian/rules:16: override_dh_auto_build] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/navi2ch_2.0.0~git20120331-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952260: shellia: FTBFS: > e:nonexisting-command: not found

2020-02-23 Thread Lucas Nussbaum
Source: shellia
Version: 5.6
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> OK "./examples/test.hello_world" -s "bash"
> OK "./examples/test.hello_world" -s "dash"
> OK "./examples/test.hello_world" -s "busybox sh"
> OK "./examples/test.hello_world" -s "mksh"
> OK "./examples/test.hello_world" -s "posh"
> OK "./examples/test.hello_world_debug" -s "bash"
> OK "./examples/test.hello_world_debug" -s "dash"
> OK "./examples/test.hello_world_debug" -s "busybox sh"
> OK "./examples/test.hello_world_debug" -s "mksh"
> OK "./examples/test.hello_world_debug" -s "posh"
> OK "./examples/test.hello_world_error" -s "bash"
> OK "./examples/test.hello_world_error" -s "dash"
> OK "./examples/test.hello_world_error" -s "busybox sh"
> OK "./examples/test.hello_world_error" -s "mksh"
> OK "./examples/test.hello_world_error" -s "posh"
> OK "./examples/test.hello_world_fun" -s "bash"
> OK "./examples/test.hello_world_fun" -s "dash"
> OK "./examples/test.hello_world_fun" -s "busybox sh"
> OK "./examples/test.hello_world_fun" -s "mksh"
> OK "./examples/test.hello_world_fun" -s "posh"
> OK "./examples/test.hello_world_log" -s "bash"
> OK "./examples/test.hello_world_log" -s "dash"
> OK "./examples/test.hello_world_log" -s "busybox sh"
> OK "./examples/test.hello_world_log" -s "mksh"
> OK "./examples/test.hello_world_log" -s "posh"
> OK "./examples/test.hello_world_trace" -s "bash"
> OK "./examples/test.hello_world_trace" -s "dash"
> OK "./examples/test.hello_world_trace" -s "busybox sh"
> OK "./examples/test.hello_world_trace" -s "mksh"
> OK "./examples/test.hello_world_trace" -s "posh"
> OK "./tests/test.backslash" -s "bash"
> OK "./tests/test.backslash" -s "dash"
> OK "./tests/test.backslash" -s "busybox sh"
> OK "./tests/test.backslash" -s "mksh"
> OK "./tests/test.backslash" -s "posh"
> OK "./tests/test.backslash2" -s "bash"
> OK "./tests/test.backslash2" -s "dash"
> OK "./tests/test.backslash2" -s "busybox sh"
> OK "./tests/test.backslash2" -s "mksh"
> OK "./tests/test.backslash2" -s "posh"
> OK "./tests/test.block" -s "bash"
> OK "./tests/test.block" -s "dash"
> OK "./tests/test.block" -s "busybox sh"
> OK "./tests/test.block" -s "mksh"
> OK "./tests/test.block" -s "posh"
> OK "./tests/test.buffer" -s "bash"
> OK "./tests/test.buffer" -s "dash"
> OK "./tests/test.buffer" -s "busybox sh"
> OK "./tests/test.buffer" -s "mksh"
> OK "./tests/test.buffer" -s "posh"
> OK "./tests/test.col_regex" -s "bash"
> OK "./tests/test.col_regex" -s "dash"
> OK "./tests/test.col_regex" -s "busybox sh"
> OK "./tests/test.col_regex" -s "mksh"
> OK "./tests/test.col_regex" -s "posh"
> OK "./tests/test.debug" -s "bash"
> OK "./tests/test.debug" -s "dash"
> OK "./tests/test.debug" -s "busybox sh"
> OK "./tests/test.debug" -s "mksh"
> OK "./tests/test.debug" -s "posh"
> OK "./tests/test.debug_env" -s "bash"
> OK "./tests/test.debug_env" -s "dash"
> OK "./tests/test.debug_env" -s "busybox sh"
> OK "./tests/test.debug_env" -s "mksh"
> OK "./tests/test.debug_env" -s "posh"
> OK "./tests/test.debug_iptables" -s "bash"
> OK "./tests/test.debug_iptables" -s "dash"
> OK "./tests/test.debug_iptables" -s "busybox sh"
> OK "./tests/test.debug_iptables" -s "mksh"
> OK "./tests/test.debug_iptables" -s "posh"
> OK "./tests/test.exit" -s "bash"
> OK "./tests/test.exit" -s "dash"
> OK "./tests/test.exit" -s "busybox sh"
> OK "./tests/test.exit" -s "mksh"
> OK "./tests/test.exit" -s "posh"
> OK "./tests/test.func" -s "bash"
> OK "./tests/test.func" -s "dash"
> OK "./tests/test.func" -s "busybox sh"
> OK "./tests/test.func" -s "mksh"
> OK "./tests/test.func" -s "posh"
> OK "./tests/test.ia-C-error" -s "bash"
> OK "./tests/test.ia-C-error" -s "dash"
> OK "./tests/test.ia-C-error" -s "busybox sh"
> OK "./tests/test.ia-C-error" -s "mksh"
> OK "./tests/test.ia-C-error" -s "posh"
> OK "./tests/test.ia-C-expr" -s "bash"
> OK "./tests/test.ia-C-expr" -s "dash"
> OK "./tests/test.ia-C-expr" -s "busybox sh"
> OK "./tests/test.ia-C-expr" -s "mksh"
> OK "./tests/test.ia-C-expr" -s "posh"
> OK "./tests/test.ia-c--learn" -s "bash"
> OK "./tests/test.ia-c--learn" -s "dash"
> OK "./tests/test.ia-c--learn" -s "busybox sh"
> OK "./tests/test.ia-c--learn" -s "mksh"
> OK "./tests/test.ia-c--learn" -s "posh"
> OK "./tests/test.ia-c-C" -s "bash"
> OK "./tests/test.ia-c-C" -s "dash"
> OK "./tests/test.ia-c-C" -s "busybox sh"
> OK "./tests/test.ia-c-C" -s "mksh"
> OK "./tests/test.ia-c-C" -s "posh"
> OK "./tests/test.ia-c-error" -s "bash"
> OK "./tests/test.ia-c-error" -s "dash"
> OK "./tests/test.ia-c-error" -s "busybox sh"
> OK "./tests/test.ia-c-error" -s "mksh"
> OK "./tests/test.ia-c-error" -s "posh"
> OK "./tests/test.ia-c-expr" -s "bash"
> OK "./tests/test.ia-c-expr" -s "dash"
> OK "./tests/test.ia-c-expr" -s "busybox sh"
> OK "./tests/test.ia-c-expr" -s "mksh"
> OK 

Bug#952252: wpebackend-fdo: FTBFS: /bin/sh: 1: client-header: not found

2020-02-23 Thread Lucas Nussbaum
Source: wpebackend-fdo
Version: 1.4.0-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>/obj-x86_64-linux-gnu'
> [  6%] Generating bridge/wpe-bridge-protocol.c, 
> bridge/wpe-bridge-client-protocol.h, bridge/wpe-bridge-server-protocol.h
> < /<>/src/bridge/wpe-bridge.xml > 
> /<>/obj-x86_64-linux-gnu/bridge/wpe-bridge-protocol.c
> client-header < /<>/src/bridge/wpe-bridge.xml > 
> /<>/obj-x86_64-linux-gnu/bridge/wpe-bridge-client-protocol.h
> /bin/sh: 1: client-header: not found
> make[3]: *** [CMakeFiles/WPEBackend-fdo.dir/build.make:66: 
> bridge/wpe-bridge-protocol.c] Error 127

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/wpebackend-fdo_1.4.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952254: ocaml-qtest: FTBFS: make[1]: jbuilder: Command not found

2020-02-23 Thread Lucas Nussbaum
Source: ocaml-qtest
Version: 2.9-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules clean
> dh clean --with ocaml
>dh_auto_clean
>   make -j4 clean
> make[1]: Entering directory '/<>'
> jbuilder clean
> make[1]: jbuilder: Command not found
> make[1]: *** [Makefile:6: clean] Error 127

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/ocaml-qtest_2.9-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952253: oneliner-el: FTBFS: Malformed UTF-8 character (fatal) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3387.

2020-02-23 Thread Lucas Nussbaum
Source: oneliner-el
Version: 0.3.6-8
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/info'
> sed -e 's/@setfilename oneliner.info/@setfilename oneliner.jis.info/' \
> -e 's/@set us/@set jp/' oneliner.texi > tmp.texi
> mv tmp.texi oneliner.texi
> /bin/rm -f oneliner.jis.info*
> /usr/bin/touch oneliner.jis.info
> /usr/bin/makeinfo --no-split oneliner.texi
> utf8 "\xA4" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 775,  line 2.
> utf8 "\xA4" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 13.
> utf8 "\xC0" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 14.
> Malformed UTF-8 character (unexpected end of string) in substitution (s///) 
> at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1802,  line 14.
> Malformed UTF-8 character (unexpected end of string) in substitution (s///) 
> at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3495.
> Malformed UTF-8 character (unexpected end of string) in substr at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3966.
> utf8 "\xA4" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 15.
> Malformed UTF-8 character (fatal) at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3387.
> make[2]: *** [Makefile:53: info-ja] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/oneliner-el_0.3.6-8_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952256: cbmc: FTBFS: cp: cannot stat '../../../lib/java-models-library/target/core-models.jar': No such file or directory

2020-02-23 Thread Lucas Nussbaum
Source: cbmc
Version: 5.10-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[4]: Entering directory '/<>/jbmc/src/java_bytecode/library'
> if [ -d ../../../lib/java-models-library ]; then (cd 
> ../../../lib/java-models-library; mvn --offline -s 
> /etc/maven/settings-debian.xml package); cp 
> ../../../lib/java-models-library/target/core-models.jar .; fi
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -< 
> org.cprover.models:models >--
> [INFO] Building CProver JDK Models 1.0-SNAPSHOT
> [INFO] [ jar 
> ]-
> [WARNING] The POM for 
> org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.0 is missing, no 
> dependency information available
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  0.129 s
> [INFO] Finished at: 2020-02-23T02:47:55Z
> [INFO] 
> 
> [ERROR] Plugin org.apache.maven.plugins:maven-compiler-plugin:3.8.0 
> or one of its dependencies could not be resolved: Cannot access central 
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact 
> org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.0 has not been 
> downloaded from it before. -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven 
> with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full 
> debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible 
> solutions, please read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
> cp: cannot stat '../../../lib/java-models-library/target/core-models.jar': No 
> such file or directory
> make[4]: *** [Makefile:29: library] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/cbmc_5.10-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952255: vm: FTBFS: Malformed UTF-8 character (fatal) at /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.

2020-02-23 Thread Lucas Nussbaum
Source: vm
Version: 8.2.0b-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/info'
> echo @set VERSION 8.2.0b > version.texinfo
> makeinfo  vm.texinfo -o vm.info
> utf8 "\xFC" does not map to Unicode at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 1796,  line 6170.
> Malformed UTF-8 character: \xfc\x6c\x6c\x65\x72\x0a (unexpected 
> non-continuation byte 0x6c, immediately after start byte 0xfc; need 6 bytes, 
> got 1) in pattern match (m//) at /usr/share/texinfo/Texinfo/ParserNonXS.pm 
> line 3364.
> Malformed UTF-8 character (fatal) at 
> /usr/share/texinfo/Texinfo/ParserNonXS.pm line 3364.
> make[2]: *** [: vm.info] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/vm_8.2.0b-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952247: gl2ps: FTBFS: ! LaTeX Error: File `letltxmacro.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: gl2ps
Version: 1.4.0+dfsg1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> pdflatex gl2ps.tex; pdflatex gl2ps.tex; 
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./gl2ps.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> 
> ! LaTeX Error: File `letltxmacro.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.132 \RequirePackage{letltxmacro}[2008/06/13]
>   ^^M
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on gl2ps.log.
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./gl2ps.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> 
> ! LaTeX Error: File `letltxmacro.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.132 \RequirePackage{letltxmacro}[2008/06/13]
>   ^^M
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on gl2ps.log.
> make[1]: *** [debian/rules:19: override_dh_auto_build-indep] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/gl2ps_1.4.0+dfsg1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952249: python-pysaml2: FTBFS: make[1]: pyversions: Command not found

2020-02-23 Thread Lucas Nussbaum
Source: python-pysaml2
Version: 4.5.0-7
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> make[1]: pyversions: Command not found
> py3versions: no X-Python3-Version in control file, using supported versions
> set -e ; for pyvers in 3.8 3.7 ; do \
>   PYTHONPATH=/<>/src:. python$pyvers -m pytest tests ; \
> done
> = test session starts 
> ==
> platform linux -- Python 3.8.2rc2, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
> rootdir: /<>
> plugins: betamax-0.8.1
> collected 570 items
> 
> tests/test_00_xmldsig.py ..  [  
> 8%]
> tests/test_01_xmlenc.py ..   [  
> 9%]
> tests/test_02_saml.py .. [ 
> 17%]
> .[ 
> 22%]
> tests/test_03_saml2.py ...   [ 
> 27%]
> tests/test_04_samlp.py   [ 
> 31%]
> tests/test_05_md.py  [ 
> 40%]
> ..   [ 
> 41%]
> tests/test_06_setarg.py  [ 
> 42%]
> tests/test_10_time_util.py . [ 
> 45%]
> tests/test_12_s_utils.py .   [ 
> 51%]
> tests/test_13_validate.py ...[ 
> 52%]
> tests/test_19_attribute_converter.py ... [ 
> 56%]
> tests/test_20_assertion.py . [ 
> 62%]
> tests/test_22_mdie.py .  [ 
> 62%]
> tests/test_30_mdstore.py .F..F.. [ 
> 65%]
> tests/test_31_config.py ...F...  [ 
> 68%]
> tests/test_32_cache.py . [ 
> 69%]
> tests/test_33_identifier.py ...  [ 
> 70%]
> tests/test_34_population.py  [ 
> 71%]
> tests/test_36_mdbcache.py .. [ 
> 72%]
> tests/test_37_entity_categories.py ..[ 
> 73%]
> tests/test_38_metadata_filter.py ..  [ 
> 74%]
> tests/test_39_metadata.py .  [ 
> 74%]
> tests/test_40_sigver.py .[ 
> 77%]
> tests/test_41_response.py ...[ 
> 77%]
> tests/test_42_enc.py ... [ 
> 78%]
> tests/test_43_soap.py .  [ 
> 79%]
> tests/test_44_authnresp.py . [ 
> 80%]
> tests/test_50_server.py  [ 
> 85%]
> tests/test_51_client.py ..   [ 
> 91%]
> tests/test_52_default_sign_alg.py ...[ 
> 92%]
> tests/test_60_sp.py ..   [ 
> 92%]
> tests/test_62_vo.py  [ 
> 93%]
> tests/test_63_ecp.py .   [ 
> 94%]
> tests/test_64_artifact.py ...[ 
> 94%]
> tests/test_65_authn_query.py ..  [ 
> 94%]
> tests/test_66_name_id_mapping.py ..  [ 
> 95%]
> tests/test_67_manage_name_id.py ..   [ 
> 95%]
> tests/test_68_assertion_id.py .  [ 
> 95%]
> tests/test_69_discovery.py . [ 
> 96%]
> tests/test_70_redirect_signing.py .  [ 
> 96%]
> tests/test_72_eptid.py ..[ 
> 97%]
> tests/test_75_mongodb.py ..  [ 
> 97%]
> tests/test_76_metadata_in_mdb.py .   [ 
> 97%]
> tests/test_77_authn_context.py ..[ 
> 98%]
> tests/test_81_certificates.py    [ 
> 99%]
> tests/test_88_nsprefix.py .. [ 
> 99%]
> tests/test_xsw.py .  
> [100%]
> 
> === FAILURES 
> 

Bug#952236: psicode: FTBFS: ! LaTeX Error: File `letltxmacro.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: psicode
Version: 3.4.0-6
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/doc/userman'
> echo /<>/doc/userman
> /<>/doc/userman
> TEXINPUTS=:/<>/doc/userman:/<>/doc/userman/..:..:;  
> export TEXINPUTS; \
> BIBINPUTS=:/<>/doc/userman:/<>/doc/userman/..:..:;  
> export BIBINPUTS; \
> latex userman.tex; bibtex userman; latex userman.tex; latex userman.tex
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=latex)
>  restricted \write18 enabled.
> entering extended mode
> (./userman.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (./html.sty
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> 
> ! LaTeX Error: File `letltxmacro.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.132 \RequirePackage{letltxmacro}[2008/06/13]
>   ^^M
> No pages of output.
> Transcript written on userman.log.
> I couldn't open file name `userman.aux'
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=latex)
>  restricted \write18 enabled.
> entering extended mode
> (./userman.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (./html.sty
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> 
> ! LaTeX Error: File `letltxmacro.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.132 \RequirePackage{letltxmacro}[2008/06/13]
>   ^^M
> No pages of output.
> Transcript written on userman.log.
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=latex)
>  restricted \write18 enabled.
> entering extended mode
> (./userman.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)) (./html.sty
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> 
> ! LaTeX Error: File `letltxmacro.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.132 \RequirePackage{letltxmacro}[2008/06/13]
>   

Bug#952240: clevis: FTBFS: dh_install: error: missing files, aborting

2020-02-23 Thread Lucas Nussbaum
Source: clevis
Version: 11-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary
>dh_testroot
>dh_prep
>dh_auto_install
>   cd obj-x86_64-linux-gnu && DESTDIR=/<>/debian/tmp 
> LC_ALL=C.UTF-8 ninja install
> [0/1] Installing files.
> Installing src/luks/udisks2/clevis-luks-udisks2 to 
> /<>/debian/tmp/usr/lib/x86_64-linux-gnu
> Installing src/pins/sss/clevis-decrypt-sss to 
> /<>/debian/tmp/usr/bin
> Installing src/pins/sss/clevis-encrypt-sss to 
> /<>/debian/tmp/usr/bin
> Installing clevis-luks-unbind.1 to 
> /<>/debian/tmp/usr/share/man/man1
> Installing clevis-luks-unlock.1 to 
> /<>/debian/tmp/usr/share/man/man1
> Installing clevis-luks-bind.1 to 
> /<>/debian/tmp/usr/share/man/man1
> Installing clevis-luks-unlockers.7 to 
> /<>/debian/tmp/usr/share/man/man7
> Installing clevis-encrypt-sss.1 to 
> /<>/debian/tmp/usr/share/man/man1
> Installing clevis-encrypt-tang.1 to 
> /<>/debian/tmp/usr/share/man/man1
> Installing clevis-decrypt.1 to /<>/debian/tmp/usr/share/man/man1
> Installing clevis.1 to /<>/debian/tmp/usr/share/man/man1
> Installing 
> /<>/obj-x86_64-linux-gnu/src/luks/systemd/dracut/module-setup.sh 
> to /<>/debian/tmp/usr/lib/dracut/modules.d/60clevis
> Installing 
> /<>/obj-x86_64-linux-gnu/src/luks/systemd/dracut/clevis-hook.sh 
> to /<>/debian/tmp/usr/lib/dracut/modules.d/60clevis
> Installing 
> /<>/obj-x86_64-linux-gnu/src/luks/systemd/clevis-luks-askpass.service
>  to /<>/debian/tmp/lib/systemd/system
> Installing /<>/src/luks/systemd/clevis-luks-askpass.path to 
> /<>/debian/tmp/lib/systemd/system
> Installing /<>/src/luks/systemd/clevis-luks-askpass to 
> /<>/debian/tmp/usr/lib/x86_64-linux-gnu
> Installing 
> /<>/obj-x86_64-linux-gnu/src/luks/udisks2/clevis-luks-udisks2.desktop
>  to /<>/debian/tmp/etc/xdg/autostart
> Installing /<>/src/luks/clevis-luks-unbind to 
> /<>/debian/tmp/usr/bin
> Installing /<>/src/luks/clevis-luks-unlock to 
> /<>/debian/tmp/usr/bin
> Installing /<>/src/luks/clevis-luks-bind to 
> /<>/debian/tmp/usr/bin
> Installing /<>/src/pins/tang/clevis-decrypt-tang to 
> /<>/debian/tmp/usr/bin
> Installing /<>/src/pins/tang/clevis-encrypt-tang to 
> /<>/debian/tmp/usr/bin
> Installing /<>/src/clevis-decrypt to 
> /<>/debian/tmp/usr/bin
> Installing /<>/src/clevis to /<>/debian/tmp/usr/bin
>dh_install
> dh_install: warning: Cannot find (any matches for) 
> "usr/bin/clevis-decrypt-tpm2" (tried in ., debian/tmp)
> 
> dh_install: warning: clevis-tpm2 missing files: usr/bin/clevis-decrypt-tpm2
> dh_install: warning: Cannot find (any matches for) 
> "usr/bin/clevis-encrypt-tpm2" (tried in ., debian/tmp)
> 
> dh_install: warning: clevis-tpm2 missing files: usr/bin/clevis-encrypt-tpm2
> dh_install: error: missing files, aborting
> make: *** [debian/rules:8: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/clevis_11-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952246: libtomcrypt: FTBFS: ! LaTeX Error: File `letltxmacro.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: libtomcrypt
Version: 1.18.2-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>/doc'
> rm -f crypt.pdf *.dvi *.log *.aux *.toc *.idx *.ilg *.ind *.out *.lof
> cp crypt.tex crypt.bak
> touch -r crypt.tex crypt.bak
> (printf "%s" "\def\fixedpdfdate{"; date +'D:%Y%m%d%H%M%S%:z' -d @$(stat 
> --format=%Y crypt.tex) | sed "s/:\([0-9][0-9]\)$/'\1'}/g") > 
> crypt-deterministic.tex
> printf "%s\n" "\pdfinfo{" >> crypt-deterministic.tex
> printf "%s\n" "  /CreationDate (\fixedpdfdate)" >> crypt-deterministic.tex
> printf "%s\n}\n" "  /ModDate (\fixedpdfdate)" >> crypt-deterministic.tex
> cat crypt.tex >> crypt-deterministic.tex
> mv crypt-deterministic.tex crypt.tex
> touch -r crypt.bak crypt.tex
> echo "hello" > crypt.ind
> latex crypt 
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=latex)
>  restricted \write18 enabled.
> entering extended mode
> (./crypt.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> pdfTeX warning (\pdfinfo): not allowed in DVI mode (\pdfoutput <= 0); 
> ignoring 
> it
> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
> Document Class: book 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> 
> ! LaTeX Error: File `letltxmacro.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.132 \RequirePackage{letltxmacro}[2008/06/13]
>   ^^M
> No pages of output.
> Transcript written on crypt.log.
> make[3]: *** [makefile:40: docs] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/libtomcrypt_1.18.2-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952244: qtcurve: FTBFS: dh_install: error: missing files, aborting

2020-02-23 Thread Lucas Nussbaum
Source: qtcurve
Version: 1.9-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary --with=kf5
>dh_testroot
>dh_prep
>dh_auto_install --buildsystem=kf5
>dh_install
> dh_install: warning: Cannot find (any matches for) "usr/lib/*/gtk-2.0/*" 
> (tried in ., debian/tmp)
> 
> dh_install: warning: gtk2-engines-qtcurve missing files: usr/lib/*/gtk-2.0/*
> dh_install: warning: Cannot find (any matches for) 
> "usr/lib/*/libqtcurve-cairo.so.*" (tried in ., debian/tmp)
> 
> dh_install: warning: gtk2-engines-qtcurve missing files: 
> usr/lib/*/libqtcurve-cairo.so.*
> dh_install: warning: Cannot find (any matches for) 
> "usr/share/themes/QtCurve/gtk-2.0/*" (tried in ., debian/tmp)
> 
> dh_install: warning: gtk2-engines-qtcurve missing files: 
> usr/share/themes/QtCurve/gtk-2.0/*
> dh_install: warning: Cannot find (any matches for) 
> "usr/share/themes/QtCurve/mozilla/*" (tried in ., debian/tmp)
> 
> dh_install: warning: gtk2-engines-qtcurve missing files: 
> usr/share/themes/QtCurve/mozilla/*
> dh_install: warning: Cannot find (any matches for) "usr/lib/*/qt5/*" (tried 
> in ., debian/tmp)
> 
> dh_install: warning: kde-style-qtcurve-qt5 missing files: usr/lib/*/qt5/*
> dh_install: warning: Cannot find (any matches for) "usr/share/kstyle/*" 
> (tried in ., debian/tmp)
> 
> dh_install: warning: kde-style-qtcurve-qt5 missing files: usr/share/kstyle/*
> dh_install: warning: Cannot find (any matches for) "usr/share/locale/*" 
> (tried in ., debian/tmp)
> 
> dh_install: warning: qtcurve-l10n missing files: usr/share/locale/*
> dh_install: warning: Cannot find (any matches for) 
> "usr/lib/*/libqtcurve-utils.so.*" (tried in ., debian/tmp)
> 
> dh_install: warning: libqtcurve-utils2 missing files: 
> usr/lib/*/libqtcurve-utils.so.*
> dh_install: error: missing files, aborting
> make: *** [debian/rules:16: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/qtcurve_1.9-4_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952237: courier-unicode: FTBFS: dpkg-gensymbols: error: some new symbols appeared in the symbols file: see diff output below

2020-02-23 Thread Lucas Nussbaum
Source: courier-unicode
Version: 2.1-3
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_install --fail-missing -X.la
> dh_install: warning: Please use dh_missing --list-missing/--fail-missing 
> instead
> dh_install: warning: This feature will be removed in compat 12.
> make[1]: Leaving directory '/<>'
>dh_installdocs
>dh_installchangelogs
>dh_installman
>dh_perl
>dh_link
>dh_strip_nondeterminism
>dh_compress
>dh_fixperms
>dh_missing
>dh_strip
>dh_makeshlibs
> dpkg-gensymbols: error: some new symbols appeared in the symbols file: see 
> diff output below
> dpkg-gensymbols: warning: debian/libcourier-unicode4/DEBIAN/symbols doesn't 
> match completely debian/libcourier-unicode4.symbols
> --- debian/libcourier-unicode4.symbols (libcourier-unicode4_2.1-3_amd64)
> +++ dpkg-gensymbolsgKIzy_ 2020-02-23 02:48:23.357348150 +
> @@ -1,10 +1,11 @@
>  libcourier-unicode.so.4 libcourier-unicode4 #MINVER#
>   
> (optional=templinst)_ZN7unicode8iconvert14convert_tocaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_RbPFDiDiESB_@Base
>  2.1
> + 
> _ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_@Base
>  2.1-3
>   
> (optional=templinst|subst)_ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEE10_M_replaceE{size_t}{size_t}PKDi{size_t}@Base
>  2.1
>   
> (optional=templinst)_ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEE12_M_constructIPDiEEvT_S7_St20forward_iterator_tag@Base
>  2.1
>   
> (optional=templinst|subst)_ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEE9_M_createER{size_t}{size_t}@Base
>  2.1
>   
> (optional=templinst|subst)_ZNSt7__cxx1112basic_stringIDiSt11char_traitsIDiESaIDiEE9_M_mutateE{size_t}{size_t}PKDi{size_t}@Base
>  2.1
> - 
> (optional=templinst)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base
>  2.1
> +#MISSING: 2.1-3# 
> (optional=templinst)_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base
>  2.1
>   (c++)"typeinfo for unicode::iconvert@Base" 2.1
>   (c++)"typeinfo name for unicode::iconvert@Base" 2.1
>   (c++)"unicode::iconvert::convert(std::__cxx11::basic_string std::char_traits, std::allocator > const&, 
> std::__cxx11::basic_string, std::allocator 
> > const&, std::__cxx11::basic_string, 
> std::allocator > const&, bool&)@Base" 2.1
> dh_makeshlibs: error: failing due to earlier errors
> make: *** [debian/rules:32: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/courier-unicode_2.1-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952234: liblog4ada: FTBFS: ! LaTeX Error: File `letltxmacro.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: liblog4ada
Version: 1.3-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/doc'
> pdflatex -draftmode log4Ada.tex
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./log4Ada.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)))
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> 
> ! LaTeX Error: File `letltxmacro.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.132 \RequirePackage{letltxmacro}[2008/06/13]
>   ^^M
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on log4Ada.log.
> make[2]: *** [GNUmakefile:4: log4Ada.aux] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/liblog4ada_1.3-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952248: libbpp-popgen: FTBFS: dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below

2020-02-23 Thread Lucas Nussbaum
Source: libbpp-popgen
Version: 2.4.1-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_install
> d-shlibmove --commit \
>   --multiarch \
>   --devunversioned \
>   --exclude-la \
> --movedev debian/tmp/usr/include/* usr/include \
> --movedev debian/tmp/usr/lib/*/cmake 
> usr/lib/x86_64-linux-gnu \
> debian/tmp/usr/lib/*/*.so
> Library package automatic movement utility
>  --> libbpp-core-dev package exists.
>  --> libbpp-seq-dev package exists.
> set -e
> install -d -m 755 debian/libbpp-popgen-dev/usr/lib/x86_64-linux-gnu
> install -d -m 755 debian/libbpp-popgen8/usr/lib/x86_64-linux-gnu
> mv debian/tmp/usr/lib/x86_64-linux-gnu/libbpp-popgen.a 
> debian/libbpp-popgen-dev/usr/lib/x86_64-linux-gnu
> mv debian/tmp/usr/lib/x86_64-linux-gnu/libbpp-popgen.so 
> debian/libbpp-popgen-dev/usr/lib/x86_64-linux-gnu
> mv /<>/debian/tmp/usr/lib/x86_64-linux-gnu/libbpp-popgen.so.8 
> debian/libbpp-popgen8/usr/lib/x86_64-linux-gnu
> mv 
> /<>/debian/tmp/usr/lib/x86_64-linux-gnu/libbpp-popgen.so.8.0.0 
> debian/libbpp-popgen8/usr/lib/x86_64-linux-gnu
> PKGDEV=libbpp-popgen-dev
> PKGSHL=libbpp-popgen8
> install -d -m 755 debian/libbpp-popgen-dev/usr/include
> mv debian/tmp/usr/include/Bpp debian/libbpp-popgen-dev/usr/include
> install -d -m 755 debian/libbpp-popgen-dev/usr/lib/x86_64-linux-gnu
> mv debian/tmp/usr/lib/x86_64-linux-gnu/cmake 
> debian/libbpp-popgen-dev/usr/lib/x86_64-linux-gnu
> make[1]: Leaving directory '/<>'
>dh_installdocs
>dh_installchangelogs
>dh_perl
>dh_link
>dh_strip_nondeterminism
>dh_compress
>dh_fixperms
>dh_missing
>dh_dwz
>dh_strip
>dh_makeshlibs
> dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libbpp-popgen8/DEBIAN/symbols doesn't match 
> completely debian/libbpp-popgen8.symbols.amd64
> --- debian/libbpp-popgen8.symbols.amd64 (libbpp-popgen8_2.4.1-2_amd64)
> +++ dpkg-gensymbolstUa40O 2020-02-23 02:45:26.493958486 +
> @@ -910,8 +910,8 @@
>   
> _ZNSt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev@Base
>  2.4.1
>   
> _ZNSt6vectorIN3bpp19GeneMapperCsvExport6AlleleESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base
>  2.4.1
>   
> _ZNSt6vectorIN3bpp9LocusInfoESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base
>  2.4.1
> - _ZNSt6vectorIN3bpp9LocusInfoESaIS1_EED1Ev@Base 2.4.1
> - _ZNSt6vectorIN3bpp9LocusInfoESaIS1_EED2Ev@Base 2.4.1
> +#MISSING: 2.4.1-2# _ZNSt6vectorIN3bpp9LocusInfoESaIS1_EED1Ev@Base 2.4.1
> +#MISSING: 2.4.1-2# _ZNSt6vectorIN3bpp9LocusInfoESaIS1_EED2Ev@Base 2.4.1
>   
> _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_@Base
>  2.4.1
>   
> _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_default_appendEm@Base
>  2.4.1
>   
> _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base
>  2.4.1
> dh_makeshlibs: error: failing due to earlier errors
> make: *** [debian/rules:8: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/libbpp-popgen_2.4.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952233: frobby: FTBFS: ! LaTeX Error: File `listofitems.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: frobby
Version: 0.9.0-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>/bin/develDoc/latexPdf'
> rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl 
> refman.pdf
> pdflatex refman
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./refman.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
> Document Class: book 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
> (/usr/share/texlive/texmf-dist/tex/latex/tools/array-2016-10-06.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty
> 
> Package fixltx2e Warning: fixltx2e is not required with releases after 2015
> (fixltx2e)All fixes are now in the LaTeX kernel.
> (fixltx2e)See the latexrelease package for details.
> 
> ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty
> (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)
> (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty))
> (./longtable_doxygen.sty) (./tabu_doxygen.sty
> (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hanging/hanging.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty
> (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
> (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
> (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex)))
> (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
> (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def))
> (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/stackengine/stackengine.sty
> (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
> 
> ! LaTeX Error: File `listofitems.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.83 \usepackage
> {calc}^^M
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on refman.log.
> make[3]: *** [Makefile:8: refman.pdf] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/frobby_0.9.0-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952243: jmodeltest: FTBFS: ! LaTeX Error: File `letltxmacro.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: jmodeltest
Version: 2.1.10+dfsg-7
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_build
>   ant -Duser.name debian
> Buildfile: /<>/build.xml
> 
> compile:
> [mkdir] Created dir: /<>/build/classes
> [javac] Compiling 75 source files to /<>/build/classes
> [javac] warning: [path] bad path element "/usr/share/java/xalan.jar": no 
> such file or directory
> [javac] warning: [path] bad path element 
> "/usr/share/java/AbsoluteLayout.jar": no such file or directory
> [javac] warning: [options] bootstrap class path not set in conjunction 
> with -source 6
> [javac] warning: [options] source value 6 is obsolete and will be removed 
> in a future release
> [javac] warning: [options] target value 1.6 is obsolete and will be 
> removed in a future release
> [javac] warning: [options] To suppress warnings about obsolete options, 
> use -Xlint:-options.
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/Distributor.java:23:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhymlMPJ.java:24:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhymlMPJ.java:25:
>  warning: [deprecation] Observer in java.util has been deprecated
> [javac] import java.util.Observer;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhyml.java:28:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhyml.java:29:
>  warning: [deprecation] Observer in java.util has been deprecated
> [javac] import java.util.Observer;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/MultipleDistributor.java:24:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhymlHybrid.java:24:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhymlHybrid.java:25:
>  warning: [deprecation] Observer in java.util has been deprecated
> [javac] import java.util.Observer;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/PhymlParallelModel.java:23:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/PhymlParallelModel.java:24:
>  warning: [deprecation] Observer in java.util has been deprecated
> [javac] import java.util.Observer;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/PhymlSingleModel.java:24:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhymlClustering.java:22:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhymlClustering.java:23:
>  warning: [deprecation] Observer in java.util has been deprecated
> [javac] import java.util.Observer;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhymlThread.java:23:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/exe/RunPhymlThread.java:24:
>  warning: [deprecation] Observer in java.util has been deprecated
> [javac] import java.util.Observer;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/gui/Frame_Progress.java:35:
>  warning: [deprecation] Observable in java.util has been deprecated
> [javac] import java.util.Observable;
> [javac] ^
> [javac] 
> /<>/src/main/java/es/uvigo/darwin/jmodeltest/gui/Frame_Progress.java:36:
>  warning: [deprecation] Observer in java.util 

Bug#952227: golang-gopkg-gcfg.v1: FTBFS: dh_auto_test: error: cd _build && go test -vet=off -v -p 4 gopkg.in/gcfg.v1 gopkg.in/gcfg.v1/scanner gopkg.in/gcfg.v1/token gopkg.in/gcfg.v1/types returned exi

2020-02-23 Thread Lucas Nussbaum
Source: golang-gopkg-gcfg.v1
Version: 1.2.3-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cp -rv testdata _build/src/gopkg.in/gcfg.v1/
> 'testdata/gcfg_test.gcfg' -> 
> '_build/src/gopkg.in/gcfg.v1/testdata/gcfg_test.gcfg'
> 'testdata/gcfg_unicode_test.gcfg' -> 
> '_build/src/gopkg.in/gcfg.v1/testdata/gcfg_unicode_test.gcfg'
> 'testdata/issue12.gcfg' -> '_build/src/gopkg.in/gcfg.v1/testdata/issue12.gcfg'
> 'testdata/notepad.ini' -> '_build/src/gopkg.in/gcfg.v1/testdata/notepad.ini'
> dh_auto_test
>   cd _build && go test -vet=off -v -p 4 gopkg.in/gcfg.v1 
> gopkg.in/gcfg.v1/scanner gopkg.in/gcfg.v1/token gopkg.in/gcfg.v1/types
> === RUN   TestGoogleCodeIssue1
> --- PASS: TestGoogleCodeIssue1 (0.00s)
> issues_test.go:46: 0 pass: failed to parse "X" as int: expected integer 
> at section "section", variable "int"
> issues_test.go:46: 1 pass: failed to parse "" as int: EOF at section 
> "section", variable "int"
> issues_test.go:46: 2 pass: failed to parse "1A" as int: extra characters 
> "A" at section "section", variable "int"
> issues_test.go:46: 3 pass: failed to parse "X" as big.Int: number has no 
> digits at section "section", variable "bigint"
> issues_test.go:46: 4 pass: failed to parse "" as big.Int: unexpected EOF 
> at section "section", variable "bigint"
> issues_test.go:46: 5 pass: failed to parse "1A" as big.Int: extra 
> characters "A" at section "section", variable "bigint"
> === RUN   TestGoogleCodeIssue2
> --- PASS: TestGoogleCodeIssue2 (0.00s)
> read_test.go:308: issue2:0 pass: got value 
> {Main:struct { Foo string }{Foo:"bar"}}
> read_test.go:308: issue2:1 pass: got value 
> {Main:struct { Foo string }{Foo:"bar"}}
> === RUN   TestIssue11
> --- PASS: TestIssue11 (0.00s)
> issues_test.go:91: 0 pass: failed to parse bool `x` at section "Sect", 
> variable "Var"
> issues_test.go:91: 1 pass: failed to parse bool `x` at section "Sect", 
> variable "Var"
> === RUN   TestIssue12
> --- PASS: TestIssue12 (0.00s)
> === RUN   TestReadStringInto
> --- PASS: TestReadStringInto (0.00s)
> read_test.go:308: scanning:0 pass: got value 
> {Section:gcfg.cBasicS1{Name:"value", Int:0, 
> PName:(*string)(nil)}, Hyphen_In_Section:gcfg.cBasicS2{Hyphen_In_Name:""}, 
> unexported:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Exported:gcfg.cBasicS3{unexported:""}, TagName:gcfg.cBasicS1{Name:"", Int:0, 
> PName:(*string)(nil)}}
> read_test.go:308: scanning:1 pass: got value 
> {Section:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Hyphen_In_Section:gcfg.cBasicS2{Hyphen_In_Name:"value"}, 
> unexported:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Exported:gcfg.cBasicS3{unexported:""}, TagName:gcfg.cBasicS1{Name:"", Int:0, 
> PName:(*string)(nil)}}
> read_test.go:308: scanning:2 pass: got value 
> {Section:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Hyphen_In_Section:gcfg.cBasicS2{Hyphen_In_Name:""}, 
> unexported:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Exported:gcfg.cBasicS3{unexported:""}, TagName:gcfg.cBasicS1{Name:"", Int:0, 
> PName:(*string)(nil)}}
> read_test.go:308: scanning:3 pass: got value 
> {Section:gcfg.cBasicS1{Name:" ", Int:0, PName:(*string)(nil)}, 
> Hyphen_In_Section:gcfg.cBasicS2{Hyphen_In_Name:""}, 
> unexported:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Exported:gcfg.cBasicS3{unexported:""}, TagName:gcfg.cBasicS1{Name:"", Int:0, 
> PName:(*string)(nil)}}
> read_test.go:308: scanning:4 pass: got value 
> {Section:gcfg.cBasicS1{Name:"value", Int:0, 
> PName:(*string)(nil)}, Hyphen_In_Section:gcfg.cBasicS2{Hyphen_In_Name:""}, 
> unexported:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Exported:gcfg.cBasicS3{unexported:""}, TagName:gcfg.cBasicS1{Name:"", Int:0, 
> PName:(*string)(nil)}}
> read_test.go:308: scanning:5 pass: got value 
> {Section:gcfg.cBasicS1{Name:" value ", Int:0, 
> PName:(*string)(nil)}, Hyphen_In_Section:gcfg.cBasicS2{Hyphen_In_Name:""}, 
> unexported:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Exported:gcfg.cBasicS3{unexported:""}, TagName:gcfg.cBasicS1{Name:"", Int:0, 
> PName:(*string)(nil)}}
> read_test.go:308: scanning:6 pass: got value 
> {Section:gcfg.cBasicS1{Name:"va ; lue", Int:0, 
> PName:(*string)(nil)}, Hyphen_In_Section:gcfg.cBasicS2{Hyphen_In_Name:""}, 
> unexported:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> Exported:gcfg.cBasicS3{unexported:""}, TagName:gcfg.cBasicS1{Name:"", Int:0, 
> PName:(*string)(nil)}}
> read_test.go:308: scanning:7 pass: got value 
> {Section:gcfg.cBasicS1{Name:"val ue", Int:0, 
> PName:(*string)(nil)}, Hyphen_In_Section:gcfg.cBasicS2{Hyphen_In_Name:""}, 
> unexported:gcfg.cBasicS1{Name:"", Int:0, PName:(*string)(nil)}, 
> 

Bug#952228: rust-core-arch: FTBFS: dh_auto_test: error: /usr/share/cargo/bin/cargo build returned exit code 101

2020-02-23 Thread Lucas Nussbaum
Source: rust-core-arch
Version: 0.1.5-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> export RUSTC_BOOTSTRAP=1; \
> dh_auto_test
> debian cargo wrapper: options, profiles, parallel: ['parallel=4'] [] ['-j4']
> debian cargo wrapper: rust_type, gnu_type: x86_64-unknown-linux-gnu, 
> x86_64-linux-gnu
> debian cargo wrapper: running subprocess (['env', 'RUST_BACKTRACE=1', 
> '/usr/bin/cargo', '-Zavoid-dev-deps', 'build', '--verbose', '--verbose', 
> '-j4', '--target', 'x86_64-unknown-linux-gnu'],) {}
>Compiling core_arch v0.1.5 (/<>)
>  Running `CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/stdsimd' 
> LD_LIBRARY_PATH='/<>/target/debug/deps:/usr/lib' 
> CARGO_PKG_DESCRIPTION='`core::arch` - Rust'\''s core library 
> architecture-specific intrinsics.' CARGO_PKG_VERSION_PRE= 
> CARGO_MANIFEST_DIR=/<> CARGO_PKG_VERSION_MINOR=1 
> CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/stdsimd' 
> CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_NAME=core_arch CARGO_PKG_VERSION=0.1.5 
> CARGO_PKG_AUTHORS='Alex Crichton :Andrew Gallant 
> :Gonzalo Brito Gadeschi ' 
> CARGO=/usr/bin/cargo rustc --crate-name build_script_build build.rs --color 
> never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C 
> metadata=b2c70d1e450a8104 -C extra-filename=-b2c70d1e450a8104 --out-dir 
> /<>/target/debug/build/core_arch-b2c70d1e450a8104 -C 
> incremental=/<>/target/debug/incremental -L 
> dependency=/<>/target/debug/deps`
>  Running 
> `/<>/target/debug/build/core_arch-b2c70d1e450a8104/build-script-build`
> [core_arch 0.1.5] cargo:rustc-cfg=core_arch_docs
>  Running 
> `OUT_DIR=/<>/target/x86_64-unknown-linux-gnu/debug/build/core_arch-2eb9109bd2d2464b/out
>  CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/stdsimd' 
> LD_LIBRARY_PATH='/<>/target/debug/deps:/usr/lib' 
> CARGO_PKG_DESCRIPTION='`core::arch` - Rust'\''s core library 
> architecture-specific intrinsics.' CARGO_PKG_VERSION_PRE= 
> CARGO_MANIFEST_DIR=/<> CARGO_PKG_VERSION_MINOR=1 
> CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/stdsimd' 
> CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_NAME=core_arch CARGO_PKG_VERSION=0.1.5 
> CARGO_PKG_AUTHORS='Alex Crichton :Andrew Gallant 
> :Gonzalo Brito Gadeschi ' 
> CARGO=/usr/bin/cargo rustc --crate-name core_arch src/lib.rs --color never 
> --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C 
> metadata=c93c8f2c89aa891b -C extra-filename=-c93c8f2c89aa891b --out-dir 
> /<>/target/x86_64-unknown-linux-gnu/debug/deps --target 
> x86_64-unknown-linux-gnu -C 
> incremental=/<>/target/x86_64-unknown-linux-gnu/debug/incremental
>  -L dependency=/<>/target/x86_64-unknown-linux-gnu/debug/deps -L 
> dependency=/<>/target/debug/deps -C debuginfo=2 --cap-lints warn 
> -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /<>=/usr/share/cargo/registry/core-arch-0.1.5 --cfg 
> core_arch_docs`
> error[E0658]: non-builtin inner attributes are unstable
>  --> src/simd.rs:3:1
>   |
> 3 | #![rustfmt::skip]
>   | ^
>   |
>   = note: for more information, see 
> https://github.com/rust-lang/rust/issues/54726
>   = help: add `#![feature(custom_inner_attributes)]` to the crate attributes 
> to enable
> 
> error: aborting due to previous error
> 
> For more information about this error, try `rustc --explain E0658`.
> error: could not compile `core_arch`.
> 
> Caused by:
>   process didn't exit successfully: 
> `OUT_DIR=/<>/target/x86_64-unknown-linux-gnu/debug/build/core_arch-2eb9109bd2d2464b/out
>  CARGO_PKG_VERSION_MAJOR=0 
> CARGO_PKG_HOMEPAGE='https://github.com/rust-lang-nursery/stdsimd' 
> LD_LIBRARY_PATH='/<>/target/debug/deps:/usr/lib' 
> CARGO_PKG_DESCRIPTION='`core::arch` - Rust'\''s core library 
> architecture-specific intrinsics.' CARGO_PKG_VERSION_PRE= 
> CARGO_MANIFEST_DIR=/<> CARGO_PKG_VERSION_MINOR=1 
> CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/stdsimd' 
> CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_NAME=core_arch CARGO_PKG_VERSION=0.1.5 
> CARGO_PKG_AUTHORS='Alex Crichton :Andrew Gallant 
> :Gonzalo Brito Gadeschi ' 
> CARGO=/usr/bin/cargo rustc --crate-name core_arch src/lib.rs --color never 
> --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C 
> metadata=c93c8f2c89aa891b -C extra-filename=-c93c8f2c89aa891b --out-dir 
> /<>/target/x86_64-unknown-linux-gnu/debug/deps --target 
> x86_64-unknown-linux-gnu -C 
> incremental=/<>/target/x86_64-unknown-linux-gnu/debug/incremental
>  -L dependency=/<>/target/x86_64-unknown-linux-gnu/debug/deps -L 
> dependency=/<>/target/debug/deps -C debuginfo=2 --cap-lints warn 
> -C linker=x86_64-linux-gnu-gcc -C link-arg=-Wl,-z,relro --remap-path-prefix 
> /<>=/usr/share/cargo/registry/core-arch-0.1.5 --cfg 
> 

Bug#952231: splash: FTBFS: ! LaTeX Error: File `letltxmacro.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: splash
Version: 2.9.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[3]: Entering directory '/<>/build'
> cd ../docs; pdflatex splash; pdflatex splash
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./splash.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/rotating.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)))
> (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
> For additional information on amsmath, use the `?' option.
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
> (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty))
> (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty
> (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty
> (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty
> (/usr/share/texlive/texmf-dist/tex/latex/psnfss/mathptmx.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty)
> 
> ! LaTeX Error: File `letltxmacro.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.132 \RequirePackage{letltxmacro}[2008/06/13]
>   ^^M
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on splash.log.
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./splash.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/rotating.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)))
> (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
> For additional information on amsmath, use the `?' option.
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
> (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> 

Bug#952229: libkiokudb-backend-dbi-perl: FTBFS: dh_auto_test: error: make -j4 test TEST_VERBOSE=1 returned exit code 2

2020-02-23 Thread Lucas Nussbaum
Source: libkiokudb-backend-dbi-perl
Version: 1.23-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
> "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 
> 'blib/arch')" t/*.t
> t/00-compile.t . 
> 1..9
> ok 1 - DBIx/Class/KiokuDB.pm loaded ok
> ok 2 - DBIx/Class/KiokuDB/EntryProxy.pm loaded ok
> ok 3 - DBIx/Class/Schema/KiokuDB.pm loaded ok
> ok 4 - KiokuDB/Backend/DBI.pm loaded ok
> ok 5 - KiokuDB/Backend/DBI/Schema.pm loaded ok
> ok 6 - KiokuDB/TypeMap/Entry/DBIC/ResultSet.pm loaded ok
> ok 7 - KiokuDB/TypeMap/Entry/DBIC/ResultSource.pm loaded ok
> ok 8 - KiokuDB/TypeMap/Entry/DBIC/Row.pm loaded ok
> ok 9 - KiokuDB/TypeMap/Entry/DBIC/Schema.pm loaded ok
> ok
> t/autovivify_handle.t .. 
> ok 1 - An object of class 'KiokuDB' isa 'KiokuDB'
> ok 2 - KiokuDB handle not weak when autovivified
> ok 3 - 'got autovived directory handle from schema' isa 'KiokuDB'
> ok 4 - create row in DB
> ok 5 - 'got DBIC row object back' isa 'MyApp::DB::Result::Gaplonk'
> ok 6 - row->name
> ok 7 - An object of class 'Patawee' isa 'Patawee'
> ok 8 - object attribute
> 1..8
> ok
> t/basic.t .. 
> ok 1 - ID
> ok 2 - class
> ok 3 - root entry
> ok 4 - data
> ok 5 - extracted column
> ok 6 - column data
> ok 7 # skip SQL::Translator >= 0.11005 is required
> ok 8 # skip SQL::Translator >= 0.11005 is required
> 1..8
> ok
> t/dbic.t ... 
> ok 1 - 'inflated from constructor' isa 'Foo'
> ok 2 - no live objects
> ok 3 - An object of class 'MyApp::DB::Result::Foo' isa 
> 'MyApp::DB::Result::Foo'
> ok 4 - An object of class 'Foo' isa 'Foo'
> ok 5 - kiokudb ID
> ok 6 - An object of class 'MyApp::DB::Result::Foo' isa 
> 'MyApp::DB::Result::Foo'
> ok 7 - An object of class 'Foo' isa 'Foo'
> ok 8 - kiokudb ID
> ok 9 - no live objects
> ok 10 - no live objects
> ok 11 - An object of class 'MyApp::DB::Result::Foo' isa 
> 'MyApp::DB::Result::Foo'
> ok 12 - An object of class 'Foo' isa 'Foo'
> ok 13 - kiokudb ID
> ok 14 - 'weakened object with no other refs' isa 'Foo'
> ok 15 - can't update object without related KiokuDB objects being in storage
> ok 16 - store method works
> ok 17 - no live objects
> ok 18 - no live objects
> ok 19 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 20 - ID
> ok 21 - no live objects
> ok 22 - dbic row exists
> ok 23 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 24 - ID
> ok 25 - no live objects
> ok 26 - no live objects
> ok 27 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 28 - ID
> ok 29 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 30 - ID
> ok 31 - no live objects
> ok 32 - object to ID of row fetched using 'find'
> ok 33 - An object of class 'Foo' isa 'Foo'
> ok 34 - An object of class 'MyApp::DB::Result::Foo' isa 'DBIx::Class::Row'
> ok 35 - no live objects
> ok 36 - no live objects
> ok 37 - An object of class 'Foo' isa 'Foo'
> ok 38 - An object of class 'DBIx::Class::ResultSet' isa 
> 'DBIx::Class::ResultSet'
> ok 39 - schema restored in resultset handle
> ok 40 - result set works
> ok 41 - no live objects
> ok 42 - no live objects
> ok 43 - An object of class 'Foo' isa 'Foo'
> ok 44 - An object of class 'MyApp::DB' isa 'DBIx::Class::Schema'
> ok 45 - schema restored
> ok 46 - no live objects
> 1..46
> ok
> Attempt to free unreferenced scalar: SV 0x564244b94950, Perl interpreter: 
> 0x56423eedd2a0 at /usr/share/perl5/KiokuDB/Test/Fixture/Sets.pm line 150.
> Attempt to free unreferenced scalar: SV 0x56424582ce70, Perl interpreter: 
> 0x56423eedd2a0 at /usr/share/perl5/KiokuDB/Test/Fixture/Sets.pm line 150.
> 
> #   Failed test 'transaction finished without errors'
> #   at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at 
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
> 
> #   Failed test 'transaction finished without errors'
> #   at /usr/share/perl5/KiokuDB/Test/Fixture.pm line 336.
> # died: Can't call method "id" on unblessed reference at 
> /usr/share/perl5/KiokuDB/Stream/Objects.pm line 73.
> 
> #   Failed test 'lookup 1 objects'
> #   at /usr/share/perl5/KiokuDB/Test/Fixture/Overwrite.pm line 85.
> # died: Can't call method "isa" on unblessed reference at 
> /usr/share/perl5/KiokuDB/LiveObjects.pm line 423.
> 
> #   Failed test 'all lookups succeeded'
> #   at /usr/share/perl5/KiokuDB/Test/Fixture/Overwrite.pm line 85.
> #  got: '0'
> # expected: '1'
> 
> #   Failed test 'The class (or class-like) '0' isa 'KiokuDB::Test::Person''
> #   at /usr/share/perl5/KiokuDB/Test/Fixture/Overwrite.pm line 87.
> # The class (or class-like) '0' isn't a 'KiokuDB::Test::Person'
> 
> #   

Bug#952241: octave-optics: FTBFS: ! LaTeX Error: File `pdftexcmds.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: octave-optics
Version: 0.1.4-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_build
> (cd doc ; pdflatex zernikes_and_derivatives_cartesian_OSA)
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./zernikes_and_derivatives_cartesian_OSA.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/article.cls
> Document Class: article 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty
> (/usr/share/texlive/texmf-dist/tex/latex/base/latin9.def))
> (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty)))
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))
> (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty
> (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def)
> (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf
> (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def
> (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def
> (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty
> For additional information on amsmath, use the `?' option.
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
> (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
> 
> ! LaTeX Error: File `pdftexcmds.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.108 \RequirePackage{pdftexcmds}[2009/04/10]
>  ^^M
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on zernikes_and_derivatives_cartesian_OSA.log.
> make[1]: *** [debian/rules:9: override_dh_auto_build] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/octave-optics_0.1.4-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952225: opari2: FTBFS: dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

2020-02-23 Thread Lucas Nussbaum
Source: opari2
Version: 2.0.4-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[6]: Entering directory '/<>/build-frontend'
> FAIL: ../test/awk_script_test.sh
> PASS: ../test/f90_test.sh
> PASS: ../test/c_test.sh
> PASS: ../test/f77_test.sh
> PASS: ../test/jacobi_c_test.sh
> PASS: ../test/jacobi_f90_test.sh
> PASS: ../test/jacobi_f77_test.sh
> PASS: ../test/jacobi_c++_test.sh
> 
>OPARI2 2.0.4: ./test-suite.log
> 
> 
> # TOTAL: 8
> # PASS:  7
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: ../test/awk_script_test.sh
> 
> 
>  ERROR: in awk script output 
> 9d8
> < extern void POMP2_Init_reg_kkbk2e7u08rek_1();
> 10a10
> > extern void POMP2_Init_reg_kkbk2e7u08rek_1();
> FAIL ../test/awk_script_test.sh (exit status: 1)
> 
> 
> Testsuite summary for OPARI2 2.0.4
> 
> # TOTAL: 8
> # PASS:  7
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> See ./test-suite.log
> Please report to supp...@score-p.org
> 
> make[6]: *** [Makefile:1623: test-suite.log] Error 1
> make[6]: Leaving directory '/<>/build-frontend'
> make[5]: *** [Makefile:1731: check-TESTS] Error 2
> make[5]: Leaving directory '/<>/build-frontend'
> make[4]: *** [Makefile:1987: check-am] Error 2
> make[4]: Leaving directory '/<>/build-frontend'
> make[3]: *** [Makefile:1989: check] Error 2
> make[3]: Leaving directory '/<>/build-frontend'
> make[2]: *** [Makefile:605: check-recursive] Error 1
> make[2]: Leaving directory '/<>'
> make[1]: *** [Makefile:900: check] Error 2
> make[1]: Leaving directory '/<>'
> dh_auto_test: error: make -j4 check VERBOSE=1 returned exit code 2

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/opari2_2.0.4-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952239: qevercloud: FTBFS: ! LaTeX Error: File `listofitems.sty' not found.

2020-02-23 Thread Lucas Nussbaum
Source: qevercloud
Version: 3.0.3+ds-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/build-qt5/doc/latex'
> rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl 
> refman.pdf
> pdflatex refman
> This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) 
> (preloaded format=pdflatex)
>  restricted \write18 enabled.
> entering extended mode
> (./refman.tex
> LaTeX2e <2020-02-02> patch level 2
> L3 programming layer <2020-02-14>
> (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls
> Document Class: book 2019/12/20 v1.4l Standard LaTeX document class
> (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo))
> (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty
> (/usr/share/texlive/texmf-dist/tex/latex/tools/array-2016-10-06.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty
> 
> Package fixltx2e Warning: fixltx2e is not required with releases after 2015
> (fixltx2e)All fixes are now in the LaTeX kernel.
> (fixltx2e)See the latexrelease package for details.
> 
> ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty
> (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)
> (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty))
> (./longtable_doxygen.sty) (./tabu_doxygen.sty
> (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/hanging/hanging.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty
> (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty
> (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty
> (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex
> (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex)))
> (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)))
> (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def))
> (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty
> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/stackengine/stackengine.sty
> (/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
> 
> ! LaTeX Error: File `listofitems.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.83 \usepackage
> {calc}^^M
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on refman.log.
> make[2]: *** [Makefile:8: refman.pdf] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/qevercloud_3.0.3+ds-5_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952242: fabulous: FTBFS: dh_install: error: missing files, aborting

2020-02-23 Thread Lucas Nussbaum
Source: fabulous
Version: 0.3.0+dfsg1-6
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> dh_auto_install
> I: pybuild base:217: /usr/bin/python3.8 setup.py install --root 
> /<>/debian/python3-fabulous 
> running install
> running build
> running build_py
> running egg_info
> writing fabulous.egg-info/PKG-INFO
> writing dependency_links to fabulous.egg-info/dependency_links.txt
> writing entry points to fabulous.egg-info/entry_points.txt
> writing top-level names to fabulous.egg-info/top_level.txt
> reading manifest file 'fabulous.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no files found matching 'fabulous/fonts/LICENSE.txt'
> warning: no files found matching 'fabulous/fonts/NotoEmoji-Regular.ttf'
> warning: no files found matching 'fabulous/fonts/NotoSans-Bold.ttf'
> writing manifest file 'fabulous.egg-info/SOURCES.txt'
> running install_lib
> creating /<>/debian/python3-fabulous/usr
> creating /<>/debian/python3-fabulous/usr/lib
> creating /<>/debian/python3-fabulous/usr/lib/python3.8
> creating 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages
> creating 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> creating 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/experimental
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/experimental/__init__.py
>  -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/experimental
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/experimental/canvas.py 
> -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/experimental
> creating 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/experimental/__pycache__
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/experimental/__pycache__/__init__.cpython-38.pyc
>  -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/experimental/__pycache__
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/text.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/xterm256.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/logs.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/__init__.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/_xterm256.c -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/compatibility.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/image.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/debug.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/casts.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/grapefruit.py 
> -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/gotham.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/demo.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/prompt.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> copying /<>/.pybuild/cpython3_3.8/build/fabulous/queries.py -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous
> creating 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/__pycache__
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/__pycache__/xterm256.cpython-38.pyc
>  -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/__pycache__
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/__pycache__/gotham.cpython-38.pyc
>  -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/__pycache__
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/__pycache__/utils.cpython-38.pyc
>  -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/__pycache__
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/__pycache__/logs.cpython-38.pyc
>  -> 
> /<>/debian/python3-fabulous/usr/lib/python3.8/dist-packages/fabulous/__pycache__
> copying 
> /<>/.pybuild/cpython3_3.8/build/fabulous/__pycache__/test_transientlogging.cpython-38.pyc
>  -> 
> 

Bug#952219: libhtml-calendarmonth-perl: FTBFS: dh_auto_test: error: make -j1 test TEST_VERBOSE=1 returned exit code 2

2020-02-23 Thread Lucas Nussbaum
Source: libhtml-calendarmonth-perl
Version: 2.04-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
> "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 
> 'blib/arch')" t/*.t
> t/00_basic.t ... 
> 1..3
> ok 1 - use HTML::CalendarMonth;
> ok 2 - use HTML::CalendarMonth::Locale;
> ok 3 - use HTML::CalendarMonth::DateTool;
> ok
> t/01_autodetect.t .. 
> 1..145
> ok 1 - auto-detected a datetool
> ok 2 - (2010/01 Sun 1st day) using auto-select (timelocal)
> ok 3 - (2010/01 Mon 1st day) using auto-select (timelocal)
> ok 4 - (2010/02 Sun 1st day) using auto-select (timelocal)
> ok 5 - (2010/02 Mon 1st day) using auto-select (timelocal)
> ok 6 - (2010/03 Sun 1st day) using auto-select (timelocal)
> ok 7 - (2010/03 Mon 1st day) using auto-select (timelocal)
> ok 8 - (2010/04 Sun 1st day) using auto-select (timelocal)
> ok 9 - (2010/04 Mon 1st day) using auto-select (timelocal)
> ok 10 - (2010/05 Sun 1st day) using auto-select (timelocal)
> ok 11 - (2010/05 Mon 1st day) using auto-select (timelocal)
> ok 12 - (2010/06 Sun 1st day) using auto-select (timelocal)
> ok 13 - (2010/06 Mon 1st day) using auto-select (timelocal)
> ok 14 - (2010/07 Sun 1st day) using auto-select (timelocal)
> ok 15 - (2010/07 Mon 1st day) using auto-select (timelocal)
> ok 16 - (2010/08 Sun 1st day) using auto-select (timelocal)
> ok 17 - (2010/08 Mon 1st day) using auto-select (timelocal)
> ok 18 - (2010/09 Sun 1st day) using auto-select (timelocal)
> ok 19 - (2010/09 Mon 1st day) using auto-select (timelocal)
> ok 20 - (2010/10 Sun 1st day) using auto-select (timelocal)
> ok 21 - (2010/10 Mon 1st day) using auto-select (timelocal)
> ok 22 - (2010/11 Sun 1st day) using auto-select (timelocal)
> ok 23 - (2010/11 Mon 1st day) using auto-select (timelocal)
> ok 24 - (2010/12 Sun 1st day) using auto-select (timelocal)
> ok 25 - (2010/12 Mon 1st day) using auto-select (timelocal)
> ok 26 - (2011/01 Sun 1st day) using auto-select (timelocal)
> ok 27 - (2011/01 Mon 1st day) using auto-select (timelocal)
> ok 28 - (2011/02 Sun 1st day) using auto-select (timelocal)
> ok 29 - (2011/02 Mon 1st day) using auto-select (timelocal)
> ok 30 - (2011/03 Sun 1st day) using auto-select (timelocal)
> ok 31 - (2011/03 Mon 1st day) using auto-select (timelocal)
> ok 32 - (2011/04 Sun 1st day) using auto-select (timelocal)
> ok 33 - (2011/04 Mon 1st day) using auto-select (timelocal)
> ok 34 - (2011/05 Sun 1st day) using auto-select (timelocal)
> ok 35 - (2011/05 Mon 1st day) using auto-select (timelocal)
> ok 36 - (2011/06 Sun 1st day) using auto-select (timelocal)
> ok 37 - (2011/06 Mon 1st day) using auto-select (timelocal)
> ok 38 - (2011/07 Sun 1st day) using auto-select (timelocal)
> ok 39 - (2011/07 Mon 1st day) using auto-select (timelocal)
> ok 40 - (2011/08 Sun 1st day) using auto-select (timelocal)
> ok 41 - (2011/08 Mon 1st day) using auto-select (timelocal)
> ok 42 - (2011/09 Sun 1st day) using auto-select (timelocal)
> ok 43 - (2011/09 Mon 1st day) using auto-select (timelocal)
> ok 44 - (2011/10 Sun 1st day) using auto-select (timelocal)
> ok 45 - (2011/10 Mon 1st day) using auto-select (timelocal)
> ok 46 - (2011/11 Sun 1st day) using auto-select (timelocal)
> ok 47 - (2011/11 Mon 1st day) using auto-select (timelocal)
> ok 48 - (2011/12 Sun 1st day) using auto-select (timelocal)
> ok 49 - (2011/12 Mon 1st day) using auto-select (timelocal)
> ok 50 - (2012/01 Sun 1st day) using auto-select (timelocal)
> ok 51 - (2012/01 Mon 1st day) using auto-select (timelocal)
> ok 52 - (2012/02 Sun 1st day) using auto-select (timelocal)
> ok 53 - (2012/02 Mon 1st day) using auto-select (timelocal)
> ok 54 - (2012/03 Sun 1st day) using auto-select (timelocal)
> ok 55 - (2012/03 Mon 1st day) using auto-select (timelocal)
> ok 56 - (2012/04 Sun 1st day) using auto-select (timelocal)
> ok 57 - (2012/04 Mon 1st day) using auto-select (timelocal)
> ok 58 - (2012/05 Sun 1st day) using auto-select (timelocal)
> ok 59 - (2012/05 Mon 1st day) using auto-select (timelocal)
> ok 60 - (2012/06 Sun 1st day) using auto-select (timelocal)
> ok 61 - (2012/06 Mon 1st day) using auto-select (timelocal)
> ok 62 - (2012/07 Sun 1st day) using auto-select (timelocal)
> ok 63 - (2012/07 Mon 1st day) using auto-select (timelocal)
> ok 64 - (2012/08 Sun 1st day) using auto-select (timelocal)
> ok 65 - (2012/08 Mon 1st day) using auto-select (timelocal)
> ok 66 - (2012/09 Sun 1st day) using auto-select (timelocal)
> ok 67 - (2012/09 Mon 1st day) using auto-select (timelocal)
> ok 68 - (2012/10 Sun 1st day) using auto-select (timelocal)
> ok 69 - (2012/10 Mon 1st day) using auto-select (timelocal)
> ok 70 - (2012/11 Sun 1st day) using auto-select (timelocal)
> ok 71 - (2012/11 

Bug#952220: bcel: FTBFS: dh_auto_test: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProject

2020-02-23 Thread Lucas Nussbaum
Source: bcel
Version: 6.3-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure
>   mh_patchpoms -plibbcel-java --debian-build --keep-pom-version 
> --maven-repo=/<>/debian/maven-repo
>dh_auto_build
>   /usr/lib/jvm/default-java/bin/java -noverify -cp 
> /usr/share/maven/boot/plexus-classworlds-2.x.jar 
> -Dmaven.home=/usr/share/maven 
> -Dmaven.multiModuleProjectDirectory=/<> 
> -Dclassworlds.conf=/etc/maven/m2-debian.conf 
> org.codehaus.plexus.classworlds.launcher.Launcher 
> -s/etc/maven/settings-debian.xml -Ddebian.dir=/<>/debian 
> -Dmaven.repo.local=/<>/debian/maven-repo --batch-mode package 
> javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by 
> com.google.inject.internal.cglib.core.$ReflectUtils$1 
> (file:/usr/share/maven/lib/guice.jar) to method 
> java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of 
> com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal 
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [WARNING] 
> [WARNING] Some problems were encountered while building the effective model 
> for org.apache.bcel:bcel:jar:6.3
> [WARNING] 'build.plugins.plugin.version' for 
> org.apache.felix:maven-bundle-plugin is missing. @ 
> org.apache.commons:commons-parent:debian, 
> /<>/debian/maven-repo/org/apache/commons/commons-parent/debian/commons-parent-debian.pom,
>  line 310, column 12
> [WARNING] 
> [WARNING] It is highly recommended to fix these problems because they 
> threaten the stability of your build.
> [WARNING] 
> [WARNING] For this reason, future Maven versions might no longer support 
> building such malformed projects.
> [WARNING] 
> [WARNING] The POM for org.apache.maven.plugins:maven-site-plugin:jar:3.3 is 
> missing, no dependency information available
> [WARNING] Failed to retrieve plugin descriptor for 
> org.apache.maven.plugins:maven-site-plugin:3.3: Plugin 
> org.apache.maven.plugins:maven-site-plugin:3.3 or one of its dependencies 
> could not be resolved: Cannot access central 
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact 
> org.apache.maven.plugins:maven-site-plugin:jar:3.3 has not been downloaded 
> from it before.
> [WARNING] The POM for org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 is 
> missing, no dependency information available
> [WARNING] Failed to retrieve plugin descriptor for 
> org.apache.maven.plugins:maven-antrun-plugin:1.3: Plugin 
> org.apache.maven.plugins:maven-antrun-plugin:1.3 or one of its dependencies 
> could not be resolved: Cannot access central 
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact 
> org.apache.maven.plugins:maven-antrun-plugin:jar:1.3 has not been downloaded 
> from it before.
> [WARNING] The POM for 
> org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 is missing, no 
> dependency information available
> [WARNING] Failed to retrieve plugin descriptor for 
> org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5: Plugin 
> org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5 or one of its 
> dependencies could not be resolved: Cannot access central 
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact 
> org.apache.maven.plugins:maven-assembly-plugin:jar:2.2-beta-5 has not been 
> downloaded from it before.
> [WARNING] The POM for 
> org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 is missing, no 
> dependency information available
> [WARNING] Failed to retrieve plugin descriptor for 
> org.apache.maven.plugins:maven-dependency-plugin:2.8: Plugin 
> org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its 
> dependencies could not be resolved: Cannot access central 
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact 
> org.apache.maven.plugins:maven-dependency-plugin:jar:2.8 has not been 
> downloaded from it before.
> [WARNING] The POM for org.apache.maven.plugins:maven-release-plugin:jar:2.5.3 
> is missing, no dependency information available
> [WARNING] Failed to retrieve plugin descriptor for 
> org.apache.maven.plugins:maven-release-plugin:2.5.3: Plugin 
> org.apache.maven.plugins:maven-release-plugin:2.5.3 or one of its 
> dependencies could not be resolved: Cannot access central 
> (https://repo.maven.apache.org/maven2) in offline mode and the artifact 
> 

Bug#952232: libstatgen: FTBFS: dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols file: see diff output below

2020-02-23 Thread Lucas Nussbaum
Source: libstatgen
Version: 1.0.14-5
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> mkdir -p debian/libstatgen-dev/usr/include/libStatGen/
> cp -L include/* debian/libstatgen-dev/usr/include/libStatGen/
> ln -s libStatGen.so.0 libStatGen.so
> d-shlibmove --commit \
> --multiarch \
> --devunversioned \
> --exclude-a \
> libStatGen.so
> Library package automatic movement utility
> set -e
> install -d -m 755 debian/libstatgen-dev/usr/lib/x86_64-linux-gnu
> install -d -m 755 debian/libstatgen0/usr/lib/x86_64-linux-gnu
> mv ./libStatGen.la debian/libstatgen-dev/usr/lib/x86_64-linux-gnu || true
> mv ./libStatGen.so debian/libstatgen-dev/usr/lib/x86_64-linux-gnu
> mv /<>/libStatGen.so.0 
> debian/libstatgen0/usr/lib/x86_64-linux-gnu
> PKGDEV=libstatgen-dev
> PKGSHL=libstatgen0
> mv: cannot stat './libStatGen.la': No such file or directory
> make[1]: Leaving directory '/<>'
>dh_installdocs
>dh_installchangelogs
>dh_perl
>dh_link
>dh_strip_nondeterminism
>dh_compress
>dh_fixperms
>dh_missing
>dh_strip
>dh_makeshlibs
> dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
> diff output below
> dpkg-gensymbols: error: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libstatgen0/DEBIAN/symbols doesn't match 
> completely debian/libstatgen0.symbols
> --- debian/libstatgen0.symbols (libstatgen0_1.0.14-5_amd64)
> +++ dpkg-gensymbolsdde9Ud 2020-02-23 02:40:44.569405938 +
> @@ -1628,8 +1628,13 @@
>   (c++)"VectorFunc::VectorFunc()@Base" 1.0.14
>   (c++)"VectorFunc::VectorFunc(double (*)(Vector&))@Base" 1.0.14
>   (c++)"VectorFunc::~VectorFunc()@Base" 1.0.14
> + _ZN11MiniDeflate14OutputLiteralsERPhiS1_RiP8_IO_FILE@Base 1.0.14-5
> + 
> _ZNSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_ENSt8__detail9_IdentityESt8equal_toIS5_ESt4hashIS5_ENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb1ELb1ELb19_M_rehashEmRKm@Base
>  1.0.14-5
> + 
> _ZNSt6vectorIcSaIcEE17_M_realloc_insertIJcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_@Base
>  1.0.14-5
>   
> _ZNSt6vectorIfSaIfEE17_M_realloc_insertIJRKfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_@Base
>  1.0.14
>   
> _ZNSt6vectorIfSaIfEE17_M_realloc_insertIJfEEEvN9__gnu_cxx17__normal_iteratorIPfS1_EEDpOT_@Base
>  1.0.14
> + 
> _ZNSt6vectorIhSaIhEE17_M_realloc_insertIJRKhEEEvN9__gnu_cxx17__normal_iteratorIPhS1_EEDpOT_@Base
>  1.0.14-5
> + 
> _ZNSt6vectorIhSaIhEE17_M_realloc_insertIJhEEEvN9__gnu_cxx17__normal_iteratorIPhS1_EEDpOT_@Base
>  1.0.14-5
>   
> _ZNSt6vectorIiSaIiEE17_M_realloc_insertIJiEEEvN9__gnu_cxx17__normal_iteratorIPiS1_EEDpOT_@Base
>  1.0.14
>   bQualityConvertor@Base 1.0.14
>   (c++)"baseQualityConvertor::baseQualityConvertor()@Base" 1.0.14
> @@ -1711,7 +1716,7 @@
>   (c++)"std::_Bvector_base >::_M_deallocate()@Base" 
> 1.0.14
>   (c++)"std::_Deque_base 
> >::_M_initialize_map(unsigned long)@Base" 1.0.14
>   (c++)"std::_Hashtable std::char_traits, std::allocator >, 
> std::__cxx11::basic_string, std::allocator 
> >, std::allocator, 
> std::allocator > >, std::__detail::_Identity, 
> std::equal_to, 
> std::allocator > >, std::hash std::char_traits, std::allocator > >, 
> std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, 
> std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits true, true> >::_M_find_before_node(unsigned long, 
> std::__cxx11::basic_string, std::allocator 
> > const&, unsigned long) const@Base" 1.0.14
> - (c++)"std::_Hashtable std::char_traits, std::allocator >, 
> std::__cxx11::basic_string, std::allocator 
> >, std::allocator, 
> std::allocator > >, std::__detail::_Identity, 
> std::equal_to, 
> std::allocator > >, std::hash std::char_traits, std::allocator > >, 
> std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, 
> std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits true, true> >::_M_insert_unique_node(unsigned long, unsigned long, 
> std::__detail::_Hash_node std::char_traits, std::allocator >, true>*, unsigned long)@Base" 
> 1.0.14
> +#MISSING: 1.0.14-5# (c++)"std::_Hashtable std::char_traits, std::allocator >, 
> std::__cxx11::basic_string, std::allocator 
> >, std::allocator, 
> std::allocator > >, std::__detail::_Identity, 
> std::equal_to, 
> std::allocator > >, std::hash std::char_traits, std::allocator > >, 
> std::__detail::_Mod_range_hashing, std::__detail::_Default_ranged_hash, 
> std::__detail::_Prime_rehash_policy, std::__detail::_Hashtable_traits true, true> >::_M_insert_unique_node(unsigned long, unsigned long, 
> std::__detail::_Hash_node 

Bug#952235: festlex-cmu: FTBFS: dh_install: error: missing files, aborting

2020-02-23 Thread Lucas Nussbaum
Source: festlex-cmu
Version: 2.4-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  fakeroot debian/rules binary
> dh binary
>dh_testroot
>dh_prep
>dh_install
> dh_install: warning: Cannot find (any matches for) 
> "lib/dicts/cmu/cmudict-*.out" (tried in ., debian/tmp)
> 
> dh_install: warning: festlex-cmu missing files: lib/dicts/cmu/cmudict-*.out
> dh_install: error: missing files, aborting
> make: *** [debian/rules:7: binary] Error 25

The full build log is available from:
   http://qa-logs.debian.net/2020/02/22/festlex-cmu_2.4-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952211: yarl: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.8 3.7" returned exit code 13

2020-02-23 Thread Lucas Nussbaum
Source: yarl
Version: 1.4.2-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> cd docs && \
> PYTHONPATH=/<> http_proxy='http://127.0.0.1:9/' 
> https_proxy='https://127.0.0.1:9/' \
> python3 -m sphinx -N -E -T -b html . /<>/.pybuild/docs/html/
> Running Sphinx v1.8.5
> making output directory...
> building [mo]: targets for 0 po files that are out of date
> building [html]: targets for 2 source files that are out of date
> updating environment: 2 added, 0 changed, 0 removed
> reading sources... [ 50%] api
> reading sources... [100%] index
> 
> looking for now-outdated files... none found
> pickling environment... done
> checking consistency... done
> preparing documents... done
> writing output... [ 50%] api
> writing output... [100%] index
> 
> generating indices... genindex py-modindex
> highlighting module code... [100%] yarl
> 
> writing additional pages... search
> copying static files... done
> copying extra files... done
> dumping search index in English (code: en) ... done
> dumping object inventory... done
> build succeeded.
> 
> The HTML pages are in ../.pybuild/docs/html.
> rm -rf /<>/.pybuild/docs/html/.doctrees
> make[1]: Leaving directory '/<>'
>dh_auto_build -O--buildsystem=pybuild -Npython-yarl-doc
> I: pybuild pybuild:272: cython3 yarl/_quoting.pyx
> I: pybuild base:217: /usr/bin/python3.8 setup.py build 
> **
> * Accellerated build *
> **
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.8_yarl/build/yarl
> copying yarl/__init__.py -> 
> /<>/.pybuild/cpython3_3.8_yarl/build/yarl
> copying yarl/quoting.py -> 
> /<>/.pybuild/cpython3_3.8_yarl/build/yarl
> running egg_info
> writing yarl.egg-info/PKG-INFO
> writing dependency_links to yarl.egg-info/dependency_links.txt
> writing requirements to yarl.egg-info/requires.txt
> writing top-level names to yarl.egg-info/top_level.txt
> reading manifest file 'yarl.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.cache' found anywhere in 
> distribution
> warning: no previously-included files found matching 'yarl/_quoting.html'
> warning: no previously-included files found matching 'yarl/_quoting.*.so'
> warning: no previously-included files found matching 'yarl/_quoting.pyd'
> warning: no previously-included files found matching 'yarl/_quoting.*.pyd'
> no previously-included directories found matching 'docs/_build'
> writing manifest file 'yarl.egg-info/SOURCES.txt'
> copying yarl/__init__.pyi -> 
> /<>/.pybuild/cpython3_3.8_yarl/build/yarl
> copying yarl/_quoting.c -> 
> /<>/.pybuild/cpython3_3.8_yarl/build/yarl
> copying yarl/_quoting.pyx -> 
> /<>/.pybuild/cpython3_3.8_yarl/build/yarl
> copying yarl/py.typed -> 
> /<>/.pybuild/cpython3_3.8_yarl/build/yarl
> running build_ext
> building 'yarl._quoting' extension
> creating build
> creating build/temp.linux-amd64-3.8
> creating build/temp.linux-amd64-3.8/yarl
> x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g 
> -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat 
> -Werror=format-security -g -fwrapv -O2 -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC 
> -I/usr/include/python3.8 -c yarl/_quoting.c -o 
> build/temp.linux-amd64-3.8/yarl/_quoting.o
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
> -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 
> -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> build/temp.linux-amd64-3.8/yarl/_quoting.o -o 
> /<>/.pybuild/cpython3_3.8_yarl/build/yarl/_quoting.cpython-38-x86_64-linux-gnu.so
> I: pybuild pybuild:272: cython3 yarl/_quoting.pyx
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> **
> * Accellerated build *
> **
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.7_yarl/build/yarl
> copying yarl/__init__.py -> 
> /<>/.pybuild/cpython3_3.7_yarl/build/yarl
> copying yarl/quoting.py -> 
> /<>/.pybuild/cpython3_3.7_yarl/build/yarl
> running egg_info
> writing yarl.egg-info/PKG-INFO
> writing dependency_links to yarl.egg-info/dependency_links.txt
> writing requirements to yarl.egg-info/requires.txt
> writing top-level names to yarl.egg-info/top_level.txt
> reading manifest file 'yarl.egg-info/SOURCES.txt'
> reading manifest template 'MANIFEST.in'
> warning: no previously-included files matching '*.cache' found anywhere in 
> distribution
> warning: no previously-included files found matching 'yarl/_quoting.html'
> warning: no previously-included files found matching 'yarl/_quoting.*.so'
> warning: no previously-included files found 

Bug#952224: node-sinon: FTBFS: dh_auto_test: error: /bin/sh -e debian/tests/pkg-js/test returned exit code 1

2020-02-23 Thread Lucas Nussbaum
Source: node-sinon
Version: 8.1.0+ds-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> dpkg-buildpackage
> -
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package node-sinon
> dpkg-buildpackage: info: source version 8.1.0+ds-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Xavier Guimard 
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture amd64
>  debian/rules clean
> dh clean --with nodejs
>dh_auto_clean --buildsystem=nodejs
>   rm -rf ./node_modules/.cache
>   rm -rf bane/node_modules/.cache
>   rm -rf just-extend/node_modules/.cache
>   rm -rf nise/node_modules/.cache
>   rm -rf sinonjscommons/node_modules/.cache
>   rm -rf sinonjsformatio/node_modules/.cache
>   rm -rf sinonjsreferee/node_modules/.cache
>   rm -rf sinonjsreferee-sinon/node_modules/.cache
>   rm -rf sinonjssamsam/node_modules/.cache
>   rm -rf sinonjstext-encoding/node_modules/.cache
>dh_clean
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-bane.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-just-extend.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-nise.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-sinonjscommons.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-sinonjsformatio.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-sinonjsreferee-sinon.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-sinonjsreferee.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-sinonjssamsam.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig-sinonjstext-encoding.tar.xz
> dpkg-source: info: building node-sinon using existing 
> ./node-sinon_8.1.0+ds.orig.tar.xz
> dpkg-source: info: building node-sinon in node-sinon_8.1.0+ds-1.debian.tar.xz
> dpkg-source: info: building node-sinon in node-sinon_8.1.0+ds-1.dsc
>  debian/rules binary
> dh binary --with nodejs
>dh_update_autotools_config
>dh_autoreconf
>dh_auto_configure --buildsystem=nodejs
>   mkdir node_modules
>   ln -s ../bane node_modules/bane
>   ln -s ../just-extend node_modules/just-extend
>   ln -s ../nise node_modules/nise
>   mkdir -p node_modules/\@sinonjs
>   ln -s ../../sinonjscommons node_modules/\@sinonjs/commons
>   ln -s ../../sinonjsformatio node_modules/\@sinonjs/formatio
>   ln -s ../../sinonjsreferee node_modules/\@sinonjs/referee
>   ln -s ../../sinonjsreferee-sinon node_modules/\@sinonjs/referee-sinon
>   ln -s ../../sinonjssamsam node_modules/\@sinonjs/samsam
>   ln -s ../../sinonjstext-encoding node_modules/\@sinonjs/text-encoding
>dh_auto_build --buildsystem=nodejs
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
> No build command found, searching known files
>dh_auto_test --buildsystem=nodejs
>   /bin/sh -e debian/tests/pkg-js/test
> 
> 
>   assert
> ✓ is object
> ✓ supports proxy property
> .fail
>   ✓ throws exception
>   ✓ throws configured exception type
> with stubs
>   .match
> ✓ fails when arguments to not match
> ✓ passes when argumens match
>   .called
> ✓ should fail with non-function fake
> ✓ fails when method does not exist
> ✓ fails when method is not stub
> ✓ fails when method was not called
> ✓ fails when called with more than one argument
> ✓ does not fail when method was called
> ✓ calls pass callback
>   .notCalled
> ✓ should fail with non-function fake
> ✓ fails when method does not exist
> ✓ fails when method is not stub
> ✓ fails when method was called
> ✓ fails when called with more than one argument
> ✓ passes when method was not called
> ✓ should call pass callback
>   .calledOnce
> ✓ should fail with non-function fake
> ✓ fails when method does not exist
> ✓ fails when method is not stub
> ✓ fails when method was not called
> ✓ fails when called with more than one argument
> ✓ passes when method was called
> ✓ fails when method was called more than once
> ✓ calls pass callback
>   .calledTwice
>   

Bug#952216: node-prelude-ls: FTBFS: dh_auto_test: error: /bin/sh -e debian/tests/pkg-js/test returned exit code 1

2020-02-23 Thread Lucas Nussbaum
Source: node-prelude-ls
Version: 1.1.2+dfsg-4
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>'
> mkdir -p lib/
> /usr/bin/lsc --compile package.json.ls
> /usr/bin/lsc --output lib --bare --compile "src/Func.ls"
> /usr/bin/lsc --output lib --bare --compile "src/List.ls"
> /usr/bin/lsc --output lib --bare --compile "src/Num.ls"
> /usr/bin/lsc --output lib --bare --compile "src/Obj.ls"
> /usr/bin/lsc --output lib --bare --compile "src/Str.ls"
> /usr/bin/lsc --output lib --bare --compile "src/index.ls"
> make[2]: Leaving directory '/<>'
> make[1]: Leaving directory '/<>'
>dh_auto_test --buildsystem=nodejs
>   /bin/sh -e debian/tests/pkg-js/test
> mocha inspect [spec..]
> 
> Run tests with Mocha
> 
> Rules & Behavior
>   --allow-uncaught   Allow uncaught errors to propagate
> [boolean]
>   --async-only, -A   Require all tests to use a callback (async) or
>  return a Promise  
> [boolean]
>   --bail, -b Abort ("bail") after first test failure   
> [boolean]
>   --check-leaks  Check for global variable leaks   
> [boolean]
>   --delayDelay initial execution of root suite 
> [boolean]
>   --exit Force Mocha to quit after tests complete  
> [boolean]
>   --forbid-only  Fail if exclusive test(s) encountered 
> [boolean]
>   --forbid-pending   Fail if pending test(s) encountered   
> [boolean]
>   --global, --globalsList of allowed global variables
> [array]
>   --retries  Retry failed tests this many times 
> [number]
>   --slow, -s Specify "slow" test threshold (in milliseconds)
>   [string] [default: 
> 75]
>   --timeout, -t, --timeouts  Specify test timeout threshold (in milliseconds)
> [string] [default: 
> 2000]
>   --ui, -u   Specify user interface[string] [default: 
> "bdd"]
> 
> Reporting & Output
>   --color, -c, --colors Force-enable color output  
> [boolean]
>   --diffShow diff on failure
>[boolean] [default: 
> true]
>   --full-trace  Display full stack traces  
> [boolean]
>   --growl, -G   Enable Growl notifications 
> [boolean]
>   --inline-diffsDisplay actual/expected 
> differences
> inline within each string  
> [boolean]
>   --reporter, -RSpecify reporter to use
>   [string] [default: 
> "spec"]
>   --reporter-option, --reporter-options,Reporter-specific options
>   -O()   
> [array]
> 
> Configuration
>   --config   Path to config file   [string] [default: (nearest rc 
> file)]
>   --opts Path to `mocha.opts` (DEPRECATED)
>  [string] [default: 
> "./test/mocha.opts"]
>   --package  Path to package.json for config
> [string]
> 
> File Handling
>   --extension  File extension(s) to load   [array] [default: 
> js]
>   --file   Specify file(s) to be loaded prior to root suite
>execution   [array] [default: 
> (none)]
>   --ignore, --exclude  Ignore file(s) or glob pattern(s)
>[array] [default: 
> (none)]
>   --recursive  Look for tests in subdirectories
> [boolean]
>   --require, -rRequire module  [array] [default: 
> (none)]
>   --sort, -S   Sort test files 
> [boolean]
>   --watch, -w  Watch files in the current working directory for 
> changes
>
> [boolean]
>   --watch-filesList of paths or globs to watch   
> [array]
>   --watch-ignore   List of paths or globs to exclude from watching
>   [array] [default: 
> ["node_modules",".git"]]
> 
> Test Filters
>   --fgrep, -f   Only run tests containing this string   
> [string]
>   --grep, -gOnly run tests matching this string or regexp   
> [string]
>   --invert, -i  Inverts --grep and --fgrep matches 
> [boolean]
> 
> Positional Arguments
>   spec  One or more files, directories, or globs to test
>

Bug#952222: google-authenticator: FTBFS: dh_auto_test: error: cd libpam && make -j4 test VERBOSE=1 returned exit code 2

2020-02-23 Thread Lucas Nussbaum
Source: google-authenticator
Version: 20170702-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[4]: Entering directory '/<>/libpam'
> FAIL: tests/pam_google_authenticator_unittest
> =
>google-authenticator 1.03: ./test-suite.log
> =
> 
> # TOTAL: 1
> # PASS:  0
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> .. contents:: :depth: 2
> 
> FAIL: tests/pam_google_authenticator_unittest
> =
> 
> pam_google_authenticator_unittest: 
> tests/pam_google_authenticator_unittest.c:335: main: Assertion 
> `num_prompts_shown == (expected_bad_prompts_shown)' failed.
> Secret file "/tmp/.google_authenticator_czSEyP" must be owned by "user42"
> FAIL tests/pam_google_authenticator_unittest (exit status: 1)
> 
> 
> Testsuite summary for google-authenticator 1.03
> 
> # TOTAL: 1
> # PASS:  0
> # SKIP:  0
> # XFAIL: 0
> # FAIL:  1
> # XPASS: 0
> # ERROR: 0
> 
> See ./test-suite.log
> Please report to hab...@google.com
> 
> make[4]: *** [Makefile:1283: test-suite.log] Error 1
> make[4]: Leaving directory '/<>/libpam'
> make[3]: *** [Makefile:1391: check-TESTS] Error 2
> make[3]: Leaving directory '/<>/libpam'
> make[2]: *** [Makefile:1598: check-am] Error 2
> make[2]: Leaving directory '/<>/libpam'
> dh_auto_test: error: cd libpam && make -j4 test VERBOSE=1 returned exit code 2

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/google-authenticator_20170702-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952215: golang-github-facebookgo-stack: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 github.com/facebookgo/stack returned exit code 1

2020-02-23 Thread Lucas Nussbaum
Source: golang-github-facebookgo-stack
Version: 0.0~git20160209.0.7517733-6
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 
> github.com/facebookgo/stack
> internal/race
> internal/cpu
> runtime/internal/sys
> runtime/internal/atomic
> sync/atomic
> runtime/internal/math
> unicode
> unicode/utf8
> internal/bytealg
> math/bits
> internal/testlog
> math
> runtime
> internal/reflectlite
> sync
> errors
> sort
> io
> internal/oserror
> strconv
> syscall
> bytes
> strings
> reflect
> internal/syscall/unix
> time
> internal/poll
> os
> internal/fmtsort
> path/filepath
> fmt
> github.com/facebookgo/stack
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/facebookgo/stack
> === RUN   TestCallers
> --- FAIL: TestCallers (0.00s)
> stack_test.go:94: did not find expected match "stack_test.go:16 
> +indirect2$" on line 1 in:
> github.com/facebookgo/stack/stack_test.go:12  indirect1
> github.com/facebookgo/stack/stack_test.go:16  TestCallers
> github.com/facebookgo/stack/stack_test.go:16  indirect2
> github.com/facebookgo/stack/stack_test.go:24  TestCallers
> /usr/lib/go-1.13/src/testing/testing.go:909   tRunner
> /usr/lib/go-1.13/src/runtime/asm_amd64.s:1357 goexit
> === RUN   TestCallersMulti
> --- PASS: TestCallersMulti (0.00s)
> === RUN   TestCallersMultiWithTwo
> --- FAIL: TestCallersMultiWithTwo (0.00s)
> stack_test.go:94: did not find expected match "stack_test.go:45 
> +TestCallersMultiWithTwo$" on line 4 in:
> github.com/facebookgo/stack/stack_test.go:44  TestCallersMultiWithTwo
> /usr/lib/go-1.13/src/testing/testing.go:909   tRunner
> /usr/lib/go-1.13/src/runtime/asm_amd64.s:1357 goexit
> (Stack 2)
> github.com/facebookgo/stack/stack.go:75   (*Multi).AddCallers
> /usr/lib/go-1.13/src/testing/testing.go:909   tRunner
> /usr/lib/go-1.13/src/runtime/asm_amd64.s:1357 goexit
> === RUN   TestCallersWithStruct
> --- FAIL: TestCallersWithStruct (0.00s)
> stack_test.go:94: did not find expected match "stack_test.go:63 
> +typ.indirect2$" on line 1 in:
> github.com/facebookgo/stack/stack_test.go:59  typ.indirect1
> github.com/facebookgo/stack/stack_test.go:63  TestCallersWithStruct
> github.com/facebookgo/stack/stack_test.go:63  typ.indirect2
> github.com/facebookgo/stack/stack_test.go:72  TestCallersWithStruct
> /usr/lib/go-1.13/src/testing/testing.go:909   tRunner
> /usr/lib/go-1.13/src/runtime/asm_amd64.s:1357 goexit
> === RUN   TestCaller
> --- PASS: TestCaller (0.00s)
> FAIL
> FAIL  github.com/facebookgo/stack 0.002s
> FAIL
> dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 
> github.com/facebookgo/stack returned exit code 1

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/golang-github-facebookgo-stack_0.0~git20160209.0.7517733-6_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



Bug#952209: sassphp: FTBFS: dh_auto_test: error: cd build-7.4 && make -j4 test VERBOSE=1 INSTALL_ROOT=/<>/debian/php-sass returned exit code 2

2020-02-23 Thread Lucas Nussbaum
Source: sassphp
Version: 0.5.16-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/build-7.4'
> 
> Build complete.
> Don't forget to run 'make test'.
> 
> 
> =
> PHP : /usr/bin/php7.4 
> PHP_SAPI: cli
> PHP_VERSION : 7.4.3
> ZEND_VERSION: 3.4.0
> PHP_OS  : Linux - Linux ip-172-31-14-207 4.19.0-6-cloud-amd64 #1 SMP 
> Debian 4.19.67-2+deb10u2 (2019-11-11) x86_64
> INI actual  : /<>/build-7.4/tmp-php.ini
> More .INIs  :   
> CWD : /<>/build-7.4
> Extra dirs  : 
> VALGRIND: Not used
> =
> TIME START 2020-02-23 02:51:45
> =
> TEST 1/22 [tests/arginfo_present.phpt]
> PASS Making sure ARG_INFO is present [tests/arginfo_present.phpt] 
> TEST 2/22 [tests/available.phpt]
> PASS Check for sass presence [tests/available.phpt] 
> TEST 3/22 [tests/check_bundled_libsass_version.phpt]
> FAIL check bundled libsass version [tests/check_bundled_libsass_version.phpt] 
> TEST 4/22 [tests/class_exists.phpt]
> PASS Test Sass is a class [tests/class_exists.phpt] 
> TEST 5/22 [tests/class_instantiatable.phpt]
> PASS Test Sass is instantiatable [tests/class_instantiatable.phpt] 
> TEST 6/22 [tests/file_comments.phpt]
> PASS compiles correct Sass file and provides source comments 
> [tests/file_comments.phpt] 
> TEST 7/22 [tests/file_embed.phpt]
> PASS compiles correct Sass file and provides source embedding 
> [tests/file_embed.phpt] 
> TEST 8/22 [tests/file_indent.phpt]
> PASS compiles SASS file in comparison to SCSS based SASS file 
> [tests/file_indent.phpt] 
> TEST 9/22 [tests/get_map_path.phpt]
> PASS correctly handles getting source map path [tests/get_map_path.phpt] 
> TEST 10/22 [tests/get_map_root.phpt]
> PASS correctly handles getting source map root [tests/get_map_root.phpt] 
> TEST 11/22 [tests/handles_comments.phpt]
> PASS correctly handles setting and getting comments 
> [tests/handles_comments.phpt] 
> TEST 12/22 [tests/handles_embed.phpt]
> PASS correctly handles setting and getting source embedding 
> [tests/handles_embed.phpt] 
> TEST 13/22 [tests/handles_include_path.phpt]
> PASS correctly handles includePath [tests/handles_include_path.phpt] 
> TEST 14/22 [tests/handles_indent.phpt]
> PASS correctly handles setting and getting SCSS / SASS file indents 
> [tests/handles_indent.phpt] 
> TEST 15/22 [tests/handles_map.phpt]
> PASS correctly handles setting and getting source map formats 
> [tests/handles_map.phpt] 
> TEST 16/22 [tests/handles_map_root.phpt]
> PASS correctly handles setting map root [tests/handles_map_root.phpt] 
> TEST 17/22 [tests/handles_precision.phpt]
> PASS correctly handles setting and getting precision 
> [tests/handles_precision.phpt] 
> TEST 18/22 [tests/handles_style.phpt]
> PASS correctly handles setting and getting style [tests/handles_style.phpt] 
> TEST 19/22 [tests/old_compile_file_alias_exists.phpt]
> PASS old compile_file() alias exists 
> [tests/old_compile_file_alias_exists.phpt] 
> TEST 20/22 [tests/parse_file_parses_file.phpt]
> PASS compileFile() compiles correct file [tests/parse_file_parses_file.phpt] 
> TEST 21/22 [tests/parse_parses_correct_sass.phpt]
> PASS parse() parses correct Sass [tests/parse_parses_correct_sass.phpt] 
> TEST 22/22 [tests/throw_exception.phpt]
> PASS If there's an error while parsing, throw a SassException 
> [tests/throw_exception.phpt] 
> =
> TIME END 2020-02-23 02:51:45
> 
> =
> TEST RESULT SUMMARY
> -
> Exts skipped:0
> Exts tested :   15
> -
> 
> Number of tests :   2222
> Tests skipped   :0 (  0.0%) 
> Tests warned:0 (  0.0%) (  0.0%)
> Tests failed:1 (  4.5%) (  4.5%)
> Tests passed:   21 ( 95.5%) ( 95.5%)
> -
> Time taken  :0 seconds
> =
> 
> =
> FAILED TEST SUMMARY
> -
> check bundled libsass version [tests/check_bundled_libsass_version.phpt]
> =
> make[2]: *** [Makefile:131: test] Error 1
> make[2]: Leaving directory '/<>/build-7.4'
> dh_auto_test: error: cd build-7.4 && make -j4 test VERBOSE=1 
> INSTALL_ROOT=/<>/debian/php-sass 

Bug#952213: mutagen: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i pypy -p 7.3 returned exit code 13

2020-02-23 Thread Lucas Nussbaum
Source: mutagen
Version: 1.40.0-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<>'
> PYBUILD_SYSTEM=custom \
> PYBUILD_TEST_ARGS="{interpreter} setup.py test --no-quality" dh_auto_test
> I: pybuild base:217: python2.7 setup.py test --no-quality
> running test
> = test session starts 
> ==
> platform linux2 -- Python 2.7.17, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
> hypothesis profile 'default' -> 
> database=DirectoryBasedExampleDatabase('/<>/.hypothesis/examples')
> rootdir: /<>
> plugins: hypothesis-4.36.2
> collected 3672 items / 3 deselected / 3669 selected
> 
> tests/test___init__.py . [  
> 1%]
>  [  
> 3%]
>  [  
> 5%]
>  [  
> 7%]
>  [  
> 9%]
>  [ 
> 11%]
>  [ 
> 13%]
>  [ 
> 15%]
>  [ 
> 17%]
>  [ 
> 18%]
>  [ 
> 20%]
>  [ 
> 22%]
>  [ 
> 24%]
>  [ 
> 26%]
> ..   [ 
> 28%]
> tests/test__id3frames.py ... [ 
> 29%]
>  [ 
> 31%]
>  [ 
> 33%]
>  [ 
> 35%]
>  [ 
> 37%]
>  [ 
> 39%]
>  [ 
> 41%]
>  [ 
> 43%]
>  [ 
> 45%]
>  [ 
> 47%]
>  [ 
> 49%]
>  [ 
> 51%]
>  [ 
> 53%]
>  [ 
> 55%]
> ..   [ 
> 56%]
> tests/test__id3specs.py ..   [ 
> 57%]
> tests/test__id3util.py ...   [ 
> 58%]
> tests/test__util.py  [ 
> 59%]
>  [ 
> 61%]
> ...  [ 
> 62%]
> tests/test__vorbis.py .. [ 
> 64%]
> .[ 
> 64%]
> tests/test_aac.py    [ 
> 64%]
> tests/test_aiff.py ..[ 
> 65%]
> tests/test_apev2.py  [ 
> 66%]
> ..   [ 
> 67%]
> tests/test_asf.py .. [ 
> 69%]
> ...  [ 
> 71%]
> tests/test_dsf.py .. [ 
> 71%]
> tests/test_easyid3.py    [ 
> 72%]
> tests/test_easymp4.py .. [ 
> 73%]
> tests/test_encoding.py . [ 
> 73%]
> tests/test_flac.py . [ 
> 74%]
>  [ 
> 

Bug#952206: golang-go.uber-zap: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 go.uber.org/zap go.uber.org/zap/buffer go.uber.org/zap/internal/bufferpool go.uber.org/z

2020-02-23 Thread Lucas Nussbaum
Source: golang-go.uber-zap
Version: 1.9.1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --buildsystem=golang --with=golang
>dh_update_autotools_config -O--buildsystem=golang
>dh_autoreconf -O--buildsystem=golang
>dh_auto_configure -O--buildsystem=golang
>dh_auto_build -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go install -trimpath -v -p 4 go.uber.org/zap 
> go.uber.org/zap/buffer go.uber.org/zap/internal/bufferpool 
> go.uber.org/zap/internal/color go.uber.org/zap/internal/exit 
> go.uber.org/zap/internal/readme go.uber.org/zap/internal/ztest 
> go.uber.org/zap/zapcore go.uber.org/zap/zapgrpc go.uber.org/zap/zaptest 
> go.uber.org/zap/zaptest/observer
> internal/race
> internal/cpu
> runtime/internal/sys
> runtime/internal/atomic
> sync/atomic
> runtime/internal/math
> unicode
> unicode/utf8
> encoding
> internal/bytealg
> math/bits
> internal/testlog
> math
> unicode/utf16
> container/list
> crypto/internal/subtle
> runtime
> crypto/subtle
> vendor/golang.org/x/crypto/cryptobyte/asn1
> internal/nettrace
> vendor/golang.org/x/crypto/internal/subtle
> runtime/cgo
> vendor/golang.org/x/crypto/curve25519
> internal/reflectlite
> sync
> internal/singleflight
> math/rand
> errors
> sort
> io
> strconv
> internal/oserror
> syscall
> vendor/golang.org/x/net/dns/dnsmessage
> bytes
> reflect
> strings
> go.uber.org/zap/buffer
> go.uber.org/zap/internal/bufferpool
> bufio
> hash
> internal/syscall/unix
> time
> hash/crc32
> crypto
> crypto/internal/randutil
> crypto/hmac
> crypto/rc4
> vendor/golang.org/x/crypto/hkdf
> vendor/golang.org/x/text/transform
> path
> internal/fmtsort
> encoding/binary
> go.uber.org/atomic
> internal/poll
> context
> crypto/cipher
> crypto/sha512
> encoding/base64
> os
> crypto/ed25519/internal/edwards25519
> crypto/aes
> crypto/des
> crypto/md5
> crypto/sha1
> fmt
> go.uber.org/zap/internal/exit
> path/filepath
> crypto/sha256
> encoding/pem
> net
> io/ioutil
> vendor/golang.org/x/crypto/internal/chacha20
> vendor/golang.org/x/crypto/poly1305
> vendor/golang.org/x/sys/cpu
> encoding/json
> flag
> go.uber.org/multierr
> go.uber.org/zap/internal/color
> log
> compress/flate
> math/big
> go.uber.org/zap/zapcore
> compress/gzip
> encoding/hex
> net/url
> vendor/golang.org/x/crypto/chacha20poly1305
> vendor/golang.org/x/text/unicode/bidi
> crypto/rand
> crypto/elliptic
> encoding/asn1
> crypto/ed25519
> crypto/rsa
> crypto/dsa
> crypto/ecdsa
> crypto/x509/pkix
> vendor/golang.org/x/crypto/cryptobyte
> vendor/golang.org/x/text/secure/bidirule
> vendor/golang.org/x/text/unicode/norm
> vendor/golang.org/x/net/http2/hpack
> mime
> mime/quotedprintable
> net/http/internal
> os/exec
> text/template/parse
> vendor/golang.org/x/net/idna
> go.uber.org/zap/internal/ztest
> go.uber.org/zap/zaptest/observer
> net/textproto
> crypto/x509
> vendor/golang.org/x/net/http/httpproxy
> text/template
> vendor/golang.org/x/net/http/httpguts
> mime/multipart
> go.uber.org/zap/internal/readme
> crypto/tls
> net/http/httptrace
> net/http
> go.uber.org/zap
> go.uber.org/zap/zapgrpc
> go.uber.org/zap/zaptest
>dh_auto_test -O--buildsystem=golang
>   cd obj-x86_64-linux-gnu && go test -vet=off -v -p 4 go.uber.org/zap 
> go.uber.org/zap/buffer go.uber.org/zap/internal/bufferpool 
> go.uber.org/zap/internal/color go.uber.org/zap/internal/exit 
> go.uber.org/zap/internal/readme go.uber.org/zap/internal/ztest 
> go.uber.org/zap/zapcore go.uber.org/zap/zapgrpc go.uber.org/zap/zaptest 
> go.uber.org/zap/zaptest/observer
> === RUN   TestArrayWrappers
> --- PASS: TestArrayWrappers (0.00s)
> === RUN   TestConfig
> === RUN   TestConfig/production
> === RUN   TestConfig/development
> --- PASS: TestConfig (0.00s)
> --- PASS: TestConfig/production (0.00s)
> --- PASS: TestConfig/development (0.00s)
> === RUN   TestConfigWithInvalidPaths
> === RUN   TestConfigWithInvalidPaths/output_directory_doesn't_exist
> === RUN   TestConfigWithInvalidPaths/error_output_directory_doesn't_exist
> === RUN   TestConfigWithInvalidPaths/neither_output_directory_exists
> --- PASS: TestConfigWithInvalidPaths (0.00s)
> --- PASS: TestConfigWithInvalidPaths/output_directory_doesn't_exist 
> (0.00s)
> --- PASS: TestConfigWithInvalidPaths/error_output_directory_doesn't_exist 
> (0.00s)
> --- PASS: TestConfigWithInvalidPaths/neither_output_directory_exists 
> (0.00s)
> === RUN   TestRegisterDefaultEncoders
> --- PASS: TestRegisterDefaultEncoders (0.00s)
> === RUN   TestRegisterEncoder
> --- PASS: TestRegisterEncoder (0.00s)
> === RUN   TestDuplicateRegisterEncoder
> --- PASS: TestDuplicateRegisterEncoder (0.00s)
> === RUN   TestRegisterEncoderNoName
> --- PASS: TestRegisterEncoderNoName (0.00s)
> === RUN   TestNewEncoder
> --- PASS: TestNewEncoder (0.00s)
> === RUN   

Bug#952208: python-ftputil: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.8 3.7" returned exit code 13

2020-02-23 Thread Lucas Nussbaum
Source: python-ftputil
Version: 3.4-2
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --buildsystem=pybuild
>dh_update_autotools_config -O--buildsystem=pybuild
>dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:217: python3.8 setup.py config 
> running config
> I: pybuild base:217: python3.7 setup.py config 
> running config
>dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:217: /usr/bin/python3.8 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/error.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/tool.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/__init__.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/sync.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/host.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/session.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/file.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/lrucache.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/compat.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/stat_cache.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/stat.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/version.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/path.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/file_transfer.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/socket_file_adapter.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> copying ftputil/session_adapter.py -> 
> /<>/.pybuild/cpython3_3.8_ftputil/build/ftputil
> I: pybuild base:217: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/error.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/tool.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/__init__.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/sync.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/host.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/session.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/file.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/lrucache.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/compat.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/stat_cache.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/stat.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/version.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/path.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/file_transfer.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/socket_file_adapter.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
> copying ftputil/session_adapter.py -> 
> /<>/.pybuild/cpython3_3.7_ftputil/build/ftputil
>dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:217: cd /<>/.pybuild/cpython3_3.8_ftputil/build; 
> python3.8 -m pytest test
> = test session starts 
> ==
> platform linux -- Python 3.8.2rc2, pytest-4.6.9, py-1.8.1, pluggy-0.13.0
> rootdir: /<>
> collected 129 items
> 
> test/test_error.py ..[  
> 4%]
> test/test_file.py .. [ 
> 18%]
> test/test_file_transfer.py   [ 
> 21%]
> test/test_host.py ...F.F [ 
> 48%]
> test/test_path.py    [ 
> 57%]
> test/test_session.py ..  [ 
> 62%]
> test/test_stat.py .. [ 
> 79%]
> test/test_stat_cache.py ..   [ 
> 86%]
> test/test_sync.py ...[ 
> 89%]
> test/test_tool.py    [ 
> 95%]
> test/test_with_statement.py ..   
> [100%]
> 
> === FAILURES 
> ===
>  

Bug#952204: php-msgpack: FTBFS: dh_auto_test: error: cd build-7.4 && make -j1 test VERBOSE=1 INSTALL_ROOT=/<>/debian/php-msgpack returned exit code 2

2020-02-23 Thread Lucas Nussbaum
Source: php-msgpack
Version: 2.0.3-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.

Relevant part (hopefully):
> make[2]: Entering directory '/<>/build-7.4'
> 
> Build complete.
> Don't forget to run 'make test'.
> 
> 
> =
> PHP : /usr/bin/php7.4 
> PHP_SAPI: cli
> PHP_VERSION : 7.4.3
> ZEND_VERSION: 3.4.0
> PHP_OS  : Linux - Linux ip-172-31-8-13 4.19.0-6-cloud-amd64 #1 SMP Debian 
> 4.19.67-2+deb10u2 (2019-11-11) x86_64
> INI actual  : /<>/build-7.4/tmp-php.ini
> More .INIs  :   
> CWD : /<>/build-7.4
> Extra dirs  : 
> VALGRIND: Not used
> =
> TIME START 2020-02-23 02:52:12
> =
> TEST 1/115 [tests/001.phpt]
> PASS Check for msgpack presence [tests/001.phpt] 
> TEST 2/115 [tests/002.phpt]
> PASS Check for null serialisation [tests/002.phpt] 
> TEST 3/115 [tests/003.phpt]
> PASS Check for bool serialisation [tests/003.phpt] 
> TEST 4/115 [tests/004.phpt]
> PASS Check for integer serialisation [tests/004.phpt] 
> TEST 5/115 [tests/005.phpt]
> PASS Check for double serialisation [tests/005.phpt] 
> TEST 6/115 [tests/006.phpt]
> PASS Check for simple string serialization [tests/006.phpt] 
> TEST 7/115 [tests/007.phpt]
> PASS Check for simple array serialization [tests/007.phpt] 
> TEST 8/115 [tests/008.phpt]
> PASS Check for array+string serialization [tests/008.phpt] 
> TEST 9/115 [tests/009.phpt]
> PASS Check for reference serialization [tests/009.phpt] 
> TEST 10/115 [tests/010.phpt]
> PASS Array test [tests/010.phpt] 
> TEST 11/115 [tests/012.phpt]
> PASS Object test [tests/012.phpt] 
> TEST 12/115 [tests/013.phpt]
> PASS Object-Array test [tests/013.phpt] 
> TEST 13/115 [tests/014.phpt]
> PASS Object-Reference test [tests/014.phpt] 
> TEST 14/115 [tests/015.phpt]
> PASS Check for serialization handler [tests/015.phpt] 
> TEST 15/115 [tests/015b.phpt]
> PASS Check for serialization handler, ini-directive [tests/015b.phpt] 
> TEST 16/115 [tests/015e.phpt]
> PASS Check for serialization handler, broken [tests/015e.phpt] 
> TEST 17/115 [tests/016.phpt]
> PASS Object test, __sleep [tests/016.phpt] 
> TEST 18/115 [tests/017.phpt]
> PASS Object test, __wakeup [tests/017.phpt] 
> TEST 19/115 [tests/018.phpt]
> PASS Object test, __sleep error cases [tests/018.phpt] 
> TEST 20/115 [tests/019.phpt]
> PASS Object test, __autoload [tests/019.phpt] 
> TEST 21/115 [tests/020.phpt]
> PASS Object test, incomplete class [tests/020.phpt] 
> TEST 22/115 [tests/021.phpt]
> PASS Object Serializable interface [tests/021.phpt] 
> TEST 23/115 [tests/022.phpt]
> PASS Object test, unserialize_callback_func [tests/022.phpt] 
> TEST 24/115 [tests/023.phpt]
> PASS Resource [tests/023.phpt] 
> TEST 25/115 [tests/024.phpt]
> PASS Recursive objects [tests/024.phpt] 
> TEST 26/115 [tests/025.phpt]
> PASS Object test, array of objects with __sleep [tests/025.phpt] 
> TEST 27/115 [tests/026.phpt]
> PASS Cyclic array test [tests/026.phpt] 
> TEST 28/115 [tests/027.phpt]
> PASS Check for serialization handler [tests/027.phpt] 
> TEST 29/115 [tests/028.phpt]
> PASS Serialize object into session, full set [tests/028.phpt] 
> TEST 30/115 [tests/029.phpt]
> PASS Msgpack module info [tests/029.phpt] 
> TEST 31/115 [tests/030.phpt]
> PASS Unserialize invalid data [tests/030.phpt] 
> TEST 32/115 [tests/031.phpt]
> PASS Object Serializable interface throws exceptions [tests/031.phpt] 
> TEST 33/115 [tests/032.phpt]
> PASS Object test, __sleep and __wakeup exceptions [tests/032.phpt] 
> TEST 34/115 [tests/033.phpt]
> PASS Object test, cyclic references [tests/033.phpt] 
> TEST 35/115 [tests/034.phpt]
> PASS Unserialize invalid random data [tests/034.phpt] 
> TEST 36/115 [tests/035.phpt]
> PASS Profiling perf test. [tests/035.phpt] 
> TEST 37/115 [tests/040.phpt]
> FAIL broken random data test [tests/040.phpt] 
> TEST 38/115 [tests/040b.phpt]
> FAIL broken random data test : MessagePack class [tests/040b.phpt] 
> TEST 39/115 [tests/040c.phpt]
> FAIL broken random data test : MessagePackUnpacker::feed [tests/040c.phpt] 
> TEST 40/115 [tests/040d.phpt]
> FAIL broken random data test : MessagePackUnpacker::execute [tests/040d.phpt] 
> TEST 41/115 [tests/041.phpt]
> PASS Check for double NaN, Inf, -Inf, 0, and -0 [tests/041.phpt] 
> TEST 42/115 [tests/042.phpt]
> PASS Closure [tests/042.phpt] 
> TEST 43/115 [tests/050.phpt]
> PASS Check for array unserialization [tests/050.phpt] 
> TEST 44/115 [tests/060.phpt]
> PASS Check for buffered streaming unserialization [tests/060.phpt] 
> TEST 45/115 [tests/061.phpt]
> PASS Check for unbuffered streaming unserialization [tests/061.phpt] 
> TEST 46/115 [tests/062.phpt]
> PASS Extra bytes buffered streaming unserialization 

<    1   2   3   4   5   >