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

Submit nixio.spec to fedora proper #715

Open
1 of 4 tasks
gicmo opened this issue Jan 10, 2018 · 3 comments
Open
1 of 4 tasks

Submit nixio.spec to fedora proper #715

gicmo opened this issue Jan 10, 2018 · 3 comments
Milestone

Comments

@gicmo
Copy link
Member

gicmo commented Jan 10, 2018

Missing:

@gicmo gicmo added this to the Version 1.5 milestone Jan 10, 2018
@jgrewe
Copy link
Member

jgrewe commented Jan 12, 2018

if nix is installed from source, the library will be installed in /usr/local/lib, the headers go to /usr/local/include and the pkgconfig file is in /usr/local/lib/pkgconfig. In order for pkgconfig to find it I need to add /usr/local/lib/pkgconfig to the PKG_CONFIG_PATH environment variable. For dynamic linking I need to fix ldconfig as well by adding the library path to /etc/ld.so.conf and refresh the cache.

Will these issues be solved if the library is installed via dnf or do we need to take care about it?

@gicmo
Copy link
Member Author

gicmo commented Jan 12, 2018

Will these issues be solved if the library is installed via dnf or do we need to take care about it?

Yes it will be, because local is really for locally installed packages. Even the copr build should already fix that issue. I think we should adjust the spec file that comes with nix so we can use it to create rpms from the source tree directly so we can install pre-release stuff locally via dnf too.

@gicmo
Copy link
Member Author

gicmo commented Jan 12, 2018

bolt.spec is an example of how to do it.

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

2 participants