Skip to content

baseinstall cannot continue #5

Open
@renshijun

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions