svalat / homelinux

A simple source package manager like gentoo but for for your home directory. It also take in account the packages present on your system to not recompile everything. It support import of sources from gentoo, github and custom URLs.
http://svalat.github.io/homelinux/
Other
8 stars 0 forks source link

hl update-db not working #96

Open mozgwar opened 3 months ago

mozgwar commented 3 months ago

When running hl update-db I get the following after a very long time: Update DB of provider gentoo Update DB of provider models Update DB of provider debian % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 169 100 169 0 0 396 0 --:--:-- --:--:-- --:--:-- 397 xz: (stdin): File format not recognized % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 169 100 169 0 0 783 0 --:--:-- --:--:-- --:--:-- 782 xz: (stdin): File format not recognized % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 169 100 169 0 0 772 0 --:--:-- --:--:-- --:--:-- 775 xz: (stdin): File format not recognized Fatal : At /home/mathieu/homelinux/src/portability/System.cpp:152 : Fatal : Invalid NULL json Aborted (core dumped)

svalat commented 3 months ago

OK, thanks for reporting.

First, issue is that debian removed jessie form the default repos I pointed in {HL_PREFIX}/homelinux.json.

I fixed.

In that case, please remind that you can give more info (or look at easily) by using -v all option :

hl update-db -v all

Fixed in 737dd8f2d717d55e35

Note: I also fixed the Gentoo repo to point the free FTP as it is laster to list files than standard http repos pointed by default.