Advertisement
syb_l

SBCL build epicly failed

Jul 30th, 2011
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. syb@archy ~/sandbox/arch/abs/sbcl $ makepkg
  2. ==> Making package: sbcl 1.0.50-1 (Sat Jul 30 13:23:59 CDT 2011)
  3. ==> Checking runtime dependencies...
  4. ==> Checking buildtime dependencies...
  5. ==> Retrieving Sources...
  6. -> Downloading sbcl-1.0.50-source.tar.bz2...
  7. --2011-07-30 13:23:59-- http://downloads.sourceforge.net/project/sbcl/sbcl/1.0.50/sbcl-1.0.50-source.tar.bz2
  8. Resolving downloads.sourceforge.net... 216.34.181.59
  9. Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
  10. HTTP request sent, awaiting response... 302 Found
  11. Location: http://superb-sea2.dl.sourceforge.net/project/sbcl/sbcl/1.0.50/sbcl-1.0.50-source.tar.bz2 [following]
  12. --2011-07-30 13:24:01-- http://superb-sea2.dl.sourceforge.net/project/sbcl/sbcl/1.0.50/sbcl-1.0.50-source.tar.bz2
  13. Resolving superb-sea2.dl.sourceforge.net... 209.160.57.180
  14. Connecting to superb-sea2.dl.sourceforge.net|209.160.57.180|:80... connected.
  15. HTTP request sent, awaiting response... 200 OK
  16. Length: 3566737 (3.4M) [application/octet-stream]
  17. Saving to: “sbcl-1.0.50-source.tar.bz2.part”
  18.  
  19. 100%[=====================================================================================================================>] 3,566,737 333K/s in 15s
  20.  
  21. 2011-07-30 13:24:16 (232 KB/s) - “sbcl-1.0.50-source.tar.bz2.part” saved [3566737/3566737]
  22.  
  23. -> Found arch-fixes.lisp
  24. ==> Validating source files with md5sums...
  25. sbcl-1.0.50-source.tar.bz2 ... Passed
  26. arch-fixes.lisp ... Passed
  27. ==> Extracting Sources...
  28. -> Extracting sbcl-1.0.50-source.tar.bz2 with bsdtar
  29. ==> Entering fakeroot environment...
  30. ==> Starting build()...
  31. //Starting build: Sat Jul 30 13:24:18 CDT 2011
  32. //Options: --prefix='/usr/local' --xc-host='sbcl'
  33. //entering make-config.sh
  34. //ensuring the existence of output/ directory
  35. //initializing /home/syb/sandbox/arch/abs/sbcl/src/sbcl-1.0.50/local-target-features.lisp-expr
  36. //guessing default target CPU architecture from host architecture
  37. //setting up CPU-architecture-dependent information
  38. sbcl_arch="x86-64"
  39. //setting up OS-dependent information
  40. //finishing /home/syb/sandbox/arch/abs/sbcl/src/sbcl-1.0.50/local-target-features.lisp-expr
  41. /in canonicalize-whitespace-1
  42. /$*=./make-target-2.lisp ******* too many files to paste in *******
  43. /$scratchfilename=/tmp/canonicalize-whitespace-1.4115.tmp
  44. //entering make-host-1.sh
  45. //building cross-compiler, and doing first genesis
  46. make-host-1.sh: line 31: 5166 Segmentation fault $SBCL_XC_HOST < make-host-1.lisp
  47. ==> ERROR: A failure occurred in build().
  48. Aborting...
  49.  
  50. and this with AUR
  51.  
  52. syb@archy ~/sandbox/arch/aur/sbcl-git $ makepkg
  53. ==> Determining latest git revision...
  54. -> Version found: 20110730
  55. ==> Making package: sbcl-git 20110730-1 (Sat Jul 30 13:26:46 CDT 2011)
  56. ==> Checking runtime dependencies...
  57. ==> Checking buildtime dependencies...
  58. ==> Retrieving Sources...
  59. -> Found arch-fixes.lisp
  60. ==> Validating source files with md5sums...
  61. arch-fixes.lisp ... Passed
  62. ==> Extracting Sources...
  63. ==> Entering fakeroot environment...
  64. ==> Starting build()...
  65. ==> Connecting to GIT server....
  66. Cloning into sbcl...
  67. remote: Counting objects: 63687, done.
  68. remote: Compressing objects: 100% (9410/9410), done.
  69. remote: Total 63687 (delta 54719), reused 62973 (delta 54211)
  70. Receiving objects: 100% (63687/63687), 20.48 MiB | 423 KiB/s, done.
  71. Resolving deltas: 100% (54719/54719), done.
  72. ==> GIT checkout done or server timeout
  73. ==> Starting make...
  74. //Starting build: Sat Jul 30 13:27:59 CDT 2011
  75. //Options: --prefix='/usr' --xc-host='sbcl --disable-debugger --no-userinit --no-sysinit'
  76. //entering make-config.sh
  77. //ensuring the existence of output/ directory
  78. //initializing /home/syb/sandbox/arch/aur/sbcl-git/src/sbcl/local-target-features.lisp-expr
  79. //guessing default target CPU architecture from host architecture
  80. //setting up CPU-architecture-dependent information
  81. sbcl_arch="x86-64"
  82. //setting up OS-dependent information
  83. //finishing /home/syb/sandbox/arch/aur/sbcl-git/src/sbcl/local-target-features.lisp-expr
  84. /in canonicalize-whitespace-1
  85. /$*=*** same bunch of files **
  86. /$scratchfilename=/tmp/canonicalize-whitespace-1.5742.tmp
  87. //entering make-host-1.sh
  88. //building cross-compiler, and doing first genesis
  89. make-host-1.sh: line 31: 6793 Segmentation fault $SBCL_XC_HOST < make-host-1.lisp
  90. ==> ERROR: A failure occurred in build().
  91. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement