LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1016|回复: 0

【已解决】blfs编译xmlto错误,帮忙看看是什么原因

[复制链接]
发表于 2010-8-19 21:58:10 | 显示全部楼层 |阅读模式
make  all-am
make[1]: Entering directory `/blfs-sources/Extensible_Markup_Language/xmlto-0.0.23'
for xml in xmlif.xml xmlto.xml; do \
  FORMAT_DIR=./format \
   /bin/sh ./xmlto -o man/man1 man ./doc/$xml ; \
done || ( RC=$?; exit $RC )
./xmlto: line 522:  3853 Segmentation fault      "$XMLLINT_PATH" --noout --nonet --xinclude --postvalid --noent "$INPUT_FILE" 2> "${VALIDATION}"
xmlto: /blfs-sources/Extensible_Markup_Language/xmlto-0.0.23/./doc/xmlif.xml does not validate (status 139)
xmlto: Fix document syntax or use --skip-validation option
./xmlto: line 522:  3890 Segmentation fault      "$XMLLINT_PATH" --noout --nonet --xinclude --postvalid --noent "$INPUT_FILE" 2> "${VALIDATION}"
xmlto: /blfs-sources/Extensible_Markup_Language/xmlto-0.0.23/./doc/xmlto.xml does not validate (status 139)
xmlto: Fix document syntax or use --skip-validation option
make[1]: *** [man/man1/xmlto.1] Error 149
make[1]: Leaving directory `/blfs-sources/Extensible_Markup_Language/xmlto-0.0.23'
make: *** [all] Error 2


处理过程:下载libxml2-2.7.7(手册上是2.7.6,看了论坛上的guanyhu朋友发的帖子提到libxml2-2.7.7,想到试试),编译安装,再重新编译libxslt-1.1.26 ,再编译xmlto就不报错误了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表