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

Can't build on Debian Jessie #4

Closed
blackblobby opened this issue Nov 24, 2016 · 2 comments
Closed

Can't build on Debian Jessie #4

blackblobby opened this issue Nov 24, 2016 · 2 comments

Comments

@blackblobby
Copy link

Just cloned the repo locally into Debian Jessie (64 bit - headless server). According to README.compile-and-pre-built-binaries if gcc is installed it should build with just make.

# apt-cache policy gcc
gcc:
  Installed: 4:4.9.2-2
  Candidate: 4:4.9.2-2
  Version table:
 *** 4:4.9.2-2 0
        500 http://http.debian.net/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status

Unfortunately it's not building for me :(

# make
make[1]: Entering directory '/usr/local/src/vlmcsd/src'
fatal: No annotated tags can describe 'b8fdaf9a6bca531306bd8818df46ce43138efa19'
However, there were unannotated tags: try --tags.
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/local/src/vlmcsd/src'

I note that what is described in the error matches the most recent commit ID:

# git log -1
commit b8fdaf9a6bca531306bd8818df46ce43138efa19
Author: Wind4 <puxiaping@gmail.com>
Date:   Wed Nov 16 12:12:36 2016 +0800

    vlmcsd-1103-2016-11-05-Hotbird64

Any ideas?

@rouben
Copy link
Collaborator

rouben commented Nov 24, 2016

How did you check out the code? Did you clone the repo?

This error is a git error, so there's something up with your local working copy that you're trying to build.

Take a closer look here: http://stackoverflow.com/questions/6445148/git-fatalno-tags-can-describe-sha1-number

@Wind4
Copy link
Owner

Wind4 commented Nov 25, 2016

make clean && make or make help check all commands

@Wind4 Wind4 closed this as completed Nov 30, 2016
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

No branches or pull requests

3 participants