psydroid has quit [Quit: Bridge terminating on SIGTERM]
konimex has quit [Quit: Bridge terminating on SIGTERM]
virutalmachineus has quit [Quit: Bridge terminating on SIGTERM]
testuser[m]1 has quit [Quit: Bridge terminating on SIGTERM]
iceman[m] has quit [Quit: Bridge terminating on SIGTERM]
wael[m] has quit [Quit: Bridge terminating on SIGTERM]
phoebos[m] has quit [Quit: Bridge terminating on SIGTERM]
macslash1[m] has quit [Quit: Bridge terminating on SIGTERM]
konimex has joined #kisslinux
wael[m] has joined #kisslinux
<wael[m]>
no
testuser[m]1 has joined #kisslinux
iceman[m] has joined #kisslinux
psydroid has joined #kisslinux
virutalmachineus has joined #kisslinux
macslash1[m] has joined #kisslinux
phoebos[m] has joined #kisslinux
an3223 has quit [Remote host closed the connection]
an3223 has joined #kisslinux
an3223_ has joined #kisslinux
an3223 has quit [Ping timeout: 258 seconds]
ella-0 has joined #kisslinux
ella-0_ has quit [Read error: Connection reset by peer]
<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
<Ogromny>
Hi
<Ogromny>
Is there any lightweight (in dependencies) alternative to libreoffice ?
<wael[m]>
what makes a package considered an orphan?
<testuser[m]1>
When it's not needed by anything else
rohan has joined #kisslinux
rohan has quit [Ping timeout: 250 seconds]
rohan has joined #kisslinux
an3223_ has quit [Ping timeout: 258 seconds]
an3223_ has joined #kisslinux
rohan has quit [Ping timeout: 252 seconds]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 244 seconds]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 268 seconds]
rohan has joined #kisslinux
ioraff has joined #kisslinux
rohan has quit [Read error: Connection reset by peer]
rohan has joined #kisslinux
rohan has quit [Read error: Connection reset by peer]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 265 seconds]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 250 seconds]
rohan has joined #kisslinux
rohan has quit [Read error: Connection reset by peer]
rohan has joined #kisslinux
rohan has quit [Ping timeout: 250 seconds]
sad_plan has joined #kisslinux
<sad_plan>
o/
chomwitt has quit [Ping timeout: 268 seconds]
<ioraff>
\o
Torr has joined #kisslinux
sad_plan96 has joined #kisslinux
sad_plan has quit [Ping timeout: 252 seconds]
sad_plan96 is now known as sad_plan
<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?
<ioraff>
because of -DENABLE_UNSTABLE_API_ABI_HEADERS=ON
<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
<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
<sad_plan>
its the "${@:2}" part which is problematic
<sad_plan>
posix doesnt support indexing appearantly
<sad_plan>
s/indexing/string indexing/
<ioraff>
without context, my first thought would be to store $1, shift 1, and then use $@