bugGNU Octave - Bugs: bug #65295, [octave forge] (optim) Adapt for...

 
 

bug #65295: [octave forge] (optim) Adapt for Octave-9

Submitter:  Robert Jenssen <morgawr>
Submitted:  Mon 12 Feb 2024 01:02:26 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  None Assigned to:  None
Originator Name:  Robert Jenssen Open/Closed:  * Open
Release:  * other Release: 
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 18 Mar 2025 08:35:40 PM UTC, comment #3: 

Hellow on Octave 10.0.90 is same error "no member named length". Patch given here good solution.

Anonymous
Fri 24 Jan 2025 10:53:52 PM UTC, comment #2: 

This bug now applies to the development sources for octave-10.0.0

wget --cut-file-get-vars https://file.savannah.gnu.org/file/optim-1.6.2.patch?file_id=55686
tar -xf optim-1.6.2.tar.gz
cd optim-1.6.2/
patch -p1 < ../optim-1.6.2.patch
cd ..
tar -czf optim-1.6.2.new.tar.gz optim-1.6.2
octave --eval "pkg build build-optim optim-1.6.2.new.tar.gz"


Robert Jenssen <morgawr>
Fri 24 Jan 2025 01:20:34 PM UTC, comment #1: 

Me too same problem. How to apply patch to optim package?

Anonymous
Mon 12 Feb 2024 01:02:26 PM UTC, original submission:  

optim-1.6.2 fails to build with Octave-9. See the attached patch. In optim-1.6.2/src/__max_nargin_optim__.cc octave::tree_parameter_list now inherits from std::list.

Robert Jenssen <morgawr>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #55686:  optim-1.6.2.patch added by morgawr (378B - text/x-patch - optim-1.6.2.patch for _max_nargin_optim_.cc)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by nrjank (Updated the item)
  • -email is unavailable- added by morgawr (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-02-15 nrjank Summary(optim) Adapt for Octave-9 [octave forge] (optim) Adapt for Octave-9
    2024-02-12 morgawr Attached File- Added optim-1.6.2.patch, #55686

    Back to the top

    Powered by Savane 3.14-7003.
    Corresponding source code