-
When running sway on a non root user, I get the above error. Will provide log if needed.
-
```
-> git Checking that manifest is valid
-> git Checking that all dependencies are installed
-> git Checking for package conflicts
/usr/bin/kiss: line 822: can't create /root/.cache/kiss/proc/12…
-
Can you update PPP to 2.4.9?
- https://github.com/kisslinux/community/tree/master/community/ppp
Source:
- https://github.com/ppp-project/ppp
Ping: @onodera-punpun
cc @ArmaanB
Linked to:
-…
-
Heres the log file: https://termbin.com/la45
This error triggers due to c2man missing.
-
Due to recent changes, `kiss` now does not handle make dependencies in the proper way.
Easy example on my own system: `alsa-utils` requires `linux-headers make`; `linux-headers` requires `gmake ma…
-
Currently there is a bit of an issue with kiss, lets say there is a binary, git and release version of a package and then this package is used by another package as a dependency.
Currently you woul…
-
I will update some of my packages on repo-community, but is it still necessary to push PR on kisslinux/community ? Repology.org now points to repo-community, perhaps it's time to replace kisslinux/com…
-
test package:
```
#!/bin/sh -e
install -d "$1/tmp"
cd "$1/tmp"
mkdir 3.20
ln -s 3.20 3.21
```
The broken `3.21`symlink remains when the package is uninstalled due to the logic in `pkg_remove_fi…
-
The idea is to reduce boilerplate in a generic way by exporting common variables
into the environment. There are endless instances of `DESTDIR`, `CC` and `CXX` for
example. This makes their use opti…
-
Hello, I have installed TinyTeX in the past and it worked without problems. I have a linux system. If I try to install it, I get:
````
wget -qO- "https://yihui.org/tinytex/install-bin-unix.sh" | …