Opened 4 months ago

Last modified 4 months ago

#69050 assigned defect

qbs-docs @2.2.1: Error: No files have been installed in the destroot directory!

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jobor (Jörg Bornemann)
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc:
Port: qbs-docs

Description

Change History (1)

comment:1 Changed 4 months ago by jmroot (Joshua Root)

-- Found Python3: /opt/local/bin/python3.12 (found version "3.12.1") found components: Interpreter 
-- Could NOT find PY_lxml (missing: PY_LXML) 
-- Could NOT find PY_bs4 (missing: PY_BS4) 
CMake Warning at cmake/QbsDocumentation.cmake:155 (message):
  Cannot import lxml and bs4 python modules.  Qbs documentation will not be
  built.

The dependencies declared are python311, py311-beautifulsoup4, py311-lxml. Looks like the configure arg intended to tell it which python to use isn't working.

Note: See TracTickets for help on using tickets.