I guess there aren’t many experts in that Docker image… or they just didn’t see the thread. I guess there remains nothing but to debug it yourself… or move onto another project .
With the image itself I am fine, then I’ll try to rephrase the question: which conditions cause the package tool to produce such error messages? Can you link me the code of the tool itself to let me inspect it?
By the looks of it, haiku/3rdparty/docker/cross-compiler might be it. I found the link from the older docker hub package. It definitely would be nice if that were easier to find directly from the cross-compiler package from GitHub.
I may guess the pile of standard licenses is missing at the docker image then, my package uses GPLv3 license. I am right now out of home, so I’ll try to check this later.
How did you declare the license in your packageinfo file exactly? It has to match the filename of the file providing the license, stored I think in /boot/system/data/licenses/
At me is specified GNU GPL v3, and on the true Haiku it works just fine. But the package tool built as a cross tool fails to even add the path according to the code, it didn’t reached the code piece when it should check the presense of the license file.