Closed VariabileAleatoria closed 1 year ago
Looks like Impish isn't being built for some reason. https://build.opensuse.org/package/binaries/home:ungoogled_chromium/ungoogled-chromium-debian/Ubuntu_Impish
Looks like Impish isn't being built for some reason. https://build.opensuse.org/package/binaries/home:ungoogled_chromium/ungoogled-chromium-debian/Ubuntu_Impish
"The build can not begin, because required packages are either missing or not explicitly defined.
unresolvable: nothing provides libllvm11 = 1:11.0.1-2ubuntu4 needed by lld-11, (got version 1:11.0.1-2ubuntu5), nothing provides libllvm11 = 1:11.0.1-2ubuntu4 needed by llvm-11-dev, (got version 1:11.0.1-2ubuntu5), nothing provides gcc-11 >= 11.2.0-1~ needed by gcc, (got version 11.1.0-2ubuntu1)"
I'm assuming it's an OBS issue as I was able to complete the build in a local Impish container. I have more serious issues to investigate right now as there's apparently something breaking extensions with the new packaging set.
Even the PGP key is not available anymore, this url gives error: https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish/Release.key
It never existed because we haven't yet built any Impish packages. It's an OBS issue still.
Even the PGP key is not available anymore, this url gives error: https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish/Release.key
@polve you can use this thread
echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium:/testing/Ubuntu_Impish/ /' | sudo tee /etc/apt/sources.list.d/home:ungoogled_chromium:testing.list
curl -fsSL https://download.opensuse.org/repositories/home:ungoogled_chromium:testing/Ubuntu_Impish/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_ungoogled_chromium_testing.gpg > /dev/null
sudo apt update
sudo apt install ungoogled-chromium
@Kwaskoff That's not intended for actual use.
Could a simple Appimage be made available ? This can make the soft fully portable and fully working directly.
AppImage builds are managed elsewhere: https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/appimage/ (seems a bit outdated, maybe more work could be put into it); this project is for builds compatible with Debian's package management and building system.
Oh.. indeed . will look forward for an updated version there, as yes, a bit delayed.. hehe
curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish/Release.key' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null
is failing because the URL gives 404 error