Bug#590224: python-sqlalchemy: sqlalchemy crashes on import

2010-07-25 Thread Cyril Soldani
Package: python-sqlalchemy
Version: 0.6.2-1
Severity: grave
Justification: renders package unusable

When running any application using python-alchemy, the application
crashes with the following error message:
 File /usr/lib/python2.6/dist-packages/sqlalchemy/__init__.py, line
 51, in module
   from sqlalchemy.types import (
ValueError: bad marshal data

I noticed the problem when trying to run anki, but the following
testcase is sufficient to experience the problem:
  echo from sqlalchemy import *  /tmp/test.py
  python /tmp/test.py

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-sqlalchemy depends on:
ii  python  2.6.5-5  An interactive high-level object-o
ii  python2.5   2.5.5-6  An interactive high-level object-o
ii  python2.6   2.6.5+20100706-1 An interactive high-level object-o

Versions of packages python-sqlalchemy recommends:
ii  python-sqlalchemy-ext 0.6.2-1SQL toolkit and Object Relational 

Versions of packages python-sqlalchemy suggests:
pn  python-kinterbasdbnone (no description available)
pn  python-mysqldbnone (no description available)
pn  python-psycopg2   none (no description available)
pn  python-pymssqlnone (no description available)
pn  python-sqlalchemy-doc none (no description available)

-- no debconf information



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



Bug#585966: pdns-server: init.d script should provide the virtual facility $named

2010-07-25 Thread Petter Reinholdtsen
reopen 585966
found 585966 2.9.22-6
thanks

[Matthijs Mohlmann]
  pdns (2.9.22-6) unstable; urgency=high
  .
* Provide the virtual facility $named. (Closes: #585966)

This fix is wrong.  The file is stored in
/etc/insserv.conf.d/pdns-server/pdns-server.insserv, while it need to
be stored in /etc/insserv.conf.d/pdns-server.  The extra directory
level make insserv ignore the file.

Reopening the bug because of this.

Happy hacking,
-- 
Petter Reinholdtsen



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



Processed: Re: pdns-server: init.d script should provide the virtual facility $named

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

 reopen 585966
Bug #585966 {Done: Matthijs Mohlmann matth...@cacholong.nl} [pdns-server] 
pdns-server: init.d script should provide the virtual facility $named
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 found 585966 2.9.22-6
Bug #585966 [pdns-server] pdns-server: init.d script should provide the virtual 
facility $named
Bug Marked as found in versions pdns/2.9.22-6.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585966
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#590026: git-core: upstream fix for exploitable buffer overrun (CVE-2010-2542)

2010-07-25 Thread Julien Cristau
On Thu, Jul 22, 2010 at 20:23:22 -0500, Jonathan Nieder wrote:

 Greg Brockman wrote at http://bugs.debian.org/590026:
 
  A fix for an exploitable buffer overrun (CVE-2010-2542, per [1]) was
  committed to git in [2].  In particular, if an attacker were to create
  a crafted working copy where the user runs any git command, the
  attacker could force execution of arbitrary code.
  
  This attack should be mitigated to a denial of service if git is
  compiled with appropriate stack-protecting flags.
  
  This buffer overrun was introduced in [3], which first appeared in
  v1.5.6, and is fixed in v1.7.2.
  
  Greg
  
  [1] http://seclists.org/oss-sec/2010/q3/93
  [2] 
  http://git.kernel.org/?p=git/git.git;a=commit;h=3c9d0414ed2db0167e6c828b547be8fc9f88fccc
  [3] 
  http://git.kernel.org/?p=git/git.git;a=commit;h=b44ebb19e3234c5dffe9869ceac5408bb44c2e20
 
 More precisely, the problem is a buffer overrun when encountering a
 file .git with the content
 
   gitdir: (something really long)
 
 When git checks the target of the .git file’s reference, it stores
 the filename on the stack in a buffer of size PATH_MAX.
 
 (By contrast, the environment variable GIT_DIR=(something really long)
 is protected against already.)
 
 This can be used for privilege escalation when a privileged user
 runs a git command that checks for a repository (like ‘git ls-remote’)
 in /tmp and outside of any git repository, for example.
 
Hi Jonathan,

are you preparing an upload to sid for this as well?  Do you need
sponsorship?

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: notfound 590224 in 0.6.3-1

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

 notfound 590224 0.6.3-1
Bug #590224 [python-sqlalchemy] python-sqlalchemy: sqlalchemy crashes on import
Ignoring request to alter found versions of bug #590224 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#590224: python-sqlalchemy: sqlalchemy crashes on import

2010-07-25 Thread Bernd Zeimetz
Hi,

 When running any application using python-alchemy, the application
 crashes with the following error message:
  File /usr/lib/python2.6/dist-packages/sqlalchemy/__init__.py, line
  51, in module
from sqlalchemy.types import (
 ValueError: bad marshal data
 
 I noticed the problem when trying to run anki, but the following
 testcase is sufficient to experience the problem:
   echo from sqlalchemy import *  /tmp/test.py
   python /tmp/test.py

please give python-sqlalchemy 0.6.3 from unstable a try - it fixed the problem
for me. Although I would be interested in the reason why this could happen at 
all.

Cheers,

Bernd
-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



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



Bug#567213: g15daemon: diff for NMU version 1.9.5.3-8.1

2010-07-25 Thread Julien Cristau
tags 567213 + patch
tags 567213 + pending
thanks

Dear maintainer,

I've prepared an NMU for g15daemon (versioned as 1.9.5.3-8.1) and
uploaded it to DELAYED/1. Please find the patch I used attached.

Cheers,
Julien
diff -u g15daemon-1.9.5.3/debian/changelog g15daemon-1.9.5.3/debian/changelog
--- g15daemon-1.9.5.3/debian/changelog
+++ g15daemon-1.9.5.3/debian/changelog
@@ -1,3 +1,10 @@
+g15daemon (1.9.5.3-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Send a sync event after key up/down (closes: #567213).
+
+ -- Julien Cristau jcris...@debian.org  Sun, 25 Jul 2010 11:39:22 +0200
+
 g15daemon (1.9.5.3-8) unstable; urgency=low
 
   * Put the third argument (modes) on open with O_CREAT (Closes: #559649)
only in patch2:
unchanged:
--- g15daemon-1.9.5.3.orig/plugins/g15_plugin_uinput.c
+++ g15daemon-1.9.5.3/plugins/g15_plugin_uinput.c
@@ -125,6 +125,13 @@
 event.value = G15KEY_DOWN;
 
 write (uinp_fd, event, sizeof(event));
+
+memset(event, 0, sizeof(event));
+
+event.type = EV_SYN;
+event.code = SYN_REPORT;
+
+write (uinp_fd, event, sizeof(event));
 }
 
 static void g15_uinput_keyup(unsigned char code)
@@ -137,6 +144,13 @@
 event.value = G15KEY_UP;
 
 write (uinp_fd, event, sizeof(event));
+
+memset(event, 0, sizeof(event));
+
+event.type = EV_SYN;
+event.code = SYN_REPORT;
+
+write (uinp_fd, event, sizeof(event));
 }
 
 void (*keyup)(unsigned char code) = g15_uinput_keyup;


signature.asc
Description: Digital signature


Bug#589796: [gscan2pdf-help] Can't save PDF with gscan2pdf

2010-07-25 Thread martin f krafft
also sprach Jeffrey Ratcliffe jeffrey.ratcli...@gmail.com [2010.07.24.1738 
+0200]:
   Importing /tmp/zweizeiler.pdf
   Format Portable Document Format
   Creator:        TeX
   Producer:       pdfTeX-1.40.10
 
 Although assuming this was a two-liner from pdfTex, it probably didn't
 have an image in it, and therefore would have imported nothing anyway.
 Can you import an image (PNM, PNG, etc.) or a PDF with an image in it?
 
 Did you apply the patch before producing the debug output?

Yes. And I tried with a PDF with an image (imported a previously
scanned page), but there was no output relating to saving, and
saving didn't work.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems
 
however jewel-like the good will may be in its own right, there is
 a morally significant difference between rescuing someone from
 a burning building and dropping him from a twelfth-storey window
 while trying to rescue him.
   -- thomas nagel


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Processed: g15daemon: diff for NMU version 1.9.5.3-8.1

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

 tags 567213 + patch
Bug #567213 [g15daemon] g15daemon buffers all g-key presses, and doesn't send 
them to X until it exits (all at once)
Bug #584274 [g15daemon] xorg: G15 Extra Keys: dropping event due to full queue!
Added tag(s) patch.
Added tag(s) patch.
 tags 567213 + pending
Bug #567213 [g15daemon] g15daemon buffers all g-key presses, and doesn't send 
them to X until it exits (all at once)
Bug #584274 [g15daemon] xorg: G15 Extra Keys: dropping event due to full queue!
Added tag(s) pending.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
567213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567213
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#590224: python-sqlalchemy: sqlalchemy crashes on import

2010-07-25 Thread Piotr Ożarowski
reassign 590224 python-minimal
thanks

should be fixed in python-defaults 2.6.5-10


signature.asc
Description: Digital signature


Bug#586273: Fix for current flashplayer workaround package script on squeeze amd64

2010-07-25 Thread Georg Gast

Hi all,

on http://wiki.debian.org/FlashPlayer is desribed how to make an 
workaround package with the script provided by Bart Martens.


The file libnss3-1d_3.12.6-2_i386.deb is no longer hosted on h 
ttp://ftp.debian.org/debian/pool/main/n/nss/


If you change the line 55 in file 
http://people.debian.org/~bartm/flashplugin-nonfree/ia32-libs-workaround-499043-squeeze.sh 
to libnss3-1d_3.12.6-3_i386.deb it works as requested.


I attached a patchfile


Best Regards

Georg


55c55
   http://$mirror/debian/pool/main/n/nss/libnss3-1d_3.12.6-2_i386.deb \
---
   http://$mirror/debian/pool/main/n/nss/libnss3-1d_3.12.6-3_i386.deb \


Bug#589879: Doesn't start because of missing file

2010-07-25 Thread Gustavo Noronha Silva
On Thu, 2010-07-22 at 13:09 +0200, Michael Meskes wrote:
  Sorry, also upgrade gnome-shell and mutter to the experimental versions..
  Otherwise gnome-shell is probably using Meta-2.29 rather than Meta-2.31..
 
 I tried that too, but cannot as gnome-shell depends on a library version that
 appears to be not available, at least not for amd64.

Hrm. That should not be the case, what library is that?

-- 
Gustavo Noronha Silva k...@debian.org
Debian


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


Bug#582362: Bug#579917: mkhomedir segfaults within ld.so on startup

2010-07-25 Thread Julien Cristau
On Wed, May 19, 2010 at 23:56:03 +0200, Aurelien Jarno wrote:

 The problem is that the mkhomedir_helper is built as a library, using a
 version-script. This lead to:
 
   0x7016 (MIPS_RLD_MAP)   0
 
 Removing --version-script while linking the binary fixes the problem:
 
   0x7016 (MIPS_RLD_MAP)   0x413a50
 
Steve,

please find attached a patch to fix this.  Adding it to
debian/patches-applied/series and regenerating autoconf.patch fixed the
linking flags for mkhomedir_helper as far as I can tell.

Cheers,
Julien
Index: pam/modules/pam_mkhomedir/Makefile.am
===
--- pam.orig/modules/pam_mkhomedir/Makefile.am
+++ pam/modules/pam_mkhomedir/Makefile.am
@@ -19,14 +19,14 @@
 
 AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include \
 	-DMKHOMEDIR_HELPER=\$(sbindir)/mkhomedir_helper\
-AM_LDFLAGS = -no-undefined -avoid-version -module
-if HAVE_VERSIONING
-  AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
-endif
 
 securelib_LTLIBRARIES = pam_mkhomedir.la
 pam_mkhomedir_la_SOURCES = pam_mkhomedir.c
 pam_mkhomedir_la_LIBADD = -L$(top_builddir)/libpam -lpam
+pam_mkhomedir_la_LDFLAGS = -no-undefined -avoid-version -module
+if HAVE_VERSIONING
+  pam_mkhomedir_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
+endif
 
 sbin_PROGRAMS = mkhomedir_helper
 mkhomedir_helper_SOURCES = mkhomedir_helper.c


signature.asc
Description: Digital signature


Processed: tagging 582362

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

 tags 582362 + patch
Bug #582362 [libpam-modules] mkhomedir segfaults within ld.so on startup
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582362: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582362
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#589589: pynifti: nonexistent build-dependency: python-numpy-ext

2010-07-25 Thread Michael Hanke
hi,

On Sun, Jul 18, 2010 at 11:22:45PM +0200, Jakub Wilk wrote:
 pynifti build-depends on python-numpy-ext, but this package is no
 longer available in unstable.

That would have been easy to fix. However, the transition to numpy 1.4
revealed another bug (not sure if in pynifti or numpy) that causes a
FTBFS of this package. Investigating...


Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://mih.voxindeserto.de



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



Processed: forcibly merging 576261 458412, tagging 576261

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

 # tomcat5.5 bug triaging...
 forcemerge 576261 458412
Bug#576261: missing dependency declaration on a JDK
Bug#458412: tomcat5.5: tomcat5.5 should depend on java2-compiler
Forcibly Merged 458412 576261.

 # works on a clean install but not if there java alternatives installed.
 tags 576261 + confirmed
Bug #576261 [tomcat5.5] missing dependency declaration on a JDK
Bug #458412 [tomcat5.5] tomcat5.5: tomcat5.5 should depend on java2-compiler
Added tag(s) confirmed.
Added tag(s) confirmed.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
576261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576261
458412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458412
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#590254: minisat2: FTBFS: _FPU_{EXTENDED,DOUBLE} was not declared in this scope

2010-07-25 Thread Cyril Brulebois
Source: minisat2
Version: 1:2.2.0-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on a bunch of Linux architectures:
| /build/buildd-minisat2_2.2.0-1-s390-qZhM3l/minisat2-2.2.0/core/Main.cc: In 
function 'int main(int, char**)':
| /build/buildd-minisat2_2.2.0-1-s390-qZhM3l/minisat2-2.2.0/core/Main.cc:79: 
error: '_FPU_EXTENDED' was not declared in this scope
| /build/buildd-minisat2_2.2.0-1-s390-qZhM3l/minisat2-2.2.0/core/Main.cc:79: 
error: '_FPU_DOUBLE' was not declared in this scope

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

Mraw,
KiBi.



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



Bug#590255: minisat2: FTBFS on non-Linux architectures

2010-07-25 Thread Cyril Brulebois
Source: minisat2
Version: 1:2.2.0-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| /build/buildd-minisat2_2.2.0-1-hurd-i386-OnLli_/minisat2-2.2.0/simp/Main.or: 
In function `printStats(Minisat::Solver)':
| 
/build/buildd-minisat2_2.2.0-1-hurd-i386-OnLli_/minisat2-2.2.0/simp/Main.cc:41: 
undefined reference to `Minisat::memUsedPeak()'
| collect2: ld returned 1 exit status
| make[1]: *** [minisat_release] Error 1

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

Mraw,
KiBi.



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



Bug#590256: aria2: FTBFS on kfreebsd-*: undefined references

2010-07-25 Thread Cyril Brulebois
Source: aria2
Version: 1.10.0-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| libaria2c.a(AbstractSingleDiskAdaptor.o): In function 
`aria2::AbstractSingleDiskAdaptor::fileAllocationIterator()':
| 
/build/buildd-aria2_1.10.0-1-kfreebsd-i386-8VieXM/aria2-1.10.0/src/AbstractSingleDiskAdaptor.cc:105:
 undefined reference to 
`aria2::FallocFileAllocationIterator::FallocFileAllocationIterator(aria2::BinaryStream*,
 long long, unsigned long long)'
| libaria2c.a(MultiFileAllocationIterator.o): In function 
`aria2::MultiFileAllocationIterator::allocateChunk()':
| 
/build/buildd-aria2_1.10.0-1-kfreebsd-i386-8VieXM/aria2-1.10.0/src/MultiFileAllocationIterator.cc:75:
 undefined reference to 
`aria2::FallocFileAllocationIterator::FallocFileAllocationIterator(aria2::BinaryStream*,
 long long, unsigned long long)'
| collect2: ld returned 1 exit status
| make[3]: *** [aria2c] Error 1

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

Please contact debian-...@lists.debian.org if you need assistance.

Mraw,
KiBi.



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



Bug#589864: tomcat5.5 - the long overdue stable upload

2010-07-25 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi

As the subject suggests I am considering to do a stable upload of
tomcat5.5. I intend to fix:
 #589864 - Missing security policy prevents proper logging ...
 #532366 - Various Security issues
 #576261 - missing dependency declaration on a JDK

I had a short look at some of the other bugs, but decided to go only
with these. If you think other bugs should be fixed by this upload,
please let me know - though please be prepared to justify it and create
a patch for it.
  On a related note, if anyone has started on this process or wants to
help (e.g. with testing), please let me know so we can coordinate this.

As for the rest of the bugs filed against tomcat5.5, I intend to mark
them as wontfix and close them in unstable[1], since we have removed
tomcat5.5 from unstable and testing.

I will query the security team + the release team about this and since
they have the final say, I cannot guarantee that all the bugs listed
will be closed.
  I will write back to the debian-java list once I got more information.

~Niels

NB: This email has been BCC'ed to the bugs in question and their
submitters + posters (except for people I know are subscribed to this
list).
  If you receive this email per BCC and want to be notified about the
progress, ping me and I will put you in CC with my next email.

[1] Making them as fixed in 5.5.26-5+rm.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEAREIAAYFAkxMKd4ACgkQVCqoiq1YlqxEzwCfcMK/qvr74MDpP+77laKRDMOx
T1IAoKOzMrbC+s9h/jYfidBv6wZzjWpi
=oML6
-END PGP SIGNATURE-



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



Bug#590263: mupdf: FTBFS due to inappropriate CPU options

2010-07-25 Thread Cyril Brulebois
Source: mupdf
Version: 0.6-1
Severity: serious
Justification: FTBFS

(Serious even though there's no build regression on release
architectures, because even though it built fine, it's probably not
usable on i486 since SSE2 AFAICT appeared with Pentium 4.)

Hi,

your package FTBFS on a bunch of architectures with:
| CC build/release/base_cpudep.o
| cc1: error: unrecognized command line option -mmmx
| cc1: error: unrecognized command line option -msse
| cc1: error: unrecognized command line option -msse2
| cc1: error: unrecognized command line option -march=k8
| make[2]: *** [build/release/base_cpudep.o] Error 1

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

Mraw,
KiBi.



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



Bug#589881: xmedcon: Please adjust build-dep on libnifti-dev

2010-07-25 Thread Roland Marcus Rutschmann
Moin Moin,

ich hab's gepatched und hochgeladen. Allerdings gibt's ein Problem mit dem 
Build auf mips und mipsel.

Ich habe mich bisher nicht drum gekümmert, da ich gar nicht weiß, ob überhaupt 
jemand das Paket noch benutzt (und dann sicher nicht auf mips oder mipsel).

Ich weiß gar nicht, ob du weißt, dass ich das Handtuch geschmissen habe und 
jetzt Physik und Mathe an meiner alten Schule unterrichte.

Falls das Paket also noch Arbeit braucht, bin ich gerne bereit noch was 
reinzustecken, aber da es seit einem Jahr auch kein Upstream Update gibt 

Gruß und schönes WE,

Roland aka Rudi ;)

Am Mittwoch 21 Juli 2010 22:49:35 schrieb Michael Hanke:
 Package: xmedcon
 Version: 0.10.5-1
 Severity: serious
 Tags: patch
 Justification: would fail to build from source (but built successfully in
  the past)
 
 Hi Rudi,
 
 as announced previously the new nifticlibs package has been uploaded to
 unstable. It no longer provides the libnifti1-dev package. Please adjust
 the build-dependency to 'libnifti-dev'. A patch is attached.
 
 Thanks in advance,
 
 Michael
 

-- 

Roland Marcus Rutschmann rutschm...@gmx.de




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


Bug#589879: Doesn't start because of missing file

2010-07-25 Thread Michael Meskes
On Sun, Jul 25, 2010 at 11:33:37AM +0100, Gustavo Noronha Silva wrote:
  I tried that too, but cannot as gnome-shell depends on a library version 
  that
  appears to be not available, at least not for amd64.
 
 Hrm. That should not be the case, what library is that?

libgjs0a

gnome-shell: Depends: libgjs0a (= 0.7.1) but 0.7-1 is installed.

Might just be a typo.

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#589881: marked as done (xmedcon: Please adjust build-dep on libnifti-dev)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 12:35:10 +
with message-id e1od0qa-0005kq...@franck.debian.org
and subject line Bug#589881: fixed in xmedcon 0.10.5-2
has caused the Debian Bug report #589881,
regarding xmedcon: Please adjust build-dep on libnifti-dev
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.)


-- 
589881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xmedcon
Version: 0.10.5-1
Severity: serious
Tags: patch
Justification: would fail to build from source (but built successfully in the 
past)

Hi Rudi,

as announced previously the new nifticlibs package has been uploaded to
unstable. It no longer provides the libnifti1-dev package. Please adjust
the build-dependency to 'libnifti-dev'. A patch is attached.

Thanks in advance,

Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://mih.voxindeserto.de
diff -rNu xmedcon-0.10.5/debian/control xmedcon-0.10.5.new/debian/control
--- xmedcon-0.10.5/debian/control	2010-07-21 16:45:32.0 -0400
+++ xmedcon-0.10.5.new/debian/control	2010-07-21 16:34:23.0 -0400
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Roland Marcus Rutschmann r...@debian.org
-Build-Depends: debhelper (= 5.0.51~), libgtk2.0-dev, zlib1g-dev, libpng12-dev, libnifti1-dev 
+Build-Depends: debhelper (= 5.0.51~), libgtk2.0-dev, zlib1g-dev, libpng12-dev, libnifti-dev 
 Standards-Version: 3.8.2
 
 Package: libmdc2
---End Message---
---BeginMessage---
Source: xmedcon
Source-Version: 0.10.5-2

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

libmdc2-dev_0.10.5-2_i386.deb
  to main/x/xmedcon/libmdc2-dev_0.10.5-2_i386.deb
libmdc2_0.10.5-2_i386.deb
  to main/x/xmedcon/libmdc2_0.10.5-2_i386.deb
medcon_0.10.5-2_i386.deb
  to main/x/xmedcon/medcon_0.10.5-2_i386.deb
xmedcon_0.10.5-2.diff.gz
  to main/x/xmedcon/xmedcon_0.10.5-2.diff.gz
xmedcon_0.10.5-2.dsc
  to main/x/xmedcon/xmedcon_0.10.5-2.dsc
xmedcon_0.10.5-2_i386.deb
  to main/x/xmedcon/xmedcon_0.10.5-2_i386.deb



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

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

Debian distribution maintenance software
pp.
Roland Marcus Rutschmann r...@debian.org (supplier of updated xmedcon package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 12:04:16 +
Source: xmedcon
Binary: libmdc2 libmdc2-dev medcon xmedcon
Architecture: source i386
Version: 0.10.5-2
Distribution: unstable
Urgency: low
Maintainer: Roland Marcus Rutschmann r...@debian.org
Changed-By: Roland Marcus Rutschmann r...@debian.org
Description: 
 libmdc2- Medical Image (DICOM, ECAT, ...) conversion tool
 libmdc2-dev - Medical Image (DICOM, ECAT, ...) conversion tool
 medcon - Medical Image (DICOM, ECAT, ...) conversion tool
 xmedcon- Medical Image (DICOM, ECAT, ...) conversion tool
Closes: 589881
Changes: 
 xmedcon (0.10.5-2) unstable; urgency=low
 .
   * closes: #589881 (changed builddep to libnifti-dev from libnifti1-dev)
   * Bumped Standards-Version to 3.9.0
Checksums-Sha1: 
 c82200fbd1a7f4798ea022818de1b8779523aaa2 1044 xmedcon_0.10.5-2.dsc
 1d21f6823eecf74e5e1f81af7cb4970351cabc4f 14524 xmedcon_0.10.5-2.diff.gz
 8121e3a9ea099240d0b48cc3bccfc2f574a1ef75 261228 libmdc2_0.10.5-2_i386.deb
 43001b8ebe248af2031e69108a1feb3a543cdc07 364306 libmdc2-dev_0.10.5-2_i386.deb
 60f284e98e694451e7d4c1cf00a0e8778e9ae85c 25660 medcon_0.10.5-2_i386.deb
 fd9fa7bdbf52b919b1dd3d2a9a1b001d34c33c06 76990 xmedcon_0.10.5-2_i386.deb
Checksums-Sha256: 
 93b525bb1a3972c4a747f911cbac85df044478f64a50bace4ddc50e0a83d9f3e 1044 
xmedcon_0.10.5-2.dsc
 bede70b9f0acc06026fdc5d45f4be01a5cfa1e632d891b57265c8f718ec8c3b8 14524 
xmedcon_0.10.5-2.diff.gz
 8d5596900601cff49f0a4b632d3489929018ef5be8b4f68afc2d9dea40109db5 261228 
libmdc2_0.10.5-2_i386.deb
 25ecac39d98007894ee66d0bee8dc160fd0b8db54faeb9dc603c87696c00841d 364306 
libmdc2-dev_0.10.5-2_i386.deb
 f95f4ce79d34adb8dc530fb9ed3c5dc9e49fcbe17f009dcd0694c3be89633b90 25660 
medcon_0.10.5-2_i386.deb
 5a340d9f475772ec7f8636743ca943bad5450d3d8bd12dac69b41c1038908416 76990 
xmedcon_0.10.5-2_i386.deb
Files: 
 

Bug#590266: gcc-4.5: FTBFS on sparc: symbols issues

2010-07-25 Thread Cyril Brulebois
Source: gcc-4.5
Version: 4.5.0-9
Severity: serious
Justification: FTBFS
User: debian-sp...@lists.debian.org
Usertags: sparc

Hi,

your package no longer builds on sparc:
| dh_makeshlibs -plib64stdc++6
| dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
| dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
| dpkg-gensymbols: warning: debian/lib64stdc++6/DEBIAN/symbols doesn't match 
completely debian/lib64stdc++6.symbols.sparc
| --- debian/lib64stdc++6.symbols.sparc (lib64stdc++6_4.5.0-9_sparc)
| +++ dpkg-gensymbolsiKCY6h 2010-07-25 02:05:22.0 +
| @@ -1748,7 +1748,7 @@
|   _znst14numeric_limitsiee10is_integ...@glibcxx_3.4 4.1.1
|   _znst14numeric_limitsiee11round_sty...@glibcxx_3.4 4.1.1
|   _znst14numeric_limitsiee12has_infini...@glibcxx_3.4 4.1.1
| - (arch=!powerpc 
!sparc)_znst14numeric_limitsiee12max_digits...@glibcxx_3.4.14 4.5.0
| + _znst14numeric_limitsiee12max_digits...@glibcxx_3.4.14 4.5.0
|   _znst14numeric_limitsiee12max_expone...@glibcxx_3.4 4.1.1
|   _znst14numeric_limitsiee12min_expone...@glibcxx_3.4 4.1.1
|   _znst14numeric_limitsiee13has_quiet_n...@glibcxx_3.4 4.1.1
| @@ -1789,7 +1789,7 @@
|   _znst14numeric_limitsife9is_iec5...@glibcxx_3.4 4.1.1
|   _znst14numeric_limitsife9is_modu...@glibcxx_3.4 4.1.1
|   _znst14numeric_limitsife9is_sign...@glibcxx_3.4 4.1.1
| - (arch=powerpc 
sparc)_znst14numeric_limitsige12max_digits...@glibcxx_ldbl_3.4 4.5.0
| +#MISSING: 4.5.0-9# (arch=powerpc 
sparc)_znst14numeric_limitsige12max_digits...@glibcxx_ldbl_3.4 4.5.0
|   _znst14numeric_limitsihe10has_deno...@glibcxx_3.4 4.1.1
|   _znst14numeric_limitsihe10is_bound...@glibcxx_3.4 4.1.1
|   _znst14numeric_limitsihe10is_integ...@glibcxx_3.4 4.1.1
| dh_makeshlibs: dpkg-gensymbols -plib64stdc++6 
-Idebian/lib64stdc++6.symbols.sparc -Pdebian/lib64stdc++6 returned exit code 1
| make[1]: *** [stamps/08-binary-stamp-lib64stdcxx] Error 1

Full build logs:
  https://buildd.debian.org/status/architecture.php?a=sparcsuite=experimental

Mraw,
KiBi.



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



Bug#585142: twisted: Leaves dropin.cache lying around in python2.4/site-packages

2010-07-25 Thread Stefano Rivera
Hi Matthias (2010.07.22_16:49:37_+0200)
 Obviously point 2 above is no longer applicable, given the switch to
 dh_python2 (which I wasn't aware of at the time). dh_python2 *does* make
 these files less of an issue in the future.

Or it would if they were included in the package, with the symlink farm.
10.0.0 had them, 10.1.0 doesn't.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127



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



Bug#589589: marked as done (pynifti: nonexistent build-dependency: python-numpy-ext)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 13:02:14 +
with message-id e1od0qm-0002ks...@franck.debian.org
and subject line Bug#589589: fixed in pynifti 0.20100607.1-2
has caused the Debian Bug report #589589,
regarding pynifti: nonexistent build-dependency: python-numpy-ext
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.)


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

Source: pynifti
Version: 0.20100607.1-1
Severity: serious
Justification: FTBFS

pynifti build-depends on python-numpy-ext, but this package is no longer 
available in unstable.


--
Jakub Wilk


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: pynifti
Source-Version: 0.20100607.1-2

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

pynifti_0.20100607.1-2.diff.gz
  to main/p/pynifti/pynifti_0.20100607.1-2.diff.gz
pynifti_0.20100607.1-2.dsc
  to main/p/pynifti/pynifti_0.20100607.1-2.dsc
python-nifti_0.20100607.1-2_amd64.deb
  to main/p/pynifti/python-nifti_0.20100607.1-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 589...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Hanke michael.ha...@gmail.com (supplier of updated pynifti package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 08:36:23 -0400
Source: pynifti
Binary: python-nifti
Architecture: source amd64
Version: 0.20100607.1-2
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Michael Hanke michael.ha...@gmail.com
Description: 
 python-nifti - Python interface to the NIfTI I/O libraries
Closes: 589589
Changes: 
 pynifti (0.20100607.1-2) unstable; urgency=low
 .
   * Adjust libnifti-dev build-dependency -- no versioned -dev package
 available anymore.
   * Bumped Debian Standards-version to 3.9.0, no changes necessary.
   * Adjust dependencies from python-numpy-ext to python-numpy
 (Closes: #589589).
   * Add patch to prevent type issue with swig-container and lastest NumPy.
Checksums-Sha1: 
 15c2cd31799f47e50810ce753979f5c06d526f2a 1425 pynifti_0.20100607.1-2.dsc
 b434e2d4974074b9236910946d51e892be66b9d7 5528 pynifti_0.20100607.1-2.diff.gz
 bce1a7f410591b33f02591e810aeeb1812d73bc1 366494 
python-nifti_0.20100607.1-2_amd64.deb
Checksums-Sha256: 
 1aa62095e142cff0cd79cf40220e5c079f974abea49d18538d6617adab4126c2 1425 
pynifti_0.20100607.1-2.dsc
 0edef29698599342e8f79326051e3ab1d79f620cff8132d0cb43219fdffa510b 5528 
pynifti_0.20100607.1-2.diff.gz
 fe0afb772d654e404502d91c8a8f188b0a2a4d76fac45d903a826b247847b0da 366494 
python-nifti_0.20100607.1-2_amd64.deb
Files: 
 f2a0f051983bd3d195a282ecec25a731 1425 python optional 
pynifti_0.20100607.1-2.dsc
 e135fda81d9e302756b095ee51355c9d 5528 python optional 
pynifti_0.20100607.1-2.diff.gz
 1d29d46d1a1e29517eaa96c576a712f6 366494 python optional 
python-nifti_0.20100607.1-2_amd64.deb

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

iEYEARECAAYFAkxMMvAACgkQ93+NsjFEvg9ZBgCeO1AmvomDHe3dX64JqKeVOYMn
9sMAoLyF5p+ruEsn4M1GgzkUg1P7WhlN
=jf85
-END PGP SIGNATURE-


---End Message---


Bug#575519: coriander: segfault

2010-07-25 Thread Guus Sliepen
On Fri, Jul 23, 2010 at 05:18:32PM +0200, Laurent Bonnaud wrote:

  How about producing a coriander-dbg package ?
 
 I tried to recompile coriander myself from Debian sources to debug this
 problem.  The resulting binary sometimes works (allows me to capture and
 display images) and sometimes segfaults.

Can you provide me with a backtrace (using gdb, with the bt full command)
when it does crash?

 Therefore I tried again the official binary provided by the Debian
 binary package and I observe the same behaviour: sometimes works,
 sometimes segfaults.
 
 Somebody should run coriander with valgrind to find the cause of this
 non deterministic behaviour...

I did do this before I released updated packages in June, but it didn't
complain much... By the way, what model Firewire camera and which Firewire card
or onboard chip do you have?

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen g...@debian.org


signature.asc
Description: Digital signature


Bug#590271: clamav: FTBFS on sparc: FAIL: check2_clamd.sh

2010-07-25 Thread Cyril Brulebois
Source: clamav
Version: 0.96.1+dfsg-2
Severity: serious
Justification: FTBFS
User: debian-sp...@lists.debian.org
Usertags: sparc

Hi,

your package no longer builds on sparc:
| PASS: check_clamav
| PASS: check_freshclam.sh
| PASS: check_sigtool.sh
| SKIP: check_unit_vg.sh
| PASS: check1_clamscan.sh
| FAIL: check2_clamd.sh
| PASS: check3_clamd.sh
| PASS: check4_clamd.sh
| SKIP: check5_clamd_vg.sh
| SKIP: check6_clamd_vg.sh
| SKIP: check7_clamd_hg.sh
| SKIP: check8_clamd_hg.sh
| 
| 1 of 7 tests failed
| (5 tests were not run)
| See unit_tests/test-suite.log
| Please report to http://bugs.clamav.net/
| 
| make[4]: *** [test-suite.log] Error 1

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

Mraw,
KiBi.



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



Bug#590273: phasex: FTBFS: wrong -m$foo switches

2010-07-25 Thread Cyril Brulebois
Source: phasex
Version: 0.12.0~pre1-1
Severity: serious
Justification: FTBFS

(Severity serious even though there's no build regression strictly
speaking, since I believe passing -m* flags blindly is a no-go.)

Hi,

your package FTBFS on almost all architectures due to stuff like that:
| cc1: error: unrecognized command line option -m64
| phasex.c:1: error: bad value 'generic' for -mtune switch

| cc1: error: unrecognized command line option -mtune=generic
| cc1: error: unrecognized command line option -m32

| cc1: error: bad value 'generic' for -mtune= switch
| cc1: error: unrecognized command line option -m64

| Error: Bad value (generic) for -mtune
| cc1: error: unrecognized command line option -mtune=generic
| cc1: error: unrecognized command line option -m32

| phasex.c:1: error: bad value (generic) for -mtune= switch

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

Mraw,
KiBi.



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



Bug#590274: fuse: FTBFS on kfreebsd-*: 'struct statfs' has no member named 'f_namelen'

2010-07-25 Thread Cyril Brulebois
Source: fuse
Version: 2.8.4-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| libtool: compile:  x86_64-kfreebsd-gnu-gcc -DHAVE_CONFIG_H -I. -I../include 
-I../include -DFUSERMOUNT_DIR=\/usr/bin\ -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-DFUSE_USE_VERSION=26 -g -O2 -Wall -g -O2 -MT fuse.lo -MD -MP -MF 
.deps/fuse.Tpo -c fuse.c  -fPIC -DPIC -o .libs/fuse.o
| fuse.c: In function 'fuse_compat_open':
| fuse.c:968: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
| fuse.c:974: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
| fuse.c: In function 'fuse_compat_release':
| fuse.c:985: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
| fuse.c: In function 'fuse_compat_opendir':
| fuse.c:998: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
| fuse.c: In function 'convert_statfs_old':
| fuse.c:1025: error: 'struct statfs' has no member named 'f_namelen'
| fuse.c: In function 'fuse_compat_statfs':
| fuse.c:1038: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
| fuse.c:1045: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
| make[2]: *** [fuse.lo] Error 1

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

Please contact debian-...@lists.debian.org if you need assistance.

Mraw,
KiBi.



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



Bug#589851: #589551 - aspell-bg: Broken after upgrade from lenny or after reinstalling the package

2010-07-25 Thread Luca Bruno
Hi,
I'm fine to test and sponsor your patches for #589551.
As it is a QA RC-fixing upload, I prefer it to contain just minimal
changes to fix this bug (eg. the current patch) and have it sorted out
soon, leaving minor cosmetic ones for later.
Also, given that this is a orphaned package, would you mind talking
with Damyan (Hi :) to take this over?

It looks like a git repository is already available on collab-maint,
and I'll be glad to sponsor this package.

Cheers, Luca

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
: :'  :   The Universal O.S.| lucab (AT) debian.org
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Debian GNU/Linux Developer


pgp5h06ShiGBY.pgp
Description: PGP signature


Bug#590277: gnu-smalltalk: FTBFS on sparc: timeout in the test suite

2010-07-25 Thread Cyril Brulebois
Source: gnu-smalltalk
Version: 3.2-1
Severity: serious
Justification: FTBFS
User: debian-sp...@lists.debian.org
Usertags: sparc

Hi,

your package no longer builds on sparc:
| make[3]: Leaving directory 
`/build/buildd-gnu-smalltalk_3.2-1-sparc-LsOIE9/gnu-smalltalk-3.2/tests'
| /usr/bin/make  check-local
| make[3]: Entering directory 
`/build/buildd-gnu-smalltalk_3.2-1-sparc-LsOIE9/gnu-smalltalk-3.2/tests'
| /bin/bash './testsuite' 
| ## - ##
| ## GNU Smalltalk 3.2 test suite. ##
| ## - ##
| 
| Regression tests.
| 
|   1: arrays.st   ok
|   2: classes.st  ok
|   3: blocks.st   ok
|   4: sets.st ok
|   5: processes.stok
|   6: exceptions.st   ok
|   7: intmath.st  ok
| make: *** wait: No child processes.  Stop.
| make: *** Waiting for unfinished jobs
| make: *** wait: No child processes.  Stop.
| Terminated
| make[1]: *** wait: No child processes.  Stop.
| make[1]: *** Waiting for unfinished jobs
| make[1]: *** wait: No child processes.  Stop.
| 
| testsuite: WARNING: caught signal TERM, bailing out
| make[3]: *** [check-local] Error 143
| make[2]: *** [check-am] Terminated
|   8: floatmath.st   Build killed with signal 
TERM after 300 minutes of inactivity

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

There are other issues on other architectures.

Mraw,
KiBi.



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



Bug#590278: elementary: FTBFS on sparc: [base.cfg] Bus error

2010-07-25 Thread Cyril Brulebois
Source: elementary
Version: 0.7.0.49898-1
Severity: serious
Justification: FTBFS
User: debian-sp...@lists.debian.org
Usertags: sparc

Hi,

your package no longer builds on sparc:
| make[4]: Entering directory 
`/build/buildd-elementary_0.7.0.49898-1-sparc-TMZYm7/elementary-0.7.0.49898/config/default'
| /usr/bin/eet -e \
|   ../../config/default/base.cfg config \
|   base.src 1
| make[4]: *** [base.cfg] Bus error

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

Mraw,
KiBi.



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



Bug#590279: shiboken: FTBFS on sparc: Bus error

2010-07-25 Thread Cyril Brulebois
Source: shiboken
Version: 0.3.2-3
Severity: serious
Justification: FTBFS
User: debian-sp...@lists.debian.org
Usertags: sparc

Hi,

your package no longer builds on sparc:
| [ 37%] Running generator for test binding...
| cd 
/build/buildd-shiboken_0.3.2-3-sparc-rPfzX2/shiboken-0.3.2/tests/samplebinding 
 /usr/bin/generatorrunner 
--generatorSet=/build/buildd-shiboken_0.3.2-3-sparc-rPfzX2/shiboken-0.3.2/build-2.6-dbg/shiboken_generator-py26_d
 --enable-parent-ctor-heuristic 
/build/buildd-shiboken_0.3.2-3-sparc-rPfzX2/shiboken-0.3.2/tests/samplebinding/global.h
 
--include-paths=/build/buildd-shiboken_0.3.2-3-sparc-rPfzX2/shiboken-0.3.2/tests/libsample
 
--typesystem-paths=/build/buildd-shiboken_0.3.2-3-sparc-rPfzX2/shiboken-0.3.2/tests/samplebinding
 
--output-directory=/build/buildd-shiboken_0.3.2-3-sparc-rPfzX2/shiboken-0.3.2/build-2.6-dbg/tests/samplebinding
 
/build/buildd-shiboken_0.3.2-3-sparc-rPfzX2/shiboken-0.3.2/tests/samplebinding/typesystem_sample.xml
| Bus error
| make[4]: *** [tests/samplebinding/sample/abstractmodifications_wrapper.cpp] 
Error 138

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

Mraw,
KiBi.



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



Bug#589851: #589551 - aspell-bg: Broken after upgrade from lenny or after reinstalling the package

2010-07-25 Thread Yavor Doganov
Luca Bruno wrote:
 I'm fine to test and sponsor your patches for #589551.
 As it is a QA RC-fixing upload, I prefer it to contain just minimal
 changes to fix this bug (eg. the current patch) and have it sorted out
 soon, leaving minor cosmetic ones for later.

If I understand correctly, you want me to revert all unrelated to the
RC bug changes I made in [1]?  I thought it was prudent to fix other
issues as well precisely because it is an orphaned package.
Nevermind, I'll try to do it within today.

 Also, given that this is a orphaned package, would you mind talking
 with Damyan (Hi :) to take this over?

Perhaps, with some hesitation (not because of Damyan, of course)...
There's another potential volunteer too, so we'll see what can be
done.

[1] http://mentors.debian.net/debian/pool/main/b/bgoffice/bgoffice_3.0-11.dsc



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



Bug#587967: gnash: unbuildable in sid, depends on removed boost1.40

2010-07-25 Thread Adam D. Barratt
On Sat, 2010-07-24 at 17:29 +0200, gregor herrmann wrote:
 On Sat, 24 Jul 2010 15:20:38 +0100, Adam D. Barratt wrote:
   we may end up with a choice of temporarily breaking gnash in
   testing or removing it if icu is otherwise ready to go and gnash isn't,
   or at least isn't on all architectures.
  ...so we're back at needing a new upload, breaking gnash in testing or
  removing it.
 
 If it helps I can upload the package I built last week, with the
 debdiff I sent to #587967.
 
 (If you'd like me to do this please also tell me where I should
 upload to, i.e. DELAYED or not, which DELAYED queue, ...)

I'm slightly torn, to be honest.  Uploading your new package would at
least allow us to have a package in squeeze that's buildable.

On the other hand, #575089 and the lack of activity on the potentially
related upstream bug do make me wonder whether we should be releasing
with gnash anyway :-/

Regards,

Adam



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



Bug#590083: [filezilla] binary file corruption

2010-07-25 Thread Tim Kosse
You have been using the ASCII data type to transfer a binary file. In
this case, corruption is expected and working as intended.

Please switch to binary data type before transferring a binary file.



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



Bug#590224: marked as done (python-sqlalchemy: sqlalchemy crashes on import)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 14:58:50 +
with message-id e1od2fc-0004cs...@franck.debian.org
and subject line Bug#590224: fixed in python-defaults 2.6.5-10
has caused the Debian Bug report #590224,
regarding python-sqlalchemy: sqlalchemy crashes on import
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.)


-- 
590224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-sqlalchemy
Version: 0.6.2-1
Severity: grave
Justification: renders package unusable

When running any application using python-alchemy, the application
crashes with the following error message:
 File /usr/lib/python2.6/dist-packages/sqlalchemy/__init__.py, line
 51, in module
   from sqlalchemy.types import (
ValueError: bad marshal data

I noticed the problem when trying to run anki, but the following
testcase is sufficient to experience the problem:
  echo from sqlalchemy import *  /tmp/test.py
  python /tmp/test.py

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-sqlalchemy depends on:
ii  python  2.6.5-5  An interactive high-level object-o
ii  python2.5   2.5.5-6  An interactive high-level object-o
ii  python2.6   2.6.5+20100706-1 An interactive high-level object-o

Versions of packages python-sqlalchemy recommends:
ii  python-sqlalchemy-ext 0.6.2-1SQL toolkit and Object Relational 

Versions of packages python-sqlalchemy suggests:
pn  python-kinterbasdbnone (no description available)
pn  python-mysqldbnone (no description available)
pn  python-psycopg2   none (no description available)
pn  python-pymssqlnone (no description available)
pn  python-sqlalchemy-doc none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: python-defaults
Source-Version: 2.6.5-10

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

idle_2.6.5-10_all.deb
  to main/p/python-defaults/idle_2.6.5-10_all.deb
python-all-dbg_2.6.5-10_all.deb
  to main/p/python-defaults/python-all-dbg_2.6.5-10_all.deb
python-all-dev_2.6.5-10_all.deb
  to main/p/python-defaults/python-all-dev_2.6.5-10_all.deb
python-all_2.6.5-10_all.deb
  to main/p/python-defaults/python-all_2.6.5-10_all.deb
python-dbg_2.6.5-10_all.deb
  to main/p/python-defaults/python-dbg_2.6.5-10_all.deb
python-defaults_2.6.5-10.dsc
  to main/p/python-defaults/python-defaults_2.6.5-10.dsc
python-defaults_2.6.5-10.tar.gz
  to main/p/python-defaults/python-defaults_2.6.5-10.tar.gz
python-dev_2.6.5-10_all.deb
  to main/p/python-defaults/python-dev_2.6.5-10_all.deb
python-doc_2.6.5-10_all.deb
  to main/p/python-defaults/python-doc_2.6.5-10_all.deb
python-examples_2.6.5-10_all.deb
  to main/p/python-defaults/python-examples_2.6.5-10_all.deb
python-minimal_2.6.5-10_all.deb
  to main/p/python-defaults/python-minimal_2.6.5-10_all.deb
python_2.6.5-10_all.deb
  to main/p/python-defaults/python_2.6.5-10_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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Ożarowski pi...@debian.org (supplier of updated python-defaults package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 12:34:56 +0200
Source: python-defaults
Binary: python python-minimal python-examples python-dev idle python-doc 
python-dbg python-all python-all-dev python-all-dbg
Architecture: source all
Version: 2.6.5-10
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose d...@debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 idle   - IDE for Python using Tkinter (default version)
 python - interactive high-level object-oriented language (default version)
 python-all - package 

Bug#590005: marked as done (citadel: FTBFS on kfreebsd-*: threads.c:852: error: 'SYS_gettid' undeclared)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 15:32:10 +
with message-id e1od3bs-0007on...@franck.debian.org
and subject line Bug#590005: fixed in citadel 7.82-1
has caused the Debian Bug report #590005,
regarding citadel: FTBFS on kfreebsd-*: threads.c:852: error: 'SYS_gettid' 
undeclared
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.)


-- 
590005: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590005
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: citadel
Version: 7.81-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| gcc -Wall -g -O2 -Wall -Wcast-qual -Wcast-align -Wstrict-prototypes 
-D_REENTRANT -I ./include/ -I. -I ./include/ -DHAVE_CONFIG_H -c threads.c -o 
threads.o
| threads.c: In function 'ctdl_internal_thread_func':
| threads.c:852: error: 'SYS_gettid' undeclared (first use in this function)
| threads.c:852: error: (Each undeclared identifier is reported only once
| threads.c:852: error: for each function it appears in.)
| make[1]: *** [threads.o] Error 1

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

Please contact -bsd@ if you need assistance.

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: citadel
Source-Version: 7.82-1

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

citadel-client_7.82-1_amd64.deb
  to main/c/citadel/citadel-client_7.82-1_amd64.deb
citadel-dbg_7.82-1_amd64.deb
  to main/c/citadel/citadel-dbg_7.82-1_amd64.deb
citadel-doc_7.82-1_all.deb
  to main/c/citadel/citadel-doc_7.82-1_all.deb
citadel-mta_7.82-1_amd64.deb
  to main/c/citadel/citadel-mta_7.82-1_amd64.deb
citadel-server_7.82-1_amd64.deb
  to main/c/citadel/citadel-server_7.82-1_amd64.deb
citadel_7.82-1.diff.gz
  to main/c/citadel/citadel_7.82-1.diff.gz
citadel_7.82-1.dsc
  to main/c/citadel/citadel_7.82-1.dsc
citadel_7.82.orig.tar.gz
  to main/c/citadel/citadel_7.82.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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Meskes mes...@debian.org (supplier of updated citadel package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 17:01:00 +0200
Source: citadel
Binary: citadel-server citadel-mta citadel-client citadel-doc citadel-dbg
Architecture: source amd64 all
Version: 7.82-1
Distribution: unstable
Urgency: low
Maintainer: Debian Citadel Team pkg-citadel-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 citadel-client - complete and feature-rich groupware server (command line 
client)
 citadel-dbg - complete and feature-rich groupware server - debugging symbols
 citadel-doc - complete and feature-rich groupware server (documentation)
 citadel-mta - complete and feature-rich groupware server (mail transport agent)
 citadel-server - complete and feature-rich groupware server
Closes: 590005
Changes: 
 citadel (7.82-1) unstable; urgency=low
 .
   * New Upstream version 7.82
   * Only use SYS_gettid on linux. (Closes: #590005)
Checksums-Sha1: 
 783568f1b96276864112f8f1dc6325b2e3bb3ef6 1535 citadel_7.82-1.dsc
 0ff3dfc7af9c61aee6900e78fa472d8514b158ca 842440 citadel_7.82.orig.tar.gz
 2c7a12659d861d43cdd60e833c3bb688f3725699 36951 citadel_7.82-1.diff.gz
 52cf4881b4f6bf19f940debcc5cc200aa890dc42 406654 citadel-server_7.82-1_amd64.deb
 24955c010540ba2de72f37e519e42ca9d0550cde 10878 citadel-mta_7.82-1_amd64.deb
 8bd5f9722666130c5eb90d7759c3efe3e0aa1359 132290 citadel-client_7.82-1_amd64.deb
 eff7cbf3de74dd118f9d93189f2d015f56d0273b 1169344 citadel-dbg_7.82-1_amd64.deb
 582f0e61faaf5bd06d92b2e29c1810240b87c845 99858 citadel-doc_7.82-1_all.deb
Checksums-Sha256: 
 7b12cd665dea20157ecaad425a7648c786e08495db72232ff689aa839f520361 1535 
citadel_7.82-1.dsc
 14d0c3c85701ae2a7fee5cf85e4c697a5b5a82a35cdec3066f612fb9ea57fbab 842440 
citadel_7.82.orig.tar.gz
 4a9dda9c5b829f7f21f23c986c7dfcca0f533bc8b5b166ea7af37d43c8807817 36951 
citadel_7.82-1.diff.gz
 b2a89c05bd2aab21a17605fbb434a46c6fc0c6c91e1cda92b8f0ed598a38d015 406654 
citadel-server_7.82-1_amd64.deb
 

Bug#575519: coriander: segfault

2010-07-25 Thread Laurent Bonnaud
On Sun, 2010-07-25 at 15:08 +0200, Guus Sliepen wrote:

 Can you provide me with a backtrace (using gdb, with the bt full command)
 when it does crash?

I will not be able to do so until september when I have physical access
to my test machine again (because of the holidays).

 By the way, what model Firewire camera 

I tested with a Sony DFW-V500.  We also have a PointGrey BumbleBee and a
PointGrey Dragonfly.

 and which Firewire card or onboard chip do you have? 

On my test system:

$ lspci
[...]
02:02.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 61)

We also have chipsets from Texas Instruments and probably others.

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/






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



Bug#590279: shiboken: FTBFS on sparc: Bus error

2010-07-25 Thread Didier 'OdyX' Raboud
forwarded 590279 http://bugs.openbossa.org/222
tags 590279 +upstream
thanks

Hi Cyril, and thanks for your bugreport, 

Le dimanche 25 juillet 2010 15:49:14 Cyril Brulebois, vous avez écrit :
 Source: shiboken
 Version: 0.3.2-3
 Severity: serious
 Justification: FTBFS
 User: debian-sp...@lists.debian.org
 Usertags: sparc
 
 Hi,
 
 your package no longer builds on sparc:

It never did… [0]. I already reported that bug as #222 on the upstream 
bugtracker [1] and managed to get a backtrace from tumbleweed (thanks again).

As I don't have access to sparc hardware to test that build failure on (nor 
real 
knowledge of sparc-specifics), I'm mostly waiting on external help.

 Full build logs:
   https://buildd.debian.org/status/package.php?p=shiboken
 
 Mraw,
 KiBi.

Cheers, 

OdyX

[0] https://buildd.debian.org/build.cgi?arch=sparcpkg=shiboken
[1] http://bugs.openbossa.org/222

-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com



--
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#590279: shiboken: FTBFS on sparc: Bus error

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

 forwarded 590279 http://bugs.openbossa.org/222
Bug #590279 [src:shiboken] shiboken: FTBFS on sparc: Bus error
Set Bug forwarded-to-address to 'http://bugs.openbossa.org/222'.
 tags 590279 +upstream
Bug #590279 [src:shiboken] shiboken: FTBFS on sparc: Bus error
Added tag(s) upstream.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590279
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#590279: shiboken: FTBFS on sparc: Bus error

2010-07-25 Thread Julien Cristau
On Sun, Jul 25, 2010 at 18:40:47 +0200, Didier 'OdyX' Raboud wrote:

 As I don't have access to sparc hardware to test that build failure on (nor 
 real 
 knowledge of sparc-specifics), I'm mostly waiting on external help.
 
Bus error means unaligned memory access.  Other platforms fix these up,
sparc doesn't.

Here from a quick look it seems you're using a char allocator to
allocate a pp_fast_string?  (I'm a c++ novice so I'm not sure I'm
reading this correctly)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#590298: bozohttpd: CVE-2010-2320,CVE-2010-2195 multiple security issues

2010-07-25 Thread Nico Golde
Package: bozohttpd
Version: 20090522-2
Severity: grave
Tags: security

Hi,
the following CVE (Common Vulnerabilities  Exposures) ids were
published for bozohttpd.

From the original reporter:
| Bozohttpd is started from inetd with a configuration line
| in /etc/inetd.conf like this:
| www  stream tcp nowait  root/usr/sbin/tcpd  /usr/sbin/bozohttpd 
/var/www -X -H -S foobar -c /usr/lib/cgi-bin -U www-data -u
| 
| There is a ~user1/public_html and there are other users on the system
| but without a public_html
| 
| 1) Go to http://localhost/~user1/;
| I get the index.html from user1/public_html as expected
| 2) Go to http://localhost/~user2/; (who don't have a public_html dir)
|I get a
| 403 Forbidden /~user2/: Access to this item has been denied, as expected
| 
| 3) Go to http://localhost/~user2/; again (reload the page)
|   I don't get the error above, but just the directory index of ~user2
| (/home/user2).
| 
| If I reload the page I get the result of 2) and 3) swapping around. 3)
| Shouldn't happen, as there is no public_html there. And anyone can:
| a) Probe for user names in the system (dir is there or not)
| b) Look at least the name of the files of some user.

The latest upstream version fixes both problems

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

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2195
http://security-tracker.debian.org/tracker/CVE-2010-2195
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-2320
http://security-tracker.debian.org/tracker/CVE-2010-2320

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


pgp2iT2fXrn3o.pgp
Description: PGP signature


Bug#590279: Downgrading severity

2010-07-25 Thread Didier 'OdyX' Raboud
severity 590279 important
thanks

Downgrading severity under RC level as shiboken has never been built on sparc.

-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com



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



Processed: Downgrading severity

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

 severity 590279 important
Bug #590279 [src:shiboken] shiboken: FTBFS on sparc: Bus error
Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590279
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#587481: intent to NMU

2010-07-25 Thread Nico Golde
Hi,
I intent to upload a 0day NMU to fix this bug.
The debdiff is available at:
http://people.debian.org/~nion/nmu-diff/syscp-1.4.2.1-2_1.4.2.1-2.1.patch

Cheers
Nico

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


pgpb4GEZVGBAo.pgp
Description: PGP signature


Bug#590277: (no subject)

2010-07-25 Thread Paolo Bonzini
upstream release 3.2.1 added a 1-minute timeout to all tests.  This will 
at the very least change the infinite loop into a failure and will 
possibly show other failures.


The relevant commit is 06d7a0f2b5faea40ea8701b8772d8ef0841766bd.

http://git.savannah.gnu.org/cgit/smalltalk.git/commit/?id=06d7a0

Paolo



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



Bug#569097: RM: camserv; -- RoQA; dead upstream, security issue, not properly maintained

2010-07-25 Thread Nico Golde
Hi,
I hereby request the removal of camserv from the archive. 
It's upstream is not active anymore, it's using an old v4l 
API and tools like camstream look like a good replacement.
Please remove camserv.

Kind regards
Nico



signature.asc
Description: Digital signature


Bug#531428: marked as done (beagle-backend-evolution no longer indexes evolution)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 18:49:03 +0100
with message-id 20100725174903.ga13...@ubuntu.lan
and subject line Re: Bug#531428: beagle-backend-evolution no longer indexes 
evolution
has caused the Debian Bug report #531428,
regarding beagle-backend-evolution no longer indexes evolution
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.)


-- 
531428: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531428
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: beagle-backend-evolution
Version: 0.3.9-3
Severity: grave
Justification: renders package unusable

beagle-backend-evolution doesn't index evolution, I suppose since the change to 
sqlite.
It's driving me crazy :-) 
Since indexing evolution is the purpose of this package, the fact that it 
doesn't work seems to justify 
grave.
I'm filing this bug because I'd like to know what's happening. Evolution 2.24 
and 2.26 have been out for a 
while and I can't find a bug report to track this in Debian. Fast searching if 
email is indispensable 
to me, for what it's worth. 

Ubuntu has bug reports so other people are seeing this problem. Unfortunately, 
I seem to lack the necessary 
skills or magical ability to learn anything of practical use from Ubuntu bug 
reports.

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

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

Versions of packages beagle-backend-evolution depends on:
ii  beagle0.3.9-3indexing and search tool for your 
ii  libevolution5.0-cil   0.20.0-1   CLI bindings for Evolution
ii  libgconf2.0-cil   2.24.1-4   CLI binding for GConf 2.24
ii  libglib2.0-0  2.20.1-2   The GLib library of C routines
ii  libglib2.0-cil2.12.8-2   CLI binding for the GLib utility l
ii  libgmime2.2a-cil  2.2.22-4   CLI binding for the MIME library
ii  libmono-corlib2.0-cil 2.0.1-6Mono core library (for CLI 2.0)
ii  libmono-posix2.0-cil  2.0.1-6Mono.Posix library (for CLI 2.0)
ii  libmono-sqlite2.0-cil 2.0.1-6Mono Sqlite library (for CLI 2.0)
ii  libmono-system2.0-cil 2.0.1-6Mono System libraries (for CLI 2.0

beagle-backend-evolution recommends no packages.

beagle-backend-evolution suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---

Hello,

On Mon, Jun 01, 2009 at 09:51:41PM +1000, Tim Richardson wrote:

Package: beagle-backend-evolution
Version: 0.3.9-3
Severity: grave
Justification: renders package unusable

beagle-backend-evolution doesn't index evolution, I suppose since the change to 
sqlite.
It's driving me crazy :-)
Since indexing evolution is the purpose of this package, the fact that it 
doesn't work seems to justify
grave.
I'm filing this bug because I'd like to know what's happening. Evolution 2.24 
and 2.26 have been out for a
while and I can't find a bug report to track this in Debian. Fast searching if 
email is indispensable
to me, for what it's worth.

Ubuntu has bug reports so other people are seeing this problem. Unfortunately, 
I seem to lack the necessary
skills or magical ability to learn anything of practical use from Ubuntu bug 
reports.


Thanks for your report. This has been resolved, although in a way you 
will probably not like: beagle was removed from Debian completely.


Closing now.

Cheers.
Iain

---End Message---


Bug#562265: beagle-xesam: FTBFS: /bin/bash: /usr/bin/csc: No such file or directory

2010-07-25 Thread Iain Lane

Hiya,

On Thu, Dec 24, 2009 at 11:19:31AM +0100, Lucas Nussbaum wrote:

Source: beagle-xesam
Version: 0.2-2
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.


We had beagle and all rdeps removed from unstable; closing this bug now. 
Thanks for reporting it!


Iain


signature.asc
Description: Digital signature


Bug#590301: emacs22: CVE-2010-0825 movemail vulnerable to symlink attacks due to race condition

2010-07-25 Thread Nico Golde
Package: emacs22
Severity: grave
Tags: security

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

CVE-2010-0825[0]:
| lib-src/movemail.c in movemail in emacs 22 and 23 allows local users
| to read, modify, or delete arbitrary mailbox files via a symlink
| attack, related to improper file-permission checks.

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

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0825
http://security-tracker.debian.org/tracker/CVE-2010-0825

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


pgp2PYcZqyuvs.pgp
Description: PGP signature


Bug#562265: marked as done (beagle-xesam: FTBFS: /bin/bash: /usr/bin/csc: No such file or directory)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 18:55:56 +0100
with message-id 20100725175556.ga18...@ubuntu.lan
and subject line Re: Bug#562265: beagle-xesam: FTBFS: /bin/bash: /usr/bin/csc: 
No such file or directory
has caused the Debian Bug report #562265,
regarding beagle-xesam: FTBFS: /bin/bash: /usr/bin/csc: 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.)


-- 
562265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562265
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: beagle-xesam
Version: 0.2-2
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.

From mono-devel's changelog:
+ Dropped /usr/bin/csc as it was causing a file conflict with the chicken
  compiler from the chicken-bin package. Most source packages were
  transitioned to use /usr/bin/mono-csc or /usr/bin/cli-csc instead.
  (Closes: #509367, #518106)

Relevant part:
 make[1]: Entering directory 
 `/build/user-beagle-xesam_0.2-2-amd64-m7Tmxt/beagle-xesam-0.2'
 Making all in src
 make[2]: Entering directory 
 `/build/user-beagle-xesam_0.2-2-amd64-m7Tmxt/beagle-xesam-0.2/src'
 /usr/bin/csc -debug -codepage:utf8  -out:XesamAdaptor.exe ./Session.cs 
 ./Search.cs ./Searcher.cs ./Parser.cs ./Ontologies.cs ./XesamAdaptor.cs   
   -r:/usr/lib/cli/ndesk-dbus-glib-1.0/NDesk.DBus.GLib.dll 
 -r:/usr/lib/cli/ndesk-dbus-1.0/NDesk.DBus.dll   
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/pango-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/atk-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gdk-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/gtk-sharp.dll 
 -r:/usr/lib/pkgconfig/../../lib/mono/gtk-sharp-2.0/glib-sharp.dll   
 -r:/usr/lib/beagle/Beagle.dll -r:/usr/lib/beagle/Util.dll   
 /bin/bash: /usr/bin/csc: No such file or directory
 make[2]: *** [XesamAdaptor.exe] Error 127

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/13/beagle-xesam_0.2-2_lsid64.buildlog

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

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

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


---End Message---
---BeginMessage---

Hiya,

On Thu, Dec 24, 2009 at 11:19:31AM +0100, Lucas Nussbaum wrote:

Source: beagle-xesam
Version: 0.2-2
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.


We had beagle and all rdeps removed from unstable; closing this bug now. 
Thanks for reporting it!


Iain


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


Bug#589851: RFS: bgoffice (QA upload, RC bugfix)

2010-07-25 Thread George Danchev
Yavor Doganov writes:
 Dear mentors,
--
 The upload would fix these bugs: 589851
 http://mentors.debian.net/debian/pool/main/b/bgoffice/bgoffice_3.0-11.dsc

Uploaded. Thank you for the fix.

-- 
pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu


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


Processed: Re: Bug#590279: Downgrading severity

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

 clone 590279 -1
Bug#590279: shiboken: FTBFS on sparc: Bus error
Bug 590279 cloned as bug 590302.

 reassign -1 apiextractor 0.6.0-1
Bug #590302 [src:shiboken] shiboken: FTBFS on sparc: Bus error
Bug reassigned from package 'src:shiboken' to 'apiextractor'.
Bug No longer marked as found in versions shiboken/0.3.2-3.
Bug #590302 [apiextractor] shiboken: FTBFS on sparc: Bus error
There is no source info for the package 'apiextractor' at version '0.6.0-1' 
with architecture ''
Unable to make a source version for version '0.6.0-1'
Bug Marked as found in versions 0.6.0-1.
 severity -1 grave
Bug #590302 [apiextractor] shiboken: FTBFS on sparc: Bus error
Severity set to 'grave' from 'important'

 retitle -1 SIGBUS on sparc, induces FTBFS for shiboken
Bug #590302 [apiextractor] shiboken: FTBFS on sparc: Bus error
Changed Bug title to 'SIGBUS on sparc, induces FTBFS for shiboken' from 
'shiboken: FTBFS on sparc: Bus error'
 block 590279 by -1
Bug #590279 [src:shiboken] shiboken: FTBFS on sparc: Bus error
Was not blocked by any bugs.
Added blocking bug(s) of 590279: 590302
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590279: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590279
590302: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590302
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#589851: marked as done (aspell-bg: Broken after upgrade from lenny or after reinstalling the package)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 18:02:09 +
with message-id e1od5wb-0004u7...@franck.debian.org
and subject line Bug#589851: fixed in bgoffice 3.0-11
has caused the Debian Bug report #589851,
regarding aspell-bg: Broken after upgrade from lenny or after reinstalling the 
package
to be marked as done.

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

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


-- 
589851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589851
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: aspell-bg
Version: 3.0-10
Severity: serious

Upgrading from 3.0-9 or simply doing `aptitude reinstall aspell-bg'
results in the removal of the files /var/lib/aspell/bg{,-en}.rws,
making the correspondent symlinks in /usr/lib/aspell dangling.

This makes the package completely unusable.

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

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

Versions of packages aspell-bg depends on:
ii  aspell0.60.6-4   GNU Aspell spell-checker

aspell-bg recommends no packages.

aspell-bg suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: bgoffice
Source-Version: 3.0-11

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

aspell-bg_3.0-11_all.deb
  to main/b/bgoffice/aspell-bg_3.0-11_all.deb
bgoffice_3.0-11.debian.tar.gz
  to main/b/bgoffice/bgoffice_3.0-11.debian.tar.gz
bgoffice_3.0-11.dsc
  to main/b/bgoffice/bgoffice_3.0-11.dsc
ibulgarian_3.0-11_i386.deb
  to main/b/bgoffice/ibulgarian_3.0-11_i386.deb
myspell-bg_3.0-11_all.deb
  to main/b/bgoffice/myspell-bg_3.0-11_all.deb
wbulgarian_3.0-11_all.deb
  to main/b/bgoffice/wbulgarian_3.0-11_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 589...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yavor Doganov ya...@gnu.org (supplier of updated bgoffice package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 10:06:39 +0300
Source: bgoffice
Binary: aspell-bg myspell-bg ibulgarian wbulgarian
Architecture: source all i386
Version: 3.0-11
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Yavor Doganov ya...@gnu.org
Description: 
 aspell-bg  - Bulgarian dictionary for aspell
 ibulgarian - The Bulgarian dictionary for ispell
 myspell-bg - The Bulgarian dictionary for myspell
 wbulgarian - The Bulgarian dictionary words for /usr/share/dict
Closes: 589851
Changes: 
 bgoffice (3.0-11) unstable; urgency=medium
 .
   * QA upload.
   * debian/aspell-bg.postrm: Don't delete explicitly the files in
 /var/lib/aspell; harmful during upgrades or package reinstallation
 (Closes: #589851).  Handle obsolete conffile removal.
   * debian/aspell-bg.postinst: Recover from the old erroneous postrm and
 touch bg{,-en}.rws and bg.compat if the files do not exist.  Use
 dpkg-maintscript-helper to handle removal of 90aspell-bg.el.
   * debian/rules (install): Create an empty var/lib/aspell/bg-en.rws.
 Replace dh_clean -k with dh_prep.  Don't install 90ibulgarian.el and
 90aspell-bg.el.
   * debian/compat: Set to 7.
   * debian/control (Standards-Version): Claim compliance with 3.9.0; no
 changes needed.
 (Build-Depends): Bump debhelper to = 7.  Remove dictionaries-common
 and minimal version requirement for dictionaries-common-dev.
 (Section, Priority): Remove duplicate fields.
 (Depends): Remove obsolete version constraint for aspell and
 dictionaries-common.  Add ${misc:Depends}.
 (Replaces, Conflicts, Provides): Remove obsolete relationships
 regarding mybulgarian and openoffice.org.
   * debian/90ibulgarian.el:
   * debian/90aspell-bg.el: Delete; obsolete since emacs21 is gone.
   * debian/aspell-bg.preinst:
   * debian/ibulgarian.preinst:
   * debian/ibulgarian.postinst:
   * debian/ibulgarian.postrm: New files; use dpkg-maintscript-helper to
 handle the obsolete conffile removal.
   * 

Processed: cloning

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

 clone 590301 -1
Bug#590301: emacs22: CVE-2010-0825 movemail vulnerable to symlink attacks due 
to race condition
Bug 590301 cloned as bug 590303.

 reassign -1 xemacs
Bug #590303 [emacs22] emacs22: CVE-2010-0825 movemail vulnerable to symlink 
attacks due to race condition
Bug reassigned from package 'emacs22' to 'xemacs'.
Warning: Unknown package 'xemacs'
Warning: Unknown package 'xemacs'
Warning: Unknown package 'xemacs'
Warning: Unknown package 'xemacs'
Warning: Unknown package 'xemacs'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590303: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590303
590301: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590301
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#584809: moin: Xss due to unescaped theme.add_msg to be fixed

2010-07-25 Thread Nc Golde
Hi,
any news on this bug report? It's a bit sad to see a fix but nothing 
happening. Frank, if you need sponsoring I can sponsor your upload or Jonas 
please pick this up and upload. I don't want to hijack this, hence the mail 
but it would be nice to get this fixed.

Cheers
Nico

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


pgpW1aGNLwkvC.pgp
Description: PGP signature


Bug#581637: intent to NMU

2010-07-25 Thread Nico Golde
Hi,
since nothing has happened with this bug anymore I am 
uploading a 0day NMU now to fix it.
Patch attached but is pretty much the one from Jens.

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.
diff -u gtklp-1.2.7/debian/changelog gtklp-1.2.7/debian/changelog
--- gtklp-1.2.7/debian/changelog
+++ gtklp-1.2.7/debian/changelog
@@ -1,3 +1,11 @@
+gtklp (1.2.7-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * There is an autopoint package now so build-depending on
+it and remove cvs (Closes: #572471).
+
+ -- Nico Golde n...@debian.org  Sun, 25 Jul 2010 20:29:38 +0200
+
 gtklp (1.2.7-2) unstable; urgency=low
 
   * Use TopGit and Quilt to manage patches
diff -u gtklp-1.2.7/debian/control gtklp-1.2.7/debian/control
--- gtklp-1.2.7/debian/control
+++ gtklp-1.2.7/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Zak B. Elep zak...@zakame.net
-Build-Depends: autoconf, automake, autotools-dev, cdbs, cvs, debhelper (= 5.0.0), gettext, libcups2-dev, libglib2.0-dev, libgtk2.0-dev, libtool, quilt
+Build-Depends: autoconf, automake, autotools-dev, cdbs, autopoint, debhelper (= 5.0.0), gettext, libcups2-dev, libglib2.0-dev, libgtk2.0-dev, libtool, quilt
 Build-Conflicts: autoconf2.13, automake1.4
 Standards-Version: 3.8.3
 Homepage: http://gtklp.sourceforge.net/


signature.asc
Description: Digital signature


Bug#572471: marked as done (gtklp: Please build-depend on autopoint)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 18:47:07 +
with message-id e1od6e7-0007rp...@franck.debian.org
and subject line Bug#572471: fixed in gtklp 1.2.7-2.1
has caused the Debian Bug report #572471,
regarding gtklp: Please build-depend on autopoint
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.)


-- 
572471: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572471
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gtklp
Version: 1.2.7-2
Severity: important
User: gett...@packages.debian.org
Usertags: switch-to-autopoint

There is now an autopoint package. If your package uses the
autopoint script (either directly or indirectly), please build-depend
on the autopoint package. If you had cvs in build-depends only because
of autopoint, you should drop it now.

If gettext itself is in build-depends and it's not used other than
indirectly by autopoint, it could be dropped as well.

You will find more details about this in the README.Debian file for
the gettext package (= 0.17-10).

Thanks.


---End Message---
---BeginMessage---
Source: gtklp
Source-Version: 1.2.7-2.1

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

gtklp_1.2.7-2.1.diff.gz
  to main/g/gtklp/gtklp_1.2.7-2.1.diff.gz
gtklp_1.2.7-2.1.dsc
  to main/g/gtklp/gtklp_1.2.7-2.1.dsc
gtklp_1.2.7-2.1_amd64.deb
  to main/g/gtklp/gtklp_1.2.7-2.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 572...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nico Golde n...@debian.org (supplier of updated gtklp package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 20:29:38 +0200
Source: gtklp
Binary: gtklp
Architecture: source amd64
Version: 1.2.7-2.1
Distribution: unstable
Urgency: low
Maintainer: Zak B. Elep zak...@zakame.net
Changed-By: Nico Golde n...@debian.org
Description: 
 gtklp  - printing tool for CUPS on the GNOME Desktop
Closes: 572471
Changes: 
 gtklp (1.2.7-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * There is an autopoint package now so build-depending on
 it and remove cvs (Closes: #572471).
Checksums-Sha1: 
 3936a98814f16b20925aef748673b4e49c8bfc25 1232 gtklp_1.2.7-2.1.dsc
 54f7921afc9e203468ef9c109b5410985af70875 8275 gtklp_1.2.7-2.1.diff.gz
 cc09b0291408bb23123df90eed1f3c3ba713e728 206024 gtklp_1.2.7-2.1_amd64.deb
Checksums-Sha256: 
 62fa1bd8dcf897da78853591da2dbcbf6d52474eccd8d94d184a31916aff9e30 1232 
gtklp_1.2.7-2.1.dsc
 72433f6753f6b5fa64f88a353d6b89267949f0de2ddaaa2408d62639a3187607 8275 
gtklp_1.2.7-2.1.diff.gz
 d2ca780cb9e9d7191130d548bacca421c6346e7e4909f4187240bfd1da5a1aca 206024 
gtklp_1.2.7-2.1_amd64.deb
Files: 
 487a3f905e6adfc33e3f03c6f22cbf36 1232 x11 optional gtklp_1.2.7-2.1.dsc
 a555649e4d427960709268c2408b07d2 8275 x11 optional gtklp_1.2.7-2.1.diff.gz
 87890a6d2f2095bb7dd17bac67eec919 206024 x11 optional gtklp_1.2.7-2.1_amd64.deb

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

iEYEARECAAYFAkxMhCwACgkQHYflSXNkfP9UtACbBiRiV5jVTm3ZcCaItYjaRY6M
HdYAn1b06ZKnDJLaxXv0lzAKyrp7Uvd6
=zghn
-END PGP SIGNATURE-


---End Message---


Bug#589815: [pkg-eucalyptus-maintainers] Bug#589815: groovy does not provide classes needed

2010-07-25 Thread Steffen Möller
severity 589815 normal
tags 589815 confirmed
thanks

Dominique, great job! I was not aware of the groovy.jar
in /usr/share/eucalyptus.
On 07/24/2010 08:41 PM, Dominique Belhachemi wrote:
 this temporary workaround might help.
 
 mv /usr/share/eucalyptus/groovy.jar /usr/share/eucalyptus/groovy.jar.bckup
 ln -s /usr/share/java/groovy-all.jar /usr/share/eucalyptus/groovy.jar

I can confirm the web interface to be back up. The problem apparently was
the unresolved wildcard in
# ls -l /usr/share/eucalyptus/groovy.jar.bckup
lrwxrwxrwx 1 root root 36 Jul 21 11:16 /usr/share/eucalyptus/groovy.jar.bckup 
- ../groovy/embeddable/groovy-all*.jar


Cheers,

Steffen



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



Bug#590083: cannot reproduce with latest version

2010-07-25 Thread Riccardo Magliocchetti

Hello,

i cannot reproduce it anymore with filezilla 3.3.3.

thanks,
riccardo



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



Bug#589851: #589551 - aspell-bg: Broken after upgrade from lenny or after reinstalling the package

2010-07-25 Thread Ivaylo Valkov

On 25.07.2010 16:47, Yavor Doganov wrote:

There's another potential volunteer too,[...]


Yes, I have some interest in this package, at least to the point that 
there is a newer version, and I might be able to help to update it. But 
I have some doubts.


The problem is that there are a lot of new concepts for me (terminology, 
procedures... the whole process), when it comes to package maintenance 
in Debian. I have no experience in the field. Right now I  have some 
other things to do, so I am reading the documentation slowly.


That said, it is obvious that for the moment I am only able to help, but 
not maintain the package by myself.




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



Bug#590309: libeina-svn-05 and libeina-svn-06 both provide and conflict libeina0.

2010-07-25 Thread Yoram Bar-Haim
Package: libeina-svn-05
Severity: grave
Tags: sid
Justification: renders package unusable

As result, e17 is not installable.

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

Kernel: Linux 2.6.32-l1
Locale: LANG=he_IL, LC_CTYPE=he_IL (charmap=ISO-8859-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libeina-svn-05 depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib

libeina-svn-05 recommends no packages.

libeina-svn-05 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#589796: [gscan2pdf-help] Can't save PDF with gscan2pdf

2010-07-25 Thread Jeffrey Ratcliffe
The logging system was previously just print and warn calls. I've now
replaced all that using Log::Log4perl and added a couple of command
line options to support it. I've uploaded a .deb to
http://launchpadlibrarian.net/52500599/gscan2pdf_0.9.32~1_all.deb

There are no other significant changes, apart from a couple of extra
debugging messages. Please install. You might need a

$ sudo apt-get install liblog-log4perl-perl

first.

If you start the program with

$ gscan2pdf --log=log file

It will default to 'debug' level messages, which will be printed to
the terminal window and to log file.

Please do so, reproduce the bug, quit, and post log file.



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



Bug#590126: rcmdr: FTBFS on mips{,el}: Error : package 'tcltk' could not be loaded

2010-07-25 Thread Dirk Eddelbuettel

On 25 July 2010 at 01:05, Jakub Wilk wrote:
| * Dirk Eddelbuettel e...@debian.org, 2010-07-24, 11:34:
| | Your package failed to build from source on mips[0] and mipsel[1] with
| | the following error:
| |
| | | Error in firstlib(which.lib.loc, package) :
| | |   Tcl/Tk support is not available on this system
| | | Error : package 'tcltk' could not be loaded
| | | ERROR: loading failed
| 
| That means that r-base itself did not build right.
| 
| Indeed.
| 
| All R versions should have tcltk on all platforms.
| 
| Is there a known regression on mips / mipsel with tcl/tk ?
| 
| I don't know of any, but I'm not a mips porter.

According to buildd at 

https://buildd.debian.org/fetch.cgi?pkg=r-base;ver=2.11.1-2%2Bb1;arch=mipsel;stamp=1279384803

the configure detection for tcl did in fact go belly-up:

checking for tclConfig.sh... no
checking for tclConfig.sh in library
(sub)directories... /usr/lib/tcl8.5/tclConfig.sh
checking for tkConfig.sh... no
checking for tkConfig.sh in library
(sub)directories... /usr/lib/tk8.5/tkConfig.sh
checking tcl.h usability... yes
checking tcl.h presence... yes
checking for tcl.h... yes
checking tk.h usability... yes
checking tk.h presence... yes
checking for tk.h... yes
checking whether compiling/linking Tcl/Tk code works... no

That last line should have been a yes.  Who do we talk to now? tcl
maintainers?  Mips porters?

Dirk


| -- 
| Jakub Wilk
| 
| [GNUPG:] ERRSIG 2D4EB3A6015475F5 1 8 01 1280012697 9
| [GNUPG:] NO_PUBKEY 2D4EB3A6015475F5

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com



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



Bug#590255: marked as done (minisat2: FTBFS on non-Linux architectures)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 20:50:06 +
with message-id e1od898-0008oc...@franck.debian.org
and subject line Bug#590255: fixed in minisat2 1:2.2.0-2
has caused the Debian Bug report #590255,
regarding minisat2: FTBFS on non-Linux architectures
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.)


-- 
590255: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590255
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: minisat2
Version: 1:2.2.0-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*:
| /build/buildd-minisat2_2.2.0-1-hurd-i386-OnLli_/minisat2-2.2.0/simp/Main.or: 
In function `printStats(Minisat::Solver)':
| 
/build/buildd-minisat2_2.2.0-1-hurd-i386-OnLli_/minisat2-2.2.0/simp/Main.cc:41: 
undefined reference to `Minisat::memUsedPeak()'
| collect2: ld returned 1 exit status
| make[1]: *** [minisat_release] Error 1

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

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: minisat2
Source-Version: 1:2.2.0-2

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

minisat2_2.2.0-2.debian.tar.gz
  to main/m/minisat2/minisat2_2.2.0-2.debian.tar.gz
minisat2_2.2.0-2.dsc
  to main/m/minisat2/minisat2_2.2.0-2.dsc
minisat2_2.2.0-2_amd64.deb
  to main/m/minisat2/minisat2_2.2.0-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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tautschnig m...@debian.org (supplier of updated minisat2 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 22:02:54 +0200
Source: minisat2
Binary: minisat2
Architecture: source amd64
Version: 1:2.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Michael Tautschnig m...@debian.org
Changed-By: Michael Tautschnig m...@debian.org
Description: 
 minisat2   - Fast and lightweight SAT solver
Closes: 590254 590255
Changes: 
 minisat2 (1:2.2.0-2) unstable; urgency=low
 .
   * Fix FTBFS due to undefined _FPU_{EXTENDED,DOUBLE} (closes: #590254).
   * Fix FTBFS due to undefined memUsedPeak (closes: #590255).
Checksums-Sha1: 
 999196e66c9079a0c9f1ce81886f84bf75ad8605 1110 minisat2_2.2.0-2.dsc
 b1e8925eebafde4cf86c6cc4ca66ae5903981d5e 9783 minisat2_2.2.0-2.debian.tar.gz
 facae7f3829414a7cb4275496e2a2fbc7c2986d4 109824 minisat2_2.2.0-2_amd64.deb
Checksums-Sha256: 
 f43058970529d7d845cf63f1abde54453f13ebb63e63261bf2f14dc11f0f8a45 1110 
minisat2_2.2.0-2.dsc
 e5844690df9282c65e2c549ea20b714812cc21a4d612789bff1465a9ac721204 9783 
minisat2_2.2.0-2.debian.tar.gz
 666eec0e3167c9e9c83c6917f224e24a7670433adf91ab3281cc4f61dd34a266 109824 
minisat2_2.2.0-2_amd64.deb
Files: 
 0dc18e76a05fe6a91264fc844b8a007d 1110 science extra minisat2_2.2.0-2.dsc
 4c696edecd19351f963e1e7ce484aaa9 9783 science extra 
minisat2_2.2.0-2.debian.tar.gz
 7b55df612e88bf8bc2ad4f7cacde2db0 109824 science extra 
minisat2_2.2.0-2_amd64.deb

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

iEYEARECAAYFAkxMnKkACgkQvx6dH3bVKsQTBwCaAgIPTzeXIBEe7tiyVX3q/noi
TOkAoNqm8QgM2bTyzukwPOoDeSm9HIP+
=0xOK
-END PGP SIGNATURE-


---End Message---


Bug#590254: marked as done (minisat2: FTBFS: _FPU_{EXTENDED,DOUBLE} was not declared in this scope)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 20:50:06 +
with message-id e1od898-0008oz...@franck.debian.org
and subject line Bug#590254: fixed in minisat2 1:2.2.0-2
has caused the Debian Bug report #590254,
regarding minisat2: FTBFS: _FPU_{EXTENDED,DOUBLE} was not declared in this scope
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.)


-- 
590254: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590254
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: minisat2
Version: 1:2.2.0-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on a bunch of Linux architectures:
| /build/buildd-minisat2_2.2.0-1-s390-qZhM3l/minisat2-2.2.0/core/Main.cc: In 
function 'int main(int, char**)':
| /build/buildd-minisat2_2.2.0-1-s390-qZhM3l/minisat2-2.2.0/core/Main.cc:79: 
error: '_FPU_EXTENDED' was not declared in this scope
| /build/buildd-minisat2_2.2.0-1-s390-qZhM3l/minisat2-2.2.0/core/Main.cc:79: 
error: '_FPU_DOUBLE' was not declared in this scope

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

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: minisat2
Source-Version: 1:2.2.0-2

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

minisat2_2.2.0-2.debian.tar.gz
  to main/m/minisat2/minisat2_2.2.0-2.debian.tar.gz
minisat2_2.2.0-2.dsc
  to main/m/minisat2/minisat2_2.2.0-2.dsc
minisat2_2.2.0-2_amd64.deb
  to main/m/minisat2/minisat2_2.2.0-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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Tautschnig m...@debian.org (supplier of updated minisat2 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 22:02:54 +0200
Source: minisat2
Binary: minisat2
Architecture: source amd64
Version: 1:2.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Michael Tautschnig m...@debian.org
Changed-By: Michael Tautschnig m...@debian.org
Description: 
 minisat2   - Fast and lightweight SAT solver
Closes: 590254 590255
Changes: 
 minisat2 (1:2.2.0-2) unstable; urgency=low
 .
   * Fix FTBFS due to undefined _FPU_{EXTENDED,DOUBLE} (closes: #590254).
   * Fix FTBFS due to undefined memUsedPeak (closes: #590255).
Checksums-Sha1: 
 999196e66c9079a0c9f1ce81886f84bf75ad8605 1110 minisat2_2.2.0-2.dsc
 b1e8925eebafde4cf86c6cc4ca66ae5903981d5e 9783 minisat2_2.2.0-2.debian.tar.gz
 facae7f3829414a7cb4275496e2a2fbc7c2986d4 109824 minisat2_2.2.0-2_amd64.deb
Checksums-Sha256: 
 f43058970529d7d845cf63f1abde54453f13ebb63e63261bf2f14dc11f0f8a45 1110 
minisat2_2.2.0-2.dsc
 e5844690df9282c65e2c549ea20b714812cc21a4d612789bff1465a9ac721204 9783 
minisat2_2.2.0-2.debian.tar.gz
 666eec0e3167c9e9c83c6917f224e24a7670433adf91ab3281cc4f61dd34a266 109824 
minisat2_2.2.0-2_amd64.deb
Files: 
 0dc18e76a05fe6a91264fc844b8a007d 1110 science extra minisat2_2.2.0-2.dsc
 4c696edecd19351f963e1e7ce484aaa9 9783 science extra 
minisat2_2.2.0-2.debian.tar.gz
 7b55df612e88bf8bc2ad4f7cacde2db0 109824 science extra 
minisat2_2.2.0-2_amd64.deb

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

iEYEARECAAYFAkxMnKkACgkQvx6dH3bVKsQTBwCaAgIPTzeXIBEe7tiyVX3q/noi
TOkAoNqm8QgM2bTyzukwPOoDeSm9HIP+
=0xOK
-END PGP SIGNATURE-


---End Message---


Bug#590320: Please upload a git 20010-07-25 commit to fix Y0utube interface change

2010-07-25 Thread Dererk
Package: minitube
Severity: critical
Tags: fixed-upstream, confirmed
Reason: Renders package unusable

Dear Maintainer!

As G00gle frequently does, once again another service changed it's
webservice interface/API rendering all software non-http slaved broken
(instead of providing backwards-compatible interfaces..).

Please, take seriously into account packaging git revision higher than
20010-07-25  a7ce2f4f133804233e7c078fb3ca1bdd4dc23e0f, which fixes this
issue.
I've verified it myself repackaging last git commit with the very same
debian/ dir and works again as expected.

Thanks in advance and for maintaining minitube.


Greetings,

Dererk

-- 
BOFH excuse #344:
Network failure -  call NBC




signature.asc
Description: OpenPGP digital signature


Processed: severity of 590309 is important

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

 severity 590309 important
Bug #590309 [libeina-svn-05] libeina-svn-05 and libeina-svn-06 both provide and 
conflict libeina0.
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590309: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590309
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#589796: [gscan2pdf-help] Can't save PDF with gscan2pdf

2010-07-25 Thread A. Costa
Package: gscan2pdf
Version: 0.9.32~1
Severity: normal


I have the same bug on my system, currently can save as .PNG, but not .PDFs.  
As advised here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589796#70

...I installed the log-able version, then ran:

gscan2pdf --log=/tmp/gscan2pdf_wont_save.log

Scanned a blank page, tried to save as a .PDF and quit.  The log
is attached.

Hope this helps...



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

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

Versions of packages gscan2pdf depends on:
ii  imagemagick  7:6.6.2.6-1 image manipulation programs
ii  libconfig-general-perl   2.48-1  Generic Configuration Module
ii  libforks-perl0.34-1  Perl module to emulate threads wit
ii  libgoo-canvas-perl   0.06-1  Perl interface to the GooCanvas
ii  libgtk2-ex-simple-list-perl  0.50-2  simple interface to Gtk2's complex
ii  libgtk2-imageview-perl   0.05-1  Perl bindings for the GtkImageView
ii  libhtml-parser-perl  3.65-1  collection of modules that parse H
ii  liblocale-gettext-perl   1.05-6  Using libc functions for internati
ii  liblog-log4perl-perl 1.28-1  A Perl port of the widely popular 
ii  libpdf-api2-perl 0.73-1  module for creating or modifying P
ii  libproc-processtable-perl0.45-1  Perl library for accessing process
ii  libreadonly-perl 1.03-2  Facility for creating read-only sc
ii  librsvg2-common  2.26.3-1SAX-based renderer library for SVG
ii  libsane-perl 0.03-1  Perl bindings for the SANE (Scanne
ii  libset-intspan-perl  1.14-1  Perl module to manage sets of inte
ii  libtiff-tools3.9.4-1 TIFF manipulation and conversion t
ii  perl-modules [libarchive-tar 5.10.1-13   Core Perl modules
ii  perlmagick   7:6.6.0.4-2 Perl interface to the ImageMagick 
ii  sane-utils   1.0.21-1API library for scanners -- utilit

Versions of packages gscan2pdf recommends:
pn  cuneiformnone  (no description available)
ii  djvulibre-bin3.5.22-9Utilities for the DjVu image forma
ii  gocr 0.48-1  A command line OCR
ii  libgtk2-ex-podviewer 0.18-1  Perl Gtk2 widget for displaying Pl
ii  sane 1.0.14-9scanner graphical frontends
pn  tesseract-ocrnone  (no description available)
ii  unpaper  0.3-1   post-processing tool for scanned p
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

gscan2pdf suggests no packages.

-- no debconf information


gscan2pdf_wont_save.log.gz
Description: GNU Zip compressed data


Bug#590322: Experimental version uninstallable because of dependency on libgjs0a

2010-07-25 Thread Tomasz Rybak
Package: gnome-shell
Version: 2.31.2-1
Severity: grave
Tags: experimental

I am unable to install new version of gnome-shell:

# LANG=C apt-get -t experimental install gnome-shell
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  gnome-shell: Depends: libgjs0a (= 0.7.1) but 0.7-1 is to be installed
E: Broken packages

and after upgrade gir packages old gnome-shell is not usable:

$ gnome-shell

(mutter:2310): mutter-WARNING **: Could not load library 
[/usr/lib/mutter/plugins/libgnome-shell.so 
(/usr/lib/mutter/plugins/libgnome-shell.so: undefined symbol: 
mutter_plugin_effect_completed)]




-- 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-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-shell depends on:
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gir1.0-clutter-1.0  1.2.12-2 GObject introspection data for the
ii  gir1.0-freedesktop  0.6.14-1+b1  Introspection data for some FreeDe
ii  gir1.0-glib-2.0 0.6.14-1+b1  Introspection data for GLib, GObje
ii  gir1.0-gtk-2.0  0.6.5-6+b1   GObject introspection data for the
ii  gir1.0-json-glib-1.00.10.2-2 GLib JSON manipulation library (do
ii  gir1.0-mutter-2.31  2.31.5-1 GObject introspection data for Mut
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libclutter-1.0-01.2.12-2 Open GL based interactive canvas l
ii  libcroco3   0.6.2-1  a generic Cascading Style Sheet (C
ii  libdbus-1-3 1.2.24-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libffi5 3.0.9-2  Foreign Function Interface library
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.0-2  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libgirepository1.0-00.6.14-1+b1  Library for handling GObject intro
ii  libgjs0a0.7-1Mozilla-based javascript bindings 
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.2-1 Utility library for loading .deskt
ii  libgnome-menu2  2.30.2-1 an implementation of the freedeskt
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libjson-glib-1.0-0  0.10.2-2 GLib JSON manipulation library
ii  libmozjs2d  1.9.1.11-1   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.4-2  NetScape Portable Runtime Library
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxcomposite1  1:0.4.2-1X11 Composite extension library
ii  libxdamage1 1:1.1.3-1X11 damaged region extension libra
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.5-1X11 miscellaneous 'fixes' extensio
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  mesa-utils  7.7.1-4  Miscellaneous Mesa GL utilities
ii  mutter  2.31.5-1 lightweight GTK+ window manager
ii  pkg-config  0.25-1   manage compile and link flags for 
ii  python  2.6.5-9  interactive high-level object-orie
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnome-shell recommends:
ii  xserver-xephyr2:1.7.7-3  nested X server

gnome-shell 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#590271: marked as done (clamav: FTBFS on sparc: FAIL: check2_clamd.sh)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 22:32:30 +
with message-id e1od9ke-0007gn...@franck.debian.org
and subject line Bug#590271: fixed in clamav 0.96.1+dfsg-3
has caused the Debian Bug report #590271,
regarding clamav: FTBFS on sparc: FAIL: check2_clamd.sh
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.)


-- 
590271: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590271
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: clamav
Version: 0.96.1+dfsg-2
Severity: serious
Justification: FTBFS
User: debian-sp...@lists.debian.org
Usertags: sparc

Hi,

your package no longer builds on sparc:
| PASS: check_clamav
| PASS: check_freshclam.sh
| PASS: check_sigtool.sh
| SKIP: check_unit_vg.sh
| PASS: check1_clamscan.sh
| FAIL: check2_clamd.sh
| PASS: check3_clamd.sh
| PASS: check4_clamd.sh
| SKIP: check5_clamd_vg.sh
| SKIP: check6_clamd_vg.sh
| SKIP: check7_clamd_hg.sh
| SKIP: check8_clamd_hg.sh
| 
| 1 of 7 tests failed
| (5 tests were not run)
| See unit_tests/test-suite.log
| Please report to http://bugs.clamav.net/
| 
| make[4]: *** [test-suite.log] Error 1

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

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: clamav
Source-Version: 0.96.1+dfsg-3

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

clamav-base_0.96.1+dfsg-3_all.deb
  to main/c/clamav/clamav-base_0.96.1+dfsg-3_all.deb
clamav-daemon_0.96.1+dfsg-3_amd64.deb
  to main/c/clamav/clamav-daemon_0.96.1+dfsg-3_amd64.deb
clamav-dbg_0.96.1+dfsg-3_amd64.deb
  to main/c/clamav/clamav-dbg_0.96.1+dfsg-3_amd64.deb
clamav-docs_0.96.1+dfsg-3_all.deb
  to main/c/clamav/clamav-docs_0.96.1+dfsg-3_all.deb
clamav-freshclam_0.96.1+dfsg-3_amd64.deb
  to main/c/clamav/clamav-freshclam_0.96.1+dfsg-3_amd64.deb
clamav-milter_0.96.1+dfsg-3_amd64.deb
  to main/c/clamav/clamav-milter_0.96.1+dfsg-3_amd64.deb
clamav-testfiles_0.96.1+dfsg-3_all.deb
  to main/c/clamav/clamav-testfiles_0.96.1+dfsg-3_all.deb
clamav_0.96.1+dfsg-3.diff.gz
  to main/c/clamav/clamav_0.96.1+dfsg-3.diff.gz
clamav_0.96.1+dfsg-3.dsc
  to main/c/clamav/clamav_0.96.1+dfsg-3.dsc
clamav_0.96.1+dfsg-3_amd64.deb
  to main/c/clamav/clamav_0.96.1+dfsg-3_amd64.deb
libclamav-dev_0.96.1+dfsg-3_amd64.deb
  to main/c/clamav/libclamav-dev_0.96.1+dfsg-3_amd64.deb
libclamav6_0.96.1+dfsg-3_amd64.deb
  to main/c/clamav/libclamav6_0.96.1+dfsg-3_amd64.deb



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

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

Debian distribution maintenance software
pp.
Michael Tautschnig m...@debian.org (supplier of updated clamav package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 25 Jul 2010 22:47:46 +0200
Source: clamav
Binary: clamav-base clamav-docs clamav-dbg clamav libclamav-dev libclamav6 
clamav-daemon clamav-testfiles clamav-freshclam clamav-milter
Architecture: source all amd64
Version: 0.96.1+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: ClamAV Team pkg-clamav-de...@lists.alioth.debian.org
Changed-By: Michael Tautschnig m...@debian.org
Description: 
 clamav - anti-virus utility for Unix - command-line interface
 clamav-base - anti-virus utility for Unix - base package
 clamav-daemon - anti-virus utility for Unix - scanner daemon
 clamav-dbg - debug symbols for ClamAV
 clamav-docs - anti-virus utility for Unix - documentation
 clamav-freshclam - anti-virus utility for Unix - virus database update utility
 clamav-milter - anti-virus utility for Unix - sendmail integration
 clamav-testfiles - anti-virus utility for Unix - test files
 libclamav-dev - anti-virus utility for Unix - development files
 libclamav6 - anti-virus utility for Unix - library
Closes: 590271
Changes: 
 clamav (0.96.1+dfsg-3) unstable; urgency=low
 .
   [ Michael Tautschnig ]
   * Increase memory limit for tests (closes: #590271).
Checksums-Sha1: 
 bca48d589a9c007bce5ea5aa467956e0b3984d4b 1430 clamav_0.96.1+dfsg-3.dsc
 a22c910ed3258ce1d499e568bc1b6663df91597e 278534 clamav_0.96.1+dfsg-3.diff.gz
 5976ab15968467f5b21ec89c028079371fa47f6d 24858538 

Bug#589976: reassign 589976 to libquvi

2010-07-25 Thread Nobuhiro Iwamatsu
reassign 589976 libquvi 0.2.0-1
thanks

Hi,

This is caused by lubquvi.

http://code.google.com/p/cclive/issues/detail?id=41colspec=ID%20Type%20Status%20Priority%20Owner%20Summary

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



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



Processed: reassign 589976 to libquvi

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

 reassign 589976 libquvi 0.2.0-1
Bug #589976 [cclive] cclive failing on all videos
Bug reassigned from package 'cclive' to 'libquvi'.
Bug No longer marked as found in versions cclive/0.6.3-1.
Bug #589976 [libquvi] cclive failing on all videos
There is no source info for the package 'libquvi' at version '0.2.0-1' with 
architecture ''
Unable to make a source version for version '0.2.0-1'
Bug Marked as found in versions 0.2.0-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589976
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#522698: Exclude kfreebsd architecture from openntpd build?

2010-07-25 Thread Dererk
On 24/07/10 10:41, Robbert Kouprie wrote:
 Hi,

 For a while, noone seems to care about this grave openntpd bug on the
 kfreebsd platform. Because of this, the package was eventually removed
 from testing. For people running on different architectures than
 kfreebsd this is very unfortunate, because they did not suffer from
 this grave bug.

 Can't we just exclude kfreebsd-* from the Architecture field in
 debian/control so that we don't build the package for kfreebsd
 (pending the kfreebsd bug getting fixed)?

 Regards,
 Robbert


Hi Robbert Kouprie.

I'm afraid it's not yet so easy to debug on kfreebsd-* flavors, as the
port lack most common (unless for me) debugging tools, therefore, you
might understand it's not a matter like  noone cares.

On the other hand, against what common sense could tell you, openntpd
doesn't adjust the system's clock rate (it uses adjtime()), although Its
something you take for granted when you install a software like this, it
really ends up being more painful than useful for end-users that just
want their sandboxes clocked (#306106).

Unfortunately, the only patch I could manage to get running on replacing
adjtime() with adjtimex() didn't work as expected.
Therefore, in the hope of waiting for a patch that could do the magic,
I'll be requesting release managers for removal and block on Squeeze for
the sake of user's sanity.


Greetings,

Dererk

-- 
BOFH excuse #344:
Network failure -  call NBC




signature.asc
Description: OpenPGP digital signature


Bug#590320: Please upload a git 20010-07-25 commit to fix Y0utube interface change

2010-07-25 Thread Jakob Haufe
tag 590320 pending
thanks

Thanks for your report, Dererk.

I was already aware of the issue but had not yet found time to investigate.

I'm going to package a fixed version later today.

 Please, take seriously into account packaging git revision higher than
 20010-07-25  a7ce2f4f133804233e7c078fb3ca1bdd4dc23e0f, which fixes this
 issue.

Let's hope i don't have to time-travel 18000 years to the future for this ;)

Greetings,
Jakob

-- 
ceterum censeo microsoftem esse delendam.


signature.asc
Description: PGP signature


Processed: Re: Bug#590320: Please upload a git 20010-07-25 commit to fix Y0utube interface change

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

 tag 590320 pending
Bug #590320 [minitube] Please upload a git  20010-07-25 commit to fix Y0utube 
interface change
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
590320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590320
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#590026: git-core: upstream fix for exploitable buffer overrun (CVE-2010-2542)

2010-07-25 Thread Jonathan Nieder
Hi Julien,

Julien Cristau wrote:

 are you preparing an upload to sid for this as well?

If you’d like.  Thanks for the suggestion.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/git
- Source repository: deb-src http://mentors.debian.net/debian unstable main
- dget http://mentors.debian.net/debian/pool/main/g/git/git_1.7.1-1.1.dsc

I’d be glad if you find a chance to look it over.

Regards,
Jonathan



-- 
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#589815: [pkg-eucalyptus-maintainers] Bug#589815: groovy does not provide classes needed

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

 severity 589815 normal
Bug #589815 [eucalyptus-cloud] groovy does not provide classes needed
Severity set to 'normal' from 'serious'

 tags 589815 confirmed
Bug #589815 [eucalyptus-cloud] groovy does not provide classes needed
Added tag(s) confirmed.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#589443: marked as done (Segfault when attemping to play any audio CD)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 26 Jul 2010 01:47:06 +
with message-id e1odcmy-0003vd...@franck.debian.org
and subject line Bug#589443: fixed in cccd 0.3beta4-6.2
has caused the Debian Bug report #589443,
regarding Segfault when attemping to play any audio CD
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.)


-- 
589443: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589443
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cccd
Version: 0.3beta4-6.1
Severity: grave

Program received signal SIGSEGV, Segmentation fault.
0x004034c7 in update_status_string () at cccd.c:940
940 sprintf(disp.status_string, %s, Error);
(gdb) bt
#0  0x004034c7 in update_status_string () at cccd.c:940
#1  0x0040448f in play_callback (widget=0x6ac190, data=value
optimized out)
at cccd.c:455
#2  0x75bad47e in IA__g_closure_invoke (closure=0x6ad3d0,
return_value=0x0, 
n_param_values=1, param_values=0x6b42c0,
invocation_hint=0x7fffd540)
at /tmp/buildd/glib2.0-2.24.1/gobject/gclosure.c:767
#3  0x75bc33f7 in signal_emit_unlocked_R (node=0x67a0a0, 
detail=value optimized out, instance=value optimized out, 
emission_return=value optimized out, instance_and_params=value
optimized out)
at /tmp/buildd/glib2.0-2.24.1/gobject/gsignal.c:3248



(gdb) p disp
$1 = {progress_bar = 0x6ac610, drawing_area = 0x6745f0, pixmap = 0x0,
gc = 0x0, 
  title_font = 0x0, status_font = 0x0, time_font = 0x0, cd_title =
  0x0, track_title = 0x0, 
  status_string = 0x0, time_string = 0x0, mode_string = 0x0, timeout =
  0, 
  timemode = ABS_DONE}

So it is trying to write to a NULL pointer


Looking more deeply into this I noticed that the init_display() was
not being called. It turns out that GDK_STRUCTURE_MASK needs to be set
*explicitly* because it is off by default. The documentation says
regarding map-event and configure-event,

To receive this signal, the GdkWindow associated to the widget needs
to enable the GDK_STRUCTURE_MASK mask. GDK will enable this mask
automatically for all new windows.
 - http://library.gnome.org/devel/gtk/unstable/GtkWidget.html

So basically the patch is,

diff cccd-0.3beta4/cccd.c cccd-0.3beta4-new//cccd.c
275,277c275,276
   gtk_widget_set_events(disp.drawing_area,
   gtk_widget_get_events(disp.drawing_area) |
   GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK);
---
   gtk_widget_add_events(disp.drawing_area,
   GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | 
 GDK_STRUCTURE_MASK);


I've attached a unified patch.

If you don't have time to upload this, let me know and I'll NMU this
small patch.

- Adam


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

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

Versions of packages cccd depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-4   The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.0-1   Layout and rendering of internatio

cccd recommends no packages.

cccd suggests no packages.

-- no debconf information
Only in cccd-0.3beta4-new: cccd
diff -u cccd-0.3beta4/cccd.c cccd-0.3beta4-new/cccd.c
--- cccd-0.3beta4/cccd.c	2010-07-17 15:01:38.0 -0500
+++ cccd-0.3beta4-new/cccd.c	2010-07-17 15:14:40.020019400 -0500
@@ -272,9 +272,8 @@
   /* area where all text appears */
   disp.drawing_area = gtk_drawing_area_new();
   gtk_drawing_area_size(GTK_DRAWING_AREA(disp.drawing_area), 120, 60);
-  gtk_widget_set_events(disp.drawing_area,
-			gtk_widget_get_events(disp.drawing_area) |
-			GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK);
+  gtk_widget_add_events(disp.drawing_area,
+			GDK_EXPOSURE_MASK | GDK_BUTTON_PRESS_MASK | GDK_STRUCTURE_MASK);
   gtk_signal_connect(GTK_OBJECT(disp.drawing_area), expose_event,
 		 (GtkSignalFunc) expose_event, NULL);
   gtk_signal_connect(GTK_OBJECT(disp.drawing_area), configure_event,
Only in cccd-0.3beta4-new: cccd.o
Only in cccd-0.3beta4-new: cddb.o
Only in cccd-0.3beta4-new: cddbp.o
Only in cccd-0.3beta4-new: cd.o
Only in cccd-0.3beta4-new: core
Common 

Bug#590320: Please upload a git 20010-07-25 commit to fix Y0utube interface change

2010-07-25 Thread Dererk
On 25/07/10 20:59, Jakob Haufe wrote:
 tag 590320 pending
 thanks

 Thanks for your report, Dererk.

 I was already aware of the issue but had not yet found time to investigate.

 I'm going to package a fixed version later today.
   
My pleasure.

Take into account that I can sponsor your package if you need to.

 Please, take seriously into account packaging git revision higher than
 20010-07-25  a7ce2f4f133804233e7c078fb3ca1bdd4dc23e0f, which fixes this
 issue.
 
 Let's hope i don't have to time-travel 18000 years to the future for this ;)
   
LOL, haha!


Greetings,

Dererk

-- 
BOFH excuse #344:
Network failure -  call NBC




signature.asc
Description: OpenPGP digital signature


Processed: severity of 588903 is normal

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

 severity 588903 normal
Bug #588903 [python-insighttoolkit3] python-insighttoolkit3: uninstallable on 
armel: Depends: python ( 2.6) but 2.6.5-6 is to be installed
Severity set to 'normal' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
588903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588903
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#589487: pawserv: postinst configure hangs

2010-07-25 Thread Ben Hutchings
This seems to be a race condition in debconf, not a bug in the postinst
script (which doesn't do anything very interesting).  I was able to
reproduce it only once.  The debconf frontend was blocked on read while
the postinst script had exited and was a zombie.

(I don't really understand this behaviour as read on a pipe should
return as soon as the process at the other end of the pipe exits.  So it
could even be a bug in the kernel, though that seems unlikely.)

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#510130: Error calculing volhdr partition boundaries on SGI disklabel

2010-07-25 Thread Aurelien Jarno
On Mon, Dec 29, 2008 at 04:44:06PM +0100, Giuseppe Sacco wrote:
 Package: util-linux
 Version: 2.13.1.1-1
 Severity: grave
 Tags: patch
 
 Yesterday I tried the d-i rc1 for lenny on a silicon graphics O2 (a
 complete report is available as Debian bug #510060).
 
 The problem I found against fdisk is that when using large disks (i.e.,
 disks with more than 4096 sectors per cylinder), the volhdr partition is
 incorrectly sized because it is marked as starting and ending on
 cylinder 0. When having this specific case, this is what happen:
 
 Command (m for help): p
 
 Disk /dev/sda (SGI disk label): 255 heads, 63 sectors, 8941 cylinders
 Units = cylinders of 16065 * 512 bytes
 
 - partitions -
 Pt#Device  Info Start   End   Sectors  Id  System
 - Bootinfo -
 Bootfile: /unix
 - Directory Entries -
  0: arcbootsector4 size   72492
 
 Command (m for help): n
 Partition number (1-16): 1
 Attempting to generate entire disk entry automatically.
 First cylinder (1-8940, default 1): 
 Using default value 1
  Last cylinder (1-8940, default 8940): 2000
 
 Command (m for help): p
 
 Disk /dev/sda (SGI disk label): 255 heads, 63 sectors, 8941 cylinders
 Units = cylinders of 16065 * 512 bytes
 
 - partitions -
 Pt#Device  Info Start   End   Sectors  Id  System
  1: /dev/sda1  boot 1  2000  3213  83  Linux native
  9: /dev/sda2   0 0  4096   0  SGI volhdr
 11: /dev/sda3   0  8940 143637165   6  SGI volume
 - Bootinfo -
 Bootfile: /unix
 - Directory Entries -
  0: arcbootsector4 size   72492
 
 
 Command (m for help): n
 Partition number (1-16): 2
 First cylinder (1-0): 1
 Value out of range.
 First cylinder (1-0): 0
 Value out of range.
 First cylinder (1-0): 2001
 Value out of range.
 First cylinder (1-0): ^C
 
 As you may see, once the first partition has been created, fdisk will
 automatically create partitions 9 and 11, but it will wrongly set the
 end boundary of volhdr. Starting with this error, it is not possible to
 add any new partition, because the accepted cylinder range would be
 1-0.
 
 Please find attached a solution for this bug. This solution raise the
 volhdr size of 4096 up to the first cylinder boundary. If the boundary
 is less than 4096 then nothing is changed.
 

While I agree with the analysis, the patch looks more like a workaround
than a real solution. The problem is that when free space doesn't start
on a cylinder boundary (the case for the free space after the volume
header), there might be less than one cylinder to create a partition.
The code to ask for partition boundaries is using cylinders (probably
because partition start should be cylinder aligned) and thus doesn't
cope with this issue.

The patch below fixes the issue by making sure free space always starts
as a cylinder boundary, as anyway that's the only possible location to
create a new partition.

--- util-linux-2.13.1.1.orig/fdisk/fdisksgilabel.c
+++ util-linux-2.13.1.1/fdisk/fdisksgilabel.c
@@ -501,6 +501,9 @@
}
start = sgi_get_start_sector(Index[i])
+ sgi_get_num_sectors(Index[i]);
+   /* Align free space on cylinder boundary */
+   if (start % cylsize != 0)
+   start += cylsize - (start % cylsize);
if (debug  1) {
if (verbose)
printf(%2d:%12d\t%12d\t%12d\n, Index[i],

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



Processed: reassign 589487 to debconf, user bugsqu...@qa.debian.org, usertagging 589487

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

 reassign 589487 debconf
Bug #589487 [pawserv] pawserv: postinst configure hangs
Bug reassigned from package 'pawserv' to 'debconf'.
Bug No longer marked as found in versions cernlib/2006.dfsg.2-14.
 user bugsqu...@qa.debian.org
Setting user to bugsqu...@qa.debian.org (was b...@decadent.org.uk).
 usertags 589487 - b...@decadent.org.uk
Bug#589487: pawserv: postinst configure hangs
Usertags were: b...@decadent.org.uk.
Usertags are now: .
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
589487: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589487
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 588608

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

 tags 588608 + pending
Bug #588608 [libboost-iostreams1.42.0] aptitude (priority important) depends on 
libboost-iostreams (priority optional)
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
588608: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588608
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#590212: marked as done (frogatto: depends on nvidia-glx [amd64])

2010-07-25 Thread Debian Bug Tracking System
Your message dated Mon, 26 Jul 2010 05:32:07 +
with message-id e1odgij-0005q7...@franck.debian.org
and subject line Bug#590212: fixed in frogatto 1.0+dfsg1-6
has caused the Debian Bug report #590212,
regarding frogatto: depends on nvidia-glx [amd64]
to be marked as done.

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

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


-- 
590212: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590212
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: frogatto
Version: 1.0+dfsg1-3
Severity: serious

frogatto depends on nvidia-glx on amd64. There's no reason that I can see for
this, unless the game depends on something specific to nVidia graphics
hardware which isn't (won't be) supported by nouveau. Also, trying to install
nvidia-glx should conflict with libgl1-mesa-glx since both contain
/usr/lib/libGL.so.1.

From the build logs, it's clear that maintainer builds are on amd64 – unclean
build environment?

-- 
| Darren Salt| linux at youmustbejoking | nr. Ashington, | Toon
| using Debian GNU/Linux | or ds,demon,co,uk| Northumberland | back!
| + RIPA NOTICE: NO CONSENT GIVEN FOR INTERCEPTION OF MESSAGE TRANSMISSION

Daddy, what does Formatting drive C: mean?


---End Message---
---BeginMessage---
Source: frogatto
Source-Version: 1.0+dfsg1-6

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

frogatto_1.0+dfsg1-6.debian.tar.gz
  to contrib/f/frogatto/frogatto_1.0+dfsg1-6.debian.tar.gz
frogatto_1.0+dfsg1-6.dsc
  to contrib/f/frogatto/frogatto_1.0+dfsg1-6.dsc
frogatto_1.0+dfsg1-6_amd64.deb
  to contrib/f/frogatto/frogatto_1.0+dfsg1-6_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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry E. Oboukhov un...@debian.org (supplier of updated frogatto 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: RIPEMD160

Format: 1.8
Date: Mon, 26 Jul 2010 09:03:50 +0400
Source: frogatto
Binary: frogatto
Architecture: source amd64
Version: 1.0+dfsg1-6
Distribution: unstable
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 frogatto   - 2D platformer game starring a quixotic frog
Closes: 590212
Changes: 
 frogatto (1.0+dfsg1-6) unstable; urgency=low
 .
   * Rebuilt using pbuilder, closes: #590212.
Checksums-Sha1: 
 eb2ac6db42f811d521c7016cfc6b4764404ce38b 1487 frogatto_1.0+dfsg1-6.dsc
 55d92b1043f53617c2c65c703fa73c2d0577dce1 7497 
frogatto_1.0+dfsg1-6.debian.tar.gz
 107e7adb8873ac5dc0a5cdf77a598a72b6a13cb9 1233022 frogatto_1.0+dfsg1-6_amd64.deb
Checksums-Sha256: 
 b4130558d4a62bbdeaa5b8c57735ec4e4d7692e60b000999e5dcad5013754d45 1487 
frogatto_1.0+dfsg1-6.dsc
 ce0b65e72d9336f74f04778d767935dceb0027e07cce7edd8e6a5309946bd399 7497 
frogatto_1.0+dfsg1-6.debian.tar.gz
 dea0d47d8ca57afe097a01ddd655a9e69cd52e23ec9c432fa80a464f6cc19ade 1233022 
frogatto_1.0+dfsg1-6_amd64.deb
Files: 
 a6c7d4ef1b3c88b2d16ed83eee26e94d 1487 contrib/games extra 
frogatto_1.0+dfsg1-6.dsc
 8720cce177378d50d5fba49a7454ddfa 7497 contrib/games extra 
frogatto_1.0+dfsg1-6.debian.tar.gz
 4525f93e05d4d3df56c91a22ecd04113 1233022 contrib/games extra 
frogatto_1.0+dfsg1-6_amd64.deb

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

iEYEAREDAAYFAkxNGtgACgkQq4wAz/jiZTeLYACg51CBUbtDkAlP/90ZA1INpY79
U2EAnjnRyxRlYqkp84yjTug7MPSP+eU2
=el4U
-END PGP SIGNATURE-


---End Message---


Bug#587697: libmemcache-client-ruby1.8: Library unusable as packaged

2010-07-25 Thread Nobuhiro Iwamatsu
tags 587697 patch
thanks

Hi,

I made the patch that corrected this problem.
I attached it.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


libmemcache-client-ruby.patch
Description: application/octetstream


Processed: Re: libmemcache-client-ruby1.8: Library unusable as packaged

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

 tags 587697 patch
Bug #587697 [libmemcache-client-ruby1.8] libmemcache-client-ruby1.8: Library 
unusable as packaged
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
587697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587697
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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