Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created August 6, 2019 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/4d9898e55d2fc6b0135ec35fde107937 to your computer and use it in GitHub Desktop.
Save grahamc/4d9898e55d2fc6b0135ec35fde107937 to your computer and use it in GitHub Desktop.
[nix-shell:~/projects/github.com/NixOS/nixpkgs/doc]$ make debug
nix-shell --run "xmloscopy --docbook5 ./manual.xml ./manual-full.xml"
trace: `mkStrict' is obsolete; use `mkOverride 0' instead.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
Feasability check on files without xincludes...
A document is feasibly valid if it could be transformed into a valid
document by inserting any number of attributes and child elements
anywhere in the tree.
This is equivalent to pretending every element is optional.
This option may be useful while a document is still under
construction.
This option also disables checking that references are valid.
./contributing.xml: OK
./package-notes.xml: OK
./coding-conventions.xml: OK
[snip]
./overlays.xml: OK
./stdenv.xml: Not feasibly valid:
Line 2769:
2766 </para>
2767 </listitem>
2768 </varlistentry>
2769 <variablelist>
2770 <title>Variables controlling Meson</title>
2771 <varlistentry>
2772 <term>
error: element "variablelist" not
allowed here; expected the element
end-tag or element "varlistentry"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment