After updating ports tree to the latest just now, I failed to compile the `print/cups-image` in poudriere, with the following errors: === /usr/bin/ld: warning: libiconv.so.2, needed by ../cups/libcups.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: commandtops: hidden symbol `iconv_open' in /usr/lib/libc_nonshared.a(iconv_open.o) is referenced by DSO /usr/bin/ld: final link failed: Nonrepresentable section on output cc: error: linker command failed with exit code 1 (use -v to see invocation) Makefile:252: recipe for target 'commandtops' failed gmake[2]: *** [commandtops] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/print/cups-image/work/cups-2.0.3/filter' Makefile:31: recipe for target 'all' failed gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/print/cups-image/work/cups-2.0.3' *** Error code 1 === And the full log of poudriere is here: http://pastebin.com/1CDV3Kaj . My computer runs FreeBSD amd64 10.1-RELEASE-p10. Feel free to contact me if you need more information. Thanks.
A commit references this bug: Author: girgen Date: Thu Jun 11 12:06:47 UTC 2015 New revision: 389195 URL: https://svnweb.freebsd.org/changeset/ports/389195 Log: Add missing iconv library. PR: 200755 Changes: head/print/cups-base/Makefile