Skip to content

baseinstall cannot continue #5

@renshijun

Description

@renshijun

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions