Your message dated Sun, 17 Jun 2012 23:20:19 +0900
with message-id <20120617142019.GA738@goofy.localdomain>
and subject line Re: Bug#676717: Did you use dpkg (1.16.4)?: Bug#676717:
debiandoc-sgml:
has caused the Debian Bug report #676717,
regarding debiandoc-sgml: does not work at all with minimal document
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
676717: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676717
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debiandoc-sgml
Version: 1.2.27
Severity: grave
Justification: renders package unusable
$ cat test.sgml
<!doctype debiandoc system>
<debiandoc>
<book>
<titlepag>
<title>Some title</title>
<author>
<name>Some author</name>
</author>
</book>
</debiandoc>
$ debiandoc2text test.sgml
nsgmls:/etc/sgml/xml-resume-library.cat:8:8:E: cannot open
"/usr/share/sgml/xml-resume-library/dtd/resume.cat" (No such file or directory)
nsgmls:/etc/sgml/w3c-dtd-xhtml.cat:8:8:E: cannot open
"/usr/share/xml/xhtml/schema/dtd/1.0/catalog" (No such file or directory)
nsgmls:/etc/sgml/w3c-dtd-xhtml.cat:9:8:E: cannot open
"/usr/share/xml/xhtml/schema/dtd/1.1/catalog" (No such file or directory)
nsgmls:/etc/sgml/w3c-dtd-xhtml.cat:10:8:E: cannot open
"/usr/share/xml/xhtml/schema/dtd/basic/catalog" (No such file or directory)
nsgmls:/etc/sgml/w3c-dtd-xhtml.cat:11:8:E: cannot open
"/usr/share/xml/xhtml/schema/dtd/catalog" (No such file or directory)
nsgmls:/etc/sgml/w3c-dtd-xhtml.cat:12:8:E: cannot open
"/usr/share/xml/entities/xhtml/catalog" (No such file or directory)
nsgmls:test.sgml:9:8:E: end tag for "BOOK" which is not finished
$
ouch, I cannot even rebuild tex-common anymore due to that!!!
Thanks
Norbert
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (499, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.5.0-rc1+ (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages debiandoc-sgml depends on:
ii libhtml-parser-perl 3.69-2
ii libroman-perl 1.23-1
ii libtext-format-perl 0.56-1
ii perl 5.14.2-11
ii sgml-base 1.26+nmu3
ii sgml-data 2.0.6
ii sgmlspl 1.03ii-32
ii sp 1.3.4-1.2.1-47.1
Versions of packages debiandoc-sgml recommends:
ii ghostscript 9.05~dfsg-6
ii texinfo 4.13a.dfsg.1-10
ii texlive 2012.20120529-1
ii texlive-latex-extra 2012.20120529-1
Versions of packages debiandoc-sgml suggests:
pn debiandoc-sgml-doc <none>
ii latex-cjk-all 4.8.2+git20111216-2
ii texlive-lang-all 2012.20120529-1
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi, thanks for testing but ....
On Sun, Jun 17, 2012 at 09:31:51PM +0900, Norbert Preining wrote:
...
> Same still now here running dpkg 1.16.4.2, sorry to say. Very same
> output as before.
I tried with attached test.sgml and got attached test.txt with:
$ debiandoc2text test.sgml
No error. So I see no bug in sid .... unreproducible situation.
> Do I have to do something manually to get this fixed?
I see 2 problems to solve.
#1. Use proper sgml as test as attached.
Your test sgml cause problem as is. But not the way you described.
#2. Upgrade to the latest sid installation with dpkg 1.16.4.2.
I think trigger needs to be run by dpkg. So I suggest following
actions:
# vi /etc/apt/sources.list # point only to sid
# apt-get update; apt-get dist-upgrade
# dpkg -P debiandoc-sgml
# apt-get install debiandoc-sgml
If you still have problem with 2 actions described, please reopen.
Regards,
Osamu
<!doctype debiandoc public "-//DebianDoc//DTD DebianDoc//EN">
<debiandoc>
<book id="Debiandoc-example">
<title>Debiandoc example</title>
<author>
<name>Osamu Aoki</name>
<email>os...@debian.org</email>
</author>
<version>Version 1.00</version>
<abstract>
This provides a simple example of a debiandoc-sgml document. For testing
conversion result.
</abstract>
<copyright>
<copyrightsummary>
Copyright © 2012 by Osamu Aoki <email>os...@debian.org</email>
</copyrightsummary>
<p>
<url id="http://www.gnu.org/copyleft/gpl.html"
name="This document may used under the terms of the GNU General Public
License version 2 or higher.">
</copyright>
<toc sect1> <!-- list section to sect1 -->
<chapt><heading>CHAP1</heading>
<sect><heading>SECT1</heading>
<p>
CHAPT1 content --- SECT1 content
</sect>
</book>
</debiandoc>
Debiandoc example
-----------------
Osamu Aoki <os...@debian.org>
Version 1.00
-------------------------------------------------------------------------------
Abstract
--------
This provides a simple example of a debiandoc-sgml document. For
testing conversion result.
Copyright Notice
----------------
Copyright (C) 2012 by Osamu Aoki <os...@debian.org>
This document may used under the terms of the GNU General Public
License version 2 or higher. (http://www.gnu.org/copyleft/gpl.html)
-------------------------------------------------------------------------------
Contents
--------
1. CHAP1
1.1. SECT1
-------------------------------------------------------------------------------
1. CHAP1
--------
1.1. SECT1
----------
CHAPT1 content --- SECT1 content
-------------------------------------------------------------------------------
Debiandoc example
Osamu Aoki <os...@debian.org>
Version 1.00
--- End Message ---