poudriere

  1. S

    Poudriere: How to Clean up a Dropped SSH Session During a Build?

    Hello FreeBSD Forums, I'm having some issues cleaning up after a "failed" poudriere build. To summarize, I initiated a poudriere bulk over an ssh connection, and the network connection was interrupted. When I was able to ssh back into the machine running poudriere, none of the build processes...
  2. Cath O'Deray

    Non-conservative pkg-upgrade(8)

    With higher priority given to my poudriere repository, why did pkg upgrade not find the upgrade to virtualbox-ose? % pkg -vv | grep -i conservative CONSERVATIVE_UPGRADE = false; % pkg -vv | grep priority priority : 3, priority : 0, priority : 4 % pkg -vv | grep...
  3. astyle

    jails Getting a handle on Poudriere jail management

    I'd like to ask for some help in getting a handle on Poudriere jail management. After a LOT of reading (mostly off https://github.com/freebsd/poudriere/wiki/), but also the Handbook's sections on "Building Ports with Poudriere" and the chapter on jails, I was able to distill 3 commands that I'd...
  4. freezr

    Solved How to compile a third party software on a jail?

    Dear All, I'd like to compile and install my favorite Gemini TUI client on a jail rather than on the real system: https://telescope.omarpolo.com/ I thought I may use Poudriere, however after reading several times the handbook and looked into many blogs, I got the impression that all those...
  5. F

    Solved Poudriere - xorg-vfbserver: libGL.so - not found

    Hello, I'm getting a build failure in Poudriere for xorg-vfbserver. It's been failing for over a month, so I'm assuming it's limited to my installation. Is there something that would normally cause this that I could clear? I've tried purging all the ports and rebuilding, but to no effect. The...
  6. Cath O'Deray

    poudriere-bulk(8): pkg package missing

    I don't recall seeing this before: … pkg package missing, cleaning all packages... done Seen at two different computers. At the first computer, I'm trying to begin building electron12. At the second computer (below), I'm trying to build Konsole. root@mowa219-gjp4-8570p-freebsd:~ #...
  7. F

    Package marked as broken, install from Github source?

    I have a package that fails to build in my Poudriere repository, databases/postgresql-plv8js, due to it being marked as broken. Unfortunately this is a required package for the piece of ERP software the PostgreSQL database is built for. I have found the Github source for plv8 and I'm trying to...
  8. Alain De Vos

    texlive-full always recompiles

    Even when i just compiled print/texlive-ful (i.e.texlive-full-20150521) with poudriere it always recompiles ... Reason : Deleting texlive-full-20150521.pkg: new dependency: print/texlive-texmf-source
  9. Cath O'Deray

    Using poudriere to build net/citrix_ica

    /usr/local/etc/poudriere.d/make.conf comprises one line: ICA_CERTS=quovadis_quovadiseuropeevsslcag1_der.crt Attempts to build net/citrix_ica fail. Using SSL Preferences (KDE Plasma, pictured below) to trust the certificate does not resolve the issue. Please, what should I do? (I'm almost...
  10. S

    Solved poudriere distclean fails after update to 3.3.7

    After updating poudriere to the newest version I can't run poudriere distclean any more. When I run the following command, I get a wall of error messages. poudriere distclean -p HEAD -f /usr/local/etc/poudriere.d/port-list -y Wall of error messages: [00:00:01] Loading MOVED for...
  11. J

    Solved Error in compiling lang/rust in Poudriere

    Hi! Want to update my FreeBSD server with FreeBSD 12.1-RELEASE-p8 FreeBSD 12.1-RELEASE-p8 GENERIC amd64 up to 13.0-RELEASE. As a step need to upgrade all the ports. One of them wants lang/rust. I use Poudriere for compiling packages and then update my soft from the local repo. I build the...
  12. Cath O'Deray

    Using poudriere to install net/citrix_ica

    Without poudriere, no problem: root@mowa219-gjp4-8570p:/usr/ports/net/citrix_ica # make install … ===> License citrix accepted by the user ===> citrix_ica-13.10.0 depends on file: /usr/local/sbin/pkg - found Checking QuoVadisEuropeEVSSLCAG1.crt ===> Fetching all distfiles required by...
  13. spag

    Solved poudriere ports and git

    poudriere ports -c and port updates were working flawless for many years until git happened. I assume many migration parts are still in progress. Unfortunately cannot make it work: #poudriere ports -c -m git -U https://git.freebsd.org/ports.git [00:00:00] Creating default fs at...
  14. Cath O'Deray

    pkg(8) --chroot with packages created by poudriere, and /var/log/messages

    The package data in /usr/local/poudriere/data/packages – how best to make this available? A symbolic link, maybe? root@mowa219-gjp4-8570p:~ # date ; uname -v Fri May 7 06:49:39 BST 2021 FreeBSD 14.0-CURRENT #94 main-n246499-097e8701c9f: Thu May 6 07:26:23 BST 2021...
  15. 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...
  16. tyson

    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...
  17. 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...
  18. 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...
  19. 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...
  20. 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...
Back
Top