Mantis - libxcb
Viewing Issue Advanced Details
4135 packaging minor have not tried 2010-01-10 03:09 2014-03-24 00:49
hson  
maciej  
normal  
closed  
fixed  
none    
none  
0004135: Dependency on libpthreadstubs missing
(Not sure if its libxcb or libxcbdevel which lacks the dependency)

When building libcairo on my own build-machines I got this error in config.log

configure:25127: $PKG_CONFIG --exists --print-errors "$xcb_REQUIRES"
sh: gnome-config: not found
Package pthread-stubs was not found in the pkg-config search path.
Perhaps you should add the directory containing `pthread-stubs.pc'
to the PKG_CONFIG_PATH environment variable
Package 'pthread-stubs', required by 'XCB', not found
Issue History
2010-01-10 03:09 hson New Issue
2010-03-01 23:25 dam Status new => assigned
2010-03-01 23:25 dam Assigned To => dam
2010-04-16 15:27 maciej Note Added: 0007866
2010-04-16 15:30 maciej Note Added: 0007867
2010-04-16 15:30 maciej Assigned To dam => maciej
2010-04-16 15:30 maciej Status assigned => feedback
2014-03-24 00:49 maciej Note Added: 0010779
2014-03-24 00:49 maciej Status feedback => closed
2014-03-24 00:49 maciej Resolution open => fixed

Notes
(0007866)
maciej   
2010-04-16 15:27   
It'd say it's the libxcbdevel that lacks the dependency. There was also a discussion about automated dependency discovery. The two main ideas are:

- parse the .pc files
- truss the compiler execution and find all the files that are actually opened during the build process

For now, we can add CSWlibpthreadstubs to the dependencies of libxcbdevel.
(0007867)
maciej   
2010-04-16 15:30   
I've just found out that the dependency is already there.

http://www.opencsw.org/packages/libxcb_devel [^]

Roger, can you see if it works for you now?
(0010779)
maciej   
2014-03-24 00:49   
Please reopen if still not fixed.