Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649232 - dev-lang/php-7.2.2: configure: error: Please reinstall the iconv library (on FreeBSD)
Summary: dev-lang/php-7.2.2: configure: error: Please reinstall the iconv library (on ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-01 16:40 UTC by Michał Górny
Modified: 2018-03-01 18:40 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,23.09 KB, text/plain)
2018-03-01 16:40 UTC, Michał Górny
Details
config.log (config.log,303.09 KB, text/plain)
2018-03-01 16:40 UTC, Michał Górny
Details
e-info.txt (e-info.txt,5.09 KB, text/plain)
2018-03-01 16:41 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-01 16:40:17 UTC
Created attachment 521622 [details]
build.log

checking for iconv support... yes                                                                   
configure: error: Please reinstall the iconv library.                           
                                                          
!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/dev-lang/php-7.2.2/work/sapis-build/cli/config.log


config.log is as useful as anything else:

configure:39808: checking for iconv support
configure:39844: result: yes
configure:41138: error: Please reinstall the iconv library.


Let me know if you're aware of any file that might have actually useful details. For the record, iconv is built-in in libc on FreeBSD.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-01 16:40:49 UTC
Created attachment 521642 [details]
config.log
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-01 16:41:02 UTC
Created attachment 521652 [details]
e-info.txt
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-03-01 16:51:08 UTC
(I can reproduce this with all versions of PHP currently in ::gentoo)
Comment 4 Larry the Git Cow gentoo-dev 2018-03-01 18:40:29 UTC
The bug has been closed via the following commit(s):

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

commit 844b4e64d2fd4c996d4bf281563d4b682b3cd792
Author:     Brian Evans <grknight@gentoo.org>
AuthorDate: 2018-03-01 18:40:02 +0000
Commit:     Brian Evans <grknight@gentoo.org>
CommitDate: 2018-03-01 18:40:02 +0000

    dev-lang/php: Fix iconv reference on FreeBSD
    
    Closes: https://bugs.gentoo.org/649232
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-lang/php/php-5.6.33.ebuild | 2 +-
 dev-lang/php/php-7.0.27.ebuild | 2 +-
 dev-lang/php/php-7.1.13.ebuild | 2 +-
 dev-lang/php/php-7.1.14.ebuild | 2 +-
 dev-lang/php/php-7.2.2.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)