-
Hi,
I can't figure out why I can't run my command. Syntax is all good and it looks like it runs, but after 30 seconds, it bombs out with the pkgmk error similar to what riddley had posted in issue #6…
-
Hey kevintijssen,
I tried to deploy your plugin via the Agent Bakery in CMK 1.5.0p16. Unfortunately the agent baking fails with the following error:
### Exception ###
```
Exception: Error cr…
-
Hi again,
last roadblocker for CRUX seems to be that the static libuuid is not built with `uuid_clear`(?).
From cryptsetups meson configure statge:
```
Run-time dependency uuid found: YES 2.40…
-
We need to add ```$(DEVICE_OPTIMIZATION)``` option to ```$(MAKE)``` calls to sanitize optimized builds and avoid overlaying with generic arm optimization. I've just added it to all calls, so may be we…
-
Hi, I downloaded the xorg ports from the CRUX ports repository, and put them in `ports/xorg`. I added `xorg` to the PKGs variable in `02-base`, and when it comes time to actually install the port it …
-
In the file `fpm/solaris.rb` the handling of the ouput from pkgproto is incorrect.
```
IO.popen("pkgproto #{staging_path}/#{@prefix}=").each_line do |line|
type, klass, path, mode, us…
-
There are many already outdated versions of ports in the assembly.
I decided to update the ports - I went through a number of Pkgfiles (Xorg, Xorg-opt, etc.) and indicated the current software versio…
-
Reference: https://crux.nu/bugs/index.php?do=details&task_id=379&project=1&pagenum=2
```
if a directory, rejected by pkgadd, has new/other permissions or user/group
than the installed one, rejmer…
-
Solaris 10 + fpm 0.4.42 from rubygems.org on 9/13/2013
```
collectd-5.4.0:cairo> cat post
#!/bin/bash
mkdir -p /var/lib/collectd
collectd-5.4.0:cairo> ls -ld post
-rwxr-xr-x 1 jblaine staff …
-
Hello there, and thanks for your work on preserving these old Unixen!
I've been wondering - how exactly did you pull off regenerating the distribution media for the useful packages from the source …