💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-09-13.txt captured on 2024-06-16 at 13:34:00.

View Raw

More Information

⬅️ Previous capture (2023-01-29)

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

[2022-09-13T02:03:10Z] <testuser[m]1> Hi
[2022-09-13T02:03:48Z] <ioraff> hi
[2022-09-13T02:44:08Z] <midfavila> hi
[2022-09-13T02:46:07Z] <sad_plan> hi
[2022-09-13T02:56:39Z] <wael[m]> hi
[2022-09-13T06:08:08Z] <virutalmachineus> fbvnc with qemu, framebuffer easy computing.
[2022-09-13T06:08:25Z] <virutalmachineus> qemu static linked
[2022-09-13T06:09:27Z] <virutalmachineus> debloat your computing
[2022-09-13T06:15:56Z] <wael[m]> what the fuck
[2022-09-13T06:36:44Z] <virutalmachineus> whaaaaat? you don't live in the tty, what a shame....
[2022-09-13T06:40:53Z] <wael[m]> do you?
[2022-09-13T06:46:09Z] <virutalmachineus> there's no other way
[2022-09-13T06:51:08Z] <wael[m]> show prood
[2022-09-13T06:51:09Z] <wael[m]> poro
[2022-09-13T06:51:10Z] <wael[m]> poro
[2022-09-13T06:51:11Z] <wael[m]> proof
[2022-09-13T06:58:49Z] <virutalmachineus> whaaaaaaat? you don't believe me? it's the tty, not much to show.
[2022-09-13T07:10:02Z] <wael[m]> Take
[2022-09-13T07:10:04Z] <wael[m]> A screenshot
[2022-09-13T07:10:23Z] <wael[m]> fbdev ffmpeg 
[2022-09-13T07:24:07Z] * virutalmachineus uploaded an image: (11KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/vYvKmhnVaTPRxmtMvXCvssvL/f.png >
[2022-09-13T07:24:15Z] <virutalmachineus> what do you think?
[2022-09-13T08:54:02Z] <wael[m]> no
[2022-09-13T12:07:35Z] <phinxy> I've got Inkscape compiled and running, but had to disable poppler option for .pdf importing.  Trying to compile it now with poppler enabled, but I got this error about "CharTypes.h" missing.  https://termbin.com/0b2g
[2022-09-13T12:47:26Z] <Ogromny> Hi 
[2022-09-13T12:47:51Z] <Ogromny> Is there any lightweight (in dependencies) alternative to libreoffice ?
[2022-09-13T12:47:56Z] <Ogromny> I need to edit an odt 
[2022-09-13T12:50:09Z] <testuser[m]1> https://github.com/davidgiven/wordgrinder
[2022-09-13T12:52:29Z] <Ogromny> Ah thanks <3
[2022-09-13T12:53:02Z] <testuser[m]1> idk if its usable tho
[2022-09-13T12:53:06Z] <testuser[m]1> just found it by searching
[2022-09-13T12:53:12Z] <testuser[m]1> u can use flatpak if u need it urgently
[2022-09-13T12:54:43Z] <Ogromny> Yup I will install flatpak I think
[2022-09-13T14:33:34Z] <acheam> o/
[2022-09-13T14:34:18Z] <wael[m]> \o
[2022-09-13T16:46:58Z] <wael[m]> what makes a package considered an orphan?
[2022-09-13T16:48:24Z] <testuser[m]1> When it's not needed by anything else
[2022-09-13T21:05:09Z] <sad_plan> o/
[2022-09-13T21:23:42Z] <ioraff> \o
[2022-09-13T22:05:21Z] <phinxy> Alpine's poppler produces /usr/include/poppler/CharTypes.h and other headers there.  While community poppler only creates /usr/include/poppler/[cpp,glib]..  Why?
[2022-09-13T22:07:01Z] <phinxy> https://pkgs.alpinelinux.org/contents?branch=edge&name=poppler-dev&arch=aarch64
[2022-09-13T22:07:09Z] <ioraff> because of -DENABLE_UNSTABLE_API_ABI_HEADERS=ON
[2022-09-13T22:28:50Z] <sad_plan> im trying to patch toybox so it doesnt require bash anymore. e5ten had a PR in which dilyn used, but its outdated by a longshot.. Ive for the most part been able to patch it correctly, from looking at the scripts and using the patch as a base. but I currently got 2 fatal errors which I cant wrap my head around.. its couple of substitutions
[2022-09-13T22:28:59Z] <sad_plan> probecc "${@:2}" 2>/dev/null
[2022-09-13T22:29:12Z] <sad_plan> [ -z "$(find "${@:2}" -newer "$GENDIR/$1")" ]
[2022-09-13T22:29:49Z] <sad_plan> those two lines in two different files seems to be the culprits. could someone pitch in? it just needs to not error out. I dont care if its initially posix or not. I just want it to build. lol
[2022-09-13T22:30:12Z] <sad_plan> its the "${@:2}" part which is problematic
[2022-09-13T22:30:36Z] <sad_plan> posix doesnt support indexing appearantly
[2022-09-13T22:30:50Z] <sad_plan> s/indexing/string indexing/
[2022-09-13T23:03:10Z] <ioraff> without context, my first thought would be to store $1, shift 1, and then use $@
[2022-09-13T23:04:11Z] <sad_plan> hm. its from make.sh here https://github.com/landley/toybox/blob/master/scripts/make.sh
[2022-09-13T23:04:15Z] <sad_plan> the second one that is
[2022-09-13T23:04:25Z] <sad_plan> first line is from here https://github.com/landley/toybox/blob/master/scripts/genconfig.sh
[2022-09-13T23:07:22Z] <ioraff> yeah, you can do what I said for both. within isnewer() and probesymbol(), respectively.
[2022-09-13T23:09:37Z] <sad_plan> ok cool. ill look into that