bugGNU Octave - Bugs: bug #46964, Build error with parallel builds

 
 

bug #46964: Build error with parallel builds

Submitter:  None
Submitted:  Sun 24 Jan 2016 11:48:59 PM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Duplicate 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
   

Mon 21 Mar 2016 10:23:40 PM UTC, comment #4: 

No further information from reporter, let's assume is is in fact bug #45578, closing as a duplicate.

Mike Miller <mtmiller>
Group Member
Tue 01 Mar 2016 07:54:24 PM UTC, comment #3: 

A partial fix for bug #45578 was recently pushed to Mercurial.  Could the original poster verify whether using a tip greater than or equal to 21384:ad1dbbd23f1d now works?

Rik <rik5>
Group administrator
Mon 01 Feb 2016 03:58:16 AM UTC, comment #2: 

I'm pretty certain that this is related to bug #45578.  I'm adding it as a dependency.

Rik <rik5>
Group administrator
Tue 26 Jan 2016 01:26:23 PM UTC, comment #1: 

This might be the same bug as reported in #45578 ?

John Donoghue <lostbard>
Group Member
Sun 24 Jan 2016 11:48:59 PM UTC, original submission:  

Building Octave with "make -j4 all" or "make -j8 all" on 64-bit Ubuntu has recently started giving the following error:


  GEN    c++defs.h
  GEN    warn-on-use.h
  GEN    unused-parameter.h
  GEN    stdalign.h
mv: cannot stat `c++defs.h-t': No such file or directory
make[2]: *** [c++defs.h] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [check-recursive] Error 1


Occasionally it's a different "header.h-t" inside libgnu.

BUT: the rest of the build proceeds normally until it freezes at the end. Killing "make" and rerunning the command with no changes now builds Octave on the second attempt.

This problem does not arise with "make -j1 all" or simply "make all" but that takes 4-8 times as long.

It looks like the "header.h-t" files are used by libgnu/Makefile only as temp files during the build. Are these necessary?

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

    Date Changed by Updated Field Previous Value => Replaced by
    2016-03-21 mtmiller StatusNeed Info Duplicate
        Open/ClosedOpen Closed
    2016-03-01 rik5 StatusNone Need Info
    2016-02-01 rik5 Dependencies- Depends on bugs #45578

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code