Opened 16 months ago

Closed 9 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 16 months ago by jmroot (Joshua Root)

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.

comment:2 Changed 9 months ago by mascguy (Christopher Nielsen)

Owner: set to mascguy
Status: newassigned

comment:3 Changed 9 months ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In 404c12b732084dfcdc00fbc5fe9ba6b2d00d4e6d/macports-ports (master):

spice-server: disable docs, silent rules

  • Add lib dep gdk-pixbuf2
  • Explicitly enable/disable features, to avoid opportunistic dep use
  • Suppress most compiler warnings

Fixes: #66657

Note: See TracTickets for help on using tickets.