poudriere

  1. V

    Building the entire pkg repo with Poudriere

    I want to build the entire pkg repo using Poudriere. Is there an easy way to get the entire list of packages with their origin? pkg search . Gives the entire list with version numbers and descriptions but it doesn't give the origin. E.g. nginx-1.28.2_11,3 Robust and small WWW...
  2. K

    Solved Poudriere missing Portsnap

    I recently upgraded to 15.0-RELEASE and all was working well. Last night I tidied up by removing the old poudriere jail 13amd64 no longer required as I have no 13.5_RELEASE systems left to maintain. Since then: /usr/local/bin/poudriere ports -up local[00:00:00] Updating portstree "local" with...
  3. mrd

    Solved Poudriere go:modules and GHT_TUPLE issues with custom build script

    I'm creating a port for Publisher, a Go application, that uses a custom build script instead of GO_TARGET. The script calls go build -mod=vendor directly. I'm doing it with the help of an LLM that is using USES=go:modules with GH_TUPLE. The framework extracts all dependencies into the vendor...
  4. E

    Poudriere rebuilding same packages

    My poudriere runs every hour and takes in my list of ports and builds packages if needed. For the last few days it's been building the same 11 packages every hour (net-mgmt/netbox and dependencies), always the same versions. I haven't found anything in logs to explain why it thinks it needs to...
  5. H

    Major version upgrade and poudriere

    Hi, hope, this is the right forum to ask. I want to upgrade vom 13.5 to 14.0. I build my own packages with poudriere. It's my first major upgrade, so I'm a bit nervous. :) As far as I understand, the correct moment to create a new poudriere environment and compiling the packages wourd be...
  6. K

    How to build Thunderbird-ESR (and later patch it to become Betterbird)?

    My aim is to build Betterbird, a soft fork of Thunderbird-ESR, for FreeBSD. My idea is to start with building mail/thunderbird-esr before applying all patches of Betterbird. I read the Poudriere chapter in porters handbook and viewed/followed some tutorials like Setting up Poudriere on FreeBSD...
  7. L

    Building WINE with WOW64 through Poudriere, becoming desperate

    Hey everybody Before anyone accuses me of a grave sin, I'd already checked out other forum discussions and r/FreeBSD reddit posts, none of them really seem to fit the bill, though I could be missing something. I'm managing a FreeBSD repository for my wife and myself with Poudriere, and there's...
  8. nxjoseph@

    Xfce How can I disable gvfs daemon?

    Hi, I have recently installed x11-wm/xfce4 and I often use ports-mgmt/poudriere but in the output of some poudriere command, i saw that poudriere can't unmount their thingies and looked at the lsof output immediately, then I saw gvfs doing something there, like what the duck are you trying to...
  9. ServeFree||Die

    Issue building Rust with Poudriere on 15.0-RELEASE

    So far, this appears to affect my system on all versions of Rust I have tried (1.89 from quarterly, 1.91 and 1.92 from HEAD and experimental 1.94). I am running Poudriere in a jail, and for purposes of testing scaled back MAKE_JOBS to 1. The Rust build appears to be failing on the sanity check...
  10. epopen

    Solved poudriere with system major version upgrade

    Hi All. I known rebuild all of ports when system major version upgrade. And I using ports-mgmt/portmaster and migrate to ports-mgmt/poudriere I collected some method.. poudriere bulk -c -f [Build ports listed] Remove local repository /usr/local/poudriere/data/packages/[BARFOO] directly...
  11. M

    Building OpenCV with GTK3 using Poudriere

    I am trying to build graphics/opencv with GTK3 support x11-toolkits/gtk30 using Poudriere. While I can set the config options correctly for the build process: ---Begin OPTIONS List--- ===> The following configuration options are available for opencv-4.11.0_4: EIGEN=off: Add Eigen v3...
  12. epopen

    Solved Poudriere work with service jail.

    Hi All I'm studying ports-mgmt/poudriere and apply to base system and network service jail. About service jail, description as follows Network service like www/apache24 / ftp/vsftpd daemon etc... Installed with independent service jail separately. Common service like security/openssh-portable...
  13. M

    Poudriere with Erlang and Rebar3

    I'm a Poudriere noob that decided to start using it for several packages not in the main ports tree. I'm having troubles with one that uses lang/erlang and devel/rebar3 that provides a language server for the LFE language lang/lfe. Here is my makefile PORTNAME= lfe-ls DISTVERSION=...
  14. nxjoseph@

    Solved Can you customize a poudriere jail?

    Like changing the default shell, adding some aliases, adding some packages installed by default?
  15. nxjoseph@

    Solved devel/llvm19 requires older version of lang/python311 while new version of python is available

    [00:00:03] [Dry Run] Checking packages for missing dependencies [00:00:03] [Dry Run] Deleting llvm19-19.1.7_1.pkg: missing dependency: python311-3.11.13_1 # pkg search python311 python311-3.11.14 Interpreted object-oriented programming language Why the llvm requires older version...
  16. amiramix

    Poudriere options is the bottleneck

    Maybe I am doing something wrong but the longer is the list of ports I want to compile with poudriere, the longer it takes to configure them versus compiling them. I have a lot of CPUs and RAM and I compile everything in memory. Multiple ports at the same time, apart from when they depend on...
  17. epopen

    Solved Poudriere newbie about default perl version switch

    Hi All I'm using ports system build from source and studying ports-mgmt/poudriere and replace from ports-mgmt/portmaster🐱 Cast study and got confusing about default perl version switch. Section of /usr/ports/UPDATING 20231017: AFFECTS: users of lang/perl5* AUTHOR: delphij@FreeBSD.org...
  18. freezr

    Geany 2.1

    I need to install Geany 2.1 which is still not available in the ports tree; should I compile the source through Poudriere or I am overthinking about it? What do you recommend? Thanks... 🙏
  19. gessel

    py-xapian build fail: "py-sphinx module... no" (but yes)

    Last few major system upgrades I haven't been able to get databases/py-xapian to build under Poudriere. I've been hoping it would just magically start to work as so much does thanks to the community, but as of FreeBSD 14.2-RELEASE-p3, still no luck. The error is: checking...
  20. nxjoseph@

    Solved Poudriere insists on using tmpfs for packages listed in TMPFS_BLACKLIST

    Hi, I am having a problem where Poudriere (even -devel) does insist on using tmpfs for big packages that i listed in TMPFS_BLACKLIST list in configuration, also TMPFS_BLACKLIST_DIR is set. I am using ZFS. It happens on at least lang/rust and devel/llvm15. I also use devel/ccache. Thanks in...
Back
Top