Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2019 00:54:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 240181] print/gutenprint: fails to build with option DOCS off
Message-ID:  <bug-240181-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240181

            Bug ID: 240181
           Summary: print/gutenprint: fails to build with option DOCS off
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: cmt@freebsd.org
          Reporter: vvd@unislabs.com
             Flags: maintainer-feedback?(cmt@freebsd.org)
          Assignee: cmt@freebsd.org

rmdir:
/tmp/work/usr/ports/print/gutenprint/work/stage//usr/local/share/gutenprint=
/doc/reference-html:
No such file or directory
*** Error code 1

Error is in this line of the print/gutenprint/Makefile:
> @${RMDIR} ${STAGEDIR}/${DATADIR}/doc/reference-html

Workaround:
> @${RM} -r ${STAGEDIR}/${DATADIR}/doc/reference-html
or just comment this line.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240181-7788>