[MacPorts] #60542: zstd @1.4.5_0+universal: ar: libzstd.a: Inappropriate file type or format
MacPorts
noreply at macports.org
Sun May 24 16:17:17 UTC 2020
#60542: zstd @1.4.5_0+universal: ar: libzstd.a: Inappropriate file type or format
-----------------------+--------------------
Reporter: thetrial | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Resolution: | Keywords:
Port: zstd |
-----------------------+--------------------
Comment (by kencu):
but sure enough, as he says, building it {{{+universal}}} outside MacPorts
manually does indeed work fine. So it is something we're doing. Sometimes,
it appears, and sometimes not.
{{{
wget
https://github.com/facebook/zstd/releases/download/v1.4.5/zstd-1.4.5.tar.gz
tar xzvf zstd-1.4.5.tar.gz
cd zstd*
CC="clang -arch i386 -arch x86_64" CXX="clang++ -arch 1386 -arch x86_64"
make allmost V=1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/60542#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list