Bug#448326: criticalmass has no .desktop file and ships no icon

2007-10-27 Thread Emmet Hikory
Package: criticalmass
Version: 1.0.0-1.1
Severity: wishlist

Please consider including a .desktop file with criticalmass to
make it easier to find for .desktop-based menuing systems.  I have
attached a candidate.  Also, please consider shipping the provided
critter.png as an icon for use with the .desktop file.

Thank you.

-- 
Emmet HIKORY


criticalmass.desktop
Description: application/desktop


Bug#424297: [patch] -- pyqonsole FTBFS

2007-10-27 Thread Rafael Rivas
tags 424297 + patch
thanks


Hi, i attach you the patch to solve this problem.
IMHO this should be enough to fix it.

Best regards

Rafael Rivas

diff -ruN pyqonsole-0.2.0/debian/rules pyqonsole-0.2.0-new/debian/rules
--- pyqonsole-0.2.0/debian/rules	2007-10-28 00:13:50.0 -0600
+++ pyqonsole-0.2.0-new/debian/rules	2007-10-28 00:17:58.0 -0600
@@ -30,6 +30,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -rf build 
+	[ ! -f __pkginfo__.pyc ] || rm -f __pkginfo__.pyc
 	dh_clean 
 
 install: build


Bug#443933: metacity window position also affected by font changes

2007-10-27 Thread Russ Allbery
Josselin Mouette <[EMAIL PROTECTED]> writes:

>> Not sure if this helps track this down, but I've also discovered that
>> each time I change fonts (using System -> Preferences -> Appearance),
>> all of my windows are resized and stacked in the top left of each
>> desktop again.  As before, killing metacity and letting it respawn
>> fixes all the window positioning and sizes.

> Does it happen for all windows, or only those which have been resized?
> E.g. what happens to your many xterm windows, for which the size isn't
> controlled by GNOME preferences?

All of them.

> Unless you are using some external helper like devilspie, the only thing
> dealing with window positioning on a GNOME desktop is metacity.

> Apart from the window positioning (which looks like no positioning at
> all), is metacity working properly? Moving windows, titlebar menus,
> switching workspaces…

Yup!  The only thing that doesn't work right is that all of my xterms end
up stacked in the top left corner of each desktop (but are on the correct
desktop) when metacity starts with a fresh session.  Killing metacity and
letting it respawn repositions all the windows correctly, but then any
global change to something like fonts will cause the windows to all
migrate back to a stack in the top left until I kill metacity again.

-- 
Russ Allbery ([EMAIL PROTECTED])   




Bug#448325: Incorrect installation order on NSLU2 with main-menu_1.22

2007-10-27 Thread Gordon Farquharson
Package: main-menu
Version: 1.22
Severity: serious

It appears that main-menu_1.22 causes an incomplete installation on
the Linksys NSLU2.

Martin Michlmayr reported an unusual installation order on the NSLU2
[1]. The installer image used for that test used main-menu_1.21. Based
on the discussion in the thread, main-menu_1.22 was uploaded, but now
the installer fails to run flash-kernel-installer. As a result, the
system fails to boot, because the kernel and initrd are not written to
the system flash. Also, clock-setup is not run during the installation
and localechooser is out of order and left unconfigured. The order of
the installation was extracted from the installer /var/log/syslog and
is shown below.

$ grep 'Menu item' syslog
Oct 27 05:18:53 main-menu[1161]: INFO: Menu item 'kbd-chooser' selected
Oct 27 05:18:54 main-menu[1161]: INFO: Menu item 'ethdetect' selected
Oct 27 05:19:10 main-menu[1161]: INFO: Menu item 'netcfg' selected
Oct 27 05:19:12 main-menu[1161]: INFO: Menu item 'network-console' selected
Oct 27 05:20:54 main-menu[2481]: INFO: Menu item 'choose-mirror' selected
Oct 27 05:21:23 main-menu[2481]: INFO: Menu item 'download-installer' selected
Oct 27 05:22:59 main-menu[2481]: INFO: Menu item 'bootstrap-base' selected
Oct 27 06:19:07 main-menu[2481]: INFO: Menu item 'user-setup-udeb' selected
Oct 27 06:19:32 main-menu[2481]: INFO: Menu item 'apt-setup-udeb' selected
Oct 27 06:20:36 main-menu[2481]: INFO: Menu item 'pkgsel' selected
Oct 27 06:56:31 main-menu[2481]: INFO: Menu item 'nobootloader' selected
Oct 27 06:56:46 main-menu[2481]: INFO: Menu item 'finish-install' selected
Oct 27 06:58:58 main-menu[25048]: INFO: Menu item 'localechooser' selected
Oct 27 06:58:59 main-menu[25048]: INFO: Menu item 'localechooser'
succeeded but requested to be left unconfigured.
Oct 27 06:59:01 main-menu[25048]: INFO: Menu item 'localechooser' selected
Oct 27 06:59:01 main-menu[25048]: INFO: Menu item 'localechooser'
succeeded but requested to be left unconfigured.
Oct 27 06:59:06 main-menu[25048]: INFO: Menu item 'save-logs' selected

The installer image was built from
svn://svn.debian.org/d-i/trunk/installer, SVN revision 49892.

Gordon

[1] http://lists.debian.org/debian-boot/2007/10/msg00563.html

-- 
Gordon Farquharson
GnuPG Key ID: 32D6D676



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



Bug#448324: moreutils: utility to sample stdin?

2007-10-27 Thread Robert Edmonds
Package: moreutils
Version: 0.24
Severity: wishlist

How about a utility to sample every Nth line of stdin to stdout?  This
could be useful for humans monitoring the real-time output of noisy
programs like tshark or as part of a pipeline prior to an expensive
filter.  Something like:

$ cat samp.c
#define _GNU_SOURCE
#include 
#include 

int main(int argc, char **argv){
if(argc > 1){ 
int samp = atoi(argv[1]);
int c = 0;
char *line = NULL; 
size_t len = 0;
while(getline(&line, &len, stdin) != -1){ 
if(c % samp == 0) fputs(line, stdout);
++c;
}
if(line) free(line);
return EXIT_SUCCESS;
}
return EXIT_FAILURE;
}
$

-- 
Robert Edmonds
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#448323: grandr: Invalid memory reference

2007-10-27 Thread Yair Mahalalel
Package: grandr
Version: 0.1-2
Severity: important
File: /usr/bin/grandr

*** Please describe what you were doing when the application crashed ***
Chose "LVDS" in the left pane.

(no debugging symbols found)
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb74666b0 (LWP 4656)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb76e7123 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
#2  0xb7eea9dd in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x1231 in ?? ()
#4  0xbfc045c8 in ?? ()
#5  0x in ?? ()

Thread 1 (Thread 0xb74666b0 (LWP 4656)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb76e7123 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7eea9dd in ?? () from /usr/lib/debreaper/libviaticum.so
No symbol table info available.
#3  0x1231 in ?? ()
No symbol table info available.
#4  0xbfc045c8 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#0  0xe410 in __kernel_vsyscall ()

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages grandr depends on:
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.4generic font configuration library
ii  libgconf2-4 2.20.0-1 GNOME configuration database syste
ii  libglib2.0-02.14.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra

grandr recommends no packages.



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



Bug#448322: uw-imap: [INTL:ru] Russian debconf templates translation update

2007-10-27 Thread Yuri Kozlov
Package: uw-imap
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov <[EMAIL PROTECTED]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: 7:2006j2.dfsg-4\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-15 07:19+0200\n"
"PO-Revision-Date: 2007-10-16 21:20+0400\n"
"Last-Translator: Yuri Kozlov <[EMAIL PROTECTED]>\n"
"Language-Team: Russian <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && 
n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"

#. Type: multiselect
#. Description
#: ../ipopd.templates:2001 ../uw-imapd.templates:2001
msgid "Server ports and protocols to support:"
msgstr "Порты и протоколы сервера, которые нужно поддерживать:"

#. Type: multiselect
#. Description
#: ../ipopd.templates:2001 ../uw-imapd.templates:2001
msgid "Please choose the server ports and protocols to activate."
msgstr "Укажите номера портов и протоколы сервера, которые должны быть 
активированы."

#. Type: multiselect
#. Description
#: ../ipopd.templates:2001
msgid ""
" pop3:  POP 3 on TCP port 110 with TLS support;\n"
" pop3s: POP 3 on TCP port 995 with SSL support;\n"
" pop2:  (obsolete) POP 2 on TCP port 109 with TLS support."
msgstr ""
" pop3:  POP 3 с поддержкой TLS на TCP-порту 110;\n"
" pop3s: POP 3 с поддержкой SSL на TCP-порту 995;\n"
" pop2:  (устарел) POP 2 с поддержкой TLS на TCP-порту 109."

#. Type: multiselect
#. Description
#: ../ipopd.templates:2001
msgid "It is recommended to activate both pop3 and pop3s."
msgstr "Рекомендуется включить pop3 и pop3s."

#. Type: multiselect
#. Description
#: ../ipopd.templates:2001
msgid ""
"As the ports and protocols choice may have been overridden by local changes, "
"you may need to enforce the choice and run the package configuration again "
"with 'dpkg-reconfigure ipopd'."
msgstr ""
"Так как номера портов и протоколы, выбранные здесь, могут быть изменены "
"вручную, вы можете повторить выбор снова, запустив настройку пакета "
"с помощью команды 'dpkg-reconfigure ipopd'."

#. Type: boolean
#. Description
#: ../ipopd.templates:3001 ../uw-imapd.templates:3001
msgid "Enforce port selection?"
msgstr "Работать только на указанных портах?"

#. Type: boolean
#. Description
#: ../ipopd.templates:3001
msgid "The ipopd daemon supports listening simultaneously on several ports."
msgstr "Демон ipopd может работать одновременно на нескольких портах."

#. Type: boolean
#. Description
#. Type: multiselect
#. Description
#. Type: boolean
#. Description
#: ../ipopd.templates:3001 ../uw-imapd.templates:2001
#: ../uw-imapd.templates:3001
msgid ""
"As the ports and protocols choice may have been overridden by local changes, "
"you may need to enforce the choice and run the package configuration again "
"with 'dpkg-reconfigure uw-imapd'."
msgstr ""
"Так как номера портов и протоколы, выбранные здесь, могут быть изменены "
"вручную, вы можете повторить выбор снова, запустив настройку пакета "
"с помощью команды 'dpkg-reconfigure uw-imapd'."

#. Type: multiselect
#. Description
#: ../uw-imapd.templates:2001
msgid ""
" imap2: IMAP 4rev1 on TCP port 143 with TLS support;\n"
" imaps: IMAP 4rev1 on TCP port 993 with SSL support;\n"
" imap3: (obsolete) IMAP 3 on TCP port 220 with TLS support."
msgstr ""
" imap2: IMAP 4rev1 с поддержкой TLS на TCP-порту 143;\n"
" imaps: IMAP 4rev1 с поддержкой SSL на TCP-порту 993;\n"
" imap3: (устарел) IMAP3 с поддержкой TLS на TCP-порту 220."

#. Type: multiselect
#. Description
#: ../uw-imapd.templates:2001
msgid "It is recommended to activate both imap2 and imaps."
msgstr "Рекомендуется включить imap2 и imaps."

#. Type: boolean
#. Description
#: ../uw-imapd.templates:3001
msgid "The uw-imap daemon supports listening simultaneously on several ports."
msgstr "Демон uw-imap может работать одновременно на нескольких портах."



Bug#364526: debian-installer: Please implement a password-checking module

2007-10-27 Thread Steven Demetrius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

All:

I do realize the importance of good/strong password and the desire of
guiding installers to used them. I also realize the need for ease of use
especially for new users.

If I'm new to Debian installer I don't care about good/strong passwords
as I know I will probably muck it up or want to redo the install several
times. So setting the root password to "root" is very convenient and not
a security risk.

Many new users to Debian complain how difficult and geeky it is to use.
Some of them even go back to MS. Opensource should be about not only
choice but also simplicity.

If I want to run a kiosk that only displays pictures of the building its
in using a stand alone machine locked in a box, I don't care about
security. It would really piss me off if I was force to use a long
complex password as this would be a waste of my time.

Let the user/installer chose whether he/she wants to use "root" as the
root password or some 256 char long password with whatever set of
characters without bugging them. The guide is there and guess what...
the user/installer can read! If they chose to ignore the guidelines then
that is there choice.



- --
Thank you.
*
 Steven Demetriuson't
- -
   Tel: (855 12) 810 350
E-mail: [EMAIL PROTECTED]
*
  Steven Demetrius 2007
*
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHJB2NE5pZTZCwxmQRAqYXAJ9vU6bz+eTYPBaNDxqX9mWmQAf+KQCfXMPQ
x5etIi4FJO8yHJOvROGVGNY=
=0cSU
-END PGP SIGNATURE-



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



Bug#448294: [Pbuilder-maint] Bug#448294: pbuilder: French documentation translation

2007-10-27 Thread Junichi Uekawa
Oh my you've beaten my Japanese translation! 

> 
> Please find attached the french documentation translation, proofread
> by the debian-l10n-french mailing list contributors.


thanks :)


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



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



Bug#448098: [Pbuilder-maint] Bug#448098: make /usr/lib/pbuilder/pbuilder-satisfydepends a link instead of a copy

2007-10-27 Thread Junichi Uekawa
Hi,

> The file /usr/lib/pbuilder/pbuilder-satisfydepends is currently a copy
> of the preferred method. Wouldn't it be easier you simply make it a
> link to the currently preferred method? It's then also easier to see
> *which* method is the preferred one. What's your opinion?

I would be worried about what's going to break with this.  If nothing
breaks, I'm all for it.

1. does dpkg handle real-file-to-symlinks transition OK?  (I hope it does)

2. does anyone do 'cp /usr/lib/pbuilder/pbuilder-satisfydepends' to
inside chroot?


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



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



Bug#448253: azureus: uninstallable in Sid, missing libswt-gtk-3.3-java

2007-10-27 Thread Shaun Jackman
Yes, you'll have to wait for libswt-gtk-3.3-java to pass through the
NEW queue. Watch here:
http://qa.debian.org/[EMAIL PROTECTED]
.. and here...
http://ftp-master.debian.org/new.html

Cheers,
Shaun

On 10/27/07, Sven Hartge <[EMAIL PROTECTED]> wrote:
> Package: azureus
> Version: 3.0.3.4-1
> Severity: grave
> Justification: renders package unusable
>
> Azureus is uninstallable in Sid:
>
> azureus: Depends: libswt-gtk-3.3-java which is a virtual package.
>
> This also causes an additional FTBFS bug.
>
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers unstable
>   APT policy: (990, 'unstable'), (500, 'testing'), (200, 'experimental')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.23.1-302 (PREEMPT)
> Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
> Shell: /bin/sh linked to /bin/bash
>
>
>



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



Bug#448021: Azureus is broken in on testing (dependes on libswt-gtk-3.2-java)

2007-10-27 Thread Shaun Jackman
Odd. I see that libswt-gtk-3.2-java 3.2.2-1 is in testing. Which architecture?

See http://qa.debian.org/[EMAIL PROTECTED]
or...

$ apt-cache policy libswt-gtk-3.2-java
libswt-gtk-3.2-java:
  Installed: 3.2.2-2
  Candidate: 3.2.2-2
  Version table:
 *** 3.2.2-2 0
498 http://ftp.ca.debian.org unstable/main Packages
100 /var/lib/dpkg/status
 3.2.2-1 0
499 http://ftp.ca.debian.org testing/main Packages
 3.2.1-5 0
500 http://ftp.ca.debian.org etch/main Packages

Cheers,
Shaun

On 10/25/07, Jabka Atu <[EMAIL PROTECTED]> wrote:
> package: azureus
> version: 2.5.0.4-1
>
> when trieng to install azureus in  testing i got the next error :
>
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>   azureus: Depends: libswt-gtk-3.2-java but it is not going to be installed
> E: Broken packages



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



Bug#316587: [dpatch-maintainers] Bug#316587: Bug#316587: /usr/bin/dpatch-edit-patch: d-e-p: cmdline flag for applying all patches when creating new patch

2007-10-27 Thread Junichi Uekawa
Hi,

> On Mon, Jul 04, 2005 at 12:49:05AM -0400, Sean Finney wrote:
> > On Mon, Jul 04, 2005 at 08:34:09AM +0900, Junichi Uekawa wrote:
> > > > Sounds like a valid request, patch appreciated. I feel like this
> > > > should probably be done by using a "special magic" basename patch name
> > > > like "999-last".
> >
> > that seems kind of arbitrary...
> >
> > what about
> >
> > dpatch-edit-patch -a 07_newpatch
> 
> Hello,
> I've just written a patch against dpatch 2.0.27 to include an additional
> switch, -a or --applyall, to apply all patches in 00list before creating
> a new patch.
> 
> Hope you can include this patch in dpatch (and any comments/changes are
> welcome!).

All of your patches are reversed ... :P 


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



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



Bug#433187: unkillable dpkg-query processes

2007-10-27 Thread David Miller
From: Bernd Zeimetz <[EMAIL PROTECTED]>
Date: Sat, 27 Oct 2007 20:09:47 +0200

> titan:~# [ 2427.313946] BUG: soft lockup - CPU#3 stuck for 11s! 
> [aptitude:13375]
> [ 2427.389128] TSTATE: 11009602 TPC: 0042f93c TNPC: 
> 0042f7d0 Y: Not tainted
> [ 2427.506821] TPC: <__delay+0x1c/0x48>
> [ 2427.549494] g0: 9000 g1: 0042f7d0 g2:  
> g3: 
> [ 2427.653670] g4: f8a00793c960 g5: f89fff994000 g6: f8a007dfc000 
> g7: 
> [ 2427.757835] o0: 0020 o1: 0020 o2:  
> o3: 
> [ 2427.862001] o4: 0030a0d0 o5:  sp: f8a007dff071 
> ret_pc: 0042f938
> [ 2427.970337] RPC: <__delay+0x18/0x48>
> [ 2428.013031] l0: 0005a6cab647 l1: 11009601 l2: 004417a8 
> l3: 0400
> [ 2428.117206] l4:  l5: 0001 l6:  
> l7: 0008
> [ 2428.221374] i0:  i1: f8a007dffa88 i2: 0004 
> i3: 0001
> [ 2428.325538] i4:  i5:  i6: f8a007dff131 
> i7: 004417ec
> [ 2428.429710] I7: 
> 
> and an unkillable, cpu-eating aptitude.

One cpu can't send a message successfully to another cpu, likely
because it is stuck somewhere with interrupts off.

I was going to give you a patch like the one at the end of this email
to try and get a register dump from all cpus with Alt-Sysrq-p but that
is guarenteed not to work.  It will just call back into
cheetah_xcall_deliver() and wedge further.  Again, don't use the
patch, trying to get a register dump with it in this state will just
wedge the machine further.

I don't know how to suggest a way to debug this further, sorry.

I'm sick of these bugs and I need to reproduce all of these
UltraSPARC-III issues locally to fix them.  So let's go.

Everyone who sees these UltraSPARC-III problems please send me PRECISE
and FULL description of how to install from scratch a machine and run
something that will trigger these errors.

DO NOT leave out any detail of your installation.  Any minor omission
will mean that I potentially won't be able to reproduce this bug and
therefore I won't be able to fix it either.

If you are using NIS, say so and give the exact configuration.  If you
have any modifications to some core configuration file like
/etc/nsswitch.conf, tell me.  If you are using static IP addresses,
tell me.  If you have netfilter enabled, tell me.  If you have even
installed some extra package, like libnss-db or anything else, tell me
even if you think it's not in use.

In short I want a flawless cook-book style recipe for installing a
machine that I can reproduce this problem on.  Do not omit any detail.

Thanks!

diff --git a/arch/sparc64/kernel/process.c b/arch/sparc64/kernel/process.c
index ca7cdfd..e10fdce 100644
--- a/arch/sparc64/kernel/process.c
+++ b/arch/sparc64/kernel/process.c
@@ -348,7 +348,7 @@ void show_regs(struct pt_regs *regs)
extern long etrap, etraptl1;
 #endif
__show_regs(regs);
-#if 0
+#if 1
 #ifdef CONFIG_SMP
{
extern void smp_report_regs(void);



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



Bug#442568: glibc: floor() is giving incorrect results on alpha architecture

2007-10-27 Thread Craig Prescott

Here's how my old EV45 runs your test code with
math_emu loaded:

imladris:~# ./floortest
DBL_MANT_DIG = 53
9007199254740991.00 9007199254740991.00

And here is without:

imladris:~# rmmod math_emu
imladris:~# ./floortest
DBL_MANT_DIG = 53
9007199254740991.00 0.00
floortest: floortest.c:12: main: Assertion `x == floor(x)' failed.
Aborted

This machine is not exactly up to date, but:

imladris:~# uname -a
Linux imladris 2.6.18-3-alpha-generic #1 Mon Dec 4 16:04:14 UTC 2006 
alpha GNU/Linux


This thread from back in February is probably of interest:

http://lists.debian.org/debian-alpha/2007/02/msg00016.html

At that time, it sounded like MATHEMU was going to end up
being built into alpha kernels at some point, instead of
being a module.  I guess this would solve the problem you
ran into?

Cheers,
Craig



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



Bug#433187: unkillable dpkg-query processes

2007-10-27 Thread David Miller
From: Bernd Zeimetz <[EMAIL PROTECTED]>
Date: Sun, 28 Oct 2007 04:03:44 +0100

> 
> 
> 
> I think things got worse with 2.6.24...
> The machine shoots itself now, I guess by running cron jobs or so.
> 
> [29074.766486] TSTATE: 11009600 TPC: 0042f984 TNPC: 
> 0042f928 Y: Not tainted
> [29074.884191] TPC: 

What kind of OOPS is this?  Please provide the kernel log messages
that appeared right before these register dumps.

Thanks.



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



Bug#448317: p7zip-rar: conflicts with the current version of p7zip-full

2007-10-27 Thread Christoph Anton Mitterer
Package: p7zip-rar
Version: 4.51~ds.1-1
Severity: normal

Could you please provide a new version of the package, that doesn't
conflict with p7zip-full 4.55~dfsg.1-2.

Thanks.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages p7zip-rar depends on:
ii  libc6  2.6.1-6   GNU C Library: Shared
libraries
ii  libgcc11:4.2.2-3 GCC support library
ii  libstdc++6 4.2.2-3   The GNU Standard C++
Library v3
ii  p7zip-full 4.51~dfsg.1-2 7z and 7za file archivers
with hig

p7zip-rar recommends no packages.

-- no debconf information



smime.p7s
Description: S/MIME cryptographic signature


Bug#433187: unkillable dpkg-query processes

2007-10-27 Thread Bernd Zeimetz



I think things got worse with 2.6.24...
The machine shoots itself now, I guess by running cron jobs or so.

[29074.766486] TSTATE: 11009600 TPC: 0042f984 TNPC: 
0042f928 Y: Not tainted
[29074.884191] TPC: 
[29074.929988] g0:  g1: 004417ec g2:  
g3: 
[29075.034163] g4: f8a00493a4e0 g5: f89fff97c000 g6: f8a006c64000 
g7: 
[29075.138329] o0:  o1: f8a006c67968 o2: 0008 
o3: 0001
[29075.242493] o4: 3385 o5:  sp: f8a006c67011 
ret_pc: 0042f980
[29075.350830] RPC: 
[29075.392482] l0: 0020 l1:  l2: 0096 
l3: 
[29075.496658] l4: 0200 l5: 0001c5569e6c l6: 0006c390404c 
l7: 6204052f31ec823e
[29075.600824] i0: 0044d100 i1: 00b0fcc2c000 i2:  
i3: 
[29075.704989] i4: 0040 i5: 007a0578 i6: f8a006c670d1 
i7: 004420d8
[29075.809161] I7: 
[29075.867493] BUG: soft lockup - CPU#2 stuck for 11s! [sh:4253]
[29075.936259] TSTATE: 11009600 TPC: 004417a8 TNPC: 
004417ac Y: Not tainted
[29076.053980] TPC: 
[29076.113311] g0:  g1:  g2:  
g3: 
[29076.217483] g4: f8a0048f9260 g5: f89fff98c000 g6: f8a006c7 
g7: 
[29076.321648] o0: 0020 o1: f8a006c73968 o2: 0002 
o3: 0001
[29076.425816] o4: 781b o5:  sp: f8a006c73011 
ret_pc: 004416a0
[29076.534150] RPC: 
[29076.592471] l0: 0008 l1:  l2: 0096 
l3: 
[29076.696645] l4: 0200 l5: 0001c5569e6c l6: 0006c3904054 
l7: 7e645445948ed154
[29076.800811] i0: 0044d100 i1: 00b0fcf8 i2:  
i3: 
[29076.904977] i4: 0040 i5: 007a0578 i6: f8a006c730d1 
i7: 004420d8
[29077.009144] I7: 

-- 
Bernd Zeimetz
<[EMAIL PROTECTED]> 



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



Bug#448263: [Pkg-alsa-devel] Bug#448263: alsa-source: artsd fails to start with ALSA 1.0.15 and sound has to be unmuted in kde

2007-10-27 Thread Arthur Marsh



Elimar Riesebieter wrote, on 28/10/07 05:33:

On Sun, 28 Oct 2007 the mental interface of
Arthur Marsh told:


Package: alsa-source
Version: 1.0.15-1
Severity: normal


I compiled alsa-source 1.0.15 as I have done so for earlier ALSA 
versions. With alsa-driver 1.0.15, KDE's artsd fails to start and I have 
to unmute the mixer settings in kmix (ie sound doesn't work 
automatically on logging in to kde but must be enabled manually).


Is alsa-utils installed?

Elimar


Yes alsa-utils 1.0.14-2 is installed, and running:

sh /etc/init.d/alsa-utils reset

sets the mixer to a reasonable starting point (un-muted, faders raised).

I then upgraded to alsa-base, alsa-source and alsa-tools 1.0.15-2, and 
alsa-utils 1.0.15-1, recompiled and installed the new modules using:


cd /usr/src
bzip2 -dc alsa-driver.tar.bz2|tar -xvf /dev/fd/0
cd /usr/src/linux
make-kpkg modules-image
cd ..
dpkg -i alsa*1.0.15-2*deb

and restarted, but still had the same problem of the mixer starting in a 
fully muted state.


Arthur.




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



Bug#448321: apt: [INTL:th] Thai translation missing

2007-10-27 Thread Theppitak Karoonboonyanan
Package: apt
Version: 0.7.8
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

apt 0.7.7 changelog says:
  [ Program translations ]
...
- Thai added. Closes: #442833
...

However, with apt 0.7.8,
  $ dpkg -L apt | grep 'th/LC_MESSAGES'
  $

So, please make sure that Thai translation is actually shipped.

- -- Package-specific info:

- -- (no /etc/apt/preferences present) --


- -- (/etc/apt/sources.list present, but not submitted) --


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=th_TH.UTF-8, LC_CTYPE=th_TH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring2007.07.31 GnuPG archive keys of the Debian a
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3

apt recommends no packages.

- -- no debconf information

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

iD8DBQFHI/x1qgzR7tCLR/4RAsxUAKCcq2LjqUjEJsZ0TfIEKplKSle0ZwCdGYt4
tDcGZqom/WoovwjJ0cJukBs=
=anTM
-END PGP SIGNATURE-



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



Bug#421046: any progress?

2007-10-27 Thread Raphael Geissert
Hi,

I'm really looking forward having port 587 open.
I've been having many problems with my ISP and port 25 is blocked.
At the moment I can't use bts or any other tool like that because the only 
smtp I've access to from which I can send emails from this email address is 
gmail's which requires TLS and storing the password in a config file is a 
nono.


-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


signature.asc
Description: This is a digitally signed message part.


Bug#63995: and projecthoneypot.org

2007-10-27 Thread Raphael Geissert
Hi,

I think b.d.o should at least send a no-email-collection meta tag on every 
page. 
The projecthoneypot.org project attempts to identify email harvesters (not 
spammers) by generating unique email addresses which mach the IP of the 
visitor and hides these addresses from human visitors.
This is done so only non-human visitors (e.g. harvesters) find 
the "identifier" (the unique email address) and send spam to it and thus 
identifying who the harvester is.

At projecthoneypot.org there are some pages[1][2][3] providing useful 
information.

I would also recommend the installation of a honeypot at b.d.o so we help this 
project. If this meassure is taken, there are two possible things that may 
occur: 
1.- Harvesters are detected and possibly blocked by making use of 
projecthoneypot's http:BL API[4]
2.- Harvesters understand it won't do any good to them grabbing emails from 
b.d.o and make their bots skip b.d.o

[1] http://www.projecthoneypot.org/how_to_avoid_spambots_5.php
[2] http://www.projecthoneypot.org/honey_pot_example.php
[3] http://www.projecthoneypot.org/faq.php#c
[4] http://www.projecthoneypot.org/httpbl_api

-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


signature.asc
Description: This is a digitally signed message part.


Bug#448319: opens /tmp/vobcopy.bla insecurely, symlink attack

2007-10-27 Thread Joey Hess
Package: vobcopy
Version: 0.5.14-2
Severity: important
Tags: security

vobcopy -q opens /tmp/vobcopy.bla insecurely:

open("/tmp/vobcopy.bla", O_WRONLY|O_CREAT|O_APPEND|O_LARGEFILE, 0666) = 2

Similarly, vopbcopy -v -v opens /tmp/vobcopy_0.5.14.log insecurely:

open("/tmp/vobcopy_0.5.14.log", O_WRONLY|O_CREAT|O_APPEND|O_LARGEFILE, 0666) = 2

Since there's no O_EXCL /tmp/vobcopy.bla can already exist as a symlink
and will be followed, appending to an arbitrary file. Thankfully it is
an append, so there's no direct data loss. The log files also tend to be
empty so the best attack I can think of ATM is that If vobvopy is run as
root, it can at be used to create /etc/nologin.

The fix is simply to open the file with O_EXCL, or better, to use
a standard, safe temp file function. (Which would have the benefit of
also making it respect the TMPDIR environment variable.)

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages vobcopy depends on:
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libdvdread3   0.9.7-3library for reading DVDs

vobcopy recommends no packages.

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#448320: evolution crashes while trying fetch new mail

2007-10-27 Thread Antono Vasiljev
Subject: evolution crashes while trying fetch new mail
Package: evolution
Version: 2.12.0-2
Severity: important

*** Please type your report below this line ***

Evolution crashes when trying to fetch new mail.
This behavior is true in 70% of cases.

See backtrace generated by bugg-buddy in attach.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus1.1.1-3  simple interprocess
messaging syst
ii  evolution-common2.12.0-2 architecture independent
files for
ii  evolution-data-server   1.12.1-1 evolution database backend
server
ii  gconf2  2.20.0-1 GNOME configuration
database syste
ii  gnome-icon-theme2.20.0-1 GNOME Desktop icon theme
ii  gtkhtml3.14 3.16.1-1 HTML rendering/editing
library - b
ii  libart-2.0-22.3.19-3 Library of functions for 2D
graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility
toolkit
ii  libbonobo2-02.20.0-1 Bonobo CORBA interfaces
library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.6.1-5  GNU C Library: Shared
libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector
graphics libra
ii  libcamel1.2-10  1.12.1-1 The Evolution MIME message
handlin
ii  libdbus-1-3 1.1.1-3  simple interprocess
messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess
messaging syst
ii  libebook1.2-9   1.12.1-1 Client library for
evolution addre
ii  libecal1.2-71.12.1-1 Client library for
evolution calen
ii  libedataserver1.2-9 1.12.1-1 Utility library for
evolution data
ii  libedataserverui1.2-8   1.12.0-1 GUI utility library for
evolution 
ii  libegroupwise1.2-13 1.12.1-1 Client library for
accessing group
ii  libexchange-storage1.2- 1.12.0-1 Backend library for
evolution cale
ii  libfontconfig1  2.4.2-1.2generic font configuration
library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine,
shared lib
ii  libgconf2-4 2.20.0-1 GNOME configuration
database syste
ii  libglade2-0 1:2.6.2-1library to load .glade
files at ru
ii  libglib2.0-02.14.2-1 The GLib library of C
routines
ii  libgnome-pilot2 2.0.15-2 Support libraries for
gnome-pilot
ii  libgnome2-0 2.20.0-1 The GNOME 2 library -
runtime file
ii  libgnomecanvas2-0   2.20.1-1 A powerful object-oriented
display
ii  libgnomeui-02.20.0-1 The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-0  1:2.20.0-3   GNOME Virtual File System
(runtime
ii  libgnutls13 2.0.1-1  the GNU TLS library -
runtime libr
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user
interface 
ii  libgtkhtml3.14-19   3.16.1-1 HTML rendering/editing
library - r
ii  libhal1 0.5.10-2 Hardware Abstraction Layer
- share
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange
library
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libnm-glib0 0.6.5-2  network management
framework (GLib
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications
to a n
ii  libnspr4-0d 4.6.7-1  NetScape Portable Runtime
Library
ii  libnss3-0d  3.11.7-1 Network Security Service
libraries
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a
CORBA ORB
ii  libpango1.0-0   1.18.3-1 Layout and rendering of
internatio
ii  libpisock9  0.12.2-10library for communicating
with a P
ii  libpisync0  0.12.2-10synchronization library for
PalmOS
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline
parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management
library
ii  libsoup2.2-82.2.102-1an HTTP library
implementation in 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcomposite1  1:0.3.2-1+b1 X11 Composite extension
library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-3X11 damaged region
extension libra
ii  libxext61:1.0.3-2X11 miscellaneous extension
librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes'
extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
i

Bug#448316: apt does not work in initramfs

2007-10-27 Thread Amos Waterland
On Sun, Oct 28, 2007 at 12:06:52AM -0200, Otavio Salvador wrote:
> > Would you accept a patch to make apt deal with the case gracefully?
> >
> > If not, would you accept a patch that adds a command line option to
> > ignore the check?
> 
> I don't have a strong opinion on it. Basically, I'd like to see the
> proposed patch and see if it's acceptable, otherwise a command line
> option can be used for it.

Thank you for your quick response.  I will send a suggested patch within
a few weeks.

> I'm looking forward to see it solved and am I curious to know _why_
> you want to run it on initramfs?

Software appliances are becoming increasingly important as a way to
distributed pre-canned solutions.  The particular case I have is that I
want to allow the user to "apt-get install" certain MySQL support
packages that I have not included in the initramfs.

As you know, initramfs images must be fairly small in order to netboot,
but once they are booted, they can expand.  So I am including apt-get
and in this case just the bare minimum required to run MySQL in the
initramfs, and the user can then install whatever mysql support packages
they want after they have booted.




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



Bug#448318: gimp crashes at startup

2007-10-27 Thread Antono Vasiljev
Package: gimp
Version: 2.4.0-1
Severity: critical

--- Please enter the report below this line. ---

gimp crashes at startup when checking tools

See backtrace attached.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-686

Debian Release: lenny/sid
  500 unstableftp.pl.debian.org 
  500 unstabledownload.tuxfamily.org 
  500 unstabledebian.o-hand.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
gimp-data   (>= 2.4.0) | 2.4.0-1
gimp-data (<< 2.4.0-z) | 2.4.0-1
libaa1(>= 1.2) | 1.4p5-32
libart-2.0-2   (>= 2.3.18) | 2.3.19-3
libatk1.0-0(>= 1.20.0) | 1.20.0-1
libc6 (>= 2.6.1-1) | 2.6.1-5
libcairo2   (>= 1.4.0) | 1.4.10-1
libdbus-1-3 (>= 1.1.1) | 1.1.1-3
libdbus-glib-1-2 (>= 0.74) | 0.74-1
libexif12  | 0.6.16-2
libfontconfig1  (>= 2.4.0) | 2.4.2-1.2
libfreetype6(>= 2.3.5) | 2.3.5-1+b1
libgimp2.0  (>= 2.4.0~rc1) | 2.4.0~rc3-1
libglib2.0-0   (>= 2.14.0) | 2.14.2-1
libgtk2.0-0(>= 2.12.0) | 2.12.1-1
libhal1(>= 0.5.10) | 0.5.10-2
libjpeg62  | 6b-14
liblcms1   (>= 1.15-1) | 1.16-6
libmng1   (>= 1.0.3-1) | 1.0.9-1
libpango1.0-0  (>= 1.18.3) | 1.18.3-1
libpng12-0   (>= 1.2.13-4) | 1.2.15~beta5-3
libpoppler-glib1(>= 0.5.1) | 0.5.4-6.2
librsvg2-2 (>= 2.18.1) | 2.18.2-1
libtiff4   | 3.8.2-7
libwmf0.2-7   (>= 0.2.8.4) | 0.2.8.4-6
libx11-6   | 2:1.0.3-7
libxcomposite1(>= 1:0.3-1) | 1:0.3.2-1+b1
libxcursor1 (>> 1.1.2) | 1:1.1.9-1
libxdamage1 (>= 1:1.1) | 1:1.1.1-3
libxext6   | 1:1.0.3-2
libxfixes3(>= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.3-1
libxinerama1   | 1:1.0.2-1
libxmu6| 1:1.0.3-1
libxpm4| 1:3.5.7-1
libxrandr2(>= 2:1.2.0) | 2:1.2.2-1
libxrender1| 1:0.9.4-1
zlib1g   (>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-6

System: Linux 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 1040
Selinux: No
Accessibility: Disabled
GTK+ Theme: MurrinaCobalt
Icon Theme: Tango

Memory status: size: 53657600 vsize: 53657600 resident: 25985024 share: 
10858496 rss: 25985024 rss_rlim: 4294967295
CPU usage: start_time: 1193537912 rtime: 38 utime: 26 stime: 12 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/gimp'

(no debugging symbols found)
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb734a6b0 (LWP 5902)]
[New Thread 0xb65feb90 (LWP 5904)]
[New Thread 0xb6dffb90 (LWP 5903)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols

Bug#447023: gstreamer0.10-plugins-good: package fails to install due to dependency on libcdio6

2007-10-27 Thread Anibal Avelar
Hi again.

Please, forget that I said.

I saw there are two packages libcdio-dev (version 0.78.2+dfsg1-1 and
0.76-1), the real problem is that last version remains on unstable for
other reasons. :(

I hope it could go to testing soon and it can remove the version
0.76-1 definitively.  Some packages we are waiting it ;)

Regards.


On 10/27/07, Anibal Avelar <[EMAIL PROTECTED]> wrote:
> Hi Nicolas.
>
> I'm the new mantainer for subtitleeditor, but I see this package has
> one dependencie with the gstreamer0.10-plugins-good package then I
> can't do new uploads for subtitleeditor while
> gstreamer0.10-plugins-good package has the libcdio6 dependencie.
>
> I checked the package gstreamer0.10-plugins-good  and I found the
> problem. It has dependencies with the libcdio-dev, but it still has
> dependencies with libcdio6 but it was removed on unstable :)
>
> I simple rebuild to the libcdio package (in specific libcdio-dev),
> changed libcdio6 for libcdio7 in the Depends header, would  solve the
> problem :P
>
>
> Thank you.
>
> Regards.
> --
> Anibal Avelar (FixXxeR) http://fixxxer.cc
> GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656
>


-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#447023: gstreamer0.10-plugins-good: package fails to install due to dependency on libcdio6

2007-10-27 Thread Anibal Avelar
Hi Nicolas.

I'm the new mantainer for subtitleeditor, but I see this package has
one dependencie with the gstreamer0.10-plugins-good package then I
can't do new uploads for subtitleeditor while
gstreamer0.10-plugins-good package has the libcdio6 dependencie.

I checked the package gstreamer0.10-plugins-good  and I found the
problem. It has dependencies with the libcdio-dev, but it still has
dependencies with libcdio6 but it was removed on unstable :)

I simple rebuild to the libcdio package (in specific libcdio-dev),
changed libcdio6 for libcdio7 in the Depends header, would  solve the
problem :P


Thank you.

Regards.
-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656



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



Bug#448316: apt does not work in initramfs

2007-10-27 Thread Otavio Salvador
severity 448316 minor
forcemerge 448316 221666
thanks

Amos Waterland <[EMAIL PROTECTED]> writes:

> Severity: important

Sorry but this bug is far from important since it's not the default
way to use it and few people is affected by this.

> While building a software appliance from Debian recently, I ran into 
> a problem with apt in which it prints this:
>
>  E: You don't have enough free space in /var/cache/apt/archives/.
>
> Note that the appliance is a single cpio file that Linux mounts on boot
> as an initramfs.
>
> After reading bug #221666, I worked around the problem by hacking the 
> init scripts to mount a special tmpfs dir on that specific directly, but
> this is a very undesirable solution. 
>
> Would you accept a patch to make apt deal with the case gracefully?
>
> If not, would you accept a patch that adds a command line option to
> ignore the check?

I don't have a strong opinion on it. Basically, I'd like to see the
proposed patch and see if it's acceptable, otherwise a command line
option can be used for it.

I'm looking forward to see it solved and am I curious to know _why_
you want to run it on initramfs?

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
-
"Microsoft sells you Windows ... Linux gives
 you the whole house."



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



Bug#448316: apt does not work in initramfs

2007-10-27 Thread Amos Waterland
Subject: apt fails when run in initramfs software appliance
Package: apt
Version: 0.6.46.4-0.1
Severity: important

While building a software appliance from Debian recently, I ran into 
a problem with apt in which it prints this:

 E: You don't have enough free space in /var/cache/apt/archives/.

Note that the appliance is a single cpio file that Linux mounts on boot
as an initramfs.

After reading bug #221666, I worked around the problem by hacking the 
init scripts to mount a special tmpfs dir on that specific directly, but
this is a very undesirable solution. 

Would you accept a patch to make apt deal with the case gracefully?

If not, would you accept a patch that adds a command line option to
ignore the check?

Right now, I cannot use apt in an initramfs-based software appliance
without hacking in a tmpfs mount, so I'd really like to get this
fixed somehow.  Thanks.

I tried to report this as a reply to bug #221666, but the mail kept
getting bounced.

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

deb http://ftp.debian.org/debian etch main

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

Versions of packages apt depends on:
ii  debian-archive-keyring 2007.07.31~etch1  GnuPG archive keys of the Debian a
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information



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



Bug#448315: bugs.debian.org: Please indicate closed blocking bugs

2007-10-27 Thread Josh Triplett
Package: bugs.debian.org
Severity: wishlist

When looking at the bug list for a package, the BTS shows the blocking
bugs for any given bug, but gives no indication of the status of those
blocking bugs.  Thus, to know their status, you need to follow the
link to the blocking bug.  Please consider adding an indication of the
status of the blocking bug right after the link, such as via a
parenthetical "(closed)" or "(done)".  This would allow monitoring the
status of blocking bugs directly from a bug listing that includes the
blocked bug.

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#448157: CVE-2007-5585 authentication bypass

2007-10-27 Thread Jose Luis Rivas Contreras
reassign 448157 xscreensaver
quit

Ari Pollak wrote:
> The point here is that xscreensaver should not unlock the screen when
> missing xscreensaver-gl-helper, it should just display a blank
> screensaver. rss-glx does not NEED to be run with xscreensaver-gl-helper
> as it's perfectly feasible to run with gnome-screensaver, so rss-glx
> shouldn't need to depend on xscreensaver-gl to prevent xscreensaver from
> crashing.
> 
> 
Ok, that's a point, I'm reassigning the bug to xscreensaver then and
will figure out what's wrong when rss-glx is running.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#446354: fixed 446354 in 2.0pl5dfsg1-20.1

2007-10-27 Thread Nico Golde
# Automatically generated email from bts, devscripts version 2.10.9
# adding fix as the bug number was missing in the changelog
fixed 446354 2.0pl5dfsg1-20.1




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



Bug#445467: About the new version

2007-10-27 Thread Martin Braure de Calignon

Le samedi 27 octobre 2007 à 17:15 -0300, Bruno Barrera C. a écrit :
> Please prepare a new version of the package and I would be glad, again,
> to sponsor it.

Ok thanx a lot. I though that the "NMU upload" in the changelog file
means that the package would be uploaded.
I'll do a new version in ASAP (in the week I think). Sorry for the time
it took !

Cheers,

-- 
Martin Braure de Calignon


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#448313: reassign 448313 hal-info

2007-10-27 Thread Karl Chen

reassign 448313 hal-info

thanks



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



Bug#448314: linux-source-2.6.22: "make-kpkg clean" exits with Error 2

2007-10-27 Thread James Hirschorn
Package: linux-source-2.6.22
Version: 2.6.22-4~bpo40+1
Severity: normal


It looks like the "debian" subdirectory is being deleted too soon.

James

CH:/usr/src/linux-current# make-kpkg clean
exec debian/rules DEBIAN_REVISION=5:10.Custom clean

== making target CLN-common [new prereqs: testdir]==

== making target CLN-common [new prereqs: ]==
/usr/bin/make -f ./debian/rules real_stamp_clean
make[1]: Entering directory `/usr/src/linux-source-2.6.22'
== making target real_stamp_clean [new prereqs: ]==
running clean
test ! -f scripts/package/builddeb.kpkg-dist ||   \
mv -f scripts/package/builddeb.kpkg-dist scripts/package/builddeb
test ! -f scripts/package/Makefile.kpkg-dist ||   \
mv -f scripts/package/Makefile.kpkg-dist scripts/package/Makefile
test ! -f .config || cp -pf .config config.precious
test ! -f Makefile || \
/usr/bin/make  ARCH=i386 distclean
make[2]: Entering directory `/usr/src/linux-source-2.6.22'
CLEAN  scripts/basic
CLEAN  scripts/kconfig
CLEAN  /usr/src/linux-source-2.6.22/debian/
CLEAN  include/config
CLEAN  .config include/linux/autoconf.h
make[2]: Leaving directory `/usr/src/linux-source-2.6.22'
test ! -f config.precious || mv -f config.precious .config
/usr/bin/make -f ./debian/rules unpatch_now
make[2]: Entering directory `/usr/src/linux-source-2.6.22'
make[2]: ./debian/rules: No such file or directory
make[2]: *** No rule to make target `./debian/rules'. Stop.
make[2]: Leaving directory `/usr/src/linux-source-2.6.22'
make[1]: *** [real_stamp_clean] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.22'
make: *** [CLN-common] Error 2


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

Versions of packages linux-source-2.6.22 depends on:
ii  binutils  2.17-3 The GNU assembler, linker and bina
ii  bzip2 1.0.3-6high-quality block-sorting file co

Versions of packages linux-source-2.6.22 recommends:
ii  gcc4:4.1.1-15The GNU C compiler
ii  libc6-dev [libc-dev]   2.3.6.ds1-13etch2 GNU C Library: Development Librari
ii  make   3.81-2The GNU version of the "make" util

-- no debconf information



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



Bug#448313: gnome-power-manager: ThinkPad T41 FDI

2007-10-27 Thread Karl Chen
Package: gnome-power-manager
Version: 2.20.0-1+b1
Severity: minor
Tags: patch


This patch makes suspend/hibernate work for me on my
IBM/Lenovo ThinkPad T41.  ('pm-suspend --quirk-s3-mode'
works, while 'pm-suspend' doesn't.)

'system.hardware.product' is empty on my machine so
used.hardware.version' instead.


--- 20-video-quirk-pm-ibm.fdi.0 2007-10-27 16:04:18.0 -0700
+++ 20-video-quirk-pm-ibm.fdi   2007-10-27 16:16:05.0 -0700
@@ -34,6 +34,10 @@
 true
 true
   
+  
+  
+true
+  
   
   
 



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



Bug#448312: gnome-power-manager: powerdev group needed

2007-10-27 Thread Karl Chen
Package: gnome-power-manager
Version: 2.20.0-1+b1
Severity: minor


The current user needs to be in the 'powerdev' group for
suspend/hibernate to work.  (Yes, I should have read
/usr/share/doc/README.Debian earlier, but you can't expect
most users to read that at all.) 

It would be nice if the error message said something to the
effect of "please add your user to the 'powerdev' group"
instead of a generic "didn't work" error message.

Karl



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



Bug#448311: rdoc1.8: does not find 'dot'

2007-10-27 Thread Vincent Fourmond
Package: rdoc1.8
Version: 1.8.6.111-2
Severity: normal

  Hello,

  I'm confused: I want to use rdoc to produce nice class diagrams, but, see:

~ rdoc -d
You need the 'dot' program to produce diagrams.
(see http://www.research.att.com/sw/tools/graphviz/)

  However, graphviz is installed:

ii  graphviz  2.12-5rich set of graph drawing tools

and found:
~ which dot
/usr/bin/dot

  What happens ??

  Thanks,

Vincent

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_GB)
Shell: /bin/sh linked to /bin/dash

Versions of packages rdoc1.8 depends on:
ii  irb1.8   1.8.6.111-2 Interactive Ruby (for Ruby 1.8)
ii  libruby1.8   1.8.6.111-2 Libraries necessary to run Ruby 1.
ii  ruby1.8  1.8.6.111-2 Interpreter of object-oriented scr

rdoc1.8 recommends no packages.

-- no debconf information



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



Bug#446968: [Pkg-alsa-devel] Bug#446968: alsa-base: Alsa only works after /etc/init.d/alsa restart, then fails again later

2007-10-27 Thread Sean Zimmermann

I think these all might be the same bug:

Ubuntu Bug #87652 (https://bugs.launchpad.net/ubuntu/+source/linux- 
source-2.6.20/+bug/87652)


Debian kernel bug #436723 (http://bugs.debian.org/cgi-bin/ 
bugreport.cgi?bug=436723)



Sean

smime.p7s
Description: S/MIME cryptographic signature


Bug#448274: meta-package kde-desktop

2007-10-27 Thread Rafael Belmonte
I already know that can be ordered to installer install kde-desktop, also
that there is a installation CD that installs KDE Desktop, and that the
meta-package kde-desktop can be installed with aptitude, but i think that
you haven't understood me.
These meta-package kde-desktop and also package kde, install too
applications, many of them for do the same thing.
For example kde or kde-desktop packages install kdemultimedia and
kdegraphics which install more than one video player, more than one image
viewer.
I suggest create a new meta-package or make actual more clean. I said that
the idea is install just one application for each thing or function (only
one video player, only one music player, only one image viewer, and so
on...) and try to select the best KDE application for each in order to have
a more clean Desktop.
I wrote list of applications that i propose in my first message and a series
of functions that aren't now configured in KDE desktop of Debian. We could
take a general pattern from Kubuntu distribution, but keeping the stability,
the quality and identity of Debian GNU/Linux.

I hope for you have understood me and that you like my idea.


Bug#446299: May be the same bug as #443905

2007-10-27 Thread Rene Wunderlich
Hi Michael,

u have the ~/.eclipse dir renamed/deletet for ur test?

u have only this org.eclipse.osgi_3.2.2.R32x_v20070118.jar installed and no
other versions?


more ideas have i not ;/

gl

René

ps: its a total clean/new install i have all old files/directorys deleted and 
only
apt-get install eclipse installed and not more

--
$ eclipse -debug
searching for compatible vm...
  testing /usr/lib/jvm/java-gcj...found
Could not create /usr/local/lib/eclipse/.eclipseextension. Please run as root:
touch /usr/local/lib/eclipse/.eclipseextension
chmod 2775 /usr/local/lib/eclipse/.eclipseextension
chown root:staff /usr/local/lib/eclipse/.eclipseextension
Start VM: /usr/lib/jvm/java-gcj/bin/java
-Djava.library.path=/usr/lib/jni
-Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.2/classmap.db
-Dgnu.gcj.runtime.VMClassLoader.library_control=never
-Dosgi.locking=none
-jar /usr/lib/eclipse/startup.jar
-os linux
-ws gtk
-arch x86_64
-launcher /usr/lib/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 23d68006
-install /usr/lib/eclipse
-debug
-vm /usr/lib/jvm/java-gcj/bin/java
-vmargs
-Djava.library.path=/usr/lib/jni
-Dgnu.gcj.precompiled.db.path=/var/lib/gcj-4.2/classmap.db
-Dgnu.gcj.runtime.VMClassLoader.library_control=never
-Dosgi.locking=none
-jar /usr/lib/eclipse/startup.jar
Install location:
file:/usr/lib/eclipse/
Configuration file:
file:/usr/lib/eclipse/configuration/config.ini loaded
Configuration location:
file:/home/medi/.eclipse/org.eclipse.platform_3.2.0/configuration
Configuration file:
file:/home/medi/.eclipse/org.eclipse.platform_3.2.0/config.ini not found or
not read
Shared configuration location:
file:/usr/lib/eclipse/configuration/
Framework located:
file:/usr/lib/eclipse/plugins/org.eclipse.osgi_3.2.2.R32x_v20070118.jar
Framework classpath:
file:/usr/lib/eclipse/plugins/org.eclipse.osgi_3.2.2.R32x_v20070118.jar
Splash location:

/usr/lib/eclipse/plugins/org.eclipse.platform_3.2.2.r322_v20070117b/splash.bmp
runCommand:

<-name><-showsplash><600>
Debug options:
file:/home/medi/.options not found
Time to load bundles: 38
Starting application: 3959
runCommand:
<-name><-exitdata><23d68006>

--
Michael Koch schrieb:
> 
> Hmm, I develop the package on x86_64 and it works fine there.
> Thats really a strange issue.
> 
> 
> Cheers,
> Michael
> 



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



Bug#448309: python-tagpy: Please package TagPy, 0.93 (bugfix)

2007-10-27 Thread Ben Voui
Package: python-tagpy
Version: 0.92-1
Severity: normal

Hello,

TagPy 0.93 fixes a rather annoying bug regarding tag encoding :
http://news.tiker.net/node/437

Please consider packaging this new upstream version.

This bug affects sonata in a way that is fixed when using sonata 1.3
(to be released soon) and TagPy 0.93.

Bye,

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.7-grsec2.1.10-200706182032-vs2.2.0.3 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=UTF-8 (charmap=UTF-8) (ignored: LC_ALL set 
to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-tagpy depends on:
ii  libboost-python1.34.1 1.34.1-2   Boost.Python Library
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3
ii  libtag1c2a1.4-8+b1   TagLib Audio Meta-Data Library
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.15 register and build utility for Pyt

python-tagpy recommends no packages.

-- no debconf information

-- 
  intrigeri <[EMAIL PROTECTED]>



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



Bug#448310: fmtools: fm volume option expects [0..65535], not percent. fm reports volumes > 100%.

2007-10-27 Thread Andreas Hartmann
Package: fmtools
Version: 1.0.3
Severity: normal


According to the man page, the command 'fm 88.4 100' should tune to 88.4 MHz
and turn up the volume to 100%. While the frequency tuning works as expected,
the volume is set to an inaudible value:

fm 88.4 100
Radio tuned to 88.40 MHz at 0.15% volume


Specififying an unsigned 16 bit integer value does the job:

fm 88.4 65535
Radio tuned to 88.40 MHz at 100.00% volume

fm 88.4 32768
Radio tuned to 88.40 MHz at 50.00% volume


fm also accepts volumes bigger 2^16 and reports volumes above 100%.
The actual volume is set to (volume mod 2^16):

fm 88.4 13
Radio tuned to 88.40 MHz at 198.37% volume


The desired bahaviour should probably be as described in the man page:
The specified volume should be in the range of 0 and 100, in percent.
I also think that numbers outside the allowed range should not change
the volume but cause an error message instead, like passing an invalid
frequency does:

fm 1
Frequency 1.0 out of range (65.0 - 108.0 MHz)


-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-4-p4pe (PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages fmtools depends on:
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries

fmtools recommends no packages.

-- no debconf information



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



Bug#448029: Please package 1.8.2 instead

2007-10-27 Thread Alex Murray
Hi Sam,
I suggest instead packaging the newer version 1.8.2 which includes the
relicensed icons rather than simply updating the existing 1.8.1 package.

Thanks




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



Bug#442336: [EMAIL PROTECTED]: Bug#442336: fantasdic: "Scan clipboard" option isn't saved]

2007-10-27 Thread Mathieu Blondel

Hi,

This bug / feature request is fixed in the development version. If you 
can't wait next release, you can retrieve the source code with this command:


$ svn checkout http://svn.gnome.org/svn/fantasdic/trunk

Mathieu Blondel



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



Bug#448308: udev

2007-10-27 Thread contact
Package: udev

Running a Pentium II with a scanner on the parallel port & a USB printer. The
printer is a HP1018. I appreciate there is a problem with the firmware with
the HP1018 & could initialize the printer by sending a script to the /dev/usb
port of the printer. A few weeks ago I upgraded udev & now get no /dev/usb
entries, only some /dev/usb entries in a new format - none of which I can
access with the technique I used before! I use cups & now it does not see the
printer, whereas before it did! Any ideas?





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



Bug#448307: wengophone: Video does not work, codec with ID 20 not found.

2007-10-27 Thread Eric Lavarde
Package: wengophone
Version: 2.1.2.dfsg0-1
Severity: important


Hi,

the changelog says that the video support has been re-enabled, so I
assume that it should work now.
When I'm trying to call 335 (the number behind the "make a test video call",
I don't see any video and the console outputs lists the following message:
Couldn't find coded with id 20
(I translated 'coded' with codec...)

I've removed ~/.wengophone to be sure I'm not missing anything. Else I
can see myself when I press "Webcam Preview" in the video configuration
dialog, and video works properly when I use the upstream released
version (but there the sound doesn't work...).

Tell me if you need more info.

Thanks, Eric

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages wengophone depends on:
ii  libasound2   1.0.14a-2   ALSA library
ii  libavcodec1d 0.cvs20070307-6 ffmpeg codec library
ii  libavformat1d0.cvs20070307-6 ffmpeg file format library
ii  libavutil1d  0.cvs20070307-6 ffmpeg utility library
ii  libboost-program-options 1.34.1-2program options library for C++
ii  libboost-regex1.34.1 1.34.1-2regular expression library for C++
ii  libboost-serialization1. 1.34.1-2serialization library for C++
ii  libboost-signals1.34.1   1.34.1-2managed signals and slots library 
ii  libboost-thread1.34.11.34.1-2portable C++ multi-threading
ii  libc62.6.1-1+b1  GNU C Library: Shared libraries
ii  libcurl3 7.17.0-1Multi-protocol file transfer libra
ii  libgcc1  1:4.2.2-3   GCC support library
ii  libglib2.0-0 2.14.1-5The GLib library of C routines
ii  libgnutls13  2.0.1-1 the GNU TLS library - runtime libr
ii  libqt4-core  4.3.1-2 Qt 4 core non-GUI functionality ru
ii  libqt4-gui   4.3.1-2 Qt 4 core GUI functionality runtim
ii  libsamplerate0   0.1.2-5 audio rate conversion library
ii  libsndfile1  1.0.17-4Library for reading/writing audio 
ii  libspeex11.1.12-3The Speex Speech Codec
ii  libssl0.9.8  0.9.8g-1SSL shared libraries
ii  libstdc++6   4.2.2-3 The GNU Standard C++ Library v3
ii  libuuid1 1.40.2-1universally unique id library
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxml2  2.6.30.dfsg-2   GNOME XML library

wengophone recommends no packages.

-- no debconf information



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



Bug#448306: For madwifi, no wifi detected

2007-10-27 Thread David
Package: network-manager
Version: 0.6.5-3
Severity: important

--- Please enter the report below this line. ---

I can connect with the interface ath0 with the console, but network-manager
does not detect any wifi networks (and iwlist detects actually 6). Wireless
in *enabled* in network-manager (at least it reads so :-)  ).

The same problem if I launch it as root.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-2-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
libc6 (>= 2.6.1-1) | 2.6.1-6
libdbus-1-3 (>= 1.1.1) | 1.1.1-3
libdbus-glib-1-2 (>= 0.74) | 0.74-1
libgcrypt11 (>= 1.2.2) | 1.2.4-2
libglib2.0-0 (>= 2.14.0) | 2.14.2-1
libgpg-error0 (>= 1.4) | 1.4-2
libhal1 (>= 0.5.10) | 0.5.10-2
libiw29 (>= 28+29pre7) | 29-1
libnl1-pre6 | 1.0~pre6-6
libnm-util0 | 0.6.5-3
iproute | 20070313-1
iputils-arping | 3:20070202-2
dhcdbd (>= 1.12-2) | 3.0-1
lsb-base (>= 2.0-6) | 3.1-24
wpasupplicant (>= 0.4.8) | 0.6.0-4
dbus (>= 0.60) | 1.1.1-3
hal (>= 0.5.7.1) | 0.5.10-2
ifupdown | 0.6.8
adduser | 3.105


Bug#448305: yacpi: Doesnt detect ac change

2007-10-27 Thread Joerg Jaspert
Package: yacpi
Version: 3.0-1
Severity: important

Hi

yacpi doesnt detect a change of AC (on/off) while its running. Needs a restart.
Hitting r has no effect, as well as using -l.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23.1-hrt2 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages yacpi depends on:
ii  libacpi0  0.2-1  general purpose library for ACPI
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libncurses5   5.6+20071006-3 Shared libraries for terminal hand

yacpi recommends no packages.

-- no debconf information



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



Bug#448304: Fw: madwifi

2007-10-27 Thread contact
Package: madwifi


[EMAIL PROTECTED] wrote:

> I am running a Toshiba a60 laptop Celeron 2.8. I recently installed a
Netgear
> WG511t wireless card. The kernel was 2.6.22-2, which I prefer to install as
an
> image. Works fine when madwifi is compiled and included in the kernel using
> modprobe. When I upgraded to the the 2.6.22-3 image I had to repeat the
> procedure. It would be a lot easier if madwifi was included with the kernel
as
> a module on auto-detect. I'm sure a lot of other Debian users would
appreciate
> that too! Thanks for your time & effort.
> 
> Regards
> 
> Richard Bell
> 
> 
> 
> 






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



Bug#447893: Dead link on http://www.debian.org/CD/faq/index.de.html#record-windows

2007-10-27 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 27-10-2007 19:04, Felipe Augusto van de Wiel (faw) wrote:
> 3) We contact upstream and see if they can change it. :-)
>   I took number 3, but I couldn't find an e-mail address,
> so I used their Contact form, hopefully they will reply, I don't
> know if in the meantime we should make some workaround.

Here is their reply:


-  Original Message 
Subject: Re: Contact from cdburnerxp.se
Date: Sat, 27 Oct 2007 23:04:01 +0200
From: Florian Schmitz

Hi.

Unfortunately, our online manual is not yet complete and thus most
pages are still missing. We aim to complete it as soon as possible
though.
So there currently is no correct link available.

Regards,
Florian


Kind regards,
- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHI7S0CjAO0JDlykYRAvvNAKDFDO6EDfNjpnaCRrERpP6/YOX71ACgzgEi
79Iv2AIkCSuj5xqJW53O5UE=
=MP/U
-END PGP SIGNATURE-



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



Bug#448303: scantv crashes with "invalid pointer" at end of scan

2007-10-27 Thread Andreas Hartmann
Package: scantv
Version: 3.95.dfsg.1-4
Severity: important


The following command causes scantv to crash at the end of the scan:

scantv -n pal -f europe-west -c /dev/video1 -C /dev/vbi1
...
68   (847.25 MHz): no station
69   (855.25 MHz): no station
*** glibc detected *** scantv: free(): invalid pointer: 0xb7cc5540 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb7d3ccf5]
/lib/i686/cmov/libc.so.6(cfree+0x90)[0xb7d40790]
/usr/lib/xawtv/drv0-v4l2.so[0xb7cc20e6]
scantv(main+0x635)[0x804d255]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7ce9050]
scantv[0x804c951]
=== Memory map: 
08048000-0805e000 r-xp  03:06 19815  /usr/bin/scantv
0805e000-0805f000 rw-p 00016000 03:06 19815  /usr/bin/scantv
0805f000-08084000 rw-p 0805f000 00:00 0  [heap]
b7a0-b7a21000 rw-p b7a0 00:00 0
b7a21000-b7b0 ---p b7a21000 00:00 0
b7b13000-b7b1d000 r-xp  03:06 79843  /lib/libgcc_s.so.1
b7b1d000-b7b1e000 rw-p 9000 03:06 79843  /lib/libgcc_s.so.1
b7b32000-b7b42000 rw-s 000f 00:0c 14531  /dev/vbi1
b7b42000-b7b52000 rw-s 000e 00:0c 14531  /dev/vbi1
b7b52000-b7b62000 rw-s 000d 00:0c 14531  /dev/vbi1
b7b62000-b7b72000 rw-s 000c 00:0c 14531  /dev/vbi1
b7b72000-b7b82000 rw-s 000b 00:0c 14531  /dev/vbi1
b7b82000-b7b92000 rw-s 000a 00:0c 14531  /dev/vbi1
b7b92000-b7ba2000 rw-s 0009 00:0c 14531  /dev/vbi1
b7ba2000-b7bb2000 rw-s 0008 00:0c 14531  /dev/vbi1
b7bb2000-b7bc2000 rw-s 0007 00:0c 14531  /dev/vbi1
b7bc2000-b7bd2000 rw-s 0006 00:0c 14531  /dev/vbi1
b7bd2000-b7be2000 rw-s 0005 00:0c 14531  /dev/vbi1
b7be2000-b7bf2000 rw-s 0004 00:0c 14531  /dev/vbi1
b7bf2000-b7c02000 rw-s 0003 00:0c 14531  /dev/vbi1
b7c02000-b7c12000 rw-s 0002 00:0c 14531  /dev/vbi1
b7c12000-b7c22000 rw-s 0001 00:0c 14531  /dev/vbi1
b7c22000-b7c32000 rw-s  00:0c 14531  /dev/vbi1
b7c32000-b7c6b000 rw-p b7c32000 00:00 0
b7c6b000-b7c84000 r-xp  03:06 18480  /usr/lib/libdv.so.4.0.3
b7c84000-b7c86000 rw-p 00019000 03:06 18480  /usr/lib/libdv.so.4.0.3
b7c86000-b7c92000 rw-p b7c86000 00:00 0
b7c9d000-b7c9e000 r-xp  03:06 35485  /usr/lib/xawtv/write-dv.so
b7c9e000-b7c9f000 rw-p  03:06 35485  /usr/lib/xawtv/write-dv.so
b7c9f000-b7ca1000 r-xp  03:06 35484  /usr/lib/xawtv/write-avi.so
b7ca1000-b7ca2000 rw-p 2000 03:06 35484  /usr/lib/xawtv/write-avi.so
b7ca2000-b7ca5000 r-xp  03:06 35482  /usr/lib/xawtv/snd-oss.so
b7ca5000-b7ca6000 rw-p 2000 03:06 35482  /usr/lib/xawtv/snd-oss.so
b7ca6000-b7ca8000 r-xp  03:06 35481  /usr/lib/xawtv/read-dv.so
b7ca8000-b7ca9000 rw-p 1000 03:06 35481  /usr/lib/xawtv/read-dv.so
b7ca9000-b7cab000 r-xp  03:06 35479  /usr/lib/xawtv/read-avi.so
b7cab000-b7cac000 rw-p 1000 03:06 35479  /usr/lib/xawtv/read-avi.so
b7cac000-b7cad000 r-xp  03:06 35478  /usr/lib/xawtv/linedoubler.so
b7cad000-b7cae000 rw-p  03:06 35478  /usr/lib/xawtv/linedoubler.so
b7cae000-b7caf000 r-xp  03:06 35477  /usr/lib/xawtv/linear-blend.so
b7caf000-b7cb rw-p  03:06 35477  /usr/lib/xawtv/linear-blend.so
b7cb-b7cb2000 r-xp  03:06 35475  /usr/lib/xawtv/flt-smooth.so
b7cb2000-b7cb3000 rw-p 1000 03:06 35475  /usr/lib/xawtv/flt-smooth.so
b7cb3000-b7cb9000 r-xp  03:06 34760  /usr/lib/xawtv/drv1-v4l.so
b7cb9000-b7cbe000 rw-p 6000 03:06 34760  /usr/lib/xawtv/drv1-v4l.so
b7cbe000-b7cc5000 r-xp  03:06 34759  /usr/lib/xawtv/drv0-v4l2.so
b7cc5000-b7cd1000 rw-p 6000 03:06 34759  /usr/lib/xawtv/drv0-v4l2.so
b7cd1000-b7cd3000 rw-p b7cd1000 00:00 0
b7cd3000-b7e15000 r-xp  03:06 321050 /lib/i686/cmov/libc-2.6.1.so
b7e15000-b7e16000 r--p 00142000 03:06 321050 /lib/i686/cmov/libc-2.6.1.so
b7e16000-b7e18000 rw-p 00143000 03:06 321050 /lib/i686/cmov/libc-2.6.1.so
b7e18000-b7e1b000 rw-p b7e18000 00:00 0
b7e1b000-b7e39000 r-xp  03:06 22803  /usr/lib/libjpeg.so.62.0.0
b7e39000-b7e3a000 rw-p 0001e000 03:06 22803  /usr/lib/libjpeg.so.62.0.0
b7e3a000-b7e4e000 r-xp  03:06 18141  /usr/lib/libz.so.1.2.3.3Aborted


I wonder if this bug is related to #430079.
"scantv -h" works as expected on my machine.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-4-p4pe (PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages scantv depends on:
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libzvbi00.2.25-2 Vertical Blan

Bug#399889: Just a little more info

2007-10-27 Thread Lisandro Damián Nicanor Pérez Meyer
It seems that is really a 3d issue, as my sistem (which has a via vga
controller) hangs with 3D.
Just after upgrading wine, I started to get hangs even when running wineconfig.



-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/




Bug#448300: emdebian-tools: generates ~/.dpkg-cross/sources.testing incorrectly

2007-10-27 Thread Neil Williams
On Sat, 27 Oct 2007 23:26:41 +0200
Ivan Vucica <[EMAIL PROTECTED]> wrote:

> Package: emdebian-tools
> Version: 0.3.0
> Severity: normal

Fixed in 0.4.0 currently in unstable and due to migrate into testing
v.v.soon.

0.4.0 requires dpkg-cross 2.0.0 and apt-cross 0.3.0 as well as a
variety of other changes because apt-cross was mostly rewritten for
the 0.3.0 release.

> ii  apt-cross0.2.0   retrieve, build and install 
> librar
> ii  dpkg-cross   1.39tools for cross compiling Debian 
> p
> ii  dpkg-dev 1.14.7  package building tools for Debian

Please retest with apt-cross 0.3.0, dpkg-cross 2.0.0 and emdebian-tools
0.4.x - currently at 0.4.3 in Emdebian.

Please wait for the existing hint to take effect for these to migrate
into testing together (should be in the next 24rs).

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpkI9TEQBvDn.pgp
Description: PGP signature


Bug#448302: kdebase-workspace_4:3.94.0-1(hppa/experimental): FTBFS: undefined reference to Strigi::AnalysisResult::AnalysisResult

2007-10-27 Thread Frank Lichtenheld
Package: kdebase-workspace
Version: 4:3.94.0-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of kdebase-workspace_4:3.94.0-1 on meitner by sbuild/hppa 
98-farm
| Build started at 20071027-0206
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 12.0MB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main kdebase-workspace 4:3.94.0-1 
(dsc) [1127B]
| Get:2 http://ftp.de.debian.org experimental/main kdebase-workspace 4:3.94.0-1 
(tar) [11.7MB]
| Get:3 http://ftp.de.debian.org experimental/main kdebase-workspace 4:3.94.0-1 
(diff) [332kB]
| Fetched 12.0MB in 1m37s (123kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs, debhelper (>= 5), quilt, cmake, kdepimlibs5-dev (>= 
3.94.0), network-manager-dev, libbluetooth-dev, libnm-util-dev, 
libqimageblitz-dev, libraw1394-dev, libstrigiqtdbusclient-dev
| Checking for already installed source dependencies...
[...]
| Linking CXX executable testLayouts
| cd 
/build/buildd/kdebase-workspace-3.94.0/obj-hppa-linux-gnu/libs/plasma/widgets/tests
 && /usr/bin/cmake -P CMakeFiles/testLayouts.dir/cmake_clean_target.cmake
| cd 
/build/buildd/kdebase-workspace-3.94.0/obj-hppa-linux-gnu/libs/plasma/widgets/tests
 && /usr/bin/c++   -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef 
-Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security 
-fno-exceptions -fno-check-new -fno-common -fvisibility=hidden 
-fvisibility-inlines-hidden -g3 -fno-inline  -fPIC 
"CMakeFiles/testLayouts.dir/testLayouts_automoc.o" 
"CMakeFiles/testLayouts.dir/testLayouts.o"   -o testLayouts -rdynamic 
-L/usr/local/lib 
-L/build/buildd/kdebase-workspace-3.94.0/obj-hppa-linux-gnu/lib -lQtSvg 
-lQtCore -lpthread -lkdecore -lSM -lICE -lX11 -lXext -lXft -lXau -lXdmcp 
-lQtGui -lQtXml -lXtst -lXcursor -lXfixes -lkdeui -lplasma -lkdecore -lkdeui 
-lQtSvg -lSM -lICE -lX11 -lXext -lXft -lXau -lXdmcp -lXtst -lXcursor -lXfixes 
-lstreamanalyzer -lstreams -lkdecore -lQtNetwork -lz -lbz2 -lresolv -lsolid 
-lQtCore -lpthread -lQtDBus -lQtXml -lQtGui -lfam -lXrender -lkio -lQtOpenGL 
-lGL -Wl,-Bstatic -lQtUiTools -Wl,-Bdynamic 
| /usr/lib/gcc/hppa-linux-gnu/4.2.3/../../../libkio.so: undefined reference to 
`Strigi::AnalysisResult::AnalysisResult(std::basic_string, std::allocator > const&, long, 
Strigi::IndexWriter&, Strigi::StreamAnalyzer&)'
| collect2: ld returned 1 exit status
| make[3]: *** [libs/plasma/widgets/tests/testLayouts] Error 1
| make[3]: Leaving directory 
`/build/buildd/kdebase-workspace-3.94.0/obj-hppa-linux-gnu'
| make[2]: *** [libs/plasma/widgets/tests/CMakeFiles/testLayouts.dir/all] Error 
2
| make[2]: Leaving directory 
`/build/buildd/kdebase-workspace-3.94.0/obj-hppa-linux-gnu'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory 
`/build/buildd/kdebase-workspace-3.94.0/obj-hppa-linux-gnu'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20071027-0311
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=4:3.94.0-1&pkg=kdebase-workspace&arch=hppa

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/




Bug#448301: [INTL:fi] Finnish translation of the debconf templates

2007-10-27 Thread Esko Arajärvi
Package: ppp
Severity: wishlist
Tags: l10n patch

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: ppp\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-24 07:31+0200\n"
"PO-Revision-Date: 2007-10-28 00:37+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"

#. Type: text
#. Description
#. Main menu item
#: ../ppp-udeb.templates:2001
msgid "Configure and start a PPPoE connection"
msgstr "Aseta ja käynnistä PPPoE-yhteys"

#. Type: error
#. Description
#: ../ppp-udeb.templates:3001
msgid "No PPPoE concentrator"
msgstr "Ei PPPoE-keskitintä"

#. Type: error
#. Description
#: ../ppp-udeb.templates:3001
msgid "All network interfaces have been probed, but a PPPoE concentrator was not detected."
msgstr "Kaikki verkkoliitynnät on tutkittu, mutta PPPoE-keskitintä ei löydetty."

#. Type: error
#. Description
#. Type: error
#. Description
#. Type: error
#. Description
#. Type: error
#. Description
#: ../ppp-udeb.templates:3001
#: ../ppp-udeb.templates:7001
#: ../ppp-udeb.templates:9001
#: ../ppp-udeb.templates:10001
msgid "The configuration of PPPoE has been aborted. It can be attempted again by selecting the relevant menu entry."
msgstr "PPPoE:n asetus on keskeytetty. Sitä voidaan yrittää uudelleen valitsemalla asiaankuuluva valikon kohta."

#. Type: string
#. Description
#: ../ppp-udeb.templates:5001
msgid "ISP account username:"
msgstr "ISP-käyttäjätunnus: "

#. Type: string
#. Description
#: ../ppp-udeb.templates:5001
msgid "Please enter the username for the PPP connection."
msgstr "Anna PPP-yhteyden käyttäjätunnus."

#. Type: string
#. Description
#. Type: password
#. Description
#: ../ppp-udeb.templates:5001
#: ../ppp-udeb.templates:6001
msgid "This information should have been provided by your Internet Service Provider."
msgstr "Tämä tieto sinun olisi tullut saada Internet-palveluntarjoajaltasi."

#. Type: password
#. Description
#: ../ppp-udeb.templates:6001
msgid "ISP account password:"
msgstr "ISP-salasana:"

#. Type: password
#. Description
#: ../ppp-udeb.templates:6001
msgid "Please enter the password for the PPP connection."
msgstr "Anna PPP-yhteyden salasana."

#. Type: error
#. Description
#: ../ppp-udeb.templates:7001
msgid "No Ethernet interface"
msgstr "Ei Ethernet-liityntää"

#. Type: error
#. Description
#: ../ppp-udeb.templates:7001
msgid "PPPoE networking cannot be configured because no Ethernet interface was detected."
msgstr "PPPoE-verkkoyhteyttä ei voida asettaa, koska yhtään Ethernet-liityntää ei havaittu."

#. Type: text
#. Description
#: ../ppp-udeb.templates:8001
msgid "Searching for concentrators on ${IFACE}..."
msgstr "Etsitään keskittimiä liitynnästä ${IFACE}..."

#. Type: error
#. Description
#: ../ppp-udeb.templates:9001
msgid "Failed authentication"
msgstr "Tunnistautuminen epäonnistui"

#. Type: error
#. Description
#: ../ppp-udeb.templates:9001
msgid "A PPPoE connection was attempted, but the provided login information was probably incorrect."
msgstr "PPPoE-yhteyttä yritettiin luoda, mutta annetut kirjautumistiedot olivat luultavasti virheellisiä."

#. Type: error
#. Description
#: ../ppp-udeb.templates:9001
msgid "Please check the username and password you provided."
msgstr "Tarkista antamasi käyttäjätunnus ja salasana."

#. Type: error
#. Description
#: ../ppp-udeb.templates:10001
msgid "Unhandled error"
msgstr "Käsittelemätön virhe"

#. Type: error
#. Description
#: ../ppp-udeb.templates:10001
msgid "An unidentified error happened while attempting to create a connection."
msgstr "Luotaessa yhteyttä tapahtui tuntematon virhe."

#. Type: text
#. Description
#: ../ppp-udeb.templates:11001
msgid "Please wait..."
msgstr "Odota..."



Bug#373905: Agreed

2007-10-27 Thread Barry deFreese
I agree that the packaging seems odd but since monsterz depends 
monsterz-data and monsterz-data depends python and python-pygame, I'm 
not sure how you would ever end up with monsterz installed without 
python or pygame.


Thanks,

Barry deFreese



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



Bug#442316: Xorg hotplugging problems

2007-10-27 Thread Jack Dodds
If I understand this report, this bug is being treated as if it was
introduced in the evdev version in experimental.

However, I am experiencing it with stable (etch).

I am running etch with Gnome.  I have a two seat system (two independent
keyboards, mice, and screens).  In etch, the two seat system can be set
up without patching anything, but it is essential to use evdev to do so.

I have two 104 key keyboards, the main one connected via a PS2 port, the
secondary one via USB.

The keyboard mappings are messed up.  Both keyboards behave the same
way.  For example, the  key in the editing section of the keyboard
behaves like the  key.  The right  key and the  in
the keypad both cause a page down, but the  key in the
editing section of the keyboard does nothing.

I would be very grateful for any suggestions for a workaround that could
be used in etch.

(BTW, The two seat system was previously running under sarge, without
this bug, but required patches to XFree86 and the kernel.)

Here's the keyboard setup.

Section "InputDevice"
Identifier"First Keyboard"
Driver"evdev"
Option"Device""/dev/input/event0"
Option"XkbRules""xorg"
Option"XkbModel""evdev"
Option"XkbLayout""us"
EndSection

Section "InputDevice"
Identifier"Second Keyboard"
Driver"evdev"
Option"Device""/dev/input/event1"
Option"XkbRules""xorg"
Option"XkbModel""evdev"
Option"XkbLayout""us"
EndSection

Here's the tail end of /var/log/Xorg.0.log

(II) evdev brain: Rescanning devices (1).
(**) Option "CoreKeyboard"
(**) Keyboard2-usb-:00:1d.1-1.1/input0: Core Keyboard
(**) Option "XkbRules" "xorg"
(**) Option "XkbModel" "pc104"
(**) Option "XkbLayout" "us"
(**) Option "Protocol" "ImPS/2"
(**) Mouse2: Device: "/dev/input/mouse1"
(**) Mouse2: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Mouse2: Core Pointer
(**) Option "Device" "/dev/input/mouse1"
(**) Option "Emulate3Buttons" "true"
(**) Mouse2: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse2: ZAxisMapping: buttons 4 and 5
(**) Mouse2: Buttons: 9
(II) XINPUT: Adding extended input device "Mouse2" (type: MOUSE)
(II) XINPUT: Adding extended input device
"Keyboard2-usb-:00:1d.1-1.1/input0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types{ include "complete" };
xkb_compatibility{ include "complete" };
xkb_symbols  { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };
(II) Keyboard2-usb-:00:1d.1-1.1/input0: Init
(II) evdev brain: Rescanning devices (2).
(II) Keyboard2-usb-:00:1d.1-1.1/input0: On
(II) Mouse2: ps2EnableDataReporting: succeeded




-- 
=
This email is digitally signed using the Enigmail
and GnuPG packages (http://enigmail.mozdev.org), 
which can also be used by the recipient to verify
the digital signature.
=




signature.asc
Description: OpenPGP digital signature


Bug#448300: emdebian-tools: generates ~/.dpkg-cross/sources.testing incorrectly

2007-10-27 Thread Ivan Vucica
Package: emdebian-tools
Version: 0.3.0
Severity: normal

It appears that the file mentioned in the subject is incorrectly
generated. Thus, the "distribution" (e.g. testing) and "section"
(e.g. main) are repeated in place of other "sections" mentioned in
the same line (e.g. contrib and non-free). 

Here's the system wide sources.list (comments taken out, space added)

 deb file:/var/cache/apt-build/repository apt-build main
 deb http://ftp.hr.debian.org/debian/ testing main contrib non-free
 deb-src http://ftp.hr.debian.org/debian testing main contrib non-free
 deb http://apt.tt-solutions.com/debian/ etch main
 deb http://www.emdebian.org/debian/ testing main
 deb-src http://www.emdebian.org/debian/ testing main

Here's the generated sources.testing:

 deb http://ftp.hr.debian.org/debian/ testing main testing main
 deb-src http://ftp.hr.debian.org/debian/ testing main testing main
 deb http://apt.tt-solutions.com/debian/ testing main
 deb-src http://apt.tt-solutions.com/debian/ testing main
 deb http://www.emdebian.org/debian/ testing main
 deb-src http://www.emdebian.org/debian/ testing main
 deb http://www.emdebian.org/debian/ testing main
 deb-src http://www.emdebian.org/debian/ testing main
 deb http://ftp.uk.debian.org/debian testing main
 deb-src http://ftp.uk.debian.org/debian testing main

Please excuse my ignorance on how the system works, I was trying it out
when this happened. I'm not even sure which tool generates the above
file (is it emsetup?)


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (1000, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages emdebian-tools depends on:
ii  apt  0.7.6   Advanced front-end for dpkg
ii  apt-cross0.2.0   retrieve, build and install librar
ii  autoconf 2.61-4  automatic configure script builder
ii  automake 1:1.10+nogfdl-1 A tool for generating GNU Standard
ii  binutils 2.18-1  The GNU assembler, linker and bina
ii  debconf [debconf-2.0]1.5.14  Debian configuration management sy
ii  debhelper5.0.57  helper programs for debian/rules
ii  debootstrap  1.0.3   Bootstrap a basic Debian system
ii  devscripts   2.10.9  Scripts to make the life of a Debi
ii  dpatch   2.0.27  patch maintenance system for Debia
ii  dpkg-cross   1.39tools for cross compiling Debian p
ii  dpkg-dev 1.14.7  package building tools for Debian
ii  fakeroot 1.8.2   Gives a fake root environment
ii  flex 2.5.33-12   A fast lexical analyzer generator.
ii  gawk 1:3.1.5.dfsg-4  GNU awk, a pattern scanning and pr
ii  gcc  4:4.2.1-6   The GNU C compiler
ii  libconfig-auto-perl  0.20-1  Magical config file parser
ii  libfile-homedir-perl 0.64-1  Get the home directory for yoursel
ii  libparse-debianchangelog 1.1.1-1 parse Debian changelogs and output
ii  libtext-diff-perl0.35-2  Perform diffs on files and record 
ii  libwww-perl  5.805-1 WWW client/server library for Perl
ii  pbuilder 0.173   personal package builder for Debia
ii  perl 5.8.8-11.1  Larry Wall's Practical Extraction 
ii  realpath 1.10Return the canonicalized absolute 
ii  sudo 1.6.8p12-6  Provide limited super user privile
ii  ucf  3.003   Update Configuration File: preserv

Versions of packages emdebian-tools recommends:
ii  subversion  1.4.4dfsg1-1 Advanced version control system

-- debconf information:
* emsource/svnusername:
* emsetup/aptagent: true
* emsource/workdir: /opt/emdebian



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



Bug#448299: emdebian-tools: setting up ARM toolchain does not work - missing glibc?

2007-10-27 Thread Ivan Vucica
Package: emdebian-tools
Version: 0.3.0
Severity: important

I've ran emsetup which first cannot find a native GCC for arm. (It also
doesn't seem to be able to update the package list, but I will report it
as a new bug since it might be unrelated.) It suggest running emchain.

Running emchain appears to fail because it cannot find glibc source
package:

[EMAIL PROTECTED]:~$ emchain
libc6-arm-cross
libc6-dev-arm-cross
libdb1-compat-arm-cross
libgcc1-arm-cross
Warning: emchain cannot find a native gcc package for arm.
emchain will try to build a toolchain from scratch using cache values
for i386.
Use of uninitialized value in concatenation (.) or string at
/usr/bin/emchain line 226,  line 24.
Reading package lists...
Building dependency tree...
Reading state information...
Skipping already downloaded file 'gcc-4.2_4.2.2-3.dsc'
Skipping already downloaded file 'gcc-4.2_4.2.2.orig.tar.gz'
Skipping already downloaded file 'gcc-4.2_4.2.2-3.diff.gz'
Skipping already downloaded file 'binutils_2.18-1.dsc'
Skipping already downloaded file 'binutils_2.18.orig.tar.gz'
Skipping already downloaded file 'binutils_2.18-1.diff.gz'
E: Unable to find a source package for glibc
[EMAIL PROTECTED]:~$ 

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (1000, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages emdebian-tools depends on:
ii  apt  0.7.6   Advanced front-end for dpkg
ii  apt-cross0.2.0   retrieve, build and install librar
ii  autoconf 2.61-4  automatic configure script builder
ii  automake 1:1.10+nogfdl-1 A tool for generating GNU Standard
ii  binutils 2.18-1  The GNU assembler, linker and bina
ii  debconf [debconf-2.0]1.5.14  Debian configuration management sy
ii  debhelper5.0.57  helper programs for debian/rules
ii  debootstrap  1.0.3   Bootstrap a basic Debian system
ii  devscripts   2.10.9  Scripts to make the life of a Debi
ii  dpatch   2.0.27  patch maintenance system for Debia
ii  dpkg-cross   1.39tools for cross compiling Debian p
ii  dpkg-dev 1.14.7  package building tools for Debian
ii  fakeroot 1.8.2   Gives a fake root environment
ii  flex 2.5.33-12   A fast lexical analyzer generator.
ii  gawk 1:3.1.5.dfsg-4  GNU awk, a pattern scanning and pr
ii  gcc  4:4.2.1-6   The GNU C compiler
ii  libconfig-auto-perl  0.20-1  Magical config file parser
ii  libfile-homedir-perl 0.64-1  Get the home directory for yoursel
ii  libparse-debianchangelog 1.1.1-1 parse Debian changelogs and output
ii  libtext-diff-perl0.35-2  Perform diffs on files and record 
ii  libwww-perl  5.805-1 WWW client/server library for Perl
ii  pbuilder 0.173   personal package builder for Debia
ii  perl 5.8.8-11.1  Larry Wall's Practical Extraction 
ii  realpath 1.10Return the canonicalized absolute 
ii  sudo 1.6.8p12-6  Provide limited super user privile
ii  ucf  3.003   Update Configuration File: preserv

Versions of packages emdebian-tools recommends:
ii  subversion  1.4.4dfsg1-1 Advanced version control system

-- debconf information:
* emsource/svnusername:
* emsetup/aptagent: true
* emsource/workdir: /opt/emdebian



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



Bug#448298: [INTL:fi] Finnish translation of the debconf templates

2007-10-27 Thread Esko Arajärvi
Package: silc-server
Severity: wishlist
Tags: l10n patch

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: silc-server\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-24 07:35+0200\n"
"PO-Revision-Date: 2007-10-28 00:08+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"

#. Type: string
#. Description
#: ../templates:2001
msgid "SILC server name:"
msgstr "SILC-palvelimen nimi:"

#. Type: string
#. Description
#: ../templates:2001
msgid "Please enter the name of the SILC server (e.g. \"Our SILC server\")."
msgstr "Anna SILC-palvelimen nimi (esim. ”Meidän SILC-palvelimemme”)."

#. Type: string
#. Description
#: ../templates:3001
msgid "SILC server hostname:"
msgstr "SILC-palvelimen verkkonimi:"

#. Type: string
#. Description
#: ../templates:3001
msgid "Please enter the hostname (or the IP address) of the SILC server (e.g. silc.example.org)."
msgstr "Anna SILC-palvelimen verkkonimi tai IP-osoite (esim. silc.esimerkki.fi)."

#. Type: string
#. Description
#: ../templates:4001
msgid "SILC server administrator real name:"
msgstr "SILC-palvelimen ylläpitäjän oikea nimi:"

#. Type: string
#. Description
#: ../templates:4001
msgid "Please enter the real name of the operator running the SILC server (e.g. \"J. Random Operator\")."
msgstr "Anna SILC-palvelimen ylläpitäjän oikea nimi (esim. ”Aapo Ylläpitäjä”)."

#. Type: string
#. Description
#. Type: string
#. Description
#. Type: string
#. Description
#. Type: string
#. Description
#: ../templates:4001
#: ../templates:5001
#: ../templates:6001
#: ../templates:7001
msgid "This field may be left empty."
msgstr "Tämä kenttä voidaan jättää tyhjäksi."

#. Type: string
#. Description
#: ../templates:5001
msgid "SILC server administrator email address:"
msgstr "SILC-palvelimen ylläpitäjän sähköpostiosoite:"

#. Type: string
#. Description
#: ../templates:5001
msgid "Please enter the email address of the operator running the SILC server (e.g. [EMAIL PROTECTED])."
msgstr "Anna SILC-palvelimen ylläpitäjän sähköpostiosoite (esim. [EMAIL PROTECTED])."

#. Type: string
#. Description
#: ../templates:6001
msgid "SILC server organization name:"
msgstr "SILC-palvelimen organisaationimi:"

#. Type: string
#. Description
#: ../templates:6001
msgid "Please enter the name of the organization running the SILC server (e.g. \"Our Organization\")."
msgstr "Anna SILC-palvelinta pyörittävän organisaation nimi (esim. ”Meidän Organisaatiomme”)."

#. Type: string
#. Description
#: ../templates:7001
msgid "SILC server location:"
msgstr "SILC-palvelimen sijainti:"

#. Type: string
#. Description
#: ../templates:7001
msgid "Please enter the name of the country where the SILC server is located."
msgstr "Anna maan nimi, jossa SILC-palvelin sijaitsee."

#. Type: string
#. Description
#: ../templates:8001
msgid "SILC server administrator nickname:"
msgstr "SILC-palvelimen ylläpitäjän lempinimi:"

#. Type: string
#. Description
#: ../templates:8001
msgid "Please enter the nickname of the administrator of the SILC server."
msgstr "Anna SILC-palvelimen ylläpitäjän lempinimi."

#. Type: string
#. Description
#: ../templates:8001
msgid "The administrator will use it for identification on the server."
msgstr "Ylläpitäjä käyttää tätä tunnistautuakseen palvelimella."

#. Type: password
#. Description
#: ../templates:9001
msgid "SILC administrator passphrase:"
msgstr "SILC-ylläpitäjän salalauseke:"

#. Type: password
#. Description
#: ../templates:9001
msgid "Please enter the passphrase for the SILC server administrator."
msgstr "Anna SILC-palvelimen ylläpitäjän salalauseke."

#. Type: password
#. Description
#: ../templates:9001
msgid "The administrator will need to use this passphrase in order to authenticate."
msgstr "Ylläpitäjä tarvitsee tämän salalausekkeen tunnistautuessaan."

#. Type: password
#. Description
#: ../templates:9001
msgid "Please note that it will be stored in clear text in a configuration file."
msgstr "Huomaa, että se tallennetaan selväkielisenä asetustiedostoon."



Bug#448297: RFA: gimp-gap -- The GIMP Animation Package

2007-10-27 Thread Ari Pollak
Package: wnpp
Severity: normal

I request an adopter for the gimp-gap package.

The package description is:
 GAP is a collection of plug-ins to extend the GIMP with capabilities to edit
 and create animations and movies as sequences of single frames. It adds a
 Video menu to image windows in the GIMP.

The currently listed maintainer is MIA, and I have been his sponsor.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#448296: gimp-gap needs to be updated for gimp 2.4

2007-10-27 Thread Sven
Package: gimp-gap
Version: 2.2.0-2.1
Severity: grave
Justification: renders package unusable

A number of problems have been reported to the gimp-gap bug-tracker 
(bugzilla.gnome.org) about using gap version 2.2.0 and 2.2.1 with gimp
2.4.  Several functions of gap don't work and cause error messages 
after an upgrade to gimp 2.4. The GAP developers have addressed
these problems and released version 2.2.2 long before GIMP 2.4 was
released.

The debian gimp-gap package needs to be updated to the upstream 
release 2.2.2 in order to run correctly with gimp 2.4 which is now 
packaged for sid.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gimp-gap depends on:
ii  liba52-0.7.40.7.4-11 library for decoding ATSC A/52 str
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.4generic font configuration library
pn  libgimp2.0 (no description available)
ii  libglib2.0-02.14.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

gimp-gap recommends no packages.



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



Bug#447893: Dead link on http://www.debian.org/CD/faq/index.de.html#record-windows

2007-10-27 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

#447893: www.debian.org: dead link on 
http://www.debian.org/CD/faq/index.de.html#record-windows
tags 447893 + confirmed
thanks


On 24-10-2007 13:17, Alexander Schmehl wrote:
> In your website www.debian.org/CD/faq/index.de.html#record-windows the
> section about "CDBurnerXP Pro" the link "Handbuch des Programms" ("in the
> program's manual") is broken.

I checked the upstream website and it seems that the old
URL: http://cdburnerxp.se/help/burniso is gone. I tried to search
and find the equivalent information but I couldn't. The forums
are pointing to the helpfile but there are no info about burning
ISO files.

I can imagine three options:

1) We remove the link and add some text like: "More info on the
   website upstream".

2) We remove the program all together

3) We contact upstream and see if they can change it. :-)


I took number 3, but I couldn't find an e-mail address,
so I used their Contact form, hopefully they will reply, I don't
know if in the meantime we should make some workaround.


Kind regards,
- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHI6fOCjAO0JDlykYRAqGsAKCcXW+2bKumI6QbiHZkETRHB8AsLACcDMZA
14LVxy96zw3YK34ZxxYyiWs=
=rsEl
-END PGP SIGNATURE-



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



Bug#445445: gimp: Bug still exists in 2.4.0-1

2007-10-27 Thread Ari Pollak
reopen 445445
found 445445 2.4.0-1




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



Bug#448295: From version 0.7.7, upgrade requires removal of a lot of packages

2007-10-27 Thread David
Package: apt
Version: 0.7.8
Severity: serious

--- Please enter the report below this line. ---

>From long ago (from version 0.7.7), apt and apt-utils are upgradable. But:

* If I want to upgrade apt-utils, I get "Depends: libapt-pkg-libc6.6-6-4.6".
* If I want to upgrade apt:

# apt-get install apt

[...]

The following extra packages will be installed:
  apt-utils
Suggested packages:
  apt-doc lzma
The following packages will be REMOVED
  aptitude gdebi gdebi-core python-apt python-software-properties
software-properties-gtk synaptic tasksel tasksel-data unattended-upgrades
  update-manager update-manager-core update-notifier
The following packages will be upgraded:
  apt apt-utils

Same with # apt-get install apt apt-utils

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-2-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-
libc6 (>= 2.6-1) | 2.6.1-6
libgcc1 (>= 1:4.2-20070516) | 1:4.2.2-3
libstdc++6 (>= 4.2-20070516) | 4.2.2-3
debian-archive-keyring | 2007.07.31


Bug#448294: pbuilder: French documentation translation

2007-10-27 Thread Vincent Bernat
Package: pbuilder
Version: 0.174
Severity: wishlist
Tags: patch l10n

Hi,

Please find attached the french documentation translation, proofread
by the debian-l10n-french mailing list contributors.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages pbuilder depends on:
ii  cdebootstrap  0.4.3  Bootstrap a Debian system
ii  coreutils 5.97-5.4   The GNU core utilities
ii  debianutils   2.26   Miscellaneous utilities specific t
ii  debootstrap   1.0.6  Bootstrap a basic Debian system
ii  gcc   4:4.2.1-6  The GNU C compiler
ii  wget  1.10.2-3   retrieves files from the web

Versions of packages pbuilder recommends:
ii  cowdancer 0.42   Copy-on-write directory tree utili
ii  devscripts2.10.9 Scripts to make the life of a Debi
ii  fakeroot  1.8.2  Gives a fake root environment
ii  sudo  1.6.9p6-1  Provide limited super user privile

-- no debconf information


pbuilder-doc.fr.po.bz2
Description: BZip2 compressed data


Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-10-27 Thread Brice Goglin
forwarded 443794 https://bugs.freedesktop.org/show_bug.cgi?id=12906
thank you



Marcus Better wrote:
> Brice Goglin skrev:
>> You still have no easy way to reproduce this?
>
> Visiting http://www.di.se works for me every time :)
>
>> Could you enter 'bt full' instead of 'bt' in gdb next time?
>
> Yes. Here it is
> [...]

Thanks a lot. It looks like the upstream bug at the URL above which has
been reported recently. I posted your backtraces there. Feel free to add
any comment there if you think it could help.

Brice




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



Bug#448292: bsdtar: Obsolete information in man page

2007-10-27 Thread Manfred Wassmann
Package: bsdtar
Version: 1.2.53-2
Severity: minor

There are 2 chunks of obsolete information in the bsdtar man page:

1) It states with the -l option:
   "Users who desire behavior compatible with GNU tar should use the
--one-file-system option instead."

The current GNU tar manpage however states with the same option:
"-l, --check-links  print a message if not all links are dumped"

Obviously the meaning of the -l option in GNU tar has changed to
match the POSIX behaviour. This fact is also stated in an entry in
the GNU tar changelog dated 2006-05-24.

2) The BUGS section also refers to the -l option:
"POSIX and GNU violently disagree about the meaning of the -l option.
 Because of the potential for disaster if someone expects one behavior and
 gets the other, the -l option is deliberately broken in this implementa-
 tion."

The documentation should be updated to match the current facts and
probably the -l option could be changed to always yield the POSIX
behaviour now that the other tar's agree upon its meaning.

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

Versions of packages bsdtar depends on:
ii  libarchive1 1.2.53-2 Single library to read/write tar, 
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file co
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

bsdtar recommends no packages.

-- no debconf information



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



Bug#448293: FTBFS on arm: Segmentation fault config/arm/neon.md

2007-10-27 Thread Martin Michlmayr
Package: gcc-snapshot
Version: 20071020-1
Severity: serious

gcc-snapshot fails to build on ARM:

/build/buildd/gcc-snapshot-20071020/build/./prev-gcc/xgcc 
-B/build/buildd/gcc-snapshot-20071020/build/./prev-gcc/ 
-B/usr/lib/gcc-snapshot/arm-linux-gnu/bin/ -c   -g -O2 -DIN_GCC   -W -Wall 
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition 
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
   -Wno-overlength-strings -fno-common   -DHAVE_CONFIG_H 
-I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include 
-I../../src/gcc/../libcpp/include  -I../../src/gcc/../libdecnumber 
-I../../src/gcc/../libdecnumber/dpd -I../libdecnumberinsn-recog.c -o 
insn-recog.o
../../src/gcc/config/arm/neon.md: In function "recog_48":
../../src/gcc/config/arm/neon.md:640: internal compiler error: Segmentation 
fault
Please submit a full bug report,
with preprocessed source if appropriate.
See "file:///usr/share/doc/gcc-snapshot/README.Bugs" for instructions.
make[5]: *** [insn-recog.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#448289: kmail: supplementry notes

2007-10-27 Thread supaplex
Package: kmail
Version: 4:3.5.5.dfsg.1-6
Followup-For: Bug #448289

I doubt this applies, but to be less vague on my error message I was
seeing shortly before the crash:

Error while searching.
Unable to open folder INBOX.webmaster. The server replied: Mailbox does
not exist, or must be subscribed to.




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



Bug#448291: [INTL:fi] Finnish translation of the debconf templates

2007-10-27 Thread Esko Arajärvi
Package: tex-common
Severity: wishlist
Tags: l10n patch

Please include attached translation fi.po to the package.

Regards,
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: tex-common\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-10-27 09:09+0200\n"
"PO-Revision-Date: 2007-10-27 23:40+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"

#. Type: error
#. Description
#: ../templates:2001
msgid "Essential entry missing in ${filename}"
msgstr "Välttämätön kenttä puuttuu tiedostossa ${filename}"

#. Type: error
#. Description
#: ../templates:2001
msgid "An essential entry is missing in ${filename}:"
msgstr "Tiedostosta ${filename} puuttuu välttämätön kenttä:"

#. Type: error
#. Description
#: ../templates:2001
msgid "No setting of ${variable}."
msgstr "Muuttujaa ${variable} ei ole asetettu."

#. Type: error
#. Description
#. Type: error
#. Description
#: ../templates:2001
#: ../templates:3001
msgid "TeX will not work until the configuration files are fixed. The version of ${filename} that is provided by the package should be available as ${filename}.ucf-dist."
msgstr "TeX ei toimi ennen kuin asetustiedostot on korjattu. Paketin tarjoama versio tiedostosta ${filename} pitäisi olla saatavilla nimellä ${filename}.ucf-dist."

#. Type: error
#. Description
#. Type: error
#. Description
#: ../templates:2001
#: ../templates:3001
msgid "The configuration process has been aborted."
msgstr "Asetusprosessi on keskeytetty."

#. Type: error
#. Description
#: ../templates:3001
msgid "Invalid essential entry in ${filename}"
msgstr "Virheellinen välttämätön kenttä tiedostossa ${filename}"

#. Type: error
#. Description
#: ../templates:3001
msgid "An essential entry is invalid in ${filename}: ${variable} does not contain:"
msgstr "Välttämätön kenttä tiedostossa ${filename} on virheellinen. Muuttujan ${variable} arvo ei sisällä:"



Bug#432541: eclipse-cdt FTBFS with gcj-4.2

2007-10-27 Thread Matthias Klose
reassign 432541 eclipse-cdt
clone 432541 -1
reassign -1 gcj-4.3
thanks

eclipse-cdt still FTBFS, so keeping a duplicate there.



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



Bug#448290: display glitch: hidden tab at end of line

2007-10-27 Thread Joey Hess
Package: xterm
Version: 229-1
Severity: normal

In an 80 column xterm, run this command:

perl -e 'print "LABEL=kodama-root 
/\t\text3\tnoatime,user_xattr,errors=remount-ro 00\t1\n"'

The output is displayed like this:
LABEL=kodama-root / ext3noatime,user_xattr,errors=remount-ro 001
Notice that is not what we asked perl to print, There should be a tab between
the ending "00" and "1". Switch to a wider xterm, and run it again, and see:
LABEL=kodama-root / ext3noatime,user_xattr,errors=remount-ro 00 
1

Of course, this can also be reproduced at other xterm widths. The \t just
needs to be the last character displayed before the line should wrap.
So a more general command to show the display glitch is:
perl -e 'print ("x" x (shift()-1)); print "\tX\n"' $COLUMNS

If it matters, my xterm is configured to use unicode, and I've attached
xrdb-query output.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xterm depends on:
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1.4  generic font configuration library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libncurses5   5.6+20071013-1 Shared libraries for terminal hand
ii  libsm62:1.0.3-1+b1   X11 Session Management library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxaw7   2:1.0.4-1  X11 Athena Widget library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxmu6   1:1.0.3-1  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  xutils1:7.3+2X Window System utility programs m

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#448289: kmail: crash near KMMessage::fromDwString

2007-10-27 Thread supaplex
Package: kmail
Version: 4:3.5.5.dfsg.1-6
Severity: normal

I'll attach the backtrace.  I was switching views from an imap account
on the wan, to the top local folder (the one that displays the kmail 
version and general features) and back to the imap inbox off the wan.
This pety work around was an attempt to kick kmail into action after it
sits idle for an hour or so.  It was taking a long time to resync the 5
messages in my inbox.  According to the annoying messages about some
folders are unsubscribed (I just always hit ok/cancel/whatever) it
appears it was reindexing the entire imap account to. (I'll pay more
attention and get to the root of that issue later).

I'll also try the sid version in a vserver guest on the same machine.
(/home is remounted to the guest).

Thanks!

Scott Edwards

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-vserver-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kmail depends on:
ii  kdebase-kio-plugi 4:3.5.5a.dfsg.1-6etch1 core I/O slaves for KDE
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-8  core libraries and binaries for al
ii  kdepim-kio-plugin 4:3.5.5.dfsg.1-6   KDE pim I/O Slaves
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.8-4  The Network Audio System (NAS). (s
ii  libc6 2.3.6.ds1-13etch2  GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5+etch1  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libkcal2b 4:3.5.5.dfsg.1-6   KDE calendaring library
ii  libkdepim1a   4:3.5.5.dfsg.1-6   KDE PIM library
ii  libkleopatra1 4:3.5.5.dfsg.1-6   KDE GnuPG interface libraries
ii  libkmime2 4:3.5.5.dfsg.1-6   KDE MIME interface library
ii  libkpimidentities 4:3.5.5.dfsg.1-6   KDE PIM user identity information 
ii  libksieve04:3.5.5.dfsg.1-6   KDE mail/news message filtering li
ii  libmimelib1c2a4:3.5.5.dfsg.1-6   KDE mime library
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-4  Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages kmail recommends:
ii  procmail  3.22-16Versatile e-mail processor

-- no debconf information
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging

Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-10-27 Thread Marcus Better

Here's a slightly different stack trace, generated in the same way:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2ab972f48240 (LWP 7185)]
_mesa_PushAttrib (mask=1048575) at attrib.c:306
306 attrib.c: No such file or directory.
in attrib.c
(gdb) bt full
#0  _mesa_PushAttrib (mask=1048575) at attrib.c:306
attr = 
newnode = 
head = (struct gl_attrib_node *) 0x2957d30
ctx = (GLcontext *) 0x17611d0
#1  0x2ab973b7b92c in DoRender (cl=, 
pc=0xb61e7c "\b", do_swap=0)

at ../../../GL/glx/glxcmds.c:1851
entry = {bytes = 8, varsize = 0}
extra = 0
proc = (__GLXdispatchRenderProcPtr) 0x2ab973b82060 
<__glXDisp_PushAttrib>

err = 0
client = (ClientPtr) 0x16bf910
left = 0
cmdlen = 8
error = 32767
commandsDone = 9
glxc = (__GLXcontext *) 0x17610f0
sw = 
#2  0x2ab973b7f72c in __glXDispatch (client=0x16bf910) at 
../../../GL/glx/glxext.c:561

stuff = (xGLXSingleReq *) 0xb61dfc
opcode = 
proc = (__GLXdispatchSingleProcPtr) 0x2ab973b7ba40 
<__glXDisp_Render>

cl = (__GLXclientState *) 0xb11e20
retval = 1
#3  0x0044e210 in Dispatch () at ../../dix/dispatch.c:502
clientReady = 
result = 
client = (ClientPtr) 0x16bf910
nready = 0
---Type  to continue, or q  to quit---
start_tick = 28140
#4  0x00436a1c in main (argc=8, argv=0x7fff39a15718, envp=optimized out>)

at ../../dix/main.c:452
pScreen = 
i = 1
error = 0
xauthfile = 
alwaysCheckForInput = {0, 1}
(gdb)



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



Bug#448288: sqlitebrowser: No column labels when you search entries with executing sql commands.

2007-10-27 Thread Sumit Madan
Package: sqlitebrowser
Version: 1.3-2
Severity: normal

Hello,

After executing a query the results are shown in the "Data Return" area.
This area doesn't show any column labels. So it is difficult to identify
which data belongs to the specific field.

Cheers,
   Sumit

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 
(charmap=ISO-8859-15) (ignored: LC_ALL set to en_GB.ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages sqlitebrowser depends on:
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-3  GCC support library
ii  libqt3-mt 3:3.3.7-9  Qt GUI Library (Threaded runtime v
ii  libstdc++64.2.2-3The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar

sqlitebrowser recommends no packages.

-- no debconf information



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



Bug#432539: gcj-4.2 can no longer compile Eclipse plugins

2007-10-27 Thread Thomas Girard
reassign 432539 gcj-4.2
merge 432539 432541
thanks





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



Bug#445445: gimp: Bug still exists in 2.4.0-1

2007-10-27 Thread David Headland
Package: gimp
Version: 2.4.0-1
Followup-For: Bug #445445

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512


Hello,

Sorry it's taken a while, but I've finally been able to test the new
version, and I can confirm that the bug still exists with exactly the
same symptoms - may I suggest that the bug gets re-opened, please?

The easiest way to reproduce in 2.4.0-1 is as follows:

1: Start GIMP
2: Choose File->Acquire->Screenshot
3: Choose "Take a screenshot of a single window"
4: Ensure that "Include window decoration" is checked (without this
   checked, it works, but of course the decorations are ignored).
5: Press "Snap"
6: Click on the GIMP Window

Images on request this time. Similarly, if there's any other information
I can provide, let me know and I'll update the bug as soon as possible.

All the best,
- -Dave.

- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23.1 (SMP w/2 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gimp depends on:
ii  gimp-data   2.4.0-1  Data files for GIMP
ii  libaa1  1.4p5-32 ascii art library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libexif12   0.6.16-2 library to parse EXIF files
ii  libfontconfig1  2.4.2-1.4generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgimp2.0  2.4.0-1  Libraries for the GNU Image Manipu
ii  libglib2.0-02.14.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libhal1 0.5.10-2 Hardware Abstraction Layer - share
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  liblcms11.16-6   Color management library
ii  libmng1 1.0.9-1  Multiple-image Network Graphics li
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libpoppler-glib10.5.4-6.2PDF rendering library (GLib-based 
ii  librsvg2-2  2.18.2-1 SAX-based renderer library for SVG
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libwmf0.2-7 0.2.8.4-6Windows metafile conversion librar
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcomposite1  1:0.3.2-1+b1 X11 Composite extension library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxdamage1 1:1.1.1-3X11 damaged region extension libra
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

Versions of packages gimp recommends:
ii  gimp-gnomevfs 2.4.0-1GNOME-VFS URI plugin for GIMP

- -- no debconf information

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

iQIVAwUBRyOfMRIA1yCB7VsRAQqg7g/+Jno8p6oq8dOedI3MdY0y61IihDPypvZN
fslw6d1oOZ6nUtM0HAdAeuqvVcQ6DpiH4U7Q92ytvwoyz7ZfYSdVXd7/eN+gHZkV
y0zGJxwP5YL8EhEf42aWv2BOSoRe5e83mNpZ6s4pbli3VQGJNuLMCJ9950dnddXD
W06xRHbQelux1GomTRxopUxA/LKz4hULSbV6NryyHOS+cz58lPU6m4m+pgjetGtd
mkEAKaWmr92qsmcxDhaoUmz66bDBziXGwRsR8kca2Y6oXuDrU1vNBlmadD82IH9C
nJ1717zJDg4WDLxFrYwW7Apd6bDMF7xln4qAs2Me9ln864rGsPLAHfd2tbkC1iEZ
kmUirhlp311OLtLhy3DQ98gjKhjEGibvPDr32+3jHq8ruPXPaeqI3mtfp2DmMx4r
ZqKlsc3nQpp2dv35hHLJGTFZ96lL18wOvDajkahvric2lA8uRxJJv4Xmk+f5Wop/
6TRjSJdOLMFhUuWSqNSxynARomnYo7OlDP4dRFFCwB6s6Mz61tebzYDb4jfeu19E
+nV3defID5ZTMDdqRy4Rw8SnUUEIrytusLyEdNPaAm930TSvrjwo1vigY7Ch7VwR
fTMQwYH2iSvtyh4AnUvmuJnfRyl4Ins9sAvf1JNczRA0aa4RFqeD4IRBoCOaquKN
XftmiHv4qmo=
=fMdM
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#443794: xserver-xorg: server crashes randomly in libGLcore

2007-10-27 Thread Marcus Better

Brice Goglin skrev:

You still have no easy way to reproduce this?


Visiting http://www.di.se works for me every time :)


Could you enter 'bt full' instead of 'bt' in gdb next time?


Yes. Here it is:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x2adb175b5240 (LWP 6629)]
0x2adb29c1c27e in _mesa_set_viewport (ctx=0x225c3e0, x=0, y=0, 
width=140, height=175)

at matrix.c:597
597 matrix.c: No such file or directory.
in matrix.c
(gdb) bt full
#0  0x2adb29c1c27e in _mesa_set_viewport (ctx=0x225c3e0, x=0, y=0, 
width=140,

height=175) at matrix.c:597
No locals.
#1  0x2adb181e892c in DoRender (cl=, 
pc=0x3073ab8 "\024",

do_swap=0) at ../../../GL/glx/glxcmds.c:1851
entry = {bytes = 20, varsize = 0}
extra = 0
proc = (__GLXdispatchRenderProcPtr) 0x2adb181ef570 
<__glXDisp_Viewport>

err = 0
client = (ClientPtr) 0x1534490
left = 15328
cmdlen = 20
error = 0
commandsDone = 0
glxc = (__GLXcontext *) 0x225c300
sw = 
#2  0x2adb181ec72c in __glXDispatch (client=0x1534490) at 
../../../GL/glx/glxext.c:561

stuff = (xGLXSingleReq *) 0x3073ab0
opcode = 
proc = (__GLXdispatchSingleProcPtr) 0x2adb181e8a40 
<__glXDisp_Render>

cl = (__GLXclientState *) 0x21d6310
retval = 1
#3  0x0044e210 in Dispatch () at ../../dix/dispatch.c:502
clientReady = 
result = 
client = (ClientPtr) 0x1534490
nready = 0
start_tick = 26000
#4  0x00436a1c in main (argc=8, argv=0x7fff953a86e8, envp=optimized out>)

---Type  to continue, or q  to quit---
at ../../dix/main.c:452
pScreen = 
i = 1
error = 0
xauthfile = 
alwaysCheckForInput = {0, 1}
(gdb)



Marcus



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



Bug#432541: eclipse-cdt FTBFS with gcj-4.2

2007-10-27 Thread Thomas Girard
reassign 432541 gcj-4.2
retitle 432541 gcj-4.2 can no longer compile Eclipse plugins
merge 432539 432541
thanks

Hi,

after having slowly updated an etch chroot to a sid one using
snaphsot.debian.net, I have found that the FTBFS occurs with gcj-4.2,
and is not related to ecj.

Indeed, using the following pakages:
 * java-gcj-compat{,-dev} 1.0.69-2
 * ecj, ecj-gcj, libecj-java and libecj-gcj 3.3.0+0728-1
 * libgcj-bc, libgcj8{-1,-1-awt,-jar} 4.2.1-3
 * gcc-4.2-base 4.2.1-3
 * gcj-4.1-base, gcj-4.1, gij-4.1, libgcj7-1 4.1.2-16
 * libgcc1 1:4.2.2-3
eclipse-cdt compiles.

Updating to sid, I reach a point where:
 * java-gcj-compat 1.0.76-4 sets gcj-4.2 as the default gcj version
 * gcj-4.2, gij-4.2 and libgcj8-* are at version 4.2.1-3

With these packages eclipse-cdt no longer compiles.

I'll try to use earlier versions of {gcj,gij}-4.2.

Regards,

Thomas





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



Bug#448286: java-common: [POLICY-PROPOSAL] Almost all Java libraries should be in section libs.

2007-10-27 Thread Eric Lavarde
Package: java-common
Version: 0.26
Severity: wishlist


Hello,

in section 2.4 "Java libraries" it should be specified that packages
containing such libraries should belong to the 'libs' section and not
to the 'devel' section.

As Java libraries, to the difference of C libraries, are at 
the same time for runtime and development usage, they could be in both,
but as 85% of them are already in this section, it makes more sense to
make it consistent this way. Also, a java developer should know this,
where a java user might not expect libraries to be in devel.

Eric

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates'), (500, 
'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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



Bug#445467: About the new version

2007-10-27 Thread Bruno Barrera C.
Please prepare a new version of the package and I would be glad, again,
to sponsor it.
-- 
Bruno Barrera C.
Debian Developer
"The most dangerous moment comes with victory."



signature.asc
Description: OpenPGP digital signature


Bug#448285: shlibs is wrong

2007-10-27 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: opal
Version: 2.2.11~dfsg1
Severity: serious

The shlibs file is created with
 dh_makeshlibs -V '$(PACKAGE) (>= $(UPVERSION)) | $(PACKAGE)-ptrace (>= 
$(UPVERSION)) | $(PACKAGE)-develop (>= $(UPVERSION))'
where the UPVERSION variable is the version WITHOUT the ~dfsg1.

The so created shlibs file leads to broken packages when linking against 
libopal-2.2 so that the dependencies cannot be resolved by apt(itude).

- -- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (500, 
'oldstable'), (60, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.34
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBRyOVlJ+OKpjRpO3lAQIqxQf+Na/NDYEqfHiTNLEErCi7o85PuG+BPiaK
ZUl0Nc+KgmtCCTZx5NybX1z3yWzKp02UhQyXkfJH2o89n9Qe6zb6sogGElvjWxcy
NRDK+RwyTvWx6YBHGyrCfGUbIZ1QFuw9RhCfkx84my7LpMKavUBI66eWUmVeEiTL
PsgLAYHeboe+52WjXJu8UsWx7Bix19HRWWnzeTpRREC0iUO+dJzPPL0P0lLAVuEA
pDpyTZcxfj0Ye2Ei5cq/zB6DLrDW3vHdxPs9iHM6TOYciMsvjCbCNeIEtDidGz9B
X8AvtYkHHzWNiWCxBTSz4GhzK4DwRQC6qJCzSLHPCn6fgi2CoGSrAA==
=nyEW
-END PGP SIGNATURE-



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



Bug#448281: bins: Use of uninitialized value in localtime

2007-10-27 Thread Ludovic Rousseau

Roland Stigge a écrit :

Hi,


Hello,


with the new bins version in Debian, I get:

=
$ bins t1 t2
BINS Photo Album 1.1.29 (http://bins.sautret.org/)
Copyright © 2001-2004 Jérôme Sautret ([EMAIL PROTECTED])
Some parts of code:
Copyright © 2000 Brendan McMahan ([EMAIL PROTECTED])
Copyright ©  John Moose ([EMAIL PROTECTED])

This is free software with ABSOLUTELY NO WARRANTY.
See COPYING file for details.

 > 
Use of uninitialized value in localtime at (eval 706) line 1.

  Image p1011689.jpg
$
=

Removing patches from 14_* to 20_* removes the problem. One of those must be
the cause.


I do not use bins myself and I request help in maintaining it.

If you provide a patch I can apply it and release a new Debian version 
of bins.


Thanks

--
 Dr. Ludovic Rousseau




Bug#448284: RFH: dctrl-tools -- Command-line tools to process Debian package information

2007-10-27 Thread Antti-Juhani Kaijanaho
Package: wnpp
Severity: normal

I request assistance with maintaining the dctrl-tools package.

There are several tasks that could use more manpower (in no particular
order):

  1. Writing test cases 

 One could mine the BTS for past bug reports and create regression
 tests for them.

 One could use standard black-box and white-box testing techniques
 to generate general tests.

  2. Writing documentation

 The whole suite of tools could use a unified tutorial manual on
 how to best use it.  The current documentation is reference
 material in the man pages.

  3. Internationalise the man pages

 Use po4a?

  3. Swatting the BTS wishlist entries

 I've kept the BTS clean of actual bugs pretty well, but there are a
 number of wishlist reports still outstanding.

  4. Take over maintaining the debian/ directory

 If you commit to maintaining it (and I trust your judgment),
 you'll get last say in that part of the package (including deciding
 what helper to use).

  4. Whatever you wish :)

 Discuss on the dctrl-tools-devel mailing list first though.
 
Eventually I'd like to pass the package on to competent successors, but
I have too much emotional attachment to the package to do that without a
transitional period where I still retain a veto on what goes in the
package.  I also have some ideas for future tools that I'd like to be
able to concentrate on, and having co-maintainers might allow that.

The package is now under Git in collab-maint.  See 
  
http://git.debian.org/?p=collab-maint/dctrl-tools.git;a=blob_plain;f=debian/README;hb=HEAD
for information and a push-access code of conduct.

The package description is:
 Debian package information is generally stored in files having a
 special file format, dubbed the Debian control file format (the dctrl
 format), a special case of the record jar file format.  These tools
 operate on any files conforming in a general sense to that format and
 are therefore widely applicable whenever those formats are in play.
 .
 Included are:
 .
   grep-dctrl - Grep dctrl-format files
   grep-available - Grep the DPKG available database
   grep-status- Grep the DPKG status database
   grep-aptavail  - Grep the APT available database
 .
   sort-dctrl - Sort dctrl-format files
 .
   tbl-dctrl  - Tabulate dctrl-format files
 .
   sync-available - Sync the dpkg available database with
the apt database

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23.1-ibid (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#447923: icedove: Can't save attachment in attachment of forwarded mail

2007-10-27 Thread Alexander Sack - Debian Bugmail
On Wed, Oct 24, 2007 at 10:23:16PM +0200, Manuel Bilderbeek wrote:
> Package: icedove
> Version: 1.5.0.12.dfsg1-0etch1+lenny1
> Severity: normal
> 
> Someone sent me an e-mail in which there's an e-mail attached (forwarding
> by attaching the e-mail). I can open it by double clicking on it. The
> forwarded and attached mail also had an attachment. When I try to save
> that, I get an error message "Unable to save the attachment. Please
> check your file name and try again later". This appears after choosing
> the filename for saving, which is just the name of the attached file.
> Changing it to something simple doesn't help. In fact, it seems I can't
> save any attachements of attached e-mails at all.
> 

Can you please try to downgrade and verify if the issue is really a
regression in this latest update?


 - Alexander

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/



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



Bug#448282: RFP: python-dabo -- wxPython-wrapping GUI toolkit

2007-10-27 Thread Karsten Hilbert
Package: wnpp
Severity: wishlist

* Package name: python-dabo
  Version : 0.8.2
  Upstream Author : Ed Leafe <[EMAIL PROTECTED]>
* URL : http://dabodev.com
* License : MIT (http://dabodev.com/licensing)
  Programming Lang: Python
  Description : wxPython-wrapping GUI toolkit

Dabo is a GUI toolkit sitting on top of wxPython wrapping
that API in much more intuitive and more pythonic way.

The author Ed Leafe has expressed willingness to consult in
packaging:

http://aspn.activestate.com/ASPN/Mail/Message/wxpython-users/3575898

Quote:

"But if there is anyone out there who has some experience
 with creating  distibution packages, I would be more than
 happy (ecstatic, even!) to help  them however I can."


Thanks,
Karsten

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#448263: [Pkg-alsa-devel] Bug#448263: alsa-source: artsd fails to start with ALSA 1.0.15 and sound has to be unmuted in kde

2007-10-27 Thread Elimar Riesebieter
On Sun, 28 Oct 2007 the mental interface of
Arthur Marsh told:

> Package: alsa-source
> Version: 1.0.15-1
> Severity: normal
> 
> 
> I compiled alsa-source 1.0.15 as I have done so for earlier ALSA 
> versions. With alsa-driver 1.0.15, KDE's artsd fails to start and I have 
> to unmute the mixer settings in kmix (ie sound doesn't work 
> automatically on logging in to kde but must be enabled manually).

Is alsa-utils installed?

Elimar


-- 
  >what IMHO then?
  IMHO - Inhalation of a Multi-leafed Herbal Opiate ;)
  --posting from alex in debian-user--



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



Bug#448157: CVE-2007-5585 authentication bypass

2007-10-27 Thread Ari Pollak
The point here is that xscreensaver should not unlock the screen when
missing xscreensaver-gl-helper, it should just display a blank
screensaver. rss-glx does not NEED to be run with xscreensaver-gl-helper
as it's perfectly feasible to run with gnome-screensaver, so rss-glx
shouldn't need to depend on xscreensaver-gl to prevent xscreensaver from
crashing.




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




Bug#448281: bins: Use of uninitialized value in localtime

2007-10-27 Thread Roland Stigge
Package: bins
Version: 1.1.29-9
Severity: normal

Hi,

with the new bins version in Debian, I get:

=
$ bins t1 t2
BINS Photo Album 1.1.29 (http://bins.sautret.org/)
Copyright © 2001-2004 Jérôme Sautret ([EMAIL PROTECTED])
Some parts of code:
Copyright © 2000 Brendan McMahan ([EMAIL PROTECTED])
Copyright ©  John Moose ([EMAIL PROTECTED])

This is free software with ABSOLUTELY NO WARRANTY.
See COPYING file for details.

 > 
Use of uninitialized value in localtime at (eval 706) line 1.
  Image p1011689.jpg
$
=

Removing patches from 14_* to 20_* removes the problem. One of those must be
the cause.

bye,
  Roland

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-rt (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bins depends on:
ii  libhtml-clean-perl 0.8-10Cleans up HTML code for web browse
ii  libhtml-parser-perl3.56-1A collection of modules that parse
ii  libhtml-template-perl  2.9-1 HTML::Template : A module for usin
ii  libimage-info-perl 1.25-1allows extraction of meta informat
ii  libimage-size-perl 3.01-1determine the size of images in se
ii  libio-string-perl  1.08-2Emulate IO::File interface for in-
ii  libjpeg-progs  6b-14 Programs for manipulating JPEG fil
ii  liblocale-gettext-perl 1.05-1Using libc functions for internati
ii  libtext-iconv-perl 1.4-3 converts between character sets in
ii  libtext-unaccent-perl  1.08-1provides functions to remove accen
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  libxml-grove-perl  0.46alpha-11  Perl module for accessing parsed *
ii  libxml-handler-yawrite 0.23-5Perl module for writing XML docume
ii  libxml-perl0.08-1Perl modules for working with XML
ii  libxml-writer-perl 0.603-1   Perl module for writing XML docume
ii  libxml-xql-perl0.68-4Perl module for querying XML tree 
ii  perlmagick 7:6.2.4.5.dfsg1-1 A perl interface to the libMagick 

Versions of packages bins recommends:
pn  libglade-gnome0(no description available)
pn  libglade-perl  (no description available)
pn  libgladexml-perl   (no description available)
pn  libgnome-perl  (no description available)
pn  libgtk-imlib-perl  (no description available)

-- no debconf information




Bug#433187: unkillable dpkg-query processes

2007-10-27 Thread Bernd Zeimetz

> 
> Luckily much more output of sysrq is in the syslog, so I should be able to 
> mail it later when the
> machine is finished with rebooting (which takes some time...).

the sysrq output from the syslog and my kernel config are attached to this mail.

Cheers,

Bernd

-- 
Bernd Zeimetz
<[EMAIL PROTECTED]> 


config-2.6.24-rc1-git2+bzed-farm1.gz
Description: GNU Zip compressed data


syslog.gz
Description: GNU Zip compressed data


Bug#448280: kpdf does not show hebrew text on background

2007-10-27 Thread Arieh Skliarouk
package: kpdf
version: 4:3.5.8-1

I have an PDF on following URL (500kb), that renders perfectly in xpdf. In
Kpdf, the hebrew text is not rendered at all.

http://catchmedia.com/~arieh/a/kpdf_invisible_text.pdf

-- 
Arieh


Bug#448268: zsh: Completion mechanism is broken with vim and gvim commands

2007-10-27 Thread Clint Adams
On Sat, Oct 27, 2007 at 06:49:25PM +0200, Gregory Hainaut wrote:
> After the upgrade of zsh from 4.3.4-23 to 4.3.4-24 the completion mechanism 
> is broken on vim and gvim commands (and perhaps others). 
> The command to enable advance completion 'autoload -U compinit && compinit' 
> triggers the problem.
> 
> Here an example of the problem: 
> 
> 18:36 ~% vim 
> _arguments:439: _vim_files: function definition file not found
> 
> Best regards
> 
>   Hainaut Gregory

Please rm ~/.zcompdump, restart zsh, and tell me if the problem still
occurs.



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



Bug#448279: [new] wipnity: "Why is package X not in testing yet?" query script

2007-10-27 Thread Julian Mehnle
Package: devscripts
Severity: wishlist

I'd like to suggest the inclusion of a command-line script that queries
.  I am attaching one that I wrote and
use.  It depends on w3m and libterm-size-perl.

Here's some example output to give you an idea (although it's kind of
obvious if you know ):

  $ wipnity kmail
  Checking kmail

* binary package kmail is part of source package kdepim
+ trying to update kdepim from 4:3.5.7-4 to 4:3.5.8-1
  (candidate is 10 days old)
+ kdepim is not yet built on arm: 4:3.5.7-4 vs 4:3.5.8-1
  (missing 45 binaries)
+ kdepim is not yet built on powerpc: 4:3.5.7-4 vs 4:3.5.8-1
  (missing 45 binaries)
+ kdepim is waiting for kdelibs
o kdelibs is only 2 days old. It must be 10 days old to go
  in.
o kdelibs is not yet built on arm: 4:3.5.7.dfsg.1-7 vs
  4:3.5.8.dfsg.1-3 (missing 3 binaries: kdelibs-dbg,
  kdelibs4-dev, kdelibs4c2a)
o kdelibs is not yet built on powerpc: 4:3.5.8.dfsg.1-1 vs
  4:3.5.8.dfsg.1-3 (missing 3 binaries: kdelibs-dbg,
  kdelibs4-dev, kdelibs4c2a)

  Dependency analysis (including build-depends; i386 only):

* kdepim depends on kdelibs4-dev >= 4:3.5.8 but testing has
  4:3.5.7.dfsg.1-7 (unstable has 4:3.5.8.dfsg.1-3)
+ binary package kdelibs4-dev is part of source package kdelibs
  (explained above)

Julian.


wipnity
Description: Perl program


Bug#448278: [INTL:fi] Finnish translation of the kkbswitch

2007-10-27 Thread Esko Arajärvi
Package: kkbswitch
Severity: wishlist
Tags: patch l10n

Hi, 

Please include attached Finnish translation to the package.

Regards, 
Esko Arajärvi
msgid ""
msgstr ""
"Project-Id-Version: kkbswitch\n"
"POT-Creation-Date: 2004-06-15 23:49+0300\n"
"PO-Revision-Date: 2007-10-27 21:24+0200\n"
"Last-Translator: Esko Arajärvi <[EMAIL PROTECTED]>\n"
"Language-Team: Finnish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Finnish\n"
"X-Poedit-Country: FINLAND\n"

#: kbconfig.cpp:85
msgid ""
msgstr ""

#: kbconfig.cpp:101
msgid "Activate %1 keyboard layout"
msgstr "Aktivoi %1 näppäimistöasettelu"

#: kbconfigdlg.cpp:116
msgid "&General"
msgstr "&Yleinen"

#: kbconfigdlg.cpp:120
msgid "Available &keyboard layouts:"
msgstr "Käytettävissä olevat &näppäimistöasettelut:"

#: kbconfigdlg.cpp:132
msgid ""
"This list box shows keyboard layouts available in your system.\n"
"Select a layout and click \"Change Icon...\" button to change the icon for a layout.\n"
"If you have configured a non-default icon, you can reset the icon to default with \"Use Default Icon\" button.\n"
"The layout shown is bold is the default layout. Use \"Set as default\" button to set the default layout."
msgstr ""
"Tässä listassa ovat järjestelmässä saatavilla olevat näppäimistöasettelut.\n"
"Valitse asettelu ja paina ”Vaihda kuvake...”-painiketta vaihtaaksesi asettelun kuvaketta.\n"
"Jos olet asettanut muun kuin oletuskuvakkeen, voit palauttaa oletuksen painikkeella \"Käytä oletuskuvaketta”.\n"
"Lihavoitu asettelu on oletusasettelu. Painikkeella ”Aseta oletukseksi” voit valita uuden oletusasettelun."

#: kbconfigdlg.cpp:141
msgid "Cha&nge Icon..."
msgstr "&Vaihda kuvake..."

#: kbconfigdlg.cpp:144
msgid "Click this button to change the icon for the layout selected in the list box to the left."
msgstr "Painamalla tätä painiketta voit vaihtaa vasemmalla olevasta listasta valitun asettelun kuvakkeen."

#: kbconfigdlg.cpp:147
msgid "Use &Default Icon"
msgstr "Käytä &oletuskuvaketta"

#: kbconfigdlg.cpp:150
msgid "Click this button to use default icon for the layout selected in the list box to the left."
msgstr "Painamalla tätä painiketta voit asettaa vasemmalla olevasta listasta valitun asettelun käyttämään oletuskuvaketta."

#: kbconfigdlg.cpp:153
msgid "&Set as Default"
msgstr "&Aseta oletukseksi"

#: kbconfigdlg.cpp:156
msgid "Cick this button to set the layout selected in the list box to the left as the default"
msgstr "Painamalla tätä painiketta voit asettaa vasemmalla olevasta listasta valitun asettelun oletukseksi."

#: kbconfigdlg.cpp:162
msgid "Layout &icon style:"
msgstr "Asettelun &kuvaketyyli:"

#: kbconfigdlg.cpp:167
msgid "Country flag"
msgstr "Maan lippu"

#: kbconfigdlg.cpp:168
msgid "Language code"
msgstr "Maatunnus"

#: kbconfigdlg.cpp:169
msgid "Flag and code"
msgstr "Lippu ja tunnus"

#: kbconfigdlg.cpp:173
msgid ""
"Select the style of icons representing the current keyboard layout.\n"
"You can choose from the following styles:Country flag - displays the corresponding contry flagLanguage code - displays the language ISO 2-letter codeFlag and code - displays the language code superimposed over the country flag."
msgstr ""
"Valitse käytössä olevaa näppäimistöasettelua kuvaavien kuvakkeiden tyyli.\n"
"Voit valita seuraavista tyyleistä:Maan lippu - Näyttää vastaavan maan lipun.Maatunnus - Näyttää maan kaksikirjaimisen ISO-tunnuksen.Lippu ja tunnus - Näyttää maatunnuksen maan lipun päällä."

#: kbconfigdlg.cpp:181
msgid "&Layout applies to:"
msgstr "&Asettelu koskee:"

#: kbconfigdlg.cpp:186
msgid "All windows"
msgstr "Kaikkia ikkunoita"

#: kbconfigdlg.cpp:187
msgid "Windows of one application"
msgstr "Yhden sovelluksen ikkunoita"

#: kbconfigdlg.cpp:188
msgid "One window"
msgstr "Yhtä ikkunaa"

#: kbconfigdlg.cpp:191
msgid ""
"Select what windows the currently selected keyboard layout applies to:\n"
"All windows - one layout applies to all windows on your desktop\n"
"Windows of one application - layout applies to one application; each application can have its own layout. When you switch between applications, layout follows the active application\n"
"One window - layout applies to one window only; each window can have its own layout. When you switch between windows, layout follows the active window."
msgstr ""
"Valitse mitä ikkunoita tällä hetkellä valittu näppäimistöasettelu koskee:\n"
"Kaikkia ikkunoita - Yksi asettelu koskee kaikkia työpöydän ikkunoita.\n"
"Yhden sovelluksen ikkunoita - Asettelu koskee yhtä sovellusta; jokaisella sovelluksella voi olla oma asettelunsa. Kun vaihdat sovellusta, asettelu muuttuu aktiivisen sovelluksen mukaan.\n"
"Yhtä ikkunaa - Asettelu koskee vain yhtä sovellusta; jokaisella ikkunalla voi olla oma asettelunsa. Kun vaihdat ikkunaa, asettelu muuttuu aktiivisen ikkunan mukaan."

#: kbconfigdlg.cpp:199
msgid "Use \"&Toggle Mode\""
msgstr "Käytä ”Vaihto&tilaa”"

#: kbconfigdlg.cpp:201
msgid "Toggle mode is useful 

Bug#448274: general: Create a meta package named debian-kde-desktop

2007-10-27 Thread Yves-Alexis Perez
On sam, 2007-10-27 at 19:30 +0200, Rafael wrote:
> You shoud do the same for XFCE Desktop

aptitude -R install xfce-desktop

see tasksel --task-packages xfce-desktop too.
You can find the same things for gnome and kde
-- 
Yves-Alexis Perez




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



Bug#423375: cloning 423375 ...

2007-10-27 Thread Antti-Juhani Kaijanaho
# Automatically generated email from bts, devscripts version 2.10.9
clone 423375 -1
# I am adding support for grep-debtags but the option will have to be added 
later; this clone is just to allow a "partial close" of this bug report
retitle -1 extend @exec so that it can pass command-line args to the executedd 
command



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



Bug#448274: general: Create a meta package named debian-kde-desktop

2007-10-27 Thread Jose Luis Rivas Contreras
Rafael wrote:
> Package: general
> Severity: wishlist
> 
> I suggest the creation of a meta package named for example debian-kde-desktop 
> which should 
> install the most common used KDE aplications in a Desktop and KDE Desktop 
> with Debian artwork.
> At style of meta package kubuntu-desktop in Ubuntu project.
> A general configuration may be:
> -Open Office as office suit.
> -Kaffeine as video player.
> -Amarok as audio player.
> -D3lphin as default File Manager (It is easy configure KDE 3.5 for it).
> -Konqueror and Iceweasel web browsers availables.
> -Gwenview as image viewer.
> -Gimp as image editor.
> -Kwrite or kate as text editor.
> -Adept suit for Package Management (adept-manager, adept-updater, 
> adept-notifier, 
> adept-installer), including software-properties-kde.
> -Kmail as mail manager.
> -Gdebi-kde for manual installation of Debian Packages.
> -Ark for file compression.
> -k3b for CD/DVD burning and Audio/Video extraction.
> -speedcrunch calculator.
> -gtk-qt-engine configured for a well presentation of possible installed gtk 
> aplications in KDE.
> -xmodmap and kmilo well configured for having special keyboard keys available.
> -kooka for use scanner.
> -kdpf or acroread for PDF viewing.
> -qt4-qtconfig installed for configure qt 4 aplications apparience (as 
> speedcrunch).
> -ksystemlog for view system logs.
> -kmix for volume management.
> 
> And any other aplication useful for Desktop use and management. The idea is 
> to install one 
> aplication for each function trying to choose the best aplication for each 
> function, 
> for example is a waste of disk having installed gwenview and kview,
> kaffeine + kaboodle + noatun, speedcrunch + kcalc, adept + kpackage ...
> 
> 
> You shoud do the same for XFCE Desktop and Gnome.


I guess you mean like the meta-package `kde', as the meta-package
`gnome' and as the meta-package `xfce4' already does?

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


  1   2   3   4   5   6   7   >