Problem with building libgcrypt

Tijl Coosemans tijl at coosemans.org
Tue Feb 14 11:37:17 UTC 2017


On Tue, 14 Feb 2017 15:11:30 +1100 (EST) Dave Horsfall <dave at horsfall.org> wrote:
>>> What is the output of "pkg which /usr/local/lib/libiconv.la"?
>> 
>> Not found; I sense a generic approach to any more errors of this type :-)
> 
> Removed as suggested (along with libxslt) as nothing claimed to be using
> it, now it's complaining that they're missing when building graphics/peps
> (I gave docbook a miss):
> 
> libtool:   error: cannot find the library '/usr/local/lib/libiconv.la' or
> unhandled argument '/usr/local/lib/libiconv.la'
> 
> Why is libiconv.la now suddenly required?
> 
> At this rate it'll be a full install, but that is definitely a last
> resort (and the 10.3 CD I burned had better be readable).

Keep following the 20140909 entry in UPDATING.  You should run this
command now:

find /usr/local/lib -name '*.la' | xargs grep -l 'libiconv\.la' | xargs pkg which


More information about the freebsd-ports mailing list