bugGNU Octave - Bugs: bug #45696, Could not build default Octave

 
 

bug #45696: Could not build default Octave

Submitter:  Avinoam Kalma <avinoam>
Submitted:  Wed 05 Aug 2015 04:27:46 AM UTC
   
 
Category:  Configuration and Build System Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Invalid / Not an Octave Bug Assigned to:  None
Originator Name:  Avinoam Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 09 Aug 2015 03:31:14 AM UTC, comment #2: 


Thanks, using your advice, I could build Octave again :-)

Avinoam Kalma <avinoam>
Group Member
Wed 05 Aug 2015 02:56:22 PM UTC, comment #1: 

This sounds like cruft that has accidentally built up in your build directory.  Can you try 'make clean' to remove all intermediate object files.  You can verify that they are all gone by going to the top of the build directory and executing


find . -name '*.lo'
find . -name '*.o'


Then try 'make' again.

Rik <rik5>
Group administrator
Wed 05 Aug 2015 04:27:46 AM UTC, original submission:  


Compiling last version (http://hg.savannah.gnu.org/hgweb/octave/rev/099bdf98f724 of default octave, I get



  CXXLD    libinterp/liboctinterp.la
libtool: link: `libinterp/operators/libinterp_liboctinterp_la-op-bm-bm.lo' is not a valid libtool object
make[2]: *** [libinterp/liboctinterp.la] Error 1


Avinoam Kalma <avinoam>
Group Member

 

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

    Date Changed by Updated Field Previous Value => Replaced by
    2015-08-10 rik5 StatusWorks For Me Invalid / Not an Octave Bug
        Open/ClosedOpen Closed
    2015-08-05 rik5 StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code