Bug 162117 - [patch] fix devel/avr-binutils with WITHOUT_NLS
Summary: [patch] fix devel/avr-binutils with WITHOUT_NLS
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-28 23:00 UTC by 4720@hushmail.com
Modified: 2011-12-14 20:00 UTC (History)
0 users

See Also:


Attachments
file.diff (444 bytes, patch)
2011-10-28 23:00 UTC, 4720@hushmail.com
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 4720@hushmail.com 2011-10-28 23:00:37 UTC
avr-binutils has only a build-time dependency on gettext, but it is needed during runtime as well. normally the bison dependency pulls in gettext as a permanent depend, but this doesn't happen if WITHOUT_NLS is set.

ldd /usr/local/avr/bin/as
/usr/local/avr/bin/as:
        libintl.so.9 => not found (0x0)
        libiconv.so.3 => not found (0x0)
        libz.so.5 => /lib/libz.so.5 (0x8006f6000)
        libc.so.7 => /lib/libc.so.7 (0x80080b000)

Fix: attached patch changes build-only gettext depend to permanent depend.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-28 23:00:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->joerg

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2011-11-28 20:48:14 UTC
Responsible Changed
From-To: joerg->crees

Timeout.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-12-14 19:58:28 UTC
crees       2011-12-14 19:58:13 UTC

  FreeBSD ports repository

  Modified files:
    devel/avr-binutils   Makefile 
  Log:
  Fix dependency on gettext; runtime needed too
  
  PR:             ports/162117
  Submitted by:   4720
  Approved by:    joerg via email
  
  Revision  Changes    Path
  1.53      +2 -2      ports/devel/avr-binutils/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 4 Chris Rees freebsd_committer freebsd_triage 2011-12-14 19:58:32 UTC
State Changed
From-To: open->closed

Committed. Thanks!