poudriere

  1. 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...
  2. 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...
  3. 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=...
  4. nxjoseph

    Solved Can you customize a poudriere jail?

    Like changing the default shell, adding some aliases, adding some packages installed by default?
  5. 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...
  6. 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...
  7. 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...
  8. 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... 🙏
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. BaronBS

    Solved poudriere and locally build stable branch version mismatch

    Hello forum, Recently I decided to go back to the stable branch with poudriere and a build server. But for some reason I cannot create a 14-STABLE jail with poudriere. Disclaimer: I usually prefer text over screenshots, but to avoid lost of context with my bad English i will need to appeal to...
  16. hern42

    how to install a software with specific options? via poudriere or ports (but using already pkg installed deps)

    ok so i'd like to use darktable as i liked it muchly when on linux.debian... the pkg crashes due to my images being in the .dmg format and thumbnails requiring ImageMagick or some other whatnots (which are installed on my system via pkg). as far as i got from the log it needs to be compile with...
  17. language

    poudriere inconsistently still using /portdistfiles

    I am trying to build databases/cassandra4 in poudriere. The pre-fetch target places a file in ${DISTDIR}/${DIST_SUBDIR}/${MAVEN_CACHE_FILE}. In poudriere this is translating to /portdistfiles/cassandra/apache-cassandra-4.0.8-repo.tar.xz despite having set DISTFILES_CACHE in poudriere.conf: #...
  18. DaLynX

    Solved Poudriere - best way to build old versions of some packages but not all?

    Hi, I need to build an older version of port A. Let's say pkg is v2 and I need v1. So I noted down the ports tree commit for that v1, called c1, checked it out and built with poudriere. Works fine. Now I need to build port B. Problem: port B at commit c1 is borked. It is fixed in commit c3...
  19. foxd00dle

    Help with port dependencies

    Hi everyone, I'm trying to figure out the best way to handle port dependencies of a port (in this case ftp/curl) that I want to build and install through poudriere. I was running this command: poudriere options -j 141amd64 -p 2024Q4 -z test -c ftp/curl That command walked me through a bunch...
  20. dbdemon

    Poudriere: set build options for specific port and create package with new name

    After a lot of procrastination I have decided to try and learn a little bit about poudirere. I might be jumping ahead a bit here, because I haven't spent a lot of time learning how to build ports manually. Anyway, I have two questions: How can I tell poudirere that I want to set particular...
Back
Top