-
### Zig Version
0.13.0
### Steps to Reproduce and Observed Behavior
On KissLinux:
>main.zig
```zig
const c = @cImport({
@cInclude("stdio.h");
});
pub fn main() !void {
_ = c.puts…
-
When compiling python during chroot, ssl module is not built.
https://github.com/kisslinux/repo/issues/263
Either stick with python-3.9.7 or develop a patch to restore LibreSSL support in Python 3.1…
-
`kiss b pkg` where pkg has a dependency that isn't in any repo in `KISS_PATH` causes kiss to fail later after downloading sources, not immediately. So the error shows up 2 times
-
I have a few ideas for this repo and would like your thoughts. Firstly I just opened up a pull request for seatd on kiss-community https://github.com/kisslinux/community/pull/1235. If we were to bump …
-
Hey, this is a really cool project but would you be able to update it with the newest tarball or even create a GH action to automate it? Thanks man.
-
**Describe the bug**
I want to package `libppd` for the kisslinux distribution. When I build `libppd`I get:
```
.
.
.
make[2]: Leaving directory '/home/user/.cache/kiss/proc/20326/build/libppd…
-
`brl fetch` should eventually cryptographically verify the software it is bootstrapping. As preliminary research for this effort, we'll need to populate the information in the table below.
Feel fr…
-
**Describe the bug**
/usr/include/qpdf/QPDFWriter.hh:560:32: error: ‘std::string_view’ has not been declared
```std::string_view``` was introduced in c++17, and the ebuild was compiled with c++11,…
-
Packages can individually install rules in the `mdev.conf` syntax to `/etc/mdev.conf.d/*`, which will be amalgamated and passed to the mdev implementation
-
I'm unable to create a bootable image from your script, maybe I'm missing some parameters to configure in the kernel to manipulate NBD's or maybe some part of qemu that I forget, but don't boot the im…