Bug#959657: olive-editor: Does not start: symbol lookup error

2020-05-03 Thread Erich Schubert
Package: olive-editor Version: 20200210-1 Severity: grave Justification: renders package unusable olive-editor: symbol lookup error: /lib/libOpenColorIO.so.1: undefined symbol: _ZN4YAML6detail9node_data12empty_scalarB5cxx11E Clearly the dependencies are not tight enough, and the package needs

Bug#895695: elki FTBFS: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader

2018-10-29 Thread Erich Schubert
close 895695 thanks Building with openjdk-8 is different issue. Maven was broken with Java 11 back then within its dependencies (but #903769 is supposedly fixed now, so building with Java 11 should work) and Maven would NPE; the ELKI code was already made compatible with Java 11. This precis

Bug#911925: Latest OpenJDK breaks various builds

2018-10-27 Thread Erich Schubert
severity 911925 important thanks As the ant build error was unrelated (likely a version problem, eventually killing the "build" folder to force a clean rebuild helped), reducing to "important" again. Nevertheless, several users have observed this build problem with Maven surefire. While it m

Bug#910395: mediathekview with openjfx 11

2018-10-15 Thread Erich Schubert
Hi, It seems the classpath is not set up correctly. With Java 11 as my main java, the following works: java -cp /usr/share/mediathekview/MediathekView.jar:/usr/share/java/javafx-base-11.jar:/usr/share/java/javafx-controls-11.jar:/usr/share/java/javafx-fxml-11.jar:/usr/share/java/javafx-graphic

Bug#895695: elki FTBFS: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader

2018-04-16 Thread Erich Schubert
Caused by Java 1.9, can probably be cherry-picked: Fixed upstream, but no new release yet. https://github.com/elki-project/elki/commit/92c96858616581c2109d36488e96c84c72d8bbc7 Am 14.04.2018 um 21:37 schrieb Adrian Bunk: Source: elki Version: 0.7.1-6 Severity: serious https://tests.reproduc

Bug#867084: elki: build-depends libmaven-antrun-plugin-java (< 1.8) but 1.8-1 is to be installed

2017-07-05 Thread Erich Schubert
The next version of ELKI will use Gradle for building, so the maven build dependencies will disappear. The current version should compile with 1.8 as well, but the maven plugin version numbers in the pom.xml will need to be updated for offline building, or the plugin will not be found offline. Re

Bug#863337: visualvm: Typos in launcher script - does not start anymore

2017-05-25 Thread Erich Schubert
Package: visualvm Version: 1.3.9-1 Severity: grave Justification: renders package unusable visualvm does not start anymore with the error: Unknown option -L-XX:PermSize=32m This is caused by a trivial typo in the start script, which supposedly should use -J (like "Java options") instead of -L (t

Bug#843038: elki: FTBFS randomly (failing tests)

2017-03-11 Thread Erich Schubert
You can also do this as sponsored upload. On Sun, Mar 12, 2017 at 12:24 AM, Santiago Vila wrote: > On Sat, Mar 11, 2017 at 11:38:44PM +0100, Erich Schubert wrote: > > Hello, > > Could you do a NMU with this version, and ask for a freeze exception, > > please? > > I w

Bug#843038: elki: FTBFS randomly (failing tests)

2017-03-11 Thread Erich Schubert
07:09:22PM +0100, Erich Schubert wrote: > > Looks good, thank you. > > Maybe "Temporarily disable test suite.", as I do want to have it back > > eventually; the latest when I prepare a new upstream. > > Ok, updated patch attached. > > Notes: > > If yo

Bug#843038: elki: FTBFS randomly (failing tests)

2017-03-09 Thread Erich Schubert
Hi, The CASHTest failure is interesting. Can you share the log? The others are all time dependent. CASH could depend on random, but the tests would all try to fix random seeding. On Wed, Mar 8, 2017 at 6:57 PM, Santiago Vila wrote: > On Wed, Mar 08, 2017 at 06:13:34PM +0100, Erich Schub

Bug#843038: elki: FTBFS randomly (failing tests)

2017-03-09 Thread Erich Schubert
Looks good, thank you. Maybe "Temporarily disable test suite.", as I do want to have it back eventually; the latest when I prepare a new upstream. On Thu, Mar 9, 2017 at 5:13 PM, Santiago Vila wrote: > Ok, full patch for your consideration. > > Thanks.

Bug#843038: elki: FTBFS randomly (failing tests)

2017-03-09 Thread Erich Schubert
rather than a timeout, but that requires much more work. So for now, I would simply disable either all tests, or the problematic timeout-based tests. Regards, Erich On Wed, Mar 8, 2017 at 7:53 PM, Santiago Vila wrote: > On Wed, Mar 08, 2017 at 06:13:34PM +0100, Erich Schubert wrote: >

Bug#843038: elki: FTBFS randomly (failing tests)

2017-03-08 Thread Erich Schubert
Congratualtions! Go ahead and annoy people. That is exactly the way to build community! --- Or you just add* e.g. the -*Dmaven.test.skip=true parameter, and it will build fine. But apparently you do not care about importance of bugs at all, only about processes and your personal opinion. Heck

Bug#843038: elki: FTBFS (failing tests)

2016-11-03 Thread Erich Schubert
severity 843038 wishlist thanks Hi, The test that failed is CPU sensitive. Yes, it should probably be disabled, but does not any "serious" bug if it fails on a heavily loaded machine. In particular, the solution obviously is to just not run the test at all. That is not really an improvement either

Bug#811826: enigma: FTBFS with GCC 6: no match for

2016-09-25 Thread Erich Schubert
Thank you. I did not get around to update engima yet, unfortunately. I was hoping to do this this weekend, but I don't have a lot of time anymore. There is also a newer upstream, 1.21, that should eventually be used. Feel free to move the upload to non-delayed. Best regards, Erich On Mon, Sep 26

Bug#834739: elki: FTBFS too much often (failing tests)

2016-09-25 Thread Erich Schubert
Thank you. The full logs give a more precise location of the problem, de.lmu.ifi.dbs.elki.parallel.ParallelExecutor.run(ParallelExecutor.java:70) which makes this clearly a bug happening exactly when there is only a single core available. It was already fixed in master (somehow I forgot that I ha

Bug#834739: elki: FTBFS too much often (failing tests)

2016-09-25 Thread Erich Schubert
close 834739 thanks Hi, According to https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/elki.html the auto-builders succeed at building the package; there is only a problem with openjdk-8/openjdk-9 differences in the JavaDoc. I also tried "dpkg-buildpackage -A" and it worked. No

Bug#799990: Bug#794214: org.apache.batik.dom.svg.SVGDOMImplementation

2015-10-25 Thread Erich Schubert
ards, Erich On Sat, Oct 24, 2015 at 2:19 PM, Mathieu Malaterre wrote: > On Sat, Oct 24, 2015 at 2:06 PM, Samuel Thibault wrote: >> Hello, >> >> Erich Schubert, le Mon 17 Aug 2015 10:28:27 +0200, a écrit : >>> I will take care of uploading a new ELKI package (p

Bug#746587: Increasing severity, as this renders systems with NFS unbootable.

2014-05-16 Thread Erich Schubert
severity 746587 grave thanks grave: makes the system deadlock badly on boot. Patch is available, and should be applied as soon as possible for the affected versions. RECOVERY INSTRUCTIONS for other bitten by the same bug: --- 1. in the boot manager, append "emergency" to your kernel command line

Bug#740459: Infinite loop reloading dbus service

2014-04-18 Thread Erich Schubert
Hello Petter, I can install the 1.16.0-5 package without running into that infinite loop. I'm really short on time today, so I couldn't check the bug tracker, if this is already reported. There is another issue with insserv. I couldn't upgrade initscripts to 2.88dsf-54, because of "insserv: FATAL:

Bug#707653: Grub 2.00-14 broken upgrade

2013-05-13 Thread Erich Schubert
Package: grub-pc Version: 2.00-14 Followup-For: Bug #707653 Hi, I believe I was bitten by the same bug. At least I have the same symptoms: grub in rescue mode, unable to load even the normal module. I tried grub-install and upgrade-grub, but they did *not* resolve the issue for me. I now tried "d

Bug#676071: elki: FTBFS: build-dependency not installable: libtrove3-java

2012-06-05 Thread Erich Schubert
Hi, >> The following packages have unmet dependencies: >>  sbuild-build-depends-elki-dummy : Depends: libtrove3-java but it is not >> installable libtrove3-java has now been installed in unstable. Regards, Erich -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subjec

Bug#669536: enigma: diff for NMU version 1.10~~pre-alpha+r2210-1.3

2012-05-12 Thread Erich Schubert
Hello, > I've prepared an NMU for enigma (versioned as 1.10~~pre-alpha+r2210-1.3) and > uploaded it to DELAYED/2. Please feel free to tell me if I > should delay it longer. Thank you for the upload. I wanted to prepare a new upstream checkout, but didn't have time to do it yet. Feel free to upload

Bug#661474: enigma: removal of enigma makes files disappear from enigma-data

2012-04-03 Thread Erich Schubert
Hi, As I'm travelling in April, I won't have (direct) access to my key. Feel free to NMU in the mean time. It might be appropriate to either use the .desktop file from the upstream package, or merge them. For example, it might contain more translations, but maybe not an Icon? When the .desktop was

Bug#642659: elki: FTBFS: [javac] /build/elki-uWJ6Mp/elki-0.4.0~beta2/src/de/lmu/ifi/dbs/elki/KDDTask.java:8: error: unmappable character for encoding ASCII

2011-09-25 Thread Erich Schubert
tag 642659 +patch +pending found 642659 0.4.0-1 thanks Hi, Thank you. I believe the fix for this build issue is trivial: adding encoding="UTF-8" to the javac task in the Debian build.xml file. My system is set to UTF-8, and that is probably why the build just worked. I will add this on the next up

Bug#591075: glib2.0/experimental segfaults

2010-08-01 Thread Erich Schubert
Hi, Same here. libglib2.0-0 2.25.12-1 from experimental failed to install. I commented the relevant line in the postinst, but this rendered my system severely broken. Any glib-based application seems to segfault. So I had to manually configure my network (NetworkManager also segfaulted) in order to

Bug#583667: pre-alpha not suitable for testing/release

2010-05-29 Thread Erich Schubert
Package: enigma Version: 1.10~~pre-alpha+r2100-1 Severity: serious Tags: sid While this version seems to be well playable, and has lots of new features over the previous release, it was labeled "pre-alpha" by upstream, so I don't think we should include it in the next debian release, yet. This bu

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Erich Schubert
Hi all, So we could do a lintian check that does something like --- for file in /lib/security/pam_*.so; do nm -D $file --defined-only | grep -v pam_ done --- and fails on any results? For the record: --- /lib/security/pam_cap.so 00201660 A __bss_start 00201660 A _edata 00

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Erich Schubert
Hi Rhonsa, Timo, For me the bug just surfaced sometime in February 2010 on unstable. So I'd assume it only surfaced for me with the 1.92-10 release. But I never _configured_ libpam-ssh, and given that the changelog reads: * Use pam-auth-update together with the new setup file /usr/share/pam-c

Bug#563452: enigma: symbol lookup error: enigma: undefined symbol: IMG_Init

2010-01-03 Thread Erich Schubert
reassign 563452 libsdl-image1.2 1.2.8-1 severity 563452 serious retitle 563452 sdl-image shlibs out of date, missing IMG_Init thanks This is a bug in libsdl-image1.2, which has too loose shlibs dependencies. The symbol IMG_Init was introduced in 1.2.8 and is a public symbol. I'm not keeping a clo

Bug#536683: keyboard-configuration postinst stuck in loop

2009-11-18 Thread Erich Schubert
Package: keyboard-configuration Version: 1.47 Severity: normal found 536683 1.47 thanks This still happens here for me. Moving xorg.conf out of the way doesn't help. Note: I just realized that this bug was reported against console-setup while I'm seeing it in keyboard-configuration with console-

Bug#548350: VTE segfaults gnome-terminal, xfce terminal

2009-09-25 Thread Erich Schubert
reassign 548350 libvte9 thanks Since I'm seeing the same in the XFCE4 terminal: #0 0xb7d7097f in ?? () from /usr/lib/libvte.so.9 #1 0xb7d92953 in ?? () from /usr/lib/libvte.so.9 #2 0xb7d9304e in ?? () from /usr/lib/libvte.so.9 #3 0xb7d93ab1 in ?? () from /usr/lib/libvte.so.9 #4 0xb7d83060 in

Bug#536682: [Enigma-devel] Refresh of 1.01 Debian package in experimental - please help testing.

2009-07-13 Thread Erich Schubert
p manually removed from one or the other patch. Thank you for your work on Enigma - it's an excellent software, and you are the perfect upstream any "maintainer" dreams of. best regards, Erich Schubert -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a s

Bug#536682: enigma: FTBFS: no matching function for call to 'xercesc_3_0::XMLTranscoder::transcodeFrom

2009-07-12 Thread Erich Schubert
r a couple of local variables involved (which apparently disagree on integer size on AMD64). An upload including this patch is on its way. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ The best things in life are free: Friendship

Bug#532392: Ghostscript breaks cups printing

2009-06-09 Thread Erich Schubert
I figure this bug might also be what is breaking printing for me right now: E [09/Jun/2009:11:22:19 +0200] [Job 313] May not be a PDF file (continuing anyway) E [09/Jun/2009:11:22:19 +0200] [Job 313] PDF file is damaged - attempting to reconstruct xref table... E [09/Jun/2009:11:22:19 +0200] [Job

Bug#504279: ebay changes break jbidwatcher for most german auctions

2008-11-02 Thread Erich Schubert
Package: jbidwatcher Version: 1:1.0.2+dfsg-1 Severity: grave Justification: renders package unusable Recent changes by ebay render jbidwatcher mostly unuseable for German users (at least, and many other non-US users, too). Apparently this is caused by the following combination: - Ebay requires US

Bug#486136: [epiphany-browser] Epiphany crashes with password manager

2008-09-03 Thread Erich Schubert
n.org 1 experimentalftp.de.debian.org --- Package information. --- Depends (Version) | Installed ==-+-=== epiphany-gecko | 2.22.3-3 OR epiphany-webkit| 2.22.3-3 best regards, Erich Schubert -- erich@(vitavonni.de|deb

Bug#479763: svk uninstallable due to liblocale-maketext-simple-perl versioned dependency

2008-05-07 Thread Erich Schubert
liblocale-maketext-simple-perl (>> 0.16) | perl-modules (>> 5.10) best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C (o_ There was never a good war or a bad peace. - Benjamin Franklin //\ Wege entstehen, wenn w

Bug#470473: Epiphany crashing

2008-03-13 Thread Erich Schubert
Hi Marc, Another way of solving the epiphany issue with libglib is to just downgrade to the 'unstable' version. The ad blocking in experimentals epiphany was broken (for me at least) anyway, so I'm pretty happy with the downgrade for now. best regards, Erich Schubert -- eric

Bug#470741: epiphany/experimental crashing

2008-03-13 Thread Erich Schubert
Hi, Downgrading to unstable helped. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ The best things in life are free: Friendship and Love. //\ Die kürzeste Verbindung zwischen zwei Menschen ist ein Lächeln. V_/_

Bug#470741: epiphany doesn't start anymore, mozembed incompability?

2008-03-13 Thread Erich Schubert
rmation. --- Depends (Version) | Installed ==-+-=== epiphany-gecko | 2.21.90-1 OR epiphany-webkit| 2.21.90-1 best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ Why waste tim

Bug#457134: Can't unpack files with whitespace in the filename

2007-12-19 Thread Erich Schubert
Debian Release: lenny/sid 500 unstablewww.debian-multimedia.org 500 unstableftp.de.debian.org 1 experimentalftp.de.debian.org --- Package information. --- Depends (Version) | Installed -+-===

Bug#454484: closed by Ondrej Certik <[EMAIL PROTECTED]> (seems to work, closing)

2007-12-14 Thread Erich Schubert
ython-scipy/numpy without atlas anymore, so the bug is fixed. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ To be trusted is a greater complement than to be loved. //\ Wege entstehen, wenn wir sie

Bug#454484: ImportError: undefined symbol: clapack_sgesv in scipy/linalg/clapack.so

2007-12-05 Thread Erich Schubert
Package: python-scipy Version: 0.6.0-4 Severity: grave Justification: renders package unusable $ python Python 2.4.4 (#2, Aug 16 2007, 02:03:40) [GCC 4.1.3 20070812 (prerelease) (Debian 4.1.2-15)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import scipy >>

Bug#434329: mail-notification crashes

2007-08-10 Thread Erich Schubert
affected by this bug, you can probably download the libgmime package from there and install it. Then use "aptitude hold libgmime-2.0-2" to prevent it from being automatically upgraded on your next upgrade run. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--

Bug#434329: mail-notification crashing

2007-08-02 Thread Erich Schubert
e size (mail-notification:2054): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed Multiple segmentation faults occurred; can't display error dialog --- using libgmime-2.0-2 2.2.10-1 Downgrading libgmime to 2.2.9 helped. Sounds like an ABI incompabil

Bug#425742: gnome-session timeouts

2007-06-06 Thread Erich Schubert
nnect to the session + one openbox kills the other before it connected to g-s = timeout. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ There are only 10 types of people in the world: //\ Those who understand binary

Bug#263358: closed by "Hervé Rousseau" <[EMAIL PROTECTED]> (Re: Bug#263358: minit: Minit not to be included in sarge, experimental packaging)

2007-05-30 Thread Erich Schubert
Hello Hervé, Thanks for adopting minit! best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ Reality continues to ruin my life --- Calvin//\ Die kürzeste Verbindung zwischen zwei Menschen ist ein Lächeln. V_/_

Bug#421605: enigma: Fails with undefined libzipios symbol

2007-04-30 Thread Erich Schubert
s symbol. Leaves screen at > wrong setting if played full screen and mouse is eaten whether full screen > or windows. Must reset X. It was caused by an update of libzipios++. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ To understa

Bug#421498: Breaks enigma, binary incompatible, seems unable to re-read files

2007-04-29 Thread Erich Schubert
(>= 1:1.2.1) | 1:1.2.3-13 best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ To be trusted is a greater complement than to be loved. //\ Nichts läßt die Erde so geräumig erscheinen, als wenn man V_/_ Freunde in der Ferne hat. --- Henry David Thoreau

Bug#402707: reproducible: hash check failed

2006-12-16 Thread Erich Schubert
x27;m not using torrents that often) best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ The future is here. It's just not evenly distributed yet. //\ Der Anfang aller Erkenntnis ist das Staunen. --- AristotelesV_/_

Bug#386737: How about testing packages before uploading them?

2006-09-12 Thread Erich Schubert
eportbug himself *again*? Why do I care about any package, if some maintainers don't even test their own before uploading?" best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ There are only 10 types of people in the world:

Bug#386737: How about testing packages before uploading them?

2006-09-10 Thread Erich Schubert
please, install the package yourself before uploading and do some simple tests next time... best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C (o_ A man doesn't know what he knows until he knows what he doesn't know. //\ Nichts

Bug#385157: cryptmount: Bashism in init script

2006-08-30 Thread Erich Schubert
rt on init, so I can't help you much there. But it should be rather easy to fill out. Thanks! best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ To understand recursion you first need to understand recursion. //\ Zwei Freunde müssen

Bug#385157: cryptmount: Bashism in init script

2006-08-29 Thread Erich Schubert
Package: cryptmount Version: 1.1-1 Severity: serious Tags: patch Justification: Policy 10.4 /etc/init.d/cryptmount: 16: source: not found /etc/init.d/cryptmount: 19: Syntax error: "(" unexpected Please use POSIX shell (s/source/./; s/^function //;) or specify /bin/bash as interpreter. A patch to

Bug#382429: samba: Naive fix for the issue

2006-08-20 Thread Erich Schubert
Package: samba Version: 3.0.23b-2 Followup-For: Bug #382429 Here's a very naive approach at resolving the issue with the autobuilders: --- --- source/lib/interfaces.c 2005-07-28 15:19:45.0 +0200 +++ interfaces.c.naive-fix 2006-08-20 23:58:41.0 +0200 @@ -397,7 +397,7 @@

Bug#382429: rebuilding on non-vserver solves #382429

2006-08-18 Thread Erich Schubert
e buildds build the package again, so I consider this binNMU a mere "convenience upload" for the users to have a working samba on amd64 unstable for now. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ The infinite! No other q

Bug#383555: udev fails to load drivers

2006-08-18 Thread Erich Schubert
Package: udev Version: 0.097-1 Followup-For: Bug #383555 Same here, udev failed to load drivers, for example the PS/2 mouse, the network or the sound drivers. They all don't work right. worked fine yesterday, with the previous udev version. -- Package-specific info: -- /etc/udev/rules.d/: /etc/ud

Bug#382429: rebuilding on non-vserver solves #382429

2006-08-16 Thread Erich Schubert
Just for reference, I did a straight rebuild of the package for my home PC and it solved the problems. Thanks to those who did the investigation on the buildd logs! best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ The best things in

Bug#383101: ImportError: No module named seobject

2006-08-14 Thread Erich Schubert
Package: policycoreutils Version: 1.30.26-1 Severity: grave Justification: renders package unusable semanage doesn't work: /usr/sbin/semanage Traceback (most recent call last): File "/usr/sbin/semanage", line 24, in ? import seobject ImportError: No module named seobject The file /usr/sha

Bug#363173: libzipios++-dev: Shouldn't ship it's own config.h

2006-06-08 Thread Erich Schubert
epends: libzipios++-dev enigma There aren't many other users of libzipios anyway... Wesnoth used to use zipios, until it was disabled in 1.0.1-1 So currently, the only package in Debian using libzipios is enigma. And enigma is having trouble because of zipzios breaking config.h magic. best

Bug#363173: libzipios++-dev: Shouldn't ship it's own config.h

2006-06-08 Thread Erich Schubert
oftware on other archs by overriding the configure script. As for engima, I'm actually likely to ship a separate copy of zipios because of that. There have bad hacks been proposed to work around this. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3

Bug#263358: minit: Minit not to be included in sarge, experimental packaging

2006-04-24 Thread Erich Schubert
Hi, Ask Panthera on IRC. He had expressed interest in adopting minit IIRC. He had actuall promised me a reply by April 6th... best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ There is no branch of mathematics, however abstract, which may

Bug#363173: libzipios++-dev: Shouldn't ship it's own config.h

2006-04-17 Thread Erich Schubert
Package: libzipios++-dev Version: 0.1.5.9+cvs.2004.02.07-3.3 Severity: grave Justification: renders package unusable Zipios shouldn't ship it's own "zipios-config.h" config file. That file contains lots of macros such as #define PACKAGE "zipios++" #define VERSION "0.1.5.9" which are just bound to

Bug#263358: minit: Minit not to be included in sarge, experimental packaging

2006-04-05 Thread Erich Schubert
it was on IRC, and he might need a sponsor. Maybe he is not using minit anymore either, I don't know. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C (o_ You know we all became mathematicians for the same reason: //\

Bug#263358: minit: Minit not to be included in sarge, experimental packaging

2006-04-05 Thread Erich Schubert
y ever bothered to configure it. I think the package shouldn't be in unstable either, maybe experimental. The package is not fit for a wider audience; those that can really setup minit are able to grab it from experimental or build it themselves. best regards, Erich Schubert -- erich@(vitav

Bug#358903: make: Make 3.81.rc2 still fails to build selinuxu

2006-03-24 Thread Erich Schubert
Package: make Version: 3.80+3.81.rc2-1 Severity: grave Versui 3.81.rc2 still fails to build selinux reference policy; a downgrade to 3.80-12 solves these issues. Behaviour is really odd... consider the lines $(TMPDIR)/all_te_files.conf: $(M4SUPPORT) $(TMPDIR)/generated_definitions.conf $(TMPDIR)

Bug#358402: pyroman: FTBFS: Missing Build-Depends on 'python-dev'

2006-03-22 Thread Erich Schubert
retitle 358402 missing build-dep on python. thanks Pyroman doesn't build native modules, so the correct dependency is python, not python-dev. Thanks anyway, I'll add that the next upload. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A1

Bug#356661: libpango1.0-0: Pango upgrade still breaks evolution

2006-03-21 Thread Erich Schubert
Package: libpango1.0-0 Version: 1.12.0-2 Followup-For: Bug #356661 found 356661 1.12.0-2 thanks The 1.12.0-2 version of the pango package still renders evolution unusable. See #358071 -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'),

Bug#358071: evolution: Evolution broken by pango upgrade

2006-03-21 Thread Erich Schubert
Package: evolution Version: 2.4.2.1-1 Followup-For: Bug #358071 Same here: (evolution:3499): camel-WARNING **: camel_exception_get_id called with NULL parameter. *** glibc detected *** free(): invalid pointer: 0x08b06b10 *** Although I first had this error about a week ago, after upgrading to lib

Bug#356661: libpango1.0-0: Pango/experimental breaks evolution

2006-03-13 Thread Erich Schubert
Package: libpango1.0-0 Version: 1.11.99-1 Followup-For: Bug #356661 Downgrading to unstable pango helped. (evolution:7995): camel-WARNING **: Could not find key entry for word '121642': Datei oder Verzeichnis nicht gefunden (evolution:7995): camel-WARNING **: camel_exception_get_id called with N

Bug#348928: enigma: Enigma is current SVN checkout, not suited for going into testing

2006-01-19 Thread Erich Schubert
Package: enigma Version: 0.92.2-1 Severity: serious This version of enigma is a current SVN checkout. There is currently a transition underway to an XML-based data format, meaning you might lose your scores in enigma when playing this version. There will probably be no clear upgrade path via this

Bug#263358: minit: Minit not to be included in sarge, experimental packaging

2006-01-10 Thread Erich Schubert
an.org/cgi-bin/bugreport.cgi?bug=334178 And I probably should retitle that into "orphan". best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ Which is worse: ignorance or apathy? Who knows? Who cares? //\ Es gibt wenig

Bug#312058: Planning to fix this one?

2005-09-29 Thread Erich Schubert
Hi, > Hello! This bug has been open and patched for quite a while. Planning to > make a new upload soon? Please reply to bug trail. It has been on my TODO list for ages now... :-( Sorry, I didn't have time for it yet. best regards, Erich Schubert -- erich@(vitavonni.de

Bug#321669: enigma: Copyright violation for menu.s3m

2005-08-29 Thread Erich Schubert
free according to DFSG. We need the public right to modify it in order to meet the DFSG. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ Friends are those who reach out for //\ your hand but t

Bug#321669: enigma: Copyright violation for menu.s3m

2005-08-29 Thread Erich Schubert
ill not DFSG-free. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ Go away or i'll replace you with a very small shell script. //\ Es gibt kein idiotensicheres Programm, weil Idioten so V_/_ gen

Bug#321669: enigma: Copyright violation for menu.s3m

2005-08-28 Thread Erich Schubert
s that I just go on and upload? What are we going to do about sarge? best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ To understand recursion you first need to understand recursion. //\ Es lohnt sich nicht, die A

Bug#321669: enigma: Copyright violation for menu.s3m

2005-08-28 Thread Erich Schubert
free The second would be the nicest, but I'd go for the first for now. Debian-Legal: I also need your advice for Debian stable. AFAICT it's non-obvious that the music is not GPL-licenced. (Well, the file's internal copyright says "all rights reserved") Neither that you ca

Bug#321669: enigma: Copyright violation for menu.s3m

2005-08-14 Thread Erich Schubert
t a conference. Please be patient. best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C (o_ A man doesn't know what he knows until he knows what he doesn't know. //\ Denken ist oft schwerer, als man denkt.

Bug#312058: ttf-larabie-uncommon 312058 patch

2005-08-04 Thread Erich Schubert
Hi, > I've attached a patch for #312058. Fixes the same problem in the other > binary packages within the source package. Thanks. I've been neglecting my non-free packages a lot... I'll see if I can make a new upload, but most likely not within two weeks. best re

Bug#319642: anjuta: experimental version doesn't depend on experimental anjuta-common

2005-07-23 Thread Erich Schubert
Package: anjuta Version: 2.0.1-1 Severity: grave Tags: experimental Justification: renders package unusable experimental anjuta misses the dependency on anjuta-common from experimental, making anjuta come up with an empty window. So if you just do an # apt-get -t experimental install anjuta it is

Bug#260808: reopening bug

2005-02-26 Thread Erich Schubert
g. The changelog is to fix bugs by *changing* the thing that was causing the bug. And reassigning to xserver should have happened in first place, when it is not a bug of avifile. How about reassigning it and closing it? Greetings, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG

Bug#260808: reopening bug

2005-02-25 Thread Erich Schubert
reopen 260808 thanks Reopening this bug report. You must not close bugs in changelogs if you did not *change* anything. Please handle this bug report correclty. Greetings, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_ Which is worse: ignorance or

Bug#292749: qiv: resolved with newest ubuntu xorg packages

2005-02-12 Thread Erich Schubert
Package: qiv Version: 2.0-3 Followup-For: Bug #292749 The problem is gone with newest ubuntu xorg packages. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (2, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.11-rc3 Locale: [EMAIL PROT

Bug#292749: same here: qiv crashes with xorg

2005-01-31 Thread Erich Schubert
Package: qiv Version: 2.0-3 Followup-For: Bug #292749 Hi, I'm running self-built packages of xorg based upon the Ubuntu ones. qiv does crash at startup with the same error message as reported earlier. Seems like this is a common problem of qiv with Xorg. -- System Information: Debian Release: 3.1