💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-02-03.txt captured on 2024-05-12 at 16:03:24.
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
[2022-02-03T01:28:33Z] <maximum_yellow> is anyone using PR 278 (https://github.com/kisslinux/kiss/pull/278) here? I think i found a bug? I have popt and poppler installed, and it seems to do something strange when i do `kiss i poppler` [2022-02-03T01:28:36Z] <maximum_yellow> > sed: /var/db/kiss/installed/pmount/manifest/var/db/kiss/installed/popt/manifest: Not a directory [2022-02-03T01:29:43Z] <maximum_yellow> in fact, this issue doesn't seem specific to the package [2022-02-03T01:30:01Z] <maximum_yellow> it also mangles texlive-bin and texlive-latextra somehow [2022-02-03T01:52:53Z] <maximum_yellow> aaaah [2022-02-03T01:53:15Z] <maximum_yellow> figured it out, fnr on line 1122 was not introducing a space as it should have been [2022-02-03T02:06:47Z] <acheam> make a comment there if you can [2022-02-03T04:07:43Z] <testuser[m]> Hi [2022-02-03T11:03:08Z] <testuser[m]> https://sourceware.org/pipermail/libc-alpha/2022-February/136040.html [2022-02-03T13:59:58Z] <testuser[m]> https://github.com/gkisslinux/grepo/releases/tag/2022.2-1 [2022-02-03T14:06:24Z] <testuser[m]> oh fuck [2022-02-03T14:06:34Z] <testuser[m]> i messed up the root permissions [2022-02-03T14:06:39Z] <testuser[m]> time to re releases [2022-02-03T14:12:18Z] <testuser[m]> done [2022-02-03T17:36:26Z] <sahaquiel> hi guys [2022-02-03T17:36:50Z] <sahaquiel> theres some way to put a git branch in the sources? [2022-02-03T17:50:33Z] <omanom> sahaquiel like this? https://github.com/kiss-community/community/blob/main/community/9base/sources ? [2022-02-03T17:53:27Z] <sahaquiel> not exactly [2022-02-03T17:54:11Z] <sahaquiel> theres a branch in a github project that i need [2022-02-03T17:54:45Z] <sahaquiel> because the merge of this branch is not in the official release branch [2022-02-03T17:55:09Z] <sahaquiel> and is taking too long for the merge [2022-02-03T18:01:52Z] <omanom> can you just specify the branch in the url? [2022-02-03T18:06:25Z] <omanom> i see what you mean. i just assumed you could like tag "+<branch>" onto the URL :/ [2022-02-03T18:40:03Z] <phoebos> @branch [2022-02-03T19:07:46Z] <omanom> ah thanks, i should've RTFM haha [2022-02-03T19:07:50Z] <omanom> sahaquiel: https://kisslinux.org/wiki/package-system#004 [2022-02-03T19:08:08Z] <omanom> "Git repositories must be prefixed with git+. An optional suffix is supported to checkout a specific branch (@BRANCH) or commit (#COMMIT)." [2022-02-03T19:09:14Z] <sahaquiel> Is a branch in glew [2022-02-03T19:09:28Z] <sahaquiel> one sec [2022-02-03T19:10:28Z] <sahaquiel> https://github.com/nigels-com/glew/tree/linux-wayland [2022-02-03T19:20:55Z] <omanom> so the sources line would be "git+https://github.com/nigels-com/glew@linux-wayland" i believe