bugGNU Octave - Bugs: bug #48026, make fails with *** No rule to...

 
 

bug #48026: make fails with *** No rule to make target 'liboctave/numeric/randgamma.c'

Submitter:  Lars Kindermann <larskindermann>
Submitted:  Thu 26 May 2016 11:41:32 AM UTC
   
 
Category:  Libraries Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Build Failure
Status:  Works For Me Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 26 May 2016 10:39:32 PM UTC, comment #2: 

Thanks Rik, 'make maintainer-clean' indeed solved the problem.

Lars Kindermann <larskindermann>
Thu 26 May 2016 01:50:28 PM UTC, comment #1: 

Try 'make maintainer-clean' to really remove all cruft.  Follow that by


./bootstrap
./configure
make -j4




Rik <rik5>
Group administrator
Thu 26 May 2016 11:41:32 AM UTC, original submission:  

I'm updating and building on Ubuntu 15.10 with


hg -v pull
hg -v update
make clean
./bootstrap
./configure
make -j4


About a month ago this worked fine but now it fails with


... skippping ...
  F77      liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xerfc.lo
  F77      liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xgamma.lo
  F77      liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xsgmainc.lo
  GEN      build-aux/subst-f77-isnan-macro.sh
make[2]: *** No rule to make target 'liboctave/numeric/randgamma.c', needed by 'liboctave/numeric/liboctave_numeric_libnumeric_la-randgamma.lo'.  Schluss.
make[2]: *** Auf noch nicht beendete Prozesse wird gewartet …
  F77      liboctave/cruft/slatec-fn/liboctave_cruft_libcruft_la-xbetai.lo
config.status: creating build-aux/subst-f77-isnan-macro.sh-tmp
config.status: executing build-aux/subst-f77-isnan-macro.sh commands
build-aux/subst-f77-isnan-macro.sh is unchanged
make[2]: Leaving directory '/home/kinder/usr/octave'
Makefile:25412: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/kinder/usr/octave'
Makefile:9652: recipe for target 'all' failed
make: *** [all] Error 2


Lars Kindermann <larskindermann>

 

(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 mtmiller (Updated the item)
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by larskindermann (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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-05-26 mtmiller Open/ClosedOpen Closed
    2016-05-26 mtmiller StatusNone Works For Me

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code