On 03/31/11 11:07 AM, Will Fiveash wrote:
> When trying to build the vim editor on a snv_161 level of Solaris I
> noticed that the configure script indicated it could not find GTK 2.0
> support which was incorrect.  The configure script was basically
> running:
> 
> $ /usr/bin/pkg-config --libs gtk+-2.0
> 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
> 
> I determined that pthread-stubs.pc was in
> pkg:/x11/library/libpthread-stubs but this wasn't installed on my system
> however pkg:/developer/gnome/gettext was installed which contains
> /usr/bin/pkg-config.  Once I installed
> pkg:/x11/library/libpthread-stubs, pkg-config worked as expected.  Is
> this a missing package dependency issue?

Yes, it was:
7025232 libxcb pkg should have a devel dependency on libpthread-stubs pkg

Manually fixed in 162 since, as Danek noted, pkgdepend doesn't follow .pc
dependency chains yet.


-- 
        -Alan Coopersmith-        [email protected]
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
install-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/install-discuss

Reply via email to