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
Douglas Thrift
2008-08-22 04:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->itetcu Over to maintainer (via the GNATS Auto Assign Tool) 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" State Changed From-To: open->closed Committed. Thanks! |