2020-04-14T04:12:34 #kisslinux 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 how are you connecting to the network via wpa_supplicant? 2020-04-14T04:34:05 #kisslinux 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 then after I did dhcpcd && dhcpcd wlan0 2020-04-14T04:36:06 #kisslinux what's the output of ifconfig? 2020-04-14T04:40:34 #kisslinux wlan0 Link encap:Ethernet HWaddr B8:09:8a:BC:A3:3B 2020-04-14T04:40:34 #kisslinux inet6 addr: fe80::ba09:8aff:febc:a33b/64 Scope:Link 2020-04-14T04:40:35 #kisslinux UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 2020-04-14T04:40:35 #kisslinux RX packets:18688 errors:0 dropped:0 overruns:0 frame:388565 2020-04-14T04:40:35 #kisslinux TX packets:17 errors:0 dropped:0 overruns:0 carrier:0 2020-04-14T04:40:37 #kisslinux collisions:0 txqueuelen:1000 2020-04-14T04:40:39 #kisslinux RX bytes:1381054 (1.3 MiB) TX bytes:1646 (1.6 KiB) 2020-04-14T04:40:42 #kisslinux Interrupt:18 2020-04-14T04:41:31 #kisslinux 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 that's fine hahah 2020-04-14T04:41:45 #kisslinux hmm 2020-04-14T04:41:58 #kisslinux I mean I had the exact same setup and it *just works* for me... 2020-04-14T04:42:09 #kisslinux yeah fair enough lol 2020-04-14T04:42:12 #kisslinux have you tried killing dhcpcd and wpa_supplicant and restarting them? 2020-04-14T04:42:27 #kisslinux that's always 80% of my problem with dhcpcd 2020-04-14T04:42:38 #kisslinux 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 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 Cause that didnt seem to do anything 2020-04-14T04:45:16 #kisslinux Also yeah im using your fork of broadcom-wl for her pc 2020-04-14T04:45:29 #kisslinux if youcute haha 2020-04-14T04:45:42 #kisslinux I didn't even notice the lack of an inet ummm 2020-04-14T04:45:54 #kisslinux yeah it has a inet6 addr but not inet addr 2020-04-14T04:46:06 #kisslinux Im not sure if it matters im not very good with networking 2020-04-14T04:46:36 #kisslinux 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 yeah 2020-04-14T04:46:48 #kisslinux the real question is whether or not your actually connected to a router 2020-04-14T04:48:02 #kisslinux how would I check that just ping 192.168.0.1? 2020-04-14T04:48:16 #kisslinux assuming that's your router's ip haha 2020-04-14T04:49:04 #kisslinux well yeah lol hold on having her check her routers ip 2020-04-14T04:49:21 #kisslinux does she have an /etc/hosts file? 2020-04-14T04:50:22 #kisslinux yes she does 2020-04-14T04:56:25 #kisslinux muevoid: are you sure that dhcpd daemon running? 2020-04-14T04:58:19 #kisslinux yes im sure just had her check top and have had it work before with usb tethering 2020-04-14T05:01:12 #kisslinux do you have the dhcpcd service running at all? 2020-04-14T05:01:24 #kisslinux via udevd or w/e 2020-04-14T05:02:13 #kisslinux 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 ls /var/service/ 2020-04-14T05:06:47 #kisslinux theres nothing there 2020-04-14T05:12:39 #kisslinux 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 it's possible that your router or modem wants a specific kind of address being assigned to it 2020-04-14T05:13:53 #kisslinux Having her check right now 2020-04-14T05:15:28 #kisslinux How would I make sure she has started dhcpcd with udevd? 2020-04-14T05:16:18 #kisslinux you would do 'ln -s /etc/sv/dhcpcd /var/service/; sv up dhcpcd' 2020-04-14T05:16:27 #kisslinux but I wouldn't do that until you can get it working manually 2020-04-14T05:16:39 #kisslinux kk 2020-04-14T05:17:26 #kisslinux No it does not show up as connected to the router 2020-04-14T05:18:38 #kisslinux f 2020-04-14T05:19:18 #kisslinux f indeed 2020-04-14T05:20:24 #kisslinux 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 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 do you think I could possibly temporarily fix this via using a static ip with ifconfig? 2020-04-14T05:28:12 #kisslinux that might work 2020-04-14T05:28:18 #kisslinux unfortunately i have to go to bed 2020-04-14T05:28:29 #kisslinux No worries thanks for all the help! 2020-04-14T05:28:37 #kisslinux for sure; good luck! 2020-04-14T05:34:57 #kisslinux wait 2020-04-14T05:35:16 #kisslinux kill dhcpcd; what's the output when you run just dhcpcd wlan0? 2020-04-14T05:35:35 #kisslinux Sorry 2020-04-14T05:35:38 #kisslinux was working on it 2020-04-14T05:35:58 #kisslinux I will mess more with dhcpcd tommorow however it is working with a static ip using ifconfig 2020-04-14T05:36:08 #kisslinux nice! 2020-04-14T05:36:35 #kisslinux i just run dhcpcd wlan0, not dhcpcd && dhcpcd wlan0. it doesn't work the latter way 2020-04-14T05:36:43 #kisslinux but hey, if it works it works. don't touch it xD 2020-04-14T05:36:45 #kisslinux gngn 2020-04-14T06:10:58 #kisslinux I don't have a working KISS install at the moment. Or a computer, for that matter. 2020-04-14T06:11:30 #kisslinux It might be a while until I can push updates to my packages. 2020-04-14T10:01:19 #kisslinux hi, everyone 2020-04-14T10:02:05 #kisslinux Hey 2020-04-14T10:02:49 #kisslinux 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 and if make a `kiss b [pkg]` they try to build the old version 2020-04-14T10:04:46 #kisslinux not the new one 2020-04-14T10:04:54 #kisslinux Did you export the KISS_PATH 2020-04-14T10:05:00 #kisslinux yes 2020-04-14T10:05:56 #kisslinux 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 Can you paste your KISS_PATH? 2020-04-14T10:07:00 #kisslinux /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 That's strange 2020-04-14T10:08:21 #kisslinux what? 2020-04-14T10:08:34 #kisslinux Try only adding your personal repository to the path and updating 2020-04-14T10:09:07 #kisslinux KISS_PATH=/home/eudalgr/repos/eudald-kiss kiss u 2020-04-14T10:09:11 #kisslinux but now `kiss` says that everything is up-to-date 2020-04-14T10:09:52 #kisslinux oh well now works 2020-04-14T10:11:49 #kisslinux i don't understand why 2020-04-14T10:13:04 #kisslinux thanks 2020-04-14T10:13:33 #kisslinux It may be an exporting issue 2020-04-14T10:14:00 #kisslinux i have the export on my `.ashrc` 2020-04-14T10:15:40 #kisslinux Try running sh -c 'echo $KISS_PATH' 2020-04-14T10:15:44 #kisslinux with single quotes 2020-04-14T10:17:23 #kisslinux the same output 2020-04-14T10:22:34 #kisslinux I am not sure what causes it 2020-04-14T10:23:00 #kisslinux I had a similar problem before I started exporting the variable 2020-04-14T10:23:06 #kisslinux But you are exporting it 2020-04-14T10:42:52 #kisslinux yeah i know 2020-04-14T10:43:01 #kisslinux i updated yet the package 2020-04-14T10:45:07 #kisslinux and someone know if it possible to run a `post-remove` on kiss? 2020-04-14T10:45:15 #kisslinux i know about post-install and pre-remove 2020-04-14T11:07:01 #kisslinux 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 well i know 2020-04-14T11:17:44 #kisslinux thanks 2020-04-14T11:27:48 #kisslinux o/ 2020-04-14T11:27:52 #kisslinux I'm back 2020-04-14T11:29:05 #kisslinux yay! 2020-04-14T11:29:37 #kisslinux Lots of PRs, issues etc huh 2020-04-14T11:29:43 #kisslinux I'm slowly going through each one 2020-04-14T11:31:50 #kisslinux Welcome back! 2020-04-14T11:34:51 #kisslinux Thanks 2020-04-14T11:35:25 #kisslinux welcome back dylan02. glad to see you again. Y lots of work to do (: 2020-04-14T11:39:08 #kisslinux :P 2020-04-14T11:41:21 #kisslinux welcome back dylan02! 2020-04-14T11:44:34 #kisslinux Thanks 2020-04-14T11:44:40 #kisslinux How have things been? 2020-04-14T11:45:09 #kisslinux I've not had "free" internet access until now 2020-04-14T11:47:42 #kisslinux A lot new people have shown up, thats pretty nice 2020-04-14T11:48:40 #kisslinux welcome back dylan02 2020-04-14T11:48:53 #kisslinux o/ 2020-04-14T11:50:41 #kisslinux dylan02! Good to have you back my dude. 2020-04-14T11:51:06 #kisslinux I guess it's now my turn to not have a working computer. 2020-04-14T11:53:06 #kisslinux What happened to yours? 2020-04-14T11:59:07 #kisslinux dylan02: Welcome back from the (laptop) dead 2020-04-14T11:59:42 #kisslinux Heh 2020-04-14T12:00:35 #kisslinux What's the internet issue, the café passworded theirs? 2020-04-14T12:01:49 #kisslinux Had pretty much no computer access 2020-04-14T12:02:05 #kisslinux I heard 2020-04-14T12:02:10 #kisslinux Got a new one then? 2020-04-14T12:02:14 #kisslinux Yeah 2020-04-14T12:02:33 #kisslinux Bad delivery times right now I assume 2020-04-14T12:03:52 #kisslinux 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 Seriously? That van must've been crammed if they couldn't fit another item 2020-04-14T12:06:07 #kisslinux Yup 2020-04-14T12:06:45 #kisslinux 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 Might have to get a new one. What laptop did you get? 2020-04-14T12:07:37 #kisslinux I forgot how expensive new laptops are. I usually buy them used, cheap. 2020-04-14T12:09:34 #kisslinux It's an Honor Magicbook 14. It was 550 euros which is nice. 2020-04-14T12:10:32 #kisslinux Ryzen 3500u, 8GB ram, 256GB NVME SSD, etc 2020-04-14T12:11:09 #kisslinux It's actually way faster than my previous laptop :P 2020-04-14T12:11:33 #kisslinux Hah 2020-04-14T12:11:48 #kisslinux That's well cheap. Bargain 2020-04-14T12:12:13 #kisslinux Never heard of it though 2020-04-14T12:12:57 #kisslinux The company is owned by Huawei 2020-04-14T12:13:13 #kisslinux I'd never heard of it before either 2020-04-14T12:14:47 #kisslinux And caveats with AMD compared to Intel? 2020-04-14T12:15:49 #kisslinux One thing so far 2020-04-14T12:16:14 #kisslinux The integrated GPU in this laptop "steals" 1GB of the system's memory. 2020-04-14T12:16:50 #kisslinux So I have 6.9GB usable 2020-04-14T12:17:09 #kisslinux Other than that, it's been fine 2020-04-14T12:18:10 #kisslinux Hmm ok 2020-04-14T12:19:11 #kisslinux Missing that QHD/4K screen as well, ain't you? :) 2020-04-14T12:20:02 #kisslinux I'm actually happier now as I can once again use bitmap fonts 2020-04-14T12:20:30 #kisslinux Gosh :P 2020-04-14T12:38:45 #kisslinux welcome back dylan :) 2020-04-14T12:43:57 #kisslinux Thanks 2020-04-14T12:45:34 #kisslinux 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 what's the processor speed? and how many cores? 2020-04-14T12:47:33 #kisslinux 4 cores, 8 threads 2020-04-14T12:48:17 #kisslinux base clock 2.1Ghz, boost to 3.7Ghz 2020-04-14T12:49:05 #kisslinux Though boost is for single core :( 2020-04-14T12:49:43 #kisslinux for 550 EUR the specs are actually good (at least here), pretty sure it'll be more expensive 2020-04-14T12:50:06 #kisslinux Yeah 2020-04-14T12:50:23 #kisslinux It was also on sale (80 euros off) 2020-04-14T12:51:23 #kisslinux The touchpad has no two finger scroll though :( 2020-04-14T12:52:03 #kisslinux Pfft I use vim keys on surf to scroll :P 2020-04-14T12:52:11 #kisslinux I'm booting with an EFISTUB now 2020-04-14T12:52:23 #kisslinux It's really quick 2020-04-14T12:53:12 #kisslinux For some reason, booting with grub is faster for me than EFISTUB 2020-04-14T12:55:17 #kisslinux I need to build rust now 2020-04-14T12:55:21 #kisslinux Fun 2020-04-14T13:00:28 #kisslinux For firefox? 2020-04-14T13:01:09 #kisslinux dylan02: I created a firefox 75 port 2020-04-14T13:01:12 #kisslinux without dbus 2020-04-14T13:01:58 #kisslinux might create a PR tonight for community, though maybe firefox* should be renamed to firefox-esr* then> 2020-04-14T13:04:09 #kisslinux I suppose so 2020-04-14T13:05:48 #kisslinux merakor: Yeah 2020-04-14T13:06:11 #kisslinux I also need to bump cbindgen 2020-04-14T13:22:06 #kisslinux wb dylan o/ 2020-04-14T13:22:20 #kisslinux o/ 2020-04-14T13:29:34 #kisslinux This is weird man, remember the GLM package, where the maintainer removed the CMAKE target 2020-04-14T13:29:48 #kisslinux many maintainers, including the arch one, opened issues 2020-04-14T13:30:03 #kisslinux it seesm in the last few days the developer simply disabled the issue tracker 2020-04-14T13:30:09 #kisslinux lol 2020-04-14T13:30:13 #kisslinux all old issues are gone as well 2020-04-14T13:30:39 #kisslinux https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/glm 2020-04-14T13:30:44 #kisslinux I could go with the arch hack 2020-04-14T13:30:54 #kisslinux but I am not sure if I prefer simpler install or this hacky stuff... 2020-04-14T13:32:27 #kisslinux Hm 2020-04-14T13:43:35 #kisslinux onodera: I created glm for kiss-games this way 2020-04-14T13:43:38 #kisslinux https://github.com/sdsddsd1/kiss-games/blob/master/glm/build 2020-04-14T13:45:04 #kisslinux claudia02: ah cool, I might copy that 2020-04-14T13:45:20 #kisslinux 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 y, I would then just drop it then and have an eye open when it gets dropped 2020-04-14T13:48:24 #kisslinux well i'm having some problem with `libdrm` update 2020-04-14T13:48:55 #kisslinux i try to build without nouveau or intel, i see the meson option on the gitlab repo 2020-04-14T13:49:02 #kisslinux but dosn't work 2020-04-14T13:52:19 #kisslinux well nothing yet. i always forgot the most stupid things 2020-04-14T13:58:52 #kisslinux welcome back dylan! 2020-04-14T15:41:42 #kisslinux dylan02: When the `Checking for missing dependencies` kick in and it outputs `Found ... `, does that mean a dependency not in the depends file was found? 2020-04-14T15:41:46 #kisslinux dylan02: https://github.com/kisslinux/init/pull/14 2020-04-14T15:45:20 #kisslinux 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 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 illiliti: Thanks. Leaving some comments now. 2020-04-14T15:53:33 #kisslinux 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 Yeah 2020-04-14T15:53:47 #kisslinux Thought so 2020-04-14T15:57:43 #kisslinux 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 It'd have to be via files 2020-04-14T15:58:10 #kisslinux (preferably without writing one of them to a temp file) 2020-04-14T15:58:16 #kisslinux Yeah 2020-04-14T15:59:13 #kisslinux You could iterate with your own loop (and your own version of comm -3) 2020-04-14T16:03:40 #kisslinux dylan02: ping? 2020-04-14T16:04:53 #kisslinux Yeah 2020-04-14T16:04:55 #kisslinux Here 2020-04-14T16:05:25 #kisslinux check pr 2020-04-14T16:05:52 #kisslinux dylan02: I may ask some question about kiss 2020-04-14T16:06:22 #kisslinux lieu: Sure 2020-04-14T16:08:47 #kisslinux i'm still checking through 2020-04-14T16:09:11 #kisslinux some gnu stuff seem to make it scream 2020-04-14T16:09:51 #kisslinux Your other messages didn't send?? 2020-04-14T16:10:42 #kisslinux i didn't send any q yet 2020-04-14T16:11:18 #kisslinux ahh yes, the diff part under pkg_fixdeps 2020-04-14T16:11:42 #kisslinux busybox diff only supports unified diffs 2020-04-14T16:11:48 #kisslinux Ah 2020-04-14T16:11:53 #kisslinux Yeah, I'm working on a fix 2020-04-14T16:12:02 #kisslinux gnu diff requires -u 2020-04-14T16:12:18 #kisslinux to be unified 2020-04-14T16:12:25 #kisslinux I'll most likely do it in the morning 2020-04-14T16:12:29 #kisslinux The backlog drained me 2020-04-14T16:12:31 #kisslinux :P 2020-04-14T16:12:48 #kisslinux yeah 2020-04-14T16:13:01 #kisslinux that's a lotta changes lol 2020-04-14T16:20:09 #kisslinux brb 2020-04-14T16:26:06 #kisslinux i have a problem with `libXslt` they don't find `libintl.la` when i build it 2020-04-14T16:27:48 #kisslinux eudaldgr: Contact the maintainer (Cem Keylan ) 2020-04-14T16:28:40 #kisslinux 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 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 @illiliti it's yours the tinyramfs? it works with kiss? 2020-04-14T16:41:30 #kisslinux yep 2020-04-14T16:42:22 #kisslinux both? 2020-04-14T16:42:28 #kisslinux great 2020-04-14T16:46:25 #kisslinux brb 2020-04-14T17:17:29 #kisslinux 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 i used ftp://xmlsoft.org/libxslt/libxslt-1.1.33.tar.gz with libxml2 as a dependency 2020-04-14T17:19:26 #kisslinux Builds fine here too 2020-04-14T17:22:06 #kisslinux my configure line was "./configure--prefix=/usr --disable-static" 2020-04-14T17:23:44 #kisslinux 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 Sure 2020-04-14T17:33:43 #kisslinux tnx 2020-04-14T17:36:46 #kisslinux dylan02: I have been thinking about an idea, and I wonder what you think of it 2020-04-14T17:37:16 #kisslinux 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 so `go get ` gets and url, and `go get` gets the current working dir 2020-04-14T17:38:32 #kisslinux same for `pkgmk` on crux, when you run it, it build `Pkgfile` in the current working dir 2020-04-14T17:39:16 #kisslinux 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 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 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 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 kiedtl: yes, it would basically do `kiss i (dirname $PWD)` 2020-04-14T17:48:54 #kisslinux onodera: use shell functions 2020-04-14T17:49:06 #kisslinux no 2020-04-14T17:49:22 #kisslinux why not 2020-04-14T17:49:37 #kisslinux onodera: Sure 2020-04-14T17:50:18 #kisslinux 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 No, I do think that is a good idea 2020-04-14T17:51:32 #kisslinux It was a mere suggestion 2020-04-14T18:01:52 #kisslinux all my packages merged, feels good :) 2020-04-14T18:08:22 #kisslinux dylan02: https://github.com/CarbsLinux/kiss/commit/8c131f85c4261dc83728adac7f90eebfad25aa35.patch 2020-04-14T18:13:30 #kisslinux merakor: you are quick! 2020-04-14T18:13:38 #kisslinux though how do you handle rebuilding all packages? 2020-04-14T18:14:02 #kisslinux a * argument, or do I interpret this wrong? 2020-04-14T18:19:35 #kisslinux You could go to your /var/db/kiss/installed directory and do 'kiss b *' 2020-04-14T18:20:21 #kisslinux ahh i see 2020-04-14T18:20:34 #kisslinux that's actually very unixy, I like it 2020-04-14T18:23:29 #kisslinux Yeah, but there is a better way of doing this patch 2020-04-14T18:24:05 #kisslinux This patch still doesn't care if it is building the package in the current directory 2020-04-14T18:24:50 #kisslinux 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 Should I make it so it ignores the KISS_PATH, or should I leave it this way? 2020-04-14T18:25:29 #kisslinux What do you think? 2020-04-14T18:54:34 #kisslinux 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 @ merakor 2020-04-14T18:57:13 #kisslinux Yeah, that makes sense 2020-04-14T19:05:28 #kisslinux https://github.com/CarbsLinux/kiss/commit/62331a6b751fcbffea28d21b51ea9967c1b8e1d1.patch 2020-04-14T19:06:23 #kisslinux This is the second patch 2020-04-14T22:07:46 #kisslinux 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 gemini://gemini.ctrl-c.club/~phoebos/logs/freenode-kisslinux-2020-04-14.txt

-- Leo's gemini proxy

-- Connecting to gemini.ctrl-c.club:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain; charset=utf-8

-- Response ended

-- Page fetched on Sun Jun 2 09:57:10 2024