Opened 18 years ago

Closed 18 years ago

#9437 closed defect (fixed)

BUG: maxima 5.9.3 does not build

Reported by: alvaro.mtr@… Owned by: gwright@…
Priority: High Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

i am using clisp 2.38 and when i try to install maxima i get this (among many other things):

make[1]: * [binary-clisp/maxima.mem] Error 1 make: * [all-recursive] Error 1

Warning: the following items did not execute (for maxima): com.apple.activate com.apple.build com.apple.destroot com.apple.archive com.apple.install Error: /opt/local/bin/port: Status 1 encountered during processing.

Attachments (1)

trace.log (6.4 KB) - added by alvaro.mtr@… 18 years ago.
port -dv build maxima 2>&1 > trace.log

Download all attachments as: .zip

Change History (5)

comment:1 Changed 18 years ago by gwright@…

Owner: changed from darwinports-bugs@… to gwright@…

I really can't tell anything from this report; what is the output of

sudo port -dv install maxima

?

Did you install clisp successfully? Have you tried building the +sbcl variant of maxima instead? There are some known (bug unresolved) bugs in clisp on OS X/powerpc, but it is impossible to tell if you have come across one without more information.

-Greg

comment:2 Changed 18 years ago by alvaro.mtr@…

it does compile and function very well with the +sbcl variant! it should be the standard variant on MacOsX

comment:3 Changed 18 years ago by mww@…

severity: blockernormal
Summary: maxima 5.9.3 does not buildBUG: maxima 5.9.3 does not build

so what about a trace? (`port -dv bla 2>&1 > trace.log')

Changed 18 years ago by alvaro.mtr@…

Attachment: trace.log added

port -dv build maxima 2>&1 > trace.log

comment:4 Changed 18 years ago by gwright@…

Resolution: fixed
Status: newclosed

The default build now uses sbcl. This fixes the problems with clisp as well as working on MacIntel.

Note: See TracTickets for help on using tickets.