OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003672 [libcairo2] packaging minor always 2009-05-13 21:10 2009-06-29 23:49
Reporter user2188 View Status public  
Assigned To dam
Priority normal Resolution won't fix  
Status closed  
Summary 0003672: broken installation of cairo on build8st - missing xcb
Description $ pkg-config --exists --print-errors cairo
sh: gnome-config: not found
Package xcb was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb', required by 'cairo', not found
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006362)
dam (administrator)
2009-06-29 23:49

This is normal behaviour as the xcb files are located in X11. You must set PKG_CONFIG_PATH and everything works:

build8st% export PKG_CONFIG_PATH=/opt/csw/X11/lib/pkgconfig
build8st% pkg-config --exists --print-errors cairo
build8st%


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker