Opened 17 years ago
Closed 15 years ago
#15152 closed defect (fixed)
BUG: simh: Unexpected *.dSYM
Reported by: | raimue (Rainer Müller) | Owned by: | gwright@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | simh dsym | Cc: | |
Port: | simh |
Description
gcc on Leopard uses *.dSYM directories for debug symbols when using -g. The Portfile for simh can't handle that.
Error: Target org.macports.destroot returned: shell command "install -c -m 755 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_emulators_simh/work/./BIN/altair.dSYM /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_emulators_simh/work/destroot/opt/local/bin/simh-altair.dSYM" returned error 71 Command output: install: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_emulators_simh/work/./BIN/altair.dSYM: Inappropriate file type or format Error: Status 1 encountered during processing.
Why is this port build with -g anyway?
Proposed patch attached, but I think it would be better to remove -g from CFLAGS as it is usually not needed in a release version.
Attachments (1)
Change History (5)
Changed 17 years ago by raimue (Rainer Müller)
Attachment: | patch-simh-dSYM.diff added |
---|
comment:1 Changed 16 years ago by raimue (Rainer Müller)
Port: | simh added |
---|
comment:2 follow-up: 4 Changed 16 years ago by blb@…
comment:4 Changed 15 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Seems to be fixed.
Note: See
TracTickets for help on using
tickets.
I'm guessing r37841 fixed this (I can't reproduce here)?