Skip to content

ant build and run fail because ffmpeg is missing in downloads folder #319

Closed
@processing-bot

Description

@processing-bot

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

  1. Run ant build on an M1 Macbook Pro

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions