-
Notifications
You must be signed in to change notification settings - Fork 624
Description
In the directory compiler/py
make[4]: *** No rule to make target ../libparse.la', needed bylibfrontend.la'. Stop.
If the dependency on libparse is removed, it fails due to
make[4]: *** No rule to make target ../libthriftcompilerbase.la', needed bylibfrontend.la'. Stop.
If that dependency is also removed, it fails due to
/usr/bin/python setup.py build
Traceback (most recent call last):
File "setup.py", line 39, in
run_setup()
File "setup.py", line 11, in run_setup
shutil.copy('.libs/libfrontend.so.0.0.0', 'frontend.so')
File "/usr/lib64/python2.6/shutil.py", line 84, in copy
copyfile(src, dst)
File "/usr/lib64/python2.6/shutil.py", line 50, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '.libs/libfrontend.so.0.0.0'