pkgsrc-Users archive

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

Re: Correct way to update bmake and bootstrap-mk-files?




On 4 Apr 2008, at 19:13, Joerg Sonnenberger wrote:
On Thu, Apr 03, 2008 at 10:52:51PM +0100, Matthias Scheler wrote:
Please beware that the above can go horribly wrong. If it does all life as you know it will stop instantaneously and every molecule in your body will
explode at the speed of light(*).

You mean like it doesn't reinstall bmake

Yes, correct. It is "bmake" that depends on "bootstrap-mk-files" and not
the other way around. The correct sequence command should therefore read:

sudo zsh
mkdir /safetmp
cp -Rp /usr/pkg/bin/make /usr/pkg/share/mk /safetmp
pkg_delete -ff bootstrap-mk-files
pkg_delete -ff bmake
cd /usr/pkgsrc/devel/bmake
/safetmp/bmake -m /safetmp install
rm -rf /safetmp

        Kind regards

--
Matthias Scheler                           http://zhadum.org.uk/




Home | Main Index | Thread Index | Old Index