Opened 4 years ago

#59703 assigned defect

ndcctools @6.2.10: universal variant fails

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: pivie@…
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: ndcctools

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.