#44215: octave-signal: upfirdn.oct failure ----------------------------+-------------------------------- Reporter: MacPorts@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: octave-signal | ----------------------------+-------------------------------- Comment (by oliverks1@…): I am seeing the same problem. I see the file it is looking for on my machine in the following path addpath( "/Users/oliverks/octave/signal-1.2.2/x86_64-apple- darwin12.4.0-api-v48+" ); After adding the path, I get a different error: octave:4> ys = resample( y, 10, 4 ); error: resample: /Users/oliverks/octave/signal-1.2.2/x86_64-apple- darwin12.4.0-api-v48+/upfirdn.oct: failed to load: dlopen(/Users/oliverks/octave/signal-1.2.2/x86_64-apple- darwin12.4.0-api-v48+/upfirdn.oct, 2): Library not loaded: /opt/local/lib/octave/3.6.4/liboctinterp.1.dylib Referenced from: /Users/oliverks/octave/signal-1.2.2/x86_64-apple- darwin12.4.0-api-v48+/upfirdn.oct Reason: image not found This makes sense, as I upgraded octave to 3.8.1 so it appears to be trying to load a dylib from an older version of octave. One 3.8.1 I see the following dylibs: /opt/local/lib/octave/3.8.1/liboctinterp.2.dylib[[BR]] /opt/local/lib/octave/3.8.1/liboctinterp.dylib Oliver -- Ticket URL: <https://trac.macports.org/ticket/44215#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X