Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737870 - dev-php/symfony-finder-3.4.38 fails tests
Summary: dev-php/symfony-finder-3.4.38 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Guillaume Seren
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-08-18 11:05 UTC by Agostino Sarubbo
Modified: 2020-08-18 22:34 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,6.74 KB, text/plain)
2020-08-18 11:05 UTC, Agostino Sarubbo
Details
fixed ebuild (symfony-finder-3.4.38.ebuild,995 bytes, text/plain)
2020-08-18 19:04 UTC, Guillaume Seren
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:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-php/symfony-finder-3.4.38 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:21 UTC
Created attachment 655298 [details]
build.log

build log and emerge --info
Comment 2 Guillaume Seren 2020-08-18 17:49:28 UTC
Hey Agostino thank you for the report !

I think the problem is the same in each ebuild

File not found: '/usr/share/php/Symfony/Component/Yaml/autoload.php'

I need to setup a BDEPEND with the test deps, on working on it.
Comment 3 Thomas Deutschmann (RETIRED) gentoo-dev 2020-08-18 18:43:27 UTC
@ Guillaume Seren: No, it's just a PHPUnit problem. Please limit to <PHPUnit-6 and tests will pass.
Comment 4 Guillaume Seren 2020-08-18 19:00:56 UTC
Re,
That's interresting because I can not reproduce this issue,
with standard emerging + test, I think it is probably trigger by the binpackages options.

@thomas: Hey,
when I install whith test on my chroot, it pull symfony-yaml,
but as it is a direct dependency of this package I think should be added.

As I did those a long time ago, maybe it was intentionnal,
because composer was a long review.
Comment 5 Guillaume Seren 2020-08-18 19:04:59 UTC
Created attachment 655392 [details]
fixed ebuild
Comment 6 Guillaume Seren 2020-08-18 19:05:31 UTC
Please test this ebuild to see if that solve the issue (to be sure).
Comment 7 Larry the Git Cow gentoo-dev 2020-08-18 22:34:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f640ec51eac4e18a6942f2c8c5483a2c0f132db7

commit f640ec51eac4e18a6942f2c8c5483a2c0f132db7
Author:     Guillaume Seren <guillaumeseren@gmail.com>
AuthorDate: 2020-08-18 19:42:23 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-08-18 22:33:44 +0000

    dev-php/symfony-finder: Restrict <dev-php/phpunit-6
    
    Closes: https://bugs.gentoo.org/737870
    Package-Manager: Portage-2.3.103, Repoman-2.3.23
    Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-php/symfony-finder/symfony-finder-3.4.38.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)