mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
261 stars 24 forks source link

Firefox/thunderbird installation fails. #270

Closed manifestonosuke closed 2 years ago

manifestonosuke commented 2 years ago

Luet version: luet version 0.20.8-gc58a462e79f64664e0546dec57fb8e00e02b50cf 2021-11-06 10:10:37 UTC

CPU architecture, OS, and Version: Linux Mocaccino 5.10.76-mocaccino #5.10.76-Mocaccino SMP Mon Nov 1 14:48:33 UTC 2021 x86_64 Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz GenuineIntel GNU/Linux

Describe the bug When I try to install thunderbird (same issue with FF) it fails see attached files.

To Reproduce

luet --debug  install apps/thunderbird 2>&1 | tee -a /tmp/thunderbird.debug
luet --debug  install apps/firefox 2>&1 | tee -a /tmp/firefox.debug

Expected behavior Package installed.

Logs firefox.debug.txt thunderbird.debug.txt

mudler commented 2 years ago

Looks like you have the mocaccino-desktop development repository enabled, not the stable one

joostruis commented 2 years ago

Please do not report these issues if you are not on stable repo.

manifestonosuke commented 2 years ago

I didn't know I was on dev repo ...

manifestonosuke commented 2 years ago

I moved to stable repo with :

luet uninstall repository/mocaccino-desktop
wget https://raw.githubusercontent.com/mocaccinoOS/repository-index/master/packages/mocaccino-desktop-stable.yml -O /etc/luet/repos.conf.d/mocaccino-desktop-stable.yml
luet cleanup 
luet install apps/thunderbird

Thunderbird installation succeed.