Bug#540571: Backtrace

2009-08-21 Thread Peter Pentchev
package hexer
tag 540571 + confirmed pending
thanks

On Sun, Aug 09, 2009 at 08:09:52PM -0400, Michael Gold wrote:
 Here's the gdb output after rebuilding it with debug symbols:
 
 Program received signal SIGSEGV, Segmentation fault.
[snip]
 #3  0x00407cdc in tio_vprintf (fmt=0x42ab95 %s, ap=0x7fffe4c0)
 at tio.c:2098
 #4  0x00407c86 in tio_printf (fmt=0x42ab95 %s) at tio.c:2078

I think I found it; thanks for the bug report, it would never have
crossed my mind to examine this particular piece of the hexer code
to see what devilish magic it does behind the curtain!

I've fixed it in my Subversion repository, and I'll release hexer-0.1.5
(adopting the upstream) soon.  In the meantime, could you try dropping
the attached file into debian/patches/ and adding it to series to
see if it helps?

Once again, thanks for the bug report and the backtrace!

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.netr...@space.bgr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This sentence contradicts itself - or rather - well, no, actually it doesn't!
The v*printf() routines may NOT be invoked a second time over the same
varargs list.  Avoid undefined behavior by simply using vasprintf()
which has been available on Linux, among other systems, for a long time.

A more portable fix will be included in hexer-0.1.5.

--- a/tio.c
+++ b/tio.c
@@ -542,6 +542,7 @@
 }
 /* tio_isprint */
 
+#if 0
 #if USE_STDARG
   int
 nprintf(const char *fmt, ...)
@@ -580,6 +581,7 @@
   return vfprintf(null, fmt, ap);
 }
 /* vnprintf */
+#endif
 
 #if USE_STDARG
   static void
@@ -2092,11 +2094,11 @@
*/
 {
   char *s;
-  int rval, len;
+  int rval;
 
-  len = vnprintf(fmt, ap);
-  rval = vsprintf(s = (char *)malloc(len + 1), fmt, ap);
-  s[len] = 0;
+  rval = vasprintf(s, fmt, ap);
+  if (rval == -1)
+return rval;
   tio_display(s, 0);
   free((char *)s);
   return rval;
@@ -2135,11 +2137,11 @@
*/
 {
   char *s;
-  int rval, len;
+  int rval;
 
-  len = vnprintf(fmt, ap);
-  rval = vsprintf(s = (char *)malloc(len + 1), fmt, ap);
-  s[len] = 0;
+  rval = vasprintf(s, fmt, ap);
+  if (rval == -1)
+return rval;
   tio_puts(s);
   free((char *)s);
   return rval;
--- a/tio.h
+++ b/tio.h
@@ -113,6 +113,7 @@
   extern
 tio_isprint( /* int x */ );
 
+#if 0
   extern
 #if USE_STDARG
 nprintf( const char *fmt, ... );
@@ -125,6 +126,7 @@
   /* Returns the number of output characters a call to a printf-like function
* would pruduce.
*/
+#endif
 
   extern
 tio_init( /* char *program_name */ );


pgpqzeh8YW8nc.pgp
Description: PGP signature


Processed: Re: Bug#540571: Backtrace

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

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

 tag 540571 + confirmed pending
Bug #540571 [hexer] crashes when ':' typed
Added tag(s) confirmed and 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#542758: bacula-director-sqlite3.postinst fails to update database due to syntax error

2009-08-21 Thread Mykola Nikishov
Package: bacula-director-sqlite3
Version: 3.0.2-1
Severity: grave
Tags: patch
Justification: renders package unusable


m...@tabernacle:~$ bash -n 
/var/lib/dpkg/info/bacula-director-sqlite3.postinst.orig
/var/lib/dpkg/info/bacula-director-sqlite3.postinst.orig: line 93: syntax error 
near unexpected token `;;'
/var/lib/dpkg/info/bacula-director-sqlite3.postinst.orig: line 93: `;;'
m...@tabernacle:~$


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

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

Versions of packages bacula-director-sqlite3 depends on:
ii  bacula-common 3.0.2-1network backup, recovery and verif
ii  bacula-common-sqlite3 3.0.2-1network backup, recovery and verif
ii  bacula-director-common3.0.2-1network backup, recovery and verif
ii  cdebconf [debconf-2.0]0.145  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  file  5.03-1 Determines file type using magic
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-2  GCC support library
ii  libsqlite3-0  3.6.17-2   SQLite 3 shared library
ii  libssl0.9.8   0.9.8k-4   SSL shared libraries
ii  libstdc++64.4.1-2The GNU Standard C++ Library v3
ii  libwrap0  7.6.q-18   Wietse Venema's TCP wrappers libra
ii  python2.5 2.5.4-1An interactive high-level object-o
ii  sqlite3   3.6.17-2   A command line interface for SQLit

bacula-director-sqlite3 recommends no packages.

bacula-director-sqlite3 suggests no packages.

-- debconf-show failed
--- /var/lib/dpkg/info/bacula-director-sqlite3.postinst.orig2009-08-21 
10:21:59.0 +0300
+++ /var/lib/dpkg/info/bacula-director-sqlite3.postinst 2009-08-21 
10:16:21.0 +0300
@@ -77,7 +77,7 @@
then echo Ok.
else echo -e \nERROR: could not upgrade Catalog. 
Please check $LOGDIR/upgrade.log for details.
fi
-
+fi
 
 fi
 


Processed: Re: Bug#534867: [linux-headers-2.6.30-1-686] Missed headers

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 534867 wishlist
Bug #534867 [linux-headers-2.6.30-1-686] [linux-headers-2.6.30-1-686] Missed 
headers
Severity set to 'wishlist' from 'serious'

 tags 534867 wontfix
Bug #534867 [linux-headers-2.6.30-1-686] [linux-headers-2.6.30-1-686] Missed 
headers
Added tag(s) wontfix.
 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#534867: [linux-headers-2.6.30-1-686] Missed headers

2009-08-21 Thread Bastian Blank
severity 534867 wishlist
tags 534867 wontfix
thanks

On Fri, Aug 21, 2009 at 01:52:35AM +0100, Julian Gilbey wrote:
  I've reopened this bug because I've just been stung by it myself.  The
  issue seems to be not so much that the package I'm trying to build
  (nvidia graphics module, see http://bugs.debian.org/510961) is using
  references to linux/* rather than asm/*, but rather that it doesn't
  know about the linux-headers-*-common directory.

It doesn't need to. However it _must_ use Kbuild to get the correct
include paths.

Bastian

-- 
Love sometimes expresses itself in sacrifice.
-- Kirk, Metamorphosis, stardate 3220.3



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



Bug#542712: [Pkg-utopia-maintainers] Bug#542712: [network-manager] NM fails to detect eth0 on multiple network cards system

2009-08-21 Thread Michael Biebl
severity 5427212 important
thanks

Abou Al Montacir wrote:
 Package: network-manager
 Version: 0.7.1-2
 Severity: serious
 
 --- Please enter the report below this line. ---
 
 I have two network cards eth0 and eth1 and NM, which used to work perfectly, 
 stopped working after an upgrade.

Which version was the last working version?

 It no more detects the eth0 interface, but only the eth1.

According to the log, but eth0 and eth1 are detected, only eth0 (ne2k-pci) does
not seem to support carrier detection.

 Please find attached different configuration files and log messages.

If I check the logs, eth1 (b44) does seem to be correctly recognized and
activated. You are using a Broadcom card, for which there was a fix in 0.7.1-2.

Are you certain that your problem still exists?

Could you send me a lshal dump in that case.

Thanks,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#542716: Please binNMU geany-plugins against new geany (0.18)

2009-08-21 Thread Chow Loong Jin
Hello,

There was recently a new release of Geany (= 0.18) in which the plugin
ABI was broken, hence requiring that all plugins be rebuilt in order to
be loaded by Geany.

  nmu geany-plugins_0.17.1-1 . ALL . -m 'Rebuild against new geany
(Closes: #542716)'

-- 
Kind regards,
Chow Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#542712: [Pkg-utopia-maintainers] Bug#542712: [network-manager] NM fails to detect eth0 on multiple network cards system

2009-08-21 Thread Abou Al Montacir
Le vendredi 21 août 2009 à 10:03 +0200, Michael Biebl a écrit :
 severity 5427212 important
 thanks
 
 Abou Al Montacir wrote:
  Package: network-manager
  Version: 0.7.1-2
  Severity: serious
  
  --- Please enter the report below this line. ---
  
  I have two network cards eth0 and eth1 and NM, which used to work 
  perfectly, stopped working after an upgrade.
 
 Which version was the last working version?

I really can't tell you but it was max 3 weeks, However I'm sure that
0.7.1-1 doesn't work. I also had new kernel installed by the next
weeks : I'm using sid with at least one update per week.

  It no more detects the eth0 interface, but only the eth1.
 
 According to the log, but eth0 and eth1 are detected, only eth0 (ne2k-pci) 
 does
 not seem to support carrier detection.

The real issue I think is that udev is instructed to rename interfaces :
b44 -- eth0 and ne2k-pci -- eth1. However, according to logs, I see
that ne2k-pci is loaded first and thus assigned eth0, then b44 is
loaded. After some time, the udev will renames the interfaces, but NM
seems to get disturbed by renaming interfaces.

  Please find attached different configuration files and log messages.
 
 If I check the logs, eth1 (b44) does seem to be correctly recognized and
 activated. You are using a Broadcom card, for which there was a fix in 
 0.7.1-2.

See above, but eth1 is not b44. Following lines from /var/log/messages

Aug 20 22:11:04 aziz kernel: [1.14] eth0: RealTek RTL-8029 found at 
0xb400, IRQ 23, 00:20:18:56:ad:9f.
Aug 20 22:11:04 aziz kernel: [2.045222] eth1: Broadcom 44xx/47xx 
10/100BaseT Ethernet 00:e0:18:b9:7d:16
Aug 20 22:11:04 aziz kernel: [2.187172] udev: renamed network interface 
eth1 to eth0
Aug 20 22:11:04 aziz kernel: [2.232627] udev: renamed network interface 
eth0_rename to eth1
Aug 20 22:13:05 aziz kernel: [  137.145407] eth0: Broadcom 44xx/47xx 
10/100BaseT Ethernet 00:e0:18:b9:7d:16


 Are you certain that your problem still exists?

Of course, I've got the issue yesterday as you can see in the logs (Aug
20 22:11:04)

 Could you send me a lshal dump in that case.

I'll try to do it this evening as I don't have physical access to the
machine today.

Cheers,
Abou Al Montacir




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



Bug#537095: marked as done (cipux-object: FTBFS: tests failed)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 10:29:01 +0200
with message-id 20090821082901.gv10...@jones.dk
and subject line FTBFS fixed in cipux-object 3.4.0.2
has caused the Debian Bug report #537095,
regarding cipux-object: FTBFS: tests 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.)


-- 
537095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cipux-object
Version: 3.4.0.0-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090713 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 test -x debian/rules
 dh_testroot
 rm -f debian/stamp-copyright-check
 rm -f debian/stamp-buildinfo
 cd .  ./Build realclean  
 /bin/sh: ./Build: No such file or directory
 make: [clean] Error 127 (ignored)
 rm -f debian/stamp-perl-build debian/stamp-perl-check
 dh_clean 
  dpkg-source -b cipux-object-3.4.0.0
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building cipux-object using existing 
 cipux-object_3.4.0.0.orig.tar.gz
 dpkg-source: info: building cipux-object in cipux-object_3.4.0.0-2.diff.gz
 dpkg-source: info: building cipux-object in cipux-object_3.4.0.0-2.dsc
  debian/rules build
 test -x debian/rules
 mkdir -p .
 Scanning upstream source for new/changed copyright notices...
 licensecheck -c .* -r --copyright -i 
 ^debian/(changelog|copyright(|_hints|_newhints)) Build.PL Changes MANIFEST 
 MANIFEST.SKIP META.yml Makefile.PL README bin debian expl lib t usr | 
 some-output-filtering...
 Found 58 different copyright and licensing combinations.
 No new copyright notices found - assuming no news is good news...
 touch debian/stamp-copyright-check
 cd .  perl Build.PL  --installdirs vendor --config ccflags=-g -O2 
 --config cxxflags=-g -O2 --config ldflags= 
 destdir=/build/user-cipux-object_3.4.0.0-2-amd64-CMbHd0/cipux-object-3.4.0.0/debian/tmp/
 Checking whether your kit is complete...
 Looks good
 
 Checking prerequisites...
 Looks good
 
 Creating new 'Build' script for 'CipUX-Object' version '3.4.0.0'
 cd .  ./Build build  
 Copying lib/CipUX/Object/Action.pm - blib/lib/CipUX/Object/Action.pm
 Copying lib/CipUX/Object/Action/Destroy.pm - 
 blib/lib/CipUX/Object/Action/Destroy.pm
 Copying lib/CipUX/Object/Action/Attribute/List.pm - 
 blib/lib/CipUX/Object/Action/Attribute/List.pm
 Copying lib/CipUX/Object/Action/Create.pm - 
 blib/lib/CipUX/Object/Action/Create.pm
 Copying lib/CipUX/Object/Client.pm - blib/lib/CipUX/Object/Client.pm
 Copying lib/CipUX/Object.pm - blib/lib/CipUX/Object.pm
 Copying lib/CipUX/Object/Action/Attribute/Change.pm - 
 blib/lib/CipUX/Object/Action/Attribute/Change.pm
 Copying lib/CipUX/Object/Action/List.pm - 
 blib/lib/CipUX/Object/Action/List.pm
 Copying bin/cipux_object_client - blib/script/cipux_object_client
 Deleting blib/script/cipux_object_client.bak
 Copying bin/cipux_object_client - blib/bin755/cipux_object_client
 Copying usr/share/cipux/etc/cipux-object.perl - 
 blib/bootcfg/cipux-object.perl
 Manifying blib/bin755/cipux_object_client - 
 blib/bindoc/cipux_object_client.1p
 Manifying blib/lib/CipUX/Object.pm - blib/libdoc/CipUX::Object.3pm
 Manifying blib/lib/CipUX/Object/Client.pm - 
 blib/libdoc/CipUX::Object::Client.3pm
 Manifying blib/lib/CipUX/Object/Action/Destroy.pm - 
 blib/libdoc/CipUX::Object::Action::Destroy.3pm
 Manifying blib/lib/CipUX/Object/Action/Attribute/List.pm - 
 blib/libdoc/CipUX::Object::Action::Attribute::List.3pm
 Manifying blib/lib/CipUX/Object/Action/Attribute/Change.pm - 
 blib/libdoc/CipUX::Object::Action::Attribute::Change.3pm
 Manifying blib/lib/CipUX/Object/Action/List.pm - 
 blib/libdoc/CipUX::Object::Action::List.3pm
 Manifying blib/lib/CipUX/Object/Action.pm - 
 blib/libdoc/CipUX::Object::Action.3pm
 Manifying blib/lib/CipUX/Object/Action/Create.pm - 
 blib/libdoc/CipUX::Object::Action::Create.3pm
 touch debian/stamp-perl-build
 cd .  ./Build test  verbose=1
 t/00.load1..7
 ok 1 - use CipUX::Object::Action;
 problem createing /var/cache/cipux: Permission denied
 not ok 2 - use CipUX::Object::Client;
 
 #   Failed test 'use CipUX::Object::Client;'
 #   at t/00.load.t line 5.
 # Tried to use 'CipUX::Object::Client'.
 # Error:  can't create /var/cache/cipux/cipux-storage: No such file or 
 directory at /usr/share/perl5/CipUX.pm line 1165
 # Compilation failed in require at 
 /build/user-cipux-object_3.4.0.0-2-amd64-CMbHd0/cipux-object-3.4.0.0/blib/lib/CipUX/Object/Client.pm
  line 28.
 

Bug#542734: /u/s/pyshared-data/python-webunit lists files under /build

2009-08-21 Thread Toni Mueller


Hi Aaron,

On Thu, 20.08.2009 at 21:29:05 -0400, Aaron M. Ucko u...@debian.org wrote:
 Severity: grave
 Justification: renders package unusable (uninstallable)

known problem, i think i was pointed to a solution yesterday, will
probably take me this WE to implement, though.

Sorry for the breakage. =8-(

-- 
Kind regards,
--Toni++




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



Bug#542772: hal: HAL deamon locks computer on boot, needs powercycling to recover

2009-08-21 Thread Adam John Trickett
Package: hal
Version: 0.5.12~git20090406.46dc48-2
Severity: grave
Justification: renders package unusable


When init.d starts hald the computer stops dead and cannot
be booted. A power cycle is required to restart the machine.
It is only possible to use the computer with hald disabled.

The problem has happened on the 2.6.26 and 2.6.30 kernels.
When running the 2.6.18 kernel I can start hald, though it
does take an age to start.

This is only happening on an old Dell Inspiron 3500 notebook,
my more modern systems seem perfectly happy.


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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hal depends on:
ii  acl  2.2.47-3Access control list utilities
ii  adduser  3.110   add and remove users and groups
ii  consolekit   0.3.0-3 framework for defining and trackin
ii  dbus 1.2.16-2simple interprocess messaging syst
ii  hal-info 20090716-1  Hardware Abstraction Layer - fdi f
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.16-2simple interprocess messaging syst
ii  libdbus-glib 0.82-1  simple interprocess messaging syst
ii  libexpat12.0.1-4 XML parsing C library - runtime li
ii  libgcc1  1:4.4.1-1   GCC support library
ii  libglib2.0-0 2.20.4-1The GLib library of C routines
ii  libhal-stora 0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libpolkit2   0.9-4   library for accessing PolicyKit
ii  libsmbios2   2.0.3.dfsg-1Provide access to (SM)BIOS informa
ii  libstdc++6   4.4.1-1 The GNU Standard C++ Library v3
ii  libusb-0.1-4 2:0.1.12-13 userspace USB programming library
ii  libvolume-id 0.141-1 libvolume_id shared library
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip
ii  mount2.15.1~rc1-1Tools for mounting and manipulatin
ii  pciutils 1:3.1.3-2   Linux PCI Utilities
ii  pm-utils 1.2.5-4 utilities and scripts for power ma
ii  policykit0.9-4   framework for managing administrat
ii  udev 0.141-1 /dev/ and hotplug management daemo
ii  usbutils 0.84-1  Linux USB utilities

Versions of packages hal recommends:
ii  eject   2.1.5+deb1+cvs20081104-6 ejects CDs and operates CD-Changer
ii  libsmbios-bin   2.0.3.dfsg-1 Provide access to (SM)BIOS informa

Versions of packages hal suggests:
pn  gnome-device-manager  none (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: Re: libapache2-mod-php5 with segmentation fault and efree heap overflow

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 542514 grave
Bug #542514 [libapache2-mod-php5] libapache2-mod-php5 with segmentation fault 
and efree heap overflow
Severity set to 'grave' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: libapache2-mod-php5 with segmentation fault and efree heap overflow

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 542514 grave
Bug #542514 [libapache2-mod-php5] libapache2-mod-php5 with segmentation fault 
and efree heap overflow
Ignoring request to change severity of Bug 542514 to the same value.
 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: forcibly merging 540735 542650

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # This is a clear duplicate.
 forcemerge 540735 542650
Bug#540735: system-config-printer-kde broken because cannot import name 
options
Bug#542650: system-config-printer-kde: Printer configuration does not load in 
system settings
Forcibly Merged 540735 542650.


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#542777: CVE-2009-1884: Off-by-one error in the bzinflate function in Bzip2.xs

2009-08-21 Thread Giuseppe Iuculano
Package: libcompress-raw-bzip2-perl
Version: 2.020-1
Severity: grave
Tags: security patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for libcompress-raw-bzip2-perl.

CVE-2009-1884[0]:
| Off-by-one error in the bzinflate function in Bzip2.xs in the
| Compress-Raw-Bzip2 module before 2.018 for Perl allows
| context-dependent attackers to cause a denial of service (application
| hang or crash) via a crafted bzip2 compressed stream that triggers a
| buffer overflow, a related issue to CVE-2009-1391.

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

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1884
http://security-tracker.debian.net/tracker/CVE-2009-1884
Patch: https://bugs.gentoo.org/attachment.cgi?id=201642

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

iEYEARECAAYFAkqOak0ACgkQNxpp46476apmUQCgkPAlkkkAoX+FZFuDq2pL4AVT
ncUAnirOW0kG336Sp1LZ45VEX6N/z82Z
=uL1i
-END PGP SIGNATURE-



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



Processed: Re: Processed: raising severity for python-xml-removal reports

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 468610 pending
Bug #468610 [pyslide] python-xml removal: please drop/replace (build) 
dependencies
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#542712: [Pkg-utopia-maintainers] Bug#542712: Bug#542712: [network-manager] NM fails to detect eth0 on multiple network cards system

2009-08-21 Thread Michael Biebl
Abou Al Montacir wrote:
 Le vendredi 21 août 2009 à 10:03 +0200, Michael Biebl a écrit :
 severity 5427212 important
 thanks

 Abou Al Montacir wrote:
 Package: network-manager
 Version: 0.7.1-2
 Severity: serious

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

 I have two network cards eth0 and eth1 and NM, which used to work 
 perfectly, stopped working after an upgrade.
 Which version was the last working version?
 
 I really can't tell you but it was max 3 weeks, However I'm sure that
 0.7.1-1 doesn't work. I also had new kernel installed by the next
 weeks : I'm using sid with at least one update per week.
 
 It no more detects the eth0 interface, but only the eth1.
 According to the log, but eth0 and eth1 are detected, only eth0 (ne2k-pci) 
 does
 not seem to support carrier detection.
 
 The real issue I think is that udev is instructed to rename interfaces :
 b44 -- eth0 and ne2k-pci -- eth1. However, according to logs, I see
 that ne2k-pci is loaded first and thus assigned eth0, then b44 is
 loaded. After some time, the udev will renames the interfaces, but NM
 seems to get disturbed by renaming interfaces.
 
 Please find attached different configuration files and log messages.
 If I check the logs, eth1 (b44) does seem to be correctly recognized and
 activated. You are using a Broadcom card, for which there was a fix in 
 0.7.1-2.
 
 See above, but eth1 is not b44. Following lines from /var/log/messages
 
 Aug 20 22:11:04 aziz kernel: [1.14] eth0: RealTek RTL-8029 found at 
 0xb400, IRQ 23, 00:20:18:56:ad:9f.
 Aug 20 22:11:04 aziz kernel: [2.045222] eth1: Broadcom 44xx/47xx 
 10/100BaseT Ethernet 00:e0:18:b9:7d:16
 Aug 20 22:11:04 aziz kernel: [2.187172] udev: renamed network interface 
 eth1 to eth0
 Aug 20 22:11:04 aziz kernel: [2.232627] udev: renamed network interface 
 eth0_rename to eth1
 Aug 20 22:13:05 aziz kernel: [  137.145407] eth0: Broadcom 44xx/47xx 
 10/100BaseT Ethernet 00:e0:18:b9:7d:16
 
 
 Are you certain that your problem still exists?
 
 Of course, I've got the issue yesterday as you can see in the logs (Aug
 20 22:11:04)
 

Maybe your issue is related to udev:
What's the content of /etc/udev/rules.d/70-persistent-net.rules, does it help
when you remove that file and reboot.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#468610: Processed: raising severity for python-xml-removal reports

2009-08-21 Thread Kartik Mistry
tags 468610 pending
thanks

I am going to file removal reuqest for pyslide as it's dependency on
python-xml has no alternative at moment.

Thanks.

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Debian GNU/Linux Developer
 Blogs: {ftbfs, kartikm}.wordpress.com



-- 
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

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 539379 0.14~svn892-1
Bug#539379: after installing plugins psi+ don't work
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.14~svn892-1, send any further explanations to 
Денис feklushkin.de...@gmail.com


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: your mail

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 539379 0.14~svn812-1
Bug#539379: after installing plugins psi+ don't work
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.14~svn812-1, send any further explanations to 
Денис feklushkin.de...@gmail.com


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#542772: hal: HAL deamon locks computer on boot, needs powercycling to recover

2009-08-21 Thread Michael Biebl
Adam John Trickett wrote:
 Package: hal
 Version: 0.5.12~git20090406.46dc48-2
 Severity: grave
 Justification: renders package unusable
 
 
 When init.d starts hald the computer stops dead and cannot
 be booted. A power cycle is required to restart the machine.
 It is only possible to use the computer with hald disabled.
 
 The problem has happened on the 2.6.26 and 2.6.30 kernels.
 When running the 2.6.18 kernel I can start hald, though it
 does take an age to start.

Well, it sounds like a kernel related problem then.

Do you have any messages (kernel oops) in the syslog?
Could you disable hal from starting at boot time and then run it afterwards
manually (as root) with hald --daemon=no --verbose=yes.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#542767: apt: autoremove removes needed packages

2009-08-21 Thread Steve Cotton
On Fri, Aug 21, 2009 at 10:20:50AM +0200, Bernhard Kuemel wrote:
 Removed epiphany, galeon and konquerer in one apt-get call.

 gnome-desktop-environment
GDE depends on one of:
 epiphany-browser 2.26.3-2
 epiphany-gecko 2.26.3-2
 epiphany-webkit 2.27.5-1
 galeon 2.0.7-1
 icedove-gnome-support 2.0.0.22-1
 iceweasel-gnome-support 3.0.12-1
 kazehakase 0.5.6-1 


  
and also depends on most of the other packages that are now being removed.

I think marking GDE as manually installed will fix your problem.

Regards,
Steve



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



Bug#542795: kernel-package: creating Debian packages fails, create_md5sums is undefined

2009-08-21 Thread Sven Joachim
Package: kernel-package
Version: 12.018
Severity: grave
Tags: patch

Building a linux-image package failed:

,
| % LANG=C fakeroot make-kpkg --initrd --revision=custom.1.0 --arch=amd64 
--cross-compile=- linux-image
| [...]
| install -p-o root -g root  -m  644 ./debian/templates.master 
/usr/src/linux-2.6.27.31/debian/linux-image-2.6.27. 
31-amd64/DEBIAN/templates
| dpkg-gencontrol -DArchitecture=i386 -isp \
| -plinux-image-2.6.27.31-amd64 
-P/usr/src/linux-2.6.27.31/debian/linux-image-2.6.27.31-amd64/
| /usr/src/linux-2.6.27.31/debian/linux-image-2.6.27.31-amd64
| make[2]: execvp: /usr/src/linux-2.6.27.31/debian/linux-image-2.6.27.31-amd64: 
Permission denied
| make[2]: *** [debian/stamp/binary/linux-image-2.6.27.31-amd64] Error 127
| make[2]: Leaving directory `/usr/src/linux-2.6.27.31'
| make[1]: *** [debian/stamp/binary/pre-linux-image-2.6.27.31-amd64] Error 2
| make[1]: Leaving directory `/usr/src/linux-2.6.27.31'
| make: *** [linux-image] Error 2
`

A short investigation shows that the error appears here:

,[ /usr/share/kernel-package/ruleset/targets/image.mk ]
|   dpkg-gencontrol -DArchitecture=$(DEB_HOST_ARCH) -isp \
|   -p$(package) -P$(TMPTOP)/
|   $(create_md5sums)  $(TMPTOP)
`

Unfortunately create_md5sums is not defined, because
/usr/share/kernel-package/ruleset/common/install_cmds.mk defines
create_md5sum instead.

Fixing the typo solved the problem for me:

--8---cut here---start-8---
--- install_cmds.mk~2009-08-19 18:45:09.0 +0200
+++ install_cmds.mk 2009-08-21 14:11:46.816165961 +0200
@@ -40,7 +40,7 @@
 install_script  = $(INSTALL) -p-o root -g root  -m  755
 make_directory  = $(INSTALL) -p -d -o root -g root  -m  755
 
-define create_md5sum
+define create_md5sums
 create_md5sums_fn () { \
 cd $$1 ;   \
find . -type f  \
--8---cut here---end---8---


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

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

Versions of packages kernel-package depends on:
ii  binutils  2.19.51.20090805-1 The GNU assembler, linker and bina
ii  build-essential   11.4   Informational list of build-essent
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  file  5.03-1 Determines file type using magic
ii  gettext   0.17-7 GNU Internationalization utilities
ii  make  3.81-6 An utility for Directing compilati
ii  module-init-tools 3.10-2 tools for managing Linux kernel mo
ii  po-debconf1.0.16 tool for managing templates file t
ii  util-linux2.16-3 Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio  2.10-1 GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
ii  bzip2  1.0.5-3   high-quality block-sorting file co
pn  docbook-utils  none(no description available)
ii  e2fsprogs  1.41.8-2  ext2/ext3/ext4 file system utiliti
ii  initramfs-tools [linux 0.93.4tools for generating an initramfs
pn  libdb3-dev none(no description available)
ii  libncurses5-dev [libnc 5.7+20090803-1+b1 developer's libraries and docs for
pn  linux-source | kernel- none(no description available)
pn  xmlto  none(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



Bug#540114: libaqbanking29: OFX account setup crashes with assertion failure

2009-08-21 Thread Martin Preuss
Hi,

On Mittwoch, 5. August 2009, Micha Lenk wrote:
[...]
 aqofxconnect qt3-wizard: cfgdir.c:284: GWEN_ConfigMgrDir_AddGroupFileName:
 Assertion `subGroupName' failed. Aborted
[...]

Now fixed in SVN.


Regards
Martin

-- 
Things are only impossible until they're not

Martin Preuss - http://www2.aquamaniac.de/
AqBanking - http://www.aqbanking.de/
LibChipcard - http://www.libchipcard.de/




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



Processed: tagging 540114

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 540114 fixed-upstream
Bug #540114 [libaqbanking29-plugins-qt] libaqbanking29: OFX account setup 
crashes with assertion failure
Added tag(s) fixed-upstream.

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: [9532201] Fix for Bug#542795 committed to git

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 542795 +pending
Bug #542795 [kernel-package] kernel-package: creating Debian packages fails, 
create_md5sums is undefined
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#542795: [9532201] Fix for Bug#542795 committed to git

2009-08-21 Thread Manoj Srivastava

tags 542795 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava sriva...@debian.org on Fri, 21 Aug 2009 08:53:23 -0500.
 The fix will be in the next upload. 
=
When changing the name of the function, also change invocation

The md5sum creation function had a change cherry picked from the mainline
branch, however, that branch had a different name for the function. This
patch brings invocation back in line with the definition of the function.

Closes: #542795

Signed-off-by: Manoj Srivastava sriva...@debian.org
=




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



Bug#542810: update from sqlite2 will fail because of AUTOINCREMENT in table definition

2009-08-21 Thread Sven Hartge
Package: bacula-director-sqlite3
Version: 3.0.2-1
Severity: serious

Hello.

During the update from a previous sqlite2-base director, the postinst runs the
following command:

sqlite $DB .dump | sqlite3 $DB.sqlite3

This will fail on older installations of bacula-director-sqlite, because the
database may contain table schemas like the following:

CREATE TABLE Filename (
  FilenameId INTEGER UNSIGNED AUTOINCREMENT,
  Name TEXT DEFAULT ,
  PRIMARY KEY(FilenameId) 
  );

Problem is, sqlite3 does not understand AUTOINCREMENT in this way, this keyword
is only allowed alongside a PRIMARY KEY statement. Besides, every integer
primary key will autoincrement without this keyword, as per 
http://sqlite.org/faq.html#q1

I suggest using a statement like this in the postinst of 
bacula-director-sqlite3:

   sqlite $DB .dump | sed 's/ AUTOINCREMENT,/,/' | sqlite3 $DB.sqlite3

This will eliminate the unwanted AUTOINCREMENT and the resulting database dump
will be the same as a newly created bacula sqlite3 database:

CREATE TABLE Filename (
  FilenameId INTEGER UNSIGNED,
  Name TEXT DEFAULT ,
  PRIMARY KEY(FilenameId)
  );


But: testing revealed the FilenameId column will not autoincrement despite it
being the primary key for this table. This sees more like a bug to be
discussed with upstream. From my reading of the source and my tests with
sqlite3, the currect table schema should not be working.

The (to me) correct schema of this table should be:

CREATE TABLE Filename (
  FilenameId INTEGER PRIMARY KEY AUTOINCREMENT,
  Name TEXT DEFAULT ,
  );


So far, I am unsure what to do.


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

Kernel: Linux 2.6.29.1-217
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages bacula-director-sqlite3 depends on:
ii  bacula-director-common2.4.4-1+b1 network backup, recovery and verif
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-2  GCC support library
ii  libsqlite3-0  3.6.17-2   SQLite 3 shared library
ii  libstdc++64.4.1-2The GNU Standard C++ Library v3
ii  libwrap0  7.6.q-18   Wietse Venema's TCP wrappers libra
ii  python2.4 2.4.6-2An interactive high-level object-o
ii  sqlite3   3.6.17-2   A command line interface for SQLit

bacula-director-sqlite3 recommends no packages.

bacula-director-sqlite3 suggests no packages.



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



Processed: Bug#542451: nautilus: Nautilus displays an empty folder for an afs-mounted symlink

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 clone 542451 -1
Bug#542451: nautilus: Nautilus displays an empty folder for an afs-mounted 
symlink
Bug 542451 cloned as bug 542809.

 reassign -1 gvfs
Bug #542809 [nautilus] nautilus: Nautilus displays an empty folder for an 
afs-mounted symlink
Bug reassigned from package 'nautilus' to 'gvfs'.
Bug No longer marked as found in versions nautilus/2.26.3-1.
 severity -1 serious
Bug #542809 [gvfs] nautilus: Nautilus displays an empty folder for an 
afs-mounted symlink
Severity set to 'serious' from 'normal'


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#542815: createrepo fails: ImportError: No module named _rpm

2009-08-21 Thread Aron Griffis
Package: createrepo
Version: 0.4.11-1
Severity: grave
Justification: renders package unusable


$ createrepo .
Traceback (most recent call last):
  File /usr/share/createrepo/genpkgmetadata.py, line 26, in module
import rpm
  File /usr/lib/python2.5/site-packages/rpm/__init__.py, line 7, in module
from _rpm import *
ImportError: No module named _rpm

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

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

Versions of packages createrepo depends on:
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-libxml2   2.7.3.dfsg-2+b1 Python bindings for the GNOME XML 
ii  python-rpm   4.7.0-9 Python bindings for RPM
ii  python-sqlitecachec  1.1.2-1 A fast metadata parser for YUM
ii  python-support   1.0.3   automated rebuilding support for P
ii  rpm  4.7.0-9 package manager for RPM

createrepo recommends no packages.

createrepo suggests no packages.

-- 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#542810: update from sqlite2 will fail because of AUTOINCREMENT in table definition

2009-08-21 Thread Sven Hartge
Addendum:

After further experimentation I discovered the following facts.

Given a schema like this, 'x' _will_ autoincrement on insert:

CREATE TABLE t1 ( 
  x INTEGER, 
  name TEXT DEFAULT , 
  PRIMARY KEY(x)
);

Give a schema like this, with added UNSIGNED after INTEGER, 'x' *will 
not* autoincrement on insert:

CREATE TABLE t1 ( 
  x INTEGER UNSIGNED, 
  name TEXT DEFAULT , 
  PRIMARY KEY(x)
);


Considering this discovery, the sqlite - sqlite3 upgrade command should 
be:

   sqlite $DB .dump |\
   sed 's/ INTEGER UNSIGNED AUTOINCREMENT,/ INTEGER,/' |\
   sqlite3 $DB.sqlite3

This should be safe, since the only columns with AUTOINCREMENT added are 
INTEGER and all are also PRIMARY KEYs:

ds9:/var/lib/bacula # sqlite bacula.db .schema  | grep AUTOINCREMENT
   BaseId INTEGER UNSIGNED AUTOINCREMENT,
   ClientId INTEGER UNSIGNED AUTOINCREMENT,
   FileId INTEGER UNSIGNED AUTOINCREMENT,
   FileSetId INTEGER UNSIGNED AUTOINCREMENT,
   FilenameId INTEGER UNSIGNED AUTOINCREMENT,
   PathId INTEGER UNSIGNED AUTOINCREMENT,
   UnsavedId INTEGER UNSIGNED AUTOINCREMENT,

ds9:/var/lib/bacula # sqlite bacula.db .schema  | grep PRIMARY KEY
   PRIMARY KEY(BaseId)
   PRIMARY KEY (MediaId)
   PRIMARY KEY(ClientId)
   PRIMARY KEY (Counter)
   PRIMARY KEY(DeviceId)
   PRIMARY KEY(FileId) 
   PRIMARY KEY(FileSetId)
  PRIMARY KEY(FilenameId) 
   PRIMARY KEY(JobId)
   PRIMARY KEY(JobMediaId) 
   PRIMARY KEY(LocationId)
   PRIMARY KEY(LocLogId)
   PRIMARY KEY(LogId) 
   PRIMARY KEY(MediaId)
   PRIMARY KEY(MediaTypeId)
   PRIMARY KEY (TableName)
   PRIMARY KEY(PathId) 
   PRIMARY KEY (PoolId)
   PRIMARY KEY (JobStatus)
   PRIMARY KEY(StorageId)
   PRIMARY KEY (UnsavedId)



Grüße,
Sven



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



Bug#542810: update from sqlite2 will fail because of AUTOINCREMENT in table definition

2009-08-21 Thread John Goerzen
forwarded 542810 http://bugs.bacula.org/view.php?id=1351
thanks

Hi Sven,

Thanks for the report.  I am initially unsure what to do about it
either, and have opened an upstream report at the above URL.

 I suggest using a statement like this in the postinst of 
 bacula-director-sqlite3:
 
sqlite $DB .dump | sed 's/ AUTOINCREMENT,/,/' | sqlite3 $DB.sqlite3

That could cause issues if you had any file on your system named  
AUTOINCREMENT,.

OK, unlikely, but we'd still probably want to tighten it up some.

-- John



-- 
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#542810: update from sqlite2 will fail because of AUTOINCREMENT in table definition

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 542810 http://bugs.bacula.org/view.php?id=1351
Bug #542810 [bacula-director-sqlite3] update from sqlite2 will fail because of 
AUTOINCREMENT in table definition
Set Bug forwarded-to-address to 'http://bugs.bacula.org/view.php?id=1351'.
 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: Processed: Bug#542451: nautilus: Nautilus displays an empty folder for an afs-mounted symlink

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 542451 gvfs
Bug #542451 [nautilus] nautilus: Nautilus displays an empty folder for an 
afs-mounted symlink
Bug reassigned from package 'nautilus' to 'gvfs'.
Bug No longer marked as found in versions nautilus/2.26.3-1.
 severity 542809 normal
Bug #542809 [gvfs] nautilus: Nautilus displays an empty folder for an 
afs-mounted symlink
Severity set to 'normal' from 'serious'

 merge 542451 542809
Bug#542451: nautilus: Nautilus displays an empty folder for an afs-mounted 
symlink
Bug#542809: nautilus: Nautilus displays an empty folder for an afs-mounted 
symlink
Merged 542451 542809.

 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#535770: php-db lacking symbol table

2009-08-21 Thread jidanni
In http://news.gmane.org/group/gmane.org.wikimedia.mediawiki/thread=31896
they also point out why php-db has No symbol table info available

P.S., is anybody reading this bug report these days?



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



Bug#534735: hosts problem?

2009-08-21 Thread Patrick Calhoun
I can't reproduce this bug, but, then again, my /etc/hosts file had this 
line by default after debian installation:


127.0.0.1localhost

... so The hostname IS resolvable
-Patrick



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



Bug#531418: marked as done (esperanza: FTBFS: error: 'const class Xmms::ListXmms::Dict' has no member named 'first')

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 16:19:06 +
with message-id e1mewpw-0004on...@ries.debian.org
and subject line Bug#531418: fixed in esperanza 0.4.0+git20090708-1
has caused the Debian Bug report #531418,
regarding esperanza: FTBFS: error: 'const class Xmms::ListXmms::Dict' has no 
member named 'first'
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.)


-- 
531418: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531418
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: esperanza
Version: 0.4.0-3
Severity: serious

Hi,

There was an error while trying to autobuild your package:

 Start Time: 20090526-1822

[...]

 Build-Depends: debhelper (= 5), libqt4-dev, libxmmsclient++-dev (= 0.2DrK), 
 libx11-dev

[...]

 Toolchain package versions: libc6-dev_2.9-12 linux-libc-dev_2.6.29-4 
 g++-4.3_4.3.3-10 gcc-4.3_4.3.3-10 binutils_2.19.1-1 libstdc++6_4.4.0-5 
 libstdc++6-4.3-dev_4.3.3-10
 

[...]

 g++ -c -pipe -O2 -fPIC -Wall -W -Wno-unused-parameter -D_REENTRANT -fPIC 
 -D_DEBUG -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -DQT_GUI_LIB 
 -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 
 -I../../ui -I../../lib -I../../dialogs -I../../tools -I/usr/include/xmms2 -I. 
 -I. -o medialibdialog.o medialibdialog.cpp
 medialibdialog.cpp: In member function 'bool 
 MedialibDialog::compl_reply(const Xmms::ListXmms::Dict)':
 medialibdialog.cpp:197: error: 'const class Xmms::ListXmms::Dict' has no 
 member named 'first'
 medialibdialog.cpp:197: error: 'const class Xmms::ListXmms::Dict' has no 
 member named 'isValid'
 medialibdialog.cpp:197: error: no match for 'operator++' in '++list'
 medialibdialog.cpp:199: error: no match for 'operator*' in '*list'
 /usr/include/qt4/QtCore/qsize.h:166: note: candidates are: const QSize 
 operator*(const QSize, qreal)
 /usr/include/qt4/QtCore/qsize.h:169: note: const QSize 
 operator*(qreal, const QSize)
 /usr/include/qt4/QtCore/qsize.h:322: note: const QSizeF 
 operator*(const QSizeF, qreal)
 /usr/include/qt4/QtCore/qsize.h:325: note: const QSizeF 
 operator*(qreal, const QSizeF)
 /usr/include/qt4/QtCore/qpoint.h:159: note: const QPoint 
 operator*(const QPoint, qreal)
 /usr/include/qt4/QtCore/qpoint.h:162: note: const QPoint 
 operator*(qreal, const QPoint)
 /usr/include/qt4/QtCore/qpoint.h:326: note: const QPointF 
 operator*(qreal, const QPointF)
 /usr/include/qt4/QtCore/qpoint.h:321: note: const QPointF 
 operator*(const QPointF, qreal)
 /usr/include/qt4/QtGui/qmatrix.h:132: note: QPoint 
 operator*(const QPoint, const QMatrix)
 /usr/include/qt4/QtGui/qmatrix.h:134: note: QPointF 
 operator*(const QPointF, const QMatrix)
 /usr/include/qt4/QtGui/qmatrix.h:136: note: QLineF 
 operator*(const QLineF, const QMatrix)
 /usr/include/qt4/QtGui/qmatrix.h:138: note: QLine 
 operator*(const QLine, const QMatrix)
 /usr/include/qt4/QtGui/qmatrix.h:140: note: QPolygon 
 operator*(const QPolygon, const QMatrix)
 /usr/include/qt4/QtGui/qmatrix.h:142: note: QPolygonF 
 operator*(const QPolygonF, const QMatrix)
 /usr/include/qt4/QtGui/qmatrix.h:144: note: QRegion 
 operator*(const QRegion, const QMatrix)
 /usr/include/qt4/QtGui/qmatrix.h:146: note: QPainterPath 
 operator*(const QPainterPath, const QMatrix)
 /usr/include/qt4/QtGui/qtransform.h:324: note: QPoint 
 operator*(const QPoint, const QTransform)
 /usr/include/qt4/QtGui/qtransform.h:326: note: QPointF 
 operator*(const QPointF, const QTransform)
 /usr/include/qt4/QtGui/qtransform.h:328: note: QLineF 
 operator*(const QLineF, const QTransform)
 /usr/include/qt4/QtGui/qtransform.h:330: note: QLine 
 operator*(const QLine, const QTransform)
 /usr/include/qt4/QtGui/qtransform.h:332: note: QPolygon 
 operator*(const QPolygon, const QTransform)
 /usr/include/qt4/QtGui/qtransform.h:334: note: QPolygonF 
 operator*(const QPolygonF, const QTransform)
 /usr/include/qt4/QtGui/qtransform.h:336: note: QRegion 
 operator*(const QRegion, const QTransform)
 /usr/include/qt4/QtGui/qtransform.h:338: note: QPainterPath 
 operator*(const QPainterPath, const QTransform)
 /usr/include/qt4/QtGui/qtransform.h:341: note: QTransform 
 operator*(const QTransform, qreal)
 

Bug#542795: marked as done (kernel-package: creating Debian packages fails, create_md5sums is undefined)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 16:21:34 +
with message-id e1mewru-0004xh...@ries.debian.org
and subject line Bug#542795: fixed in kernel-package 12.019
has caused the Debian Bug report #542795,
regarding kernel-package: creating Debian packages fails, create_md5sums is 
undefined
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.)


-- 
542795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542795
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kernel-package
Version: 12.018
Severity: grave
Tags: patch

Building a linux-image package failed:

,
| % LANG=C fakeroot make-kpkg --initrd --revision=custom.1.0 --arch=amd64 
--cross-compile=- linux-image
| [...]
| install -p-o root -g root  -m  644 ./debian/templates.master 
/usr/src/linux-2.6.27.31/debian/linux-image-2.6.27. 
31-amd64/DEBIAN/templates
| dpkg-gencontrol -DArchitecture=i386 -isp \
| -plinux-image-2.6.27.31-amd64 
-P/usr/src/linux-2.6.27.31/debian/linux-image-2.6.27.31-amd64/
| /usr/src/linux-2.6.27.31/debian/linux-image-2.6.27.31-amd64
| make[2]: execvp: /usr/src/linux-2.6.27.31/debian/linux-image-2.6.27.31-amd64: 
Permission denied
| make[2]: *** [debian/stamp/binary/linux-image-2.6.27.31-amd64] Error 127
| make[2]: Leaving directory `/usr/src/linux-2.6.27.31'
| make[1]: *** [debian/stamp/binary/pre-linux-image-2.6.27.31-amd64] Error 2
| make[1]: Leaving directory `/usr/src/linux-2.6.27.31'
| make: *** [linux-image] Error 2
`

A short investigation shows that the error appears here:

,[ /usr/share/kernel-package/ruleset/targets/image.mk ]
|   dpkg-gencontrol -DArchitecture=$(DEB_HOST_ARCH) -isp \
|   -p$(package) -P$(TMPTOP)/
|   $(create_md5sums)  $(TMPTOP)
`

Unfortunately create_md5sums is not defined, because
/usr/share/kernel-package/ruleset/common/install_cmds.mk defines
create_md5sum instead.

Fixing the typo solved the problem for me:

--8---cut here---start-8---
--- install_cmds.mk~2009-08-19 18:45:09.0 +0200
+++ install_cmds.mk 2009-08-21 14:11:46.816165961 +0200
@@ -40,7 +40,7 @@
 install_script  = $(INSTALL) -p-o root -g root  -m  755
 make_directory  = $(INSTALL) -p -d -o root -g root  -m  755
 
-define create_md5sum
+define create_md5sums
 create_md5sums_fn () { \
 cd $$1 ;   \
find . -type f  \
--8---cut here---end---8---


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

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

Versions of packages kernel-package depends on:
ii  binutils  2.19.51.20090805-1 The GNU assembler, linker and bina
ii  build-essential   11.4   Informational list of build-essent
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  file  5.03-1 Determines file type using magic
ii  gettext   0.17-7 GNU Internationalization utilities
ii  make  3.81-6 An utility for Directing compilati
ii  module-init-tools 3.10-2 tools for managing Linux kernel mo
ii  po-debconf1.0.16 tool for managing templates file t
ii  util-linux2.16-3 Miscellaneous system utilities

Versions of packages kernel-package recommends:
ii  cpio  2.10-1 GNU cpio -- a program to manage ar

Versions of packages kernel-package suggests:
ii  bzip2  1.0.5-3   high-quality block-sorting file co
pn  docbook-utils  none(no description available)
ii  e2fsprogs  1.41.8-2  ext2/ext3/ext4 file system utiliti
ii  initramfs-tools [linux 0.93.4tools for generating an initramfs
pn  libdb3-dev none(no description available)
ii  libncurses5-dev [libnc 5.7+20090803-1+b1 developer's libraries and docs for
pn  linux-source | kernel- none(no description available)
pn  xmlto  none(no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: kernel-package
Source-Version: 12.019

We 

Processed: fixed 420195 in 3:2.10.8-1+lenny1

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 420195 3:2.10.8-1+lenny1
Bug #420195 {Done: David Paleino d.pale...@gmail.com} [gthumb] gthumb: Drag 
and Drop from Folders Pane Causes Copying Loop
There is no source info for the package 'gthumb' at version '3:2.10.8-1+lenny1' 
with architecture ''
Unable to make a source version for version '3:2.10.8-1+lenny1'
Bug Marked as fixed in versions 3:2.10.8-1+lenny1.

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#542758: marked as done (bacula-director-sqlite3.postinst fails to update database due to syntax error)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 16:18:33 +
with message-id e1mewoz-0004mg...@ries.debian.org
and subject line Bug#542758: fixed in bacula 3.0.2-2
has caused the Debian Bug report #542758,
regarding bacula-director-sqlite3.postinst fails to update database due to 
syntax 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.)


-- 
542758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542758
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: bacula-director-sqlite3
Version: 3.0.2-1
Severity: grave
Tags: patch
Justification: renders package unusable


m...@tabernacle:~$ bash -n 
/var/lib/dpkg/info/bacula-director-sqlite3.postinst.orig
/var/lib/dpkg/info/bacula-director-sqlite3.postinst.orig: line 93: syntax error 
near unexpected token `;;'
/var/lib/dpkg/info/bacula-director-sqlite3.postinst.orig: line 93: `;;'
m...@tabernacle:~$


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

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

Versions of packages bacula-director-sqlite3 depends on:
ii  bacula-common 3.0.2-1network backup, recovery and verif
ii  bacula-common-sqlite3 3.0.2-1network backup, recovery and verif
ii  bacula-director-common3.0.2-1network backup, recovery and verif
ii  cdebconf [debconf-2.0]0.145  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  file  5.03-1 Determines file type using magic
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-2  GCC support library
ii  libsqlite3-0  3.6.17-2   SQLite 3 shared library
ii  libssl0.9.8   0.9.8k-4   SSL shared libraries
ii  libstdc++64.4.1-2The GNU Standard C++ Library v3
ii  libwrap0  7.6.q-18   Wietse Venema's TCP wrappers libra
ii  python2.5 2.5.4-1An interactive high-level object-o
ii  sqlite3   3.6.17-2   A command line interface for SQLit

bacula-director-sqlite3 recommends no packages.

bacula-director-sqlite3 suggests no packages.

-- debconf-show failed
--- /var/lib/dpkg/info/bacula-director-sqlite3.postinst.orig2009-08-21 
10:21:59.0 +0300
+++ /var/lib/dpkg/info/bacula-director-sqlite3.postinst 2009-08-21 
10:16:21.0 +0300
@@ -77,7 +77,7 @@
then echo Ok.
else echo -e \nERROR: could not upgrade Catalog. 
Please check $LOGDIR/upgrade.log for details.
fi
-
+fi
 
 fi
 
---End Message---
---BeginMessage---
Source: bacula
Source-Version: 3.0.2-2

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

bacula-client_3.0.2-2_all.deb
  to pool/main/b/bacula/bacula-client_3.0.2-2_all.deb
bacula-common-mysql_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-common-mysql_3.0.2-2_i386.deb
bacula-common-pgsql_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-common-pgsql_3.0.2-2_i386.deb
bacula-common-sqlite3_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-common-sqlite3_3.0.2-2_i386.deb
bacula-common_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-common_3.0.2-2_i386.deb
bacula-console-qt_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-console-qt_3.0.2-2_i386.deb
bacula-console_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-console_3.0.2-2_i386.deb
bacula-director-common_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-director-common_3.0.2-2_i386.deb
bacula-director-mysql_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_3.0.2-2_i386.deb
bacula-director-pgsql_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_3.0.2-2_i386.deb
bacula-director-sqlite3_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_3.0.2-2_i386.deb
bacula-director-sqlite_3.0.2-2_all.deb
  to pool/main/b/bacula/bacula-director-sqlite_3.0.2-2_all.deb
bacula-fd_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-fd_3.0.2-2_i386.deb
bacula-sd-mysql_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_3.0.2-2_i386.deb
bacula-sd-pgsql_3.0.2-2_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_3.0.2-2_i386.deb

Processed: bug 542551 is forwarded to http://bugzilla.kernel.org/show_bug.cgi?id=13933

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 542551 http://bugzilla.kernel.org/show_bug.cgi?id=13933
Bug #542551 [linux-image-2.6.30-1-686] linux-image-2.6.30-1-686: System lockup 
(kernel freeze, soft lockup) on dual (multi) processor since 2.6.30
Set Bug forwarded-to-address to 
'http://bugzilla.kernel.org/show_bug.cgi?id=13933'.

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#531323: marked as done (Do not work with latest version of XMMS2)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 16:38:57 +
with message-id e1mex8j-00083t...@ries.debian.org
and subject line Bug#531323: fixed in xmms2-scrobbler 0.3.0-1
has caused the Debian Bug report #531323,
regarding Do not work with latest version of XMMS2
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.)


-- 
531323: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531323
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: xmms2-scrobbler
Version: 0.2.2-1
Severity: grave


This package simply do not work anymore with latest version of XMMS2
(0.6DrMattDestruction-1). Latest upstream version is 0.3.0. And now
package it and fix this yet another outrageous neglect.


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-proposed-updates'), (500, 
'proposed-updates'), (101, 'testing'), (99, 'unstable')
Architecture: i386 (i686)

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

Versions of packages xmms2-scrobbler depends on:
ii  libevent-loop-rub 0.3-3  simple signal system and an event 
ii  libxmmsclient-rub 0.6DrMattDestruction-1 XMMS2 - Ruby bindings
ii  ruby1.8   1.8.7.72-3.1   Interpreter of object-oriented scr

xmms2-scrobbler recommends no packages.

Versions of packages xmms2-scrobbler suggests:
ii  xmms2-core0.6DrMattDestruction-1 XMMS2 - core package

-- no debconf information

-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
ore wo mitsumeteiru anata sama wa ossharu bakari. kesshite dakiyosete wa
kurenai ooki na anata no te. ore no tanjoubi ni wa ai wo kai ataeru. kyou wa
kumori nochi ame.   Dir en grey


---End Message---
---BeginMessage---
Source: xmms2-scrobbler
Source-Version: 0.3.0-1

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

xmms2-scrobbler_0.3.0-1.diff.gz
  to pool/main/x/xmms2-scrobbler/xmms2-scrobbler_0.3.0-1.diff.gz
xmms2-scrobbler_0.3.0-1.dsc
  to pool/main/x/xmms2-scrobbler/xmms2-scrobbler_0.3.0-1.dsc
xmms2-scrobbler_0.3.0-1_i386.deb
  to pool/main/x/xmms2-scrobbler/xmms2-scrobbler_0.3.0-1_i386.deb
xmms2-scrobbler_0.3.0.orig.tar.gz
  to pool/main/x/xmms2-scrobbler/xmms2-scrobbler_0.3.0.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Benjamin Drung bdr...@ubuntu.com (supplier of updated xmms2-scrobbler 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, 20 Aug 2009 03:22:30 +0200
Source: xmms2-scrobbler
Binary: xmms2-scrobbler
Architecture: source i386
Version: 0.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz r...@debian.org
Changed-By: Benjamin Drung bdr...@ubuntu.com
Description: 
 xmms2-scrobbler - Audioscrobbler/Last.FM client for XMMS2
Closes: 531323 540844
Changes: 
 xmms2-scrobbler (0.3.0-1) unstable; urgency=low
 .
   * New upstream release (Closes: #531323, #540844; LP: #379067).
   * Add debian/watch file.
   * Remove Thomas Jollans tho...@jollans.com from uploaders and add myself.
   * Bump Standards-Version to 3.8.3.
   * Remove unneeded debian files.
   * Rewrite debian/rules from scratch using only debhelper v7.
   * Update Build-Depends and Depends.
   * Update debian/copyright to use the format described in DEP 5.
Checksums-Sha1: 
 3786101f9d78082a1efff773669aea18320490fb 1350 xmms2-scrobbler_0.3.0-1.dsc
 9003b5ae9eb76f0bede4dd3f146274cd498302ac 16988 
xmms2-scrobbler_0.3.0.orig.tar.gz
 2f3c064bbd43d9e83568c04e4e8021b7f0321787 2157 xmms2-scrobbler_0.3.0-1.diff.gz
 e1856862d6a745058ca8434420f9921ecedce7fd 18348 xmms2-scrobbler_0.3.0-1_i386.deb
Checksums-Sha256: 
 d88f5a4fd43f7dc1abb0bb9db579fb0893fe8857f6a5fac3528f61cedda9b1de 1350 
xmms2-scrobbler_0.3.0-1.dsc
 d7b39957744a146cf47b9906da456264672e9417e3f5fd563ef377aaa96a4450 16988 
xmms2-scrobbler_0.3.0.orig.tar.gz
 b8025ec5a62c407f4b9938282aa7bf43aa8838f51433c8e371b7499e0b4a606b 2157 
xmms2-scrobbler_0.3.0-1.diff.gz
 

Bug#542132: marked as done (prokyon3: FTBFS due to the version B-D on a (now) virtual package)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 16:31:10 +
with message-id e1mex1c-0006bk...@ries.debian.org
and subject line Bug#542132: fixed in prokyon3 0.9.6-1
has caused the Debian Bug report #542132,
regarding prokyon3: FTBFS due to the version B-D on a (now) virtual package
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.)


-- 
542132: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542132
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: prokyon3
Version: 0.9.6-0.1
Severity: serious
Justification: FTBFS

Hi,

your package can no longer be built from source because the
libmysqlclient15-dev package moved from a real package to a virtual one,
provided by libmysqlclient-dev. Given your B-D on it is versioned, and
that versioned Provides aren't supported, your package no longer builds,
and can't even be tried, it stays in the BD-Uninstallable state with the
following reason:
| prokyon3 (= 0.9.6-0.1) build-depends on libmysqlclient15-dev (= 5.0.16) {NOT 
AVAILABLE}

Build-Depending on the (new) real package should fix this (and you
probably wouldn't need a versioned B-D given this real package appeared
in a version way higher than the one you used to require).

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: prokyon3
Source-Version: 0.9.6-1

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

prokyon3_0.9.6-1.diff.gz
  to pool/main/p/prokyon3/prokyon3_0.9.6-1.diff.gz
prokyon3_0.9.6-1.dsc
  to pool/main/p/prokyon3/prokyon3_0.9.6-1.dsc
prokyon3_0.9.6-1_i386.deb
  to pool/main/p/prokyon3/prokyon3_0.9.6-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 542...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese bdefre...@debian.org (supplier of updated prokyon3 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, 01 Aug 2009 13:47:35 -0400
Source: prokyon3
Binary: prokyon3
Architecture: source i386
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 prokyon3   - A mp3 and ogg/vorbis manager and tag editor
Closes: 527192 542132
Changes: 
 prokyon3 (0.9.6-1) unstable; urgency=low
 .
   * QA upload.
 + Set maintainer to Debian QA Group packa...@qa.debian.org.
   * Fix typo in man pages. (Closes: #527192).
 + Thanks to A. Costa.
   * Change libmysqlclient15-dev to libmysqlclient-dev. (Closes: #542132).
   * Copy config.{sub,guess} on configure instead of clean.
 + rm them on clean.
 + Add autotools-dev build-dep.
   * Bump Standards Version to 3.8.2. (No changes needed).
Checksums-Sha1: 
 c024e3f001392c6020c894934f60e42ba4ac6433 1323 prokyon3_0.9.6-1.dsc
 71d6572b285df53c3e8dac6f84100b15dadd39e7 5280 prokyon3_0.9.6-1.diff.gz
 86d8b9dcf2878a25c3f82748092a0c0cf691b376 878772 prokyon3_0.9.6-1_i386.deb
Checksums-Sha256: 
 2326518207ce7817311e7053595246fce029c9cc74bbd7c93840c02c60728554 1323 
prokyon3_0.9.6-1.dsc
 3925884c9fff2bbc1ea42c8e5d6850107b03f6e3a6a1d676c4eabdc0b0be 5280 
prokyon3_0.9.6-1.diff.gz
 a8ad215fbd55e8b8b598301b00de9d978327d17ef68eadc8c82a222a8dbde80a 878772 
prokyon3_0.9.6-1_i386.deb
Files: 
 021fafc56a9c8a81f5c08c10a1fe641a 1323 sound optional prokyon3_0.9.6-1.dsc
 f28cd9ff76d265eec766424f74d637ef 5280 sound optional prokyon3_0.9.6-1.diff.gz
 78af820331157e92ff1bd364c3750553 878772 sound optional 
prokyon3_0.9.6-1_i386.deb

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

iEYEARECAAYFAkqOuVcACgkQ5ItltUs5T35v9ACeLtC/xp95CSmtgg0n3T/9/H6x
yqoAoMqMxZUPt+tx5TB1JXLzEDc12Pn1
=/tBp
-END PGP SIGNATURE-


---End Message---


Bug#533897: marked as done (ABI breakage)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 18:58:41 +0200
with message-id 20090821185841.33611...@pingu
and subject line Already dealt with
has caused the Debian Bug report #533897,
regarding ABI breakage
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.)


-- 
533897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: uswsusp
Version: 0.8-1.1+b1

Hi,

/var/log/dpkg.log showed a libx86-1 upgrade

2009-06-21 12:16:18 upgrade libx86-1 1.1+ds1-2 1.1+ds1-3

which caused pm-suspend to fail (do-nothing return):
/var/log/pm-suspend.log showed
s2ram: symbol lookup error: s2ram: undefined symbol: LRMI_base_addr

Reverting to libx86-1 1.1+ds1-2 fixed the problem.

Needs a uswsusp package rebuild I guess.
OTOH this strongly sounds like an illegal ABI breakage of libx86 during
minor upgrade.

Thanks,

Andreas Mohr


---End Message---
---BeginMessage---
Version: 1.1+ds1-4

Hello,
this bug has already been dealt with with -4, thanks for filing it.

Kindly,
David (still on [VAC] :))

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature
---End Message---


Bug#542810: [Fwd: [bacula 0001351]: SQLite tables lack autoincrement -- also implications for upgrades from SQLite 2]

2009-08-21 Thread John Goerzen
---BeginMessage---

The following issue has been CLOSED 
== 
http://bugs.bacula.org/view.php?id=1351 
== 
Reported By:jgoerzen
Assigned To:
== 
Project:bacula
Issue ID:   1351
Category:   Storage Daemon
Reproducibility:N/A
Severity:   minor
Priority:   normal
Status: closed
Resolution: not a bug
Fixed in Version:   
== 
Date Submitted: 2009-08-21 16:23 BST
Last Modified:  2009-08-21 17:17 BST
== 
Summary:SQLite tables lack autoincrement -- also
implications for upgrades from SQLite 2
Description: 
Debian received a bug report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542810 

On investigating it, I noticed that src/cats/make_postgresql_tables.in
has:

CREATE TABLE filename
(
filenameidserial  not null,
name  textnot null,
primary key (filenameid)
);

while make_sqlite3_tables.in has:

CREATE TABLE Filename (
  FilenameId INTEGER,
  Name TEXT DEFAULT '',
  PRIMARY KEY(FilenameId)
  );

Note that the serial type for PostgreSQL implies that filenameid is an
auto-increment field, but the Sqlite3 version is not auto incrementing. 
MySQL also has an AUTO_INCREMENT flag on that field.  So PostgreSQL and
MySQL are auto-incrementing, but Sqlite3 is not.

Note that this applies to many tables, not just this one; this is just an
example.

So the question is: why the difference?

Secondly, does it hurt anything?  Does Bacula generate the IDs to load
manually anyhow?  And if so, why mark them serial/autoincrement in
PostgreSQL and MySQL?

And finally, what should we do about migrating people from Sqlite v2 that
had autoincrement columns in their schema?

== 

-- 
 (0004520) kern (administrator) - 2009-08-21 17:17
 http://bugs.bacula.org/view.php?id=1351#c4520 
-- 
This is not a bug, rather a support question.  

Quoting from your above statement the Sqlite3 version is not auto
incrementing.  and So PostgreSQL and MySQL are auto-incrementing, but
Sqlite3 is not.  This is incorrect the FilenameId field in SQLite2 and
SQLite3 *is* autoincrementing. 

To understand why you must know that when SQLite was first released it did
not have the AUTOINCREMENT keyword, but it had a very specific way of
identifying autoincrement fields that we use.  See:
http://www.sqlite.org/autoinc.html for the gory details.

Q: So the question is: why the difference?
A: Historically AUTOINCREMENT did not exist, so we use the SQLite way of
specifying autoincrement (actually specifying a ROWID item).

Q: Does Bacula generate the IDs to load manually anyhow?
A: No it uses a NULL as with MySQL and PostgreSQL and that automatically
generates the ID.  

Q: And finally, what should we do about migrating people from Sqlite v2
that had autoincrement columns in their schema?
A: Sorry but I do not understand the question.  SQLite2 and SQLite3 both
have and both had autoincrement columns in their schema, and it works.

Converting from SQLite2 to SQLite3 is easy.  You simply export or dump
the SQLite2 database to an ASCII file (example in the default Bacula
catalog backup script) then import it using SQLite3 (see comments at the
bottom of the Bacula catalog backup script)

Converting SQLite2 to MySQL or PostgreSQL is a bit of a pain because of
the different SQL syntax that different engines use.  There is a script in
the examples directory that purports to do this and many examples on the
web.
 

Issue History 
Date ModifiedUsername   FieldChange   
== 
2009-08-21 16:23 jgoerzen   New Issue
2009-08-21 16:29 jgoerzen   Issue Monitored: jgoerzen
2009-08-21 17:17 kern   Note Added: 0004520  
2009-08-21 17:17 kern   Status   new = closed   
2009-08-21 17:17 kern   Resolution   open = not a bug   
==


---End Message---


Bug#542810: update from sqlite2 will fail because of AUTOINCREMENT in table definition

2009-08-21 Thread Sven Hartge
John Goerzen wrote:

 Thanks for the report.  I am initially unsure what to do about it
 either, and have opened an upstream report at the above URL.

http://bugs.bacula.org/view.php?id=1351

Quote from Kern Sibbald:

| Converting from SQLite2 to SQLite3 is easy. You simply export or
| dump the SQLite2 database to an ASCII file (example in the default
| Bacula catalog backup script) then import it using SQLite3 (see
| comments at the bottom of the Bacula catalog backup script)

This is incorrect.

Try to create a table with the following schema in sqlite3:

CREATE TABLE Filename (
  FilenameId INTEGER UNSIGNED AUTOINCREMENT,
  Name TEXT DEFAULT ,
  PRIMARY KEY(FilenameId)
  );

o...@ds9:/home/oweh  sqlite3 /tmp/test-db.db
SQLite version 3.6.17
Enter .help for instructions
Enter SQL statements terminated with a ;
sqlite CREATE TABLE Filename (
   ...   FilenameId INTEGER UNSIGNED AUTOINCREMENT,
   ...   Name TEXT DEFAULT ,
   ...   PRIMARY KEY(FilenameId)
   ...   );
SQL error: near AUTOINCREMENT: syntax error
sqlite

Only if I remove the UNSIGNED AUTOINCREMENT the table will be
syntactically correct _and_ behave in the correct and intended way.

Grüße,
Sven.



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



Bug#522991: marked as done (freeradius_2.0.4+dfsg-6+b1(mips/unstable): FTBFS on mips)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 18:23:11 +0100
with message-id 20090821172311.ga3...@www.lobefin.net
and subject line built now
has caused the Debian Bug report #522991,
regarding freeradius_2.0.4+dfsg-6+b1(mips/unstable): FTBFS on mips
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.)


-- 
522991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: freeradius
Version: 2.0.4+dfsg-6+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of freeradius_2.0.4+dfsg-6+b1 on mayr by sbuild/mips 99.999
 Build started at 20090407-0243

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: autotools-dev, debhelper (= 6.0.7), libgdbm-dev, 
 libiodbc2-dev, libkrb5-dev, libldap2-dev, libltdl3-dev, libmysqlclient15-dev 
 | libmysqlclient-dev, libpam0g-dev, libpcap-dev, libperl-dev, libpq-dev, 
 libsasl2-dev, libsnmp-dev, libtool, python-dev

[...]

   echo 'libfreeradius-radius 2.0.4 libfreeradius2' 
 debian/libfreeradius2/DEBIAN/shlibs
   chmod 644 debian/libfreeradius2/DEBIAN/shlibs
   chown 0:0 debian/libfreeradius2/DEBIAN/shlibs
   rm -f debian/libfreeradius-dev/DEBIAN/shlibs
   rm -f debian/freeradius-dbg/DEBIAN/shlibs
   install -d debian/freeradius-dbg/DEBIAN
 for pkg in freeradius freeradius-common freeradius-utils freeradius-krb5 
 freeradius-ldap freeradius-mysql freeradius-iodbc freeradius-postgresql 
 libfreeradius2 libfreeradius-dev freeradius-dialupadmin freeradius-dbg ; do \
 if dh_shlibdeps -p $pkg -- -O 2/dev/null | grep -q libssl; then \
   echo $pkg links to openssl ;\
   exit 1 ;\
 fi ;\
   done
 freeradius links to openssl
 make: *** [install-arch] Error 1
 dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
 error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=mipspkg=freeradiusver=2.0.4+dfsg-6+b1



---End Message---
---BeginMessage---
Hi,

freeradius has been built now against a libtool that's not broken.

Cheers,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :sg...@debian.org |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -

---End Message---


Bug#542810: SQLite 2 to SQLite 3 migration

2009-08-21 Thread John Goerzen
Hi folks,

Over at Debian, we received a bug report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542810 regarding the
migration from sqlite2 to sqlite3.  We are doing the process implied
by the make_catalog_backup command; namely:

sqlite $DB .dump | sqlite3 $DB.sqlite3

Our reporter noticed that:

  This will fail on older installations of bacula-director-sqlite,
  because the database may contain table schemas like the following:

  CREATE TABLE Filename (
FilenameId INTEGER UNSIGNED AUTOINCREMENT,
Name TEXT DEFAULT ,
PRIMARY KEY(FilenameId) 
);

  Problem is, sqlite3 does not understand AUTOINCREMENT in this way,
  this keyword is only allowed alongside a PRIMARY KEY statement. Besides, every
  integer primary key will autoincrement without this keyword, as per 
  http://sqlite.org/faq.html#q1

I mentioned this in a bug report at
http://bugs.bacula.org/view.php?id=1351 , and apparently managed to
confuse the SQLite autoincrement thing a bit.  But Kern states that:

  Converting from SQLite2 to SQLite3 is easy. You simply export or
  dump the SQLite2 database to an ASCII file (example in the default
  Bacula catalog backup script) then import it using SQLite3 (see
  comments at the bottom of the Bacula catalog backup script)

It seems very strongly that this is not the case due to Sqlite3 not
understanding AUTOINCREMENT.

What is the proper procedure to convert from Sqlite2 to Sqlite3,
considering this?  I have tried googling, and it hasn't turned up
anything.

Ideas?

-- John



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



Bug#539226: marked as done (aufs: FTBFS armel)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 19:24:19 +0200
with message-id 20090821172419.ga1...@galadriel.inutil.org
and subject line Closing
has caused the Debian Bug report #539226,
regarding aufs: FTBFS armel
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.)


-- 
539226: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539226
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: aufs-source
Severity: serious

Hi,

aufs FTBFS on armel:
https://buildd.debian.org/fetch.cgi?pkg=linux-modules-extra-2.6;ver=2.6.30-1;arch=armel;stamp=1248004900

Reegards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/


---End Message---
---BeginMessage---
Version: 2.6.30-4

---End Message---


Processed: Automatically (un)tag bugs pending by SVN commit

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 540114 + pending
Bug #540114 [libaqbanking29-plugins-qt] libaqbanking29: OFX account setup 
crashes with assertion failure
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#528322: Versions?

2009-08-21 Thread Filipus Klutiero

Which version of openssh-server was installed?



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



Bug#542842: Log for failed build of haskell-hsh_2.0.3-1 on sparc (dist=unstable)

2009-08-21 Thread Martin Zobel-Helas
Package: haskell-hsh
Version: 2.0.3-1
Severity: serious

 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 4.0.0), ghc6 (= 6.8.2dfsg1), haskell-devscripts 
 (= 0.6.15), haddock, libghc6-mtl-dev, libghc6-missingh-dev (= 1.1.0.1-1), 
 libghc6-hslogger-dev (= 1.0.8-2), libghc6-utf8-string-dev


 Checking correctness of source dependencies...
 Kernel: Linux 2.6.26-2-sparc64-smp sparc (sparc64)
 Toolchain package versions: libc6-dev_2.9-25 linux-libc-dev_2.6.30-6 
 g++-4.3_4.3.4-1 gcc-4.3_4.3.4-1 binutils_2.19.51.20090805-1 
 libstdc++6_4.4.1-2 libstdc++6-4.3-dev_4.3.4-1

[...]

 [5 of 9] Compiling TestUtils( testsrc/TestUtils.hs, 
 dist/build/runtests/runtests-tmp/TestUtils.o )
 [6 of 9] Compiling ShellEquivsTest  ( testsrc/ShellEquivsTest.hs, 
 dist/build/runtests/runtests-tmp/ShellEquivsTest.o )
 [7 of 9] Compiling Core ( testsrc/Core.hs, 
 dist/build/runtests/runtests-tmp/Core.o )
 [8 of 9] Compiling Tests( testsrc/Tests.hs, 
 dist/build/runtests/runtests-tmp/Tests.o )
 [9 of 9] Compiling Main ( testsrc/runtests.hs, 
 dist/build/runtests/runtests-tmp/Main.o )
 Linking dist/build/runtests/runtests ...
 /usr/bin/ld: cannot find -lHSrts_thr
 collect2: ld returned 1 exit status
 make[1]: *** [test-ghc] Error 1
 make[1]: Leaving directory 
 `/build/buildd-haskell-hsh_2.0.3-1-sparc-upFjHR/haskell-hsh-2.0.3'
 make: *** [install] Error 2
 dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
 error exit status 2



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



Bug#540114: marked as done (libaqbanking29: OFX account setup crashes with assertion failure)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 18:18:43 +
with message-id e1meyhh-xh...@ries.debian.org
and subject line Bug#540114: fixed in libaqbanking 4.1.2-1
has caused the Debian Bug report #540114,
regarding libaqbanking29: OFX account setup crashes with assertion failure
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.)


-- 
540114: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540114
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libaqbanking29-plugins-qt
Version: 4.1.0-1
Severity: serious
Justification: segmentation fault

When trying to setup an OFX account using the binary 
/usr/lib/aqbanking/plugins/29/wizard/qt3-wizard following the instructions 
from https://bugs.launchpad.net/ubuntu/+source/libaqbanking/+bug/351189 the 
qt3-wizard crashes with an assertion failure.

The console output is:

3:2009/08/05 12-42-29:aqbanking(7474):qbanking.cpp: 420: No Qt translation 
found for your language C
3:2009/08/05 12-42-36:qt3_wizard(7474):qbcfgtabpageusers.cpp: 165: Selected 
backend: aqofxconnect
qt3-wizard: cfgdir.c:284: GWEN_ConfigMgrDir_AddGroupFileName: Assertion 
`subGroupName' failed.
Aborted

The backtrace generated from upstream SVN rev. 1729 (current trunk) is:

#0 0xb7f80424 in __kernel_vsyscall ()
#1 0xb73d0640 in raise () from /lib/i686/cmov/libc.so.6
#2 0xb73d2018 in abort () from /lib/i686/cmov/libc.so.6
#3 0xb73c95be in __assert_fail () from /lib/i686/cmov/libc.so.6
#4 0xb6ea710c in GWEN_ConfigMgrDir_AddGroupFileName (cfg=0x8991970, 
groupName=0xb7ed5298 users, subGroupName=0x0, nbuf=0x8a0d4e0) at cfgdir.c:284
#5 0xb6ea77aa in GWEN_ConfigMgrDir_LockGroup (cfg=0x8991970, 
groupName=0xb7ed5298 users, subGroupName=0x0, guiid=0) at cfgdir.c:446
#6 0xb7e1d0bf in GWEN_ConfigMgr_LockGroup (mgr=0x336e, groupName=0xb7ed5298 
users, subGroupName=0x0, guiid=0) at configmgr.c:277
#7 0xb7e9929b in AB_Banking_BeginExclUseUser (ab=0x89901b0, u=0x89cff80, 
guiid=0) at banking_cfg.c:1077
#8 0xb7f0f6de in AB_Banking::beginExclUseUser (this=0x898ff68, u=0x89cff80, 
guiid=0) at banking.cpp:486
#9 0xb7f3867c in QBEditUser::fromGui (this=0xbfd98f50) at qbedituser.cpp:90
#10 0xb7f389f0 in QBEditUser::editUser (kb=0x898ff68, u=0x89cff80, 
parent=0x8a8e898) at qbedituser.cpp:128
#11 0xb7f36268 in QBCfgTabPageUsers::slotUserNew (this=0x8a8e898) at 
qbcfgtabpageusers.cpp:186
#12 0xb7f36e0d in QBCfgTabPageUsers::qt_invoke (this=0x8a8e898, _id=46, 
_o=0xbfd99214) at qbcfgtabpageusers.moc:98
#13 0xb78c11aa in QObject::activate_signal (this=0x8a95e00, clist=0x8a96bc0, 
o=0xbfd99214) at kernel/qobject.cpp:2359
#14 0xb78c36cb in QObject::activate_signal (this=0x8a95e00, signal=4) at 
kernel/qobject.cpp:2328
#15 0xb7c2645c in QButton::clicked (this=0x8a95e00) at 
.moc/release-shared-mt/moc_qbutton.cpp:152
#16 0xb795b300 in QButton::mouseReleaseEvent (this=0x8a95e00, e=0xbfd995f4) at 
widgets/qbutton.cpp:839
#17 0xb78fb727 in QWidget::event (this=0x8a95e00, e=0xbfd995f4) at 
kernel/qwidget.cpp:4705
#18 0xb785c7c5 in QApplication::internalNotify (this=0xbfd99e00, 
receiver=0x8a95e00, e=0xbfd995f4) at kernel/qapplication.cpp:2638
#19 0xb785d9e2 in QApplication::notify (this=0xbfd99e00, receiver=0x8a95e00, 
e=0xbfd995f4) at kernel/qapplication.cpp:2424
#20 0xb77f6fbe in QApplication::sendSpontaneousEvent (receiver=0x8a95e00, 
event=0xbfd995f4) at kernel/qapplication.h:526
#21 0xb77f3f21 in QETWidget::translateMouseEvent (this=0x8a95e00, 
event=0xbfd998e8) at kernel/qapplication_x11.cpp:4347
#22 0xb77f3334 in QApplication::x11ProcessEvent (this=0xbfd99e00, 
event=0xbfd998e8) at kernel/qapplication_x11.cpp:3524
#23 0xb7806e2c in QEventLoop::processEvents (this=0x89a8a08, flags=value 
optimized out) at kernel/qeventloop_x11.cpp:195
#24 0xb78751a0 in QEventLoop::enterLoop (this=0x89a8a08) at 
kernel/qeventloop.cpp:201
#25 0xb785cdcf in QApplication::enter_loop (this=0xbfd99e00) at 
kernel/qapplication.cpp:2796
#26 0xb7a5415d in QDialog::exec (this=0xbfd99b0c) at dialogs/qdialog.cpp:435
#27 0xb7f1915f in QBCfgTab::exec (this=0xbfd99b0c) at qbcfgtab.cpp:191
#28 0xb7f11668 in QBanking::setupDialog (this=0x898ff68, parent=0x0) at 
qbanking.cpp:681
#29 0x080492cc in main (argc=Cannot access memory at address 0x336e) at 
qt3_wizard.cpp:93

Regards
  Micha


---End Message---
---BeginMessage---
Source: libaqbanking
Source-Version: 4.1.2-1

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

aqbanking-tools_4.1.2-1_i386.deb
  to pool/main/liba/libaqbanking/aqbanking-tools_4.1.2-1_i386.deb
libaqbanking-data_4.1.2-1_all.deb
  

Bug#542845: Log for failed build of myodbc_3.51.19r646-1+b1 on sparc (dist=unstable)

2009-08-21 Thread Martin Zobel-Helas
Package: myodbc
Version: 3.51.19r646-1
Severity: serious

 Checking correctness of source dependencies...
 Kernel: Linux 2.6.26-2-sparc64-smp sparc (sparc64)
 Toolchain package versions: libc6-dev_2.9-25 linux-libc-dev_2.6.30-6 
 g++-4.3_4.3.4-1 gcc-4.3_4.3.4-1 binutils_2.19.51.20090805-1 
 libstdc++6_4.4.1-2 libstdc++6-4.3-dev_4.3.4-1


 (cd .libs  rm -f libmyodbc3u.la  ln -s ../libmyodbc3u.la libmyodbc3u.la)
 make[2]: Leaving directory 
 `/build/buildd-myodbc_3.51.19r646-1-sparc-8uTJnt/myodbc-3.51.19r646/util'
 Making all in driver
 make[2]: Entering directory 
 `/build/buildd-myodbc_3.51.19r646-1-sparc-8uTJnt/myodbc-3.51.19r646/driver'
 /usr/bin/make  all-am
 make[3]: Entering directory 
 `/build/buildd-myodbc_3.51.19r646-1-sparc-8uTJnt/myodbc-3.51.19r646/driver'
 if /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
 -I.   -D_REENTRANT -D_GNU_SOURCE -I/usr/include  -O3 -DDBUG_OFF 
 -I/usr/include/mysql -DBIG_JOINS=1 -DUNIV_LINUX -g -Wall -O2 -MT 
 libmyodbc3_la-catalog.lo -MD -MP -MF .deps/libmyodbc3_la-catalog.Tpo -c -o 
 libmyodbc3_la-catalog.lo `test -f 'catalog.c' || echo './'`catalog.c; \
   then mv -f .deps/libmyodbc3_la-catalog.Tpo 
 .deps/libmyodbc3_la-catalog.Plo; else rm -f 
 .deps/libmyodbc3_la-catalog.Tpo; exit 1; fi
 mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I. -D_REENTRANT -D_GNU_SOURCE -I/usr/include 
 -O3 -DDBUG_OFF -I/usr/include/mysql -DBIG_JOINS=1 -DUNIV_LINUX -g -Wall -O2 
 -MT libmyodbc3_la-catalog.lo -MD -MP -MF .deps/libmyodbc3_la-catalog.Tpo -c 
 catalog.c  -fPIC -DPIC -o .libs/libmyodbc3_la-catalog.o
 In file included from catalog.c:44:
 myodbc3.h:258: error: expected specifier-qualifier-list before 
 'In_C_you_should_use_my_bool_instead'
 In file included from myodbc3.h:397,
  from catalog.c:44:
 myutil.h:144: error: expected declaration specifiers or '...' before 
 'In_C_you_should_use_my_bool_instead'
 catalog.c:209: error: expected declaration specifiers or '...' before 'gptr'
 catalog.c: In function 'create_fake_resultset':
 catalog.c:213: error: 'gptr' undeclared (first use in this function)
 catalog.c:213: error: (Each undeclared identifier is reported only once
 catalog.c:213: error: for each function it appears in.)
 catalog.c:213: error: expected ')' before 'rowval'
 catalog.c:213: error: too few arguments to function 'my_memdup'
 catalog.c:217: error: expected ')' before 'stmt'
 catalog.c:219: error: expected ')' before 'stmt'
 catalog.c: At top level:
 catalog.c:242: error: expected declaration specifiers or '...' before 'gptr'
 catalog.c: In function 'create_empty_fake_resultset':
 catalog.c:245: error: 'rowval' undeclared (first use in this function)
 catalog.c:246: warning: passing argument 5 of 'create_fake_resultset' makes 
 integer from pointer without a cast
 catalog.c:246: error: too many arguments to function 'create_fake_resultset'
 catalog.c: In function 'SQLTables':
 catalog.c:405: error: 'gptr' undeclared (first use in this function)
 catalog.c:405: error: expected ')' before 'SQLTABLES_qualifier_values'
 catalog.c:407: error: too few arguments to function 'my_memdup'
 catalog.c:422: error: expected ')' before 'SQLTABLES_owner_values'
 catalog.c:424: error: too few arguments to function 'create_fake_resultset'
 catalog.c:434: error: expected ')' before 'SQLTABLES_type_values'
 catalog.c:438: error: too few arguments to function 'create_fake_resultset'
 catalog.c:547: error: expected ')' before 'SQLTABLES_values'
 catalog.c:550: error: too few arguments to function 
 'create_empty_fake_resultset'
 catalog.c: In function 'SQLColumns':
 catalog.c:813: error: 'gptr' undeclared (first use in this function)
 catalog.c:813: error: expected ')' before 'stmt'
 catalog.c:816: error: too few arguments to function 'my_realloc'
 catalog.c:948: error: expected ')' before 'SQLCOLUMNS_values'
 catalog.c:951: error: too few arguments to function 
 'create_empty_fake_resultset'
 catalog.c: In function 'SQLStatistics':
 catalog.c:1078: error: 'gptr' undeclared (first use in this function)
 catalog.c:1078: error: expected ')' before 'SQLSTAT_values'
 catalog.c:1079: error: too few arguments to function 'my_memdup'
 catalog.c:1115: error: expected ')' before 'SQLSTAT_values'
 catalog.c:1117: error: too few arguments to function 
 'create_empty_fake_resultset'
 catalog.c: In function 'SQLForeignKeys':
 catalog.c:2056: error: 'gptr' undeclared (first use in this function)
 catalog.c:2056: error: expected ')' before 'tempdata'
 catalog.c:2058: error: too few arguments to function 'my_memdup'
 catalog.c:2059: error: expected ')' before 'tempdata'
 catalog.c:2075: error: expected ')' before 'SQLFORE_KEYS_values'
 catalog.c:2078: error: too few arguments to function 
 'create_empty_fake_resultset'
 make[3]: *** [libmyodbc3_la-catalog.lo] Error 1
 make[3]: Leaving directory 
 `/build/buildd-myodbc_3.51.19r646-1-sparc-8uTJnt/myodbc-3.51.19r646/driver'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory 
 

Bug#541441: CVE-2009-2726: Asterisk SIP Channel Driver Denial of Service

2009-08-21 Thread Moritz Muehlenhoff
On Fri, Aug 14, 2009 at 04:32:25PM +0300, Faidon Liambotis wrote:
 That's AST-2009-005[1], which mentions:
 
  Note that while this potential vulnerability has existed in Asterisk for
  a very long time, it is only potentially exploitable in 1.6.1 and above,
  since those versions are the first that have allowed SIP packets to
  exceed 1500 bytes total, which does not permit strings that are large
  enough to crash Asterisk. (The number strings presented to us by the
  security researcher were approximately 32,000 bytes long.)
  
  Additionally note that while this can crash Asterisk, execution of
  arbitrary code is not possible with this vector.
 Hence, I don't think it warrants a security update for stable/oldstable.
 
 Unstable is vulnerable though, I'll prepare a fix.

Thanks, added to the tracker.

Cheers,
Moritz



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



Bug#542842: Similar to #541679

2009-08-21 Thread Joachim Breitner
Hi John,

I have hit a similar problem with hlint:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541679

I guess you’ll have to make the -parallel parameter depend on a cabal
flag, and that it based on the arch you are compiling on, or dynamically
based on the existence of the threaded runtime.

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: Dies ist ein digital signierter Nachrichtenteil


Bug#534873: [pkg-nvidia-devel] Bug#534873: would be nice if nvidia-glx-ia32 185.18.14-2 amd64 could be in testing as soon as possible

2009-08-21 Thread Randall Donald
On Thu, 2009-08-20 at 10:04 +0200, Pierre Bauduin wrote:
 Package: nvidia-glx-ia32
 Severity: serious
 
What's funny about this is you want a package to be in testing but
filing a RC bug just added to reasons preventing that. 

 Trying to find out why it was not in testing yet, I looked at this
 page:
 http://release.debian.org/migration/testing.pl?package=nvidia-glx-ia32

you need to use the source package name
http://release.debian.org/migration/testing.pl?package=nvidia-graphics-drivers
 that I can't find libcuda.so.185.18.14.
 

cuda has been separated out now



-- 

Randall Donald ra...@khensu.org
http://www.khensu.orgrdon...@debian.org
Programmer/Debian Developer GnuPG: 6C27DEAB






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



Bug#542848: End of life in two months

2009-08-21 Thread Moritz Muehlenhoff
Package: sun-java5
Severity: serious

Sun Java 5 is end-of-lifed in October, see
http://www.j2ee.me/products/archive/eol.policy.html

Since security issues are frequent and cannot be fixed w/o the
source, we should probably not include it in Squeeze and remove
it from the archive.

Cheers,
Moritz

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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



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



Bug#542810: [Fwd: [bacula 0001351]: SQLite tables lack autoincrement -- also implications for upgrades from SQLite 2]

2009-08-21 Thread John Goerzen
Hi,

I am curious, then, where the AUTOINCREMENT came from, and which
specific older Bacula version you think it may have been in?

-- John
---BeginMessage---

The following issue has been CLOSED 
== 
http://bugs.bacula.org/view.php?id=1351 
== 
Reported By:jgoerzen
Assigned To:
== 
Project:bacula
Issue ID:   1351
Category:   Storage Daemon
Reproducibility:N/A
Severity:   minor
Priority:   normal
Status: closed
Resolution: not a bug
Fixed in Version:   
== 
Date Submitted: 2009-08-21 16:23 BST
Last Modified:  2009-08-21 20:04 BST
== 
Summary:SQLite tables lack autoincrement -- also
implications for upgrades from SQLite 2
Description: 
Debian received a bug report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542810 

On investigating it, I noticed that src/cats/make_postgresql_tables.in
has:

CREATE TABLE filename
(
filenameidserial  not null,
name  textnot null,
primary key (filenameid)
);

while make_sqlite3_tables.in has:

CREATE TABLE Filename (
  FilenameId INTEGER,
  Name TEXT DEFAULT '',
  PRIMARY KEY(FilenameId)
  );

Note that the serial type for PostgreSQL implies that filenameid is an
auto-increment field, but the Sqlite3 version is not auto incrementing. 
MySQL also has an AUTO_INCREMENT flag on that field.  So PostgreSQL and
MySQL are auto-incrementing, but Sqlite3 is not.

Note that this applies to many tables, not just this one; this is just an
example.

So the question is: why the difference?

Secondly, does it hurt anything?  Does Bacula generate the IDs to load
manually anyhow?  And if so, why mark them serial/autoincrement in
PostgreSQL and MySQL?

And finally, what should we do about migrating people from Sqlite v2 that
had autoincrement columns in their schema?

== 

-- 
 (0004520) kern (administrator) - 2009-08-21 17:17
 http://bugs.bacula.org/view.php?id=1351#c4520 
-- 
This is not a bug, rather a support question.  

Quoting from your above statement the Sqlite3 version is not auto
incrementing.  and So PostgreSQL and MySQL are auto-incrementing, but
Sqlite3 is not.  This is incorrect the FilenameId field in SQLite2 and
SQLite3 *is* autoincrementing. 

To understand why you must know that when SQLite was first released it did
not have the AUTOINCREMENT keyword, but it had a very specific way of
identifying autoincrement fields that we use.  See:
http://www.sqlite.org/autoinc.html for the gory details.

Q: So the question is: why the difference?
A: Historically AUTOINCREMENT did not exist, so we use the SQLite way of
specifying autoincrement (actually specifying a ROWID item).

Q: Does Bacula generate the IDs to load manually anyhow?
A: No it uses a NULL as with MySQL and PostgreSQL and that automatically
generates the ID.  

Q: And finally, what should we do about migrating people from Sqlite v2
that had autoincrement columns in their schema?
A: Sorry but I do not understand the question.  SQLite2 and SQLite3 both
have and both had autoincrement columns in their schema, and it works.

Converting from SQLite2 to SQLite3 is easy.  You simply export or dump
the SQLite2 database to an ASCII file (example in the default Bacula
catalog backup script) then import it using SQLite3 (see comments at the
bottom of the Bacula catalog backup script)

Converting SQLite2 to MySQL or PostgreSQL is a bit of a pain because of
the different SQL syntax that different engines use.  There is a script in
the examples directory that purports to do this and many examples on the
web.
 

-- 
 (0004523) jgoerzen (reporter) - 2009-08-21 18:37
 http://bugs.bacula.org/view.php?id=1351#c4523 
-- 
I apoligize for reopening this; I wanted to add a note and couldn't find
any other way, because there is something that needs to be corrected.

Kern, what you say makes sense, except one bit:

The Sqlite2 to Sqlite3 migration can NOT necessarily be done that easily. 
I have written to the -users mailing list about it, so if you want to
summarily close this report again, that's fine, but I wanted to reproduce
the comments here for any future people that might be finding this page.

Over at 

Processed: Re: Bug#539728: postgresql-contrib-8.4: pgbench connection failure

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 539728 normal
Bug #539728 [postgresql-contrib-8.4] postgresql-contrib-8.4: pgbench connection 
failure
Severity set to 'normal' from 'grave'

 tags 539728 + unreproducible
Bug #539728 [postgresql-contrib-8.4] postgresql-contrib-8.4: pgbench connection 
failure
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#539728: postgresql-contrib-8.4: pgbench connection failure

2009-08-21 Thread Gerfried Fuchs
severity 539728 normal
tags 539728 + unreproducible
thanks

Hi again!

* Gerfried Fuchs rho...@deb.at [2009-08-18 20:33:02 CEST]:
  $ jann...@buckelwal:~$ createdb pgbench
  jann...@buckelwal:~$ psql -h localhost pgbench
  psql (8.4.0)
  Type help for help.
  
  pgbench=# \d
  No relations found.
  
  jann...@buckelwal:~$ /usr/lib/postgresql/8.4/bin/pgbench -h localhost -i 
  pgbench
  Connection to database pgbench failed:
  could not connect to server: Connection refused
  Is the server running on host localhost and accepting
  TCP/IP connections on port 5432?
 
  I was unable to reproduce this in squeeze (on powerpc) with the default
 8.4.0-2 package from there so this seems to be a limited issue.

 ... and I'm uanble to reproduce it on an amd64 system -- thus reducing
the severity and setting it to unreproducible.

 Please provide further informations, otherwise I won't have any other
posibility to close this bugreport after a while without any feedback,
it might had been some local misconfiguration on your end.

 So long, and thanks. :)
Rhonda



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



Bug#542842: [Pkg-haskell-maintainers] Bug#542842: Similar to #541679

2009-08-21 Thread John Goerzen
On Fri, Aug 21, 2009 at 06:49:26PM +, Joachim Breitner wrote:
 Hi John,
 
 I have hit a similar problem with hlint:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541679
 
 I guess you???ll have to make the -parallel parameter depend on a cabal
 flag, and that it based on the arch you are compiling on, or dynamically
 based on the existence of the threaded runtime.

Thank you for the hint!  I use -threaded (not -parallel) in the
.cabal, but I did notice a hackage warning recently saying that
-threaded has no impact on libraries.  Aside from the tests, HSH is
library only.  I'll see about just removing -threaded entirely.

[ later ]

Oh drat, now I'm confused.  The problem was when it tried to run
tests.  Does this mean that sparc64 doesn't support threaded RTS?  HSH
does now require threaded RTS, I believe.

-- John



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



Bug#528322: Versions?

2009-08-21 Thread Dmitry E. Oboukhov
On 14:12 Fri 21 Aug , Filipus Klutiero wrote:
FK Which version of openssh-server was installed?

I think it was 1:5.1p1-5 (it is standing now on its host)
--
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Processed: severity of 538750 is serious

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 538750 serious
Bug #538750 [avifile] avifile: embedded code copy (ffmpeg)
Severity set to 'serious' from 'important'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#542858: rhythmbox desn't play anything

2009-08-21 Thread Andrey Gusev
Package: rhythmbox
Version: 0.12.3-1
Severity: grave
Justification: renders package unusable

Rhythmbox broke on my system. I can't make connection with any event(update or 
so).
When I trying to play some media file or internet radio feed, it doesn't 
produce sound.
I can see in console:
(rhythmbox:5324): GStreamer-CRITICAL **: gst_object_unref: assertion `object != 
NULL' failed

mplayer or vlc play same source without any problem. 
I want to try rebuild it.

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

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

Versions of packages rhythmbox depends on:
ii  dbus 1.2.16-2simple interprocess messaging syst
ii  gconf2   2.26.2-3GNOME configuration database syste
ii  gnome-icon-t 2.26.0-1GNOME Desktop icon theme
ii  gstreamer0.1 0.10.23-3   GStreamer plugin for ALSA
ii  gstreamer0.1 0.10.13-1   GStreamer plugins from the bad s
ii  gstreamer0.1 0.10.23-3   GStreamer plugins from the base 
ii  gstreamer0.1 0.10.15-2   GStreamer plugins from the good 
ii  gstreamer0.1 0.10.23-3   GStreamer plugins for X11 and Pang
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libavahi-cli 0.6.25-1Avahi client library
ii  libavahi-com 0.6.25-1Avahi common library
ii  libavahi-gli 0.6.25-1Avahi glib integration library
ii  libbonobo2-0 2.24.1-1Bonobo CORBA interfaces library
ii  libbrasero-m 2.26.2-1CD/DVD burning library for GNOME -
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libcairo21.8.8-2 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.16-2simple interprocess messaging syst
ii  libdbus-glib 0.82-1  simple interprocess messaging syst
ii  libfontconfi 2.6.0-4 generic font configuration library
ii  libfreetype6 2.3.9-5 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.1-1   GCC support library
ii  libgconf2-4  2.26.2-3GNOME configuration database syste
ii  libglade2-0  1:2.6.4-1   library to load .glade files at ru
ii  libglib2.0-0 2.20.4-1The GLib library of C routines
ii  libgnome-key 2.26.1-1GNOME keyring services library
ii  libgnome-med 2.26.0-1runtime libraries for the GNOME me
ii  libgnome2-0  2.26.0-1The GNOME library - runtime files
ii  libgpod4 0.7.2-1 library to read and write songs an
ii  libgstreamer 0.10.23-3   GStreamer libraries from the base
ii  libgstreamer 0.10.24-1   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.16.5-1+b1 The GTK+ graphical user interface 
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  liblircclien 0.8.3-3 infra-red remote control support -
ii  libmtp8  0.3.7-7 Media Transfer Protocol (MTP) libr
ii  libmusicbrai 2.1.5-2 Second generation incarnation of t
ii  libnotify1 [ 0.4.5-1 sends desktop notifications to a n
ii  liborbit21:2.14.17-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0- 1.24.0-3+b1 Layout and rendering of internatio
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libsoup-gnom 2.27.4-1an HTTP library implementation in 
ii  libsoup2.4-1 2.27.4-1an HTTP library implementation in 
ii  libstdc++6   4.4.1-1 The GNU Standard C++ Library v3
ii  libtotem-plp 2.26.2-1Totem Playlist Parser library - ru
ii  libusb-0.1-4 2:0.1.12-13 userspace USB programming library
ii  libxml2  2.7.3.dfsg-2.1  GNOME XML library
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-gnome 2.26.1-1Python bindings for the GNOME desk
ii  python-gst0. 0.10.15-1   generic media-playing framework (P
ii  python-gtk2  2.14.1-3Python bindings for the GTK+ widge
ii  python-suppo 1.0.3   automated rebuilding support for P
ii  python2.52.5.4-1 An interactive high-level object-o
ii  zlib1g   1:1.2.3.3.dfsg-15   compression library - runtime

Bug#541441: CVE-2009-2726: Asterisk SIP Channel Driver Denial ofService

2009-08-21 Thread Gary Herbstman
This pretty clearly states the recipients mailbox does not exist. This
kind of message is typically accurate.

Have we double checked the recipient is not having a problem??

-Original Message-
From: Moritz Muehlenhoff [mailto:j...@inutil.org] 
Sent: Friday, August 21, 2009 14:41
To: Faidon Liambotis
Cc: 541...@bugs.debian.org; Giuseppe Iuculano; secur...@debian.org
Subject: Bug#541441: CVE-2009-2726: Asterisk SIP Channel Driver Denial
ofService

On Fri, Aug 14, 2009 at 04:32:25PM +0300, Faidon Liambotis wrote:
 That's AST-2009-005[1], which mentions:
 
  Note that while this potential vulnerability has existed in Asterisk

  for a very long time, it is only potentially exploitable in 1.6.1 
  and above, since those versions are the first that have allowed SIP 
  packets to exceed 1500 bytes total, which does not permit strings 
  that are large enough to crash Asterisk. (The number strings 
  presented to us by the security researcher were approximately 32,000

  bytes long.)
  
  Additionally note that while this can crash Asterisk, execution of 
  arbitrary code is not possible with this vector.
 Hence, I don't think it warrants a security update for
stable/oldstable.
 
 Unstable is vulnerable though, I'll prepare a fix.

Thanks, added to the tracker.

Cheers,
Moritz






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



Bug#536545: marked as done (*-ia32 packages uninstallable)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 19:32:34 +
with message-id e1mezqk-bf...@ries.debian.org
and subject line Bug#536545: fixed in nvidia-graphics-drivers 185.18.31-1
has caused the Debian Bug report #536545,
regarding *-ia32 packages uninstallable
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.)


-- 
536545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536545
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nvidia-glx-ia32
Version: 185.18.14-1
Severity: grave

nvidia-glx-ia32 now depends on 'ia32-libx11-6' and 'ia32-libxext6'.
Architecture.  Those packages aren't in the archive.  Am I supposed to
be using ia32-apt-get to install them?


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

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

Versions of packages nvidia-glx-ia32 depends on:
hi  ia32-libs2.7ubuntu6  ia32 shared libraries for use on a
ii  nvidia-kernel-2.6.29-2-amd64 185.18.14-1 NVIDIA binary kernel module for Li
ii  nvidia-kernel-2.6.30-1-amd64 185.18.14-1 NVIDIA binary kernel module for Li

nvidia-glx-ia32 recommends no packages.

Versions of packages nvidia-glx-ia32 suggests:
ii  nvidia-kernel-source 185.18.14-1 NVIDIA binary kernel module source
ii  nvidia-settings  180.22-1Tool of configuring the NVIDIA gra

-- no debconf information


---End Message---
---BeginMessage---
Source: nvidia-graphics-drivers
Source-Version: 185.18.31-1

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

libcuda1-dev_185.18.31-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/libcuda1-dev_185.18.31-1_amd64.deb
libcuda1-ia32_185.18.31-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/libcuda1-ia32_185.18.31-1_amd64.deb
libcuda1_185.18.31-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/libcuda1_185.18.31-1_amd64.deb
nvidia-glx-dev_185.18.31-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-glx-dev_185.18.31-1_amd64.deb
nvidia-glx-ia32_185.18.31-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-glx-ia32_185.18.31-1_amd64.deb
nvidia-glx_185.18.31-1_amd64.deb
  to pool/non-free/n/nvidia-graphics-drivers/nvidia-glx_185.18.31-1_amd64.deb
nvidia-graphics-drivers_185.18.31-1.diff.gz
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_185.18.31-1.diff.gz
nvidia-graphics-drivers_185.18.31-1.dsc
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_185.18.31-1.dsc
nvidia-graphics-drivers_185.18.31.orig.tar.gz
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_185.18.31.orig.tar.gz
nvidia-kernel-source_185.18.31-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-kernel-source_185.18.31-1_amd64.deb
nvidia-libvdpau-dev_185.18.31-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-libvdpau-dev_185.18.31-1_amd64.deb
nvidia-libvdpau1-ia32_185.18.31-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-libvdpau1-ia32_185.18.31-1_amd64.deb
nvidia-libvdpau1_185.18.31-1_amd64.deb
  to 
pool/non-free/n/nvidia-graphics-drivers/nvidia-libvdpau1_185.18.31-1_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 536...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Randall Donald rdon...@debian.org (supplier of updated 
nvidia-graphics-drivers 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, 21 Aug 2009 12:28:32 -0700
Source: nvidia-graphics-drivers
Binary: nvidia-glx-ia32 nvidia-glx nvidia-glx-dev nvidia-libvdpau1-ia32 
nvidia-libvdpau1 nvidia-libvdpau-dev nvidia-kernel-source libcuda1 
libcuda1-ia32 libcuda1-dev
Architecture: source amd64
Version: 185.18.31-1
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Randall Donald rdon...@debian.org
Description: 
 libcuda1   - NVIDIA CUDA runtime library
 libcuda1-dev - NVIDIA CUDA 

Bug#528322: marked as done (apt-get autoremove works incorrect)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 15:57:18 -0400
with message-id 200908211557.19048.chea...@gmail.com
and subject line Re: Bug#528322: Versions?
has caused the Debian Bug report #528322,
regarding apt-get autoremove works incorrect
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.)


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

Today I have installed a few packages and apt-get said to me that a
few packages could be autoremoved:

libkrb5support0 libjs-scriptaculous libk5crypto3 libt1-5
libjs-prototype tinymce php5-common

I agreed to remove these packages, but this list contained
libk5crypto3.

I typed:
apt-get autoremove and received the following log (sorry: it is in
Russian):

=cut

Построение дерева зависимостей   
Чтение информации о состоянии... Готово
Следующие пакеты устанавливались автоматически и больше не требуются:
  libkrb5support0 libjs-scriptaculous libk5crypto3 libt1-5 libjs-prototype
  tinymce php5-common
Пакеты, которые будут УДАЛЕНЫ:
  libjs-prototype* libjs-scriptaculous* libk5crypto3* libkrb5support0*
  libt1-5* libtorrent10* php5-common* tinymce*
обновлено 0, установлено 0 новых пакетов, для удаления отмечено 8 пакетов, и 14 
пакетов не обновлено.
После данной операции, объём занятого дискового пространства уменьшится на 
5689kB.
Хотите продолжить [Д/н]? 
(Чтение базы данных... на данный момент установлено 52429 файлов и каталогов.)
Удаляется пакет libjs-scriptaculous...
Удаляется пакет libjs-prototype...
Удаляется пакет libk5crypto3...
Удаляются файлы конфигурации пакета libk5crypto3...
Удаляется пакет libkrb5support0...
Удаляются файлы конфигурации пакета libkrb5support0...
Удаляется пакет libt1-5...
Удаляются файлы конфигурации пакета libt1-5...
Удаляется пакет libtorrent10...
Удаляются файлы конфигурации пакета libtorrent10...
Удаляется пакет php5-common...
Удаляются файлы конфигурации пакета php5-common...
Удаляется пакет tinymce...

=cut

But openssh-server depends to libk5crypto3:

LANG=C apt-cache depends openssh-server|grep libk5crypto3   
  Depends: libk5crypto3

apt-get removed this library without depends!

As a result it had broken my ssh-server: i detected it when i tried to
open new ssh-connection (Luckilly i haven't closed first ssh-connection)

I have seen that secuirity updates contain the version 0.7.20.2+lenny1,
but i haven't tried it yet. I am sorry if this version have already
contained fix this bug.

--
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
openssh-server 1:5.1p1-5 does not depend on libk5crypto3.
Closing as invalid.

Le August 21, 2009 03:38:41 pm Dmitry E. Oboukhov, vous avez écrit :
 On 14:12 Fri 21 Aug , Filipus Klutiero wrote:
 FK Which version of openssh-server was installed?
 
 I think it was 1:5.1p1-5 (it is standing now on its host)

---End Message---


Bug#542538: unmet dependency after pidgin update

2009-08-21 Thread Frank Loeffler
Hi,

After a recent security update, pidgin cannot be updated on amd64
because it depends on libstartup-notification0  (= 0.10) [amd64] which
is not in lenny. For other architectures it depends on an older version
which is in lenny.

I write this to debian-secur...@lists.debian.org because of a
suggestion [1] in a similar bug report about that pidgin update. I also
CCed that other bug report in hope to get attention that way and to
document publicly that this has ben reported. Please let me know if I
should instead open another bug report.

thanks for your work on Debian, Frank

[1] http://lists.debian.org/debian-user/2009/08/msg01358.html




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



Bug#517639: marked as done (ruby1.9: Not properly checking the return value of OCSP_basic_verify)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 22:18:17 +0200
with message-id 20090821201817.ga6...@xanadu.blop.info
and subject line Re: Bug#517639: still present in stable releases
has caused the Debian Bug report #517639,
regarding ruby1.9: Not properly checking the return value of OCSP_basic_verify
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.)


-- 
517639: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517639
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ruby1.9
Severity: serious
Tags: security

Hi,

I was looking at return codes for applications making use of
openssl functions and found this in ext/openssl/ossl_ocsp.c:

result = OCSP_basic_verify(bs, x509s, x509st, flg);
sk_X509_pop_free(x509s, X509_free);
if(!result) rb_warn(%s, ERR_error_string(ERR_peek_error(), NULL));

return result ? Qtrue : Qfalse;

OCSP_basic_verify() can return both 0 and -1 in error cases,
so this function can incorrectly return information to the
caller.

I have no idea if what this code is used for and what the consequences
of this might be.


Kurt



---End Message---
---BeginMessage---
Version: 1.8.7.174-2

Hi,

I have verified that this bug is fixed in 1.8.7.174-2 (unstable).
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |

---End Message---


Processed: unreproducible

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 538762 unreproducible
Bug #538762 [nsis] results from plugin are corrupted
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#538762: unreproducible

2009-08-21 Thread Robert Millan
tags 538762 unreproducible
thanks

Hi,

I can't reproduce this problem anymore.  I might have been misled by #539933
when filing it, although I really recall noticing this error in ways that
couldn't be attributed to #539933.

The bug might still exist, but it's unreproducible now.  I leave it to the
maintainer to close it at his discretion.

Thanks

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



-- 
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 542712 is important

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 542712 important
Bug #542712 [network-manager] [network-manager] NM fails to detect eth0 on 
multiple network cards system
Severity set to 'important' from 'serious'


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#542858: rebuild doesn't help

2009-08-21 Thread Andrey Gusev
Error after rebuild:
(rhythmbox:11104): GStreamer-CRITICAL **: gst_object_unref: assertion `object 
!= NULL' failed



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



Bug#542538: unmet dependency after pidgin update

2009-08-21 Thread Nico Golde
Hi,
* Frank Loeffler kn...@cct.lsu.edu [2009-08-21 22:29]:
 After a recent security update, pidgin cannot be updated on amd64
 because it depends on libstartup-notification0  (= 0.10) [amd64] which
 is not in lenny. For other architectures it depends on an older version
 which is in lenny.
 
 I write this to debian-secur...@lists.debian.org because of a
 suggestion [1] in a similar bug report about that pidgin update. I also
 CCed that other bug report in hope to get attention that way and to
 document publicly that this has ben reported. Please let me know if I
 should instead open another bug report.

This is a known issue, a binNMU for amd64 has been 
scheduled.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpZWs6wXhnZU.pgp
Description: PGP signature


Bug#542858: move verbose output

2009-08-21 Thread Andrey Gusev
(00:42:51) [0x106391b0] [rb_shell_set_window_title] rb-shell.c:2006: setting 
title to HardRadion
(00:42:51) [0x106391b0] [rb_header_sync] rb-header.c:461: syncing with entry = 
http://66.250.45.112:80/hard.ogg
(00:42:51) [0x106391b0] [rb_shell_player_sync_buttons] rb-shell-player.c:2998: 
syncing with source 0x109c6040
(00:42:51) [0x10ed0fc0] [construct_pipeline] rb-player-gst.c:405: using 
gconfaudiosink
(00:42:51) [0x10ed0fc0] [construct_pipeline] rb-player-gst.c:411: setting 
profile property on audio sink
(00:42:51) [0x10ed0fc0] [construct_pipeline] rb-player-gst.c:491: pipeline 
construction complete
(00:42:51) [0x10ed0fc0] [impl_open] rb-player-gst.c:705: setting new uri to 
http://66.250.45.112:80/hard.ogg
(00:42:51) [0x10ed0fc0] [impl_play] rb-player-gst.c:781: not in transition, 
stopping current track to start the new one
(00:42:51) [0x10ed0fc0] [set_state_and_wait] rb-player-gst.c:531: setting 
playbin state to READY
(00:42:51) [0x10ed0fc0] [set_state_and_wait] rb-player-gst.c:535: state change 
was successful
(00:42:51) [0x10ed0fc0] [set_state_and_wait] rb-player-gst.c:531: setting 
playbin state to PLAYING
(00:42:51) [0x10ed0fc0] [set_state_and_wait] rb-player-gst.c:543: state is 
changing asynchronously
(00:42:53) [0x10ed0fc0] [rb_gst_process_tag_string] rb-player-gst-helper.c:230: 
tag organization doesn't correspond to a metadata field we're interested in
(00:42:53) [0x10ed0fc0] [process_tag] rb-player-gst.c:189: emitting info field 4
(00:42:53) [0x10ed0fc0] [info_available_cb] rb-iradio-source.c:1097: iradio 
station already has genre: Metal; ignoring Metal
(00:42:53) [0x10ed0fc0] [rb_gst_process_tag_string] rb-player-gst-helper.c:230: 
tag location doesn't correspond to a metadata field we're interested in
(00:42:53) [0x10ed0fc0] [rb_gst_process_tag_string] rb-player-gst-helper.c:230: 
tag extended-comment doesn't correspond to a metadata field we're interested in
(00:42:53) [0x10ed0fc0] [rb_gst_process_tag_string] rb-player-gst-helper.c:230: 
tag artist doesn't correspond to a metadata field we're interested in
(00:42:53) [0x10ed0fc0] [process_tag] rb-player-gst.c:189: emitting info field 0
(00:42:53) [0x10ed0fc0] [rb_streaming_source_set_streaming_title] 
rb-streaming-source.c:398: streaming title: Peace Sells
(00:42:53) [0x10ed0fc0] [rb_gst_process_tag_string] rb-player-gst-helper.c:230: 
tag encoder doesn't correspond to a metadata field we're interested in
(00:42:53) [0x10ed0fc0] [rb_gst_process_tag_string] rb-player-gst-helper.c:230: 
tag encoder-version doesn't correspond to a metadata field we're interested in
(00:42:53) [0x10ed0fc0] [rb_gst_process_tag_string] rb-player-gst-helper.c:230: 
tag audio-codec doesn't correspond to a metadata field we're interested in
(00:42:53) [0x10ed0fc0] [rb_gst_process_tag_string] rb-player-gst-helper.c:230: 
tag nominal-bitrate doesn't correspond to a metadata field we're interested in
(00:42:53) [0x10ed0fc0] [process_tag] rb-player-gst.c:189: emitting info field 
20
(00:42:54) [0x10ed0fc0] [set_state_and_wait] rb-player-gst.c:609: playbin 
reached state PAUSED
(00:42:59) [0x10ed0fc0] [set_state_and_wait] rb-player-gst.c:565: state change 
is taking too long..
(00:42:59) [0x10ed0fc0] [playing_stream_cb] rb-shell-player.c:3435: new playing 
stream: http://66.250.45.112:80/hard.ogg
(00:42:59) [0x10ed0fc0] [playing_entry_changed_cb] rb-streaming-source.c:466: 
playing new stream; resetting buffering
(00:42:59) [0x10ed0fc0] [rb_statusbar_source_status_changed_cb] 
rb-statusbar.c:570: source status changed
(00:42:59) [0x10ed0fc0] [rb_shell_player_sync_with_source] 
rb-shell-player.c:2895: playing source: 0x109c6040, active entry: 0x10daafd8
(00:42:59) [0x10ed0fc0] [rb_shell_set_window_title] rb-shell.c:2006: setting 
title to HardRadion
(00:42:59) [0x10ed0fc0] [rb_header_sync] rb-header.c:461: syncing with entry = 
http://66.250.45.112:80/hard.ogg
(00:42:59) [0x10ed0fc0] [rb_shell_player_sync_buttons] rb-shell-player.c:2998: 
syncing with source 0x109c6040
(00:42:59) [0x10ed0fc0] [rb_player_gst_find_element_with_property] 
rb-player-gst-helper.c:121: iterating bin looking for property volume
(00:42:59) [0x10ed0fc0] [find_property_element] rb-player-gst-helper.c:99: 
didn't find property volume on element bin4
(00:42:59) [0x10ed0fc0] [find_property_element] rb-player-gst-helper.c:99: 
didn't find property volume on element alsasink1

(rhythmbox:11567): GStreamer-CRITICAL **: gst_object_unref: assertion `object 
!= NULL' failed
(00:42:59) [0x10ed0fc0] [impl_play] rb-player-gst.c:822: applying initial 
volume: 1.00
(00:42:59) [0x106391b0] [rb_statusbar_sync_status] rb-statusbar.c:470: updating 
status with: '8 станций', 'Соединение', 0.00
(00:42:59) [0x106391b0] [rb_shell_clipboard_entryview_changed_cb] 
rb-shell-clipboard.c:786: entryview changed
(00:42:59) [0x106391b0] [rb_shell_clipboard_sync] rb-shell-clipboard.c:584: 
syncing clipboard
(00:42:59) [0x106391b0] [tick_cb] rb-shell-player.c:3519: tick: 
[http://66.250.45.112:80/hard.ogg, 

Bug#542810: [Fwd: [bacula 0001351]: SQLite tables lack autoincrement -- also implications for upgrades from SQLite 2]

2009-08-21 Thread Sven Hartge
John Goerzen wrote:
 
 I am curious, then, where the AUTOINCREMENT came from, and which
 specific older Bacula version you think it may have been in?

I really don't know. But I never manually altered the database.

But, look here:

o...@hild:~/apt/bacula-2.4.4/updatedb$ grep AUTOINCREMENT *
update_sqlite3_tables_8_to_9:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite3_tables_8_to_9:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite3_tables_9_to_10:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_4_to_5:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_4_to_5:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_4_to_5:   PoolId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_4_to_5:   PoolId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_5_to_6:   FileSetId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_5_to_6:   FileSetId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_5_to_6:   JobMediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_5_to_6:   JobMediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_5_to_6:   BaseId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_6_to_7:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_6_to_7:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_6_to_7:   PoolId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_6_to_7:   PoolId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_6_to_7:   BaseId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_7_to_8:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_7_to_8:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_8_to_9:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_8_to_9:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_9_to_10:   MediaId INTEGER UNSIGNED AUTOINCREMENT,

So there _are_ places, where AUTOINCREMENT gets added to the database.

Grüße,
Sven.



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



Bug#542864: [kdenlive] invalid clip, will be removed

2009-08-21 Thread josx
Package: kdenlive
Version: 0.7.5-1
Severity: critical

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

Every time i try to add a clip ( any file format ) the following message alert 
displays:

Clip FILE is invalid, will be removed from project

Obviously with this problem you cant use kdenlive to create new projects.

Anyways I have found a intresting topic in kdenlive forums that can help:
http://www.kdenlive.org/forum/invalid-clip-will-be-removed-solved

Also i have download the source code from kdenlive page, then compile it, and 
it work ok without this problem (with debian devel testing libraries installed 
.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-1-686

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org 
  500 testing http.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
kdebase-runtime (= 4:4.2.2) | 4:4.2.4-2
kdelibs5(= 4:4.2.4) | 4:4.2.4-1
libc6 (= 2.1.3) | 2.9-23
libgcc1 (= 1:4.1.1) | 1:4.4.1-1
libmlt++2| 0.4.4-2+b1
libmlt1  | 0.4.4-2+b1
libqt4-dbus   (= 4.5.1) | 4:4.5.2-1
libqt4-network(= 4.5.1) | 4:4.5.2-1
libqt4-svg(= 4.5.1) | 4:4.5.2-1
libqt4-xml(= 4.5.1) | 4:4.5.2-1
libqtcore4(= 4.5.1) | 4:4.5.2-1
libqtgui4 (= 4.5.1) | 4:4.5.2-1
libstdc++6(= 4.1.1) | 4.4.1-1
kdenlive-data(= 0.7.5-1) | 0.7.5-1
melt | 0.4.4-2+b1
ffmpeg   | 5:0.5+svn20090720-0.0


Recommends   (Version) | Installed
==-+-===
swh-plugins| 0.4.15+1-3
dvgrab | 3.4-1
frei0r-plugins | 1.1.22git20090409-2
recordmydesktop| 0.3.8.1-2
dvdauthor  | 0.6.14-3+b3
genisoimage| 9:1.1.9-1


Package's Suggests field is empty.




-- 
Di Biase José Luis
Blog -- [http://www.joseluisdibiase.com.ar]
viaja hasta tu ideal, sembra tu flor, labra tu libertad, rega tu voz
cerra tus ojos que sobra lugar en idilia para los dos



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



Bug#542858: rhythmbox desn't play anything

2009-08-21 Thread Emilio Pozuelo Monfort
Andrey Gusev wrote:
 Package: rhythmbox
 Version: 0.12.3-1
 Severity: grave
 Justification: renders package unusable
 
 Rhythmbox broke on my system. I can't make connection with any event(update 
 or so).
 When I trying to play some media file or internet radio feed, it doesn't 
 produce sound.
 I can see in console:
 (rhythmbox:5324): GStreamer-CRITICAL **: gst_object_unref: assertion `object 
 != NULL' failed
 
 mplayer or vlc play same source without any problem. 
 I want to try rebuild it.

I'd suggest a gstreamer pipeline to try if I knew it...

Does it work with Totem? I suspect it's a GStreamer issue and not a rhythmbox 
one.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#542858: rhythmbox desn't play anything

2009-08-21 Thread Sven Arvidsson
On Fri, 2009-08-21 at 22:57 +0200, Emilio Pozuelo Monfort wrote:
 I'd suggest a gstreamer pipeline to try if I knew it...
 
 Does it work with Totem? I suspect it's a GStreamer issue and not a rhythmbox 
 one.

Something like this should work:
 gst-launch playbin2 uri=file:///home/user/song.mp3

You'll need the gstreamer0.10-tools package installed.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#542864: marked as done ([kdenlive] invalid clip, will be removed)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 23:45:49 +0200
with message-id 4a8f158d.7010...@debian.org
and subject line Re: Bug#542864: [kdenlive] invalid clip, will be removed
has caused the Debian Bug report #542864,
regarding [kdenlive] invalid clip, will be removed
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.)


-- 
542864: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542864
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kdenlive
Version: 0.7.5-1
Severity: critical

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

Every time i try to add a clip ( any file format ) the following message alert 
displays:

Clip FILE is invalid, will be removed from project

Obviously with this problem you cant use kdenlive to create new projects.

Anyways I have found a intresting topic in kdenlive forums that can help:
http://www.kdenlive.org/forum/invalid-clip-will-be-removed-solved

Also i have download the source code from kdenlive page, then compile it, and 
it work ok without this problem (with debian devel testing libraries installed 
.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-1-686

Debian Release: squeeze/sid
  500 testing www.debian-multimedia.org 
  500 testing http.us.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
kdebase-runtime (= 4:4.2.2) | 4:4.2.4-2
kdelibs5(= 4:4.2.4) | 4:4.2.4-1
libc6 (= 2.1.3) | 2.9-23
libgcc1 (= 1:4.1.1) | 1:4.4.1-1
libmlt++2| 0.4.4-2+b1
libmlt1  | 0.4.4-2+b1
libqt4-dbus   (= 4.5.1) | 4:4.5.2-1
libqt4-network(= 4.5.1) | 4:4.5.2-1
libqt4-svg(= 4.5.1) | 4:4.5.2-1
libqt4-xml(= 4.5.1) | 4:4.5.2-1
libqtcore4(= 4.5.1) | 4:4.5.2-1
libqtgui4 (= 4.5.1) | 4:4.5.2-1
libstdc++6(= 4.1.1) | 4.4.1-1
kdenlive-data(= 0.7.5-1) | 0.7.5-1
melt | 0.4.4-2+b1
ffmpeg   | 5:0.5+svn20090720-0.0


Recommends   (Version) | Installed
==-+-===
swh-plugins| 0.4.15+1-3
dvgrab | 3.4-1
frei0r-plugins | 1.1.22git20090409-2
recordmydesktop| 0.3.8.1-2
dvdauthor  | 0.6.14-3+b3
genisoimage| 9:1.1.9-1


Package's Suggests field is empty.




-- 
Di Biase José Luis
Blog -- [http://www.joseluisdibiase.com.ar]
viaja hasta tu ideal, sembra tu flor, labra tu libertad, rega tu voz
cerra tus ojos que sobra lugar en idilia para los dos


---End Message---
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

josx schrieb:
 Package: kdenlive
 Version: 0.7.5-1
 Severity: critical
 
 --- Please enter the report below this line. ---
 
 Every time i try to add a clip ( any file format ) the following message 
 alert 
 displays:
 
 Clip FILE is invalid, will be removed from project
 
 Obviously with this problem you cant use kdenlive to create new projects.
 
 Anyways I have found a intresting topic in kdenlive forums that can help:
 http://www.kdenlive.org/forum/invalid-clip-will-be-removed-solved
 
 Also i have download the source code from kdenlive page, then compile it, and 
 it work ok without this problem (with debian devel testing libraries 
 installed 

 ffmpeg   | 5:0.5+svn20090720-0.0

Remove this broken debian-multimedia.org and everything works fine, realy.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqPFY0ACgkQ2XA5inpabMceGACeJHUDWg8E5M4TCYxUbcnXLfo1
B2QAoKkloJtH4q4D3fhQ1+kp1QoccAsb
=hYxj
-END PGP SIGNATURE-

---End Message---


Processed: reassign 537466 to lib32stdc++6

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 537466 lib32stdc++6
Bug #537466 [lib32stdc++6] Couldn't configure pre-depend libc6-i386 for 
lib32stdc++6
Bug #537505 [lib32stdc++6] Couldn't configure pre-depend libc6-i386 for 
lib32stdc++6
Ignoring request to reassign bug #537466 to the same package
Ignoring request to reassign bug #537505 to the same package

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#542810: Sqlite3 and autoincrement

2009-08-21 Thread John Goerzen
Hi folks,

I'm trying to troubleshoot a problem reported by a Debian user
converting Bacula from Sqlite2 to Sqlite3.  The problem is that when you
dump a Bacula database from Sqlite2 and try to load it into Sqlite3,
Sqlite3 crashes because there are fields marked AUTOINCREMENT. Kern has
stated in http://bugs.bacula.org/view.php?id=1351 that there weren't
these, and asked me to follow up here.

Perhaps this wasn't ever in the make tables area, but it sure is there
in the update scripts.  I checked this both in a 2.4.4 and a 3.0.2 tree:

jgoerzen:/work/bacula/updatedb$ grep AUTOINCREMENT *sqlite*
update_sqlite3_tables_8_to_9:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite3_tables_8_to_9:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite3_tables_9_to_10.in:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_4_to_5:   MediaId INTEGER UNSIGNED AUTOINCREMENT,
update_sqlite_tables_4_to_5:   MediaId INTEGER UNSIGNED AUTOINCREMENT,

etc.

So I believe this debunks the theory that we can convert a Sqlite2
Bacula user to Sqlite3 just by doing what was implied in Bacula #1351:
dumping with sqlite2 and restoring to Sqlite3, which is in fact what we
attempt in Debian:

   sqlite $DB .dump | sqlite3 $DB.sqlite3

So what is the proper way to convert from Sqlite2 to Sqlite3, given
these issues?

For more background:


   http://bugs.debian.org/542810
   http://bugs.bacula.org/view.php?id=1351
   http://article.gmane.org/gmane.linux.debian.devel.bugs.rc/233845



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



Bug#542870: libtaoframework-ode0.9-cil: Depends on obsolete libode0debian1

2009-08-21 Thread Adam D. Barratt
Package: libtaoframework-ode0.9-cil
Version: 2.1.svn20090801-1
Severity: serious

Hi,

libtaoframework-ode0.9-cil depends on libode0debian1, which is only
available in Lenny. Your package is therefore currently uninstallable on
all architectures.

Regards,

Adam



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



Bug#536961: marked as done (win32-loader: FTBFS: grub-mkimage: error: cannot stat /usr/lib/grub/i386-pc/_linux.mod)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Fri, 21 Aug 2009 22:36:11 +
with message-id e1mecir-0007jd...@ries.debian.org
and subject line Bug#536961: fixed in win32-loader 0.6.12
has caused the Debian Bug report #536961,
regarding win32-loader: FTBFS: grub-mkimage: error: cannot stat 
/usr/lib/grub/i386-pc/_linux.mod
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.)


-- 
536961: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536961
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: win32-loader
Version: 0.6.11
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090713 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-win32-loader_0.6.11-amd64-53XWst/win32-loader-0.6.11/l10n'
 gcc 
 -DTEXTDOMAINDIR=\/build/user-win32-loader_0.6.11-amd64-53XWst/win32-loader-0.6.11/l10n/locale\
  win32-loader.c -o win32-loader
 mkdir -p templates locale/be/LC_MESSAGES
 msgmerge -U po/be.po po/messages.pot
 ... done.
 msgfmt -c --statistics -o locale/be/LC_MESSAGES/win32-loader.mo po/be.po
 58 translated messages.
 LANGUAGE=be ./win32-loader.sh  templates/be.nsh
 mkdir -p templates locale/bg/LC_MESSAGES
 msgmerge -U po/bg.po po/messages.pot
 .. done.
 msgfmt -c --statistics -o locale/bg/LC_MESSAGES/win32-loader.mo po/bg.po
 58 translated messages.
 LANGUAGE=bg ./win32-loader.sh  templates/bg.nsh
 mkdir -p templates locale/ca/LC_MESSAGES
 msgmerge -U po/ca.po po/messages.pot
  done.
 msgfmt -c --statistics -o locale/ca/LC_MESSAGES/win32-loader.mo po/ca.po
 po/ca.po:5: some header fields still have the initial default value
 58 translated messages.
 LANGUAGE=ca ./win32-loader.sh  templates/ca.nsh
 mkdir -p templates locale/cs/LC_MESSAGES
 msgmerge -U po/cs.po po/messages.pot
 . done.
 msgfmt -c --statistics -o locale/cs/LC_MESSAGES/win32-loader.mo po/cs.po
 56 translated messages, 1 fuzzy translation, 1 untranslated message.
 LANGUAGE=cs ./win32-loader.sh  templates/cs.nsh
 mkdir -p templates locale/de/LC_MESSAGES
 msgmerge -U po/de.po po/messages.pot
  done.
 msgfmt -c --statistics -o locale/de/LC_MESSAGES/win32-loader.mo po/de.po
 58 translated messages.
 LANGUAGE=de ./win32-loader.sh  templates/de.nsh
 mkdir -p templates locale/el/LC_MESSAGES
 msgmerge -U po/el.po po/messages.pot
 . done.
 msgfmt -c --statistics -o locale/el/LC_MESSAGES/win32-loader.mo po/el.po
 56 translated messages, 1 fuzzy translation, 1 untranslated message.
 LANGUAGE=el ./win32-loader.sh  templates/el.nsh
 mkdir -p templates
 LANGUAGE=C ./win32-loader.sh  templates/en.nsh
 mkdir -p templates locale/es/LC_MESSAGES
 msgmerge -U po/es.po po/messages.pot
 . done.
 56 translated messages, 1 fuzzy translation, 1 untranslated messagemsgfmt -c 
 --statistics -o locale/es/LC_MESSAGES/win32-loader.mo po/es.po
 .
 LANGUAGE=es ./win32-loader.sh  templates/es.nsh
 mkdir -p templates locale/eu/LC_MESSAGES
 msgmerge -U po/eu.po po/messages.pot
 .. done.
 msgfmt -c --statistics -o locale/eu/LC_MESSAGES/win32-loader.mo po/eu.po
 58 translated messages.
 LANGUAGE=eu ./win32-loader.sh  templates/eu.nsh
 mkdir -p templates locale/fi/LC_MESSAGES
 msgmerge -U po/fi.po po/messages.pot
 .. done.
 56 translated messagesmsgfmt -c --statistics -o 
 locale/fi/LC_MESSAGES/win32-loader.mo po/fi.po
 , 1 fuzzy translation, 1 untranslated message.
 LANGUAGE=fi ./win32-loader.sh  templates/fi.nsh
 mkdir -p templates locale/fr/LC_MESSAGES
 msgmerge -U po/fr.po po/messages.pot
 .. done.
 msgfmt -c --statistics -o locale/fr/LC_MESSAGES/win32-loader.mo po/fr.po
 58 translated messages.
 LANGUAGE=fr ./win32-loader.sh  templates/fr.nsh
 mkdir -p templates locale/gl/LC_MESSAGES
 msgmerge -U po/gl.po po/messages.pot
 . done.
 58 translated messages.
 msgfmt -c --statistics -o locale/gl/LC_MESSAGES/win32-loader.mo po/gl.po
 LANGUAGE=gl ./win32-loader.sh  templates/gl.nsh
 mkdir -p templates locale/he/LC_MESSAGES
 msgmerge -U po/he.po po/messages.pot
 . done.
 56 translated messages, 1 fuzzy translation, 1 untranslated messagemsgfmt -c 
 --statistics -o locale/he/LC_MESSAGES/win32-loader.mo po/he.po
 .
 LANGUAGE=he ./win32-loader.sh  templates/he.nsh
 mkdir -p templates locale/hr/LC_MESSAGES
 msgmerge -U po/hr.po po/messages.pot
 . done.
 msgfmt -c --statistics -o locale/hr/LC_MESSAGES/win32-loader.mo po/hr.po
 56 translated messages, 1 fuzzy translation, 1 untranslated message.
 

Processed: forcibly merging 537466 542847

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 537466 542847
Bug#537466: Couldn't configure pre-depend libc6-i386 for lib32stdc++6
Bug#542847: [libc6-i386] Can't upgrade Sid
Bug#537505: Couldn't configure pre-depend libc6-i386 for lib32stdc++6
Forcibly Merged 537466 537505 542847.


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#542842: HSH only on arches with threaded RTS?

2009-08-21 Thread Joachim Breitner
Hi,

Am Freitag, den 21.08.2009, 14:34 -0500 schrieb John Goerzen:
 On Fri, Aug 21, 2009 at 06:49:26PM +, Joachim Breitner wrote:
  Hi John,
  
  I have hit a similar problem with hlint:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541679
  
  I guess you???ll have to make the -parallel parameter depend on a cabal
  flag, and that it based on the arch you are compiling on, or dynamically
  based on the existence of the threaded runtime.
 
 Thank you for the hint!  I use -threaded (not -parallel) in the
 .cabal, but I did notice a hackage warning recently saying that
 -threaded has no impact on libraries.  Aside from the tests, HSH is
 library only.  I'll see about just removing -threaded entirely.
 
 [ later ]
 
 Oh drat, now I'm confused.  The problem was when it tried to run
 tests.  Does this mean that sparc64 doesn't support threaded RTS?  HSH
 does now require threaded RTS, I believe.

yes, some arches just do not have the threaded RTS. If HSH does not work
there, then that’s the way it is. Although I’m not sure what’s the
correct step then (Set the correct arches in the Arch: line, or asking
for an entry in the packages-arch-specific file. Probably the latter,
I’m CC’ing the wanna-build team as they might know.)

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: Dies ist ein digital signierter Nachrichtenteil


Bug#542281: base: GNOME/KDE GUIs both do not work! (Consoles do work though)

2009-08-21 Thread Deniz Akcal

I've determined that this was in fact the fault of fglrx. The 
xserver-xorg-video-radeonhd driver in Lenny is 1.2.1-2 and my video card was 
only picked up as of version 1.2.2 and sid currently has 1.2.5 so I obtained 
the driver from sid and configured the system to use the driver and now it 
works. This bug should be closed.

_
More storage. Better anti-spam and antivirus protection. Hotmail makes it 
simple.
http://go.microsoft.com/?linkid=9671357

Bug#542281: base: GNOME/KDE GUIs both do not work! (Consoles do work though)

2009-08-21 Thread Deniz Akcal

I've determined that this was in fact the fault of fglrx. The 
xserver-xorg-video-radeonhd driver in Lenny is 1.2.1-2 and my video card was 
only picked up as of version 1.2.2 and sid currently has 1.2.5 so I obtained 
the driver from sid and configured the system to use the driver and now it 
works. This bug should be closed.

_
Stay on top of things, check email from other accounts!
http://go.microsoft.com/?linkid=9671355

Bug#542842: [Pkg-haskell-maintainers] Bug#542842: HSH only on arches with threaded RTS?

2009-08-21 Thread Joachim Breitner
Hi,

Am Samstag, den 22.08.2009, 01:36 +0200 schrieb Joachim Breitner:
 Am Freitag, den 21.08.2009, 14:34 -0500 schrieb John Goerzen:
  On Fri, Aug 21, 2009 at 06:49:26PM +, Joachim Breitner wrote:
   Hi John,
   
   I have hit a similar problem with hlint:
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541679
   
   I guess you???ll have to make the -parallel parameter depend on a cabal
   flag, and that it based on the arch you are compiling on, or dynamically
   based on the existence of the threaded runtime.
  
  Thank you for the hint!  I use -threaded (not -parallel) in the
  .cabal, but I did notice a hackage warning recently saying that
  -threaded has no impact on libraries.  Aside from the tests, HSH is
  library only.  I'll see about just removing -threaded entirely.
  
  [ later ]
  
  Oh drat, now I'm confused.  The problem was when it tried to run
  tests.  Does this mean that sparc64 doesn't support threaded RTS?  HSH
  does now require threaded RTS, I believe.
 
 yes, some arches just do not have the threaded RTS. If HSH does not work
 there, then that’s the way it is. Although I’m not sure what’s the
 correct step then (Set the correct arches in the Arch: line, or asking
 for an entry in the packages-arch-specific file. Probably the latter,
 I’m CC’ing the wanna-build team as they might know.)

here some information from KiBi:

KiBi nomeata: Setting Architecture: properly isn't sufficient, you also need 
to be in nfu or pas.
nomeata KiBi: and which one is the “correct” solution?
KiBi depends. IMHO, for something that might be transient, nfu. pas otherwise.
KiBi You can easily ask a buildd maintainer to add/remove stuff from 
not-for-us
KiBi for p-a-s, you have to get to the wb admins AFAICT
KiBi Like “maybe your arch just got support for foo, please try a build” → 
easy when in nfu, not when in pas.
KiBi (please bear in mind I'm still new. ;p)
nomeata thx, I’ll forward that to the maintainer

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: Dies ist ein digital signierter Nachrichtenteil


Bug#542888: bind9 stops during upgrade. again.

2009-08-21 Thread Craig Sanders
Package: bind9
Version: 1:9.6.1.dfsg.P1-3
Severity: critical
Justification: breaks unrelated software


when upgrading bind9, named is stopped until the upgrade is completed. 

this could be a LONG time during an apt-get {dist-,dselect-,}upgrade,
especially if there are many packaged being upgraded or if there are any
debconf questions waiting to be answered.

this has an obvious seriously detrimental and prolonged effect on the
entire local network which depends on that nameserver.


this is a repeat of an earlier bug (#453765), which was reported in Dec 2007
and fixed in June 2008.  It has come back.

see also bug #471060 (debhelper, reported Mar 2008, fixed May 2008). a
'--restart-after-upgrade' option was added to dh_installinit to provide
a fix this behaviour.  There was some suggestion that this might become
the default behaviour but it looks like that hasn't happened.






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

Kernel: Linux 2.6.30.4 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages bind9 depends on:
ii  adduser  3.110   add and remove users and groups
pn  bind9utils   none  (no description available)
ii  debconf [debconf-2.0]1.5.27  Debian configuration management sy
pn  libbind9-50  none  (no description available)
ii  libc62.9-25  GNU C Library: Shared libraries
ii  libcap2  1:2.16-5support for getting/setting POSIX.
ii  libdb4.7 4.7.25-7Berkeley v4.7 Database Libraries [
pn  libdns50 none  (no description available)
ii  libgssapi-krb5-2 1.7dfsg~beta3-1 MIT Kerberos runtime libraries - k
pn  libisc50 none  (no description available)
pn  libisccc50   none  (no description available)
pn  libisccfg50  none  (no description available)
ii  libldap-2.4-22.4.17-1OpenLDAP libraries
pn  liblwres50   none  (no description available)
ii  libssl0.9.8  0.9.8k-4SSL shared libraries
pn  libxml2  none  (no description available)
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip
ii  net-tools1.60-23 The NET-3 networking toolkit
ii  netbase  4.37Basic TCP/IP networking system

bind9 recommends no packages.

Versions of packages bind9 suggests:
pn  bind9-doc none (no description available)
pn  dnsutils  none (no description available)
pn  resolvconfnone (no description available)
pn  ufw   none (no description available)

-- debconf information excluded



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



Bug#542889: nvidia-kernel-source: kernel panic on amd64 with 185.18.31 drivers, Quadro card

2009-08-21 Thread Daniel Pittman
Package: nvidia-kernel-source
Version: 185.18.31-1
Severity: grave

After upgrading to the 185.18.31 packages from 185.18.14, X caused a kernel
panic with a NULL pointer dereference.  This seems to be the same problem
discussed here:

http://www.nvnews.net/vbulletin/showthread.php?t=136959

Downgrading to the earlier version is suggested as fixing the issue, and does
for me, but I figure that others might want to know about this beforehand.

Regards,
Daniel

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

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

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 7.3.14 helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  make  3.81-6 An utility for Directing compilati
ii  sed   4.2.1-3The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts   2.10.53 scripts to make the life of a Debi
ii  kernel-package   12.019  A utility for building Linux kerne
ii  module-assistant 0.11.1  tool to make module package creati
ii  nvidia-glx   185.18.14-2 NVIDIA binary Xorg driver

nvidia-kernel-source suggests no packages.

-- no debconf information

-- 
✣ Daniel Pittman✉ dan...@rimspace.net☎ +61 401 155 707
   ♽ made with 100 percent post-consumer electrons
   Looking for work?  Love Perl?  In Melbourne, Australia?  We are hiring.



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



Bug#541085: gnu-fdisk depends on libparted1.8-10 (= 1.8.8.git.2008.03.24-9) [UNAVAILABLE]

2009-08-21 Thread Cyril Brulebois
Rogério Brito rbr...@ime.usp.br (11/08/2009):
 It would seem that just a recompilation would fix this (if
 libparted* has not changed its interface, that is).

The proper way is to check whether binNMUs were requested on
debian-release@, and send such a request if needed.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#533940: gnu-fdisk: FTBFS: fdisk.c:1119: undefined reference to `ped_free'

2009-08-21 Thread Cyril Brulebois
Lucas Nussbaum lu...@lucas-nussbaum.net (21/06/2009):
 Package: gnu-fdisk
 Version: 1.2.2-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20090620 qa-ftbfs
 Justification: FTBFS on amd64

  common.o:/build/user-gnu-fdisk_1.2.2-1-amd64-1v9IYA/gnu-fdisk-1.2.2/src/common.c:183:
   more undefined references to `ped_free' follow
  collect2: ld returned 1 exit status

It looks like a huge s/ped_free/free/g was done in the parted sources,
so one would have to do the same in gnu-fdisk. It looks like it's been
done upstream given I read on savannah[1]
| NEWS
|
| In this release we have support for libparted 1.9.

 1. http://savannah.gnu.org/forum/forum.php?forum_id=5912

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#513528: marked as done (ruby1.9: Not properly checking the return value of OCSP_basic_verify)

2009-08-21 Thread Debian Bug Tracking System
Your message dated Sat, 22 Aug 2009 01:59:20 +
with message-id e1meft2-0004df...@ries.debian.org
and subject line Bug#513528: fixed in ruby1.9 1.9.0.5-1
has caused the Debian Bug report #513528,
regarding ruby1.9: Not properly checking the return value of OCSP_basic_verify
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.)


-- 
513528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=513528
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ruby1.9
Severity: serious
Tags: security

Hi,

I was looking at return codes for applications making use of
openssl functions and found this in ext/openssl/ossl_ocsp.c:

result = OCSP_basic_verify(bs, x509s, x509st, flg);
sk_X509_pop_free(x509s, X509_free);
if(!result) rb_warn(%s, ERR_error_string(ERR_peek_error(), NULL));

return result ? Qtrue : Qfalse;

OCSP_basic_verify() can return both 0 and -1 in error cases,
so this function can incorrectly return information to the
caller.

I have no idea if what this code is used for and what the consequences
of this might be.


Kurt



---End Message---
---BeginMessage---
Source: ruby1.9
Source-Version: 1.9.0.5-1

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

irb1.9_1.9.0.5-1_all.deb
  to pool/main/r/ruby1.9/irb1.9_1.9.0.5-1_all.deb
libdbm-ruby1.9_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/libdbm-ruby1.9_1.9.0.5-1_amd64.deb
libgdbm-ruby1.9_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/libgdbm-ruby1.9_1.9.0.5-1_amd64.deb
libopenssl-ruby1.9_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/libopenssl-ruby1.9_1.9.0.5-1_amd64.deb
libreadline-ruby1.9_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/libreadline-ruby1.9_1.9.0.5-1_amd64.deb
libruby1.9-dbg_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/libruby1.9-dbg_1.9.0.5-1_amd64.deb
libruby1.9_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/libruby1.9_1.9.0.5-1_amd64.deb
libtcltk-ruby1.9_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/libtcltk-ruby1.9_1.9.0.5-1_amd64.deb
rdoc1.9_1.9.0.5-1_all.deb
  to pool/main/r/ruby1.9/rdoc1.9_1.9.0.5-1_all.deb
ri1.9_1.9.0.5-1_all.deb
  to pool/main/r/ruby1.9/ri1.9_1.9.0.5-1_all.deb
ruby1.9-dev_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/ruby1.9-dev_1.9.0.5-1_amd64.deb
ruby1.9-elisp_1.9.0.5-1_all.deb
  to pool/main/r/ruby1.9/ruby1.9-elisp_1.9.0.5-1_all.deb
ruby1.9-examples_1.9.0.5-1_all.deb
  to pool/main/r/ruby1.9/ruby1.9-examples_1.9.0.5-1_all.deb
ruby1.9_1.9.0.5-1.diff.gz
  to pool/main/r/ruby1.9/ruby1.9_1.9.0.5-1.diff.gz
ruby1.9_1.9.0.5-1.dsc
  to pool/main/r/ruby1.9/ruby1.9_1.9.0.5-1.dsc
ruby1.9_1.9.0.5-1_amd64.deb
  to pool/main/r/ruby1.9/ruby1.9_1.9.0.5-1_amd64.deb
ruby1.9_1.9.0.5.orig.tar.gz
  to pool/main/r/ruby1.9/ruby1.9_1.9.0.5.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Daigo Moriwaki da...@debian.org (supplier of updated ruby1.9 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, 22 Aug 2009 09:55:25 +0900
Source: ruby1.9
Binary: ruby1.9 libruby1.9 libruby1.9-dbg ruby1.9-dev libdbm-ruby1.9 
libgdbm-ruby1.9 libreadline-ruby1.9 libtcltk-ruby1.9 libopenssl-ruby1.9 
ruby1.9-examples ruby1.9-elisp ri1.9 rdoc1.9 irb1.9
Architecture: source all amd64
Version: 1.9.0.5-1
Distribution: unstable
Urgency: low
Maintainer: akira yamada ak...@debian.org
Changed-By: Daigo Moriwaki da...@debian.org
Description: 
 irb1.9 - Interactive Ruby (for Ruby 1.9)
 libdbm-ruby1.9 - DBM interface for Ruby 1.9
 libgdbm-ruby1.9 - GDBM interface for Ruby 1.9
 libopenssl-ruby1.9 - OpenSSL interface for Ruby 1.9
 libreadline-ruby1.9 - Readline interface for Ruby 1.9
 libruby1.9 - Libraries necessary to run Ruby 1.9
 libruby1.9-dbg - Debugging symbols for Ruby 1.9
 libtcltk-ruby1.9 - Tcl/Tk interface for Ruby 1.9
 rdoc1.9- Generate documentation from Ruby source files (for Ruby 1.9)
 ri1.9  - Ruby Interactive reference (for Ruby 1.9)
 ruby1.9- Interpreter of object-oriented scripting language Ruby 1.9
 ruby1.9-dev - Header files for compiling extension modules for the Ruby 1.9
 ruby1.9-elisp - ruby-mode for Emacsen
 ruby1.9-examples - 

Processed: severity of 542213 is important, tagging 542213, tagging 505470, tagging 489613

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # lower severity to important until we have evidence others see this
 severity 542213 important
Bug #542213 [openafs-modules-source] openafs-modules-2.6.30-1-686-bigmem: 
Kernel oops
Severity set to 'important' from 'critical'

 tags 542213 moreinfo
Bug #542213 [openafs-modules-source] openafs-modules-2.6.30-1-686-bigmem: 
Kernel oops
Added tag(s) moreinfo.
 tags 505470 moreinfo
Bug #505470 [openafs-modules-source] openafs-modules-source: Cannot restart 
openafs Linux 2.6.26-1-686-bigmem
Added tag(s) moreinfo.
 tags 489613 moreinfo
Bug #489613 [openafs-modules-source] openafs-modules-source: attempt to 
reinsert module results in Cannot allocate memory
Added tag(s) moreinfo.

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#542888: bind9 stops during upgrade. again.

2009-08-21 Thread LaMont Jones
On Sat, Aug 22, 2009 at 10:47:16AM +1000, Craig Sanders wrote:
 when upgrading bind9, named is stopped until the upgrade is completed. 

And there is no real way to make sure it stays working while the
libraries and such are changed out from under it, based on some of the
issues we ran into earlier in the bind9 train, which caused me to quit
trying to keep it running during a dist-upgrade.

 this could be a LONG time during an apt-get {dist-,dselect-,}upgrade,
 especially if there are many packaged being upgraded or if there are any
 debconf questions waiting to be answered.

And more reason to upgrade daemons in separation from the rest of the
machine.

 this has an obvious seriously detrimental and prolonged effect on the
 entire local network which depends on that nameserver.

 this is a repeat of an earlier bug (#453765), which was reported in Dec 2007
 and fixed in June 2008.  It has come back.

And if I recall, it was intentionally reintroduced to fix an issue with
stopping the old daemon after the upgrade failed in a manner that made
it seem to be a bad thing to do.

 see also bug #471060 (debhelper, reported Mar 2008, fixed May 2008). a
 '--restart-after-upgrade' option was added to dh_installinit to provide
 a fix this behaviour.  There was some suggestion that this might become
 the default behaviour but it looks like that hasn't happened.

I'll have to revisit the whole issue, but the switch to using
dh_installinit was done separate from the don't bother trying to keep
it running through the upgrade decision.

lamont



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



Bug#542903: myodbc FTBFS on all arches now

2009-08-21 Thread Andreas Barth
Package: myodbc
Version: 3.51.19r646-1
Severity: serious

Hi,

myodbc started to FTBFS on all arches now for the mysql 5.1-rebuild binNMUs
with this error:

 gcc -DHAVE_CONFIG_H -I. -I. -I. -D_REENTRANT -D_GNU_SOURCE -I/usr/include -O3 
-DDBUG_OFF -I/usr/include/mysql -DBIG_JOINS=1 -DUNIV_LINUX -g -Wall -O2 -MT 
libmyodbc3_la-catalog.lo -MD -MP -MF .deps/libmyodbc3_la-catalog.Tpo -c 
catalog.c  -fPIC -DPIC -o .libs/libmyodbc3_la-catalog.o
In file included from catalog.c:44:
myodbc3.h:258: error: expected specifier-qualifier-list before 
'In_C_you_should_use_my_bool_instead'
In file included from myodbc3.h:397,
 from catalog.c:44:
myutil.h:144: error: expected declaration specifiers or '...' before 
'In_C_you_should_use_my_bool_instead'
catalog.c:209: error: expected declaration specifiers or '...' before 'gptr'

Please see e.g.
https://buildd.debian.org/fetch.cgi?pkg=myodbcver=3.51.19r646-1%2Bb1arch=i386stamp=1250624186file=log
for the full build log.


Cheers,
Andi



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



Bug#542904: FTBFS: depends hard on libmysqlclient15-dev

2009-08-21 Thread Andreas Barth
Package: cyrus-sasl2
Version: 2.1.23.dfsg1-1
Severity: serious

Hi,

this package build-depends hard on libmysqlclient15-dev. Please
replace this dependency with libmysqlclient-dev, currently the package
isn't buildable anymore in unstable (and blocks the mysql-transition
to testing).


Cheers,
Andi



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



Processed (with 1 errors): Re: Bug#528322 closed by Filipus Klutiero chea...@gmail.com (Re: Bug#528322: Versions?)

2009-08-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 528322
Bug #528322 {Done: Filipus Klutiero chea...@gmail.com} [apt] apt-get 
autoremove works incorrect
 reassign 528322 openssh-server
Bug #528322 [apt] apt-get autoremove works incorrect
Bug reassigned from package 'apt' to 'openssh-server'.
Bug No longer marked as found in versions apt/0.7.20.2.
 found 1:5.1p1-5
Unknown command or malformed arguments to command.

 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



  1   2   >