Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 21:09:00 -0700 (MST)
From:      Mike Brown <mike@skew.org>
To:        freebsd-ports@freebsd.org
Subject:   Python meta-port deinstall failing with custom PREFIX & LOCALBASE
Message-ID:  <200611160409.kAG490DY008869@chilled.skew.org>

next in thread | raw e-mail | index | archive | help
If I first do this:

mkdir /var/tmp/tmptree
mtree -U -f /etc/mtree/BSD.local.dist -d -e -p $/var/tmp/tmptree
cd /usr/ports/lang/python
make install PREFIX=/var/tmp/tmptree LOCALBASE=/var/tmp/tmptree


...then this fails ('python not installed, skipping'):

make deinstall PREFIX=/var/tmp/tmptree LOCALBASE=/var/tmp/tmptree


...but this succeeds:

cd ../python24
make deinstall PREFIX=/var/tmp/tmptree LOCALBASE=/var/tmp/tmptree


Shouldn't the deinstall work from the meta-port directory?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611160409.kAG490DY008869>