Hi, all

I'm try to build BLFS svn-20101028, Setting of docbook-xslt does not go
well. I output the following messages and stop.

  -bash-4.1# xmlcatalog --noout --add "rewriteSystem" \
                 "http://docbook.sourceforge.net/release/xsl/1.75.2"; \
                 "/usr/share/xml/docbook/xsl-stylesheets-1.75.2" \
                 /etc/xml/catalog 
  Segmentation fault

has anyone had the same problem?

strace result is following.

-bash-4.1# uname -a
Linux lfs 2.6.35.4 #1 SMP Sun Oct 17 13:43:10 JST 2010 x86_64 GNU/Linux
-bash-4.1# strace xmlcatalog --noout --add "rewriteSystem" 
"http://docbook.sourceforge.net/release/xsl/1.75.2"; 
"/usr/share/xml/docbook/xsl-stylesheets-1.75.2" /etc/xml/catalog
<snip>
stat("/etc/xml/catalog", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0
open("/etc/xml/catalog", O_RDONLY)      = 3
read(3, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 236) = 236
close(3)                                = 0
stat("/etc/xml/catalog", {st_mode=S_IFREG|0644, st_size=236, ...}) = 0
open("/etc/xml/catalog", O_RDONLY)      = 3
lseek(3, 0, SEEK_CUR)                   = 0
read(3, "<?xml version=\"1.0\"?>\n<!DOCTYPE "..., 8192) = 236
read(3, "", 7956)                       = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Segmentation fault


Regars,
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to