1 | $ sudo port uninstall maxima |
---|
2 | Password: |
---|
3 | ---> Deactivating maxima @5.28.0_1+xmaxima |
---|
4 | ---> Cleaning maxima |
---|
5 | ---> Uninstalling maxima @5.28.0_1+xmaxima |
---|
6 | ---> Cleaning maxima |
---|
7 | |
---|
8 | $ sudo port uninstall sbcl |
---|
9 | ---> Deactivating sbcl @1.1.2_0 |
---|
10 | ---> Cleaning sbcl |
---|
11 | ---> Uninstalling sbcl @1.1.2_0 |
---|
12 | ---> Cleaning sbcl |
---|
13 | |
---|
14 | $ sudo port clean maxima |
---|
15 | ---> Cleaning maxima |
---|
16 | |
---|
17 | $ sudo port clean sbcl |
---|
18 | ---> Cleaning sbcl |
---|
19 | |
---|
20 | $ sudo port install maxima |
---|
21 | ---> Computing dependencies for maxima |
---|
22 | ---> Dependencies to be installed: sbcl |
---|
23 | ---> Fetching archive for sbcl |
---|
24 | ---> Attempting to fetch sbcl-1.1.2_0.darwin_11.x86_64.tbz2 from http://packages.macports.org/sbcl |
---|
25 | ---> Attempting to fetch sbcl-1.1.2_0.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/sbcl |
---|
26 | ---> Installing sbcl @1.1.2_0 |
---|
27 | ---> Activating sbcl @1.1.2_0 |
---|
28 | ---> Cleaning sbcl |
---|
29 | ---> Fetching archive for maxima |
---|
30 | ---> Attempting to fetch maxima-5.28.0_1+xmaxima.darwin_11.x86_64.tbz2 from http://packages.macports.org/maxima |
---|
31 | ---> Attempting to fetch maxima-5.28.0_1+xmaxima.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/maxima |
---|
32 | ---> Installing maxima @5.28.0_1+xmaxima |
---|
33 | ---> Activating maxima @5.28.0_1+xmaxima |
---|
34 | ---> Cleaning maxima |
---|
35 | ---> Updating database of binaries: 100.0% |
---|
36 | ---> Scanning binaries for linking errors: 100.0% |
---|
37 | ---> No broken files found. |
---|
38 | |
---|
39 | $ rmaxima |
---|
40 | fatal error encountered in SBCL pid 93820: |
---|
41 | can't load .core for different runtime, sorry |
---|
42 | |
---|
43 | |
---|
44 | Welcome to LDB, a low-level debugger for the Lisp runtime environment. |
---|
45 | ldb> exit |
---|
46 | Argh! lossage_handler() returned, total confusion.. |
---|
47 | |
---|
48 | $ sudo port uninstall maxima |
---|
49 | ---> Deactivating maxima @5.28.0_1+xmaxima |
---|
50 | ---> Cleaning maxima |
---|
51 | ---> Uninstalling maxima @5.28.0_1+xmaxima |
---|
52 | ---> Cleaning maxima |
---|
53 | |
---|
54 | $ sudo port install maxima |
---|
55 | ---> Computing dependencies for maxima |
---|
56 | ---> Fetching archive for maxima |
---|
57 | ---> Attempting to fetch maxima-5.28.0_1+xmaxima.darwin_11.x86_64.tbz2 from http://packages.macports.org/maxima |
---|
58 | ---> Attempting to fetch maxima-5.28.0_1+xmaxima.darwin_11.x86_64.tbz2.rmd160 from http://packages.macports.org/maxima |
---|
59 | ---> Installing maxima @5.28.0_1+xmaxima |
---|
60 | ---> Activating maxima @5.28.0_1+xmaxima |
---|
61 | ---> Cleaning maxima |
---|
62 | ---> Updating database of binaries: 100.0% |
---|
63 | ---> Scanning binaries for linking errors: 100.0% |
---|
64 | ---> No broken files found. |
---|
65 | |
---|
66 | $ rmaxima |
---|
67 | fatal error encountered in SBCL pid 93869: |
---|
68 | can't load .core for different runtime, sorry |
---|
69 | |
---|
70 | |
---|
71 | Welcome to LDB, a low-level debugger for the Lisp runtime environment. |
---|
72 | ldb> exit |
---|
73 | Argh! lossage_handler() returned, total confusion.. |
---|
74 | |
---|
75 | $ maxima |
---|
76 | fatal error encountered in SBCL pid 93891: |
---|
77 | can't load .core for different runtime, sorry |
---|
78 | |
---|
79 | |
---|
80 | Welcome to LDB, a low-level debugger for the Lisp runtime environment. |
---|
81 | ldb> exit |
---|
82 | Argh! lossage_handler() returned, total confusion.. |
---|
83 | |
---|
84 | $ |
---|