New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32667 (closed defect: fixed)

Opened 17 months ago

Last modified 17 months ago

linuxdoc-tools: sgmlsasp isn't installed for the correct architecture

Reported by: ryandesign@… Owned by: michael.klein@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: haspatch Cc:
Port: linuxdoc-tools

Description

$ port -v installed linuxdoc-tools
The following ports are currently installed:
  linuxdoc-tools @0.9.66_0+universal (active) platform='darwin 10' archs='i386 x86_64'
$ port -q contents linuxdoc-tools | xargs -n 1 lipo -info 2>/dev/null
Architectures in the fat file: /opt/local/bin/rtf2rtf are: x86_64 i386 
Architectures in the fat file: /opt/local/bin/sgmlpre are: x86_64 i386 
Non-fat file: /opt/local/bin/sgmlsasp is architecture: x86_64

Attachments

Portfile.diff (450 bytes) - added by michael.klein@… 17 months ago.

Change History

Changed 17 months ago by michael.klein@…

comment:1 Changed 17 months ago by michael.klein@…

upgrading to 0.9.67 (#32707) and passing LDFLAGS instead of OPTIMIZE to the configure script should fix this

comment:2 Changed 17 months ago by ryandesign@…

  • Keywords haspatch added
  • Status changed from new to closed
  • Resolution set to fixed

Thanks! r88399.

Note: See TracTickets for help on using tickets.