pandamasta

Untitled

Jan 26th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. My client (It's a jail and poudriere is in the hypervisor, I did a nullfs of the repo on /var/www)
  2.  
  3. #cat /usr/local/etc/pkg.conf
  4. packagesite: file:///var/www/poudriere_data/packages/10amd64-default
  5.  
  6.  
  7.  
  8. # pkg info lang/php55
  9. pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository configuration file
  10. php55-5.5.8
  11. Name : php55
  12. Version : 5.5.8
  13. Origin : lang/php55
  14. Architecture : freebsd:10:x86:64
  15. Prefix : /usr/local
  16. Categories : www lang devel
  17. Licenses : PHP301
  18. Maintainer : [email protected]
  19. WWW : http://www.php.net/
  20. Comment : PHP Scripting Language
  21. Options :
  22. AP2FILTER : off
  23. APACHE : off
  24. CGI : on
  25. CLI : on
  26. DEBUG : off
  27. DTRACE : off
  28. EMBED : off
  29. FPM : off
  30. IPV6 : on
  31. LINKTHR : on
  32. MAILHEAD : off
  33. ZTS : off
  34. Shared Libs required:
  35. libxml2.so.5
  36. libpcre.so.3
  37. Flat size : 11.1MiB
  38.  
  39.  
  40. ----------------------
  41.  
  42. On poudriere
  43.  
  44. #cat /usr/local/etc/poudriere.conf
  45.  
  46. BASEFS=/www/poudriere
  47. NO_ZFS=yes
  48.  
  49. FREEBSD_HOST=ftp://ftp.freebsd.org
  50. POUDRIERE_DATA=/www/poudriere_data
  51. RESOLV_CONF=/etc/resolv.conf
  52. DISTFILES_CACHE=/usr/local/etc/poudriere.d/distfiles
  53.  
  54. CHECK_CHANGED_OPTIONS=yes
  55. CHECK_CHANGED_DEPS=yes
  56.  
  57. -------------------------
  58.  
  59. # poudriere options -s lang/php55
  60. ====>> Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
  61. ===> The following configuration options are available for php55-5.5.8:
  62. CLI=on: Build CLI version
  63. CGI=on: Build CGI version
  64. FPM=on: Build FPM version
  65. ===> Use 'make config' to modify these settings
  66. ===> The following configuration options are available for php55-5.5.8 and dependencies
  67. ===> The following configuration options are available for php55-5.5.8:
  68. CLI=on: Build CLI version
  69. CGI=on: Build CGI version
  70. FPM=on: Build FPM version
  71.  
  72.  
  73. ------------------
  74. # poudriere bulk -f /root/poudriere/packagelist.txt -j 10amd64
  75. ====>> Creating the reference jail... done
  76. ====>> Mounting system devices for 10amd64-default
  77. ====>> Mounting ports/packages/distfiles
  78. ====>> Mounting packages from: /www/poudriere_data/packages/10amd64-default
  79. ====>> Mounting /var/db/ports from: /usr/local/etc/poudriere.d/options
  80. ====>> Logs: /www/poudriere_data/logs/bulk/10amd64-default/2014-01-26_13h21m28s
  81. ====>> Appending to make.conf: /usr/local/etc/poudriere.d/make.conf
  82. ====>> Appending to make.conf: /usr/local/etc/poudriere.d/10amd64-make.conf
  83. /etc/resolv.conf -> /www/poudriere_data/build/10amd64-default/ref/etc/resolv.conf
  84. ====>> Starting jail 10amd64-default
  85. ====>> Loading MOVED
  86. ====>> Calculating ports order and dependencies
  87. ====>> Sanity checking the repository
  88. ====>> Deleting stale symlinks
  89. ====>> Deleting empty directories
  90. ====>> Cleaning the build queue
  91. ====>> No package built, no need to update the repository
  92. ====>> Cleaning up
  93. ====>> Umounting file systems
  94. ====>> [10amd64-default] 0 packages built, 0 failures, 0 ignored, 0 skipped
  95.  
  96. -----------------------------
Advertisement
Add Comment
Please, Sign In to add comment