On Fri, Jul 12, 2013 at 10:23:32AM +0200, Thomas Klausner wrote:
On Fri, Jul 12, 2013 at 01:12:33PM +0530, Mayuresh wrote:
> This is on NetBSD 6.1 i386 pkgsrc-current
>
> => Full dependency g95>=0.91: found g95-0.93
> sh:
>
/mnt/pkgsrc/pkgsrc/pkgtools/pkg_install/work/pkg_install-20130131/info/pkg_info:
> not found
> ===> Overriding tools for pkg_install-20130131nb1
> ===> Extracting for pkg_install-20130131nb1
> ===> Patching for pkg_install-20130131nb1
> ===> Creating toolchain wrappers for pkg_install-20130131nb1
> ERROR: g95>=0.91 is not installed; can't buildlink files.
> *** Error code 1
>
> Not sure why it doesn't find g95, when installed version (0.93) is above
> required (0.91).
Is this repeatable after 'make clean'?
pkg_install shouldn't depend on it g95.
Thomas
Yes, I see the issue after make clean also.
Also notice the pkg_info: not found message. Doesn't seem related, but
ideally one shouldn't get it.
Mayuresh