No, it would simply fail because it can't find the package or one or more of its dependencies.Since some of the pkgs may not have been built at the time the pkg install instruction is issued, would pkg install wait until the pkg was built?
Is there any way to trigger a build of the required pkg?No, it would simply fail because it can't find the package or one or more of its dependencies.
i'd assume you'll have to change the pkg url, check /etc/pkg/FreeBSD.conf read the header of the file on how to do this.
![]()
Chapter 4. Installing Applications: Packages and Ports
FreeBSD provides two complementary technologies for installing third-party software: the FreeBSD Ports Collection, for installing from source, and packages, for installing from pre-built binarieswww.freebsd.org
custom: {
url: "http://pkg.example.com/10amd64",
enabled: yes,
}
balanga, ports-mgmt/synth might be worth a look as an alternative if you are only building ports for a single system.
Yes, but you have already invested a lot of time in poudriere(8). Anyway, cross compiling instructions are here https://github.com/jrmarino/synth#how-to-configure-synth-to-crossbuild-binaries.Can it build 11.1 pkgs for armv5?
Have you read the thread in the HowTo section of this forum dedicated to poudriere(8) ? The second post has everything you need to know to use repositories obtained using poudriere(8).Not sure how to configure the url though... Not even sure where built packages are meant to be stored.
Have you read the thread in the HowTo section of this forum dedicated to poudriere(8) ? The second post has everything you need to know to use repositories obtained using poudriere(8).
pkg add /usr/local/poudriere/data/packages/releng112amd64-default/All/apache22.txz
myrepo: {
url : "file:///usr/local/poudriere/data/packages/releng112amd64-default",
enabled : yes,
mirror_type : NONE
}