[Bug 130475] Re: docbook2x-man emits illegal input sequence errors using iconv

2008-10-14 Thread Daniel T Chen
** Changed in: libxml-sax-perl (Ubuntu)
   Status: New = Fix Released

-- 
docbook2x-man emits illegal input sequence errors using iconv
https://bugs.launchpad.net/bugs/130475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130475] Re: docbook2x-man emits illegal input sequence errors using iconv

2008-05-06 Thread Daniel Leidert
Not a docbook2x issue. Reassigning.

Should be fixed with libxml-sax-perl/0.16+dfsg-1.

** Changed in: libxml-sax-perl (Ubuntu)
Sourcepackagename: docbook2x = libxml-sax-perl

-- 
docbook2x-man emits illegal input sequence errors using iconv
https://bugs.launchpad.net/bugs/130475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130475] Re: docbook2x-man emits illegal input sequence errors using iconv

2008-03-23 Thread Bug Watch Updater
** Changed in: libxml-sax-perl (Debian)
   Status: Unknown = Fix Released

-- 
docbook2x-man emits illegal input sequence errors using iconv
https://bugs.launchpad.net/bugs/130475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130475] Re: docbook2x-man emits illegal input sequence errors using iconv

2008-03-22 Thread Daniel Leidert
Should be fixed with libxml-sax-perl/0.16+dfsg-1.

** Bug watch added: Debian Bug tracker #430118
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430118

** Also affects: libxml-sax-perl (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=430118
   Importance: Unknown
   Status: Unknown

-- 
docbook2x-man emits illegal input sequence errors using iconv
https://bugs.launchpad.net/bugs/130475
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130475] Re: docbook2x-man emits illegal input sequence errors using iconv

2007-08-09 Thread Brendon Costa
I dint read the message you posted correctly before. I had downloaded
the original source for docbook2x 0.8.8 and tried that, which failed. I
also justthen tried the 0.8.8-4 debian package which also still fails,
though give a slightly better error message:

/usr/bin/iconv: illegal input sequence at position 363
/usr/bin/db2x_manxml: program in pipeline exited with an error

With the info above, i just temporarily remove the PurePerl parser lines
from the config file. That seems to work fine now so that was the
problem.

Thanks,
Brendon.

-- 
docbook2x-man emits illegal input sequence errors using iconv
https://bugs.launchpad.net/bugs/130475
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130475] Re: docbook2x-man emits illegal input sequence errors using iconv

2007-08-06 Thread Daniel Leidert
You are probably hit by this issue: http://bugs.debian.org/cgi-
bin/bugreport.cgi?msg=62;bug=425928. Can you quote the content of the
files mentioned in this mail and do you use an ext3 filesystem with the
dir_index option enabled?

Further you use an outdated version of docbook2x. The latest version is
0.8.8-4. Maybe you could try this version and check, if the issue still
appears for you.

-- 
docbook2x-man emits illegal input sequence errors using iconv
https://bugs.launchpad.net/bugs/130475
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 130475] Re: docbook2x-man emits illegal input sequence errors using iconv

2007-08-06 Thread Brendon Costa
Contents of files from above mentioned bug:


--- /etc/perl/XML/SAX/ParserDetails.ini ---
[XML::SAX::Expat]
http://xml.org/sax/features/namespaces = 1
http://xml.org/sax/features/external-general-entities = 1
http://xml.org/sax/features/external-parameter-entities = 1


[XML::SAX::PurePerl]
http://xml.org/sax/features/namespaces = 1

Dont know if this is helpful but below shows the result of ls -l, which
i assume returns the order readdir would return for the given
filesystem.

[EMAIL PROTECTED]:~$ ls -l /etc/perl/XML/SAX/ParserDetails.d
total 8
-rw-r--r-- 1 root root 181 2007-08-04 16:27 XML::SAX::Expat
-rw-r--r-- 1 root root  66 2007-08-04 16:27 XML::SAX::PurePerl

This is on an ext3 formatted filesystem with dir_index enabled. 
[EMAIL PROTECTED]:~$ sudo tune2fs -l /dev/sda2 | grep dir_index
Filesystem features:  has_journal resize_inode dir_index filetype 
needs_recovery sparse_super large_file
[EMAIL PROTECTED]:~$ 

So it is likely to be the same problem described above. I had tried
building and testing with docbook2x 0.8.8 previously and got the same
results. A good way of demonstrating it is to build from source and then
run make check.

-- 
docbook2x-man emits illegal input sequence errors using iconv
https://bugs.launchpad.net/bugs/130475
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs