d***@eecs.harvard.edu
2014-07-02 20:35:00 UTC
Number: 48961
Category: pkg
Synopsis: make update from lang/g95 breaks blas, lapack, numpy, etc.
Confidential: no
Severity: serious
Priority: medium
Responsible: pkg-manager
State: open
Class: sw-bug
Submitter-Id: net
Arrival-Date: Wed Jul 02 20:35:00 +0000 2014
Originator: David A. Holland
Release: NetBSD 6.99.23 (pkgsrc 20140701)
System: NetBSD macaran 6.99.23 NetBSD 6.99.23 (MACARAN) #19: Wed Sep 11 20:37:54 EDT 2013 ***@macaran:/usr/src/sys/arch/amd64/compile/MACARAN amd64Category: pkg
Synopsis: make update from lang/g95 breaks blas, lapack, numpy, etc.
Confidential: no
Severity: serious
Priority: medium
Responsible: pkg-manager
State: open
Class: sw-bug
Submitter-Id: net
Arrival-Date: Wed Jul 02 20:35:00 +0000 2014
Originator: David A. Holland
Release: NetBSD 6.99.23 (pkgsrc 20140701)
Architecture: x86_64
Machine: amd64
If you do 'make update' from lang/g95, blas fails to build; it tries
to use g77 instead of g95 and that doesn't exist. However, if you go
and build it by hand with 'make clean; make' in math/blas, it builds
and installs fine.
Then if you resume the update the same thing happens for lapack, and
then again for numpy, except in the case of numpy it only fails after
compiling for a long time, which is aggravating.
as above
dunno
(Why is a build triggered by 'make update' different anyway?)