After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 674103 - Bad errors for missing Wayland dependencies
Bad errors for missing Wayland dependencies
Status: RESOLVED INCOMPLETE
Product: gtk+
Classification: Platform
Component: Backend: Wayland
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-04-14 13:34 UTC by Darxus
Modified: 2013-03-13 15:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Darxus 2012-04-14 13:34:37 UTC
When missing libwayland or libxkbcommon, the error the build halts on is one about glib.h missing (when it's not).  

If you read through the entire output, you'll find:

"Package wayland-client was not found in the pkg-config search path."

for libwayland, and about the same for libxkbcommon, but it doesn't halt on those errors, so they're challenging to dig up.  

(I produced this problem within debian/ubuntu package building, but I expect the same result without it.)
Comment 1 Rob Bradford 2012-10-29 16:10:42 UTC
Can you attach the full build log. If I delete the wayland-client .pc file then my configure neatly stops. Like so:


configure: error: Package requirements (pango pangocairo gdk-pixbuf-2.0 cairo cairo-gobject gio-unix-2.0 fontconfig x11 xext xinerama xi xrandr xcursor xfixes xcomposite xdamage wayland-client >= 1.0.0 xkbcommon >= 0.2.0 wayland-cursor  cairo-xlib cairo pangoft2) were not met:

No package 'wayland-client' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GDK_DEP_CFLAGS
and GDK_DEP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** [config.status] Error 1
Comment 2 Javier Jardón (IRC: jjardon) 2013-03-13 15:54:48 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!