|
|
在安装fontconfig-2.3.2 时出错, 按照BLFS6.1手册configure正常,make正常,make install出错,最主要是在make install最后不能运行fc-cache -f -v 的命令产生fonts.cache, 提示如下:
echo "***";\
echo "*** Warning: fonts.cache not built";\
echo "***";\
echo "*** Generate this file manually on host system using fc-cache";\
echo "***";\
fi
fc-cache/fc-cache -f -v
/bin/sh: line 1: 17078 Illegal instruction fc-cache/fc-cache -f -v
make[2]: *** [install-data-local] Error 132
make[2]: Leaving directory `/root/tools/fontconfig-2.3.2'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/root/tools/fontconfig-2.3.2'
make: *** [install-recursive] Error 1
试图手工运行fc-cache -f -v ,结果也是 Illegal instruction
由于出错所以运行make check , test -fail . 在 test目录中产生的out文件和out.expected
文件相差很大out文件只产生了如下信息:
=
=
但是out.expected文件希望产生的信息如下:
Fixed:pixelsize=16
Fixed:pixelsize=6
=
Fixed:pixelsize=16
Fixed:pixelsize=6
=
Fixed:pixelsize=16
Fixed:pixelsize=6
是不是因为没有字体的原因,但是test脚本是用自己的字体的。
请求帮助。 |
|