tech-pkg archive

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

Re: OpenSolaris bootstrap problems



In article <20080606151305.GE26542%danbala.tuwien.ac.at@localhost> Dieter wrote:
: - Installing dependencies of pkg_install fail as follows:

: ===> Installing dependencies for pkg_install-20080423
: /usr/pkgsrc/bootstrap/work/bin/pdksh: 
/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/pkg_install-20080423/info/pkg_info:
 not found
: => Full dependency tnftp-[0-9]*: NOT found
: => Verifying reinstall for ../../net/tnftp
: /usr/pkgsrc/bootstrap/work/bin/pdksh:
: 
/usr/pkgsrc/bootstrap/work/wrk/pkgtools/pkg_install/work/pkg_install-20080423/info/pkg_info:
 not found
: ERROR: [depends.mk] A package matching ``tnftp-[0-9]*'' should
: ERROR:     be installed, but one cannot be found.  Perhaps there is a
: ERROR:     stale work directory for ../../net/tnftp?
: *** Error code 1

:   This one, however, has me stumped.  How is this supposed to work?
: Or is bootstrap simply broken currently?

  I've found the culprit: pkgtools/pkg_install/Makefile defines
PKG_INFO_CMD to ${WRKSRC}/info/pkg_info, which of course does not
exist while installing dependencies.  Commenting this out lets
bootstrap finish sucessfully.

                                                yours,
                                                dillo


Home | Main Index | Thread Index | Old Index