pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/48272: octave and blas build failure



The following reply was made to PR pkg/48272; it has been noted by GNATS.

From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48272: octave and blas build failure
Date: Fri, 4 Sep 2015 14:47:28 +0100

 octave and friends now build successfully with g95. The problem is that
 the binary it generates doesn't behave e.g.:
 
 make test
 ...
   src/DLD-FUNCTIONS/besselj.cc ........................... PASS  180/180 
   src/DLD-FUNCTIONS/betainc.cc ........................... PASS    6/6   
   src/DLD-FUNCTIONS/bsxfun.cc ............................terminate called after throwing an instance of 'octave_execution_exception'
 panic: Abort trap -- stopping myself...
 Makefile:2127: recipe for target 'check' failed
 gmake[1]: *** [check] Abort trap (core dumped)
 gmake[1]: Leaving directory '/tmp/obj/math/octave/work/octave-3.6.4/test'
 Makefile:2549: recipe for target 'check' failed
 
 note the .cc => c++ and Joerg's comment.
 
 Simply quitting octave:
 
 octave:1> quit
 terminate called after throwing an instance of 'octave_interrupt_exception'
 panic: Abort trap -- stopping myself...
 attempting to save variables to 'octave-core'...
 save to 'octave-core' complete
 [1]   Abort trap (core dumped) octave
 
 
 A blas, lapack and octave built with PKGSRC_FORTRAN=gfortran is OK:
 
   src/DLD-FUNCTIONS/besselj.cc ........................... PASS  180/180 
   src/DLD-FUNCTIONS/betainc.cc ........................... PASS    6/6   
   src/DLD-FUNCTIONS/bsxfun.cc ............................ PASS   73/73  
   src/DLD-FUNCTIONS/cellfun.cc ........................... PASS  122/122 
   src/DLD-FUNCTIONS/chol.cc .............................. PASS   27/27  
   src/DLD-FUNCTIONS/conv2.cc ............................. PASS   23/23  
   src/DLD-FUNCTIONS/convhulln.cc ......................... PASS    4/4   
   src/DLD-FUNCTIONS/dassl.cc ............................. PASS    4/4   
 ...
 Summary:
 
   PASS   9863
   FAIL      6
 


Home | Main Index | Thread Index | Old Index