bugGNU Octave - Bugs: bug #41578, fits package: fails to install in...

 
 

bug #41578: fits package: fails to install in Octave 3.8.0

Submitter:  None
Submitted:  Thu 13 Feb 2014 02:48:26 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Regression
Status:  Fixed Assigned to:  None
Originator Name:  DD Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 3.8.0
Operating System:  * Mac OS Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 13 Mar 2015 03:39:08 AM UTC, comment #2: 

This was resolved in one version of the fits package since this bug was reported. Version 1.0.5 installs fine with Octave 4.0.0-rc1.

Mike Miller <mtmiller>
Group Member
Thu 13 Feb 2014 05:11:36 PM UTC, comment #1: 

Duplicate of bug #41208 and also adding maintainer of the fits package to bug of mailing list.

Carnë Draug <carandraug>
Group Member
Thu 13 Feb 2014 02:48:26 PM UTC, original submission:  

pkg install -forge fits
read_fits_image.cc:142:5: error: no template named 'MArrayN'; did you mean 'MArray'?
    MArrayN<double> image_data( dims ); // a octave double-type array
    ^~~~~~~
    MArray
/usr/local/Cellar/octave/3.8.0/include/octave-3.8.0/octave/MArray.h:40:1: note: 'MArray' declared here
MArray : public Array<T>
^
1 error generated.
make: * [read_fits_image.oct] Error 1
mkoctfile --verbose -Wall -L/usr/local/Cellar/cfitsio/3.360/lib -lcfitsio  read_fits_image.cc
clang++ -c -fPIC -I/usr/local/Cellar/octave/3.8.0/include/octave-3.8.0/octave/.. -I/usr/local/Cellar/octave/3.8.0/include/octave-3.8.0/octave -I/usr/local/Cellar/octave/3.8.0/include -D_REENTRANT -D_THREAD_SAFE -pthread -Wall read_fits_image.cc -o read_fits_image.o

pkg: error running `make' for the fits package.
error: called from 'configure_make' in file /usr/local/Cellar/octave/3.8.0/share/octave/3.8.0/m/pkg/private/configure_make.m near line 82, column 9
error: called from:
error:   /usr/local/Cellar/octave/3.8.0/share/octave/3.8.0/m/pkg/private/install.m at line 199, column 5
error:   /usr/local/Cellar/octave/3.8.0/share/octave/3.8.0/m/pkg/pkg.m at line 394, column 9

Anonymous

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Posted a comment)
  • -email is unavailable- added by carandraug (Dirk schmidt, maintainer of the FITS package)
  •  

    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 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-03-13 mtmiller StatusDuplicate Fixed
        Open/ClosedOpen Closed
    2014-02-13 carandraug StatusNone Duplicate
        Summarypkg fits install fails fits package: fails to install in Octave 3.8.0
        Dependencies- Depends on bugs #41208
        Carbon-Copy- Added -email is unavailable-

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code