[Bug 221749] emulators/qemu: broken no docs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 23 20:03:58 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221749
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 at freebsd.org
Reporter: smh at FreeBSD.org
Flags: maintainer-feedback?(bofh at freebsd.org)
Assignee: bofh at freebsd.org
Created attachment 185700
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185700&action=edit
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 not
declared as a dependency
Warning: you need USE_GNOME+=gdkpixbuf2
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+=x11
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+=xext
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list