Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737872 - dev-php/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604 fails tests
Summary: dev-php/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-18 11:05 UTC by Agostino Sarubbo
Modified: 2020-08-18 17:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,7.00 KB, text/plain)
2020-08-18 11:05 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-18 11:05:24 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-php/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604 fails tests.
Discovered on: amd64 (internal ref: tinderbox)

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please block bug 408963. If you think that this issue is strictly related to the LLD linker, please block bug 731004.
This machine uses also GLIBC-2.32. If you think that this issue is strictly related to GLIBC please block bug 736174.
Comment 1 Agostino Sarubbo gentoo-dev 2020-08-18 11:05:26 UTC
Created attachment 655300 [details]
build.log

build log and emerge --info
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-18 14:25:58 UTC
Works for me in stable chroot. Will not test with CLANG/LLVM because error indicates that you are missing dev-php/symfony-yaml.
Comment 3 Agostino Sarubbo gentoo-dev 2020-08-18 14:34:06 UTC
(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.
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-18 16:28:42 UTC
> 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.
Comment 5 Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-18 16:31:03 UTC

*** This bug has been marked as a duplicate of bug 734882 ***
Comment 6 Agostino Sarubbo gentoo-dev 2020-08-18 16:34:56 UTC
(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.
Comment 7 Agostino Sarubbo gentoo-dev 2020-08-18 16:35:24 UTC
I'm available for further tests anyway
Comment 8 Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-18 17:56:45 UTC
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.
Comment 9 Larry the Git Cow gentoo-dev 2020-08-18 17:57:26 UTC
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(-)