Summary: | dev-php/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604 fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | PHP Bugs <php-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 655300 [details]
build.log
build log and emerge --info
Works for me in stable chroot. Will not test with CLANG/LLVM because error indicates that you are missing dev-php/symfony-yaml. (In reply to Thomas Deutschmann from comment #2) > Works for me in stable chroot. Will not test with CLANG/LLVM because error > indicates that you are missing dev-php/symfony-yaml. If it works for you in stable env it doesn't mean that it can't fail in testing env. Anyway if symfony-yaml is missing is not my fault. > Anyway if symfony-yaml is missing is not my fault.
FEATURES=test for dev-php/PEAR-Text_Wiki_Mediawiki will pull in dev-php/phpunit which will pull in dev-php/symfony-yaml.
Package itself isn't using that autoloader -- tests are using phpunit which will need that loader so I see no failure for dev-php/PEAR-Text_Wiki_Mediawiki. Please correct me if I am wrong.
*** This bug has been marked as a duplicate of bug 734882 *** (In reply to Thomas Deutschmann from comment #4) > > Anyway if symfony-yaml is missing is not my fault. > > FEATURES=test for dev-php/PEAR-Text_Wiki_Mediawiki will pull in > dev-php/phpunit which will pull in dev-php/symfony-yaml. > > Package itself isn't using that autoloader -- tests are using phpunit which > will need that loader so I see no failure for > dev-php/PEAR-Text_Wiki_Mediawiki. Please correct me if I am wrong. I don't know if you are wrong. For what you are saying, it looks like I made emerge -O $PACKAGE without merging deps. What tinderbox does is emerging the package on a clean stage3, so if I got the error, since I didn't do anything manually I'd say that the failure should be investigated, say only works for me make sense until certain point. What is sure is that I didn't do anything manually neither I typed the error manually. I'm available for further tests anyway In the end it's not compatible with >=PHPUnit-6... I am going to force <PHPUnit-5 which should make it work for you as well. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326ac01a8f639567e4be04ac852a92dccf545f89 commit 326ac01a8f639567e4be04ac852a92dccf545f89 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2020-08-18 17:57:06 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2020-08-18 17:57:21 +0000 dev-php/PEAR-Text_Wiki_Mediawiki: not compatible with >=PHPUnit-6 Closes: https://bugs.gentoo.org/737872 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> .../PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) |