Bug#520095: removes the toplevel mountpoint directories and fails to start the next time

2009-08-01 Thread Anton Ivanov
On Sun, 2009-08-02 at 01:40 +0200, Jan Christoph Nordholz wrote:
> Hi Michael,
> 
> > No idea.  If I were knew, I'd attach a patch for this issue.
> > The code is quite.. funny and fragile, I tried to understand
> > it right before submitting a bugreport but that wasn't quite
> > successful.
> >
> > I ran it under strace - pure automountd, without any startu
> > scripts but with the same args.  It never ever tried to mkdir
> > or rename.  It created two random dirs in /tmp, mounted a
> > tmpfs over one of them (running mount(8)), bind-mounted it
> > on second dir, next did stat("/misc") (which returned ENOENT)
> > and immediately gave up returning it can't mount /misc.
> 
> this is the strace log on my system after the spawned umount
> process has terminated:
> 
> ] 30451 --- SIGCHLD (Child exited) @ 0 (0) ---
> ] 30451 rmdir("/tmp/autoa1Aqlv")  = 0
> ] 30451 rmdir("/tmp/autohY6Rkm")  = 0
> ] 30451 rt_sigaction(SIGTERM, {0xb801dd70, [HUP USR1 USR2 ALRM TERM], 
> SA_RESTART}, NULL, 8) = 0
> ] 30451 rt_sigaction(<<< several more >>>)
> ] 30451 open("/etc/mtab", O_RDONLY)   = 8
> ] 30451 fstat64(8, {st_mode=S_IFREG|0644, st_size=701, ...}) = 0
> ] 30451 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
> -1, 0) = 0xb7fe7000
> ] 30451 read(8, "/dev/sda2 / ext3 rw,errors=remou"..., 4096) = 701
> ] 30451 read(8, "", 4096) = 0
> ] 30451 close(8)  = 0
> ] 30451 munmap(0xb7fe7000, 4096)  = 0
> ] 30451 stat64("/misc", 0xbfbca894)   = -1 ENOENT (No such file or 
> directory)
> ] 30451 open("/etc/mtab", O_RDONLY)   = 8
> ] 30451 fstat64(8, {st_mode=S_IFREG|0644, st_size=701, ...}) = 0
> ] 30451 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, 
> -1, 0) = 0xb7fe7000
> ] 30451 read(8, "/dev/sda2 / ext3 rw,errors=remou"..., 4096) = 701
> ] 30451 read(8, "", 4096) = 0
> ] 30451 close(8)  = 0
> ] 30451 munmap(0xb7fe7000, 4096)  = 0
> ] 30451 statfs("/", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, 
> f_blocks=9612195, f_bfree=5459645, f_bavail=4971364, f_files=2444624, 
> f_ffree=2142
> ] 30451 mkdir("/misc", 0555)  = 0
> ] 30451 pipe([8, 11]) = 0
> ] 30451 pipe([12, 13])= 0
> ] 30451 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
> ] 30451 pipe([14, 15])= 0
> ] 30451 clone(child_stack=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0xb7e7fb48) = 30454
> ] [...] <<>>
> ] 30454 execve("/bin/mount", ["/bin/mount", "-t", "autofs", "-o", 
> "fd=11,pgrp=30451,minproto=2,maxp"..., "automount(pid30451)", "/misc"], [/* 
> 44 vars */]) = 0
> 
> Maybe you can spot the difference that's causing your automountd to
> give up - but I'd suggest switching to v5 anyway because upstream
> development on v4 has ceased, and I'd like to drop v4 before Squeeze
> is released.

Can I propose a simple workaround until v5 is out. Once upon a time the
automount init.d script used to create the dirs. What exactly is the
problem in doing this once again?

It is a one-liner after all. 

Brgds,

> 
> 
> Regards,
> 
> Jan
-- 
   Understanding is a three-edged sword:
your side, their side, and the truth. --Kosh Naranek

A. R. Ivanov
E-mail:  aiva...@sigsegv.cx
WWW: http://www.sigsegv.cx/
pub 1024D/DDE5E715 2002-03-03 Anton R. Ivanov 
Fingerprint: C824 CBD7 EE4B D7F8 5331  89D5 FCDA 572E DDE5 E715





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



Bug#538822: dash: Broken scenario

2009-08-01 Thread Marco d'Itri
On Jul 28, Ken Bloom  wrote:

> I can report on the broken scenario, since I made this change just a
> few days ago to have dash provide /bin/sh on its own.
Same thing for me. Since this was the approved way to switch /bin/sh as
documented by the bash package, the dash package needs to account for it
someway instead of failing on upgrades.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#539580: sed: Depends should really be Pre-Depends

2009-08-01 Thread Sven Joachim
Package: sed
Version: 4.2.1-2
Severity: serious

The Downgrade from Pre-Depends to Depends in this version is not
correct, please revert it.  Essential packages must work even when only
unpacked (see Policy § 3.8), and the only way to ensure that libraries
required by sed are present after unpacking it is to Pre-Depend on them.

This is aggravated by the fact that the libc6 preinst uses sed, which
has the potential to leave the system in an un-upgradable state if sed
is unpacked before libc6.


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

Kernel: Linux 2.6.30.4-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 sed depends on:
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libselinux1   2.0.82-1   SELinux shared libraries

sed recommends no packages.

sed 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



Processed: Debian bug #535761 is severity "serious"

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

> severity 535761 serious
Bug #535761 [cups] Error: Unsupported format 'application/postscript'!
Severity set to 'serious' from 'important'

> 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#520095: removes the toplevel mountpoint directories and fails to start the next time

2009-08-01 Thread Jan Christoph Nordholz
Hi Michael,

> No idea.  If I were knew, I'd attach a patch for this issue.
> The code is quite.. funny and fragile, I tried to understand
> it right before submitting a bugreport but that wasn't quite
> successful.
>
> I ran it under strace - pure automountd, without any startu
> scripts but with the same args.  It never ever tried to mkdir
> or rename.  It created two random dirs in /tmp, mounted a
> tmpfs over one of them (running mount(8)), bind-mounted it
> on second dir, next did stat("/misc") (which returned ENOENT)
> and immediately gave up returning it can't mount /misc.

this is the strace log on my system after the spawned umount
process has terminated:

] 30451 --- SIGCHLD (Child exited) @ 0 (0) ---
] 30451 rmdir("/tmp/autoa1Aqlv")  = 0
] 30451 rmdir("/tmp/autohY6Rkm")  = 0
] 30451 rt_sigaction(SIGTERM, {0xb801dd70, [HUP USR1 USR2 ALRM TERM], 
SA_RESTART}, NULL, 8) = 0
] 30451 rt_sigaction(<<< several more >>>)
] 30451 open("/etc/mtab", O_RDONLY)   = 8
] 30451 fstat64(8, {st_mode=S_IFREG|0644, st_size=701, ...}) = 0
] 30451 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0xb7fe7000
] 30451 read(8, "/dev/sda2 / ext3 rw,errors=remou"..., 4096) = 701
] 30451 read(8, "", 4096) = 0
] 30451 close(8)  = 0
] 30451 munmap(0xb7fe7000, 4096)  = 0
] 30451 stat64("/misc", 0xbfbca894)   = -1 ENOENT (No such file or 
directory)
] 30451 open("/etc/mtab", O_RDONLY)   = 8
] 30451 fstat64(8, {st_mode=S_IFREG|0644, st_size=701, ...}) = 0
] 30451 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 
0) = 0xb7fe7000
] 30451 read(8, "/dev/sda2 / ext3 rw,errors=remou"..., 4096) = 701
] 30451 read(8, "", 4096) = 0
] 30451 close(8)  = 0
] 30451 munmap(0xb7fe7000, 4096)  = 0
] 30451 statfs("/", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=9612195, 
f_bfree=5459645, f_bavail=4971364, f_files=2444624, f_ffree=2142
] 30451 mkdir("/misc", 0555)  = 0
] 30451 pipe([8, 11]) = 0
] 30451 pipe([12, 13])= 0
] 30451 rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0
] 30451 pipe([14, 15])= 0
] 30451 clone(child_stack=0, 
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e7fb48) 
= 30454
] [...] <<>>
] 30454 execve("/bin/mount", ["/bin/mount", "-t", "autofs", "-o", 
"fd=11,pgrp=30451,minproto=2,maxp"..., "automount(pid30451)", "/misc"], [/* 44 
vars */]) = 0

Maybe you can spot the difference that's causing your automountd to
give up - but I'd suggest switching to v5 anyway because upstream
development on v4 has ceased, and I'd like to drop v4 before Squeeze
is released.


Regards,

Jan


signature.asc
Description: Digital signature


Bug#525826: flac maintenance & RC bug

2009-08-01 Thread Andres Mejia
On Thursday 30 July 2009 03:02:26 Fabian Greffrath wrote:
> Andres Mejia schrieb:
> > OK. Does anyone want flac to be a multimedia team maintained package?
>
> Yes, of course!

Ok. I'll submit an ITA bug than. Anyone wanting to start making the necessary 
changes to flac, go right ahead. I'm currently busy with other things so I 
won't 
be able to get to flac right away.

-- 
Regards,
Andres



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



Bug#511516: marked as done (hanterm-xf: Window title (DSA-380))

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 23:23:26 +0100
with message-id <1249165406.930431.7750.nullmai...@kmos.homeip.net>
and subject line hanterm-xf has been removed from Debian, closing #511516
has caused the Debian Bug report #511516,
regarding hanterm-xf: Window title (DSA-380)
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.)


-- 
511516: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511516
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hanterm-xf
Version: 1:3.3.1p18-10
Severity: grave
Tags: security
Justification: user security hole

hanterm-xf does not seem vulnerable to DECRQSS (DSA-1694), but is
vulnerable to "window title" (DSA-380).

Cheers,

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia


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

Versions of packages hanterm-xf depends on:
ii  libc6  2.3.6.ds1-13etch8 GNU C Library: Shared libraries
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libncurses55.5-5 Shared libraries for terminal hand
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxaw71:1.0.2-4 X11 Athena Widget library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library

hanterm-xf recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 1:3.3.1p18-10+rm

The hanterm-xf package has been removed from Debian so we are closing
the bugs that were still opened against it.

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

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

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues

--- End Message ---


Bug#539561: bogofilter-tokyocabinet: depends on libtokyocabinet8 which has smaller priority

2009-08-01 Thread Serafeim Zanikolas
Package: bogofilter-tokyocabinet
Version: 1.2.0-4
Severity: serious
Justification: Policy 2.5

bogofilter-tokyocabinet has priority optional and depends on libtokyocabinet8
which has priority extra


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

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

Versions of packages bogofilter-tokyocabinet depends on:
ii  bogofilter-common1.2.0-4 a fast Bayesian spam filter (commo
ii  libc62.9-23  GNU C Library: Shared libraries
ii  libgsl0ldbl  1.12+dfsg-1 GNU Scientific Library (GSL) -- li
ii  libtokyocabinet8 1.4.23-1Tokyo Cabinet Database Libraries [

bogofilter-tokyocabinet recommends no packages.

bogofilter-tokyocabinet 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#452463: marked as done (systemimager-boot-i386-standard contains device files)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 23:13:22 +0100
with message-id <1249164802.367052.7649.nullmai...@kmos.homeip.net>
and subject line systemimager-boot-i386-standard has been removed from Debian, 
closing #452463
has caused the Debian Bug report #452463,
regarding systemimager-boot-i386-standard contains device files
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.)


-- 
452463: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452463
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: systemimager-boot-i386-standard
Version: 3.6.3dfsg1-3
Severity: serious

The systemimager-boot-i386-standard package contains device files.
According to http://release.debian.org/etch_rc_policy.txt 5(i) this
is a RC bug.


Thiemo


--- End Message ---
--- Begin Message ---
Version: 3.6.3dfsg1-3+rm

The systemimager-boot-i386-standard package has been removed from Debian so we 
are closing
the bugs that were still opened against it.

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

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

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues

--- End Message ---


Bug#534584: marked as done (sam user interface paints gibberish to the screen)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 22:52:27 +0100
with message-id <1249163547.500076.7445.nullmai...@kmos.homeip.net>
and subject line sam has been removed from Debian, closing #534584
has caused the Debian Bug report #534584,
regarding sam user interface paints gibberish to the screen
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.)


-- 
534584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sam
Version: 4.3-18.2
Severity: grave
Justification: renders package unusable

The sam user interface is painting very strange things to the screen
and is crashing unexpectedly.   Screen shot attached.  sam -d is still
usable but without its GUI, the package is crippled.

Norman


-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)

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

Versions of packages sam depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library

sam recommends no packages.

Versions of packages sam suggests:
pn  ssh(no description available)

-- no debconf information
<>--- End Message ---
--- Begin Message ---
Version: 4.3-18.2+rm

The sam package has been removed from Debian so we are closing
the bugs that were still opened against it.

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

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

Thank you for your contribution to Debian.

Kind regards,
--
Marco Rodrigues

--- End Message ---


Bug#539126: marked as done (classpath: FTBFS: configure: error: conditional "GCJ_JAVAC" was never defined.)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 20:17:33 +
with message-id 
and subject line Bug#539126: fixed in classpath 2:0.98-2
has caused the Debian Bug report #539126,
regarding classpath: FTBFS: configure: error: conditional "GCJ_JAVAC" was never 
defined.
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.)


-- 
539126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539126
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: classpath
Version: 2:0.98-1
Severity: serious

Hi,

There was an error while trying to autobuild your package:

> Start Time: 20090729-0552

[...]

> Build-Depends: debhelper (>= 5), ecj [!alpha !arm !hppa !hurd-i386], gcj 
> [!alpha !arm !hppa !hurd-i386], zip, libgtk2.0-dev, libgconf2-dev, 
> libart-2.0-dev, libx11-dev, libice-dev, libxt-dev, libxtst-dev, 
> libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libcairo2-dev, 
> dpatch, libqt4-dev (>= 4.1.0), dssi-dev [!hurd-i386 !kfreebsd-i386 
> !kfreebsd-amd64], iceape-dev (>= 1.1.9-5), libmagic-dev

[...]

> Toolchain package versions: libc6-dev_2.9-23 linux-libc-dev_2.6.30-3 
> g++-4.3_4.3.3-14 gcc-4.3_4.3.3-14 binutils_2.19.51.20090723-1 
> libstdc++6_4.4.1-1 libstdc++6-4.3-dev_4.3.3-14
> 

[...]

> checking for find... /usr/bin/find
> checking for zip... /usr/bin/zip
> checking for a jar-like tool... trying fastjar, gjar and jar
> checking for fastjar... /usr/bin/fastjar
> checking whether to regenerate parsers with jay... no
> checking for stdint types... stdint.h (shortcircuit)
> make use of stdint.h in include/config-int.h (assuming C99 compatible system)
> configure: error: conditional "GCJ_JAVAC" was never defined.
> Usually this means the macro was only invoked conditionally.
> make: *** [configure-native-only] Error 1
> dpkg-buildpackage: error: /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=i386&pkg=classpath&ver=2:0.98-1


Kurt



--- End Message ---
--- Begin Message ---
Source: classpath
Source-Version: 2:0.98-2

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

classpath-common-unzipped_0.98-2_all.deb
  to pool/main/c/classpath/classpath-common-unzipped_0.98-2_all.deb
classpath-common_0.98-2_all.deb
  to pool/main/c/classpath/classpath-common_0.98-2_all.deb
classpath-doc_0.98-2_all.deb
  to pool/main/c/classpath/classpath-doc_0.98-2_all.deb
classpath-gtkpeer_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath-gtkpeer_0.98-2_amd64.deb
classpath-qtpeer_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath-qtpeer_0.98-2_amd64.deb
classpath_0.98-2.diff.gz
  to pool/main/c/classpath/classpath_0.98-2.diff.gz
classpath_0.98-2.dsc
  to pool/main/c/classpath/classpath_0.98-2.dsc
classpath_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath_0.98-2_amd64.deb
jikes-classpath_0.98-2_all.deb
  to pool/main/c/classpath/jikes-classpath_0.98-2_all.deb



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

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

Debian distribution maintenance software
pp.
Michael Koch  (supplier of updated classpath 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 21:28:05 +0200
Source: classpath
Binary: classpath classpath-gtkpeer classpath-qtpeer classpath-common 
classpath-common-unzipped classpath-doc jikes-classpath
Architecture: source all amd64
Version: 2:0.98-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Michael Koch 
Description: 
 classpath  - clean room standard Java libraries
 classpath-common - clean room standard Java libraries - architecture 
independent fil
 classpath-common-unzipped - clean room standard Java libraries - architecture 
independent fil
 classpath-doc - clean room standard Java libraries - free Java API 
documentation
 classpath-gtkpeer - clean room standard Java libraries - GTK+ AWT peer
 classpath-qtpeer - clean room standard Java libraries - QT AWT peer
 jikes-classpath - clean room standard Java libraries - wrapper for jikes
Closes: 539126 539431
Changes: 
 classpath (2:0.98-2) unstable; urgency=low
 .
   * Fix build fai

Bug#539431: marked as done (classpath - FTBFS: error: conditional "GCJ_JAVAC" was never defined.)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 20:17:33 +
with message-id 
and subject line Bug#539431: fixed in classpath 2:0.98-2
has caused the Debian Bug report #539431,
regarding classpath - FTBFS: error: conditional "GCJ_JAVAC" was never defined.
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.)


-- 
539431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: classpath
Version: 2:0.98-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of classpath_2:0.98-1 on debian-31.osdl.marist.edu by 
> sbuild/s390 98
[...]
> checking for stdint types... stdint.h (shortcircuit)
> make use of stdint.h in include/config-int.h (assuming C99 compatible system)
> configure: error: conditional "GCJ_JAVAC" was never defined.
> Usually this means the macro was only invoked conditionally.
> make: *** [configure-native-only] Error 1
> dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave 
> error exit status 2


--- End Message ---
--- Begin Message ---
Source: classpath
Source-Version: 2:0.98-2

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

classpath-common-unzipped_0.98-2_all.deb
  to pool/main/c/classpath/classpath-common-unzipped_0.98-2_all.deb
classpath-common_0.98-2_all.deb
  to pool/main/c/classpath/classpath-common_0.98-2_all.deb
classpath-doc_0.98-2_all.deb
  to pool/main/c/classpath/classpath-doc_0.98-2_all.deb
classpath-gtkpeer_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath-gtkpeer_0.98-2_amd64.deb
classpath-qtpeer_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath-qtpeer_0.98-2_amd64.deb
classpath_0.98-2.diff.gz
  to pool/main/c/classpath/classpath_0.98-2.diff.gz
classpath_0.98-2.dsc
  to pool/main/c/classpath/classpath_0.98-2.dsc
classpath_0.98-2_amd64.deb
  to pool/main/c/classpath/classpath_0.98-2_amd64.deb
jikes-classpath_0.98-2_all.deb
  to pool/main/c/classpath/jikes-classpath_0.98-2_all.deb



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

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

Debian distribution maintenance software
pp.
Michael Koch  (supplier of updated classpath 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 21:28:05 +0200
Source: classpath
Binary: classpath classpath-gtkpeer classpath-qtpeer classpath-common 
classpath-common-unzipped classpath-doc jikes-classpath
Architecture: source all amd64
Version: 2:0.98-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 

Changed-By: Michael Koch 
Description: 
 classpath  - clean room standard Java libraries
 classpath-common - clean room standard Java libraries - architecture 
independent fil
 classpath-common-unzipped - clean room standard Java libraries - architecture 
independent fil
 classpath-doc - clean room standard Java libraries - free Java API 
documentation
 classpath-gtkpeer - clean room standard Java libraries - GTK+ AWT peer
 classpath-qtpeer - clean room standard Java libraries - QT AWT peer
 jikes-classpath - clean room standard Java libraries - wrapper for jikes
Closes: 539126 539431
Changes: 
 classpath (2:0.98-2) unstable; urgency=low
 .
   * Fix build failure when building only arch:any packages
 (Closes: #539126, #539431).
   * Build-Depend on xulrunner-dev instead of iceape-dev.
Checksums-Sha1: 
 c263f16feb1fae3f2976dddff749fda4381c3a62 1789 classpath_0.98-2.dsc
 60957d3c4047949fcce70dc61c68bdbba8b73147 15561 classpath_0.98-2.diff.gz
 378de1012980926bcac21c85e7f879a52450f6a9 10093734 
classpath-common_0.98-2_all.deb
 915b2683b1e911fcf92d476dec3e64069b28b334 6731186 
classpath-common-unzipped_0.98-2_all.deb
 43204e508a7e4a9f3d09bb19ed4ae3577e917c05 30995470 classpath-doc_0.98-2_all.deb
 c9a2c77f477110f514319759f8e955196c344879 13714 jikes-classpath_0.98-2_all.deb
 513ce28bb568f63ea00201d76722090249522a6f 167140 classpath_0.98-2_amd64.deb
 f7a6deef1858970ee1ecdc2e993c6f13cf6cf0c2 92854 
classpath-gtkpeer_0.98-2_amd64.deb
 e710ad315ee847bc1cc1e46ae6fef82a9d2d7237 95292 
classpath-qtpeer_0.98-2_amd64.deb
Checksums-Sha256: 
 9acbbb0860e70e0978f3754cfa0c40b27122b50

Processed: tagging as pending bugs that are closed by packages in NEW

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

> # Sat Aug  1 20:03:22 UTC 2009
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: euca2ools
> tags 537370 + pending
Bug #537370 [wnpp] ITP: euca2ools -- managing cloud instances for Eucalyptus
Added tag(s) pending.
> # Source package in NEW: kmfl-keyboards-mywin
> tags 456317 + pending
Bug #456317 [wnpp] ITP: kmfl-keyboards-mywin -- Myanmar (Burmese) Unicode 
Keyboard for use with KMFL
Added tag(s) pending.
> # Source package in NEW: taoframework
> tags 516921 + pending
Bug #516921 [libtaoframework-ffmpeg0.4-cil] libtaoframework-ffmpeg0.4-cil: 
needs updating dependency from libavcodec51 to libavcodec52
Added tag(s) pending.
> # Source package in NEW: taoframework
> tags 534026 + pending
Bug #534026 [taoframework] taoframework: FTBFS: error CS0006: cannot find 
metadata file `System.Windows.Forms'
Added tag(s) pending.
>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#462189: The Fix

2009-08-01 Thread Kevin Rosenberg
The problem of the segv on startup was due to ctsim being linked  
against the older libgtk1.2 package. Updating to libgtk2.0

fixed the problem and a new version of ctsim has been uploaded.




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



Bug#539491: liferea: Fails to start, failure while preparing statement

2009-08-01 Thread Cyril Brulebois
Emilio Pozuelo Monfort  (01/08/2009):
> > Let me know any test I could perform.
> 
> Can you move away (don't delete it, we may need it to further analize
> the problem) ~/.liferea_1.6 and see if it starts?

Did so, it now starts. :)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#478799: marked as done (bbdb: Please don't build-depend on emacs21)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 19:32:04 +
with message-id 
and subject line Bug#478799: fixed in bbdb 2.35.cvs20060204-1.2
has caused the Debian Bug report #478799,
regarding bbdb: Please don't build-depend on emacs21
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.)


-- 
478799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478799
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bbdb
Version: 2.35.cvs20060204-1.1
Severity: normal
Tags: patch

Please stop build-depending on emacs21, since that is an old version and
should be removed some day.  In fact, Emacs is only needed to make
`configure' happy, if you specify a dummy "Emacs" for `configure' you
don't need to build-depend on any emacsen at all:

--8<---cut here---start->8---
diff -ur bbdb-2.35.cvs20060204.old/debian/control 
bbdb-2.35.cvs20060204/debian/control
--- bbdb-2.35.cvs20060204.old/debian/control2008-05-01 09:18:21.0 
+0200
+++ bbdb-2.35.cvs20060204/debian/control2008-05-01 09:18:49.0 
+0200
@@ -2,7 +2,7 @@
 Section: mail
 Priority: optional
 Maintainer: Joerg Jaspert 
-Build-Depends-Indep: debhelper (>> 4.2.0), texinfo, texi2html, emacs21
+Build-Depends-Indep: debhelper (>> 4.2.0), texinfo, texi2html
 Standards-Version: 3.6.2.0
 
 Package: bbdb
diff -ur bbdb-2.35.cvs20060204.old/debian/rules 
bbdb-2.35.cvs20060204/debian/rules
--- bbdb-2.35.cvs20060204.old/debian/rules  2008-05-01 09:18:21.0 
+0200
+++ bbdb-2.35.cvs20060204/debian/rules  2008-05-01 09:18:49.0 +0200
@@ -23,7 +23,7 @@
 build-stamp:
dh_testdir
 
-   ./configure
+   ./configure --with-emacs=/bin/true
 
cd texinfo && $(MAKE) bbdb.info
cd texinfo && /usr/bin/texi2html -split=chapter bbdb.texinfo
--8<---cut here---end--->8---

Yes, that works, because the Makefile does not run Emacs when building
the package, and on installation time the emacsen flavor for which bbdb
is to be byte-compiled is used instead of the value that `configure'
puts into the Makefile (tested by building with pdebuild and installing
the modified package on my normal system).


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

Kernel: Linux 2.6.24.5
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bbdb depends on:
ii  emacs-snapshot [emacsen]1:20080430-2 The GNU Emacs editor (development 
ii  emacs21 [emacsen]   21.4a+1-5.4  The GNU Emacs editor
ii  emacs22-gtk [emacsen]   22.2+2-2 The GNU Emacs editor (with GTK use
ii  make3.81-4   The GNU version of the "make" util

bbdb recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: bbdb
Source-Version: 2.35.cvs20060204-1.2

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

bbdb_2.35.cvs20060204-1.2.diff.gz
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1.2.diff.gz
bbdb_2.35.cvs20060204-1.2.dsc
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1.2.dsc
bbdb_2.35.cvs20060204-1.2_all.deb
  to pool/main/b/bbdb/bbdb_2.35.cvs20060204-1.2_all.deb



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

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

Debian distribution maintenance software
pp.
Rob Browning  (supplier of updated bbdb 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 12:16:02 -0700
Source: bbdb
Binary: bbdb
Architecture: source all
Version: 2.35.cvs20060204-1.2
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert 
Changed-By: Rob Browning 
Description: 
 bbdb   - The Insidious Big Brother Database (email rolodex) for Emacs
Closes: 478799
Changes: 
 bbdb (2.35.cvs20060204-1.2) unstable; urgency=low
 .
   * NMU with the permission of the maintainer to adjust the dependencies
 to accommodate the removal of emacs21.  Change the emacs21 dependency
 to emacs23 and the emacs21 build dependency to emacs22 or emacs23.
 Thanks to Sven Joachim .  (C

Bug#478799: bbdb: Please don't build-depend on emacs21

2009-08-01 Thread Rob Browning

With permission from the maintainer, I've uploaded an NMU which should
fix this.  Using --with-emacs=/bin/true didn't produce a functional
package (at least not for emacs23), so these changes just shift the
dependencies away from emacs21.

Here are the changes in 1.2:

diff --git a/debian/changelog b/debian/changelog
index fa8a084..cad7dd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+bbdb (2.35.cvs20060204-1.2) unstable; urgency=low
+
+  * NMU with the permission of the maintainer to adjust the dependencies
+to accommodate the removal of emacs21.  Change the emacs21 dependency
+to emacs23 and the emacs21 build dependency to emacs22 or emacs23.
+Thanks to Sven Joachim .  (Closes: #478799)
+
+ -- Rob Browning   Sat, 01 Aug 2009 12:16:02 -0700
+
 bbdb (2.35.cvs20060204-1.1) unstable; urgency=low
 
   * NMU with the permission of the maintainer.
diff --git a/debian/control b/debian/control
index fdaacdc..ccf42f0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: bbdb
 Section: mail
 Priority: optional
 Maintainer: Joerg Jaspert 
-Build-Depends-Indep: debhelper (>> 4.2.0), texinfo, texi2html, emacs21
+Build-Depends-Indep: debhelper (>> 4.2.0), emacs22 | emacs23, texinfo, texi2html
 Standards-Version: 3.6.2.0
 
 Package: bbdb
 Architecture: all
-Depends: make, emacs21 | emacsen
+Depends: make, emacs23 | emacsen
 Suggests: vm, w3-el-e21, gnuserv, gnus|t-gnus, perl
 Description: The Insidious Big Brother Database (email rolodex) for Emacs
  BBDB is a rolodex-like database program for GNU Emacs.  BBDB stands

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


Bug#462189: marked as done (wxwindows2.4 is scheduled to be removed)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 19:02:04 +
with message-id 
and subject line Bug#462189: fixed in ctsim 5.0.0-1
has caused the Debian Bug report #462189,
regarding wxwindows2.4 is scheduled to 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.)


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

Package: ctsim
Version: 4.5.5-1
Severity: serious


Hi,

This is a heads up bug that we are attempting to get wxwindows2.4 
removed from the archive (Hence the serious severity).  I know we have 
spoken in the past you aren't particularly interested in transitioning 
to wx2.6 but hopefully we will get 2.8 or 3.0 in.


Please let me know if I can help in any way.

Thank you,

Barry deFreese


--- End Message ---
--- Begin Message ---
Source: ctsim
Source-Version: 5.0.0-1

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

ctsim-doc_5.0.0-1_all.deb
  to pool/main/c/ctsim/ctsim-doc_5.0.0-1_all.deb
ctsim-help_5.0.0-1_all.deb
  to pool/main/c/ctsim/ctsim-help_5.0.0-1_all.deb
ctsim_5.0.0-1.diff.gz
  to pool/main/c/ctsim/ctsim_5.0.0-1.diff.gz
ctsim_5.0.0-1.dsc
  to pool/main/c/ctsim/ctsim_5.0.0-1.dsc
ctsim_5.0.0-1_amd64.deb
  to pool/main/c/ctsim/ctsim_5.0.0-1_amd64.deb
ctsim_5.0.0.orig.tar.gz
  to pool/main/c/ctsim/ctsim_5.0.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 462...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kevin M. Rosenberg  (supplier of updated ctsim 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 10:56:41 -0600
Source: ctsim
Binary: ctsim ctsim-help ctsim-doc
Architecture: source all amd64
Version: 5.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg 
Changed-By: Kevin M. Rosenberg 
Description: 
 ctsim  - Computed tomography simulator
 ctsim-doc  - Documentation for ctsim package
 ctsim-help - Online help file for CTSim
Closes: 462189
Changes: 
 ctsim (5.0.0-1) unstable; urgency=low
 .
   * New upstream, ported to wxwidgets 2.8 (closes:462189)
Checksums-Sha1: 
 fe174b3cd0c41dd082060dc780afd35304e72f90 1177 ctsim_5.0.0-1.dsc
 63e5d2ff060bd0774ba1b0cb7bc9c9f85e32c497 2336415 ctsim_5.0.0.orig.tar.gz
 0a3aca6b22d0daac41ffada649236ab61fc9a418 7313 ctsim_5.0.0-1.diff.gz
 1335945236223152f04fb7c42de659b539cc38d8 137106 ctsim-help_5.0.0-1_all.deb
 0dada44c8b61a6ae3aa8c721f09a8b2025464530 346078 ctsim-doc_5.0.0-1_all.deb
 a299f89fc4ec2ae55d00b150ed64b24249430568 647176 ctsim_5.0.0-1_amd64.deb
Checksums-Sha256: 
 f5fd4ddc763caf0389de6c11331b0792780f72719f9b481d4b0ec3d778e4e12c 1177 
ctsim_5.0.0-1.dsc
 7b998b011027e139e836ed730767a4717d01174d8d58363324d5f32845d881d5 2336415 
ctsim_5.0.0.orig.tar.gz
 603a3bc47240175600dda18d0c5696cb791a1aa35545ac7989e82bfbcab24b1b 7313 
ctsim_5.0.0-1.diff.gz
 666e18fe6cd9e31f7bf166fafd60cce1acba0f9689bfad5d830374f5efbc658d 137106 
ctsim-help_5.0.0-1_all.deb
 3af8c878b28be2b47e40e5a03589643459ba9287f9fc1ec9b0f351aa795137b9 346078 
ctsim-doc_5.0.0-1_all.deb
 6f31e998c036d5a65a3a9567fbd051b05a3f7f864cbcf5cd733c4fe4e17b49a0 647176 
ctsim_5.0.0-1_amd64.deb
Files: 
 17a78bf25e58bd53522c7c0021400c40 1177 science extra ctsim_5.0.0-1.dsc
 cc285f4ecc7b36fe803ae798dd7842ab 2336415 science extra ctsim_5.0.0.orig.tar.gz
 2ebd5c97154b2da17f2dfb5c308d789e 7313 science extra ctsim_5.0.0-1.diff.gz
 f17af5c4d546d324ca0070f9a91e1978 137106 science extra 
ctsim-help_5.0.0-1_all.deb
 61b8c7c12e099242f0fa5ed6aaa3c0ec 346078 doc extra ctsim-doc_5.0.0-1_all.deb
 8f1b27c258f0ecd86b0671fdc188a3ba 647176 science extra ctsim_5.0.0-1_amd64.deb

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

iEYEARECAAYFAkp0jrIACgkQES7N8sSjgj5ieACfUzjjbLM8EwlWNvMBzuty+m9C
4s4An26RAJ5WewXzChwThLUlzgvhCieD
=kmWO
-END PGP SIGNATURE-


--- End Message ---


Bug#527792: apertium-en-es: diff for NMU version 0.6.0-1.1

2009-08-01 Thread Thomas Viehmann

Hey Francis,

first off, thanks for the quick reply!

Francis Tyers wrote:

They shouldn't be arch specific, although some of them may be PCRE
version specific. I'm not sure why we decided to install them
in /usr/share, but probably because there was no better place. 


Could you give more details of which ones appear to differ between
arches and which arches ? 


/usr/share is perfectly fine *if* the files are arch-independent. Then 
you should make the package declare "Architecture: all" (instead of 
any), though.


What I did was download the .deb for various architectures (linked from 
packages.debian.org or on your favorite ftp mirror), extracted them with 
"dpkg -x foo.deb /tmp/targetdir" and ran diff or diff on the output of 
"hexdump -c" of several of them.
I also tried copying the files from other architectures to into place on 
my system and it seemed to work.
As such, my conclusion is tentitative as it is only based on experiments 
and not on analysis of the format.
If someone with more knowledge about apertium and how these files work 
tells you that they are independent of e.g. endianness of integers and 
such, I think it is fully believable. I just try not to break your 
packages while meddling with them, when you do it yourself, it's a whole 
different story. :)


By the way: What are your plans w.r.t. for fixing the 
build-dependencies? RC bugs should be closed within two weeks in all but 
the most exceptional circumstances (Developer's Reference is very 
precise about that), so I was a bit surprised that these were sitting 
there...
If you have fixes and your sponsor is busy, I can try to see if we can 
find someone to help out if you send and URL with updated packages.


As a final remark, I wonder whether the XML format is stable enough to 
rename the development package to not include the version number with 
the rationale that it'll break less often than now.


Also, while it is recommendable to build packages using pbuilder or 
cowbuilder, it is also a useful exercise to try to run dpkg-buildpackage 
in a several times in a row in a directory to see if there are 
additional files showing up in diff.gz (that would indicate that you 
need to do better cleanup, just as I did). This is mostly a comfort 
issue when someone unfamiliar with your package (i.e. me) looks at it...


OK, so this was very straightforward down-to-business talk and 
recommendations. Your contribution to Debian is very much appreciated!
Please do not hesitate to ask if you have any questions on the above and 
tell me about your plans!


Kind regards

T.
--
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#539491: liferea: Fails to start, failure while preparing statement

2009-08-01 Thread Emilio Pozuelo Monfort
Cyril Brulebois wrote:
> Package: liferea
> Version: 1.6.0-1
> Severity: serious
> Justification: Renders package unusable
> 
> Hi,
> 
> liferea just can't start:
> | $ liferea
> | 
> | ** ERROR **: Failure while preparing statement, (error=522, disk I/O error) 
> SQL: "SELECT COUNT(*) FROM sqlite_master WHERE type = 'table' AND name = 
> 'info';"
> | aborting...
> | zsh: abort  liferea
> 
> Let me know any test I could perform.

Can you move away (don't delete it, we may need it to further analize the
problem) ~/.liferea_1.6 and see if it starts?



signature.asc
Description: OpenPGP digital signature


Processed: your mail

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

> clone 522255 -1
Bug#522255: "/usr/share/debconf/confmodule: line 65: $@: unbound variable" with 
bash 4 and posh
Bug 522255 cloned as bug 539538.

> reassign -1 mksh
Bug #539538 [debconf] "/usr/share/debconf/confmodule: line 65: $@: unbound 
variable" with bash 4 and posh
Bug reassigned from package 'debconf' to 'mksh'.
Bug #539538 [mksh] "/usr/share/debconf/confmodule: line 65: $@: unbound 
variable" with bash 4 and posh
Bug No longer marked as found in versions debconf/1.5.26.
Bug #539538 [mksh] "/usr/share/debconf/confmodule: line 65: $@: unbound 
variable" with bash 4 and posh
Ignoring request to alter fixed versions of bug #539538 to the same values 
previously set
> retitle -1 mksh "set -o nounset" affects $@
Bug #539538 [mksh] "/usr/share/debconf/confmodule: line 65: $@: unbound 
variable" with bash 4 and posh
Changed Bug title to 'mksh "set -o nounset" affects $@' from 
'"/usr/share/debconf/confmodule: line 65: $@: unbound variable" with bash 4 and 
posh'
> tags -1 + pending
Bug #539538 [mksh] mksh "set -o nounset" affects $@
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#538890: marked as done (fglrx-glx and libgl1-mesa-swx11: error when trying to install together)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 18:17:15 +
with message-id 
and subject line Bug#538889: fixed in fglrx-driver 1:9-7-2
has caused the Debian Bug report #538889,
regarding fglrx-glx and libgl1-mesa-swx11: error when trying to install together
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.)


-- 
538889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgl1-mesa-swx11,fglrx-glx
Version: libgl1-mesa-swx11/7.5-3
Version: fglrx-glx/1:9-6-4
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-07-27
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  console-data console-terminus xkb-data console-setup kbd console-common
  x11-common libice6 libsm6 libxau6 libxdmcp6 libxcb1 libx11-data libx11-6
  libxt6 libxext6 libxmu6 libxpm4 libxaw7 libxkbfile1 libgmp3c2 libmpfr1ldbl
  cpp-4.3 cpp x11-xkb-utils libpci3 libpcre3 pciutils acl libdbus-1-3
  libck-connector0 libglib2.0-0 libdbus-glib-1-2 libexpat1 dbus consolekit
  libsmbios2 libhal1 libhal-storage1 libpolkit2 usbutils hal-info
  powermgmt-base pm-utils libpolkit-dbus2 libpolkit-grant2 policykit hal
  laptop-detect libdrm2 libfontenc1 libfreetype6 libosmesa6 libpciaccess0
  libpixman-1-0 libxfont1 libxinerama1 libxrender1 libxrandr2 xserver-common
  libaudit0 xserver-xorg-core xserver-xorg-input-evdev libgl1-mesa-swx11
  fglrx-glx fglrx-driver xserver-xorg

Extracting templates from packages: 44%
Extracting templates from packages: 89%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package console-data.
(Reading database ... 8205 files and directories currently installed.)
Unpacking console-data (from .../console-data_2%3a1.09-2_all.deb) ...
Selecting previously deselected package console-terminus.
Unpacking console-terminus (from .../console-terminus_4.28-1_all.deb) ...
Selecting previously deselected package xkb-data.
Unpacking xkb-data (from .../xkb-data_1.6-1_all.deb) ...
Selecting previously deselected package console-setup.
Unpacking console-setup (from .../console-setup_1.44_all.deb) ...
Selecting previously deselected package kbd.
Unpacking kbd (from .../archives/kbd_1.15-2_amd64.deb) ...
Selecting previously deselected package console-common.
Unpacking console-common (from .../console-common_0.7.83_all.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.4+3_all.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_2%3a1.1.0-2_amd64.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.4-2_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-3_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.3-2_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.2.2-1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.2-1_amd64.deb) ...
Processing triggers for man-db ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up x11-common (1:7.4+3) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libxt6.
(Reading database ... 10096 files and directories currently installed.)
Unpacking libxt6 (from .../libxt6_1%3a1.0.5-3_amd64.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxmu6.
Unpacking libxmu6 (from .../libxmu6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxpm4.
Unpacking libxpm4 (from .../libxpm4_1%3a3.5.7-2_amd64.deb) ...
Selecting previously deselected package libxaw7.
Unpacking libxaw7 (from .../libxaw7_2%3a1.0.5-2_amd64.deb) ...
Selecting previously deselected package libxkbfile1.
Unpacking libxkbfile1 (from .../libxkbfile1_1%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected pa

Bug#538889: marked as done (fglrx-glx and libgl1-mesa-glx: error when trying to install together)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 18:17:15 +
with message-id 
and subject line Bug#538889: fixed in fglrx-driver 1:9-7-2
has caused the Debian Bug report #538889,
regarding fglrx-glx and libgl1-mesa-glx: error when trying to install together
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.)


-- 
538889: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgl1-mesa-glx,fglrx-glx
Version: libgl1-mesa-glx/7.5-3
Version: fglrx-glx/1:9-6-4
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2009-07-27
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  console-data console-terminus xkb-data console-setup kbd console-common
  x11-common libxau6 libxdmcp6 libxcb1 libx11-data libx11-6 libxfixes3 libice6
  libsm6 libxt6 libxext6 libxmu6 libxpm4 libxaw7 libxkbfile1 libgmp3c2
  libmpfr1ldbl cpp-4.3 cpp x11-xkb-utils libpci3 libpcre3 pciutils acl
  libdbus-1-3 libck-connector0 libglib2.0-0 libdbus-glib-1-2 libexpat1 dbus
  consolekit libsmbios2 libhal1 libhal-storage1 libpolkit2 usbutils hal-info
  powermgmt-base pm-utils libpolkit-dbus2 libpolkit-grant2 policykit hal
  laptop-detect libdrm2 libfontenc1 libfreetype6 libxdamage1 libxxf86vm1
  libgl1-mesa-glx libpciaccess0 libpixman-1-0 libxfont1 libxinerama1
  libxrender1 libxrandr2 xserver-common libaudit0 xserver-xorg-core
  xserver-xorg-input-evdev fglrx-glx fglrx-driver xserver-xorg

Extracting templates from packages: 43%
Extracting templates from packages: 86%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package console-data.
(Reading database ... 8205 files and directories currently installed.)
Unpacking console-data (from .../console-data_2%3a1.09-2_all.deb) ...
Selecting previously deselected package console-terminus.
Unpacking console-terminus (from .../console-terminus_4.28-1_all.deb) ...
Selecting previously deselected package xkb-data.
Unpacking xkb-data (from .../xkb-data_1.6-1_all.deb) ...
Selecting previously deselected package console-setup.
Unpacking console-setup (from .../console-setup_1.44_all.deb) ...
Selecting previously deselected package kbd.
Unpacking kbd (from .../archives/kbd_1.15-2_amd64.deb) ...
Selecting previously deselected package console-common.
Unpacking console-common (from .../console-common_0.7.83_all.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.4+3_all.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.4-2_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-3_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.3-2_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.2.2-1_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.2.2-1_amd64.deb) ...
Processing triggers for man-db ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up x11-common (1:7.4+3) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libxfixes3.
(Reading database ... 10084 files and directories currently installed.)
Unpacking libxfixes3 (from .../libxfixes3_1%3a4.0.3-2_amd64.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.5-1_amd64.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_2%3a1.1.0-2_amd64.deb) ...
Selecting previously deselected package libxt6.
Unpacking libxt6 (from .../libxt6_1%3a1.0.5-3_amd64.deb) ...
Selecting previously deselected package libxext6.
Unpacking libxext6 (from .../libxext6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxmu6.
Unpacking libxmu6 (from .../libxmu6_2%3a1.0.4-1_amd64.deb) ...
Selecting previously deselected package libxpm4.
Unpacking libxpm4 (from .../libxpm4_1%3a3.5.7-2_amd64.deb) ...
Selecting previously deselected package libxaw7.
Unpacking libxaw7 (from .../libxaw7_2%3a1.0.5-2_amd64.deb) ...
Selecting previously 

Bug#525292: [Debian #525292] Re: Any news on this?

2009-08-01 Thread Didier 'OdyX' Raboud
Le mercredi 24 juin 2009 18:21:35 Jeffrey G Thomas, vous avez écrit :
> Any news on the status of KDESUDO and the possibility of getting a working
> package?

Hi Jeffrey,

In collaboration with upstream author Anthony Mercatante, I hunted this bug a 
little more.

What I discovered so far is that the xauth command launched on line 166 of 
kdesudo/kdesudo.cpp fails on Debian and succeeds on Ubuntu.

It seems that the X server configurations differ in a sufficiently significant 
way to make the xauth command fail. I began to discuss this with the Debian X 
Team on IRC and will file a bug for this in the next days (and report this here 
accordingly). My feeling is that if this xauth bug is fixed, it should make 
kdesudo work.

More updates during next week !

Best regards, 

OdyX
-- 
Didier Raboud, proud Debian user.
CH-1802 Corseaux
did...@raboud.com


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


debian-bugs-rc@lists.debian.org

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

> forwarded 536285 
> http://developer.berlios.de/bugs/?func=detailbug&bug_id=16085&group_id=6637
Bug #536285 [mirage] mirage: half-selected images
Set Bug forwarded-to-address to 
'http://developer.berlios.de/bugs/?func=detailbug&bug_id=16085&group_id=6637'.
>
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#537233: Cant reproduce this bug

2009-08-01 Thread Maximiliano Curia
tags #537233 +unreproducible +moreinfo 
severity #537233 important
thanks

I tried to create a few users in lenny, squeeze, and sid and it worked fine,
so I'm tagging this bug as unreproducible.

Please provide more info about howto reproduce this behaviour, if its still
reproduceable by you. Some background about your particular setup might be
helpful.

Feel free to change the bugs tags accordingly.

Thanks,
-- 
"We must be very careful when we give advice to younger people: sometimes they
follow it!" -- Edsger W. Dijkstra
Saludos /\/\ /\ >< `/



-- 
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): Cant reproduce this bug

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

> tags #537233 +unreproducible +moreinfo
Unknown tag/s: +unreproducible, +moreinfo.
Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid 
help security upstream pending sarge sarge-ignore experimental d-i confirmed 
ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny 
lenny-ignore squeeze squeeze-ignore.

> severity #537233 important
Bug #537233 [gnome-system-tools] /usr/bin/users-admin: users-admin crashes 
/etc/group
Severity set to 'important' from 'critical'

> 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#523505: marked as done (diff-ext: FTBFS: Missing depends on gconf)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 17:17:04 +
with message-id 
and subject line Bug#523505: fixed in diff-ext 0.2.3-3.1
has caused the Debian Bug report #523505,
regarding diff-ext: FTBFS: Missing depends on gconf
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.)


-- 
523505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523505
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: diff-ext
Version: 0.2.3-3
Severity: serious

Hi,

Your package is failing to build with the following error:
checking for gconftool-2... no
./configure: line 19925: gconftool-2: command not found
Using config source  for schema installation
Using ${datadir}/gconf/schemas as install directory for schema files
checking for nautilus_menu_new... no
checking for x86_64-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DIFF_EXT... yes
checking for SETUP... configure: error: Package requirements (gtk+-2.0 >= 2.0.0 
gconf-2.0 >= 2.14.0) were not met:

No package 'gconf-2.0' found



Kurt



--- End Message ---
--- Begin Message ---
Source: diff-ext
Source-Version: 0.2.3-3.1

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

diff-ext_0.2.3-3.1.diff.gz
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.1.diff.gz
diff-ext_0.2.3-3.1.dsc
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.1.dsc
diff-ext_0.2.3-3.1_i386.deb
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.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 523...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated diff-ext 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, 30 Jul 2009 18:51:21 +0200
Source: diff-ext
Binary: diff-ext
Architecture: source i386
Version: 0.2.3-3.1
Distribution: unstable
Urgency: medium
Maintainer: Andrea Veri 
Changed-By: Chris Lamb 
Description: 
 diff-ext   - File manager context menu extension to launch comparison tools
Closes: 475236 523505
Changes: 
 diff-ext (0.2.3-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add missing Build-Depends on libgconf2-dev and libgnomevfs2-dev to fix
 FTBFS. Thanks to Chris Taylor  for testing.
 (Closes: #523505)
 .
   [Andreas Henriksson]
* configure.ac, configure:
  - Check and use gconf-2.0 and gnome-vfs-2.0 modules when building, since
it's not possible to rely on nautilus dragging these in since 2.22.0.
(Closes: #475236)
* debian/control:
  - Add version >= 2.22.0 to libnautilus-extension-dev build-dependency to
make sure this experimental upload gets built against the experimental
version of the library.
  - Recommend kdiff3, as this is the default diff tool and diff-ext silently
fails if it can't launch the diff tool.
Checksums-Sha1: 
 d2663db80cb1093ffd5f70a78cfe7cd18999c33a 1201 diff-ext_0.2.3-3.1.dsc
 5abf8df72d01569b15806e882cd8a923c2941e61 381266 diff-ext_0.2.3.orig.tar.gz
 ec33455f1018c5acd7d9d101207713dfe65593f8 22455 diff-ext_0.2.3-3.1.diff.gz
 22c11e05e06d1160b115d2ab600c7f82adf45fa7 27094 diff-ext_0.2.3-3.1_i386.deb
Checksums-Sha256: 
 8879e472ff5f09f6770d2002a4c87759fbe155a86636645488cc24580b14bb09 1201 
diff-ext_0.2.3-3.1.dsc
 35951107d46ea6a0428794b14140b6e2d6f38b807b5ab7a865b345de2e931e08 381266 
diff-ext_0.2.3.orig.tar.gz
 b2d33607e0de04ad4fa5c312e2e096f519db656a49b63ab5ddbeb808fe96e670 22455 
diff-ext_0.2.3-3.1.diff.gz
 0dda688fb4adfa971c36b1379817422fa1dfbe04fad62648fefc5e67cae35848 27094 
diff-ext_0.2.3-3.1_i386.deb
Files: 
 411dbe9b6f9c101df7ce546ac7458bc9 1201 utils optional diff-ext_0.2.3-3.1.dsc
 8a82a8c76f1bd30cb3ee7dd8c270aab7 381266 utils optional 
diff-ext_0.2.3.orig.tar.gz
 31a8f7cf4824b4fa67170de31e241655 22455 utils optional 
diff-ext_0.2.3-3.1.diff.gz
 cfff755e41dc604dcb2007a61681ebcb 27094 utils optional 
diff-ext_0.2.3-3.1_i386.deb

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

iEYEARECAAYFAkpx0UcACgkQ5/8uW2NPmiAcFQCgnoxQPM2+guP5790qQH7nOUVF
cIwAnirXLaAOM4LIJm7o+Nh4MtuAZksc
=X+W4
-END PGP SIGNATURE-


--- End Message ---

Bug#475236: marked as done (Needs porting to new nautilus extension api)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 17:17:04 +
with message-id 
and subject line Bug#475236: fixed in diff-ext 0.2.3-3.1
has caused the Debian Bug report #475236,
regarding Needs porting to new nautilus extension api
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.)


-- 
475236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475236
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: diff-ext
Version: 0.2.3-3
Severity: wishlist
User: andr...@fatal.se
Usertags: nautilus-ext-2.0

Hello!

I'm filing a bunch of bugs to help track what needs to be done when 
nautilus 2.22, which includes a new extensions ABI (2.0), hits unstable.
(This means, it's a wishlist now - but will be serious when that happens,
as your nautilus extension will just "disappear".)

Hopefully you'll find a hint below on what needs to be done for your package.

It would be nice if you could prepare something in experimental, where you'll
already find the new nautilus package. If you do this, please also
build-depend on the experimental version of libnautilus-extension-dev, to
make it possible to verify that the package actually installs the extension
in the right folder.


diff-ext: /usr/lib/nautilus/extensions-1.0
- need porting. :-/



--- End Message ---
--- Begin Message ---
Source: diff-ext
Source-Version: 0.2.3-3.1

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

diff-ext_0.2.3-3.1.diff.gz
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.1.diff.gz
diff-ext_0.2.3-3.1.dsc
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.1.dsc
diff-ext_0.2.3-3.1_i386.deb
  to pool/main/d/diff-ext/diff-ext_0.2.3-3.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 475...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb  (supplier of updated diff-ext 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, 30 Jul 2009 18:51:21 +0200
Source: diff-ext
Binary: diff-ext
Architecture: source i386
Version: 0.2.3-3.1
Distribution: unstable
Urgency: medium
Maintainer: Andrea Veri 
Changed-By: Chris Lamb 
Description: 
 diff-ext   - File manager context menu extension to launch comparison tools
Closes: 475236 523505
Changes: 
 diff-ext (0.2.3-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add missing Build-Depends on libgconf2-dev and libgnomevfs2-dev to fix
 FTBFS. Thanks to Chris Taylor  for testing.
 (Closes: #523505)
 .
   [Andreas Henriksson]
* configure.ac, configure:
  - Check and use gconf-2.0 and gnome-vfs-2.0 modules when building, since
it's not possible to rely on nautilus dragging these in since 2.22.0.
(Closes: #475236)
* debian/control:
  - Add version >= 2.22.0 to libnautilus-extension-dev build-dependency to
make sure this experimental upload gets built against the experimental
version of the library.
  - Recommend kdiff3, as this is the default diff tool and diff-ext silently
fails if it can't launch the diff tool.
Checksums-Sha1: 
 d2663db80cb1093ffd5f70a78cfe7cd18999c33a 1201 diff-ext_0.2.3-3.1.dsc
 5abf8df72d01569b15806e882cd8a923c2941e61 381266 diff-ext_0.2.3.orig.tar.gz
 ec33455f1018c5acd7d9d101207713dfe65593f8 22455 diff-ext_0.2.3-3.1.diff.gz
 22c11e05e06d1160b115d2ab600c7f82adf45fa7 27094 diff-ext_0.2.3-3.1_i386.deb
Checksums-Sha256: 
 8879e472ff5f09f6770d2002a4c87759fbe155a86636645488cc24580b14bb09 1201 
diff-ext_0.2.3-3.1.dsc
 35951107d46ea6a0428794b14140b6e2d6f38b807b5ab7a865b345de2e931e08 381266 
diff-ext_0.2.3.orig.tar.gz
 b2d33607e0de04ad4fa5c312e2e096f519db656a49b63ab5ddbeb808fe96e670 22455 
diff-ext_0.2.3-3.1.diff.gz
 0dda688fb4adfa971c36b1379817422fa1dfbe04fad62648fefc5e67cae35848 27094 
diff-ext_0.2.3-3.1_i386.deb
Files: 
 411dbe9b6f9c101df7ce546ac7458bc9 1201 utils optional diff-ext_0.2.3-3.1.dsc
 8a82a8c76f1bd30cb3ee7dd8c270aab7 381266 utils optional 
diff-ext_0.2.3.orig.tar.gz
 31a8f7cf4824b4fa67170de31e241655 22455 utils optional 
diff-ext_0.2.3-3.1.diff.gz
 cfff755e41dc604dcb2007a61681ebcb 27094 utils optional 
diff-ext_0.2.3-3.1_i386.deb

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

Processed: notfound 537233 in 2.22.1-5

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

> notfound 537233 2.22.1-5
Bug #537233 [gnome-system-tools] /usr/bin/users-admin: users-admin crashes 
/etc/group
There is no source info for the package 'gnome-system-tools' at version 
'2.22.1-5' with architecture ''
Unable to make a source version for version '2.22.1-5'
Ignoring request to alter found versions of bug #537233 to the same values 
previously set
>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#538086: installation-reports: Installation works, but neither is user created nor a root password set

2009-08-01 Thread Dinyar Rabady
Hi,

On Tue, Jul 28, 2009 at 12:04 PM, Otavio
Salvador wrote:
> Hello,
>
> On Wed, Jul 22, 2009 at 8:09 PM, Dinyar Rabady wrote:
>> The first problem I encountered while trying to install a system with an
>> encrypted LVM was that the USB stick was taken to be /dev/sda while the
>> harddisk was /dev/sdb. This changed at first boot when the usb stick was
>> unplugged.
>>
>> This first problem could be fixed either by booting into a rescue system
>> and first changing grub's menu.lst to point to (hd0,0) instead of (hd1,0)
>> and then unpack the initrd.img file and change /conf/conf.d/cryptroot to
>> point to /dev/sda instead of /dev/sdb, or alternatively I pulled the USB
>> stick out right before detecting the harddisk. (priority=medium is helpfull
>> for timing here.) This seemed to have no negativ effects on the installation.
>
> This is not going to happen in new Debian Installer release for
> Squeeze since we're not using UUID to avoid those problems. Would be
> nice if you could check a current snapshot if it indeed works for you
> and tell us.
>

I have not tryed this yet due to time constraints, but I'll report
back as soon as I get round to it.

>> The second problem I encountered was that neither my user account was created
>> during installation nor was the root password set. This left the system 
>> fairly
>> unusable until I used a rescue system to mount my encrypted disk, added a 
>> user
>> to /etc/passwd and /etc/shadow (without a password) and subsequently added
>> this user to the sudoers group. In this way I could aquire root on my new
>> system.
>
> This is confusing; maybe your media was corrupted in some way since I
> don't remember of seeing this report and it is used in every
> installation. Could you try to reproduce it and report back to us?
>

I actually tried twice, though with the same installation media. I
don't have any plans to reinstall in the near future though (at least
not until the multi-arch stuff screws up my system again.. ;) ) so
sorry about that.

> Cheers,
>
> --
> Otavio Salvador                  O.S. Systems
> E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
> Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br
>



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



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



Bug#537320: marked as done ([libpt2.6.4] i386 package build but not published)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 18:53:18 +0200
with message-id <4a7472fe.9090...@pu-pm.univ-fcomte.fr>
and subject line It's finally uploaded
has caused the Debian Bug report #537320,
regarding [libpt2.6.4] i386 package build but not published
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.)


-- 
537320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537320
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libpt2.6.4
Version: 2.6.4-1
Severity: grave

libpt2.6.4 is not available on i386.
This blocks ekiga and probably others from being installed/upgraded.

The build one week ago seems to had been successful:
https://buildd.debian.org/fetch.cgi?pkg=ptlib;ver=2.6.4-1;arch=i386;stamp=1247344490

But the deb is missing on the mirrors:
http://ftp.debian.org/debian/pool/main/p/ptlib/

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-0.px-686
Debian Release: sid




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

It's finally uploaded.

--
Eugen

--- End Message ---


Bug#538356: marked as done (libpt2.6.4: package it not avalable for i386, but i386 packages (like ekiga) depend on it)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 18:53:18 +0200
with message-id <4a7472fe.9090...@pu-pm.univ-fcomte.fr>
and subject line It's finally uploaded
has caused the Debian Bug report #537320,
regarding libpt2.6.4: package it not avalable for i386, but i386 packages (like 
ekiga) depend on it
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.)


-- 
537320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537320
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libpt2.6.4
Severity: normal

Ekiga and libopal3.6.4 (which Ekiga depends on) both are avalable for i386, and 
both depend on libpt2.6.4.
However libpt2.6.4 is not avalable for i386. This breakage also breaks the 
package gnome-desktop-enviorment, which depends on ekiga.
The package gnome is also broken due to this,, and any bug that breaks such a 
major package should be fixed quickly.

Output from aptitude that proves ekiga is broken:
  ekiga: Depends: libpt2.6.4 (>= 2.6.4~) which is a virtual package.
 Depends: libpt2.6.4-plugins which is a virtual package.
  libopal3.6.4: Depends: libpt2.6.4 (>= 2.6.4~) which is a virtual package.




-- 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/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---

It's finally uploaded.

--
Eugen

--- End Message ---


Bug#538382: marked as done (ekiga: uninstallable on i386, MU appears to have been built against unofficial ptlib packages)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 18:53:18 +0200
with message-id <4a7472fe.9090...@pu-pm.univ-fcomte.fr>
and subject line It's finally uploaded
has caused the Debian Bug report #538382,
regarding ekiga: uninstallable on i386, MU appears to have been built against 
unofficial ptlib packages
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.)


-- 
538382: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538382
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ekiga
Version: 3.2.5-1
Severity: grave
Justification: renders package uninstallable

The maintainer (i386) upload of Ekiga depends on libpt2.6.4, but the first
official i386 binaries for libpt2.6.4 have not yet left the buildd that
produced them (which is bug #537320).

I can only conclude that the maintainer of Ekiga compiled the uploaded i386
binaries against packages other than those shipped by Debian. That does not
seem like a good thing for the stability of the distribution, to say the least
(and seems like a Policy §2.2.1 violation).

Please do not upload packages built against packages not supported by Debian,
unless you're going to upload the dependency packages yourself, before the
dependent package (i.e. making them official, by uploading them and taking
responsibility for that upload).

In the short term, this also makes ekiga uninstallable on i386.

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

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
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 ekiga depends on:
ii  evolution-data-server 2.26.3-1   evolution database backend server
ii  gconf22.26.2-2   GNOME configuration database syste
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libavahi-client3  0.6.25-1   Avahi client library
ii  libavahi-common3  0.6.25-1   Avahi common library
ii  libavahi-glib10.6.25-1   Avahi glib integration library
ii  libc6 2.9-21 GNU C Library: Shared libraries
ii  libdbus-glib-1-2  0.80-4 simple interprocess messaging syst
ii  libebook1.2-9 2.26.3-1   Client library for evolution addre
ii  libedataserver1.2-11  2.26.3-1   Utility library for evolution data
ii  libgcc1   1:4.4.1-1  GCC support library
ii  libgconf2-4   2.26.2-2   GNOME configuration database syste
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libldap-2.4-2 2.4.15-1.1 OpenLDAP libraries
ii  libnotify1 [libnotify1-gt 0.4.5-1sends desktop notifications to a n
ii  libopal3.6.1  3.6.1~dfsg-1   Open Phone Abstraction Library - s
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libpt2.6.12.6.1-2Portable Tools Library
ii  libpt2.6.1-plugins-alsa   2.6.1-2PTLib audio plugin for the ALSA In
ii  libpt2.6.1-plugins-oss2.6.1-2PTLib audio plugin for the OSS Int
ii  libpt2.6.1-plugins-v4l2   2.6.1-2Portable Tools Library video plugi
ii  libsasl2-22.1.23.dfsg1-1 Cyrus SASL - authentication abstra
ii  libsigc++-2.0-0c2a2.0.18-2   type-safe Signal Framework for C++
ii  libstdc++64.4.1-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxml2   2.7.3.dfsg-2   GNOME XML library
ii  libxv12:1.0.4-1  X11 Video extension library

Versions of packages ekiga recommends:
ii  gvfs  1.2.3-1+b1 userspace virtual filesystem - ser
ii  yelp  2.26.0-2   Help browser for GNOME

Versions of packages ekiga suggests:
pn  asterisk   (no description available)
pn  callweaver (no description available)
pn  gnugk  (no description available)
pn  mediaproxy (no description available)
pn  openser(no description available)
pn  rtpproxy   (no description available)
pn  ser 

Bug#539474: marked as done (dovecot-imapd fails accessing mailbox)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 16:32:09 +
with message-id 
and subject line Bug#539474: fixed in dovecot 1:1.2.2-2
has caused the Debian Bug report #539474,
regarding dovecot-imapd fails accessing mailbox
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.)


-- 
539474: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539474
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dovecot-imapd
Version: 1:1.2.2-1
Severity: grave

Just after upgrading to the new dovecot version I'm not more able to
access the default mboxi (not Maildir), it fails with:

Aug  1 10:53:15 klecker dovecot: imap-login: Login: user=, 
method=PLAIN, rip=151.53.252.113, lip=150.145.84.32, TLS
Aug  1 10:53:15 klecker dovecot: IMAP(frankie): Fatal: MBOX_WRITE_LOCKS: 
Invalid value fnctl

and the connection is closed.

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

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

Versions of packages dovecot-imapd depends on:
ii  dovecot-common1:1.2.2-1  secure mail server that supports m
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8k-3   SSL shared libraries

dovecot-imapd recommends no packages.

dovecot-imapd suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: dovecot
Source-Version: 1:1.2.2-2

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

dovecot-common_1.2.2-2_i386.deb
  to pool/main/d/dovecot/dovecot-common_1.2.2-2_i386.deb
dovecot-dev_1.2.2-2_i386.deb
  to pool/main/d/dovecot/dovecot-dev_1.2.2-2_i386.deb
dovecot-imapd_1.2.2-2_i386.deb
  to pool/main/d/dovecot/dovecot-imapd_1.2.2-2_i386.deb
dovecot-pop3d_1.2.2-2_i386.deb
  to pool/main/d/dovecot/dovecot-pop3d_1.2.2-2_i386.deb
dovecot_1.2.2-2.diff.gz
  to pool/main/d/dovecot/dovecot_1.2.2-2.diff.gz
dovecot_1.2.2-2.dsc
  to pool/main/d/dovecot/dovecot_1.2.2-2.dsc



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 539...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jaldhar H. Vyas  (supplier of updated dovecot 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 11:38:03 -0400
Source: dovecot
Binary: dovecot-common dovecot-dev dovecot-imapd dovecot-pop3d
Architecture: source i386
Version: 1:1.2.2-2
Distribution: unstable
Urgency: high
Maintainer: Dovecot Maintainers 
Changed-By: Jaldhar H. Vyas 
Description: 
 dovecot-common - secure mail server that supports mbox and maildir mailboxes
 dovecot-dev - header files for the dovecot mail server
 dovecot-imapd - secure IMAP server that supports mbox and maildir mailboxes
 dovecot-pop3d - secure POP3 server that supports mbox and maildir mailboxes
Closes: 539391 539474 539486
Changes: 
 dovecot (1:1.2.2-2) unstable; urgency=high
 .
   * Er that should be fcntl not fnctl.  (Closes: #539474, #539486)
   * For the sake of completeness, fixed some errors in the example config file.
 (They are in the !include statements which are commented out by default
 so it is unlikely that most users will actually be affected.)
 (Closes: #539391)
Checksums-Sha1: 
 3ab0b98caf8293d89fbdfa9e87cf28e04553169a 1624 dovecot_1.2.2-2.dsc
 9f925b0891f3ea015c5b21d3481d65355a7c8a38 408323 dovecot_1.2.2-2.diff.gz
 e5f6d6044357aecc066dc88e50c9dfda6bac9e8d 5100830 
dovecot-common_1.2.2-2_i386.deb
 3a5866c974b0424467bf3272cdee0350adb9a884 639616 dovecot-dev_1.2.2-2_i386.deb
 c06aaec31ed84e7c6a5473c48227a086eed32f03 1071806 dovecot-imapd_1.2.2-2_i386.deb
 41df76b7fe33532e1eebd7a83836b0dc6d92e3d7 979848 dovecot-pop3d_1.2.2-2_i386.deb
Checksums-Sha256: 
 275709761ad9b2bcb7bed44fac43c86b34a0a80b3599f6f869978841bd96c82e 1624 
dovecot_1.2.2-2.dsc
 533b7510ec13d90001fbaef3a292774bdb18634bdb71414147aff43adb44c806 408323 
dovecot_1.2.2-2.diff.gz
 3f9b7628669598093737c2e36380235f383665e269e69aff25d6cad44224bf8c 510083

Bug#528496: marked as done (snort: Snort depends on libltdl3 which can't be installed)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 16:17:52 +
with message-id 
and subject line Bug#528496: fixed in snort 2.8.4.1-2
has caused the Debian Bug report #528496,
regarding snort: Snort depends on libltdl3 which can't be installed
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.)


-- 
528496: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528496
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: snort
Severity: grave
Justification: renders package unusable


When I try to install snort package I get:

aptitude install snort
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  snort
The following NEW packages will be installed:
  libprelude2{a} oinkmaster{a} snort-common{a} snort-common-libraries{a} 
snort-rules-default{a}
0 packages upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 2164kB of archives. After unpacking 10.4MB will be used.
The following packages have unmet dependencies:
  snort: Depends: libltdl3 (>= 1.5.2-2) but it is not installable


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

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

Versions of packages snort depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.26Debian configuration management sy
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libgcrypt111.4.4-2   LGPL Crypto library - runtime libr
ii  libgnutls262.6.6-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.6-1 library for common error values an
ii  libpcap0.8 1.0.0-1   system interface for user-level pa
ii  libpcre3   7.8-2+b1  Perl 5 Compatible Regular Expressi
pn  libprelude2(no description available)
ii  libtasn1-3 1.8-1 Manage ASN.1 structures (runtime)
ii  logrotate  3.7.7-3   Log rotation utility
pn  snort-common   (no description available)
pn  snort-common-libraries (no description available)
pn  snort-rules-default(no description available)
ii  syslog-ng [system-log- 2.0.9-4.1 Next generation logging daemon
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages snort recommends:
ii  iproute   20090324-1 networking and traffic control too

Versions of packages snort suggests:
pn  snort-doc  (no description available)


--- End Message ---
--- Begin Message ---
Source: snort
Source-Version: 2.8.4.1-2

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

snort-common-libraries_2.8.4.1-2_i386.deb
  to pool/main/s/snort/snort-common-libraries_2.8.4.1-2_i386.deb
snort-common_2.8.4.1-2_all.deb
  to pool/main/s/snort/snort-common_2.8.4.1-2_all.deb
snort-doc_2.8.4.1-2_all.deb
  to pool/main/s/snort/snort-doc_2.8.4.1-2_all.deb
snort-mysql_2.8.4.1-2_i386.deb
  to pool/main/s/snort/snort-mysql_2.8.4.1-2_i386.deb
snort-pgsql_2.8.4.1-2_i386.deb
  to pool/main/s/snort/snort-pgsql_2.8.4.1-2_i386.deb
snort-rules-default_2.8.4.1-2_all.deb
  to pool/main/s/snort/snort-rules-default_2.8.4.1-2_all.deb
snort_2.8.4.1-2.diff.gz
  to pool/main/s/snort/snort_2.8.4.1-2.diff.gz
snort_2.8.4.1-2.dsc
  to pool/main/s/snort/snort_2.8.4.1-2.dsc
snort_2.8.4.1-2_i386.deb
  to pool/main/s/snort/snort_2.8.4.1-2_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 528...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Javier Fernandez-Sanguino Pen~a  (supplier of updated snort 
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 17:50:30 

Bug#539474: dovecot-imapd fails accessing mailbox

2009-08-01 Thread Jaldhar H. Vyas

On Sat, 1 Aug 2009, Francesco P. Lovergine wrote:



Yes, changing back the locking method solves the problem. No it is
a simple local filesystem. This is a stupid thing I think, fnctl
should be spelled fcntl. Note that it is NOT explicitly set in the
default file, just commented out, so the default value is simply
badly set, somewhere




Aargh you're right.  The locking patch has fcntl misspelled everywhere. 
I'll fix it and do a new upload.


--
Jaldhar H. Vyas 



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



Bug#539474: dovecot-imapd fails accessing mailbox

2009-08-01 Thread Francesco P. Lovergine
On Sat, Aug 01, 2009 at 10:47:17AM -0400, Jaldhar H. Vyas wrote:
> On Sat, 1 Aug 2009, Francesco Paolo Lovergine wrote:
> 
> >Package: dovecot-imapd
> >Version: 1:1.2.2-1
> >Severity: grave
> >
> >Just after upgrading to the new dovecot version I'm not more able to
> >access the default mboxi (not Maildir), it fails with:
> >
> >Aug  1 10:53:15 klecker dovecot: imap-login: Login: user=, 
> >method=PLAIN, rip=151.53.252.113, lip=150.145.84.32, TLS
> >Aug  1 10:53:15 klecker dovecot: IMAP(frankie): Fatal: MBOX_WRITE_LOCKS: 
> >Invalid value fnctl
> >
> >and the connection is closed.
> >
> 
> In this version we changed mbox_write_locks to "fnctl dotlock" to
> conform with Debian policy.  Changing back to "dotlock fnctl" should
> allow you access again.  But I wonder why it is not working for you?
> Are you storing the mboxes on NFS or something like that?
> 

Yes, changing back the locking method solves the problem. No it is
a simple local filesystem. This is a stupid thing I think, fnctl
should be spelled fcntl. Note that it is NOT explicitly set in the
default file, just commented out, so the default value is simply
badly set, somewhere

-- 
Francesco P. Lovergine



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



Processed: pending

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

> tags 400703 pending
Bug #400703 [munin] perl warnings on first run
Added tag(s) pending.
> tags 532200 pending
Bug #532200 [munin-node] postfix_mailstats should include rejects by cleanup
Added tag(s) pending.
> tags 536987 pending
Bug #536987 [munin] munin: FTBFS: sed: can't read 
./.pc/160-node.d-postgres-plugins.patch/node/node.d/postgres_block_read_.in: 
Permission denied
Added tag(s) pending.
> tags 531714 pending
Bug #531714 [munin-node] munin-node: please suggest hdparm
Ignoring request to alter tags of bug #531714 to the same tags previously set
> tags 518790 pending
Bug #518790 [munin-node] munin-node: postgres space stats doesn't work.
Ignoring request to alter tags of bug #518790 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#539474: dovecot-imapd fails accessing mailbox

2009-08-01 Thread Jaldhar H. Vyas

On Sat, 1 Aug 2009, Francesco Paolo Lovergine wrote:


Package: dovecot-imapd
Version: 1:1.2.2-1
Severity: grave

Just after upgrading to the new dovecot version I'm not more able to
access the default mboxi (not Maildir), it fails with:

Aug  1 10:53:15 klecker dovecot: imap-login: Login: user=, 
method=PLAIN, rip=151.53.252.113, lip=150.145.84.32, TLS
Aug  1 10:53:15 klecker dovecot: IMAP(frankie): Fatal: MBOX_WRITE_LOCKS: 
Invalid value fnctl

and the connection is closed.



In this version we changed mbox_write_locks to "fnctl dotlock" to conform 
with Debian policy.  Changing back to "dotlock fnctl" should allow you 
access again.  But I wonder why it is not working for you?  Are you 
storing the mboxes on NFS or something like that?



--
Jaldhar H. Vyas 



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



Processed: serious

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

> severity #538871 serious
Bug #538871 [eclipse] eclipse: Fails to start on amd64
Severity set to 'serious' 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



Bug#523323: missing source code

2009-08-01 Thread Simon McVittie
reassign 523323 openarena-data
thanks

If you believe that suitable source code for OpenArena game data is not
provided, that would be a bug in openarena-data (a separate source package).

Regards,
S



-- 
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#523323: missing source code

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

> reassign 523323 openarena-data
Bug #523323 [openarena] missing source code
Bug reassigned from package 'openarena' to 'openarena-data'.
Bug #523323 [openarena-data] missing source code
Bug No longer marked as found in versions openarena/0.8.1-2.
Bug #523323 [openarena-data] missing source code
Ignoring request to alter fixed versions of bug #523323 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#539492: CVE-2009-1892: DoS

2009-08-01 Thread Steffen Joeris
Package: dhcp3-server
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for dhcp3.

CVE-2009-1892[0]:
| dhcpd in ISC DHCP 3.0.4 and 3.1.1, when the dhcp-client-identifier and
| hardware ethernet configuration settings are both used, allows remote
| attackers to cause a denial of service (daemon crash) via unspecified
| requests.

The patch that was used for the DSA is attached.

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

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1892
http://security-tracker.debian.net/tracker/CVE-2009-1892
#! /bin/sh /usr/share/dpatch/dpatch-run
## server-clientid-crash.dpatch by Christoh Biedl 
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Server assert involving client IDs (CVE-2009-1892)

@DPATCH@
diff -urNad git~/server/dhcp.c git/server/dhcp.c
--- git~/server/dhcp.c	2009-07-12 22:03:17.0 +0200
+++ git/server/dhcp.c	2009-07-12 22:04:42.0 +0200
@@ -1747,6 +1747,8 @@
 host_reference (&host, h, MDL);
 		}
 		if (!host) {
+			if (hp)
+host_dereference (&hp, MDL);
 			find_hosts_by_haddr (&hp,
 	 packet -> raw -> htype,
 	 packet -> raw -> chaddr,


Bug#537244: unable to reproduce.

2009-08-01 Thread Mike O'Connor
I'm not able to reproduce this bug.  Are you still able to?  If you
move your ~/.jppyrc so that a new default config, does the problem still
occur?

Thanks,
stew


signature.asc
Description: Digital signature


Bug#539491: liferea: Fails to start, failure while preparing statement

2009-08-01 Thread Cyril Brulebois
Package: liferea
Version: 1.6.0-1
Severity: serious
Justification: Renders package unusable

Hi,

liferea just can't start:
| $ liferea
| 
| ** ERROR **: Failure while preparing statement, (error=522, disk I/O error) 
SQL: "SELECT COUNT(*) FROM sqlite_master WHERE type = 'table' AND name = 
'info';"
| aborting...
| zsh: abort  liferea

Let me know any test I could perform.

Mraw,
KiBi.

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

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

Versions of packages liferea depends on:
ii  gconf2  2.26.2-3 GNOME configuration database syste
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-21   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.80-4   simple interprocess messaging syst
ii  libgconf2-4 2.26.2-3 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.20.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.16.5-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  liblua5.1-0 5.1.4-3  Simple, extensible, embeddable pro
ii  libnm-glib0 0.7.1-1  network management framework (GLib
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications to a n
ii  libpango1.0-0   1.24.5-1 Layout and rendering of internatio
ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libsoup2.4-12.27.4-1 an HTTP library implementation in 
ii  libsqlite3-03.6.16-1 SQLite 3 shared library
ii  libwebkit-1.0-2 1.1.10-2 Web content engine library for Gtk
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.3.dfsg-2 GNOME XML library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  liferea-data1.6.0-1  architecture independent data for 

Versions of packages liferea recommends:
ii  curl  7.19.5-1   Get a file from an HTTP, HTTPS or 
ii  dbus  1.2.16-2   simple interprocess messaging syst
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  gwget 1.0.1-1GNOME front-end for wget
ii  wget  1.11.4-4   retrieves files from the web

Versions of packages liferea suggests:
pn  network-manager(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#534041: agg: diff for NMU version 2.5+dfsg1-1.1

2009-08-01 Thread Chris Lamb
Andrea Veri wrote:

> My package was quite ready to be uploaded, anyway thanks a lot for your
> work on this, gonna add a special thanks for you.

If you write the current status on the mail (or set the "pending" tag),
random maintainers are less likely to duplicate your work. Requesting a
sponsor on the bug itself is pretty much guaranteed to attract attention.

Anyway, you can mail me directly next time you need a sponsor for uploads
fixing release-critical bugs.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Processed: severity of 507224 is important

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

> severity 507224 important
Bug #507224 [linux-image-amd64] linux-image-2.6.26-1-amd64: oops in autofs4
Severity set to 'important' from 'grave'

>
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#534041: marked as done (agg: FTBFS: libtool error)

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 10:47:07 +
with message-id 
and subject line Bug#534041: fixed in agg 2.5+dfsg1-2
has caused the Debian Bug report #534041,
regarding agg: FTBFS: libtool 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.)


-- 
534041: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534041
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: agg
Version: 2.5+dfsg1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20090620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[4]: Entering directory 
> `/build/user-agg_2.5+dfsg1-1-amd64-VccMaB/agg-2.5+dfsg1/src/platform/X11'
> /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. 
> -I../../../include-I../../../include -I -g -O2 -c -o 
> libaggplatformX11_la-agg_platform_support.lo `test -f 
> 'agg_platform_support.cpp' || echo './'`agg_platform_support.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I../../../include 
> -I../../../include -I -g -O2 -c agg_platform_support.cpp  -fPIC -DPIC -o 
> .libs/libaggplatformX11_la-agg_platform_support.o
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I. -I../../../include 
> -I../../../include -I -g -O2 -c agg_platform_support.cpp -o 
> libaggplatformX11_la-agg_platform_support.o >/dev/null 2>&1
> /bin/sh ../../../libtool --tag=CXX --mode=link g++  -g -O2   -o 
> libaggplatformX11.la -rpath /usr/lib -version-info 2:4:0  -L 
> libaggplatformX11_la-agg_platform_support.lo -lX11 
> libtool: link: require no space between `-L' and 
> `libaggplatformX11_la-agg_platform_support.lo'
> make[4]: *** [libaggplatformX11.la] Error 1

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

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

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

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


--- End Message ---
--- Begin Message ---
Source: agg
Source-Version: 2.5+dfsg1-2

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

agg_2.5+dfsg1-2.diff.gz
  to pool/main/a/agg/agg_2.5+dfsg1-2.diff.gz
agg_2.5+dfsg1-2.dsc
  to pool/main/a/agg/agg_2.5+dfsg1-2.dsc
libagg-dev_2.5+dfsg1-2_amd64.deb
  to pool/main/a/agg/libagg-dev_2.5+dfsg1-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Andrea Veri  (supplier of updated agg 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, 30 Jul 2009 23:26:42 +0200
Source: agg
Binary: libagg-dev
Architecture: source amd64
Version: 2.5+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Veri 
Changed-By: Andrea Veri 
Description: 
 libagg-dev - The AntiGrain Geometry graphical toolkit (development files)
Closes: 534041 536171
Changes: 
 agg (2.5+dfsg1-2) unstable; urgency=low
 .
   * I decided to take care of this package again. Therefore
 I can close the 'O' bug I opened before. (Closes: #536171)
   * debian/control:
 - changed my mail address
 - bumped debhelper to level 7
 - bumped Standards-version to 3.8.2
 - removed Xs-Vcs field for now, I'll maintain this package
   on bzr later on.
   * debian/rules:
 - pass '--x-includes=/usr/include --x-libraries=/usr/lib' to
   both makefile and configure preventing a FTBFS when processing
   '-...@x_libraries@' on amd64. Thanks to Chris Lamb who worked on
   this too. (Closes: #534041)
 - added a clean rule for gcp/Makefile.in for a cleaner diff.
 - clean rule updated preventing a lintian warning
* debian/copyright:
 - added some informations about Debian packaging's copyright, which is
   licensed unde

Bug#539095: marked as done (mysql-dfsg-5.1: Fails to build on mips (failing testsuite))

2009-08-01 Thread Debian Bug Tracking System

Your message dated Sat, 01 Aug 2009 10:47:41 +
with message-id 
and subject line Bug#539095: fixed in mysql-dfsg-5.1 5.1.36-5
has caused the Debian Bug report #539095,
regarding mysql-dfsg-5.1: Fails to build on mips (failing testsuite)
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.)


-- 
539095: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539095
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mysql-dfsg-5.1
Version: 5.1.36-4
Severity: serious
Justification: ftbfs

Hi,

mysql ftbfs on mips due to a failing test suite.
See
https://buildd.debian.org/fetch.cgi?pkg=mysql-dfsg-5.1;ver=5.1.36-4;arch=mips;stamp=1248623083
for details

Michael


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

Kernel: Linux 2.6.30.3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--- End Message ---
--- Begin Message ---
Source: mysql-dfsg-5.1
Source-Version: 5.1.36-5

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

libmysqlclient-dev_5.1.36-5_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqlclient-dev_5.1.36-5_amd64.deb
libmysqlclient15-dev_5.1.36-5_all.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqlclient15-dev_5.1.36-5_all.deb
libmysqlclient16_5.1.36-5_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqlclient16_5.1.36-5_amd64.deb
libmysqld-dev_5.1.36-5_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqld-dev_5.1.36-5_amd64.deb
libmysqld-pic_5.1.36-5_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/libmysqld-pic_5.1.36-5_amd64.deb
mysql-client-5.1_5.1.36-5_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-client-5.1_5.1.36-5_amd64.deb
mysql-client_5.1.36-5_all.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-client_5.1.36-5_all.deb
mysql-common_5.1.36-5_all.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-common_5.1.36-5_all.deb
mysql-dfsg-5.1_5.1.36-5.diff.gz
  to pool/main/m/mysql-dfsg-5.1/mysql-dfsg-5.1_5.1.36-5.diff.gz
mysql-dfsg-5.1_5.1.36-5.dsc
  to pool/main/m/mysql-dfsg-5.1/mysql-dfsg-5.1_5.1.36-5.dsc
mysql-server-5.1_5.1.36-5_amd64.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-server-5.1_5.1.36-5_amd64.deb
mysql-server_5.1.36-5_all.deb
  to pool/main/m/mysql-dfsg-5.1/mysql-server_5.1.36-5_all.deb



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

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

Debian distribution maintenance software
pp.
Norbert Tretkowski  (supplier of updated mysql-dfsg-5.1 
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 11:13:55 +0200
Source: mysql-dfsg-5.1
Binary: libmysqlclient16 libmysqlclient15-dev libmysqld-pic libmysqld-dev 
libmysqlclient-dev mysql-common mysql-client-5.1 mysql-server-5.1 mysql-server 
mysql-client
Architecture: source all amd64
Version: 5.1.36-5
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers 
Changed-By: Norbert Tretkowski 
Description: 
 libmysqlclient-dev - MySQL database development files
 libmysqlclient15-dev - MySQL database development files - empty transitional 
package
 libmysqlclient16 - MySQL database client library
 libmysqld-dev - MySQL embedded database development files
 libmysqld-pic - MySQL database development files
 mysql-client - MySQL database client (metapackage depending on the latest 
versio
 mysql-client-5.1 - MySQL database client binaries
 mysql-common - MySQL database common files (e.g. /etc/mysql/my.cnf)
 mysql-server - MySQL database server (metapackage depending on the latest 
versio
 mysql-server-5.1 - MySQL database server binaries
Closes: 539095 539130 539459
Changes: 
 mysql-dfsg-5.1 (5.1.36-5) unstable; urgency=low
 .
   [ Christian Hammers ]
   * Applied debconf template patch from debian-l10n-english (thanks to
 Justin B Rye).
   * Added a missing misc:Depends to debian/control for lintian.
   * Fixes typo in initscript (thanks to Gaspar Lajos).
 .
   [ Norbert Tretkowski ]
   * Ignore errors in testsuite run on mips. (closes: #539095)
   * Update debconf translations:
 - Basque, from Piarres Beobide. (closes: #539130)
 - Russian, from Yuri Ko

Processed: apertium-en-es: diff for NMU version 0.6.0-1.1

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

> tags 527792 + patch pending
Bug #527792 [apertium-en-es] apertium-en-es: FTBFS: Nonexistent 
build-dependency: libapertium3-3.0-0-dev
Added tag(s) pending and patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed (with 1 errors): autofs4 oops

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

> severity 507224 grave
Bug #507224 [linux-image-2.6.26-1-amd64] linux-image-2.6.26-1-amd64: oops in 
autofs4
Severity set to 'grave' from 'normal'

> reassign 507224 linux-image-amd64 2.6.26+17+lenny1
Bug #507224 [linux-image-2.6.26-1-amd64] linux-image-2.6.26-1-amd64: oops in 
autofs4
Bug reassigned from package 'linux-image-2.6.26-1-amd64' to 'linux-image-amd64'.
Bug #507224 [linux-image-amd64] linux-image-2.6.26-1-amd64: oops in autofs4
Bug No longer marked as found in versions linux-2.6/2.6.26-10.
Bug #507224 [linux-image-amd64] linux-image-2.6.26-1-amd64: oops in autofs4
Ignoring request to alter fixed versions of bug #507224 to the same values 
previously set
Failed to clear fixed versions and reopen on 507224: The following parameter 
was passed in the call to Debbugs::Control::set_found but was not listed in the 
validation options: version


> 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#539218: DKMS vs module-assistant

2009-08-01 Thread Philipp Hug

Ok, it's not as simple as I thought.
The problem is: DKMS doesn't create packages to install its kernel  
modules. That means it is not possible to add a Conflict between dkms- 
built and module-assistant/pre-compiled packages.


The mkdeb command of dkms only creates a deb similar to our drbd8- 
source package, that contains the source and some postinst script to  
run dkms. So that's not the solution.


I think best is to add a debconf question, if you want to use dkms. We  
can set the default value for this to true on Ubuntu und false on  
Debian.


Is that ok?



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



Bug#539478: CVE-2009-2620: denial of service (daemon crash) via a malformed op_connect_request message

2009-08-01 Thread Giuseppe Iuculano
Package: firebird2.1
Severity: serious
Tags: security patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for firebird2.1.

CVE-2009-2620[0]:
| src/remote/server.cpp in fbserver.exe in Firebird SQL 1.5 before
| 1.5.6, 2.0 before 2.0.6, 2.1 before 2.1.3, and 2.5 before 2.5 Beta 2
| allows remote attackers to cause a denial of service (daemon crash)
| via a malformed op_connect_request message that triggers an infinite
| loop or NULL pointer dereference.

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-2620
http://security-tracker.debian.net/tracker/CVE-2009-2620
http://www.coresecurity.com/content/firebird-sql-dos
Patch: 
http://firebird.cvs.sourceforge.net/viewvc/firebird/firebird2/src/remote/server.cpp?r1=1.158.2.6&r2=1.158.2.7&view=patch

Cheers,
Giuseppe.

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

iEYEARECAAYFAkp0CfoACgkQNxpp46476ar+YQCeIWJSoZ9CE6mNQD8rMCfQ+2jx
AjYAoJxF8SV5YYIj6s9zNAAtil+2zKqN
=/nfk
-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



Bug#539477: CVE-2009-2620: denial of service (daemon crash) via a malformed op_connect_request message

2009-08-01 Thread Giuseppe Iuculano
Package: firebird2.0
Severity: serious
Tags: security patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for firebird2.0.

CVE-2009-2620[0]:
| src/remote/server.cpp in fbserver.exe in Firebird SQL 1.5 before
| 1.5.6, 2.0 before 2.0.6, 2.1 before 2.1.3, and 2.5 before 2.5 Beta 2
| allows remote attackers to cause a denial of service (daemon crash)
| via a malformed op_connect_request message that triggers an infinite
| loop or NULL pointer dereference.

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-2620
http://security-tracker.debian.net/tracker/CVE-2009-2620
http://www.coresecurity.com/content/firebird-sql-dos
Patch: 
http://firebird.cvs.sourceforge.net/viewvc/firebird/firebird2/src/remote/server.cpp?r1=1.158.2.6&r2=1.158.2.7&view=patch

Cheers,
Giuseppe.

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

iEYEARECAAYFAkp0CXYACgkQNxpp46476aq0nACghSwTW+uL7r8asdjToTCuYJfw
XH8An31ZNMQ8v74NFEh6ErSrP1GHz/my
=INoS
-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



Bug#539474: dovecot-imapd fails accessing mailbox

2009-08-01 Thread Francesco Paolo Lovergine
Package: dovecot-imapd
Version: 1:1.2.2-1
Severity: grave

Just after upgrading to the new dovecot version I'm not more able to
access the default mboxi (not Maildir), it fails with:

Aug  1 10:53:15 klecker dovecot: imap-login: Login: user=, 
method=PLAIN, rip=151.53.252.113, lip=150.145.84.32, TLS
Aug  1 10:53:15 klecker dovecot: IMAP(frankie): Fatal: MBOX_WRITE_LOCKS: 
Invalid value fnctl

and the connection is closed.

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

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

Versions of packages dovecot-imapd depends on:
ii  dovecot-common1:1.2.2-1  secure mail server that supports m
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8k-3   SSL shared libraries

dovecot-imapd recommends no packages.

dovecot-imapd 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#539473: CVE-2009-2651: Remote Crash Vulnerability in RTP stack

2009-08-01 Thread Giuseppe Iuculano
Package: asterisk
Version: 1:1.6.2.0~dfsg~beta3-1
Severity: serious
Tags: security patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for asterisk.

CVE-2009-2651[0]:
| main/rtp.c in Asterisk Open Source 1.6.1 before 1.6.1.2 allows remote
| attackers to cause a denial of service (crash) via an RTP text frame
| without a certain delimiter, which triggers a NULL pointer dereference
| and the subsequent calculation of an invalid pointer.

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-2651
http://security-tracker.debian.net/tracker/CVE-2009-2651
http://downloads.asterisk.org/pub/security/AST-2009-004.html
Patch: 
http://downloads.asterisk.org/pub/security/AST-2009-004-1.6.1.diff.txt

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

iEYEARECAAYFAkp0A3oACgkQNxpp46476arl4ACdH0o5O/dZ4iQfOEEeMIWrKGVa
zEMAnjHCiRqFue+b7dRArjbCINLwLTXJ
=plQS
-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



Bug#525231: X freezes

2009-08-01 Thread Soeren Sonnenburg
On Sat, 2009-08-01 at 10:25 +0200, Brice Goglin wrote:
> On Wed, Jun 03, 2009 at 06:16:11AM +0200, Soeren Sonnenburg wrote:
> > Yes, happens with 2.6.30-rc7+ and xorg-intel-git-current. AFAIK bugs are
> > filed already.
> > 
> > AFAIK it is not kernel dependent but happens with
> > xserver-xorg-video-intel version 2.6.X and above (last version known to
> > work is 2.4.X).
> 
> Any improvement with intel 2.8.0 and 2.6.31-rc ?

It is more stable but I still have the same hangs with and w/o kms
enabled on sid-current and -rc4. Well and in addition it now hangs
directly after resume from time to time...

Soeren



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



Bug#525231: X freezes

2009-08-01 Thread Brice Goglin
On Wed, Jun 03, 2009 at 06:16:11AM +0200, Soeren Sonnenburg wrote:
> Yes, happens with 2.6.30-rc7+ and xorg-intel-git-current. AFAIK bugs are
> filed already.
> 
> AFAIK it is not kernel dependent but happens with
> xserver-xorg-video-intel version 2.6.X and above (last version known to
> work is 2.4.X).

Any improvement with intel 2.8.0 and 2.6.31-rc ?

Brice




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