/srv/irclogs.ubuntu.com/2023/05/31/#ubuntu-kernel.txt

=== chris14_ is now known as chris14
fscholzGood morning, I'm currenetly searching for the git sources of lunar lobsters kernel. I would expect it on https://kernel.ubuntu.com/git/ as ubuntu/ubuntu-lunar.git but it's not there. 08:28
arighifscholz, hi, you can find the latest lunar kernel source code here: https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/lunar08:31
fscholzthank you! 08:32
arighifor other releases simply replace "lunar" with something else and you should get the right git repo08:32
xnoxwe really should put a notice on kernel.ubuntu.com/git that it is deprecated08:49
arighi^08:51
chilverscI can't find the source for v6.4-rc4 Mainline Test https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.4-rc4/ neither the tag cod/mainline/v6.4-rc4 or the commit 6a3795740a6d0f09f64d07099fb52c1bc042bd29 seems to exist in the repository.09:55
juerghchilversc: read the backlog10:05
chilverscwhat backlog?10:06
juerghthis channel's backlog10:06
fscholzI itried the editconfigs as recommended by https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel as I understand it as the right way, to change the .config file. You recommend for all architectures to "y" and exit. But it causes some errors for me. https://pastebin.com/FUVA4YpY. The branch is "master" on lunar. 10:08
fscholzPlease use the pastebin link without the final "." 10:09
juerghfscholz: `WARNING: powerpc64le-linux-gnu-gcc-12 not installed`10:10
fscholzOkay, that was the issue. Another one is check-config: FAIL: (y != -): CONFIG_RUST_IS_AVAILABLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y'}>)10:16
fscholzfor s390x.. is there a way to exclude these architectures? Or is there an easy fix?10:16
arighifscholz, it's just telling you that this config will be different than ours (this is due to the fact that you don't have the Rust toolchain installed in your build environment), just commit/apply that change and the build should be happy10:21
arighifscholz, see also: https://discourse.ubuntu.com/t/kernel-configuration-in-ubuntu/35857 (about configs in the recent ubuntu kernels)10:22
arighifscholz, hm.. wait, it's the other way around, it tells you that CONFIG_RUST_IS_AVAILABLE=y in your config, but it's not defined in debian.master/config/annotations, but I see all the arches there, in which architecture are you trying to build this?10:32
fscholzx86_6410:37
fscholzI mean amd6410:38
arighifscholz, so if you run `fakeroot debian/rules clean updateconfigs` it should update your debian.master/config/annotations, if you're on a git repo do a `git diff` to show the changes, if everything looks good commit and then re-try the build, it shouldn't complain anymore10:53
fscholzThank you, that fixes the issue. 11:00
=== JanC is now known as Guest5232
=== JanC_ is now known as JanC
=== philcox_ is now known as philcox
=== JanC_ is now known as JanC
chilverscIs there a simple way to build the -gcp flavour for the mainline kernel (6.4-rc4) instead of -generic?14:10
=== JanC_ is now known as JanC
juerghchilversc: not really, no.16:46
arighichilversc, rebase all the gcp patches on top of 6.4-rc4, fix all the potential conflicts and adjust all the kernel configs... that's the simplest way I guess :)16:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!