Le 26/02/2018 à 22:51, Nicholas D Steeves a écrit : > Hi Sylvestre, > > On Sun, Feb 11, 2018 at 09:32:17AM +0100, Sylvestre Ledru wrote: >> Le 11/02/2018 à 03:17, Nicholas D Steeves a écrit : >>> On Sat, Feb 10, 2018 at 09:42:29AM +0100, Sylvestre Ledru wrote: >>>> This is caused by a recent change in gold I think. >>>> >>>> Just add a ; XFAIL: * at in the test to silent it. >>>> >>>> BTW, in the future, please don't attach the full build log: >>>> We just need the error message. >>>> >>>> >>>> S >>>> >>>> >>> Thank you for the tip! With the two attached patches I'm able to >>> continue working towards solving this bug. (really just implementing >>> your suggestion, plus a patch refresh) >>> >>> Oh, and I xzipped them to try to atone for sending uncompressed build >>> logs ;-) I'll send only what I suspect are the relevant portions >>> (errors) in the future. >> Thanks but they were already merged upstream... >> >> Sylvestre > I've been able to solve this by patching various Doxyfile, conf.py, > and doxygen.cfg.in. Before I did that I also: > > -html_static_path = [] > +html_static_path = ['_static'] > > for the affected sections. > > Do you approve of this approach and should I work on patching rules to > not fail with this new configuration or would you prefer another > approach?
Sounds good. What are you concerns about this solution? Thanks S

