- fix undefined reference in libfuse Added file(s): - files/patch-configure Port maintainer (amistry@am-productions.biz) is cc'd. Generated with FreeBSD Port Tools 0.77 Fix: Just a workaround. If you have better way to fix it, please ignore my dirty-hack patch. How-To-Repeat: Simply link against /usr/local/lib/libfuse.so.2, and you will get something like this: /usr/local/lib/libfuse.so.2: undefined reference to `libiconv_open' /usr/local/lib/libfuse.so.2: undefined reference to `libiconv_close' /usr/local/lib/libfuse.so.2: undefined reference to `libiconv' It affects all FUSE system and force maintainers to do something about iconv for libfuse.
Responsible Changed From-To: freebsd-ports-bugs->leeym Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of sysutils/fusefs-libs, Please note that PR ports/124325 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/124325 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Sorry that please also add USE_ICONV=yes in Makefile to make sure that it will bring in iconv as dependency Thanks, -- Yen-Ming Lee <leeym@leeym.com>
leeym 2008-06-20 14:13:50 UTC FreeBSD ports repository Modified files: sysutils/fusefs-libs Makefile Added files: sysutils/fusefs-libs/files patch-configure Log: - fix undefined reference in libfuse PR: 124325 Submitted by: leeym Approved by: maintainer timeout Revision Changes Path 1.17 +2 -1 ports/sysutils/fusefs-libs/Makefile 1.1 +10 -0 ports/sysutils/fusefs-libs/files/patch-configure (new) _______________________________________________ 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.