Opened 14 years ago

Closed 11 years ago

Last modified 7 years ago

#1686 closed defect (wontfix)

BLFS-Tools Error parsing XML dependencies of Xorg

Reported by: Blender3D Owned by: alfs-log@…
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 Blender3D, 14 years ago

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...

comment:2 by Pierre Labastie, 11 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 Pierre Labastie, 11 years ago

Resolution: wontfix
Status: newclosed

comment:4 by Pierre Labastie, 7 years ago

Milestone: jhalfs-1.0

Milestone deleted

Note: See TracTickets for help on using tickets.