Nathan Arthur
Nathan Arthur
@osresearch you can try having vim put the swap files somewhere else, as described [here](https://stackoverflow.com/a/21026618/1132502)
Hi, I know this issue is old, but I thought you might like to know that we just released a new version of [PPiOS-Rename](https://github.com/preemptive/PPiOS-Rename) (which is a fork and evolution...
I had this same problem (and in fact the PHP 7 builds were failing but the overall build still declared "success!"), but it didn't end up getting in my way...
`pkg_comp_wrapper` provides a few features that aren't provided by `pkg_comp`: 1. It fails the build if any desired packages are missing. (It doesn't check for dependent packages, which should probably...
FYI [my wrapper script](https://github.com/truist/settings/blob/master/bin/server/pkg_comp_wrapper) (that uses [my util script](https://github.com/truist/settings/blob/master/bin/util/pkg_comp_util.sh)) accomplishes this via the `make show-var` approach. Note, though, that it only checks the desired package list; it doesn't catch missing...
I can confirm - pkgin does complain (quietly) about missing packages (if there is only the local source configured). For example: ~~~ # pkgin import /etc/pkglist databases/mysql57-server is not available...
Ah, that's the issue. I don't use the default configuration path. (I standardize all the config into /etc.) Is that part of the check really necessary? I can't think of...