bugGNU Octave - Bugs: bug #48425, lssa pakage fails to install with...

 
 

bug #48425: lssa pakage fails to install with dev octave

Submitter:  John Donoghue <lostbard>
Submitted:  Wed 06 Jul 2016 08:29:57 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  lostbard
Originator Name:  JohnD Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 31 Aug 2016 08:33:32 PM UTC, comment #4: 

I also checked in this change as a temporary fix for mxe-octave until a new release of lssa is done:

http://hg.octave.org/mxe-octave/rev/2f1d93109f43

John W. Eaton <jwe>
Group administrator
Wed 10 Aug 2016 04:59:05 PM UTC, comment #3: 

Pushed to repo - closing report as fixed

John Donoghue <lostbard>
Group Member
Wed 10 Aug 2016 04:33:26 PM UTC, comment #2: 

@JohnD: Do you want to go aheand and push your patch and close this report?

Rik <rik5>
Group administrator
Thu 07 Jul 2016 02:06:49 PM UTC, comment #1: 

Patch attached which works for me



(file #37756)

John Donoghue <lostbard>
Group Member
Wed 06 Jul 2016 08:29:57 PM UTC, original submission:  

Running in Linux:


mkoctfile fastlscomplex.cc
fastlscomplex.cc: In function ?bool flscomplex(const RowVector&, const ComplexRowVector&, double, int, int, ComplexRowVector&)?:
fastlscomplex.cc:375:68: error: lvalue required as left operand of assignment
                             record_current->power_series[p].real() -= h.imag();
                                                                    ^
fastlscomplex.cc:376:68: error: lvalue required as left operand of assignment
                             record_current->power_series[p].imag() += h.real();
                                                                    ^
fastlscomplex.cc:389:68: error: lvalue required as left operand of assignment
                             record_current->power_series[p].real() -= h.imag();
                                                                    ^
fastlscomplex.cc:390:68: error: lvalue required as left operand of assignment
                             record_current->power_series[p].imag() += h.real();
                                                                    ^
fastlscomplex.cc:425:74: error: lvalue required as left operand of assignment
                                   record_current->power_series[p].real() -= h.imag();
                                                                          ^
fastlscomplex.cc:426:74: error: lvalue required as left operand of assignment
                                   record_current->power_series[p].imag() += h.real();

                                                                          ^
fastlscomplex.cc:439:74: error: lvalue required as left operand of assignment
                                   record_current->power_series[p].real() -= h.imag();
                                                                          ^
fastlscomplex.cc:440:74: error: lvalue required as left operand of assignment
                                   record_current->power_series[p].imag() += h.real();
                                                                          ^
fastlscomplex.cc:470:71: error: lvalue required as left operand of assignment
                                   record_next->power_series[q].real() -= h.imag();
                                                                       ^
fastlscomplex.cc:471:71: error: lvalue required as left operand of assignment
                                   record_next->power_series[q].imag() += h.real();
                                                                       ^
fastlscomplex.cc:484:71: error: lvalue required as left operand of assignment
                                   record_next->power_series[q].real() -= h.imag();
                                                                       ^
fastlscomplex.cc:485:71: error: lvalue required as left operand of assignment
                                   record_next->power_series[q].imag() += h.real();
                                                                       ^
Makefile:7: recipe for target 'fastlscomplex.oct' failed



John Donoghue <lostbard>
Group Member

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #37756:  bug48425.patch added by lostbard (5KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by jwe (Posted a comment)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by lostbard (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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-08-10 lostbard StatusPatch Submitted Fixed
        Assigned toNone lostbard
        Open/ClosedOpen Closed
    2016-07-07 lostbard Attached File- Added bug48425.patch, #37756
        StatusNone Patch Submitted

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code