[2023-05-31T03:05:05Z] "What do you think about buying a..." <- Overkill [2023-05-31T03:05:31Z] There is kisscommunity.org but I doubt there would be enough space for more [2023-05-31T04:59:42Z] Vova: why not just use github and publish then im a repo instead, or in releases? [2023-05-31T09:25:05Z] xdream8 what coreutils and stuff are you using? [2023-05-31T09:25:15Z] that messes up codegen sometimes [2023-05-31T09:25:54Z] hmm should be fine then [2023-05-31T09:26:03Z] ill check in some time [2023-05-31T10:28:11Z] business man [2023-05-31T10:32:16Z] all binary packages must be statically linked [2023-05-31T10:33:11Z] drez: if only [2023-05-31T10:36:52Z] "Overkill" <- :'( [2023-05-31T10:41:13Z] just kiss d * [2023-05-31T12:29:24Z] hi guys [2023-05-31T13:26:13Z] hi [2023-05-31T13:27:17Z] so i checked that pigz provides `/usr/bin/gzip`, but /usr/bin/gunzip which is still used by some packages to build eg. emacs [2023-05-31T13:28:12Z] anyway, i simply did ln -sf /usr/bin/pigz and /usr/bin/gunzip and build works fine [2023-05-31T13:29:15Z] I haven't used gunzip, does it default to like `gzip -d ...` so `-d` option isn't rqeuired. But i'm not sure, is it possible that we can add this to the symlink thing to `build` for `pigz`? [2023-05-31T14:23:21Z] @icema [2023-05-31T14:24:06Z] @iceman cat /var/db/kiss/installed/pigz/post-install [2023-05-31T14:27:55Z] testuser[m]: hmm, i checked, thanks!