Bug 129864 - editors/emacs-devel fails to build when gettext
Summary: editors/emacs-devel fails to build when gettext
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-22 19:00 UTC by Giorgos Keramidas
Modified: 2009-01-08 12:50 UTC (History)
0 users

See Also:


Attachments
file.diff (519 bytes, patch)
2008-12-22 19:00 UTC, Giorgos Keramidas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Giorgos Keramidas freebsd_committer freebsd_triage 2008-12-22 19:00:07 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-23 20:56:17 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-23 20:56:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->keramida

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-23 20:56:24 UTC
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
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2008-12-23 20:56:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 5 Giorgos Keramidas freebsd_committer freebsd_triage 2008-12-23 22:24:23 UTC
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.
Comment 6 Stefan Walter freebsd_committer freebsd_triage 2009-01-07 21:29:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 7 dfilter service freebsd_committer freebsd_triage 2009-01-08 12:42:14 UTC
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"
Comment 8 Stefan Walter freebsd_committer freebsd_triage 2009-01-08 12:42:16 UTC
State Changed
From-To: feedback->closed

Committed, thanks!