Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile using tarball #43

Closed
chrisburr opened this issue May 9, 2019 · 0 comments · Fixed by #44
Closed

Unable to compile using tarball #43

chrisburr opened this issue May 9, 2019 · 0 comments · Fixed by #44

Comments

@chrisburr
Copy link
Contributor

I am unable to build using the tarball at
https://github.com/cern-fts/davix/releases/download/R_0_7_3/davix-0.7.3.tar.gz
due to the following error:

Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/davix_1557317461225/work/genversion.py", line 253, in <module>
    main()
  File "/home/conda/feedstock_root/build_artifacts/davix_1557317461225/work/genversion.py", line 224, in main
    gitDescribe = GitDescribe(sh("git describe --dirty").strip())
  File "/home/conda/feedstock_root/build_artifacts/davix_1557317461225/work/genversion.py", line 164, in sh
    raise Exception("Command {0} exited with code {1}".format(cmd, retcode))
Exception: Command git describe --dirty exited with code 128
Configuring cmake for davix version: 0.7.3

This occurs both when configuring with CMake and running make. The script used for the build and can be found here and works when checking out the tag directly.

You can see a full build log here (line 465 onwards).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant