Processed: Re: Bug#572966: flexml: should this package be removed?

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

> close 572966
Bug#572966: flexml: should this package be removed?
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Jan Hauke Rahm 

> 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#572966: flexml: should this package be removed?

2010-03-08 Thread Martin Quinson
close 572966
thanks 

Hey there,

You must be kidding, right? This package works just fine and have no bug
beside a request for removing someone from uploaders. There's a bunch of
requests from lintian about the packaging format, but since the software
works just fine (and does so since 3 years), nobody should need to
rebuild it anytime soon, so I dont feel the fact that the rules do not
follow the lastest stadards as release critical.

Moreover, I'm not very active, but I'm not completely MIA: I read debian
mails, and react to important matter. Since I use flexml on a daily
basis, if something goes wrong with that soft, I'll handle it.

Finally, a popcon score of 100 is quite a huge amount given the fact
that this is a developer only tool, targeting only C programmer forced
to add some XML in their project, but not willing to add a depend on
some "fancy" library.

That is why I'm closing this bug report.
Thanks for you QA work anyway,
Mt.

Le dimanche 07 mars 2010 à 22:11 +0100, Jan Hauke Rahm a écrit : 
> Package: flexml 
> Version: 1.8-1
> Severity: serious
> Tags: squeeze sid
> User: debian...@lists.debian.org
> Usertags: proposed-removal
> 
> Dear Maintainers,
> 
> while reviewing some packages, your package came up as a possible
> candidate for removal from Debian, because:
> 
> * you all are MIA, right?
> * standards-version 3.5.10, i.e. very outdated
>   -> last upload in 2007
> * lintian errors and warnings
> * low popcon (< 100)
> 
> If you think that it should be orphaned instead of being removed from
> Debian, please reply to this bug and tell so. 
> 
> If you disagree and want to continue to maintain this package, please
> just close this bug and do an upload also fixing the other issues.
> 
> If you agree that it should be removed, send the following commands to  
> cont...@bugs.debian.org (replace nn with this bug's number):
> 
> severity nn normal
> reassign nn ftp.debian.org
> retitle nn RM:  -- RoM;  
> thanks
> 
> For more information, see 
> http://wiki.debian.org/ftpmaster_Removals
> http://ftp-master.debian.org/removals.txt
> 
> Thank you,
> 
> Hauke
> on behalf of Debian QA/MIA

-- I don't care whichever programming language we choose, as long as
it's C.




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



Bug#560568: gsetroot: FTBFS: libtool version mismatch

2010-03-08 Thread Ilya Barygin
tags 560568 patch
thanks

The following is the patch from Ubuntu with one modification: autopoint
replaces cvs as build dependency (Ubuntu doesn't have autopoint package
yet).
https://launchpad.net/ubuntu/+source/gsetroot/1.1-2.1ubuntu1

diff -u gsetroot-1.1/debian/rules gsetroot-1.1/debian/rules
--- gsetroot-1.1/debian/rules
+++ gsetroot-1.1/debian/rules
@@ -25,10 +25,7 @@
 endif
 
 config.status: 
-   aclocal
-   #autoheader
-   automake-1.9 --add-missing --copy -i
-   autoconf -v
+   autoreconf -vfi
dh_testdir
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
diff -u gsetroot-1.1/debian/control gsetroot-1.1/debian/control
--- gsetroot-1.1/debian/control
+++ gsetroot-1.1/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: extra
 Maintainer: Anibal Avelar 
-Build-Depends: debhelper (>= 5), automake1.9, autoconf, libtool, 
autotools-dev, pkg-config, libgtk2.0-dev, gettext (>= 0.15), dpatch
+Build-Depends: debhelper (>= 5), automake, autoconf, libtool, autotools-dev, 
pkg-config, libgtk2.0-dev, gettext (>= 0.15), dpatch, autopoint
 Homepage: http://gsetroot.sourceforge.net
 Standards-Version: 3.7.3
 
diff -u gsetroot-1.1/debian/patches/00list gsetroot-1.1/debian/patches/00list
--- gsetroot-1.1/debian/patches/00list
+++ gsetroot-1.1/debian/patches/00list
@@ -1,0 +2 @@
+macro_dir
only in patch2:
unchanged:
--- gsetroot-1.1.orig/debian/patches/macro_dir.dpatch
+++ gsetroot-1.1/debian/patches/macro_dir.dpatch
@@ -0,0 +1,32 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## macro_dir.dpatch by Ilya Barygin 
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add macros/options to configure.in and Makefile.am for smooth running
+## DP: of autoreconf.
+
+...@dpatch@
+diff -urNad gsetroot-1.1~/Makefile.am gsetroot-1.1/Makefile.am
+--- gsetroot-1.1~/Makefile.am  2010-03-08 10:46:11.0 +0300
 gsetroot-1.1/Makefile.am   2010-03-08 10:47:03.0 +0300
+@@ -4,6 +4,7 @@
+ ##Please disable it in the Anjuta project configuration
+ 
+ SUBDIRS = intl po src
++ACLOCAL_AMFLAGS = -I m4
+ 
+ gsetrootdocdir = ${prefix}/doc/gsetroot
+ gsetrootdoc_DATA = \
+diff -urNad gsetroot-1.1~/configure.in gsetroot-1.1/configure.in
+--- gsetroot-1.1~/configure.in 2010-03-08 10:46:11.0 +0300
 gsetroot-1.1/configure.in  2010-03-08 10:47:03.0 +0300
+@@ -8,6 +8,9 @@
+ AM_INIT_AUTOMAKE(gsetroot, 1.1)
+ AC_CONFIG_HEADERS([config.h])
+ 
++AC_USE_SYSTEM_EXTENSIONS
++AC_CONFIG_MACRO_DIR([m4])
++
+ AC_ISC_POSIX
+ CFLAGS=""
+ AC_SUBST(CFLAGS)



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



Processed: gsetroot: FTBFS: libtool version mismatch

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

> tags 560568 patch
Bug #560568 [src:gsetroot] gsetroot: FTBFS: libtool version mismatch
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#567528: python-kde4: Uninstallable package due to unfulfilled dependency

2010-03-08 Thread Philipp Huebner
Hi,

please fix this bug, it really freaks me out.

I can't use plasma applets that need plasma-scriptengine-python, my own
package kanyremote is uninstallable, and more.


And how did you manage to create this:
"python-kde4: Depends: python-sip4 (>= ) but 4.10-2 is to be
installed"

I've never seen that before.

Regards,
-- 
 .''`.   Philipp Huebner 
: :'  :  pgp fp: 6719 25C5 B8CD E74A 5225  3DF9 E5CA 8C49 25E4 205F
`. `'`   HP: http://www.debalance.de, Skype: philipp-huebner
  `- ICQ: 235-524-440, Jabber: der_scha...@jabber.org



signature.asc
Description: OpenPGP digital signature


Bug#550661: Upon running, gns3 immediately aborts with error: Segmentation fault

2010-03-08 Thread Juan Carlos
In Debian squeeze, the python-sip4 version is 4.9-1, so gns3 is still 
unusable.


-- 
"There is more Unix-nature in one line of shell script 
  than there is in ten thousand lines of C"
   Eric Steven Raymond - The Art of Unix Programming
--.++-++---+--+-+-+-+++-+++--+--+-+++---+++--+-++-+-



-- 
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#565765: ruby1.9.1: FTBFS on sparc

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

> found 565765 1.9.1.376-1
Bug #565765 [src:ruby1.9.1] ruby1.9.1: FTBFS on sparc
Bug Marked as found in versions ruby1.9.1/1.9.1.376-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#565765: ruby1.9.1: FTBFS on sparc

2010-03-08 Thread Lucas Nussbaum
found 565765 1.9.1.376-1
thanks

On 07/03/10 at 09:46 +0100, Marc Brockschmidt wrote:
> Lucas Nussbaum  writes:
> > Something else that puzzles me is that ruby1.9.1 1.9.1.376-1 (the
> > version currently in testing) built fine on sparc back in August, when
> > it was uploaded.  See
> > https://buildd.debian.org/fetch.cgi?pkg=ruby1.9.1;ver=1.9.1.376-1;arch=sparc;stamp=126038086
> >
> > Marc, could you try to build 1.9.1.376-1 on lebrun and/or spontini?
> 
> Done on lebrun, this time with a build log (attached). This shows the same
> behaviour I saw when building .378-1 manually, it just hangs in the test
> suite.

OK, marking as found in 1.9.1.376-1.

Also, as discussed on IRC, I uploaded a porter upload built on sperger
(where the package built fine). That should allow the package to
migrate to testing.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#519006: Processed: Patch available

2010-03-08 Thread Matthias Klose

tags 519006 - patch
thanks

the patch is part of GCC-4.5; if it should be applied to 4.4, it needs a 
backport. Is the problem fixed in GCC-4.5?


On 04.03.2010 17:18, Debian Bug Tracking System wrote:

Processing commands for cont...@bugs.debian.org:


tags 519006 patch

Bug #519006 [binutils] mips/ld: non-dynamic relocations refer to dynamic symbol
Added tag(s) patch.

thanks




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



Processed: Re: Processed: Patch available

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

> tags 519006 - patch
Bug #519006 [binutils] mips/ld: non-dynamic relocations refer to dynamic symbol
Removed tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Gerfried Fuchs
Hi!

* Timo Sirainen  [2010-03-05 21:07:30 CET]:
> On Fri, 2010-03-05 at 20:58 +0100, Jens Peter Secher wrote:
> > Timo Sirainen wrote:
> > > 
> > > And the problem is specifically that Dovecot also has
> > > buffer_free() function.
> > 
> > Can you elaborate on this?
> 
> I mean both Dovecot and libpam-ssh have an exported function called
> buffer_free(). libpam-ssh tries to call its own internal buffer_free(),
> but it ends up calling Dovecot's incompatible buffer_free(), which of
> course doesn't work and it crashes.
> 
> Either rename buffer_free() on libpam-ssh's side, or mark it in some way
> internal to the shared library (I don't know how to do the latter, but I
> think it's possible).

 As this bug has been reassigned without a version number the BTS
considers all versions to be affected by this, including the version in
stable. Given that Erich did report this against the version in unstable
I think the buffer_free() function in dovecot might have been added at a
later stage (otherwise I would have expected Erich to report it earlier
already?).

 Looking at the 1.0.15 source it seems to be in there too, though. Not
sure if the issue also happens in stable, can someone test this?

 Thanks,
Rhonda



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



Bug#573017: libgpod4: songs are correctly transferred to ipod but the device says that it's empty (ipod black 8gb)

2010-03-08 Thread marcello
Package: libgpod4
Version: 0.7.90git20100216-0ubuntu3
Severity: grave
Justification: causes non-serious data loss

Using rhythmbox 0.12.6-3 and libgpod 0.7.2-2+b1 from debian testing on amd64 
platform to manage an ipod.
After uploading songs from rhythmbox to the ipod, the files are correctly 
uploaded (e.g. i can see and open them with nautilus), but the ipod software 
shows that it contains 0 songs, thus making the device effectively unusable.

I found description of the bug (and a possible solution) in the ubuntu's 
launchpad (=> https://bugs.launchpad.net/ubuntu/+source/libgpod/+bug/461639). I 
have the same model of ipod reported in launchpad.

For now, I solved the problem by installing an updated version of libgpod taken 
from ubuntu lucid repositories (0.7.90git20100216-0ubuntu3) and its related 
dependencies (=> https://launchpad.net/ubuntu/lucid/amd64/libgpod4). After 
rebooting, the ipod recognized the songs correctly.


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

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

Versions of packages libgpod4 depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.6-1 The GTK+ graphical user interface 
ii  libimobiledevice0   0.9.7-2  Library for communicating with the
ii  libplist1   1.1-1Library for handling Apple binary 
ii  libsqlite3-03.6.22-1 SQLite 3 shared library
ii  libxml2 2.7.6.dfsg-2+b1  GNOME XML library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages libgpod4 recommends:
ii  libgpod-common0.7.2-2+b1 common files for libgpod

libgpod4 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#573019: serna-free - FTBFS: Error: Unrecognized opcode: `lock'

2010-03-08 Thread Bastian Blank
Source: serna-free
Version: 0.svn270-3
Severity: serious

There was an error while trying to autobuild your package:

> sbuild (Debian sbuild) 0.59.1 (24 Jan 2010) on debian-31.osdl.marist.edu
[...]
> g++ -c -pipe -g -DQT_SHARED  -Wall -W -O2 -D_REENTRANT -DNDEBUG -DNOCVSID 
> -DOALLOC_TYPE=4 -DMULTI_THREADED -D__STDC_VERSION__=199901L -DQT_DLL 
> -DQT3_SUPPORT -DQT_THREAD_SUPPORT 
> -I"/build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++"
>  
> -I"/build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks"
>  
> -I"/build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/build/sfworks"
>  
> -I"/build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks/common/impl"
>  
> -I"/build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks/common/impl/unix"
>  
> -I"/build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks/common/impl/linux"
>  -I"/usr/include/qt4" -I"/usr/include/qt4/QtCore" -o obj/CommandEvent.o 
> /build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks/common/impl/CommandEvent.cxx
> /build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++/../ix86_gcc_threadmutex.i:
>  Assembler messages:
> /build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++/../ix86_gcc_threadmutex.i:39:
>  Error: Unrecognized opcode: `lock'
> /build/buildd-serna-free_0.svn270-3-s390-tmj1wO/serna-free-0.svn270/sfworks/common/sysdep/i386-linux-g++/../ix86_gcc_threadmutex.i:39:
>  Error: Unrecognized opcode: `decl'

s390 is not at all x86.



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



Processed: tagging 572743

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

> # doesn't affect lenny
> tags 572743 + squeeze sid
Bug #572743 [gpe-shield] fails to install due to incorrect dependencies in 
init.d LSB header
Added tag(s) sid and squeeze.
>
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#572966: flexml: should this package be removed?

2010-03-08 Thread Jan Hauke Rahm
Hi again,

On Mon, Mar 08, 2010 at 09:37:55AM +0100, Martin Quinson wrote:
> You must be kidding, right? 

No, I'm not. Although I acknowledge what you're saying and of course
accept your decision not to remove the package. Note that for this exact
reason I didn't send a request to remove it to ftp-masters but a
proposal to you. I understand my proposal wasn't that welcome :)

> This package works just fine and have no bug
> beside a request for removing someone from uploaders. There's a bunch of
> requests from lintian about the packaging format, but since the software
> works just fine (and does so since 3 years), nobody should need to
> rebuild it anytime soon, so I dont feel the fact that the rules do not
> follow the lastest stadards as release critical.

Well, I disagree here. Of course this is not release critical but if you
took the time to actually update the package, you'd see that it makes a
few changes. Yes, the code compiles apparently the same way, but two
changes are simply managed in the resulting binary:
* actually put the examples in there (you just have an empty dir)
* doc-base is nowadays organized by triggers which makes the generated
  maintainer scripts useless

I attached what I would change if this were a QA package. After all it's
your call and I'm not judging what you do, but from a QA perspective I'd
strongly go for a few changes (and if we're at it, do all of them).

> Moreover, I'm not very active, but I'm not completely MIA: I read debian
> mails, and react to important matter. Since I use flexml on a daily
> basis, if something goes wrong with that soft, I'll handle it.

Noted. Thanks for clearing that up.

> Finally, a popcon score of 100 is quite a huge amount given the fact
> that this is a developer only tool, targeting only C programmer forced
> to add some XML in their project, but not willing to add a depend on
> some "fancy" library.

Sorry, I didn't notice this earlier. Popcon is often misleading but it's
impossible to by-hand check every single package that exact. :(

> That is why I'm closing this bug report.

Right.

> Thanks for you QA work anyway,
> Mt.

You're welcome!

Hauke
on behalf of Debian QA/MIA
diff -u flexml-1.8/debian/changelog flexml-1.8/debian/changelog
--- flexml-1.8/debian/changelog
+++ flexml-1.8/debian/changelog
@@ -1,3 +1,18 @@
+flexml (1.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Updating the flexml Uploaders list (Closes: #521446)
+  * Change doc-base section to "Programming"
+  * Add examples directory
+  * Add Homepage field
+  * Slight modification of debian/copyright to be more precise
+  * Switch to debhelper 7 and by that
++ acknowledge DEB_BUILD_OPTIONS
++ use doc-base trigger instead of generating debian/post*
+  * As a consequence, bump standards-version to 3.8.4
+
+ -- Jan Hauke Rahm   Mon, 08 Mar 2010 11:05:42 +0100
+
 flexml (1.8-1) unstable; urgency=low
 
   * Do not load unistd on windows platforms since this does not exist
reverted:
--- flexml-1.8/debian/dirs
+++ flexml-1.8.orig/debian/dirs
@@ -1,7 +0,0 @@
-usr/bin
-usr/lib
-usr/share/flexml
-usr/share/doc/flexml
-usr/share/doc/flexml/examples
-usr/share/man
-usr/share/man/man1
diff -u flexml-1.8/debian/doc-base flexml-1.8/debian/doc-base
--- flexml-1.8/debian/doc-base
+++ flexml-1.8/debian/doc-base
@@ -3,7 +3,7 @@
 Author: Kristoffer Rose
 Abstract: This manual describes what FleXML is and how it can be used
  to generate validating XML processors and applications.
-Section: devel
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/flexml/html/FleXML.html
diff -u flexml-1.8/debian/copyright flexml-1.8/debian/copyright
--- flexml-1.8/debian/copyright
+++ flexml-1.8/debian/copyright
@@ -6 +6,2 @@
-Copyright: GNU CopyLeft (see /usr/share/common-licenses/GPL).
+Copyright: (C) 1999-2010 Kristoffer Rose 
+License: GNU GPL-2+ (see /usr/share/common-licenses/GPL-2).
diff -u flexml-1.8/debian/control flexml-1.8/debian/control
--- flexml-1.8/debian/control
+++ flexml-1.8/debian/control
@@ -2,13 +2,15 @@
 Section: devel
 Priority: optional
 Maintainer: Martin Quinson 
-Uploaders: Kristoffer H. Rose , Martin Quinson 
-Build-Depends: libwww-perl, debhelper (>>4.0.0),  liburi-perl, libdate-calc-perl, flex
-Standards-Version: 3.5.10
+Build-Depends: libwww-perl, debhelper (>= 7.0.50~),  liburi-perl,
+ libdate-calc-perl, flex
+Standards-Version: 3.8.4
+Homepage: http://flexml.sourceforge.net/
 
 Package: flexml
 Architecture: any
-Depends: ${shlibs:Depends}, libwww-perl, liburi-perl, libdate-calc-perl
+Depends: ${shlibs:Depends}, libwww-perl, liburi-perl, libdate-calc-perl,
+ ${misc:Depends}
 Recommends: flex
 Description: generate fast validating XML processors and applications
  FleXML makes it easy to generate very fast validating XML processors
diff -u flexml-1.8/debian/compat flexml-1.8/debian/compat
--- flexml-1.8/debian/compat
+++ flexml-1.8/debian/compat
@@ -1 +1 @@
-5
+7
diff -u flexml-1.8/debian/rules flexml-1.8/debian/rules
--- flexml-1.8/debia

Bug#572031: lighttpd: Attached patch works (local package as mentioned) and is upstream r2716

2010-03-08 Thread Jürgen A . Erhard
Package: lighttpd
Followup-For: Bug #572031

Just a heads up  that the patch *really* works.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (990, 'stable'), (400, 'unstable')
Architecture: i386 (i686)

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

Versions of packages lighttpd depends on:
ii  libattr1   1:2.4.43-2Extended attribute shared library
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-18lenny2  GNU C Library: Shared libraries
ii  libfam02.7.0-13.3+lenny1 Client library to control the FAM 
ii  libldap-2.4-2  2.4.11-1+lenny1   OpenLDAP libraries
ii  libpcre3   7.8-3 Perl 5 Compatible Regular Expressi
ii  libssl0.9.80.9.8m-2  SSL shared libraries
ii  libterm-readline-perl- 1.0302-1  Perl implementation of Readline li
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  mime-support   3.44-1MIME files 'mime.types' & 'mailcap
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages lighttpd recommends:
ii  spawn-fcgi1.6.3-1A fastcgi process spawner

Versions of packages lighttpd suggests:
ii  apache2-utils2.2.9-10+lenny6 utility programs for webservers
ii  openssl  0.9.8m-2Secure Socket Layer (SSL) binary a
pn  rrdtool(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#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Timo Sirainen

On 8.3.2010, at 12.03, Gerfried Fuchs wrote:

>> Either rename buffer_free() on libpam-ssh's side, or mark it in some way
>> internal to the shared library (I don't know how to do the latter, but I
>> think it's possible).
> 
> As this bug has been reassigned without a version number the BTS
> considers all versions to be affected by this, including the version in
> stable. Given that Erich did report this against the version in unstable
> I think the buffer_free() function in dovecot might have been added at a
> later stage (otherwise I would have expected Erich to report it earlier
> already?).

buffer_free() has been there ever since the first version of Dovecot, but 
you're right, in v1.0 it's only a macro:

void _buffer_free(buffer_t **buf);
#define buffer_free(buf) _buffer_free(&(buf))

In v1.1+ it became a function.




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



Bug#519006: Processed: Patch available

2010-03-08 Thread Aurelien Jarno
Matthias Klose a écrit :
> tags 519006 - patch
> thanks
> 
> the patch is part of GCC-4.5; if it should be applied to 4.4, it needs a 
> backport. Is the problem fixed in GCC-4.5?
> 

At least the problem is solved with gcc-snapshot, I haven't tried with
gcc 4.5 yet. The backport is not trivial though.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#571507: marked as done (python-levenshtein: FTBFS with Python 2.6 as default)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 11:18:51 +
with message-id 
and subject line Bug#571507: fixed in python-levenshtein 0.10.1-1.1
has caused the Debian Bug report #571507,
regarding python-levenshtein: FTBFS with Python 2.6 as default
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.)


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

Source: python-levenshtein
Version: 0.10.1-1
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: python2.6

Hello,

When rebuilt in an environment with Python 2.6 as the default version, 
your package failed to build from source. Here are the relevant parts of 
the build log:


| python2.6 setup.py install --root 
/build/user-python-levenshtein_0.10.1-1-amd64-yJ1qzN/python-levenshtein-0.10.1/debian/python-levenshtein
| running install
| running build
| running build_ext
| running install_lib
| creating 
/build/user-python-levenshtein_0.10.1-1-amd64-yJ1qzN/python-levenshtein-0.10.1/debian/python-levenshtein/usr/local
| creating 
/build/user-python-levenshtein_0.10.1-1-amd64-yJ1qzN/python-levenshtein-0.10.1/debian/python-levenshtein/usr/local/lib
| creating 
/build/user-python-levenshtein_0.10.1-1-amd64-yJ1qzN/python-levenshtein-0.10.1/debian/python-levenshtein/usr/local/lib/python2.6
| creating 
/build/user-python-levenshtein_0.10.1-1-amd64-yJ1qzN/python-levenshtein-0.10.1/debian/python-levenshtein/usr/local/lib/python2.6/dist-packages
| copying build/lib.linux-x86_64-2.6/Levenshtein.so -> 
/build/user-python-levenshtein_0.10.1-1-amd64-yJ1qzN/python-levenshtein-0.10.1/debian/python-levenshtein/usr/local/lib/python2.6/dist-packages
| running install_egg_info
| Writing 
/build/user-python-levenshtein_0.10.1-1-amd64-yJ1qzN/python-levenshtein-0.10.1/debian/python-levenshtein/usr/local/lib/python2.6/dist-packages/python_Levenshtein-0.10.1.egg-info
| python_sitearch=$(python -c "from distutils.sysconfig import get_python_lib; print 
get_python_lib(1)"); \
|   PYTHONPATH=debian/python-levenshtein/$python_sitearch ./gendoc.sh 
Levenshtein
| Traceback (most recent call last):
|   File "genextdoc.py", line 192, in 
| exec 'import %s as __test__' % modname
|   File "", line 1, in 
| ImportError: No module named Levenshtein

If you need help with fixing this bug, don't hesitate to ask on 
#debian-python or debian-pyt...@lists.debian.org.


--
Jakub Wilk


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: python-levenshtein
Source-Version: 0.10.1-1.1

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

python-levenshtein_0.10.1-1.1.diff.gz
  to main/p/python-levenshtein/python-levenshtein_0.10.1-1.1.diff.gz
python-levenshtein_0.10.1-1.1.dsc
  to main/p/python-levenshtein/python-levenshtein_0.10.1-1.1.dsc
python-levenshtein_0.10.1-1.1_amd64.deb
  to main/p/python-levenshtein/python-levenshtein_0.10.1-1.1_amd64.deb



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

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

Debian distribution maintenance software
pp.
Sandro Tosi  (supplier of updated python-levenshtein 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: Mon, 01 Mar 2010 11:35:26 +0100
Source: python-levenshtein
Binary: python-levenshtein
Architecture: source amd64
Version: 0.10.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Nicolas FRANCOIS (Nekral) 
Changed-By: Sandro Tosi 
Description: 
 python-levenshtein - extension for computing string similarities and edit 
distances
Closes: 571507
Changes: 
 python-levenshtein (0.10.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload, to prepare for Python 2.6 transition
   * debian/rules
 - use '--install-layout=deb' when installing the module; thanks to Jakub
   Wilk for the report; Closes: #571507
   * debian/control
 - bump b-d in python-all-dev to '>= 2.5.3-1~', to support install-layout
Checksums-Sha1: 
 625b85966c305f4ca77ba011f1a535c0aff9cff0 1257 python-levenshtein_0.10.1-1.1.dsc
 9cfaef0e3ef2dfed0b6e789102d0136ffe2769ac 4612 
python-levenshtein_0.10.1-1.1.diff.gz
 3d9f58d4e078c3252

Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Gerfried Fuchs
tag 572266 + squeeze sid
thanks

* Timo Sirainen  [2010-03-08 11:50:33 CET]:
> On 8.3.2010, at 12.03, Gerfried Fuchs wrote:
> >> Either rename buffer_free() on libpam-ssh's side, or mark it in some way
> >> internal to the shared library (I don't know how to do the latter, but I
> >> think it's possible).
> > 
> > As this bug has been reassigned without a version number the BTS
> > considers all versions to be affected by this, including the version in
> > stable. Given that Erich did report this against the version in unstable
> > I think the buffer_free() function in dovecot might have been added at a
> > later stage (otherwise I would have expected Erich to report it earlier
> > already?).
> 
> buffer_free() has been there ever since the first version of Dovecot,
> but you're right, in v1.0 it's only a macro:
> 
> void _buffer_free(buffer_t **buf);
> #define buffer_free(buf) _buffer_free(&(buf))
> 
> In v1.1+ it became a function.

 So actually the bug is rather in dovecot? Anyway, this means that the
bug doesn't affect stable and I'm tagging it as such.

 Thanks!
Rhonda



-- 
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#572266: dovecot-common: dovecot-auth crashes with segfault

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

> tag 572266 + squeeze sid
Bug #572266 [libpam-ssh] dovecot-common: dovecot-auth crashes with segfault
Bug #572312 [libpam-ssh] dovecot-imapd: unable to login locally with several 
different clients
Added tag(s) sid and squeeze.
Added tag(s) sid and squeeze.
> 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#562294: marked as done (cdebconf-entropy: FTBFS: strutl.h:13:37: error: debian-installer/macros.h: No such file or directory)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 12:02:41 +
with message-id 
and subject line Bug#562294: fixed in cdebconf-entropy 0.13
has caused the Debian Bug report #562294,
regarding cdebconf-entropy: FTBFS: strutl.h:13:37: error: 
debian-installer/macros.h: No such file or directory
to be marked as done.

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

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


-- 
562294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562294
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cdebconf-entropy
Version: 0.12
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091213 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> gcc -Wall -g -O2 -I. -fPIC -o text-plugin-entropy.opic -c 
> text-plugin-entropy.c
> In file included from text-plugin-entropy.c:25:
> /usr/include/cdebconf/strutl.h:13:37: error: debian-installer/macros.h: No 
> such file or directory
> /usr/include/cdebconf/strutl.h:16:19: error: missing binary operator before 
> token "("
> make[1]: *** [text-plugin-entropy.opic] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/13/cdebconf-entropy_0.12_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: cdebconf-entropy
Source-Version: 0.13

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

cdebconf-entropy_0.13.dsc
  to main/c/cdebconf-entropy/cdebconf-entropy_0.13.dsc
cdebconf-entropy_0.13.tar.gz
  to main/c/cdebconf-entropy/cdebconf-entropy_0.13.tar.gz
cdebconf-gtk-entropy_0.13_i386.udeb
  to main/c/cdebconf-entropy/cdebconf-gtk-entropy_0.13_i386.udeb
cdebconf-newt-entropy_0.13_i386.udeb
  to main/c/cdebconf-entropy/cdebconf-newt-entropy_0.13_i386.udeb
cdebconf-text-entropy_0.13_i386.udeb
  to main/c/cdebconf-entropy/cdebconf-text-entropy_0.13_i386.udeb



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

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

Debian distribution maintenance software
pp.
Colin Watson  (supplier of updated cdebconf-entropy 
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: Mon, 08 Mar 2010 11:42:25 +
Source: cdebconf-entropy
Binary: cdebconf-text-entropy cdebconf-newt-entropy cdebconf-gtk-entropy
Architecture: source i386
Version: 0.13
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Colin Watson 
Description: 
 cdebconf-gtk-entropy - cdebconf gtk plugin for reading from /dev/random (udeb)
 cdebconf-newt-entropy - cdebconf newt plugin for reading from /dev/random 
(udeb)
 cdebconf-text-entropy - cdebconf text plugin for reading from /dev/random 
(udeb)
Closes: 562294
Changes: 
 cdebconf-entropy (0.13) unstable; urgency=low
 .
   [ Colin Watson ]
   * Upgrade to debhelper v7.
   * Add myself to Uploaders.
 .
   [ Frans Pop ]
   * Add missing build dependency on libdebian-installer4-dev. Closes: #562294.
 .
   [ Updated translations ]
   * Asturian (ast.po) by Marcos Antonio Alvarez Costales
   * Belarusian (be.po) by Pavel Piatruk
   * Bengali (bn.po) by Israt Jahan
   * Danish (da.po) by Ask Hjorth Larsen
   * Esperanto (eo.po) by Felipe Castro
   * Estonian (et.po) by Mattias Põldaru
   * Hindi (hi.po)
   * Italian (it.po) by Milo Casagrande
   * Slovenian (sl.po) by Vanja Cvelbar
   * Simplified Chinese (zh_CN.po) by 苏运强
Checksums-Sha1: 
 9e571e418602b9ec0b2e6e5c16d39a2d6a3a3352 1201 cdebconf-entropy_0.13.dsc
 dc21d7ca8362d9da885b6d51875d1576a86d2a2e 98855 cdebconf-entropy_0.13.tar.gz
 25677f92531e44614889aabce46146c18f27a21e 16028 
cdebconf-text-entropy_0.13_i386.udeb
 a9312850bb9e3079effd1a0866be8e714201f177 16588 
cdebconf-newt-entrop

Processed: haskell98-report: FTBFS: ! LaTeX Error: File `version.sty' not found.

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

> tags 562357 patch
Bug #562357 [src:haskell98-report] haskell98-report: FTBFS: ! LaTeX Error: File 
`version.sty' not found.
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#562357: haskell98-report: FTBFS: ! LaTeX Error: File `version.sty' not found.

2010-03-08 Thread Ilya Barygin
tags 562357 patch
thanks

It just needs a build dependency on texlive-latex-extra.



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



Bug#559687: marked as done (FTBFS: no package matching `regex-posix-0.93.1' was found)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 8 Mar 2010 13:31:03 +0100
with message-id <20100308123103.ga28...@melusine.alphascorpii.net>
and subject line Re: Bug#559687: FTBFS: no package matching 
`regex-posix-0.93.1' was found
has caused the Debian Bug report #559687,
regarding FTBFS: no package matching `regex-posix-0.93.1' was found
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.)


-- 
559687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: hpodder
Version: 1.1.5.0+nmu1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS:
| Preprocessing executables for hpodder-1.1.5...
| Building hpodder-1.1.5...
| [ 1 of 20] Compiling Types( Types.hs, 
dist/build/hpodder/hpodder-tmp/Types.o )
| Failed to load interface for `Text.Regex.Posix.ByteString':
|   no package matching `regex-posix-0.93.1' was found
| make[1]: *** [all] Error 1

There is a similar bugreport already: #559646.

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstable&p=hpodder

NMUer Cc'd.

Mraw,
KiBi.


--- End Message ---
--- Begin Message ---
Version: 1.1.5.0+nmu2

* Alexander Reichle-Schmehl  [100122 23:07]:

> While fixing the other RC bug of this package I couldn't reproduce this
> bug on AMD64.

Looking at the build stats of the package at
https://buildd.debian.org/pkg.cgi?pkg=hpodder the bug seems indeed to
have been fixed in the meantime.


Best Regards,
  Alexander

--- End Message ---


Bug#564350: tagging 564350

2010-03-08 Thread Micha Lenk
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# Does not affect Squeeze
tags 564350 + sid




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



Bug#563998: tagging 563998

2010-03-08 Thread Micha Lenk
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# Does not affect Squeeze
tags 563998 + sid




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



Bug#571458: libeb13 4.4.2-1 changes ABI?

2010-03-08 Thread Motoyuki Kasahara

Hello,


As you guess, EB Library 4.4.2 sets a wrong shared library version.
15:0:2 is specified in configure.ac, but the correct version is
15:0:0. Thank you for the bug report.

I'll release EB Library 4.4.3 to fix the bug.
(Its shared library version should be 16:0:0.)


I released EB Library 4.4.3.
ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2
--
__
Motoyuki Kasahara 



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



Processed: tagging 563998

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> # Does not affect Squeeze
> tags 563998 + sid
Bug #563998 [kmymoney2-plugin-aqbanking] [kmymoney2-plugin-aqbanking] Doesn't 
work with kmymoney2 in unstable
Added tag(s) sid.
>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 564350

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> # Does not affect Squeeze
> tags 564350 + sid
Bug #564350 [src:kmymoney2-plugin-aqbanking] kmymoney2-plugin-aqbanking: FTBFS: 
mymoneyaccount.h:21:29: error: config-kmymoney.h: No such file or directory
Added tag(s) sid.
>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: block 563998 with 564350

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> block 563998 with 564350
Bug #563998 [kmymoney2-plugin-aqbanking] [kmymoney2-plugin-aqbanking] Doesn't 
work with kmymoney2 in unstable
Was blocked by: 563790
Added blocking bug(s) of 563998: 564350
>
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#572718: Breaks due to newer gir1.0-mutter-2.28

2010-03-08 Thread Gustavo Noronha Silva
On Sun, 2010-03-07 at 18:42 +0100, Guido Günther wrote:
> > We just need to upload gnome-shell 2.29, and I wonder if mutter is going to
> > break the gir bindings with every major release... (and maybe 
> > gir1.0-mutter-2.28
> > should have been renamed...).
> Renaming gir1.0-mutter-2.28 to gir1.0-mutter-2.29 imho makes sense. So
> it seems the bug is in gir1.0-mutter-2.28 not in gnome-shell.

This sounds like the best idea to me, yeah.

Thanks!

-- 
Gustavo Noronha Silva 
Collabora Ltd.




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



Bug#571207: marked as done (cappuccino: uses python2.6/site-packages with Python 2.6 as default)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 13:02:51 +
with message-id 
and subject line Bug#571207: fixed in cappuccino 0.5.1-2.1
has caused the Debian Bug report #571207,
regarding cappuccino: uses python2.6/site-packages with Python 2.6 as default
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.)


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

Source: cappuccino
Version: 0.5.1-2
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: python2.6

Hello,

When rebuilt in an environment with Python 2.6 as the default version, 
your binary package contained the following files:


/usr/lib/python2.6/site-packages/cappuccino-0.5.1-py2.6.egg-info

The correct location of Python modules for Python >= 2.6 is 
/usr/lib/pythonX.Y/dist-packages. In fact, packages shipping files in 
/usr/lib/python2.6/site-packages will break installation of 
python2.6-minimal.


--
Jakub Wilk


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: cappuccino
Source-Version: 0.5.1-2.1

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

cappuccino_0.5.1-2.1.diff.gz
  to main/c/cappuccino/cappuccino_0.5.1-2.1.diff.gz
cappuccino_0.5.1-2.1.dsc
  to main/c/cappuccino/cappuccino_0.5.1-2.1.dsc
cappuccino_0.5.1-2.1_all.deb
  to main/c/cappuccino/cappuccino_0.5.1-2.1_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 571...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi  (supplier of updated cappuccino 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: Mon, 01 Mar 2010 13:14:53 +0100
Source: cappuccino
Binary: cappuccino
Architecture: source all
Version: 0.5.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Christian Surchi 
Changed-By: Sandro Tosi 
Description: 
 cappuccino - an utility to let your boss think that you're working hard
Closes: 571207
Changes: 
 cappuccino (0.5.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload, to prepare for Python 2.6 transition
   * debian/rules
  - use '--install-layout=deb' when installing; thanks to Jakub Wilk for the
report; Closes: #571207
* debian/control
  - bump b-d on python to '>= 2.5.3-1~', to support install-layout
Checksums-Sha1: 
 8123653b6394dc10c5c7cf6c89fac9895cfa584e 1007 cappuccino_0.5.1-2.1.dsc
 4f2fcb3604bc98ff40503d3d4a25519255da479a 948 cappuccino_0.5.1-2.1.diff.gz
 d7974ae9fcafb2516fd0b7932bf191f93980c4b9 140656 cappuccino_0.5.1-2.1_all.deb
Checksums-Sha256: 
 5df4a19113f6fa626f322214877fb2d015e7f0030f99d8096e00adb5b1d83965 1007 
cappuccino_0.5.1-2.1.dsc
 ba6362712b0e6342da075e0e276f41b76993ed5158d9cbcce0fff1b56a2c1fad 948 
cappuccino_0.5.1-2.1.diff.gz
 72c7cee5d9b8dfabf55dc7d88ca5c4c693efc517afd45b96c9e845e3e443a671 140656 
cappuccino_0.5.1-2.1_all.deb
Files: 
 a54db232ea8391afd932d1675699f11a 1007 games optional cappuccino_0.5.1-2.1.dsc
 ba10561470254b5d4ef59c1f9a548137 948 games optional 
cappuccino_0.5.1-2.1.diff.gz
 c60485ba79c0e22b881fc571abdf6ffa 140656 games optional 
cappuccino_0.5.1-2.1_all.deb

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

iEYEARECAAYFAkuLsHAACgkQAukwV0RN2VC96ACfRK1UruMUVCQvZeGiZViATne7
6qkAn1K6k9uj+o3h/5mEpcOPlSN5RZLM
=KxR1
-END PGP SIGNATURE-


--- End Message ---


Processed: forcibly merging 568619 573019

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

> forcemerge 568619 573019
Bug#568619: FTBFS on anything but i386 and amd64
Bug#573019: serna-free - FTBFS: Error: Unrecognized opcode: `lock'
Bug#570666: serna-free: FTBFS on non-x86: Error: unknown opcode `lock'
Forcibly Merged 568619 570666 573019.

> 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#572966: flexml: should this package be removed?

2010-03-08 Thread Martin Quinson
reopen 572966
retitle 572966 Packaging could easily be improved
tag 572966 patch
severity 572966 minor
thanks 

Hi again,

ok. Point taken. I feel ashamed of the easy with which you solved the
issues, and I'll try to upload something solving these issues. Reopening
the bug to not loose the discussion & patch.

Thanks for this patch, and the rest of your work,
Mt.

Le lundi 08 mars 2010 à 11:18 +0100, Jan Hauke Rahm a écrit : 
> Hi again,
> 
> On Mon, Mar 08, 2010 at 09:37:55AM +0100, Martin Quinson wrote:
> > You must be kidding, right? 
> 
> No, I'm not. Although I acknowledge what you're saying and of course
> accept your decision not to remove the package. Note that for this exact
> reason I didn't send a request to remove it to ftp-masters but a
> proposal to you. I understand my proposal wasn't that welcome :)
> 
> > This package works just fine and have no bug
> > beside a request for removing someone from uploaders. There's a bunch of
> > requests from lintian about the packaging format, but since the software
> > works just fine (and does so since 3 years), nobody should need to
> > rebuild it anytime soon, so I dont feel the fact that the rules do not
> > follow the lastest stadards as release critical.
> 
> Well, I disagree here. Of course this is not release critical but if you
> took the time to actually update the package, you'd see that it makes a
> few changes. Yes, the code compiles apparently the same way, but two
> changes are simply managed in the resulting binary:
> * actually put the examples in there (you just have an empty dir)
> * doc-base is nowadays organized by triggers which makes the generated
>   maintainer scripts useless
> 
> I attached what I would change if this were a QA package. After all it's
> your call and I'm not judging what you do, but from a QA perspective I'd
> strongly go for a few changes (and if we're at it, do all of them).
> 
> > Moreover, I'm not very active, but I'm not completely MIA: I read debian
> > mails, and react to important matter. Since I use flexml on a daily
> > basis, if something goes wrong with that soft, I'll handle it.
> 
> Noted. Thanks for clearing that up.
> 
> > Finally, a popcon score of 100 is quite a huge amount given the fact
> > that this is a developer only tool, targeting only C programmer forced
> > to add some XML in their project, but not willing to add a depend on
> > some "fancy" library.
> 
> Sorry, I didn't notice this earlier. Popcon is often misleading but it's
> impossible to by-hand check every single package that exact. :(
> 
> > That is why I'm closing this bug report.
> 
> Right.
> 
> > Thanks for you QA work anyway,
> > Mt.
> 
> You're welcome!
> 
> Hauke
> on behalf of Debian QA/MIA

-- Chaque fois que je regarde la télé et que je vois ces pauvres enfants
affamés à travers le monde, je me mets à pleurer sans pouvoir m'en
empecher. Je veux dire, j'aimerais bien être mince comme eux, mais sans
les mouches, la guerre et tout ca. --- Mariah Carey




-- 
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#572966: flexml: should this package be removed?

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

> reopen 572966
Bug #572966 {Done: Martin Quinson } [flexml] flexml: 
should this package be removed?
> retitle 572966 Packaging could easily be improved
Bug #572966 [flexml] flexml: should this package be removed?
Changed Bug title to 'Packaging could easily be improved' from 'flexml: should 
this package be removed?'
> tag 572966 patch
Bug #572966 [flexml] Packaging could easily be improved
Added tag(s) patch.
> severity 572966 minor
Bug #572966 [flexml] Packaging could easily be improved
Severity set to 'minor' from 'serious'

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#573041: pppstatus: doesn't see any activity on the active interface

2010-03-08 Thread alberto maurizi
Package: pppstatus
Version: 0.4.2-10
Severity: grave
Justification: renders package unusable


pppstatus give a screen with all zeros (speed, time, received, ...).
the monitored interface (ppp0) is up (i'm using it to send thei bug
report).

alberto


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

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

Versions of packages pppstatus depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand

pppstatus recommends no packages.

pppstatus 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#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Erich Schubert
Hi Rhonsa, Timo,
For me the bug just surfaced sometime in February 2010 on unstable.
So I'd assume it only surfaced for me with the 1.92-10 release.

But I never _configured_ libpam-ssh, and given that the changelog reads:

 * Use pam-auth-update together with the new setup file
   /usr/share/pam-configs/silent-ssh-single-sign-on to automatically
   enable the traditional functionality.

My best guess is just that this new configuration setup caused the
module to become activated while it wasn't before. So the bug could have
been present for much longer when libpam-ssh was actually configured.

I wonder whether there is a way to check for such errors automatically
with lintian; they are bound to arise now and then, aren't they?

Regards,
Erich




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



Bug#570775: marked as done (squeeze: Samba fail to start on a main-server)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 8 Mar 2010 14:37:53 +0100
with message-id <201003081437.53813.hol...@layer-acht.org>
and subject line Re: Bug#570775: squeeze: Samba fail to start on a main-server
has caused the Debian Bug report #570775,
regarding squeeze: Samba fail to start on a main-server
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.)


-- 
570775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570775
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: education-main-server
severity: serious
version: 0.842
tags: moreinfo 
User: debian-...@lists.debian.org
Usertags: debian-edu

Hi,

quoting http://wiki.debian.org/DebianEdu/Status/Squeeze:

"Samba fail to start on a main-server"

Filing with severity serious as Samba is one of the core services of the 
Debian Edu main server.


cheers,
Holger


signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
version: 0.842

On Sonntag, 7. März 2010, Petter Reinholdtsen wrote:
> This problem seem to be solved in the Squeeze version at the moment.
> At least debian-edu-test-install report this regarding samba now:
>
>   success: ./samba: samba is running.
>   success: ./samba: Netbios name service is listening on netbios-ns/udp.
>   success: ./samba: Netbios session service is listening on
> netbios-ssn/tcp. success: ./samba: smbadmin account exists in ldap
>
> I suspect some LDAP issue was breaking samba earlier, but do not know.
> Perhaps this bug should be closed?

I think so :)


cheers,
Holger


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


Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Timo Sirainen
On Mon, 2010-03-08 at 14:38 +0100, Erich Schubert wrote:

> I wonder whether there is a way to check for such errors automatically
> with lintian; they are bound to arise now and then, aren't they?

Symbol conflict errors happen somewhat often, and it's sometimes
difficult to detect them. I've had to change Dovecot several times
because some library exports a symbol that Dovecot also uses.

I don't know if there's an easy automated way to detect them in a
generic way, but at least for PAM plugins I think it would be possible
to make sure that they only export those symbols that are required by
PAM, everything else would be hidden. Then there shouldn't be any symbol
conflicts. A quick google lookup shows that it should be possible:
http://stackoverflow.com/questions/435352/limiting-visibility-of-symbols-when-linking-shared-libraries



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


Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Jens Peter Secher
On 8 March 2010 14:38, Erich Schubert  wrote:
>
>  * Use pam-auth-update together with the new setup file
>   /usr/share/pam-configs/silent-ssh-single-sign-on to automatically
>   enable the traditional functionality.
>
> My best guess is just that this new configuration setup caused the
> module to become activated while it wasn't before. So the bug could have
> been present for much longer when libpam-ssh was actually configured.

I suspect you are right.


> I wonder whether there is a way to check for such errors automatically
> with lintian; they are bound to arise now and then, aren't they?

I do not see how.

Anyways, I will upload a new version of pamssh with proper prefixed
names to avoid conflicts.

Cheers,
-- 
Jens Peter Secher.
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_.
A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?



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



Bug#571458: libeb13 4.4.2-1 changes ABI?

2010-03-08 Thread Tatsuya Kinoshita
On March 8, 2010 at 9:36PM +0900,
m-kasahr (at sra.co.jp) wrote:

>> As you guess, EB Library 4.4.2 sets a wrong shared library version.
>> 15:0:2 is specified in configure.ac, but the correct version is
>> 15:0:0. Thank you for the bug report.
>> I'll release EB Library 4.4.3 to fix the bug.
>> (Its shared library version should be 16:0:0.)
>
> I released EB Library 4.4.3.
> ftp://ftp.sra.co.jp/pub/misc/eb/eb-4.4.3.tar.bz2

Thank you.

I'll consider the new upstream version after the `squeeze' release.

For the `squeeze' release, I keep the libeb.so.13 version.
(libeb.so.13.2.0 was reverted to libeb.so.13.1.0)

Thanks,
--
Tatsuya Kinoshita


pgpsAuztkdViB.pgp
Description: PGP signature


Bug#572266: dovecot-common: dovecot-auth crashes with segfault

2010-03-08 Thread Erich Schubert
Hi all,
So we could do a lintian check that does something like
---
for file in /lib/security/pam_*.so; do
  nm -D $file --defined-only | grep -v pam_
done
---
and fails on any results?

For the record:
---
/lib/security/pam_cap.so
00201660 A __bss_start
00201660 A _edata
00201670 A _end
1218 T _fini
0a08 T _init
/lib/security/pam_ck_connector.so
00201cd0 A __bss_start
00201cd0 A _edata
00201cf0 A _end
15b8 T _fini
0b88 T _init
---
from libcap2-bin and libpam-ck-connector. I only tested my own system,
so this is list is not comprehensive (and does not include libpam-ssh)

'A' symbols probably are ok ("absolute, and will not be changed by
further linking."), and '_fini' and '_init' AFAIK are special symbols
used by the linker only?
So these would also need to be accepted?

Regards,
Erich




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



Bug#573048: hostapd incompatible with 2.6.33 kernel

2010-03-08 Thread Daniel

Package: hostapd
Version: 1:0.6.10-2
Severity: grave
Justification: renders package unusable

Running kernel 2.6.32.8 together with the above hostapd version worked 
just fine but after I've updated the kernel from 2.6.32.8 to 2.6.33 
(both from kernel.org) hostapd does not start any more.


Output of "/etc/init.d/hostapd":
Starting advanced IEEE 802.11 management: hostapdioctl[SIOCGIWRANGE]: 
Invalid argument

ioctl[SIOCSIWRTS]: Invalid argument
rmdir[ctrl_interface]: No such file or directory
(warning).


Manually starting hostapd using the cmd "hostapd -t -P 
/var/run/hostapd.pid -dd /etc/hostapd/hostapd.conf" reports:

1267968202.414304: Configuration file: /etc/hostapd/hostapd.conf
1267968202.416436: ctrl_interface_group=0
1267968202.445810: Opening raw packet socket for ifindex 0
1267968202.445896: BSS count 1, BSSID mask ff:ff:ff:ff:ff:ff (0 bits)
ioctl[SIOCGIWRANGE]: Invalid argument
1267968202.446733: nl80211: Added 802.11b mode based on 802.11g information
1267968202.446768: Allowed channel: mode=1 chan=1 freq=2412 MHz 
max_tx_power=20 dBm
1267968202.446867: Allowed channel: mode=1 chan=2 freq=2417 MHz 
max_tx_power=20 dBm
1267968202.446900: Allowed channel: mode=1 chan=3 freq=2422 MHz 
max_tx_power=20 dBm
1267968202.446929: Allowed channel: mode=1 chan=4 freq=2427 MHz 
max_tx_power=20 dBm
1267968202.446959: Allowed channel: mode=1 chan=5 freq=2432 MHz 
max_tx_power=20 dBm
1267968202.446988: Allowed channel: mode=1 chan=6 freq=2437 MHz 
max_tx_power=20 dBm
1267968202.447016: Allowed channel: mode=1 chan=7 freq=2442 MHz 
max_tx_power=20 dBm
1267968202.447046: Allowed channel: mode=1 chan=8 freq=2447 MHz 
max_tx_power=20 dBm
1267968202.447075: Allowed channel: mode=1 chan=9 freq=2452 MHz 
max_tx_power=20 dBm
1267968202.447103: Allowed channel: mode=1 chan=10 freq=2457 MHz 
max_tx_power=20 dBm
1267968202.447133: Allowed channel: mode=1 chan=11 freq=2462 MHz 
max_tx_power=20 dBm
1267968202.447163: Allowed channel: mode=0 chan=1 freq=2412 MHz 
max_tx_power=20 dBm
1267968202.447192: Allowed channel: mode=0 chan=2 freq=2417 MHz 
max_tx_power=20 dBm
1267968202.447221: Allowed channel: mode=0 chan=3 freq=2422 MHz 
max_tx_power=20 dBm
1267968202.447250: Allowed channel: mode=0 chan=4 freq=2427 MHz 
max_tx_power=20 dBm
1267968202.447278: Allowed channel: mode=0 chan=5 freq=2432 MHz 
max_tx_power=20 dBm
1267968202.447307: Allowed channel: mode=0 chan=6 freq=2437 MHz 
max_tx_power=20 dBm
1267968202.447336: Allowed channel: mode=0 chan=7 freq=2442 MHz 
max_tx_power=20 dBm
1267968202.447365: Allowed channel: mode=0 chan=8 freq=2447 MHz 
max_tx_power=20 dBm
1267968202.447393: Allowed channel: mode=0 chan=9 freq=2452 MHz 
max_tx_power=20 dBm
1267968202.447422: Allowed channel: mode=0 chan=10 freq=2457 MHz 
max_tx_power=20 dBm
1267968202.447451: Allowed channel: mode=0 chan=11 freq=2462 MHz 
max_tx_power=20 dBm

1267968202.447587: RATE[0] rate=10 flags=0x2
1267968202.447619: RATE[1] rate=20 flags=0x6
1267968202.447644: RATE[2] rate=55 flags=0x6
1267968202.447668: RATE[3] rate=110 flags=0x6
1267968202.447694: RATE[4] rate=60 flags=0x0
1267968202.447718: RATE[5] rate=90 flags=0x0
1267968202.447742: RATE[6] rate=120 flags=0x0
1267968202.447767: RATE[7] rate=180 flags=0x0
1267968202.447791: RATE[8] rate=240 flags=0x0
1267968202.447816: RATE[9] rate=360 flags=0x0
1267968202.447840: RATE[10] rate=480 flags=0x0
1267968202.447865: RATE[11] rate=540 flags=0x0
1267968202.447890: Passive scanning not supported
1267968202.447913: Mode: IEEE 802.11g  Channel: 6  Frequency: 2437 MHz
ioctl[SIOCSIWRTS]: Invalid argument
1267968202.460912: Could not set RTS threshold for kernel driver
1267968202.460947: wlan0: Unable to setup interface.
rmdir[ctrl_interface]: No such file or directory


The last error msg "rmdir[...]" does not appear in case I run "mkdir 
/var/run/hostapd" before starting hostapd, nevertheless hostapd does not 
start:


r...@router:~# mkdir /var/run/hostapd
r...@router:~# hostapd -t -P /var/run/hostapd.pid -dd 
/etc/hostapd/hostapd.conf

1267968532.506341: Configuration file: /etc/hostapd/hostapd.conf
1267968532.508508: ctrl_interface_group=0
1267968532.537844: Opening raw packet socket for ifindex 0
1267968532.537929: BSS count 1, BSSID mask ff:ff:ff:ff:ff:ff (0 bits)
ioctl[SIOCGIWRANGE]: Invalid argument
1267968532.538839: nl80211: Added 802.11b mode based on 802.11g information
1267968532.538877: Allowed channel: mode=1 chan=1 freq=2412 MHz 
max_tx_power=20 dBm
1267968532.538909: Allowed channel: mode=1 chan=2 freq=2417 MHz 
max_tx_power=20 dBm
1267968532.538939: Allowed channel: mode=1 chan=3 freq=2422 MHz 
max_tx_power=20 dBm
1267968532.538969: Allowed channel: mode=1 chan=4 freq=2427 MHz 
max_tx_power=20 dBm
1267968532.538998: Allowed channel: mode=1 chan=5 freq=2432 MHz 
max_tx_power=20 dBm
1267968532.539027: Allowed channel: mode=1 chan=6 freq=2437 MHz 
max_tx_power=20 dBm
1267968532.539056: Allowed channel: mode=1 chan=7 freq=2442 MHz 
max_tx_power=20 dBm
1267968532.539085: Allowed channel: mode=1 chan=8

Bug#550243: Reassign to Scilab

2010-03-08 Thread Sylvestre Ledru
reassign 550243 scilab
thanks

In fact, it is a bug in the Scilab. 
Some scripts includes machine.h which is arch dependent. 
However, this package is arch independent causing some weird bugs.

I will upload the fix today or tomorrow.

Syvlestre






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



Processed: Reassign to Scilab

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

> reassign 550243 scilab
Bug #550243 [scilab-overload] scilab-scimax: Scilab crashes when starting scimax
Bug reassigned from package 'scilab-overload' to 'scilab'.
> 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#566692: hplip-gui: can't add printer (Printer queue setup failed)

2010-03-08 Thread Michael Meskes
> > This printer was working in a previous Debian version (etch or lenny, I 
> > don't remember).
> 
> Do you need to become a member of the group lpadmin?

After adding myself to that group hp-toolbox was able to go with the existing
configuration again, so I guess that's it. We should definitely put that bit of
information into the hplip package, preferably in a prominent place.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ 179140304, AIM/Yahoo/Skype michaelmeskes, Jabber mes...@jabber.org
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#572363: marked as done ([mz] consumes 100% of CPU when running in server mode)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 16:02:09 +
with message-id 
and subject line Bug#572363: fixed in mz 0.39-1
has caused the Debian Bug report #572363,
regarding [mz] consumes 100% of CPU when running in server mode
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.)


-- 
572363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mz
Version: 0.34.9-1
Severity: grave
Tags: fixed-upstream

When starting Mausezahn (mz) in server mode, e.g. via "mz -T rtp" (then it
waits for incoming RTP packets) the CPU consumption quickly raises to 100%.

Upstream is aware of this bug, a new fixed version should be released soon.


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

Debian Release: squeeze/sid
  500 unstableftp.at.debian.org  
1 experimentalftp.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
libc6  (>= 2.4) | 2.10.2-6
libnet1(>= 1.1.2.1) | 1.1.4-2
libpcap0.8 (>= 1.0.0-1) | 1.0.0-6


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
python-matplotlib| 


Thanks,
--
Cristian Greco
GPG key ID: 0xCF4D32E4 (old: 0x0C095825)


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: mz
Source-Version: 0.39-1

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

mz_0.39-1.debian.tar.gz
  to main/m/mz/mz_0.39-1.debian.tar.gz
mz_0.39-1.dsc
  to main/m/mz/mz_0.39-1.dsc
mz_0.39-1_amd64.deb
  to main/m/mz/mz_0.39-1_amd64.deb
mz_0.39.orig.tar.gz
  to main/m/mz/mz_0.39.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 572...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Cristian Greco  (supplier of updated mz 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: Mon, 08 Mar 2010 03:19:59 +0100
Source: mz
Binary: mz
Architecture: source amd64
Version: 0.39-1
Distribution: unstable
Urgency: high
Maintainer: Cristian Greco 
Changed-By: Cristian Greco 
Description: 
 mz - versatile packet creation and network traffic generation tool
Closes: 572363
Changes: 
 mz (0.39-1) unstable; urgency=high
 .
   * New upstream version.
 - fixes 100% cpu consumption bug, setting urgency=high because
   this is an RC bug (Closes: #572363).
   * Convert package to 3.0 (quilt) source format.
   * debian/control:
 - add build-dep on libcli-dev.
 - bump up standards-version to 3.8.4 (no changes).
 - new maintainer email address.
 - adding DM-Upload-Allowed, thanks to my sponsor Michal Čihař.
   * debian/rules: stop excluding README from being compressed.
   * debian/mz.doc-base: add doc-base registration file.
   * fix_manpages.patch: new patch, fix hyphen-used-as-minus-sign
 and another error in manpages.
Checksums-Sha1: 
 b264d70b17328557c7c471bc139116209226c267 1150 mz_0.39-1.dsc
 5fde7132c98e76ae83c10c7fcc0a796749b770ba 217430 mz_0.39.orig.tar.gz
 c40c1751e3c5f57fa20022b49bcf27adedded2f3 4083 mz_0.39-1.debian.tar.gz
 b0573f3e5d7b304a1669fa31aab3fbd2689e4e9d 170564 mz_0.39-1_amd64.deb
Checksums-Sha256: 
 2ee8d63305e9ca8b6fddd94711a69794d8153a84a4f8d8a7110fdeec87930c73 1150 
mz_0.39-1.dsc
 2227a99f1427ba92f547b76140c54f94644a4ee48cdaed8e629b5e7ac59032c3 217430 
mz_0.39.orig.tar.gz
 aca9784ba34ccb090ab0cf0d5b63d39abfdfc22357f482c49b1742ec42ac3e1f 4083 
mz_0.39-1.debian.tar.gz
 3ed03fb1720a8a92b7fa1251172370fc9a0def3a49d0f2314ebf8a510ea01947 170564 
mz_0.39-1_amd64.deb
Files: 
 08d9affef1be25ee50e0e55a60e6538a 1150 net optional mz_0.39-1.dsc
 b0ffc5dab78880e7f9187fa21e6fa63f 217430 net optional mz_0.39.orig.tar.gz
 6c4ea90d47d006099f5e94268e9ddc47 4083 net optional mz_0.39-1.debian.tar.gz
 ffc1ef8a5dd5037ae69acd8376677662 170564 net optional mz_0.39-1_amd64.deb

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

iEYEARECAAYFAkuVGh0ACgkQ3DVS6DbnVgRIzACcCehsUuhu4ICc7reYHXTjeQoy
+c8An1iWnN1mHfB2pd4qgpileIEJLMvK
=EcdU
-END PGP SIGNATU

Bug#572920: #572920: mpg123 broken after libltdl3 upgrade

2010-03-08 Thread Michał Mirosław
I just verified, that removing cve-2009-3736.patch from series file and
rebuilding libltdl3 package fixes mpg123. That patch stops libltdl from
looking in CWD for .la files and that breaks mpg123 module loading.

In case of mpg123 it does:

chdir("/usr/lib/mpg123");
lt_dlopen("type_module.la");

BTW, when passing '-o /../X' mpg123 will happily lt_dlopen("type_/../X.la"),
but that's another story.

Best Regards,
Michał Mirosław



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



Processed: fixed 517792 in 1.1.14-6

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> fixed 517792 1.1.14-6
Bug #517792 {Done: Darren Salt } [xine-lib] 
CVE-2009-0698: integer overflow
There is no source info for the package 'xine-lib' at version '1.1.14-6' with 
architecture ''
Unable to make a source version for version '1.1.14-6'
Bug Marked as fixed in versions 1.1.14-6.
>
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#571512: marked as done (swap-cwm: FTBFS with Python 2.6 as default)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 16:17:50 +
with message-id 
and subject line Bug#571512: fixed in swap-cwm 1.2.1-4.1
has caused the Debian Bug report #571512,
regarding swap-cwm: FTBFS with Python 2.6 as default
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.)


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

Source: swap-cwm
Version: 1.2.1-4
Severity: important
User: debian-pyt...@lists.debian.org
Usertags: python2.6

Hello,

When rebuilt in an environment with Python 2.6 as the default version, 
your package failed to build from source. Here are the relevant parts of 
the build log:


| cd . && /usr/bin/python setup.py install 
--root="/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap" 
--no-compile -O0
[...]
| running install_scripts
| creating 
/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap/usr/local/bin
| copying build/scripts-2.6/cant.py -> 
/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap/usr/local/bin
| copying build/scripts-2.6/delta -> 
/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap/usr/local/bin
| copying build/scripts-2.6/cwm -> 
/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap/usr/local/bin
| changing mode of 
/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap/usr/local/bin/cant.py
 to 755
| changing mode of 
/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap/usr/local/bin/delta
 to 755
| changing mode of 
/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap/usr/local/bin/cwm
 to 755
| running install_egg_info
| Writing 
/build/user-swap-cwm_1.2.1-4-amd64-pLgW1x/swap-cwm-1.2.1/debian/python-swap/usr/local/lib/python2.6/dist-packages/cwm-1.2.1.egg-info
| dh_installdirs -pswap-cwm
| mkdir -p debian/swap-cwm/usr
| mv debian/python-swap/usr/bin debian/swap-cwm/usr/

If you need help with fixing this bug, don't hesitate to ask on 
#debian-python or debian-pyt...@lists.debian.org.


--
Jakub Wilk


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: swap-cwm
Source-Version: 1.2.1-4.1

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

python-swap_1.2.1-4.1_all.deb
  to main/s/swap-cwm/python-swap_1.2.1-4.1_all.deb
swap-cwm_1.2.1-4.1.diff.gz
  to main/s/swap-cwm/swap-cwm_1.2.1-4.1.diff.gz
swap-cwm_1.2.1-4.1.dsc
  to main/s/swap-cwm/swap-cwm_1.2.1-4.1.dsc
swap-cwm_1.2.1-4.1_all.deb
  to main/s/swap-cwm/swap-cwm_1.2.1-4.1_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 571...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sandro Tosi  (supplier of updated swap-cwm 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: Mon, 01 Mar 2010 15:58:28 +0100
Source: swap-cwm
Binary: python-swap swap-cwm
Architecture: source all
Version: 1.2.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard 
Changed-By: Sandro Tosi 
Description: 
 python-swap - Semantic Web Area for Play
 swap-cwm   - RDF/XML and RDF/N3 semantic web data processor
Closes: 571512
Changes: 
 swap-cwm (1.2.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules
 - added '--install-layout=deb' parameter to setup.py install call; thanks 
to
   Jakub Wilk for the report; Closes: #571512
   * debian/control
 - set b-d on python (instead of p-dev) and bump version to '>= 2.5.3-1~', 
to
   support install-layout
 - bump versioned b-d on cdbs and python-support to properly support Python
Checksums-Sha1: 
 00934871afdfdf34218dc64996f385a0dff91f18 1284 swap-cwm_1.2.1-4.1.dsc
 26f61a890005f8480c06e8cd35aeaba9a62ea658 20450 swap-cwm_1.2.1-4.1.diff.gz
 4cabb4bc803140ac0478b293f9ccb6e5d5eccbeb 408332 python-swap_1.2.1-4.1_all.deb
 a68c4dee8941bc4925d822461669da72b3b9923f 52252 swap-cwm_1.2.1-4.1_all.deb
Checksums-Sha256: 
 86d1b66e99cdb3cf9c4d8644acd84d7dad0ad83dda003ae79b45f554628e9c6a 1284 
swap-cwm_1.2.1-4.1.dsc
 52c00ff13357de4d70f02015f715db

Processed: londonlaw: diff for NMU version 0.2.1-11.1

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

> tag 571479 +pending
Bug #571479 [src:londonlaw] londonlaw: installs files to /usr/local with Python 
2.6 as default
Added tag(s) pending.
> usertag 571479 - nmu-fodder
Bug#571479: londonlaw: installs files to /usr/local with Python 2.6 as default
User is deb...@jwiltshire.org.uk
Usertags were: nmu-fodder +nmu-fodder.
Usertags are now: +nmu-fodder.
> 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#571479: londonlaw: diff for NMU version 0.2.1-11.1

2010-03-08 Thread Jonathan Wiltshire
tag 571479 +pending
usertag 571479 - nmu-fodder
thanks

Dear maintainer,

I've prepared an NMU for londonlaw (versioned as 0.2.1-11.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards,

--
Jonathan Wiltshire




diff -Nru londonlaw-0.2.1/debian/changelog londonlaw-0.2.1/debian/changelog
--- londonlaw-0.2.1/debian/changelog2009-11-21 19:03:15.0 +
+++ londonlaw-0.2.1/debian/changelog2010-03-08 15:16:50.0 +
@@ -1,3 +1,11 @@
+londonlaw (0.2.1-11.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't install to /usr/local when Python 2.6 is default (Closes: #571479)
+  * Increase minimum python-dev dependency to 2.5.3.1~.
+
+ -- Jonathan Wiltshire   Mon, 08 Mar 2010 14:57:06 
+
+
 londonlaw (0.2.1-11) unstable; urgency=low
 
   * Convert the package to source format 3.0
diff -Nru londonlaw-0.2.1/debian/control londonlaw-0.2.1/debian/control
--- londonlaw-0.2.1/debian/control  2009-11-21 17:12:26.0 +
+++ londonlaw-0.2.1/debian/control  2010-03-08 14:57:03.0 +
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Games Team 
 Uploaders: Bruno "Fuddl" Kleinert 
-Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-dev (>= 2.3), 
python-central (>= 0.5), texlive-fonts-recommended
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), python-dev (>= 
2.5.3.1~), python-central (>= 0.5), texlive-fonts-recommended
 Build-Depends-Indep: hevea, texlive-latex-extra
 Standards-Version: 3.8.3
 XS-Python-Version: all
diff -Nru londonlaw-0.2.1/debian/rules londonlaw-0.2.1/debian/rules
--- londonlaw-0.2.1/debian/rules2009-11-21 18:23:49.0 +
+++ londonlaw-0.2.1/debian/rules2010-03-08 09:55:07.0 +
@@ -5,7 +5,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_PYTHON_INSTALL_ARGS_ALL := --install-scripts=usr/games
+DEB_PYTHON_INSTALL_ARGS_ALL := --install-scripts=usr/games --install-layout=deb
 
 build/londonlaw::
make -C doc all



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



Bug#523475: Unfixed bugs in lenny version

2010-03-08 Thread Touko Korpela
Is #523475 and #517792 same bug? And is it still in 1.1.14-6 (lenny)?
Also #522811 seems unfixed too.



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



Bug#573041: solved (???)

2010-03-08 Thread Alberto Maurizi

Sorry but, although nothing has changed, now pppstatus works.
Cannot explain this behaviour. Sorry for filing a bug.
Alberto

-- 
Alberto Maurizi
m...@augh.net
http://www.augh.net




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



Processed: notfixed 517792 in 1.1.14-6

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> notfixed 517792 1.1.14-6
Bug #517792 {Done: Darren Salt } [xine-lib] 
CVE-2009-0698: integer overflow
There is no source info for the package 'xine-lib' at version '1.1.14-6' with 
architecture ''
Unable to make a source version for version '1.1.14-6'
Bug No longer marked as fixed in versions 1.1.14-6.
>
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#512740: marked as done (Sparc disk labels broken on LDOM and Parallel installs)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 8 Mar 2010 16:58:47 +
with message-id <20100308165847.ga2...@riva.ucam.org>
and subject line Re: Bug#512740: Sparc disk labels broken on LDOM and Parallel 
installs
has caused the Debian Bug report #512740,
regarding Sparc disk labels broken on LDOM and Parallel installs
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.)


-- 
512740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512740
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: parted
Architecture: i386
Version: 1.8.8.git.2008.03.24-11.1
Severity: grave
Tags: patch

I was exposed to this bug while trying to do a second install of
Debian into an LDOM, but its not the only way to trigger it...

Parted currently has a bug where if you try to install to more than
one disk at once (2 parallel installs), or on LDOM you try to install
more than one LDOM which has a physical disk as a backing device,
parted will trash the disk label, rendering the disk unusable until
you go and relabel it with the 'format' command in solaris.

Ubuntu got around this by applying a patch (written by David S. Miller
and Fabio M. Di Nitto who happen to do a lot of work on the sparc
Linux port).  This applies cleanly against the current Lenny source
package for parted (which means that the udeb can be rebuilt and
installs will be fixed.  From the patch description:

## sparc-new-label.dpatch by David S. Miller and
## Fabio M. Di Nitto 
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix sparc disk label generation. This is required for LDOM and
## DP: parallel installations with Solaris 10.

I've attached this as it applies cleanly so there's little maintainer
work (hopefully).

I've set the severity to grave as it causes data loss on the disk
you're installing on (if youre already using some partitions on that
disk for something else).  It also blocks install if its the second
disk you've installed Debian on (feel free to correct me!).

Thanks,

Mike.


--- End Message ---
--- Begin Message ---
Source: parted
Source-Version: 2.2-1

(Note that this is still in NEW, and is currently targeted at
experimental but we plan to move it to unstable soon; I'm
version-closing it while I remember.)

On Tue, Feb 09, 2010 at 06:54:39PM +0100, Frans Pop wrote:
> I've read through the patch, but must admit I don't understand it. What 
> seems to be missing is *how* exactly it fixes the problem.
> 
> And somehow I doubt this patch stands on its own. I would think that it is 
> a requirement for patches in other packages (such as partman). If that is 
> true, then testing the patch in isolation is not much use (as applying it 
> on its own would not fix the reported issue anyway).
> 
> Also, I question the definition of (unused?) tags for usr, var, home etc. 
> What's the purpose of that? How's that supposed to be used? Does it mean 
> you're not allowed to put e.g. /srv on a separate partition as there's no 
> tag for it?

In all honesty, the only reason I hadn't dropped this patch from Ubuntu
long ago was that I felt I'd have had to sit there and try to understand
it otherwise.  It definitely modified far more than it needed to in
order to get the job done, and as far as I know the original authors
never sent it upstream.

I'm not aware of any partman changes that were associated with this
change in Ubuntu.

Anyway, the patch non-trivially failed to apply on top of parted 2.2-1,
which forced the issue a bit, so I went and looked at it in more detail
than I had done previously, starting by stripping out non-essential
parts of the patch (renamed structures, added #defines, etc.).  It
turned out that there was nothing left!  The actual important part of
this change was applied upstream in 2.2, with this NEWS entry:

  sun: the version, sanity and nparts VTOC fields were ignored by libparted.
  Those fields are properly initialized now. The nparts (number of partitions)
  field is initialized to 8 (max. number of sun partitions) rather that to a
  real number of partitions. This solution is compatible with Linux kernel
  and Linux fdisk.

Thus I've dropped this patch from Ubuntu, with some relief, and we can
consider it fixed in Debian once parted 2.2-1 lands.

Cheers,

-- 
Colin Watson   [cjwat...@debian.org]

--- End Message ---


Processed: [bts-link] source package libopenraw

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

> #
> # bts-link upstream status pull for source package libopenraw
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #569788 (http://bugs.debian.org/569788)
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=26618
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> FIXED
> #  * closed upstream
> tags 569788 + fixed-upstream
Bug #569788 [libopenraw1] SEGFAULTs with an .orf image
Added tag(s) fixed-upstream.
> usertags 569788 - status-NEW
Bug#569788: SEGFAULTs with an .orf image
Usertags were: status-NEW.
Usertags are now: .
> usertags 569788 + status-RESOLVED resolution-FIXED
Bug#569788: SEGFAULTs with an .orf image
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#544373: gnome-screensaver: Kernel freeze / Keyboard input stops being accepted

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

> tag 544373 + moreinfo
Bug #544373 [gnome-screensaver] gnome-screensaver: Kernel freeze / Keyboard 
input stops being accepted
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#544373: gnome-screensaver: Kernel freeze / Keyboard input stops being accepted

2010-03-08 Thread Emilio Pozuelo Monfort
tag 544373 + moreinfo
thanks

Hi,

On 02/09/09 18:52, Josselin Mouette wrote:
> Le lundi 31 août 2009 à 01:57 +, kar...@brueckenschlaeger.de a
> écrit : 
>> Package: gnome-screensaver
>> Version: 2.22.2-2
>> Severity: critical
>> Justification: breaks unrelated software
>>
>> * After logging in to gnome, keyboard stops working or kernel freezes hard
>>
>> Steps to reproduce:
>> * Login to gdm
>> * trigger screensaver start (e.g. close laptop lid)
> 
>> This worked for me as well:
>> "Via ssh to the malfunctioning machine, I ran 'chvt 1'.  The console
>> properly switched to a text console, and the local keyboard worked fine
>> there.  Upon switching back to the X console, the local keyboard again
>> appeared to be completely dead.  This exercise could be repeated any
>> number of times with the same result." (415147#5)
> 
> This looks like some XKB issue to me. Please run gnome-screensaver in
> debug mode and report what it prints, there may be some useful hints.

Do you still have this problem? If so, can you provide the requested
information? To run gnome-screensaver in debug mode, use the --debug command
line option.

Cheers,
Emilio



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



Bug#569091: Uses obsolete V4L1 API

2010-03-08 Thread gregor herrmann
On Mon, 08 Mar 2010 07:30:18 +0200, Damyan Ivanov wrote:

> > seems invalid, the module is an interface for v4l, not v4l2, so this is at
> > best wishlist for a new module, certainly not a bug.
> > note that the suggested libv4l is supposed to work just fine with the module
> > (according to libv4l docs).
> So it seems to me we want to patch this so it uses v4l1_* functions 
> from libv4l? (http://hansdegoede.livejournal.com/3636.html pointed in 
> the initial bug message).

Ack, and it's probably not difficult for someone who speaks C.
 
> Or drop the package, but this will also bring down ivtv-utils, which 
> depends on V::C::V4L and has about 300 popcon score :/

Ack, I'd try to avoid the removal.
 

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Donovan: Wynken Blynken And Nod


signature.asc
Description: Digital signature


Bug#572923: signed integer overflow, maybe?

2010-03-08 Thread sean finney
hey folks,

just to throw something out there, the last time i ran into a bug like
this was a few weeks back with php, also with gcc 4.4 and also on arm.
turns out it was a case of signed integer overflow, which has undefined
consequences in runtime code.

looking through the code i see comments that show some awareness of this
but also some constants which are a bit suspicious.  namely, grep around
for -0x8000 and similar, which are invalid values for signed int32's,
etc.

i couldn't say that i'm confident that this actually is the problem, but
i think blaming the compiler really ought to be the last resort.  i'm
somewhat half-interestedly playing around with a compile on agricola atm,
if i find anything i'll be sure to share.


sean
-- 


signature.asc
Description: Digital signature


Processed: Merging with #564048

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

> tag 538298 - moreinfo
Bug #538298 [dolphin] dolphin: Dolphin freezes loading folder with many large 
files
Removed tag(s) moreinfo.
> tag 557403 - moreinfo
Bug #557403 [dolphin] dolphin becomes laggy and cpu load jumps when viewing 
hidden files in home folders
Removed tag(s) moreinfo.
> forcemerge 564048 538298 557403
Bug#564048: dolphin - crashes or long delays on startup (~20 mins)
Bug#538298: dolphin: Dolphin freezes loading folder with many large files
Bug#557403: dolphin becomes laggy and cpu load jumps when viewing hidden files 
in home folders
Forcibly Merged 538298 557403 564048.

> 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#557403: Merging with #564048

2010-03-08 Thread Kai Wasserbäch
tag 538298 - moreinfo
tag 557403 - moreinfo
forcemerge 564048 538298 557403
thanks

Hello,
on 2010-02-19 I've asked you for further information ([0]) regarding your bug
report. As of today (2010-03-08) I didn't receive any e-mail.

So I'm now judging from the already submitted information, which makes your bug
report look like #564048. This bug report cam after yours but had a more
detailed description, which is the reason why I've picked it as the "main" bug
for merging. If the assessment is right, then your bug corresponds to upstream
bug #223413 ([1]), which is still under investigation. As a workaround for the
moment, you might try to deactivate Anakondi and/or Nepomuk.

Kind regards,
Kai Wasserbäch


[0] Message-ID: <4b7edb4d.6060...@carbon-project.org>
[1] https://bugs.kde.org/show_bug.cgi?id=223413



-- 

Kai Wasserbäch (Kai Wasserbaech)

E-Mail: deb...@carbon-project.org
Jabber (debianforum.de): Drizzt
URL: http://wiki.debian.org/C%C3%B9ran
GnuPG: 0xE1DE59D2  0600 96CE F3C8 E733 E5B6 1587 A309 D76C E1DE 59D2
(http://pgpkeys.pca.dfn.de/pks/lookup?search=0xE1DE59D2&fingerprint=on&hash=on&op=vindex)



signature.asc
Description: OpenPGP digital signature


Bug#572920: #572920: mpg123 broken after libltdl3 upgrade

2010-03-08 Thread Daniel Kobras
merge 572920 561857
thanks

Hi!

On Mon, Mar 08, 2010 at 05:02:44PM +0100, Michał Mirosław wrote:
> I just verified, that removing cve-2009-3736.patch from series file and
> rebuilding libltdl3 package fixes mpg123. That patch stops libltdl from
> looking in CWD for .la files and that breaks mpg123 module loading.
> 
> In case of mpg123 it does:
> 
> chdir("/usr/lib/mpg123");
> lt_dlopen("type_module.la");
> 
> BTW, when passing '-o /../X' mpg123 will happily lt_dlopen("type_/../X.la"),
> but that's another story.

This was also reported as #561857, and is fixed in unstable and testing
already. I'll see to get an update in stable as well. As a workaround, mpg123
can be started like this in the meantime:

LD_LIBRARY_PATH=/usr/lib/mpg123 mpg123

Regards,

Daniel.



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



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

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

> # Mon Mar  8 19:03:14 UTC 2010
> # Tagging as pending bugs that are closed by packages in NEW
> # http://ftp-master.debian.org/new.html
> #
> # Source package in NEW: xsddiagram
> tags 571198 + pending
Bug #571198 [wnpp] ITP: xsddiagram -- XML Schema Definition (XSD) diagram viewer
Added tag(s) pending.
> # Source package in NEW: libtest-exit-perl
> tags 568147 + pending
Bug #568147 [wnpp] ITP: libtest-exit-perl -- Tests whether code exits without 
terminating testing
Added tag(s) pending.
> # Source package in NEW: maint-guide
> tags 544173 + pending
Bug #544173 [texmacs-common] session-menu incorrect bindings
Added tag(s) pending.
> # Source package in NEW: maint-guide
> tags 562325 + pending
Bug #562325 [src:maint-guide] maint-guide: FTBFS: debiandoc2latexps: ERROR: 
maint-guide.fr.dvi could not be generated properly
Added tag(s) pending.
> # Source package in NEW: maint-guide
> tags 572857 + pending
Bug #572857 [maint-guide] maint-guide: Minor cross-reference issue
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#573079: debian-edu-config: Building LTSP chroot fail when using CD without local component

2010-03-08 Thread Petter Reinholdtsen

package:  debian-edu-config
severity: serious
version:  1.436
User: debian-...@lists.debian.org
Usertags: debian-edu

When installing using the testing based netinst CD, generating the
LTSP chroot fail because apt is unable to fetch
file:/cdrom/dists/squeeze/local/binary-i386/Packages.gz.  The CD do
not have a local part, so apt should not really be looking for this
file.

I traced this to our LTSP overrides in
/usr/share/ltsp/plugins/ltsp-build-client/Debian-custom/015-edu-apt-source,
where we add the local component every time a CD is used.

The fix is probably to make this code conditional, by mounting the CD
and checking .disk/base_components or something similar to see if the
CD contain a local component.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#571791: Can this be still be reproduced?

2010-03-08 Thread Luca Capello
Hi Pierre!

On Sun, 07 Mar 2010 20:05:06 +0100, Marco Túlio Gontijo e Silva wrote:
> I installed the newest version of clisp and I got not problem in the
> configuration step.  Can anyone reproduce this bug?

I can not reproduce it in a clean squeeze chroot, setting the locale to
fr_FR.UTF8 as Pierre.  This does not mean that the bug is not a bug (or
is it solved), however.

Thx, bye,
Gismo / Luca


pgpxVosDWQmUv.pgp
Description: PGP signature


Bug#549581: marked as done (libcgroup: FTBFS: error: 'struct sigaction' has no member named 'sa_restorer')

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 19:49:48 +
with message-id 
and subject line Bug#549581: fixed in libcgroup 0.35-2
has caused the Debian Bug report #549581,
regarding libcgroup: FTBFS: error: 'struct sigaction' has no member named 
'sa_restorer'
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.)


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

Hi,

There was an error while trying to autobuild your package:

> Start Time: 20091002-1403

[...]

> Build-Depends: chrpath, quilt (>= 0.46-7), docbook-to-man, debhelper (>= 
> 7.0.50~), autotools-dev, bison, flex, libpam0g-dev

[...]

> Toolchain package versions: libc6.1-dev_2.9-27 linux-libc-dev_2.6.30-8 
> g++-4.3_4.3.4-4 gcc-4.3_4.3.4-4 binutils_2.19.91.20090927-1 
> libstdc++6_4.4.1-4 libstdc++6-4.3-dev_4.3.4-4
> 

[...]

> make[4]: Entering directory 
> `/build/buildd-libcgroup_0.34-1-alpha-hJZMvt/libcgroup-0.34/src/daemon'
> gcc -DHAVE_CONFIG_H -I. -I../.. -I ../../include-g -O2 -Wall -c 
> cgrulesengd.c
> cgrulesengd.c: In function 'main':
> cgrulesengd.c:1055: error: 'struct sigaction' has no member named 
> 'sa_restorer'
> make[4]: *** [cgrulesengd.o] Error 1
> make[4]: Leaving directory 
> `/build/buildd-libcgroup_0.34-1-alpha-hJZMvt/libcgroup-0.34/src/daemon'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory 
> `/build/buildd-libcgroup_0.34-1-alpha-hJZMvt/libcgroup-0.34/src'
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all] Error 2
> dh_auto_build: make returned exit code 2
> make: *** [build] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> make[2]: Leaving directory 
> `/build/buildd-libcgroup_0.34-1-alpha-hJZMvt/libcgroup-0.34'
> make[1]: Leaving directory 
> `/build/buildd-libcgroup_0.34-1-alpha-hJZMvt/libcgroup-0.34'

A full build log can be found at:
http://buildd.debian.org/build.php?arch=alpha&pkg=libcgroup&ver=0.34-1


Kurt



--- End Message ---
--- Begin Message ---
Source: libcgroup
Source-Version: 0.35-2

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

cgroup-bin_0.35-2_amd64.deb
  to main/libc/libcgroup/cgroup-bin_0.35-2_amd64.deb
libcgroup-dev_0.35-2_amd64.deb
  to main/libc/libcgroup/libcgroup-dev_0.35-2_amd64.deb
libcgroup1_0.35-2_amd64.deb
  to main/libc/libcgroup/libcgroup1_0.35-2_amd64.deb
libcgroup_0.35-2.diff.gz
  to main/libc/libcgroup/libcgroup_0.35-2.diff.gz
libcgroup_0.35-2.dsc
  to main/libc/libcgroup/libcgroup_0.35-2.dsc
libpam-cgroup_0.35-2_amd64.deb
  to main/libc/libcgroup/libpam-cgroup_0.35-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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jon Bernard  (supplier of updated libcgroup 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: Mon, 08 Mar 2010 14:28:53 -0500
Source: libcgroup
Binary: libcgroup-dev libcgroup1 libpam-cgroup cgroup-bin
Architecture: source amd64
Version: 0.35-2
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard 
Changed-By: Jon Bernard 
Description: 
 cgroup-bin - Tools to control and monitor control groups
 libcgroup-dev - Development libraries to develop applications that utilize 
contro
 libcgroup1 - A library to control and monitor control groups
 libpam-cgroup - A PAM module to move a user session into a cgroup
Closes: 549581
Changes: 
 libcgroup (0.35-2) unstable; urgency=low
 .
   * Use memset to initialize sigaction struct (Closes: #549581)
Checksums-Sha1: 
 cd89b2ae1ce942883e44727d457c6490287f9d8c 1123 libcgroup_0.35-2.dsc
 95a8679df905dd0e403671c80ff735417e5fa772 9041 libcgroup_0.35-2.diff.gz
 c9691f6354555f94e9bf903d856f941739bb979a 8730 libcgroup-dev_0.35-2_amd64.deb
 b8a7ac26a6878f346fd7a6acfc8a0eb44dbe2123 35844 libcgroup1_0.35-2_amd64.deb
 c6e8e2f9bc479de9202b765fd4688e01a2860e21 6368 libpam-cgroup_0.35-2_amd64.deb
 1afb30acdf52b03989a7257c4c1623b37cc07aa3 57110 cgroup-bin_0.35-2_amd64.deb
Checksums-Sha256: 
 a51368b6a8300083bd8c5ef2c61ebcd12c4a7f81a103c4054c33a90d884acdab 1123 
libcgroup_0.35-2.d

Bug#569101: marked as done (Uses obsolete V4L1 API)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 8 Mar 2010 20:49:18 +0100
with message-id <8b2d7b4d1003081149q32f687b1w7c982f46d258e...@mail.gmail.com>
and subject line Package removed from Debian unstable
has caused the Debian Bug report #569101,
regarding Uses obsolete V4L1 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.)


-- 
569101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libv4l-ruby1.8
Version: 0.1.2-4
Severity: serious

The V4L1 API is obsolete and does not work with most new V4L drivers.
libv4l can be used as an emulation layer; see
.

Ben.

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

Kernel: Linux 2.6.32-2-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/dash


--- End Message ---
--- Begin Message ---
Version: 0.1.2-4+rm

Package removed from Debian unstable: http://bugs.debian.org/569105

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi

--- End Message ---


Processed: tagging 572920

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> tags 572920 lenny
Bug #572920 [mpg123] libltdl3: Security update breaks mpg123
Added tag(s) lenny.
>
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#573087: unsuitable for squeeze

2010-03-08 Thread Enrico Tassi
Package: luajit
Version: 2.0.0~beta2+dfsg2-3
Severity: serious

Luajit is still in beta stage, and thus, according with the upstream,
unsuitable to be released with Debian squeeze.


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

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

Versions of packages luajit depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.3-3  GCC support library
ii  libluajit-5.1-common  2.0.0~beta3+dfsg-2 Just in time compiler for Lua - co

luajit recommends no packages.

luajit suggests no packages.

-- no debconf information

-- 
Enrico Tassi



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



Processed: xbubble: FTBFS: game.c:190: error: declaration of 'round' shadows a global declaration

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

> tags 552885 patch
Bug #552885 [src:xbubble] xbubble: FTBFS: game.c:190: error: declaration of 
'round' shadows a global declaration
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#552885: xbubble: FTBFS: game.c:190: error: declaration of 'round' shadows a global declaration

2010-03-08 Thread Ilya Barygin
tags 552885 patch
thanks

Some variables just need to be renamed.
https://launchpad.net/ubuntu/+source/xbubble/0.5.11.2-3ubuntu2

only in patch2:
unchanged:
--- xbubble-0.5.11.2.orig/src/xbubble.c
+++ xbubble-0.5.11.2/src/xbubble.c
@@ -116,7 +116,7 @@
 }
 
 static void play_match( enum GameMode mode, int *handicap, enum Level level ) {
-  int round;
+  int round_xb;
   int done;
   int score[2];
   int games[2]  = { 0, 0 };
@@ -132,10 +132,10 @@
 score[0] = 0;
 score[1] = 0;
 done = 0;
-for ( round = 1; !done; round++ ) {
+for ( round_xb = 1; !done; round_xb++ ) {
   /* preload bubbles */
   create_randome_level(5);
-  game = new_game( mode, ruleset, colors, round, score, level);
+  game = new_game( mode, ruleset, colors, round_xb, score, level);
   result = play_game(game);
   done = score[1]==2 || score[0]==2 || result == ABORTED;
//not_done= (!(((score[1]>=5)&&(score[1]-score[0]>1)) || 
only in patch2:
unchanged:
--- xbubble-0.5.11.2.orig/src/game.h
+++ xbubble-0.5.11.2/src/game.h
@@ -23,7 +23,7 @@
 Game new_game( enum GameMode mode,
   RuleSet_t *ruleset,
   int *colors,
-  int round,
+  int round_xb,
   int *score,
   enum Level level );
 
only in patch2:
unchanged:
--- xbubble-0.5.11.2.orig/src/game.c
+++ xbubble-0.5.11.2/src/game.c
@@ -187,7 +187,7 @@
 Game new_game( enum GameMode mode,
   RuleSet_t *ruleset,
   int *colors,
-  int round,
+  int round_xb,
   int *score,
   enum Level level ) {
 
@@ -200,7 +200,7 @@
   game->state = PLAYING;
   game->mode = mode;
   game->score = score;
-  game->round = round;
+  game->round = round_xb;
   for ( i = 0; i < 2; i++ ) {
 game->player_left[i] = 0;
 game->player_right[i] = 0;



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



Bug#573093: `pa_xmalloc' implicitly converted to pointer

2010-03-08 Thread dann frazier
Source: libao
Version: 0.8.8-5.1
Severity: serious
Usertags: implicit-pointer-conversion
Tags: patch

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `pa_xmalloc' implicitly converted to pointer at 
../../../../src/plugins/pulse/ao_pulse.c:90

This is often due to a missing function prototype definition.
For more information, see [2].

Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
--- libao-0.8.8/src/plugins/pulse/ao_pulse.c.orig	2010-03-08 14:03:55.254880643 -0700
+++ libao-0.8.8/src/plugins/pulse/ao_pulse.c	2010-03-08 14:02:22.011885043 -0700
@@ -30,6 +30,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 #include 


Bug#546714: BUG in agp_generic_create_gatt_table

2010-03-08 Thread Samuel Fogh
> Just want to notice you that I have solved my problem by adding sisfb
> to /etc/modules .

"""Quote from: http://www.winischhofer.eu/linuxsispart1.shtml#21
The SiS DRM driver has been updated and features a memory manager of its own 
which will be used instead if sisfb is not activated in the kernel configuration
"""

If this is still the case then the drm driver would depend on sisfb because of 
the memory manager. If this is what happens then the problem might be found 
within the sis (DRM module) memory manager where the memory manager is 
different depending on if sisfb was compiled with the kernel or not. It could 
create trouble if these defines in sis assume that sisfb is loaded if it is 
compiled as a module with the kernel. If you want to avoid using sisfb you 
could try to compile your kernel without the sisfb driver at all, which would 
make the DRM module not depend on sisfb. It would be interesting to see if that 
also solved your problem, or if the bug is somewhere else.

About sis-agp crashing. Does it crash if you put the line
sis-agp agp_sis_force_delay=1
in /etc/modules?

-- 
Samuel Fogh 



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



Processed: nsd3: diff for NMU version 3.2.4-1.1

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

> tag 570160 + pending
Bug #570160 [nsd3] nsd3: Installation fails because of missing 
/etc/nsd3/nsd.conf
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#570160: nsd3: diff for NMU version 3.2.4-1.1

2010-03-08 Thread gregor herrmann
tag 570160 + pending
thanks

Dear maintainer,

I've prepared an NMU for nsd3 (versioned as 3.2.4-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Ostbahn-Kurti & Die Chefpartie: Stadt aus Sta
diff -Nru nsd3-3.2.4/debian/changelog nsd3-3.2.4/debian/changelog
--- nsd3-3.2.4/debian/changelog	2010-01-25 16:41:40.0 +0100
+++ nsd3-3.2.4/debian/changelog	2010-03-08 22:43:12.0 +0100
@@ -1,3 +1,14 @@
+nsd3 (3.2.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "Installation fails because of missing /etc/nsd3/nsd.conf"; apply
+patch from martin f krafft (closes: #570160).
+  * Fix lintian errors: add $remote_fs to required-start and -stop in the init
+script. (The other lintian error about /var/run/nsd3/ looks bogus as this
+directory is re-created in the init script anyway.)
+
+ -- gregor herrmann   Mon, 08 Mar 2010 22:30:10 +0100
+
 nsd3 (3.2.4-1) unstable; urgency=low
 
   * New upstream version 3.2.4
diff -Nru nsd3-3.2.4/debian/init nsd3-3.2.4/debian/init
--- nsd3-3.2.4/debian/init	2010-01-25 16:41:40.0 +0100
+++ nsd3-3.2.4/debian/init	2010-03-08 22:34:41.0 +0100
@@ -1,8 +1,8 @@
 #!/bin/sh -e
 ### BEGIN INIT INFO
 # Provides:  nsd3
-# Required-Start:$syslog
-# Required-Stop: $syslog
+# Required-Start:$syslog $remote_fs
+# Required-Stop: $syslog $remote_fs
 # Should-Start:  $local_fs
 # Should-Stop:   $local_fs
 # Default-Start: 2 3 4 5
@@ -26,14 +26,18 @@
 log_end_msg $?
 }
 
-case "$(nsd_cfg pidfile)" in
-/var/run/nsd3/*)
-mkdir -p /var/run/nsd3 && chown "$(nsd_cfg username nsd)" /var/run/nsd3
-;;
-esac
-
 case "$1" in
 start)
+if test \! -f /etc/nsd3/nsd.conf; then
+log_begin_msg "Not starting nsd3 due to missing configuration file."
+log_end_msg 0
+exit 0
+fi
+case "$(nsd_cfg pidfile)" in
+/var/run/nsd3/*)
+mkdir -p /var/run/nsd3 && chown "$(nsd_cfg username nsd)" /var/run/nsd3
+;;
+esac
 if test \! -f "$(nsd_cfg database /var/lib/nsd3/nsd.db)"; then
 nsdc_log rebuild "Building nsd3 zones..."
 fi


signature.asc
Description: Digital signature


Bug#572949: marked as done (Sourceless .class files in the orig tarball (and possibly in the final jar too))

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 21:56:36 +
with message-id 
and subject line Bug#572949: fixed in jsymphonic 0.3.0beta+svn321-1
has caused the Debian Bug report #572949,
regarding Sourceless .class files in the orig tarball (and possibly in the 
final jar too)
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.)


-- 
572949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572949
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: jsymphonic
Version: 0.3.0beta+svn320-1
Severity: grave

  src/lib/swing-layout-1.0.3/org/jdesktop/layout/GroupLayout$Group.class
and others are sourceless class files in the original tarball. They
must be replaced by already packaged things, such as
libswing-layout-java and others...

  Vincent   


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

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

Versions of packages jsymphonic depends on:
ii  default-jre [java6-runtime]  1.6-34  Standard Java or Java compatible R
ii  java-wrappers0.1.15  wrappers for java executables
ii  libswing-layout-java 1.0.4-1 Extensions to Swing layout
ii  openjdk-6-jre [java6-runtime 6b18~pre1-3 OpenJDK Java runtime, using Hotspo

Versions of packages jsymphonic recommends:
ii  ffmpeg 5:0.5+svn20100208-0.1 audio/video encoder, streaming ser

Versions of packages jsymphonic suggests:
ii  pmount0.9.20-2   mount removable devices as normal 

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: jsymphonic
Source-Version: 0.3.0beta+svn321-1

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

jsymphonic_0.3.0beta+svn321-1.debian.tar.gz
  to main/j/jsymphonic/jsymphonic_0.3.0beta+svn321-1.debian.tar.gz
jsymphonic_0.3.0beta+svn321-1.dsc
  to main/j/jsymphonic/jsymphonic_0.3.0beta+svn321-1.dsc
jsymphonic_0.3.0beta+svn321-1_all.deb
  to main/j/jsymphonic/jsymphonic_0.3.0beta+svn321-1_all.deb
jsymphonic_0.3.0beta+svn321.orig.tar.bz2
  to main/j/jsymphonic/jsymphonic_0.3.0beta+svn321.orig.tar.bz2



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

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

Debian distribution maintenance software
pp.
Vincent Fourmond  (supplier of updated jsymphonic 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: Mon, 08 Mar 2010 21:44:53 +0100
Source: jsymphonic
Binary: jsymphonic
Architecture: source all
Version: 0.3.0beta+svn321-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 

Changed-By: Vincent Fourmond 
Description: 
 jsymphonic - File manager for Sony's MP3 players
Closes: 572949
Changes: 
 jsymphonic (0.3.0beta+svn321-1) unstable; urgency=medium
 .
   * New SVN snapshot (though not the most recent one), now getting rid of
 precompiled classes (closes: #572949)
   * Switching to source format 3.0 (quilt)
   * Updated watchfile to correctly detect newer versions (note that the
 newer version hasn't been packaged yet)
   * Urgency medium to fix RC bug in testing
   * Updated the debian/get-orig-svn to be more verbose about what it
 removes and to remove precompiled .class files
   * Conforms to standards 3.8.4
   * Dropping build-depends on dpatch, now useless
   * Dropping debian/README.source, now useless too
Checksums-Sha1: 
 b062cde80a282dc0e1f66e005fcabd8b6e9eda58 1412 jsymphonic_0.3.0beta+svn321-1.dsc
 668d5e73996f344aece25a078f759728cb836ac7 581978 
jsymphonic_0.3.0beta+svn321.orig.tar.bz2
 07767362ec737f9884bb06dd752da1b966040566 10216 
jsymphonic_0.3.0beta+svn321-1.debian.tar.gz
 88013d613ea181943d219382ceb579cf15ea118d 1014274 
jsymphonic_0.3.0beta+svn321-1_all.deb
Checksums-Sha256: 
 37db9f725d0f2a1770754ffc798da556adbb5c6a95dc3f429b3df6ea6de63470 1412 
jsymphonic_0.3.0beta+svn321-1.dsc
 717cbf1ae8f0569552560b47ab28ea2591bb64fe2bf7fcd9c954aa4eb21ac551 581978 
jsymphonic_0.3.0beta+svn321.orig.tar.bz2
 942a9ee8c32afb1

Bug#569929: marked as done (fails to install due to incorrect dependencies in init.d LSB header)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 22:01:04 +
with message-id 
and subject line Bug#569929: fixed in rotter 0.8-3
has caused the Debian Bug report #569929,
regarding fails to install due to incorrect dependencies in init.d LSB header
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.)


-- 
569929: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569929
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rotter
Version: 0.8-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

Hi, 

during a test with piuparts I noticed your package failed to install due to 
incorrect dependencies in the init.d LSB header. Some debian notes are 
available from at http://wiki.debian.org/LSBInitScripts

From the attached log (scroll to the bottom...):

  Setting up rotter (0.8-2) ...
  insserv: Service jackd has to be enabled to start service rotter
  insserv: exiting now!
  update-rc.d: error: insserv rejected the script header
  dpkg: error processing rotter (--configure):
   subprocess installed post-installation script returned error exit status 1
  Errors were encountered while processing:
   rotter
  E: Sub-process /usr/bin/dpkg returned an error code (1)


regards,
Holger
Start: 2010-02-14 04:07:28 UTC

Package: rotter
Priority: optional
Section: sound
Installed-Size: 144
Maintainer: Debian Multimedia Maintainers 
Architecture: amd64
Version: 0.8-2
Depends: libc6 (>= 2.3), libjack0 (>= 0.118+svn3796), libsndfile1 (>= 1.0.20), libtwolame0, jackd
Filename: pool/main/r/rotter/rotter_0.8-2_amd64.deb
Size: 20658
MD5sum: 7e09a0bb8dba57d1498aa0cca6c6389a
SHA1: ad385b5a2cca65da8563fffacf94b1d1547b7702
SHA256: 6f45d9d543fc661a12cdda444ccb7fb78e4f24aafaad5caa2aae12793b1d94b7
Description: JACK client for transmission recording and audio logging
 Rotter is a Recording of Transmission / Audio Logger for JACK. It was
 designed for use by radio stations, who are legally required to keep
 a recording of all their output. Rotter runs continuously, writing to
 a new file every hour.
Homepage: http://www.aelius.com/njh/rotter/

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ rotter
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.39~201001251339 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ rotter
0m0.0s INFO: Running on: Linux piatti 2.6.32.8-dsa-amd64 #1 SMP Tue Feb 9 16:32:44 CET 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmp0SJdij
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmp0SJdij
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmp0SJdij', '-zxf', 'sid.tar.gz']
0m1.8s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmp0SJdij', '-zxf', 'sid.tar.gz']
0m1.8s DEBUG: Created policy-rc.d and chmodded it.
0m1.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmp0SJdij', 'apt-get', 'update']
0m3.8s DUMP: 
  Get:1 http://piatti.debian.org sid Release.gpg [835B]
  Get:2 http://piatti.debian.org sid Release [104kB]
  Ign http://piatti.debian.org sid/main Packages/DiffIndex
  Ign http://piatti.debian.org sid/contrib Packages/DiffIndex
  Ign http://piatti.debian.org sid/non-free Packages/DiffIndex
  Ign http://piatti.debian.org sid/main Packages
  Ign http://piatti.debian.org sid/contrib Packages
  Ign http://piatti.debian.org sid/non-free Packages
  Get:3 http://piatti.debian.org sid/main Packages [8457kB]
  Get:4 http://piatti.debian.org sid/contrib Packages [66.5kB]
  Get:5 http://piatti.debian.org sid/non-free Packages [131kB]
  Fetched 8759kB in 1s (8384kB/s)
  Reading package lists...
0m3.8s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmp0SJdij', 'apt-get', 'update']
0m3.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org

Bug#562357: marked as done (haskell98-report: FTBFS: ! LaTeX Error: File `version.sty' not found.)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Mon, 08 Mar 2010 22:24:45 +
with message-id 
and subject line Bug#562357: fixed in haskell98-report 20080907-1
has caused the Debian Bug report #562357,
regarding haskell98-report: FTBFS: ! LaTeX Error: File `version.sty' not found.
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.)


-- 
562357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562357
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: haskell98-report
Version: 20030706-3.1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091213 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[1]: Entering directory 
> `/build/user-haskell98-report_20030706-3.1-amd64-WKF9Py/haskell98-report-20030706/ffi'
> TEXINPUTS=../styles: latex ffi.tex
> This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
>  restricted \write18 enabled.
> entering extended mode
> (./ffi.tex
> LaTeX2e <2009/09/24>
> Babel  and hyphenation patterns for english, usenglishmax, dumylang, 
> noh
> yphenation, loaded.
> (/usr/share/texmf-texlive/tex/latex/base/article.cls
> Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
> (/usr/share/texmf-texlive/tex/latex/base/size10.clo))
> (/usr/share/texmf-texlive/tex/latex/ltxmisc/a4wide.sty
> (/usr/share/texmf-texlive/tex/latex/ntgclass/a4.sty)) (../styles/grammar.sty
> (/usr/share/texmf-texlive/tex/latex/base/ifthen.sty))
> 
> ! LaTeX Error: File `version.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.128 \usepackage
>  {url}^^M
> No pages of output.
> Transcript written on ffi.log.
> make[1]: *** [ffi.ps] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/13/haskell98-report_20030706-3.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: haskell98-report
Source-Version: 20080907-1

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

haskell98-report_20080907-1.debian.tar.gz
  to main/h/haskell98-report/haskell98-report_20080907-1.debian.tar.gz
haskell98-report_20080907-1.dsc
  to main/h/haskell98-report/haskell98-report_20080907-1.dsc
haskell98-report_20080907-1_all.deb
  to main/h/haskell98-report/haskell98-report_20080907-1_all.deb
haskell98-report_20080907.orig.tar.gz
  to main/h/haskell98-report/haskell98-report_20080907.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 562...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco Túlio Gontijo e Silva  (supplier of updated 
haskell98-report 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: Mon, 08 Mar 2010 15:44:25 -0300
Source: haskell98-report
Binary: haskell98-report
Architecture: source all
Version: 20080907-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 

Changed-By: Marco Túlio Gontijo e Silva 
Description: 
 haskell98-report - The Haskell 98 Language and Libraries Revised Report & 
addenda
Closes: 562357
Changes: 
 haskell98-report (20080907-1) unstable; urgency=low
 .
   * New upstream version, including changes in .diff.gz in upstream
 source package.
   * debian/control: Use only Build-Depends-Indep, except for debhelper.
   * Fix "FTBFS: ! LaTeX Error: File `version.sty' not found." including
 Build-Depends: in texlive-latex-extra. (Closes: #562357)
   * Use compat 7.
   * debian/control: Use ${misc:Depends}.
   * debian/control: Addopt by the Debian Haskell Group.
   * source/form

Bug#572184: php-htmlpurifier: FTBFS without Internet access

2010-03-08 Thread Christian Bayle


Hi, I'm working on this, but didn't find yet how to properly add a pear
source, without internet connectivity

Christian

On 02/03/2010 08:04, Ilya Barygin wrote:

Package: php-htmlpurifier
Version: 4.0.0-2
Severity: serious
Justification: no longer builds from source

php-htmlpurifier fails to build from source without Internet access,
trying to connect to htmlpurifier.org. From the build log:

   






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



Bug#570500: svn-workbench: diff for NMU version 1.6.2-1.1

2010-03-08 Thread Johann Felix Soden
tags 570500 + patch
thanks

I have prepared an NMU for svn-workbench (versioned as 1.6.2-1.1) and
am searching for a sponsor.

Best regards,
 Johann Felix Soden
diff -u svn-workbench-1.6.2/debian/changelog svn-workbench-1.6.2/debian/changelog
--- svn-workbench-1.6.2/debian/changelog
+++ svn-workbench-1.6.2/debian/changelog
@@ -1,3 +1,10 @@
+svn-workbench (1.6.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix crash without locale. Closes: #570500.
+
+ -- Johann Felix Soden   Mon, 08 Mar 2010 23:49:26 +0100
+
 svn-workbench (1.6.2-1) unstable; urgency=low
 
   * New upstream version.
only in patch2:
unchanged:
--- svn-workbench-1.6.2.orig/Source/wb_app.py
+++ svn-workbench-1.6.2/Source/wb_app.py
@@ -92,8 +92,10 @@
 
 if sys.platform == 'win32':
 languages = [locale.getdefaultlocale()[0]]
-else:
+elif locale.getlocale()[0]:
 languages = [locale.getlocale()[0]]
+else:
+languages = []
 
 locale_path = wb_platform_specific.getLocalePath( self )
 


Processed: svn-workbench: diff for NMU version 1.6.2-1.1

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

> tags 570500 + patch
Bug #570500 [svn-workbench] svn-workbench: crash on start: AttributeError: 
'NoneType' object has  no attribute 'lower'
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#572048: Happens on new installations, too

2010-03-08 Thread Josef Spillner (kuarepoti-dju.net)
> may you try 6b18~pre1-4, please?

Works fine for me, tested on two amd64 systems which previously failed:
6b17-1.7-1 and 6b17~pre3-1.




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



Bug#564371: marked as done (poker-engine: FTBFS: tests fail, apparently randomly)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Tue, 09 Mar 2010 00:34:10 +
with message-id 
and subject line Bug#564371: fixed in poker-engine 1.3.5-1
has caused the Debian Bug report #564371,
regarding poker-engine: FTBFS: tests fail, apparently randomly
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.)


-- 
564371: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564371
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: poker-engine
Version: 1.3.4-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-2010-01-08 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> make[3]: Entering directory 
> `/build/user-poker-engine_1.3.4-1-amd64-zqUEbM/poker-engine-1.3.4/tests'
> PASS: coverage-reset
> ERROR history2messages ignored empty showdown_stack
> --
> Ran 135 tests in 156.138s
> 
> OK
> PASS: test-game.py
> --
> Ran 16 tests in 0.023s
> 
> OK
> PASS: test-gamehistory.py
> --
> Ran 4 tests in 0.383s
> 
> OK
> PASS: test-i18n.py
> --
> Ran 18 tests in 0.004s
> 
> OK
> PASS: test-pokercards.py
> --
> Ran 13 tests in 0.005s
> 
> OK
> PASS: test-pokerchips.py
> --
> Ran 15 tests in 0.046s
> 
> OK
> PASS: test-pokerengineconfig.py
> --
> Ran 17 tests in 0.006s
> 
> OK
> PASS: test-pokerplayer.py
> --
> Ran 3 tests in 0.011s
> 
> OK
> PASS: test-pokerprizes.py
> --
> Ran 2 tests in 0.001s
> 
> OK
> PASS: test-pokerrake.py
> --
> Ran 25 tests in 4.406s
> 
> OK
> PASS: test-pokertournament.py
> --
> Ran 15 tests in 0.006s
> 
> OK
> PASS: test-version.py
> --
> Ran 2 tests in 0.180s
> 
> OK
> PASS: history.py
> --
> Ran 1 test in 0.066s
> 
> OK
> PASS: deal.py
> --
> Ran 2 tests in 0.523s
> 
> OK
> PASS: positions.py
> --
> Ran 11 tests in 23.541s
> 
> OK
> PASS: tournament.py
> --
> Ran 9 tests in 0.137s
> 
> OK
> PASS: allin.py
> --
> Ran 2 tests in 0.005s
> 
> OK
> PASS: chips.py
> --
> Ran 13 tests in 17.560s
> 
> OK
> PASS: blinds.py
> --
> Ran 2 tests in 0.165s
> 
> OK
> PASS: sit.py
> sending incremental file list
> ./
> poker..01-.02-no-limit.xml
> poker..01-.02-pot-limit.xml
> poker..02-.04-limit.xml
> poker..02-.04-no-limit.xml
> poker..02-.04-pot-limit.xml
> poker..02..04-limit.xml
> poker..05-.10-limit.xml
> poker..05-.10-no-limit.xml
> poker..05-.10-pot-limit.xml
> poker..05..10-limit.xml
> poker..10-.25-limit.xml
> poker..10-.25-no-limit.xml
> poker..10-.25-pot-limit.xml
> poker..25-.50-limit.xml
> poker..25-.50-no-limit.xml
> poker..25-.50-pot-limit.xml
> poker..25..50-limit.xml
> poker..50-1-limit.xml
> poker..50-1-no-limit.xml
> poker..50-1-pot-limit.xml
> poker..50.1-limit.xml
> poker.0-0-limit.xml
> poker.1-2-limit.xml
> poker.1-2-no-limit.xml
> poker.1-2-pot-limit.xml
> poker.10-15-limit.xml
> poker.10-15-pot-limit.xml
> poker.10-20-limit.xml
> poker.10-20-no-limit.xml
> poker.10-20-pot-limit.xml
> poker.100-200-limit.xml
> poker.100-200-no-limit.xml
> poker.100-200-pot-limit.xml
> poker.15-30-limit.xml
> poker.150-300-limit.xml
> poker.2-4-limit.xml
> poker.2-4-no-limit.xml
> poker.2-4-pot-limit.xml
> poker.200-400-limit.xml
> poker.3-6-limit.xml
> poker.3-6-no-limit.xml
> poker.3-6-pot-limit.xml
> poker.30-60-limit.xml
> poker.30-60-no-limit.xml
> poker.30-60-pot-limit.xml
> poker.4-8-limit.xml
> poker.5-10-limit.xml
> poker.5-1

Processed: tagging 536453, tagging 566538, tagging 567469, tagging 567884, tagging 570340, tagging 572302 ...

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> tags 536453 pending
Bug #536453 [grub-common] add configuration support for `set gfxpayload=...'
Bug #538099 [grub-common] enable GFXPAYLOAD on /etc/default/grub
Bug #557130 [grub-common] grub2: update-grub do not works with gfxpayload
Bug #562036 [grub-common] grub-pc: Add support for GFXPAYLOAD same as for 
GFXMODE
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
> tags 566538 pending
Bug #566538 [grub-pc] errors may cause menuentry to abort
Added tag(s) pending.
> tags 567469 pending
Bug #567469 [grub2] [grub2] Installation fails because of an unknown filesystem
Added tag(s) pending.
> tags 567884 pending
Bug #567884 [grub-pc] grub-pc: upgrade to 1.98~20100128-1 fails with message 
grub-probe: error: physical volume pv1 not found: Auto-detection of a 
filesystem module failed.
Added tag(s) pending.
> tags 570340 pending
Bug #570340 [grub2] grub2: Please add a GRUB_INIT_TUNE example
Added tag(s) pending.
> tags 572302 pending
Bug #572302 [grub-common] even blank lines in grub.cfg are also syntax errors 
these days
Added tag(s) pending.
> tags 572854 pending
Bug #572854 [grub2] grub-emu linked with libusb-dev
Added tag(s) pending.
> tags 572898 pending
Bug #572898 [grub-pc] grub: New upstream version 1.98
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



Processed: reassign 572420 to libsdl1.2debian

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

> # Automatically generated email from bts, devscripts version 2.10.35lenny7
> reassign 572420 libsdl1.2debian 1.2.14-4
Bug #572420 [supertux] supertux: PowerPC G3 crash with "Illegal Instruction"
Bug reassigned from package 'supertux' to 'libsdl1.2debian'.
Bug No longer marked as found in versions supertux/0.1.3-1.2.
Bug #572420 [libsdl1.2debian] supertux: PowerPC G3 crash with "Illegal 
Instruction"
Bug Marked as found in versions libsdl1.2/1.2.14-4.
>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Changed bug reverity

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

> severity 571686 grave
Bug #571686 [bbdb] Doesn't work with 'error: (void-function 
bbdb-insinuate-gnus)'
Severity set to 'grave' from 'normal'

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#572706: scidavis: SciDavis dies after showing splash screen

2010-03-08 Thread Ruben Molina
El vie, 05-03-2010 a las 13:49 -0600, Peter Hombach escribió:
> Program installs without a problem, but dies when I try to run it. 
> There is no error message and no trace in any log.

Hi Peter,

Thanks for your report, but I'm afraid I'm unable to reproduce it.
Can you please try to trace the crash or provide more information?
Thank you.

Regards,
  Ruben



signature.asc
Description: Esta parte del mensaje está firmada digitalmente


Bug#571442: [libxine1] [regression] xine audio output level too low, cannot increase audio output level : problem persisting in libxine_1.1.18.1-1

2010-03-08 Thread Roland Eggner
Package:  libxine1
Version:  1.1.18.1-1

update to libxine1_1.1.18.1-1 leaves the problem UNMODIFIED:
xine audio output level too low
in xine gui I cannot increase audio output level via keyboard
in xine gui I cannot increase audio output level via menu command
-> sorry, libxine1_1.1.18.1-1 is UNUSABLE for me
-> downgrade to libxine1_1.1.17-1 = last version known to work flawlessly
dpkg -i /var/cache/apt/archives/libxine1*_1.1.17-1_i386.deb

grep status\ installed\ libxine1 /var/log/dpkg.log
# 
2010-03-09 03:09:57 status installed libxine1-bin 1.1.18.1-1
2010-03-09 03:10:09 status installed libxine1-x 1.1.18.1-1
2010-03-09 03:57:24 status installed libxine1-ffmpeg 1.1.18.1-1
2010-03-09 03:57:26 status installed libxine1-misc-plugins 1.1.18.1-1
2010-03-09 03:57:26 status installed libxine1-plugins 1.1.18.1-1
2010-03-09 03:57:26 status installed libxine1-console 1.1.18.1-1
2010-03-09 03:57:26 status installed libxine1 1.1.18.1-1
2010-03-09 04:05:02 status installed libxine1-bin 1.1.17-1
2010-03-09 04:05:10 status installed libxine1-misc-plugins 1.1.17-1
2010-03-09 04:05:11 status installed libxine1-x 1.1.17-1
2010-03-09 04:05:11 status installed libxine1-console 1.1.17-1
2010-03-09 04:05:11 status installed libxine1-ffmpeg 1.1.17-1
2010-03-09 04:05:11 status installed libxine1 1.1.17-1
# 


is there a possibility to tell this BTS, that this is a bugreport against 
libxine1_1.1.17-1+b1 and libxine1_1.1.18.1-1 and NOT against 
libxine1_1.1.17-1 ?

-- 
Roland Eggner


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


Bug#573119: libmenu-cache1: dpkg --unpack failed: package tries to overwrite files of libmenu-cache0

2010-03-08 Thread Sergey Korobitsin
Package: libmenu-cache1
Severity: grave
Justification: renders package unusable

I've tried to install libmenu-cache1, and the install fails:

Unpacking libmenu-cache1 (from .../libmenu-cache1_0.3.2-1_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/libmenu-cache1_0.3.2-1_i386.deb (--unpack):
 trying to overwrite '/usr/lib/libmenu-cache/libexec/menu-cache-gen',
 which is also in package libmenu-cache0 0:0.2.6-1
 Errors were encountered while processing:
  /var/cache/apt/archives/libmenu-cache1_0.3.2-1_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)


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

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

Versions of packages libmenu-cache1 depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines

libmenu-cache1 recommends no packages.

libmenu-cache1 suggests no packages.



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



Bug#568170: marked as done (xserver-xorg-video-nv: nv driver causes segfault in X server during InitOutput)

2010-03-08 Thread Debian Bug Tracking System
Your message dated Tue, 09 Mar 2010 06:37:19 +
with message-id 
and subject line Bug#568170: fixed in xserver-xorg-video-nv 1:2.1.17-1
has caused the Debian Bug report #568170,
regarding xserver-xorg-video-nv: nv driver causes segfault in X server during 
InitOutput
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.)


-- 
568170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568170
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-nv
Version: 1:2.1.15-1
Severity: grave
Justification: renders package unusable

After upgrading to xserver-xorg-video-nv 2.1.15-1 and xserver-xorg-core 
1.7.4-2, X segfaults on startup.  The X server then sits there and spins, 
consuming 100% of one CPU until I send it a SIGKILL.  Attaching with strace or 
ltrace to the X server while it's spinning doesn't produce output.

Here's the Xorg.0.log backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e68cb]
1: /usr/bin/X (0x8048000+0x60ad5) [0x80a8ad5]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xf7709410]
3: /usr/bin/X (xf86CrtcSetModeTransform+0x3f9) [0x80ce3a9]
4: /usr/bin/X (xf86SetDesiredModes+0x14f) [0x80ce8cf]
5: /usr/lib/xorg/modules/drivers/nv_drv.so (0xf729+0x1ba7c) [0xf72aba7c]
6: /usr/lib/xorg/modules/drivers/nv_drv.so (0xf729+0x1bea6) [0xf72abea6]
7: /usr/bin/X (AddScreen+0x198) [0x806ca68]
8: /usr/bin/X (InitOutput+0x820) [0x80b82b0]
9: /usr/bin/X (0x8048000+0x1e79b) [0x806679b]
10: /lib/i686/cmov/libc.so.6 (__libc_start_main+0xe5) [0xf741fb55]
11: /usr/bin/X (0x8048000+0x1e541) [0x8066541]
Segmentation fault at address (nil)

Here's the gdb backtrace (after X starts spinning):
#0  0xf72aa702 in ?? () from /usr/lib/xorg/modules/drivers/nv_drv.so
#1  0xf72aae22 in ?? () from /usr/lib/xorg/modules/drivers/nv_drv.so
#2  0xe61b7c80 in ?? () from /usr/lib/xorg/modules/libxaa.so
#3  0x080b72f5 in AbortDDX ()
#4  0x080af91d in ?? ()
#5  0x080aff0e in FatalError ()
#6  0x080a8b31 in ?? ()
#7  
#8  0x in ?? ()
#9  0x080ce3a9 in xf86CrtcSetModeTransform ()
#10 0x080ce8cf in xf86SetDesiredModes ()
#11 0xf72aba7c in ?? () from /usr/lib/xorg/modules/drivers/nv_drv.so
#12 0xf72abea6 in ?? () from /usr/lib/xorg/modules/drivers/nv_drv.so
#13 0x0806ca68 in AddScreen ()
#14 0x080b82b0 in InitOutput ()
#15 0x0806679b in _start ()

Curiously, chvt hangs until I kill X:
% sudo strace chvt 1
[...]
open("/dev/tty", O_RDWR)= 4
ioctl(4, KDGKBTYPE, 0xffe0e5df) = -1 EINVAL (Invalid argument)
close(4)= 0
open("/dev/tty0", O_RDWR)   = 4
ioctl(4, KDGKBTYPE, 0xffe0e5df) = 0
ioctl(4, VIDIOC_G_COMP or VT_ACTIVATE, 0x1) = 0
ioctl(4, VIDIOC_S_COMP or VT_WAITACTIVE^C 

After I kill X, it runs fine:
% kill -9 `pgrep X`
% sudo strace chvt 1
[...]
open("/dev/tty", O_RDWR)= 4
ioctl(4, KDGKBTYPE, 0xfffa630f) = -1 EINVAL (Invalid argument)
close(4)= 0
open("/dev/tty0", O_RDWR)   = 4
ioctl(4, KDGKBTYPE, 0xfffa630f) = 0
ioctl(4, VIDIOC_G_COMP or VT_ACTIVATE, 0x1) = 0
ioctl(4, VIDIOC_S_COMP or VT_WAITACTIVE, 0x1) = 0
exit_group(0)   = ?

However, even after I kill X, I am unable to get anything at all to display on 
my monitors.  Console input still works--I just can't see anything.


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Mar 17  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1710344 Jan 20 15:01 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8600 GTS] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1464 Dec  7 15:21 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
Identifier  "Generic

Bug#572982: EPL + LGPL compatiblity?

2010-03-08 Thread Pablo Duboue
Hi,

We seek some advice regarding #572982 [1] (azureus, a well-known torrent 
client, combines source licensed under incompatible  licenses).

From Niels quoted sources, there is no doubt about the incompatibility of GPL 
and EPL. But LGPL and EPL might be a different matter and Google has proved 
quite unfriendly on this regard.

Any advice on the matter will be highly appreciated.

Thanks,

Pablo




[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572982


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


Processed: closing 573041

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

> close 573041
Bug#573041: pppstatus: doesn't see any activity on the active interface
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to alberto maurizi 

>
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