pkg_comp icon indicating copy to clipboard operation
pkg_comp copied to clipboard

Automates the build of pkgsrc binary packages in a sandbox

Results 18 pkg_comp issues
Sort by recently updated
recently updated
newest added

My pkg_comp build system has been unable to build the erlang package since Erlang 24. Erlang 24 introduced a JIT-compiler and uses that compiler during it's build process. The JIT-compiler...

This isn't mergeable as is, so don't worry that I don't have a signed contributor agreement. :-) But it's probably close enough for you to commit something that solves the...

I'm wanting to do my NetBSD 8.x package builds with clang. Newer NetBSD has clang in the base system, but 8.x doesn't, so I've built it from pkgsrc on the...

Once a week or so, I run `pkg_comp` targeting my NetBSD server. `SANDBOX_TYPE=netbsd-release`, no X sets. As of [this pkgsrc/mk commit](https://github.com/NetBSD/pkgsrc/commit/fadcd4714ed4cd3847d08d1b881691cee1e5c464), my builds became incomplete, missing 100+ of the usual...

What I did: following [the recent howto](http://julio.meroh.net/2017/02/pkg_comp-2.0-tutorial-netbsd.html), updated my 1.x config to 2.0 and ran my usual weekly `pkg_comp` build. What I expected: roughly the same set of binary packages...

enhancement

I'd find it very useful if `pkg_comp`, still using `sandboxctl` and requiring root to run, could be configured to create an unprivileged user inside the sandbox and do an `--unprivileged`...

When installing the pbulk tools, rsync is installed, and even though the rsyncd system start-up script is not installed, the pkgsrc package install logic tries to create /etc/rc.d, and on...

Add hook support for a `post_build_hook` routine that is executed right after packages have been built by the pkg_comp `build` subcommand. This enables me to, for example, define a `post_build_hook`...

There is a `sandbox.conf` file, the syntax of which is defined by the `sandboxctl.conf(5)` man page, and there is no `sandbox.conf(5)` man page. Fix things by changing references to `sandbox.conf(5)`...

I rebuild packages a lot sometimes and I don't want to wear down my disk more than I need to, so I always specify the work directory to point to...