I'm running about 10 FreeBSD servers and 1 desktop (two to three in the near future). So far I've always used pkg to install and maintain software.
Yesterday I started reading about poudrier. I understand that this is a tool / collection of scripts to automate the process of building binary...
Got my poudriere server up and running fairly steady. However, sometimes I see a package that I want built will succeed in one run but fail in another. I would like to know how others preserve their successful builds in these situations. How do you do it?
For example, with a build in...
I would like to rebuild only what is necessary.
In a file pkglist.txt i have 400 ports listed
This is how i run poudriere.
pkglist="./pkglist.txt"
jail="poudbjail"
port="local"
time nice -n 15 poudriere bulk -j $jail -p $port -f $pkglist
This command currently want to build 700 packages. I...
Please consult Howto build ports with ports-mgmt/poudriere for a set of historically evolved issues concerning the ports tree.
Please consult the well-known Recursive Make Considered Harmful for reasons why such tools do not handle the build process theoretically sound -- they do not use make...
I need to build an older version of samba. To do this I need to build its dependencies. I am using Poudriere and am down to the last two dependencies needed before samba will build. However, I cannot get past this error:
=======================<phase: checksum...
I am trying out poudriere for the first time and I am getting this error message when I try and run it. This is how it was set up:
pkg install poudriere
vi /usr/local/etc/poudriere.conf
poudriere jail -c -j freebsd_12-1x64 -v 12.1-RELEASE
poudriere jail -l
JAILNAME VERSION...
Hi!
I have a server running on FreeBSD-11.1-Release. Today (yes, too late) I`ve updated it to 11.3-R:
server:/usr/local/etc/pkg/repos # uname -a
FreeBSD server 11.3-RELEASE-p7 FreeBSD 11.3-RELEASE-p7 #0: Tue Mar 17 08:32:23 UTC 2020...
Hello Everyone,
Background: FreeBSD 11.3-STABLE #0 r359109
I am facing an error while compiling perl5.30 using poudriere bulk with the following:
(I am compiling it for particular reasons/customization)
Pathname for the site-specific library files? (~name ok)
[/usr/local/lib/perl5/site_perl]...
When you install the ffmpeg package ffplay isnt installed
Looking at the ffmpeg freshports page there is a comment for ffplay
@comment bin/ffplay
I may be wrong but i think ffplay requires sdl which is off by default in the config options
SDL=off: Simple Direct Media Layer support
Can anyone...
Hello,
I have 2 questions about poudriere.
I am building an poudriere build system to create packages for my FreeBSD servers at work.
I create a list ( ports.list) of software I want to build.
The last step I build the packages with poudriere bulk -j jailx -p local -f /path/ports.list...
so I've been playing with a raspberry pi 3, and have it running the base system, so I tried moving on to package building with ports-mgmt/poudriere. found out I can't build 13-Head packages on my 12-releng-p3 main OS so stood up a bhyve with 13-Head r346657 . then built a ports-mgmt/poudriere...
I have two separate servers, one of them with an intel i3 processor and one with an i7.
Poudriere is set up exactly the same way on both. Host OS is 12.0-RELEASE. UFS only. The poudriere.conf file is set up the same on both. Jails on each were created to build arm64 ports, downloading...
Hi, everyone.
I tried to build java/eclipse (eclipse-4.6_2) but it failed with poudriere. The last lines from the log don't make it clear to me.
But, compiling the port directly on the host, worked (cd /usr/ports/java/eclipse && make install clean)
My machine has 8 cores and 8GB RAM. Would be...
Hi, I'm having troubles building ports with poudriere (see attached image).
I was using tmpfs=yes and cache is active . My laptop has 8 cores and 8GB RAM.
The problem happened even reducing parallel jobs to 6 or 3 .
Any suggestions, please?
Hey all,
I’m having a little difficulty troubleshooting why devel/gconf2 is failing to build. This is my first time to use Poudriere, so any hints would be welcome. Am I reading this right and is it tripping up on devel/ORBit2? I’m failing to understand how to troubleshoot this further, and...
So, user Vermaden suggested I write a HOWTO about my implementation of ccache and tmpfs, based on my success in (possibly) decreasing the build time of packages so other folks who use ports-mgmt/poudriere could potentially benefit as well. Before I do this, I want to be sure the numbers I am...
I have a poudriere repository that I use to build firefox, cmus, scilab and few other packages.
Now, I have some packages that I don't longer need, and no other installed packages depend on them.
sudo pkg autoremove
Installed packages to be REMOVED:
ORBit2-2.14.19_2
lapack-3.5.0_5...
My poidriere jail repo got filled. But i don't want to keep what is too old. What is the correct way to find and remove the too old in the poudriere repo.
Hello,
I am attempting to build the default flavour of fftw3 (3.3.8_1) from a git repo using poudriere (3.2.6) on Freebsd-11.2-RELEASE in a jail with the same FreeBSD version. The Makefile specifies that the default favour builds mpi versions of the libraries and installs the corresponding...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.