2m / arch-pkgbuild-builder

Arch Linux PKGBUILD GitHub builder action
https://github.com/marketplace/actions/arch-linux-pkgbuild-builder-action
34 stars 24 forks source link

Yay tried to install option dependency from AUR instead of official repo #47

Open Bryan2333 opened 9 months ago

Bryan2333 commented 9 months ago

Ventoy-bin has gtk3 as its optional dependency. During the building process, the yay tried to build the gtk3-classic from the AUR as gtk3 instead of installing from official repository, which is abnormal.

The same thing happended to [qbittorrent-enhanced], which even tried to build Python2.

Here is the log files 0_ventoy-bin-build.txt 0_qbittorrent-enhanced-build.txt

2m commented 9 months ago

That's strange. I tried reproducing it with ventoy-bin but it selected the correct gtk3 version:

extra/gtk3                         1:3.24.38-1               48.92 MiB       7.71 MiB

I was trying with the package definitions from the AUR. Also #49 adds just commands that allows to quickly try out how different packages from AUR are built by the arch-pkgbuild-builder, so it is easier to reproduce the errors.