Processed: closing 358940

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 close 358940
Bug#358940: FTBFS: make fails due to wrong DEB_MAKE_INSTALL_TARGET setting
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Martin Michlmayr [EMAIL 
PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#362500: duplicated?

2006-04-24 Thread Rafael Rodríguez
Hi,

I think this is a duplicate of #359979, found here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359979

Wouldn't it be possible, at least, some kind of NMU? It isn't hard at all to 
fix...

Regards,

Rafael Rodríguez



Bug#364516: this bug..

2006-04-24 Thread Theodore Ts'o
On Sun, Apr 23, 2006 at 08:08:47PM -0400, Joey Hess wrote:
 Hi Ted.. to summarize what needs doing for this bug,
 /usr/share/initrd-tools/scripts/e2fsprogs currently contains
 LD_ASSUME_KERNEL=2.4. This needs to change to LD_ASSUME_KERNEL=2.4.1

Two questions  first of all, this is a testing/unstable bug,
right?  I had a vague memory from a LCA 2006 presentation that we were
going to be desupporting the 2.4 kernel, or did I get that wrong?  Not
that this means we shouldn't fix the bug, but I'm wondering whether
this should really be considered an RC bug or not; how many people are
still using a 2.4 kernel on testing/unstable, and is that a supported
configuration.  I would have at thought this was at best an
important or normal bug.  The answer to this question would
basically affect whether or not I try to upload something right away,
or after I finish a few other changes currently on deck and can afford
to wait a few days.

Secondly, could you try this out since you obviously have a 2.4 system
handy?  What it does is avoid setting LD_ASSUME_KERNEL at all if the
script is currently running on a 2.4 kernel.  That should make the
script more robust, for someone who is purely running 2.4, and glibc
changes the minimum kernel version again.  It would only set
LD_ASSUME_KERNEL in the presumably rare case where you are running a
2.6 kernel, and for some reason want to install and run mkinitrd on a
2.4 kernel.  IIRC, that was the scenario that needed the
LD_ASSUME_KERNEL environment variable in the first place, so we might
as well restrict it to that.

Thanks, regards,

- Ted

diff -r caa07aa7226d debian/initrd-tools.e2fsprogs
--- a/debian/initrd-tools.e2fsprogs Sun Apr 23 12:43:40 2006 -0400
+++ b/debian/initrd-tools.e2fsprogs Mon Apr 24 02:34:48 2006 -0400
@@ -9,8 +9,12 @@ cp /usr/lib/e2initrd_helper $INITRDDIR/b
 
 case $VERSION in
 2.4.*)
-   LD_ASSUME_KERNEL=2.4
-   export LD_ASSUME_KERNEL
+case uname -r in
+   2.4.*)  :   ;;
+   *)  LD_ASSUME_KERNEL=2.4.1
+   export LD_ASSUME_KERNEL
+   ;;
+esac
;;
 esac
 


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



Bug#362500: duplicated?

2006-04-24 Thread Rafael Rodríguez
As you can see in the provided link, it's just a missing dependency...

Rafael Rodríguez

El Lunes, 24 de Abril de 2006 10:05, Stephan Michels escribió:
 2006/4/24, Rafael Rodríguez [EMAIL PROTECTED]:
  I think this is a duplicate of #359979, found here:
 
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359979
 
  Wouldn't it be possible, at least, some kind of NMU? It isn't hard at all
  to fix...

 I'll will look later at that issue today or next days. Maybe Matthias
 knows more about the amd64 issue.

 Stephan Michels.



Bug#362500: duplicated?

2006-04-24 Thread Stephan Michels
2006/4/24, Rafael Rodríguez [EMAIL PROTECTED]:
 I think this is a duplicate of #359979, found here:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=359979

 Wouldn't it be possible, at least, some kind of NMU? It isn't hard at all to
 fix...

I'll will look later at that issue today or next days. Maybe Matthias
knows more about the amd64 issue.

Stephan Michels.



Bug#364550: adept: crash on startup

2006-04-24 Thread Jiri Palecek
Package: adept
Version: 1.88.4
Severity: serious
Justification: Renders package unusable

Hello,

every time I start adept, at crashes immediately before displaying
any GUI. I tried it with/without root and everything was the same.

The backtrace is attached.

Regards
   Jiri Palecek


-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-2) (ignored: LC_ALL set to cs_CZ)

Versions of packages adept depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43.3   Advanced front-end for dpkg
ii  debtags   1.5.2+b2   Enables support for package tags
ii  kdelibs4c2a   4:3.5.2-2  core libraries for all KDE applica
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libqt3-mt 3:3.3.6-1  Qt GUI Library (Threaded runtime v
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libtdb1   1.0.6-13   Trivial Database - shared library
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages adept recommends:
pn  libqt-perlnone (no description available)

-- no debconf information

___
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192



adept.crash
Description: Binary data


Processed: Fixed in NMU of libtest-warn-perl 0.08-2.1

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 356829 + fixed
Bug#356829: libtest-warn-perl: FTBFS: failed tests
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#350407: lessdisks-terminal: modifies /etc/kernel-img.conf in postinst

2006-04-24 Thread Jonas Smedegaard
On Sun, 23 Apr 2006 11:44:59 +0100 Stephen Gran wrote:

 This is the section that is relevant:

[snip text already summarized in the quote of me further below]

 Note that it talks about configuration files, not just dpkg conffiles.

Yes. I am well aware of that.


 Your package directly modifies another package's configuration file,
 instead of using an interface to do so.

Please clarify: Which _single_ package do you believe to own those
configuration files in question?


  Policy 10.7.4 also mandates shared configuration files to be owned
  by only one package. But it is not clear to me which single package
  that should be (that I should then file bugs against about an
  interface for messing with its configuration files). The packages
  sysvinit and a bunch of kernel packages seem to be kandidates, but
  looking at their packaging scripts they too seem to treat the
  configuration files as alien.
 
 Probably bugs against kernel-package (for kernel-img.conf) for an
 interface script is sufficient to get this part of the bug closed.

kernel-package does not own /etc/kernel-img.conf, I believe. It only
provides an interface for other packages (like linux-2.6) to adopt to
mess with the (non-owned, it seems) file.

Being (small) part of the kernel team I suspect solving this is
difficult: The only sane approach I can see is to have a separate
kernel-install-helper own the file and provide an interface for both
kernel packages and various kernel helper tools - including not only
ramdisk generators but also like here more general bootup environment
helpers.

The wiki page http://wiki.debian.org/FlexibleKernelHandling is a
proposal for this. Manoj, maintainer of kernel-package, haas shown
interest in the approach, and (if I understand correctly) welcomes
concrete implementations of such kernel-install-helper (which I have
failed to provide so far myself: help is much appreciated).


 I am not sure how to handle the inittab stuff, as IIRC there are
 several initscripts implementations floating around out there (but
 maybe only sysvinit handles inittab?)  I just don't know the answer.

Same here: It does not seem from the packaging scripts of sysvinit that
that package considers itself owner of that file: It does not treat it
as a conffile, only installs it if not there already, and does not
remove it on purge (which may never be tested in reality, since the
package is essential).


I don't mean to say that there's no bug, but that I believe the bug is
a different one: Noone claims ownership of those configuration files,
so it is uncertain what package to either bug about an interface or to
conflict against. If you agree with my viewpoint, we should probably
rename this bugreport and clone it to other packages involved.

Also, it seems to me that policy could use a clarification of how to
indicate ownership...


 - Jonas

-- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er n_r: http://www.shibumi.org/eoti.htm


pgpNHquCctxer.pgp
Description: PGP signature


Bug#353134: libtest-simple-perl supersedes libtest-builder-tester-perl

2006-04-24 Thread Marc 'HE' Brockschmidt
Jay Bonci [EMAIL PROTECTED] writes:
 Hey there, I'm aiming to close out all my RC bugs this weekend.  If I
 don't hit them up by Monday, please feel free to RC them

I did NMUs for libtest-warn-perl and libtest-class-perl and will
reassign this bug to ftp.debian.org in a few days to get
libtest-builder-tester-perl removed from unstable.

Marc
-- 
BOFH #407:
Route flapping at the NAP.


pgp6zCtQploZT.pgp
Description: PGP signature


Bug#358745: NMU patch

2006-04-24 Thread Marc 'HE' Brockschmidt
Heya,

Here's the patch I used for the libtest-class-perl NMU.

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
148: Flame
   Flames sind der dumpfe Knall, wenn die Schädeldecke auf die
   Mauer aufschlägt. (Frank Hufschmied)

diff -Nwru libtest-class-perl-0.11/debian/changelog libtest-class-perl-0.11-1.1/debian/changelog
--- libtest-class-perl-0.11/debian/changelog	2006-04-24 10:05:56.0 +0200
+++ libtest-class-perl-0.11-1.1/debian/changelog	2006-04-24 10:16:03.0 +0200
@@ -1,3 +1,16 @@
+libtest-class-perl (0.11-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix testsuite issues happening with newer versions of Test::More. Thanks
+to Martin Ferrari [EMAIL PROTECTED] for the patch. (Closes:
+#358745).
+  * debian/control:
+ + Replace dependency on libtest-builder-tester-perl, as that module
+   is now provided by libtest-simple-perl.
+ + move debhelper/dpatch to B-Depends. (Shuts up lintian)
+
+ -- Marc 'HE' Brockschmidt [EMAIL PROTECTED]  Mon, 24 Apr 2006 10:08:11 +0200
+
 libtest-class-perl (0.11-1) unstable; urgency=low
 
   * New upstream release
diff -Nwru libtest-class-perl-0.11/debian/control libtest-class-perl-0.11-1.1/debian/control
--- libtest-class-perl-0.11/debian/control	2006-04-24 10:05:56.0 +0200
+++ libtest-class-perl-0.11-1.1/debian/control	2006-04-24 10:16:24.0 +0200
@@ -2,12 +2,13 @@
 Section: perl
 Priority: optional
 Maintainer: Jay Bonci [EMAIL PROTECTED]
-Build-Depends-Indep: debhelper ( 4.0), perl (= 5.6.0-16), libtest-builder-tester-perl, libtest-differences-perl, libtest-exception-perl, libio-string-perl, libmodule-build-perl, libdevel-symdump-perl
+Build-Depends: debhelper ( 4.0), dpatch
+Build-Depends-Indep: perl (= 5.6.0-16), libtest-simple-perl, libtest-differences-perl, libtest-exception-perl, libio-string-perl, libmodule-build-perl, libdevel-symdump-perl
 Standards-Version: 3.6.2.1
 
 Package: libtest-class-perl
 Architecture: all
-Depends: ${perl:Depends}, libtest-builder-tester-perl, libtest-differences-perl, libtest-exception-perl, libio-string-perl, libdevel-symdump-perl
+Depends: ${perl:Depends}, libtest-simple-perl, libtest-differences-perl, libtest-exception-perl, libio-string-perl, libdevel-symdump-perl
 Suggests: libdate-ical-perl
 Description: easily create perl test classes in an xUnit style
  Test::Class from CPAN provides a simple way of creating classes 
diff -Nwru libtest-class-perl-0.11/debian/patches/00list libtest-class-perl-0.11-1.1/debian/patches/00list
--- libtest-class-perl-0.11/debian/patches/00list	1970-01-01 01:00:00.0 +0100
+++ libtest-class-perl-0.11-1.1/debian/patches/00list	2006-04-24 10:08:04.0 +0200
@@ -0,0 +1 @@
+testcases_hardcoding
diff -Nwru libtest-class-perl-0.11/debian/patches/testcases_hardcoding.dpatch libtest-class-perl-0.11-1.1/debian/patches/testcases_hardcoding.dpatch
--- libtest-class-perl-0.11/debian/patches/testcases_hardcoding.dpatch	1970-01-01 01:00:00.0 +0100
+++ libtest-class-perl-0.11-1.1/debian/patches/testcases_hardcoding.dpatch	2006-04-24 10:08:04.0 +0200
@@ -0,0 +1,128 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## testcases_hardcoding.patch.dpatch by Martin Ferrari [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix for the two testcases which failed because of a hardcoded 
+## DP: stdout/stderr checking
+
[EMAIL PROTECTED]@
+diff -Naur libtest-class-perl-0.11/t/die_before_plan.t libtest-class-perl-0.11-new/t/die_before_plan.t
+--- libtest-class-perl-0.11/t/die_before_plan.t	2005-02-19 16:32:33.0 -0300
 libtest-class-perl-0.11-new/t/die_before_plan.t	2006-04-16 05:13:58.474443044 -0300
+@@ -3,10 +3,7 @@
+ use strict;
+ use warnings;
+ use Test;
+-use Fcntl;
+-use IO::File;
+-use Test::Builder;
+-use POSIX qw(_exit);
++use Test::Builder::Tester tests = 1;
+ 
+ package Object::Test;
+ use base 'Test::Class';
+@@ -23,29 +20,11 @@
+ 
+ package main;
+ 
+-my $io = IO::File-new_tmpfile or die couldn't create tmp file ($!)\n;
+-my $Test = Test::Builder-new;
+-$Test-output($io);
+-$Test-failure_output($io);
+-$ENV{TEST_VERBOSE}=0;
+-$ENV{HARNESS_ACTIVE}=0;
+-Object::Test-runtests;
+-
+-plan tests = 4;
+-
+-seek $io, SEEK_SET, 0;
+-my $SEP = $^O eq MSWin32 ? '\\' : '/';
+-while (my $actual = $io) {
+-	chomp($actual);
+-	my $expected=DATA; chomp($expected);
+-	$expected =~ s!/!$SEP!gs;
+-	ok($actual, $expected);
+-};
+-
+-_exit(0);
++#$ENV{TEST_VERBOSE}=0;
++#$ENV{HARNESS_ACTIVE}=0;
+ 
+-__DATA__
+-1..1
+-not ok 1 - setup (for test method 'test') died (died before plan set)
+-# Failed test (t/die_before_plan.t at line 32)
+-ok 2 - test just here to get setup method run
++test_out(not ok 1 - setup (for test method 'test') died (died before plan set));
++test_fail(+2);
++test_out(ok 2 - test just here to get setup method run);
++Object::Test-runtests;
++test_test(die before plan);
+diff -Naur libtest-class-perl-0.11/t/fail2.t 

Bug#356829: NMU patch

2006-04-24 Thread Marc 'HE' Brockschmidt
Heya,

Here's the patch I used for the libtest-warn-perl NMU.

Marc
-- 
BOFH #216:
What office are you in? Oh, that one.  Did you know that your
building was built over the universities first nuclear research site? And wow,
are'nt you the lucky one, your office is right over where the core is buried!

diff -Nwru libtest-warn-perl-0.08/debian/changelog libtest-warn-perl-0.08-2.1/debian/changelog
--- libtest-warn-perl-0.08/debian/changelog	2006-04-23 16:21:23.0 +0200
+++ libtest-warn-perl-0.08-2.1/debian/changelog	2006-04-24 10:00:36.0 +0200
@@ -1,3 +1,11 @@
+libtest-warn-perl (0.08-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Test::Builder::Tester is now in libtest-simple-perl.
+  * Using the newer module fixes the FTBFS. (Closes: #356829)
+
+ -- Marc 'HE' Brockschmidt [EMAIL PROTECTED]  Sun, 23 Apr 2006 16:17:44 +0200
+
 libtest-warn-perl (0.08-2) unstable; urgency=low
 
   * Adds debian/watch so uscan will actually work
diff -Nwru libtest-warn-perl-0.08/debian/control libtest-warn-perl-0.08-2.1/debian/control
--- libtest-warn-perl-0.08/debian/control	2006-04-23 16:21:23.0 +0200
+++ libtest-warn-perl-0.08-2.1/debian/control	2006-04-23 16:16:48.0 +0200
@@ -2,12 +2,12 @@
 Section: perl
 Priority: optional
 Maintainer: Jay Bonci [EMAIL PROTECTED]
-Build-Depends-Indep: debhelper (= 4.1), perl (= 5.6.0-16), libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-builder-tester-perl, libtree-dagnode-perl
+Build-Depends-Indep: debhelper (= 4.1), perl (= 5.6.0-16), libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-simple-perl, libtree-dagnode-perl
 Standards-Version: 3.6.1.0
 
 Package: libtest-warn-perl
 Architecture: all
-Depends: ${perl:Depends}, libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-builder-tester-perl, libtree-dagnode-perl
+Depends: ${perl:Depends}, libsub-uplevel-perl, libtest-exception-perl, libarray-compare-perl, libtest-simple-perl, libtree-dagnode-perl
 Description: Test for warning-based code in perl
  Test::Warn provides an easy way to test for code throwing warnings in perl.
  It's similar in style to the Test::More family of utilities. 


Processed: Fixed in NMU of libtest-class-perl 0.11-1.1

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 358745 + fixed
Bug#358745: libtest-class-perl: FTBFS: failed test
Tags were: patch
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#364554: mgapdesk: FTBFS: xf86Parser.h: No such file or directory

2006-04-24 Thread Matej Vela
Package: mgapdesk
Version: 1.00.7beta-6
Severity: serious

mgapdesk fails to build because it can't find xf86Parser.h.  It used to
be in xlibs-static-dev, but doesn't seem to be in any of the Xorg 7.0
packages.

[...]
 make[3]: Entering directory `/home/mvela/deb/mgapdesk/mgapdesk-1.00.7beta/src'
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 
 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include-g 
 -O2 -Wall -c callbacks.c
 callbacks.c:31:24: error: xf86Parser.h: No such file or directory
[...]

Thanks,

Matej


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



Bug#364564: udev: No X possible after upgrade

2006-04-24 Thread Michael Meskes
Package: udev
Version: 0.090-3
Severity: grave
Justification: renders package unusable

I just updated my sid system. This update include the latest udev
(0.090-4) and the latest linux-image. After a reboot I couldn't get into
X anymore. It was possible to start kdm, thus the X server starts
correctly as root, but no login was possible and no error message
whatsoever was given. Also I got some strange error message about
keyboard tables after login on the console. Fortunately though
this login was possible. 

After downgrading udev this works again. However, during udev start I
got some error messages as well, so this might very well be a kernel bug
instead of a udev one.

Michael

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
insgesamt 8
lrwxrwxrwx 1 root root  20 2005-04-11 08:58 020_permissions.rules - 
../permissions.rules
lrwxrwxrwx 1 root root  19 2005-10-17 21:28 025_libgphoto2.rules - 
../libgphoto2.rules
lrwxrwxrwx 1 root root  16 2006-04-24 09:43 025_libsane.rules - 
../libsane.rules
lrwxrwxrwx 1 root root  22 2005-11-25 09:53 025_logitechmouse.rules - 
../logitechmouse.rules
lrwxrwxrwx 1 root root  13 2005-12-14 09:04 035_kino.rules - ../kino.rules
lrwxrwxrwx 1 root root  12 2006-03-07 08:45 050_hal-plugdev.rules - 
../hal.rules
lrwxrwxrwx 1 root root  15 2006-01-26 07:24 85-pcmcia.rules - ../pcmcia.rules
-rw-r--r-- 1 root root  82 2006-03-05 23:14 90-hal.rules
lrwxrwxrwx 1 root root  19 2005-04-06 09:22 cd-aliases.rules - 
../cd-aliases.rules
lrwxrwxrwx 1 root root  13 2005-04-06 09:22 udev.rules - ../udev.rules
lrwxrwxrwx 1 root root  25 2006-03-28 10:09 z20_persistent-input.rules - 
../persistent-input.rules
lrwxrwxrwx 1 root root  19 2005-08-17 11:10 z20_persistent.rules - 
../persistent.rules
-rw-r--r-- 1 root root 544 2006-04-23 10:07 z25_persistent-net.rules
lrwxrwxrwx 1 root root  33 2006-04-21 10:55 z45_persistent-net-generator.rules 
- ../persistent-net-generator.rules
lrwxrwxrwx 1 root root  12 2005-07-04 08:27 z50_run.rules - ../run.rules
lrwxrwxrwx 1 root root  16 2005-10-10 10:44 z55_hotplug.rules - 
../hotplug.rules
lrwxrwxrwx 1 root root  15 2005-09-20 09:01 z60_hdparm.rules - ../hdparm.rules
lrwxrwxrwx 1 root root  17 2005-07-11 12:29 z60_usbmount.rules - 
../usbmount.rules
lrwxrwxrwx 1 root root  17 2005-07-04 08:27 z70_hotplugd.rules - 
../hotplugd.rules

-- /sys/:
/sys/block/dm-0/dev
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda4/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hda/hda7/dev
/sys/block/hda/hda8/dev
/sys/block/hda/hda9/dev
/sys/block/hdc/dev
/sys/block/loop0/dev
/sys/block/loop1/dev
/sys/block/loop2/dev
/sys/block/loop3/dev
/sys/block/loop4/dev
/sys/block/loop5/dev
/sys/block/loop6/dev
/sys/block/loop7/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input2/event2/dev
/sys/class/input/input2/mouse0/dev
/sys/class/input/input2/ts0/dev
/sys/class/input/input3/event3/dev
/sys/class/input/input3/mouse1/dev
/sys/class/input/input3/ts1/dev
/sys/class/input/mice/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/hpet/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/misc/vmmon/dev
/sys/class/printer/lp0/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D2c/dev
/sys/class/sound/pcmC0D3c/dev
/sys/class/sound/pcmC0D4p/dev
/sys/class/sound/seq/dev
/sys/class/sound/sequencer2/dev
/sys/class/sound/sequencer/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev2.2/dev
/sys/class/usb_device/usbdev3.1/dev

-- Kernel configuration:


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages udev depends on:
ii  initscripts  2.86.ds1-14 Scripts for initializing and shutt
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libselinux1  1.30-1  SELinux shared libraries
ii  libvolume-id00.090-4 libvolume_id shared library
ii  lsb-base 3.1-4   Linux Standard Base 3.1 init scrip
ii  makedev  2.3.1-81creates device files in /dev

Bug#359862: lucene: FTBFS: Tries to use jikes without Build-Depends

2006-04-24 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Barry Hawkins wrote:
 Daniel wrote:
 Passing --extrapackages jikes on the pbuilder command
 line allows the package to build; but I would suggest
 that you allow ant to use its default of ecj-bootstrap
 instead of adding jikes to the Build-Depends, if possible.

  Thanks for your use of Debian and the lucene package.
 Good catch; this package should be updated to use ecj as
 its compiler anyway.

Strange, I can't reproduce the problem. Also, even if jikes is not a
dependency, it depends on kaffe which has is compiler (javac). It used
to be jikes but it's now ecj.

I'll update the svn repository to fit the 1.4.3-9 situation but I'll not
upload a new revision.

IMHO, we can close this bug. Daniel, can you try to rebuild lucene with
an up-to-date pbuilder?

Many thanks.

- --
  .''`.
 : :' :rnaud
 `. `'
   `-
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFETJmL4vzFZu62tMIRArBRAKCrP474SWpQ6k1/CPuRXAO5hHmnKACgoKDr
A/Z8pMIY1urivLA5+XXSaro=
=9V9u
-END PGP SIGNATURE-


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



Bug#364564: udev: No X possible after upgrade

2006-04-24 Thread Marco d'Itri
severity 364564 normal
tag 364564 unreproducible moreinfo
thanks

I am sure that you understand why a $PROGRAM does not work bug report
is totally useless to me.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Processed: Re: Bug#364564: udev: No X possible after upgrade

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 364564 normal
Bug#364564: udev: No X possible after upgrade
Severity set to `normal'.

 tag 364564 unreproducible moreinfo
Bug#364564: udev: No X possible after upgrade
There were no tags set.
Tags added: unreproducible, moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#362500: duplicated?

2006-04-24 Thread Stephan Michels
2006/4/24, Rafael Rodríguez [EMAIL PROTECTED]:
 As you can see in the provided link, it's just a missing dependency...

I just asked Matthias. And he said, that it is already fixed. So, I
will see if I can do an upload. The problem is that we have to handle
also the transition to gcj-4.1

Stephan Michels.



Bug#350407: lessdisks-terminal: modifies /etc/kernel-img.conf in postinst

2006-04-24 Thread Stephen Gran
This one time, at band camp, Jonas Smedegaard said:
 On Sun, 23 Apr 2006 11:44:59 +0100 Stephen Gran wrote:
 
  Note that it talks about configuration files, not just dpkg conffiles.
 
 Yes. I am well aware of that.

Ah, from the way you were talking about 'owning', I assumed you meant
something like dpkg -S /etc/kernel-img.conf didn't show anything, so you
were thinking it was unowned.  If that's not the case, I apologize.

 
  Your package directly modifies another package's configuration file,
  instead of using an interface to do so.
 
 Please clarify: Which _single_ package do you believe to own those
 configuration files in question?

It's fairly clearly kernel-package.  kernel-package ships a sample
config file, a man page, and is also responsible for the postinst hooks
in the kernel images that mess with kernel-img.conf.

 kernel-package does not own /etc/kernel-img.conf, I believe. It only
 provides an interface for other packages (like linux-2.6) to adopt to
 mess with the (non-owned, it seems) file.

I think this is incorrect, sorry.  I think it is both fairly clear
kernel-package owns the file in question, and that it does not provide
an interface for updating the file.  Right now, the kernel images just
open it and write to it if it's not there.  Since their postinst scripts
come from kernel-package itself, I am not sure if that's a policy
violation or not.  But it certainly is for other packages that don't use
kernel-package generated maintainer scripts.

 The wiki page http://wiki.debian.org/FlexibleKernelHandling is a
 proposal for this. Manoj, maintainer of kernel-package, haas shown
 interest in the approach, and (if I understand correctly) welcomes
 concrete implementations of such kernel-install-helper (which I have
 failed to provide so far myself: help is much appreciated).

Yes, that looks quite reasonable.

  I am not sure how to handle the inittab stuff, as IIRC there are
  several initscripts implementations floating around out there (but
  maybe only sysvinit handles inittab?)  I just don't know the answer.
 
 Same here: It does not seem from the packaging scripts of sysvinit that
 that package considers itself owner of that file: It does not treat it
 as a conffile, only installs it if not there already, and does not
 remove it on purge (which may never be tested in reality, since the
 package is essential).

Well, I see on my system:
/var/lib/dpkg/info/sysvinit.postinst:if [ ! -f /etc/inittab ]
/var/lib/dpkg/info/sysvinit.postinst:   cp -p /usr/share/sysvinit/inittab 
/etc/inittab

That means on my system at least, sysvinit owns the file /etc/inittab.
There may be other init systems that also want to own the file, but
that's a question for another day, I think.

This is exactly like /etc/inetd.conf - no package 'owns' it in the dpkg -S
sense, but it clearly is owned by whichever of the inetd implementations
that you have installed, and there is a helper script to update it.

 I don't mean to say that there's no bug, but that I believe the bug is
 a different one: Noone claims ownership of those configuration files,
 so it is uncertain what package to either bug about an interface or to
 conflict against. If you agree with my viewpoint, we should probably
 rename this bugreport and clone it to other packages involved.

I disagree. I think it is pretty straightforward which packages own the
files in question.  I am in favor of filing bugs on kernel-package and/or
sysvinit for helper scripts to update their config files, though.

 Also, it seems to me that policy could use a clarification of how to
 indicate ownership...

Perhaps.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#355733: fixed bugs in strace

2006-04-24 Thread Frederik Schueler
tags 355733 +fixed
tags 315500 +fixed

thanks

Hello,

#355733 and #315500 are fixed in the last upload of strace.

Best regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Processed: fixed bugs in strace

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 355733 +fixed
Bug#355733: FTBFS on mips: error: 'Q_SETUSE' undeclared here
There were no tags set.
Tags added: fixed

 tags 315500 +fixed
Bug#315500: FTBFS on m68k
There were no tags set.
Tags added: fixed

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#364571: hplip: Device problem makes printer unusable

2006-04-24 Thread Didier Verna
Package: hplip
Severity: grave


Hi !

The hplip package 0.9.9-2 makes my printer unusable, complaining with the
following message:


% tail -f /var/log/syslog

Apr 3 11:44:04 localhost hpiod: invalid model DeskJet_845C !=
DESKJET_845C Device::Open io/hpiod/device.cpp 919 Apr 3 11:44:04
localhost python: [ERROR] Unable to communicate with device:
hp:/usb/DeskJet_845C?serial=TH1BQ16152SX Apr 3 11:44:04 localhost
python: [ERROR] Error opening device (Device not found). Exiting.

# lpq
hp is ready and printing
RankOwner   Job File(s) Total Size
active  6   Test Page   15360 bytes

Cups says open device failed; will retry in 30 seconds.



There is a full thread describing this problem on the debian-french mailing
list (not a message of mine though):

http://lists.debian.org/debian-user-french/2006/04/msg00207.html




I had to downgrade hplip to the testing version.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Processed: Re: Bug#364564: udev: No X possible after upgrade

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 364564 grave
Bug#364564: udev: No X possible after upgrade
Severity set to `grave'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#364564: udev: No X possible after upgrade

2006-04-24 Thread Marco d'Itri
severity 364564 normal
thanks

On Apr 24, Michael Meskes [EMAIL PROTECTED] wrote:

It's not RC if it's unconfirmed and only happens to you.
udev is used by over 60% of Debian users, and if it really broke X for
many of them I would know at this time.
Also, the changes between 0.090-3 and 0.090-4 are few and very localized
and I do not believe that they can affect X.

  I am sure that you understand why a $PROGRAM does not work bug report
  is totally useless to me.
 No, I do not. I sent out this report asap to help others who might fall
 into the same problem. I do agree that you probably need more info, but
 since you are the package maintainer you probably know better where to
 look than I do. 
You are expected to explain /why/ X is not working. I hoped that this
would be obvious.
Until you can explain this there is nothing I can do.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Processed: Re: Bug#364564: udev: No X possible after upgrade

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 364564 normal
Bug#364564: udev: No X possible after upgrade
Severity set to `normal'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#364359: marked as done (FHS violation: /debian/firefox/usr/share/pixmaps/firefox.xpm)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 03:58:58 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#364359: fixed in firefox 1.5.dfsg+1.5.0.2-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: firefox
Version: 1.5.dfsg+1.5.0.2-2
Severity: serious
Justification: Policy 9.1.1

$ dpkg -L firefox|grep /debian
/debian
/debian/firefox
/debian/firefox/usr
/debian/firefox/usr/share
/debian/firefox/usr/share/pixmaps
/debian/firefox/usr/share/pixmaps/firefox.xpm

The two leftmost path elements should not be there.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16.9
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages firefox depends on:
ii  debianutils 2.15.3   Miscellaneous utilities specific t
ii  fontconfig  2.3.2-5.1generic font configuration library
ii  libatk1.0-0 1.11.4-1 The ATK accessibility toolkit
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libcairo2   1.0.4-1+b1   The Cairo 2D vector graphics libra
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libglib2.0-02.10.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.8.17-1 The GTK+ graphical user interface 
ii  libidl0 0.8.6-1  library for parsing CORBA IDL file
ii  libjpeg62   6b-12The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.12.1-2 Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-5   PNG library - runtime
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxfixes3  1:3.0.1.2-4  X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.8.2-6FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-4X11 toolkit intrinsics library
ii  psmisc  22.2-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-11   compression library - runtime

firefox recommends no packages.

-- no debconf information

-- 
BOFH excuse #112:

The monitor is plugged into the serial port

---End Message---
---BeginMessage---
Source: firefox
Source-Version: 1.5.dfsg+1.5.0.2-3

We believe that the bug you reported is fixed in the latest version of
firefox, which is due to be installed in the Debian FTP archive:

firefox-dbg_1.5.dfsg+1.5.0.2-3_i386.deb
  to pool/main/f/firefox/firefox-dbg_1.5.dfsg+1.5.0.2-3_i386.deb
firefox-dom-inspector_1.5.dfsg+1.5.0.2-3_i386.deb
  to pool/main/f/firefox/firefox-dom-inspector_1.5.dfsg+1.5.0.2-3_i386.deb
firefox-gnome-support_1.5.dfsg+1.5.0.2-3_i386.deb
  to pool/main/f/firefox/firefox-gnome-support_1.5.dfsg+1.5.0.2-3_i386.deb
firefox_1.5.dfsg+1.5.0.2-3.diff.gz
  to pool/main/f/firefox/firefox_1.5.dfsg+1.5.0.2-3.diff.gz
firefox_1.5.dfsg+1.5.0.2-3.dsc
  to pool/main/f/firefox/firefox_1.5.dfsg+1.5.0.2-3.dsc
firefox_1.5.dfsg+1.5.0.2-3_i386.deb
  to pool/main/f/firefox/firefox_1.5.dfsg+1.5.0.2-3_i386.deb
mozilla-firefox-dom-inspector_1.5.dfsg+1.5.0.2-3_all.deb
  to 
pool/main/f/firefox/mozilla-firefox-dom-inspector_1.5.dfsg+1.5.0.2-3_all.deb
mozilla-firefox-gnome-support_1.5.dfsg+1.5.0.2-3_all.deb
  to 
pool/main/f/firefox/mozilla-firefox-gnome-support_1.5.dfsg+1.5.0.2-3_all.deb
mozilla-firefox_1.5.dfsg+1.5.0.2-3_all.deb
  to pool/main/f/firefox/mozilla-firefox_1.5.dfsg+1.5.0.2-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please 

Processed: severity of 364571 is important

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.18
 severity 364571 important
Bug#364571: hplip: Device problem makes printer unusable
Severity set to `important'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#364582: spca5xx-modules-i386: Recommend on non-Debian package

2006-04-24 Thread Joerg Jaspert
Package: spca5xx-modules-i386
Severity: serious

Hi

Your binaries contain a line Recommends: spcacat, spcaview, spcaserv,
but Im unable to find those packages in Debian (or in Provides).

Thats against Policy 2.2.1.

--8schnipp-8---
In addition, the packages in main

* must not require a package outside of main for compilation or
  execution (thus, the package must not declare a Depends,
  Recommends, or Build-Depends relationship on a non-main
  package)
--8schnapp-8---


-- 
bye Joerg
 16. What should you do if a security bug is discovered in one of your 
 packages?
1) Notify [EMAIL PROTECTED] ASAP.
2) Notify upstream.
3) Try to create a patch.
4) Find out that Joey was faster.
[...]


pgpudMFnnPwqd.pgp
Description: PGP signature


Bug#349405: alsa-base: No more sound with Intel 82801DB/DBL/DBM AC'97

2006-04-24 Thread giggz
Package: alsa-base
Version: 1.0.11-1
Followup-For: Bug #349405

Hi,

since this morning I don't have sound at boot anymore. I must use alsamixer 
each time. I hadn't this pb before.alsactl store do nothing.

Thx
Guillaume


-- Package-specific info:
--- Begin additional package status ---
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé
|/ Err?=(aucune)/H=à garder/besoin Réinstallation/X=les deux (État,Err: 
majuscule=mauvais)
||/ Nom   Version   
Description
+++-=-=-==
ii  libasound21.0.11-2  
ALSA library
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.11rc2 (Wed Jan 04 08:57:20 
2006 UTC).
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [I82801DBICH4   ]: ICH4 - Intel 82801DB-ICH4
  Intel 82801DB-ICH4 with CS4299 at 0xdc00, irq 10
 1 [Modem  ]: ICH-MODEM - Intel 82801DB-ICH4 Modem
  Intel 82801DB-ICH4 Modem at 0x2400, irq 10
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
crw-rw 1 root audio 116,  0 2006-04-24 15:16 controlC0
crw-rw 1 root audio 116, 32 2006-04-24 15:16 controlC1
crw-rw 1 root audio 116, 24 2006-04-24 15:16 pcmC0D0c
crw-rw 1 root audio 116, 16 2006-04-24 15:16 pcmC0D0p
crw-rw 1 root audio 116, 25 2006-04-24 15:16 pcmC0D1c
crw-rw 1 root audio 116, 26 2006-04-24 15:16 pcmC0D2c
crw-rw 1 root audio 116, 27 2006-04-24 15:16 pcmC0D3c
crw-rw 1 root audio 116, 20 2006-04-24 15:16 pcmC0D4p
crw-rw 1 root audio 116, 56 2006-04-24 15:16 pcmC1D0c
crw-rw 1 root audio 116, 48 2006-04-24 15:16 pcmC1D0p
crw-rw 1 root audio 116,  1 2006-04-24 15:16 seq
crw-rw 1 root audio 116, 33 2006-04-24 15:16 timer
--- End /dev/snd/ listing ---

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.9-1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.11-1  base package for ALSA and OSS soun
ii  lsof   4.76.dfsg.1-1 List open files.
ii  module-init-tools  3.2.2-2   tools for managing Linux kernel mo
ii  modutils   2.4.27.0-5Linux module utilities

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.11-1   ALSA utilities

Versions of packages libasound2 depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries

-- debconf information:
* alsa-base/alsactl_store_on_shutdown: always autosave



Bug#362786: zgrep gives Syntaxerror since Sarge

2006-04-24 Thread Julien Cristau
On Fri, Apr 21, 2006 at 21:11:27 +0200, Michelle Konzack wrote:

 Am 2006-04-21 11:06:54, schrieb Julien Cristau:
  This bug looks a lot like 314342 and friends, which have been fixed a
  long time ago:
  gzip (1.3.5-11) unstable; urgency=low
 
 OK, but I am using Sarge/Stable.  Having a broken zgrep makes many
 scripts unusable and breaks things.  It should be fixed in Stable too.
 
It most probably won't be, because this is not a critical bug [in the
gzip package] which can lead to data loss, data corruption, or an overly
broken system.

  Line 103 of newer zgrep is not a substitution, so it seems like your
  /bin/sh is not bash and your gzip package is old (the Bad substitution
 
 bash:   Oh Yes, it is
 gzip:   Its the newest one I find in Stable ;-)
 
 Sorry, but an a productionsserver with Apache, courier ssh,
 php5 and more plus 6900 Domains and over 24.000 VHosts I do
 not like to install UNSTABLE.
 
  string appears in dash, but not in bash or sed).
 
 I use ONLY bash.
 
  Could you send the output of ls -l /bin/sh and dpkg -l gzip on a
  machine where this problem occurs?
 
 [ cmd 'ls -l /bin/bash' ]---
 
 -rwxr-xr-x  1 root root 625228 2004-12-19 17:53 /bin/bash
 
What I asked for was /bin/sh, not /bin/bash.
zgrep is a #!/bin/sh script, and I believe your /bin/sh is *not* bash.
Setting /bin/sh to point to bash would probably fix your problem with
zgrep.

Cheers,
Julien Cristau


signature.asc
Description: Digital signature


Bug#347009: marked as done (multi-gnome-terminal: FTBFS: build-depends on removed xlibs-dev)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 14:12:25 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of multi-gnome-terminal 1.6.2-11.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: multi-gnome-terminal
Version: 1.6.2-11
Severity: serious

Hello,

  This is a serious bug filed against your package because it
  build-depends on xlibs-dev, which as announced in [1] a while ago, is
  no longer available in sid. This makes your package fail to build from
  source.

[1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html

  To fix this bug, you need to update your build-dependencies and
  substitute xlibs-dev for the list of individual X development
  libraries that your package needs to be built. You can find detailed
  information about how to do that in the DependsXlibsDev wiki page [2].

[2] http://wiki.debian.org/DependsXlibsDev

  As indicated by the Release Team [3], the full transition from XFree86
  to Xorg is a release blocker for Etch, which means that Etch will not
  be released until this bug is fixed (or your package removed from
  testing). So, please, try to fix in a timely manner.

[3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html

  The number of affected packages by the xlibs-dev transition is huge,
  so if you feel like helping with patches or uploads, feel free to
  follow the instructions contained in the wiki page above. A list of
  affected packages can be found here [4].

[4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev

  Finally, if there's a strong reason for which your package should not
  be NMUed, please note so in this bug report. Prospective NMUers will
  read your reasoning, and will decide if it's strong enough to delay
  their upload.

  Thanks for your collaboration!

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org


---End Message---
---BeginMessage---
Source: multi-gnome-terminal
Source-Version: 1.6.2-11.1

Now that multi-gnome-terminal is orphaned, bugs fixed in non-maintainer
uploads can be closed.  The original .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 21 Jan 2006 13:57:16 +0100
Source: multi-gnome-terminal
Binary: multi-gnome-terminal multi-gnome-terminal-doc
Architecture: all i386 source 
Version: 1.6.2-11.1
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 multi-gnome-terminal - Enhanced the GNOME Terminal
 multi-gnome-terminal-doc - Enhanced the GNOME Terminal -- documentation files
Closes: 347009
Changes: 
 multi-gnome-terminal (1.6.2-11.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replace build-dependency on xlibs-dev with an explicit build-dependency
 on each required package. (Closes: #347009)
Files: 
 544304e3c8292e025ae687716249af50 1126 x11 optional 
multi-gnome-terminal_1.6.2-11.1.dsc
 115f81db5aee85d69b2db79a1d66b4ab 27772 x11 optional 
multi-gnome-terminal_1.6.2-11.1.diff.gz
 79d2618e89d65468dc697087e691ad88 293500 gnome optional 
multi-gnome-terminal_1.6.2-11.1_i386.deb
 9b1ebc8943a4e3b23b0bba56d6d48057 1201392 doc optional 
multi-gnome-terminal-doc_1.6.2-11.1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iQCVAwUBQ9IwUH7hqgLJpbVOAQIFawQAjXsRpXqSqQLf0ycB7HWyso+mnollxebF
096ZO4CC/pv78Y69Z9Tdzhm91oA+V911+qdtwMQN0H3rMhhPreIvXdpVx9d2taUT
hkAzgneuvP/RPcIW+Yso1I7mpfpOxNweq7NpmBgpnBMHN3fMbprKygibAwXm6xRP
pv61Y2r09mE=
=Sfj9
-END PGP SIGNATURE-
---End Message---


Bug#346999: marked as done (mgapdesk: FTBFS: build-depends on removed xlibs-dev)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 14:10:24 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of mgapdesk 1.00.7beta-4.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: mgapdesk
Version: 1.00.7beta-4
Severity: serious

Hello,

  This is a serious bug filed against your package because it
  build-depends on xlibs-dev, which as announced in [1] a while ago, is
  no longer available in sid. This makes your package fail to build from
  source.

[1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html

  To fix this bug, you need to update your build-dependencies and
  substitute xlibs-dev for the list of individual X development
  libraries that your package needs to be built. You can find detailed
  information about how to do that in the DependsXlibsDev wiki page [2].

[2] http://wiki.debian.org/DependsXlibsDev

  As indicated by the Release Team [3], the full transition from XFree86
  to Xorg is a release blocker for Etch, which means that Etch will not
  be released until this bug is fixed (or your package removed from
  testing). So, please, try to fix in a timely manner.

[3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html

  The number of affected packages by the xlibs-dev transition is huge,
  so if you feel like helping with patches or uploads, feel free to
  follow the instructions contained in the wiki page above. A list of
  affected packages can be found here [4].

[4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev

  Finally, if there's a strong reason for which your package should not
  be NMUed, please note so in this bug report. Prospective NMUers will
  read your reasoning, and will decide if it's strong enough to delay
  their upload.

  Thanks for your collaboration!

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org


---End Message---
---BeginMessage---
Source: mgapdesk
Source-Version: 1.00.7beta-4.1

Now that mgapdesk is orphaned, bugs fixed in non-maintainer uploads
can be closed.  The original .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 21 Jan 2006 13:53:48 +0100
Source: mgapdesk
Binary: mgapdesk
Architecture: i386 source 
Version: 1.00.7beta-4.1
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson [EMAIL PROTECTED]
Changed-By: Steinar H. Gunderson [EMAIL PROTECTED]
Description: 
 mgapdesk   - X configuration tool for Matrox video card
Closes: 346999
Changes: 
 mgapdesk (1.00.7beta-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Replace build-dependency on xlibs-dev with an explicit build-dependency
 on each required package. (Closes: #346999)
Files: 
 a468c304423fef910bb63762fc5b931b 853516 x11 extra 
mgapdesk_1.00.7beta-4.1_i386.deb
 ab809cfc9404be59c6cbf6d51f561930 4263 x11 extra mgapdesk_1.00.7beta-4.1.diff.gz
 90d14bfe24a2489ad868819a834e514f 843 x11 extra mgapdesk_1.00.7beta-4.1.dsc

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iQCVAwUBQ9IvZn7hqgLJpbVOAQJ8XAP+PQmdqnJinKpOo8p0Dzz57p2+ojNclh4/
nqOIVC83nhoq9ymTb7qv3ZrUNKq4zqcMmz+GhNORZaZtQ3nAOKwFqClepdAhF/sC
NugUVjniZNdQLHIYgG9/kTUISemkvWY06Xf7MKZUNs7olQiGgX/A1wOcwo/OKjgd
g8B8uaD21eM=
=G4xC
-END PGP SIGNATURE-
---End Message---


Bug#364582: [Pkg-spca5xx-devel] Bug#364582: spca5xx-modules-i386: Recommend on non-Debian package

2006-04-24 Thread Kel Modderman

Joerg Jaspert wrote:

Package: spca5xx-modules-i386
Severity: serious

Hi

Your binaries contain a line Recommends: spcacat, spcaview, spcaserv,
but Im unable to find those packages in Debian (or in Provides).

Thats against Policy 2.2.1.

--8schnipp-8---
In addition, the packages in main

* must not require a package outside of main for compilation or
  execution (thus, the package must not declare a Depends,
  Recommends, or Build-Depends relationship on a non-main
  package)
--8schnapp-8---

  


Indeed, and apologies. Those recommends snuck into control.modules.in of 
the spca5xx-source package in my over-anxiousness to have spcaview in 
debian.


Fixed in pkg-spca5xx SVN.

Thanks, Kel.


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



Bug#346670: marked as done (glew: FTBFS: build-depends on removed xlibs-dev)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 05:17:14 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#346670: fixed in glew 1.3.4-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: glew
Version: 1.3.1-1.1
Severity: serious

Hello,

  This is a serious bug filed against your package because it
  build-depends on xlibs-dev, which as announced in [1] a while ago, is
  no longer available in sid. This makes your package fail to build from
  source.

[1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html

  To fix this bug, you need to update your build-dependencies and
  substitute xlibs-dev for the list of individual X development
  libraries that your package needs to be built. You can find detailed
  information about how to do that in the DependsXlibsDev wiki page [2].

[2] http://wiki.debian.org/DependsXlibsDev

  As indicated by the Release Team [3], the full transition from XFree86
  to Xorg is a release blocker for Etch, which means that Etch will not
  be released until this bug is fixed (or your package removed from
  testing). So, please, try to fix in a timely manner.

[3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html

  The number of affected packages by the xlibs-dev transition is huge,
  so if you feel like helping with patches or uploads, feel free to
  follow the instructions contained in the wiki page above. A list of
  affected packages can be found here [4].

[4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev

  Finally, if there's a strong reason for which your package should not
  be NMUed, please note so in this bug report. Prospective NMUers will
  read your reasoning, and will decide if it's strong enough to delay
  their upload.

  Thanks for your collaboration!

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org


---End Message---
---BeginMessage---
Source: glew
Source-Version: 1.3.4-1

We believe that the bug you reported is fixed in the latest version of
glew, which is due to be installed in the Debian FTP archive:

glew_1.3.4-1.diff.gz
  to pool/main/g/glew/glew_1.3.4-1.diff.gz
glew_1.3.4-1.dsc
  to pool/main/g/glew/glew_1.3.4-1.dsc
glew_1.3.4.orig.tar.gz
  to pool/main/g/glew/glew_1.3.4.orig.tar.gz
libglew-dev_1.3.4-1_i386.deb
  to pool/main/g/glew/libglew-dev_1.3.4-1_i386.deb
libglew1_1.3.4-1_i386.deb
  to pool/main/g/glew/libglew1_1.3.4-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joost Yervante Damad [EMAIL PROTECTED] (supplier of updated glew package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 20:25:24 +0200
Source: glew
Binary: libglew-dev libglew1
Architecture: source i386
Version: 1.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Marcelo E. Magallon [EMAIL PROTECTED]
Changed-By: Joost Yervante Damad [EMAIL PROTECTED]
Description: 
 libglew-dev - The OpenGL Extension Wrangler - development environment
 libglew1   - The OpenGL Extension Wrangler - runtime environment
Closes: 332984 333434 335867 346670
Changes: 
 glew (1.3.4-1) unstable; urgency=low
 .
   * update build-depends for Xorg 7.0
   * added myself as Co-Maintainer, with aproval of Marcelo
   * new upstream version; closes: #335867
   * some lintian fixes
   * acknowledge NMUs: Closes: #346670, #333434
   * really incorporate patch GTBFS for GNU/kFreeBSD: Closes: #332984
   * remove obsolete lintian override for library-not-linked-against-libc
   * add lintian override for package-name-doesnt-match-sonames libGLEW1.3
 as this is intentional
Files: 
 9b5781b48704ae457da33c724ae66b4e 1033 libs optional glew_1.3.4-1.dsc
 9c3911bf30b0ae48fd97d508b21811ca 362854 libs optional glew_1.3.4.orig.tar.gz
 6f00c6ef1560a6b0921a693fb756699e 9126 libs optional glew_1.3.4-1.diff.gz
 0f7f311d1119343d257f8cc7dfef4dd3 151530 devel optional 
libglew-dev_1.3.4-1_i386.deb
 09a09aad92ccb911b391fcce32664f24 133536 libs optional libglew1_1.3.4-1_i386.deb

-BEGIN PGP 

Bug#333434: marked as done ([hppa] Cannot compile simple program linked against libglew)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 05:17:14 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#333434: fixed in glew 1.3.4-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: libglew-dev
Version: 1.3.1-1
Severity: important

When compiling a simple program that calls glewInit() on hppa, I get the
following error:

paer% gcc -lGLEW -Lglew-1.3.1/lib test.c
/usr/bin/ld: a.out: hidden symbol `$$dyncall' in
/usr/lib/gcc/hppa-linux-gnu/4.0.2/libgcc.a(_dyncall.o) is referenced by
DSO
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

Following are the contents of test.c, which compiles fine on all other
Debian architectures.

#include GL/glew.h
int
main ()
{
glewInit ();
return 0;
}

---End Message---
---BeginMessage---
Source: glew
Source-Version: 1.3.4-1

We believe that the bug you reported is fixed in the latest version of
glew, which is due to be installed in the Debian FTP archive:

glew_1.3.4-1.diff.gz
  to pool/main/g/glew/glew_1.3.4-1.diff.gz
glew_1.3.4-1.dsc
  to pool/main/g/glew/glew_1.3.4-1.dsc
glew_1.3.4.orig.tar.gz
  to pool/main/g/glew/glew_1.3.4.orig.tar.gz
libglew-dev_1.3.4-1_i386.deb
  to pool/main/g/glew/libglew-dev_1.3.4-1_i386.deb
libglew1_1.3.4-1_i386.deb
  to pool/main/g/glew/libglew1_1.3.4-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joost Yervante Damad [EMAIL PROTECTED] (supplier of updated glew package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 18 Apr 2006 20:25:24 +0200
Source: glew
Binary: libglew-dev libglew1
Architecture: source i386
Version: 1.3.4-1
Distribution: unstable
Urgency: low
Maintainer: Marcelo E. Magallon [EMAIL PROTECTED]
Changed-By: Joost Yervante Damad [EMAIL PROTECTED]
Description: 
 libglew-dev - The OpenGL Extension Wrangler - development environment
 libglew1   - The OpenGL Extension Wrangler - runtime environment
Closes: 332984 333434 335867 346670
Changes: 
 glew (1.3.4-1) unstable; urgency=low
 .
   * update build-depends for Xorg 7.0
   * added myself as Co-Maintainer, with aproval of Marcelo
   * new upstream version; closes: #335867
   * some lintian fixes
   * acknowledge NMUs: Closes: #346670, #333434
   * really incorporate patch GTBFS for GNU/kFreeBSD: Closes: #332984
   * remove obsolete lintian override for library-not-linked-against-libc
   * add lintian override for package-name-doesnt-match-sonames libGLEW1.3
 as this is intentional
Files: 
 9b5781b48704ae457da33c724ae66b4e 1033 libs optional glew_1.3.4-1.dsc
 9c3911bf30b0ae48fd97d508b21811ca 362854 libs optional glew_1.3.4.orig.tar.gz
 6f00c6ef1560a6b0921a693fb756699e 9126 libs optional glew_1.3.4-1.diff.gz
 0f7f311d1119343d257f8cc7dfef4dd3 151530 devel optional 
libglew-dev_1.3.4-1_i386.deb
 09a09aad92ccb911b391fcce32664f24 133536 libs optional libglew1_1.3.4-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQEcBAEBAgAGBQJETD9JAAoJEHGYqCCEBNUA6D8IAINlawWdSgUZOJBY8n3uCR1U
7nKhIHxK9LCRuHDw6jdVOUOSvDsscpOLwA89EQy8cXUtY6xUjKPsvcaz/kVluDUE
pkcjoOtja4w4N5Yr3YYkZCTiRbTj90n8Ty6A7KG9mrcmitpQWyGptJGcfrFjK3AR
EirCrx8pg3wBka2NjaA2KO0Qk5sj51eG+4+SzJT++V/RYA22OAPzmKCTfksB2PRu
mwLtl1so+cLNF1pyXP58EFzulRWaVuLzqX8Hs/H+sO7XoV9gIWYbDVmoQ2gOee8N
KDlLIn0/VYyWv+GlidaI+4yMYdK5VYG9EqQ9nywwHA9n5UMrPSS4SyLSHS1J+ZE=
=Vi1l
-END PGP SIGNATURE-

---End Message---


Bug#364590: xpenguins-applet: crashes gnome-panel in gnome 2.14

2006-04-24 Thread Stephan Weller
Package: xpenguins-applet
Version: 2.1.1-3
Severity: grave
Justification: renders package unusable


Ever since I updated gnome to 2.14, the xpenguins-applet crashes the
gnome panel when used. When killing the X server and logging in again,
the panel is afterwards not usable and can be recovered only by killing
the xpenguins-applet.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xpenguins-applet depends on:
ii  libart-2.0-2 2.3.17-1Library of functions for 2D
graphi
ii  libatk1.0-0  1.11.3-1The ATK accessibility toolkit
ii  libbonobo2-0 2.14.0-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.14.0-1The Bonobo UI library
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcairo21.0.4-1+b1  The Cairo 2D vector
graphics libra
ii  libfontconfig1   2.3.2-5.1   generic font configuration
library
ii  libgconf2-4  2.14.0-1GNOME configuration
database syste
ii  libglib2.0-0 2.10.2-1The GLib library of C routines
ii  libgnome-keyring00.4.9-1 GNOME keyring services library
ii  libgnome2-0  2.14.0-2The GNOME 2 library -
runtime file
ii  libgnomecanvas2-02.14.0-1A powerful object-oriented
display
ii  libgnomeui-0 2.14.0-1The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0   2.14.0-2GNOME virtual file-system
(runtime
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user
interface
ii  libice6  6.9.0.dfsg.1-6  Inter-Client Exchange library
ii  liborbit21:2.14.0-1  libraries for ORBit2 - a
CORBA ORB
ii  libpanel-applet2-0   2.12.3-1library for GNOME 2 panel
applets
ii  libpango1.0-01.12.0-2Layout and rendering of
internatio
ii  libpopt0 1.7-5   lib for parsing cmdline
parameters
ii  libsm6   6.9.0.dfsg.1-6  X Window System Session
Management
ii  libx11-6 6.9.0.dfsg.1-6  X Window System protocol
client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-6  X Window System
miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-6  X Window System Input
extension li
ii  libxinerama1 6.9.0.dfsg.1-6  X Window System multi-head
display
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  libxpm4  6.9.0.dfsg.1-6  X pixmap library
ii  libxrandr2   6.9.0.dfsg.1-6  X Window System Resize,
Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension
client libra
ii  scrollkeeper 0.3.14-10.1 A free electronic
cataloging syste
ii  xpenguins2.2-4   little penguins walk on
your windo
ii  zlib1g   1:1.2.3-11  compression library - runtime

xpenguins-applet recommends no packages.

-- no debconf information


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



Bug#360551: marked as done (libstruts1.2-java: Three security problems in Struts)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 05:47:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#360551: fixed in libstruts1.2-java 1.2.9-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: libstruts1.2-java
Severity: grave
Tags: security
Justification: user security hole

Struts 1.2.9 fixes three security problems:

==
Name: CVE-2006-1546
Status: Candidate
URL: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1546
Reference: MLIST:[struts-user] 20060121 Validation Security Hole?
Reference:
+URL:http://mail-archives.apache.org/mod_mbox/struts-user/200601.mbox/[EMAIL 
PROTECTED]
Reference: MLIST:[struts-devel] 20060122 Re: Validation Security Hole?
Reference: 
URL:http://mail-archives.apache.org/mod_mbox/struts-dev/200601.mbox/[EMAIL 
PROTECTED]
Reference: 
CONFIRM:http://struts.apache.org/struts-doc-1.2.9/userGuide/release-notes.html
Reference: CONFIRM:http://issues.apache.org/bugzilla/show_bug.cgi?id=38374

Apache Software Foundation (ASF) Struts before 1.2.9 allows remote
attackers to bypass validation via a request with a
'org.apache.struts.taglib.html.Constants.CANCEL' parameter, which
causes the action to be canceled but would not be detected from
applications that do not use the isCancelled check.


==
Name: CVE-2006-1547
Status: Candidate
URL: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1547
Reference: 
CONFIRM:http://struts.apache.org/struts-doc-1.2.9/userGuide/release-notes.html
Reference: CONFIRM:http://issues.apache.org/bugzilla/show_bug.cgi?id=38534

ActionForm in Apache Software Foundation (ASF) Struts before 1.2.9
with BeanUtils 1.7 allows remote attackers to cause a denial of
service via a multipart/form-data encoded form with a parameter name
that references the public getMultipartRequestHandler method, which
provides further access to elements in the
CommonsMultipartRequestHandler implementation and BeanUtils.


==
Name: CVE-2006-1548
Status: Candidate
URL: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1548
Reference: 
CONFIRM:http://struts.apache.org/struts-doc-1.2.9/userGuide/release-notes.html
Reference: CONFIRM:http://issues.apache.org/bugzilla/show_bug.cgi?id=38749

Cross-site scripting (XSS) vulnerability in (1) LookupDispatchAction
and possibly (2) DispatchAction and (3) ActionDispatcher in Apache
Software Foundation (ASF) Struts before 1.2.9 allows remote attackers
to inject arbitrary web script or HTML via the parameter name, which
is not filtered in the resulting error message.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

---End Message---
---BeginMessage---
Source: libstruts1.2-java
Source-Version: 1.2.9-1

We believe that the bug you reported is fixed in the latest version of
libstruts1.2-java, which is due to be installed in the Debian FTP archive:

libstruts1.2-java_1.2.9-1.diff.gz
  to pool/main/libs/libstruts1.2-java/libstruts1.2-java_1.2.9-1.diff.gz
libstruts1.2-java_1.2.9-1.dsc
  to pool/main/libs/libstruts1.2-java/libstruts1.2-java_1.2.9-1.dsc
libstruts1.2-java_1.2.9-1_all.deb
  to pool/main/libs/libstruts1.2-java/libstruts1.2-java_1.2.9-1_all.deb
libstruts1.2-java_1.2.9.orig.tar.gz
  to pool/main/libs/libstruts1.2-java/libstruts1.2-java_1.2.9.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Arnaud Vandyck [EMAIL PROTECTED] (supplier of updated libstruts1.2-java 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 12:14:23 +0200
Source: libstruts1.2-java
Binary: libstruts1.2-java
Architecture: source all
Version: 1.2.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 

Bug#350407: lessdisks-terminal: modifies /etc/kernel-img.conf in postinst

2006-04-24 Thread Jonas Smedegaard
On Mon, 24 Apr 2006 11:16:03 +0100 Stephen Gran wrote:

 This one time, at band camp, Jonas Smedegaard said:
  On Sun, 23 Apr 2006 11:44:59 +0100 Stephen Gran wrote:
  
   Note that it talks about configuration files, not just dpkg
   conffiles.
  
  Yes. I am well aware of that.
 
 Ah, from the way you were talking about 'owning', I assumed you meant
 something like dpkg -S /etc/kernel-img.conf didn't show anything, so
 you were thinking it was unowned.

I wasn't, but as should be clear from my other writing I was not aware
of other methods to figure out the ownership either.


 If that's not the case, I apologize.

No need for that - I wasn't offended :-)

I simply wanted to avoid wasting your time educating me on the
difference between conffiles and configuration files. See
#309871 and #311188 for earlier discussions on the matter that I've
participated in.


   Your package directly modifies another package's configuration
   file, instead of using an interface to do so.
  
  Please clarify: Which _single_ package do you believe to own those
  configuration files in question?
 
 It's fairly clearly kernel-package.  kernel-package ships a sample
 config file, a man page, and is also responsible for the postinst
 hooks in the kernel images that mess with kernel-img.conf.

Right - a manpage can be interpreted as evidence of claiming ownership:
No other package can provide same manpage without conflict.

A sample file is no evidence: lessdisks providing a sample dhcpd.conf is
not an indication of ownership - quite the contrary.

Offering postinst hooks is not either: cdbs and debhelper does not own
the configuration files they help maintain - each package is itself
responsible for the choice of packaging methods and packaging tools.


...IMHO, that is. Please let me know if you find my arguments bogus :-)


  kernel-package does not own /etc/kernel-img.conf, I believe. It only
  provides an interface for other packages (like linux-2.6) to adopt
  to mess with the (non-owned, it seems) file.
 
 I think this is incorrect, sorry.  I think it is both fairly clear
 kernel-package owns the file in question, and that it does not provide
 an interface for updating the file.

Agreed - due to the manpage.


  Right now, the kernel images just
 open it and write to it if it's not there.  Since their postinst
 scripts come from kernel-package itself, I am not sure if that's a
 policy violation or not.  But it certainly is for other packages that
 don't use kernel-package generated maintainer scripts.

As clarified above, I do believe so.


  Same here: It does not seem from the packaging scripts of sysvinit
  that that package considers itself owner of that file: It does not
  treat it as a conffile, only installs it if not there already, and
  does not remove it on purge (which may never be tested in reality,
  since the package is essential).
 
 Well, I see on my system:
 /var/lib/dpkg/info/sysvinit.postinst:if [ ! -f /etc/inittab ]
 /var/lib/dpkg/info/sysvinit.postinst:   cp
 -p /usr/share/sysvinit/inittab /etc/inittab
 
 That means on my system at least, sysvinit owns the file /etc/inittab.

Well, we obviously agrees that sysvinit installs the file if not there
already (that's what I wrote too). So does lessdisks-terminal :-)

If Installing a configuration file means owning that file, then (as
I wrote) it seems to me that sysvinit has other policy violations with
its treatment of the configuration file.

But I agree that we are getting astray here :-)


 This is exactly like /etc/inetd.conf - no package 'owns' it in the
 dpkg -S sense, but it clearly is owned by whichever of the inetd
 implementations that you have installed, and there is a helper script
 to update it.

Ah, so it's a shared configuration file, and there already is a defined
method of interaction. I didn't know that.

Which is the correct script to update inittab? And where can I read
more about it?


  I don't mean to say that there's no bug, but that I believe the bug
  is a different one: Noone claims ownership of those configuration
  files, so it is uncertain what package to either bug about an
  interface or to conflict against. If you agree with my viewpoint,
  we should probably rename this bugreport and clone it to other
  packages involved.
 
 I disagree. I think it is pretty straightforward which packages own
 the files in question.  I am in favor of filing bugs on
 kernel-package and/or sysvinit for helper scripts to update their
 config files, though.

Whatever the bug, it does not escape lessdisks, and it does relate to
those other packages. And this discussion has helped me (if noone else)
understand it better.

Would you care to file those bugreports? I'd be happy to help resolve
the issues, so please cc me if/when doing so, but am a slow writer, so
would appreciate commenting rather than initiating.


  Also, it seems to me that policy could use a clarification of how to
  indicate ownership...
 
 Perhaps.

Oh well. I didn't come 

Bug#364217: klibc: [sparc] run-init: statfs /: invalid parameter (again)

2006-04-24 Thread maximilian attems
On Sat, 22 Apr 2006, Frans Pop wrote:

 After an upgrade in unstable on sparc a reboot resulted in:
 run-init: statfs /: invalid parameter

blaeh, so upstream sent fix was wrong,
i added to latest klibc previous nacked workaround:

 
 I'm inclined to blame klibc as that was also the cause the previous time 
 (#347902), but everything involved was upgraded. From /var/log/aptitude:
 
 [UPGRADE] klibc-utils 1.2.4-1 - 1.3.3-3
 [UPGRADE] libklibc 1.2.4-1 - 1.3.3-3
 [UPGRADE] initramfs-tools 0.59b - 0.60
 [UPGRADE] linux-image-2.6.16-1-sparc64 2.6.16-6 - 2.6.16-8
 
 As you can see I skipped a few upgrades, so I'm not sure where the 
 regression started.

yes it's an klibc trouble please test latest 1.3.7-2?

regards

-- 
maks


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



Processed: tagging 363153, tagging 339372, tagging 330146, tagging 330154, tagging 343031, tagging 347278 ... ... ... ... ... ... ...

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.16
 tags 363153 + pending
Bug#363153: vlc: libdeinterlace_plugin.so built for SSE only ?
Tags were: fixed-upstream
Tags added: pending

 tags 339372 + pending
Bug#339372: vlc: FTBFS on amd64: libx264.a(dct-a.o): relocation R_X86_64_32 
against `a local symbol' can not be used when making a shared object; recompile 
with -fPIC
There were no tags set.
Tags added: pending

 tags 330146 + pending
Bug#330146: vlc: FTBFS on amd64 (libi420_rgb_mmx_pic.a: could not read symbols: 
Bad value)
Tags were: fixed-upstream pending
Tags added: pending

 tags 330154 + pending
Bug#330154: vlc: FTBFS (amd64): Build-Depends cannot be satisfied because the 
package yasm cannot be found
Tags were: pending
Tags added: pending

 tags 343031 + pending
Bug#343031: wxvlc: Doubled pane in settings dialog
Tags were: fixed-upstream
Tags added: pending

 tags 347278 + pending
Bug#347278: vlc -h|iconv -f utf8 -t big5 etc.
Tags were: fixed-upstream
Tags added: pending

 tags 352559 + pending
Bug#352559: 
There were no tags set.
Tags added: pending

 tags 359655 + pending
Bug#359655: Memoryleak in vlc software
Tags were: fixed-upstream
Tags added: pending

 tags 361452 + pending
Bug#361452: vlc: FTBFS (ppc64): Unknown platform ppc64, edit the configure
Tags were: fixed-upstream patch
Tags added: pending

 tags 358233 + pending
Bug#358233: Please support mips64
There were no tags set.
Tags added: pending

 tags 361729 + pending
Bug#361729: vlc: Don't build depend on gcc-snapshot
There were no tags set.
Tags added: pending

 tags 364265 + pending
Bug#364265: vlc: FTBFS: Build dependency on xlibs-static-pic
There were no tags set.
Tags added: pending

 tags 348404 + pending
Bug#348404: vlc: Matroska support broken
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#152128: marked as done (vcg: xvcg dies with segfault when opening a vcg file)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 06:32:33 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#152128: fixed in vcg 1.30debian-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: vcg
Version: 1.30-3
Severity: important

Trying to open a vcg file causes a segfault. I tried to build an
unstripped version but somehow the complex build system always
strippes them. I finally found an unstripped version within the source
directory but the gdb output is not very informative:


GNU gdb 2002-04-01-cvs
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as alpha-linux...
Wait 
.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.f.f.f.f.p.p.p.p.p.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.u.b.b.b.b.b.b.B.B.B.B.B.B.B.B.B.B.l.b.b.l.l.m.m.m.m.m.c.c.c.c.c.c.c.c.c.c.c.c.c.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e.e
Program received signal SIGSEGV, Segmentation fault.
0x in ?? ()
#0  0x in ?? ()

If you tell me how to properly create a backtrace I'm glad to provide
you with one.


-- System Information
Debian Release: 3.0
Architecture: alpha
Kernel: Linux sixtyfor 2.4.17 #1 Mon Feb 25 21:41:29 CET 2002 alpha
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages vcg depends on:
ii  libc6.1   2.2.5-6GNU C Library: Shared libraries an
ii  xlibs 4.1.0-16   X Window System client libraries
-- 
Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
  gpg signed mail preferredgpg-key: finger [EMAIL PROTECTED]
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
   Help keep free software libre: http://www.freepatents.org/

---End Message---
---BeginMessage---
Source: vcg
Source-Version: 1.30debian-5

We believe that the bug you reported is fixed in the latest version of
vcg, which is due to be installed in the Debian FTP archive:

vcg_1.30debian-5.diff.gz
  to pool/main/v/vcg/vcg_1.30debian-5.diff.gz
vcg_1.30debian-5.dsc
  to pool/main/v/vcg/vcg_1.30debian-5.dsc
vcg_1.30debian-5_i386.deb
  to pool/main/v/vcg/vcg_1.30debian-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela [EMAIL PROTECTED] (supplier of updated vcg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 15:21:35 +0200
Source: vcg
Binary: vcg
Architecture: source i386
Version: 1.30debian-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 vcg- A Visualization Tool for compiler graphs
Closes: 152128 355893
Changes: 
 vcg (1.30debian-5) unstable; urgency=medium
 .
   * QA upload.
   * preconf/X11gccLinux/globals.h: Undefine OWN_QUICKSORT, replacing the
 buggy quicksort implementation in src/step2.c with qsort(3).  Thanks
 to Ahmed Baizid for the patch.  Closes: #152128.
   * debian/menu: Start xvcg with /usr/share/vcg/splash.vcg to avoid
 command-line prompting.  

Bug#361910: marked as done (FTBFS (alpha): Undefined system call: sigprocmask)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 15:31:43 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#361910: FTBFS (alpha): Undefined system call: sigprocmask
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: klibc
Severity: serious
Justification: no longer builds from source

klibc fails to build on alpha:
[...]
SYSCALL FOUND: getrlimit
SYSCALL FOUND: tkill
klibc/syscalls/SYSCALLS.i:187: Undefined system call: sigprocmask
  ld -r -o klibc/syscalls/syscalls.o
ld: no input files
make[4]: *** [klibc/syscalls/syscalls.o] Error 1
make[3]: *** [klibc/syscalls] Error 2
make[2]: *** [all] Error 2
make[1]: *** [klibc] Error 2
make[1]: Leaving directory `/tmp/buildd/klibc-1.3.3'

Full log at
http://buildd.debian.org/fetch.php?pkg=klibcver=1.3.3-1arch=alphastamp=1144343491file=logas=raw

Falk


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: alpha
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-g3cbb90a9-dirty
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

---End Message---
---BeginMessage---
Version: 1.3.7-2


On Tue, 18 Apr 2006, Falk Hueffner wrote:

 maximilian attems [EMAIL PROTECTED] writes:
 
  could you try if the following patch helps?
 
 Yes, it helps. Thanks.
 
 -- 
   Falk

1.3.7-2 build fine on alpha the patch was merged upstream.

thanks for your report and testing.

-- 
maks
---End Message---


Bug#350407: lessdisks-terminal: modifies /etc/kernel-img.conf in postinst

2006-04-24 Thread Stephen Gran
This one time, at band camp, Jonas Smedegaard said:
 On Mon, 24 Apr 2006 11:16:03 +0100 Stephen Gran wrote:
  This one time, at band camp, Jonas Smedegaard said:
 
  If that's not the case, I apologize.
 
 No need for that - I wasn't offended :-)

Glad to hear it.

  It's fairly clearly kernel-package.  kernel-package ships a sample
  config file, a man page, and is also responsible for the postinst
  hooks in the kernel images that mess with kernel-img.conf.
 
 Right - a manpage can be interpreted as evidence of claiming
 ownership: No other package can provide same manpage without conflict.

[...]

 ...IMHO, that is. Please let me know if you find my arguments bogus
 :-)

Fair enough.

  Right now, the kernel images just open it and write to it if it's
  not there.  Since their postinst scripts come from kernel-package
  itself, I am not sure if that's a policy violation or not.  But it
  certainly is for other packages that don't use kernel-package
  generated maintainer scripts.
 
 As clarified above, I do believe so.

That may be.  So far, we have been pretty lenient WRT kernel images (and
kernel-package) and policy.  I am a little leery of opening an RC bug on
them right now, as I think vorlon might beat me with a heavy stick for
making his life harder than it already is :)

I do think it's something worth discussing within the kernel team,
however, and you seem better placed than I am to start that discussion.
I am happy to help with code, but I don't know the guts of kernel
package all that well, so it may take longer than is worth it for me to
come up to speed with all the hooks and options that a helper script
would need to know about.

  That means on my system at least, sysvinit owns the file
  /etc/inittab.
 
 Well, we obviously agrees that sysvinit installs the file if not there
 already (that's what I wrote too). So does lessdisks-terminal :-)
 
 If Installing a configuration file means owning that file, then (as
 I wrote) it seems to me that sysvinit has other policy violations with
 its treatment of the configuration file.
 
 But I agree that we are getting astray here :-)

Yes, I think we are as well.  There are plenty of buggy packages in
Debian, my own being no exception, in all likelihood.  But let's take
them on one bug report at a time :)

  This is exactly like /etc/inetd.conf - no package 'owns' it in the
  dpkg -S sense, but it clearly is owned by whichever of the inetd
  implementations that you have installed, and there is a helper
  script to update it.
 
 Ah, so it's a shared configuration file, and there already is a
 defined method of interaction. I didn't know that.

Ah, OK - this is exactly what I was trying to get at.  Maybe I should
have been more clear up front.  Sorry about that.

 Which is the correct script to update inittab? And where can I read
 more about it?

As far as I know, again, there is none.  I think this is such a rare
need that no one has bothered to write one.

   I don't mean to say that there's no bug, but that I believe the
   bug is a different one: Noone claims ownership of those
   configuration files, so it is uncertain what package to either bug
   about an interface or to conflict against. If you agree with my
   viewpoint, we should probably rename this bugreport and clone it
   to other packages involved.
  
  I disagree. I think it is pretty straightforward which packages own
  the files in question.  I am in favor of filing bugs on
  kernel-package and/or sysvinit for helper scripts to update their
  config files, though.
 
 Whatever the bug, it does not escape lessdisks, and it does relate to
 those other packages. And this discussion has helped me (if noone
 else) understand it better.
 
 Would you care to file those bugreports? I'd be happy to help resolve
 the issues, so please cc me if/when doing so, but am a slow writer, so
 would appreciate commenting rather than initiating.

As I said, probably talking about the issue (for kernel-package, at
least) before bug filing is going to be most helpful.  I don't want to
get to the point of filing a bunch of bugs that don't have a clear goal
behind them, and since I don't really know the guts of kernel-package
that well, that is roughly what I'd end up doing.

I think having a chat with manoj about what parts of the config file
should be exported and writable by a helper script is a good first step,
then from that, the design of a helper script should come pretty
quickly.

For sysvinit, I have no idea.  If there are other init implementations
(at the moment I only see minit as an alternative, but ISTR a runit or
something package at some point as well) then it will need to be worked
on in coordination with all of them, so there is a generic interface to
a file that may have different formats.

But in general, the fast resolution for your package is to just stop
writing to these config files, and put a note in README.Debian that says
roughly, add these two lines to this file, and this line to 

Bug#339251: marked as done (library package needs to be renamed (libstdc++ allocator change))

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 07:14:55 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#339251: fixed in plptools 0.14-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: plptools
Severity: important

Please do not take any action before reading
http://lists.debian.org/debian-devel-announce/2005/11/msg00010.html

This bug report is filed against the source package which builds
a library depending on libstdc++6 and defining or referencing
*mt_alloc* symbols.  The package has to be rebuilt with either
g++-4.0_4.0.2-4 or g++-3.4_3.4.4-10 (or newer).  Please rename the
library package to a name with a c2a suffix, and adjust the build
dependencies if dependencies on another renamed library do exist.

Do *not* yet upload the package, but wait for a followup mail to this
bug report.

If this bug report is for some reason invalid, please close it with
a short reasoning.

---End Message---
---BeginMessage---
Source: plptools
Source-Version: 0.14-4

We believe that the bug you reported is fixed in the latest version of
plptools, which is due to be installed in the Debian FTP archive:

klipsi_0.14-4_i386.deb
  to pool/main/p/plptools/klipsi_0.14-4_i386.deb
kpsion_0.14-4_i386.deb
  to pool/main/p/plptools/kpsion_0.14-4_i386.deb
libplpc2a_0.14-4_i386.deb
  to pool/main/p/plptools/libplpc2a_0.14-4_i386.deb
plptools-dev_0.14-4_i386.deb
  to pool/main/p/plptools/plptools-dev_0.14-4_i386.deb
plptools-kde_0.14-4_i386.deb
  to pool/main/p/plptools/plptools-kde_0.14-4_i386.deb
plptools_0.14-4.diff.gz
  to pool/main/p/plptools/plptools_0.14-4.diff.gz
plptools_0.14-4.dsc
  to pool/main/p/plptools/plptools_0.14-4.dsc
plptools_0.14-4_i386.deb
  to pool/main/p/plptools/plptools_0.14-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
John Lines [EMAIL PROTECTED] (supplier of updated plptools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  9 Apr 2006 15:21:24 +0100
Source: plptools
Binary: klipsi plptools-dev plptools-kde kpsion plptools libplpc2a
Architecture: source i386
Version: 0.14-4
Distribution: unstable
Urgency: low
Maintainer: John Lines [EMAIL PROTECTED]
Changed-By: John Lines [EMAIL PROTECTED]
Description: 
 klipsi - Remote CutPaste for Psion PDA
 kpsion - Backup and Restore of a Psion PDA
 libplpc2a  - Library functions for plptools Psion PDA access functions
 plptools   - Access a Psion PDA over a serial link
 plptools-dev - plptools (development files)
 plptools-kde - KDE integration of plptools
Closes: 339251 341166 351350
Changes: 
 plptools (0.14-4) unstable; urgency=low
 .
   * Split libplp into its own library package (Closes: #339251)
   * Suggest portmap for plptools as plpnfsd needs it, but plpftp does not 
(Closes: #341166)
   * Add Swedish debconf template (Closes: #351350)
Files: 
 5b5d9f68bd434f818ad4513f06bfb6e4 896 otherosfs optional plptools_0.14-4.dsc
 596614c869ce955ba5d3b4eaf7e0fb50 46053 otherosfs optional 
plptools_0.14-4.diff.gz
 60b9bc258d60827c3625d8340466ccee 219646 otherosfs optional 
plptools_0.14-4_i386.deb
 26eb30c5fe522ecb1ea3c5bb5e007ec7 85590 libs optional libplpc2a_0.14-4_i386.deb
 f62c6fb166afbb20fea8e5f069bf5002 270466 devel optional 
plptools-dev_0.14-4_i386.deb
 90a7a2ee0821955b6a7b1af4d2016d17 122446 otherosfs optional 
plptools-kde_0.14-4_i386.deb
 12ac85fa541c2d7ff8f2c9f8dedc4bb7 318534 otherosfs optional 
kpsion_0.14-4_i386.deb
 f2905b6eafef3cb94120de373574cbd9 39594 otherosfs optional 
klipsi_0.14-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQCVAwUBRDkjXJ0KIkah3rc9AQLEgwP7BLvSXvMIrfccbcClst9xp4dXY8pX4c6h
3pvlyqoRKEew5hvb5Nz7EWgzWr5RcuVtE3ENhuiG8yGmR1w+F46ePPFWoXjtBv0+
8rTZ9o6TrsROuEEcIHRZjLgmct8t7YbA96WthEno9Se0YtywRZ6YU7Igz4qvF7KJ
rAZCefsr66c=
=kkzP
-END PGP SIGNATURE-

---End Message---


Bug#351150: marked as done (Please stop build modules for python2.1/python2.2)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 07:16:00 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#351150: fixed in python-pyxattr 0.2.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: python-pyxattr
Usertag: python2

Please stop build modules for python2.1/python2.2 from the python-pyxattr
source package. Although there is still discussion about the python
version(s) to support, it is clear that python2.1 and python2.2 are
dropped. We are targeting a python version = 2.4 as the default python
version for etch (python2.3 is still the default python version), so it
may not be wrong to support python2.4, when you drop support for python2.1
and python2.2.

The severity of this report will be raised to serious when the
python2.1 and python2.2 are removed from unstable.

---End Message---
---BeginMessage---
Source: python-pyxattr
Source-Version: 0.2.1-1

We believe that the bug you reported is fixed in the latest version of
python-pyxattr, which is due to be installed in the Debian FTP archive:

python-pyxattr_0.2.1-1.diff.gz
  to pool/main/p/python-pyxattr/python-pyxattr_0.2.1-1.diff.gz
python-pyxattr_0.2.1-1.dsc
  to pool/main/p/python-pyxattr/python-pyxattr_0.2.1-1.dsc
python-pyxattr_0.2.1-1_all.deb
  to pool/main/p/python-pyxattr/python-pyxattr_0.2.1-1_all.deb
python-pyxattr_0.2.1.orig.tar.gz
  to pool/main/p/python-pyxattr/python-pyxattr_0.2.1.orig.tar.gz
python2.3-pyxattr_0.2.1-1_i386.deb
  to pool/main/p/python-pyxattr/python2.3-pyxattr_0.2.1-1_i386.deb
python2.4-pyxattr_0.2.1-1_i386.deb
  to pool/main/p/python-pyxattr/python2.4-pyxattr_0.2.1-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iustin Pop [EMAIL PROTECTED] (supplier of updated python-pyxattr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 11 Feb 2006 23:28:43 +0200
Source: python-pyxattr
Binary: python-pyxattr python2.4-pyxattr python2.3-pyxattr
Architecture: source i386 all
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop [EMAIL PROTECTED]
Changed-By: Iustin Pop [EMAIL PROTECTED]
Description: 
 python-pyxattr - module for manipulating filesystem extended attributes
 python2.3-pyxattr - module for manipulating filesystem extended attributes
 python2.4-pyxattr - module for manipulating filesystem extended attributes
Closes: 351150
Changes: 
 python-pyxattr (0.2.1-1) unstable; urgency=low
 .
   * New upstream release (fixes a symlink handling bug
 and a possible memory leak)
   * Stop building python 2.2 packages (closes: #351150)
   * Start building python 2.4 packages
   * Updated standards version to 3.6.2 (no changes)
   * Update FSF address in copyright file
Files: 
 25c1d2d2bc7e451c9cfe50312cc883da 672 python optional python-pyxattr_0.2.1-1.dsc
 c2c28332bbeefc2cf0627ecb4c10c9b0 5873 python optional 
python-pyxattr_0.2.1.orig.tar.gz
 4877ad065141c31d771d013fe284c04c 2029 python optional 
python-pyxattr_0.2.1-1.diff.gz
 e3a1916496dc42b1022a3fbe1bec5d35 8832 python optional 
python2.3-pyxattr_0.2.1-1_i386.deb
 87ef2c19564ffb83464bcec020356c86 8834 python optional 
python2.4-pyxattr_0.2.1-1_i386.deb
 0cb79674f1d2af5323b423710ff526e4 4614 python optional 
python-pyxattr_0.2.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEOU5kvGr7W6HudhwRAt4dAKCkrwRlrd6egrNbG0rzrjKvN7dTUwCfVIGs
z2BnCOu5AWa30LmPGEoccKo=
=g/rC
-END PGP SIGNATURE-

---End Message---


Processed: tagging 361732

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.16
 tags 361732 + sarge
Bug#361732: vlc does not start
There were no tags set.
Tags added: sarge


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: severity of 343978 is important

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.16
 severity 343978 important
Bug#343978: vlc: segfault on launch/fopen
Severity set to `important'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#351149: marked as done (Please stop build modules for python2.1/python2.2)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 07:15:53 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#351149: fixed in python-pylibacl 0.2.1-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: python-pylibacl
Usertag: python2

Please stop build modules for python2.1/python2.2 from the python-pylibacl
source package. Although there is still discussion about the python
version(s) to support, it is clear that python2.1 and python2.2 are
dropped. We are targeting a python version = 2.4 as the default python
version for etch (python2.3 is still the default python version), so it
may not be wrong to support python2.4, when you drop support for python2.1
and python2.2.

The severity of this report will be raised to serious when the
python2.1 and python2.2 are removed from unstable.

---End Message---
---BeginMessage---
Source: python-pylibacl
Source-Version: 0.2.1-3

We believe that the bug you reported is fixed in the latest version of
python-pylibacl, which is due to be installed in the Debian FTP archive:

python-pylibacl_0.2.1-3.diff.gz
  to pool/main/p/python-pylibacl/python-pylibacl_0.2.1-3.diff.gz
python-pylibacl_0.2.1-3.dsc
  to pool/main/p/python-pylibacl/python-pylibacl_0.2.1-3.dsc
python-pylibacl_0.2.1-3_all.deb
  to pool/main/p/python-pylibacl/python-pylibacl_0.2.1-3_all.deb
python2.3-pylibacl_0.2.1-3_i386.deb
  to pool/main/p/python-pylibacl/python2.3-pylibacl_0.2.1-3_i386.deb
python2.4-pylibacl_0.2.1-3_i386.deb
  to pool/main/p/python-pylibacl/python2.4-pylibacl_0.2.1-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iustin Pop [EMAIL PROTECTED] (supplier of updated python-pylibacl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 22 Feb 2006 13:13:14 +0200
Source: python-pylibacl
Binary: python-pylibacl python2.3-pylibacl python2.4-pylibacl
Architecture: source i386 all
Version: 0.2.1-3
Distribution: unstable
Urgency: low
Maintainer: Iustin Pop [EMAIL PROTECTED]
Changed-By: Iustin Pop [EMAIL PROTECTED]
Description: 
 python-pylibacl - module for manipulating POSIX.1e ACLs
 python2.3-pylibacl - module for manipulating POSIX.1e ACLs
 python2.4-pylibacl - module for manipulating POSIX.1e ACLs
Closes: 351149
Changes: 
 python-pylibacl (0.2.1-3) unstable; urgency=low
 .
   * Stop building python 2.2 packages (closes: #351149)
   * Start building python 2.4 packages
   * Updated standards version to 3.6.2 (no changes)
   * Updated FSF address in copyright file
Files: 
 a19a64cc14daf9ac2026a144381463f6 678 python optional 
python-pylibacl_0.2.1-3.dsc
 f7fa627a7ce5da2b9f6b2c34ff88ae19 2014 python optional 
python-pylibacl_0.2.1-3.diff.gz
 3c62ef956dc5efa9a5d98829e4a11cb9 21306 python optional 
python2.3-pylibacl_0.2.1-3_i386.deb
 09cc03f25faf75686bf4525eba3ba151 21306 python optional 
python2.4-pylibacl_0.2.1-3_i386.deb
 9b1d72282f0c859257c0823a2823096e 12178 python optional 
python-pylibacl_0.2.1-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEOU3UvGr7W6HudhwRAqAJAJ9K+U1HU28GZAm6RmWQvkD4jK34uACffye4
Vh1zGhgPrX7uDmNcDiRgnKI=
=qlVs
-END PGP SIGNATURE-

---End Message---


Processed: Fixed in NMU of python-pam 0.4.2-10.2

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 351148 + fixed
Bug#351148: Please stop build modules for python2.1/python2.2
Tags were: pending
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: severity of 353142 is important

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.16
 severity 353142 important
Bug#353142: zeroconf: Breaks network configuration
Severity set to `important'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#362482: Another memory error from E-D-S

2006-04-24 Thread Heikki Henriksen
man, 17,.04.2006 kl. 12.05 -0700, skrev Scott Anderson:
 This time when E-D-S crashed, it spit out the following error:
 ***MEMORY-ERROR***: evolution-data-server[25311]: GSlice: assertion failed: 
 sinfo-n_allocated  0
 My understanding from the evolution mailing list is that we do not still need 
 to use the
 G_SLICE=always-malloc environment variable when up-to-date on the unstable 
 branch.  Is this true?

Since you use groupwise, it's very possible that this is a bug in the
groupwise-provider with libglib 2.10.

It's quite hard to debug this for me, as I don't have access to a
groupwise-server, but I'd appreciate it if you're able to test the 2.6
packages in experimental against this bug.

If not, I'm quite certain that this should be fixed in 2.6, and that
will reach unstable soonish :)

Cheers :)
 Heikki



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



Bug#364626: reportbug: Drop problem description when it's too long.

2006-04-24 Thread Hong Jen Yee (PCMan)
Package: reportbug
Version: 3.20
Severity: grave
Justification: causes non-serious data loss

When reportbug is launched, it requires a brief description of the
problem from the user.  I type my problem and hit return, and then,
reportbug tells me the summary is too long, and ask me to input a
shorter description. After that, all the data I previously key in is
lost. I think there should be some limitation on the count of characters to be 
typed in the summary or I don't know whether the summary I wrote is too long or 
not.  Otherwise, if it's too long, reportbug had better save the long 
description for later use, and prompt the user to input a shorter title.  Then, 
reportbug can automatically fill in the content of the final report which is 
opened in editor with previously saved long description.  This is not only 
fool-proof, but it also increase the usability. If newbies use reportbug first 
time, and don't know they should just input a title, and the full description 
can be done later, they will accidentally lost their bug report, and get 
frustrated.  The result may be they don't want to write that bug report again, 
and the bug cannot enter bug reporting system.

-- Package-specific info:
** /home/pcman/.reportbugrc:
reportbug_version 3.20
mode novice
ui text
realname Hong Jen Yee (PCMan)
email [EMAIL PROTECTED]
no-cc
header X-Debbugs-CC: [EMAIL PROTECTED]
smtphost bugs.debian.org

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python2.3 2.3.5-9.1  An interactive high-level object-o

Versions of packages reportbug recommends:
ii  python2.3-cjkcodecs   1.1.1-1Python Unicode Codecs Collection f

-- no debconf information


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



Bug#364629: FTBFS: error: previous declaration 'int snprintf...'

2006-04-24 Thread Martin Michlmayr
Package: xosview
Version: 1.8.2-8
Severity: serious

 g++  -W -Wall -O2 -I. -DXOSVIEW_VERSION=\1.8.2\ -I/build/tbm/xosview-1.8.2 
 -I/build/tbm/xosview-1.8.2/linux -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
 -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
 -DHAVE_BOOL=1 -DLONG_LONG=long\ long -DHAVE_IOSTREAM=1 -DHAVE_FSTREAM=1 
 -DGNULIBC=1 -DUSESYSCALLS=1   -c xwin.cc -o xwin.o
 /usr/include/stdio.h:353: error: declaration of C function 'int 
 snprintf(char*, size_t, const char*, ...)' conflicts with
 snprintf.h:5: error: previous declaration 'int snprintf(char*, int, const 
 char*, ...)' here
 make[1]: *** [xwin.o] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#314896: marked as done (libdvdread3: FTBFS: Missing 'Depends' on 'debconf')

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 08:23:11 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#314896: fixed in libdvdread 0.9.5-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: libdvdread3
Version: 0.9.4-5
Severity: serious
Tags: patch

When trying to install libdvdread3 in a clean unstable chroot,
I get the following error:

...
Setting up libdvdread3 (0.9.4-5) ...
/var/lib/dpkg/info/libdvdread3.postinst: line 23: 
/usr/share/debconf/confmodule: No such file or directory
dpkg: error processing libdvdread3 (--configure):
 subprocess post-installation script returned error exit status 1


Please add the missing 'Depends' on 'debconf' to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libdvdread-0.9.4/debian/control ./debian/control
--- ../tmp-orig/libdvdread-0.9.4/debian/control 2005-06-19 10:07:57.0 
+0200
+++ ./debian/control2005-06-19 10:07:55.0 +0200
@@ -8,7 +8,7 @@
 Package: libdvdread3
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, debconf
 Conflicts: libdvdread1 (= 0.9.1-1)
 Suggests: libdvdcss2, wget
 Description: Simple foundation for reading DVDs

---End Message---
---BeginMessage---
Source: libdvdread
Source-Version: 0.9.5-1

We believe that the bug you reported is fixed in the latest version of
libdvdread, which is due to be installed in the Debian FTP archive:

libdvdread-dev_0.9.5-1_i386.deb
  to pool/main/libd/libdvdread/libdvdread-dev_0.9.5-1_i386.deb
libdvdread3_0.9.5-1_i386.deb
  to pool/main/libd/libdvdread/libdvdread3_0.9.5-1_i386.deb
libdvdread_0.9.5-1.diff.gz
  to pool/main/libd/libdvdread/libdvdread_0.9.5-1.diff.gz
libdvdread_0.9.5-1.dsc
  to pool/main/libd/libdvdread/libdvdread_0.9.5-1.dsc
libdvdread_0.9.5.orig.tar.gz
  to pool/main/libd/libdvdread/libdvdread_0.9.5.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann [EMAIL PROTECTED] (supplier of updated libdvdread package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  7 Apr 2006 21:39:00 +0200
Source: libdvdread
Binary: libdvdread-dev libdvdread3
Architecture: source i386
Version: 0.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 libdvdread-dev - library for reading DVDs (development)
 libdvdread3 - library for reading DVDs
Closes: 246165 272499 272516 314896 329725 361295
Changes: 
 libdvdread (0.9.5-1) unstable; urgency=low
 .
   * New upstream release:
 - proper UTF-8 handling in IFO (Closes: #246165).
 - uses updated libtool (Closes: #272516).
   * New maintainer (Closes: #361295).
   * Acknoledge NMU (Closes: #314896).
   * Remade debian directory:
 - added a watch file.
 - renamed libdvdread3-dev to the proper name libdvdread-dev.
 - using dpatch for patches management.
   * Added amd64 to install-css.sh (Closes: #329725).
   * Added patch to support kFreeBSD (Closes: #272499).
Files: 
 0589f94dbedc592ce54c8810a3a0f705 631 graphics optional libdvdread_0.9.5-1.dsc
 baa9a07a8da5ed9db6a9a3ed1ad4478c 381006 graphics optional 
libdvdread_0.9.5.orig.tar.gz
 e023fe2e08438f30523228458e55e0d8 19143 graphics optional 
libdvdread_0.9.5-1.diff.gz
 a2d14a345501215084b2a1d7f844c302 56190 libs optional 
libdvdread3_0.9.5-1_i386.deb
 fc8a6d931baf327589b019a4ee50937c 74100 libdevel optional 
libdvdread-dev_0.9.5-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEO3e0xa93SlhRC1oRAohdAJ4xt2EWMCnTGOP6GdfKRnv5j9scLgCgiL4O
Lg3MNI7zd5KYcSOGRk5XXrc=
=k0n6
-END PGP SIGNATURE-

---End Message---


Bug#360690: install scripts do not run; package seems mangled

2006-04-24 Thread Tim Peeler
On Sat, Apr 22, 2006 at 08:59:00PM +0200, Arnaud Fontaine wrote:
 Hello,
 
 I  would like more  notice from  you. How  could we  know that  you have
 prepared a new package ? In addition it is a RC bug. That's why, i did a
 NMU quickly.
 
 I thought my patch was good and works well. But apparently, it isn't for
 the update. So, i'm sorry. I try to make my best for this patch, but you
 are probably right, i should have  sent you a mail, especially for a big
 patch. The next  time i made a  big patch like that, i  will contact the
 DD. Sorry again ;).
 
 But please, the next time you have  a RC bug, please send a mail telling
 that a new package is ready and it needs review from your sponsor.
 
 Regards,
 Arnaud Fontaine
 

I'll notify the next time I have an RC bug.

Thanks,
Tim

-- 
Timothy Peeler [EMAIL PROTECTED]
Senior Programmer, Systems Administrator
LinuxForce Inc. (http://www.LinuxForce.net)


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



Bug#364516: this bug..

2006-04-24 Thread Joey Hess
Theodore Ts'o wrote:
 Two questions  first of all, this is a testing/unstable bug,
 right?  I had a vague memory from a LCA 2006 presentation that we were
 going to be desupporting the 2.4 kernel, or did I get that wrong?  Not
 that this means we shouldn't fix the bug, but I'm wondering whether
 this should really be considered an RC bug or not; how many people are
 still using a 2.4 kernel on testing/unstable, and is that a supported
 configuration.  I would have at thought this was at best an
 important or normal bug.  The answer to this question would
 basically affect whether or not I try to upload something right away,
 or after I finish a few other changes currently on deck and can afford
 to wait a few days.

The kernel team has stated that they plan to drop 2.4 kernels before
etch releases, but it's currently still in the archive, and we will
still need to support upgrades from stable. There are also still some
architectures that d-i only supports with the 2.4 kernel.

 Secondly, could you try this out since you obviously have a 2.4 system
 handy?  What it does is avoid setting LD_ASSUME_KERNEL at all if the
 script is currently running on a 2.4 kernel.  That should make the
 script more robust, for someone who is purely running 2.4, and glibc
 changes the minimum kernel version again.  It would only set
 LD_ASSUME_KERNEL in the presumably rare case where you are running a
 2.6 kernel, and for some reason want to install and run mkinitrd on a
 2.4 kernel.  IIRC, that was the scenario that needed the
 LD_ASSUME_KERNEL environment variable in the first place, so we might
 as well restrict it to that.

Yes, this will work just as well. LD_ASSUME_KERNEL is only needed to
avoid ldd seeing tls libraries, which will not be used anyway if 2.4 is
running.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#358345: libpgjava: FTBFS: compile error

2006-04-24 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 building the package libpgjava in a clean sid build environment
 (with pbuilder) on i386 results in:

[...]

 [javac] --
 [javac] 46. ERROR in 
 /tmp/buildd/libpgjava-8.1-404/org/postgresql/jdbc2/Jdbc2Blob.java
 [javac]  (at line 13)
 [javac]   public class Jdbc2Blob extends AbstractJdbc2Blob implements 
 java.sql.Blob
 [javac]^
 [javac] The type Jdbc2Blob must implement the inherited abstract method 
 Blob.setBytes(long, byte[])
 [javac] --

[...]

 BUILD FAILED
 /tmp/buildd/libpgjava-8.1-404/build.xml:117: Compile failed; see the compiler 
 error output for details.

Good news: it's easy to fix;
Bad news: we have to drop jdbc2 support.

Well it's maybe not has bad has it seems, jdbc2 is really old. The
problem seems to be the java.sql api changed and some interfaces added
new methods. We could add stubs. What do you think?

1° drop jdbc2 for postgresql driver?

2° add stubs to the postgresql driver classes?

Thanks for your comments,

- --
  .''`.
 : :' :rnaud
 `. `'
   `-
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFETPQ14vzFZu62tMIRAr0JAJ9sHAjFbL2sTJXucehJQBkfZRefOwCcDZ7N
mscQoVGhwcRsl4qstI1HAuA=
=WZHy
-END PGP SIGNATURE-


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



Bug#357551: marked as done (fcitx: Version 3.1.1-1.1, exit with signal 11)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 08:47:04 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#357551: fixed in fcitx 3.2.060108-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: fcitx
Version: 3.1.1-1.1
Severity: grave
Justification: renders package unusable

After upgrading to 3.1.1-1.1, fcitx can be launched as usual. However after 
pressing ctrl+space to activate Chinese input, fcitx exits when I press any
key with the following message:
FCITX -- Get Signal No.: 11
FCITX -- Exit Signal No.: 11

Same error occurs after I delete ~/.fcitx and re-launch fcitx.

Falling back to 3.1.1-1 and the error does not occur again.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6
Locale: LANG=en_US, LC_CTYPE=zh_CN (charmap=GB2312)

Versions of packages fcitx depends on:
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  ttf-arphic-gbsn00lp   2.11-6 AR PL SungtiL GB Chinese TrueTyp
ii  ttf-arphic-gkai00mp   2.11-6 AR PL KaitiM GB Chinese TrueType
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

fcitx recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: fcitx
Source-Version: 3.2.060108-1

We believe that the bug you reported is fixed in the latest version of
fcitx, which is due to be installed in the Debian FTP archive:

fcitx_3.2.060108-1.diff.gz
  to pool/main/f/fcitx/fcitx_3.2.060108-1.diff.gz
fcitx_3.2.060108-1.dsc
  to pool/main/f/fcitx/fcitx_3.2.060108-1.dsc
fcitx_3.2.060108-1_i386.deb
  to pool/main/f/fcitx/fcitx_3.2.060108-1_i386.deb
fcitx_3.2.060108.orig.tar.gz
  to pool/main/f/fcitx/fcitx_3.2.060108.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yu Guanghui [EMAIL PROTECTED] (supplier of updated fcitx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 22:38:26 +0800
Source: fcitx
Binary: fcitx
Architecture: source i386
Version: 3.2.060108-1
Distribution: unstable
Urgency: high
Maintainer: Yu Guanghui [EMAIL PROTECTED]
Changed-By: Yu Guanghui [EMAIL PROTECTED]
Description: 
 fcitx  - Free Chinese Input Toy for X (XIM)
Closes: 293624 314743 357551
Changes: 
 fcitx (3.2.060108-1) unstable; urgency=high
 .
   * New upstream release
   * Fixed RC bug. Closes: #357551
   * Add im-switch support. Thank Hou ZhengPeng [EMAIL PROTECTED]'s
 patch. Closes: #314743
   * Move Arphic fonts to Recommanded. Maybe it's time to packages other
 free chinese fonts. Closes: #293624
Files: 
 0ac2fb9694f78613be8e9cbf47e46578 596 utils optional fcitx_3.2.060108-1.dsc
 593a78120240a33ad5ff403da21ef26e 4267570 utils optional 
fcitx_3.2.060108.orig.tar.gz
 6deb6acc4f34d91768b5e194180c0268 26959 utils optional 
fcitx_3.2.060108-1.diff.gz
 5de07f046dc50d9e111a1fb83efb5b29 4191728 utils optional 
fcitx_3.2.060108-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFETOwfKNPoKRflcycRArF3AJsHqxozW1fJIJSoX15N0XfztMd5vgCgrkeE
R18iaXF4JDq+TUofp9HUdb0=
=FjpG
-END PGP SIGNATURE-

---End Message---


Bug#364448: Reproduces for all users?

2006-04-24 Thread Filipus Klutiero

Hi,
could you tell us a bit about the reproducability conditions? Are you 
able to reproduce this if you create a new user on the affected system 
and try starting kmail with that user, or only 1 user is affected?



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



Bug#361085: marked as done (denyhosts-python2.4: /usr/bin/denyhosts contains incorrect shebang)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 09:17:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#361085: fixed in denyhosts 2.3-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: denyhosts-python2.4
Version: 2.2-1
Severity: grave
Tags: patch
Justification: renders package unusable

After the command `/etc/init.d/denyhosts start` denyhosts-python2.4 raises
an ImportError exception:

Starting DenyHosts: denyhostsTraceback (most recent call last):
  File /usr/bin/denyhosts, line 5, in ?
import DenyHosts.python_version
ImportError: No module named DenyHosts.python_version

The attached patch will fix this problem.

best regards
Pascal

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages denyhosts-python2.4 depends on:
ii  denyhosts-common  2.2-1  an utility to help sys admins thwa
ii  python2.4 2.4.2-2An interactive high-level object-o

denyhosts-python2.4 recommends no packages.

-- no debconf information
--- /usr/bin/denyhosts.org	2006-04-06 14:04:24.0 +0200
+++ /usr/bin/denyhosts	2006-04-06 14:14:23.0 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.4
 import os
 import sys
 
---End Message---
---BeginMessage---
Source: denyhosts
Source-Version: 2.3-2

We believe that the bug you reported is fixed in the latest version of
denyhosts, which is due to be installed in the Debian FTP archive:

denyhosts-common_2.3-2_all.deb
  to pool/main/d/denyhosts/denyhosts-common_2.3-2_all.deb
denyhosts-python2.3_2.3-2_all.deb
  to pool/main/d/denyhosts/denyhosts-python2.3_2.3-2_all.deb
denyhosts-python2.4_2.3-2_all.deb
  to pool/main/d/denyhosts/denyhosts-python2.4_2.3-2_all.deb
denyhosts_2.3-2.diff.gz
  to pool/main/d/denyhosts/denyhosts_2.3-2.diff.gz
denyhosts_2.3-2.dsc
  to pool/main/d/denyhosts/denyhosts_2.3-2.dsc
denyhosts_2.3-2_all.deb
  to pool/main/d/denyhosts/denyhosts_2.3-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco Bertorello [EMAIL PROTECTED] (supplier of updated denyhosts package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 19 Apr 2006 12:54:59 +0200
Source: denyhosts
Binary: denyhosts denyhosts-python2.3 denyhosts-common denyhosts-python2.4
Architecture: source all
Version: 2.3-2
Distribution: unstable
Urgency: low
Maintainer: Marco Bertorello [EMAIL PROTECTED]
Changed-By: Marco Bertorello [EMAIL PROTECTED]
Description: 
 denyhosts  - an utility to help sys admins thwart ssh hackers
 denyhosts-common - an utility to help sys admins thwart ssh hackers
 denyhosts-python2.3 - an utility to help sys admins thwart ssh hackers
 denyhosts-python2.4 - an utility to help sys admins thwart ssh hackers
Closes: 361085 361738
Changes: 
 denyhosts (2.3-2) unstable; urgency=low
 .
   * Commented Mac OS X logfile from default configuration (Closes: #361738)
   * Removed denyhosts-common dependancy from python
   * Moved denyhosts executable to the python-versioned packages (Closes: 
#361085)
   * Added override for no manpage warning to linda and lintian
   * Updated information in copyright file
Files: 
 bb03ab387ab96076730c5ccbc182453b 661 net optional denyhosts_2.3-2.dsc
 773691d75b358b0015588ba9917ad73d 5670 net optional denyhosts_2.3-2.diff.gz
 5f3ea1140aab253dd1371dfb13f93a5d 17728 net optional 
denyhosts-common_2.3-2_all.deb
 5cce339f5f11d7dca8414bd2b6b85d57 8688 net optional denyhosts_2.3-2_all.deb
 7d3836f6c9e63719568c4fcad609f046 32164 net optional 
denyhosts-python2.3_2.3-2_all.deb
 1d877bf2c1c4cc3fab367ccc67e149b5 31888 net optional 
denyhosts-python2.4_2.3-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFETPjpaGRzDfCV5eQRAqBvAJ90b9aIiRtf1HfObMNbz99MG2YVnwCfUiF2
sblg/3jtQfx2N1dMP+3SC7w=
=Jiyv
-END PGP SIGNATURE-

---End Message---


Bug#361085: fixed in denyhosts 2.3-2

2006-04-24 Thread Steve Langasek
reopen 361085
quit

On Mon, Apr 24, 2006 at 09:17:10AM -0700, Marco Bertorello wrote:
  denyhosts (2.3-2) unstable; urgency=low
  .
* Commented Mac OS X logfile from default configuration (Closes: #361738)
* Removed denyhosts-common dependancy from python
* Moved denyhosts executable to the python-versioned packages (Closes: 
 #361085)
* Added override for no manpage warning to linda and lintian
* Updated information in copyright file

Um, no.  This is broken and wrong, and ignores all the advice you were given
on debian-mentors.

The denyhosts-python2.3 and denyhosts-python2.4 packages now have an
undeclared conflict because they both ship the /usr/bin/denyhosts file.  And
this is only the tip of the iceberg when it comes to problems with this
packaging.  You seem to have ignored the entire thread on debian-mentors
explaining to you why it's wasteful and broken to ship separate versions of
an application for each python flavor.  Please revisit this packaging and
figure out how to provide what your users need with a single package, not
just adding overrides and conflicts to get by.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Processed: Re: Bug#360686: sync broken with revent libsvn-core-perl

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 360686 - moreinfo
Bug#360686: sync broken with revent libsvn-core-perl
Tags were: moreinfo
Tags removed: moreinfo

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#361085: fixed in denyhosts 2.3-2

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 361085
Bug#361085: denyhosts-python2.4: /usr/bin/denyhosts contains incorrect shebang
Bug reopened, originator not changed.

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361729: marked as done (vlc: Don't build depend on gcc-snapshot)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 10:17:52 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#361729: fixed in vlc 0.8.5-test3.debian-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: vlc
Version: 0.8.4-svn20050920-1
Severity: grave

Hi,

It seems you're build depending on gcc-snapshot.  Please don't do
that.  It's an experimental version.

According to the changelog:
+ Build-depend on gcc-snapshot on i386 and amd64, because currently only
  that version of gcc properly builds some of the MMX modules.

Did you atleast try that gcc-4.1 works now?


Kurt


---End Message---
---BeginMessage---
Source: vlc
Source-Version: 0.8.5-test3.debian-1

We believe that the bug you reported is fixed in the latest version of
vlc, which is due to be installed in the Debian FTP archive:

libvlc0-dev_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/libvlc0-dev_0.8.5-test3.debian-1_i386.deb
mozilla-plugin-vlc_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/mozilla-plugin-vlc_0.8.5-test3.debian-1_i386.deb
vlc-plugin-alsa_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-alsa_0.8.5-test3.debian-1_i386.deb
vlc-plugin-arts_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-arts_0.8.5-test3.debian-1_i386.deb
vlc-plugin-esd_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-esd_0.8.5-test3.debian-1_i386.deb
vlc-plugin-ggi_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-ggi_0.8.5-test3.debian-1_i386.deb
vlc-plugin-glide_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-glide_0.8.5-test3.debian-1_i386.deb
vlc-plugin-sdl_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-sdl_0.8.5-test3.debian-1_i386.deb
vlc-plugin-svgalib_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-svgalib_0.8.5-test3.debian-1_i386.deb
vlc_0.8.5-test3.debian-1.diff.gz
  to pool/main/v/vlc/vlc_0.8.5-test3.debian-1.diff.gz
vlc_0.8.5-test3.debian-1.dsc
  to pool/main/v/vlc/vlc_0.8.5-test3.debian-1.dsc
vlc_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc_0.8.5-test3.debian-1_i386.deb
vlc_0.8.5-test3.debian.orig.tar.gz
  to pool/main/v/vlc/vlc_0.8.5-test3.debian.orig.tar.gz
wxvlc_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/wxvlc_0.8.5-test3.debian-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) [EMAIL PROTECTED] (supplier of updated vlc 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 18:10:10 +0200
Source: vlc
Binary: wxvlc vlc-plugin-sdl vlc-plugin-ggi vlc-plugin-alsa vlc-plugin-glide 
vlc-plugin-esd mozilla-plugin-vlc vlc vlc-plugin-arts vlc-plugin-svgalib 
libvlc0-dev
Architecture: source i386
Version: 0.8.5-test3.debian-1
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 libvlc0-dev - development files for VLC
 mozilla-plugin-vlc - multimedia plugin for web browsers based on VLC
 vlc- multimedia player for all audio and video formats
 vlc-plugin-alsa - ALSA audio output plugin for VLC
 vlc-plugin-arts - aRts audio output plugin for VLC
 vlc-plugin-esd - Esound audio output plugin for VLC
 vlc-plugin-ggi - GGI video output plugin for VLC
 vlc-plugin-glide - Glide video output plugin for VLC
 vlc-plugin-sdl - SDL video and audio output plugin for VLC
 vlc-plugin-svgalib - SVGAlib video output plugin for VLC
 wxvlc  - wxWidgets frontend for VLC
Closes: 330146 330154 339372 343031 347278 348404 352599 353459 354101 358233 
359655 361452 361729 362071 363153 364265 364321 364381
Changes: 
 vlc (0.8.5-test3.debian-1) unstable; urgency=low
 .
   * New upstream release.
 .
   * Upstream fixed many bugs:
 + Fixed the CPU features used by the deinterlace plugin and no
   longer crashes on non-SSE machines (Closes: #363153).
 + Properly build on amd64 wrt PIC (Closes: #339372, #330146, #330154).
 + Fixed the double pane in settings dialog issue (Closes: #343031).
 + Help flags now adapt to 

Bug#360686: sync broken with revent libsvn-core-perl

2006-04-24 Thread Bryan Donlan
tags 360686 - moreinfo
thanks

On 4/4/06, Bryan Donlan [EMAIL PROTECTED] wrote:
 On 4/4/06, Bastian Blank [EMAIL PROTECTED] wrote:
  tags 360686 moreinfo
  thanks
 
  On Mon, Apr 03, 2006 at 09:48:09PM -0500, Bryan Donlan wrote:
   $ svk sync //mirror/openc2e
   Syncing svn://twinsen.warpedgames.com/openc2e
   Retrieving log information from 750 to 752
   TypeError in method 'svn_ra_reporter2_invoke_set_path', argument 6 of 
   type 'char const *'
 
  A similar bug was fixed in libsvn-mirror-perl 0.68-2, so you have to
  provide more information.
 
  Bastian

 What other information would you like? I have libsvn-mirror-perl
 0.68-2, as the dependency version list indicated.


This bug is still reliably reproducable:
+ sudo dpkg -i libsvn-core-perl_1.3.1-2_i386.deb
(Reading database ... 221114 files and directories currently installed.)
Preparing to replace libsvn-core-perl 1.2.3dfsg1-3 (using
libsvn-core-perl_1.3.1-2_i386.deb) ...
Unpacking replacement libsvn-core-perl ...
Setting up libsvn-core-perl (1.3.1-2) ...

+ dpkg -l libsvn-core-perl
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  libsvn-core-perl  1.3.1-2   perl bindings
for Subversion (aka. svn)
+ rm -rf /home/bdonlan/.svk
+ svk mirror svn://ccdevnet.org/openc2e //mirror/openc2e
Repository /home/bdonlan/.svk/local does not exist, create? (y/n)y
Committed revision 1.
+ svk sync -s HEAD //mirror/openc2e
Syncing svn://ccdevnet.org/openc2e
Retrieving log information from 796 to 796
TypeError in method 'svn_ra_reporter2_invoke_set_path', argument 6 of
type 'char const *'
+ sudo dpkg -i libsvn-core-perl_1.2.3dfsg1-3_i386.deb
dpkg - warning: downgrading libsvn-core-perl from 1.3.1-2 to 1.2.3dfsg1-3.
(Reading database ... 221106 files and directories currently installed.)
Preparing to replace libsvn-core-perl 1.3.1-2 (using
libsvn-core-perl_1.2.3dfsg1-3_i386.deb) ...
Unpacking replacement libsvn-core-perl ...
Setting up libsvn-core-perl (1.2.3dfsg1-3) ...

+ svk sync -s HEAD //mirror/openc2e
Syncing svn://ccdevnet.org/openc2e
Retrieving log information from 796 to 796
Committed revision 2 from revision 796.

I have untagged moreinfo; if this reproduction log is not sufficient
please ask for specific information and I'll be happy to provide it.

Thanks,

Bryan Donlan



Bug#363935: mozilla-firefox 1.0.4-2sarge has remote vulnerabilities

2006-04-24 Thread Jean Tourrilhes
On Sun, Apr 23, 2006 at 11:35:52PM -0400, Eric Dorland wrote:
 * Jean Tourrilhes ([EMAIL PROTECTED]) wrote:
  Package: mozilla-firefox
  Version: 1.0.4-2sarge
  Severity: critical
  
  Hi,
  
  I'm using the very latest version of Debian, which is 3.1r2
  (Sarge + all security updates). The IT people at work here are bugging
  me because the version of firefox installed on my system contains
  multiple vulnerabilities.
  
  http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox
  
  I don't always agree with our IT people, but it seems to my
  that Firefox 1.0.8 fixes quite a lot of remote vulnerabilities. I
  usually don't care about local exploit, and I usually don't care much
  about the security of package I rarely use, as I'm the only user of
  that box, but remote vulnerabilities in my browser scare me. It seems
  to me that nowadays the browser is one of the main vector of attacks.
  In other words, if there is only one package on that box that
  should be up to date, that should be Firefox.
 
 The way Debian does security for stable releases is to port just the
 security fixes into stable. The Firefox point releases contain other
 miscellaneous bug fixes that we don't want. And they don't make it
 easy for us, they purposefully lock out the bugzilla for security
 related bugs, even after they've released fixes. 
 
 Alexander Sack has done a fantastic job porting the security fixes
 found in 1.0.8 into the sarge version of the package, and I'll be
 building it tonight and passing it on to the security folks so it
 shouldn't be too much longer. 

Yes, I know that you guys do a job I personally consider
impossible. Congrats on that.
Thanks for the positive answer !

Jean


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



Bug#364265: marked as done (vlc: FTBFS: Build dependency on xlibs-static-pic)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 10:17:52 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#364265: fixed in vlc 0.8.5-test3.debian-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: vlc
Version: 0.8.4.debian-2
Severity: serious

Hi,

Your package is build depending on xlibs-static-pic which has
been removed.


Kurt


---End Message---
---BeginMessage---
Source: vlc
Source-Version: 0.8.5-test3.debian-1

We believe that the bug you reported is fixed in the latest version of
vlc, which is due to be installed in the Debian FTP archive:

libvlc0-dev_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/libvlc0-dev_0.8.5-test3.debian-1_i386.deb
mozilla-plugin-vlc_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/mozilla-plugin-vlc_0.8.5-test3.debian-1_i386.deb
vlc-plugin-alsa_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-alsa_0.8.5-test3.debian-1_i386.deb
vlc-plugin-arts_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-arts_0.8.5-test3.debian-1_i386.deb
vlc-plugin-esd_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-esd_0.8.5-test3.debian-1_i386.deb
vlc-plugin-ggi_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-ggi_0.8.5-test3.debian-1_i386.deb
vlc-plugin-glide_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-glide_0.8.5-test3.debian-1_i386.deb
vlc-plugin-sdl_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-sdl_0.8.5-test3.debian-1_i386.deb
vlc-plugin-svgalib_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc-plugin-svgalib_0.8.5-test3.debian-1_i386.deb
vlc_0.8.5-test3.debian-1.diff.gz
  to pool/main/v/vlc/vlc_0.8.5-test3.debian-1.diff.gz
vlc_0.8.5-test3.debian-1.dsc
  to pool/main/v/vlc/vlc_0.8.5-test3.debian-1.dsc
vlc_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/vlc_0.8.5-test3.debian-1_i386.deb
vlc_0.8.5-test3.debian.orig.tar.gz
  to pool/main/v/vlc/vlc_0.8.5-test3.debian.orig.tar.gz
wxvlc_0.8.5-test3.debian-1_i386.deb
  to pool/main/v/vlc/wxvlc_0.8.5-test3.debian-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) [EMAIL PROTECTED] (supplier of updated vlc 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 18:10:10 +0200
Source: vlc
Binary: wxvlc vlc-plugin-sdl vlc-plugin-ggi vlc-plugin-alsa vlc-plugin-glide 
vlc-plugin-esd mozilla-plugin-vlc vlc vlc-plugin-arts vlc-plugin-svgalib 
libvlc0-dev
Architecture: source i386
Version: 0.8.5-test3.debian-1
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 libvlc0-dev - development files for VLC
 mozilla-plugin-vlc - multimedia plugin for web browsers based on VLC
 vlc- multimedia player for all audio and video formats
 vlc-plugin-alsa - ALSA audio output plugin for VLC
 vlc-plugin-arts - aRts audio output plugin for VLC
 vlc-plugin-esd - Esound audio output plugin for VLC
 vlc-plugin-ggi - GGI video output plugin for VLC
 vlc-plugin-glide - Glide video output plugin for VLC
 vlc-plugin-sdl - SDL video and audio output plugin for VLC
 vlc-plugin-svgalib - SVGAlib video output plugin for VLC
 wxvlc  - wxWidgets frontend for VLC
Closes: 330146 330154 339372 343031 347278 348404 352599 353459 354101 358233 
359655 361452 361729 362071 363153 364265 364321 364381
Changes: 
 vlc (0.8.5-test3.debian-1) unstable; urgency=low
 .
   * New upstream release.
 .
   * Upstream fixed many bugs:
 + Fixed the CPU features used by the deinterlace plugin and no
   longer crashes on non-SSE machines (Closes: #363153).
 + Properly build on amd64 wrt PIC (Closes: #339372, #330146, #330154).
 + Fixed the double pane in settings dialog issue (Closes: #343031).
 + Help flags now adapt to the locale and help formatting was fixed
   (Closes: #347278).
 + HTTP streaming no longer fails (Closes: #352599).
 + Memory leak fixed (Closes: #359655).
 + x264 build system supports ppc64 and mips64 (Closes: #361452, #358233).

Bug#364659: lasi_1.0.4-1(amd64/unstable): missing build dependency on cdbs

2006-04-24 Thread Frederik Schüler
Package: lasi
Version: 1.0.4-1
Severity: serious

Hello,

There was an error while trying to autobuild your package:

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5.0.0), autotools-dev, libpango1.0-dev

cdbs is missing among the build dependencies:

 gpg: Signature made Sat Apr  8 15:33:50 2006 CEST using DSA key ID 4A5D72FE
 gpg: Can't check signature: public key not found
 dpkg-source: extracting lasi in lasi-1.0.4
 dpkg-source: unpacking lasi_1.0.4.orig.tar.gz
 dpkg-source: applying /home/buildd/build/lasi_1.0.4-1.diff.gz
 dpkg-buildpackage: source package is lasi
 dpkg-buildpackage: source version is 1.0.4-1
 dpkg-buildpackage: host architecture amd64
 dpkg-buildpackage: source version without epoch 1.0.4-1
  /usr/bin/fakeroot debian/rules clean
 debian/rules:3: /usr/share/cdbs/1/rules/debhelper.mk: No such file or 
 directory
 debian/rules:4: /usr/share/cdbs/1/class/autotools.mk: No such file or 
 directory
 make: *** No rule to make target `/usr/share/cdbs/1/class/autotools.mk'.  
 Stop.

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64pkg=lasiver=1.0.4-1

Best regards
Frederik Schueler



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



Processed: your mail

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 189296 serious
Bug#189296: chicken_1.0-1(m68k/unstable/zeus): FTBFS on m68k
Severity set to `serious'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#364454: mozilla-firefox-locale-all: please upload a compatible version

2006-04-24 Thread Andreas Kroschel
Removing firefox-locale-de and reinstalling the same version
(1.5.0.1lang20060327-1) fixed the problem for me on two machines. Don't
ask me why, but it is worth a try, perhaps for other language packs too.

Andreas
-- 
Many changes of mind and mood; do not hesitate too long.


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



Bug#346892: marked as done (astrolog: FTBFS: build-depends on removed xlibs-dev)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 11:32:35 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#346892: fixed in astrolog 5.40-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: astrolog
Version: 5.40-2
Severity: serious

Hello,

  This is a serious bug filed against your package because it
  build-depends on xlibs-dev, which as announced in [1] a while ago, is
  no longer available in sid. This makes your package fail to build from
  source.

[1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html

  To fix this bug, you need to update your build-dependencies and
  substitute xlibs-dev for the list of individual X development
  libraries that your package needs to be built. You can find detailed
  information about how to do that in the DependsXlibsDev wiki page [2].

[2] http://wiki.debian.org/DependsXlibsDev

  As indicated by the Release Team [3], the full transition from XFree86
  to Xorg is a release blocker for Etch, which means that Etch will not
  be released until this bug is fixed (or your package removed from
  testing). So, please, try to fix in a timely manner.

[3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html

  The number of affected packages by the xlibs-dev transition is huge,
  so if you feel like helping with patches or uploads, feel free to
  follow the instructions contained in the wiki page above. A list of
  affected packages can be found here [4].

[4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev

  Finally, if there's a strong reason for which your package should not
  be NMUed, please note so in this bug report. Prospective NMUers will
  read your reasoning, and will decide if it's strong enough to delay
  their upload.

  Thanks for your collaboration!

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org


---End Message---
---BeginMessage---
Source: astrolog
Source-Version: 5.40-3

We believe that the bug you reported is fixed in the latest version of
astrolog, which is due to be installed in the Debian FTP archive:

astrolog_5.40-3.diff.gz
  to pool/non-free/a/astrolog/astrolog_5.40-3.diff.gz
astrolog_5.40-3.dsc
  to pool/non-free/a/astrolog/astrolog_5.40-3.dsc
astrolog_5.40-3_i386.deb
  to pool/non-free/a/astrolog/astrolog_5.40-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela [EMAIL PROTECTED] (supplier of updated astrolog package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 20:10:28 +0200
Source: astrolog
Binary: astrolog
Architecture: source i386
Version: 5.40-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 astrolog   - Customizable astrology chart calculation program
Closes: 346892
Changes: 
 astrolog (5.40-3) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#361346); set maintainer to Debian QA Group.
   * Acknowledge NMU.  Closes: #346892.
   * Switch to debhelper 5.
   * Change priority to optional in accordance with the override file.
   * Remove symlink to undocumented(7).
   * debian/changelog: Remove obsolete Emacs local variables.
   * debian/rules: Add support for DEB_BUILD_OPTIONS=noopt.
   * Conforms to Standards version 3.6.2.
Files: 
 a3f6f1eacc98cbad2100438f89353857 577 non-free/games optional 
astrolog_5.40-3.dsc
 c2e07493d297c2ca0a621b83c178ac66 6415 non-free/games optional 
astrolog_5.40-3.diff.gz
 d637db2457e67bc6e26cf32f46d2bcff 315746 non-free/games optional 
astrolog_5.40-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFETRdGxBYivKllgY8RAtsQAKCp+TLcb5sfHliMNLUedijWiy3t0ACgwV1j
9bTTOmBWLeKOh5GDSlq7SAw=
=SRD7
-END PGP SIGNATURE-

---End Message---


Bug#364651: amarok: freeze at start (consume all CPU in infinite loop)

2006-04-24 Thread Alexander Vodomerov
Package: amarok
Version: 1.3.8-1+b1
Severity: grave
Justification: renders package unusable


After recent upgrade amarok fails to start. Instead, it freezes and
onsumes all CPU. GDB shows some kind of loop:

(gdb) bt
#0  0xb67dd0ff in QEvent::type () from /usr/lib/libqt-mt.so.3
#1  0xb684dd76 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#2  0xb68eeabf in QWidget::adjustSize () from /usr/lib/libqt-mt.so.3
#3  0x082500bd in ToggleLabel::staticMetaObject ()
#4  0xb684c87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#5  0xb684d5f5 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#6  0xb787a02e in KApplication::notify () from /usr/lib/libkdecore.so.4
#7  0xb67de001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#8  0xb684dec5 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#9  0xb68eeabf in QWidget::adjustSize () from /usr/lib/libqt-mt.so.3
#10 0x082500bd in ToggleLabel::staticMetaObject ()
#11 0xb684c87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#12 0xb684d5f5 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#13 0xb787a02e in KApplication::notify () from /usr/lib/libkdecore.so.4
#14 0xb67de001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#15 0xb684dec5 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#16 0xb68eeabf in QWidget::adjustSize () from /usr/lib/libqt-mt.so.3
#17 0x082500bd in ToggleLabel::staticMetaObject ()
#18 0xb684c87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#19 0xb684d5f5 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#20 0xb787a02e in KApplication::notify () from /usr/lib/libkdecore.so.4
#21 0xb67de001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#22 0xb684dec5 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
---Type return to continue, or q return to quit---
#23 0xb68eeabf in QWidget::adjustSize () from /usr/lib/libqt-mt.so.3
#24 0x082500bd in ToggleLabel::staticMetaObject ()
#25 0xb684c87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#26 0xb684d5f5 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#27 0xb787a02e in KApplication::notify () from /usr/lib/libkdecore.so.4
#28 0xb67de001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#29 0xb684dec5 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#30 0xb68eeabf in QWidget::adjustSize () from /usr/lib/libqt-mt.so.3
#31 0x082500bd in ToggleLabel::staticMetaObject ()
#32 0xb684c87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#33 0xb684d5f5 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#34 0xb787a02e in KApplication::notify () from /usr/lib/libkdecore.so.4
#35 0xb67de001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#36 0xb684dec5 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#37 0xb68eeabf in QWidget::adjustSize () from /usr/lib/libqt-mt.so.3
#38 0x082500bd in ToggleLabel::staticMetaObject ()
#39 0xb684c87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#40 0xb684d5f5 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#41 0xb787a02e in KApplication::notify () from /usr/lib/libkdecore.so.4
#42 0xb67de001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#43 0xb684dec5 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#44 0xb68eeabf in QWidget::adjustSize () from /usr/lib/libqt-mt.so.3
#45 0x082500bd in ToggleLabel::staticMetaObject ()
---Type return to continue, or q return to quit---
#46 0xb684c87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#47 0xb684d5f5 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#48 0xb787a02e in KApplication::notify () from /usr/lib/libkdecore.so.4
#49 0xb67de001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#50 0xb684dec5 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#51 0xb68eeabf in QWidget::adjustSize () from /usr/lib/libqt-mt.so.3
#52 0x082500bd in ToggleLabel::staticMetaObject ()
#53 0xb684c87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
 and so on ...

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages amarok depends on:
ii  amarok-arts [amarok-engine] 1.3.8-1+b1   aRts engine for the amaroK audio p
ii  amarok-engines  1.3.8-1+b1   output engines for the amaroK audi
ii  amarok-gstreamer [amarok-en 1.3.8-1+b1   GStreamer engine for the amaroK au
ii  amarok-xine [amarok-engine] 1.3.8-1+b1   xine engine for the amaroK audio p
ii  kdelibs4c2a 4:3.5.2-2+b1 core libraries for all KDE applica
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libgl1-mesa-glx [libgl1]

Bug#364658: kdebluetooth_0.99+1.0beta1-8(amd64/unstable): missing autoconf build dependency

2006-04-24 Thread Frederik Schüler
Package: kdebluetooth
Version: 0.99+1.0beta1-8
Severity: serious

Hello,

There was an error while trying to autobuild your package:

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), autotools-dev, kdelibs4-dev (= 3.1.4), 
 libbluetooth1-dev (= 2.6) | libsdp2-dev (= 1.5), kdepim-dev, 
 libopenobex1-dev

autoconf is missing in the build dependencies:

 make[2]: *** [configure] Error 1
 make[2]: Leaving directory `/build/buildd/kdebluetooth-0.99+1.0beta1'
 make[1]: *** [configure] Error 2
 make[1]: Failed to remake makefile `Makefile'.
 cd .  /bin/sh /build/buildd/kdebluetooth-0.99+1.0beta1/admin/missing --run 
 autoheader
 /build/buildd/kdebluetooth-0.99+1.0beta1/admin/missing: line 46: autoheader: 
 command not found
 WARNING: `autoheader' is missing on your system.  You should only need it if
  you modified `acconfig.h' or `configure.in'.  You might want
  to install the `Autoconf' and `GNU m4' packages.  Grab them
  from any GNU archive site.
 rm -f stamp-h1
 touch config.h.in
 make[1]: Target `all' not remade because of errors.
 make[1]: Leaving directory `/build/buildd/kdebluetooth-0.99+1.0beta1'
 make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64pkg=kdebluetoothver=0.99+1.0beta1-8

Best regards
Frederik Schueler


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



Bug#364656: hoichess_0.4.0-1(amd64/unstable): arch: any package sets -march=i686

2006-04-24 Thread Frederik Schüler
Package: hoichess
Version: 0.4.0-1
Severity: serious

Hello,

There was an error while trying to autobuild your package:

 bitboard.cc:0: error: CPU you selected does not support x86-64 instruction set
 bitboard.cc:0: error: CPU you selected does not support x86-64 instruction set
 g++-4.0 -E -W -Wall -O3 -march=i686  -MM -MT 'bench.o' bench.cc   \
   | sed 's,\(bench\)\.o[ :]*,\1.o .deps/bench.d: ,g'  
 .deps/bench.d; \
   [ -s .deps/bench.d ] || rm -f .deps/bench.d
 bench.cc:0: error: CPU you selected does not support x86-64 instruction set
 bench.cc:0: error: CPU you selected does not support x86-64 instruction set
 g++-4.0 -W -Wall -O3 -march=i686  -c -o bench.o bench.cc
 bench.cc:1: error: CPU you selected does not support x86-64 instruction set
 bench.cc:1: error: CPU you selected does not support x86-64 instruction set
 make[2]: *** [bench.o] Error 1
 make[2]: Leaving directory `/build/buildd/hoichess-0.4.0/src'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/hoichess-0.4.0'
 make: *** [build-stamp] Error 2

Please do not use -march=i686 on an arch: any package, or make it arch:
i386 if it is not portable at all.

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64pkg=hoichessver=0.4.0-1

Best regards
Frederik Schueler


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



Processed: Re: Bug#355887: typespeed can't be installed - same error like in #166096

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 355887 patch
Bug#355887: typespeed can't be installed - same error like in #166096
Tags were: moreinfo
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#364264: directvnc: FTBFS: dfb.c:33: error: syntax error before 'caps'

2006-04-24 Thread Ola Lundqvist
Hi

On Sun, Apr 23, 2006 at 01:16:48AM +0200, Kurt Roeckx wrote:
 On Sat, Apr 22, 2006 at 08:53:59PM +0200, Ola Lundqvist wrote:
  tags 364264 + unreproducible
  thanks
  
  Hi
  
  I can not reproduce this on latest etch release. Please specify
  what you have used when you get this problem.
 
 I used sid/unstable.
 
 See buildd logs at:
 http://buildd.debian.org/build.php?pkg=directvnc version
 0.7.5-7.1+b1

What is this +b1 version?
And what differs from the normal version?

Regards,

// Ola

 
 Kurt
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Processed: m68k not currently an RC arch

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 189296 important
Bug#189296: chicken_1.0-1(m68k/unstable/zeus): FTBFS on m68k
Severity set to `important'.

 user debian-release@lists.debian.org
Setting user to debian-release@lists.debian.org (was [EMAIL PROTECTED]).
 usertag 189296 rc-m68k
There were no usertags set.
Usertags are now: rc-m68k.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#355887: typespeed can't be installed - same error like in #166096

2006-04-24 Thread Niko Tyni
tags 355887 patch
thanks

On Thu, Mar 09, 2006 at 12:08:07AM -0800, Steve Langasek wrote:
 On Thu, Mar 09, 2006 at 07:05:00AM +0100, Malte Schirmacher wrote:
 
  Well trying to install it the same error occurs like in the other report:
 
 Ok, well, the strace you forwarded clearly didn't come from an instance in
 which typespeed segfaulted.

Hi,

I believe I have found the cause of the segfault. It happens when $HOME
is not set. The readconfig() function in files.c uses getenv(HOME)
without checking if it's NULL.

The HOME environment variable may have been unset for the bug reporter
because of the recent sudo issues. With sudo 1.6.8p7-1.3, which was the
current version at the time this bug was reported, HOME indeed becomes
unset. Then 'typespeed --makescores' segfaults in the postinst when using

% sudo apt-get install typespeed


I'm attaching a trivial patch that fixes this. It skips reading the
user-specific configuration file if $HOME is not set.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]
--- typespeed-0.4.4/file.c  2006-04-24 22:11:55.306574278 +0300
+++ typespeed-0.4.4-fixed/file.c2006-04-24 22:11:37.624605957 +0300
@@ -512,10 +512,6 @@
char tmp[10];
char *userhome;
 
-   userhome = 
malloc((2+strlen(getenv(HOME))+strlen(LOCALCONF))*sizeof(char));
-   strcpy(userhome,getenv(HOME));
-   strcat(userhome,/);
-   strcat(userhome,LOCALCONF);
hakemisto = malloc(1026 * sizeof(char));
getcwd(hakemisto, 1024);
conffile = fopen(CONFIGFILE, r);
@@ -528,6 +524,13 @@
fclose(conffile);
chdir(wordhakemisto);
}
+   if (getenv(HOME) == NULL) {
+   return;
+   }
+   userhome = 
malloc((2+strlen(getenv(HOME))+strlen(LOCALCONF))*sizeof(char));
+   strcpy(userhome,getenv(HOME));
+   strcat(userhome,/);
+   strcat(userhome,LOCALCONF);
conffile = fopen(userhome, r);
if (conffile != NULL) {
fgets(wordhakemisto,1024,conffile);


Bug#364663: gst-plugins0.8: Build depends on removed libdvdread3-dev.

2006-04-24 Thread Kurt Roeckx
Package: gst-plugins0.8
Version: 0.8.12-2
Severity: serious

Hi,

libdvdread3-dev was just renamed to libdvdread-dev, so your
package is now failing to build.


Kurt



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



Bug#349113: marked as done (apple2: FTBFS with gcc-4.0)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 11:47:10 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#349113: fixed in apple2 0.7.4-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: apple2
Version: 0.7.4-3.1
Severity: serious
Justification: FTBFS

apple2 FTBFS with gcc-4.0, due to line 196 on src/disk.c:

ch = (unsigned char) disk6.disk_byte = fgetc(disk6.disk[disk6.drive].fp);

The cast-as-lvalue extension has been removed in later versions of gcc.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)

---End Message---
---BeginMessage---
Source: apple2
Source-Version: 0.7.4-4

We believe that the bug you reported is fixed in the latest version of
apple2, which is due to be installed in the Debian FTP archive:

apple2_0.7.4-4.diff.gz
  to pool/contrib/a/apple2/apple2_0.7.4-4.diff.gz
apple2_0.7.4-4.dsc
  to pool/contrib/a/apple2/apple2_0.7.4-4.dsc
apple2_0.7.4-4_i386.deb
  to pool/contrib/a/apple2/apple2_0.7.4-4_i386.deb
xapple2_0.7.4-4_i386.deb
  to pool/contrib/a/apple2/xapple2_0.7.4-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela [EMAIL PROTECTED] (supplier of updated apple2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 20:26:15 +0200
Source: apple2
Binary: apple2 xapple2
Architecture: source i386
Version: 0.7.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 apple2 - Apple ][ Emulator
 xapple2- Apple ][ Emulator
Closes: 268413 270179 270470 314121 325628 330345 331743 341556 346845 349113
Changes: 
 apple2 (0.7.4-4) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#361344); set maintainer to Debian QA Group.
   * Acknowledge NMUs.  Closes: #268413, #270179, #270470, #314121,
 #325628, #330345, #331743, #341556, #346845, #349113.
   * debian/suid, debian/xapple2.suid: suidregister no longer used; remove.
   * Conforms to Standards version 3.6.2.
Files: 
 9fd569dbcf97fc5c0efd8241e2733fc9 612 contrib/otherosfs optional 
apple2_0.7.4-4.dsc
 fbf5646f480b3f42e82e522c63884b56 8453 contrib/otherosfs optional 
apple2_0.7.4-4.diff.gz
 9b81f92c93dc2c15c4391176a60e7246 165254 contrib/otherosfs optional 
apple2_0.7.4-4_i386.deb
 d768b30310e5ed37a884db18d0b7b732 68794 contrib/otherosfs optional 
xapple2_0.7.4-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFETRrSxBYivKllgY8RAo+PAKCu4a2r9ZVAbgRIpR8cboMzJjJSxQCfVk3j
q/YwWW7Uk/L3H91lQeUVtSM=
=wBhB
-END PGP SIGNATURE-

---End Message---


Bug#346845: marked as done (apple2: FTBFS: build-depends on removed xlibs-dev)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 11:47:09 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#346845: fixed in apple2 0.7.4-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: apple2
Version: 0.7.4-3.1
Severity: serious

Hello,

  This is a serious bug filed against your package because it
  build-depends on xlibs-dev, which as announced in [1] a while ago, is
  no longer available in sid. This makes your package fail to build from
  source.

[1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html

  To fix this bug, you need to update your build-dependencies and
  substitute xlibs-dev for the list of individual X development
  libraries that your package needs to be built. You can find detailed
  information about how to do that in the DependsXlibsDev wiki page [2].

[2] http://wiki.debian.org/DependsXlibsDev

  As indicated by the Release Team [3], the full transition from XFree86
  to Xorg is a release blocker for Etch, which means that Etch will not
  be released until this bug is fixed (or your package removed from
  testing). So, please, try to fix in a timely manner.

[3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html

  The number of affected packages by the xlibs-dev transition is huge,
  so if you feel like helping with patches or uploads, feel free to
  follow the instructions contained in the wiki page above. A list of
  affected packages can be found here [4].

[4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev

  Finally, if there's a strong reason for which your package should not
  be NMUed, please note so in this bug report. Prospective NMUers will
  read your reasoning, and will decide if it's strong enough to delay
  their upload.

  Thanks for your collaboration!

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org


---End Message---
---BeginMessage---
Source: apple2
Source-Version: 0.7.4-4

We believe that the bug you reported is fixed in the latest version of
apple2, which is due to be installed in the Debian FTP archive:

apple2_0.7.4-4.diff.gz
  to pool/contrib/a/apple2/apple2_0.7.4-4.diff.gz
apple2_0.7.4-4.dsc
  to pool/contrib/a/apple2/apple2_0.7.4-4.dsc
apple2_0.7.4-4_i386.deb
  to pool/contrib/a/apple2/apple2_0.7.4-4_i386.deb
xapple2_0.7.4-4_i386.deb
  to pool/contrib/a/apple2/xapple2_0.7.4-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela [EMAIL PROTECTED] (supplier of updated apple2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 20:26:15 +0200
Source: apple2
Binary: apple2 xapple2
Architecture: source i386
Version: 0.7.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 apple2 - Apple ][ Emulator
 xapple2- Apple ][ Emulator
Closes: 268413 270179 270470 314121 325628 330345 331743 341556 346845 349113
Changes: 
 apple2 (0.7.4-4) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#361344); set maintainer to Debian QA Group.
   * Acknowledge NMUs.  Closes: #268413, #270179, #270470, #314121,
 #325628, #330345, #331743, #341556, #346845, #349113.
   * debian/suid, debian/xapple2.suid: suidregister no longer used; remove.
   * Conforms to Standards version 3.6.2.
Files: 
 9fd569dbcf97fc5c0efd8241e2733fc9 612 contrib/otherosfs optional 
apple2_0.7.4-4.dsc
 fbf5646f480b3f42e82e522c63884b56 8453 contrib/otherosfs optional 
apple2_0.7.4-4.diff.gz
 9b81f92c93dc2c15c4391176a60e7246 165254 contrib/otherosfs optional 
apple2_0.7.4-4_i386.deb
 d768b30310e5ed37a884db18d0b7b732 68794 contrib/otherosfs optional 
xapple2_0.7.4-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFETRrSxBYivKllgY8RAo+PAKCu4a2r9ZVAbgRIpR8cboMzJjJSxQCfVk3j
q/YwWW7Uk/L3H91lQeUVtSM=
=wBhB
-END PGP SIGNATURE-

---End Message---


Bug#364665: running /usr/bin/vnc4server doesn't work because of incorrect options to vncpasswd

2006-04-24 Thread Taco IJsselmuiden
Package: vnc4server
Version: 4.1.1+X4.3.0-7
Severity: grave
Tags: patch
Justification: renders package unusable

Hi, 

/usr/bin/vnc4server uses incorrect parameter (-q) in the call to vncpasswd 
makes the vnc4server unusable for most users.

The attached patch fixes this behaviour.


sample output:
[EMAIL PROTECTED]:~/bin$ /usr/bin/vnc4server -httpport 5808 -geometry 800x1400 
-depth 32 :8

You will require a password to access your desktops.

usage: vncpasswd [passwdFile]
[EMAIL PROTECTED]:~/bin$ 


Thanks,
Taco.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.8-1
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages vnc4server depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxtst61:1.0.1-3X11 Testing -- Resource extension 
ii  vnc-common  3.3.7-11 Virtual network computing server s
ii  x11-common  1:7.0.14 X Window System (X.Org) infrastruc
ii  xbase-clients   1:7.0.0-4miscellaneous X clients
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages vnc4server recommends:
ii  xfonts-base   1:1.0.0-3  standard fonts for X

-- no debconf information
--- vnc4server.backup   2006-04-21 21:09:08.0 +0200
+++ vnc4server  2006-04-23 22:00:00.0 +0200
@@ -189,7 +189,7 @@
 ($z,$z,$mode) = stat($vncUserDir/passwd);
 if (!(-e $vncUserDir/passwd) || ($mode  077)) {
 warn \nYou will require a password to access your desktops.\n\n;
-system(vncpasswd -q $vncUserDir/passwd); 
+system(vncpasswd $vncUserDir/passwd); 
 if (($?  8) != 0) {
exit 1;
 }


Bug#364264: directvnc: FTBFS: dfb.c:33: error: syntax error before 'caps'

2006-04-24 Thread Ola Lundqvist
Hi

I think you have some major problem with the build environment:

#  0.7.5-7.1 (s390) (latest build at Oct 12 10:05: maybe-successful)
# 0.7.5-7.1 (alpha) (latest build at Oct 12 13:03: maybe-successful)
# 0.7.5-7.1 (mips) (latest build at Oct 12 14:24: maybe-successful)
# 0.7.5-7.1 (powerpc) (latest build at Oct 12 13:14: maybe-successful)
# 0.7.5-7.1 (mipsel) (latest build at Oct 12 13:48: maybe-successful)
# 0.7.5-7.1 (m68k) (latest build at Oct 13 05:09: maybe-successful)
# 0.7.5-7.1 (sparc) (latest build at Oct 13 17:03: maybe-successful)
# 0.7.5-7.1 (hppa) (latest build at Oct 13 23:17: maybe-successful)
# 0.7.5-7.1 (ia64) (latest build at Oct 15 13:24: maybe-successful)
# 0.7.5-7.1 (arm) (latest build at Oct 18 18:54: maybe-successful)
# 0.7.5-7.1 (amd64) (latest build at Mar 23 18:45: maybe-successful)

All built just fine as late as in Mars 23.

# 0.7.5-7.1+b1 (alpha) (latest build at Apr 15 07:39: maybe-failed)
# 0.7.5-7.1+b1 (i386) (latest build at Apr 14 18:07: maybe-failed)
# 0.7.5-7.1+b1 (s390) (latest build at Apr 15 18:09: maybe-failed)
# 0.7.5-7.1+b1 (mipsel) (latest build at Apr 14 18:12: maybe-failed)
# 0.7.5-7.1+b1 (sparc) (latest build at Apr 14 18:36: maybe-failed)
# 0.7.5-7.1+b1 (ia64) (latest build at Apr 14 19:01: maybe-failed)
# 0.7.5-7.1+b1 (powerpc) (latest build at Apr 14 18:51: maybe-failed)
# 0.7.5-7.1+b1 (mips) (latest build at Apr 14 20:06: maybe-failed)
# 0.7.5-7.1+b1 (hppa) (latest build at Apr 14 21:46: maybe-failed)
# 0.7.5-7.1+b1 (m68k) (latest build at Apr 21 10:44: maybe-failed)
# 0.7.5-7.1+b1 (arm) (latest build at Apr 15 16:59: maybe-failed)
# 0.7.5-7.1+b1 (amd64) (latest build at Apr 22 05:57: maybe-failed)

And now everone fail...

I fail to see how the source can have changed to be that bad.

Regards,

// Ola

On Sun, Apr 23, 2006 at 01:16:48AM +0200, Kurt Roeckx wrote:
 On Sat, Apr 22, 2006 at 08:53:59PM +0200, Ola Lundqvist wrote:
  tags 364264 + unreproducible
  thanks
  
  Hi
  
  I can not reproduce this on latest etch release. Please specify
  what you have used when you get this problem.
 
 I used sid/unstable.
 
 See buildd logs at:
 http://buildd.debian.org/build.php?pkg=directvnc version
 0.7.5-7.1+b1
 
 
 Kurt
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#364407: gv: Fonst issues with GV

2006-04-24 Thread Mike Brodbelt
Package: gv
Version: 1:3.6.1-13
Followup-For: Bug #364407


I ahve the same problem as the original reporter of this bug. Attempting
to start GV produces:-

$ gv magic-cauldron.ps
Warning: Cannot convert string
-*-Helvetica-Medium-R-Normal--*-140-*-*-P-*-ISO8859-1 to type
FontStruct
Warning: Unable to load any usable ISO8859 font
Warning: Unable to load any usable ISO8859 font
Segmentation fault

I believe this is related to the recent upload of modular X.Org, as
there are a lot of other problems I think are related, namely:-

1/ xfontsel won't start:-

$ xfontsel
Warning: Unable to load any usable ISO8859 font
Error: Aborting: no font found

2/ xterm crashes when you Ctrl-click to bring up an on-screen menu:-

$ xterm
Warning: Cannot convert string
-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-* to type
FontStruct
Warning: Unable to load any usable ISO8859 font
Warning: Unable to load any usable ISO8859 font
Error: Aborting: no font found

3/ GNUCash crashes at startup with a font error.

4/ xcalc crashes at startup

$ xcalc 
Warning: Cannot convert string -adobe-symbol-*-*-*-*-*-120-*-*-*-*-*-*
to type FontStruct
Warning: Unable to load any usable ISO8859 font
Warning: Unable to load any usable ISO8859 font
Error: Aborting: no font found


And a whole load more in the same vein.

My font path in X is set to:-

   FontPathunix/:7100# local font server
   FontPath/usr/lib/X11/fonts/misc
   FontPath/usr/lib/X11/fonts/cyrillic
   FontPath/usr/lib/X11/fonts/75dpi/:unscaled
   FontPath/usr/lib/X11/fonts/100dpi/:unscaled
   FontPath/usr/lib/X11/fonts/Type1
   FontPath/usr/lib/X11/fonts/CID
   FontPath/usr/lib/X11/fonts/75dpi
   FontPath/usr/lib/X11/fonts/100dpi

and the font server is running:-

$ fslsfonts -server unix/:7100 | head 
-adobe-avant garde gothic-book-o-normal--0-0-0-0-p-0-iso8859-1
-adobe-avant garde gothic-book-o-normal--0-0-0-0-p-0-iso8859-15
-adobe-avant garde gothic-book-o-normal--0-0-0-0-p-0-iso8859-2
-adobe-avant garde gothic-book-r-normal--0-0-0-0-p-0-iso8859-1
-adobe-avant garde gothic-book-r-normal--0-0-0-0-p-0-iso8859-15
-adobe-avant garde gothic-book-r-normal--0-0-0-0-p-0-iso8859-2
-adobe-avant garde gothic-demi-o-normal--0-0-0-0-p-0-iso8859-1
-adobe-avant garde gothic-demi-o-normal--0-0-0-0-p-0-iso8859-15
-adobe-avant garde gothic-demi-o-normal--0-0-0-0-p-0-iso8859-2
-adobe-avant garde gothic-demi-r-normal--0-0-0-0-p-0-iso8859-1

$ fslsfonts -server unix/:7100 | wc -l
3631

I have the following font related packages installed:-


ii  msttcorefonts   1.2 Installer for Microsoft TrueType 
core fonts
ii  ttf-bitstream-vera  1.10-5  The Bitstream Vera family of free 
TrueType fonts
ii  ttf-dejavu  2.4.1-1 Bitstream Vera fonts with 
additional characters
ii  ttf-freefont20060126b-3 Freefont Serif, Sans and Mono 
Truetype fonts
ii  x-ttcidfont-conf21  Configure TrueType and CID fonts 
for X
ii  x11proto-fonts-dev  2.0.2-3 X11 font extension wire protocol
ii  xfonts-100dpi   1.0.0-2 100 dpi fonts for X
ii  xfonts-75dpi1.0.0-2 100 dpi fonts for X
ii  xfonts-base 1.0.0-3 standard fonts for X
ii  xfonts-encodings1.0.0-2 Encodings for X.Org fonts
ii  xfonts-scalable 1.0.0-4 scalable fonts for X
ii  xfonts-utils1.0.0-3 X Window System font utility 
programs

This is obviously not specific to gv, but I'm not really sure which
component is at fault, so I'm adding my comments to this report in the
hope that they'll shed some light. I suspect that the same problem is
also at the root of bugs 363436, 363571 and 363664 at least.

Mike


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages gv depends on:
ii  gs   8.50-1.1Transitional package
ii  gs-esp [gs]  8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  gs-gpl [gs]  8.50-1.1The GPL Ghostscript PostScript int
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libsm6   1:1.0.0-4   X11 Session Management library
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxmu6  1:1.0.1-3   X11 miscellaneous utility library
ii  libxpm4  1:3.5.4.2-3 X11 pixmap library
ii  libxt6   1:1.0.0-4   X11 toolkit intrinsics library
ii  xaw3dg   1.5+E-11Xaw3d widget set

gv 

Bug#364664: libpam-ccreds: FTBFS: configure: error: could not locate openssl/opensslconf.h

2006-04-24 Thread Kurt Roeckx
Package: libpam-ccreds
Version: 3-1
Severity: serious

Hi,

Your package is failing to build with the following error:
checking openssl/opensslconf.h usability... no
checking openssl/opensslconf.h presence... no
checking for openssl/opensslconf.h... no
configure: error: could not locate openssl/opensslconf.h
make: *** [config.status] Error 1


You have a build dependency on libgcrypt11-dev, you apply a patch
01_use-gcrypt, but your configure still seems to check for
openssl.


Kurt



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



Bug#364264: directvnc: FTBFS: dfb.c:33: error: syntax error before 'caps'

2006-04-24 Thread Kurt Roeckx
On Mon, Apr 24, 2006 at 09:29:47PM +0200, Ola Lundqvist wrote:
 Hi
 
 On Sun, Apr 23, 2006 at 01:16:48AM +0200, Kurt Roeckx wrote:
  On Sat, Apr 22, 2006 at 08:53:59PM +0200, Ola Lundqvist wrote:
   tags 364264 + unreproducible
   thanks
   
   Hi
   
   I can not reproduce this on latest etch release. Please specify
   what you have used when you get this problem.
  
  I used sid/unstable.
  
  See buildd logs at:
  http://buildd.debian.org/build.php?pkg=directvnc version
  0.7.5-7.1+b1
 
 What is this +b1 version?
 And what differs from the normal version?

It's a binNMU.  It's an upload of a new binary version without
changes to the source.


Kurt


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



Bug#364670: fcitx: FTBFS: Missing build dependency.

2006-04-24 Thread Kurt Roeckx
Package: fcitx
Version: 3.2.060108-1
Severity: serious

Hi,

Your package is failing to build with the following error:
if x86_64-linux-gnu-gcc -DPKGDATADIR=\/usr/share/fcitx\ -I. -I. -I.. -I../lib
 -I../xpm   -O2 -fno-strength-reduce -Wall -g -O2  -I/usr/include/freetype2   -
D_USE_XFT -Wall -MT about.o -MD -MP -MF .deps/about.Tpo -c -o about.o about.c
; \
then mv -f .deps/about.Tpo .deps/about.Po; else rm -f .deps/about.
Tpo; exit 1; fi
about.c:35:21: error: X11/xpm.h: No such file or directory
about.c: In function 'setIcon':
about.c:182: error: 'XpmAttributes' undeclared (first use in this function)
about.c:182: error: (Each undeclared identifier is reported only once
about.c:182: error: for each function it appears in.)
about.c:182: error: syntax error before 'attrib'
about.c:187: error: 'attrib' undeclared (first use in this function)
about.c:188: warning: implicit declaration of function 'XCreatePixmapFromData'
about.c:189: error: 'XpmSuccess' undeclared (first use in this function)
about.c:190: warning: implicit declaration of function 'XpmGetErrorString'
about.c:190: warning: format '%s' expects type 'char *', but argument 3 has typ
e 'int'
make[3]: *** [about.o] Error 1


This looks like a missing build dependency on libxpm-dev.


Kurt




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



Bug#285086: new upstream release

2006-04-24 Thread felix_oss
FYI:
 latest upstream releaseallegro-4.2.0 compiles fine on amd64 etch with
gcc/g++ 4.0.3-1

-- 
GMX Produkte empfehlen und ganz einfach Geld verdienen!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner


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



Bug#364448: Reproduces for all users?

2006-04-24 Thread Gudjon I. Gudjonsson
Hi again
   You are right, it doesn't crash for another user and then I 
moved .kde/share/apps/kmail to kmail.old and now it doesn't crash for me 
anymore. Shall I do some more debugging or shall we close the case?

Thanks for your help
Gudjon

Þann Mánudagur 24. apríl 2006 17:27 skrifaði Filipus Klutiero:
 Hi,
 could you tell us a bit about the reproducability conditions? Are you
 able to reproduce this if you create a new user on the affected system
 and try starting kmail with that user, or only 1 user is affected?



Bug#285086: new upstream release

2006-04-24 Thread Sam Hocevar
On Mon, Apr 24, 2006, [EMAIL PROTECTED] wrote:
 FYI:
  latest upstream releaseallegro-4.2.0 compiles fine on amd64 etch with
 gcc/g++ 4.0.3-1

   It is already packaged in Debian (as liballegro4.2). I thus asked for
the removal of allegro4 from the archive, but it's not been done yet.

-- 
Sam.


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



Processed: severity wishlist

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 206467 wishlist
Bug#206467: avifile: please make compilable on powerpc
Severity set to `wishlist'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#303203: marked as done (tela: FTBFS (amd64/gcc-4.0): 'Tshort::Tshort(const Tshort)' is private)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 14:19:54 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#303203: fixed in tela 2.0-11
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: tela
Version: 2.0-9
Severity: normal
Tags: patch

When building 'tela' on amd64/unstable with gcc-4.0,
I get the following error:

/usr/lib/gcc/x86_64-linux/4.0.0/../../../../include/c++/4.0.0/backward/backward_warning.h:32:2:
 warning: #warning This file includes at least one deprecated or antiquated 
header. Please consider using one of the 32 headers found in section 17.4.1.2 
of the C++ standard. Examples include substituting the X header for the X.h 
header for C++ includes, or iostream instead of the deprecated header 
iostream.h. To disable this warning use -Wno-deprecated.
./objarithm.C: In function 'void LengthError(const char*, const Tobject, const 
Tobject)':
./object.H:266: error: 'Tshort::Tshort(const Tshort)' is private
./objarithm.C:22: error: within this context
./object.H:266: error: 'Tshort::Tshort(const Tshort)' is private
./objarithm.C:22: error: within this context
./objarithm.C: In function 'void UnaryError(const char*, const Tobject)':
./object.H:266: error: 'Tshort::Tshort(const Tshort)' is private
./objarithm.C:27: error: within this context
./objarithm.C: In function 'void BinError(const char*, const Tobject, const 
Tobject)':
./object.H:266: error: 'Tshort::Tshort(const Tshort)' is private
./objarithm.C:32: error: within this context
./object.H:266: error: 'Tshort::Tshort(const Tshort)' is private
./objarithm.C:32: error: within this context
./objarithm.C: In function 'void Transcen(const TTranscenFunctionPack, 
Tobject, const Tobject)':
./object.H:266: error: 'Tshort::Tshort(const Tshort)' is private
./objarithm.C:1769: error: within this context
make[1]: *** [objarithm.o] Error 1
make[1]: Leaving directory `/tela-2.0'
make: *** [build-stamp] Error 2

With the attached patch 'tela' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/tela-2.0/Ctgen.C ./Ctgen.C
--- ../tmp-orig/tela-2.0/Ctgen.C2002-08-07 14:07:23.0 +0200
+++ ./Ctgen.C   2005-04-01 15:12:31.0 +0200
@@ -89,10 +89,10 @@
  private:
const Tobject* ptr;
 
+ public:
 TCForm(const TCForm); // do not implement
 TCForm operator=(const TCForm); // do not implement
 
- public:
TCForm(const Tobject obj) : ptr(obj) {}
friend ostream operator(ostream o, const TCForm cf);
 };
diff -urN ../tmp-orig/tela-2.0/object.H ./object.H
--- ../tmp-orig/tela-2.0/object.H   2001-05-03 14:53:17.0 +0200
+++ ./object.H  2005-04-01 15:11:23.0 +0200
@@ -263,9 +263,9 @@
 class Tshort {
  private:
const Tobject* ptr;
+ public:
 Tshort(const Tshort);// do not implement
 Tshort operator=(const Tshort); // do not implement
- public:
Tshort(const Tobject obj) : ptr(obj) {}
friend ostream operator(ostream o, const Tshort sh);
 };

---End Message---
---BeginMessage---
Source: tela
Source-Version: 2.0-11

We believe that the bug you reported is fixed in the latest version of
tela, which is due to be installed in the Debian FTP archive:

tela_2.0-11.diff.gz
  to pool/main/t/tela/tela_2.0-11.diff.gz
tela_2.0-11.dsc
  to pool/main/t/tela/tela_2.0-11.dsc
tela_2.0-11_i386.deb
  to pool/main/t/tela/tela_2.0-11_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela [EMAIL PROTECTED] (supplier of updated tela package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 21:28:16 +0200
Source: tela
Binary: tela
Architecture: source i386
Version: 2.0-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 tela   - interactive tensor language
Closes: 303203 326289 347072 349190 356405
Changes: 
 tela (2.0-11) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#361292); set maintainer to Debian QA Group.
   * Acknowledge NMU.  Closes: #303203, 

Bug#364673: Should depend on libdb4.3-dev

2006-04-24 Thread Regis Boudin
Package: librdf0-dev
Version: 1.0.3-6
Severity: serious

Hi,

The rdf library is linked against libdb4.3, but the librdf0-dev doesn't
depend on libdb4.3-dev. This leads to FTBFS for packages trying to link
against librdf, as redland-config --libs return -ldb4.3 and
the /usr/lib/librdf.la file references libdb4.3 as well.

Adding a dependency on libdb4.3-dev to librdf0-dev should fix the
problem.

I guess the problem didn't appear before because libdb4.3 was pulled by
perl.

Regards,
Regis


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



Processed: setting package to gst-plugins0.8 gstreamer0.8-a52dec gstreamer0.8-aa gstreamer0.8-alsa gstreamer0.8-artsd gstreamer0.8-audiofile gstreamer0.8-caca gstreamer0.8-cdio gstreamer0.8-cdparanoia

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 package gst-plugins0.8 gstreamer0.8-a52dec gstreamer0.8-aa gstreamer0.8-alsa 
 gstreamer0.8-artsd gstreamer0.8-audiofile gstreamer0.8-caca gstreamer0.8-cdio 
 gstreamer0.8-cdparanoia gstreamer0.8-dv gstreamer0.8-dvd gstreamer0.8-esd 
 gstreamer0.8-festival gstreamer0.8-flac gstreamer0.8-gnomevfs 
 gstreamer0.8-gsm gstreamer0.8-gtk gstreamer0.8-hermes gstreamer0.8-jpeg 
 gstreamer0.8-mad gstreamer0.8-mikmod gstreamer0.8-misc gstreamer0.8-mms 
 gstreamer0.8-mpeg2dec gstreamer0.8-musepack gstreamer0.8-oss 
 gstreamer0.8-plugin-apps gstreamer0.8-plugins gstreamer0.8-sdl 
 gstreamer0.8-sid gstreamer0.8-speex gstreamer0.8-swfdec gstreamer0.8-theora 
 gstreamer0.8-vorbis gstreamer0.8-x libgstreamer-gconf0.8-0 
 libgstreamer-gconf0.8-dev libgstreamer-plugins0.8-0 
 libgstreamer-plugins0.8-dev
Ignoring bugs not assigned to: gstreamer0.8-sid gstreamer0.8-alsa 
gstreamer0.8-jpeg gstreamer0.8-gtk gstreamer0.8-plugins gstreamer0.8-speex 
libgstreamer-gconf0.8-dev gstreamer0.8-caca gstreamer0.8-mms 
gstreamer0.8-vorbis gstreamer0.8-oss libgstreamer-plugins0.8-dev 
gstreamer0.8-a52dec libgstreamer-plugins0.8-0 gstreamer0.8-x 
gstreamer0.8-swfdec gstreamer0.8-mikmod gstreamer0.8-misc gstreamer0.8-aa 
gstreamer0.8-sdl gstreamer0.8-gnomevfs gstreamer0.8-dv gstreamer0.8-mad 
gstreamer0.8-audiofile gstreamer0.8-gsm gstreamer0.8-flac gstreamer0.8-cdio 
gstreamer0.8-musepack gstreamer0.8-plugin-apps libgstreamer-gconf0.8-0 
gstreamer0.8-hermes gstreamer0.8-festival gstreamer0.8-dvd gstreamer0.8-esd 
gstreamer0.8-mpeg2dec gstreamer0.8-cdparanoia gstreamer0.8-artsd 
gstreamer0.8-theora gst-plugins0.8

 tags 364663 + pending
Bug#364663: gst-plugins0.8: Build depends on removed libdvdread3-dev.
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#326289: marked as done (please rebuild with libreadline5-dev as build dependency)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 14:19:54 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#326289: fixed in tela 2.0-11
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: tela

The package depends/recommends libreadline4. This version
will be removed from the archive in the near future.
Please change your build dependencies to

 libreadline5-dev | libreadline-dev

Please raise the severity of this bug report to serious,
if the package cannot be built with libreadline5-dev.

---End Message---
---BeginMessage---
Source: tela
Source-Version: 2.0-11

We believe that the bug you reported is fixed in the latest version of
tela, which is due to be installed in the Debian FTP archive:

tela_2.0-11.diff.gz
  to pool/main/t/tela/tela_2.0-11.diff.gz
tela_2.0-11.dsc
  to pool/main/t/tela/tela_2.0-11.dsc
tela_2.0-11_i386.deb
  to pool/main/t/tela/tela_2.0-11_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela [EMAIL PROTECTED] (supplier of updated tela package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 21:28:16 +0200
Source: tela
Binary: tela
Architecture: source i386
Version: 2.0-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 tela   - interactive tensor language
Closes: 303203 326289 347072 349190 356405
Changes: 
 tela (2.0-11) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#361292); set maintainer to Debian QA Group.
   * Acknowledge NMU.  Closes: #303203, #326289, #347072, #349190.
   * Makefile: Prevent infinite recursion if the flex++-3.0.2 directory
 doesn't exist.
   * prg.H: Fix build failure with g++ 4.1.  Thanks to Martin Michlmayr
 for the patch.  Closes: #356405.
   * Switch to debhelper 5.
   * debian/rules:
 - Remove support for DEB_BUILD_OPTIONS=debug.
 - Add support for DEB_BUILD_OPTIONS=nostrip.
   * debian/changelog: Convert to UTF-8.
   * debian/menu: Quote values to placate Lintian.
   * debian/watch: Update upstream URL.
   * Conforms to Standards version 3.6.2.
Files: 
 5d120724a53f5ed43335cc87b271efe9 674 math optional tela_2.0-11.dsc
 e6b1153897fcc58b06a141660d4142ab 62668 math optional tela_2.0-11.diff.gz
 1bf03112b961b0b786a0cb980f419f64 2302522 math optional tela_2.0-11_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFETSd4xBYivKllgY8RAoHQAKCP01fg+fEQLMlwYFsbaGvRCyLUYgCeJtdT
nBEEykHmrn7nQZMOkbXWgaY=
=EDe5
-END PGP SIGNATURE-

---End Message---


Processed: Fixed in NMU of procps 1:3.2.6-2.2

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 362876 + fixed
Bug#362876: procps: Missing copyright info for pgrep
There were no tags set.
Tags added: fixed

 quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#347072: marked as done (tela: FTBFS: build-depends on removed xlibs-dev)

2006-04-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Apr 2006 14:19:54 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#347072: fixed in tela 2.0-11
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: tela
Version: 2.0-10
Severity: serious

Hello,

  This is a serious bug filed against your package because it
  build-depends on xlibs-dev, which as announced in [1] a while ago, is
  no longer available in sid. This makes your package fail to build from
  source.

[1] http://lists.debian.org/debian-devel-announce/2005/11/msg00022.html

  To fix this bug, you need to update your build-dependencies and
  substitute xlibs-dev for the list of individual X development
  libraries that your package needs to be built. You can find detailed
  information about how to do that in the DependsXlibsDev wiki page [2].

[2] http://wiki.debian.org/DependsXlibsDev

  As indicated by the Release Team [3], the full transition from XFree86
  to Xorg is a release blocker for Etch, which means that Etch will not
  be released until this bug is fixed (or your package removed from
  testing). So, please, try to fix in a timely manner.

[3] http://lists.debian.org/debian-devel-announce/2005/10/msg4.html

  The number of affected packages by the xlibs-dev transition is huge,
  so if you feel like helping with patches or uploads, feel free to
  follow the instructions contained in the wiki page above. A list of
  affected packages can be found here [4].

[4] http://people.debian.org/~adeodato/release-usertag/transition-xlibs-dev

  Finally, if there's a strong reason for which your package should not
  be NMUed, please note so in this bug report. Prospective NMUers will
  read your reasoning, and will decide if it's strong enough to delay
  their upload.

  Thanks for your collaboration!

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org


---End Message---
---BeginMessage---
Source: tela
Source-Version: 2.0-11

We believe that the bug you reported is fixed in the latest version of
tela, which is due to be installed in the Debian FTP archive:

tela_2.0-11.diff.gz
  to pool/main/t/tela/tela_2.0-11.diff.gz
tela_2.0-11.dsc
  to pool/main/t/tela/tela_2.0-11.dsc
tela_2.0-11_i386.deb
  to pool/main/t/tela/tela_2.0-11_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela [EMAIL PROTECTED] (supplier of updated tela package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Apr 2006 21:28:16 +0200
Source: tela
Binary: tela
Architecture: source i386
Version: 2.0-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Matej Vela [EMAIL PROTECTED]
Description: 
 tela   - interactive tensor language
Closes: 303203 326289 347072 349190 356405
Changes: 
 tela (2.0-11) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#361292); set maintainer to Debian QA Group.
   * Acknowledge NMU.  Closes: #303203, #326289, #347072, #349190.
   * Makefile: Prevent infinite recursion if the flex++-3.0.2 directory
 doesn't exist.
   * prg.H: Fix build failure with g++ 4.1.  Thanks to Martin Michlmayr
 for the patch.  Closes: #356405.
   * Switch to debhelper 5.
   * debian/rules:
 - Remove support for DEB_BUILD_OPTIONS=debug.
 - Add support for DEB_BUILD_OPTIONS=nostrip.
   * debian/changelog: Convert to UTF-8.
   * debian/menu: Quote values to placate Lintian.
   * debian/watch: Update upstream URL.
   * Conforms to Standards version 3.6.2.
Files: 
 5d120724a53f5ed43335cc87b271efe9 674 math optional tela_2.0-11.dsc
 e6b1153897fcc58b06a141660d4142ab 62668 math optional tela_2.0-11.diff.gz
 1bf03112b961b0b786a0cb980f419f64 2302522 math optional tela_2.0-11_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFETSd4xBYivKllgY8RAoHQAKCP01fg+fEQLMlwYFsbaGvRCyLUYgCeJtdT
nBEEykHmrn7nQZMOkbXWgaY=
=EDe5
-END PGP SIGNATURE-

---End Message---


Bug#364626: Downgrade

2006-04-24 Thread Filipus Klutiero

severity 364626 minor
thanks

Hi,
I'm downgrading this to minor. I don't believe there is data loss, as 
you should be able to copy-paste what you entered from the shell.
In any case, note that despite the very relative severity descriptions 
we use, severities over important mean that the package should be 
considered for removal. As this bug clearly wouldn't justify the removal 
of reportbug from the archive, the severity is misevaluated.



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



Bug#364681: vlc: FTBFS: build depends on removed libdvdread3-dev

2006-04-24 Thread Kurt Roeckx
Package: vlc
Version: 0.8.5-test3.debian-2
Severity: serious

Hi,

Your package is build depending on libdvdread3-dev which has just
been renamed to libdvdread-dev, so your package is failing to
build now.


Kurt



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



Processed: Downgrade

2006-04-24 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 364626 minor
Bug#364626: reportbug: Drop problem description when it's too long.
Severity set to `minor'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



  1   2   >