kisslinux / repo

KISS Linux - Official Repositories
https://kisslinux.github.io
MIT License
400 stars 100 forks source link

Firefox 94 from extra repo fails to compile #372

Closed ghost closed 2 years ago

ghost commented 2 years ago

System: Intel i5 10400F (x86_64) RX 550 (AMDGPU Driver, Polaris11) 16GB RAM

Flags: -j11 -O2 -pipe -march=native

Log: https://pastebin.com/z8nCN7qY

dilyn-corner commented 2 years ago

https://git.alpinelinux.org/aports/commit/community/firefox-esr?id=a408069e75632ce625aea68c70c23ee9e30995a5 Should do it...

ghost commented 2 years ago

Tried the patch but I still have the same issue, I am not sure if I applied the patch correctly though. What I did: 1 - Put the patch file inside the patches folder in firefox repo in extra 2 - Generate the checksums for it and change checksums file 3 - Change the sources file to include the patch 4 - Build it

ghost commented 2 years ago

Update: I had applied the incorrect patch, the one @dilyn-corner said (https://git.alpinelinux.org/aports/plain/community/firefox-esr/mozwayland-add-missing-stub.patch?id=a408069e75632ce625aea68c70c23ee9e30995a5) should fix this issue correctly.