Your message dated Fri, 25 Feb 2022 11:00:20 +0000
with message-id <e1nnyki-00071b...@fasolo.debian.org>
and subject line Bug#1005633: fixed in raku-zef 0.13.7-1
has caused the Debian Bug report #1005633,
regarding perl6-zef: FTBFS: Failed to create directory 
'/usr/lib/perl6/site/short' with mode '0o777': Failed to mkdir: Permission 
denied
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.)


-- 
1005633: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1005633
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: perl6-zef
Version: 0.9.4-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220212 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir -p /<<PKGBUILDDIR>>/debian/build
> HOME=/<<PKGBUILDDIR>>/debian/build dh_perl6_test
>       /usr/bin/prove6 -l -v
> WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, 
> you can mark it as handled by calling .Bool, .so, .not, or .defined methods. 
> The Failure was:
> Failed to create directory '/usr/lib/perl6/site/short' with mode '0o777': 
> Failed to mkdir: Permission denied
>   in any statement_control at /usr/lib/perl6/lib/Perl6/Grammar.moarvm line 1
>   in sub MAIN at /usr/bin/prove6 line 3
>   in block <unit> at /usr/bin/prove6 line 1
> 
> WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, 
> you can mark it as handled by calling .Bool, .so, .not, or .defined methods. 
> The Failure was:
> Failed to create directory '/usr/lib/perl6/site/short' with mode '0o777': 
> Failed to mkdir: Permission denied
>   in any statement_control at /usr/lib/perl6/lib/Perl6/Grammar.moarvm line 1
>   in sub MAIN at /usr/bin/prove6 line 3
>   in block <unit> at /usr/bin/prove6 line 1
> 
> WARNING: unhandled Failure detected in DESTROY. If you meant to ignore it, 
> you can mark it as handled by calling .Bool, .so, .not, or .defined methods. 
> The Failure was:
> Failed to create directory '/usr/lib/perl6/site/short' with mode '0o777': 
> Failed to mkdir: Permission denied
>   in any statement_control at /usr/lib/perl6/lib/Perl6/Grammar.moarvm line 1
>   in sub MAIN at /usr/bin/prove6 line 3
>   in block <unit> at /usr/bin/prove6 line 1
> 
> ===SORRY!=== Error while compiling 
> /usr/lib/perl6/vendor/resources/6A9DFD7D011751D33AF15CF00C4C9078C8B1D2FF
> ===SORRY!=== Error while compiling 
> /<<PKGBUILDDIR>>/vendor#sources/B4401FC2C8E71132AE0D3CE2C47A7D2FBB0D50F1 
> (App::Prove6)
> Could not find Getopt::Long in:
>     inst#/<<PKGBUILDDIR>>/debian/build/.raku
>     inst#/usr/lib/perl6/site
>     inst#/usr/lib/perl6/vendor
>     inst#/usr/lib/perl6/core
>     ap#
>     nqp#
>     perl5#
> at /<<PKGBUILDDIR>>/vendor#sources/B4401FC2C8E71132AE0D3CE2C47A7D2FBB0D50F1 
> (App::Prove6):25
> 
> at /usr/lib/perl6/vendor/resources/6A9DFD7D011751D33AF15CF00C4C9078C8B1D2FF:3
> dh_perl6_test: error: /usr/bin/prove6 -l -v returned exit code 1
> make[1]: *** [debian/rules:22: override_dh_perl6_test] Error 25


The full build log is available from:
http://qa-logs.debian.net/2022/02/12/perl6-zef_0.9.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!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: raku-zef
Source-Version: 0.13.7-1
Done: Dominique Dumont <d...@debian.org>

We believe that the bug you reported is fixed in the latest version of
raku-zef, 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 1005...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dominique Dumont <d...@debian.org> (supplier of updated raku-zef 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: Tue, 22 Feb 2022 18:52:21 +0100
Source: raku-zef
Binary: raku-zef
Architecture: source amd64
Version: 0.13.7-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Rakudo Maintainers <pkg-rakudo-de...@lists.alioth.debian.org>
Changed-By: Dominique Dumont <d...@debian.org>
Description:
 raku-zef   - Raku / Perl 6 module manager
Closes: 1005633
Changes:
 raku-zef (0.13.7-1) unstable; urgency=medium
 .
   * New upstream version 0.13.7
   * use pandoc to generate man page from README.md
   * use dh_raku_test instead of dh_perl6_test
   * control:
     * add dependency on raku-getopt-long (Closes: 1005633)
     * set "any" architecture
     * add build dep on dh-raku
   * rules: set $HOME during tests only
   * rules: removed lines obsoleted by dh-raku 0.7
   * add lintian override for script-not-executable
Checksums-Sha1:
 11bb0cf4c6d6969317c868fb97cabe031c61c33e 2097 raku-zef_0.13.7-1.dsc
 c965d03dae4ce139c01fd60d0a8700c32a6dee3d 88022 raku-zef_0.13.7.orig.tar.gz
 20e85766668ad4f34ee95e3555cad3fbd5b9feef 6368 raku-zef_0.13.7-1.debian.tar.xz
 d7944fdf650263b82e7a87d041c18e28ab745be4 8980 raku-zef_0.13.7-1_amd64.buildinfo
 aa6b960e1de92bd3eda1eb827a3543ddb54d4e7c 996936 raku-zef_0.13.7-1_amd64.deb
Checksums-Sha256:
 5c88e25f875c49704c8f6130eb9102243be8c8e1269dfda36992fed03dd58d8c 2097 
raku-zef_0.13.7-1.dsc
 8ed548869eb855c06822690a1a44fa9863b33cb8080ff22855c494538bf58437 88022 
raku-zef_0.13.7.orig.tar.gz
 7f628469c6f82116e61fa7004d8136013e0d96ea37c7b05cbc29e403a82445e0 6368 
raku-zef_0.13.7-1.debian.tar.xz
 b137a6d9b0e3b40b422fa5c982d12f66043782647c053f46dc6a080b0906902a 8980 
raku-zef_0.13.7-1_amd64.buildinfo
 37232636c081e19fbdb7aa0f0e86940036ea7a8e446d44307a6610696d0c9938 996936 
raku-zef_0.13.7-1_amd64.deb
Files:
 ca907eb8dedd300dd217af4946d039ed 2097 interpreters optional 
raku-zef_0.13.7-1.dsc
 d8664ec6558f6720824d3d9f999f862a 88022 interpreters optional 
raku-zef_0.13.7.orig.tar.gz
 d5fd45173ed9138762fbd2504cb1e706 6368 interpreters optional 
raku-zef_0.13.7-1.debian.tar.xz
 a22af535f149c21a763c0443baff8aed 8980 interpreters optional 
raku-zef_0.13.7-1_amd64.buildinfo
 c371bb072a5197212b10edd8775d855e 996936 interpreters optional 
raku-zef_0.13.7-1_amd64.deb

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

iQIzBAEBCgAdFiEEn3I5/LZk8Qsz6dwDwx9P2UmrK2wFAmIVKHUACgkQwx9P2Umr
K2xxyg//bRRmyPJFuCyED+NmiGRsyP1VY8RsV7TTY2Tb6U6lVIaGTngkar2rwN+G
0vFfyVkA9hiEd/LmWNT+qeDxjOaiPsd8m8mIrTzVGakgurnoev4C70TIw9xARxuJ
G9DTlqCqZvAxvLen29OiMq4mxKW5A9UJJ2Qmc7L+nb0dXgzg+kvUyunRZ/buZnwe
ezUJi4VzFJFMDhZmkz6/4meEt+BByHA1Ty+izGu91El/nH4vGyX3/vuCAwmefMUY
gi0J/tOtItxz6eOwWsEEDMYiVd6pqoX1hJgAnBYgnJ6yfwC2yTdfyH32uVtqv6V0
xp5W3nfwFCRc1N+w1AgvEdxSfcuc9EFPgJu64qcQ8vgq7pIpaX/xmvhVa/bWVKrm
zgbLrz24gFmfSKuTW05xSV5AO3MdD9ZWNJKSM1tvgZrBkmlyY83ErJk9wo/MVqPO
WxHsPMoSu2dbNGAB1eg6PHtOOuS0rWyQQs5Yb9dA5inbkorTdJrGeF6HIt5KBiQB
DEflO1RGO/RZvkm56b3hyjAEU7e6q7CZBNFuw6tbczNvmCOXJt7LR3gNCO56C2i0
IeHX3wBmtS8hWEa3SohqdilpESmSKCEon9SOqe4T+USneOJW968gfKJP/1W1k7Mq
Vr1sOZ48s+8CeJaW1FEKIbik4VfQtSPaYTjH02RRZnV9nZJozGg=
=i5ot
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to