I manually bumped your trust level.
I got errors (again, swallowed by ninja, presumably because they were to stdout
) with ninja -j 1
:
$ git describe
V8.1.32-7-g882cf791e
$ ninja -j 1
...
[822/2391] Generating pldoc2tex
ERROR: /home/peter/src/swipl-devel/build/home/swipl.rc:207:
ERROR: /home/peter/src/swipl-devel/packages/xpce/swipl/swipl-rc:135: Initialization goal raised exception:
ERROR: source_sink `library(swi_hooks)' does not exist
ERROR: /home/peter/src/swipl-devel/packages/xpce/swipl/swipl-rc:135: Initialization goal raised exception:
ERROR: source_sink `library(pce)' does not exist
[865/2391] Generating ../../home/doc/packages/examples/jpl/prolog/jpl_text_entry_demo.pl
[866/2391] Building Java objects for jpl_jar.jar
Note: org/jpl7/fli/atom_t.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
[878/2391] Generating ../../home/library/http/http_ssl_plugin.pl
[879/2391] Generating tests/test_certs/generated
ERROR: /home/peter/src/swipl-devel/build/home/swipl.rc:207:
ERROR: /home/peter/src/swipl-devel/packages/xpce/swipl/swipl-rc:135: Initialization goal raised exception:
ERROR: source_sink `library(swi_hooks)' does not exist
The fix is in V8.1.32-12-gf640c1883
1 Like