Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830811 - dev-php/PEAR-XML_RSS-1.1.0-r1 fails tests
Summary: dev-php/PEAR-XML_RSS-1.1.0-r1 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: 2022-01-08 21:21 UTC by Agostino Sarubbo
Modified: 2022-01-11 14:20 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,47.41 KB, text/plain)
2022-01-08 21:21 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 2022-01-08 21:21:33 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-php/PEAR-XML_RSS-1.1.0-r1 fails tests.
Discovered on: amd64 (internal ref: ci)

NOTE:
If you think this is a GCC-11 related issue, please block bug 732706.
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-08 21:21:35 UTC
Created attachment 761651 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2022-01-11 14:20:05 UTC
The bug has been closed via the following commit(s):

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

commit d685c3a12a272861b198a30ca854b4eff1ded1e5
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-01-11 14:14:03 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2022-01-11 14:20:02 +0000

    dev-php/PEAR-XML_RSS: Revbump to fix under PHP 8
    
    Errors occur when parsing due to stricter pass-by-value from
    the xml extension.  The pass-by-reference definition fails under PHP 8.
    
    Closes: https://bugs.gentoo.org/830811
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-php/PEAR-XML_RSS/PEAR-XML_RSS-1.1.0-r2.ebuild  | 31 ++++++++++++++++++++++
 .../PEAR-XML_RSS/files/XML_RSS-1.1.0-php8.patch    | 12 +++++++++
 2 files changed, 43 insertions(+)

Additionally, it has been referenced in the following commit(s):

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

commit 1627d312e5c119fbba0cd17bcde3f78adf1d1cb0
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-01-10 17:56:30 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2022-01-11 14:20:02 +0000

    dev-php/PEAR-XML_Parser: Revbump on 1.3.8
    
    Fix compatibility with PHP 8
    Fix tests to modern standards
    
    This will break scripts that use the startHandler but is necessary
    to work with PHP 8.  Packages in this repository will be updated.
    
    Bug: https://bugs.gentoo.org/830811
    Closes: https://bugs.gentoo.org/774795
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 .../PEAR-XML_Parser-1.3.8-r1.ebuild                | 29 ++++++++++
 .../files/XML_Parser-1.3.8-php8.patch              | 66 ++++++++++++++++++++++
 2 files changed, 95 insertions(+)