bugGNU Octave - Bugs: bug #35488, .libs/liboctave_la-ODES.o: file...

 
 

bug #35488: .libs/liboctave_la-ODES.o: file not recognized: File truncated

Submitter:  None
Submitted:  Thu 09 Feb 2012 12:44:41 PM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Invalid / Not an Octave Bug 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

Mon 13 Feb 2012 12:37:26 PM UTC, comment #6: 

Difficult to say. It sounds like a concurrency problem, but we have had reports before of ccache being the culprit too. Sadly, you changed two variables at once, so now we can't know which one of those is responsible, if any.

I'm going to close this report. If you experience the problem again and have a clearer idea of what is causing it, we can reopen it.

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Mon 13 Feb 2012 10:24:42 AM UTC, comment #5: 

Dear Jordi
I did
make distclean
and I removed all .ccache files and dirs
and

setenv CFLAGS -O3
setenv CXXFLAGS -O3
setenv LIBS '-lmetis -lpthread'
configure --with-lapack=/usr/local/lib64/liblapack.so --with-blas=/usr/local/lib64/libopenblas.so
 make

and the error is gone.
It was maybe in ccache ?

Thank you

Anonymous
Thu 09 Feb 2012 01:06:17 PM UTC, comment #4: 

Could you try a clean build without -j4 ?

Jordi GutiƩrrez Hermoso <jordigh>
Group Member
Thu 09 Feb 2012 01:01:56 PM UTC, comment #3: 

Dear developer
I recently update octave and found that there
is a problem with liboctave_la-ODES.o or lo

after a while I rmoved the whole octave dir
and started from scratch, but the error remain.
Ciau, Erich


After

 hg clone ....
hg update

hg tip
changeset:   14347:12c70d00c04e
tag:         tip
user:        Rik <octave@nomad.inbox5.com>
date:        Wed Feb 08 22:39:41 2012 -0800
summary:     conv.m: Add "valid" as possible SHAPE parameter (Bug #34893)



autogen.sh

and

 setenv CFLAGS -O3
setenv CXXFLAGS -O3
setenv LIBS '-lmetis -lpthread'
 configure --with-lapack=/usr/local/lib64/liblapack.so --with-blas=/usr/local/lib64/libopenblas.so

make -j4

I got

.libs/liboctave_la-ODES.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[3]: * [liboctave.la] Error 1
make[3]: Leaving directory `/home/erich/software/octave/liboctave'
make[2]: * [all] Error 2
make[2]: Leaving directory `/home/erich/software/octave/liboctave'
make[1]: * [all-recursive] Error 1
make[1]: Leaving directory `/home/erich/software/octave'
make: * [all] Error 2

How could I avoid this error?

Anonymous
Thu 09 Feb 2012 12:59:24 PM UTC, comment #2: 

and again, hopefully this works:

autogen.sh

and
+verbatim+
 setenv CFLAGS -O3
setenv CXXFLAGS -O3
setenv LIBS '-lmetis -lpthread'
 configure --with-lapack=/usr/local/lib64/liblapack.so --with-blas=/usr/local/lib64/libopenblas.so

make -j4

I got

.libs/liboctave_la-ODES.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[3]: *** [liboctave.la] Error 1
make[3]: Leaving directory `/home/erich/software/octave/liboctave'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/erich/software/octave/liboctave'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/erich/software/octave'
make: *** [all] Error 2

How could I avoid this error?

Anonymous
Thu 09 Feb 2012 12:57:47 PM UTC, comment #1: 

Sorry this part was not sended:
Erich

After cloning I did these steps:

autogen.sh

and
+verbatim+
 setenv CFLAGS -O3
setenv CXXFLAGS -O3
setenv LIBS '-lmetis -lpthread'
 configure --with-lapack=/usr/local/lib64/liblapack.so --with-blas=/usr/local/lib64/libopenblas.so

make -j4

I got

.libs/liboctave_la-ODES.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[3]: *** [liboctave.la] Error 1
make[3]: Leaving directory `/home/erich/software/octave/liboctave'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/erich/software/octave/liboctave'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/erich/software/octave'
make: *** [all] Error 2

How could I avoid this error?

Anonymous
Thu 09 Feb 2012 12:44:41 PM UTC, original submission:  

Dear developer
I recently update octave and found that there
is a problem with liboctave_la-ODES.o or lo

after a while I rmoved the whole octave dir
and started from scratch, but the error remain.
Ciau, Erich


After

 hg clone ....
hg update

hg tip
changeset:   14347:12c70d00c04e
tag:         tip
user:        Rik <octave@nomad.inbox5.com>
date:        Wed Feb 08 22:39:41 2012 -0800
summary:     conv.m: Add "valid" as possible SHAPE parameter (Bug #34893)



autogen.sh

and
+verbatim+
 setenv CFLAGS -O3
setenv CXXFLAGS -O3
setenv LIBS '-lmetis -lpthread'
 configure --with-lapack=/usr/local/lib64/liblapack.so --with-blas=/usr/local/lib64/libopenblas.so

make -j4

I got

.libs/liboctave_la-ODES.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make[3]: *** [liboctave.la] Error 1
make[3]: Leaving directory `/home/erich/software/octave/liboctave'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/erich/software/octave/liboctave'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/erich/software/octave'
make: *** [all] Error 2

How could I avoid this error?

Anonymous

 

(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 jordigh (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-02-13 jordigh StatusNeed Info Invalid / Not an Octave Bug
        Open/ClosedOpen Closed
    2012-02-09 jordigh StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code