I've got the error:
gpr2.gpr:29:848: "gpr2.build.view_tables.update_sources_list" is not a unit of this project
Indeed, update_sources_list is not present in the source gpr2-build-view_tables.ads (from gpr2-26.0w-20250416-161FC-src).
Moreover, digging in the generated gpr2_gen.gpr file, I found several duplicated values in Library_Interface as:
, "gpr_parser.common", "gpr_parser.common",
The GPR2 project file gpr2.gpr and the generated project file gpr2_gen.gpr are joined:
GPR2.zip
% gprbuild --version
GPRBUILD 25.0.0 (2025-05-16) (x86_64-apple-darwin22.6.0)
I've got the error:
gpr2.gpr:29:848: "gpr2.build.view_tables.update_sources_list" is not a unit of this projectIndeed,
update_sources_listis not present in the sourcegpr2-build-view_tables.ads(from gpr2-26.0w-20250416-161FC-src).Moreover, digging in the generated gpr2_gen.gpr file, I found several duplicated values in
Library_Interfaceas:, "gpr_parser.common", "gpr_parser.common",The GPR2 project file
gpr2.gprand the generated project filegpr2_gen.gprare joined:GPR2.zip