[bug-notifications] [libcairo 0003672]: broken installation of cairo on build8st - missing xcb

Mantis Bug Tracker noreply at opencsw.org
Mon Jun 29 23:49:56 CEST 2009


The following issue has been CLOSED 
====================================================================== 
http://www.opencsw.org/mantis/view.php?id=3672 
====================================================================== 
Reported By:                user2188
Assigned To:                dam
====================================================================== 
Project:                    libcairo
Issue ID:                   3672
Category:                   packaging
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-05-13 21:10 CEST
Last Modified:              2009-06-29 23:49 CEST
====================================================================== 
Summary:                    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

====================================================================== 

---------------------------------------------------------------------- 
 (0006362) dam (manager) - 2009-06-29 23:49
 http://www.opencsw.org/mantis/view.php?id=3672#c6362 
---------------------------------------------------------------------- 
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%




More information about the bug-notifications mailing list