Bug#592324: coinor-libipopt0: Missing dependency to libmumps(-seq)-4.9.2

2010-08-09 Thread Michael Weitzel
Package: coinor-libipopt0 Version: 3.8.3-2 Severity: normal Hi all, the library libipopt.so.0.0.0 has undefined symbols: MPI_Finalize MPI_Comm_rank MPI_Init dmumps_c also when re-building the binary package a corresponding warning message is generated. The missing symbols are resolved w

Bug#590434: coinor-libipopt0: Ipopt uses ma27 as default solver - not MUMPS

2010-07-26 Thread Michael Weitzel
Package: coinor-libipopt0 Version: 3.8.3-1 Severity: important Hi, the Ipopt package uses "ma27" as a default solver. Setting option "print_options_documentation" reveals this: ---cut--- ### Linear Solver ### linear_solver ("ma27") Linear solver used for step computations. [.

Bug#571320: [Pkg-octave-devel] Bug#571320: octave3.2: package configuration fails because /usr/share/octave/packages/3.2 is missing

2010-02-26 Thread Michael Weitzel
On 25.02.2010 21:58, Thomas Weber wrote: > On Thu, Feb 25, 2010 at 10:32:53AM +0100, Michael Weitzel wrote: > >> Package: octave3.2 >> Version: 3.2.3-1 >> Severity: grave >> Tags: patch >> Justification: renders package unusable >> >> >>

Bug#571320: octave3.2: package configuration fails because /usr/share/octave/packages/3.2 is missing

2010-02-25 Thread Michael Weitzel
Package: octave3.2 Version: 3.2.3-1 Severity: grave Tags: patch Justification: renders package unusable Dear Maintainers, During installation the Octave 3.2 package does not create the directory /usr/share/octave/packages/3.2. This results in the following problem in package configuration: --- #

Bug#516461: linux-image-2.6.26-1-686: IBM ThinkPad T42p: random freezes at shutdown

2009-02-21 Thread Michael Weitzel
Package: linux-image-2.6.26-1-686 Version: 2.6.26-13 Severity: important Hi, I experienced random freezes at shutdown with 2.6.26-1-686 on my ThinkPad T42p. I'm sorry, but I can't provide much diagnosis. There are no log file entries and it seems the problem occurs in a late shutdown phase. Howe

Bug#509986: texlive-latex-recommended: typo in KOMAscript classes: k...@unkown@keyval

2008-12-28 Thread Michael Weitzel
Package: texlive-latex-recommended Version: 2007.dfsg.1-4 Severity: normal Hi, The cleardoublepage options of the KOMAscript classes do not work. Here is a minimal example: \documentclass[cleardoublestandard]{scrartcl} \begin{document} \end{document} The error message is: == Document Class:

Bug#459980: leafnode: invalid Path headers generated by config value "hostname" and NEWS_USER

2008-01-13 Thread Michael Weitzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Brown wrote: >> network, including a domain that host is in". At least from my >> experience I can witness that there exist systems (mail and news) that >> resolve the domain part of a message id (i.e. at least the part >> following the first dot;

Bug#459980: leafnode: invalid Path headers generated by config value "hostname" and NEWS_USER

2008-01-12 Thread Michael Weitzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Brown wrote: > [Message-Id] >> The only constraint is that the string after @ is a resolvable domain name. > > That is not the case. The hostname used for the Message-Id should be > unique in order to minimise the possibility of duplicate Messag

Bug#459980: leafnode: invalid Path headers generated by config value "hostname" and NEWS_USER

2008-01-12 Thread Michael Weitzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mark, let me summarize/clarify the problem before the chaos wins: IMO the code in nntpd.c around line 1200 causes a problem: if (!havepath) { if (fputs("Path: ", out) == EOF) err = 1;

Bug#459980: leafnode: invalid Path headers generated by config value "hostname" and NEWS_USER

2008-01-10 Thread Michael Weitzel
il - -> Message-ID: <[EMAIL PROTECTED]> - -> From: Michael Weitzel <[EMAIL PROTECTED]> - -> Subject: test123-8 - -> Newsgroups: de.test - -> Summary: ignore - -> Keywords: ignore - -> User-Agent: tin/1.9.2-20070201 ("Dalaruan") (UNIX) (Linux/2.6.22.1 (i686

Bug#459980: leafnode: invalid Path headers generated by config value "hostname" and NEWS_USER

2008-01-09 Thread Michael Weitzel
Package: leafnode Version: 1.11.6-5 Severity: important Tags: patch Hi, leafnode generates Path: -headers if the news reader skips this task. The generated Path: -header consists of the value of the hostname config line, a "!" and the value of the NEWS_USER macro, i.e. "news". The user is referr

Bug#457942: smbfs: mount.cifs reports error 11 (Resource temporarily unavailable) when mounting multiple Windows shares

2007-12-27 Thread Michael Weitzel
Package: smbfs Version: 3.0.24-6etch9 Severity: important mount.cifs occasionally reports error 11 (Resource temporarily unavailable) when mounting multiple shares from a Windows Server 2003. The problem typically occurs when an 'old' connection (i.e. at boot time, maybe a few days old) to the ser

Bug#360956: inkscape: reproducible segfault when editing stroke style

2006-04-05 Thread Michael Weitzel
Package: inkscape Version: 0.43-4 Severity: important Inkscape crashes with a segfault when opening the dialog "Stroke and Style" and selecting "Stroke style". The following messages are written to the console: ===cut=== Gdk-CRITICAL **: gdk_drawable_get_size: assertion `GDK_IS_DRAWABLE (drawabl

Bug#357944: g++-4.0: g++ compiles invalid code for object instantiation like "MyClass obj(obj); "

2006-03-20 Thread Michael Weitzel
Package: g++-4.0 Version: 4.0.3-1 Severity: normal g++ compiles the following wrong C++ code without complaining: #include class A { public: A() {} }; int main() { std::complex bla(bla); A blubb(blubb); } This bug also affects g++-3.4. g++-3.3 correctly c