You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
For reasons that I assume are unrelated, the .git directory for bigcouch and the dependencies had some broken symlinks after cloning (e.g., the description file and the hooks). Strangely this causes make install to fail:
ERROR: Unable to generate spec: read file info /home/garyf/bigcouch/rel/../deps/chttpd/.git/description failed
Once I fixed the symlinks it built without incident.
If the build process has some need to be examining these files then this probably isn't a bug, but that seemed unlikely to me.
I'm using the bigcouch-0.4.0 tag.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For reasons that I assume are unrelated, the .git directory for bigcouch and the dependencies had some broken symlinks after cloning (e.g., the
description
file and thehooks
). Strangely this causesmake install
to fail:Once I fixed the symlinks it built without incident.
If the build process has some need to be examining these files then this probably isn't a bug, but that seemed unlikely to me.
I'm using the
bigcouch-0.4.0
tag.The text was updated successfully, but these errors were encountered: