💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-04-22.txt captured on 2022-07-17 at 03:02:06.

View Raw

More Information

⬅️ Previous capture (2022-04-28)

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

[2022-04-22T07:23:47Z] <testuser[m]> Hi
[2022-04-22T09:20:13Z] <jedavies> https://bugzilla.mozilla.org/show_bug.cgi?id=1661450
[2022-04-22T11:38:59Z] <Guest43> hi all! i'm having a strange problem where certain builds (specifically gettext & ldd atm) are failing using 'kiss b <pkg>' but working if i compile them manually from their source tarball in the shell, using the exact same steps as listed in the 'build' files? any ideas why this would happen?
[2022-04-22T11:40:41Z] <testuser[m]> show the error
[2022-04-22T11:42:23Z] <Guest43> home/.cache/kiss/proc/22682/build/lld/MachO/Config.h:179:16: error: no type named 'PlatformKind' in namespace 'llvm::MachO'
[2022-04-22T11:42:41Z] <Guest43> that's from lld
[2022-04-22T11:43:54Z] <testuser[m]> check the build file if its bundling something
[2022-04-22T11:44:47Z] <Guest43> the only interesting steps i can see are:
[2022-04-22T11:44:48Z] <Guest43> export DESTDIR="$1"
[2022-04-22T11:44:48Z] <Guest43> install -Dm644 libunwind/include/mach-o/compact_unwind_encoding.h include/mach-o/compact_unwind_encoding.h
[2022-04-22T11:44:57Z] <Guest43> i had to run the install cmd on my manual build too
[2022-04-22T11:45:20Z] <Guest43> maybe its related to DESTDIR but i wouldnt have thought so?
[2022-04-22T11:48:05Z] <Guest43> brb reboot
[2022-04-22T17:30:24Z] <ehawkvu> https://github.com/ehawkvu/kiss-java-boot
[2022-04-22T17:30:51Z] <ehawkvu> Java is now bootstrapped from source
[2022-04-22T17:31:17Z] <ehawkvu> Now it's just getting IcedTea2 to build...
[2022-04-22T18:30:52Z] <phinxy> what package is aspell of?
[2022-04-22T18:31:23Z] <phinxy> Is there a non-gnu aspell :P
[2022-04-22T20:49:48Z] <phinxy> How often does busybox's syslogd write /var/log/messages to disk?
[2022-04-22T20:50:22Z] <phinxy> Are there any options for it?  man page says this version of syslogd ignores /etc/syslog.conf
[2022-04-22T21:08:39Z] <illiliti> command line options?
[2022-04-22T21:13:31Z] <phinxy> doh'
[2022-04-22T23:05:57Z] <humaid_> Hi
[2022-04-22T23:17:36Z] <humaid_> https://0x0.st/oTSU.txt
[2022-04-22T23:17:59Z] <humaid_> kernel fails to build.
[2022-04-22T23:27:43Z] <illiliti> sed -i '/<stdlib.h>/a #include <linux/stddef.h>' tools/objtool/arch/x86/decode.c
[2022-04-22T23:30:29Z] <humaid_> Thanks @illiliti, it builds now.