Your message dated Wed, 14 Aug 2024 02:34:21 +0000
with message-id <e1se3q9-00bwwm...@fasolo.debian.org>
and subject line Bug#1074181: fixed in christianriesen-base32 1.6.0-4
has caused the Debian Bug report #1074181,
regarding christianriesen-base32: FTBFS with pkg-php-tools_1.45+nmu1: PHP 
Warning:  require_once(/usr/share/php/ChristianRiesen/Base32/autoload.php): 
Failed to open stream: No such file or directory in 
/<<PKGBUILDDIR>>/vendor/autoload.php on line 4
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.)


-- 
1074181: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074181
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: christianriesen-base32
Version: 1.6.0-3
Severity: normal
Justification: FTBFS
Tags: trixie sid ftbfs
User: pkg-php-p...@lists.alioth.debian.org
Usertags: pkg-php-tools-1.45

Hi,

During a test rebuild, christianriesen-base32 was found to fail to build with
pkg-php-tools 1.45 available in experimental.

To reproduce this locally, you need to install pkg-php-tools from experimental
on an unstable system or build chroot.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir --parents vendor ChristianRiesen
> ln -s ../src ChristianRiesen/Base32
> phpabtpl \
>       --require christian-riesen/base32 \
>       > debian/autoload.tests.php.tpl
> Proceeding without a composer.json file.phpab \
>       --output vendor/autoload.php \
>       --template debian/autoload.tests.php.tpl \
>       tests
> phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and 
> Contributors
> 
> Scanning directory tests
> 
> Autoload file vendor/autoload.php generated.
> 
> phpunit --verbose --debug
> PHP Warning:  
> require_once(/usr/share/php/ChristianRiesen/Base32/autoload.php): Failed to 
> open stream: No such file or directory in 
> /<<PKGBUILDDIR>>/vendor/autoload.php on line 4
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Error in bootstrap script: Error:
> Failed opening required '/usr/share/php/ChristianRiesen/Base32/autoload.php' 
> (include_path='.:/usr/share/php')
> #0 /usr/share/php/PHPUnit/Util/FileLoader.php(66): include_once()
> #1 /usr/share/php/PHPUnit/Util/FileLoader.php(49): 
> PHPUnit\Util\FileLoader::load()
> #2 /usr/share/php/PHPUnit/TextUI/Command.php(567): 
> PHPUnit\Util\FileLoader::checkAndLoad()
> #3 /usr/share/php/PHPUnit/TextUI/Command.php(347): 
> PHPUnit\TextUI\Command->handleBootstrap()
> #4 /usr/share/php/PHPUnit/TextUI/Command.php(114): 
> PHPUnit\TextUI\Command->handleArguments()
> #5 /usr/share/php/PHPUnit/TextUI/Command.php(99): 
> PHPUnit\TextUI\Command->run()
> #6 /usr/bin/phpunit(107): PHPUnit\TextUI\Command::main()
> #7 {main}
> make[1]: *** [debian/rules:19: override_dh_auto_test] Error 1


The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/pkg-php-tools_virt-provides/0/christianriesen-base32/christianriesen-base32_1.6.0-3+rebuild1719077597_amd64-2024-06-22T17:33:18Z.build

--- End Message ---
--- Begin Message ---
Source: christianriesen-base32
Source-Version: 1.6.0-4
Done: Joseph Nahmias <je...@debian.org>

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

Debian distribution maintenance software
pp.
Joseph Nahmias <je...@debian.org> (supplier of updated christianriesen-base32 
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: SHA256

Format: 1.8
Date: Tue, 13 Aug 2024 22:01:25 -0400
Source: christianriesen-base32
Architecture: source
Version: 1.6.0-4
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <pkg-php-p...@lists.alioth.debian.org>
Changed-By: Joseph Nahmias <je...@debian.org>
Closes: 1039743 1044022 1070502 1074181
Changes:
 christianriesen-base32 (1.6.0-4) unstable; urgency=medium
 .
   [ Debian Janitor ]
   * Set upstream metadata fields: Bug-Database, Bug-Submit.
     Changes-By: lintian-brush
     Fixes: lintian: upstream-metadata-file-is-missing
     See-also: 
https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
     Fixes: lintian: upstream-metadata-missing-bug-tracking
     See-also: 
https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
   * Add missing build dependency on pkg-php-tools for addon phpcomposer.
     Changes-By: lintian-brush
     Fixes: lintian: missing-build-dependency-for-dh-addon
     See-also: 
https://lintian.debian.org/tags/missing-build-dependency-for-dh-addon.html
   * Set upstream metadata fields: Repository, Repository-Browse.
     Changes-By: lintian-brush
     Fixes: lintian: upstream-metadata-missing-repository
     See-also: 
https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
   * Update standards version to 4.6.2, no changes needed.
     Changes-By: lintian-brush
     Fixes: lintian: out-of-date-standards-version
     See-also: 
https://lintian.debian.org/tags/out-of-date-standards-version.html
 .
   [ Joe Nahmias ]
   * fix args to phpunit for v10+ (Closes: #1070502, #1044022, #1039743)
   * adjust phpabtpl usage for pkg-php-tools v1.45 (Closes: #1074181)
   * bump std-ver: no changes
   * avoid explicit --with in dh(1) invocation as it's duplicative with 
Build-Dep
Checksums-Sha1:
 d78cdc53f1f45f9ceee0d4eb88c174dc6efdb6c4 2204 
christianriesen-base32_1.6.0-4.dsc
 83df3a961e9267f91936c53eb89c2c5bfc807ff4 3460 
christianriesen-base32_1.6.0-4.debian.tar.xz
 9492dfe858b87a400a36e8f60c3fcff91d527465 7945 
christianriesen-base32_1.6.0-4_amd64.buildinfo
Checksums-Sha256:
 9bd09640801f32ef4b0aee39a8e9a6542be6575c00129b60a8c61c1a0b59752f 2204 
christianriesen-base32_1.6.0-4.dsc
 6e078763f5a69a3cab8e8f99347474b218dd4fd5bb164dbb4fb4d099523872a4 3460 
christianriesen-base32_1.6.0-4.debian.tar.xz
 38e355cc857d552de62dcac66e2cd2f323a2d3b13c9d2d6d6cfe9ca4eb5c42e2 7945 
christianriesen-base32_1.6.0-4_amd64.buildinfo
Files:
 486d6cc7c5fd1a65f4ccd7ea2bfe3a5d 2204 php optional 
christianriesen-base32_1.6.0-4.dsc
 898685a0251533de1ede68a9d917b47b 3460 php optional 
christianriesen-base32_1.6.0-4.debian.tar.xz
 8c669ab16249ba9f1d365d733aa0fc8f 7945 php optional 
christianriesen-base32_1.6.0-4_amd64.buildinfo

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

iQIzBAEBCAAdFiEEcxc7CTsDz7hRCK0UsRvZGQeaO5gFAma8EV0ACgkQsRvZGQea
O5j0aQ//ZjddGZkYpFtaffw+iLA/h9rU871aoEzmh5yAtZBxVkAnMO5rBkmyvLKt
RFHqW5yBlCTpIJwDs/zEJkHtZuGsLZ+qbu4C7yM0mElOkPNXgq/alkqzwBwOg4Wb
mPxtyiXGLiPIYzlV6w4bqU50d+iZh1msUY5TRgccJTfIrKJA5gV6uVrLgJDw2uuJ
KgPBTJ0nnvCeHRArxmx34HduVXgcW9zsWhuN/mS2lkO2aWfAncJ5DNrRuxt9Qdnn
u7YUm91E+GjzJbZWQ9a/q2TIpXbv6zT7rovJGtrdoUO+npN36ITBOEwzwxNipf6b
woGpu68lf6AhOY610VM6FwJQSgHvAzAirIpKUSd6a3SCgm190tYR53OWsd1kqHQW
XOLa00OXVxOJ4m/TO+Vu4AVu0QzdYEk4BOLdURJxIGMxVgi2Vmwvq3mit/dfRaQC
vh1XLceWPHfrF/gixOZyowtV01S3FkBy5wqEpgKVAHYpd/ds51LF8b7uM8ddY0kK
+ATTDgtTk+QGiSQnFapMaG1fiTZOHg4cmv5YKJ2dTiMStxY2yW7070ZuUcP4ThLX
wvppcN0TUgcYqeiRjab3fyRXiD3x6/mqvPzoqVoRDNvZSYpn/0mW7qdJ/9RRcZb0
cD6lC8Ha+vTP7awnww22iC1kgp/UBttNakm3sPpPE2OZ54MJFJw=
=kZPf
-----END PGP SIGNATURE-----

Attachment: pgpBDN4jURkDq.pgp
Description: PGP signature


--- End Message ---

Reply via email to