poudriere

  1. NapoleonWils0n

    Success Freebsd 15.1 upgrade with pkgbase and Poudriere

    I just upgrade to Freebsd 15.1 with pkgbase and Poudriere on my Dell XPS 15 2019 I used a bectl boot environment with Poudriere to install the new Nvidia driver and nvidia-drm-66-kmod The trick is you have to split the Poudriere set up into 2 parts You can do part of the poudriere set up while...
  2. epopen

    Solved ports-mgmt/poudriere bulk build ignored upgradeable ports (net-mgmt/ng_ipacct)

    Hi All I found ports-mgmt/poudriere bulk build ignore upgradeable ports before. Remove and reinstall ports fixed. But now this problem is happening again. This case: net-mgmt/ng_ipacct, it dependence on by net/mpd5 and contain in pkglist file. I checked net-mgmt/ng_ipacct, no IGNORE tag found...
  3. nerozero

    Solved rustdesk-server, compile issue, poudriere

    Hello, I'm trying to compile net/rustdesk-server with poudriere, but failing to do so. Here is the error log: [zstd-sys 2.0.16+zstd.1.5.7] [zstd-sys 2.0.16+zstd.1.5.7] thread 'main' (1040932) panicked at...
  4. nxjoseph@

    Solved Can't extract rust on Poudriere 3.4.6

    Hi, I am having a trouble getting lang/rust built since it does not even pass the extract stage. This was not happening on 14.3 but I have recently upgraded to 14.4 and it is happening like also it did in 15.0 for me. Sad thing is I don't see anybody experience this right now... Poudriere's...
  5. raffle4

    poudriere (host usage/dataset-error)

    Cumbersome learning week. Started using gimp. Installed nvidia-gpus and tried to set up audio, not streamlined, yet kind of working. And finally port management. Happy Monday. Could someone spare me some headache by explaining what I did wrong the first time trying to use poudriere? (I guess...
  6. epopen

    Solved ports-mgmt/poudriere bulk build and lang/rust is depended on by ftp/curl

    Hi All I'm upgrade security/openssl35 to 3.4.6 by ports-mgmt/poudriere Either this time upgrade or other ports upgrade, lang/rust always deleted because lftp/curl changed as follows. [00:03:38] Deleting rust-1.94.0.pkg: missing dependency: curl-8.19.0_2 Because lang/rust build time almost 15...
  7. vmb

    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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. 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=...
  20. nxjoseph@

    Solved Can you customize a poudriere jail?

    Like changing the default shell, adding some aliases, adding some packages installed by default?
Back
Top