pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/39623: converters/wv2 needs more modern iconv that NetBSD 3 provides



>Number:         39623
>Category:       pkg
>Synopsis:       converters/wv2 needs more modern iconv that NetBSD 3 provides
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 24 09:20:00 +0000 2008
>Originator:     Robert Elz
>Release:        NetBSD 4.0_STABLE  (pkgsrc current within past 12 hours)
>Organization:
        Prince of Songkla University
>Environment:
System: NetBSD jade.coe.psu.ac.th 4.0_STABLE NetBSD 4.0_STABLE 
(JADE-1.696-20080517) #9: Fri May 23 18:55:13 ICT 2008 
kre%jade.coe.psu.ac.th@localhost:/usr/obj/4/kernels/JADE i386
Architecture: i386
Machine: i386
>Description:
        Attempting to build converters/wv2 on a NetBSD 3.0 system
        fails - it detects the available iconv cannot handle what
        it requires.

>How-To-Repeat:
        I use pkg_comp with libkver and NetBSD 3.0 sets (including Xfree86)
        installed to obtain a NetBSD 3.0 environment.

        In that, building converters/wv2 produces ...

checking for iconv... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking sys/iconv.h usability... no
checking sys/iconv.h presence... no
checking for sys/iconv.h... no
checking need for const in iconv... yes
checking whether the iconv installation is complete enough... no

wv2 depends on a modern iconv installation, supporting UNICODELITTLE and
UNICODEBIG. The detected iconv version doesn't support these conversions.

Please get a new libiconv from http://www.gnu.org/software/libiconv/
You might want to install the library to some alternative directory, in
order not to overwrite your current installation. Please use the option
--with-libiconv=DIR to specify the location.

configure: error: * * * No iconv support - unable to continue * * *
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/converters/wv2

>Fix:
        I assume the obvious fix is to have this package depend upon
        the pkgsrc version of iconv on older versions of NetBSD, but
        I'll leave it for someone how understands how to correctly do
        that to actually provide the patch (I'm happy to test it...)



Home | Main Index | Thread Index | Old Index