[MacPorts] #69800: rnnoise 0.2 fails on 10.4: This does not look like a tar archive

MacPorts noreply at macports.org
Thu May 2 05:21:14 UTC 2024


#69800: rnnoise 0.2 fails on 10.4: This does not look like a tar archive
---------------------------+--------------------
  Reporter:  barracuda156  |      Owner:  (none)
      Type:  defect        |     Status:  new
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.9.3
Resolution:                |   Keywords:  tiger
      Port:  rnnoise       |
---------------------------+--------------------

Comment (by ryandesign):

 `${configure.build_arch}` refers the the architecture you're building for
 when not building universal.

 This port supports the universal variant. When building universal, you
 need to check `${configure.universal_archs}` instead.

 Or you can check `[get_canonical_archs]`, provided that a universal
 variant (even an empty one) has been declared beforehand.

 Compiling universal for ppc+i386 on ppc or i386 is a supported MacPorts
 use case.

 A `platform i386` block (which is equivalent to a `if {${os.arch} eq
 "i386"}` block) refers to the architecture of the machine doing the build
 and does not relate to the architecture for which the build is being done.

-- 
Ticket URL: <https://trac.macports.org/ticket/69800#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list