Opened 12 years ago

Closed 10 years ago

#36655 closed defect (fixed)

octave-arpack @1.0.8 build failure

Reported by: sean_stromsten@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: octave-arpack

Description (last modified by mf2k (Frank Schima))

Tried with compiler options (configure.compiler=llvm-gcc-4.2, configure.compiler=gcc-4.2) suggested on hotlist, but that didn't help.

There were no informative (to me) messages:

> sudo port install octave-arpack
--->  Computing dependencies for octave-arpack
--->  Fetching archive for octave-arpack
--->  Attempting to fetch octave-arpack-1.0.8_0.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/octave-arpack
--->  Attempting to fetch octave-arpack-1.0.8_0.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/octave-arpack
--->  Attempting to fetch octave-arpack-1.0.8_0.darwin_12.x86_64.tbz2 from http://packages.macports.org/octave-arpack
--->  Fetching distfiles for octave-arpack
--->  Verifying checksum(s) for octave-arpack
--->  Extracting octave-arpack
--->  Configuring octave-arpack
--->  Building octave-arpack
Error: org.macports.build for port octave-arpack returned: command execution failed
Please see the log file for port octave-arpack for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave-arpack/octave-arpack/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port octave-arpack failed

Attachments (1)

main.log (139.4 KB) - added by sean_stromsten@… 12 years ago.
log of install attempt

Download all attachments as: .zip

Change History (7)

Changed 12 years ago by sean_stromsten@…

Attachment: main.log added

log of install attempt

comment:1 Changed 12 years ago by sean_stromsten@…

Forgot to include some info: OS X 10.8.2, Xcode 4.5

comment:2 Changed 12 years ago by mf2k (Frank Schima)

Description: modified (diff)
Keywords: octave arpack removed

In the future, please use WikiFormatting.

comment:3 Changed 11 years ago by jmroot (Joshua Root)

The errors in the log are:

:info:build eigs.cc: In function 'octave_value_list Feigs(const octave_value_list&, int)':
:info:build eigs.cc:347:3: error: 'begin_frame' is not a member of 'unwind_protect'
:info:build eigs.cc:349:33: error: 'unwind_protect_int' was not declared in this scope
:info:build eigs.cc:357:7: error: 'run_frame' is not a member of 'unwind_protect'
:info:build eigs.cc:709:3: error: 'run_frame' is not a member of 'unwind_protect'

comment:4 Changed 11 years ago by jmroot (Joshua Root)

This seems to have disappeared from Octave-Forge. I notice the octave port depends on arpack, so could this code have been integrated into the main octave distribution?

comment:5 Changed 10 years ago by michaelld (Michael Dickens)

Yes, this code was integrated into Octave; I've deprecated (but not removed) it in r114034.

comment:6 Changed 10 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.