Skip to content

Build fails due to no rule to make target libparse.la #12

@rachitarora

Description

@rachitarora

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions