Ryosuke KUTSUNA wrote these words on 11/03/10 09:07 CST: > 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
Here is an update: I'm seeing the same as Ken and others. No issues, providing you use current package versions. I'm using an LFS-SVN-20101029 platform (which includes zlib-1.2.5) and libxml2-2.7.7. Here is a sample of what I see: r...@rmlinux: /home/rml/build/docbook-xsl-1.76.1 > xmlcatalog --noout --add "rewriteSystem" \ > "http://docbook.sourceforge.net/release/xsl/${PACKAGE_VERSION}" \ > "/usr/share/xml/docbook/xsl-stylesheets-${PACKAGE_VERSION}" \ > /etc/xml/catalog r...@rmlinux: /home/rml/build/docbook-xsl-1.76.1 > ls -l /etc/xml total 8 -rw-r--r-- 1 root root 1746 Nov 5 20:16 catalog -rw-r--r-- 1 root root 3336 Nov 5 18:34 docbook r...@rmlinux: /home/rml/build/docbook-xsl-1.76.1 > xmlcatalog --noout --add "rewriteURI" \ > "http://docbook.sourceforge.net/release/xsl/${PACKAGE_VERSION}" \ > "/usr/share/xml/docbook/xsl-stylesheets-${PACKAGE_VERSION}" \ > /etc/xml/catalog r...@rmlinux: /home/rml/build/docbook-xsl-1.76.1 > r...@rmlinux: /home/rml/build/docbook-xsl-1.76.1 > xmlcatalog --noout --add "rewriteSystem" \ > "http://docbook.sourceforge.net/release/xsl/current" \ > "/usr/share/xml/docbook/xsl-stylesheets-${PACKAGE_VERSION}" \ > /etc/xml/catalog r...@rmlinux: /home/rml/build/docbook-xsl-1.76.1 > r...@rmlinux: /home/rml/build/docbook-xsl-1.76.1 > xmlcatalog --noout --add "rewriteURI" \ > "http://docbook.sourceforge.net/release/xsl/current" \ > "/usr/share/xml/docbook/xsl-stylesheets-${PACKAGE_VERSION}" \ > /etc/xml/catalog r...@rmlinux: /home/rml/build/docbook-xsl-1.76.1 > ls -l /etc/xml total 8 -rw-r--r-- 1 root root 2191 Nov 5 20:16 catalog -rw-r--r-- 1 root root 3336 Nov 5 18:34 docbook You can see the operations perform as expected and the catalog file is updates as expected. -- Randy rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3] [GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686] 20:17:00 up 4 days, 2:11, 1 user, load average: 0.10, 0.09, 0.12 -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
