Mantis - libcairo2
Viewing Issue Advanced Details
3672 packaging minor always 2009-05-13 21:10 2009-06-29 23:49
user2188  
dam  
normal  
closed  
won't fix  
none    
none  
0003672: broken installation of cairo on build8st - missing xcb
$ 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
Issue History
2009-05-13 21:10 user2188 New Issue
2009-06-29 23:48 dam Status new => assigned
2009-06-29 23:48 dam Assigned To => dam
2009-06-29 23:49 dam Note Added: 0006362
2009-06-29 23:49 dam Status assigned => closed
2009-06-29 23:49 dam Resolution open => won't fix

Notes
(0006362)
dam   
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%