Opened 10 years ago

Closed 10 years ago

#41455 closed defect (fixed)

octave-optiminterp fails

Reported by: bpabbott@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: octave-optiminterp

Description

The build ended with the snippet below. I've attached the log.

:info:build Undefined symbols for architecture x86_64:
:info:build   "__gfortran_internal_pack", referenced from:
:info:build       ___optimal_interpolation_MOD_pinv in optimal_interpolation.o
:info:build   "__gfortran_internal_unpack", referenced from:
:info:build       ___optimal_interpolation_MOD_pinv in optimal_interpolation.o
:info:build   "__gfortran_os_error", referenced from:
:info:build       ___optimal_interpolation_MOD_optiminterp in optimal_interpolation.o
:info:build   "__gfortran_matmul_r8", referenced from:
:info:build       ___optimal_interpolation_MOD_optiminterp in optimal_interpolation.o
:info:build   "__gfortran_runtime_error_at", referenced from:
:info:build       ___optimal_interpolation_MOD_optiminterp in optimal_interpolation.o
:info:build ld: symbol(s) not found for architecture x86_64

Attachments (1)

main.log (146.8 KB) - added by bpabbott@… 10 years ago.
log

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by bpabbott@…

Attachment: main.log added

log

comment:1 Changed 10 years ago by bpabbott@…

I was able to install the optiminterp package from the Octave command line

pkg -forge install optiminterp

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

Resolution: fixed
Status: newclosed

Should be fixed with r114034.

Note: See TracTickets for help on using tickets.