bugGNU Octave - Bugs: bug #47112, Build failure: missing...

 
 

bug #47112: Build failure: missing octave-config.h

Submitter:  None
Submitted:  Wed 10 Feb 2016 08:22:26 PM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * dev
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Thu 11 Feb 2016 11:04:28 PM UTC, comment #8: 

Fixed.  Closing report.

Rik <rik5>
Group administrator
Thu 11 Feb 2016 11:00:06 PM UTC, comment #7: 

Works for me too!

Anonymous
Thu 11 Feb 2016 10:14:10 PM UTC, comment #6: 

Marking as "Ready for Test".  It seems to work for me (1 datapoint).

Rik <rik5>
Group administrator
Thu 11 Feb 2016 06:14:20 PM UTC, comment #5: 

I made this change, but I added it farther down in the file.  I'd rather keep the "declarations" part of the Makefile.am clean.  I'll try to make a note of that in the Makefile.am file.  It needs to have a bit more explanation about the purpose of these variables anyway.

John W. Eaton <jwe>
Group administrator
Wed 10 Feb 2016 09:57:08 PM UTC, comment #4: 

Attached is a patch that works, but should be reviewed.

(file #36307)

Rik <rik5>
Group administrator
Wed 10 Feb 2016 09:50:02 PM UTC, comment #3: 

Ran in to the same problem, and used the same solution as in comment #2.  Need to either add a dependency to the .df rule, or just add a BUILT_SOURCE rule to force this.

Rik <rik5>
Group administrator
Wed 10 Feb 2016 08:42:09 PM UTC, comment #2: 


make octave-config.h
make all


works for me as a workaround for now.

Mike Miller <mtmiller>
Group Member
Wed 10 Feb 2016 08:39:55 PM UTC, comment #1: 

./build-aux/mk-octave-config-h.sh is not being called?

I tried executing it with


./build-aux/mk-octave-config-h.sh ../configure


but it says


mk-octave-config-h.sh: failed to find OCTAVE_IDX_TYPE in ../configure


Anonymous
Wed 10 Feb 2016 08:22:26 PM UTC, original submission:  


$ make all check V=1
rm -f libinterp/octave.df-t libinterp/octave.df-t1 libinterp/octave.df && \
        g++ -E -DHAVE_CONFIG_H -I. -I../octave  \
          -I./liboctave -I../octave/liboctave -I../octave/liboctave/cruft/misc -I../octave/liboctave/array -I./liboctave/numeric -I../octave/liboctave/numeric -I./liboctave/operators -I../octave/liboctave/operators -I../octave/liboctave/system -I../octave/liboctave/util -I../octave/libinterp/octave-value -Ilibinterp -I../octave/libinterp -I../octave/libinterp/operators -Ilibinterp/parse-tree -I../octave/libinterp/parse-tree -Ilibinterp/corefcn -I../octave/libinterp/corefcn -I./libgnu -I../octave/libgnu   -I/usr/local/ATLAS/include -I/usr/local/include -I/usr/include \
          -DMAKE_BUILTINS ../octave/libinterp/octave.cc > libinterp/octave.df-t1 && \
        ../octave/libinterp/mkdefs ../octave/libinterp ../octave/libinterp/octave.cc < libinterp/octave.df-t1 > libinterp/octave.df-t && \
        rm -f libinterp/octave.df-t1 && \
        mv libinterp/octave.df-t libinterp/octave.df
In file included from ../octave/libinterp/octave.cc:42:0:
../octave/liboctave/util/cmd-edit.h:26:27: fatal error: octave-config.h: No such file or directory
compilation terminated.
make: *** [libinterp/octave.df] Error 1


ID info:
x86_64
hg id == 933083fee7ae tip @

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #36307:  build.df.patch added by rik5 (305B - text/x-diff)

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

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 mtmiller (Posted a comment)
  •  

    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
    2016-02-12 siko1056 Dependencies- bugs #47125 is dependent
    2016-02-11 rik5 StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2016-02-11 rik5 StatusConfirmed Ready For Test
    2016-02-10 rik5 Attached File- Added build.df.patch, #36307
    2016-02-10 mtmiller StatusNone Confirmed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code