Bug 267378 - audio/sratom: Fails to build when doxygen / sphinx are installed
Summary: audio/sratom: Fails to build when doxygen / sphinx are installed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Thomas Zander
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-10-26 22:31 UTC by Oleg Sidorkin
Modified: 2023-02-26 20:03 UTC (History)
3 users (show)

See Also:
riggs: merge-quarterly+


Attachments
patch to disable docs building for audio/sratom (361 bytes, patch)
2022-10-26 22:31 UTC, Oleg Sidorkin
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Sidorkin 2022-10-26 22:31:15 UTC
Created attachment 237666 [details]
patch to disable docs building for audio/sratom

If it detects both doxygen and sphinx it tries to build documentation. 

Documentation requires sphinx_lv2_theme (https://gitlab.com/lv2/sphinx_lv2_theme/-/tree/main/) that is not in ports.

Attached patch disables docs building (docs files are not in the pkg-plist anyway) and then library builds fine.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2022-10-26 23:03:59 UTC
Comment on attachment 237666 [details]
patch to disable docs building for audio/sratom

Pending QA:

  Approved by: portmgr (unmaintained port)
  MFH: 2020Q4 (bugfix)
Comment 2 Oleg Sidorkin 2022-10-26 23:17:15 UTC
portlint and poudriere checks are fine
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2022-10-26 23:43:31 UTC
2022Q4 port is 0.6.10 and it doesn't use meson, does it is affected too?

Thanks
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-01-28 23:17:17 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a153fd6363b1b424d405606d933646636a381895

commit a153fd6363b1b424d405606d933646636a381895
Author:     Oleg Sidorkin <osidorkin@gmail.com>
AuthorDate: 2023-01-28 23:15:37 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-01-28 23:17:08 +0000

    audio/sratom: Fix build when doxygen / sphinx are installed

    PR:             267378
    Reported by:    Oleg Sidorkin <osidorkin@gmail.com>
    MFH:            2023Q1

 audio/sratom/Makefile | 1 +
 1 file changed, 1 insertion(+)
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-01-28 23:18:18 UTC
A commit in branch 2023Q1 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9f82a3cb7b928fb721360e25f52621da3d995d4

commit b9f82a3cb7b928fb721360e25f52621da3d995d4
Author:     Oleg Sidorkin <osidorkin@gmail.com>
AuthorDate: 2023-01-28 23:15:37 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2023-01-28 23:17:52 +0000

    audio/sratom: Fix build when doxygen / sphinx are installed

    PR:             267378
    Reported by:    Oleg Sidorkin <osidorkin@gmail.com>
    MFH:            2023Q1

    (cherry picked from commit a153fd6363b1b424d405606d933646636a381895)

 audio/sratom/Makefile | 1 +
 1 file changed, 1 insertion(+)
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2023-02-26 20:03:07 UTC
This is a duplicate of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267321