💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2023-06-02.txt captured on 2024-05-26 at 16:00:37.

View Raw

More Information

⬅️ Previous capture (2023-06-14)

-=-=-=-=-=-=-

[2023-06-02T04:40:52Z] <sad_plan> hi
[2023-06-02T04:59:03Z] <iceman[m]> does kiss come with all the tools that ensure git send-mail works or do i need to install the tools?
[2023-06-02T04:59:53Z] <sad_plan> iirc, it requires you to build git with perl, which we dont do
[2023-06-02T05:00:09Z] <iceman[m]> sad_plan: other than that
[2023-06-02T05:00:17Z] <iceman[m]> https://packages.debian.org/sid/git-email
[2023-06-02T05:00:27Z] <iceman[m]> there's quite a few dependencies mentioned here
[2023-06-02T05:00:33Z] <iceman[m]> I was setting up send-mail on my system
[2023-06-02T05:01:27Z] <sad_plan> theyre all perl though. however those are perl modules. dunno wether they builds by default when buiding perl though
[2023-06-02T05:01:42Z] <sad_plan> sabotage builds git with perl, you could check out what they do
[2023-06-02T05:02:16Z] <illiliti> you can use msmtp(or any smtp client) instead of perl
[2023-06-02T05:03:04Z] <iceman[m]> hmm
[2023-06-02T05:04:00Z] <illiliti> man git-send-email and search sendmailcmd
[2023-06-02T09:34:19Z] <sewn> 🐈
[2023-06-02T09:35:04Z] <sewn> testuser: qemu requires bash to be installed
[2023-06-02T09:35:32Z] <sewn> the single sed replacement wont work as some generated scripts still run with bash
[2023-06-02T09:35:52Z] <testuser[m]> hi
[2023-06-02T14:32:54Z] <raph_ael> i try to build 6.3.5, i get things like this, static __always_inline __u16 __be16_to_cpup , seems to be related to busybox maybe musl
[2023-06-02T14:33:01Z] <raph_ael> is there a workaround ?
[2023-06-02T14:34:40Z] <iceman[m]> raph_ael: build 6.3.5 what exactly?
[2023-06-02T14:35:04Z] <iceman[m]> those seem like compiler specific attributes rather than libc
[2023-06-02T14:35:17Z] <raph_ael> iceman[m]: kernel sorry
[2023-06-02T14:35:42Z] <raph_ael> /usr/include/linux/byteorder/little_endian.h:88:8: error: unknown type name '__always_inline'
[2023-06-02T14:35:44Z] <raph_ael>    88 | static __always_inline __u16 __be16_to_cpup(const __be16 *p)
[2023-06-02T14:35:50Z] <iceman[m]> ah
[2023-06-02T14:35:54Z] <iceman[m]> what compiler?
[2023-06-02T14:36:27Z] <raph_ael> gcc
[2023-06-02T14:36:58Z] <iceman[m]> ok so these are linux specific macros hmm
[2023-06-02T14:36:58Z] <iceman[m]> https://www.kernel.org/doc/local/inline.html
[2023-06-02T14:37:00Z] <raph_ael> (i think, usr/bin/cc is a symlink to gcc)
[2023-06-02T14:37:42Z] <raph_ael> https://www.reddit.com/r/kisslinux/comments/ol1x2s/make_error_when_upgrading_kernel/
[2023-06-02T14:37:43Z] <iceman[m]> this is strange because these macros should expand correctly unless there's no proper include in that file for where the macros are defined
[2023-06-02T14:37:47Z] <raph_ael> the link has gone
[2023-06-02T14:40:11Z] <iceman[m]> that link points to this page
[2023-06-02T14:40:20Z] <iceman[m]> https://web.archive.org/web/20210629125643/https://k1sslinux.org/news/20210507a
[2023-06-02T14:40:41Z] <raph_ael> thanks
[2023-06-02T14:40:52Z] <iceman[m]> the user's error log indicates that this file is in question
[2023-06-02T14:40:55Z] <iceman[m]> from arch/x86/decode.c:10:
[2023-06-02T14:41:18Z] <iceman[m]> but what file is it in your
[2023-06-02T14:41:21Z] <iceman[m]> * in your case
[2023-06-02T14:41:33Z] <iceman[m]> cuz new changes probably mean issue somewhere else, that's resolved
[2023-06-02T14:42:01Z] <raph_ael> it is the same
[2023-06-02T14:42:03Z] <raph_ael> i'll try
[2023-06-02T14:42:39Z] <iceman[m]> hmm strange that they haven't fixed it
[2023-06-02T14:43:55Z] <raph_ael> well it doesn't fix
[2023-06-02T14:43:59Z] <raph_ael> thanks anyway
[2023-06-02T14:50:32Z] <iceman[m]> <raph_ael> "well it doesn't fix" <- check build error
[2023-06-02T14:50:36Z] <iceman[m]> or well, send
[2023-06-02T14:50:41Z] <iceman[m]> see if you can identify
[2023-06-02T14:50:49Z] <raph_ael> same error
[2023-06-02T14:53:25Z] <raph_ael> diff -u tools/arch/x86/include/asm/insn.h arch/x86/include/asm/insn.h
[2023-06-02T14:53:27Z] <raph_ael> diff: unrecognized option: I
[2023-06-02T14:53:34Z] <raph_ael> seems like a bit of this problem
[2023-06-02T15:07:13Z] <raph_ael> https://github.com/kisslinux/repo/issues/326
[2023-06-02T15:07:22Z] <raph_ael> the diff is not the problem
[2023-06-02T15:09:45Z] <testuser[m]> raph_ael: a similar issue was fixed last year 
[2023-06-02T15:09:52Z] <testuser[m]> Check the patch for that
[2023-06-02T15:15:37Z] <raph_ael> thanks
[2023-06-02T15:17:04Z] <raph_ael> https://github.com/kisslinux/repo/issues/391 seems to fix it