💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-04-29.txt captured on 2024-05-12 at 16:08:37.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-04-29T00:02:17 #kisslinux <mcf> i think it's because librsyslog.a is after -lz on thet linker command 2020-04-29T00:24:59 #kisslinux <illiliti> Thanks for the help! i fixed it by using very dirty workaround :) 2020-04-29T00:46:14 #kisslinux <himmalerin> alright! I think I've got Xorg working, but my mouse doesn't work. I installed xf86-input-libinput, is there anything else I need? The xorg log's errors are only about the missing modules "ati", "fbdev", and "vesa" 2020-04-29T00:49:11 #kisslinux <himmalerin> nvm, I rebooted and Xorg is picking it up now 2020-04-29T00:51:29 #kisslinux <muevoid> In case anyone is curious as to how to get a mostly secure sandbox for a browser. Check out simple sandboxing on the gentoo wiki and combine that with Xephyr(really simple to package just fork xorg and enable it and install dependencies 2020-04-29T00:51:51 #kisslinux <muevoid> Only dependency not already in repos is libXdmcp 2020-04-29T01:32:14 #kisslinux <MueVoid> Im following the guide for wpa_supplicant on kiss. However Im not sure where to put the script file I made? 2020-04-29T01:48:35 #kisslinux <dilynm> himmalerin: those are all graphics drivers. If Xorg is working, you don't need them. Unless you have an AMD card 2020-04-29T02:02:47 #kisslinux <MueVoid> Im very confused where do I put startup scripts? 2020-04-29T02:04:34 #kisslinux <illiliti> /etc/sv ? 2020-04-29T02:06:27 #kisslinux <MueVoid> Do I just make a script in there chmod it and link it to /var/service? 2020-04-29T02:06:57 #kisslinux <illiliti> yep 2020-04-29T02:07:23 #kisslinux <MueVoid> Ah my bad. I come from openrc and am not sure how to do some things yet. Thanks! 2020-04-29T02:12:57 #kisslinux <humaid_01> ominous_anonymou: maybe it creates nodes and after that mdev doesn't recreate them even if they're matched again. Maybe? 2020-04-29T02:18:14 #kisslinux <himmalerin> Firefox takes waaay to long to build 2020-04-29T02:21:33 #kisslinux <himmalerin> well, not firefox specifically. Just everything it takes to build it for the first time. Namely Rust 2020-04-29T02:29:56 #kisslinux <himmalerin> the firefox build failed, it's not really clear what the error was 2020-04-29T02:30:16 #kisslinux <himmalerin> does the kiss build system log everything somewhere so I can look through it? 2020-04-29T02:31:51 #kisslinux <himmalerin> oh, it even says "Log stored to /home/..." 2020-04-29T02:36:02 #kisslinux <konimex> himmalerin: hey, at least it's not as long as chrom{e,ium} 2020-04-29T02:39:48 #kisslinux <himmalerin> well if chromium would /not/ fail when I tried to build it, I might be willing to take longer build times 2020-04-29T02:40:55 #kisslinux <MueVoid> I am trying to write a script to open my browser. However im not very good at scripting. The problem is I can only have one open at a time due to me using Xephyr to sandbox browsers. Im trying to make a script that basically looks in /tmp/.X11-unix to get all current displays so when I start a new browser it uses one number higher then the highest one in that directory. If anyone could help me get on the right track it would be 2020-04-29T02:40:55 #kisslinux <MueVoid> appreciated 2020-04-29T02:42:57 #kisslinux <himmalerin> The errors that caused the firefox build to fail are for instances of the same error: "error: casts cannot be followed by a field access", anyone seen that before? 2020-04-29T03:17:09 #kisslinux <konimex> nope 2020-04-29T03:17:24 #kisslinux <konimex> just upload the logs here 2020-04-29T03:23:00 #kisslinux <himmalerin> http://0x0.st/ieVb.txt 2020-04-29T04:27:25 #kisslinux <himmalerin> I'm logging off for the night, but if anyone knows anything about the firefox build error I'm getting about I'd love to hear about it tomorrow! 2020-04-29T06:45:26 #kisslinux <dylan02> https://github.com/kisslinux/community/issues/741 2020-04-29T08:38:49 #kisslinux <konimex> anyone tried building gtk+3 w/ meson? mine failed with check-version.py not found it seems 2020-04-29T08:39:32 #kisslinux <dylan03> Send your build file? 2020-04-29T08:39:34 #kisslinux <dylan03> konimex: 2020-04-29T08:40:02 #kisslinux <konimex> two secs 2020-04-29T08:40:42 #kisslinux <konimex> build file should be https://github.com/wyvertux/wyverkiss/blob/master/extra/gtk%2B3/build since I made no changes 2020-04-29T08:41:26 #kisslinux <dylan03> Thanks 2020-04-29T08:42:08 #kisslinux <dylan03> > meson.build:988:0: ERROR: Program(s) ['check-version.py'] not found or not executable 2020-04-29T08:44:28 #kisslinux <dylan03> konimex: You need to disable tests it looks like. 2020-04-29T08:44:41 #kisslinux <dylan03> Though... -Dtests=false 2020-04-29T08:44:43 #kisslinux <dylan03> It's already there 2020-04-29T08:47:19 #kisslinux <dylan03> It's also used with autotools: $(top_srcdir)/check-version.py $(top_srcdir)/configure.ac $(top_srcdir)/meson.build 2020-04-29T08:47:29 #kisslinux <dylan03> Under: dist-hook: 2020-04-29T08:47:38 #kisslinux <eudaldgr> dylan03 i'm trying your `flatpak` version, and after install and execute `0ad` it appears a windows for less than a second and desapears, with the `st` terminal 2020-04-29T08:48:03 #kisslinux <dylan03> Got a log? 2020-04-29T08:48:08 #kisslinux <eudaldgr> i mean it kill the `st` window 2020-04-29T08:48:20 #kisslinux <eudaldgr> i have not a log because it desapears in a second 2020-04-29T08:48:39 #kisslinux <dylan03> Ah 2020-04-29T08:48:47 #kisslinux <eudaldgr> i see some log, but impossible to read in this short time 2020-04-29T08:48:48 #kisslinux <dylan03> Try 'cmd >~/file 2>&1` 2020-04-29T08:48:52 #kisslinux <dylan03> Yeah 2020-04-29T08:48:55 #kisslinux <dylan03> Redirect it out to a file 2020-04-29T08:48:58 #kisslinux <eudaldgr> ok 2020-04-29T08:49:14 #kisslinux <dylan03> Also, add '-v' to flatpak (after 'run' but before the name of 0ad) 2020-04-29T08:49:20 #kisslinux <dylan03> It'll then print verbose information 2020-04-29T08:49:40 #kisslinux <dylan03> I'll be back on a little later 2020-04-29T08:51:03 #kisslinux <eudaldgr> @dylan03 https://termbin.com/zew3 2020-04-29T11:07:57 #kisslinux <dylan09> eudaldgr: Have you tried running it with apulse? 2020-04-29T11:08:02 #kisslinux <dylan09> I'll push apulse to the flatpak repository. 2020-04-29T11:08:34 #kisslinux <dylan09> Done 2020-04-29T11:16:03 #kisslinux <eudaldgr> okey 2020-04-29T11:16:13 #kisslinux <eudaldgr> i havn't tried apulse 2020-04-29T11:16:32 #kisslinux <dylan09> 'apulse flatpak bla bla' 2020-04-29T11:16:40 #kisslinux <eudaldgr> okey thanks 2020-04-29T11:16:41 #kisslinux <dylan09> If it still doesn't work, a log would be handy. 2020-04-29T11:16:48 #kisslinux <dylan09> I'm hoping the output changes 2020-04-29T11:18:43 #kisslinux <eudaldgr> well now i see with top that i have to 0ad executing 2020-04-29T11:21:38 #kisslinux <eudaldgr> https://termbin.com/socj 2020-04-29T11:22:01 #kisslinux <eudaldgr> `apulse flatpak run -v --user com.play0ad.zeroad >~/file 2>&1` 2020-04-29T11:22:15 #kisslinux <dylan09> It may work with alsa 2020-04-29T11:22:39 #kisslinux <dylan09> Inside: conf/data/flatpak/overrides/global 2020-04-29T11:22:43 #kisslinux <dylan09> oops 2020-04-29T11:22:52 #kisslinux <dylan09> ~/.local/share/flatpak/overrides/global 2020-04-29T11:23:02 #kisslinux <dylan09> [Context] 2020-04-29T11:23:06 #kisslinux <dylan09> devices=snd 2020-04-29T11:23:10 #kisslinux <dylan09> That should do it 2020-04-29T11:23:36 #kisslinux <dylan09> It looks like the flatpak needs access to /dev/snd. 2020-04-29T11:23:48 #kisslinux <dylan09> If it works, I'll look into making it default to allowing ALSA playback. 2020-04-29T11:24:17 #kisslinux <eudaldgr> don't work 2020-04-29T11:27:23 #kisslinux <dylan09> Did the log change at all? 2020-04-29T11:28:20 #kisslinux <eudaldgr> https://termbin.com/o3up 2020-04-29T11:31:28 #kisslinux <dylan09> Thanks 2020-04-29T11:34:22 #kisslinux <eudaldgr> libreoffice don't work, no? 2020-04-29T11:34:47 #kisslinux <eudaldgr> the flatpak way i mean 2020-04-29T11:35:15 #kisslinux <dylan09> It does not 2020-04-29T11:35:19 #kisslinux <dylan09> It needs PulseAudio! 2020-04-29T11:35:30 #kisslinux <eudaldgr> mmmhhh.. 2020-04-29T11:35:32 #kisslinux <dylan09> I'm working on a possible fix 2020-04-29T11:35:41 #kisslinux <eudaldgr> oh well thanks 2020-04-29T11:35:45 #kisslinux <dylan09> It's called alsa-oss which is like apulse but for OSS 2020-04-29T11:36:06 #kisslinux <dylan09> It _should_ fix audio in anything only supporting pulse/oss/jack/whatever but not ALSA 2020-04-29T11:36:23 #kisslinux <dylan09> The only issue is that it heavily requires glibc 2020-04-29T11:37:35 #kisslinux <eudaldgr> =# 2020-04-29T11:39:19 #kisslinux <jams> ACTION 2020-04-29T11:42:26 #kisslinux <dylan09> o/ 2020-04-29T11:47:08 #kisslinux <dylan09> webkit2gtk now supports media playback: https://github.com/kisslinux/community/pull/750 2020-04-29T11:48:47 #kisslinux <dylan09> Thanks to merakor:! 2020-04-29T11:58:38 #kisslinux <kiedtl> so I'm curious, what exactly is so bad about dbus and pulseaudio? 2020-04-29T11:59:35 #kisslinux <dylan09> I have perfectly working audio without it and it has to sit on top of ALSA and run as a daemon/server. 2020-04-29T12:00:12 #kisslinux <dylan09> It makes no sense to me (personally) and I everything audio works already. 2020-04-29T12:00:32 #kisslinux <dylan09> It can be simply added with a repository though (same for dbus https://github.com/periish/kiss-dbus) 2020-04-29T12:01:08 #kisslinux <dylan09> I secondly have a perfectly working system without dbus. It adds nothing (again, personally). 2020-04-29T12:03:18 #kisslinux <dylan09> I don't like how dbus opens IPC from non-root to root. I don't like its feature that spawns daemons (bypassing the service manager). I also don't like the UUID usage and how your UUID is readable by software (dbus-broker does solve this by giving you full control over the UUID). 2020-04-29T12:04:35 #kisslinux <dylan09> It's a lot easier to start from less and add things afterwards than it is to try and tear them out of a larger existing system. 2020-04-29T12:50:45 #kisslinux <konimex> btw dylan: does kiss not check for checksums anymore in the package manager? 2020-04-29T12:51:49 #kisslinux <konimex> in cached source 2020-04-29T12:55:19 #kisslinux <konimex> man, looks like I have no choice but to use GNU make for the time being 2020-04-29T12:58:49 #kisslinux <dylan09> It does? 2020-04-29T13:18:25 #kisslinux <konimex> seems like there's no indication of "checking sums" or something like that after found cached source 2020-04-29T13:20:33 #kisslinux <dylan09> There's no message, yeah 2020-04-29T13:34:17 #kisslinux <abi> dylan09: how do you manage hot-plugging audio devices without pulseaudio? Like, switching from speaker output to headphones if they are plugged/unplugged? 2020-04-29T13:34:27 #kisslinux <abi> dylan09: that allways was a pain in the ass for me with alsa 2020-04-29T13:35:37 #kisslinux <dilynm> Audio switches automagically for me from speakers to headphones and back 2020-04-29T13:36:49 #kisslinux <abi> actually, i never got this working this way, did you configure anything? 2020-04-29T13:37:21 #kisslinux <dilynm> Nothing special besides setting my default sound card 2020-04-29T13:37:45 #kisslinux <dylan09> Yeah, it should just work 2020-04-29T13:38:14 #kisslinux <abi> usb headphones with mic i assume? 2020-04-29T13:38:34 #kisslinux <dilynm> Oh 2020-04-29T13:38:39 #kisslinux <dilynm> No, 3.5mm 2020-04-29T13:38:47 #kisslinux <abi> yeah, im not talking about that :) 2020-04-29T14:50:44 #kisslinux <k1ss> dylan09: was just checking community, whats a ghost user? https://github.com/kisslinux/community/pull/738 2020-04-29T14:53:04 #kisslinux <konimex> it means a user deleted/changed the account 2020-04-29T14:53:31 #kisslinux <konimex> just click the username 2020-04-29T15:18:25 #kisslinux <dylan09> Well 2020-04-29T15:18:54 #kisslinux <dylan09> Time to drop weechat 2020-04-29T15:19:02 #kisslinux <dylan09> Unless anyone would like to maintain it? 2020-04-29T15:30:05 #kisslinux <fehawen> dylan09: Nah, we're good with birch ^^ 2020-04-29T15:31:41 #kisslinux <fehawen> Speaking of birch, I've noticed that messages seem to be missing sometimes. For example, in birch my last message was 'dylan09 There's no message, yeah', whereas when I check the irc logs for the channel the last message is 'dylan09 Unless anyone would like to maintain it?' 2020-04-29T15:32:20 #kisslinux <fehawen> Not sure what the cause is. 2020-04-29T15:34:59 #kisslinux <myst_> Hi does anyone know how to autologin a user with getty in kisslinux.. I γοτ stuck ... 2020-04-29T15:37:16 #kisslinux <fehawen> Any help in the arch wiki? https://wiki.archlinux.org/index.php/Getty 2020-04-29T15:39:40 #kisslinux <fehawen> I think you can 'tty1::respawn:/sbin/login -f your_username' in /etc/inittab to automatically login to tty after boot, but that's all I know 2020-04-29T15:39:55 #kisslinux <fehawen> Don't take my word for it though, and as I said it's for tty 2020-04-29T15:41:48 #kisslinux <myst_> Yes and no because i thing getty / busybox its different there is no --autologin<user> command to enter on inittab like normal getty 2020-04-29T15:43:22 #kisslinux <dylan09> You can install util-linux and use agetty 2020-04-29T15:43:30 #kisslinux <dylan09> It supports the flag you're looking for 2020-04-29T15:43:34 #kisslinux <dylan09> myst_: 2020-04-29T15:44:08 #kisslinux <dylan09> You could also package another getty utility which provides it (is there one?) 2020-04-29T15:46:24 #kisslinux <myst_> Thanks both of you for the answers Dylan 09 are you living in Greece?.. 2020-04-29T15:47:06 #kisslinux <himmalerin> Anyone here use Firefox and successfully built it on kiss? When I try to do so it errors out with "error: casts cannot be followed by a field access". Here's the full log http://0x0.st/ieVb.txt 2020-04-29T15:47:34 #kisslinux <himmalerin> alternatively, what browser do most of you use? I'd be fine switching to something else simpler than firefox 2020-04-29T15:51:36 #kisslinux <jedavies> himmalerin: did you try the firefox-bin package? This will save you from having to build it yourself. 2020-04-29T15:53:31 #kisslinux <himmalerin> I did not, I assumed there were no bin packages due to using musl. I'll give that a shot, thanks for the suggestion! 2020-04-29T15:53:52 #kisslinux <dylan09> myst_: I am, yeah. 2020-04-29T15:53:53 #kisslinux <k1ss> dylan09: yeah seems like torsocks and weechat needs a drop from community 2020-04-29T15:55:06 #kisslinux <dylan09> himmalerin: I'll see if I can reproduce the issue. I built Firefox just fine about a week ago. 2020-04-29T15:55:12 #kisslinux <dylan09> k1ss: I'll get on it. 2020-04-29T15:58:12 #kisslinux <myst_> dylan09 : me too 2020-04-29T15:58:34 #kisslinux <dylan09> Where abouts? 2020-04-29T16:00:18 #kisslinux <himmalerin> dylan09: Thanks for taking a look! The bin package does work, so if you can't reproduce it that's not *too* bad 2020-04-29T16:03:01 #kisslinux <myst_> dylan09 : Piraeus 2020-04-29T16:05:26 #kisslinux <dylan09> myst_: I'm in Lefkada. Are you Greek or in Greece on work? How's things in Athens/Piraeus? 2020-04-29T16:18:34 #kisslinux <dilynm> The qt5 stack requires both python 2 and python 3 to build. Amazing 2020-04-29T16:25:18 #kisslinux <k1ss> dylan09: any updates on flatpak audio? 2020-04-29T16:28:10 #kisslinux <dylan09> dilynm: Same as Firefox 2020-04-29T16:28:53 #kisslinux <dylan09> k1ss: I'm still trying to get alsa-oss to build on musl. I think it'll be the simplest partial solution as a start. 2020-04-29T16:32:34 #kisslinux <lieu> lol, glibc worked 2020-04-29T16:32:47 #kisslinux <lieu> o/ 2020-04-29T16:33:10 #kisslinux <lieu> i ended up using sysvinit, though 2020-04-29T17:00:58 #kisslinux <dylan09> lieu: Nice 2020-04-29T17:14:04 #kisslinux <himmalerin> what monospaced font do you all use? I have liberation-fonts and terminus-font installed, but k1ss.org is using a sans-serif font which totally breaks the layout 2020-04-29T17:20:44 #kisslinux <dilynm> iosevka 2020-04-29T17:40:48 #kisslinux <ominous_anonymou> I like inconsolata personally https://levien.com/type/myfonts/inconsolata.html 2020-04-29T17:42:02 #kisslinux <ominous_anonymou> and ricty-diminished-discord 2020-04-29T18:23:12 #kisslinux <queso63> I am currently going through the install process on my laptop as laid out on the k1ss install page. For "kiss update" curl is reporting the gzip link http://zlib.net/pigz/pigz-2.4.tar.gz has an SSL cert problem: certificate is not yet valid. Is this an issue with the package or cert, or should I go ahead and install fully first and update later? 2020-04-29T18:34:32 #kisslinux <ominous_anonymou> go ahead and install fully first, in my opinion. the update is going to be pretty lengthy anyways, might as well make sure everything is set prior to that 2020-04-29T18:38:00 #kisslinux <queso63> Good point, will do. Thanks! I don't see any other SSL cert issues other than that 1 2020-04-29T18:38:53 #kisslinux <dilynm> Is your date right on the box? 2020-04-29T18:41:38 #kisslinux <queso63> date command output shows Wed Apr 29 14:00:28 UTC 2020 2020-04-29T18:41:52 #kisslinux <queso63> seems right 2020-04-29T18:51:58 #kisslinux <dilynm> If calendars and clocks are to be believed... 2020-04-29T19:06:38 #kisslinux <ax> good evening 2020-04-29T19:26:22 #kisslinux <himmalerin> what's the utility for viewing man pages in Kiss? mandoc seems to for compiling them, not viewing them 2020-04-29T19:43:14 #kisslinux <ax> dylan09: Dylan I told you some time ago that I would not update scrot because they were project fork not developed by the original devel and I understood that it was fine. because personally on all systems I use that version which is stable to that of the creator, I can understand your point of view but I prefer to have everything stable in its place if I don't have some certainties 2020-04-29T19:44:32 #kisslinux <ax> if the prerogative is different then I have no problems that are under the responsibility of others. I personally release what I use and update only if I have reason to do it. 2020-04-29T19:48:21 #kisslinux <ax> kiss is sourced not binary... if i want unstable packages system i use other . for my ideal as such I use packages that work as required. it my point of view, sorry for the length due to the explanation. I go back to drinking :p 2020-04-29T19:53:06 #kisslinux <k1ss> ax: you do your thing, but see >I will not be accepting any new packages from maintainers with outdated ones. 2020-04-29T19:55:28 #kisslinux <humaid_01> dylan09: why dhcpcd has to processes? 2020-04-29T19:56:11 #kisslinux <Evil_Bob> himmalerin: mandoc can convert/format them 2020-04-29T19:56:12 #kisslinux <humaid_01> one PPID IS 1? 2020-04-29T19:56:33 #kisslinux <humaid_01> Two processes* 2020-04-29T19:57:14 #kisslinux <ax> k1ss: I have no problems if others take charge, I update them when I have real reason to do it. I don't update an original fork project because others do this if the original project is meant to simply do what it has to do. I do not compromise my rigorously compiled system otherwise I would have turned to something else 2020-04-29T19:59:15 #kisslinux <k1ss> it cant be that bad if alpine,void, even debian has it 2020-04-29T19:59:51 #kisslinux <ax> you you're talking about systems that provide binary non-packages to compile 2020-04-29T20:00:20 #kisslinux <ax> it's prerogative of other types of considerations 2020-04-29T20:00:34 #kisslinux <k1ss> not really, gentoo has 1.3 too 2020-04-29T20:03:52 #kisslinux <ax> version 1.3 everyone has it at the moment, but it's a fork. go to git and it is written in large letters. I've always used the original version which does what it has to do. 2020-04-29T20:04:06 #kisslinux <dilynm> 'Packages are updated as quickly as possible while at the same time tested to ensure that no issues arise in the new version. A new version of a package will be held back if it causes issues.' -- https://k1ss.org/faq 2020-04-29T20:04:34 #kisslinux <k1ss> so whats the problem exactly with the fork? 2020-04-29T20:04:36 #kisslinux <k1ss> too bloated? 2020-04-29T20:06:26 #kisslinux <ax> I knew the developer and I trust his revision to the last stage of development. I don't know what they did after him. If you then ask me about specific things that are not available in the original release then I may be willing to talk about it. 2020-04-29T20:07:11 #kisslinux <ax> it is, i use this and it work full, without problem. other, i dont know. 2020-04-29T20:07:30 #kisslinux <k1ss> cant you see the code here? https://github.com/resurrecting-open-source-projects/scrot/commits/master 2020-04-29T20:08:02 #kisslinux <k1ss> I mean its all open source, so whats the problem? 2020-04-29T20:18:41 #kisslinux <ax> none, it's not tested, and i don't know what it depends on, but i can read the code. if you care so much. place like this is another matter entirely, but are there really functions that require development branch? I have never had any segfault under any conditions.. 2020-04-29T20:19:38 #kisslinux <ax> let's talk about something designed to do what it has to do. kiss. 2020-04-29T20:20:08 #kisslinux <abi> package it as scrot-ng and have both versions ;) 2020-04-29T20:20:29 #kisslinux <k1ss> abi: thats a good idea. 2020-04-29T20:21:24 #kisslinux <k1ss> or just update to 1.3 like other distros 2020-04-29T20:22:12 #kisslinux <illiliti> i got 404 error while downloading nodejs. anyone can repro? 2020-04-29T20:23:34 #kisslinux <himmalerin> illiliti: Same here, it worked last night when I was trying to build firefox though 2020-04-29T20:24:50 #kisslinux <himmalerin> There was a new release earlier today, maybe they delete the older tar files after a new release is created? 2020-04-29T20:25:55 #kisslinux <illiliti> maybe 2020-04-29T20:26:48 #kisslinux <ax> abi: yes it can be a good idea for subsequent branches, you should subject it to dylan 2020-04-29T20:31:04 #kisslinux <himmalerin> illiliti: That is the case, only the latest release lives in release/latest-v14.x 2020-04-29T20:33:35 #kisslinux <himmalerin> Maybe instead of using the release/latest-v14.x the actual url should be used, https://nodejs.org/download/release/v14.0.0/node-v14.0.0.tar.xz instead of (the now broken) https://nodejs.org/download/release/latest-v14.x/node-v14.0.0.tar.xz 2020-04-29T20:34:33 #kisslinux <illiliti> true 2020-04-29T21:05:10 #kisslinux <himmalerin> What's the correct way to write the install script for fonts? liberation-fonts uses mkdir and cp, the styleguide says use install 2020-04-29T21:07:54 #kisslinux <kiedtl> if the styleguide says use install, then use it. 2020-04-29T21:08:11 #kisslinux <kiedtl> I guess the liberation-fonts build script needs to be updated. 2020-04-29T21:09:52 #kisslinux <himmalerin> liberation-fonts went from install to mkdir/cp with the commit "More portable install" https://github.com/kisslinux/repo/commit/8d7d0a39f6c335ff9d25b9d486a59fd91d35f00e 2020-04-29T21:11:04 #kisslinux <himmalerin> So I'm unsure what the thing to do is 2020-04-29T21:17:28 #kisslinux <illiliti> install -t is not portable. you should use mkdir/cp instead 2020-04-29T21:25:42 #kisslinux <illiliti> btw, system-wide fonts is bad idea IMO. better to use ~/.local/share/fonts unless you have multiuser setup 2020-04-29T21:34:32 #kisslinux <dilynm> iosevka-nerd-fonts uses install without -t fwiw 2020-04-29T21:34:56 #kisslinux <dilynm> Illiliti: why? 2020-04-29T21:35:26 #kisslinux <kiedtl> oh, I see 2020-04-29T21:35:52 #kisslinux <kiedtl> dylan, how many ricing tools do you have? pywal, bud(dy), pal(eta), and now wsh :) 2020-04-29T21:40:05 #kisslinux <illiliti> dilynm: i'm personally dislike cluttering /usr/share 2020-04-29T21:40:46 #kisslinux <dilynm> Fair 2020-04-29T21:57:07 #kisslinux <illiliti> lol 2020-04-29T21:57:15 #kisslinux <illiliti> firefox build failed 2020-04-29T21:59:08 #kisslinux <illiliti> https://termbin.com/hpd1 2020-04-29T21:59:12 #kisslinux <himmalerin> If you grep the log kiss makes is there a "error: casts cannot be followed by a field access"? 2020-04-29T21:59:55 #kisslinux <himmalerin> huh that looks like a different error from what I got yesterday 2020-04-29T22:00:59 #kisslinux <illiliti> 4 matches for casts cannot.... 2020-04-29T22:53:04 #kisslinux <himmalerin> illiliti: That's the error I was getting too ( http://0x0.st/ieYE.txt ), but I don't see any mentions in your termbin link? 2020-04-29T22:59:03 #kisslinux <illiliti> i cut last 500 lines from log using tail -n 500. therefore grep 'casts cannot' doesn't show any matches 2020-04-29T23:53:10 #kisslinux <himmalerin> Kiss the package manager only supports updating with git repos right? No Mercurial support?