Post Ad5MACzoZfFG8nkhXs by amy@decept.org
 (DIR) More posts by amy@decept.org
 (DIR) Post #Ad5LVz370bzXIo77Qm by amy@decept.org
       2023-12-23T01:06:25.870799Z
       
       0 likes, 0 repeats
       
       @lanodan Is your drawterm ebuild maintained? I can build from source manually but your ebuild fails. I have a build log, lmk what you need.
       
 (DIR) Post #Ad5LVzw3iJwa3Dp04m by lanodan@queer.hacktivis.me
       2023-12-23T01:08:50.289216Z
       
       0 likes, 0 repeats
       
       @amy It is but haven't recompiled it in a while (2022-11-14 on my desktop), is this the error you have?wl-cb.c:571:2: error: call to undeclared function 'pipe2'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
       
 (DIR) Post #Ad5MACzoZfFG8nkhXs by amy@decept.org
       2023-12-23T01:13:12.538566Z
       
       1 likes, 0 repeats
       
       @lanodan No. This is a snippet:cc -O2 -pipe -mtune=native -I.. -I../include -I../kern -c -D_THREAD_SAFE -pthread -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -D_REENTRANT -I/usr/lib64/libffi/include  tsmemcmp.cr libkern.a alloc.o allocb.o chan.o data.o dev.o devaudio.o devaudio-pipewire.o devcmd.o devcons.o devdraw.o devenv.o devfs-posix.o devip.o devip-posix.o devkbd.o devlfd-posix.o devmnt.o devmouse.o devpipe.o devroot.o devssl.o devtls.o devtab.o error.o parse.o pgrp.o procinit.o rwlock.o sleep.o stub.o sysfile.o qio.o qlock.o term.o waserror.o posix.omake[1]: r: No such file or directorymake[1]: *** [Makefile:45: libkern.a] Error 127I get this error making multiple of the bundled libs.
       
 (DIR) Post #Ad5MS6ah7wh5UKXJUu by amy@decept.org
       2023-12-23T01:16:46.248142Z
       
       0 likes, 0 repeats
       
       @lanodan Here's the whole thing. USE flags don't affect it.
       
 (DIR) Post #Ad5MS7R9ysf4735DH6 by lanodan@queer.hacktivis.me
       2023-12-23T01:19:20.100762Z
       
       0 likes, 0 repeats
       
       @amy  > AS= AR= RANLIB=Gah… gentoo really ought to have default variables defined, it's annoying to test for this when you have CC/AS/AR/… defined in make.conf
       
 (DIR) Post #Ad5Mq6vNXRNnTNeqK8 by lanodan@queer.hacktivis.me
       2023-12-23T01:23:44.366998Z
       
       0 likes, 0 repeats
       
       @amy Okay should be fixed now.