poudriere

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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=...
  10. nxjoseph

    Solved Can you customize a poudriere jail?

    Like changing the default shell, adding some aliases, adding some packages installed by default?
  11. 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...
  12. 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...
  13. 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...
  14. 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... 🙏
  15. 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...
  16. 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...
  17. sickboy

    Solved Cannot build LLVM with Poudriere – not enough memory?

    Greetings, I’m running FreeBSD 14.1 (amd64) with ZFS and trying to build LLVM 15 + 17 using Poudriere. The machine has 4 cores, 8 GiB memory and 2 GiB swap. The build jobs are always killed around 97%. TMPFS and parallel jobs are disabled in my poudriere.conf: USE_TMPFS=no #MAX_MEMORY=8...
  18. mmx

    Poudriere with Overlays: overriding Makefile variables

    Hi, I am testing out repository overlays with Poudriere and have come across a minor roadblock when building the Python 3.12 package along with a custom Mk/Uses/python.mk file. I have successfully built Python 3.12 through Poudriere before when the Port was located at /usr/ports/lang/python312...
  19. NapoleonWils0n

    OBS Studio SRT for low latency video streaming is insane

    i just got OBS Studio SRT low latency video streaming working between 2 machines and its insanely fast much better than the previous method i was using to stream to obs using udp which had a latency of just under 2 seconds srt has a latency of about 1/4 of a second to 1/2 a second and i can...
  20. NapoleonWils0n

    Solved ffmpeg install new version built with poudriere, remove old version and dependencies first

    i just built ffmpeg with poudriere to enable the SRT option to use with obs studio for low latency streaming https://obsproject.com/kb/srt-protocol-streaming-guide the poudriere repos has a higher precedence than the freebsd repo as per the handbook im running 14.2 quarterly and the...
Back
Top