Opened 13 years ago
Closed 13 years ago
#32667 closed defect (fixed)
linuxdoc-tools: sgmlsasp isn't installed for the correct architecture
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mklein-de (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 (1)
Change History (3)
Changed 13 years ago by mklein-de (Michael Klein)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 13 years ago by mklein-de (Michael Klein)
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Thanks! r88399.
Note: See
TracTickets for help on using
tickets.
upgrading to 0.9.67 (#32707) and passing LDFLAGS instead of OPTIMIZE to the configure script should fix this