Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. : configuring system DONE
  2.  
  3.  
  4. User setup
  5.  
  6. :: adding user: dani DONE
  7. :: you will be asked to enter a password for the chroot's user account
  8.  
  9. Enter new UNIX password:
  10. Retype new UNIX password:
  11. passwd: password updated successfully
  12.  
  13. :: setting up /etc/sudoers DONE
  14. :: setting up device permissions DONE
  15. :: unmounting special dirs DONE
  16.  
  17.  
  18. Installing buildscripts
  19.  
  20. :: creating needed directories DONE
  21. :: buildscripts already installed
  22. :: sources dir exists already
  23. :: fetching PKGBUILDs from GIT
  24. Cloning into /home/dani/Escritorio/Bundles/buildroot/_chroots/master-x32/home/dani/bundles...
  25. remote: Counting objects: 1161, done.
  26. remote: Compressing objects: 100% (1001/1001), done.
  27. remote: Total 1161 (delta 417), reused 594 (delta 75)
  28. Receiving objects: 100% (1161/1161), 984.82 KiB | 89 KiB/s, done.
  29. Resolving deltas: 100% (417/417), done.
  30.  
  31. DONE
  32.  
  33.  
  34. Preconfiguring buildscripts
  35.  
  36. :: creating directories DONE
  37. :: installing makepkg DONE
  38. :: installing .gitignore DONE
  39. :: installing chroot configs DONE
  40. :: installing chroot scripts DONE
  41.  
  42.  
  43. Configuring buildscripts for: bundles-i686
  44.  
  45. :: creating config files DONE
  46. :: creating user symlinks DONE
  47. :: 4 cpu('s) detected, setting MAKEFLAGS to -j5
  48. :: setting up makepkg config DONE
  49. :: setting up buildscripts config DONE
  50. :: configuring git DONE
  51. :: finishing... DONE
  52.  
  53.  
  54. All done!
  55.  
  56.  
  57. :: Finally open _buildscripts/bundles-i686-makepkg.conf
  58. :: and edit the DLAGENTS, CFLAGS, and CXXFLAGS settings to your
  59. :: liking and you are ready to build packages.
  60.  
  61. :: (Very) Quick Start:
  62. :: -------------------
  63. :: 1 -> cd buildroot
  64. :: 2 -> ./enter-chroot.sh bundles-i686
  65. :: 3 -> cd package
  66. :: 4 -> ../makepkg
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement