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

Issue building dd-agent #92

Open
gregdurham opened this issue Sep 26, 2016 · 6 comments
Open

Issue building dd-agent #92

gregdurham opened this issue Sep 26, 2016 · 6 comments

Comments

@gregdurham
Copy link

Is anyone else seeing this, building an rpm64 from my mac, and having issues.

The following shell command exited with status 128:

$ git --git-dir=/var/cache/omnibus/cache/git_cache/opt/datadog-agent --work-tree=/opt/datadog-agent add -A -f

Output:

(nothing)

Error:

fatal: Will not add file alias 'embedded/share/terminfo/32/2621a' ('embedded/share/terminfo/32/2621A' already exists in index)
@degemer
Copy link
Member

degemer commented Sep 26, 2016

Hey @gregdurham, this looks like a cache issue (omnibus uses git to cache the agent dependencies).
This git error seems known on Mac: http://apple.stackexchange.com/questions/51346/how-do-i-rename-a-file-in-git-that-differs-by-case-only, 2621a vs 2621A.

I'm not sure we can provide a lot more help, we never tried building for rpm (edit: meant arm). 😞
The source install is not enough for your use case ?

@gregdurham
Copy link
Author

Could you show me some info on doing a source install? May be that it is
enough!

On Monday, September 26, 2016, Quentin Madec notifications@github.com
wrote:

Hey @gregdurham https://github.com/gregdurham, this looks like a cache
issue (omnibus uses git to cache the agent dependencies).
This git error seems known on Mac: http://apple.stackexchange.
com/questions/51346/how-do-i-rename-a-file-in-git-that-
differs-by-case-only, 2621a vs 2621A.

I'm not sure we can provide a lot more help, we never tried building for
rpm. 😞
The source install is not enough for your use case ?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#92 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABpqa2Pt1TKhg2SbyEjzp-BlM30LNEHrks5quEKIgaJpZM4KG08K
.

@remh
Copy link
Contributor

remh commented Sep 26, 2016

I think this is caused by the fact that you are building on a mac, are you using boot2docker ? Boot2docker is likely the cause. Could you try to do it on a full linux host (virtual box vm / cloud instance / baremetal) ?

@degemer
Copy link
Member

degemer commented Sep 27, 2016

My bad, I read it too quickly and thought you were trying to build a package for arm... 😞
We provide packages for rpm: https://app.datadoghq.com/account/settings#agent/centos

The source install explanation: https://app.datadoghq.com/account/settings#agent/source

Again, sorry for my mistake!

@AlexTawse
Copy link
Contributor

+1 for this issue. Any chance of a fix for Mac users or is this a bug with Omnibus itself? I guess the workaround is to use a case-sensitive file system

@curiositycasualty
Copy link

See also: chef/omnibus#768

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

5 participants