Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2017 20:03:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 221749] emulators/qemu: broken no docs
Message-ID:  <bug-221749-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 221749
           Summary: emulators/qemu: broken no docs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: smh@FreeBSD.org
             Flags: maintainer-feedback?(bofh@freebsd.org)
          Assignee: bofh@freebsd.org

Created attachment 185700
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D185700&action=
=3Dedit
Fixed no DOCS and GTK2 dependencies

When qemu is configured without DOCS it fails to build due to missing man
pages.

/usr/bin/install -c -c -m 0644 docs/qemu-qmp-ref.7
"/wrkdirs/usr/ports/emulators/qemu/work/stage/usr/local/man/man7"
install: docs/qemu-qmp-ref.7: No such file or directory
gmake[1]: *** [Makefile:576: install-doc] Error 71
gmake[1]: Leaving directory '/wrkdirs/usr/ports/emulators/qemu/work/qemu-2.=
9.0'

In addition ports qa reports that a GTK2 build lacks dependencies, both are
fixed by the attached patch.

Error: /usr/local/bin/qemu-system-aarch64 is linked to
/usr/local/lib/libgdk_pixbuf-2.0.so.0 from graphics/gdk-pixbuf2 but it is n=
ot
declared as a dependency
Warning: you need USE_GNOME+=3Dgdkpixbuf2
Error: /usr/local/bin/qemu-system-aarch64 is linked to
/usr/local/lib/libX11.so.6 from x11/libX11 but it is not declared as a
dependency
Warning: you need USE_XORG+=3Dx11
Error: /usr/local/bin/qemu-system-aarch64 is linked to
/usr/local/lib/libXext.so.6 from x11/libXext but it is not declared as a
dependency
Warning: you need USE_XORG+=3Dxext

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