Bug 126727

Summary: Update port: devel/libexecinfo Fix on amd64
Product: Ports & Packages Reporter: Douglas Thrift <douglas>
Component: Individual Port(s)Assignee: Ion-Mihai "IOnut" Tetcu <itetcu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libexecinfo.patch none

Description Douglas Thrift 2008-08-22 04:30:01 UTC
The gcc builtin function __builtin_frame_address seems to need -fno-omit-frame-pointer to allow it to find the top of the stack. Without this libexecinfo can't correctly get a backtrace and instead causes a bus error.

Fix: This requires the fix for amd64/126543.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-22 04:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-27 13:26:32 UTC
itetcu      2008-08-27 12:26:24 UTC

  FreeBSD ports repository

  Modified files:
    devel/libexecinfo    Makefile 
  Log:
  - The gcc builtin function __builtin_frame_address seems to need
   -fno-omit-frame-pointer to allow it to find the top of the stack. Without this
   libexecinfo can't correctly get a backtrace and instead causes a bus error.
  - bump PORTREVISION
  
  PR:             ports/126727
  Submitted by:   Douglas William Thrift
  
  Revision  Changes    Path
  1.8       +8 -2      ports/devel/libexecinfo/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 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-08-27 13:26:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!