Bug 195775 - devel/apr1 - build fails due to missing libiconv.la, not installed by libiconv-1.14_6 (Ports r373997)
Summary: devel/apr1 - build fails due to missing libiconv.la, not installed by libicon...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-07 12:16 UTC by freebsd
Modified: 2014-12-07 13:38 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (apache)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description freebsd 2014-12-07 12:16:10 UTC
devel/apr1 build fails due to missing libiconv.la (converters/libiconv, libiconv-1.14_6, Ports tree r373997) ...

...
/bin/sh /misc/work/ports/misc/ports/devel/apr1/work/apr-1.5.1/libtool --silent --mode=link cc    -O2 -pipe -march=prescott -fno-strict-aliasing    -L/misc/local/lib -L/misc/local/lib/db5 -release 1 -module -rpath /misc/local/lib/apr-util-1 -o dbd/apr_dbd_odbc.la dbd/apr_dbd_odbc.lo -L/misc/local/lib -lodbc -L/misc/local/lib -lodbc
libtool: link: cannot find the library `/misc/local/lib/libiconv.la' or unhandled argument `/misc/local/lib/libiconv.la'
*** Error code 1
1 error
...

... which actually is not installed by libiconv port.
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-07 12:16:10 UTC
Auto-assigned to maintainer apache@FreeBSD.org
Comment 2 freebsd 2014-12-07 12:23:31 UTC
Currently installed version of apr1 is apr-1.4.8.1.5.3. Problem came up while ...

  portmaster -d --no-confirm -H -r sqlite3-3.8.7.2


... also fails ...

   cd /misc/ports/devel/apr1 && make install


... and ...

   portmaster -d --no-confirm -H -r apr-1.4.8.1.5.3
Comment 3 freebsd 2014-12-07 12:35:07 UTC
Install was also unsuccessful after deleting the currently installed version.
Comment 4 Tijl Coosemans freebsd_committer freebsd_triage 2014-12-07 13:28:53 UTC
Please follow the instructions in UPDATING entry 20140909.
Comment 5 freebsd 2014-12-07 13:38:26 UTC
Thanks much. Removing the *.la files fixed the apr1 build problem.