Bug 160568 - [MAINTAINER] lang/gnatdroid-armv5: disable symbolic tracebacks
Summary: [MAINTAINER] lang/gnatdroid-armv5: disable symbolic tracebacks
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 20:10 UTC by John Marino
Modified: 2011-09-10 19:00 UTC (History)
0 users

See Also:


Attachments
file.diff (3.58 KB, patch)
2011-09-08 20:10 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2011-09-08 20:10:02 UTC
Symbolic traceback run-time support is not available for android or cross-compilers in general.  This patch disables this functionality which can cause linker breakage while looking for libraries (e.g. libaddr2line and libbfd).

portrevision bumped.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-08 20:10:14 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 2011-09-08 20:10:17 UTC
Maintainer of lang/gnatdroid-armv5,

Please note that PR ports/160568 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/160568

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-09-08 20:10:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2011-09-08 20:23:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-09-10 18:53:19 UTC
culot       2011-09-10 17:53:10 UTC

  FreeBSD ports repository

  Modified files:
    lang/gnatdroid-armv5 Makefile 
  Added files:
    lang/gnatdroid-armv5/files patch-gcc__ada__gccint__Makefile.in 
  Log:
  - Add patch to disable symbolic traceback run-time support
    (could cause linker breakage)
  - Bump PORTREVISION
  
  PR:             ports/160568
  Submitted by:   John Marino <draco@marino.st> (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -0      ports/lang/gnatdroid-armv5/Makefile
  1.1       +83 -0     ports/lang/gnatdroid-armv5/files/patch-gcc__ada__gccint__Makefile.in (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"
Comment 6 Frederic Culot freebsd_committer freebsd_triage 2011-09-10 18:53:28 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!