Guest User

Untitled

a guest
Aug 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. STYLE-WARNING: Implicitly creating new generic function SIGNUM.
  2. STYLE-WARNING: Implicitly creating new generic function FLOAT-SIGN.
  3. STYLE-WARNING: Implicitly creating new generic function FLOAT-DIGITS.
  4. STYLE-WARNING: Implicitly creating new generic function RATIONAL.
  5. STYLE-WARNING: Implicitly creating new generic function RATIONALIZE.
  6. STYLE-WARNING: Implicitly creating new generic function %PI.
  7.  
  8. ; - Compiling module "server"
  9. ; - Compiling source file
  10. ; "/usr/ports/math/maxima/work/maxima-5.27.0/src/server.lisp"
  11. ; compiling file "/usr/ports/math/maxima/work/maxima-5.27.0/src/server.lisp" (written 03 APR 2012 07:43:57 AM):
  12. ; compiling (IN-PACKAGE :MAXIMA)
  13. ; compiling (REQUIRE (QUOTE ASDF))
  14. ; loading #P"/usr/local/lib/sbcl/asdf/asdf.fasl"
  15. ; compiling (REQUIRE (QUOTE SB-POSIX))ASDF could not load sb-posix because
  16. Invalid designator for an absolute pathname: #P"common-lisp/systems/".
  17.  
  18. debugger invoked on a SIMPLE-ERROR:
  19. Invalid designator for an absolute pathname: #P"common-lisp/systems/"
  20.  
  21. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
  22.  
  23. restarts (invokable by number or by possibly-abbreviated name):
  24. 0: [REINITIALIZE-SOURCE-REGISTRY-AND-RETRY] Retry finding system sb-posix
  25. after reinitializing the
  26. source-registry.
  27. 1: [CONTINUE ] Ignore runtime option --eval "(progn (load \"../lisp-utils/defsystem.lisp\") (funcall (intern (symbol-name :operate-on-system) :mk) \"maxima\" :compile :verbose t) (sb-ext:quit))".
  28. 2: [ABORT ] Skip rest of --eval and --load options.
  29. 3: Skip to toplevel READ/EVAL/PRINT loop.
  30. 4: [EXIT ] Exit SBCL (calling #'EXIT, killing the process).
  31.  
  32. (ASDF::RESOLVE-ABSOLUTE-LOCATION-COMPONENT
  33. #P"common-lisp/systems/"
  34. :DIRECTORY
  35. T
  36. :WILDEN
  37. NIL)
  38. 0] 4
  39.  
  40. ; compilation aborted after 0:00:09.618
  41. ;
  42. ; compilation unit aborted
  43. ; caught 2 fatal ERROR conditions
  44. ; caught 3 WARNING conditions
  45. ; caught 44 STYLE-WARNING conditions
  46. ; printed 21 notes
  47. gmake[1]: *** [binary-sbcl/maxima_core] Error 1
  48. gmake[1]: Leaving directory `/usr/ports/math/maxima/work/maxima-5.27.0/src'
  49. gmake: *** [all-recursive] Error 1
  50. *** Error code 1
  51.  
  52. Stop in /usr/ports/math/maxima.
  53. *** Error code 1
  54.  
  55. Stop in /usr/ports/math/maxima.
  56.  
  57. ===>>> make failed for math/maxima
  58. ===>>> Aborting update
Add Comment
Please, Sign In to add comment