bugGNU Octave - Bugs: bug #41675, odepkg 0.8.4 doe not compile under...

 
 

bug #41675: odepkg 0.8.4 doe not compile under Slackware64 14.1

Submitter:  None
Submitted:  Sun 23 Feb 2014 07:30:52 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Stefano Guidoni Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * other
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 16 Apr 2015 04:53:21 PM UTC, comment #1: 

the lines which this report refers to seem to be different makefile for odepkg 0.9.0 so i am closing the report

if a similar problem still exists in 0.9.0 please open a new bug

Carlo de Falco <cdf>
Group Member
Sun 23 Feb 2014 07:30:52 PM UTC, original submission:  

odepkg 0.8.4 fails to build, odepkg 0.8.2 compiles just fine. A change in the file src/Makefile seems to be the culprit, changing it back like it was in the previous release solves the bug, e.g.:

  ifeq (g95,$(findstring g95,$(F77)))
    FFLAGS := "-fstatic $(FFLAGS)"
- endif
+ else
+  MKF77FILE = FFLAGS=$(FFLAGS) $(MKOCTFILE)
+ endif

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by cdf (Posted a comment)
  • -email is unavailable- added by None (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
    2015-04-16 cdf StatusNone Invalid / Not an Octave Bug
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code