Opened 17 months ago

Last modified 17 months ago

#66790 closed defect

rav1e @0.6.2: universal build fails on arm Mac as nasm is not installed — at Initial Version

Reported by: kencu (Ken) Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version:
Keywords: universal Cc:
Port: rav1e

Description

  cargo:warning=Unable to run nasm: No such file or directory (os error 2)

manually installing nasm allows the universal build to finish on an arm Mac:

 % port -v installed rav1e | grep active
  rav1e @0.6.2_0+universal (active) requested_variants='+universal' platform='darwin 22' archs='arm64 x86_64' date='2023-01-29T11:26:30-0800'

there is another open ticket #62650 about failed universal building of this port, but I had no such troubles as described in that ticket now.

Change History (1)

Changed 17 months ago by kencu (Ken)

Note: See TracTickets for help on using tickets.