<div dir="ltr">Hello,<br><br>since a month or so, I can't build the documentation in scilab anymore with master. Everythin compiles fine, however when building the docs, it fails with the following message:<br><br>-- Building documentation (en_US) --<br>

LANG=C SCI_DISABLE_TK=1 SCI_JAVA_ENABLE_HEADLESS=1 ./bin/scilab-adv-cli -noatomsautoload -nb -nouserstartup -e "try xmltojar([],[],'en_US');catch disp(lasterror()); exit(-1);end;exit(0);"<br>No protocol specified<br>

Error: unable to open display :0<br>Warning: Could not find Java package '/var/tmp/portage/sci-mathematics/scilab-5.4.999/work/scilab-5.4.999/scilab/thirdparty/ecj.jar'.<br>Some problems during the loading of the Java libraries occurred.<br>

This could lead to inconsistent behaviours.<br>Please check SCI/etc/classpath.xml.<br> <br> Failed to execute SCI/modules/graphics/etc/graphics.start:   <br> <br> File "/var/tmp/portage/sci-mathematics/scilab-5.4.999/work/scilab-5.4.999/scilab/modules/graphics/macros/datatips/lib" does not exist.   <br>

make: *** [doc] Error 1<br><br>Probably not relevant, but my system is on gentoo intel 32bits.<br><br>This looks like two seperate issues, I don't think there are related:<br>- Error: unable to open display :0: This is a classic error when you try to run a command which tries to access X under a different user than the one who started X. Scilab shouldn't try to access the X server in the cli mode.<br>

- the directory modules/graphics/macros/datatips/lib doesn't exist.<br><br>I figured I would ask people on this list, since the scilab devs might know what's wrong right away. Otherwise I'll try to bisect which commit is responsible.<br>

<br>Thanks,<br>Guillaume<br><br></div>