m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 257 forks source link

libyuv not found (building libavif) #2608

Closed laurfb closed 4 months ago

laurfb commented 4 months ago

libavif build failed - need libyuv (not found). You can manualy add libyuv: _pacman -S ming-w64-x8664-libyuv-git regards, laur

dprestegard commented 4 months ago

That syntax didn't work for me:

$ pacman -S ming-w64-x86_64-libyuv-git
error: target not found: ming-w64-x86_64-libyuv-git

But this may be!

$ pacman -S mingw-w64-x86_64-libyuv
resolving dependencies...
looking for conflicting packages...

Packages (1) mingw-w64-x86_64-libyuv-1887.r2537.a6a2ec65-1

Total Download Size:   0.54 MiB
Total Installed Size:  4.87 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 mingw-w64-x86_64-libyuv-1887.r2537.a6a...   555.3 KiB   432 KiB/s 00:01 [#######################################] 100%
(1/1) checking keys in keyring                                           [#######################################] 100%
(1/1) checking package integrity                                         [#######################################] 100%
(1/1) loading package files                                              [#######################################] 100%
(1/1) checking for file conflicts                                        [#######################################] 100%
(1/1) checking available disk space                                      [#######################################] 100%
:: Processing package changes...
(1/1) installing mingw-w64-x86_64-libyuv                                 [#######################################] 100%
L4cache commented 4 months ago

That syntax didn't work for me:

$ pacman -S ming-w64-x86_64-libyuv-git
error: target not found: ming-w64-x86_64-libyuv-git

But this may be!

$ pacman -S mingw-w64-x86_64-libyuv
resolving dependencies...
looking for conflicting packages...

Packages (1) mingw-w64-x86_64-libyuv-1887.r2537.a6a2ec65-1

Total Download Size:   0.54 MiB
Total Installed Size:  4.87 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 mingw-w64-x86_64-libyuv-1887.r2537.a6a...   555.3 KiB   432 KiB/s 00:01 [#######################################] 100%
(1/1) checking keys in keyring                                           [#######################################] 100%
(1/1) checking package integrity                                         [#######################################] 100%
(1/1) loading package files                                              [#######################################] 100%
(1/1) checking for file conflicts                                        [#######################################] 100%
(1/1) checking available disk space                                      [#######################################] 100%
:: Processing package changes...
(1/1) installing mingw-w64-x86_64-libyuv                                 [#######################################] 100%

Probably because it should be mingw-w64 not ming-w64 lol

LigH-de commented 4 months ago

Already reported in September 2022 in issue #2282 ... but now probably both fixed: https://github.com/m-ab-s/media-autobuild_suite/commit/0e6c55ad7e544b3fd931957b58f4c9b153d0ca63