Error build the port devel/glib20

Tijl Coosemans tijl at FreeBSD.org
Wed Feb 12 11:07:18 UTC 2014


On Wed, 12 Feb 2014 10:56:02 +0000 Mark Knight wrote:
> On 12/02/2014 10:18, Tijl Coosemans wrote:
>> Then post the output of:
>> 
>> # readelf -s /usr/local/lib/libcups.a | grep iconv
>> # readelf -s /usr/local/lib/libcups.so | grep iconv
> 
> mkn at shrewd$ readelf -s /usr/local/lib/libcups.a | grep iconv
>     31: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND iconv
>     32: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND iconv_close
>     33: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND iconv_open
> mkn at shrewd$ readelf -s /usr/local/lib/libcups.so | grep iconv
>     26: 0000000000000000    94 FUNC    GLOBAL DEFAULT  UND __bsd_iconv at FBSD_1.3 (4)
>     97: 0000000000000000     9 FUNC    GLOBAL DEFAULT  UND __bsd_iconv_open at FBSD_1.3 (4)
>    141: 0000000000000000    42 FUNC    GLOBAL DEFAULT  UND __bsd_iconv_close at FBSD_1.3 (4)
>    180: 0000000000000000    94 FUNC    GLOBAL DEFAULT  UND __bsd_iconv@@FBSD_1.3
>    427: 0000000000000000     9 FUNC    GLOBAL DEFAULT  UND __bsd_iconv_open@@FBSD_1.
>    567: 0000000000000000    42 FUNC    GLOBAL DEFAULT  UND __bsd_iconv_close@@FBSD_1
 
All normal.  What does this print:
pkg info -rx libiconv


More information about the freebsd-ports mailing list