Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 837917 - dev-php/pecl-http-3.2.5 fails to compile: php_http.c:32:17: fatal error: uversion.h: No such file or directory
Summary: dev-php/pecl-http-3.2.5 fails to compile: php_http.c:32:17: fatal error: uver...
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-04-12 06:52 UTC by Agostino Sarubbo
Modified: 2022-04-12 13:24 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,105.89 KB, text/plain)
2022-04-12 06:52 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-04-12 06:52:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-php/pecl-http-3.2.5 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-12 06:52:45 UTC
Created attachment 770204 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-12 06:52:46 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/var/tmp/portage/dev-php/pecl-http-3.2.5/work/php7.4/src/php_http.c:32:17: fatal error: unicode/uversion.h: No such file or directory
/var/tmp/portage/dev-php/pecl-http-3.2.5/work/php7.4/src/php_http.c:32:17: fatal error: unicode/uversion.h: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-04-12 13:24:25 UTC
The bug has been closed via the following commit(s):

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

commit e1334ba4a790325be74941f734867def8bdcaa72
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2022-04-12 13:15:59 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2022-04-12 13:24:22 +0000

    dev-php/pecl-http: Add compile options to remove automatic deps
    
    Limits IDNA implementation to net-dns/libidn2
    
    Future customization with USE is possible, but it does not make sense
    to have multiple IDNA implementations.  The code removes duplicate
    calls even if many libraries are linked.
    
    Closes: https://bugs.gentoo.org/837917
    Signed-off-by: Brian Evans <grknight@gentoo.org>

 dev-php/pecl-http/pecl-http-3.2.5.ebuild | 4 +++-
 dev-php/pecl-http/pecl-http-4.2.2.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)