pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/48961 (make update from lang/g95 breaks blas, lapack, numpy, etc.)
The following reply was made to PR pkg/48961; it has been noted by GNATS.
From: David Holland <dholland%eecs.harvard.edu@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/48961 (make update from lang/g95 breaks blas, lapack, numpy, etc.)
Date: Thu, 22 Jan 2015 16:28:34 -0500
On Wed, Jan 21, 2015 at 05:51:11PM +0000, dholland%NetBSD.org@localhost wrote:
> Synopsis: make update from lang/g95 breaks blas, lapack, numpy, etc.
>
> State-Changed-From-To: feedback->open
> State-Changed-By: dholland%NetBSD.org@localhost
> State-Changed-When: Wed, 21 Jan 2015 17:51:11 +0000
> State-Changed-Why:
> It is not fixed. Furthermore, testing it revealed PR 49594, which is a
> regression, quite likely caused by the same libtool update. sigh :(
PR 49594 is no longer relevant. However, this problem still occurs.
It seems to be that when building via make update, g95 isn't found.
Diffing work directories that did and did not configure properly
reveals the following bits of interest. (The various *makevars files
all have the same diff.)
I'm sure this is because the make update is *from* lang/g95; but so
far I don't have any idea why.
--- work.failed/.depends 2015-01-22 16:20:13.000000000 -0500
+++ work/.depends 2015-01-22 16:20:23.000000000 -0500
@@ -1,3 +1,4 @@
bootstrap digest>=20010302 ../../pkgtools/digest
tool libtool-base>=2.2.6bnb3 ../../devel/libtool-base
build libtool-fortran>=2.2.6bnb3 ../../devel/libtool-fortran
+full g95>=0.91 ../../lang/g95
Exit 1
--- work.failed/.extract_makevars.mk 2015-01-22 16:20:14.000000000 -0500
+++ work/.extract_makevars.mk 2015-01-22 16:20:23.000000000 -0500
@@ -1,14 +1,17 @@
.if !defined(_MAKEVARS_MK)
_MAKEVARS_MK= defined
+BUILDLINK_PREFIX.g95= /usr/pkg
TOOLS_DEPENDS.ghostscript= ghostscript>=6.01:../../print/ghostscript
TOOLS_PREFIX.digest= /usr/pkg
_BLNK_PHYSICAL_PATH.LOCALBASE= /usr/pkg
_BLNK_PHYSICAL_PATH.WRKDIR= /usr/pkgsrc/math/blas/work
+_BLNK_PKG_DBDIR.g95= /var/db/pkg/g95-0.93nb6
+_G95BASE= /usr/pkg
_IGNORE_INFO_PATH=
_MANCOMPRESSED= no
_MANZ= no
_USE_TOOLS= [ awk basename cat chgrp chmod chown cmp cp cut date diff digest dirname echo egrep env expr false file find ftp grep gzcat head hostname id install ln ls mkdir mv patch printf pwd readelf rm rmdir sed sh sort tail tar test touch tr true uname wc xargs
-_WRAP_PATH= /usr/pkgsrc/math/blas/work/.buildlink/bin:/usr/pkgsrc/math/blas/work/.gcc/bin:/usr/pkgsrc/math/blas/work/.tools/bin:/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/sbin:/usr/bin:/sbin:/bin
+_WRAP_PATH= /usr/pkgsrc/math/blas/work/.buildlink/bin:/usr/pkgsrc/math/blas/work/.g95/bin:/usr/pkgsrc/math/blas/work/.gcc/bin:/usr/pkgsrc/math/blas/work/.tools/bin:/usr/pkg/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R7/bin:/usr/sbin:/usr/bin:/sbin:/bin
.endif # _MAKEVARS_MK
--
- David A. Holland / dholland%eecs.harvard.edu@localhost
Home |
Main Index |
Thread Index |
Old Index