Linuxbrew / legacy-linuxbrew

:skull: This repository is defunct, because it has been split into https://github.com/Linuxbrew/brew and https://github.com/Linuxbrew/homebrew-core
http://linuxbrew.sh
Other
2.23k stars 297 forks source link

-e:1:in `flock': Function not implemented (Errno::ENOSYS) #1110

Closed ningzhai closed 7 years ago

ningzhai commented 7 years ago

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 ?

sjackman commented 7 years ago

This issue was moved to Linuxbrew/brew#129