Opened 10 years ago
Closed 10 years ago
#43973 closed defect (fixed)
gdb not upgrading on Yosemite.
Reported by: | adaminsull@… | Owned by: | stuartwesterman (Stuart Westerman) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.0 |
Keywords: | yosemite haspatch | Cc: | cooljeanius (Eric Gallager), mmpestorich (Mike M Pestorich), mopihopi, ryandesign (Ryan Carsten Schmidt) |
Port: | gdb |
Description
I have command line tools but /usr/include/machine/setjmp.h does not exist.
Error: org.macports.build for port gdb returned: command execution failed Please see the log file for port gdb for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_gdb/gdb/main.log Error: Unable to upgrade port: 1 To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets
Attachments (2)
Change History (10)
Changed 10 years ago by adaminsull@…
comment:1 Changed 10 years ago by mopihopi
:info:build darwin-nat.c:45:10: fatal error: 'machine/setjmp.h' file not found
<machine/setjmp.h>
should probably be <setjmp.h>
in gdb/darwin-nat.c
. You may want to check whether that fixes it, and report upstream to gdb.
comment:2 Changed 10 years ago by mf2k (Frank Schima)
Keywords: | yosemite added |
---|---|
Owner: | changed from macports-tickets@… to dweber@… |
In the future, please Cc the port maintainers (port info --maintainers gdb
).
Changed 10 years ago by mmpestorich (Mike M Pestorich)
Attachment: | patch-darwin-nat.diff added |
---|
Here's a patch that will make this compile until it gets fixed upstream.
comment:4 Changed 10 years ago by mopihopi
Upstream gdb bug report is https://sourceware.org/bugzilla/show_bug.cgi?id=17046
comment:5 Changed 10 years ago by mf2k (Frank Schima)
Keywords: | haspatch added |
---|---|
Owner: | changed from dweber@… to macports-tickets@… |
dweber has retired. See #43834.
comment:6 Changed 10 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to stuartwesterman@… |
---|
comment:8 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mmpestorich@… mopihopi@… ryandesign@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks for the patch. Committed in r126776.
Note: See
TracTickets for help on using
tickets.
Main.log file.