Opened 20 months ago

Last modified 20 months ago

#66790 closed defect

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

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

Description (last modified by kencu (Ken))

  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, although the arch mix there was different.

Change History (2)

Changed 20 months ago by kencu (Ken)

comment:1 Changed 20 months ago by kencu (Ken)

Description: modified (diff)
Note: See TracTickets for help on using tickets.