Advertisement
Guest User

JazzScheme/JEDI problem.

a guest
Mar 19th, 2012
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. andres :: /home/andres/scheme/jazz/jedi
  2. $ alsi -l
  3.  
  4. , _ _ _
  5. /#\ __ _ _ __ ___| |__ | (_)_ __ _ ___ __
  6. /###\ / _` | '__/ __| '_ \| | | '_ \| | | \ \/ /
  7. /#####\ | (_| | | | (__| | | | | | | | | |_| |> <
  8. /##,-,##\ \__,_|_| \___|_| |_|_|_|_| |_|\__,_/_/\_\
  9. /##( )##\
  10. /#.-- --.#\ A simple, elegant GNU/Linux distribution.
  11. /` `\
  12.  
  13. > OS: Arch Linux i686
  14. > Hostname: arkham
  15. > Uptime: 7 days, 1:47
  16. > Kernel: 3.2.9-1-ARCH
  17. > Shell: /bin/bash
  18. > Packages: 0
  19. > Window Manager: PekWM
  20. > RAM: 491 / 3019 (16%)
  21. > CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz
  22. > Boot: 27M / 93M (30%) (ext4)
  23. > Data: 1,1G / 59G (2%) (ext4)
  24. > Home: 20G / 100G (21%) (ext4)
  25. > Opt: 688M / 5,0G (15%) (ext4)
  26. > Pkg: 4,2G / 12G (40%) (ext4)
  27. > Root: 209M / 1022M (22%) (ext4)
  28. > Tmp: 314M / 5,0G (7%) (ext4)
  29. > Usr: 4,2G / 10G (44%) (ext4)
  30. > Var: 548M / 3,0G (19%) (ext4)
  31. > Vms: 31G / 100G (32%) (ext4)
  32.  
  33. andres :: /home/andres/scheme/jazz/jedi
  34. $ ./jam info
  35. Jedi
  36. commit 967ee39a3960711693d67a8bd0f9cc46fbcfe0be
  37. Author: Guillaume Cartier <gcartier@jazzscheme.org>
  38. Date: Fri Mar 16 07:32:38 2012 -0400
  39.  
  40. Removed prebuilt catalogs from profile templates
  41.  
  42. Jazz
  43. commit 1d150fdf82351022cf1e6c06c745517f18dd3ff7
  44. Author: Guillaume Cartier <gcartier@jazzscheme.org>
  45. Date: Fri Mar 16 07:09:46 2012 -0400
  46.  
  47. Fixed a cross-platform problem with temporary pathnames
  48. andres :: /home/andres/scheme/jazz/jedi
  49. $ gcc --version
  50. gcc (GCC) 4.6.3
  51. Copyright (C) 2011 Free Software Foundation, Inc.
  52. Esto es software libre; vea el cdddigo para las condiciones de copia. NO hay
  53. garant; ni siquiera para MERCANTIBILIDAD o IDONEIDAD PARA UN PROPSITO EN
  54. PARTICULAR
  55.  
  56. andres :: /home/andres/scheme/jazz/jedi
  57. $ git --version
  58. git version 1.7.9.4
  59. andres :: /home/andres/scheme/jazz/jedi
  60. $ bin/jedi
  61. ; converting settings...
  62. ; copying /home/andres/.jedi/...
  63. ; settings converted to version 2.5.1
  64. *** ERROR IN jazz:raise-system-error, "../../../scheme/jazz/jedi/jazz/kernel/runtime/unit.scm"@144.5 -- Unable to find product: Sample
  65. > ,be
  66. 0 jazz:raise-system-error "../../../scheme/jazz/jedi/jazz/kernel/runtime/unit.scm"@144:5
  67. fmt-string == "Unable to find product: {s}"
  68. rest == '(Sample)
  69. error-string == "Unable to find product: Sample"
  70. 1 jazz:get-product-descriptor "../../../scheme/jazz/jedi/jazz/kernel/runtime/unit.scm"@1272:7
  71. package == #f
  72. descriptor == #f
  73. 2 jazz:get-product-descriptor "../../../scheme/jazz/jedi/jazz/kernel/runtime/unit.scm"@1269:3
  74. name == 'Sample
  75. 3 jazz:get-product "../../../scheme/jazz/jedi/jazz/kernel/runtime/unit.scm"@1280:33
  76. 4 ##call-with-values
  77. 5 jazz:get-product "../../../scheme/jazz/jedi/jazz/kernel/runtime/unit.scm"@1280:3
  78. name == 'Sample
  79. 6 jazz:setup-product "../../../scheme/jazz/jedi/jazz/kernel/runtime/unit.scm"@1301:18
  80. name == 'Sample
  81. 7 jazz:run-product "../../../scheme/jazz/jedi/jazz/kernel/runtime/unit.scm"@1331:18
  82. name == 'Sample
  83. 8 jazz:executable-main "../../../scheme/jazz/jedi/jazz/kernel/runtime/setup.scm"@328:34
  84. options == '(("run" . "Sample"))
  85. remaining == '("-process-title" "\"Sample\"")
  86. nosource? == #f
  87. debug? == #f
  88. force? == #f
  89. subbuild? == #f
  90. keep-c? == #f
  91. expansion? == #f
  92. emit? == #f
  93. dry? == #f
  94. build-repository == #f
  95. jazz-repository == #f
  96. repositories == #f
  97. ev == #f
  98. load == #f
  99. test == #f
  100. run == "Sample"
  101. update == #f
  102. make == #f
  103. build == #f
  104. install == #f
  105. compile == #f
  106. debugger == #f
  107. link == #f
  108. jobs == #f
  109. port == #f
  110. 9 jazz:executable-main "../../../scheme/jazz/jedi/jazz/kernel/runtime/setup.scm"@237:20
  111. > andres :: /home/andres/scheme/jazz/jedi
  112. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement