Opened 23 months ago
Closed 15 months ago
#66657 closed defect (fixed)
spice-server @0.14.3_3: build error: only book doctypes can contain level 0 sections
Reported by: | vallon (Justin) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.0 |
Keywords: | Cc: | ||
Port: | spice-server |
Description
Build log shows:
:info:build FAILED: docs/manual/manual.html :info:build /opt/local/bin/asciidoc -n -a data-uri -a icons -a toc -o docs/manual/manual.html ../spice-0.14.3/docs/manual/manual.txt :info:build asciidoc: ERROR: manual.txt: line 9: only book doctypes can contain level 0 sections :info:build asciidoc: ERROR: manual.txt: line 212: only book doctypes can contain level 0 sections ... maybe another 15 similar lines ... :info:build ninja: build stopped: subcommand failed. :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_www.macports.org_files_ports_devel_spice-server/spice-server/work/build" && /opt/local/bin/ninja -j1 -v
All ports are currently up-to-date.
MacOS Monterey 12.6.2
Change History (3)
comment:1 Changed 22 months ago by jmroot (Joshua Root)
comment:2 Changed 15 months ago by mascguy (Christopher Nielsen)
Owner: | set to mascguy |
---|---|
Status: | new → assigned |
comment:3 Changed 15 months ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Hm, spice-server doesn't declare a dependency on asciidoc. Probably using it opportunistically, which would mean deactivating asciidoc while building should be a workaround.