facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

missing file buck.pex #2634

Closed ShiwenKou closed 3 years ago

ShiwenKou commented 3 years ago

mark-successful-build: [touch] Creating /home/ksw/Downloads/buck/ant-out/successful-build

default:

BUILD SUCCESSFUL Total time: 16 seconds ksw@ubuntu:~/Downloads/buck$ ./bin/buck build --show-output buck Unable to connect to Buck daemon, restarting it... Buck daemon started. ksw@ubuntu:~/Downloads/buck$ buck-out/gen/programs/buck.pex --help bash: buck-out/gen/programs/buck.pex: No such file or directory

I‘ve been stuck here for a while.

ShiwenKou commented 3 years ago

I tried to clone a older version of Buck and somehow the above issue is gone.