Subject: pkg/35070: Xfixes won't build on Solaris 10
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <johan@giantfoo.org>
List: pkgsrc-bugs
Date: 11/18/2006 07:00:01
>Number: 35070
>Category: pkg
>Synopsis: Xfixes won't build on Solaris 10
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Nov 18 07:00:01 +0000 2006
>Originator: Johan van Zanten
>Release: pkgsrc (current)
>Organization:
>Environment:
SunOS nanabozho 5.10 Generic_118833-17 sun4u sparc SUNW,Ultra-60
>Description:
Problem as described in pr 32841, except it's not fixed.
Error:
checking for fixesext >= 2.0... sh: gnome-config: not found
sh: gnome-config: not found
Package fixesext was not found in the pkg-config search path. Perhaps you should add the directory containing `fixesext.pc' to the PKG_CONFIG_PATH environment variable No package 'fixesext' found
configure: error: Library requirements (fixesext >= 2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
I tried installing /usr/pkgsrc/x11/fixesproto first, but it doesn't fix the problem. (fixesext has been removed from pkgsrc)
>How-To-Repeat:
cd /usr/pkgsrc/x11/Xfixes
bmake install
>Fix:
cd /usr/pkgsrc/x11/fixesproto
bmake install
export PKG_CONFIG_PATH=/usr/pkg/lib/pkgconfig
ln -s /usr/pkg/lib/pkgconfig/fixesproto.pc \
/usr/pkg/lib/pkgconfig/fixesext.pc