poudriere

  1. K

    Solved Poudriere won't build python27 without SSLv3

    Hi, I'm trying to build lang/python27 with security/openssl from ports with poudirere. The /etc/make.conf I use with poudriere is the following: OPTIONS_SET=CPU_OPTS DEFAULT_VIMRC DOCS GEOIP HTTP2 HTTP_GEOIP HTTP_REALIP ICONV NLS OPTIMIZED_CFLAGS THREADS OPTIONS_UNSET=BASH EXAMPLES JAVA LDAP...
  2. H

    Node.js based ports : how do you handle the npm install?

    Hello, I have been trying to make a port for NodeBB, a forum software using Node.js. Once the project has been fetched, you also need to install dependencies (a lot of them) using the npm install command. But when building with poudriere, you have access to the network only during...
  3. C

    Poudriere : ports-mgmt/pkg: Failed: stuck_in_queue

    I am trying to compile ports with poudriere, but it keep crashing pkg. root@aasennas:/usr/ports/ports-mgmt/poudriere # poudriere bulk -f /home/anders/poudriere -j 103x64-test [00:00:00] ====>> Creating the reference jail... done [00:00:00] ====>> Mounting system devices for 103x64-test-default...
  4. STREBLO

    Poudriere on low powered machine

    I'm looking to set up ports-mgmt/poudriere on a low-powered server, specifically the HP 470. I was wondering if this is too low powered of a the machine to run ports-mgmt/poudriere if I am not using ZFS. I don't care if it takes a long time to compile packages (within reason) as long as it...
  5. amiramix

    ports-mgmt/poudriere and tsort: cycle in data warning

    I noticed that ports-mgmt/poudriere started to show this message: tsort: cycle in data tsort: gtk2-2.24.29_1 tsort: cups-2.1.3_1 tsort: dbus-1.8.20 tsort: xmlto-0.0.28 tsort: w3m-0.5.3_5 tsort: cycle in data tsort: cups-2.1.3_1 tsort: dbus-1.8.20 tsort: xmlto-0.0.28 tsort: fop-2.0_1 tsort...
  6. S

    Passing command line options to poudriere

    Is this possible? For example when installing from the ports directory I can do something like: test:/usr/ports/databases/mysql56-server # make WITH_CHARSET=utf8 WITH_COLLATION=utf8_general_ci install How can I do the equivalent with poudriere? I've read the docs but can't figure out how to...
  7. chrbr

    Updating with poudriere

    I have tried ports-mgmt/poudriere because some unexpected issue related to python and curses has crept into my ports system after using ports-mgmt/portmaster quite a long time without having it noted early. I hope I have strictly followed /usr/ports/UPDATING all the time :D. Now I have a few...
  8. D

    Solved poudriere package build for RPI

    I am using a FreeBSD 11.0-CURRENT as a base and have installed the ports-mgmt/poudriere-devel locally from my base ports tree. I now install a poudriere jail so I can build packages for my Raspberry pi 2. The following commands seem to complete successfully. I set qemu_user_static enabled in...
  9. K

    Pkg package repository using ports-mgmt/poudriere. With or without ZFS.

    This is a HOWTO on how to build your own ports-mgmt/pkg packages in a jail using ports-mgmt/poudriere. Few notes about notation: First few mentions of a ported program will be a "port link", like net/mtr. I will not repeat the link too many times however. I will use a link to a manual page...
Back
Top