Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 772974 - dev-php/PHP_CodeCoverage-7.0.12 fails tests
Summary: dev-php/PHP_CodeCoverage-7.0.12 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: 2021-02-26 07:45 UTC by Agostino Sarubbo
Modified: 2023-09-15 07:52 UTC (History)
0 users

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


Attachments
build.log (build.log,19.47 KB, text/plain)
2021-02-26 07:45 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 2021-02-26 07:45:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-php/PHP_CodeCoverage-7.0.12 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-02-26 07:45:58 UTC
Created attachment 688425 [details]
build.log

build log and emerge --info
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2021-02-26 14:11:51 UTC
I cannot reproduce:

> OK, but incomplete, skipped, or risky tests!
> Tests: 52, Assertions: 136, Skipped: 14.
> >>> Completed testing dev-php/PHP_CodeCoverage-7.0.12

Your error is 

> Error: Class 'Doctrine\Instantiator\Instantiator' not found

which indicates that dev-php/doctrine-instantiator would be missing but it's a dep of PHPUnit you have installed and even your emerge history is listing that package. And without that package at all, PHPUnit would fail very early with

> > PHP Fatal error:  Uncaught RuntimeException: File not found: '/usr/share/php/Doctrine/Instantiator/autoload.php' in /usr/share/php/Fedora/Autoloader/functions.php:58
Comment 3 Larry the Git Cow gentoo-dev 2023-09-15 07:52:39 UTC
The bug has been closed via the following commit(s):

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

commit 8bf95453175aa576dc52cff9d2a051af812f5b13
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-09-15 07:52:22 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-09-15 07:52:22 +0000

    dev-php/PHP_CodeCoverage: treeclean
    
    Closes: https://bugs.gentoo.org/772974
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-php/PHP_CodeCoverage/Manifest                  |   1 -
 .../PHP_CodeCoverage-7.0.12.ebuild                 | 106 ---------------------
 dev-php/PHP_CodeCoverage/metadata.xml              |  12 ---
 profiles/package.mask                              |   1 -
 4 files changed, 120 deletions(-)