ChanServ changed the topic of #asahi-alt to: Asahi Linux: porting Linux to Apple Silicon macs | User-contributed/unofficial distribution ports | Logs: https://alx.sh/l/asahi-alt
ellyq has quit [Ping timeout: 480 seconds]
zerdox has joined #asahi-alt
KxCORP5894000 has quit [Quit: Bye!]
KxCORP5894000 has joined #asahi-alt
john-cabaj has quit [Ping timeout: 480 seconds]
zerdox_ has joined #asahi-alt
zerdox has quit [Ping timeout: 480 seconds]
zerdox_ is now known as zerdox
john-cabaj has joined #asahi-alt
jnn is now known as jn
john-cabaj has quit [Ping timeout: 480 seconds]
JayBeeFOSS has quit [Ping timeout: 480 seconds]
JayBeeFOSS has joined #asahi-alt
john-cabaj has joined #asahi-alt
zerdox has quit [Ping timeout: 480 seconds]
john-cabaj has quit [Ping timeout: 480 seconds]
n3ph has joined #asahi-alt
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-alt
cyrinux has quit []
cyrinux has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #asahi-alt
chaos_princess has quit [Quit: chaos_princess]
chaos_princess has joined #asahi-alt
Dan___ has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
<chadmed> hmmm chaos_princess that cflag filter is not filtering
<chadmed> like its not filtering my ldflags despite them being passed into the filter
<chaos_princess> right, because you are not filtering them out
<chaos_princess> you need to reset the variable
<chaos_princess> it only echos the new flags, it does not change the variable
<chadmed> oh duh
<chadmed> "guys heres your problem youre dereferencing a null pointer"
<chadmed> huh but it worked on the studio... whats different
<chadmed> ah once again our good friend undocumented cmake features
john-cabaj has joined #asahi-alt
yuka has quit [Remote host closed the connection]
yuka has joined #asahi-alt
zerdox has joined #asahi-alt
nela has quit [Quit: bye!]
nela has joined #asahi-alt
jacksonchen666 has joined #asahi-alt
jacksonchen666 has quit [Quit: WeeChat 4.4.1]
n3ph has joined #asahi-alt
Dan___ has quit [Ping timeout: 480 seconds]
Dan___ has joined #asahi-alt
Dan___ has quit [Ping timeout: 480 seconds]
n3ph has quit [Ping timeout: 480 seconds]
n3ph has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
zerdox has quit [Ping timeout: 480 seconds]
zerdox has joined #asahi-alt
zerdox has quit [Ping timeout: 480 seconds]
n3ph has joined #asahi-alt
n3ph_ has joined #asahi-alt
n3ph has quit [Ping timeout: 480 seconds]
ellyq has joined #asahi-alt
ellyq has quit [Ping timeout: 480 seconds]
ellyq has joined #asahi-alt
clandmeter has quit [Quit: Alpine Linux, the security-oriented, lightweight Linux distribution]
ncopa has quit []
clandmeter has joined #asahi-alt
ncopa has joined #asahi-alt
n3ph has joined #asahi-alt
n3ph_ has quit [Ping timeout: 480 seconds]
<chaos_princess> sam_: Hi, so in order for fex to work it needs a "rootfs", basically a slightly modified copy of the host distro, but x86 instead of arm. I am looking at how to build a gentoo-based one, and for reasons, i'd prefer to grab as many packages as possible from binhost. How should i set up the rootfs system so it matches what binhost builds, and do you have any suggestions on how to
<chaos_princess> implement the whole thing correctly?
john-cabaj has quit [Ping timeout: 480 seconds]
zerdox has joined #asahi-alt
<chadmed> use catalyst
<chadmed> do this but for amd64 multilib
<chadmed> and instead of building an installcd at stage2 build a stage3 or 4 tarball (or eventually squashfs once krun supports that)
<chaos_princess> does that build the packages or pull them from binhost
<chadmed> theres a config switch somewhere otherwise it will build them in the first instance and then cache them a la binhost
<chadmed> you can just configure the "guest" make.conf to use binhost tho
chadmed_ has joined #asahi-alt
<chadmed_> chaos_princess: you can put `binhost = "https://gentoo.osuosl.org/releases/"` in your catalyst.conf
<chadmed_> replace that url with whatever mirror you wanna use
<chadmed_> lazy copy-paste from the wiki
<chadmed_> come chill in #gentoo-releng if you have catalyst questions, the docs are a bit shit and it can be a pain to set up (hence builder.sh in my repo)