- gnat uses iconv but does not define it Therefore, when building textproc/words, it fails with ===> Building for words-1.97F gnatgcc -c -O3 words.adb /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "gnatgcc" gnatmake: "words.adb" compilation error *** Error code 4 Stop in /a/ports/textproc/words. Port maintainer (eischen@vigrid.com) is cc'd. Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->rafan Submitter has GNATS access
State Changed From-To: open->feedback Awaiting maintainers feedback
On Sat, 20 Jan 2007, Edwin Groothuis wrote: > Maintainer of lang/gnat, > > Please note that PR ports/108138 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/108138 Yes, go ahead and commit it. Why does lang/gcc32 not have it though? It uses --with-libiconv-prefix=${LOCALBASE} in CONFIGURE_ARGS. I also don't know why libffi doesn't get installed with gcc34 but does for gnat. -- DE
rafan 2007-01-21 04:59:57 UTC FreeBSD ports repository Modified files: lang/gnat Makefile Log: - Define USE_ICONV properly. This fixes textproc/words build, which failed with /libexec/ld-elf.so.1: Shared object "libiconv.so.3" not found, required by "gnatgcc" PR: ports/108138 Submitted by: rafan Approved by: Daniel Eischen <eischen at vigrid.com> (maintainer) Revision Changes Path 1.55 +2 -0 ports/lang/gnat/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!