Closed
Description
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.