alire-project / alire

Command-line tool from the Alire project and supporting library
GNU General Public License v3.0
292 stars 51 forks source link

utilada_lzma fails to build #920

Open jquorning opened 2 years ago

jquorning commented 2 years ago

Can not find lzma_config.gpr. It is in the root of lzmada.

lzmada.gpr:1:06: unknown project file: "lzma_config"
lzmada.gpr:1:06: imported by "/Users/jquorning/Alire/utilada_lzma_2.1.0_56b45091/alire/cache/dependencies/lzmada_1.1.0_13442894/.alire/lzmada.gpr"
lzmada.gpr:1:06: imported by "/Users/jquorning/Alire/utilada_lzma_2.1.0_56b45091/.alire/lzma/utilada_lzma.gpr"
lzmada.gpr:7:19: unknown project "lzma_config"
lzmada.gpr:7:31: unknown string type "library_type_type"
lzmada.gpr:14:25: unknown variable "Library_Type"
lzmada.gpr:14:25: wrong expression kind for attribute "library_kind"
lzmada.gpr:20:29: "Lzma_Config" is not an imported or extended project
lzmada.gpr:21:29: "Lzma_Config" is not an imported or extended project
lzmada.gpr:22:29: "Lzma_Config" is not an imported or extended project
gprbuild: ".alire/lzma/utilada_lzma.gpr" processing failed
ERROR: Command ["gprbuild", "-gnatwU", "-j0", "-p", "-P", ".alire/lzma/utilada_lzma.gpr"] exited with code 4

Warning: utilada_lzma=2.1.0 successfully retrieved but its build failed.
Dependencies were solved as follows:

   + lzmada  1.1.0 (new)
   + utilada 2.1.0 (new)
ERROR: Build ended with errors
$ alr printenv
export ALIRE="True"
export BUILD="distrib"
export GPR_PROJECT_PATH="/Users/jquorning/Alire/utilada_lzma_2.1.0_56b45091/.alire/lzma:/Users/jquorning/Alire/utilada_lzma_2.1.0_56b45091/alire/cache/dependencies/lzmada_1.1.0_13442894/.alire:/Users/jquorning/Alire/utilada_lzma_2.1.0_56b45091/alire/cache/dependencies/utilada_2.1.0_56b45091:/Users/jquorning/Alire/utilada_lzma_2.1.0_56b45091/alire/cache/dependencies/utilada_2.1.0_56b45091/.alire"
export UTIL_LIBRARY_TYPE="static"
export UTIL_OS="macos64"
mosteo commented 2 years ago

Thanks for the report, Jesper.