Changes between Initial Version and Version 1 of Ticket #56919


Ignore:
Timestamp:
Aug 5, 2018, 10:34:09 PM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

It sounds like you have the cctools port (the one that provides as) installed with one of the +llvm variants (which used to be the default on all systems). You can verify whether that is so by looking at the output of:

port installed cctools

You didn't mention what version of Xcode or macOS you have, but if you're using Xcode 9 or later, please reinstall the cctools port with the +xcode variant instead, which is as of 12 days ago the new default when Xcode 9 or later is used (but unfortunately there isn't a mechanism in MacPorts that allows us to make that new default available to any users who had already installed the port before). To do that, run:

sudo port selfupdate
sudo port install cctools +xcode

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56919

    • Property Status changed from new to assigned
    • Property Cc michaelld added
    • Property Summary changed from OpenBLAS fails at build in MacPorts to OpenBLAS: as: I don't understand 'm' flag!
    • Property Keywords OpenBLAS removed
    • Property Owner set to NicosPavlov
    • Property Port OpenBLAS added
  • Ticket #56919 – Description

    initial v1  
    33The MacPorts upgrading is failing for OpenBLAS with the following error message:
    44
     5{{{
    56:info:build FATAL:/opt/local/bin/../libexec/as/x86_64/as: I don't understand 'm' flag!
     7}}}
    68
    79I raised this issue in the github page of OpenBlas: https://github.com/xianyi/OpenBLAS/issues/1716#issuecomment-410548962