Ticket #15152 (new defect)
Opened 4 months ago
BUG: simh: Unexpected *.dSYM
| Reported by: | raimue@… | Owned by: | gwright@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | Port Bugs |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | simh dsym | Cc: | |
| Port: |
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
Change History
Note: See
TracTickets for help on using
tickets.

