Changes between Initial Version and Version 2 of Ticket #66420


Ignore:
Timestamp:
Dec 9, 2022, 7:40:42 PM (17 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

To avoid typos, in the future please copy/paste error messages rather than retyping them.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66420

    • Property Keywords ventura added
    • Property Port soxr added; ffmpeg removed
    • Property Summary changed from Building on Ventura fails to soxr @0.1.3 Building on Ventura fails
  • Ticket #66420 – Description

    initial v2  
    11Building ffmpeg on Ventura (M1 chip) fails, due to problem with building soxr:
    22
    3 ''$sudo port -N install ffmpeg +nonfree''\\
    4 ''Computing dependencies for ffmpeg''\\
    5 ''Dependencies to be installed: soxr speex speexdsp svt-av1 yasm x264 zig zvbi\\
    6 ''Fetching archive for soxr''\\
    7 ''Attempting to fetch soxr-0.1.3 .darwin 22.arm64.tbz2 from https: //packages.macports.org/soxr''\\
    8 ''Attempting to fetch soxr-0.1.3_O. darwin 22.arm64.tbz2 from https://cph.dk.packages.macports.org/soxr''\\
    9 ''Attempting to fetch soxr-0.1.3_0.darwin_22.arm64.tbz2 from https://fra.de.packages.macports.org/soxr''\\
    10 ''Building soxr''\\
    11 ''Error. Failed to build soxr: command execution failed''\\
    12 
     3{{{
     4$sudo port -N install ffmpeg +nonfree
     5Computing dependencies for ffmpeg
     6Dependencies to be installed: soxr speex speexdsp svt-av1 yasm x264 zig zvbi
     7Fetching archive for soxr
     8Attempting to fetch soxr-0.1.3_0.darwin_22.arm64.tbz2 from https://packages.macports.org/soxr
     9Attempting to fetch soxr-0.1.3_0.darwin_22.arm64.tbz2 from https://cph.dk.packages.macports.org/soxr
     10Attempting to fetch soxr-0.1.3_0.darwin_22.arm64.tbz2 from https://fau.de.packages.macports.org/soxr
     11Building soxr
     12Error. Failed to build soxr: command execution failed
     13}}}
    1314
    1415There is a bug report on soxr for a similar error (I believe) stating that it will build with the universal flag.