Open
Description
when I follow the bootstrap readme.md , ./venom/baseinstall cannot continue. It is scratch install -d xxx that says xxx is not installed.
scratch install --no-dep readline
Package 'readline' not installed.
when I look at the scratch file, the problem may be
installpkg() {
if [ "$NO_DEP" = 1 ]; then
for ii in ${PKGNAME[@]}; do
if [ ! $(getportpath $ii) ]; then
echo "Package '$ii' not found."
elif ! isinstalled $ii; then #here
echo "Package '$ii' not installed."
return 1
else
pushd $(getportpath $ii)
pkgbuild -i --no-hook ${OPTS[@]}
if [ $? != 0 ]; then
Metadata
Metadata
Assignees
Labels
No labels
Activity