[MacPorts] #59703: ndcctools @6.2.10: universal variant fails
MacPorts
noreply at macports.org
Sat Nov 16 12:02:21 UTC 2019
#59703: ndcctools @6.2.10: universal variant fails
------------------------+-----------------------
Reporter: ryandesign | Owner: pivie@…
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Keywords: | Port: ndcctools
------------------------+-----------------------
Installing ndcctools with the +universal variant fails:
{{{
Unknown option --disable-dependency-tracking
}}}
That alone is easy enough to fix:
{{{
configure.universal_args-delete --disable-dependency-tracking
}}}
This allows the build to proceed, but the files that get installed are
mostly not universal:
{{{
$ port provides /opt/local/bin/chirp
/opt/local/bin/chirp is provided by: ndcctools
$ port -v installed ndcctools
The following ports are currently installed:
ndcctools @6.2.10_0+universal (active) platform='darwin 17' archs='i386
x86_64' date='2019-11-16T05:12:45-0600'
$ lipo -info /opt/local/bin/chirp
Non-fat file: /opt/local/bin/chirp is architecture: x86_64
}}}
So something else also needs to be done to fix that.
--
Ticket URL: <https://trac.macports.org/ticket/59703>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list