Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2014 12:07:14 +0100
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        markk@knigma.org
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Error build the port devel/glib20
Message-ID:  <20140212120714.7e2d5aab@kalimero.tijl.coosemans.org>
In-Reply-To: <52FB5342.3000709@knigma.org>
References:  <1391818627.885938616.ruy8upl9@frv35.fwdcdn.com> <21237.34424.821674.97195@gromit.timing.com> <52F5E52E.6080508@FreeBSD.org> <21239.2377.677399.720444@gromit.timing.com> <52F795C9.1010506@knigma.org> <20140211202120.3147ab66@kalimero.tijl.coosemans.org> <52FA82F2.4040609@knigma.org> <20140211215140.0e382097@kalimero.tijl.coosemans.org> <52FA91BF.6010001@knigma.org> <20140211225719.0c0554f4@kalimero.tijl.coosemans.org> <52FAA232.3000507@knigma.org> <20140211233138.00f95a52@kalimero.tijl.coosemans.org> <52FAA984.8000808@knigma.org> <20140212094116.0334181a@kalimero.tijl.coosemans.org> <52FB3D9C.7080200@knigma.org> <20140212111851.0b8650e2@kalimero.tijl.coosemans.org> <52FB5342.3000709@knigma.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@shrewd$ readelf -s /usr/local/lib/libcups.so | grep iconv
>     26: 0000000000000000    94 FUNC    GLOBAL DEFAULT  UND __bsd_iconv@FBSD_1.3 (4)
>     97: 0000000000000000     9 FUNC    GLOBAL DEFAULT  UND __bsd_iconv_open@FBSD_1.3 (4)
>    141: 0000000000000000    42 FUNC    GLOBAL DEFAULT  UND __bsd_iconv_close@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140212120714.7e2d5aab>