Bug#897302: arcanist: missing dependency on php-xml

2018-05-01 Thread Simon Tatham
Simon Tatham wrote: > However, the arcanist package does not list php-xml as a dependency, so > it's possible to install arcanist and find it giving you mysterious > internal errors when you try to use it with Subversion. I didn't include a transcript of the error in the previous message because

Bug#897302: arcanist: missing dependency on php-xml

2018-05-01 Thread Simon Tatham
Package: arcanist Version: 0~git20170812-1 arcanist's system for interacting with Subversion works by running svn utilities with the --xml option, which causes their output to be formatted in XML, and then parsing that output using PHP code such as $xml = new SimpleXMLElement($status); The