Your message dated Thu, 17 Jan 2019 02:44:46 +0000
with message-id <e1gjxfi-0005pp...@fasolo.debian.org>
and subject line Bug#919523: fixed in libmodule-install-readmefrompod-perl 
0.30-2
has caused the Debian Bug report #919523,
regarding libmodule-install-readmefrompod-perl: FTBFS in sid (failing tests)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
919523: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libmodule-install-readmefrompod-perl
Version: 0.30-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in sid but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules binary-indep
dh binary-indep
   dh_update_autotools_config -i
   dh_auto_configure -i
        perl -I. Makefile.PL INSTALLDIRS=vendor "OPTIMIZE=-g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" 
"LD=x86_64-linux-gnu-gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro"
I can run 'make' good
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Module::Install::ReadmeFromPod
Writing MYMETA.yml and MYMETA.json
   dh_auto_build -i
        make -j1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
cp lib/Module/Install/ReadmeFromPod.pm blib/lib/Module/Install/ReadmeFromPod.pm
Manifying 1 pod document
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_test -i
        make -j1 test TEST_VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>'
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" 
"-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 
'blib/arch')" t/*.t
# Testing Module::Install::ReadmeFromPod 0.30, Perl 5.028001, /usr/bin/perl
t/00_compile.t ....... 
1..1
ok 1 - use Module::Install::ReadmeFromPod;
ok
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# include /<<PKGBUILDDIR>>/dist/pOKZQrzH2U/inc/Module/Install.pm
# include inc/Module/Install/Metadata.pm
# include inc/Module/Install/Base.pm
# include inc/Module/Install/ReadmeFromPod.pm
# readme_from README.pm to txt
# readme_from README.pm to htm
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# readme_from README.pm to man
# readme_from README.pm to md
# include inc/Module/Install/WriteAll.pm
# include inc/Module/Install/Makefile.pm
# include inc/Module/Install/Win32.pm
# include inc/Module/Install/Can.pm
# include inc/Module/Install/Fetch.pm
# Generating a Unix-style Makefile
# Writing Makefile for Foo::Bar
# Writing MYMETA.yml and MYMETA.json
# Writing META.yml
# make[2]: Entering directory '/<<PKGBUILDDIR>>/dist/pOKZQrzH2U'
# rm -f \
#   Bar.bso Bar.def \
#   Bar.exp Bar.x \
#    blib/arch/auto/Foo/Bar/extralibs.all \
#   blib/arch/auto/Foo/Bar/extralibs.ld Makefile.aperl \
#   *.a *.o \
#   *perl.core MYMETA.json \
#   MYMETA.yml blibdirs.ts \
#   core core.*perl.*.? \
#   core.[0-9] core.[0-9][0-9] \
#   core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
#   core.[0-9][0-9][0-9][0-9][0-9] libBar.def \
#   mon.out perl \
#   perl perl.exe \
#   perlmain.c pm_to_blib \
#   pm_to_blib.ts so_locations \
#   tmon.out 
# rm -rf \
#   blib 
# mv Makefile Makefile.old > /dev/null 2>&1
# rm -f \
#   Makefile Makefile.old 
# rm -rf \
#   Foo-Bar-0.01 MYMETA.yml 
# rm -f Foo-Bar-0.01.tar.gz
# rm -f MANIFEST.bak _build
# "/usr/bin/perl" "-Iinc" "-Ilib" "-MModule::Install::Admin" -e "remove_meta()"
# rm -rf inc
# "/usr/bin/perl" "-Iinc" "-MExtUtils::Manifest=fullcheck" -e fullcheck
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Not in MANIFEST: Makefile.PL
# Not in MANIFEST: README
# Not in MANIFEST: README.1
# Not in MANIFEST: README.htm
# Not in MANIFEST: README.md
# Not in MANIFEST: README.pm
# make[2]: Leaving directory '/<<PKGBUILDDIR>>/dist/pOKZQrzH2U'
t/01_dist.t .......... 
1..13
ok 1 - Exists: 'inc/Module/Install/ReadmeFromPod.pm'
ok 2 - There is a README file
ok 3 - There is a README.htm file
ok 4 - There is a README.md file
ok 5 - There is a README.1 file
ok 6 - README contains only unix newlines
ok 7 - README.htm contains only unix newlines
ok 8 - README.md contains only unix newlines
ok 9 - README.1 contains only unix newlines
ok 10 - There is a README file
ok 11 - There is a README.htm file
ok 12 - There is a README.md file
ok 13 - There is a README.1 file
ok
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# include /<<PKGBUILDDIR>>/dist/rxpKpJcKFL/inc/Module/Install.pm
# include inc/Module/Install/Metadata.pm
# include inc/Module/Install/Base.pm
# include inc/Module/Install/ReadmeFromPod.pm
# readme_from README.pm to text
# include inc/Module/Install/Makefile.pm
# readme_from README.pm to html
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# readme_from README.pm to md
# readme_from README.pm to man
# include inc/Module/Install/WriteAll.pm
# include inc/Module/Install/Win32.pm
# include inc/Module/Install/Can.pm
# include inc/Module/Install/Fetch.pm
# Generating a Unix-style Makefile
# Writing Makefile for Foo::Bar
# Writing MYMETA.yml and MYMETA.json
# Writing META.yml
# make[2]: Entering directory '/<<PKGBUILDDIR>>/dist/rxpKpJcKFL'
# rm -f \
#   Bar.bso Bar.def \
#   Bar.exp Bar.x \
#    blib/arch/auto/Foo/Bar/extralibs.all \
#   blib/arch/auto/Foo/Bar/extralibs.ld Makefile.aperl \
#   *.a *.o \
#   *perl.core MYMETA.json \
#   MYMETA.yml blibdirs.ts \
#   core core.*perl.*.? \
#   core.[0-9] core.[0-9][0-9] \
#   core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
#   core.[0-9][0-9][0-9][0-9][0-9] libBar.def \
#   mon.out perl \
#   perl perl.exe \
#   perlmain.c pm_to_blib \
#   pm_to_blib.ts so_locations \
#   tmon.out 
# rm -rf \
#   Foobar.htm Foobar.man \
#   Foobar.md Foobar.txt \
#   blib 
# mv Makefile Makefile.old > /dev/null 2>&1
# rm -f \
#   Makefile Makefile.old 
# rm -rf \
#   Foo-Bar-0.01 MYMETA.yml 
# rm -f Foo-Bar-0.01.tar.gz
# rm -f MANIFEST.bak _build
# "/usr/bin/perl" "-Iinc" "-Ilib" "-MModule::Install::Admin" -e "remove_meta()"
# rm -rf inc
# "/usr/bin/perl" "-Iinc" "-MExtUtils::Manifest=fullcheck" -e fullcheck
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Not in MANIFEST: Makefile.PL
# Not in MANIFEST: README.pm
# make[2]: Leaving directory '/<<PKGBUILDDIR>>/dist/rxpKpJcKFL'
t/02_clean.t ......... 
1..13
ok 1 - Exists: 'inc/Module/Install/ReadmeFromPod.pm'
ok 2 - There is a Foobar.txt file
ok 3 - There is a Foobar.htm file
ok 4 - There is a Foobar.md file
ok 5 - There is a Foobar.man file
ok 6 - Foobar.txt contains only unix newlines
ok 7 - Foobar.htm contains only unix newlines
ok 8 - Foobar.md contains only unix newlines
ok 9 - Foobar.man contains only unix newlines
ok 10 - The Foobar.txt file has been removed
ok 11 - The Foobar.htm file has been removed
ok 12 - The Foobar.md file has been removed
ok 13 - The Foobar.man file has been removed
ok
# include /<<PKGBUILDDIR>>/dist/HaD4lznu22/inc/Module/Install.pm
# include inc/Module/Install/Metadata.pm
# include inc/Module/Install/Base.pm
# include inc/Module/Install/Makefile.pm
# include inc/Module/Install/ReadmeFromPod.pm
# readme_from README.pm to txt
# include inc/Module/Install/WriteAll.pm
# include inc/Module/Install/Win32.pm
# include inc/Module/Install/Can.pm
# include inc/Module/Install/Fetch.pm
# Generating a Unix-style Makefile
# Writing Makefile for Foo::Bar
# Writing MYMETA.yml and MYMETA.json
# Writing META.yml
# make[2]: Entering directory '/<<PKGBUILDDIR>>/dist/HaD4lznu22'
# rm -f \
#   Bar.bso Bar.def \
#   Bar.exp Bar.x \
#    blib/arch/auto/Foo/Bar/extralibs.all \
#   blib/arch/auto/Foo/Bar/extralibs.ld Makefile.aperl \
#   *.a *.o \
#   *perl.core MYMETA.json \
#   MYMETA.yml blibdirs.ts \
#   core core.*perl.*.? \
#   core.[0-9] core.[0-9][0-9] \
#   core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
#   core.[0-9][0-9][0-9][0-9][0-9] libBar.def \
#   mon.out perl \
#   perl perl.exe \
#   perlmain.c pm_to_blib \
#   pm_to_blib.ts so_locations \
#   tmon.out 
# rm -rf \
#   blib 
# mv Makefile Makefile.old > /dev/null 2>&1
# rm -f \
#   Makefile Makefile.old 
# rm -rf \
#   Foo-Bar-0.01 MYMETA.yml 
# rm -f Foo-Bar-0.01.tar.gz
# rm -f MANIFEST.bak _build
# "/usr/bin/perl" "-Iinc" "-Ilib" "-MModule::Install::Admin" -e "remove_meta()"
# rm -rf inc
# "/usr/bin/perl" "-Iinc" "-MExtUtils::Manifest=fullcheck" -e fullcheck
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Not in MANIFEST: Makefile.PL
# Not in MANIFEST: README
# Not in MANIFEST: README.pm
# make[2]: Leaving directory '/<<PKGBUILDDIR>>/dist/HaD4lznu22'
t/03_all_from.t ...... 
1..4
ok 1 - Exists: 'inc/Module/Install/ReadmeFromPod.pm'
ok 2 - There is a README file
ok 3 - README contains only unix newlines
ok 4 - There is a README file
ok
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# include /<<PKGBUILDDIR>>/dist/15lRePrGkG/inc/Module/Install.pm
# include inc/Module/Install/Metadata.pm
# include inc/Module/Install/Base.pm
# include inc/Module/Install/ReadmeFromPod.pm
# readme_from README.pm to txt
# readme_from README.pm to htm
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# readme_from README.pm to man
# readme_from README.pm to pdf
# include inc/Module/Install/WriteAll.pm
# include inc/Module/Install/Makefile.pm
# include inc/Module/Install/Win32.pm
# include inc/Module/Install/Can.pm
# include inc/Module/Install/Fetch.pm
# Generating a Unix-style Makefile
# Writing Makefile for Foo::Bar
# Writing MYMETA.yml and MYMETA.json
# Writing META.yml
# make[2]: Entering directory '/<<PKGBUILDDIR>>/dist/15lRePrGkG'
# rm -f \
#   Bar.bso Bar.def \
#   Bar.exp Bar.x \
#    blib/arch/auto/Foo/Bar/extralibs.all \
#   blib/arch/auto/Foo/Bar/extralibs.ld Makefile.aperl \
#   *.a *.o \
#   *perl.core MYMETA.json \
#   MYMETA.yml blibdirs.ts \
#   core core.*perl.*.? \
#   core.[0-9] core.[0-9][0-9] \
#   core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
#   core.[0-9][0-9][0-9][0-9][0-9] libBar.def \
#   mon.out perl \
#   perl perl.exe \
#   perlmain.c pm_to_blib \
#   pm_to_blib.ts so_locations \
#   tmon.out 
# rm -rf \
#   blib 
# mv Makefile Makefile.old > /dev/null 2>&1
# rm -f \
#   Makefile Makefile.old 
# rm -rf \
#   Foo-Bar-0.01 MYMETA.yml 
# rm -f Foo-Bar-0.01.tar.gz
# rm -f MANIFEST.bak _build
# "/usr/bin/perl" "-Iinc" "-Ilib" "-MModule::Install::Admin" -e "remove_meta()"
# rm -rf inc
# "/usr/bin/perl" "-Iinc" "-MExtUtils::Manifest=fullcheck" -e fullcheck
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Not in MANIFEST: Makefile.PL
# Not in MANIFEST: README
# Not in MANIFEST: README.1
# Not in MANIFEST: README.htm
# Not in MANIFEST: README.pdf
# Not in MANIFEST: README.pm
# make[2]: Leaving directory '/<<PKGBUILDDIR>>/dist/15lRePrGkG'
t/04_distpdf.t ....... 
1..13
ok 1 - Exists: 'inc/Module/Install/ReadmeFromPod.pm'
ok 2 - There is a README file
ok 3 - There is a README.htm file
ok 4 - There is a README.1 file
ok 5 - There is a README.pdf file
ok 6 - README contains only unix newlines
ok 7 - README.htm contains only unix newlines
ok 8 - README.1 contains only unix newlines
ok 9 - README.pdf contains only unix newlines
ok 10 - There is a README file
ok 11 - There is a README.htm file
ok 12 - There is a README.1 file
ok 13 - There is a README.pdf file
ok
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# include /<<PKGBUILDDIR>>/dist/5zZBitAaEl/inc/Module/Install.pm
# include inc/Module/Install/Metadata.pm
# include inc/Module/Install/Base.pm
# include inc/Module/Install/ReadmeFromPod.pm
# readme_from README.pm to text
# include inc/Module/Install/Makefile.pm
# readme_from README.pm to html
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# Subroutine Module::Install::ReadmeFromPod::io redefined at 
/usr/share/perl5/IO/All/Base.pm line 24.
# readme_from README.pm to man
# readme_from README.pm to pdf
# include inc/Module/Install/WriteAll.pm
# include inc/Module/Install/Win32.pm
# include inc/Module/Install/Can.pm
# include inc/Module/Install/Fetch.pm
# Generating a Unix-style Makefile
# Writing Makefile for Foo::Bar
# Writing MYMETA.yml and MYMETA.json
# Writing META.yml
#   Failed test 'Foobar.pdf contains only unix newlines'
#   at t/05_cleanpdf.t line 73.
#                   '%PDF-1.4
# %ÆÍ͵
# 1 0 obj << /Type /Catalog /PageLayout /SinglePage /PageMode /UseNone /Pages 2 
0 R /ViewerPreferences << /NonFullScreenPageMode /UseNone >> >> endobj
# 2 0 obj << /Type /Pages /Count 1 /Kids [ 5 0 R ] /MediaBox [ 0 0 595 842 ] 
/Resources 3 0 R >> endobj
# 3 0 obj << /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >> endobj
# 4 0 obj << /Producer (App::pod2pdf version 0.42) >> endobj
# 5 0 obj << /Type /Page /Contents [ 6 0 R 7 0 R ] /Parent 2 0 R /Resources << 
/Font << /HeBoCBA 8 0 R /HelvCBB 9 0 R >> /ProcSet [ /PDF /Text /ImageB /ImageC 
/ImageI ] >> >> endobj
# 6 0 obj << /Filter [ /FlateDecode ] /Length 34 >> stream
# xœS0±P07³TÈU051³r‚@‚01° /slash /zero /one /two /three /four /five /six 
/seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B 
/C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z 
/bracketleft /backslash /bracketright /asciicircum /underscore /grave /a /b /c 
/d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft 
/bar /braceright /asciitilde /bullet /Euro /bullet /quotesinglbase /florin 
/quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron 
/guilsinglleft /OE /bullet /Zcaron /bullet /bullet /quoteleft /quoteright 
/quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron 
/guilsinglright /oe /bullet /zcaron /Ydieresis /space /exclamdown /cent 
/sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine 
/guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus 
/twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /one
 superior /ordmasculine /guillemotright /onequarter /onehalf /threequarters 
/questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE 
/Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex 
/Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis 
/multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn 
/germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae 
/ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex 
/idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide 
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ] >> 
/FirstChar 32 /LastChar 255 /Name /HeBoCBA /Widths [ 278 333 474 556 556 889 
722 238 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 
333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 
722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 333 556
  611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 
611 556 778 556 556 500 389 280 389 584 350 556 350 278 556 500 1000 556 556 
333 1000 667 333 1000 350 611 350 350 278 278 500 500 350 556 1000 333 1000 556 
333 944 350 500 667 278 333 556 556 556 556 280 556 333 737 370 556 584 333 737 
333 400 584 333 333 333 611 556 278 333 333 365 556 834 834 834 611 722 722 722 
722 722 722 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 
778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 556 556 556 
556 556 278 278 278 278 611 611 611 611 611 611 611 584 611 611 611 611 611 556 
611 556 ] >> endobj
# 9 0 obj << /Type /Font /Subtype /Type1 /BaseFont /Helvetica /Encoding << 
/Type /Encoding /BaseEncoding /WinAnsiEncoding /Differences [ 0 /.notdef 
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam 
/quotedbl /numbersign /dollar /percent /ampersand /quotesingle /parenleft 
/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two 
/three /four /five /six /seven /eight /nine /colon /semicolon /less /equal 
/greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S 
/T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum 
/underscore /grave /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t 
/u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /bullet /Euro /bullet 
/quotesinglbase /flori
 n /quotedblbase /ellipsis /dagger /daggerdbl /circumflex /perthousand /Scaron 
/guilsinglleft /OE /bullet /Zcaron /bullet /bullet /quoteleft /quoteright 
/quotedblleft /quotedblright /bullet /endash /emdash /tilde /trademark /scaron 
/guilsinglright /oe /bullet /zcaron /Ydieresis /space /exclamdown /cent 
/sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine 
/guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus 
/twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla 
/onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters 
/questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE 
/Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex 
/Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis 
/multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn 
/germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae 
/ccedilla /egrave /
 eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth 
/ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave 
/uacute /ucircumflex /udieresis /yacute /thorn /ydieresis ] >> /FirstChar 32 
/LastChar 255 /Name /HelvCBB /Widths [ 278 278 355 556 556 889 667 191 333 333 
389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 
584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 
778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 333 556 556 500 556 
556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 
500 500 334 260 334 584 350 556 350 222 556 333 1000 556 556 333 1000 667 333 
1000 350 611 350 350 222 222 333 333 350 556 1000 333 1000 500 333 944 350 500 
667 278 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 
333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 
1000 722 667 667 667 667 278 278 278 278 722 722 778 77
 8 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 
500 556 556 556 556 278 278 278 278 556 556 556 556 556 556 556 584 611 556 556 
556 556 500 556 500 ] >> endobj
# xref
# 0 10
# 0000000000 65535 f 
# 0000000015 00000 n 
# 0000000164 00000 n 
# 0000000266 00000 n 
# 0000000335 00000 n 
# 0000000394 00000 n 
# 0000000574 00000 n 
# 0000000683 00000 n 
# 0000001179 00000 n 
# 0000004363 00000 n 
# trailer
# << /Info 4 0 R /Root 1 0 R /Size 10 >>
# startxref
# 7543
# %%EOF
# '
#           matches '(?^:\r\n)'
# make[2]: Entering directory '/<<PKGBUILDDIR>>/dist/5zZBitAaEl'
# rm -f \
#   Bar.bso Bar.def \
#   Bar.exp Bar.x \
#    blib/arch/auto/Foo/Bar/extralibs.all \
#   blib/arch/auto/Foo/Bar/extralibs.ld Makefile.aperl \
#   *.a *.o \
#   *perl.core MYMETA.json \
#   MYMETA.yml blibdirs.ts \
#   core core.*perl.*.? \
#   core.[0-9] core.[0-9][0-9] \
#   core.[0-9][0-9][0-9] core.[0-9][0-9][0-9][0-9] \
#   core.[0-9][0-9][0-9][0-9][0-9] libBar.def \
#   mon.out perl \
#   perl perl.exe \
#   perlmain.c pm_to_blib \
#   pm_to_blib.ts so_locations \
#   tmon.out 
# rm -rf \
#   Foobar.htm Foobar.man \
#   Foobar.pdf Foobar.txt \
#   blib 
# mv Makefile Makefile.old > /dev/null 2>&1
# rm -f \
#   Makefile Makefile.old 
# rm -rf \
#   Foo-Bar-0.01 MYMETA.yml 
# rm -f Foo-Bar-0.01.tar.gz
# rm -f MANIFEST.bak _build
# "/usr/bin/perl" "-Iinc" "-Ilib" "-MModule::Install::Admin" -e "remove_meta()"
# rm -rf inc
# "/usr/bin/perl" "-Iinc" "-MExtUtils::Manifest=fullcheck" -e fullcheck
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Problem opening MANIFEST: No such file or directory at 
/usr/share/perl/5.28/ExtUtils/Manifest.pm line 349.
# Not in MANIFEST: Makefile.PL
# Not in MANIFEST: README.pm
# make[2]: Leaving directory '/<<PKGBUILDDIR>>/dist/5zZBitAaEl'
# Looks like you failed 1 test of 13.
t/05_cleanpdf.t ...... 
1..13
ok 1 - Exists: 'inc/Module/Install/ReadmeFromPod.pm'
ok 2 - There is a Foobar.txt file
ok 3 - There is a Foobar.htm file
ok 4 - There is a Foobar.man file
ok 5 - There is a Foobar.pdf file
ok 6 - Foobar.txt contains only unix newlines
ok 7 - Foobar.htm contains only unix newlines
ok 8 - Foobar.man contains only unix newlines
not ok 9 - Foobar.pdf contains only unix newlines
ok 10 - The Foobar.txt file has been removed
ok 11 - The Foobar.htm file has been removed
ok 12 - The Foobar.man file has been removed
ok 13 - There is a Foobar.pdf file
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/13 subtests 
t/99_pod.t ........... 
1..1
ok 1 - POD test for blib/lib/Module/Install/ReadmeFromPod.pm
ok
t/99_pod_coverage.t .. 
1..1
ok 1 - Pod coverage on Module::Install::ReadmeFromPod
ok

Test Summary Report
-------------------
t/05_cleanpdf.t    (Wstat: 256 Tests: 13 Failed: 1)
  Failed test:  9
  Non-zero exit status: 1
Files=8, Tests=59,  8 wallclock secs ( 0.07 usr  0.03 sys +  7.08 cusr  1.10 
csys =  8.28 CPU)
Result: FAIL
Failed 1/8 test programs. 1/59 subtests failed.
make[1]: *** [Makefile:762: test_dynamic] Error 255
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: make -j1 test TEST_VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: binary-indep] Error 2
dpkg-buildpackage: error: debian/rules binary-indep subprocess returned exit 
status 2
--------------------------------------------------------------------------------

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://buildd.debian.org/status/package.php?p=libmodule%2dinstall%2dreadmefrompod%2dperl

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: libmodule-install-readmefrompod-perl
Source-Version: 0.30-2

We believe that the bug you reported is fixed in the latest version of
libmodule-install-readmefrompod-perl, which is due to be installed in the 
Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 919...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Smedegaard <d...@jones.dk> (supplier of updated 
libmodule-install-readmefrompod-perl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 17 Jan 2019 03:13:55 +0100
Source: libmodule-install-readmefrompod-perl
Binary: libmodule-install-readmefrompod-perl
Architecture: source
Version: 0.30-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Jonas Smedegaard <d...@jones.dk>
Description:
 libmodule-install-readmefrompod-perl - automatically convert POD to a README
Closes: 919523
Changes:
 libmodule-install-readmefrompod-perl (0.30-2) unstable; urgency=medium
 .
   * Add patch 1001 to avoid bogusly testing
     if PDF file contains only unix newlines.
      Closes: Bug#919523. Thanks to Santiago Vila.
   * Fix mark all test-only build-dependencies as such.
Checksums-Sha1:
 336461a2aeb5f81f5f13b02bb9581ea14de23b5c 2520 
libmodule-install-readmefrompod-perl_0.30-2.dsc
 4bda9ab9041b046a14c3cc58097a3c2d13a7e52c 4780 
libmodule-install-readmefrompod-perl_0.30-2.debian.tar.xz
 df3239f3db778d925e6344b3fc80ed8e098f5907 6116 
libmodule-install-readmefrompod-perl_0.30-2_amd64.buildinfo
Checksums-Sha256:
 208ba99dfdbbe608c12bac7149c1c4b377adb7a360f8974537f82fba168f1947 2520 
libmodule-install-readmefrompod-perl_0.30-2.dsc
 aad55acd62797508952789587bc1ba847503689c22423e2716e6f6a423c20c58 4780 
libmodule-install-readmefrompod-perl_0.30-2.debian.tar.xz
 cb3c4eee29cd2744ccd07aa6c463868c70d0cc147d3d8080d59463a7f5dbdb0f 6116 
libmodule-install-readmefrompod-perl_0.30-2_amd64.buildinfo
Files:
 dbc86dfa4b2d4492e63bd2f7c4b97727 2520 perl optional 
libmodule-install-readmefrompod-perl_0.30-2.dsc
 e6cc5a0ea69665c48e08c858dbd16191 4780 perl optional 
libmodule-install-readmefrompod-perl_0.30-2.debian.tar.xz
 ded12a25536e3f2ec98efd6cb9cca0ba 6116 perl optional 
libmodule-install-readmefrompod-perl_0.30-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlw/5WQACgkQLHwxRsGg
ASFONg/9FVd15u4hNuOWKumQVyIYiqoGTGWjGZiVk/QfccR0yyvehBCf81MItnaK
slzna2ELDD2oDXHho86keRpw0YKrQ1gld/V8LDYdIOW/7tsZRJGMFiNLMKq6kVd8
yEtKbhifFBNyXrOlXT0sd6CPTMOZTlKKbMNZ/+BVuOkvn0+YPputBO+tT8IOjLmS
xbUloaPrXtyvnoUPw5tOblmMF+18pdBEMRY4NWA0YrUtTSIIqVpm4atQjLMjvypq
XlMgKtUYPXWHn3x7vOVW94YyAC0MgsrCGHRUM99wNZtBUXVaSla5aRTNyWcfRPzf
jVtvimzHDY14DOj5fIaCgnQd+VVMYrAGbyx5hxRMeyjYMs5aChY2v9E5DVwI59XT
5iVkMbPJH0MZBSmcrWyiXUtADoMPlZX5Qu1DQR4xUKlhRtZ2gt8Z1joL5GTfrt0X
UvXOAn2eocblgmNgaTaCtQiZWH57bDFOw8DklNiy+riPAmnFSH2+0kvf4NKHElTY
qUNPOsmNRQOIxjQcUCRMaJREolmEnx45xrug8pvpTO2UBf4RVELFwF05DS1BHDCu
IqA5pzQYoYvQu+WcJpvz0wtgWJLUdRagG7td20YK8f8sHx4dPRHv/I24QizC6QHX
FuRSBohiY/peK671w/WfpNs8Os7SypmD1CIHue9bYjd5miNegC8=
=D7Km
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to