In snv nightly build ( July 2nd 2007), SUNWxwxft has broken links in
/usr/openwin/share/include/X11/Xft
# cat /etc/release
Solaris Express Community Edition snv_nightly X86
Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 02 July 2007
# ls -l /usr/openwin/share/include/X11/Xft
lrwxrwxrwx 1 root root 30 Jul 2 13:10 /usr/openwin/share/include/X11/Xft -> ../../../../../X11/include/Xft
# cd /usr/openwin/share/include/X11/Xft
/usr/openwin/share/include/X11/Xft: does not exist
#
Check Xft's location and find:
/usr/X11/share/include/X11/Xft
Check the install image:
cd solarisdvd.nvs_dvd/snv_070207/Solaris_11/Product/SUNWxwxft
$ grep "X11/include/Xft" pkgmap
1 s none openwin/share/include/X11/Xft=../../../../../X11/include/Xft
This is still broken in snv_69:
It looks like the following should be fixed:
1. The link should be:
../../../../X11/include/Xft
2. Then /usr/X11/include/Xft should be populated.