Bryan Drewery
Bryan Drewery
You're reporting an ancient bug that is long fixed.
I thought I had addressed this but am not finding where currently. Will reopen for now.
https://github.com/freebsd/poudriere/blob/master/src/share/poudriere/common.sh#L7121 has a message along the lines of "failed to lookup pkgname for . Is SUBDIR+= in /Makefile?". This would only show in `bulk -a` for dependencies. There is nothing...
Why are you making 2 separate repositories? Poudriere won't support the `pkg` idea of multiple remote repositories. Any packages needed for runtime dependencies need to be present and built in...
In https://blog.shatow.net/posts/2013-07-21-managing-role-based-freebsd-servers-with-meta-packages-and-poudriere/ I cover how I do this. I just make a separate meta package for each jail and then can use 1 unified repository. Of course this only works...
> > In https://blog.shatow.net/posts/2013-07-21-managing-role-based-freebsd-servers-with-meta-packages-and-poudriere/ I cover how I do this. I just make a separate meta package for each jail and then can use 1 unified repository. Of course this...
That's a `make` thing Poudriere can't do much about.
By default the config.log is not saved. If you use `bulk -w` or `SAVE_WRKDIR=1` in poudriere.conf then the workdir will be saved to `$BASEFS/wrkdirs` as a tarball that can be...
The EventStore directory on Windows does not respect the `--profile` flag. It uses the default profile directory/EventStore. After deleting that one then the 2nd profile search was able to initialize...
Thanks for reporting. Will include a fix in next release.