Skip to content

Instantly share code, notes, and snippets.

@seanbruno
Created December 26, 2016 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanbruno/dd992cc1e425d708e53dc0fd0f958b92 to your computer and use it in GitHub Desktop.
Save seanbruno/dd992cc1e425d708e53dc0fd0f958b92 to your computer and use it in GitHub Desktop.
Error: /usr/local/bin/qemu-system-aarch64 is linked to /usr/local/lib/libepoxy.so.0 from graphics/libepoxy but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libepoxy.so:graphics/libepoxy
Error: /usr/local/bin/qemu-system-aarch64 is linked to /usr/local/lib/libdrm.so.2 from graphics/libdrm but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libdrm.so:graphics/libdrm
Error: /usr/local/bin/qemu-system-aarch64 is linked to /usr/local/lib/libgbm.so.1 from graphics/gbm but it is not declared as a dependency
Warning: you need USE_GL+=gbm
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/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/libfontconfig.so.1 from x11-fonts/fontconfig but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libfontconfig.so:x11-fonts/fontconfig
Error: /usr/local/bin/qemu-system-aarch64 is linked to /usr/local/lib/libfreetype.so.6 from print/freetype2 but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libfreetype.so:print/freetype2
Error: /usr/local/bin/qemu-system-aarch64 is linked to /usr/local/lib/libcairo.so.2 from graphics/cairo but it is not declared as a dependency
Warning: you need USE_GNOME+=cairo
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment