Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878133 - dev-lang/php: automagic build-time dependency on valgrind
Summary: dev-lang/php: automagic build-time dependency on valgrind
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-10-24 00:44 UTC by Anna Vyalkova
Modified: 2023-05-14 19:29 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anna Vyalkova 2022-10-24 00:44:22 UTC
Please pass --without-valgrind to ./configure or add a new USE flag.
Comment 1 Larry the Git Cow gentoo-dev 2022-10-28 18:22:20 UTC
The bug has been referenced in the following commit(s):

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

commit 933e9dbff1dade86d2492c6a6f18dbc69f70caed
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-10-28 18:20:34 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2022-10-28 18:22:16 +0000

    dev-lang/php: Version bump for 8.1.12
    
    Bug: https://bugs.gentoo.org/877853
    Bug: https://bugs.gentoo.org/878133
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-lang/php/Manifest          |   1 +
 dev-lang/php/php-8.1.12.ebuild | 757 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 758 insertions(+)

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

commit 7f2e081926e4380728f98037cda3e3b7aaf4410f
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-10-28 17:47:34 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2022-10-28 18:22:16 +0000

    dev-lang/php: Version bump for 8.0.25
    
    Bug: https://bugs.gentoo.org/877853
    Bug: https://bugs.gentoo.org/878133
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-lang/php/Manifest          |   1 +
 dev-lang/php/php-8.0.25.ebuild | 759 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 760 insertions(+)
Comment 2 Michael Orlitzky gentoo-dev 2022-11-21 00:24:10 UTC
Brian has added --without-valgrind to the 7.4.x and 8.2.x series in the meantime.