💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-04-14.txt captured on 2024-05-26 at 16:25:50.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
2020-04-14T04:12:34 #kisslinux <muevoid> Hello everybody I am currently attempting to get broadcom-wl working on my friends pc with kiss linux. However the driver seems to work and ifconfig -a shows the interface running and recieving bytes and sending and wpa_supplicant says connected I gave her an ip with dhcpcd however she still cannot do ping google.com or any dns servers such as 8.8.8.8 2020-04-14T04:32:46 #kisslinux <dilyn> how are you connecting to the network via wpa_supplicant? 2020-04-14T04:34:05 #kisslinux <muevoid> I did wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant.conf and generated the conf file with wpa_passphrase SSID passphrase | tee /etc/wpa_supplicant.conf (obvi replaced SSID and passphrase with hers) 2020-04-14T04:34:16 #kisslinux <muevoid> then after I did dhcpcd && dhcpcd wlan0 2020-04-14T04:36:06 #kisslinux <dilyn> what's the output of ifconfig? 2020-04-14T04:40:34 #kisslinux <muevoid> wlan0 Link encap:Ethernet HWaddr B8:09:8a:BC:A3:3B 2020-04-14T04:40:34 #kisslinux <muevoid> inet6 addr: fe80::ba09:8aff:febc:a33b/64 Scope:Link 2020-04-14T04:40:35 #kisslinux <muevoid> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 2020-04-14T04:40:35 #kisslinux <muevoid> RX packets:18688 errors:0 dropped:0 overruns:0 frame:388565 2020-04-14T04:40:35 #kisslinux <muevoid> TX packets:17 errors:0 dropped:0 overruns:0 carrier:0 2020-04-14T04:40:37 #kisslinux <muevoid> collisions:0 txqueuelen:1000 2020-04-14T04:40:39 #kisslinux <muevoid> RX bytes:1381054 (1.3 MiB) TX bytes:1646 (1.6 KiB) 2020-04-14T04:40:42 #kisslinux <muevoid> Interrupt:18 2020-04-14T04:41:31 #kisslinux <muevoid> Sorry it took so long she doesnt have internet working on her pc so i manually had to type it 2020-04-14T04:41:38 #kisslinux <dilyn> that's fine hahah 2020-04-14T04:41:45 #kisslinux <dilyn> hmm 2020-04-14T04:41:58 #kisslinux <dilyn> I mean I had the exact same setup and it *just works* for me... 2020-04-14T04:42:09 #kisslinux <muevoid> yeah fair enough lol 2020-04-14T04:42:12 #kisslinux <dilyn> have you tried killing dhcpcd and wpa_supplicant and restarting them? 2020-04-14T04:42:27 #kisslinux <dilyn> that's always 80% of my problem with dhcpcd 2020-04-14T04:42:38 #kisslinux <muevoid> Yeah ive also had to try rebooting and switching the dns server but Ill have her try one more time 2020-04-14T04:44:37 #kisslinux <muevoid> Do you think it could possibly be the dns name servers or the lack of a normal inet addr? 2020-04-14T04:44:46 #kisslinux <muevoid> Cause that didnt seem to do anything 2020-04-14T04:45:16 #kisslinux <muevoid> Also yeah im using your fork of broadcom-wl for her pc 2020-04-14T04:45:29 #kisslinux <dilyn> if youcute haha 2020-04-14T04:45:42 #kisslinux <dilyn> I didn't even notice the lack of an inet ummm 2020-04-14T04:45:54 #kisslinux <muevoid> yeah it has a inet6 addr but not inet addr 2020-04-14T04:46:06 #kisslinux <muevoid> Im not sure if it matters im not very good with networking 2020-04-14T04:46:36 #kisslinux <dilyn> if you can't ping 8.8.8.8 if you can't ping 8.8.8.8 then changing dns servers won't do much for you 2020-04-14T04:46:46 #kisslinux <muevoid> yeah 2020-04-14T04:46:48 #kisslinux <dilyn> the real question is whether or not your actually connected to a router 2020-04-14T04:48:02 #kisslinux <muevoid> how would I check that just ping 192.168.0.1? 2020-04-14T04:48:16 #kisslinux <dilyn> assuming that's your router's ip haha 2020-04-14T04:49:04 #kisslinux <muevoid> well yeah lol hold on having her check her routers ip 2020-04-14T04:49:21 #kisslinux <dilyn> does she have an /etc/hosts file? 2020-04-14T04:50:22 #kisslinux <muevoid> yes she does 2020-04-14T04:56:25 #kisslinux <illiliti> muevoid: are you sure that dhcpd daemon running? 2020-04-14T04:58:19 #kisslinux <muevoid> yes im sure just had her check top and have had it work before with usb tethering 2020-04-14T05:01:12 #kisslinux <dilyn> do you have the dhcpcd service running at all? 2020-04-14T05:01:24 #kisslinux <dilyn> via udevd or w/e 2020-04-14T05:02:13 #kisslinux <muevoid> I might be stupid I am quite new to kiss myself. How would I check that to make sure? 2020-04-14T05:06:20 #kisslinux <dilyn> ls /var/service/ 2020-04-14T05:06:47 #kisslinux <muevoid> theres nothing there 2020-04-14T05:12:39 #kisslinux <dilyn> it's perhaps possible that you aren't being assigned an ipv4 address (hence why it doesn't show up in ifconfig); does the computer show as connected on the router's side? 2020-04-14T05:13:43 #kisslinux <dilyn> it's possible that your router or modem wants a specific kind of address being assigned to it 2020-04-14T05:13:53 #kisslinux <muevoid> Having her check right now 2020-04-14T05:15:28 #kisslinux <muevoid> How would I make sure she has started dhcpcd with udevd? 2020-04-14T05:16:18 #kisslinux <dilyn> you would do 'ln -s /etc/sv/dhcpcd /var/service/; sv up dhcpcd' 2020-04-14T05:16:27 #kisslinux <dilyn> but I wouldn't do that until you can get it working manually 2020-04-14T05:16:39 #kisslinux <muevoid> kk 2020-04-14T05:17:26 #kisslinux <muevoid> No it does not show up as connected to the router 2020-04-14T05:18:38 #kisslinux <dilyn> f 2020-04-14T05:19:18 #kisslinux <muevoid> f indeed 2020-04-14T05:20:24 #kisslinux <muevoid> What I find weirder is I am able to scan for wifi networks with wpa_cli and again wpa_supplicant shows up as connected but wifi doesnt work and usb tethering works fine but not actual wifi 2020-04-14T05:21:01 #kisslinux <dilyn> that just means the problem isn't with dhcpcd *entirely*, only with how it's dealing with the router 2020-04-14T05:27:56 #kisslinux <muevoid> do you think I could possibly temporarily fix this via using a static ip with ifconfig? 2020-04-14T05:28:12 #kisslinux <dilyn> that might work 2020-04-14T05:28:18 #kisslinux <dilyn> unfortunately i have to go to bed 2020-04-14T05:28:29 #kisslinux <muevoid> No worries thanks for all the help! 2020-04-14T05:28:37 #kisslinux <dilyn> for sure; good luck! 2020-04-14T05:34:57 #kisslinux <dilyn> wait 2020-04-14T05:35:16 #kisslinux <dilyn> kill dhcpcd; what's the output when you run just dhcpcd wlan0? 2020-04-14T05:35:35 #kisslinux <muevoid> Sorry 2020-04-14T05:35:38 #kisslinux <muevoid> was working on it 2020-04-14T05:35:58 #kisslinux <muevoid> I will mess more with dhcpcd tommorow however it is working with a static ip using ifconfig 2020-04-14T05:36:08 #kisslinux <dilyn> nice! 2020-04-14T05:36:35 #kisslinux <dilyn> i just run dhcpcd wlan0, not dhcpcd && dhcpcd wlan0. it doesn't work the latter way 2020-04-14T05:36:43 #kisslinux <dilyn> but hey, if it works it works. don't touch it xD 2020-04-14T05:36:45 #kisslinux <dilyn> gngn 2020-04-14T06:10:58 #kisslinux <icyphox> I don't have a working KISS install at the moment. Or a computer, for that matter. 2020-04-14T06:11:30 #kisslinux <icyphox> It might be a while until I can push updates to my packages. 2020-04-14T10:01:19 #kisslinux <eudaldgr> hi, everyone 2020-04-14T10:02:05 #kisslinux <jedavies> Hey 2020-04-14T10:02:49 #kisslinux <eudaldgr> i have a problem with the process update, i bumped a package on my own repo, added to the `KISS_PATH` but when i do a simple `kiss u`, they update the git repo, but don't do the update of the package 2020-04-14T10:04:31 #kisslinux <eudaldgr> and if make a `kiss b [pkg]` they try to build the old version 2020-04-14T10:04:46 #kisslinux <eudaldgr> not the new one 2020-04-14T10:04:54 #kisslinux <merakor> Did you export the KISS_PATH 2020-04-14T10:05:00 #kisslinux <eudaldgr> yes 2020-04-14T10:05:56 #kisslinux <eudaldgr> i used this repo other times, but it's the first time i update something on my own repo 2020-04-14T10:06:33 #kisslinux <merakor> Can you paste your KISS_PATH? 2020-04-14T10:07:00 #kisslinux <eudaldgr> /home/eudaldgr/repos/eudald-kiss:/home/eudaldgr/repos/kiss-games:/home/eudaldgr/repos/kiss-garbage:/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg:/var/db/community/community: 2020-04-14T10:08:08 #kisslinux <merakor> That's strange 2020-04-14T10:08:21 #kisslinux <eudaldgr> what? 2020-04-14T10:08:34 #kisslinux <merakor> Try only adding your personal repository to the path and updating 2020-04-14T10:09:07 #kisslinux <merakor> KISS_PATH=/home/eudalgr/repos/eudald-kiss kiss u 2020-04-14T10:09:11 #kisslinux <eudaldgr> but now `kiss` says that everything is up-to-date 2020-04-14T10:09:52 #kisslinux <eudaldgr> oh well now works 2020-04-14T10:11:49 #kisslinux <eudaldgr> i don't understand why 2020-04-14T10:13:04 #kisslinux <eudaldgr> thanks 2020-04-14T10:13:33 #kisslinux <merakor> It may be an exporting issue 2020-04-14T10:14:00 #kisslinux <eudaldgr> i have the export on my `.ashrc` 2020-04-14T10:15:40 #kisslinux <merakor> Try running sh -c 'echo $KISS_PATH' 2020-04-14T10:15:44 #kisslinux <merakor> with single quotes 2020-04-14T10:17:23 #kisslinux <eudaldgr> the same output 2020-04-14T10:22:34 #kisslinux <merakor> I am not sure what causes it 2020-04-14T10:23:00 #kisslinux <merakor> I had a similar problem before I started exporting the variable 2020-04-14T10:23:06 #kisslinux <merakor> But you are exporting it 2020-04-14T10:42:52 #kisslinux <eudaldgr> yeah i know 2020-04-14T10:43:01 #kisslinux <eudaldgr> i updated yet the package 2020-04-14T10:45:07 #kisslinux <eudaldgr> and someone know if it possible to run a `post-remove` on kiss? 2020-04-14T10:45:15 #kisslinux <eudaldgr> i know about post-install and pre-remove 2020-04-14T11:07:01 #kisslinux <merakor> eudaldgr: You can open an issue, or open a PR if you want it added. It hasn't been added as of yet. 2020-04-14T11:17:40 #kisslinux <eudaldgr> well i know 2020-04-14T11:17:44 #kisslinux <eudaldgr> thanks 2020-04-14T11:27:48 #kisslinux <dylan02> o/ 2020-04-14T11:27:52 #kisslinux <dylan02> I'm back 2020-04-14T11:29:05 #kisslinux <illiliti> yay! 2020-04-14T11:29:37 #kisslinux <dylan02> Lots of PRs, issues etc huh 2020-04-14T11:29:43 #kisslinux <dylan02> I'm slowly going through each one 2020-04-14T11:31:50 #kisslinux <merakor> Welcome back! 2020-04-14T11:34:51 #kisslinux <dylan02> Thanks 2020-04-14T11:35:25 #kisslinux <claudia02> welcome back dylan02. glad to see you again. Y lots of work to do (: 2020-04-14T11:39:08 #kisslinux <dylan02> :P 2020-04-14T11:41:21 #kisslinux <eudaldgr> welcome back dylan02! 2020-04-14T11:44:34 #kisslinux <dylan02> Thanks 2020-04-14T11:44:40 #kisslinux <dylan02> How have things been? 2020-04-14T11:45:09 #kisslinux <dylan02> I've not had "free" internet access until now 2020-04-14T11:47:42 #kisslinux <claudia02> A lot new people have shown up, thats pretty nice 2020-04-14T11:48:40 #kisslinux <dzove855> welcome back dylan02 2020-04-14T11:48:53 #kisslinux <dylan02> o/ 2020-04-14T11:50:41 #kisslinux <icyphox> dylan02! Good to have you back my dude. 2020-04-14T11:51:06 #kisslinux <icyphox> I guess it's now my turn to not have a working computer. 2020-04-14T11:53:06 #kisslinux <dylan02> What happened to yours? 2020-04-14T11:59:07 #kisslinux <fehawen> dylan02: Welcome back from the (laptop) dead 2020-04-14T11:59:42 #kisslinux <dylan02> Heh 2020-04-14T12:00:35 #kisslinux <fehawen> What's the internet issue, the café passworded theirs? 2020-04-14T12:01:49 #kisslinux <dylan02> Had pretty much no computer access 2020-04-14T12:02:05 #kisslinux <fehawen> I heard 2020-04-14T12:02:10 #kisslinux <fehawen> Got a new one then? 2020-04-14T12:02:14 #kisslinux <dylan02> Yeah 2020-04-14T12:02:33 #kisslinux <fehawen> Bad delivery times right now I assume 2020-04-14T12:03:52 #kisslinux <dylan02> Actually! It would have arrived 3ish days earlier, it just didn't fit in the delivery van on the Friday. :P 2020-04-14T12:04:41 #kisslinux <fehawen> Seriously? That van must've been crammed if they couldn't fit another item 2020-04-14T12:06:07 #kisslinux <dylan02> Yup 2020-04-14T12:06:45 #kisslinux <fehawen> A client soaked my XPS with her half litre caffe latte recently, had to put it in rice for a few days. It works now, but doesn't seem to be in great shape really. 2020-04-14T12:06:58 #kisslinux <fehawen> Might have to get a new one. What laptop did you get? 2020-04-14T12:07:37 #kisslinux <fehawen> I forgot how expensive new laptops are. I usually buy them used, cheap. 2020-04-14T12:09:34 #kisslinux <dylan02> It's an Honor Magicbook 14. It was 550 euros which is nice. 2020-04-14T12:10:32 #kisslinux <dylan02> Ryzen 3500u, 8GB ram, 256GB NVME SSD, etc 2020-04-14T12:11:09 #kisslinux <dylan02> It's actually way faster than my previous laptop :P 2020-04-14T12:11:33 #kisslinux <fehawen> Hah 2020-04-14T12:11:48 #kisslinux <fehawen> That's well cheap. Bargain 2020-04-14T12:12:13 #kisslinux <fehawen> Never heard of it though 2020-04-14T12:12:57 #kisslinux <dylan02> The company is owned by Huawei 2020-04-14T12:13:13 #kisslinux <dylan02> I'd never heard of it before either 2020-04-14T12:14:47 #kisslinux <fehawen> And caveats with AMD compared to Intel? 2020-04-14T12:15:49 #kisslinux <dylan02> One thing so far 2020-04-14T12:16:14 #kisslinux <dylan02> The integrated GPU in this laptop "steals" 1GB of the system's memory. 2020-04-14T12:16:50 #kisslinux <dylan02> So I have 6.9GB usable 2020-04-14T12:17:09 #kisslinux <dylan02> Other than that, it's been fine 2020-04-14T12:18:10 #kisslinux <fehawen> Hmm ok 2020-04-14T12:19:11 #kisslinux <fehawen> Missing that QHD/4K screen as well, ain't you? :) 2020-04-14T12:20:02 #kisslinux <dylan02> I'm actually happier now as I can once again use bitmap fonts 2020-04-14T12:20:30 #kisslinux <fehawen> Gosh :P 2020-04-14T12:38:45 #kisslinux <dilyn> welcome back dylan :) 2020-04-14T12:43:57 #kisslinux <dylan02> Thanks 2020-04-14T12:45:34 #kisslinux <konimex> just had a look at the laptop, my first thought was "I'll break it in 3 months or earlier" since I'm a little bit clumsy and the design looks a little bit too frail 2020-04-14T12:46:56 #kisslinux <konimex> what's the processor speed? and how many cores? 2020-04-14T12:47:33 #kisslinux <dylan02> 4 cores, 8 threads 2020-04-14T12:48:17 #kisslinux <dylan02> base clock 2.1Ghz, boost to 3.7Ghz 2020-04-14T12:49:05 #kisslinux <dylan02> Though boost is for single core :( 2020-04-14T12:49:43 #kisslinux <konimex> for 550 EUR the specs are actually good (at least here), pretty sure it'll be more expensive 2020-04-14T12:50:06 #kisslinux <dylan02> Yeah 2020-04-14T12:50:23 #kisslinux <dylan02> It was also on sale (80 euros off) 2020-04-14T12:51:23 #kisslinux <dylan02> The touchpad has no two finger scroll though :( 2020-04-14T12:52:03 #kisslinux <merakor> Pfft I use vim keys on surf to scroll :P 2020-04-14T12:52:11 #kisslinux <dylan02> I'm booting with an EFISTUB now 2020-04-14T12:52:23 #kisslinux <dylan02> It's really quick 2020-04-14T12:53:12 #kisslinux <merakor> For some reason, booting with grub is faster for me than EFISTUB 2020-04-14T12:55:17 #kisslinux <dylan02> I need to build rust now 2020-04-14T12:55:21 #kisslinux <dylan02> Fun 2020-04-14T13:00:28 #kisslinux <merakor> For firefox? 2020-04-14T13:01:09 #kisslinux <onodera> dylan02: I created a firefox 75 port 2020-04-14T13:01:12 #kisslinux <onodera> without dbus 2020-04-14T13:01:58 #kisslinux <onodera> might create a PR tonight for community, though maybe firefox* should be renamed to firefox-esr* then> 2020-04-14T13:04:09 #kisslinux <dylan02> I suppose so 2020-04-14T13:05:48 #kisslinux <dylan02> merakor: Yeah 2020-04-14T13:06:11 #kisslinux <dylan02> I also need to bump cbindgen 2020-04-14T13:22:06 #kisslinux <kiedtl> wb dylan o/ 2020-04-14T13:22:20 #kisslinux <dylan02> o/ 2020-04-14T13:29:34 #kisslinux <onodera> This is weird man, remember the GLM package, where the maintainer removed the CMAKE target 2020-04-14T13:29:48 #kisslinux <onodera> many maintainers, including the arch one, opened issues 2020-04-14T13:30:03 #kisslinux <onodera> it seesm in the last few days the developer simply disabled the issue tracker 2020-04-14T13:30:09 #kisslinux <dylan02> lol 2020-04-14T13:30:13 #kisslinux <onodera> all old issues are gone as well 2020-04-14T13:30:39 #kisslinux <onodera> https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/glm 2020-04-14T13:30:44 #kisslinux <onodera> I could go with the arch hack 2020-04-14T13:30:54 #kisslinux <onodera> but I am not sure if I prefer simpler install or this hacky stuff... 2020-04-14T13:32:27 #kisslinux <dylan02> Hm 2020-04-14T13:43:35 #kisslinux <claudia02> onodera: I created glm for kiss-games this way 2020-04-14T13:43:38 #kisslinux <claudia02> https://github.com/sdsddsd1/kiss-games/blob/master/glm/build 2020-04-14T13:45:04 #kisslinux <onodera> claudia02: ah cool, I might copy that 2020-04-14T13:45:20 #kisslinux <onodera> thought maybe it is better if just one of us maintains it? though it needs to be in community then 2020-04-14T13:46:20 #kisslinux <claudia02> y, I would then just drop it then and have an eye open when it gets dropped 2020-04-14T13:48:24 #kisslinux <eudaldgr> well i'm having some problem with `libdrm` update 2020-04-14T13:48:55 #kisslinux <eudaldgr> i try to build without nouveau or intel, i see the meson option on the gitlab repo 2020-04-14T13:49:02 #kisslinux <eudaldgr> but dosn't work 2020-04-14T13:52:19 #kisslinux <eudaldgr> well nothing yet. i always forgot the most stupid things 2020-04-14T13:58:52 #kisslinux <lieu> welcome back dylan! 2020-04-14T15:41:42 #kisslinux <lieu> dylan02: When the `Checking for missing dependencies` kick in and it outputs `Found <pkg> ... `, does that mean a dependency not in the depends file was found? 2020-04-14T15:41:46 #kisslinux <illiliti> dylan02: https://github.com/kisslinux/init/pull/14 2020-04-14T15:45:20 #kisslinux <lieu> Because if that's the case, then I should say it still outputs the dependencies even if they're in the depends file. 2020-04-14T15:47:33 #kisslinux <dylan02> lieu: I may revert it back to how it was. The idea I had when I made the change was to make it more helpful. 2020-04-14T15:49:13 #kisslinux <dylan02> illiliti: Thanks. Leaving some comments now. 2020-04-14T15:53:33 #kisslinux <dilyn> dylan02: re falkon-fix; it does seem like a strange place to go but everywhere I've read indicates that qt.conf has to go in the same directory as the binary. which is silly, but it's the only directory that worked 2020-04-14T15:53:42 #kisslinux <dylan02> Yeah 2020-04-14T15:53:47 #kisslinux <dylan02> Thought so 2020-04-14T15:57:43 #kisslinux <E5ten> dylan02: do you know of a POSIX sh way to get the effect of "comm -3 <(printf '%sn' "$var") <(printf '%sn' "$var2")" 2020-04-14T15:58:06 #kisslinux <dylan02> It'd have to be via files 2020-04-14T15:58:10 #kisslinux <E5ten> (preferably without writing one of them to a temp file) 2020-04-14T15:58:16 #kisslinux <dylan02> Yeah 2020-04-14T15:59:13 #kisslinux <dylan02> You could iterate with your own loop (and your own version of comm -3) 2020-04-14T16:03:40 #kisslinux <illiliti> dylan02: ping? 2020-04-14T16:04:53 #kisslinux <dylan02> Yeah 2020-04-14T16:04:55 #kisslinux <dylan02> Here 2020-04-14T16:05:25 #kisslinux <illiliti> check pr 2020-04-14T16:05:52 #kisslinux <lieu> dylan02: I may ask some question about kiss 2020-04-14T16:06:22 #kisslinux <dylan02> lieu: Sure 2020-04-14T16:08:47 #kisslinux <lieu> i'm still checking through 2020-04-14T16:09:11 #kisslinux <lieu> some gnu stuff seem to make it scream 2020-04-14T16:09:51 #kisslinux <dylan02> Your other messages didn't send?? 2020-04-14T16:10:42 #kisslinux <lieu> i didn't send any q yet 2020-04-14T16:11:18 #kisslinux <lieu> ahh yes, the diff part under pkg_fixdeps 2020-04-14T16:11:42 #kisslinux <lieu> busybox diff only supports unified diffs 2020-04-14T16:11:48 #kisslinux <dylan02> Ah 2020-04-14T16:11:53 #kisslinux <dylan02> Yeah, I'm working on a fix 2020-04-14T16:12:02 #kisslinux <lieu> gnu diff requires -u 2020-04-14T16:12:18 #kisslinux <lieu> to be unified 2020-04-14T16:12:25 #kisslinux <dylan02> I'll most likely do it in the morning 2020-04-14T16:12:29 #kisslinux <dylan02> The backlog drained me 2020-04-14T16:12:31 #kisslinux <dylan02> :P 2020-04-14T16:12:48 #kisslinux <lieu> yeah 2020-04-14T16:13:01 #kisslinux <lieu> that's a lotta changes lol 2020-04-14T16:20:09 #kisslinux <dylan02> brb 2020-04-14T16:26:06 #kisslinux <eudaldgr> i have a problem with `libXslt` they don't find `libintl.la` when i build it 2020-04-14T16:27:48 #kisslinux <dylan02> eudaldgr: Contact the maintainer (Cem Keylan <cem⊙cc>) 2020-04-14T16:28:40 #kisslinux <eudaldgr> i think, maybe is a `gettext` related i have this some time ago, i re-builded all the packages i have installed, but the problem persist 2020-04-14T16:29:27 #kisslinux <eudaldgr> now i don't have `gettext` obvious, but i have some problems related to this package since i removed 2020-04-14T16:39:33 #kisslinux <eudaldgr> @illiliti it's yours the tinyramfs? it works with kiss? 2020-04-14T16:41:30 #kisslinux <illiliti> yep 2020-04-14T16:42:22 #kisslinux <eudaldgr> both? 2020-04-14T16:42:28 #kisslinux <eudaldgr> great 2020-04-14T16:46:25 #kisslinux <dylan02> brb 2020-04-14T17:17:29 #kisslinux <ominous_anonymou> eudaldgr I was able to build libXslt, but i got sloppy/lazy and didn't keep track of how i solved it :( 2020-04-14T17:18:43 #kisslinux <ominous_anonymou> i used ftp://xmlsoft.org/libxslt/libxslt-1.1.33.tar.gz with libxml2 as a dependency 2020-04-14T17:19:26 #kisslinux <dylan02> Builds fine here too 2020-04-14T17:22:06 #kisslinux <ominous_anonymou> my configure line was "./configure--prefix=/usr --disable-static" 2020-04-14T17:23:44 #kisslinux <illiliti> dylan02: any chance to include my patch - https://gist.github.com/illiliti/ef9ee781b5c6bf36d9493d99b4a1ffb6 in our busybox package? this patch useful for recovering and initramfs purposes 2020-04-14T17:29:03 #kisslinux <dylan02> Sure 2020-04-14T17:33:43 #kisslinux <illiliti> tnx 2020-04-14T17:36:46 #kisslinux <onodera> dylan02: I have been thinking about an idea, and I wonder what you think of it 2020-04-14T17:37:16 #kisslinux <onodera> when you run `go` commands, it uses the current working directory if no url or something has been given 2020-04-14T17:37:35 #kisslinux <onodera> so `go get <url>` gets and url, and `go get` gets the current working dir 2020-04-14T17:38:32 #kisslinux <onodera> same for `pkgmk` on crux, when you run it, it build `Pkgfile` in the current working dir 2020-04-14T17:39:16 #kisslinux <onodera> what do you think about this behavior with kiss, so `kiss b` would build the current working dir, `kiss c` get the checksums, etc. 2020-04-14T17:40:14 #kisslinux <kiedtl> onodera: not dylan but what do you think `kiss i` should do? find the appropriate pkg tarball and install it? or something else? 2020-04-14T17:40:20 #kisslinux <onodera> I really miss this behaviour from crux, I could just cd to a port, or even create a port that is not in the definted ports tree 2020-04-14T17:41:19 #kisslinux <onodera> with kiss I have to `kiss c pkgname` `kiss b pkgname` `kiss i pkgname`, and every time have to move my cursor left a few times in order to change the action (`c`, `b`, `i`) 2020-04-14T17:42:02 #kisslinux <onodera> kiedtl: yes, it would basically do `kiss i (dirname $PWD)` 2020-04-14T17:48:54 #kisslinux <merakor> onodera: use shell functions 2020-04-14T17:49:06 #kisslinux <onodera> no 2020-04-14T17:49:22 #kisslinux <merakor> why not 2020-04-14T17:49:37 #kisslinux <dylan02> onodera: Sure 2020-04-14T17:50:18 #kisslinux <onodera> merakor: nah I will if no one thinks this is a good idea, I just wanted to put it on the table 2020-04-14T17:51:25 #kisslinux <merakor> No, I do think that is a good idea 2020-04-14T17:51:32 #kisslinux <merakor> It was a mere suggestion 2020-04-14T18:01:52 #kisslinux <onodera> all my packages merged, feels good :) 2020-04-14T18:08:22 #kisslinux <merakor> dylan02: https://github.com/CarbsLinux/kiss/commit/8c131f85c4261dc83728adac7f90eebfad25aa35.patch 2020-04-14T18:13:30 #kisslinux <onodera> merakor: you are quick! 2020-04-14T18:13:38 #kisslinux <onodera> though how do you handle rebuilding all packages? 2020-04-14T18:14:02 #kisslinux <onodera> a * argument, or do I interpret this wrong? 2020-04-14T18:19:35 #kisslinux <merakor> You could go to your /var/db/kiss/installed directory and do 'kiss b *' 2020-04-14T18:20:21 #kisslinux <onodera> ahh i see 2020-04-14T18:20:34 #kisslinux <onodera> that's actually very unixy, I like it 2020-04-14T18:23:29 #kisslinux <merakor> Yeah, but there is a better way of doing this patch 2020-04-14T18:24:05 #kisslinux <merakor> This patch still doesn't care if it is building the package in the current directory 2020-04-14T18:24:50 #kisslinux <merakor> You could create a random directory with a name matching to some package, and it would build the package on top of your KISS_PATH 2020-04-14T18:25:24 #kisslinux <merakor> Should I make it so it ignores the KISS_PATH, or should I leave it this way? 2020-04-14T18:25:29 #kisslinux <merakor> What do you think? 2020-04-14T18:54:34 #kisslinux <onodera> I personally like it if it doesn't need to match. That way I could just create some temporary port that's not in my 'formal' ports tree. As long as it has all the valid files, such as build and verstion, I don't see why it shoudnt build. 2020-04-14T18:54:44 #kisslinux <onodera> @ merakor 2020-04-14T18:57:13 #kisslinux <merakor> Yeah, that makes sense 2020-04-14T19:05:28 #kisslinux <merakor> https://github.com/CarbsLinux/kiss/commit/62331a6b751fcbffea28d21b51ea9967c1b8e1d1.patch 2020-04-14T19:06:23 #kisslinux <merakor> This is the second patch 2020-04-14T22:07:46 #kisslinux <E5ten> I hate that local isn't POSIX, like it's really easy to get around by using the positional parameters to store local variables, but it would just be so much more convenient to not have to do that