bugGNU Octave - Bugs: bug #43120, [octave forge] (odepkg) Wrong...

 
 

bug #43120: [octave forge] (odepkg) Wrong FFLAGS in Makefile whn F77="f77"

Submitter:  Rafael Laboissière <rlaboiss>
Submitted:  Mon 01 Sep 2014 06:39:25 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  cdf
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 26 Jan 2019 02:02:39 AM UTC, comment #3: 

This bug was a simple quoting problem when FFLAGS is passed in from the environment or on the make command line, and was already fixed in odepkg version 0.8.5.

Mike Miller <mtmiller>
Group Member
Mon 14 Aug 2017 01:50:00 PM UTC, comment #2: 

Hi,

The odepkg build system has been overhowled and simplified,
so I wonder if this ticket still makes sense.

Testing is welcome.

Notice that there are still some known outstanding issues unrelated to this report, especially with docs and demos.

If you are using Octave 4.2.x you can install
a development snapshot as follows:
[fname, success] = urlwrite ("https://bitbucket.org/odepkg/odepkg/get/default.tar.gz", [P_tmpdir "odepkg.tar.gz"]);
assert (success)
pkg ("install", fname)

If you are using the development version of Octave you can use
[fname, success] = urlwrite ("https://bitbucket.org/odepkg/odepkg/get/octave43.tar.gz", [P_tmpdir "odepkg.tar.gz"]);
assert (success)
pkg ("install", fname)

If you have an older version of Octave please upgrade before trying this.

c.

Carlo de Falco <cdf>
Group Member
Fri 16 Dec 2016 07:13:27 PM UTC, comment #1: 

Is this issue currently still present?

Hartmut <hardy>
Mon 01 Sep 2014 06:39:25 AM UTC, original submission:  

The octave-odepkg package in Debian used to compile correctly some time ago, for instance:

https://buildd.debian.org/status/fetch.php?pkg=octave-odepkg&arch=amd64&ver=0.8.4-1%2Bb1&stamp=1393417078

However, something changed recently with the make utility that causes a build failure in Debian (see  anhttps://bugs.debian.org/759741).  This happens because the default value for the F77 variable in the Makefile is neither "gfortran" nor "g95".

The patch attached to this bug report fixes the problem.

(This report may be a duplicate of Bug #41675, but I am not sure.)

Rafael Laboissière <rlaboiss>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #32005:  correct-fflags-for-f77.patch added by rlaboiss (1KiB - text/x-patch - Patch for fixing the reported bug)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by cdf
  • -email is unavailable- added by cdf (Posted a comment)
  • -email is unavailable- added by jwe (Updated the item)
  • -email is unavailable- added by hardy (Posted a comment)
  • -email is unavailable- added by rlaboiss (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 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-01-26 mtmiller StatusNone Fixed
        Open/ClosedOpen Closed
    2017-08-14 cdf Assigned toNone cdf
        Carbon-Copy- Added -email is unavailable-
        Carbon-Copy- Added -email is unavailable-
    2017-08-13 jwe SummaryWrong FFLAGS in Makefile whn F77=&quot;f77&quot; [octave forge] (odepkg) Wrong FFLAGS in Makefile whn F77="f77"
    2014-09-01 rlaboiss Attached File- Added correct-fflags-for-f77.patch, #32005

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code