Package: docbook2x
Version: 0.8.3-1
Severity: grave
Justification: renders package unusable

[EMAIL PROTECTED]:~/sympy$ docbook2x-man doc/man/isympy.xml
I/O error : Attempt to load network entity
http://docbook2x.sf.net/latest/xslt/man/docbook.xsl
warning: failed to load external entity
"http://docbook2x.sf.net/latest/xslt/man/docbook.xsl";
cannot parse http://docbook2x.sf.net/latest/xslt/man/docbook.xsl
Ran out of memory for input buffer at /usr/lib/perl5/XML/Parser/Expat.pm line
469.

[EMAIL PROTECTED]:~/sympy$ docbook2x-man --version
/usr/bin/docbook2x-man (part of docbook2X 0.8.8)
$Revision: 1.12 $ $Date: 2006/04/14 17:29:04 $
<URL:http://docbook2x.sourceforge.net/>

However, the old version of docbook2x-man works:

[EMAIL PROTECTED]:~/sympy$ docbook2x-man doc/man/isympy.xml
[EMAIL PROTECTED]:~/sympy$ docbook2x-man --version
/usr/bin/docbook2x-man (part of docbook2X 0.8.3)
$Revision: 1.5 $ $Date: 2003/06/22 14:37:30 $
<URL:http://docbook2x.sourceforge.net/>


The isympy.xml is attached.  I can provide more info if needed.

Ondrej


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=czech (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages docbook2x depends on:
ii  libc6                      2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libtext-wrapi18n-perl      0.06-5        internationalized substitute of Te
ii  libxml-sax-expat-perl      0.37-3        Perl module for a SAX2 driver for 
ii  libxml2                    2.6.27.dfsg-1 GNOME XML library
ii  libxslt1.1                 1.1.20-1      XSLT processing library - runtime 
ii  perl                       5.8.8-7       Larry Wall's Practical Extraction 
ii  zlib1g                     1:1.2.3-13    compression library - runtime

Versions of packages docbook2x recommends:
ii  docbook-xml              4.4-5           standard XML documentation system,
ii  docbook-xsl              1.72.0.dfsg.1-1 stylesheets for processing DocBook

-- no debconf information
<?xml version='1.0' encoding='ISO-8859-1'?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"; [

<!--

Process this file with an XSLT processor: `xsltproc \
-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
manpages/docbook.xsl manpage.dbk'.  A manual page
<package>.<section> will be generated.  You may view the
manual page with: nroff -man <package>.<section> | less'.  A
typical entry in a Makefile or Makefile.am is:

DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
manpages/docbook.xsl
XP=xsltproc -''-nonet

manpage.1: manpage.dbk
        $(XP) $(DB2MAN) $<
    
The xsltproc binary is found in the xsltproc package.  The
XSL files are in docbook-xsl.  Please remember that if you
create the nroff version in one of the debian/rules file
targets (such as build), you will need to include xsltproc
and docbook-xsl in your Build-Depends control field.

-->

  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
  <!ENTITY dhfirstname "<firstname>Seoane</firstname>">
  <!ENTITY dhsurname   "<surname>fabian</surname>">
  <!-- Please adjust the date whenever revising the manpage. -->
  <!ENTITY dhdate      "<date>March 21, 2007</date>">
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
       allowed: see man(7), man(1). -->
  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
  <!ENTITY dhemail     "<email>[EMAIL PROTECTED]</email>">
  <!ENTITY dhusername  "Fabian Seoane">
  <!ENTITY dhucpackage "<refentrytitle>isympy</refentrytitle>">
  <!ENTITY dhpackage   "isympy">

  <!ENTITY debian      "<productname>Debian</productname>">
  <!ENTITY gnu         "<acronym>GNU</acronym>">
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
]>

<refentry>
  <refentryinfo>
    <address>
      &dhemail;
    </address>
    <author>
      &dhfirstname;
      &dhsurname;
    </author>
    <copyright>
      <year>2003</year>
      <holder>&dhusername;</holder>
    </copyright>
    &dhdate;
  </refentryinfo>
  <refmeta>
    &dhucpackage;

    &dhsection;
  </refmeta>
  <refnamediv>
    <refname>&dhpackage;</refname>

    <refpurpose>interactive console for SymPy (Symbolic Python)</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <cmdsynopsis>
      <command>&dhpackage;</command>

      <arg><option>-e <replaceable>this</replaceable></option></arg>

      <arg><option>--example <replaceable>that</replaceable></option></arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1>
    <title>isympy</title>

    <para>This manual page documents briefly the
      <command>&dhpackage;</command> command.</para>

    <para>isympy is a Python shell for SymPy. It imports the modules
    sympy and defines the symbols x, y, z. 
    </para>

  </refsect1>
  <refsect1>
    <title>OPTIONS</title>

    <para>These programs follow the usual &gnu; command line syntax,
      with long options starting with two dashes (`-').  A summary of
      options is included below.  For a complete description, see the
      <application>Info</application> files.</para>

    <variablelist>
      <varlistentry>
        <term><option>-h</option>
        </term>
        <listitem>
          <para>Show summary of options.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term><option>-c</option>
        </term>
        <listitem>
          <para>specify a python interactive interpreter, 
              currently only python or ipython. Example usage: 
           ./shell.py -c python
       </para>
        </listitem>
      </varlistentry>
    </variablelist>
  </refsect1>
  <refsect1>
    <title>SEE ALSO</title>

    <para>Homepage: http://code.google.com/p/sympy/</para>

  </refsect1>
  <refsect1>
    <title>AUTHOR</title>

    <para>This manual page was written by &dhusername; &dhemail;. Sympy 
      is written by Ondrej Certik and &dhusername;
    </para>
	<para>
	  On Debian systems, the complete text of the GNU General Public
	  License can be found in /usr/share/common-licenses/GPL.
	</para>

  </refsect1>
</refentry>

Reply via email to