💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2019-12-27.txt captured on 2024-05-12 at 16:09:33.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2019-12-27T03:05:48 #kisslinux <konimex> jedavies: looks like i can't reproduce it from my machine 2019-12-27T03:06:20 #kisslinux <konimex> i'm on x86_64, so maybe some arch shenanigans 2019-12-27T06:06:52 #kisslinux <konimex> alright, pushed some fixes to some packages, man that was confusing 2019-12-27T08:31:54 #kisslinux <konimex> alright, I've been able to cut down the build phase to just two passes of clang instead of three 2019-12-27T17:27:51 #kisslinux <jedavies> ok, so adding LDFLAGS="-nodefaultlibs" stops it looking for libgcc... but ld is still looking for crtbeginS.o and crtendS.o 2019-12-27T17:42:39 #kisslinux <jedavies> got it working: LDFLAGS="-nostdlib -nodefaultlibs" 2019-12-27T18:39:49 #kisslinux <jedavies> ...that gets compiler-rt to build. but llvm-libunwind then fails because it needs libstdc++. working on it between beers ;) 2019-12-27T21:14:33 #kisslinux <ectlunya> dylanaraps: when you set up your glibc chroot how did you convert the default chroot from musl to glibc