[2025-01-04T00:00:30Z] Oh yeah luakit seems awesome [2025-01-04T00:00:45Z] I need to test that one [2025-01-04T00:03:39Z] you should. its an awesome browser imo [2025-01-04T01:23:21Z] anybody know of a simple depmod utility that isn't from kmod? [2025-01-04T05:24:41Z] dilyn: busybox has depmod but toybox, sbase/ubase etc does not(as far as i know). kmod seems to be the only choice if you dont want busybox [2025-01-04T05:26:37Z] yeah that's the conclusion I came to :'( [2025-01-04T11:14:23Z] Most of the stuff I try to build have missing dependencies... I don't get it [2025-01-04T12:40:09Z] Also, using halt seems to not stop the computer completely. This morning I had to long press the power button. Everything seems shutdown but no. I'll probably have to do a fresh install asap [2025-01-04T13:15:52Z] which repositories are you using? [2025-01-04T14:02:34Z] Default one, the community one, and also the forked xorg [2025-01-04T14:08:08Z] that is strange. you are using well maintained repositories so normally you shouldnt run into missing dependency errors [2025-01-04T14:08:29Z] be sure that you setup KISS_PATH correctly [2025-01-04T14:11:22Z] kiss should report dependencies even if KISS_PATH is not set. and if packages is in your current directory (one up), it should be able to find them by itself [2025-01-04T14:20:41Z] It's at build time. For example, xorg-server failed because it can't find gl [2025-01-04T14:30:20Z] do you have any overrides or something [2025-01-04T14:30:26Z] mesa provides gl [2025-01-04T14:48:37Z] it should be because you used mesa from the xorg repository [2025-01-04T14:49:03Z] s/used/not used/ [2025-01-04T14:52:19Z] things get complicated about some packages since they need to be compiled with some specific config options and since kiss does not have a useflag feature like gentoo sometimes forking packages and changing build options is needed [2025-01-04T14:52:45Z] mesa is only one of them [2025-01-04T15:02:05Z] Well I have mesa installed, but it seems fails on xorg-server [2025-01-04T15:02:21Z] To fail* [2025-01-04T20:45:02Z] l0wigh: don't ask me how but I accidentally ran the command by poking around it [2025-01-04T20:45:13Z] and it didn't truly power off my computer either - the LED was still on [2025-01-04T20:45:21Z] why are you using halt though instead of poweroff? [2025-01-04T20:45:50Z] the help switch of halt says "halts the system", while the one of poweroff says "halt and shut off power". They seem different on purpose [2025-01-04T20:46:35Z] halt != shutdown :p but hitting the powerbutton appearantly didnt poweroff he machine iirc [2025-01-04T20:47:55Z] im somewhat curiuous as to why his build doesnt pull in dependencies aswell though. something is up. maybe he has KISS_FORCE enabled? [2025-01-04T20:48:12Z] l0wigh: ahve to you set KISS_FORCE=1? if so unset it, or set it to 0 [2025-01-04T23:20:53Z] i wonder what halt's for