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

Problem to build the package #6

Closed
jokla opened this issue Jan 28, 2014 · 5 comments
Closed

Problem to build the package #6

jokla opened this issue Jan 28, 2014 · 5 comments

Comments

@jokla
Copy link

jokla commented Jan 28, 2014

Hi,

I have a problem to build the package Romeo. I have Ubuntu 13.04 and I am using ROS Hydro.

I cloned the repository in my workspace with :
git clone https://github.com/laas/romeo.git --recursive

After a catkin_make I get this error:

-- +++ processing catkin package: 'romeo_description'
-- ==> add_subdirectory(romeo_description)
Warning: failed to compute the version number, 'git describe' failed:
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).

How can I solve it?

Thank you

@francois-keith
Copy link
Contributor

Hello,

Sorry for the late answer.
Unfortunately, I was unable to reproduce the bug on my hydro instllation.
Still, regarding the git describe issue, I guess this is because the tags were not properly defined for this repository.
I have pushed additional tags with the correct syntax, so now the git describe command works

Does that solve your problem?

Regards

@jokla
Copy link
Author

jokla commented Feb 24, 2014

Hello,
Thank you very much for the answer. Unfortunately I have still the same error. Which branch should I use? the master? Because if I am not wrong I don't see a new commit.

Thank again,

Best Regards

@francois-keith
Copy link
Contributor

Hello,

There wasn't any commit, since I just added tags (v0.1.0 and v0.2.0) (cf https://github.com/laas/romeo/releases).
Normally, simply running a git pull should allow retrieving them.

Hence, if you go in your romeo folder, and type git describe, you should have this:
v0.2.0-24-g43968fe
Could you confirm me that you have this result when you run this command?
Otherwise can you show me the result of
git tag
?

@thomas-moulard
Copy link
Contributor

You may need to run git fetch --tag depending on your git version.

@jokla
Copy link
Author

jokla commented Feb 25, 2014

Hello,

Thank you for your answers. Yes I confirm that I have the same result (v0.2.0-24-g43968fe) running git describe but I have still the same initial error. I tried also to run git fetch --tag.

Thank for your time.

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