Bug#473208: out of date in respect to standards and abandoned by upstream

2008-03-29 Thread W. Borgert
Package: ttthreeparser
Version: 1.4-6.1
Severity: critical

ttthreeparser is not up to date in respect to the TTCN-3
standard any more and upstream does not work on the program any
longer. It should be removed from the archive.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#401425: obsolete package

2006-12-03 Thread W. Borgert
Package: devel-protocols
Version: 1.5
Severity: critical

This is a meta-package I created a long time ago. I don't
consider it to be useful today and it should be removed from
unstable and testing. I will create some useful debtags for
the respective packages instead.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#327616: db2latex-xsl: admin directory missing in source archive

2006-10-17 Thread W. Borgert
On Tue, Oct 17, 2006 at 08:46:07PM +0200, Andreas Barth wrote:
> > Well, thanks for the work you did and for sharing it! I think, we
> > should drop db2latex-xsl from Debian in the long run and promote
> > dblatex (http://packages.debian.org/dblatex) as alternative. The
> > new version of dblatex is based on Python instead of Perl :-)
>
> Is anyone able to change the build-dependency from cdbs to db2ldatex? If
> so, I'm happy to remove dblatex-xsl again.

Using just dblatex in doc/Makefile is easy, but there is a minor
problem: The PS output does not build (not needed nor used, but
still...). Patch to cdbs attached. Btw: In the XML file,
db2latex-xsl is mentioned, this should be changed as well.

Cheers,
-- 
W. Borgert <[EMAIL PROTECTED]>, http://people.debian.org/~debacle/
diff -uraN cdbs-0.4.46.orig/debian/control cdbs-0.4.46/debian/control
--- cdbs-0.4.46.orig/debian/control 2006-07-13 20:35:07.0 +
+++ cdbs-0.4.46/debian/control  2006-10-17 22:45:54.0 +
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: CDBS Hackers <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 5), graphviz, realpath, fakeroot, 
python-dev, python2.3, python2.4, libxml2-utils, xsltproc, docbook-xml, 
docbook-xsl, db2latex-xsl, tetex-extra, ant, kaffe, sharutils, gs-common
+Build-Depends-Indep: debhelper (>= 5), graphviz, realpath, fakeroot, 
python-dev, python2.3, python2.4, libxml2-utils, xsltproc, docbook-xml, 
docbook-xsl, dblatex, ant, kaffe, sharutils, gs-common
 Uploaders: Jeff Bailey <[EMAIL PROTECTED]>, Jonas Smedegaard <[EMAIL 
PROTECTED]>, Marc Dequènes (Duck) <[EMAIL PROTECTED]>, Peter Eisentraut <[EMAIL 
PROTECTED]>
 Standards-Version: 3.7.2
 
diff -uraN cdbs-0.4.46.orig/doc/cdbs-doc-latex.xsl 
cdbs-0.4.46/doc/cdbs-doc-latex.xsl
--- cdbs-0.4.46.orig/doc/cdbs-doc-latex.xsl 2006-06-13 21:28:26.0 
+
+++ cdbs-0.4.46/doc/cdbs-doc-latex.xsl  1970-01-01 00:00:00.0 +
@@ -1,17 +0,0 @@
-
-http://www.w3.org/1999/XSL/Transform";
-version='1.0'
-xmlns="http://www.w3.org/TR/xhtml1/transitional";
-exclude-result-prefixes="#default">
-
-http://db2latex.sourceforge.net/xsl/docbook.xsl"/>
-
-1
-1
-/usr/share/xml/docbook/stylesheet/db2latex/latex/figures
-en
-
-
-
-
-
diff -uraN cdbs-0.4.46.orig/doc/Makefile cdbs-0.4.46/doc/Makefile
--- cdbs-0.4.46.orig/doc/Makefile   2006-06-13 22:22:54.0 +
+++ cdbs-0.4.46/doc/Makefile2006-10-17 22:46:06.0 +
@@ -3,35 +3,20 @@
 graphics = buildcore depgraph
 
 xmllint-stamp-%: %.xml
-   xmllint --xinclude --postvalid --noblanks --noout $<
+   xmllint --nonet --xinclude --postvalid --noblanks --noout $<
touch $@
 
 html: cdbs-doc.html
 %.html: %.xml xmllint-stamp-% cdbs-doc-xhtml.xsl $(graphics:%=%.png)
-   xsltproc --xinclude -o $@ cdbs-doc-xhtml.xsl $<
-
-%.tex-pdf: %.xml xmllint-stamp-% cdbs-doc-latex.xsl
-   xsltproc --xinclude --stringparam graphic.default.extension pdf -o $@ 
cdbs-doc-latex.xsl $<
-
-%.tex-ps: %.xml xmllint-stamp-% cdbs-doc-latex.xsl
-   xsltproc --xinclude --stringparam graphic.default.extension eps -o $@ 
cdbs-doc-latex.xsl $<
-
-dvi: cdbs-doc.dvi
-%.dvi: %.tex-ps $(graphics:%=%.eps)
-# 3 passes to avoid undefined references
-   latex $<
-   mkindex $<
-   latex $<
-   latex $<
+   xsltproc --nonet --xinclude -o $@ cdbs-doc-xhtml.xsl $<
 
 pdf: cdbs-doc.pdf
-%.pdf: %.tex-pdf $(graphics:%=%.pdf)
-   pdflatex $<
-   pdflatex $<
+%.pdf: %.xml xmllint-stamp-% $(graphics:%=%.pdf)
+   dblatex -T db2latex $<
 
 ps: cdbs-doc.ps
-%.ps: %.dvi
-   dvips $<
+%.ps: %.xml xmllint-stamp-% $(graphics:%=%.eps)
+   dblatex -T db2latex -t ps -f eps $<
 
 txt: cdbs-doc.txt
 %.txt: %.html


Bug#327616: db2latex-xsl: admin directory missing in source archive

2006-10-17 Thread W. Borgert
Quoting Loïc Minier <[EMAIL PROTECTED]>:
>  I lack the skills, time, and interest to do so, but I'm sending this
>  here to save other people from the investigation.

Well, thanks for the work you did and for sharing it! I think, we
should drop db2latex-xsl from Debian in the long run and promote
dblatex (http://packages.debian.org/dblatex) as alternative. The
new version of dblatex is based on Python instead of Perl :-)



Bug#374045: snacc 1.3bbn-9.1 NMU

2006-07-05 Thread W. Borgert
Quoting Matej Vela <[EMAIL PROTECTED]>:
> I'm doing an NMU of snacc to fix #374045; diff attached.

NMU warmly appreciated, thanks!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#361365: Your xfce4-mixer bug

2006-06-20 Thread W. Borgert
On Tue, Jun 20, 2006 at 12:57:45PM +0200, Alexander Schmehl wrote:
> Wolfgang, could you please try to upgrade to the new packages and
> report, if you can still reproduce the bug with the 4.3x packages?

I cannot reproduce the problem with 4.3.90.1-2.

Cheers, WB



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#339806: [DB2LaTeX-apps] Problems with db2latex and current TeX distributions: \pdfoutput

2005-12-27 Thread W. Borgert
On Tue, Dec 27, 2005 at 04:19:04PM +0100, Frank K?ster wrote:
> db2latex-xsl maintainers in Debian, do you want me to do an NMU for this?

This answer is not coordinated with the team, but: Yes!

Cheers, WB



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#327616: db2latex-xsl: admin directory missing in source archive

2005-09-11 Thread W. Borgert
Package: db2latex-xsl
Version: 0.8pre1-6
Severity: serious
Justification: FTBFS

Certain files in the source archive are not really sources.  In
almost all files under
/usr/share/xml/docbook/stylesheet/db2latex/latex/common/, it is
stated, that "Developers should not commit sundry patches
against this file.  The source file (with documentation!) is in
the admin directory."  The admin directory seems to be in
upstream CVS only.  (I have to check that, currently sf.net is
not available.)

To us, it is important to build from the real sources, because
we get useful translation patches, that should be integrated at
the right place, not in generated files.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#321199: ftbfs [sparc] configure.ac:183: error: possibly undefined macro: AC_PROG_LIBTOOL

2005-08-04 Thread W. Borgert
Maybe missing build-dependency on libtool.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#307760: snacc: FTBFS (amd64/gcc-4.0): 'EOC' was not declared in this scope

2005-07-18 Thread W. Borgert
Quoting Andreas Metzler <[EMAIL PROTECTED]>:
> In case somebody is interested in snacc: Most of the bugs are supposed
> to be fixed in Ubuntu.
>
> http://people.ubuntu.com/~scott/patches/snacc/

Thanks, if nobody else is faster I'll upload in some days.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#314343: (no subject)

2005-07-15 Thread W. Borgert
Hi Lev,

thanks for the new asn1c.  I will upload to Debian about next week.

Cheers!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#316650: ethereal: Assertion failed when starting

2005-07-03 Thread W. Borgert
On Sun, Jul 03, 2005 at 01:32:22AM -0400, Adam Aube wrote:
> I have strace output (over 4000 lines of it), but it's probably best to take 
> this to debian-user, since it appears to be unreproducible.

Check two things:

1. Do you have self-compiled modules for ethereal, not part of
   the Debian package?  The ABI may have changed and that
   would certainly lead to the observed behaviour.

2. Check your hardware, RAM etc.
   apt-get install hwtools memtest86 memtest86+

Cheers, WB



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#311280: POA destroy race condition

2005-05-30 Thread W. Borgert
On Mon, May 30, 2005 at 04:16:55PM -0700, Steve Langasek wrote:
> And why is this bug marked 'serious'?  I don't see any reference to policy

Sorry, "serious" is not the right severity.  I'll downgrade
to "important", as data loss or security impact are not very
likely (IMHO).

> violation here.  There is also no description of the problems that this bug
> cause.

The bug leads to crashes, if the user of library destroys
certain objects (i.e. the POA) by themself.  Most users will
destroy the so-called Root-POA only and will therefore not
have a problem.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#311202: Fwd: Re: Bug#311202: ttthreeparser is waiting for antlr

2005-05-30 Thread W. Borgert
Forgot to cc bugs.d.o.

- Forwarded message from "W. Borgert" <[EMAIL PROTECTED]> -

Date: Sun, 29 May 2005 22:08:43 +
From: "W. Borgert" <[EMAIL PROTECTED]>
To: Kurt Roeckx <[EMAIL PROTECTED]>, [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: Re: Bug#311202: ttthreeparser is waiting for antlr
Reply-To: [EMAIL PROTECTED]

Hi,

On Sun, May 29, 2005 at 09:56:59PM +0200, Kurt Roeckx wrote:
> Package: ttthreeparser
> Version: 1.4-4
> Severity: serious
...
> Your package is failing to build with the following error:

I believe, that this does not happen with 1.4-5 (accepted
in unstable 144 days ago).  Unfortunately, this version
didn't make it into testing until now, because the antlr
is not in testing.  Could the ANTLR maintainers please
comment?  Thanks!  If the problem cannot be solved soon,
I'll ask the sarge release manager to remove the package
from testing.

Cheers,
-- 
W. Borgert <[EMAIL PROTECTED]>, http://people.debian.org/~debacle/

- End forwarded message -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#311280: POA destroy race condition

2005-05-30 Thread W. Borgert
Package: libomniorb4
Version: 4.0.6-1
Severity: serious
Tags: patch

Concurrent threads may conflict when destroying individual POAs.
The patch originated from Duncan Grisby (= upstream).


poa.diff
Description: Binary data


Bug#311202: ttthreeparser: what about ANTLR

2005-05-30 Thread W. Borgert
I assume, that this bug does not exist in the current ttthreeparser
package, which is in unstable since 2005-01-04.  Unfortunately, it
depends on a newer ANTLR version, but the state of ANTLR is unclear
to me.  Could the ANTLR maintainers please comment?  Thanks.

Cheers, W. Borgert

RM: If this problem cannot be solved easily, I recommend to remove
ttthreeparser from testing.  The package is not in woody anyway.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#299807: omniORB potentially vulnerable against DoS

2005-03-16 Thread W. Borgert
Package: libomniorb4
Version: 4.0.5-1
Severity: grave
Tags: patch

In case of setting serverCallTimeOutPeriod in /etc/omniORB4.cfg
or by command line, omniORB does not honour the timeout which
leads to inaccessibility of any server application, if too many
client connections are not closed by the client side.

The patch is by Duncan Grisby (omniORB upstream) and will
be included in CVS and upcoming 4.0.6, I hope.

diff -u -r1.1.4.21 giopStrand.cc
--- src/lib/omniORB/orbcore/giopStrand.cc 17 Oct 2004 21:48:40 - 1.1.4.21
+++ src/lib/omniORB/orbcore/giopStrand.cc 16 Mar 2005 09:15:29 -
@@ -540,10 +540,12 @@
 giop_s->giopStreamList::insert(servers);
   }

-  if (remove && giop_s->state() != IOP_S::WaitingForReply)
-delete giop_s;
-  else
-restart_idle = 0;
+  if (remove) {
+if (giop_s->state() != IOP_S::WaitingForReply)
+  delete giop_s;
+else
+  restart_idle = 0;
+  }

   if (restart_idle && !biDir) {
 CORBA::Boolean success = startIdleCounter();


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#244274: Bug#233052: acknowledged by developer (Bug#233052: fixed in ttcn3parser 20050122-1)

2005-01-27 Thread W. Borgert
Quoting Goswin von Brederlow <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] (Debian Bug Tracking System) writes:
> > Changes: 
> >  ttcn3parser (20050122-1) unstable; urgency=high
> >  .
> >* New upstream version by new upstream (me).
> >* No ANTLR anymore, using python-pyparsing instead.
> >* Follows the current TTCN-3 standard.
> >* Closes: #199220, #233052, #244274.
>
> Why?

Sorry for the shortspoken changelog, I will correct this in a
later version.  Here is the explanation:

As I changed the program from C++/ANTLR to Python/pyparsing,
there should be no problem with "invalid static_cast" anymore
(#233052) which is a C++ issue.  And there is no "unsatisfyable
Build-Depends" on ANTLR anymore (#244274) - it's not used.
And the new version does not crash (#199220).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]