poudriere

  1. T

    dependencies and OPTIONS

    Hello everyone, I'm looking to improve the manageability, IMO, of ports. However, I'm in need of advises to overcome some challenges I'm encountering. This tool gives a very nice tree view. Since you could have different (poudriere) 'sets' and make.conf file(s), this manual usage becomes...
  2. T

    ZFS poudriere jail - not mounting filesystem

    I have a minor problem with my jail configuration for poudriere builder. Everything works, except poudriere jail dataset is not getting mounted on jail start filesystems hierarchy is : fbsd/usr/jails/JAIL_NAME for jails root / fbsd/pdr/w0 poudriere jail filesystem. zfs set jailed=on fbsd/pdr/w0...
  3. D

    Solved Issue with building the port in Jail

    Hello, I have been trying to build graphics/drm-fbsd12.0-kmod inside a Jail with make package but there I am having an issue: ===> radeonkmsfw/verde_smc (install) install -T release -o root -g wheel -m 555 radeon_verde_smc_bin.ko...
  4. D

    Checking Specific Port Status

    Hello. Let's say I want to check graphics/drm-fbsd12.0-kmod port to see if it is being build / going to be build for FreeBSD CURRENT-12.2. Where and how can I check that? P.S: As someone with Linux background I am fairly new to the Port system so please rather than posting a pkg-status link and...
  5. Nick-6

    How to mix port and packages with poudriere?

    I'm running FreeBSD-12.2-RELEASE on VirtualBox (RAM - 5000 MiB , Processor - 1, SSD - 18 GiB) hosted by Debian Buster. Almost all of the available binary packages in FreeBSD satisfy my need. I just need to build only one package with custom options which is ffmpeg. I won't remove it's default...
  6. A

    What is proper method to create a local mirror of pkg package repositories now that pkg.freebsd.org returns 401 when attempting to sync

    Hi Freebsd Forum community, We run a large installation of Freebsd 11 and 12 servers that have historically utilized a local FreeBSD package repository mirror on-premise that we sync periodically. The method we have been using for years -- since the official repositories were poisoned a few...
  7. J

    Reasons to start using poudrier

    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...
  8. Alain De Vos

    Building kernel and world in a poudriere jail

    Can I build a kernel and world in a poudriere jail? Is there a kernel and world port ? Or how to do ?
  9. gladiola

    Preserving Successful Builds with Poudriere and git, rsync, or similar

    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...
  10. Alain De Vos

    poudriere seems to like to rebuild everything

    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...
  11. Mjölnir

    Do not use ports-mgmt/portmaster and other tools who build in the main system

    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...
  12. byrnejb

    Solved How to resolve checksum error on port build

    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...
  13. byrnejb

    Solved poudriere [00:00:01] Error: Missing mnt metadata for portstree

    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...
  14. J

    pkg update error for any repo

    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...
  15. F

    Poudriere Bulk error while compiling perl5.30

    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]...
  16. NapoleonWils0n

    Solved ffplay not installed with ffmpeg does it require sdl

    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...
  17. C

    poudriere questions

    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...
  18. CrunchBerry

    qemu-aarch64-static 13-Current r346657 amd64 host vm, is it supposed to work? (It does, with caveats, debug guidance appreciated)

    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...
  19. Professor_Fate

    Poudriere bulk failure

    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...
  20. marcelbonnet

    Solved poudriere fails, but make on host does not

    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...
Back
Top