-
Notifications
You must be signed in to change notification settings - Fork 296
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
how to make deb packages #1278
Comments
Ideally, you run |
I'm trying to build custom libyang deb packages (with custom options) using the following steps: $ mkdir build But this is not working and I'm getting an error : |
Please check the output of |
thanks, it can work,but finally get an error: I find that the correct path is "debian/tmp/usr/local/lib/libyang1" |
Not sure what exactly is the problem, |
dh_install: Cannot find (any matches for) "usr/lib//libyang1/" (tried in "." and "debian/tmp") I find the in the debian.libyang.install file: just find the path for libyang1 after building is following path: so ,can not find usr/lib/*/libyan1 in the "debian/tmp" |
I am sorry but I do not really have the time to debug this, it seems the install path |
ok, the following steps and whole output :
|
What |
cmake -version |
Okay, I have just successfully built libyang |
Yes, I can confirm that the master build works for me two. Previously I had the same issue. |
The DEB package of 1.0.184 already exists and the tag cannot be moved so a duplicate release does not make sense. But a new release of the current |
Thank you, @michalvasko |
I have successfully built deb package for the master,Thank you, @michalvasko |
Is there any public library missing in DEB package for the master?
I cannot find these public libraries such as extensions/metadata.so 、extensions/nacm.so 、extensions/yangdata.so ...?
|
I am sorry, I just do not have the time currently to examine the local scripts, please download one of the existing packages, they include everything they should. |
I'm trying to download tag/v1.0.184 code and build libyang deb packages (with custom options) , how to make debs packages?
The text was updated successfully, but these errors were encountered: