Closed
Description
Created by: emlama
Description
It looks like the downloads folder for ffmpeg is missing a target for M1 macs (aarch64
). I'm getting this when I run ant build
.
download-ffmpeg:
[get] Getting: https://download.processing.org/ffmpeg/4.4/ffmpeg-macos-aarch64.gz
[get] To: /Users/esaforrian/src/processing4/build/shared/tools/MovieMaker/ffmpeg-4.4.gz
[get] Error opening connection java.io.FileNotFoundException: https://download.processing.org/ffmpeg/4.4/ffmpeg-macos-aarch64.gz
[get] Error opening connection java.io.FileNotFoundException: https://download.processing.org/ffmpeg/4.4/ffmpeg-macos-aarch64.gz
[get] Error opening connection java.io.FileNotFoundException: https://download.processing.org/ffmpeg/4.4/ffmpeg-macos-aarch64.gz
[get] Can't get https://download.processing.org/ffmpeg/4.4/ffmpeg-macos-aarch64.gz to /Users/esaforrian/src/processing4/build/shared/tools/MovieMaker/ffmpeg-4.4.gz
prepare-ffmpeg:
BUILD FAILED
/Users/esaforrian/src/processing4/build/build.xml:260: The following error occurred while executing this line:
/Users/esaforrian/src/processing4/build/build.xml:355: The following error occurred while executing this line:
/Users/esaforrian/src/processing4/build/shared/tools/MovieMaker/build.xml:53: the archive ffmpeg-4.4.gz doesn't exist
Expected Behavior
The file downloads correctly.
Current Behavior
The build fails.
I'm not sure how that downloads folder is maintained, but in the meantime, I was able to unblock myself by pointing my build.xml
at https://evermeet.cx/ffmpeg/
.
Steps to Reproduce
- Run
ant build
on an M1 Macbook Pro
Metadata
Metadata
Assignees
Labels
No labels