#1686 closed defect (wontfix)
BLFS-Tools Error parsing XML dependencies of Xorg
Reported by: | Blender3D | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | jhalfs | Version: | SVN |
Severity: | blocker | Keywords: | |
Cc: |
Description
When I try to run the BLFS-tools makefile, I get through the menu and it crashes on this part (I modified all of the files to run xsltproc in verbose mode):
call: 1 luit
ret: 1 luit Using luit Xinc to solve xorg7\nIncluding...\n
creating dictionary for stylesheet reusing dictionary from ../libs/dependencies.xsl for stylesheet xsltParseStylesheetProcess : found stylesheet xsltPrecomputeStylesheet: removing ignorable blank node Registering global param dependencies Defining global param dependencies xsltCompilePattern : parsing '/' xsltCompilePattern : parsed /, default priority 0.500000 added pattern : '/' priority 0.500000 xsltCompilePattern : parsing 'text()' xsltCompilePattern : parsed text(), default priority 0.500000 added pattern : 'text()' priority 0.500000 xsltCompilePattern : parsing 'para[@role='required']' xsltCompilePattern : parsed para[@role='required'], default priority 0.500000 added pattern : 'para[@role='required']' priority 0.500000 xsltCompilePattern : parsing 'para[@role='recommended']' xsltCompilePattern : parsed para[@role='recommended'], default priority 0.500000 added pattern : 'para[@role='recommended']' priority 0.500000 xsltCompilePattern : parsing 'para[@role='optional']' xsltCompilePattern : parsed para[@role='optional'], default priority 0.500000 added pattern : 'para[@role='optional']' priority 0.500000 xsltParseTemplateContent: removing text xsltCompilePattern : parsing 'xref' xsltCompilePattern : parsed xref, default priority 0.000000 added pattern : 'xref' priority 0.000000 parsed 6 templates Resolving attribute sets references I/O error : Is a directory ../:1: parser error : Document is empty
../:1: parser error : Start tag expected, '<' not found
unable to parse ../ freeing dictionary from stylesheet make: * [menuconfig] Error 6
Any ideas? I can't figure out what file is making it stumble...
Change History (4)
comment:1 by , 14 years ago
comment:2 by , 12 years ago
The BLFS tools are not maintained anymore in trunk.
Use svn://svn.linuxfromscratch.org/ALFS/jhalfs/branches/ablfs, for some BLFS automation.
comment:3 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
When I try to run the BLFS-tools makefile, I get through the menu and it crashes on this part (I modified all of the files to run xsltproc in verbose mode):
Any ideas? I can't figure out what file is making it stumble...