Opened 18 years ago

Closed 18 years ago

#6280 closed defect (worksforme)

BUG: openmcl upgrade failure

Reported by: kykim@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

---> Building openmcl with target all Error: Target com.apple.build returned: shell command "echo '(ccl::save-application "dppccl.image")' | ./dppccl --batch --image-name ppc-boot.image" returned error 255 Command output: Couldn't load lisp heap image from ppc-boot.image

Error: Unable to upgrade port: 1

Change History (7)

comment:1 Changed 18 years ago by gwright@…

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

Kevin:

Which version of openmcl are you running and which are you upgrading to? Also, when did you last run

sudo port selfupdate

to update the portfiles?

To make any progress, I will need the output of

sudo port -dv upgrade openmcl > upgr.log 2>&1

Attach the upgr.log file (you can compress it if it is large) to the bug report.

You might also want to deactivate your openmcl port using

sudo port deactivate openmcl

before building the new version. There are a few ports which may build incorrectly if an older version is installed. This is usually a bug in the makefile. Maybe this will help you get started.

Thanks, Greg

comment:2 Changed 18 years ago by gwright@…

Status: newassigned

comment:3 Changed 18 years ago by bfulgham@…

For what it's worth, I recently installed OpenMCL (two weeks ago) using darwinports and did not see this problem. I'm on 10.4.4, using XCode 2.2.

comment:4 Changed 18 years ago by gwright@…

Are you still unable to upgrade openmcl? I am not able to reporduce this bug. If I don't hear otherwise, I will close this as WORKSFORME.

-Greg

comment:5 Changed 18 years ago by kykim@…

I had to explicitly uninstall the previous version (0.14.3, I think), then install 1.0 for it to work. I was never able to get the "port upgrade" option to work

comment:6 Changed 18 years ago by gwright@…

Hi,

OK, this is either a bug in openmcl itself (it grabs the old heap image and ends up who knows where) or one of the subtle "upgrade" problems that are being worked on. I don't believe it is a bug in the openmcl portfile.

I will put a warning to uninstall and reinstall instead of using upgrade.

-Greg

comment:7 Changed 18 years ago by gwright@…

Resolution: worksforme
Status: assignedclosed

I'm closing this with WORKSFORME. No one else has recently had this problem. If it happens again during the next openmcl release I'll send a report upstream.

-Greg

Note: See TracTickets for help on using tickets.