[2025-06-22T08:22:13Z] hi riteo [2025-06-22T09:04:51Z] i was trying to udpate gcc to 15.1.0 (cuz im using gkiss), and i kepe getting this error which i dont know how to fix [2025-06-22T09:04:52Z]   257 |     __gthread_cond_t _M_cond = __GTHREAD_COND_INIT; [2025-06-22T09:04:53Z]       |                                ^~~~~~~~~~~~~~~~~~~ [2025-06-22T09:04:53Z] make[2]: *** [Makefile:58: buffer.o] Error 1 [2025-06-22T09:04:54Z] make[2]: Leaving directory '/root/.cache/kiss/proc/18996/build/gcc/gcc-build/libcody' [2025-06-22T09:04:54Z] make[1]: *** [Makefile:7540: all-libcody] Error 2 [2025-06-22T09:04:55Z] make[1]: Leaving directory '/root/.cache/kiss/proc/18996/build/gcc/gcc-build' [2025-06-22T09:04:55Z] make: *** [Makefile:1063: all] Error 2 [2025-06-22T09:05:28Z] heres my build file - [2025-06-22T09:05:28Z] ```#!/bin/sh -e [2025-06-22T09:05:29Z] # Use lib not lib64 by default. [2025-06-22T09:05:29Z] sed '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64 > _ [2025-06-22T09:05:30Z] mv -f _ gcc/config/i386/t-linux64 [2025-06-22T09:05:30Z] sed 's/lib64/lib/' gcc/config/i386/linux64.h > _ [2025-06-22T09:05:31Z] mv -f _ gcc/config/i386/linux64.h [2025-06-22T09:05:31Z] # Build must happen outside of gcc source. [2025-06-22T09:05:32Z] mkdir -p gcc-build [2025-06-22T09:05:32Z] cd gcc-build [2025-06-22T09:05:33Z] # Grab the system's GCC version. [2025-06-22T09:05:33Z] gcc_version=$(gcc -dumpfullversion 2>/dev/null) || gcc_version=null [2025-06-22T09:05:34Z] # Skip the bootstrap process if we are able. [2025-06-22T09:05:34Z] # case $2 in "${gcc_version%%.*}"*) [2025-06-22T09:05:35Z] #    printf '%s\n' "Minor version difference, disabling bootstrap." [2025-06-22T09:05:35Z] #    bootstrap=--disable-bootstrap [2025-06-22T09:05:36Z] # esac [2025-06-22T09:05:36Z] ../configure \ [2025-06-22T09:05:48Z]     --enable-threads \ [2025-06-22T09:05:48Z]     --enable-tls \ [2025-06-22T09:05:49Z]     --enable-initfini-array \ [2025-06-22T09:05:49Z]     --enable-languages=c,c++ \ [2025-06-22T09:05:50Z]     --without-included-gettext \ [2025-06-22T09:05:50Z]     --with-zstd=no \ [2025-06-22T09:05:51Z]     --with-system-zlib \ [2025-06-22T09:05:51Z]     --build=x86_64-pc-linux-gnu [2025-06-22T09:05:52Z] # "${bootstrap:---enable-bootstrap}" [2025-06-22T09:05:52Z] make [2025-06-22T09:05:53Z] make DESTDIR="$1" install [2025-06-22T09:05:53Z] # Save 35MB. [2025-06-22T09:05:54Z] find "$1" -name libgtkpeer.a  -exec rm -f {} + [2025-06-22T09:05:54Z] find "$1" -name libgjsmalsa.a -exec rm -f {} + [2025-06-22T09:05:55Z] find "$1" -name libgij.a      -exec rm -f {} + [2025-06-22T09:05:55Z] ln -sf gcc "$1/usr/bin/cc" [2025-06-22T09:05:56Z] cp -f ../c99 "$1/usr/bin" [2025-06-22T09:05:56Z] # Symlink for LTO. [2025-06-22T09:14:35Z] please use termbin or a pastebin service [2025-06-22T09:14:44Z] is gkiss's gcc not up to date? [2025-06-22T09:31:14Z] sewn: yeah I didnt think it wud split everything into its own message mb [2025-06-22T09:32:06Z] sewn: actually it's GCC from the community repo, grepo just changes like two flags but its the same version, I was just trying to rebuild it after updating glibc and it keeps failing [2025-06-22T09:32:25Z] from the ....community ...repo...??? [2025-06-22T09:32:41Z] are you sure its not part of core/extra [2025-06-22T09:33:01Z] and also I'd suggest just not updating and letting the maintainers of gkiss handle it [2025-06-22T09:33:09Z] otherwise I believe there is a mismatch between your glibc and gcc [2025-06-22T09:33:18Z] the order matters (because gnu) [2025-06-22T09:37:15Z] sewn: actually no I'm not sure, i just remember it was either from the community or from core, I kinda just forked it and changed the flags according to what grepo does [2025-06-22T09:37:58Z] oh and yeah I forked and updated glibc too.. shud I just revert it back and hope everything works? [2025-06-22T09:38:30Z] wdym order btw? [2025-06-22T09:38:41Z] https://codeberg.org/oceanicc/kiss-repo/src/branch/main/core [2025-06-22T09:43:51Z] hi sewn [2025-06-22T09:43:57Z] I love the grid [2025-06-22T09:44:28Z] meow [2025-06-22T09:44:29Z] yesterday it failed twice, and obviously it always has to fail while playing with somebody :DDDDDDDDDDDDDDDDDD [2025-06-22T09:44:39Z] what's it about [2025-06-22T09:44:44Z] the electrical grid [2025-06-22T09:44:46Z] yknow [2025-06-22T09:44:51Z] electriciy [2025-06-22T09:44:55Z] electricity even [2025-06-22T09:55:19Z] how much [2025-06-22T09:55:58Z] how much waht [2025-06-22T09:56:01Z] is hte game [2025-06-22T09:56:10Z] what game [2025-06-22T09:56:44Z] the grid [2025-06-22T09:56:51Z] it's not a game [2025-06-22T09:56:55Z] * sewn might be stupis [2025-06-22T09:57:00Z] the power grid sewn [2025-06-22T09:57:05Z] is it on stea [2025-06-22T09:57:08Z] like, where you get electricity from [2025-06-22T09:57:20Z] plug your pc [2025-06-22T09:57:24Z] makes your battery puffy [2025-06-22T09:57:32Z] when do u usually win [2025-06-22T09:57:46Z] when you get a nice spicy pillow [2025-06-22T09:57:58Z] and when the wires in your walls start to melt [2025-06-22T09:58:23Z] sewn how do you call the power grid in your language [2025-06-22T09:58:46Z] usually we use the term "electricity network" for that [2025-06-22T09:58:46Z] like... the thing that stops working during blackouts [2025-06-22T09:58:48Z] i think [2025-06-22T09:58:52Z] yea that [2025-06-22T09:59:03Z] shabakat alkahraba/altaqa [2025-06-22T09:59:17Z] yea I think we say something similar [2025-06-22T09:59:19Z] "rete elettrica" [2025-06-22T09:59:23Z] I think [2025-06-22T09:59:26Z] that is not similar .w. [2025-06-22T09:59:31Z] network = rete [2025-06-22T09:59:38Z] electricity = elettricità [2025-06-22T09:59:40Z] same meaning [2025-06-22T09:59:56Z] mm [2025-06-22T10:00:19Z] but yea [2025-06-22T10:00:29Z] I love when the power goes out at the most uncomfortable time [2025-06-22T10:01:03Z] id expect power to be good there tho no [2025-06-22T10:05:36Z] not in the remote lil village I live in [2025-06-22T10:05:42Z] a [2025-06-22T10:05:51Z] I live in the wonderful province [2025-06-22T21:18:50Z] Hi, what do you think about saving a list of explicitly installed packages somewhere ? like the world file that apk and emerge have [2025-06-22T21:22:24Z] I think dylan actually said that the "user is assumed to have some kind of functioning brain" wrt differentiating between deps and explicitely installed packages [2025-06-22T21:22:34Z] (I disagree but w/e) [2025-06-22T21:44:09Z] I disagree because why would this be useful [2025-06-22T21:47:56Z] nice when you're cleaning out your installed packages [2025-06-22T21:48:34Z] e.g. with void it's just xbps-query -m [2025-06-22T21:48:46Z] ...which is 311 on my machine? wow. [2025-06-22T22:10:42Z] you keep track of explicit packages with a "meta" package [2025-06-22T22:10:57Z] that package has all packages you want to keep in there [2025-06-22T22:11:07Z] then just remove anything not in that list [2025-06-22T22:11:09Z] simple [2025-06-22T22:53:31Z] hi sewn [2025-06-22T22:53:33Z] i made cookies [2025-06-22T22:53:34Z] :3 [2025-06-22T23:15:15Z] wahooooooooo [2025-06-22T23:15:19Z] midcookies [2025-06-22T23:16:10Z] ye [2025-06-22T23:16:11Z] shortbread [2025-06-22T23:16:20Z] i made a few yesterday too [2025-06-22T23:16:36Z] super easy to whip up a one to two person batch [2025-06-22T23:16:50Z] i like to have them with raspberry or strawberry jam and a mug of tea or coffee = w= [2025-06-22T23:17:02Z] i'm trying out this cinnamon hazelnut coffee today [2025-06-22T23:18:22Z] o/ [2025-06-22T23:18:59Z] hi sad_plan [2025-06-22T23:19:12Z] hi midfavila [2025-06-22T23:19:53Z] hru? [2025-06-22T23:20:40Z] im good. at work atm, but its all good here aswell [2025-06-22T23:20:47Z] how about you? [2025-06-22T23:22:22Z] am okays [2025-06-22T23:22:23Z] sleepy [2025-06-22T23:22:32Z] basically haven't done anything this weekend [2025-06-22T23:23:22Z] I see. having a relaxing weekend can be good to though [2025-06-22T23:35:14Z] yeeeaaahhhh = w=