-
Notifications
You must be signed in to change notification settings - Fork 59
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
Checkout & Build of Tagged Version 1.6.0 doesn't work #90
Comments
Can not reproduce. Please reopen the issue once you are able to provide all the information and steps to reproduce. For example you don't mention the architecture, it is seen in #42 that you are on armhf. Next time put everything in one ticket and don't split. |
Ok I can put everything in here, just trying to help. Since I'm originally trying to install freeswitch. uname -a cat /etc/issue git status cmake . Found UUID setup target at imported location: /usr/lib/arm-linux-gnueabihf/libuuid.so cat CMakeFiles/CMakeError.log: Run Build Command:"/usr/bin/make" "cmTC_6d4bc/fast" File /usr/src/libks/CMakeFiles/CMakeTmp/CheckSymbolExists.c: int main(int argc, char** argv) CMakeOutput.log: |
Why |
I just had similar problem, with just a slightly different error message, when using dockerfile's ADD directly from git, which is obviously doing a shallow clone or similar:
With a little hint from #179, I came to running
which fixed it for me |
Also happening to me. The unshallow step fixed it for me. Maybe we can add a flag to skip change log generation so that shallow clones work? |
Hi,
Expected Behaviour
Start with a clean environment, check out latest tagged version and build it
What happened
Didn't build, since the cmake system tried to read out some tag informations to create a CHANGELOG file.
Related to #42.
--
Would be nice if you could produce the changelog file not on the fly for the tagged versions.
The text was updated successfully, but these errors were encountered: