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

Grive needs libgrive.so.0 ? #14

Closed
tforsman opened this issue May 6, 2012 · 3 comments
Closed

Grive needs libgrive.so.0 ? #14

tforsman opened this issue May 6, 2012 · 3 comments

Comments

@tforsman
Copy link

tforsman commented May 6, 2012

As you might know already, im packaging grive for Foresight. But it looks like grive wants libgrive.so.0. And wonder where that might come from?
If grive creates it, the code makes grive depend on it. And that's not good.

warning: EnforceSonameBuildRequirements: The following dependencies are not resolved within the package or in the system database: ['soname: ELF64/libgrive.so.0(SysV x86_64)']
warning: EnforceSonameBuildRequirements: The package may not function if installed, and Conary may require the --no-deps option to install the package.

There is a way to overwrite this, but still it's somehow wrong.

@match065
Copy link
Member

match065 commented May 7, 2012

yes. libgrive should be built along with grive and grive depends on it. I guess it should be because the cmake rules doesn't install it.

Massimo, can you take a look?

@nestal
Copy link
Member

nestal commented May 7, 2012

I tried 0.0.4 and find that libgrive is created at the prefix (which is /usr/local by default). Can it be built successfully in Foresight?

@tforsman
Copy link
Author

tforsman commented May 7, 2012

Some changes in grive demanded some changes in how we build it in Foresight.
Just re-checked everything and now builds normally and working as a charm.

It doesn't ask anymore about libgrive.so*** and it's added as it should.

@tforsman tforsman closed this as completed May 7, 2012
@ramsiw ramsiw mentioned this issue May 16, 2013
@ghost ghost mentioned this issue Dec 2, 2014
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