Has anyone had this when compiling a kernel?

Moderator: Forum moderators

Post Reply
User avatar
Grey
Posts: 2071
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 395 times

Has anyone had this when compiling a kernel?

Post by Grey »

Has anyone compiled the kernel in the last few days?
I got this:

kernel_err.png
kernel_err.png (89.13 KiB) Viewed 1271 times

Following the link I found this:

changes.png
changes.png (43.87 KiB) Viewed 1271 times

Different devices. Different approach.

User avatar
Grey
Posts: 2071
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 395 times

Re: Has anyone had this when compiling a kernel?

Post by Grey »

I just changed in the file build.sh line 239. Replaced git:// with https://. It worked :)

Code: Select all

aufs_git_5="https://github.com/sfjro/aufs5-standalone.git"

Different devices. Different approach.

ozsouth
Posts: 1713
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 260 times
Been thanked: 781 times

Re: Kernel - Has anyone had this when compiling?

Post by ozsouth »

@Grey - thanks for that - I last compiled a kernel on 14/3/22, without issue. Obviously kernel-kit will have a problem now.
Going through build.sh, I also have aufs3 & aufs4 (probably never use again), and I wonder if 'git clone' will be affected soon?

EDIT: I've now compiled a kernel with 6 changes in build.sh
- every reference to git:// was replaced with https:// (including 'git clone' links). Works fine.

User avatar
peebee
Posts: 1717
Joined: Mon Jul 13, 2020 10:54 am
Location: Worcestershire, UK
Has thanked: 165 times
Been thanked: 753 times
Contact:

Re: Has anyone had this when compiling a kernel?

Post by peebee »

Kernel kit at Github Woof-CE needs to be updated.......

https://github.com/puppylinux-woof-CE/woof-CE/pull/2976

Builder of LxPups, SPups, UPup32s, VoidPups; LXDE, LXQt, Xfce addons; Chromium, Firefox etc. sfs; & Kernels

User avatar
amethyst
Posts: 2470
Joined: Tue Dec 22, 2020 6:35 am
Has thanked: 57 times
Been thanked: 520 times

Re: Has anyone had this when compiling a kernel?

Post by amethyst »

All kernels later than the Xenial 32-bit kernel (I think that's around version 4.4) hangs at boot time on my old laptop. It works if one is okay with waiting about 2 minutes before getting to desktop with the result that I'm using older kernels with newer Puppy's to bypass this frustration. Can something be done about this or is it just what it is.....? I haven't checked yet but will older firmware (fdrv) work with a newer kernel and perhaps "solve" this problem?

ozsouth
Posts: 1713
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 260 times
Been thanked: 781 times

Re: Has anyone had this when compiling a kernel?

Post by ozsouth »

@amethyst - Maybe try this 4.9 kernel: https://archive.org/download/Puppy_Linu ... ko.tar.bz2 & if it is slow, save the dmesg output & post it on forum. (4.4 went eol last month).

Last edited by ozsouth on Sun Mar 20, 2022 11:34 pm, edited 3 times in total.
User avatar
Grey
Posts: 2071
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 395 times

Re: Has anyone had this when compiling a kernel?

Post by Grey »

err_grr.png
err_grr.png (178.64 KiB) Viewed 1147 times

Different devices. Different approach.

ozsouth
Posts: 1713
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 260 times
Been thanked: 781 times

Re: Has anyone had this when compiling a kernel?

Post by ozsouth »

@Grey - I've now made a 5.15.30 64bit kernel - no issues. I use the kernel-kit master from 2018, with fixes for
some issues since (including the 6 git:// replacements).

User avatar
rockedge
Site Admin
Posts: 7037
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 3159 times
Been thanked: 2941 times
Contact:

Re: Has anyone had this when compiling a kernel?

Post by rockedge »

@Grey what does your IP indicate geographically? I'm wondering if there is some type of block happening filtered by location or outbound traffic

User avatar
Grey
Posts: 2071
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 395 times

Re: Has anyone had this when compiling a kernel?

Post by Grey »

rockedge wrote: Sun Mar 20, 2022 10:42 pm

@Grey what does your IP indicate geographically? I'm wondering if there is some type of block happening filtered by location or outbound traffic

I'm not hiding. My IP shows the Rostov region of Russia, everything is fair. Cities change periodically themselves - this is a feature of the telecom operator - but the region and the country do not change. I'll try in a while. I think at the moment I can use Aufs utils if I take them from the previous compilation.

Different devices. Different approach.

User avatar
Grey
Posts: 2071
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 395 times

Re: Has anyone had this when compiling a kernel?

Post by Grey »

I just saw this. https://github.com/github/feedback/discussions/12042 I'll try to read to the end.
It seems the discussion lasted six days and it was decided not to disconnect.

Different devices. Different approach.

User avatar
Grey
Posts: 2071
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 395 times

Re: Has anyone had this when compiling a kernel?

Post by Grey »

Not very good. But the arrow is launched, others may follow suit.
viewtopic.php?t=5479

Different devices. Different approach.

User avatar
Grey
Posts: 2071
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 395 times

Re: Has anyone had this when compiling a kernel?

Post by Grey »

The fix in the form of changing all git to https was radical. Because of this, my situation with aufs was corrected, but the loading of aufs-utils "broke".

Now I had to manually change in the file build.sh two lines - 435 (aufs-util) and 475 (firmware) - changed https back to git. Now the script is satisfied and working.

I don't know if it's worth changing something on github.

Different devices. Different approach.

User avatar
Grey
Posts: 2071
Joined: Wed Jul 22, 2020 12:33 am
Location: Russia
Has thanked: 77 times
Been thanked: 395 times

Re: Has anyone had this when compiling a kernel?

Post by Grey »

@ozsouth This is the second (or third) time I have received a forum notification that links to you and a deleted (or non-existent) topic. Is it my glitches, your glitches or the forum :) ?

Different devices. Different approach.

ozsouth
Posts: 1713
Joined: Sun Jul 12, 2020 2:38 am
Location: S.E. Australia
Has thanked: 260 times
Been thanked: 781 times

Re: Has anyone had this when compiling a kernel?

Post by ozsouth »

@Grey - I made a post, corrected it, then realised it was quite wrong a few minutes later so deleted it. Have done that a few times.
Sorry, only glitch is between my ears. ;)

Post Reply

Return to “Kernels”