Page 5 of 17

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Tue Mar 13, 2018 5:04 pm
by entropyfoe
Thanks Stevo, I thought it was something complex like that.

I am often wondering how to see which actual kernel.org version these derivatives are based on. So for Liquorix, the source link will have the actual kernel version.
MX and antix, I am still not clear where I can find the actual kernel.org version. I think the latest MX kernel is the 4.15.3 or .4.

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Tue Mar 13, 2018 5:14 pm
by anticapitalista
antiX is easy - it is the same as the version from kernel.org e.g. the one you are currently using, 4.15.5-antix.1, is compiled from kernel.org's 4.15.5
Soon to hit the repos will be antiX kernel 4.15.9-antix.1, built on ... I'm sure you can work out which kernel.org version.

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Tue Mar 13, 2018 5:24 pm
by Stevo
entropyfoe wrote:Thanks Stevo, I thought it was something complex like that.

I am often wondering how to see which actual kernel.org version these derivatives are based on. So for Liquorix, the source link will have the actual kernel version.
MX and antix, I am still not clear where I can find the actual kernel.org version. I think the latest MX kernel is the 4.15.3 or .4.
For the Liquorix kernels, the number that reflect what version of the vanilla kernel it's based on is set in the abi line in /debian/config/defines, which is 9.1 in the 4.15-4 Liquorix kernel. The ".1" means that it's the first version based on that particular 4.15.9 kernel patch. The "4.15-4" comes from the versioning in /debian/changelog.

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Mon Mar 19, 2018 7:50 pm
by Stevo
Now updated to 4.15-5 (4.15-10.1) which incorporates the vanilla 4.15.10 patch as well as 4.15-11 rc1.

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Mon Apr 16, 2018 10:35 am
by mmikeinsantarosa
The latest linux-liquorix-4.15-11.1 kernel is available for testing from the test repo.

Please let us know how it plays.

mike

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Tue May 01, 2018 8:11 pm
by mmikeinsantarosa
The latest linux-liquorix_4.15-16.1 kernel is now available for download from the test repo. - mike

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Fri May 04, 2018 2:43 am
by stsoh
installed the latest liquorix, found this bug:

Code: Select all

Setting up linux-image-4.15.0-18.4-liquorix-amd64 (4.15-16.1~mx17+1) ...
debconf: unable to initialize frontend: Gnome
debconf: (Can't locate Gtk3.pm in @INC (you may need to install the Gtk3 module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Gnome.pm line 151.)
debconf: falling back to frontend: Dialog
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Fri May 04, 2018 4:23 pm
by Stevo
That's weird...the missing file is in libgtk3-perl, but we never needed that before. But I remember seeing stuff like that before, which I remember were just warnings that it couldn't find that file, and that it was going to fall back to readline.

The installation went successfully after that, right?

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Fri May 04, 2018 5:41 pm
by mmikeinsantarosa
Stevo wrote:That's weird...the missing file is in libgtk3-perl, but we never needed that before. But I remember seeing stuff like that before, which I remember were just warnings that it couldn't find that file, and that it was going to fall back to readline.

The installation went successfully after that, right?
My 64 bit build system also does a lot better with libgtk3-perl onboard. What do you think, a +2 with it added to the depends?

Re: MX 17 Repository: The Liquorix Kernel Thread

Posted: Fri May 04, 2018 6:46 pm
by stsoh
Stevo wrote:.....
The installation went successfully after that, right?
installation is ok, no problem.
did a search "unable to initialize frontend", found similar bug in this forum couple years back.