Discussion:
pkg/48961: make update from lang/g95 breaks blas, lapack, numpy, etc.
d***@eecs.harvard.edu
2014-07-02 20:35:00 UTC
Permalink
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 amd64
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?)
David Holland
2014-07-27 05:35:01 UTC
Permalink
The following reply was made to PR pkg/48961; it has been noted by GNATS.

From: David Holland <dholland-***@netbsd.org>
To: gnats-***@NetBSD.org
Cc:
Subject: Re: pkg/48961: make update from lang/g95 breaks blas, lapack, numpy,
etc.
Date: Sun, 27 Jul 2014 05:33:45 +0000
Post by d***@eecs.harvard.edu
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.
48983 may be related.

--
David A. Holland
***@netbsd.org
d***@NetBSD.org
2014-10-13 05:03:24 UTC
Permalink
Synopsis: make update from lang/g95 breaks blas, lapack, numpy, etc.

State-Changed-From-To: open->feedback
State-Changed-By: ***@NetBSD.org
State-Changed-When: Mon, 13 Oct 2014 05:03:24 +0000
State-Changed-Why:
Since 48983 is fixed, I need to test this again.

Loading...