Guest User

Untitled

a guest
Oct 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. Catalyst, version 2.0.9
  2. Copyright 2003-2008 Gentoo Foundation
  3. Copyright 2008-2011 various authors
  4. Distributed under the GNU General Public License version 2.1
  5.  
  6. Using command line specified Catalyst configuration file, /etc/catalyst/amd64-auto.conf
  7. Setting sharedir to config file value "/usr/lib/catalyst/"
  8. Setting snapshot_cache to default value "/var/tmp/catalyst/snapshot_cache"
  9. Setting hash_function to config file value "crc32"
  10. Setting storedir to config file value "/home/release/buildroot/amd64-dev"
  11. Setting portdir to config file value "/usr/portage"
  12. Setting distdir to config file value "/usr/portage/distfiles"
  13. Setting options to config file value "autoresume pkgcache snapcache seedcache kerncache"
  14. Autoresuming support enabled.
  15. Kernel cache support enabled.
  16. Package cache support enabled.
  17. Seed cache support enabled.
  18. Snapshot cache support enabled.
  19. Envscript support enabled.
  20. Using target: stage1
  21. Building natively for amd64
  22. stage1 root path is /tmp/stage1root
  23. Source path set to /home/release/buildroot/amd64-dev/builds/default/stage3-amd64-x32-latest.tar.bz2
  24. Caching snapshot to /var/tmp/catalyst/snapshot_cache/20120613/
  25. The autoresume path is /home/release/buildroot/amd64-dev/tmp/default/.autoresume-stage1-amd64-x32-20120613/
  26. stage1 stage path is /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613/tmp/stage1root
  27. Location of the package cache is /home/release/buildroot/amd64-dev/packages/default/stage1-amd64-x32-20120613/
  28. Location of the kerncache is /home/release/buildroot/amd64-dev/kerncache/default/stage1-amd64-x32-20120613/
  29. Checking for processes running in chroot and killing them.
  30. Removing AutoResume Points: ...
  31. Emptying directory /home/release/buildroot/amd64-dev/tmp/default/.autoresume-stage1-amd64-x32-20120613/
  32. >>> Waiting 10 seconds before starting...
  33. >>> (Control-C to abort)...
  34. Purging Caches ... in: 10 9 8 7 6 5 4 3 2 1
  35. clearing autoresume ...
  36. Removing AutoResume Points: ...
  37. Emptying directory /home/release/buildroot/amd64-dev/tmp/default/.autoresume-stage1-amd64-x32-20120613/
  38. clearing chroot ...
  39. Emptying directory /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613/
  40. clearing package cache ...
  41. purging the pkgcache ...
  42. clearing kerncache ...
  43. purging the kerncache ...
  44. --- Running action sequence: unpack
  45. Referenced SEEDCACHE does not appear to be a directory, trying to untar...
  46. No Valid Resume point detected, cleaning up...
  47. Removing AutoResume Points: ...
  48. Emptying directory /home/release/buildroot/amd64-dev/tmp/default/.autoresume-stage1-amd64-x32-20120613/
  49. Emptying directory /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613/
  50.  
  51. Starting tar extract from /home/release/buildroot/amd64-dev/builds/default/stage3-amd64-x32-latest.tar.bz2
  52. to /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613/ (This may take some time) ...
  53.  
  54. --- Running action sequence: unpack_snapshot
  55. Valid snapshot cache, skipping unpack of portage tree...
  56. --- Running action sequence: config_profile_link
  57. Configuring profile link...
  58. --- Running action sequence: setup_confdir
  59. --- Running action sequence: portage_overlay
  60. --- Running action sequence: base_dirs
  61. --- Running action sequence: bind
  62. --- Running action sequence: chroot_setup
  63. Setting up chroot...
  64.  
  65. Warning!!!!
  66. Overriding certain env variables may cause catastrophic failure.
  67. If your build fails look here first as the possible problem.
  68. Catalyst assumes you know what you are doing when setting
  69. these variables.
  70. Catalyst Maintainers use VERY minimal envscripts if used at all
  71. You have been warned
  72.  
  73. --- Running action sequence: setup_environment
  74. --- Running action sequence: run_local
  75. copying make.conf to /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613///tmp/stage1root/etc
  76. copying make.profile to /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613///tmp/stage1root/etc
  77. copying stage1-chroot.sh to /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613/tmp/
  78. copying chroot-functions.sh to /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613/tmp/
  79. Running stage1-chroot.sh in chroot /home/release/buildroot/amd64-dev/tmp/default/stage1-amd64-x32-20120613/
  80. /usr/lib/catalyst//targets/support/functions.sh: line 27: 18127 Killed ${clst_CHROOT} ${chroot_path}/ /tmp/${file_name}
  81.  
  82. !!! catalyst: run script failed.
  83.  
  84.  
  85. Traceback (most recent call last):
  86. File "modules/generic_stage_target.py", line 1194, in run_local
  87. "run script failed.",env=self.env)
  88. File "/usr/lib64/catalyst/modules/catalyst_support.py", line 542, in cmd
  89. raise CatalystError,myexc
  90. CatalystError
  91. None
  92.  
  93. !!! catalyst: Stage build aborting due to error.
  94.  
  95. Traceback (most recent call last):
  96. File "/usr/lib64/catalyst/catalyst", line 207, in build_target
  97. mytarget.run()
  98. File "modules/generic_stage_target.py", line 1254, in run
  99. apply(getattr(self,x))
  100. File "modules/generic_stage_target.py", line 1199, in run_local
  101. raise CatalystError,"Stage build aborting due to error."
  102. CatalystError
  103. !!! catalyst: Error encountered during run of target stage1
  104. Catalyst aborting....
Add Comment
Please, Sign In to add comment