editors/emacs-devel fails to build when gettext is not already installed from the Ports. It seems that devel/m17n-lib needs gettext, but emacs-devel does not link with gettext right now. The build of editors/emacs-devel fails when gettext is missing with a link error: /usr/local/lib/libm17n-core.so: undefined reference to `libintl_bindtextdomain' /usr/local/lib/libm17n-core.so: undefined reference to `libintl_bind_textdomain_codeset' gmake[2]: *** [temacs] Error 1 Clemens Fischer (ino-qc at spotteswoode dot de dot eu dot org) first reported this, and helped me test a patch that pulls in gettext. Attached below is the patch Clemens has tested... Fix: ----- cut here ----- 8< ----- cut here ----- 8< ----- cut here ----- 8< ----- How-To-Repeat: Try building editors/emacs-devel on a system that does not have gettext already.
Class Changed From-To: maintainer-update->change-request Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->keramida Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of editors/emacs-devel, Please note that PR ports/129864 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/129864 -- 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)
Responsible Changed From-To: keramida->freebsd-ports-bugs Undo auto-assign script and put back into the ports-bugs pool; maintainer is not a ports committer.
Responsible Changed From-To: freebsd-ports-bugs->stefan Take.
stefan 2009-01-08 12:42:03 UTC FreeBSD ports repository Modified files: editors/emacs-devel Makefile Log: Add explicit dependency on gettext. PR: 129864 Submitted by: keramida (maintainer) Revision Changes Path 1.24 +6 -1 ports/editors/emacs-devel/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!