Opened 22 months ago
Closed 22 months ago
#66790 closed defect (fixed)
rav1e @0.6.2: universal build fails on arm Mac as nasm is not installed
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.
Attachments (1)
Change History (3)
Changed 22 months ago by kencu (Ken)
Attachment: | nasm-armmac-universal-fail.log added |
---|
comment:1 Changed 22 months ago by kencu (Ken)
Description: | modified (diff) |
---|
comment:2 Changed 22 months ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 68d9be3df787e4bca4ba4a06308502a631323501/macports-ports (master):