Looks OK: https://ci.inria.fr/pharo-contribution/job/XPath/PHARO=60,VERSION=stable,VM=...
From the output: Project: XMLParser release-2.8.7 [2.8.7]
Could you try manually loading the latest ConfigurationOfXMLParser from its repo and using the latest XPath config again, and tell me what platform you're using (Pharo, Squeak, GS)?
From: "Henrik Nergaard" <henrik.nergaard@uia.no> To: "Pharo Development List" <pharo-dev@lists.pharo.org> Subject: [Pharo-dev] Latest Configuration of XPath is broken
Hi,
Trying to load XPath using the latest configuration (ConfigurationOfXPath-monty.91) gives the following error: MetacelloProjectSpecLoadError: No version found for #'release-2.8.7' of ConfigurationOfXMLParser because: The symbolic version #'release-2.8.7' is not defined in ConfigurationOfXMLParser for the current platform. Possible symbolic version values include: #(#bleedingEdge #development #'release-2' #'release-2.4' #'release-2.5' #'release-2.5.3' #'release-2.5.5' #'release-2.6' #'release-2.6.3' #'release-2.6.5' #'release-2.6.8' #'release-2.7.3' #'release-2.7.4' #'release-2.7.6' #'release-2.7.7' #'release-2.8.1' #'release-2.8.3' #'release-2.8.6' #stable)
ConfigurationOfXPath-monty.90 loads fine.
Best regards,