[Bug 207719] [PATCH] emulators/qemu-devel: fix with DOCS=off
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 5 09:57:29 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207719
Bug ID: 207719
Summary: [PATCH] emulators/qemu-devel: fix with DOCS=off
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: bofh at freebsd.org
Reporter: novel at FreeBSD.org
Flags: maintainer-feedback?(bofh at freebsd.org)
Keywords: patch
Assignee: bofh at freebsd.org
Created attachment 167737
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=167737&action=edit
emulators/qemu-devel: fix with DOCS disabled
When DOCS is disabled, qemu-devel fails to stage with:
===> Generating temporary packing list
gmake[2]: Entering directory '/usr/ports/emulators/qemu-devel/work/qemu-2.5.0'
/usr/bin/install -c -d -m 0755
"/usr/ports/emulators/qemu-devel/work/stage/usr/local/share/doc/qemu"
/usr/bin/install -c -d -m 0755
"/usr/ports/emulators/qemu-devel/work/stage/usr/local/man/man1"
/usr/bin/install -c -c -m 0644 qemu.1
"/usr/ports/emulators/qemu-devel/work/stage/usr/local/man/man1"
/usr/bin/install -c -c -m 0644 qemu-img.1
"/usr/ports/emulators/qemu-devel/work/stage/usr/local/man/man1"
/usr/bin/install -c -d -m 0755
"/usr/ports/emulators/qemu-devel/work/stage/usr/local/man/man8"
/usr/bin/install -c -c -m 0644 qemu-nbd.8
"/usr/ports/emulators/qemu-devel/work/stage/usr/local/man/man8"
/usr/bin/install -c -c -m 0644 qemu-ga.8
"/usr/ports/emulators/qemu-devel/work/stage/usr/local/man/man8"
install: qemu-ga.8: No such file or directory
Makefile:413: recipe for target 'install-doc' failed
gmake[2]: *** [install-doc] Error 71
gmake[2]: Leaving directory '/usr/ports/emulators/qemu-devel/work/qemu-2.5.0'
*** Error code 2
qemu-ga.8 actually should not be excluded from PORTDOCS and, moreover, it's
unconditionally listed in pkg-plist. The attached patch resolves the issue for
me.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list