Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

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

patch-simh-dSYM.diff (0.6 kB) - added by raimue@… 4 months ago.

Change History

Changed 4 months ago by raimue@…

Note: See TracTickets for help on using tickets.