BtbN / FFmpeg-Builds

MIT License
6.97k stars 956 forks source link

Unable to build win64 gpl image using makeimage.sh script #351

Closed Anacondo closed 3 months ago

Anacondo commented 3 months ago

Hello BtbN,

First of all thanks a lot for your work on these scripts, they make life much easier. After a successful build last week I've been trying to build ffmpeg again but I'm getting the following error:

image

Looks like I'm missing one json file that's not there. These are the contents of my .cache/images/base folder:

image

I created a symlink to a94e853951d497b13ec1c3936f4f0621bf392050e1cec1bf7625d5443a965e19.json as index.json and tried again, but I'm getting a different error:

image

Any idea how to proceed?

BtbN commented 3 months ago

My guess would be that you're using too old of a docker-version. And please don't take images of plain text logs, dealing with them is needlessly annoying.

Try updating to latest docker, clean out the broken .cache/images dir, and try again.

Anacondo commented 3 months ago

Appreciate the quick response, sorry about the screenshots.

I was running docker v20 for some reason, I updated to the latest version and it worked like a charm. Thanks a bunch!