Opened 11 years ago

Closed 10 years ago

#37901 closed defect (fixed)

octave-control build error

Reported by: cdcooke@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: andy@…, marco.bucci@…
Port: octave-control

Description

Occurred while installing dependencies for octave-signal. See attached log. Any thoughts?

Attachments (2)

error.log (7.3 KB) - added by cdcooke@… 11 years ago.
error log from the build process
octave-out.log (2.5 KB) - added by pspinler@… 11 years ago.
Output of manually run octave build command

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by cdcooke@…

Attachment: error.log added

error log from the build process

comment:1 Changed 11 years ago by mf2k (Frank Schima)

Port: octave-control added

In the future, please fill in the Port field.

comment:2 Changed 11 years ago by pspinler@…

Output from failing command when run manually attached:

octave -f --eval 'pkg build -verbose -nodeps /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave-control/octave-control/work/control-2.4.1 /opt/local/var/macports/distfiles/octave-control/control-2.4.1.tar.gz' Password: GNU Octave, version 3.2.4 Copyright (C) 2009 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.

Octave was configured for "i386-apple-darwin11.4.2".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <bug@…> (but first, please read http://www.octave.org/bugs.html to learn how to write a helpful report).

For information about changes from previous versions, type `news'.

mkdir (/var/tmp/oct-5jf6Bx) untar (/opt/local/var/macports/distfiles/octave-control/control-2.4.1.tar.gz, /var/tmp/oct-5jf6Bx) tar -xzf slicot.tar.gz mv slicot/src/*.f . mv slicot/src_aux/*.f . cp TG04BX.fortran TG04BX.f mkoctfile -c *.f ar -rc slicotlibrary.a *.o rm -rf *.o *.f slicot LFLAGS="-L/opt/local/lib/octave-3.2.4 -L/opt/local/lib -llapack -lcblas -lf77blas -latlas -L/opt/local/lib -L/opt/local/lib/gcc45/gcc/x86_64-apple-darwin11/4.5.4 -L/opt/local/lib/gcc45/gcc/x86_64-apple-darwin11/4.5.4/../../.. -lhdf5 -lz -lm -lgfortran" \

mkoctfile control_slicot_functions.cc common.cc slicotlibrary.a

mkoctfile is_real_scalar.cc mkoctfile is_real_vector.cc mkoctfile is_real_matrix.cc mkoctfile is_real_square_matrix.cc mkoctfile is_matrix.cc copyfile /var/tmp/oct-5jf6Bx/control/src/control_slicot_functions.oct /var/tmp/oct-5jf6Bx/control/src/is_matrix.oct /var/tmp/oct-5jf6Bx/control/src/is_real_matrix.oct /var/tmp/oct-5jf6Bx/control/src/is_real_scalar.oct /var/tmp/oct-5jf6Bx/control/src/is_real_square_matrix.oct /var/tmp/oct-5jf6Bx/control/src/is_real_vector.oct /var/tmp/oct-5jf6Bx/control/inst/i386-apple-darwin11.4.2-api-v37 warning: load_path: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave-control/octave-control/work/control-2.4.1/install/control-2.4.1: No such file or directory parse error near line 287 of file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_octave-control/octave-control/work/control-2.4.1/install/control-2.4.1/time_response.m

syntax error

[~, B] = ssdata (sys);

error: called from `gen_doc_cache>create_cache' in file /opt/local/share/octave/3.2.4/m/help/gen_doc_cache.m near line 90, column 17

Version 0, edited 11 years ago by pspinler@… (next)

Changed 11 years ago by pspinler@…

Attachment: octave-out.log added

Output of manually run octave build command

comment:3 Changed 11 years ago by mf2k (Frank Schima)

Cc: andy@… added

Cc reporter of duplicate #40546.

comment:4 Changed 11 years ago by mf2k (Frank Schima)

Cc: marco.bucci@… added

Cc reporter of duplicate #40036.

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

Resolution: fixed
Status: newclosed

Please do:

sudo port clean octave-control
sudo port selfupdate

and then try installing it again. Should be fixed with r114034.

Note: See TracTickets for help on using tickets.