Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Brew fails if flock is not implemented: -e:1:in `flock': Function not implemented (Errno::ENOSYS) #129

Description

@sjackman

From @ningzhai on October 9, 2016 10:23

As problem issued in the title.
Following is how I installed the linuxbrew:

git clone https://github.com/Linuxbrew/brew.git linuxbrew
echo "#linuxbrew" >>~/.bash_profile
echo "export PATH=$PWD/linuxbrew/bin:\$PATH" >>~/.bash_profile
echo "export MANPATH=$PWD/linuxbrew/share/man:\$MANPATH" >>~/.bash_profile
echo "export INFOPATH=$PWD/linuxbrew/share/info:\$INFOPATH" >>~/.bash_profile
PATH=$(getconf PATH)
source ~/.bash_profile

When I want to install the first software through brew, that is "brew install hello", I got following error:

-e:1:in `flock': Function not implemented (Errno::ENOSYS)
        from -e:1
Error: Another active Homebrew process is already in progress.
Please wait for it to finish or terminate it to continue.
Error: Failed to install vendor Ruby.

Somebody can help me ?

Copied from original issue: Linuxbrew/legacy-linuxbrew#1110

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions