Your message dated Fri, 08 Jan 2021 20:22:32 +0000
with message-id <e1kxyhi-00048g...@fasolo.debian.org>
and subject line Bug#978382: fixed in phpmyadmin 4:5.0.4+dfsg1-1
has caused the Debian Bug report #978382,
regarding phpmyadmin: FTBFS: Test directory "./test/engines" not found
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.)


-- 
978382: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: phpmyadmin
Version: 4:4.9.7+dfsg1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201226 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 '/<<PKGBUILDDIR>>'
> # keep in sync with debian/tests/phpunit
> find test/ -type f -print0 | xargs -0 sed -i 's/function 
> setUpBeforeClass()/function setUpBeforeClass(): void/g'
> find test/ -type f -print0 | xargs -0 sed -i 's/function setUp()/function 
> setUp(): void/g'
> find test/ -type f -print0 | xargs -0 sed -i 's/function tearDown()/function 
> tearDown(): void/g'
> LC_ALL=en_US.UTF-8 phpunit --config phpunit.xml.nocoverage --exclude-group 
> selenium,network,git-revision,environment,extension-iconv
> PHPUnit 9.5.0 by Sebastian Bergmann and contributors.
> 
> Test directory "./test/engines" not found
> make[1]: *** [debian/rules:16: override_dh_auto_test] Error 2

The full build log is available from:
   http://qa-logs.debian.net/2020/12/26/phpmyadmin_4.9.7+dfsg1-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 me
so that we can identify if something relevant changed in the meantime.

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.

--- End Message ---
--- Begin Message ---
Source: phpmyadmin
Source-Version: 4:5.0.4+dfsg1-1
Done: William Desportes <william...@wdes.fr>

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

Debian distribution maintenance software
pp.
William Desportes <william...@wdes.fr> (supplier of updated phpmyadmin 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: Fri, 08 Jan 2021 20:31:40 +0100
Source: phpmyadmin
Architecture: source
Version: 4:5.0.4+dfsg1-1
Distribution: unstable
Urgency: medium
Maintainer: phpMyAdmin Packaging Team <team+phpmyad...@tracker.debian.org>
Changed-By: William Desportes <william...@wdes.fr>
Closes: 950531 977983 978382
Changes:
 phpmyadmin (4:5.0.4+dfsg1-1) unstable; urgency=medium
 .
   [ William Desportes ]
   * New upstream version 5.0.4 (Closes: #950531, Closes: #978382)
   * Remove phpunit 7 patch file
   * Remove packages version patch
   * Refresh the Debian patch for the vendor constants config
   * Refresh the test-autoload patch
   * Add some of the new dependencies for 5.0
   * Adjust autload for Twig-i18n-extension
   * Remove fix tests sed commands
   * Add a upstream patch to make the test suite work fine
   * Add Williamdes/MariaDBMySQLKBS to vendor autoload
   * Add some debian php-symfony dependencies
   * Remove duplicated config.manyhosts
   * Add lintian overrides for Metro theme
   * Exclude built documentation from upstream dfsg
   * Exclude node_module from upstream dfsg
   * Do not delete selenium tests folder
   * Replace phpunit custom xml by --no-coverage argument
   * Add new php-symfony- autoload requires
   * Add .yml files to installed package version
   * Add robots.txt to installed package version
   * Disable 32bit incompatible tests
   * Fix 2 unnecessary greater-than versioned dependency
   * Run "cme fix dpkg" and "wrap-and-sort"
   * Rename MIT to Expat on d/copyright
   * Apply formatting rules from "cme fix dpkg"
   * Drop dependency on composer (Closes: #977983)
   * Drop vendor files that can be replaced
   * Drop copyright blocks from files not more present
   * Link and depend onto new packages
   * Bump Standards-Version to 4.5.1
   * Use some Debian packages instead of source files
   * Set d/watch to version 4
   * Depend on libjs-jquery-timepicker and libjs-jquery-mousewheel
   * Add a linitian override about libjs-jquery-tablesorter
   * Remove useless DEB_BUILD_OPTIONS for dh 13
   * Drop everything about bacon-qr-code as it does not work
   * Update Debian patch to allow motranslator 4 or 5
   * Simplify open_basedir to allow all /usr/share/php/
   * Drop depends on twig-extensions
   * Drop depends on php-psr-container
   * Remove phpab scan on setup/lib
   * Remove useless dependency constraints
   * Remove php extensions that are already in composer.json
   * Cleanup autopkgtests
   * Make d/tests run on the installed package
   * Add a patch to remove EnvironmentTest::testMySQL test
   * Add a patch for tests not to fail on Debian versions with a "+" char
   * Set debian branch to debian/latest (DEP-14)
 .
   [ David Prévot ]
   * Extend (Build-)Depends clean up
   * Drop useless require
   * Update copyright information (translations)
   * Allow /usr/share/doc/phpmyadmin/ again
   * Simplify a bit dh_install
   * Don’t order patches
   * Define and use TEST_PATH for Debian CI
   * Group noautopkgtest for test failing on Debian CI
   * Add allow-stderr for CI
Checksums-Sha1:
 bb476a37d2876511bb747bf399206c405aeaadeb 2290 phpmyadmin_5.0.4+dfsg1-1.dsc
 7fa04735a51aa1adb6b6b17a43e6a65dd61e1b99 9188640 
phpmyadmin_5.0.4+dfsg1.orig.tar.xz
 a8335ff81b20471e243e215f416358cbffd0a443 88492 
phpmyadmin_5.0.4+dfsg1-1.debian.tar.xz
 7bdbb8a08e574f4c08f427cbb81cc69ab2eb4a70 10437 
phpmyadmin_5.0.4+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
 11c304ee94b2c449cf4f97f4ee01a281e34fc08c875e2fc9343783cd5c67fe83 2290 
phpmyadmin_5.0.4+dfsg1-1.dsc
 c58ec822c801dc97f6be61eed71f2ca1a521d543b393a44eb6e1431922799423 9188640 
phpmyadmin_5.0.4+dfsg1.orig.tar.xz
 7011b678b7ecd02ddf9f3c523eb1e0237e42844dd7370d2f4ff19327da76a5c8 88492 
phpmyadmin_5.0.4+dfsg1-1.debian.tar.xz
 e9e4aaa61773798902fb2726dc4154ea0420fae6395bf8078081eb2345c60d28 10437 
phpmyadmin_5.0.4+dfsg1-1_amd64.buildinfo
Files:
 4ed18191439fbb29cf82cf5f53627782 2290 web optional phpmyadmin_5.0.4+dfsg1-1.dsc
 b0f80d582d3542ebff4ea99ec7be3a18 9188640 web optional 
phpmyadmin_5.0.4+dfsg1.orig.tar.xz
 a8548db564fe1fb97f1561735016dea7 88492 web optional 
phpmyadmin_5.0.4+dfsg1-1.debian.tar.xz
 07a40f4206f9930d14d7be0e59f32bb1 10437 web optional 
phpmyadmin_5.0.4+dfsg1-1_amd64.buildinfo

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

iQEzBAEBCAAdFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAl/4t9wACgkQBYwc+UT2
vTzwxwf7B72P7fjU39OzMRZ0dZfe7MLS8h3zzyVhDm84C6I1T5rQP46uifvuhQ4E
jW/EPjaiufDX+Rx20CTx7hYjUuhUHykGJ7h604OMssnUFaNXdnG4bCxJzTPtrQ98
RtZqZzg7UD+QDnGuTZddXypVVzyHZQPOhXxmV27ceEXf5yiFQi3DnH7ieatM7bbP
ZgdYa1QKPSwLdhKAM2ahS0ByB3sgJLqTBMjp1EFMwXjRFDAgUFlB+oLJKebz2ZGa
XvxpbR+zVzZ5jKntETyA2dKGS6/ubRI+p1lHZled+H+WLmLYIYVIiXeq/cv/3gNj
UgDlbL/Mp+UdCyVJrsUzdKKjdgv7Kg==
=KCev
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to