Skip to content

packager in Ubuntu 18.0.4 LTS #15

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

Closed
eugvor opened this issue Dec 19, 2018 · 2 comments
Closed

packager in Ubuntu 18.0.4 LTS #15

eugvor opened this issue Dec 19, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@eugvor
Copy link

eugvor commented Dec 19, 2018

I found a problem with the packager script on Ubunu 18.0.4 LTS.

Ubuntu has rpm tool installed from several packages, so when the packager runs there is error 1 happens on make.
For this line libc_libs+=$(package_libc_via_rpm)
Above call to the function gives empty, so array with data += empy

give Error 1. Hope you fix it soon.

@marcomagdy marcomagdy added the bug Something isn't working label Dec 20, 2018
marcomagdy added a commit that referenced this issue Dec 20, 2018
RPM can be installed as a dependency (or separately) in Debian-based
distros that ultimately use dpkg. In those cases, the packager script
should handle the case in which querying rpm returns nothing.

Fixes #15
marcomagdy added a commit that referenced this issue Dec 21, 2018
RPM can be installed as a dependency (or separately) in Debian-based
distros that ultimately use dpkg. In those cases, the packager script
should handle the case in which querying rpm returns nothing.

Fixes #15
@marcomagdy
Copy link
Contributor

Should be fixed now. Thanks for reporting the issue.

@eugvor
Copy link
Author

eugvor commented Dec 23, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants