Bug#577095: marked as done (grep: bracket expressions fails depending on the locale)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 16:06:12 +1000
with message-id 20100410060612.ga3...@master.debian.org
and subject line Re: Bug#577095: grep: bracket expressions fails depending on 
the locale
has caused the Debian Bug report #577095,
regarding grep: bracket expressions fails depending on the locale
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
577095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: grep
Version: 2.6.3-1
Severity: grave

As this issue might affact a lot of cases where grep is used, I've
decided to file it with the severity grave.

Since version 2.6.3 (and it seems also 2.5.2 was affected), the
behaviour of grep regarding capital letters in bracket expressions
changed when using UTF8:

With grep 2.6.3:
b...@think ~% LANG=en_US.UTF-8 grep -E '^[A-Z]' /etc/passwd | wc -l
51
b...@think ~% LANG=C grep -E '^[A-Z]' /etc/passwd
Debian-exim:x:100:103::/var/spool/exim4:/bin/false
b...@think ~% LANG=de_DE.iso8859-15 grep -E '^[A-Z]' /etc/passwd 
Debian-exim:x:100:103::/var/spool/exim4:/bin/false

With grep 2.5.4-4:
b...@think ~% LANG=en_US.UTF-8 grep -E '^[A-Z]' /etc/passwd
Debian-exim:x:100:103::/var/spool/exim4:/bin/false
b...@think ~% LANG=C grep -E '^[A-Z]' /etc/passwd  
Debian-exim:x:100:103::/var/spool/exim4:/bin/false
b...@think ~% LANG=de_DE.iso8859-15 grep -E '^[A-Z]' /etc/passwd   
Debian-exim:x:100:103::/var/spool/exim4:/bin/false

This behaviour change is not expected and different from what other
implementations do.

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

Kernel: Linux 2.6.33-think (SMP w/2 CPU cores; PREEMPT)
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 grep depends on:
ii  dpkg  1.15.5.6   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib

grep recommends no packages.

Versions of packages grep suggests:
ii  libpcre3  7.8-3  Perl 5 Compatible Regular Expressi

-- no debconf information


---End Message---
---BeginMessage---
Version: 2.6.3-1

On Sat, Apr 10, 2010 at 01:54:51PM +0900, Norihiro Tanaka wrote:
Hi,

I seem that is expected behavior. [A-Z] includes  A,b,B,c,C,...y,Y,z,Z
in en_US locale (not include `a').

Right. Closing this bug report accordingly.

grep -E '^[[:upper:]]' /etc/passwd

You could use the command above.

---End Message---


Bug#577142: cannot reproduce it here

2010-04-10 Thread Soeren Sonnenburg
Package: gconf2
Severity: normal

Installing 2.28.1-2 worked nicely here. However I had and up-to-date gconf2 
installed
previously ...

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (500, 
'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32.9-sonne (SMP w/2 CPU cores; PREEMPT)
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 gconf2 depends on:
ii  dbus-x111.2.24-1 simple interprocess messaging syst
ii  gconf2-common   2.28.1-2 GNOME configuration database syste
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgconf2-4 2.28.1-2 GNOME configuration database syste
ii  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libxml2 2.7.7.dfsg-2 GNOME XML library
ii  psmisc  22.11-1  utilities that use the proc file s
ii  python  2.5.4-9  An interactive high-level object-o

Versions of packages gconf2 recommends:
ii  libgtk2.0-0   2.20.0-2   The GTK+ graphical user interface 

Versions of packages gconf2 suggests:
ii  gconf-defaults-service2.28.1-2   GNOME configuration database syste

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577095: grep: bracket expressions fails depending on the locale

2010-04-10 Thread Sven Joachim
On 2010-04-10 08:06 +0200, Aníbal Monsalve Salazar wrote:

 Version: 2.6.3-1

 On Sat, Apr 10, 2010 at 01:54:51PM +0900, Norihiro Tanaka wrote:
Hi,

I seem that is expected behavior. [A-Z] includes  A,b,B,c,C,...y,Y,z,Z
in en_US locale (not include `a').

According to the NEWS file, this should have been the case since grep
2.5.  I wonder if some of the now removed Debian patches prohibited that
behavior, at least there is no indication that it had been turned off
deliberately in Debian's versions.

 Right. Closing this bug report accordingly.

 grep -E '^[[:upper:]]' /etc/passwd

 You could use the command above.

This is also very much locale dependent, so if only ASCII uppercase
letters are to be matched, the locale should be set to C or POSIX in any
case.

Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: forcibly merging 577145 570007, severity of 570007 is important, tagging 570007

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 577145 570007
Bug#577145: Every second key stroke falsely interpreted
Bug#570007: xkb-data: Keyboard doesn't work - Key events occur, but no Keysym 
is assigned
Forcibly Merged 570007 577145.

 severity 570007 important
Bug #570007 [xkb-data] xkb-data: Keyboard doesn't work - Key events occur, but 
no Keysym is assigned
Bug #577145 [xkb-data] Every second key stroke falsely interpreted
Severity set to 'important' from 'grave'

Severity set to 'important' from 'grave'

 tags 570007 unreproducible
Bug #570007 [xkb-data] xkb-data: Keyboard doesn't work - Key events occur, but 
no Keysym is assigned
Bug #577145 [xkb-data] Every second key stroke falsely interpreted
Added tag(s) unreproducible.
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570580: [PATCH] Fixes for libplist

2010-04-10 Thread Julien BLACHE
Package: libplist
Severity: normal
Tags: patch

Hi,

I've spent some time debugging a number of portability issues in libplist;
the attached patch should fix libplist on most architectures. There remains
a couple of unaligned accesses that I haven't been able to track down, due
to prctl --unaligned=signal not working on albeniz (kernel still handling the
unaligned trap instead of sending a SIGBUS).

Patch tested on amd64, alpha, hppa.

Please prepare an upload with this patch added and hopefully we'll have some
good news this week-end :)

Thanks,

JB.

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

Kernel: Linux 2.6.32.2 (SMP w/2 CPU cores)
Locale: LANG=C, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
Endianness, alignment and type-punning fixes for binary plist support

 - endianness issues: on big endian machines, writing out only part
   of an integer was broken (get_needed_bytes(x)  sizeof(x))
- shift integer before memcpy() on big endian machines

 - alignment issues: unaligned reads when loading binary plist. Leads
   to slow runtime performance (kernel trapping and fixing things up),
   SIGBUS (kernel not helping us out)
- introduce get_unaligned() and have the compiler generate the code
   needed for the unaligned access
   (note that there remains unaligned accesses that I haven't been able
to track down - I've seen 2 of them with test #2)

 - type-punning issues: breaking strict aliasing rules can lead to
   unexpected results as the compiler takes full advantage of the aliasing
   while optimizing
- introduce the plist_uint_ptr union instead of casting pointers

Tested on amd64, alpha and hppa.

 -- Julien BLACHE jbla...@debian.org

diff -ru orig/libplist-1.2/src/bplist.c libplist-1.2/src/bplist.c
--- orig/libplist-1.2/src/bplist.c  2010-04-09 19:26:54.0 +0200
+++ libplist-1.2/src/bplist.c   2010-04-09 19:25:47.776737504 +0200
@@ -79,6 +79,24 @@
 #endif
 }
 
+union plist_uint_ptr
+{
+void *src;
+uint8_t *u8ptr;
+uint16_t *u16ptr;
+uint32_t *u32ptr;
+uint64_t *u64ptr;
+};
+
+#define get_unaligned(ptr)   \
+  ({  \
+struct __attribute__((packed)) { \
+  typeof(*(ptr)) __v;\
+} *__p = (void *) (ptr); \
+__p-__v;\
+  })
+
+
 static void byte_convert(uint8_t * address, size_t size)
 {
 #if G_BYTE_ORDER == G_LITTLE_ENDIAN
@@ -95,23 +113,36 @@
 #endif
 }
 
-static uint32_t uint24_from_be(char *buff)
+static uint32_t uint24_from_be(union plist_uint_ptr buf)
 {
+union plist_uint_ptr tmp;
 uint32_t ret = 0;
-uint8_t *tmp = (uint8_t *) ret;
-memcpy(tmp + 1, buff, 3 * sizeof(char));
-byte_convert(tmp, sizeof(uint32_t));
+
+tmp.src = ret;
+
+memcpy(tmp.u8ptr + 1, buf.u8ptr, 3 * sizeof(char));
+
+byte_convert(tmp.u8ptr, sizeof(uint32_t));
 return ret;
 }
 
 #define UINT_TO_HOST(x, n) \
-   (n == 8 ? GUINT64_FROM_BE( *(uint64_t *)(x) ) : \
-   (n == 4 ? GUINT32_FROM_BE( *(uint32_t *)(x) ) : \
-   (n == 3 ? uint24_from_be( (char*)x ) : \
-   (n == 2 ? GUINT16_FROM_BE( *(uint16_t *)(x) ) : \
-   *(uint8_t *)(x) 
-
-#define be64dec(x) GUINT64_FROM_BE( *(uint64_t*)(x) )
+   ({ \
+   union plist_uint_ptr __up; \
+   __up.src = x; \
+   (n == 8 ? GUINT64_FROM_BE( get_unaligned(__up.u64ptr) ) : \
+   (n == 4 ? GUINT32_FROM_BE( get_unaligned(__up.u32ptr) ) : \
+   (n == 3 ? uint24_from_be( __up ) : \
+   (n == 2 ? GUINT16_FROM_BE( get_unaligned(__up.u16ptr) ) : \
+   *__up.u8ptr ; \
+   })
+
+#define be64dec(x) \
+   ({ \
+   union plist_uint_ptr __up; \
+   __up.src = x; \
+   GUINT64_FROM_BE( get_unaligned(__up.u64ptr) ); \
+   })
 
 #define get_needed_bytes(x) \
( ((uint64_t)x)  (1ULL  8) ? 1 : \
@@ -646,6 +677,11 @@
 //do not write 3bytes int node
 if (size == 3)
 size++;
+
+#if G_BYTE_ORDER == G_BIG_ENDIAN
+val = val  ((sizeof(uint64_t) - size) * 8);
+#endif
+
 buff = (uint8_t *) malloc(sizeof(uint8_t) + size);
 buff[0] = BPLIST_UINT | Log2(size);
 memcpy(buff + 1, val, size);
@@ -656,7 +692,7 @@
 
 static void write_real(GByteArray * bplist, double val)
 {
-uint64_t size = get_real_bytes(*((uint64_t *)  val)); //cheat to know 
used space
+uint64_t size = get_real_bytes(val);   //cheat to know used space
 uint8_t *buff = (uint8_t *) malloc(sizeof(uint8_t) + size);
 buff[0] = BPLIST_REAL | Log2(size);
 if (size == sizeof(double))
@@ -748,6 +784,9 @@
 for (i = 0, cur = node-children; cur  i  size; cur = cur-next, i++)
 {
 idx = *(uint64_t *) 

Bug#577078: This package is useful on amd64

2010-04-10 Thread Johan Grönqvist
This package (at version 0.5.7) has produced a working googleearth 
installation for me on amd64, and I therefore disagree with the 
statement that the produced packages are not usable on amd64. I have 
used googleearth for a few hours, and not noticed any problems with the 
googleearth installation.


I did not perform any workarounds, but only ran 
make-googleearth-package, and then installed the resulting .deb using gdebi.


Apart from the above statement, I have no opinion of the general quality 
of the package, and I saw many warnings from dpkg-shlibs while running 
make-googleearth-package.


(I use apt-pinning and almost all of my installed packages are from 
squeeze.)


Regards

Johan



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#451191: usbview embarrassment

2010-04-10 Thread jidanni
GK /sys/kernel/debug/usb/devices
That doesn't work either. And also one can only paste it into the tiny
window, not from the command line, and there is no mention about
configuration files, or even the tiny window, on the man page.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577095: grep: bracket expressions fails depending on the locale

2010-04-10 Thread Aníbal Monsalve Salazar
On Sat, Apr 10, 2010 at 08:46:06AM +0200, Sven Joachim wrote:
On 2010-04-10 08:06 +0200, Aníbal Monsalve Salazar wrote:

Version: 2.6.3-1

On Sat, Apr 10, 2010 at 01:54:51PM +0900, Norihiro Tanaka wrote:
Hi,

I seem that is expected behavior. [A-Z] includes  A,b,B,c,C,...y,Y,z,Z
in en_US locale (not including `a').

According to the NEWS file, this should have been the case since grep
2.5.  I wonder if some of the now removed Debian patches prohibited
that behavior, at least there is no indication that it had been turned
off deliberately in Debian's versions.

I'll check the removed patches in 2.5.4-4 to find out if one of them
was responsible for that behavior.

Right. Closing this bug report accordingly.

grep -E '^[[:upper:]]' /etc/passwd

You could use the command above.

This is also very much locale dependent, so if only ASCII uppercase
letters are to be matched, the locale should be set to C or POSIX in
any case.

Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577095: grep: bracket expressions fails depending on the locale

2010-04-10 Thread Jim Meyering
Aníbal Monsalve Salazar wrote:
 I reproduced this bug, see below.

 grep --version
 GNU grep 2.6.3

 cat /tmp/a
 root:x:0:0:root:/root:/bin/bash
 anibal:x:1000:1000:Anibal Monsalve Salazar,,,:/home/anibal:/bin/bash
 Debian-exim:x:102:104::/var/spool/exim4:/bin/false
 ntp:x:106:108::/home/ntp:/bin/false

 grep -E '^[A-Z]' /tmp/a
 root:x:0:0:root:/root:/bin/bash
 Debian-exim:x:102:104::/var/spool/exim4:/bin/false
 ntp:x:106:108::/home/ntp:/bin/false

 grep -Ev '^[A-Z]' /tmp/a
 anibal:x:1000:1000:Anibal Monsalve Salazar,,,:/home/anibal:/bin/bash

Thanks for Cc'ing bug-grep, however this is not a bug in grep-2.6.3.
Rather, it demonstrates that grep-2.5.4-4 failed to honor your locale
settings.

As you noticed, what the [A-Z] range matches depends on your locale settings.
Run locale to print those settings.

In the C (aka POSIX) locale [A-Z] matches ASCII upper case ABC...Z,
but in many other locales it matches AbBbCc...Zz.
Demonstrate with this:

  $ for i in a A b B c C; do \
printf $i: ; echo $i | LC_ALL=en_US.UTF-8 grep -E '[A-Z]' || echo; done
  a:
  A: A
  b: b
  B: B
  c: c
  C: C

If you really want to match only the 26 ASCII upper case letters,
you can run grep in the C locale, even using that risky range notation:

  $ echo b | LC_ALL=C grep '[A-Z]'
  [Exit 1]
  $

However, it's better to avoid the '[A-Z]' range notation and to
prefer the '[[:upper:]]' character class.

Using the [[:CLASS_NAME:]] notation is essential if you also
want to match other (non-ASCII) upper case characters in your locale:

  $ echo É | LC_ALL=fr_FR.UTF-8 grep '[[:upper:]]'
  É

Using range notation is often not what you want:

  $ echo á | LC_ALL=fr_FR.UTF-8 grep '[A-F]'
  á



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577163: open-vm-tools: Impossible boot ordering info in init.d script

2010-04-10 Thread Petter Reinholdtsen
Package:  open-vm-tools
Version:  2010.03.20-243334-3
Severity: grave
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

This change introduced a init.d script dependency loop in the boot
scripts, making it impossible to install the package.

  open-vm-tools (2010.03.20-243334-3) unstable; urgency=low
  .
* Adding remote_fs to init depends.

The script header now look like this:

### BEGIN INIT INFO
# Provides: open-vm-tools
# Required-Start:   $local_fs $remote_fs
# Required-Stop:$local_fs $remote_fs
# X-Start-Before:   $network
# X-Stop-After: $network
# Default-Start:S
# Default-Stop: 0 1 6
# Description:  Runs the open-vm-tools services
# Short-Description:Runs the open-vm-tools services
### END INIT INFO

Teh script can not both start before $network, a dependency of
$remote_fs, and start after $remote_fs.  This leads to an impossible
situation.  I do not know the package well enough to know how to fix
it, but either the $remote_fs relation need to go, or the $network
relation need to go.

If possible, I would suggest to start the script in runlevels 2-5
instead of rcS.d/, to move Debian one step closer to a userful single
user mode.  The current setting will create problems when booting into
runlevel 1 (start in rcS.d, stop in rc1.d, and not restarted when
switching to runlevels 2-5), and this should be fixed as well.  A good
fix the script do not have to run before the network is enabled is to
change to this:

  # Default-Start:2 3 4 5
  # Default-Stop: 0 1 6

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577142: cannot reproduce it here

2010-04-10 Thread Josselin Mouette
Le samedi 10 avril 2010 à 08:05 +0200, Soeren Sonnenburg a écrit : 
 Package: gconf2
 Severity: normal
 
 Installing 2.28.1-2 worked nicely here. However I had and up-to-date gconf2 
 installed
 previously ...

Yes, it only fails with zero installed schema on the system.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'  “If you behave this way because you are blackmailed by someone,
  `-[…] I will see what I can do for you.”  -- Jörg Schilling


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


Bug#577166: icinga-idoutils: Init.d script depend on non-existing virtual facility $icinga

2010-04-10 Thread Petter Reinholdtsen

Package:  icinga-idoutils
Version:  1.0.1-1
Severity: grave
Tags: patch
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

In an archive wide check of the boot script ordering in Debian, I
noticed this new error:

  error: script icinga-idoutils/init.d/ido2db depend on non-existing
provides: $icinga

The problem is that the init.d script dependency is using the $
indicator reserved for virtual facilities.  The $ should be removed to
depend on the icinga facility.

Setting severity to grave, as the boot order will be wrong when the
icinga-idoutils is installed and concurrent booting is used.

diff -ur ../icinga-1.0.1/debian/icinga-idoutils.ido2db.init 
../icinga-1.0.1-pere/debian/icinga-idoutils.ido2db.init
--- ../icinga-1.0.1/debian/icinga-idoutils.ido2db.init  2010-04-10 
10:16:50.0 +0200
+++ ../icinga-1.0.1-pere/debian/icinga-idoutils.ido2db.init 2010-04-10 
10:17:45.0 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:  ido2db
-# Required-Start:$remote_fs $syslog $named $network $time $icinga
+# Required-Start:$remote_fs $syslog $named $network $time icinga
 # Required-Stop: $remote_fs $syslog $named $network
 # Default-Start: 2 3 4 5
 # Default-Stop:  0 1 6

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#569552:

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 569552 normal
Bug #569552 [pdfposter] pdfposter crash with EOF marker not found error
Severity set to 'normal' from 'grave'

 retitle 569552 pdfposter show a python backtrace when used with a non-PDF file
Bug #569552 [pdfposter] pdfposter crash with EOF marker not found error
Changed Bug title to 'pdfposter show a python backtrace when used with a 
non-PDF file' from 'pdfposter crash with EOF marker not found error'
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576967: [Build-common-hackers] Bug#576967: Bug#576967: cdbs: Splits CC into multiple env-var words

2010-04-10 Thread Peter Eisentraut
On tor, 2010-04-08 at 21:25 +0200, Jonas Smedegaard wrote:
 reassign 576967 abiword
 thanks
 
 Hi Daniel,
 
 On Thu, Apr 08, 2010 at 09:14:26AM -0700, Daniel Schepler wrote:
 
 From my pbuilder build log for abiword:
 
 cd .  CC=gcc CC=-Wl,--as-needed [...]
 
 This appears to be the result from debian/rules setting
 CC := gcc -Wl,--as-needed
 and similarly for CXX.  This used to work fine.
 
 Indeed that is the cause.  And it is wrong use of CDBS, so no surprise 
 that it fails now that CDBS recently have tightened its CC handling.
 
 Abiword should instead use something like this instead:
 
 CFLAGS += -Wl,--as-needed

While using CFLAGS here is probably better, there are other valid uses
for having a multiword CC, and that case is apparently still broken.

 
 
 Reassigning this bugreport to abiword where it belongs.
 
 
 Kind regards,
 
  - Jonas
 
 ___
 Build-common-hackers mailing list
 build-common-hack...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/build-common-hackers






-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: limit source to icinga, tagging 577166

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #icinga (1.0.1-3) unstable; urgency=low
 #
 #  * Don't depend on non-existing virtual facility $icinga
 #(Closes: #577166)
 #
 limit source icinga
Limiting to bugs with field 'source' containing at least one of 'icinga'
Limit currently set to 'source':'icinga'

 tags 577166 + pending
Bug #577166 [icinga-idoutils] icinga-idoutils: Init.d script depend on 
non-existing virtual facility $icinga
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576967: cdbs: Splits CC into multiple env-var words

2010-04-10 Thread Jonas Smedegaard

Hi Peter (and others),

On Sat, Apr 10, 2010 at 12:05:03PM +0300, Peter Eisentraut wrote:

On tor, 2010-04-08 at 21:25 +0200, Jonas Smedegaard wrote:



On Thu, Apr 08, 2010 at 09:14:26AM -0700, Daniel Schepler wrote:

From my pbuilder build log for abiword:

cd .  CC=gcc CC=-Wl,--as-needed [...]

This appears to be the result from debian/rules setting
CC := gcc -Wl,--as-needed
and similarly for CXX.  This used to work fine.

Indeed that is the cause.  And it is wrong use of CDBS, so no 
surprise that it fails now that CDBS recently have tightened its CC 
handling.


Abiword should instead use something like this instead:

CFLAGS += -Wl,--as-needed


While using CFLAGS here is probably better, there are other valid uses 
for having a multiword CC, and that case is apparently still broken.


Let's separate abuse and valid use:

Please file a separate bugreport against cdbs with a concrete example of 
such valid use of multi-word CC.



Kind regards,

 - Jonas

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

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#567462: courier-maildrop is a code duplication of maildrop

2010-04-10 Thread Stefano Zacchiroli
severity 567462 important
thanks

On Fri, Apr 09, 2010 at 01:44:20PM +0200, Stefano Zacchiroli wrote:
 Do you agree with that interpretation? If so, can you please set the
 severity of this bug back to important? (Otherwise I can do it.)

So, I got a reply from Steffen stating that he agrees with my argument
and I'm hence downgrading the severity of this bug to important.

That is not to say that this bug is negligible, quite the contrary, for
the security team is really important (pun) to have this fixed, but this
should not by itself keep the package out of the now forthcoming Squeeze
release.

Thanks to Steffen for the feedback!
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#567462: courier-maildrop is a code duplication of maildrop

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 567462 important
Bug #567462 [courier-maildrop] courier-maildrop is a code duplication of 
maildrop
Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577142: marked as done (gconf2: Fails to install)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 09:48:17 +
with message-id e1o0xix-00060y...@ries.debian.org
and subject line Bug#577142: fixed in gconf 2.28.1-3
has caused the Debian Bug report #577142,
regarding gconf2: Fails to install
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
577142: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577142
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gconf2
Version: 2.28.1-2
Severity: grave

In my pbuilder chroot, I get:

frobnitz:/# apt-get install gconf2
Reading package lists... Done 
Building dependency tree  
Reading state information... Done 
The following extra packages will be installed:
  adduser dbus dbus-x11 gconf2-common libdb4.5 libdbus-1-3 libdbus-glib-1-2
  libgconf2-4 libglib2.0-0 libidl0 liborbit2 libpcre3 libssl0.9.8 libx11-6 
  libx11-data libxau6 libxcb1 libxdmcp6 libxml2 mime-support psmisc python 
  python-minimal python2.5 python2.5-minimal ucf   
Suggested packages:
  gconf-defaults-service python-doc python-tk python-profiler python2.5-doc
  binfmt-support   
Recommended packages:  
  libgtk2.0-0 libglib2.0-data shared-mime-info xml-core file   
The following NEW packages will be installed:  
  adduser dbus dbus-x11 gconf2 gconf2-common libdb4.5 libdbus-1-3  
  libdbus-glib-1-2 libgconf2-4 libglib2.0-0 libidl0 liborbit2 libpcre3 
  libssl0.9.8 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxml2   
  mime-support psmisc python python-minimal python2.5 python2.5-minimal ucf
0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded.
Need to get 2104kB/12.8MB of archives. 
After this operation, 40.4MB of additional disk space will be used.
Do you want to continue [Y/n]? 
Get:1 http://ftp.egr.msu.edu sid/main gconf2-common 2.28.1-2 [1677kB]  
Get:2 http://ftp.egr.msu.edu sid/main libgconf2-4 2.28.1-2 [276kB] 
Get:3 http://ftp.egr.msu.edu sid/main gconf2 2.28.1-2 [152kB]  
Fetched 2104kB in 2s (849kB/s) 
debconf: delaying package configuration, since apt-utils is not installed  
Selecting previously deselected package adduser.   
(Reading database ... 11443 files and directories currently installed.)
Unpacking adduser (from .../archives/adduser_3.112_all.deb) ...
Selecting previously deselected package libssl0.9.8.   
Unpacking libssl0.9.8 (from .../libssl0.9.8_0.9.8n-1_amd64.deb) ...
Selecting previously deselected package libdb4.5.  
Unpacking libdb4.5 (from .../libdb4.5_4.5.20-13.1_amd64.deb) ...   
Selecting previously deselected package libpcre3.  
Unpacking libpcre3 (from .../libpcre3_7.8-3_amd64.deb) ... 
Selecting previously deselected package libxml2.   
Unpacking libxml2 (from .../libxml2_2.7.7.dfsg-2_amd64.deb) ...
Selecting previously deselected package mime-support.  
Unpacking mime-support (from .../mime-support_3.48-1_all.deb) ...  
Selecting previously deselected package python2.5-minimal. 
Unpacking python2.5-minimal (from .../python2.5-minimal_2.5.5-4_amd64.deb) ...
Selecting previously deselected package python2.5.
Unpacking python2.5 (from .../python2.5_2.5.5-4_amd64.deb) ...
Selecting previously deselected package python-minimal.   
Unpacking python-minimal (from .../python-minimal_2.5.4-9_all.deb) ...
Selecting previously deselected package python.   
Unpacking python (from .../python_2.5.4-9_all.deb) ...
Selecting previously deselected package ucf.  
Unpacking ucf (from .../archives/ucf_3.0025_all.deb) ...  
Moving old data out of the way
Selecting previously deselected package libdbus-1-3.  
Unpacking libdbus-1-3 (from .../libdbus-1-3_1.2.24-1_amd64.deb) ...   
Selecting previously deselected package dbus. 
Unpacking dbus (from .../dbus_1.2.24-1_amd64.deb) ...

Bug#576457: config.h regenerated at wrong place for amd64

2010-04-10 Thread Giuseppe Iuculano
 The failure to start seems to have been fixed (or at least, fixed) by the
 0.9.21-1.2+b1 binNMU on amd64.

Yes, the problem was that the touch config.h.in didn't have any effect
probably because it was built in a very fast buildd and ext3 only has a
1 second resolution.
It's a timing/resolution related issue, calling explicitly autoconf will
fix the issue.


Cheers,
Giuseppe



signature.asc
Description: OpenPGP digital signature


Processed: retitle 576457 to autoconf should be explicitly called before configure to avoid timing related issues ...

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 576457 autoconf should be explicitly called before configure to avoid 
 timing related issues
Bug #576457 [pulseaudio] pulseaudio: fails to start
Bug #576546 [pulseaudio] pulseaudio: refuses to start
Changed Bug title to 'autoconf should be explicitly called before configure to 
avoid timing related issues' from 'pulseaudio: fails to start'
Changed Bug title to 'autoconf should be explicitly called before configure to 
avoid timing related issues' from 'pulseaudio: refuses to start'
 severity 576457 important
Bug #576457 [pulseaudio] autoconf should be explicitly called before configure 
to avoid timing related issues
Bug #576546 [pulseaudio] autoconf should be explicitly called before configure 
to avoid timing related issues
Severity set to 'important' from 'grave'

Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: bug 575540 is forwarded to http://code.google.com/p/ibus/issues/detail?id=854

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 575540 http://code.google.com/p/ibus/issues/detail?id=854
Bug #575540 [ibus-anthy] ibus-anthy fails to start with File exist error
Bug #575541 [ibus-anthy] ibus-anthy don't work by creating invalid symlinks in 
$HOME/.anthy
Set Bug forwarded-to-address to 
'http://code.google.com/p/ibus/issues/detail?id=854'.
Set Bug forwarded-to-address to 
'http://code.google.com/p/ibus/issues/detail?id=854'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#575541: marked as done (ibus-anthy don't work by creating invalid symlinks in $HOME/.anthy)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 11:04:00 +
with message-id e1o0yto-0003nz...@ries.debian.org
and subject line Bug#575540: fixed in ibus-anthy 1.2.0.20100313-2
has caused the Debian Bug report #575540,
regarding ibus-anthy don't work by creating invalid symlinks in $HOME/.anthy
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
575540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ibus-anthy
Version: 1.2.0.20100313-1
Severity: grave
Tags: patch

 ibus-anthy create 2 invalid symlinks in $HOME/.anthy directory.

 It cause trouble to start up itself. So version 1.2.0.20100313-1 of
ibus-anthy is always failed to start up, it is completely
unusable.

 Problem 1)

  $HOME/.anthy/imported_words_ibus__anthy_zipcode is linked to
  /usr/share/anthy/zipcode.t

$ ls -l $HOME/.anthy/imported_words_ibus__anthy_zipcode
lrwxrwxrwx 1 ishikawa ishikawa 26 2010-03-27 01:39 
/home/ishikawa/.anthy/imported_words_ibus__anthy_zipcode - 
/usr/share/anthy/zipcode.t

  zipcode.t is not /usr/share/anthy/zipcode.t but
  /usr/share/anthy/dic/zipcode.t on Debian system.

  This path is hard coded in setup/prefs.py.
  Patch to fix problem 1 is attahced bellow.


 Problem 2)

  $HOME/.anthy/imported_words_default.d/ibus__ibus_symbol is symlinked
  to /usr/share/ibus-anthy/dicts/symbol.t

ls -l $HOME/.anthy/imported_words_default.d/ibus__ibus_symbol
lrwxrwxrwx 1 ishikawa ishikawa 36 2010-03-27 01:39 
/home/ishikawa/.anthy/imported_words_default.d/ibus__ibus_symbol - 
/usr/share/ibus-anthy/dicts/symbol.t

  But the file /usr/share/ibus-anthy/dicts/symbol.t is not shipped. It
  is data/symbol.t, so ibus-anthy.deb package should provide this file
  (as /usr/share/ibus-anthy/dicts/symbol.t)

  This problem caused by Makefile.in patch in
  ibus-anthy_1.2.0.20100313-1.diff.gz. data/symbols.t is not installed
  because the patch is dropped data/ directory in SUBDIR parameter.

  I think ibus-anthy_1.2.0.20100313-1.diff.gz is broken. This patch
  seems to replace some new files (Makefile.in, aclocal.m4, configure,
  icons/Makefile.in, engine/Makefile.in, m4/Makefile.in) to old files.

-- 
ISHIKAWA Mutsumi
 ishik...@debian.org, ishik...@hanzubon.jp, ishik...@osdn.jp



ibus-anthy_fix_zipcode.t_path.diff
Description: Binary data
---End Message---
---BeginMessage---
Source: ibus-anthy
Source-Version: 1.2.0.20100313-2

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

ibus-anthy_1.2.0.20100313-2.debian.tar.gz
  to main/i/ibus-anthy/ibus-anthy_1.2.0.20100313-2.debian.tar.gz
ibus-anthy_1.2.0.20100313-2.dsc
  to main/i/ibus-anthy/ibus-anthy_1.2.0.20100313-2.dsc
ibus-anthy_1.2.0.20100313-2_amd64.deb
  to main/i/ibus-anthy/ibus-anthy_1.2.0.20100313-2_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 575...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LI Daobing lidaob...@debian.org (supplier of updated ibus-anthy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 18:39:23 +0800
Source: ibus-anthy
Binary: ibus-anthy
Architecture: source amd64
Version: 1.2.0.20100313-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-anthy - anthy engine for IBus
Closes: 575540
Changes: 
 ibus-anthy (1.2.0.20100313-2) unstable; urgency=low
 .
   * debian/source/format: 3.0.
   * Fix ibus-anthy fails to start with File exist error (Closes: #575540)
 - debian/patches/broken-link: also remove broken link in ~/.anthy
 - debian/patches/zipcode-t-dir: change the dir of zipcode.t
Checksums-Sha1: 
 7a5554d1ac520344a66e177c013e9b344bca7d9f 1318 ibus-anthy_1.2.0.20100313-2.dsc
 561dd015b02b87c4fabaf2477da1ce19329f72fa 3870 
ibus-anthy_1.2.0.20100313-2.debian.tar.gz
 96bd794793fc78c5d7f8576188bb7349ea14b83f 93384 
ibus-anthy_1.2.0.20100313-2_amd64.deb
Checksums-Sha256: 
 4c64aaa0c45709f19093aec194a371482062754c19b08f14ffe74226cdfda610 1318 
ibus-anthy_1.2.0.20100313-2.dsc
 8228870ccff3ce52732709bfe85d09ef42e87a32f8a0d582325a429a8efe6485 3870 

Bug#575540: marked as done (ibus-anthy fails to start with File exist error)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 11:04:00 +
with message-id e1o0yto-0003nz...@ries.debian.org
and subject line Bug#575540: fixed in ibus-anthy 1.2.0.20100313-2
has caused the Debian Bug report #575540,
regarding ibus-anthy fails to start with File exist error
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
575540: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575540
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ibus-anthy
Version: 1.2.0.20100313-1
Severity: normal
Tags: sid

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

Since last upgrade to 1.2.0.20100313-1 I'm unable to use ibus-anthy
anymore. Downgrading to the previous version solves the issue.

$ ibus-daemon -v

RELOADED
(anthyprefs.pyc) ibus-anthy-WARNING **: The key (behivior_on_focus_out)
will be removed in the future. Currently the key (behavior_on_focus_out)
is used instead. The ibus keys are defined in
/desktop/ibus/engine/anthy/common .
(anthyprefs.pyc) ibus-anthy-WARNING **: The key (behivior_on_period)
will be removed in the future. Currently the key (behavior_on_period) is
used instead. The ibus keys are defined in
/desktop/ibus/engine/anthy/common .
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.2, Error:
org.freedesktop.DBus.Error.Failed : Can not get value [panel-position]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-on_off]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-circle_input_mode]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-circle_kana_mode]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-latin_mode]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-wide_latin_mode]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-hiragana_mode]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-katakana_mode]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-half_katakana_mode]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-circle_typing_method]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-circle_dict_method]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-insert_space]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-insert_alternate_space]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-insert_half_space]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-insert_wide_space]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-backspace]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-delete]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-commit]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-convert]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-predict]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-cancel]
(ibus-daemon:9488): IBUS-DEBUG: From ::1.1 to :1.3, Error:
org.freedesktop.DBus.Error.Failed : Can not get value
[engine/anthy/shortcut/atok-cancel_all]

Bug#571518: zhone: FTBFS with Python 2.6 as default

2010-04-10 Thread Jakub Wilk

tags 571518 + patch
thanks

* Jakub Wilk jw...@debian.org, 2010-02-25, 19:41:

| dh build
|dh_testdir
|dh_auto_configure
|dh_auto_build
|dh_auto_test
|  /usr/bin/fakeroot debian/rules binary
| dh binary
|dh_testroot
|dh_prep
|dh_installdirs
|dh_auto_install
|dh_install
| cp: cannot stat `debian/tmp/usr/bin': No such file or directory
| dh_install: cp -a debian/tmp/usr/bin debian/zhone//usr/ returned exit code 1


This is my proposal how to fix this bug:

1. Drop XS-Python-Version: 2.5. It was added only to work around 
debhelper bug (#547510), which is now fixed.
2. Add build dependency on python-all-dev; this is required to work 
around cython bug (#577143). As a result, Python extensions will be 
built for all supported Python versions.


--
Jakub Wilk


signature.asc
Description: Digital signature


Processed: Re: Bug#571518: zhone: FTBFS with Python 2.6 as default

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 571518 + patch
Bug #571518 [src:zhone] zhone: FTBFS with Python 2.6 as default
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576636: marked as done (ibus-table-cantonese: Conflicts to ibus-table-cantonhk)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 11:23:05 +
with message-id e1o0ymh-0005dj...@ries.debian.org
and subject line Bug#576636: fixed in ibus-table-cantonese 1.2.0.20100305-2
has caused the Debian Bug report #576636,
regarding ibus-table-cantonese: Conflicts to ibus-table-cantonhk
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
576636: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576636
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ibus-table-cantonese
Version: 1.2.0.20100305-1
Justification: Policy 2.5
Severity: serious

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

Hi Daobing,

Today I upgrade ibus-table-cantonese from 1.2.0.20090824-1 - 1.2.0.20100305-1.
It shows that there are conflicts files to ibus-table-cantonhk.
For example:
/usr/share/ibus-table/tables/cantonhk.db
/usr/share/ibus-table/icons/cantonhk.png

I'm not a Cantonese user. What's the difference between ibus-table-cantonese and
ibus-table-cantonhk? It seems that ibus-table-cantonese replaces 
ibus-table-cantonhk because
ibus-table-cantonese has more files? I'm not sure so this bug might be for 
ibus-table-cantonhk.
I report the bug here because for ibus-table-cantonhk using cantonhk.db and 
cantonhk.png seems more
proper with its package name.
So if ibus-table-cantonese doesn't replace ibus-table-cantonhk, could you 
rename the above files to
solve the confliction?

Many Thanks,
Paul

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

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ibus-table-cantonese depends on:
ii  ibus-table  1.2.0.20100111-1 table engine for IBus

ibus-table-cantonese recommends no packages.

ibus-table-cantonese suggests no packages.


-- 
PaulLiu(Ying-Chun Liu)
E-mail address: paul...@debian.org



signature.asc
Description: OpenPGP digital signature
---End Message---
---BeginMessage---
Source: ibus-table-cantonese
Source-Version: 1.2.0.20100305-2

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

ibus-table-cantonese_1.2.0.20100305-2.debian.tar.gz
  to 
main/i/ibus-table-cantonese/ibus-table-cantonese_1.2.0.20100305-2.debian.tar.gz
ibus-table-cantonese_1.2.0.20100305-2.dsc
  to main/i/ibus-table-cantonese/ibus-table-cantonese_1.2.0.20100305-2.dsc
ibus-table-cantonese_1.2.0.20100305-2_all.deb
  to main/i/ibus-table-cantonese/ibus-table-cantonese_1.2.0.20100305-2_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 576...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LI Daobing lidaob...@debian.org (supplier of updated ibus-table-cantonese 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 18:59:02 +0800
Source: ibus-table-cantonese
Binary: ibus-table-cantonese
Architecture: source all
Version: 1.2.0.20100305-2
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-table-cantonese - Cantonese input method based on table engine of ibus
Closes: 576636
Changes: 
 ibus-table-cantonese (1.2.0.20100305-2) unstable; urgency=low
 .
   * Fix Conflicts to ibus-table-cantonhk(Closes: #576636)
 - debian/control: conflict and replace ibus-table-cantonhk,
  ibus-table-jyutping.
 - debian/control: update description.
   * debian/source/format: 3.0.
Checksums-Sha1: 
 725fc9b7e1619a22641ff2d97e0bcf60ec754a25 1371 
ibus-table-cantonese_1.2.0.20100305-2.dsc
 3ad44df4f7e624efba3e312ccf020ff0a06e155a 2605 
ibus-table-cantonese_1.2.0.20100305-2.debian.tar.gz
 6184f8b672ad0e7efb122e2af7f51be3f66bf2e5 881980 
ibus-table-cantonese_1.2.0.20100305-2_all.deb
Checksums-Sha256: 
 d990af78508ecfdac165cff66beb056af5cb74970cbb6cc9965a2e3f5924 1371 
ibus-table-cantonese_1.2.0.20100305-2.dsc
 20ad2148275fb51b6ce648c8b53462340b6a390c24d72e8f5a36d39347274713 2605 

Bug#533969: marked as done (freeplayer: FTBFS: File 'license.ui' is not valid)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 11:20:36 +
with message-id e1o0yjs-0005qc...@ries.debian.org
and subject line Bug#533969: fixed in freeplayer 20070531+dfsg.1-2
has caused the Debian Bug report #533969,
regarding freeplayer: FTBFS: File 'license.ui' is not valid
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533969: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533969
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: freeplayer
Version: 20070531+dfsg.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[2]: Entering directory 
 `/build/user-freeplayer_20070531+dfsg.1-1-amd64-itGBRb/freeplayer-20070531+dfsg.1/fbx-playlist-1.1'
 /usr/bin/uic-qt4 about.ui -o .ui/ui_about.h
 /usr/bin/uic-qt4 help.ui -o .ui/ui_help.h
 /usr/bin/uic-qt4 license.ui -o .ui/ui_license.h
 uic: Error in line 45, column 13623 : Unexpected ''.
 File 'license.ui' is not valid
 make[2]: *** [.ui/ui_license.h] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/06/20/freeplayer_20070531+dfsg.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: freeplayer
Source-Version: 20070531+dfsg.1-2

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

fbx-playlist_20070531+dfsg.1-2_amd64.deb
  to main/f/freeplayer/fbx-playlist_20070531+dfsg.1-2_amd64.deb
freeplayer_20070531+dfsg.1-2.debian.tar.gz
  to main/f/freeplayer/freeplayer_20070531+dfsg.1-2.debian.tar.gz
freeplayer_20070531+dfsg.1-2.dsc
  to main/f/freeplayer/freeplayer_20070531+dfsg.1-2.dsc
freeplayer_20070531+dfsg.1-2_all.deb
  to main/f/freeplayer/freeplayer_20070531+dfsg.1-2_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 533...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Danjean vdanj...@debian.org (supplier of updated freeplayer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Apr 2010 12:57:26 +0200
Source: freeplayer
Binary: freeplayer fbx-playlist
Architecture: all amd64 source
Version: 20070531+dfsg.1-2
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean vdanj...@debian.org
Changed-By: Vincent Danjean vdanj...@debian.org
Closes: 460877 533409 533969
Description: 
 fbx-playlist - graphical editor for FreeBox playlist
 freeplayer - wrapper around vlc for French ADSL FreeBox
Changes: 
 freeplayer (20070531+dfsg.1-2) unstable; urgency=low
 .
   [ Nobuhiro Iwamatsu ]
   * Update Makefile and add debian/patches/freeplayer_ftbfs.diff.
 (Closes: #533969)
 .
   [ Vincent Danjean ]
   * Bump Standard-Version
   * Convert to dh7, quilt and 3.0 (quilt) source format
   * Force encoding into MPEG-1 instead of MPEG-2 (see #440216 and #440508)
 and document it in README.Debian
   * Fix command line options to vlc (Closes: #533409)
   * Add symlink freeplayer for vlc-fbx (Closes: #460877)
Checksums-Sha1: 
 3879fb1b2d1697d4aaf01441fc46574a5704c199 1812 freeplayer_20070531+dfsg.1-2.dsc
 d710c9e48c4e084e5173381bd03626d0fd80f9dd 27540 
freeplayer_20070531+dfsg.1-2.debian.tar.gz
 24df507d28867bb1e22f6a35824a44fca8aaa70a 21882 
freeplayer_20070531+dfsg.1-2_all.deb
 9372932a9213631364b62d68aa897beea59fbe21 108572 
fbx-playlist_20070531+dfsg.1-2_amd64.deb
Checksums-Sha256: 
 3ed9cfc5cf259542def822ea0f2108d72aeb31dd565bfd81a9ef9f3744123896 1812 
freeplayer_20070531+dfsg.1-2.dsc
 9c8b05f09df4e9b5228b6bf857168ee1898c8fffb4e72e9a59d27b834622d00b 27540 
freeplayer_20070531+dfsg.1-2.debian.tar.gz
 

Processed: severity of 577185 is important ...

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 577185 important
Bug #577185 [libgl1-mesa-dri] libgl1-mesa-dri: X.org crashes reproducably when 
mouse hovers over last opened file menu entry in KWrite
Severity set to 'important' from 'critical'

 forwarded 577185 https://bugs.freedesktop.org/show_bug.cgi?id=27416
Bug #577185 [libgl1-mesa-dri] libgl1-mesa-dri: X.org crashes reproducably when 
mouse hovers over last opened file menu entry in KWrite
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=27416'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#440508: #440508: freeplayer fails with Cannot find encoder MPEG-2 Video error

2010-04-10 Thread Vincent Danjean
severity 440508 normal
thank

  Hi,

  I'm downgrading the severity of this bug as I just applied and uploded
the patch to use MPEG-1 instead of MPEG-2

  Regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial packages: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: #440508: freeplayer fails with Cannot find encoder MPEG-2 Video error

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 440508 normal
Bug #440508 [freeplayer] freeplayer fails with Cannot find encoder MPEG-2 
Video error
Severity set to 'normal' from 'grave'

 thank
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576308: Patch

2010-04-10 Thread Sebastien Delafond
The aforementioned exploit does not yield a shell when run against
0.8.0, but it does crash the daemon:

  ~ # gdb -q
  (gdb) att 17168
  Attaching to process 17168
  Reading symbols from /usr/bin/opendchub...(no debugging symbols found)...done.
  Reading symbols from /usr/lib/libperl.so.5.10...(no debugging symbols 
found)...done.
  Loaded symbols for /usr/lib/libperl.so.5.10
  Reading symbols from /lib/libdl.so.2...(no debugging symbols found)...done.
  Loaded symbols for /lib/libdl.so.2
  Reading symbols from /lib/libm.so.6...(no debugging symbols found)...done.
  Loaded symbols for /lib/libm.so.6
  Reading symbols from /lib/libpthread.so.0...(no debugging symbols 
found)...done.
  [Thread debugging using libthread_db enabled]
  Loaded symbols for /lib/libpthread.so.0
  Reading symbols from /lib/libc.so.6...(no debugging symbols found)...done.
  Loaded symbols for /lib/libc.so.6
  Reading symbols from /lib/libcrypt.so.1...(no debugging symbols found)...done.
  Loaded symbols for /lib/libcrypt.so.1
  Reading symbols from /lib/libcap.so.2...(no debugging symbols found)...done.
  Loaded symbols for /lib/libcap.so.2
  Reading symbols from /lib/libnsl.so.1...(no debugging symbols found)...done.
  Loaded symbols for /lib/libnsl.so.1
  Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done.
  Loaded symbols for /lib/ld-linux.so.2
  Reading symbols from /lib/libattr.so.1...(no debugging symbols found)...done.
  Loaded symbols for /lib/libattr.so.1
  Reading symbols from /lib/libnss_compat.so.2...(no debugging symbols 
found)...done.
  Loaded symbols for /lib/libnss_compat.so.2
  Reading symbols from /lib/libnss_nis.so.2...(no debugging symbols 
found)...done.
  Loaded symbols for /lib/libnss_nis.so.2
  Reading symbols from /lib/libnss_files.so.2...(no debugging symbols 
found)...done.
  Loaded symbols for /lib/libnss_files.so.2
  (no debugging symbols found)
  0xb7657b06 in poll () from /lib/libc.so.6
  (gdb) c
  Continuing.

  Program received signal SIGPIPE, Broken pipe.
  0xb76e9f5c in send () from /lib/libpthread.so.0
  (gdb)

The attached patch, courtesy of Moritz Muehlenhoff, does fix the
problem.

Cheers,

--Seb
diff -Naur opendchub-0.8.1/src/commands.c opendchub-0.8.2/src/commands.c
--- opendchub-0.8.1/src/commands.c	2010-01-02 12:21:20.0 +0100
+++ opendchub-0.8.2/src/commands.c	2010-04-08 11:36:24.0 +0200
@@ -1123,7 +1123,7 @@
 			break;
 	}
 	
-	sscanf(buf+i-1, %[^S]S:%d, discard, user_slots);
+	sscanf(buf+i-1, %*[^S]S:%d,  user_slots);
 	if(user_slots  min_upload_slots)
  	  {
 	uprintf(user, Your upload slots are less than the allowed limit. Minimum upload slots for this hub is %d. Please increase your upload slots.|, min_upload_slots);


Bug#575076: grub-update stopped working after upgrade to grub-pc_1.98-1_amd64.deb (md device)

2010-04-10 Thread Ramūnas Vabolis
Hello again, 
Sorry if I ommited too much and for top-replying.

-Original Message-
From: Vladimir 'φ-coder/phcoder' Serbinenko [mailto:phco...@gmail.com] 
Sent: Friday, April 09, 2010 7:15 PM
To: Ramunas Vabolis; 575...@bugs.debian.org
Subject: Re: Bug#575076: grub-update stopped working after upgrade to 
grub-pc_1.98-1_amd64.deb (md device)

Ramunas Vabolis wrote:
 Package: grub-pc
 Version: 1.98-1
 Severity: grave
 Justification: renders package unusable

 After debian squeeze dist-upgrade one of the updated packages was grub:
 Preparing to replace grub-pc 1.98~20100115-1 (using 
 .../grub-pc_1.98-1_amd64.deb) ...
 Unpacking replacement grub-pc ...
   
Are you sure you don't have an old version of grub-common or something from 
grub in /usr/local? This problem was noticed before and fixed in 1.98


The problem is/was with incorrect info on /boot/grub/device.map (automatically 
included in bug report).
The real /boot/grub/device.map was not 
 *** BEGIN /boot/grub/device.map
 (hd0) /dev/sda
 *** END /boot/grub/device.map

But 
(hd0)   /dev/sda
(hd1)   /dev/sdb

And the disks themselves are:
fdisk -l

Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x339be235

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1 122  979933+  82  Linux swap / Solaris
/dev/sda2   * 1231338 9767520   83  Linux

Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00028d88

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   *   11216 9767488+  fd  Linux raid autodetect
/dev/sdb212172432 9767520   fd  Linux raid autodetect
/dev/sdb324332918 3903795   fd  Linux raid autodetect


I was playing with boot device priority (two disks with different 
configurations, disk sda was a backup settings, sdb was a testing configuration 
for software raid. After everyting ironed out I was gonna make those disks as 
software mirrors. 

Now before this upgrade everything worked. After this it stopped. And 
update-grub only finished when I removed (hd0)   /dev/sda line from 
device.map. 


Processed: bug 577131 is forwarded to http://savannah.gnu.org/bugs/?29511

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 577131 http://savannah.gnu.org/bugs/?29511
Bug #577131 [src:findutils] findutils: FTBFS on kfreebsd: RLIM_SAVED_* 
undeclared
Set Bug forwarded-to-address to 'http://savannah.gnu.org/bugs/?29511'.

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 572525

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # doesn't apply to lenny
 tags 572525 + squeeze sid
Bug #572525 {Done: Pietro Ferrari pie...@riseup.net} [php-apc] completely 
unusable with php 5.3
Ignoring request to alter tags of bug #572525 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577210: tries to write FASL in wrong directory

2010-04-10 Thread Pierre THIERRY
Package: common-lisp-controller
Version: 7.1
Severity: grave

Although I'm not user with UID 0, CLC tries to write in
/var/cache/c-l-c/0, which is owned by root:

--8---8---
pie...@pape:~$ id
uid=1000(pierre) gid=1000(pierre) 
groupes=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev),108(netdev),114(fuse),119(kvm),1000(pierre)
pie...@pape:~$ sbcl --eval (asdf:oos 'asdf:load-op :cl-utilities)
This is SBCL 1.0.34.0.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at http://www.sbcl.org/.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
; loading system definition from
; /usr/share/common-lisp/systems/cl-utilities.asd into #PACKAGE ASDF0
; registering #SYSTEM CL-UTILITIES {10034BABD1} as CL-UTILITIES

debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #THREAD
   initial thread 
RUNNING
   {10031FB1C1}:
  can't create directory /var/cache/common-lisp-controller/0/SBCL/

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [RETRY  ] Retry directory creation.
  1: [CONTINUE   ] Continue as if directory creation was successful.
  2: [TRY-RECOMPILING] Try recompiling package
  3: [RETRY  ] Retry performing #ASDF:COMPILE-OP NIL {1003A8B811} on
   #ASDF:CL-SOURCE-FILE package {10034C9341}.
  4: [ACCEPT ] Continue, treating #ASDF:COMPILE-OP NIL {1003A8B811}
   on #ASDF:CL-SOURCE-FILE package {10034C9341} as
   having been successful.
  5:   Ignore runtime option --eval (asdf:oos 'asdf:load-op 
:cl-utilities).
  6: [ABORT  ] Skip rest of --eval and --load options.
  7:   Skip to toplevel READ/EVAL/PRINT loop.
  8: [QUIT   ] Quit SBCL (calling #'QUIT, killing the process).

(ENSURE-DIRECTORIES-EXIST
 
#P/var/cache/common-lisp-controller/0/SBCL/usr/share/common-lisp/source/cl-utilities/package.fasl)[:EXTERNAL]
0] ;
; compilation unit aborted
;   caught 1 fatal ERROR condition
* pie...@pape:~$
--8---8---

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (600, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages common-lisp-controller depends on:
ii  adduser   3.112  add and remove users and groups
ii  bash  4.1-2  The GNU Bourne Again SHell
ii  cl-asdf   2:1.627-1  Another System Definition Facility
ii  debconf [debconf-2.0] 1.5.30 Debian configuration management sy
ii  debianutils   3.2.2  Miscellaneous utilities specific t
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 
ii  realpath  1.15   Return the canonicalized absolute 

common-lisp-controller recommends no packages.

Versions of packages common-lisp-controller suggests:
ii  sbcl1:1.0.34.0-1 A Common Lisp compiler and develop

-- debconf information:
  common-lisp-controller/short-site-name: Inconnu
  common-lisp-controller/long-site-name: Nom de site indéfini



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: block 576603 with 576678

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 576603 with 576678
Bug #576603 [initramfs-tools] stay in sid to settle dust
Was blocked by: 576677 576700 576488 576654 576641
Added blocking bug(s) of 576603: 576678
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577217: speech-dispatcher locks main audio pcm preventing other apps to use sound

2010-04-10 Thread Eric Valette
Package: speech-dispatcher
Version: 0.6.7-8
Severity: critical
Tags: sid
Justification: breaks unrelated software

mplayer foo.mp3 
MPlayer SVN-r31026 (C) 2000-2010 MPlayer Team


[AO_ALSA] alsa-lib: pcm_hw.c:1293:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p 
failed: Device or resource busy
[AO_ALSA] Playback open error: Device or resource busy
Failed to initialize audio driver 'alsa'
Could not open/initialize audio device - no sound.
Audio: no sound
Video: no video


Exiting... (End of file)

lsof | grep snd
sd_espeak 1773 speech-dispatcher  mem   CHR  116,6 260 
/dev/snd/pcmC0D0p
sd_espeak 1773 speech-dispatcher  mem   REG8,5   403812  34213 
/usr/lib/libsndfile.so.1.0.21
sd_espeak 1773 speech-dispatcher8r  CHR  116,2  0t0   1413 
/dev/snd/timer
sd_espeak 1773 speech-dispatcher9u  CHR  116,6  0t0260 
/dev/snd/pcmC0D0p
sd_espeak 1773 speech-dispatcher   10u  CHR 116,10  0t0423 
/dev/snd/controlC0
sd_dummy  1780 speech-dispatcher  mem   REG8,5   403812  34213 
/usr/lib/libsndfile.so.1.0.21
timidity  1906  timidity6u  CHR  116,3  0t0   1398 
/dev/snd/seq

/etc/init.d/speech-dispatcher stop

and after that mplayer works (and tv and xbmc, ...)

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

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

Versions of packages speech-dispatcher depends on:
ii  adduser   3.112  add and remove users and groups
ii  dpkg  1.15.6.1   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libasound21.0.22-2   shared library for ALSA applicatio
ii  libaudio2 1.9.2-3Network Audio System - shared libr
ii  libc6 2.11-0exp6 Embedded GNU C Library: Shared lib
ii  libdotconf1.0 1.0.13-3   Configuration file parser library 
ii  libespeak11.43-1 A multi-lingual software speech sy
ii  libflite1 1.4-release-1  a small run-time speech synthesis 
ii  libglib2.0-0  2.24.0-1   The GLib library of C routines
ii  libpulse0 0.9.21-1.2+b1  PulseAudio client libraries
ii  libspeechd2   0.6.7-8Speech Dispatcher: Shared librarie
pi  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

speech-dispatcher recommends no packages.

Versions of packages speech-dispatcher suggests:
pn  speech-dispatcher-doc-cs  none (no description available)
pn  speech-dispatcher-festivalnone (no description available)

-- no debconf information





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 576308

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 576308 + confirmed patch
Bug #576308 [opendchub] OpenDcHub 0.8.1 Remote Code Execution Exploit
Added tag(s) confirmed and patch.

End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576339: libgnutls26: impacts telepathy-gabble 0.9.8-1 ssl / tls connections

2010-04-10 Thread andy
Package: libgnutls26
Version: 2.9.9-1
Severity: normal

i had also noticed problems in empathy with ssl  tls connections
after upgrading to telepathy-gabble 0.9.8-1.  after downgrading
these issues went away.

sounds like it might already be at least partially diagnosed, but
if it's helpful there is some additional information in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548280#37

thank you!


-- System Information:
Debian Release: squeeze/sid
  APT prefers experimental
  APT policy: (999, 'experimental'), (990, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (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/dash

Versions of packages libgnutls26 depends on:
ii  libc6   2.11-0exp6   Embedded GNU C Library: Shared lib
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libgpg-error0   1.6-1library for common error values an
ii  libtasn1-3  2.5-1Manage ASN.1 structures (runtime)
ii  zlib1g  1:1.2.3.5.dfsg-1 compression library - runtime

libgnutls26 recommends no packages.

Versions of packages libgnutls26 suggests:
ii  gnutls-bin2.8.6-1the GNU TLS library - commandline 

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577210: tries to write FASL in wrong directory

2010-04-10 Thread Faré
Oh, I think I know: the image is dumped without having run
(asdf:clear-output-translations) and (asdf:clear-source-registry). Oops.
Workaround: run (asdf:initialize-output-translations) in your Lisp at
the beginning,
or re-dump an image with the clear-* at the end of
common-lisp-controller:init-common-lisp-controller-v4 and/or in a new
function called by every dump script *after* the user-code in
lisp-config.lisp, because that file might be using ASDF.

While we're at it, there are other embarrassing small bugs in ASDF
1.627 (such as the failure to directorify $SBCL_HOME) that make me
recommend upgrading to 1.673 for the next C-L-C.

[ François-René ÐVB Rideau | ReflectionCybernethics | http://fare.tunes.org ]
There is no reason ever to have the same thought twice,
unless you like having that thought — David Allen, Getting Things Done




On 10 April 2010 14:38, Pierre THIERRY nowhere@levallois.eu.org wrote:
 Package: common-lisp-controller
 Version: 7.1
 Severity: grave

 Although I'm not user with UID 0, CLC tries to write in
 /var/cache/c-l-c/0, which is owned by root:

 --8---8---
 pie...@pape:~$ id
 uid=1000(pierre) gid=1000(pierre) 
 groupes=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev),108(netdev),114(fuse),119(kvm),1000(pierre)
 pie...@pape:~$ sbcl --eval (asdf:oos 'asdf:load-op :cl-utilities)
 This is SBCL 1.0.34.0.debian, an implementation of ANSI Common Lisp.
 More information about SBCL is available at http://www.sbcl.org/.

 SBCL is free software, provided as is, with absolutely no warranty.
 It is mostly in the public domain; some portions are provided under
 BSD-style licenses.  See the CREDITS and COPYING files in the
 distribution for more information.
 ; loading system definition from
 ; /usr/share/common-lisp/systems/cl-utilities.asd into #PACKAGE ASDF0
 ; registering #SYSTEM CL-UTILITIES {10034BABD1} as CL-UTILITIES

 debugger invoked on a SB-INT:SIMPLE-FILE-ERROR in thread #THREAD
                                                           initial thread 
 RUNNING
                                                           {10031FB1C1}:
  can't create directory /var/cache/common-lisp-controller/0/SBCL/

 Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

 restarts (invokable by number or by possibly-abbreviated name):
  0: [RETRY          ] Retry directory creation.
  1: [CONTINUE       ] Continue as if directory creation was successful.
  2: [TRY-RECOMPILING] Try recompiling package
  3: [RETRY          ] Retry performing #ASDF:COMPILE-OP NIL {1003A8B811} on
                       #ASDF:CL-SOURCE-FILE package {10034C9341}.
  4: [ACCEPT         ] Continue, treating #ASDF:COMPILE-OP NIL {1003A8B811}
                       on #ASDF:CL-SOURCE-FILE package {10034C9341} as
                       having been successful.
  5:                   Ignore runtime option --eval (asdf:oos 'asdf:load-op 
 :cl-utilities).
  6: [ABORT          ] Skip rest of --eval and --load options.
  7:                   Skip to toplevel READ/EVAL/PRINT loop.
  8: [QUIT           ] Quit SBCL (calling #'QUIT, killing the process).

 (ENSURE-DIRECTORIES-EXIST
  #P/var/cache/common-lisp-controller/0/SBCL/usr/share/common-lisp/source/cl-utilities/package.fasl)[:EXTERNAL]
 0] ;
 ; compilation unit aborted
 ;   caught 1 fatal ERROR condition
 * pie...@pape:~$
 --8---8---

 -- System Information:
 Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (600, 'unstable'), (1, 
 'experimental')
 Architecture: amd64 (x86_64)

 Kernel: Linux 2.6.32-trunk-amd64 (SMP w/4 CPU cores)
 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 Versions of packages common-lisp-controller depends on:
 ii  adduser                       3.112      add and remove users and groups
 ii  bash                          4.1-2      The GNU Bourne Again SHell
 ii  cl-asdf                       2:1.627-1  Another System Definition 
 Facility
 ii  debconf [debconf-2.0]         1.5.30     Debian configuration management 
 sy
 ii  debianutils                   3.2.2      Miscellaneous utilities specific 
 t
 ii  perl                          5.10.1-11  Larry Wall's Practical Extraction
 ii  realpath                      1.15       Return the canonicalized absolute

 common-lisp-controller recommends no packages.

 Versions of packages common-lisp-controller suggests:
 ii  sbcl                        1:1.0.34.0-1 A Common Lisp compiler and 
 develop

 -- debconf information:
  common-lisp-controller/short-site-name: Inconnu
  common-lisp-controller/long-site-name: Nom de site indéfini



 ___
 pkg-common-lisp-devel mailing list
 pkg-common-lisp-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel




--
To 

Bug#577232: freeplayer: FTBFS: install: cannot create regular file `debian/freeplayer/usr/bin/fbx-playlist-cmd'

2010-04-10 Thread Cyril Brulebois
Source: freeplayer
Version: 20070531+dfsg.1-2
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS everywhere with:
| make[1]: Entering directory 
`/build/buildd-freeplayer_20070531+dfsg.1-2-hppa-BFhtCy/freeplayer-20070531+dfsg.1'
| : # Install binary without suffix
| install -m 755 \
|   bin/fbx-playlist.pl \
|   debian/freeplayer/usr/bin/fbx-playlist-cmd
| install: cannot create regular file 
`debian/freeplayer/usr/bin/fbx-playlist-cmd': No such file or directory
| make[1]: *** [override_dh_auto_install] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=freeplayer

Mraw,
KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: r1245 - openldap/trunk/debian

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 561144 pending
Bug #561144 [ldap-utils] Update ldap to 2.4.20
Added tag(s) pending.
 tags 553432 pending
Bug #553432 {Done: Giuseppe Iuculano iucul...@debian.org} [openldap] 
CVE-2009-3767: Doesn't properly handle NULL character in subject Common Name
Added tag(s) pending.
 tags 553432 pending
Bug #553432 {Done: Giuseppe Iuculano iucul...@debian.org} [openldap] 
CVE-2009-3767: Doesn't properly handle NULL character in subject Common Name
Ignoring request to alter tags of bug #553432 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577234: readline6: FTBFS on kfreebsd: undefined reference to `Panic'

2010-04-10 Thread Cyril Brulebois
Source: readline6
Version: 6.1-2
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| make[1]: Entering directory 
`/build/buildd-readline6_6.1-2-kfreebsd-amd64-jBwucF/readline6-6.1/build/examples/rlfe'
| x86_64-kfreebsd-gnu-gcc -c -I. -I. -g -O2 rlfe.c
| x86_64-kfreebsd-gnu-gcc -c -I. -I. -g -O2 pty.c
| pty.c: In function 'OpenPTY':
| pty.c:259: warning: incompatible implicit declaration of built-in function 
'strcpy'
| pty.c:271: warning: assignment makes pointer from integer without a cast
| pty.c:279: warning: incompatible implicit declaration of built-in function 
'strncpy'
| x86_64-kfreebsd-gnu-gcc -g 
-L/build/buildd-readline6_6.1-2-kfreebsd-amd64-jBwucF/readline6-6.1/build/shlib 
-o rlfe rlfe.o pty.o -lreadline -lhistory -lcurses 
| pty.o: In function `InitPTY':
| 
/build/buildd-readline6_6.1-2-kfreebsd-amd64-jBwucF/readline6-6.1/build/examples/rlfe/pty.c:138:
 undefined reference to `Panic'
| 
/build/buildd-readline6_6.1-2-kfreebsd-amd64-jBwucF/readline6-6.1/build/examples/rlfe/pty.c:140:
 undefined reference to `Panic'
| collect2: ld returned 1 exit status

Full build logs:
  https://buildd.debian.org/status/package.php?p=readline6

Mraw,
KiBi.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562291: marked as done (dvi2dvi: FTBFS: types.h:66: error: expected specifier-qualifier-list before 'str_llist_type')

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 18:38:44 +
with message-id e1o0fzs-0006nm...@ries.debian.org
and subject line Bug#562291: fixed in dvi2dvi 2.0alpha-9.1
has caused the Debian Bug report #562291,
regarding dvi2dvi: FTBFS: types.h:66: error: expected specifier-qualifier-list 
before 'str_llist_type'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
562291: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562291
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: dvi2dvi
Version: 2.0alpha-9
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091213 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 gcc -O -DPOSIX -DSYSV -DANSI -I/usr/include -DKPATHSEA   -c -o bifont.o 
 bifont.c
 In file included from /usr/include/kpathsea/str-llist.h:26,
  from /usr/include/kpathsea/pathsearch.h:23,
  from bifont.c:11:
 /usr/include/kpathsea/types.h:66: error: expected specifier-qualifier-list 
 before 'str_llist_type'
 make[1]: *** [bifont.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/13/dvi2dvi_2.0alpha-9_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: dvi2dvi
Source-Version: 2.0alpha-9.1

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

dvi2dvi_2.0alpha-9.1.diff.gz
  to main/d/dvi2dvi/dvi2dvi_2.0alpha-9.1.diff.gz
dvi2dvi_2.0alpha-9.1.dsc
  to main/d/dvi2dvi/dvi2dvi_2.0alpha-9.1.dsc
dvi2dvi_2.0alpha-9.1_i386.deb
  to main/d/dvi2dvi/dvi2dvi_2.0alpha-9.1_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 562...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jari Aalto jari.aa...@cante.net (supplier of updated dvi2dvi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 26 Mar 2010 20:40:59 +0200
Source: dvi2dvi
Binary: dvi2dvi
Architecture: source i386
Version: 2.0alpha-9.1
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) mha...@debian.org
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 dvi2dvi- Tweak DVI files
Closes: 562291
Changes: 
 dvi2dvi (2.0alpha-9.1) unstable; urgency=low
 .
   [Jari Aalto]
   * Non-maintainer upload.
   * bifont.c, funcfont.c, kpse.c
 - Fix include error: expected specifier-qualifier-list
   before str_llist_type (RC bug FTBFS serious; Closes: #562291).
Checksums-Sha1: 
 c9f6d37cf57cdbec0bd567b641e2881dd1313151 999 dvi2dvi_2.0alpha-9.1.dsc
 a57a85ae2f68b4891494adfff0878b2c8a495231 6231 dvi2dvi_2.0alpha-9.1.diff.gz
 4bebba691696beeaf2bed7efca1a6be4320085f0 36294 dvi2dvi_2.0alpha-9.1_i386.deb
Checksums-Sha256: 
 e501fc68372467a8afbda6ef72625d2339ef0c09a7c220751a43d2b929f0cf8c 999 
dvi2dvi_2.0alpha-9.1.dsc
 78b3271684d0d1d584fe2969eecade24b27ffbfd8746d455e8ce5f4ec94f72ee 6231 
dvi2dvi_2.0alpha-9.1.diff.gz
 9050135510046bf935be9e0bf47d01dba84bd6e094a5fe339e5b88d06cd5963b 36294 
dvi2dvi_2.0alpha-9.1_i386.deb
Files: 
 5e39f5b069ebe3f633dbc8e00b69d61d 999 tex optional dvi2dvi_2.0alpha-9.1.dsc
 6b0647c4acd2322ac10a657520f55948 6231 tex optional dvi2dvi_2.0alpha-9.1.diff.gz
 9665412df8847006be5637ded0d28a9b 36294 tex optional 
dvi2dvi_2.0alpha-9.1_i386.deb

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

iEYEARECAAYFAkuuytMACgkQpdwBkPlyvgPwJQCeMh9Nasc/eZExv6Yw4TaazwTf
tCsAn1VLzMYS+y4R9LwKs8ZLNJzHdwMN
=IdNP
-END PGP SIGNATURE-


---End Message---


Bug#577078: googleearth-package: generally very buggy, useless on amd64

2010-04-10 Thread Adnan Hodzic
Bernd,

What exactly seems to be a problem? I'm maintaining this package on
amd64 architecture and everything seems to be working fine.


Adnan

On 04/09/2010 01:50 PM, Bernd Zeimetz wrote:
 Package: googleearth-package
 Version: 0.5.7
 Severity: serious
 
 As the produced packages are not usable on amd64 and the package
 seems to be buggy in general, I'm filing this as RC bug as I don't
 think it should be part of the next release in the current state.
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.33-think (SMP w/2 CPU cores; PREEMPT)
 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 googleearth-package depends on:
 ii  bzip2 1.0.5-4high-quality block-sorting file 
 co
 ii  curl  7.20.0-2   Get a file from an HTTP, HTTPS 
 or 
 ii  dpkg-dev  1.15.5.6   Debian package development tools
 ii  fakeroot  1.14.4-1   Gives a fake root environment
 ii  file  5.04-1 Determines file type using 
 magic
 ii  wget  1.12-1.1   retrieves files from the web
 ii  x11-common1:7.5+5X Window System (X.Org) 
 infrastruc
 ii  x11-utils 7.5+3  X11 utilities
 
 googleearth-package recommends no packages.
 
 googleearth-package suggests no packages.
 
 -- no debconf information
 
 




signature.asc
Description: OpenPGP digital signature


Processed: forcibly merging 577185 577248

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 577185 577248
Bug#577185: libgl1-mesa-dri: X.org crashes reproducably when mouse hovers over 
last opened file menu entry in KWrite
Bug#577248: libgl1-mesa-dri: X.org crashes reproducably when mouse hovers over 
last opened file menu entry in KWrite
Forcibly Merged 577185 577248.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577060: FTBS due to MPI related problem.

2010-04-10 Thread Steve M. Robbins
tags 577060 + help unreproducible moreinfo
thanks

Hi,

I just built minc in a clean sid chroot (using pbuilder) and found
no problem on my and64 system.


On Fri, Apr 09, 2010 at 11:29:48AM +0200, Francesco P. Lovergine wrote:

 make[3]: Entering directory `/tmp/buildd/minc-2.0.18'
 /bin/bash ./libtool --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. 
 -I./libsrc -I./volume_io/Include -I./volume_io/Include -I./progs/Proglib 
 -I./conversion/Acr_nema -I./libsrc2-I/usr/include/mpi -c -o 
 libsrc/ParseArgv.lo libsrc/ParseArgv.c
 libtool: compile:  cc -DHAVE_CONFIG_H -I. -I./libsrc -I./volume_io/Include 
 -I./volume_io/Include -I./progs/Proglib -I./conversion/Acr_nema -I./libsrc2 
 -I/usr/include/mpi -c libsrc/ParseArgv.c  -fPIC -DPIC -o 
 libsrc/.libs/ParseArgv.o
 In file included from /usr/include/H5public.h:57,
  from /usr/include/hdf5.h:24,
  from libsrc/minc.h:588,
  from libsrc/minc_private.h:84,
  from libsrc/ParseArgv.c:23:
 /usr/include/mpi/mpi.h:221: error: expected identifier or '(' before 'int'
 /usr/include/mpi/mpi.h:228: error: expected identifier or '(' before 'int'

I need some help:

1) What version of hdf5 are you using?  I'm using libhdf5-opennmpi-dev
   (1.8.4-patch1-1).

2) What version of MPI?  I'm using libopenmpi-dev (1.4.1-3).

3) line 221 of mpi.h doesn't have 'int'; here it reads:
   typedef struct ompi_communicator_t *MPI_Comm;

4) line 228 of mpi.h doesn't have 'int'; here it reads:
   typedef struct ompi_info_t *MPI_Info;

Regards,
-Steve


signature.asc
Description: Digital signature


Processed: Re: Bug#577060: FTBS due to MPI related problem.

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 577060 + help unreproducible moreinfo
Bug #577060 [minc] FTBS due to MPI related problem.
Added tag(s) unreproducible, help, and moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576270: python module not installed correctly

2010-04-10 Thread Matthias Klose

tag 576270 + unreproducible
thanks

Failed to reproduce this:

 - installing the 0.86 packages from testing and upgrading
   to unstable works.
 - installing the 0.88 packages from testing and upgrading
   to unstable works.
 - installing the 0.86 packages from testing and installing
   the 0.88 in unstable works.

Almost wrote same problem because the symptom matches, but the reason
is different. The Python files from sugar-toolkit are there, but
__init__.py is missing so the sugar package isn't recognized:

I could imagine this happens when a conflict in the python-sugar-0.xx packages 
was missing such that the new version was unpacked before the old one was 
removed. but looking at the current packages in testing and unstable, the 
conflicts are ok. would it be possible that a conflict was missing in the past 
for one upload?


 r...@xo15-minimal:~# dpkg -S /usr/share/pyshared/sugar/__init__.py
 python-sugar-0.88: /usr/share/pyshared/sugar/__init__.py

 The problem probably is two packages (python-sugar-0.88 and
 python-sugar-toolkit-0.88) sharing the same namespace (package sugar).

right, but python-sugar-toolkit depends on python-sugar and the __init__.py is 
correctly installed in the python-sugar package. I don't see any problem with 
this. Or did some version of an python-sugar-toolkit package ship the 
__init__.py file?


 I've filed a ticket [1] upstream to avoid this issue for future
 releases

I don't think this is an upstream problem.

This could be either a bug in python-central, or a missing conflict in some 
earlier version of the sugar packages.


I'd suggest to build with (env var) DH_PYCENTRAL=include-links; the packages are 
arch dependent anyway, and you avoid the symlinking at install time.


  Matthias



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: python module not installed correctly

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 576270 + unreproducible
Bug #576270 [python-central] python-sugar-toolkit-0.88: python module not 
installed correctly
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: severity of 573875 is important

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # lowering the severity because it works with openjdk
 severity 573875 important
Bug #573875 [freemind] freemind crashes on startup
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#555498: Bug #555498: antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break

2010-04-10 Thread Torsten Werner
reassign 555498 gpc
thanks

Hi,

On Sun, Jan 24, 2010 at 5:24 PM, Torsten Werner
mail.twer...@googlemail.com wrote:
 The build does not fail after setting $LC_CTYPE to some valid UTF-8
 locale. But I am not sure who has to be blamed for that.

may you try setting LC_CTYPE for building gpt, please?

Thanks,
Torsten



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#555498: Bug #555498: antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 555498 gpc
Bug #555498 [antlr] antlr depends on default-jre-headless and something between 
lenny and squeeze makes gpt break
Bug reassigned from package 'antlr' to 'gpc'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: fixed 560044 in openjdk-6/6b18~pre4-1

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 560044 openjdk-6/6b18~pre4-1
Bug #560044 [sun-java6-jdk] net.ipv6.bindv6only=1 breaks java networking
Bug #562923 [sun-java6-jdk] net.ipv6.bindv6only=1 breaks java networking
Bug #576568 [sun-java6-jdk] scala: Unable to establish connection to 
compilation daemon
Bug Marked as fixed in versions openjdk-6/6b18~pre4-1.
Bug Marked as fixed in versions openjdk-6/6b18~pre4-1.
Bug Marked as fixed in versions openjdk-6/6b18~pre4-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: severity of 560044 is important

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # lowering severity because there is a workaround in the bug report
 severity 560044 important
Bug #560044 [sun-java6-jdk] net.ipv6.bindv6only=1 breaks java networking
Bug #562923 [sun-java6-jdk] net.ipv6.bindv6only=1 breaks java networking
Bug #576568 [sun-java6-jdk] scala: Unable to establish connection to 
compilation daemon
Severity set to 'important' from 'serious'

Severity set to 'important' from 'serious'

Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 569002 to openjdk-6, fixed 569002 in 6b18~pre4-1

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 569002 openjdk-6
Bug #569002 [libmysql-java] libmysql-java: Connection to OpenOffice.org failed
Bug reassigned from package 'libmysql-java' to 'openjdk-6'.
Bug No longer marked as found in versions mysql-connector-java/5.1.10+dfsg-2.
 fixed 569002 6b18~pre4-1
Bug #569002 [openjdk-6] libmysql-java: Connection to OpenOffice.org failed
There is no source info for the package 'openjdk-6' at version '6b18~pre4-1' 
with architecture ''
Unable to make a source version for version '6b18~pre4-1'
Bug Marked as fixed in versions 6b18~pre4-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: owner 576978

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 owner 576978 Onkar Shinde onkarshi...@ubuntu.com
Bug #576978 [src:libcommons-modeler-java] libcommons-modeler-java: FTBFS: Test 
failures
Owner recorded as Onkar Shinde onkarshi...@ubuntu.com.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572982: EPL + LGPL compatiblity?

2010-04-10 Thread Torsten Werner
Hi Pablo,

On Tue, Mar 9, 2010 at 1:15 PM, Charles Plessy ple...@debian.org wrote:
 It looks like Aelitis/Vuze is the copyright owner of most of the GPL'ed code,
 so the quickest way to solve the problem may be to ask them to add a license
 exception to allow combining their code with the co-distributed EPL and
 CPL-licensed sources. I hope others will correct me if I am wrong, but it 
 seems
 that the CPL does not forbid the program to be linked with works under other
 licenses, so exception is only needed on the GPL side.

is there any progress regarding the license exception...

 According to debian/copyright, this leaves two files to either replace or get
 relicensed by their authors:

and the relicensing?

Cheers,
Torsten



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#555498: Bug #555498: antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Should be gpt and not gpc
 reassign 555498 gpt
Bug #555498 [gpc] antlr depends on default-jre-headless and something between 
lenny and squeeze makes gpt break
Bug reassigned from package 'gpc' to 'gpt'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534586: planner: uses python2.6/site-packages with Python 2.6 as default

2010-04-10 Thread Jakub Wilk

tags 534586 + patch
thanks

* Jakub Wilk jw...@debian.org, 2010-02-25, 19:22:
When rebuilt in an environment with Python 2.6 as the default 
version, your binary package contained these files:


/usr/lib/python2.6/site-packages/plannerui.so


The culprit is: python-support (which would move modules into the right 
location) is not actually executed during the build. The attached patch 
fixes this bug.


--
Jakub Wilk
diff -Nru planner-0.14.4/debian/rules planner-0.14.4/debian/rules
--- planner-0.14.4/debian/rules	2010-02-19 19:40:44.0 +
+++ planner-0.14.4/debian/rules	2010-04-10 20:54:28.0 +
@@ -5,14 +5,11 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/class/python-module.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-update-mimedb --enable-python-plugin --bindir=\$${prefix}/bin
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=-Wl,-O1 -Wl,--as-needed
 
-binary-install/$(cdbs_curpkg)::
-	dh_pysupport -p$(cdbs_curpkg)
-	dh_python -p$(cdbs_curpkg)
-
 common-binary-post-install-arch common-binary-post-install-indep:: list-missing
 	rm -rf debian/planner/usr/share/gtk-doc
 	cp debian/planner.lintian debian/planner/usr/share/lintian/overrides/planner


signature.asc
Description: Digital signature


Processed: Re: Bug#534586: planner: uses python2.6/site-packages with Python 2.6 as default

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 534586 + patch
Bug #534586 [planner] planner: uses python2.6/site-packages with Python 2.6 as 
default
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576798: ghc6, no utf-8

2010-04-10 Thread Joachim Breitner
Hi Henry,

Am Donnerstag, den 08.04.2010, 11:33 +0200 schrieb henry atting:
 On Do, Apr 08 2010, Kari Pahula wrote:
  On Wed, Apr 07, 2010 at 04:31:07PM +0200, henry atting wrote:
  BTW, on the hledger website are some older builds to download  which are
  working fine.
 
  Could you please try narrowing down which was the last version that
  worked correctly for you?  It'd help if I had some simple test case
  for this.  It's something more subtle if putStrLn indeed outputs
  correct UTF-8.
 
 The version which works (downloaded as binary from
 http://hledger.org/binaries/) is: hledger-0.7 with vty
 
 The current version that does not work correctly (installed with `cabal
 install`) is: hledger-0.8 with vty
 
 If I use the simple ncurses ui the euro sign and umlauts are displayed
 correctly. (in both versions)

I assume that hledger-0.7 is built with ghc-6.10 and that you built 0.8
with ghc-6.12.

Without looking at the code, this is what happening most likely: The
hledger code did not actually change. In both instances in transforms
unicode characters into UTF8-encoded byte sequences (still represented
as [Char]), and prints them using putStrLn.

ghc-6.10 would print these byte-for-byte, and they turn up correctly on
your computer.

ghc-6.12 is smarter and transforms them to the local locale, in your
case, UTF8. The effect is what you see: double-encoded UTF8 strings.

So this is not a bug in ghc, but a bug in hledger that turned up due to
the (thankfully) more sensible behaviour in ghc.

You need to talk to the hledger maintainer if he already has code that
works with ghc-6.12.

Greetings,
Joachim
-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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


Bug#561414: FTBFS [hppa]: GC Warning

2010-04-10 Thread Matthias Klose

clone 561414 -1
reassign 561414 libmatthew-java
tag -1 + help
severity -1 important
thanks

please build the java docs only, if bulding the binary-indep packages in 
libmatthew-java.


debian-hppa, I'd like ask for some help with this, or with the openjdk-6 port 
for hppa. is anybody working on this?




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: FTBFS [hppa]: GC Warning

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 561414 -1
Bug#561414: FTBFS [hppa]: GC Warning
Bug 561414 cloned as bug 577258.

 reassign 561414 libmatthew-java
Bug #561414 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning
Bug reassigned from package 'gcj-4.4-jdk' to 'libmatthew-java'.
 tag -1 + help
Bug #577258 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning
Added tag(s) help.
 severity -1 important
Bug #577258 [gcj-4.4-jdk] FTBFS [hppa]: GC Warning
Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577232: freeplayer: FTBFS: install: cannot create regular file `debian/freeplayer/usr/bin/fbx-playlist-cmd'

2010-04-10 Thread Vincent Danjean
On 10/04/2010 18:00, Cyril Brulebois wrote:
 Source: freeplayer
 Version: 20070531+dfsg.1-2
 Severity: serious
 Justification: FTBFS
 
 Hi,
 
 your package FTBFS everywhere with:

Not everywhere as I built it in my sid sbuilder...
I will look at the log carefully to find the problem. I will also check
my sbuilder environment.

  Regards,
Vincent

 | make[1]: Entering directory 
 `/build/buildd-freeplayer_20070531+dfsg.1-2-hppa-BFhtCy/freeplayer-20070531+dfsg.1'
 | : # Install binary without suffix
 | install -m 755 \
 | bin/fbx-playlist.pl \
 | debian/freeplayer/usr/bin/fbx-playlist-cmd
 | install: cannot create regular file 
 `debian/freeplayer/usr/bin/fbx-playlist-cmd': No such file or directory
 | make[1]: *** [override_dh_auto_install] Error 1
 
 Full build logs:
   https://buildd.debian.org/status/package.php?p=freeplayer
 
 Mraw,
 KiBi.
 
 


-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial packages: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#534268: SVN::Web bug - configuration

2010-04-10 Thread Esteban Manchado Velázquez
Hi,

I'm not the package maintainer, just trying to help with RCs.

I can't really reproduce your bug, and I can't think of a way to trigger that 
problem. How are you configuring SVN::Web? Are you accessing directly through 
svnweb-server or are you configuring some independent web server like Apache? 
In any case, which URL are you visiting to trigger that error? Do you really 
have one or more SVN repositories inside /var/www/svn/repos, or is that path 
itself an SVN repository?

Also, about the FreeBSD port patches, I don't think they're relevant for this 
problem, and it seems they were applied in the next package revision (0.53-3) 
anyway (which I assume has the same problem?).

-- 
Esteban



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577232: freeplayer: FTBFS: install: cannot create regular file `debian/freeplayer/usr/bin/fbx-playlist-cmd'

2010-04-10 Thread Cyril Brulebois
Vincent Danjean vincent.danj...@ens-lyon.org (10/04/2010):
 Not everywhere as I built it in my sid sbuilder...

Make it “on every buildd it was tried on”? A bit longer…

 I will look at the log carefully to find the problem. I will also
 check my sbuilder environment.

Probably a trivial -b/-B issue.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#451191: usbview embarrassment

2010-04-10 Thread Greg KH
On Sat, Apr 10, 2010 at 03:00:38PM +0800, jida...@jidanni.org wrote:
 GK /sys/kernel/debug/usb/devices
 That doesn't work either. And also one can only paste it into the tiny
 window, not from the command line, and there is no mention about
 configuration files, or even the tiny window, on the man page.

Debian wrote the man page, and patches are always welcome and gladly
applied :)

thanks,

greg k-h



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: grep notfound 577095 2.6.3-2

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 package grep
Limiting to bugs with field 'package' containing at least one of 'grep'
Limit currently set to 'package':'grep'

 notfound 577095 2.6.3-2
Bug #577095 {Done: Aníbal Monsalve Salazar ani...@debian.org} [grep] grep: 
bracket expressions fails depending on the locale
Ignoring request to alter found versions of bug #577095 to the same values 
previously set
 stop
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577232: freeplayer: FTBFS: install: cannot create regular file `debian/freeplayer/usr/bin/fbx-playlist-cmd'

2010-04-10 Thread Vincent Danjean
On 10/04/2010 23:27, Cyril Brulebois wrote:
 Vincent Danjean vincent.danj...@ens-lyon.org (10/04/2010):
 Not everywhere as I built it in my sid sbuilder...
 
 Make it “on every buildd it was tried on”? A bit longer…

;-)

 I will look at the log carefully to find the problem. I will also
 check my sbuilder environment.
 
 Probably a trivial -b/-B issue.

Yes, it was. I tried to unconditionally install files for arch all packages.
A new package is already uploaded.

Anyway, thanks for the report. It allows me to quickly fix the bug.

  Regards
Vincent

 Mraw,
 KiBi.


-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial packages: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#571366: marked as done (aumix: FTBFS: cp: cannot stat `debian/tmp/usr/bin/aumix': No such file or directory)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 21:49:37 +
with message-id e1o0iyb-0002ud...@ries.debian.org
and subject line Bug#571366: fixed in aumix 2.8+repack-1
has caused the Debian Bug report #571366,
regarding aumix: FTBFS: cp: cannot stat `debian/tmp/usr/bin/aumix': No such 
file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
571366: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=571366
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: aumix
Version: 2.8-26
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-2010-02-24 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: Entering directory 
 `/build/user-aumix_2.8-26-amd64-0Qe0Ga/aumix-2.8/build/gtk'
 make[3]: Nothing to be done for `install-exec-am'.
 make[3]: Nothing to be done for `install-data-am'.
 make[3]: Leaving directory 
 `/build/user-aumix_2.8-26-amd64-0Qe0Ga/aumix-2.8/build/gtk'
 make[2]: Leaving directory 
 `/build/user-aumix_2.8-26-amd64-0Qe0Ga/aumix-2.8/build/gtk'
 make[1]: Leaving directory 
 `/build/user-aumix_2.8-26-amd64-0Qe0Ga/aumix-2.8/build/gtk'
 # generate README.Debian file for aumix-gtk
 sh ./debian/make-README.sh aumix-gtk  debian/aumix-gtk.README.Debian
 dh install -paumix-gtk --remaining
dh_testdir -O-paumix-gtk
dh_auto_configure -O-paumix-gtk -Naumix-common
dh_auto_build -O-paumix-gtk -Naumix-common
dh_auto_test -O-paumix-gtk -Naumix-common
dh_testroot -O-paumix-gtk
dh_prep -O-paumix-gtk -Naumix-common
dh_installdirs -O-paumix-gtk -Naumix-common
dh_auto_install -O-paumix-gtk -Naumix-common
dh_install -O-paumix-gtk -Naumix-common
 cp: cannot stat `debian/tmp/usr/bin/aumix': No such file or directory
 dh_install: cp -a debian/tmp/usr/bin/aumix debian/aumix-gtk//usr/bin/ 
 returned exit code 1
 make: *** [install-gtk] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2010-02-24/aumix_2.8-26_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: aumix
Source-Version: 2.8+repack-1

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

aumix-common_2.8+repack-1_all.deb
  to main/a/aumix/aumix-common_2.8+repack-1_all.deb
aumix-gtk_2.8+repack-1_amd64.deb
  to main/a/aumix/aumix-gtk_2.8+repack-1_amd64.deb
aumix_2.8+repack-1.debian.tar.gz
  to main/a/aumix/aumix_2.8+repack-1.debian.tar.gz
aumix_2.8+repack-1.dsc
  to main/a/aumix/aumix_2.8+repack-1.dsc
aumix_2.8+repack-1_amd64.deb
  to main/a/aumix/aumix_2.8+repack-1_amd64.deb
aumix_2.8+repack.orig.tar.bz2
  to main/a/aumix/aumix_2.8+repack.orig.tar.bz2



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 571...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stefan Ott ste...@ott.net (supplier of updated aumix package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Feb 2010 19:24:28 +0100
Source: aumix
Binary: aumix-common aumix aumix-gtk
Architecture: source all amd64
Version: 2.8+repack-1
Distribution: unstable
Urgency: low
Maintainer: Stefan Ott ste...@ott.net
Changed-By: Stefan Ott ste...@ott.net
Description: 
 aumix  - Simple text-based mixer control program
 aumix-common - Simple text-based mixer control program (common files)
 aumix-gtk  - Simple mixer control program with GUI and text interfaces
Closes: 571366
Changes: 
 aumix (2.8+repack-1) unstable; urgency=low
 .
   * debian/rules: Rewrote the build script closes: #571366
   * Moved the upstream tar.bz2 out of the tar.gz
   * Changed the source format to 3.0 (Quilt)
   * debian/control:
 + Depend on 

Bug#577232: marked as done (freeplayer: FTBFS: install: cannot create regular file `debian/freeplayer/usr/bin/fbx-playlist-cmd')

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 21:58:22 +
with message-id e1o0ih4-0002xr...@ries.debian.org
and subject line Bug#577232: fixed in freeplayer 20070531+dfsg.1-3
has caused the Debian Bug report #577232,
regarding freeplayer: FTBFS: install: cannot create regular file 
`debian/freeplayer/usr/bin/fbx-playlist-cmd'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
577232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: freeplayer
Version: 20070531+dfsg.1-2
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS everywhere with:
| make[1]: Entering directory 
`/build/buildd-freeplayer_20070531+dfsg.1-2-hppa-BFhtCy/freeplayer-20070531+dfsg.1'
| : # Install binary without suffix
| install -m 755 \
|   bin/fbx-playlist.pl \
|   debian/freeplayer/usr/bin/fbx-playlist-cmd
| install: cannot create regular file 
`debian/freeplayer/usr/bin/fbx-playlist-cmd': No such file or directory
| make[1]: *** [override_dh_auto_install] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=freeplayer

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: freeplayer
Source-Version: 20070531+dfsg.1-3

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

fbx-playlist_20070531+dfsg.1-3_amd64.deb
  to main/f/freeplayer/fbx-playlist_20070531+dfsg.1-3_amd64.deb
freeplayer_20070531+dfsg.1-3.debian.tar.gz
  to main/f/freeplayer/freeplayer_20070531+dfsg.1-3.debian.tar.gz
freeplayer_20070531+dfsg.1-3.dsc
  to main/f/freeplayer/freeplayer_20070531+dfsg.1-3.dsc
freeplayer_20070531+dfsg.1-3_all.deb
  to main/f/freeplayer/freeplayer_20070531+dfsg.1-3_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 577...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Danjean vdanj...@debian.org (supplier of updated freeplayer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 10 Apr 2010 22:53:27 +0200
Source: freeplayer
Binary: freeplayer fbx-playlist
Architecture: all amd64 source
Version: 20070531+dfsg.1-3
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean vdanj...@debian.org
Changed-By: Vincent Danjean vdanj...@debian.org
Closes: 577232
Description: 
 fbx-playlist - graphical editor for FreeBox playlist
 freeplayer - wrapper around vlc for French ADSL FreeBox
Changes: 
 freeplayer (20070531+dfsg.1-3) unstable; urgency=low
 .
   * Do not try to install files of arch all package when only arch any
 packages are built (Closes: #577232)
Checksums-Sha1: 
 4417f35ee6c82ce679a79a9267b4efaf42e283d5 1812 freeplayer_20070531+dfsg.1-3.dsc
 f2294534ee534601e0a447cf626f4b0a25c8a0c7 27665 
freeplayer_20070531+dfsg.1-3.debian.tar.gz
 2dac8224268b3dba19d537daa3bba98b59182c83 21950 
freeplayer_20070531+dfsg.1-3_all.deb
 01b6b52bb86e34534c7b2ddd42c8c3c6b8da12d4 108616 
fbx-playlist_20070531+dfsg.1-3_amd64.deb
Checksums-Sha256: 
 c80eb3824ece0e96669f1b366c7fe1ea8c541981e89fa063e8165305c8296c01 1812 
freeplayer_20070531+dfsg.1-3.dsc
 7a3b2fefd85886998dc4c881b295594593bfffcbf7dcdbd6b6a24e260404b367 27665 
freeplayer_20070531+dfsg.1-3.debian.tar.gz
 028cb63a5cc8012d5d12425ec8afccbb55668d7604907aa33f7c5cb6b0d08299 21950 
freeplayer_20070531+dfsg.1-3_all.deb
 ce7f6989e5b5c96c3e123aa02a82d3259b25eaca7d81d9d44c728785fc54 108616 
fbx-playlist_20070531+dfsg.1-3_amd64.deb
Files: 
 20ba55b7cd7f4ba2a2f9b99344e4ae44 1812 sound extra 
freeplayer_20070531+dfsg.1-3.dsc
 031aafbb59f0f478432b931295a34939 27665 sound extra 
freeplayer_20070531+dfsg.1-3.debian.tar.gz
 631f7124136adc4700c06c26ef085a4c 21950 sound extra 
freeplayer_20070531+dfsg.1-3_all.deb
 31cdf445bfb49ec6b7f472b49464bdd5 108616 sound extra 
fbx-playlist_20070531+dfsg.1-3_amd64.deb

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

iQIVAwUBS8DrvdT1zgD6DpudAQgZWA/7B5xkA4Izk+Ce1EFkjHJUOlaBslxEgDs5
3QpWlPlWdsjlZOpkcLaeSJHRHb8CWvDySK7VLp2O2RNiSZOx4gn6h5Q/z4G3DOLt
Hlvs2GGy2KxRZZPhV/OvF9huf2MabubrMbKTsQuor2nCuC0PGHJ9/f8XGoL1or9B
SQ6MkcWGg4P/g2Y/yK4L58w/7c3gMAGW3MYg6Wme8wnc0/eeJY8KJjl1ZZuFQfYo

Bug#577232: freeplayer: FTBFS: install: cannot create regular file `debian/freeplayer/usr/bin/fbx-playlist-cmd'

2010-04-10 Thread Cyril Brulebois
Vincent Danjean vincent.danj...@ens-lyon.org (10/04/2010):
 Yes, it was. I tried to unconditionally install files for arch all
 packages.  A new package is already uploaded.

Okay. :)

 Anyway, thanks for the report. It allows me to quickly fix the bug.

Glad you liked it. :D

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#560915: marked as done (CVE-2009-3560 and CVE-2009-3720 denial-of-services)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 23:09:46 +0100 (WEST)
with message-id 20100410220946.1eefe...@kmos.homeip.net
and subject line Package wxwindows2.4 has been removed from Debian
has caused the Debian Bug report #560915,
regarding CVE-2009-3560 and CVE-2009-3720 denial-of-services
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560915: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560915
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: wxwindows2.4
severity: serious
tags: security

Hi,

The following CVE (Common Vulnerabilities  Exposures) ids were
published for expat.  I have determined that this package embeds a
vulnerable copy of xmlparse.c and xmltok_impl.c.  However, since this is
a mass bug filing (due to so many packages embedding expat), I have
not had time to determine whether the vulnerable code is actually
present in any of the binary packages derived from this source package.
Please determine whether this is the case. If the binary packages are
not affected, please feel free to close the bug with a message
containing the details of what you did to check.

CVE-2009-3560[0]:
| The big2_toUtf8 function in lib/xmltok.c in libexpat in Expat 2.0.1,
| as used in the XML-Twig module for Perl, allows context-dependent
| attackers to cause a denial of service (application crash) via an XML
| document with malformed UTF-8 sequences that trigger a buffer
| over-read, related to the doProlog function in lib/xmlparse.c, a
| different vulnerability than CVE-2009-2625 and CVE-2009-3720.

CVE-2009-3720[1]:
| The updatePosition function in lib/xmltok_impl.c in libexpat in Expat
| 2.0.1, as used in Python, PyXML, w3c-libwww, and other software,
| allows context-dependent attackers to cause a denial of service
| (application crash) via an XML document with crafted UTF-8 sequences
| that trigger a buffer over-read, a different vulnerability than
| CVE-2009-2625.

These issues also affect old versions of expat, so this package in etch
and lenny is very likely affected.  This is a low-severity security
issue, so DSAs will not be issued to correct these problems.  However,
you can optionally submit a proposed-update to the release team for
inclusion in the next stable point releases.  If you plan to do this, 
please open new bugs and include the security tag so we are aware that
you are working on that.

For further information see [0],[1],[2],[3].  In particular, [2] and [3]
are links to the patches for CVE-2009-3560 and CVE-2009-3720
respectively. Note that the ideal solution would be to make use of the
system expat so only one package will need to be updated for future
security issues. Preferably in your update to unstable, alter your
package to make use of the system expat.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3560
http://security-tracker.debian.org/tracker/CVE-2009-3560
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3720
http://security-tracker.debian.org/tracker/CVE-2009-3720
[2]
http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmlparse.c?r1=1.164r2=1.165
[3]
http://expat.cvs.sourceforge.net/viewvc/expat/expat/lib/xmltok_impl.c?r1=1.13r2=1.15view=patch


---End Message---
---BeginMessage---
Version: 2.4.5.1.1+rm

You filed the bug http://bugs.debian.org/560915 in Debian BTS
against the package wxwindows2.4. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/520526. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues

---End Message---


Bug#576978: marked as done (libcommons-modeler-java: FTBFS: Test failures)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 22:26:45 +
with message-id e1o0j8x-0006kh...@ries.debian.org
and subject line Bug#576978: fixed in libcommons-modeler-java 2.0.1-5
has caused the Debian Bug report #576978,
regarding libcommons-modeler-java: FTBFS: Test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
576978: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576978
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libcommons-modeler-java
Version: 2.0.1-4
Severity: serious

From my pbuilder build log:

...
test.Registry:
 [echo] Running Registry tests ...
 [java] .E.E.E.E.E.E.E
 [java] Time: 0.425   
 [java] There were 7 errors:  
 [java] 1) 
testModelMBeanAttributeInfo(org.apache.commons.modeler.RegistryTestCase)java.lang.NoClassDefFoundError:
 org.apache.commons.modeler.ManagedBean   
 [java]at java.lang.Class.initializeClass(libgcj.so.10) 
 [java]at 
org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource.execute(MbeansDescriptorsDOMSource.java:115)

 [java]at 
org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource.loadDescriptors(MbeansDescriptorsDOMSource.java:78)
 
 [java]at org.apache.commons.modeler.Registry.load(Registry.java:792)   
 [java]at 
org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:901)  
  
 [java]at 
org.apache.commons.modeler.Registry.loadMetadata(Registry.java:268) 
  
 [java]at 
org.apache.commons.modeler.Registry.loadRegistry(Registry.java:537) 
  
 [java]at 
org.apache.commons.modeler.RegistryTestCase.setUp(RegistryTestCase.java:85) 
  
 [java] Caused by: java.lang.ClassNotFoundException: 
javax.management.modelmbean.InvalidTargetObjectTypeException not found in 
gnu.gcj.runtime.SystemClassLoader{urls=[file:/tmp/buildd/libcommons-modeler-
java-2.0.1/target/classes/,file:/tmp/buildd/libcommons-modeler-java-2.0.1/target/tests/,file:/usr/share/ant/lib/ant.jar,file:/usr/share/java/commons-digester.jar,file:/usr/share/java/commons-logging.jar,file:/usr/share/java/junit.jar],
 
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}  
 
 [java]at java.net.URLClassLoader.findClass(libgcj.so.10)   
 [java]at java.lang.ClassLoader.loadClass(libgcj.so.10) 
 [java]at java.lang.ClassLoader.loadClass(libgcj.so.10) 
 [java]at java.lang.Class.forName(libgcj.so.10) 
 [java]at java.lang.Class.initializeClass(libgcj.so.10) 
 [java]...17 more   
 [java] 2) 
testModelMBeanConstructorInfo(org.apache.commons.modeler.RegistryTestCase)java.lang.NoClassDefFoundError:
 org.apache.commons.modeler.ManagedBean 
 [java]at java.lang.Class.initializeClass(libgcj.so.10) 
 [java]at 
org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource.execute(MbeansDescriptorsDOMSource.java:115)

 [java]at 
org.apache.commons.modeler.modules.MbeansDescriptorsDOMSource.loadDescriptors(MbeansDescriptorsDOMSource.java:78)
 
 [java]at org.apache.commons.modeler.Registry.load(Registry.java:792)   
 [java]at 
org.apache.commons.modeler.Registry.loadDescriptors(Registry.java:901)  
  
 [java]at 
org.apache.commons.modeler.Registry.loadMetadata(Registry.java:268) 
  
 [java]at 
org.apache.commons.modeler.Registry.loadRegistry(Registry.java:537) 
  
 [java]at 
org.apache.commons.modeler.RegistryTestCase.setUp(RegistryTestCase.java:85) 
  
 [java] 3) 
testDescriptorEntries(org.apache.commons.modeler.RegistryTestCase)java.lang.NoClassDefFoundError:
 org.apache.commons.modeler.ManagedBean 
 [java]at 

Bug#534199: texlive-formats-extra: does not install: 5 year bug

2010-04-10 Thread Hideki Yamane
Hi,

 Just a question for maintainer.
 Somehow, ass its image(*) at bts page, it still exists in testing/unstable.
 Is this true? Please close this if it was also fixed in those distributions.


 *) 
http://bugs.debian.org/cgi-bin/version.cgi?width=;ignore_boring=1;absolute=0;fixed=texlive-extra%2F2005.dfsg.3-2;fixed=texlive-extra%2F2007.dfsg.17-1~lenny02;height=;found=texlive-extra%2F2005.dfsg.2-1;found=2007.dsfg.17-1~lenny01;found=texlive-extra%2F2007.dfsg.17-2;package=texlive-formats-extra;format=png;collapse=1;info=0


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#505353: marked as done (FTBFS with GCC 4.4: 'virtual nsIOThreadPool::~nsIOThreadPool()' is private)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 23:11:51 +
with message-id e1o0jqb-00031s...@ries.debian.org
and subject line Bug#505353: fixed in iceowl 1.0~b1+dfsg-3
has caused the Debian Bug report #505353,
regarding FTBFS with GCC 4.4: 'virtual nsIOThreadPool::~nsIOThreadPool()' is 
private
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
505353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: iceowl
Version: 0.8-6
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of iceowl_0.8-6 on em64t by sbuild/amd64 0.53
 g++ -o nsIOThreadPool.o -c -fvisibility=hidden -DMOZILLA_INTERNAL_API 
 -DOSTYPE=\Linux2.6\ -DOSARCH=\Linux\ -DBUILD_ID=200800 -DIMPL_NS_NET  
 -I../../../dist/include/xpcom -I../../../dist/include/string 
 -I../../../dist/include/mimetype -I../../../dist/include/uconv 
 -I../../../dist/include/locale -I../../../dist/include/pref 
 -I../../../dist/include/necko -I../../../dist/include -I/usr/include/nspr 
 -I/usr/include -I/usr/include -I/usr/include -I../../../dist/sdk/include
 -fPIC   -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith 
 -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy 
 -Wno-non-virtual-dtor -Wno-long-long -pedantic -g -fshort-wchar -pthread 
 -pipe  -DNDEBUG -DTRIMMED -O   -DMOZILLA_CLIENT -include 
 ../../../mozilla-config.h -Wp,-MD,.deps/nsIOThreadPool.pp nsIOThreadPool.cpp
 nsIOThreadPool.cpp: In function 'nsresult net_NewIOThreadPool(nsISupports*, 
 const nsIID, void**)':
 nsIOThreadPool.cpp:135: error: 'virtual nsIOThreadPool::~nsIOThreadPool()' is 
 private
 nsIOThreadPool.cpp:301: error: within this context
 make[5]: *** [nsIOThreadPool.o] Error 1
 make[5]: Leaving directory 
 `/build/tbm/iceowl-0.8/build-tree/mozilla/netwerk/base/src'
 make[4]: *** [libs] Error 2

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


---End Message---
---BeginMessage---
Source: iceowl
Source-Version: 1.0~b1+dfsg-3

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

calendar-google-provider_1.0~b1+dfsg-3_i386.deb
  to main/i/iceowl/calendar-google-provider_1.0~b1+dfsg-3_i386.deb
calendar-timezones_1.0~b1+dfsg-3_i386.deb
  to main/i/iceowl/calendar-timezones_1.0~b1+dfsg-3_i386.deb
iceowl-extension_1.0~b1+dfsg-3_i386.deb
  to main/i/iceowl/iceowl-extension_1.0~b1+dfsg-3_i386.deb
iceowl_1.0~b1+dfsg-3.diff.gz
  to main/i/iceowl/iceowl_1.0~b1+dfsg-3.diff.gz
iceowl_1.0~b1+dfsg-3.dsc
  to main/i/iceowl/iceowl_1.0~b1+dfsg-3.dsc
iceowl_1.0~b1+dfsg-3_i386.deb
  to main/i/iceowl/iceowl_1.0~b1+dfsg-3_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 505...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther a...@sigxcpu.org (supplier of updated iceowl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 23:13:50 +0200
Source: iceowl
Binary: calendar-timezones iceowl-extension calendar-google-provider iceowl
Architecture: source i386
Version: 1.0~b1+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Alexander Sack a...@debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 calendar-google-provider - Google Calendar support for lighting- and 
iceowl-extension
 calendar-timezones - Timezone Extension for Sunbird/Iceowl (mandatory)
 iceowl - Standalone Calendar Application
 iceowl-extension - Calendar Extension for Thunderbird/Icedove
Closes: 357155 422063 437245 475659 500647 504693 505353 531195 539536 573102 
576764
Changes: 
 iceowl (1.0~b1+dfsg-3) unstable; urgency=low
 .
   * Upload to unstable
 - iceowl-extension is compatible with icedove 3.0 (Closes: #576764)
 - builds with GCC 4.4 (Closes: #505353)
 - Uses cdbs to handle nostrip (Closes: #437245)
 - Caldav reauthentication fixed (Closes: #504693)
 - Google calendar reported to 

Bug#576764: marked as done (iceowl-extension is incompatible with current unstable icedove 3.0.x.)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 23:11:51 +
with message-id e1o0jqb-00032b...@ries.debian.org
and subject line Bug#576764: fixed in iceowl 1.0~b1+dfsg-3
has caused the Debian Bug report #576764,
regarding iceowl-extension is incompatible with current unstable icedove 3.0.x.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
576764: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576764
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: iceowl-extension
Version: 0.8-6
Severity: grave
Tags: sid
Justification: renders package unusable



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

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

Versions of packages iceowl-extension depends on:
ii  icedove   3.0.4-1mail/news client with RSS and inte
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.3-7  GCC support library
ii  libnspr4-0d   4.8.4-1NetScape Portable Runtime Library
ii  libstdc++64.4.3-7The GNU Standard C++ Library v3

iceowl-extension recommends no packages.

Versions of packages iceowl-extension suggests:
ii  latex-xft-fonts   1.6.5-1TrueType versions of some TeX font

-- no debconf information

After the unstable upgrade of icedove to 3.0.x, this extension is unable to 
load.

 -- Charles Wilcox


---End Message---
---BeginMessage---
Source: iceowl
Source-Version: 1.0~b1+dfsg-3

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

calendar-google-provider_1.0~b1+dfsg-3_i386.deb
  to main/i/iceowl/calendar-google-provider_1.0~b1+dfsg-3_i386.deb
calendar-timezones_1.0~b1+dfsg-3_i386.deb
  to main/i/iceowl/calendar-timezones_1.0~b1+dfsg-3_i386.deb
iceowl-extension_1.0~b1+dfsg-3_i386.deb
  to main/i/iceowl/iceowl-extension_1.0~b1+dfsg-3_i386.deb
iceowl_1.0~b1+dfsg-3.diff.gz
  to main/i/iceowl/iceowl_1.0~b1+dfsg-3.diff.gz
iceowl_1.0~b1+dfsg-3.dsc
  to main/i/iceowl/iceowl_1.0~b1+dfsg-3.dsc
iceowl_1.0~b1+dfsg-3_i386.deb
  to main/i/iceowl/iceowl_1.0~b1+dfsg-3_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 576...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther a...@sigxcpu.org (supplier of updated iceowl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 10 Apr 2010 23:13:50 +0200
Source: iceowl
Binary: calendar-timezones iceowl-extension calendar-google-provider iceowl
Architecture: source i386
Version: 1.0~b1+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Alexander Sack a...@debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 calendar-google-provider - Google Calendar support for lighting- and 
iceowl-extension
 calendar-timezones - Timezone Extension for Sunbird/Iceowl (mandatory)
 iceowl - Standalone Calendar Application
 iceowl-extension - Calendar Extension for Thunderbird/Icedove
Closes: 357155 422063 437245 475659 500647 504693 505353 531195 539536 573102 
576764
Changes: 
 iceowl (1.0~b1+dfsg-3) unstable; urgency=low
 .
   * Upload to unstable
 - iceowl-extension is compatible with icedove 3.0 (Closes: #576764)
 - builds with GCC 4.4 (Closes: #505353)
 - Uses cdbs to handle nostrip (Closes: #437245)
 - Caldav reauthentication fixed (Closes: #504693)
 - Google calendar reported to work fine with 1.0b1 (Closes: #475659)
   * [bed1291] Use shared static build to get an installer
   * [1156e00] Don't strip the binaries so we can add a debug package later
   * [4da21e1] Use external sqlite
   * [78edc3c] Readd iceowl package - Does not conflict libnss3 - Don't suggest
 latex-xft-fonts - No superflous Links to iceowl anymore
 (Closes: #500647, #531195, #573102, #539536)
   * [dd43cd0] New patch 0004-Rename-sunbird-to-iceowl.patch Rename sunbird to
 iceowl
   * [7685593] New patch 0005-Don-t-hardcode-binary-name.patch Don't hardcode
 binary 

Bug#576604: libao-common... something missing?

2010-04-10 Thread Christoph Anton Mitterer
Hi.

I just wondered... isn't something missing here?

libao2 still contains the config/docs,... libao4 not at all,... and nobody
depends on libao-common?!


Best wishes,
Chris.



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#513382: marked as done (akonadi-server: depends on the mysql-server package which starts system mysqld)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Apr 2010 23:32:14 +
with message-id e1o0k9u-0005hf...@ries.debian.org
and subject line Bug#513382: fixed in akonadi 1.3.1-3
has caused the Debian Bug report #513382,
regarding akonadi-server: depends on the mysql-server package which starts 
system mysqld
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
513382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: akonadi-server
Version: 1.1.1-1
Severity: important

The dependency on mysql-server means that at least *two* mysqld
processes will be started: one system-wide and one embedded in Akonadi
(per KDE user!). That is already two more than I want, but definitely
one more than asked for.

akonadi-server should be able to start just the embedded MySQL,
similar to how various packages start embedded Tomcat or Jetty
instances without depending on the system-wide server
package. (Perhaps some refactoring of the MySQL packages is needed?)

Even better, it should use some more light-weight embedded database
engine.

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

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

Versions of packages akonadi-server depends on:
ii  libakonadiprivate1   1.1.1-1 libraries for the Akonadi PIM stor
ii  libboost-program-options1.34 1.34.1-14   program options library for C++
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libqt4-dbus  4.4.3-2 Qt 4 D-Bus module
ii  libqt4-sql-mysql 4.4.3-2 Qt 4 MySQL database driver
ii  libqtcore4   4.4.3-2 Qt 4 core module
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  mysql-server 5.1.30-2MySQL database server (metapackage
ii  mysql-server-5.1 [mysql-serv 5.1.30-2MySQL database server binaries

akonadi-server recommends no packages.

akonadi-server suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: akonadi
Source-Version: 1.3.1-3

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

akonadi-dbg_1.3.1-3_amd64.deb
  to main/a/akonadi/akonadi-dbg_1.3.1-3_amd64.deb
akonadi-server_1.3.1-3_amd64.deb
  to main/a/akonadi/akonadi-server_1.3.1-3_amd64.deb
akonadi_1.3.1-3.diff.gz
  to main/a/akonadi/akonadi_1.3.1-3.diff.gz
akonadi_1.3.1-3.dsc
  to main/a/akonadi/akonadi_1.3.1-3.dsc
libakonadi-dev_1.3.1-3_amd64.deb
  to main/a/akonadi/libakonadi-dev_1.3.1-3_amd64.deb
libakonadiprivate1_1.3.1-3_amd64.deb
  to main/a/akonadi/libakonadiprivate1_1.3.1-3_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 513...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org (supplier of updated 
akonadi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Apr 2010 01:46:38 +0300
Source: akonadi
Binary: libakonadiprivate1 akonadi-dbg libakonadi-dev akonadi-server
Architecture: source amd64
Version: 1.3.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Description: 
 akonadi-dbg - debugging symbols for the Akonadi PIM storage service
 akonadi-server - Akonadi PIM storage service
 libakonadi-dev - development files for the Akonadi PIM storage service
 libakonadiprivate1 - libraries for the Akonadi PIM storage service
Closes: 513382
Changes: 
 akonadi (1.3.1-3) unstable; urgency=low
 .
   [ Didier Raboud ]
   * Make akonadi-mysql depend on mysql-server-core instead of mysql-server,
 thanks to the split made in mysql-5.1. (Closes: #513382)
Checksums-Sha1: 
 1ead4e0fa1993aba4ce08fe00d8f18a8c369e6b1 1567 akonadi_1.3.1-3.dsc
 

Bug#575825: Does this work with 1.0b1?

2010-04-10 Thread Guido Günther
Hi Martin,
could you recheck profile creation with 1.0b1 - just freshly build for
amd64?
Cheers,
 -- Guiod



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 576674 + upstream fixed-upstream
Bug #576674 [kdevelop-php] [kdevelop-php] PHP plugin not recognized
Added tag(s) upstream and fixed-upstream.
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 508589
Bug #508589 {Done: Eckhart Wörner ewoer...@kde.org} [kppp] ppp: USB Modem 
removal after PPP exits kills keyboard
 forcemerge 577109 508589
Bug#577109: KPPP Exits Kills Keyboard with Zoom USB Modem Model 3095
Bug#508589: ppp: USB Modem removal after PPP exits kills keyboard
Forcibly Merged 508589 577109.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: KPPP Exits Kills Keyboard with Zoom USB Modem Model 3095

2010-04-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 577109 + moreinfo
Bug #577109 [kppp] KPPP Exits Kills Keyboard with Zoom USB Modem Model 3095
Bug #508589 [kppp] ppp: USB Modem removal after PPP exits kills keyboard
Ignoring request to alter tags of bug #577109 to the same tags previously set
Ignoring request to alter tags of bug #508589 to the same tags previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577109: KPPP Exits Kills Keyboard with Zoom USB Modem Model 3095

2010-04-10 Thread Eckhart Wörner
tags 577109 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577109 recently. 
The bug report suggests that this is a problem within a usb modem driver in 
the linux kernel. If possible, can you therefore please try whether the bug 
also occurs with a recent kernel, like linux-image-2.6.32-bpo.3-686 (which is 
in lenny-backports)?

Eckhart



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577078: marked as done (googleearth-package: generally very buggy, useless on amd64)

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sun, 11 Apr 2010 02:55:14 +0200
with message-id 4bc11df2.8060...@foolcontrol.org
and subject line 
has caused the Debian Bug report #577078,
regarding googleearth-package: generally very buggy, useless on amd64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
577078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: googleearth-package
Version: 0.5.7
Severity: serious

As the produced packages are not usable on amd64 and the package
seems to be buggy in general, I'm filing this as RC bug as I don't
think it should be part of the next release in the current state.

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

Kernel: Linux 2.6.33-think (SMP w/2 CPU cores; PREEMPT)
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 googleearth-package depends on:
ii  bzip2 1.0.5-4high-quality block-sorting file co
ii  curl  7.20.0-2   Get a file from an HTTP, HTTPS or 
ii  dpkg-dev  1.15.5.6   Debian package development tools
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  file  5.04-1 Determines file type using magic
ii  wget  1.12-1.1   retrieves files from the web
ii  x11-common1:7.5+5X Window System (X.Org) infrastruc
ii  x11-utils 7.5+3  X11 utilities

googleearth-package recommends no packages.

googleearth-package suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Reported problem doesn't seem to be valid and never actually existed



signature.asc
Description: OpenPGP digital signature
---End Message---


Bug#555498: Bug #555498: antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break

2010-04-10 Thread Marcelo Jorge Vieira (metal)
Hi Torsten,

 may you try setting LC_CTYPE for building gpt, please?

I will do it, thanks.


Cheers,

-- 
Marcelo Jorge Vieira
xmpp://me...@jabber-br.org
http://metaldot.alucinados.com


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


Bug#566692: marked as done (hplip-gui: can't add printer (Printer queue setup failed))

2010-04-10 Thread Debian Bug Tracking System
Your message dated Sun, 11 Apr 2010 05:02:38 +
with message-id e1o0pje-000494...@ries.debian.org
and subject line Bug#566692: fixed in hplip 3.10.2-2
has caused the Debian Bug report #566692,
regarding hplip-gui: can't add printer (Printer queue setup failed)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
566692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: hplip-gui
Version: 3.9.12-2
Severity: important

Hello,

I cannot add a printer thought HPLIP Toolbox :
- I launch HPLIP Toolbox, then obtain a message No Installed HP Devices 
Found.
- I press Setup Device, Network/Ethernet[...], Next
- the printer is discovered (HP Officejet 7200 Series), I press Next
- a panel Setup Device is shown, with my printer parameters (and Fax Setup 
checked). I confirm by clicking on Add Printer.
- a popup is chown Printer queue setup failed. Please restart CUPS and try 
again. Of course restarting CUPS doesn't help.

This printer was working in a previous Debian version (etch or lenny, I don't 
remember).


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

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hplip-gui depends on:
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  hplip 3.9.12-2   HP Linux Printing and Imaging Syst
ii  hplip-cups3.9.12-2   HP Linux Printing and Imaging - CU
ii  python-qt44.6-1  Python bindings for Qt4
ii  python-qt4-dbus   4.6-1  DBus Support for PyQt4
ii  python-reportlab  2.3-1  ReportLab library to create PDF do

Versions of packages hplip-gui recommends:
ii  xsane 0.996-3featureful graphical frontend for 

hplip-gui suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: hplip
Source-Version: 3.10.2-2

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

hpijs-ppds_3.10.2-2_all.deb
  to main/h/hplip/hpijs-ppds_3.10.2-2_all.deb
hpijs_3.10.2-2_amd64.deb
  to main/h/hplip/hpijs_3.10.2-2_amd64.deb
hplip-cups_3.10.2-2_amd64.deb
  to main/h/hplip/hplip-cups_3.10.2-2_amd64.deb
hplip-data_3.10.2-2_all.deb
  to main/h/hplip/hplip-data_3.10.2-2_all.deb
hplip-dbg_3.10.2-2_amd64.deb
  to main/h/hplip/hplip-dbg_3.10.2-2_amd64.deb
hplip-doc_3.10.2-2_all.deb
  to main/h/hplip/hplip-doc_3.10.2-2_all.deb
hplip-gui_3.10.2-2_all.deb
  to main/h/hplip/hplip-gui_3.10.2-2_all.deb
hplip_3.10.2-2.diff.gz
  to main/h/hplip/hplip_3.10.2-2.diff.gz
hplip_3.10.2-2.dsc
  to main/h/hplip/hplip_3.10.2-2.dsc
hplip_3.10.2-2_amd64.deb
  to main/h/hplip/hplip_3.10.2-2_amd64.deb
libhpmud-dev_3.10.2-2_amd64.deb
  to main/h/hplip/libhpmud-dev_3.10.2-2_amd64.deb
libhpmud0_3.10.2-2_amd64.deb
  to main/h/hplip/libhpmud0_3.10.2-2_amd64.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 566...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Purcell m...@debian.org (supplier of updated hplip package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Apr 2010 14:26:01 +1000
Source: hplip
Binary: hplip hplip-data hplip-gui hplip-dbg hplip-doc hpijs-ppds hpijs 
hplip-cups libhpmud0 libhpmud-dev
Architecture: source all amd64
Version: 3.10.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian HPIJS and HPLIP maintainers 
pkg-hpijs-de...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 hpijs  - HP Linux Printing and Imaging - gs IJS driver (hpijs)
 hpijs-ppds - HP Linux Printing and Imaging - HPIJS PPD files
 hplip  - HP Linux Printing and Imaging System (HPLIP)
 hplip-cups - HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
 hplip-data - HP Linux Printing and Imaging - data files
 hplip-dbg  - HP