Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Mar 2016 09:57:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207719] [PATCH] emulators/qemu-devel: fix with DOCS=off
Message-ID:  <bug-207719-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 207719
           Summary: [PATCH] emulators/qemu-devel: fix with DOCS=3Doff
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: novel@FreeBSD.org
             Flags: maintainer-feedback?(bofh@freebsd.org)
          Keywords: patch
          Assignee: bofh@freebsd.org

Created attachment 167737
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D167737&action=
=3Dedit
emulators/qemu-devel: fix with DOCS disabled

When DOCS is disabled, qemu-devel fails to stage with:

=3D=3D=3D>   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.

--=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-207719-13>