Bug#426301: marked as done (ltsp-utils: not suitable for release)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 5 Aug 2007 03:44:59 -0400
with message-id [EMAIL PROTECTED]
and subject line Package was removed
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: ltsp-utils
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

ltsp-utils will be removed from Debian (see #426240).  This bug is to
prevent its repropogation into testing.

Regards,

- -Roberto

- -- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1)

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

iD8DBQFGWeDz5SXWIKfIlGQRAhuwAJ96/o/0uTaJ9J9Fq7HuZRA8eVAJxwCffT1U
pQLf8Fk7Hz7onPK2iqxxwUw=
=6jGu
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
This package was already removed, so this bug no longer needs to be
open.

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


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


Bug#436075: Unable to enter Pompon forest -- fruit.png.xrf not found

2007-08-05 Thread Damyan Ivanov
Package: balazarbrothers
Version: 1.0~rc1-1
Severity: grave
Justification: renders package unusable (almost)

Well, severity may be a litle bot too high, but I really thing the game
is not suitable for release with this error.

The problem is that I am unable to enter the Pompon forest level series.

I reach the Coqueliform field 9 level, unlock the door and jump onto
the door titled Towards Pompon forest 1, I get the Start/Player
name/Back menu and when I select start, the brothers are standing on
the gate Towards Pompon forest 1 , after the locked door. I am able to
jump twice, use the rotating platform and try again to enter the gate,
but I get again the Start/Player name/Back menu.

There is a traceback in the terminal, I hope it could be of some help. I
am attaching it for completeness. It ends with:

  File model.pyx, line 661, in _soya._AnimatedModel.load_material
  RuntimeError: CalCoreModel_LoadCoreMaterial failed on file
  /home/jiba/src/balazar_brothers/images/fruit.png.xrf: File not found

I hope this helps track down the problem.

Thank you very much for maintaining balazarbrothers, the game is really
entertaining.

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

Kernel: Linux 2.6.22-1-amd64 (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 balazarbrothers depends on:
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-cerealizer0.6-1   secure pickle-like module for Pyth
ii  python-pyvorbis  1.3-1.2 A Python interface to the Ogg Vorb
ii  python-soya  0.13.2-3+b1 high level 3D engine for Python

balazarbrothers recommends no packages.

-- no debconf information
Traceback (most recent call last):
  File /var/lib/python-support/python2.4/soya/tofu/__init__.py, line 165, in 
main_loop
try: soya.MainLoop.main_loop(self)
  File main_loop.pyx, line 152, in _soya.MainLoop.main_loop
  File main_loop.pyx, line 227, in _soya.MainLoop.begin_round
  File world.pyx, line 542, in _soya._World.begin_round
  File /usr/share/games/balazar_brothers/level.py, line 66, in begin_round
tofu.Level.begin_round(self)
  File /var/lib/python-support/python2.4/soya/tofu/__init__.py, line 878, in 
begin_round
soya.World.begin_round(self)
  File world.pyx, line 542, in _soya._World.begin_round
  File /var/lib/python-support/python2.4/soya/tofu/__init__.py, line 995, in 
begin_round
self.do_physics()
  File /usr/share/games/balazar_brothers/character.py, line 364, in do_physics
self.jump_ended()
  File /usr/share/games/balazar_brothers/character.py, line 323, in jump_ended
self.platform.add_character(self)
  File /usr/share/games/balazar_brothers/platform.py, line 353, in 
add_character
next_level = Level.get(self.next_level_name)
  File /var/lib/python-support/python2.4/soya/__init__.py, line 283, in get
return klass._alls.get(filename) or klass._alls.setdefault(filename, 
klass.load(filename))
  File /var/lib/python-support/python2.4/soya/__init__.py, line 294, in load
obj = loads(open(os.path.join(dirname, klass.DIRNAME, filename + .data), 
rb).read())
  File /var/lib/python-support/python2.4/soya/__init__.py, line 58, in loads
if s.startswith(cereal): return loads_func(s)
  File /var/lib/python-support/python2.4/cerealizer/__init__.py, line 598, in 
loads
return Dumper().undump(StringIO(string))
  File /var/lib/python-support/python2.4/cerealizer/__init__.py, line 169, in 
undump
self.id2obj[i] = handler.undump_obj(self, s)
  File /var/lib/python-support/python2.4/soya/cerealizer4soya.py, line 50, in 
undump_obj
if filename: return self.Class._reffed(filename)
  File /var/lib/python-support/python2.4/soya/__init__.py, line 283, in get
return klass._alls.get(filename) or klass._alls.setdefault(filename, 
klass.load(filename))
  File /var/lib/python-support/python2.4/soya/__init__.py, line 978, in load
return parse_cal3d_cfg_file(os.path.join(dirname, klass.DIRNAME, filename, 
filename + .cfg))
  File model.pyx, line 82, in _soya.parse_cal3d_cfg_file
  File model.pyx, line 661, in _soya._AnimatedModel.load_material
RuntimeError: CalCoreModel_LoadCoreMaterial failed on file 
/home/jiba/src/balazar_brothers/images/fruit.png.xrf: File not found


Bug#426355: marked as done (libonig SEGV when using UTF-8 encoding)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Aug 2007 08:47:24 +
with message-id [EMAIL PROTECTED]
and subject line Bug#426355: fixed in libonig 5.9.0-0.1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libonig-dev
Version: 5.2.0-1
Severity: grave

The following (see below) simple C program produces a SEGV in
onig_new.  To see this, compile the code using, e.g., 

   gcc bug.c -lonig

and then run it:

   ./a.out

On my debian etch system, I see:

  Segmentation fault (core dumped)

I set the severity level to grave because this bug makes the library
unusable to me.

Valgrind shows where the error occurs:

==1902== Invalid read of size 4
==1902==at 0x43F0025: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x4402089: onigenc_unicode_apply_all_case_fold (in 
/usr/lib/libonig.so.2.0.0)
==1902==by 0x43F09AD: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1A1D: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1B18: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F171E: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1A1D: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1B18: (within /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F1CEE: onig_parse_make_tree (in /usr/lib/libonig.so.2.0.0)
==1902==by 0x43F8921: onig_compile (in /usr/lib/libonig.so.2.0.0)

Here is the code to bug.c:

#include stdio.h
#include stdlib.h
#include string.h
#include oniguruma.h
int main (int argc, char **argv)
{
   const UChar *pattern;
   OnigErrorInfo err_info;
   int status;
   regex_t *re;
   int i;
   
   for (i = 0; i  2; i++)
 {
pattern = (UChar *) (?i)[a-z][a-z]+;
status = onig_new (re, pattern, pattern + strlen ((char *)pattern),
   ONIG_OPTION_NONE, ONIG_ENCODING_UTF8,
   ONIG_SYNTAX_PERL, err_info);
onig_free (re);
if (status != ONIG_NORMAL)
  {
 fprintf (stderr, onig_new failed\n);
 return 1;
  }
 }
   return 0;
}

Thanks,
--John

---End Message---
---BeginMessage---
Source: libonig
Source-Version: 5.9.0-0.1

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

libonig-dev_5.9.0-0.1_i386.deb
  to pool/main/libo/libonig/libonig-dev_5.9.0-0.1_i386.deb
libonig2-dbg_5.9.0-0.1_i386.deb
  to pool/main/libo/libonig/libonig2-dbg_5.9.0-0.1_i386.deb
libonig2_5.9.0-0.1_i386.deb
  to pool/main/libo/libonig/libonig2_5.9.0-0.1_i386.deb
libonig_5.9.0-0.1.diff.gz
  to pool/main/libo/libonig/libonig_5.9.0-0.1.diff.gz
libonig_5.9.0-0.1.dsc
  to pool/main/libo/libonig/libonig_5.9.0-0.1.dsc
libonig_5.9.0.orig.tar.gz
  to pool/main/libo/libonig/libonig_5.9.0.orig.tar.gz



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laurent Bigonville [EMAIL PROTECTED] (supplier of updated libonig 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 04 Aug 2007 15:07:34 +0200
Source: libonig
Binary: libonig-dev libonig2 libonig2-dbg
Architecture: source i386
Version: 5.9.0-0.1
Distribution: unstable
Urgency: low
Maintainer: Max Kellermann [EMAIL PROTECTED]
Changed-By: Laurent Bigonville [EMAIL PROTECTED]
Description: 
 libonig-dev - Development files for libonig2
 libonig2   - Oniguruma regular expressions library
 libonig2-dbg - Debugging symbols for libonig2
Closes: 426355
Changes: 
 libonig (5.9.0-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream release (Closes: #426355)
   * debian/control:
 - Use binary:Version instead of Source-Version
   * debian/rules:
 - Don't hide make distclean error
 - Fix copy of config.{sub,guess}
 - Remove deprecated DH_COMPAT and use compat file instead
Files: 
 0a46096f04ac85adf0a14a0dab96c462 651 libs optional libonig_5.9.0-0.1.dsc
 8d0ef96e475e4f7edffe04b352f5c21b 585024 libs optional libonig_5.9.0.orig.tar.gz
 e75ec9cf3f00da417e001e8258d6a612 3373 libs optional libonig_5.9.0-0.1.diff.gz
 395009421d2188b1944b191e6eea428a 132494 libs optional 
libonig2_5.9.0-0.1_i386.deb
 

Bug#433456: I'm experiencing this problem as well

2007-08-05 Thread Uwe Steinmann
On Thu, Aug 02, 2007 at 10:56:32PM -0400, Charles Fry wrote:
 Since we know that the file we are looking for is package.xml, is there any
 reason not to specify that explicitely, instead of using . which isn't
 working for some of us?
I have seen extension which call it package2.xml.

  Uwe

 
 Charles
 
 On 7/21/07, Charles Fry [EMAIL PROTECTED] wrote:
 
  % /usr/bin/php5 -f /usr/share/dh-make-php/phppkginfo . package
  % /usr/bin/php5 -f /usr/share/dh-make-php/phppkginfo package.xml package
  Pager%
 
  I don't know what the extra character is at the end, either.
 
  In any case, I am running a stable installation, which may have something
  to do with it? If so, then dh-make-php's dependencies may be incorrect.
 
  Charles
 

-- 
  MMK GmbH, Fleyer Str. 196, 58097 Hagen
  [EMAIL PROTECTED]
  Tel: 02331 840446Fax: 02331 843920


signature.asc
Description: Digital signature


Processed: tagging 434614

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 434614 + lenny sid
Bug#434614: libghc6-hdbc-missingh-dev: Corrupted dependency.
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: severity 395255 serious

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # violates DFSG
 severity 395255 serious
Bug#395255: turkey includes jargs.jar without source
Severity set to `serious' from `normal'


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436089: Uninstallable; should only depend on python-debian

2007-08-05 Thread Loïc Minier
Package: bzr-builddeb
Version: 0.18
Severity: serious
Tags: patch

Hi,

 python-deb822 was merged into python-debian; please only depend on
 python-debian = 0.1.4.

LC_ALL=C apt-get install bzr-builddeb
2007/08/05 12:00:33
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  bzr-builddeb: Depends: python-deb822 (= 0.3)
E: Broken packages

   Bye,


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

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

Versions of packages bzr-builddeb depends on:
ii  bzr   0.18-1 Bazaar, the next-generation distri
ii  bzrtools  0.18.0-1   Collection of tools for bzr
ii  devscripts2.10.6 Scripts to make the life of a Debi
ii  dpkg-dev  1.14.5 package building tools for Debian
ii  fakeroot  1.7.1  Gives a fake root environment
ii  patchutils0.2.31-4   Utilities to work with patches
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.14 register and build utility for Pyt
ii  python-debian [python-deb822] 0.1.4  python modules to work with Debian

bzr-builddeb recommends no packages.

-- 
Loïc Minier



Bug#434645: Shibboleth-sp crashes under load

2007-08-05 Thread Kurt Roeckx
On Tue, Jul 31, 2007 at 02:42:08PM -0700, Russ Allbery wrote:
 
 Patrik Schnellmann [EMAIL PROTECTED] writes:
 
  That's why I added the 'etch' tag. I really hope we will get a stable
  package soon.
 
 If the log4cpp folks do include this fix in their next release as the
 maintainer was hoping to do, then I'll at the very least upload a backport
 of that package (and of xerces-c) to backports.org.
 
 Getting this fixed in etch will require the stable release team to accept
 a log4cpp update.  I'm not sure what our chances are there, but I can
 propose applying just the patch that I sent separately and see what they
 say.

I'm a little confused about the status of bug #434645.  As far as I
can see it's not a bug in bug in libapache2-mod-shib, and the problem
is in liblog4cpp4 (#432729)

But the bug is marked etch, meaning that only the version in etch has
the problem, which I think just isn't right.  I think the etch tag is
wrong and should be removed.  This looks like a bug you just want to
keep around until #432729 is fixed.

I also have to wonder why #432729 is just set to important, since it
breaks other packages.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#436083: FTS: /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error: /usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 436083 libvorbisfile3
Bug#436083: FTS: /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error: 
/usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader
Bug reassigned from package `nexuiz' to `libvorbisfile3'.

 severity 436083 serious
Bug#436083: FTS: /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error: 
/usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader
Severity set to `serious' from `important'

 retitle  436083 Many undefined symbols, please build with -Wl and fix them
Bug#436083: FTS: /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error: 
/usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader
Changed Bug title to `Many undefined symbols, please build with -Wl and fix 
them' from `FTS: /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error: 
/usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436083: FTS: /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error: /usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader

2007-08-05 Thread Adeodato Simó
moritz, can you tell us the version of libvorbis0a you had installed
when the program failed to start:

  dpkg -l libvorbis0a

* Cyril Brulebois [Sun, 05 Aug 2007 12:28:38 +0200]:

 reassign 436083 libvorbisfile3
 severity 436083 serious
 retitle  436083 Many undefined symbols, please build with -Wl and fix them
 thanks

  Given the above *UND*, I guess that there are some problems with
  libvorbisfile3, I'm currently trying to figure out whether there are
  some files missing in lib/Makefile.am or something similar.

The problem seems to be a missing shlibs bump in libvorbis0a. Running
`ldd -d -r /usr/lib/libvorbisfile.so.3` runs fine against libvorbis0a
1.2.0, but fails against 1.1.2.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
- No more band?
- No more band.
- You are not the daughter I raised!
- What?
- Kims don't give up!
-- Mrs. Kim and Lane




Processed: tagging 421300

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 # Caused by changed made after etch
 tags 421300 + lenny sid
Bug#421300: fails to configure
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436083: FTS: /usr/lib/games/nexuiz/nexuiz.bin: symbol lookup error: /usr/lib/libvorbisfile.so.3: undefined symbol: vorbis_synthesis_idheader

2007-08-05 Thread Cyril Brulebois
Adeodato Simó [EMAIL PROTECTED] (05/08/2007):
 The problem seems to be a missing shlibs bump in libvorbis0a. Running
 `ldd -d -r /usr/lib/libvorbisfile.so.3` runs fine against libvorbis0a
 1.2.0, but fails against 1.1.2.

OK, sorry for my understanding being so wrong. Anyway, it looks like
building with -Wl,-no-undefined would be cool (at least that's what I'm
told by some developers on IRC).

Cheers,

-- 
Cyril Brulebois


pgpxQK7LKiIMQ.pgp
Description: PGP signature


Bug#435462: add upstream patch

2007-08-05 Thread Steffen Joeris
Hi Hamish

I attached a patch to fix this problem. In case you are busy, can I upload the 
NMU patch?

Cheers
Steffen
diff -u xpdf-3.02/debian/changelog xpdf-3.02/debian/changelog
--- xpdf-3.02/debian/changelog
+++ xpdf-3.02/debian/changelog
@@ -1,3 +1,12 @@
+xpdf (3.02-1.1) unstable; urgency=high
+
+  * Non-maintainer upload
+  * Fix integer overflow in the StreamPredictor::StreamPredictor
+function by adding post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
+(Closes: #435462) Fixes: CVE-2007-3387
+
+ -- Steffen Joeris [EMAIL PROTECTED]  Sun, 05 Aug 2007 10:03:53 +
+
 xpdf (3.02-1) unstable; urgency=low
 
   * New upstream release (closes: #413611)
diff -u xpdf-3.02/debian/patches/00list xpdf-3.02/debian/patches/00list
--- xpdf-3.02/debian/patches/00list
+++ xpdf-3.02/debian/patches/00list
@@ -18,0 +19,3 @@
+
+# Fix CVE-2007-3387
+post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
only in patch2:
unchanged:
--- xpdf-3.02.orig/debian/patches/post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
+++ xpdf-3.02/debian/patches/post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## post-3.5.7-kdegraphics-CVE-2007-3387.diff.dpatch
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix integer overflow in the StreamPredictor::StreamPredictor
+## function
+
[EMAIL PROTECTED]@
+Index: kpdf/xpdf/xpdf/Stream.cc
+===
+--- kpdf/xpdf/xpdf/Stream.cc	(revision 689574)
 xpdf-3.02/xpdf/Stream.cc	(working copy)
+@@ -411,9 +411,9 @@ StreamPredictor::StreamPredictor(Stream 
+ 
+   nVals = width * nComps;
+   if (width = 0 || nComps = 0 || nBits = 0 ||
+-  nComps = INT_MAX / nBits ||
+-  width = INT_MAX / nComps / nBits ||
+-  nVals * nBits + 7  0) {
++  nComps  gfxColorMaxComps || nBits  16 ||
++  width = INT_MAX / nComps ||
++  nVals = (INT_MAX - 7) / nBits) {
+ return;
+   }
+   pixBytes = (nComps * nBits + 7)  3;


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


Processed: add patch tag

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 435462 patch
Bug#435462: CVE-2007-3387: Integer overflow in poppler
Tags were: security
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434741: marked as done (hex-a-hop: segfaults right after trying to start)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Aug 2007 11:17:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#434741: fixed in hex-a-hop 0.0.20070315-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: hex-a-hop
Version: 0.0.20070315-1
Severity: grave
Justification: renders package unusable

Hi!

 I can just guess that it might be an endianness problem, though the
strace looks fishy to me, too:

#v+
[pid 28389]  0.59 write(1, Reading binary file \levels.dat\..., 
75Reading binary file levels.dat (/usr/share/games/hex-a-hop/levels.dat)
) = 75
[pid 28389]  0.43 open(/usr/share/games/hex-a-hop/levels.dat, 
O_RDONLY) = 5
[pid 28389]  0.72 fstat64(5, {st_mode=S_IFREG|0644, st_size=21689, 
...}) = 0
[pid 28389]  0.44 mmap(NULL, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x3002d000
[pid 28389]  0.28 fstat64(5, {st_mode=S_IFREG|0644, st_size=21689, 
...}) = 0
[pid 28389]  0.40 _llseek(5, 20480, [20480], SEEK_SET) = 0
[pid 28389]  0.24 read(5, Levels\\6_ice\\route finder.lev\21\16 ..., 
1205) = 1205
[pid 28389]  0.000103 read(5, \265T\0\0, 4096) = 4
[pid 28389]  0.29 _llseek(5, 1252806656, [1252806656], SEEK_SET) = 0
[pid 28389]  0.22 read(5, , 4096) = 0
[pid 28389]  0.21 _llseek(5, 1205, [1252807861], SEEK_CUR) = 0
[pid 28389]  0.30 mmap(NULL, 3042185216, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
[pid 28389]  0.41 mmap(NULL, 3042316288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
[pid 28389]  0.28 mmap(NULL, 2097152, PROT_NONE, 
MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x30b2
[pid 28389]  0.27 munmap(0x30b2, 917504) = 0
[pid 28389]  0.35 munmap(0x30d0, 131072) = 0
[pid 28389]  0.21 mprotect(0x30c0, 135168, PROT_READ|PROT_WRITE) = 0
[pid 28389]  0.47 mmap(NULL, 3042185216, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory)
[pid 28389]  0.28 read(5, 0, 3042181120) = -1 EFAULT (Bad address)
[pid 28389]  0.31 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
#v-

 I guess the trying to allocate huge parts of memory might be related to
an endianness problem within the .dat file.  Is the dat file format
documented somehwere?  Maybe someone able to do so wants to check that
code for endianness problems in that area?

 Thanks,
Rhonda

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

Kernel: Linux 2.6.21-2-powerpc
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages hex-a-hop depends on:
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libstdc++6  4.2-20070712-1   The GNU Standard C++ Library v3

hex-a-hop recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: hex-a-hop
Source-Version: 0.0.20070315-2

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

hex-a-hop_0.0.20070315-2.diff.gz
  to pool/main/h/hex-a-hop/hex-a-hop_0.0.20070315-2.diff.gz
hex-a-hop_0.0.20070315-2.dsc
  to pool/main/h/hex-a-hop/hex-a-hop_0.0.20070315-2.dsc
hex-a-hop_0.0.20070315-2_i386.deb
  to pool/main/h/hex-a-hop/hex-a-hop_0.0.20070315-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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Miriam Ruiz [EMAIL PROTECTED] (supplier of updated hex-a-hop 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 05 Aug 2007 10:10:28 +
Source: hex-a-hop
Binary: hex-a-hop
Architecture: source i386
Version: 0.0.20070315-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]

Bug#431408: mol: FTBFS with 2.6.21-2

2007-08-05 Thread Kurt Roeckx
Hi,

I think that this problem doesn't affect etch.  I don't have a powerpc
to test this on.  Could someone please test that it can be build on etch
and if it can tag it as lenny sid?


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 419689

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 419689 + lenny sid
Bug#419689: libxml-filter-sort-perl: FTBFS: 3/7 test scripts, 5/117 subtests 
failed
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#430659: Same problem on amd65 pc with debian lenny 32bit

2007-08-05 Thread Per Olofsson
Hi,

Uwe Hermann wrote:
 I have _sort of_ managed to start democracyplayer now after switching to
 Python 2.5 for builing it, _and_ rebuilding three or four python-related
 packages to add Python 2.5 versions of the libs (they currently only
 provide 2.4 versions). You need to rebuild at least python-gnome2,
 xulrunner* (and esp. python-xpcom, and that needs a change in debian/rules),
 python-gnome2-extras, maybe python-boost* and more.

What if boost_python is built with Python 2.4, like all other packages?

-- 
Pelle


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431843: Reassigning to ghc6

2007-08-05 Thread Kurt Roeckx
On Thu, Jul 12, 2007 at 11:37:47AM -0500, John Goerzen wrote:
 reassign 431843 ghc6
 thanks
 
 Ian,
 
 I'm reassigning this to ghc6.
 
 Line 1 of Setup.lhs is:
 
 #!/usr/bin/env runhaskell
 
 I'm guessing that runhaskell is broken on some GHC platforms.  Shouldn't
 it compile the program to a temporary location on the platforms that
 don't support ghci?

I can't reproduce this problem (on amd64) in either stable or unstable.

I also have to wonder which versions of ghc6 you think this bug applies
to, it currently doesn't have any version information.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 432320

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 432320 + lenny sid
Bug#432320: nvidia-graphics-modules-i386 - missing updates for 2.6.21
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436099: CVE-2007-3387: Integer overflow in cupsys

2007-08-05 Thread Steffen Joeris
Package: cupsys
Version: 1.2.12-1
Severity: grave
Tags: security, patch
Justification: user security hole

Hi

A vulnerability has been found in libpoppler and related
packages. From CVE-2007-3387:

Integer overflow in the StreamPredictor::StreamPredictor function in
gpdf before 2.8.2, as used in (1) poppler, (2) xpdf, (3) kpdf, (4)
kdegraphics, (5) CUPS, and other products, might allow remote
attackers to execute arbitrary code via a crafted PDF file.

Please mention the CVE id in the changelog.

A patch to fix this issue is attached below.
If you do not have the time, please give me permission to upload an
NMU.
Thanks for your efforts

Cheers
Steffen

diff -u cupsys-1.2.12/debian/patches/00list cupsys-1.2.12/debian/patches/00list
--- cupsys-1.2.12/debian/patches/00list
+++ cupsys-1.2.12/debian/patches/00list
@@ -26,0 +27 @@
+CVE-2007-3387.dpatch
diff -u cupsys-1.2.12/debian/changelog cupsys-1.2.12/debian/changelog
--- cupsys-1.2.12/debian/changelog
+++ cupsys-1.2.12/debian/changelog
@@ -1,3 +1,12 @@
+cupsys (1.2.12-1.1) unstable; urgency=high
+
+  * Non-maintainer upload
+  * Include upstream patch to fix integer overflow in the
+StreamPredictor::StreamPredictor function
+Fixes: CVE-2007-3387
+
+ -- Steffen Joeris [EMAIL PROTECTED]  Sun, 05 Aug 2007 11:18:08 +
+
 cupsys (1.2.12-1) unstable; urgency=low

   * New upstream release
only in patch2:
unchanged:
--- cupsys-1.2.12.orig/debian/patches/CVE-2007-3387.dpatch
+++ cupsys-1.2.12/debian/patches/CVE-2007-3387.dpatch
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## CVE-2007-3387.dpatch
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix integer overflow in Stream.cxx
+
[EMAIL PROTECTED]@
+--- Stream.cxx.old 2007-08-05 11:15:08.0 +
 cupsys-1.2.12/pdftops/Stream.cxx   2007-08-05 11:14:44.0 +
+@@ -412,9 +412,9 @@
+
+   nVals = width * nComps;
+   if (width = 0 || nComps = 0 || nBits = 0 ||
+-  nComps = INT_MAX / nBits ||
+-  width = INT_MAX / nComps / nBits ||
+-  nVals * nBits + 7  0) {
++  nComps  gfxColorMaxComps || nBits  16 ||
++  width = INT_MAX / nComps ||
++  nVals = (INT_MAX - 7) / nBits) {
+ return;
+   }
+   pixBytes = (nComps * nBits + 7)  3;


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 432098

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 432098 + lenny sid
Bug#432098: muine: FTBFS due to libflac transition
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435861: post-installation script fails since tor Failed to init Log options

2007-08-05 Thread Peter Palfrader
On Fri, 03 Aug 2007, Max wrote:

 The phrase Failed to init Log options. See logs for details. is a non-sense.

no, it's not.

 The file /var/log/tor/log is not even created (but the directory 
 /var/log/tor/ is).

Please show me ls -la /var/log/tor

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Processed: (no subject)

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 435861 normal
Bug#435861: post-installation script fails since tor Failed to init Log 
options
Severity set to `normal' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432767: nfs-common breaks cfs

2007-08-05 Thread Steinar H. Gunderson
tags 432767 + lenny sid
thanks

On Sun, Aug 05, 2007 at 02:11:37PM +0200, Kurt Roeckx wrote:
 If I understand this right, this bug doesn't affect etch since the
 version of mount in etch is more forgiving?

Yes.

 If that's the case, can you please tag this bug lenny sid?

Doing so now.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436099: [Pkg-cups-devel] Bug#436099: CVE-2007-3387: Integer overflow in cupsys

2007-08-05 Thread Martin-Éric Racine
Thanks for reminding us. We should be able to upload this later today.

On 8/5/07, Steffen Joeris [EMAIL PROTECTED] wrote:
 Package: cupsys
 Version: 1.2.12-1
 Severity: grave
 Tags: security, patch
 Justification: user security hole

 Hi

 A vulnerability has been found in libpoppler and related
 packages. From CVE-2007-3387:

 Integer overflow in the StreamPredictor::StreamPredictor function in
 gpdf before 2.8.2, as used in (1) poppler, (2) xpdf, (3) kpdf, (4)
 kdegraphics, (5) CUPS, and other products, might allow remote
 attackers to execute arbitrary code via a crafted PDF file.

 Please mention the CVE id in the changelog.

 A patch to fix this issue is attached below.
 If you do not have the time, please give me permission to upload an
 NMU.
 Thanks for your efforts

 Cheers
 Steffen

 diff -u cupsys-1.2.12/debian/patches/00list 
 cupsys-1.2.12/debian/patches/00list
 --- cupsys-1.2.12/debian/patches/00list
 +++ cupsys-1.2.12/debian/patches/00list
 @@ -26,0 +27 @@
 +CVE-2007-3387.dpatch
 diff -u cupsys-1.2.12/debian/changelog cupsys-1.2.12/debian/changelog
 --- cupsys-1.2.12/debian/changelog
 +++ cupsys-1.2.12/debian/changelog
 @@ -1,3 +1,12 @@
 +cupsys (1.2.12-1.1) unstable; urgency=high
 +
 +  * Non-maintainer upload
 +  * Include upstream patch to fix integer overflow in the
 +StreamPredictor::StreamPredictor function
 +Fixes: CVE-2007-3387
 +
 + -- Steffen Joeris [EMAIL PROTECTED]  Sun, 05 Aug 2007 11:18:08 +
 +
  cupsys (1.2.12-1) unstable; urgency=low

* New upstream release
 only in patch2:
 unchanged:
 --- cupsys-1.2.12.orig/debian/patches/CVE-2007-3387.dpatch
 +++ cupsys-1.2.12/debian/patches/CVE-2007-3387.dpatch
 @@ -0,0 +1,22 @@
 +#! /bin/sh /usr/share/dpatch/dpatch-run
 +## CVE-2007-3387.dpatch
 +##
 +## All lines beginning with `## DP:' are a description of the patch.
 +## DP: Fix integer overflow in Stream.cxx
 +
 [EMAIL PROTECTED]@
 +--- Stream.cxx.old 2007-08-05 11:15:08.0 +
  cupsys-1.2.12/pdftops/Stream.cxx   2007-08-05 11:14:44.0 +
 +@@ -412,9 +412,9 @@
 +
 +   nVals = width * nComps;
 +   if (width = 0 || nComps = 0 || nBits = 0 ||
 +-  nComps = INT_MAX / nBits ||
 +-  width = INT_MAX / nComps / nBits ||
 +-  nVals * nBits + 7  0) {
 ++  nComps  gfxColorMaxComps || nBits  16 ||
 ++  width = INT_MAX / nComps ||
 ++  nVals = (INT_MAX - 7) / nBits) {
 + return;
 +   }
 +   pixBytes = (nComps * nBits + 7)  3;


 ___
 Pkg-cups-devel mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-cups-devel



-- 
Martin-Éric Racine
http://q-funk.iki.fi


Processed: found 433225 in 1:2.2.0-1

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 # It seems that 2.1-1 doesn't have the problem, 1:2.2.0-1 does
 found 433225 1:2.2.0-1
Bug#433225: [libgraphivz-dev] broken .pc file: wrong include path
Bug marked as found in version 1:2.2.0-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#433671:

2007-08-05 Thread Victor Luchits
 Why would it be preferable to force the download of these modules,
 pure or not? Why can't the binaries that ship with the client just
 be used?
 
 Also, the Debian packages contain some bug fixes already, and I'm sure
 there will be more to come. From what you've said, this means that
 clients connecting to these pure servers are still going to have a
 problem anyways.
 
 Also, Michel has a point. This is a problem when cross compiling.

Well, it means that
a) custom modifications are automatically downloaded and used by
connecting clients
b) all clients are guaranteed to run the same client-side module on the
same server
c) it's a cheating protection measure

Of course all of the above may be avoided using a custom-compiled binary
but we have BattlEye for that..
Not that I like this wicked system, but we have to add some cheating
protection measures so that online gaming experience is not ruined for
the majority of players by some script-kiddie.

As for the patches, we'll gladly accept bugfixes. The patch for original
bug report of Michel Dänzer is already in the tree for 0.32

-- 
Best regards,
 Victor Luchits



Processed: tagging 432829

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 432829 + lenny sid
Bug#432829: grokking-the-gimp: please consider not releasing this with lenny
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 432484

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 # Only a problem with newer versions of libwww-mechanize-perl that isn't in 
 etch
 tags 432484 + lenny sid
Bug#432484: libtest-www-mechanize-perl - FTBFS: 500 Can't connect to 
localhost:13432 (connect: Connection refused)
Tags were: fixed-upstream
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#432767: nfs-common breaks cfs

2007-08-05 Thread Kurt Roeckx
On Sat, Jul 14, 2007 at 12:00:25PM +0200, Steinar H. Gunderson wrote:
 
 I spent some time debugging through this, trying to figure out how cfs is
 supposed to be working. It seems like the core of the problem is the line
 
   mount -oport=3049,intr,nfsvers=2 localhost:$NULL_EXPORT $CRYPT_ROOT || rc=1
 
 However, cfsd never registers with the portmapper. If you don't use
 portmapper, you'll need to specify the entire triplet port/version/protocol,
 or the mount will fail -- for some reason, earlier versions of mount (ie.
 versions from before the split into mount.nfs) were more forgiving about
 this, but they are not anymore. In other words, the cfs package needs to add
 ,udp to its list of NFS-mounting option. Reassigning appropriately, and
 setting severity as this completely breaks cfs TTBOMK.

If I understand this right, this bug doesn't affect etch since the
version of mount in etch is more forgiving?  If that's the case, can you
please tag this bug lenny sid?


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 433737

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 433737 + lenny sid
Bug#433737: boinc-app-seti - FTBFS: timecvt.cpp:69: error: 'strlcpy' was not 
declared in this scope
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#429105: marked as done (please update/request removal of your package)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Aug 2007 14:40:30 +0200
with message-id [EMAIL PROTECTED]
and subject line Removed
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libapache-miniwiki-perl
Severity: serious
Version: 0.92-2

Hi there!

 Due to the recent removal of apache (including it's accompanied
packages of apache-common, apache-dbg, apache-dev, apache-doc,
apache-perl and apache-ssl) and libapache-mod-perl your package most
propably isn't able to get installed or built anymore.  These are the
problems your package currently has:

libapache-miniwiki-perl (dependency): libapache-mod-perl

 Please either send the ftp team a removal request for your package if
it isn't able to work with apache2, or update it to build (only)
packages for apache2.

 Thanks in advance,
-- 
generate-mails.pl assisting Gerfried Fuchs


---End Message---
---BeginMessage---
libapache-miniwiki-perl has been removed from Debian.  For details,
please see http://bugs.debian.org/400362.
---End Message---


Bug#431843: Reassigning to ghc6

2007-08-05 Thread John Goerzen
On Sunday 05 August 2007 6:54:30 am Kurt Roeckx wrote:

 I can't reproduce this problem (on amd64) in either stable or unstable.

You won't be able to.  You'll only be able to reproduce it on platforms that 
don't support ghci, such as alpha, powerpc, m68k, ertc.  On these platforms, 
runhaskell is broken.  Instead of calling ghci, on those platforms, it 
should use ghc to compile the program to a binary in a temporary location 
and then call that.

 I also have to wonder which versions of ghc6 you think this bug applies
 to, it currently doesn't have any version information.

All that have runhaskell, which would be all recent ones.

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 433740

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 433740 + lenny sid
Bug#433740: pybaz - FTBFS: ImportError: No module named uid
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 433738

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 433738 + lenny sid
Bug#433738: ldaptor - FTBFS: epydoc: error: no such option: -n
Tags were: patch
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#433692: evolution: crash on startup

2007-08-05 Thread Øystein Gisnås
severity 433692 important
quit

2007/7/18, Bluefuture [EMAIL PROTECTED]:
 The application crash on startup. Debbug informations are in the
 attachment.

I chang the severity because it does not seem to affect many users.

Does this happen every time? Can you try to start evolution with
'LANG=C evolution' from the command line? There are some error message
about your icon theme. Are you using any particular theme?

Cheers,
Øystein



Processed: Re: Bug#433692: evolution: crash on startup

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 433692 important
Bug#433692: evolution: crash on startup
Severity set to `important' from `grave'

 quit
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436102: t38modem: FTBFS: undefined reference to `operator(std::basic_ostreamchar, std::char_traitschar , H323Channel::Directions)'

2007-08-05 Thread Kurt Roeckx
Package: t38modem
Version: 0.8.0+20050304-4
Severity: serious
Tags: lenny sid

Hi,

Your package is failing to build with the following error:
g++ -o obj_linux_x86_64_r/t38modem -Wall -g -O2   -L/usr/lib 
-L/usr/share/openh323/lib   ./obj_linux_x86_64_r/pmutils.o  
./obj_linux_x86_64_r/dle.o  ./obj_linux_x86_64_r/pmodem.o  
./obj_linux_x86_64_r/pmodemi.o  ./obj_linux_x86_64_r/drivers.o  
./obj_linux_x86_64_r/g7231_fake.o  ./obj_linux_x86_64_r/t30tone.o  
./obj_linux_x86_64_r/hdlc.o  ./obj_linux_x86_64_r/t30.o  
./obj_linux_x86_64_r/fcs.o  ./obj_linux_x86_64_r/pmodeme.o  
./obj_linux_x86_64_r/t38engine.o  ./obj_linux_x86_64_r/main.o  
./obj_linux_x86_64_r/drv_pty.o -lopenh323  -lresolv -lpt  -lldap -llber 
-lldap_r  -lpthread -lsasl2 -lssl -lcrypto -lexpat -lSDL -lresolv -ldl
./obj_linux_x86_64_r/main.o: In function 
`MyH323Connection::OnClosedLogicalChannel(H323Channel const)':
/usr/src/t38modem-0.8.0+20050304/main.cxx:770: undefined reference to 
`operator(std::basic_ostreamchar, std::char_traitschar , 
H323Channel::Directions)'
./obj_linux_x86_64_r/main.o: In function 
`MyH323Connection::OnStartLogicalChannel(H323Channel)':
/usr/src/t38modem-0.8.0+20050304/main.cxx:759: undefined reference to 
`operator(std::basic_ostreamchar, std::char_traitschar , 
H323Channel::Directions)'
/usr/src/t38modem-0.8.0+20050304/main.cxx:750: undefined reference to 
`operator(std::basic_ostreamchar, std::char_traitschar , 
H323Channel::Directions)'
./obj_linux_x86_64_r/main.o: In function 
`MyH323Connection::OnAnswerCall(PString const, H323SignalPDU const, 
H323SignalPDU)':
/usr/src/t38modem-0.8.0+20050304/main.cxx:740: undefined reference to 
`operator(std::basic_ostreamchar, std::char_traitschar , 
H323Connection::AnswerCallResponse)'
collect2: ld returned 1 exit status
make[1]: *** [obj_linux_x86_64_r/t38modem] Error 1


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 433820

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 433820 + lenny sid
Bug#433820: Does not build with newer libsilc
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 433747

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 433747 + lenny sid
Bug#433747: t38modem - FTBFS: help2man: can't get `--help' info from 
obj_linux_x86_r/t38modem
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#430081: marked as done (quilt: FTBFS)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun,  5 Aug 2007 15:29:21 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#430081: quilt: FTBFS
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---

Package: quilt
Version: 0.45-6
Severity: serious
Justification: no longer builds from source

Me know not what to do. Help!

quote
[58] $ quilt mail --mbox mbox --prefix test --subject This is a
test -m Message -- failed
Could not determine the envelope sender address. Please use --sender.
!= Patches patches/1.diff, patches/5.diff have duplicate subject
headers.
[61] $ cat - no-subject  patches/5.diff -- ok
[65] $ quilt mail --mbox mbox --prefix test --subject This is a
test -m Message --signature  -- failed
Could not determine the envelope sender address. Please use --sender. != ~
[66] $ grep -e '^Subject:' -e '^To:' -e '^Cc:' -e '^-- $' -e '^ ' mbox -- failed
grep: mbox: No such file or directory != Subject: [test 0/5] This is a test
~ != --
~ != Cc: Dummy [EMAIL PROTECTED]
~ != Subject: [test 1/5] Subject of 1.diff
~ != --
~ != Cc: Dummy [EMAIL PROTECTED]
~ != Subject: [test 2/5] Subject
of 2.diff is: split into multiple lines
~ != --
~ != To: John X. Doe [EMAIL PROTECTED]
~ != Subject: [test 3/5] Subject of 3.diff
~ != To: John X. Doe [EMAIL PROTECTED]
~ != --
~ != Cc: Joe R. Hacker [EMAIL 
PROTECTED],
~ !=  John X. Doe [EMAIL PROTECTED],
~ !=
=?UTF-8?q?=C3=9C=20is=20an=20umlaut?= [EMAIL PROTECTED]
~ != Subject: [test 4/5] First
paragraph used as subject of 4.diff.
~ != Cc: John X. Doe [EMAIL PROTECTED]
~ != Cc: Ü is an umlaut [EMAIL PROTECTED]
~ != --
~ != Subject: [test 5/5] Subject of 5.diff
~ != --
[89] $ cd .. -- ok
[90] $ rm -rf d -- ok
20 commands (17 passed, 3 failed)
make[1]: *** [test/.mail.ok] Error 3
make[1]: Leaving directory `/home/wena/temp/quilt-0.46'
make: *** [debian/stamp-makefile-check] Error 2
Build command 'cd quilt-0.46  dpkg-buildpackage -b -uc' failed.
/quote

-- System Information:
Debian Release: lenny/sid
Architecture: i386 (i686)

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

Versions of packages quilt depends on:
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  diffstat  1.43-2 produces graph of changes introduc
ii  gawk  1:3.1.5.dfsg-4 GNU awk, a pattern scanning and pr
ii  gettext   0.16.1-1   GNU Internationalization utilities
ii  patch 2.5.9-4Apply a diff file to an original

quilt recommends no packages.

-- no debconf information


--
my place on the web:
floss-and-misc.blogspot.com

---End Message---
---BeginMessage---
On Mon, Jul 02, 2007 at 03:34:06PM +0300, Gerard Lledó wrote:
 Hi,

 It fails to build for me too, I've tried to build the package in a
 pbuilder environment, and it fails in make check. Apparently, upstream
 is giving even more errors (5 instead of just 3). It seems that the
 mantainer tried to fix the checks with patches, but not all of them
 are fixed.

When filling a FTBFS bug, which is release critical, it would be more
than welcome to attach a log of the failed build or at least some
details of the failed tests.

It works for me(TM), thus closing the bug.

Bye, Mt.
---End Message---


Bug#435460: add patch

2007-08-05 Thread Steffen Joeris
tags 435460 patch
thanks


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: add patch tag

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 435460 patch
Bug#435460: CVE-2007-3387: Integer overflow in poppler
Tags were: security
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435460: add NMU patch

2007-08-05 Thread Steffen Joeris
Hi

Attached, you will find a patch to fix this integer overflow.
If you do not have the time to deal with it atm, please give me permission to 
upload this NMU.
Thanks for your efforts.

Cheers
Steffen
diff -u poppler-0.5.4/debian/changelog poppler-0.5.4/debian/changelog
--- poppler-0.5.4/debian/changelog
+++ poppler-0.5.4/debian/changelog
@@ -1,3 +1,12 @@
+poppler (0.5.4-6.1) unstable; urgency=high
+
+  * Non-maintainer upload
+  * Include upstream patch to fix integer overflow in the
+StreamPredictor::StreamPredictor function
+(Closes: #435460) Fixes: CVE-2007-3387
+
+ -- Steffen Joeris [EMAIL PROTECTED]  Sun, 05 Aug 2007 11:08:24 +
+
 poppler (0.5.4-6) unstable; urgency=low
 
   * Conflict with old library names from experimental.  (Closes: #426023)
only in patch2:
unchanged:
--- poppler-0.5.4.orig/debian/patches/CVE-2007-3387.patch
+++ poppler-0.5.4/debian/patches/CVE-2007-3387.patch
@@ -0,0 +1,15 @@
+--- Stream.cc.orig	2007-08-05 11:05:42.0 +
 poppler-0.5.4/poppler/Stream.cc	2007-08-05 11:07:12.0 +
+@@ -423,9 +423,9 @@
+ 
+   nVals = width * nComps;
+   if (width = 0 || nComps = 0 || nBits = 0 ||
+-  nComps = INT_MAX/nBits ||
+-  width = INT_MAX/nComps/nBits ||
+-  nVals * nBits + 7  0) {
++  nComps  gfxColorMaxComps || nBits  16 ||
++  width = INT_MAX / nComps ||
++  nVals = (INT_MAX - 7) / nBits) {
+ return;
+   }
+   totalBits = nVals * nBits;


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


Processed: tagging 433950

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 433950 + lenny sid
Bug#433950: rt2500-source: fails to compile with 2.6.21-2-k7 kernel
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 431201

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 431201 + lenny sid
Bug#431201: qc-usb-source: Fails to compile on linux 2.6.21.5
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436107: /usr/lib/libdb-4.5.so: no version information available

2007-08-05 Thread Andrzej Adam Filip
Package: sendmail-bin
Version: 8.14.1-8
Severity: grave
Justification: renders package unusable

Sendmail MTA daemon does not start.

Symptoms:

$mailq -Am
MSP Queue status...
/usr/sbin/sendmail-msp: /usr/lib/libdb-4.5.so: no version information
available (required by /usr/sbin/sendmail-msp)
/usr/bin/mailq: line 673:  4987 Segmentation fault  $MSP_COMMAND -bp
$MSP_A $MISC_PARMS $*
MTA Queue status...
/usr/sbin/sendmail-mta: /usr/lib/libdb-4.5.so: no version information
available (required by /usr/sbin/sendmail-mta)
/usr/bin/mailq: line 673:  4989 Segmentation fault  $MTA_COMMAND -bp
$MTA_A $MISC_PARMS $*


-- Package-specific info:
Ouput of /usr/share/bug/sendmail-bin/script:

sendmail.conf:
DAEMON_NETMODE=Static;
DAEMON_NETIF=;
DAEMON_MODE=Daemon;
DAEMON_PARMS=;
DAEMON_HOSTSTATS=Yes;
DAEMON_MAILSTATS=Yes;
QUEUE_MODE=${DAEMON_MODE};
QUEUE_INTERVAL=p195s;
QUEUE_PARMS=;
MSP_MODE=Daemon;
MSP_INTERVAL=10m;
MSP_PARMS=;
MSP_MAILSTATS=${DAEMON_MAILSTATS};
MISC_PARMS=;
CRON_MAILTO=root;
CRON_PARMS=;
LOG_CMDS=No;
HANDS_OFF=No;
AGE_DATA=;
DAEMON_RUNASUSER=No;
DAEMON_STATS=${DAEMON_MAILSTATS};
MSP_STATS=${MSP_MAILSTATS};

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

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

Versions of packages sendmail-bin depends on:
ii  libc62.6-2   GNU C Library: Shared libraries
ii  libdb4.5 4.5.20-1Berkeley v4.5 Database
Libraries [
ii  libldap2 2.1.30-13.4 OpenLDAP libraries
ii  liblockfile1 1.06.2  NFS-safe locking library,
includes
ii  libsasl2-2   2.1.22.dfsg1-13 Authentication abstraction
library
ii  libssl0.9.8  0.9.8e-5SSL shared libraries
ii  libwrap0 7.6.dbs-14  Wietse Venema's TCP
wrappers libra
ii  sendmail-base8.14.1-8powerful, efficient, and
scalable
ii  sendmail-cf  8.14.1-8powerful, efficient, and
scalable

sendmail-bin recommends no packages.

Versions of packages rmail depends on:
ii  libc62.6-2   GNU C Library: Shared libraries
ii  libldap2 2.1.30-13.4 OpenLDAP libraries

Versions of packages libmilter0 depends on:
ii  libc6 2.6-2  GNU C Library: Shared libraries

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 434120

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 434120 + lenny sid
Bug#434120: ircii-pana - FTBFS: multiple definition of `mknod'
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 434307

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 tags 434307 + lenny sid
Bug#434307: mbr: FTBFS on amd64: Can't find 32-bit -lgcc
Tags were: patch
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435645: Refuse to eject cdrom

2007-08-05 Thread Wolfgang Pfeiffer
Package: eject
Followup-For: Bug #435645


Same here, on powerpc and unstable, with packages kept at their most
freshest versions, if possible (The self-rolled kernel, e.g., is a bit
old. More on that below .. ).

So eject 2.1.5-4 seems to work like a charm here 

HTH

Best Regards
Wolfgang

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

Kernel: Linux 2.6.18-rc4-060811-dirty
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages eject depends on:
ii  libc62.6-5   GNU C Library: Shared libraries
ii  libdevmapper1.02.1   2:1.02.20-2 The Linux Kernel Device Mapper use

eject recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 434033

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 # for some reason it builds without problems on etch
 tags 434033 + lenny sid
Bug#434033: sear: FTBFS: missing #include in ModelHandler.h
Tags were: patch
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 434445

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 # libhtml-mason-perl in etch is 1.35-3 so etch doesn't have this problem
 tags 434445 + lenny sid
Bug#434445: libmasonx-interp-withcallbacks-perl: change in HTML::Mason 1.36 
breaks the tests
Tags were: patch
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: found 434529 in 100.14.11-1

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 found 434529 100.14.11-1
Bug#434529: nvidia-glx: won't install due to missing package
Bug marked as found in version 100.14.11-1.


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436107: /usr/lib/libdb-4.5.so: no version information available

2007-08-05 Thread Clint Adams
On Sun, Aug 05, 2007 at 03:59:05PM +0200, Andrzej Adam Filip wrote:
 Sendmail MTA daemon does not start.
 
 Symptoms:
 
 $mailq -Am
 MSP Queue status...
 /usr/sbin/sendmail-msp: /usr/lib/libdb-4.5.so: no version information
 available (required by /usr/sbin/sendmail-msp)

Please try upgrading to the libdb4.5 in unstable (4.5.20-5).  This has
proper symbol versioning.  If the segfault still occurs, the problem is
elsewhere.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#380825: Debian Bug report logs - #380825,Python transition (#2): you are building a private python module !

2007-08-05 Thread Lior Kaplan
Hi Adam,

Could you NMU gnue-common to fix #380825 with the patches you submitted ?

Thanks.


-- 
Lior Kaplan
[EMAIL PROTECTED]

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#436112: apt-proxy: Failed to load application: /usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: pkgCPU

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 436112 grave
Bug#436112: apt-proxy: Failed to load application: 
/usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: pkgCPU
Severity set to `grave' from `normal'

 merge 436112 436011
Bug#436011: apt-proxy: 'module' object has no attribute 'CPU'
Bug#436112: apt-proxy: Failed to load application: 
/usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: pkgCPU
Merged 436011 436112.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436131: bulmages-docs: empty package

2007-08-05 Thread Justin B Rye
Package: bulmages-docs
Version: 0.9.1-2
Severity: grave
Justification: renders package unusable

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

This package does not provide documentation.  It's empty apart from
changelog.Debian.gz and copyright files, and has no dependencies.

'http://packages.debian.org/cgi-bin/search_contents.pl?word=bulmages-docsversion=unstable'

The rules file seems to want the build process for bulmages-docs to
install documentation into usr/share/doc/bulmages/docs (instead of
usr/share/doc/bulmages-docs).

If this ever gets fixed, perhaps you could change the package name
at the same time to the more standard form bulmages-doc.

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

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435983: mount: fails to detect LABEL=foo filesystems

2007-08-05 Thread LaMont Jones
On Sat, Aug 04, 2007 at 02:43:04PM +0100, James Youngman wrote:
 Everything worked fine 'til I upgraded...
 So, whatever populates /dev/disk/by-label is not aware of (LVM2  MD),
 and since mount no longer itself supports LABEL= directly, mount fails
 to mopunt perfectly good filesystems.   This makes the system unusable.

The latest mdadm package seems to provide hooks for vol_id to populate
/dev/disk/*.  I expect that the latest LVM does as well..  In any case,
it would appear to be a bug in udev or lvm for not populating the table
that libvolume-id is using.  Does the lvm2 package in sid fix the issue?

lamont


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 431948

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 tags 431948 pending
Bug#431948: pmk: postinst fails in piuparts
Tags were: etch-ignore
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436112: apt-proxy: Failed to load application: /usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: pkgCPU

2007-08-05 Thread Folkert van Heusden
 severity 436112 grave
 merge 436112 436011
 thanks
  
  Suddenly apt-proxy fails to start:
  Failed to load application: /usr/lib/python2.4/site-packages/apt_pkg.so:
  undefined symbol: pkgCPU
 
 Ha die flok,
 At http://bugs.debian.org/436011 is a workaround for this bug,
 it boils down to commenting out line 106
 in /usr/lib/python2.4/site-packages/apt_proxy/packages.py

Nope, problem persists.

I now have:

Makes a fake configuration for python-apt for each backend.

DEFAULT_APT_CONFIG = {
#'APT' : '',
#'APT::Architecture' : apt_pkg.CPU,
#'APT::Default-Release' : 'unstable',

'Dir':'.', # /
'Dir::State' : 'apt/', # var/lib/apt/


belle:/home/folkert/Personal/src/pov# /etc/init.d/apt-proxy restart
Stopping apt-proxy.
Starting apt-proxy
Failed to load application: /usr/lib/python2.4/site-packages/apt_pkg.so: 
undefined symbol: pkgCPU


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436137: apt-proxy: apt-ptoxy fails to start

2007-08-05 Thread Manoj Srivastava
Package: apt-proxy
Version: 1.9.36
Severity: grave

__ /etc/init.d/apt-proxy start
Starting apt-proxy
Failed to load application: 'module' object has no attribute 'CPU'
.

I think this is related to the recent change in python-apt.

manoj

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

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

Versions of packages apt-proxy depends on:
ii  adduser   3.104  add and remove users and groups
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  cdebconf [debconf-2.0]0.119  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  logrotate 3.7.1-3Log rotation utility
ii  python2.4.4-6An interactive high-level object-o
ii  python-apt0.7.3.1Python interface to libapt-pkg
ii  python-central0.5.14 register and build utility for Pyt
ii  python-twisted-web0.7.0-1An HTTP protocol implementation to

apt-proxy recommends no packages.

-- debconf information:
  apt-proxy/upgrading-v2:
  apt-proxy/upgrading-v2-result:

-- 
This sentence does in fact not have the property it claims not to have.
Manoj Srivastava [EMAIL PROTECTED] http://www.debian.org/~srivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434645: Shibboleth-sp crashes under load

2007-08-05 Thread Russ Allbery
Jay Berkenbilt [EMAIL PROTECTED] writes:

 I've uploaded xerces27-2.7.0-4 with this patch.  I also reported it to
 upstream.  I looked at the current file in their subversion repository,
 and it appears that there has been some tweaking to this since 2.7.0 for
 performance reasons, so maybe the next release (if it ever happens) will
 not require this patch.

Thank you!

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436099: marked as done (CVE-2007-3387: Integer overflow in cupsys)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 5 Aug 2007 19:07:47 +0200
with message-id [EMAIL PROTECTED]
and subject line [Pkg-cups-devel] Bug#436099: CVE-2007-3387: Integer overflow 
in cupsys
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: cupsys
Version: 1.2.12-1
Severity: grave
Tags: security, patch
Justification: user security hole

Hi

A vulnerability has been found in libpoppler and related
packages. From CVE-2007-3387:

Integer overflow in the StreamPredictor::StreamPredictor function in
gpdf before 2.8.2, as used in (1) poppler, (2) xpdf, (3) kpdf, (4)
kdegraphics, (5) CUPS, and other products, might allow remote
attackers to execute arbitrary code via a crafted PDF file.

Please mention the CVE id in the changelog.

A patch to fix this issue is attached below.
If you do not have the time, please give me permission to upload an
NMU.
Thanks for your efforts

Cheers
Steffen

diff -u cupsys-1.2.12/debian/patches/00list cupsys-1.2.12/debian/patches/00list
--- cupsys-1.2.12/debian/patches/00list
+++ cupsys-1.2.12/debian/patches/00list
@@ -26,0 +27 @@
+CVE-2007-3387.dpatch
diff -u cupsys-1.2.12/debian/changelog cupsys-1.2.12/debian/changelog
--- cupsys-1.2.12/debian/changelog
+++ cupsys-1.2.12/debian/changelog
@@ -1,3 +1,12 @@
+cupsys (1.2.12-1.1) unstable; urgency=high
+
+  * Non-maintainer upload
+  * Include upstream patch to fix integer overflow in the
+StreamPredictor::StreamPredictor function
+Fixes: CVE-2007-3387
+
+ -- Steffen Joeris [EMAIL PROTECTED]  Sun, 05 Aug 2007 11:18:08 +
+
 cupsys (1.2.12-1) unstable; urgency=low

   * New upstream release
only in patch2:
unchanged:
--- cupsys-1.2.12.orig/debian/patches/CVE-2007-3387.dpatch
+++ cupsys-1.2.12/debian/patches/CVE-2007-3387.dpatch
@@ -0,0 +1,22 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## CVE-2007-3387.dpatch
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix integer overflow in Stream.cxx
+
[EMAIL PROTECTED]@
+--- Stream.cxx.old 2007-08-05 11:15:08.0 +
 cupsys-1.2.12/pdftops/Stream.cxx   2007-08-05 11:14:44.0 +
+@@ -412,9 +412,9 @@
+
+   nVals = width * nComps;
+   if (width = 0 || nComps = 0 || nBits = 0 ||
+-  nComps = INT_MAX / nBits ||
+-  width = INT_MAX / nComps / nBits ||
+-  nVals * nBits + 7  0) {
++  nComps  gfxColorMaxComps || nBits  16 ||
++  width = INT_MAX / nComps ||
++  nVals = (INT_MAX - 7) / nBits) {
+ return;
+   }
+   pixBytes = (nComps * nBits + 7)  3;

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

Steffen Joeris [2007-08-05 22:06 +1000]:
 A vulnerability has been found in libpoppler and related
 packages. From CVE-2007-3387:
 
 Integer overflow in the StreamPredictor::StreamPredictor function in
 gpdf before 2.8.2, as used in (1) poppler, (2) xpdf, (3) kpdf, (4)
 kdegraphics, (5) CUPS, and other products, might allow remote
 attackers to execute arbitrary code via a crafted PDF file.

Thanks, this was already on my radar, but Debian's cupsys is not
affected by this. We have used the external xpdf-utils in Sarge and
poppler-utils since Etch, specifically to avoid using the duplicated
xpdf code in cups.

Martin
-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org


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


Bug#436140: cdrom: Most of the system's files have a future timestamp causing at least update/config problems.

2007-08-05 Thread os
Package: cdrom
Severity: grave


I cannot determine the exact extend of the problem, but a ls -la in / 
reveals this:

drwxr-xr-x  23 root root  4096 2008-01-02 21:14 .
drwxr-xr-x  23 root root  4096 2008-01-02 21:14 ..
drwxr-xr-x   2 root root  4096 2008-01-02 21:13 bin
drwxr-xr-x   3 root root  4096 2007-06-10 13:50 boot
lrwxrwxrwx   1 root root11 2008-01-02 19:57 cdrom - media/cdrom
drwxr-xr-x  14 root root  4340 2007-08-05 17:49 dev
drwxr-xr-x 108 root root  4096 2007-08-05 18:35 etc
drwxr-xr-x  16 root root  4096 2007-06-10 16:00 hdb
drwxr-xr-x   5 root root  4096 2007-06-10 17:01 home
drwxr-xr-x   2 root root  4096 2008-01-02 19:58 initrd
lrwxrwxrwx   1 root root28 2008-01-02 20:00 initrd.img -
boot/initrd.img-2.6.18-4-486
drwxr-xr-x  15 root root  4096 2008-01-02 21:12 lib
drwx--   2 root root 16384 2008-01-02 19:57 lost+found
drwxr-xr-x   3 root root  4096 2007-07-17 00:55 media
drwxr-xr-x   2 root root  4096 2006-10-28 16:06 mnt
drwxr-xr-x   2 root root  4096 2008-01-02 19:58 opt
dr-xr-xr-x 111 root root 0 2007-08-05 17:48 proc
-rw---   1 root root  1024 2008-01-02 21:14 .rnd
drwxr-xr-x   8 root root  4096 2007-06-10 16:30 root
drwxr-xr-x   2 root root  4096 2008-01-02 21:43 sbin
drwxr-xr-x   2 root root  4096 2007-03-07 23:56 selinux
drwxr-xr-x   2 root root  4096 2008-01-02 19:58 srv
drwxr-xr-x  11 root root 0 2007-08-05 17:48 sys
drwxrwxrwt  12 root root  4096 2007-08-05 18:50 tmp
drwxr-xr-x  11 root root  4096 2008-01-02 21:08 usr
drwxr-xr-x  15 root root  4096 2008-01-02 21:41 var
lrwxrwxrwx   1 root root25 2008-01-02 20:00 vmlinuz -
boot/vmlinuz-2.6.18-4-486

As you can see, for what reason ever, this installation produced future 
timestamps on vital directories causing update mechanisms to fail and to
complain *all the time*.

Installation history:

- CD-ROM debian-40r0-i586-netinst
- Updates taken as indicated by notifier icon

The first symptom was the notorious ttf-opensymbol update failure, probably 
caused by various font directories tagged with future
timestamps (/usr/share/fonts, /usr/X11R6/lib/X11/fonts/, ...) but this bug's 
effects are obviously not restricted to these places.

Since the update infrastructure fails, security fixes can no longer be applied. 
This however makes the system unusable.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435983: mount: fails to detect LABEL=foo filesystems

2007-08-05 Thread James Youngman
On 8/5/07, LaMont Jones [EMAIL PROTECTED] wrote:
 On Sat, Aug 04, 2007 at 02:43:04PM +0100, James Youngman wrote:
  Everything worked fine 'til I upgraded...
  So, whatever populates /dev/disk/by-label is not aware of (LVM2  MD),
  and since mount no longer itself supports LABEL= directly, mount fails
  to mopunt perfectly good filesystems.   This makes the system unusable.

 The latest mdadm package seems to provide hooks for vol_id to populate
 /dev/disk/*.  I expect that the latest LVM does as well..  In any case,
 it would appear to be a bug in udev or lvm for not populating the table
 that libvolume-id is using.  Does the lvm2 package in sid fix the issue?

I upgraded to that just now in order to answer your question.  It does
not fix the issue.

ii  lvm2   2.02.26-1+b1   The Linux Logical Volume Manager

FWIW, fsck still works fine in this configuration; the filesystems can
be checked but not mounted.  IMO, if we're going to withdraw a feature
that people are depending on in order to boot (and I have been
depending on it for the past four years), we should really provide
people with a warning and some time window in which to change their
configuration.

James.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434645: Shibboleth-sp crashes under load

2007-08-05 Thread Russ Allbery
Kurt Roeckx [EMAIL PROTECTED] writes:

 I'm a little confused about the status of bug #434645.  As far as I can
 see it's not a bug in bug in libapache2-mod-shib, and the problem is in
 liblog4cpp4 (#432729)

 But the bug is marked etch, meaning that only the version in etch has
 the problem, which I think just isn't right.  I think the etch tag is
 wrong and should be removed.  This looks like a bug you just want to
 keep around until #432729 is fixed.

 I also have to wonder why #432729 is just set to important, since it
 breaks other packages.

Yeah, this is all very confusing and I don't know how to represent it in
the BTS.

Shibboleth uses log4cpp in a threaded environment and appears to be about
the only application that does so, at least in this intensive of a way.
So log4cpp's thread-safe problems mostly only affect Shibboleth, so I'm
not sure if it's kosher to mark the log4cpp bug grave.  However, this
problem makes Shibboleth largely unusable under load, so for Shibboleth
this is a serious bug.

The problems in log4cpp are also present in etch, so ideally the patch
provided in the log4cpp bug should also be applied to the version in etch
in a stable update.

I'm not at all sure how to use the BTS properly to represent all of this,
so I'm quite happy to follow your preferences.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436137: apt-proxy: apt-ptoxy fails to start

2007-08-05 Thread Geert Stappers
merge 436137 436011
thanks

Op 05-08-2007 om 11:32 schreef Manoj Srivastava:
 
 __ /etc/init.d/apt-proxy start
 Starting apt-proxy
 Failed to load application: 'module' object has no attribute 'CPU'
 .
 
 I think this is related to the recent change in python-apt.

Yes, it is.


Cheers
Geert Stappers


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 431408

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 tags 431408 + lenny sid
Bug#431408: mol: FTBFS with 2.6.21-2
There were no tags set.
Tags added: lenny, sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#433940: semantic: postinst failure

2007-08-05 Thread Jose Enrique Munoz de Cote
 Can you reproduce the bug with these packages on their unstable versions?
 Or, can you run dpkg-reconfigure semantic right now?
I am using the unstable versions
# dpkg-reconfigure semantic
/usr/sbin/dpkg-reconfigure: semantic is broken or not fully installed

# dpkg-reconfigure cedet-common
remove/cedet-common: purging byte-compiled files for emacs21
remove/cedet-common: purging byte-compiled files for xemacs21
install/cedet-common: Handling install for emacsen flavor emacs21
Loading 00debian-vars...
Loading 50auctex (source)...
Loading auctex.el (source)...
Loading /usr/lib/emacs/21.4/i486-linux-gnu/fns-21.4.1-nox.el (source)...
Loading preview-latex.el (source)...
Loading 50autoconf (source)...
Loading 50cedet-common (source)...
Loading 50dictionaries-common (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading 50eieio (source)...
Loading 50emacs-goodies-el (source)...
Loading 50global (source)...
Loading 50gnuplot-mode (source)...
Loading 50psvn (source)...
Loading 51ede (source)...
Loading 51speedbar (source)...
Loading 52semantic (source)...
Loading 53cedet-contrib (source)...
Loading 53cogre (source)...
Loading 55ecb (source)...
/usr/share/emacs21/site-lisp/cedet-common/ added to `load-path'
Setting up cedet...
Setting up cedet...done
Setting up cogre...
Setting up cogre...done
Setting up ede...
Setting up ede...done
Setting up eieio...
Setting up eieio...done
Setting up semantic...
Setting up semantic...done
Setting up speedbar...
Setting up speedbar...done
Setting up cedet-contrib...
Setting up cedet-contrib...done
Cannot open load file: semantic-el
emacs-package-install: /usr/lib/emacsen-common/packages/install/cedet-common
emacs21 emacs21 xemacs21 failed at
/usr/lib/emacsen-common/emacs-package-install line 30, TSORT line 1.

-Enrique


Processed: Re: Bug#434645: Shibboleth-sp crashes under load

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 434645 - etch
Bug#434645: shibboleth-sp: pthread-buggy log4cpp causes crashes under load
Tags were: etch
Tags removed: etch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434645: Shibboleth-sp crashes under load

2007-08-05 Thread Kurt Roeckx
tags 434645 - etch
thanks

On Sun, Aug 05, 2007 at 10:03:42AM -0700, Russ Allbery wrote:
 Kurt Roeckx [EMAIL PROTECTED] writes:
 
 I'm not at all sure how to use the BTS properly to represent all of this,
 so I'm quite happy to follow your preferences.

I'm just going to remove the etch tag, since that's just wrong.

I suggest you close it when it's fixed in etch.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#429090: marked as done (please update/request removal of your package)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Aug 2007 18:32:11 +
with message-id [EMAIL PROTECTED]
and subject line Bug#429090: fixed in libapache-mod-log-sql 1.100-10
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libapache-mod-log-sql
Severity: serious
Version: 1.100-8

Hi there!

 Due to the recent removal of apache (including it's accompanied
packages of apache-common, apache-dbg, apache-dev, apache-doc,
apache-perl and apache-ssl) and libapache-mod-perl your package most
propably isn't able to get installed or built anymore.  These are the
problems your package currently has:

libapache-mod-log-sql (dependency): apache (= 1.3.33)

 Please either send the ftp team a removal request for your package if
it isn't able to work with apache2, or update it to build (only)
packages for apache2.

 Thanks in advance,
-- 
generate-mails.pl assisting Gerfried Fuchs


---End Message---
---BeginMessage---
Source: libapache-mod-log-sql
Source-Version: 1.100-10

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

libapache-mod-log-sql_1.100-10.diff.gz
  to pool/main/liba/libapache-mod-log-sql/libapache-mod-log-sql_1.100-10.diff.gz
libapache-mod-log-sql_1.100-10.dsc
  to pool/main/liba/libapache-mod-log-sql/libapache-mod-log-sql_1.100-10.dsc
libapache2-mod-log-sql-dbi_1.100-10_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache2-mod-log-sql-dbi_1.100-10_i386.deb
libapache2-mod-log-sql-mysql_1.100-10_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache2-mod-log-sql-mysql_1.100-10_i386.deb
libapache2-mod-log-sql-ssl_1.100-10_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache2-mod-log-sql-ssl_1.100-10_i386.deb
libapache2-mod-log-sql_1.100-10_i386.deb
  to 
pool/main/liba/libapache-mod-log-sql/libapache2-mod-log-sql_1.100-10_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand [EMAIL PROTECTED] (supplier of updated libapache-mod-log-sql 
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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 20 Jul 2007 16:24:15 +0800
Source: libapache-mod-log-sql
Binary: libapache2-mod-log-sql-mysql libapache2-mod-log-sql 
libapache2-mod-log-sql-ssl libapache2-mod-log-sql-dbi
Architecture: source i386
Version: 1.100-10
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand [EMAIL PROTECTED]
Changed-By: Thomas Goirand [EMAIL PROTECTED]
Description: 
 libapache2-mod-log-sql - Use SQL to store/write your apache queries logs - Base
 libapache2-mod-log-sql-dbi - Use SQL to store/write your apache queries logs - 
DBI interface
 libapache2-mod-log-sql-mysql - Use SQL to store/write your apache queries logs 
- MySQL interface
 libapache2-mod-log-sql-ssl - Use SQL to store/write your apache queries logs - 
SSL extension
Closes: 425027 429090
Changes: 
 libapache-mod-log-sql (1.100-10) unstable; urgency=low
 .
   * This is release -10 because we have -9 in our GPLHost private repository,
 please forgive me, if version -9 was never release into Debian, but I
 really don't want to messup with our production servers.
   * Changed to the new style of dependency (= ${binary:Version}) instead of
 (= ${Source:Version})
   * Remove the build for apache 1.3 and it's depends (Closes: #429090)
   * Changed the score board patch from INSERT INGORE INTO to a better
 BEGIN ; INSERT INTO [...] ; COMMIT if using pgsql, so the score board
 patch can work under pgsql too, thanks to James Cloos [EMAIL PROTECTED]
 for the idea. Note that this included some bigger modifications to the
 modules so the statements can differ depending on the driver used.
 (Closes: #425027)
Files: 
 81e09b1142cc795cc5f7738ab10fe14a 862 libs optional 
libapache-mod-log-sql_1.100-10.dsc
 04ca4a63592db3bb94535fea882a5600 10378 libs optional 
libapache-mod-log-sql_1.100-10.diff.gz
 b0a83468ed64b1c1839279e0b9c39acb 64918 libs optional 
libapache2-mod-log-sql_1.100-10_i386.deb
 9e6baaf09c5a1939ea1b5b46e598eec9 17306 libs optional 

Bug#433349: 433349: fails to run with python-zopeinterface

2007-08-05 Thread Ross Boylan
It seems to work for me with
python-zopeinterface 3.3.1-2 
zope2.9  2.9.7-3
zope33.3.1-2
and a bootload of products installed (listed below).  I'm on testing
with a 2.6.18 kernel (i386).

I used
dzhandle -z 2.9 make-instance xxx -m all -t tree-linked -r end -u
admin:admin
for setup.

I do have a bunch of Warning messages, some of which look a bit
disturbing, in the logs, but the instance starts and the failure shown
in the original report does not occur.

I'm curious how the original poster connected the error to
python-zopeinterface; I couldn't have done that from the logs shown (but
I'm not too familiar with the internals).

I discovered this because aptitude's resolver kept generating odd
solutions when I asked to remove python-zopeinterface (like upgrading
things to unstable).  So I left it as it was.

ii  python-zopeinterface   3.3.1-2The implementation of
interface definitions
ii  zope-archetypes1.4.2-1framework for developing
and deploying new c
ii  zope-atcontenttypes1.1.4-1archetypes-based
replacement for Plone/CMF t
ii  zope-atrbw 1.7.1-1reference widget add-on to
zope archetypes
ii  zope-attachmentfield   1.3.10-1   an Archetypes field with
advanced indexing f
ii  zope-btreefolder2  1.0.2-3zope folder that can
efficiently contain man
ii  zope-cachefu   1.0.2-1suite of Zope products for
speeding up Plone
ii  zope-cmf1.61.6.2-1zope content management
framework (CMF), 1.6
ii  zope-cmfactionicons1.6 1.6.2-1actions and icons add-on
for zope content ma
ii  zope-cmfcalendar1.61.6.2-1zope cmf calendar, 1.6
branch
ii  zope-cmfcore1.61.6.2-1zope cmf core services,
1.6 branch
ii  zope-cmfdefault1.6 1.6.2-1zope cmf default (basic)
content, 1.6 branch
ii  zope-cmfdynamicviewfti 2.1-1  dynamic views add-on for
CMF
ii  zope-cmfformcontroller 2.0.6-1zope form validation for
cmf and plone
ii  zope-cmfphoto  0.5.0-8photo module for zope
content management fra
ii  zope-cmfphotoalbum 0.5.0-9photo album module for
zope content manageme
ii  zope-cmfplacefulworkflow   1.0.2-1placeful workflow based on
CMF for Plone
ii  zope-cmfplone  2.5.2-1content management system
based on zope and
ii  zope-cmfquickinstallertool 1.5.9-1zope add-on to easy
install cmf/plone produc
ii  zope-cmfsetup1.6   1.6.2-1mini-framework for
configurations of CMF Sit
ii  zope-cmfsin0.6.1-5simple syndication client
for cmf
ii  zope-cmftopic1.6   1.6.2-1zope cmf topic, 1.6 branch
ii  zope-cmfuid1.6 1.6.2-1unique id implementation
for CMF1.6 products
ii  zope-common0.5.37 common settings and
scripts for zope install
ii  zope-coreblog2 0.8.1b-2   blog product for the Plone
content managemen
ii  zope-dcworkflow1.6 1.6.2-1fully customizable
workflow for cmf-based pr
ii  zope-epoz  2.0.2-2cross-browser WYSIWYG
editor for Zope
ii  zope-extendedpathindex 2.4-1  index implementation with
advanced features
ii  zope-externaleditor0.9.3-1Zope External Editor
ii  zope-extfile   1.5.0-1Stores large files outside
Zope database
ii  zope-genericsetup  1.6.2-1mini-framework for
filesystem-based configur
ii  zope-groupuserfolder   3.54.1-1   zope add-on that provides
user flagged as gr
ii  zope-kupu  1.3.9-1cross-browser
document-centric WYSIWYG edito
ii  zope-ldapmultiplugins  1.5-1  LDAP plugin for Zope/Plone
ii  zope-ldapuserfolder2.8-1  LDAP user and group source
for Zope/Plone
ii  zope-linguaplone   0.9.final-1multilingual and
translation solution for pl
ii  zope-marshall  1.4.2-1framework for pluggable
marshalling policies
ii  zope-mimetypesregistry 1.4.2-1mimetypes registry for
Zope
ii  zope-pas   1.4.1-1fully-pluggable user
folder for Zope sites
ii  zope-passwordresettool 0.4.2-1password reset tool for
Plone
ii  zope-photo 1.2.4-3zope product for managing
digital images
ii  zope-plonearticle  1:3.2.3-1  plone document that can
incorporate images a
ii  zope-ploneerrorreporting   1.0-2  error reporting tool for
the Plone
ii  zope-ploneexfile   3.2.4-2attach file to plone sites
with indexing and
ii  zope-plonelanguagetool 1.5-1  language manager and
handler for plone
ii  zope-plonepas  2.2-1  PluggableAuthService
adapter for Plone
ii  zope-plonetranslations 2.6.1-1translation files for
plone 2.5
ii  zope-pluginregistry1.1.1-1generalized tool for

Bug#431853: depends on non-essential package adduser in postrm

2007-08-05 Thread Henrique de Moraes Holschuh
On Sun, 05 Aug 2007, Kurt Roeckx wrote:
 On Mon, Jul 30, 2007 at 07:23:10PM +0200, Luk Claes wrote:
  peter green wrote:
   found 431853 mailto:[EMAIL PROTECTED] 2.4.2-6.1
   
   thanks
   
   firstly this is also present in the version in lenny.
   
   secondly is there a correct way of managing system users using only
   essential packages? If not then imo there should be!
  
  You can use useradd instead of adduser. It might also be better to leave the
  user alone if you are not sure there are still files on unmounted media 
  owned
  by the user...
 
 useradd isn't essential either (anymore).  I think it's best to just
 leave the user around.

FWIW, I never ever liked the idea of leaving *system* users around at purge.
If someone is misusing system users, it is his problem.  OTOH, leaving
around cruft in the system is not nice.

IMO, not removing the user when adduser is not around is not a problem,
though, and a easy fix for the bug.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434645: Shibboleth-sp crashes under load

2007-08-05 Thread Kurt Roeckx
On Sun, Aug 05, 2007 at 08:23:53PM +0200, Kurt Roeckx wrote:
 tags 434645 - etch
 thanks
 
 On Sun, Aug 05, 2007 at 10:03:42AM -0700, Russ Allbery wrote:
  Kurt Roeckx [EMAIL PROTECTED] writes:
  
  I'm not at all sure how to use the BTS properly to represent all of this,
  so I'm quite happy to follow your preferences.
 
 I'm just going to remove the etch tag, since that's just wrong.
 
 I suggest you close it when it's fixed in etch.

You could also tag it again with etch when it's fixed in
testing/unstable.  That way it's clear that at that point it only
affects etch.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#431853: depends on non-essential package adduser in postrm

2007-08-05 Thread Kurt Roeckx
On Sun, Aug 05, 2007 at 03:38:07PM -0300, Henrique de Moraes Holschuh wrote:
 On Sun, 05 Aug 2007, Kurt Roeckx wrote:
  useradd isn't essential either (anymore).  I think it's best to just
  leave the user around.
 
 FWIW, I never ever liked the idea of leaving *system* users around at purge.
 If someone is misusing system users, it is his problem.  OTOH, leaving
 around cruft in the system is not nice.
 
 IMO, not removing the user when adduser is not around is not a problem,
 though, and a easy fix for the bug.

I don't know about amavis, but the user it created might be owning
files that aren't even removed after purge.  Like log files or something
like that.  So they'll suddenly end up with a uid that doesn't exist
anymore and which later might be reused.


Kurt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436150: closing gnubik makes x.org crash

2007-08-05 Thread Daniele Sempione
Package: gnubik
Version: 2.2-7
Severity: critical
Justification: breaks unrelated software

when i click on the window's `X' to close gnubik, the whole x.org server
chrashes with the following massage.

Backtrace:
0: /usr/bin/X11/X(xf86SigHandler+0x81) [0x80c8591]
1: [0xe420]
2:
/usr/lib/xorg/modules/extensions//libGLcore.so(XMesaResizeBuffers+0x29)
[0xb38b9179]
3: /usr/lib/xorg/modules/extensions//libGLcore.so [0xb38b5d50]
4: /usr/lib/xorg/modules/extensions//libglx.so [0xb7c1590a]
5: /usr/bin/X11/X(ResizeChildrenWinSize+0x14f) [0x807cd7f]
6: /usr/bin/X11/X(ReparentWindow+0x1cf) [0x807cfcf]
7: /usr/bin/X11/X(ProcReparentWindow+0xd5) [0x808e775]
8: /usr/bin/X11/X [0x8154a21]
9: /usr/bin/X11/X(Dispatch+0x19f) [0x808ed3f]
10: /usr/bin/X11/X(main+0x495) [0x8076e85]
11: /lib/libc.so.6(__libc_start_main+0xdc) [0xb7d8bebc]
12: /usr/bin/X11/X(FontFileCompleteXLFD+0x1e5) [0x80761a1]

Fatal server error:
Caught signal 11.  Server aborting

X connection to :0.0 broken (explicit kill or server shutdown).
xinit:  connection to X server lost.

waiting for X server to shut down X connection to :0.0 broken (explicit
kill or server shutdown).


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

Kernel: Linux 2.6.12.3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnubik depends on:
ii  guile-1.6-libs  1.6.8-6  Main Guile libraries
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]6.5.2-5  A free implementation of the OpenG
ii  libglib2.0-02.12.12-1+b1 The GLib library of C routines
ii  libglu1-mesa [libglu1]  6.5.2-5  The OpenGL utility library (GLU)
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libgtkglext11.0.6-2.1+b1 OpenGL Extension to GTK (shared li
ii  libx11-62:1.0.3-7X11 client-side library

gnubik recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: merging 435868 435981

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.6
 merge 435868 435981
Bug#435868: octave2.9-forge: FTBFS: Some functions failed to compile (search 
build.log for errors)
Bug#435981: octave2.9-forge - FTBFS: main/ not complete.
Merged 435868 435981.


End of message, stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436112: apt-proxy: Failed to load application: /usr/lib/python2.4/site-packages/apt_pkg.so: undefined symbol: pkgCPU

2007-08-05 Thread Geert Stappers
Op 05-08-2007 om 18:45 schreef Folkert van Heusden:
 
 Nope, problem persists.
 
 I now have:
 
 Makes a fake configuration for python-apt for each backend.
 
 DEFAULT_APT_CONFIG = {
 #'APT' : '',
 #'APT::Architecture' : apt_pkg.CPU,
 #'APT::Default-Release' : 'unstable',

That looks fine ...

 'Dir':'.', # /
 'Dir::State' : 'apt/', # var/lib/apt/
 
 
 belle:/home/folkert/Personal/src/pov# /etc/init.d/apt-proxy restart
 Stopping apt-proxy.
 Starting apt-proxy
 Failed to load application: /usr/lib/python2.4/site-packages/apt_pkg.so: 
 undefined symbol: pkgCPU


Strange ...

Could/Would please execute these actions

 /etc/init.d/apt-proxy stop
  /var/log/apt-proxy.log
 /etc/init.d/apt-proxy start

and then mail /var/log/apt-proxy.log



Cheers
Geert Stappers



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435671: marked as done (Scary-looking user deletion in postinst)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Aug 2007 20:47:41 +
with message-id [EMAIL PROTECTED]
and subject line Bug#435671: fixed in xrdp 0.4.0~dfsg-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xrdp
Version: 0.4.0~dfsg-2
Severity: normal

The postinst says

# xrdp user exists but isn't a system user... delete it.

This scares me.  Suppose there is a legitimate user Xavier
R.D. Pollock who happened to have that username!  I think it would be
better to give a loud, clear error instead of wantonly deleting such a
user.

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

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

Versions of packages xrdp depends on:
ii  adduser  3.104   add and remove users and groups
ii  libc62.6-5   GNU C Library: Shared libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libssl0.9.8  0.9.8e-5+b1 SSL shared libraries

Versions of packages xrdp recommends:
pn  vnc4server | tightvncserver | none (no description available)

-- no debconf information

---End Message---
---BeginMessage---
Source: xrdp
Source-Version: 0.4.0~dfsg-3

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

xrdp_0.4.0~dfsg-3.diff.gz
  to pool/main/x/xrdp/xrdp_0.4.0~dfsg-3.diff.gz
xrdp_0.4.0~dfsg-3.dsc
  to pool/main/x/xrdp/xrdp_0.4.0~dfsg-3.dsc
xrdp_0.4.0~dfsg-3_i386.deb
  to pool/main/x/xrdp/xrdp_0.4.0~dfsg-3_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Vincent Bernat [EMAIL PROTECTED] (supplier of updated xrdp 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 05 Aug 2007 20:33:55 +0200
Source: xrdp
Binary: xrdp
Architecture: source i386
Version: 0.4.0~dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat [EMAIL PROTECTED]
Changed-By: Vincent Bernat [EMAIL PROTECTED]
Description: 
 xrdp   - Remote Desktop Protocol (RDP) server
Closes: 435667 435671
Changes: 
 xrdp (0.4.0~dfsg-3) unstable; urgency=low
 .
   * Delete user and group on purge.
   * Do not delete xrdp user on postinst if it exists, thanks to Trent
 W. Buck (Closes: #435671).
   * Provide a more generic PAM configuration file.
   * Run sesman as root to allow him to use PAM properly (Closes: #435667).
   * Fix file paths in man pages.
Files: 
 7de0c9700b5819e63e41b2989a48cbda 609 net optional xrdp_0.4.0~dfsg-3.dsc
 fa267c9a3ab0c6cc3c934ab9dbdb71c8 15951 net optional xrdp_0.4.0~dfsg-3.diff.gz
 d5185fe77ee8e306e0d2ab647c16e2ff 193682 net optional xrdp_0.4.0~dfsg-3_i386.deb

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

iD8DBQFGtiQmCV53xXnMZYYRAqPMAKDotmuJpnMuLL5tN87UWETHy+p4KACcDy/1
h5SRMD9YSdjHTHBPb7e0Ex0=
=0kt0
-END PGP SIGNATURE-

---End Message---


Bug#435533: marked as done (udev - FTBFS: *** extras/dasd_id: No such file or directory. Stop.)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Aug 2007 20:47:35 +
with message-id [EMAIL PROTECTED]
and subject line Bug#435533: fixed in udev 0.114-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: udev
Version: 0.113-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of udev_0.113-1 on lxdebian.bfinv.de by sbuild/s390 98
[...]
 gcc -Wl,-warn-common,--as-needed -o vol_id vol_id.o 
 /build/buildd/udev-0.113/build-tree/udev-113/libudev.a -Llib -lvolume_id 
 -lselinux -lsepol
 make[3]: Leaving directory 
 `/build/buildd/udev-0.113/build-tree/udev-113/extras/volume_id'
 make: Entering an unknown directory
 make: *** extras/dasd_id: No such file or directory.  Stop.
 make: Leaving an unknown directory
 make[2]: *** [all] Error 1
 make[2]: Leaving directory `/build/buildd/udev-0.113/build-tree/udev-113'
 make[1]: *** [source.command] Error 2
 make[1]: Leaving directory `/build/buildd/udev-0.113'
 make: *** [debian/stampdir/build] Error 2
 **
 Build finished at 20070729-1753
 FAILED [dpkg-buildpackage died]

---End Message---
---BeginMessage---
Source: udev
Source-Version: 0.114-1

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

libvolume-id-dev_0.114-1_i386.deb
  to pool/main/u/udev/libvolume-id-dev_0.114-1_i386.deb
libvolume-id0_0.114-1_i386.deb
  to pool/main/u/udev/libvolume-id0_0.114-1_i386.deb
udev-udeb_0.114-1_i386.udeb
  to pool/main/u/udev/udev-udeb_0.114-1_i386.udeb
udev_0.114-1.diff.gz
  to pool/main/u/udev/udev_0.114-1.diff.gz
udev_0.114-1.dsc
  to pool/main/u/udev/udev_0.114-1.dsc
udev_0.114-1_i386.deb
  to pool/main/u/udev/udev_0.114-1_i386.deb
udev_0.114.orig.tar.gz
  to pool/main/u/udev/udev_0.114.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marco d'Itri [EMAIL PROTECTED] (supplier of updated udev 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 05 Aug 2007 19:34:47 +0200
Source: udev
Binary: libvolume-id-dev udev libvolume-id0 udev-udeb
Architecture: source i386
Version: 0.114-1
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri [EMAIL PROTECTED]
Changed-By: Marco d'Itri [EMAIL PROTECTED]
Description: 
 libvolume-id-dev - libvolume_id development headers
 libvolume-id0 - libvolume_id shared library
 udev   - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 435533
Changes: 
 udev (0.114-1) unstable; urgency=medium
 .
   * New upstream release.
   * Packages converted from DBS to quilt.
   * Stop trying to build dasd_id on s/390. (Closes: #435533)
Files: 
 1fcf7fbbab6a0b1f7f5cc65881e856f9 633 admin important udev_0.114-1.dsc
 2e20d20e44a5feb61a104eb7ed0a4834 243918 admin important udev_0.114.orig.tar.gz
 e72a338456bb071991a08c9a8105bea0 61780 admin important udev_0.114-1.diff.gz
 9bd00a8ceeb228d16fcd9644f61a1aa4 278580 admin important udev_0.114-1_i386.deb
 0c6cf473b8b4cd49f1f2c94548bf6a36 68860 libs important 
libvolume-id0_0.114-1_i386.deb
 0c94551a2be24b8f3d69ee3ca26d6b03 2282 libdevel optional 
libvolume-id-dev_0.114-1_i386.deb
 648af7f3a0306e8d9df646cd6c43d86e 116496 debian-installer important 
udev-udeb_0.114-1_i386.udeb
Package-Type: udeb

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

iD8DBQFGtjMNFGfw2OHuP7ERAj2GAJ9QFySkR9YTEpsT14xerKHU79ndmwCdEeoW
p/0PMUWUL2W6NU71X8gJbnM=
=prYQ
-END PGP SIGNATURE-

---End Message---


Bug#434329: I am also having this issue

2007-08-05 Thread Andrew Robinson
I cannot get mail-notification to work either. Unfortunately, the work
around to downgrade to libgmime-2.0-2_2.2.9-1_i386.deb is no longer
possible that I can tell, as that file is no longer available on the
mirrors.

I have attached my bug report if it helps.
System: Linux 2.6.21.custom.20070523 #1 SMP Wed May 23 16:35:18 MDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 1030
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 53731328 vsize: 53731328 resident: 16207872 share: 
11792384 rss: 16207872 rss_rlim: 4294967295
CPU usage: start_time: 1186346733 rtime: 40 utime: 30 stime: 10 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/mail-notification'

(no debugging symbols found)
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1227037008 (LWP 4890)]
[New Thread -1257243760 (LWP 4902)]
[New Thread -1245500528 (LWP 4901)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb71e2eb3 in poll () from /lib/i686/cmov/libc.so.6
#2  0xb72bfa63 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x08198aa8 in ?? ()
#4  0x0006 in ?? ()
#5  0x0128 in ?? ()
#6  0x08198aa8 in ?? ()
#7  0x0006 in ?? ()
#8  0xb7323468 in ?? () from /usr/lib/libglib-2.0.so.0
#9  0x080b7268 in ?? ()
#10 0xbfbb0544 in ?? ()
#11 0x0001 in ?? ()
#12 0x0001 in ?? ()
#13 0x080b7268 in ?? ()
#14 0x08198aa8 in ?? ()
#15 0xb71e2e40 in ?? () from /lib/i686/cmov/libc.so.6
#16 0xb7269b70 in ?? () from /lib/i686/cmov/libpthread.so.0
#17 0xb7268410 in ?? () from /lib/i686/cmov/libpthread.so.0
#18 0xb72da0e3 in g_thread_self () from /usr/lib/libglib-2.0.so.0
#19 0xb72bfdd9 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#20 0xb784c654 in IA__gtk_main ()
at /tmp/buildd/gtk+2.0-2.10.13/gtk/gtkmain.c:1154
#21 0x0805b11a in main ()

Thread 3 (Thread -1245500528 (LWP 4901)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb726e08b in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7e68865 in ?? () from /usr/lib/libgnomeui-2.so.0
No symbol table info available.
#3  0x1327 in ?? ()
No symbol table info available.
#4  0xb5c31ef8 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.

Thread 2 (Thread -1257243760 (LWP 4902)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb71e2eb3 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb72bfa63 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x080bfca0 in ?? ()
No symbol table info available.
#4  0x0007 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#6  0x080bfca0 in ?? ()
No symbol table info available.
#7  0x0007 in ?? ()
No symbol table info available.
#8  0xb7323468 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#9  0x08116f80 in ?? ()
No symbol table info available.
#10 0xb50ff354 in ?? ()
No symbol table info available.
#11 0x0001 in ?? ()
No symbol table info available.
#12 0x0001 in ?? ()
No symbol table info available.
#13 0x08116f80 in ?? ()
No symbol table info available.
#14 0x080bfca0 in ?? ()
No symbol table info available.
#15 0xb71e2e40 in ?? () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#16 0xb7269b70 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#17 0xb7268410 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#18 0xb72da0e3 in g_thread_self () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#19 0xb72bfdd9 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#20 0xb7bd4b60 in ?? () from /usr/lib/libORBit-2.so.0
No symbol table info available.
#21 0x081185d8 in ?? ()
No symbol table info available.
#22 0xb7323468 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#23 0xb50ff3d8 in ?? ()
No symbol table info available.
#24 0xb72da64f in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#25 0x in ?? ()
No symbol table info available.

Thread 1 (Thread -1227037008 (LWP 4890)):
#0  

Bug#434329: Compiling from source does not fix the crash

2007-08-05 Thread Andrew Robinson
I tried the comment from that suggested that building from source
would fix the problem. I tried:

sudo apt-build install mail-notification

The crash still occurs.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436159: fsck.hfsplus segfault on amd64

2007-08-05 Thread Adam Cécile (Le_Vert)
Package: hfsprogs
Version: 332.14-1
Severity: grave

Hi,

fsck.hfsplus segfault on my amd64 box.
I re-installed my own package and it worked fine :
http://www.le-vert.net/divers/hfsprogs_332.14-1.dsc

Thanks.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-1-amd64

Debian Release: lenny/sid
  900 testing ftp2.fr.debian.org
  400 unstableftp2.fr.debian.org
  200 experimentalftp2.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6  (= 2.5-5) | 2.6-2
libc6-i386 (= 2.5-5) | 2.6-2
libssl0.9.8 (= 0.9.8c-1) | 0.9.8e-5+b1



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436166: [FTBFS] lirc-modules-source doesn't build

2007-08-05 Thread Peter Baumann
Package: lirc
Version: 0.8.0-9.3
Severity: critical

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

lirc-modules-source doesn't build from source (i tried with
module-assistant). This is also mentioned by a user in #432801

-Peter

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-1-k7

Debian Release: lenny/sid
  990 unstablewww.debian-multimedia.org 
  990 unstableftp.debian.org 
  990 unstableftp.de.debian.org 
  500 stable  ftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libasound2   ( 1.0.12) | 1.0.14a-2
libc6 (= 2.5-5) | 2.6-5
liblircclient0(= 0.6.4) | 0.8.0-9.3
libusb-0.1-4   (= 2:0.1.12) | 2:0.1.12-7
debconf(= 0.5)  | 1.5.14
 OR debconf-2.0  | 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436165: sqlite3: Version 3.3.17 misses 3 data corruption bugs fixed in 3.4.1 upstream

2007-08-05 Thread Wolfgang Weisselberg
Package: sqlite3
Version: 3.3.17-1
Severity: critical
Justification: causes serious data loss

see 
http://www.sqlite.org/cvstrac/wiki?p=DatabaseCorruption
http://www.hwaci.com/sw/sqlite/

* There is a VACUUM bug that could lead to obsolete caches
  on a second connection.  Introduced in 3.3.14 (says
  http://www.hwaci.com/sw/sqlite/), fixed in 3.4.1.

* SQLITE_BUSY error in a transaction without rollback can corrupt
  the database file!  Introduced in 3.3.0, fixed in 3.4.0.  Update
  strongly recommended (says http://www.hwaci.com/sw/sqlite/).

* Auto-vacuum or incremental-vacuum + large UPDATE + CREATE TABLE
  or CREATE INDEX + UPDATE with malloc-failure causing a rollback
  = database corruption.  Introduced in 3.1.0, fixed in 3.4.0,
  not seen in the wild.


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

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

Versions of packages sqlite3 depends on:
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  libsqlite3-0  3.3.17-1   SQLite 3 shared library

sqlite3 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434116: marked as done (avscan - FTBFS: error: dereferencing pointer to incomplete type)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Aug 2007 22:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#434116: fixed in avscan 3.2.1-openssl-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: avscan
Version: 3.1.1-openssl-3+b2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of avscan_3.1.1-openssl-3+b2 on lxdebian.bfinv.de by 
 sbuild/s390 98
[...]
 Compiling module windb.o
 windb.c: In function 'WinDBGetPatternStatsFindIterate':
 windb.c:557: error: dereferencing pointer to incomplete type
 windb.c:557: error: dereferencing pointer to incomplete type
[...]

---End Message---
---BeginMessage---
Source: avscan
Source-Version: 3.2.1-openssl-1

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

avscan_3.2.1-openssl-1.diff.gz
  to pool/main/a/avscan/avscan_3.2.1-openssl-1.diff.gz
avscan_3.2.1-openssl-1.dsc
  to pool/main/a/avscan/avscan_3.2.1-openssl-1.dsc
avscan_3.2.1-openssl-1_i386.deb
  to pool/main/a/avscan/avscan_3.2.1-openssl-1_i386.deb
avscan_3.2.1-openssl.orig.tar.gz
  to pool/main/a/avscan/avscan_3.2.1-openssl.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg [EMAIL PROTECTED] (supplier of updated avscan 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 [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 06 Aug 2007 00:17:22 +0200
Source: avscan
Binary: avscan
Architecture: source i386
Version: 3.2.1-openssl-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 avscan - GTK frontend for the Clam AntiVirus scanner (ClamAV)
Closes: 434116
Changes: 
 avscan (3.2.1-openssl-1) unstable; urgency=low
 .
   * New upstream release, updated to work with Clam Antivirus 0.91.x.
 (Closes: #434116)
   * Build with -fno-strict-aliasing.
   * Add missing #include string.h in win.c.
   * Move menu entry to Applications/File Management.
Files: 
 e61bb2688a2fe4a92d92174d74329961 668 utils optional avscan_3.2.1-openssl-1.dsc
 daf148f071543f03c29f7f3100312b4e 623487 utils optional 
avscan_3.2.1-openssl.orig.tar.gz
 9bbeec6cc1d07e9579a8efb2e69fcd34 10686 utils optional 
avscan_3.2.1-openssl-1.diff.gz
 e15d541be2dd6b7cf63faf2fba87470e 564790 utils optional 
avscan_3.2.1-openssl-1_i386.deb

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

iD8DBQFGtk6Xxa93SlhRC1oRAtIAAJ0TsFSx9zLazbheiwiRoxOenf+R1QCeMkVP
HHB75JWeu9NorCbP1aAoqa0=
=VdpV
-END PGP SIGNATURE-

---End Message---


Bug#429533: marked as done (libboost-regexp-dev does not contain libboost_regexp.so)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 05 Aug 2007 22:47:08 +
with message-id [EMAIL PROTECTED]
and subject line Bug#429533: fixed in boost 1.34.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libboost-regexp-dev
Version: 1.34.0-1
Severity: grave

README.Debian documents
  Boost.Regex-lboost_regexstatic  shared

but it only contains the following:

/usr/lib/libboost_regex-gcc41-mt-1_34.a
/usr/lib/libboost_regex-gcc41-1_34.a
/usr/lib/libboost_regex-mt.so
/usr/lib/libboost_regex-st.so
/usr/lib/libboost_regex-gcc41-1_34.so
/usr/lib/libboost_regex-mt.a
/usr/lib/libboost_regex-st.a
/usr/lib/libboost_regex-gcc41-mt-1_34.so


regards,
junichi
-- 
[EMAIL PROTECTED],debian.org}

---End Message---
---BeginMessage---
Source: boost
Source-Version: 1.34.1-1

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

bcp_1.34.1-1_i386.deb
  to pool/main/b/boost/bcp_1.34.1-1_i386.deb
boost_1.34.1-1.diff.gz
  to pool/main/b/boost/boost_1.34.1-1.diff.gz
boost_1.34.1-1.dsc
  to pool/main/b/boost/boost_1.34.1-1.dsc
boost_1.34.1.orig.tar.gz
  to pool/main/b/boost/boost_1.34.1.orig.tar.gz
libboost-date-time-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-date-time-dev_1.34.1-1_i386.deb
libboost-date-time1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-date-time1.34.1_1.34.1-1_i386.deb
libboost-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-dev_1.34.1-1_i386.deb
libboost-doc_1.34.1-1_all.deb
  to pool/main/b/boost/libboost-doc_1.34.1-1_all.deb
libboost-filesystem-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-filesystem-dev_1.34.1-1_i386.deb
libboost-filesystem1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-filesystem1.34.1_1.34.1-1_i386.deb
libboost-graph-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-graph-dev_1.34.1-1_i386.deb
libboost-graph1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-graph1.34.1_1.34.1-1_i386.deb
libboost-iostreams-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-iostreams-dev_1.34.1-1_i386.deb
libboost-iostreams1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-iostreams1.34.1_1.34.1-1_i386.deb
libboost-program-options-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-program-options-dev_1.34.1-1_i386.deb
libboost-program-options1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-program-options1.34.1_1.34.1-1_i386.deb
libboost-python-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-python-dev_1.34.1-1_i386.deb
libboost-python1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-python1.34.1_1.34.1-1_i386.deb
libboost-regex-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-regex-dev_1.34.1-1_i386.deb
libboost-regex1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-regex1.34.1_1.34.1-1_i386.deb
libboost-serialization-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-serialization-dev_1.34.1-1_i386.deb
libboost-serialization1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-serialization1.34.1_1.34.1-1_i386.deb
libboost-signals-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-signals-dev_1.34.1-1_i386.deb
libboost-signals1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-signals1.34.1_1.34.1-1_i386.deb
libboost-test-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-test-dev_1.34.1-1_i386.deb
libboost-test1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-test1.34.1_1.34.1-1_i386.deb
libboost-thread-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-thread-dev_1.34.1-1_i386.deb
libboost-thread1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-thread1.34.1_1.34.1-1_i386.deb
libboost-wave-dev_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-wave-dev_1.34.1-1_i386.deb
libboost-wave1.34.1_1.34.1-1_i386.deb
  to pool/main/b/boost/libboost-wave1.34.1_1.34.1-1_i386.deb
pyste_1.34.1-1_all.deb
  to pool/main/b/boost/pyste_1.34.1-1_all.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Domenico Andreoli [EMAIL PROTECTED] (supplier of updated boost 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 [EMAIL PROTECTED])

Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Amir Tabatabaei
Package: libxine1
Version: 1.1.7-1
Severity: serious

Using libxine1 from testing or unstable (1.1.7-1), videos in .wmv can't
be decoded correctly while libxine1 from oldstable (1.0.1-1sarge5) and
stable (1.1.2+dfsg-4) can decode them. Please find here two examples:
http://microsist.com/umbro.wmv
http://microsist.com/voodoo.wmv

Regards,
Amir


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.1

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libasound2   ( 1.0.14) | 1.0.14a-2
libc6 (= 2.5-5) | 2.6-5
libdirectfb-0.9-25   | 0.9.25.1-6
libflac8 | 1.1.4-3+b1
libgl1-mesa-glx  | 6.5.2-7
 OR libgl1   | 
libglu1-mesa | 6.5.2-7
 OR libglu1  | 
libjack0(= 0.103.0) | 0.103.0-6
libmagick9   | 7:6.2.4.5.dfsg1-1
libmng1 (= 1.0.3-1) | 1.0.9-1
libmodplug0c2 (= 1:0.7-4.1) | 1:0.7-5.2
libmpcdec3   | 1.2.2-1
libogg0   (= 1.1.3) | 1.1.3-2
libpulse0| 0.9.6-1
libsdl1.2debian(= 1.2.10-1) | 1.2.11-9
libsmbclient   (= 3.0.2a-1) | 3.0.25b-1+b1
libspeex1 (= 1.1.8) | 1.1.12-3
libstdc++6 (= 4.2-20070516) | 4.2.1-1
libtheora0   | 0.0.0.alpha7.dfsg-2
libvorbis0a   (= 1.1.2) | 1.2.0.dfsg-1
libx11-6 | 2:1.0.3-7
libxcb-shape0| 1.0-3
libxcb-shm0  | 1.0-3
libxcb-xv0   | 1.0-3
libxcb1  | 1.0-3
libxext6 | 1:1.0.3-2
libxine1  ( 1.1.8) | 1.1.7-1
libxine1  (= 1.1.7) | 1.1.7-1
libxinerama1 | 1:1.0.2-1
libxv1   | 1:1.0.3-1
libxvmc1 | 1:1.0.4-2
zlib1g  (= 1:1.2.1) | 1:1.2.3.3.dfsg-5




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Cyril Brulebois
Amir Tabatabaei [EMAIL PROTECTED] (06/08/2007):
 Using libxine1 from testing or unstable (1.1.7-1), videos in .wmv can't
 be decoded correctly while libxine1 from oldstable (1.0.1-1sarge5) and
 stable (1.1.2+dfsg-4) can decode them. Please find here two examples:
 http://microsist.com/umbro.wmv
 http://microsist.com/voodoo.wmv

Neither vlc or xine can decode them properly here (green background
where there's no move), but that's not surprizing given the file format.

   500 unstablewww.debian-multimedia.org 
   500 unstableftp.de.debian.org

Could the correct decoding with libxine1 from oldstable be due to the
presence of unofficial packages (www.debian-multimedia.org), e.g.
w32codecs and the like?

Cheers,

-- 
Cyril Brulebois


pgp892dm62GdM.pgp
Description: PGP signature


Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Amir Tabatabaei
On Mon, 2007-08-06 at 01:18 +0200, Cyril Brulebois wrote:
 Amir Tabatabaei [EMAIL PROTECTED] (06/08/2007):
  Using libxine1 from testing or unstable (1.1.7-1), videos in .wmv can't
  be decoded correctly while libxine1 from oldstable (1.0.1-1sarge5) and
  stable (1.1.2+dfsg-4) can decode them. Please find here two examples:
  http://microsist.com/umbro.wmv
  http://microsist.com/voodoo.wmv
 
 Neither vlc or xine can decode them properly here (green background
 where there's no move), but that's not surprizing given the file format.
 
500 unstablewww.debian-multimedia.org 
500 unstableftp.de.debian.org
 
 Could the correct decoding with libxine1 from oldstable be due to the
 presence of unofficial packages (www.debian-multimedia.org), e.g.
 w32codecs and the like?

Indeed, w32codecs are installed on my system and without this package I
won't be able to watch any .wmv at all. But why does it work with the
older versions of libxine1 correctly and not with newer ones?

Regards,
Amir



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 436172 important
Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly
Severity set to `important' from `serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Cyril Brulebois
severity 436172 important
thanks

Amir Tabatabaei [EMAIL PROTECTED] (06/08/2007):
 Indeed, w32codecs are installed on my system and without this package
 I won't be able to watch any .wmv at all.

So, there's no regression here, no need to have an RC bug for that,
lowering severity accordingly -- although I think that `important' is
still far too high.

 But why does it work with the older versions of libxine1 correctly and
 not with newer ones?

I guess it pretty much has to do with the additional packages you are
using, although I'm not sure. Please bug the supplier of these
additional packages.

Cheers,

-- 
Cyril Brulebois


pgpKvv7y5fJJE.pgp
Description: PGP signature


Bug#436173: xmovie_1.9.12-1.1 (i386/unstable): FTBFS: 'BC_TRANSPARENCY' was not declared in this scope

2007-08-05 Thread Steve Langasek
Package: xmovie
Version: 1.9.12-1.1
Severity: serious
Tags: lenny sid

Hi David,

xmovie is failing to build from source in unstable:

[...]
g++ -c `cat i686/c_flags`  bcbitmap.C -o i686/bcbitmap.o
bcbitmap.C: In member function 'int BC_Bitmap::get_default_depth()':
bcbitmap.C:354: error: 'BC_TRANSPARENCY' was not declared in this scope
bcbitmap.C: In member function 'int BC_Bitmap::read_frame(VFrame*, int, int, 
int, int, int, int, int, int)':
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
/usr/include/lqt/colormodels.h:212: error: too many arguments to function 'void 
cmodel_transfer(unsigned char**, unsigned char**, int, int, int, int, int, int, 
int, int, int, int, int, int)'
bcbitmap.C:605: error: at this point in file
make[3]: *** [i686/bcbitmap.o] Error 1
[...]

And also:

[...]
g++ -c `cat i686/c_flags` asset.C -o i686/asset.o
asset.C: In member function 'int Asset::dump()':
asset.C:99: error: 'printf' was not declared in this scope
make[3]: *** [i686/asset.o] Error 1
[...]

A full build log is available at 
http://buildd.debian.org/fetch.cgi?pkg=xmoviearch=i386ver=1.9.12-1.1%2Bb1stamp=1185014650.

Evidently, something has changed in the API of libquicktime, such that
xmovie is no longer source-compatible.  This prevents rebuilding xmovie for
either the libglib1.2ldbl or the libquicktime1 library transitions.

Since the libglib1.2ldbl transition currently accounts for over 80% of the
packages awaiting testing migration, I intend to remove xmovie from testing
pending resolution of this bug.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#434645: Shibboleth-sp crashes under load

2007-08-05 Thread Russ Allbery
Patrik Schnellmann [EMAIL PROTECTED] writes:

 ab can be called as follows:
 ab -n 1 -c 20 http://sp.example.org/foo-admin

 foo-admin being a shib protected URL. I'm not sure if this will really
 take the shibd down as I didn't verify that myself. One of our users
 just told me.

 Maybe you want give JMeter a try. There's an inofficial tar-ball with some
 additions on the following URL:
 https://tools.switch.ch/jakarta-jmeter-2.2-switch.tar.gz

 It uses beanshell to simplify the configuration. Load the testplan in
 the testplans directory and modify the IdP/SP parameters in the node
 Shibboleth SP / IdP config. The credentials are read from a config
 file referenced in the Shibboleth config node. The results of a run
 are shown in the View results tree. After a successful run, raise the
 number of threads in Thread Group.  15 to 20 threads and a few hundred
 requests will put enough load on the Shib SP and show if the shibd is
 table enough.

Thanks!  I'll copy this information to the bug so that I won't lose it and
do this check as soon as a patched log4cpp is available.

-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436177: Memory leak

2007-08-05 Thread David Roguin
Package: eclipse
Version: 3.2.2-1
Severity: critical

--- Please enter the report below this line. ---
When Eclipse is starting it takes more than 2 GB of memory. 
I don't know how much memory it needs because it freezes the system.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-1-amd64

Debian Release: lenny/sid
  500 unstablesft.if.usp.br 
  500 unstablehttp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
eclipse-jdt(= 3.2.2-1) | 3.2.2-1
eclipse-pde(= 3.2.2-1) | 3.2.2-1
eclipse-source (= 3.2.2-1) | 3.2.2-1
zenity | 2.18.2-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435645: Refuse to eject cdrom

2007-08-05 Thread Frank Lichtenheld
On Thu, Aug 02, 2007 at 12:18:50PM +0200, Klaus Ethgen wrote:
 Newer eject refuse to eject a cdrom mounted under /cdrom. This render
 this package nearly unusable as this is the major reason the package
 exists.

Please provide the output of eject -v for the failing usage.
That should probably help to narrow down your problem.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#436178: bouncy: crashes on startup

2007-08-05 Thread Paul Wise
Package: bouncy
Version: 0.5.20070616-1
Severity: serious
Justification: crashes

After reading the interview with Miriam, I wanted to try bouncy.

I ran it from gnome-terminal, got a black 'pygame window' window.

Then the window closed and this was produced in the terminal:

$ bouncy 
Traceback (most recent call last):
  File game.py, line 188, in ?
game.menu()
  File game.py, line 104, in menu
anchor=(pyglyph.Align.center, pyglyph.Align.top))
  File /usr/share/games/bouncy/pyglyph/layout.py, line 347, in draw
glColor(style.color)
  File /usr/lib/python2.4/site-packages/OpenGL/GL/exceptional.py, line 207, 
in glColor
function = glColorDispatch[arrays.GLfloatArray.arraySize( arg )]
KeyError: 1

I'm using the latest freetype, mesa, xorg, intel drivers, etc from sid.

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

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

Versions of packages bouncy depends on:
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-opengl3.0.0~a6-3  Python bindings to OpenGL
ii  python-pygame1.7.1release-4.1+b1 SDL bindings for games development
ii  ttf-bitstream-vera   1.10-7  The Bitstream Vera family of free 

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#435386: marked as done (nvidia-kernel-source: bad attempt to nest fakeroot sessions)

2007-08-05 Thread Debian Bug Tracking System
Your message dated Sun, 5 Aug 2007 22:18:18 -0400
with message-id [EMAIL PROTECTED]
and subject line Invalid
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: nvidia-kernel-source
Version: 1.0.9746-2
Severity: grave
Justification: renders package unusable

From linux-source-2.6.18 version 2.6.18.dfsg.1-12 on, the Nvidia kernel
module fails to build. Until version 2.6.18.dfsg.1-11, there was no
problem. I'm using the experimental drivers, but the error applies to
the unstable package as well.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'proposed-updates'), (500, 'stable'), 
(200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)

Versions of packages nvidia-kernel-source depends on:
ii  debhelper 5.0.42 helper programs for debian/rules
ii  dpatch2.0.21 patch maintenance system for Debia
ii  make  3.81-3 The GNU version of the make util
ii  sed   4.1.5-1The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts2.10.2 Scripts to make the life of a Debi
ii  kernel-package10.068 A utility for building Linux kerne
ii  nvidia-glx1.0.9746-2 NVIDIA binary XFree86 4.x driver

-- no debconf information

-- 
You will gain money by a fattening action.
exec debian/rules  DEBIAN_REVISION=2.6.18-10.00.Custom  
KPKG_SELECTED_MODULES=nvidia-kernel  INITRD=YES  modules_image 
for module in /usr/src/modules/nvidia-kernel ; do   \
  if test -d  $module; then\
(cd $module;  \
  if ./debian/rules KVERS=2.6.18 
KSRC=/usr/src/linux-source-2.6.18 \
 KMAINT=Andreas Kroschel KEMAIL=[EMAIL 
PROTECTED]  \
 KPKG_DEST_DIR=/usr/src/linux-source-2.6.18/..
   \
 KPKG_MAINTAINER=Andreas Kroschel\
 KPKG_EXTRAV_ARG=\
 ARCH=i386  \
 KDREV=2.6.18-10.00.Custom kdist_image; then\
  echo Module $module processed fine;\
  else  \
   echo Module $module failed.;  \
   if [ Xfakeroot != X ]; then  \
  echo Perhaps $module does not understand --rootcmd?;  \
  echo If you see messages that indicate that it is not; \
  echo in fact being built as root, please file a bug ;  \
  echo against $module.; \
   fi;  \
   echo Hit return to Continue;   \
 read ans;\
  fi;   \
 );\
  else  \
   echo Module $module does not exist;   \
   echo Hit return to Continue?;  \
  fi;   \
done
make[1]: Entering directory `/usr/src/modules/nvidia-kernel'
echo ROOT_CMD = fakeroot
ROOT_CMD = fakeroot
fakeroot /usr/bin/make -w -f debian/rules binary_modules
make[2]: Entering directory `/usr/src/modules/nvidia-kernel'
# select which makefile to use.
rm -f /usr/src/modules/nvidia-kernel/nv/Makefile || true
if [ 6 = 6  ]; then \
 cd /usr/src/modules/nvidia-kernel/nv ; \
 ln -s Makefile.kbuild Makefile ; \
 cd .. ; \
 if [ 0  = 1 ] ; then \
dpatch apply 04_minion ; \
 fi ; \
 if [ 0 = 1 ]; then \
dpatch apply 01_sysfs ; \
dpatch status 01_sysfs patch-stamp ; \
dpatch apply 02_pcialias ; \
dpatch status 02_pcialias patch-stamp ; \
 fi ; \
fi
if [  6 = 4  ]; then \
 cd /usr/src/modules/nvidia-kernel/nv ; \
 ln -s 

  1   2   >