[Bug 258779] graphics/vkd3d: fails to build if devel/doxygen installed (silent grab dependency)

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 29 Sep 2021 13:21:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258779

            Bug ID: 258779
           Summary: graphics/vkd3d: fails to build if devel/doxygen
                    installed (silent grab dependency)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vvd@unislabs.com
                CC: fluffy@FreeBSD.org, jbeich@FreeBSD.org
                CC: fluffy@FreeBSD.org, jbeich@FreeBSD.org
 Attachment #228252 maintainer-approval?
             Flags:

Created attachment 228252
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=228252&action=edit
Added --disable-doxygen-doc configure option

12.2 amd64.

=========================================================================
Part of configure log:
checking for doxygen... /usr/local/bin/doxygen
checking for perl... /usr/local/bin/perl
checking for pdflatex... /usr/local/bin/pdflatex
checking for makeindex... /usr/local/bin/makeindex
…
  Configuration summary for vkd3d 1.2
…
  Building documentation: yes
=========================================================================
Part of build log:
[52]) (./refman.aux)

Package rerunfilecheck Warning: File `refman.out' has changed.
(rerunfilecheck)                Rerun to get outlines right
(rerunfilecheck)                or use package `bookmark'.


LaTeX Warning: There were undefined references.

 )
(see the transcript file for additional information)
!pdfTeX error: /usr/local/bin/pdflatex (file 8r.enc): cannot open encoding file
 for reading
 ==> Fatal error occurred, no output PDF file produced!
mv: rename refman.pdf to ../vkd3d.pdf: No such file or directory
gmake[1]: *** [Makefile:2082: doc/vkd3d.pdf] Error 1
gmake[1]: Leaving directory '/tmp/work/usr/ports/graphics/vkd3d/work/vkd3d-1.2'
*** Error code 1
=========================================================================

Added --disable-doxygen-doc configure option to prevent silent grab dependency
from devel/doxygen and try to build docs.

-- 
You are receiving this mail because:
You are the assignee for the bug.