Api version mismatch

Bug #248658 reported by Gaetano Mendola
2
Affects Status Importance Assigned to Milestone
octave2.9-forge (Ubuntu)
New
Undecided
Unassigned

Bug Description

The package octave2.9-forge installs files on: /usr/lib/octave/site/oct/api-v22/...
those .oct file are made with api-v22 but the octave2.9 uses api-v24.

This is what happens when a forge function is called:

octave:1> version
ans = 2.9.12
octave:2> addpath "/usr/lib/octave/site/oct/api-v22/i486-pc-linux-gnu/octave2.9-forge"
octave:3> gzoom
error: API version api-v22 found in .oct file function `gzoom'
       does not match the running Octave (API version api-v24)
       this can lead to incorrect results or other failures
       you can fix this problem by recompiling this .oct file
octave: symbol lookup error: /usr/lib/octave/site/oct/api-v22/i486-pc-linux-gnu/octave2.9-forge/gzoom.oct: undefined symbol: _Z20install_dld_functionPF17octave_value_listRKS_iERKSsRK12octave_shlibS5_b

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.