Bug#320115: nmu qiv grave bug 320115

2006-05-13 Thread Bart Martens
Hi Christoph,

On Sat, May 13, 2006 at 09:40:11PM +0200, Bart Martens wrote:
> Hi Christian,

My apologies.  Your firstname is Christoph, not Christian.  Feel free to
call me Bert for a while. :)

Regards,

Bart Martens



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



Bug#358746: please try libmhash2 0.9.6-2

2006-05-13 Thread Chris Hanson
I just uploaded libmhash2 0.9.6-2, which contains a more complex
workaround that should fix the problem you're seeing.  Please try it
and let me know.

It would be better if upstream did the promised release, but after two
months it seems best not to wait.


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



Processed: tagging 294520

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.19
> tags 294520 - patch
Bug#294520: qtparted: Incorrect handling of extended partitions
Tags were: patch
Tags removed: patch

>
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#348604: please try libmhash2 0.9.6-2

2006-05-13 Thread Chris Hanson
I just uploaded libmhash2 0.9.6-2 to unstable.  Please try this as I
think it will fix these bugs.  (I'm pretty sure they are both the same
bug.)

I think what's happening is that there are two separate bugs.  In
0.9.4a the function mutils_word32swap was broken and caused a segfault
on big-endian architectures.  This was fixed upstream in 0.9.6.
However, behind that bug was another in the function
_mhash_gen_key_s2k_simple, which also caused a segfault.  This second
bug should be fixed by a patch I applied.  (But if it isn't, an error
will be signalled rather than a segfault.)


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



Bug#366105: marked as done (opencv_0.9.7-1(amd64/unstable): build failure: error: '__m128d' was not declared in this scope)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 21:32:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365752: fixed in opencv 0.9.7-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)

--- Begin Message ---
Package: opencv
Version: 0.9.7-1
Severity: serious

Hello,

There was an error while trying to autobuild your package:

> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../.. -Wall 
> -fno-rtti -pipe -DNDEBUG -fomit-frame-pointer -O3 -MT cxalloc.lo -MD -MP -MF 
> .deps/cxalloc.Tpo -c cxalloc.cpp  -fPIC -DPIC -o .libs/cxalloc.o
> ../../cxcore/include/cxtypes.h: In function 'int cvRound(double)': 
> ../../cxcore/include/cxtypes.h:192: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:192: error: expected `;' before 't' 
> ../../cxcore/include/cxtypes.h:193: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:193: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h: In function 'int cvFloor(double)': 
> ../../cxcore/include/cxtypes.h:218: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:218: error: expected `;' before 't' 
> ../../cxcore/include/cxtypes.h:219: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:219: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_cvtsi32_sd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_cmplt_sd' was not declared in 
> this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_movemask_pd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h: In function 'int cvCeil(double)':
> ../../cxcore/include/cxtypes.h:232: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:232: error: expected `;' before 't'
> ../../cxcore/include/cxtypes.h:233: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:233: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_cvtsi32_sd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_cmpgt_sd' was not declared in 
> this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_movemask_pd' was not declared 
> in this scope
> cxalloc.cpp: In function 'void* cvAlloc(size_t)':
> cxalloc.cpp:105: warning: comparison is always false due to limited range of 
> data type
> make[4]: *** [cxalloc.lo] Error 1
> make[4]: Leaving directory `/build/buildd/opencv-0.9.7/cxcore/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/opencv-0.9.7/cxcore'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/opencv-0.9.7'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/opencv-0.9.7'
> make: *** [build-stamp] Error 2

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


Best regards
Frederik Schueler


--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 0.9.7-2

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

libcv-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcv-dev_0.9.7-2_i386.deb
libcv0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcv0.9.7-0_0.9.7-2_i386.deb
libcvaux-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcvaux-dev_0.9.7-2_i386.deb
libcvaux0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcvaux0.9.7-0_0.9.7-2_i386.deb
libhighgui-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libhighgui-dev_0.9.7-2_i386.deb
libhighgui0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libhighgui0.9.7-0_0.9.7-2_i386.deb
opencv-doc_0.9.7-2_all.deb
  to pool/main/o/opencv/opencv-doc_0.9.7-2_all.deb
opencv_0.9.7-2.diff.gz
  to pool/main/o/opencv/opencv_0.9.7-2.diff.gz
opencv_0.9.7-2.dsc
  to pool/main/o/opencv/opencv_0.9.7-2.dsc
python-opencv_0.9.7-2_all.deb
  to pool/main/o/opencv/python-opencv_0.9.7-2_all.deb
python2.3-opencv_0.9.7-2_i386.deb
  to pool/main/o/opencv/python2.3-opencv_0.9.7-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.
Sam Hocevar (Debian packages) <[EMAIL PR

Bug#365752: marked as done (FTBFS on AMD64: missing SSE2 header)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 21:32:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365752: fixed in opencv 0.9.7-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)

--- Begin Message ---
Package: opencv
Severity: serious

opencv_0.9.7-1 seems to miss #include  for AMD64 inside
opencv-0.9.7/cxcore/include/cxtypes.h.
In fact, it FTBFS while compiling the first file, as shown:

if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I../.. -I. -I../../cxcore/include -I../..-Wall -fno-rtti
-pipe -DNDEBUG -fomit-frame-pointer  -O3 -MT cxalloc.lo -MD -MP -MF
".deps/cxalloc.Tpo" -c -o cxalloc.lo cxalloc.cpp; \
then mv -f ".deps/cxalloc.Tpo" ".deps/cxalloc.Plo"; else rm -f
".deps/cxalloc.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include
 -I../.. -Wall -fno-rtti -pipe -DNDEBUG -fomit-frame-pointer -O3 -MT
 cxalloc.lo -MD -MP -MF .deps/cxalloc.Tpo -c cxalloc.cpp  -fPIC
 -DPIC -o .libs/cxalloc.o
 ../../cxcore/include/cxtypes.h: In function 'int cvRound(double)':
 ../../cxcore/include/cxtypes.h:192: error: '__m128d' was not
 declared in this scope
 ../../cxcore/include/cxtypes.h:192: error: expected `;' before 't'
 ../../cxcore/include/cxtypes.h:193: error: 't' was not declared in
 this scope

File /usr/lib/gcc/x86_64-linux-gnu/4.1.0/include/emmintrin.h holds
declaration of __m128d and other missing functions. File
opencv-0.9.7/cxcore/include/cxtypes.h has:

#if defined WIN64 && defined EM64T && defined _MSC_VER
#include 
#endif

which does not include the file. I tried compiling myself ond AMD64 just using
#include  and it built fine.

Thanks,
Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])

--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 0.9.7-2

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

libcv-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcv-dev_0.9.7-2_i386.deb
libcv0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcv0.9.7-0_0.9.7-2_i386.deb
libcvaux-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcvaux-dev_0.9.7-2_i386.deb
libcvaux0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcvaux0.9.7-0_0.9.7-2_i386.deb
libhighgui-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libhighgui-dev_0.9.7-2_i386.deb
libhighgui0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libhighgui0.9.7-0_0.9.7-2_i386.deb
opencv-doc_0.9.7-2_all.deb
  to pool/main/o/opencv/opencv-doc_0.9.7-2_all.deb
opencv_0.9.7-2.diff.gz
  to pool/main/o/opencv/opencv_0.9.7-2.diff.gz
opencv_0.9.7-2.dsc
  to pool/main/o/opencv/opencv_0.9.7-2.dsc
python-opencv_0.9.7-2_all.deb
  to pool/main/o/opencv/python-opencv_0.9.7-2_all.deb
python2.3-opencv_0.9.7-2_i386.deb
  to pool/main/o/opencv/python2.3-opencv_0.9.7-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.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated opencv 
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, 14 May 2006 05:40:42 +0200
Source: opencv
Binary: libcv0.9.7-0 libcvaux-dev python2.3-opencv python-opencv 
libcvaux0.9.7-0 libhighgui-dev opencv-doc libcv-dev libhighgui0.9.7-0
Architecture: source i386 all
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 libcv-dev  - development files for libcv
 libcv0.9.7-0 - computer vision library
 libcvaux-dev - development files for libcvaux
 libcvaux0.9.7-0 - computer vision extension library
 libhighgui-dev - development files for libhighgui
 libhighgui0.9.7-0 - computer vision GUI library
 opencv-doc - OpenCV documentation and examples
 p

Bug#365752: marked as done (FTBFS on AMD64: missing SSE2 header)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 21:32:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366105: fixed in opencv 0.9.7-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)

--- Begin Message ---
Package: opencv
Severity: serious

opencv_0.9.7-1 seems to miss #include  for AMD64 inside
opencv-0.9.7/cxcore/include/cxtypes.h.
In fact, it FTBFS while compiling the first file, as shown:

if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H
-I. -I. -I../.. -I. -I../../cxcore/include -I../..-Wall -fno-rtti
-pipe -DNDEBUG -fomit-frame-pointer  -O3 -MT cxalloc.lo -MD -MP -MF
".deps/cxalloc.Tpo" -c -o cxalloc.lo cxalloc.cpp; \
then mv -f ".deps/cxalloc.Tpo" ".deps/cxalloc.Plo"; else rm -f
".deps/cxalloc.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include
 -I../.. -Wall -fno-rtti -pipe -DNDEBUG -fomit-frame-pointer -O3 -MT
 cxalloc.lo -MD -MP -MF .deps/cxalloc.Tpo -c cxalloc.cpp  -fPIC
 -DPIC -o .libs/cxalloc.o
 ../../cxcore/include/cxtypes.h: In function 'int cvRound(double)':
 ../../cxcore/include/cxtypes.h:192: error: '__m128d' was not
 declared in this scope
 ../../cxcore/include/cxtypes.h:192: error: expected `;' before 't'
 ../../cxcore/include/cxtypes.h:193: error: 't' was not declared in
 this scope

File /usr/lib/gcc/x86_64-linux-gnu/4.1.0/include/emmintrin.h holds
declaration of __m128d and other missing functions. File
opencv-0.9.7/cxcore/include/cxtypes.h has:

#if defined WIN64 && defined EM64T && defined _MSC_VER
#include 
#endif

which does not include the file. I tried compiling myself ond AMD64 just using
#include  and it built fine.

Thanks,
Roberto

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.9
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])

--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 0.9.7-2

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

libcv-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcv-dev_0.9.7-2_i386.deb
libcv0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcv0.9.7-0_0.9.7-2_i386.deb
libcvaux-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcvaux-dev_0.9.7-2_i386.deb
libcvaux0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcvaux0.9.7-0_0.9.7-2_i386.deb
libhighgui-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libhighgui-dev_0.9.7-2_i386.deb
libhighgui0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libhighgui0.9.7-0_0.9.7-2_i386.deb
opencv-doc_0.9.7-2_all.deb
  to pool/main/o/opencv/opencv-doc_0.9.7-2_all.deb
opencv_0.9.7-2.diff.gz
  to pool/main/o/opencv/opencv_0.9.7-2.diff.gz
opencv_0.9.7-2.dsc
  to pool/main/o/opencv/opencv_0.9.7-2.dsc
python-opencv_0.9.7-2_all.deb
  to pool/main/o/opencv/python-opencv_0.9.7-2_all.deb
python2.3-opencv_0.9.7-2_i386.deb
  to pool/main/o/opencv/python2.3-opencv_0.9.7-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.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated opencv 
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, 14 May 2006 05:40:42 +0200
Source: opencv
Binary: libcv0.9.7-0 libcvaux-dev python2.3-opencv python-opencv 
libcvaux0.9.7-0 libhighgui-dev opencv-doc libcv-dev libhighgui0.9.7-0
Architecture: source i386 all
Version: 0.9.7-2
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 libcv-dev  - development files for libcv
 libcv0.9.7-0 - computer vision library
 libcvaux-dev - development files for libcvaux
 libcvaux0.9.7-0 - computer vision extension library
 libhighgui-dev - development files for libhighgui
 libhighgui0.9.7-0 - computer vision GUI library
 opencv-doc - OpenCV documentation and examples
 p

Bug#366105: marked as done (opencv_0.9.7-1(amd64/unstable): build failure: error: '__m128d' was not declared in this scope)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 21:32:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366105: fixed in opencv 0.9.7-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)

--- Begin Message ---
Package: opencv
Version: 0.9.7-1
Severity: serious

Hello,

There was an error while trying to autobuild your package:

> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../.. -Wall 
> -fno-rtti -pipe -DNDEBUG -fomit-frame-pointer -O3 -MT cxalloc.lo -MD -MP -MF 
> .deps/cxalloc.Tpo -c cxalloc.cpp  -fPIC -DPIC -o .libs/cxalloc.o
> ../../cxcore/include/cxtypes.h: In function 'int cvRound(double)': 
> ../../cxcore/include/cxtypes.h:192: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:192: error: expected `;' before 't' 
> ../../cxcore/include/cxtypes.h:193: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:193: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h: In function 'int cvFloor(double)': 
> ../../cxcore/include/cxtypes.h:218: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:218: error: expected `;' before 't' 
> ../../cxcore/include/cxtypes.h:219: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:219: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_cvtsi32_sd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_cmplt_sd' was not declared in 
> this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_movemask_pd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h: In function 'int cvCeil(double)':
> ../../cxcore/include/cxtypes.h:232: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:232: error: expected `;' before 't'
> ../../cxcore/include/cxtypes.h:233: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:233: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_cvtsi32_sd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_cmpgt_sd' was not declared in 
> this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_movemask_pd' was not declared 
> in this scope
> cxalloc.cpp: In function 'void* cvAlloc(size_t)':
> cxalloc.cpp:105: warning: comparison is always false due to limited range of 
> data type
> make[4]: *** [cxalloc.lo] Error 1
> make[4]: Leaving directory `/build/buildd/opencv-0.9.7/cxcore/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/opencv-0.9.7/cxcore'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/opencv-0.9.7'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/opencv-0.9.7'
> make: *** [build-stamp] Error 2

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


Best regards
Frederik Schueler


--- End Message ---
--- Begin Message ---
Source: opencv
Source-Version: 0.9.7-2

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

libcv-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcv-dev_0.9.7-2_i386.deb
libcv0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcv0.9.7-0_0.9.7-2_i386.deb
libcvaux-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcvaux-dev_0.9.7-2_i386.deb
libcvaux0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libcvaux0.9.7-0_0.9.7-2_i386.deb
libhighgui-dev_0.9.7-2_i386.deb
  to pool/main/o/opencv/libhighgui-dev_0.9.7-2_i386.deb
libhighgui0.9.7-0_0.9.7-2_i386.deb
  to pool/main/o/opencv/libhighgui0.9.7-0_0.9.7-2_i386.deb
opencv-doc_0.9.7-2_all.deb
  to pool/main/o/opencv/opencv-doc_0.9.7-2_all.deb
opencv_0.9.7-2.diff.gz
  to pool/main/o/opencv/opencv_0.9.7-2.diff.gz
opencv_0.9.7-2.dsc
  to pool/main/o/opencv/opencv_0.9.7-2.dsc
python-opencv_0.9.7-2_all.deb
  to pool/main/o/opencv/python-opencv_0.9.7-2_all.deb
python2.3-opencv_0.9.7-2_i386.deb
  to pool/main/o/opencv/python2.3-opencv_0.9.7-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.
Sam Hocevar (Debian packages) <[EMAIL PR

Bug#299623: revisiting this bug

2006-05-13 Thread martin f krafft
I am sorry it took me so long to get back to this. I had a good read
over the code and this bug and I reached the conclusion that the
proposed fix is not 100% adequate.

The issue at stake is a postinst creation of /dev/md* devices by the
mdadm package. The original created the devices only when devfs was
not in use and /dev/md0 didn't exist already. The current solution
creates them if /dev/md0 does not exist.

This works, but it's a hack. Namely:

  - users of devfs will get an error (but who cares?)
  - udev is somewhat circumvented and MAKEDEV used instead. While
this is ugly, it may also come with problems as udev gets more
and more important.

Thus I propose to change it to use MAKEDEV only if /dev/md0 does not
already exist, devfs is not in use, and udev neither, like so:

  [ ! -e /dev/md0 ] && [ ! -e /dev/.devfsd ] && [ ! -e /dev/.udevdb ]

I am going to try this in 2.4.1-1, upgrading and clean installs,
with and without udev. If it works for udev, it should work for
devfs.

Stay tuned.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)


Processed: A patch to fix this bug

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 359996 + patch
Bug#359996: after upgrade, eyeD3 no longer works at all
There were no tags set.
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#359996: A patch to fix this bug

2006-05-13 Thread Roberto C. Sanchez
tags 359996 + patch
thanks

Alexander,

I have attached a patch that partially fixes this bug.  The other half
of the fix can be had by using the patch that I submitted for dh_python
to bug #358392.  If Joey chooses to accept the patch, then it will allow
dh_python to create a versioned dependency so that every python-foo
package will depend on pythonX.Y-foo (= version) for the X.Y default
python version.  This would prevent this bug from occurring again.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto
diff -ur eyed3-0.6.10.old/debian/changelog eyed3-0.6.10/debian/changelog
--- eyed3-0.6.10.old/debian/changelog   2006-05-13 18:09:29.091125000 -0400
+++ eyed3-0.6.10/debian/changelog   2006-05-13 18:16:45.726423654 -0400
@@ -1,3 +1,10 @@
+eyed3 (0.6.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Force eyed3 to depend on python-eyed3 of same version (Closes: #359996)
+
+ -- Roberto C. Sanchez <[EMAIL PROTECTED]>  Sat, 13 May 2006 18:13:13 -0400
+
 eyed3 (0.6.10-1) unstable; urgency=low
 
   * New upstream release
diff -ur eyed3-0.6.10.old/debian/control eyed3-0.6.10/debian/control
--- eyed3-0.6.10.old/debian/control 2006-05-13 18:09:29.092125000 -0400
+++ eyed3-0.6.10/debian/control 2006-05-13 18:13:06.982338643 -0400
@@ -36,7 +36,7 @@
 
 Package: eyed3
 Architecture: all
-Depends: python-eyed3, ${python:Depends}
+Depends: python-eyed3 (= ${Source-Version}), ${python:Depends}
 Description: Display and manipulate id3-tags on the command-line
  A command-line editor to add/edit/remove ID3-tags on mp3 files.
  It supports version 1.0,1.1,2.3 and 2.4 of the ID3 standard.


signature.asc
Description: OpenPGP digital signature


Bug#360732: marked as done (vls: FTBFS: dvb-dev is unavailable)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 18:02:25 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360732: fixed in vls 0.5.4+cvs20031028-6
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)

--- Begin Message ---
Package: vls
Version: 0.5.4+cvs20031028-5
Severity: serious

From my pbuilder build log:

...
Installing the build-deps
 -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.23 
2006/02/11 13:17:04 dancer Exp $
 -> Considering  debhelper (>= 3.0)
   -> Trying debhelper
 -> Considering  libdvdread3-dev
   -> Trying libdvdread3-dev
 -> Considering  dvb-dev (>= 1.0.1)
  Tried versions:
   -> Does not satisfy version, not trying
E: Could not satisfy build-dependency.
E: pbuilder-satisfydepends failed.
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: vls
Source-Version: 0.5.4+cvs20031028-6

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

vls_0.5.4+cvs20031028-6.diff.gz
  to pool/main/v/vls/vls_0.5.4+cvs20031028-6.diff.gz
vls_0.5.4+cvs20031028-6.dsc
  to pool/main/v/vls/vls_0.5.4+cvs20031028-6.dsc
vls_0.5.4+cvs20031028-6_i386.deb
  to pool/main/v/vls/vls_0.5.4+cvs20031028-6_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.
Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated vls 
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, 13 May 2006 18:40:18 -0500
Source: vls
Binary: vls
Architecture: source i386
Version: 0.5.4+cvs20031028-6
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>
Description: 
 vls- lightweight MPEG and DVD video streaming server
Closes: 360732
Changes: 
 vls (0.5.4+cvs20031028-6) unstable; urgency=low
 .
   * Use quilt for patch management.
   * debian/control:
 + No longer build-depend on dvb-dev (Closes: #360732).
 + Set policy to 3.7.2.
 + Build-depend on debhelper (>= 4.0).
 + Build-depend on libdvdread-dev instead of libdvdread3-dev.
 + Build-depend on quilt.
   * debian/copyright:
 + Fixed the FSF address.
 .
   * debian/patches/020_stdint.diff:
 + New patch to get  defines appear with C++.
Files: 
 6280ddb0ceb3e3fdb2809575b0878dc8 691 net optional vls_0.5.4+cvs20031028-6.dsc
 7758bd3305ae2642118e5b685e285265 3945 net optional 
vls_0.5.4+cvs20031028-6.diff.gz
 39cd09482df354f518af0b59e7d5b915 404298 net optional 
vls_0.5.4+cvs20031028-6_i386.deb

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

iD8DBQFEZn4ufPP1rylJn2ERAq9TAJ4hqNOuubPJs6g3z0z7VI/yRm8MWACgnag7
aeq4vHNa/8/m0ETa2JU2UCc=
=WIae
-END PGP SIGNATURE-

--- End Message ---


Processed: merging 365752 366105, tagging 366105, tagging 365752

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.19
> merge 365752 366105
Bug#365752: FTBFS on AMD64: missing SSE2 header
Bug#366105: opencv_0.9.7-1(amd64/unstable): build failure: error: '__m128d' was 
not declared in this scope
Merged 365752 366105.

> tags 366105 pending
Bug#366105: opencv_0.9.7-1(amd64/unstable): build failure: error: '__m128d' was 
not declared in this scope
There were no tags set.
Bug#365752: FTBFS on AMD64: missing SSE2 header
Tags added: pending

> tags 365752 pending
Bug#365752: FTBFS on AMD64: missing SSE2 header
Tags were: pending
Bug#366105: opencv_0.9.7-1(amd64/unstable): build failure: error: '__m128d' was 
not declared in this scope
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#365714: marked as done (emacs21: FTBFS on most architectures, xaw issues.)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 17:17:26 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365597: fixed in emacs21 21.4a-4
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)

--- Begin Message ---
Package: emacs21
Version: 21.4a-1
Severity: serious

Hold on, this is a multistep bugreport which covers a couple of issues
and *might* finally boil down to xaw3dg-dev and/or libxaw.

According to http://buildd.debian.org/build.php?arch=&pkg=emacs21,
building of emacs after the last NMU failed on most architectures.  I'm
confused, though, because the NMU was in January according to the
changelog, and makes the package is uninstallable on most architectures.
This is because emacs21-bin-common depends on
emacs21-common=${Source-Version}, and emacs21-common has now the NMU
version number.  But this should have shown up much earlier, it's like
as if the NMU was not in fact in the archive the last months.

As to the actual failure, it doesn't look as if it should be related to
the NMU patch, and this is some other strange thing.  On i386, it fails
with 

i486-linux-gnu-gcc -c -DUSE_LUCID -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/build/buildd/emacs21-21.4a/src -D_BSD_SOURCE -DDEBIAN -g -O2 
-DPURESIZE=500 -I../src /build/buildd/emacs21-21.4a/lwlib/lwlib.c
/build/buildd/emacs21-21.4a/lwlib/lwlib.c:52:27: error: X11/Xaw/Paned.h: No 
such file or directory
make[5]: *** [lwlib.o] Error 1

Now Paned.h is in libxaw8-dev, which is installed as an indirect
build-dependency.  Maybe this has to do with the XOrg transition, the
headers have changed there location:

usr/X11R6/include/X11/Xaw/Paned.h   libdevel/libxaw8-dev
usr/include/X11/Xaw/Paned.h x11/libxaw-headers

And maybe the underlying bug is that xaw3dg-dev still depends on
"libxaw8-dev | libxaw7-dev | libxaw6-dev" but should have dropped
libxaw8-dev? 

Regards, Frank

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (99, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages emacs21 depends on:
ii  emacs21-bin-common21.4a-1The GNU Emacs editor's shared, arc
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libice6   6.9.0.dfsg.1-5bpo1 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libncurses5   5.4-4  Shared libraries for terminal hand
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libsm66.9.0.dfsg.1-5bpo1 X Window System Session Management
ii  libtiff4  3.7.2-3Tag Image File Format (TIFF) libra
ii  libungif4g4.1.3-2sarge1  shared library for GIF images (run
ii  libx11-6  6.9.0.dfsg.1-5bpo1 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-5bpo1 X Window System miscellaneous exte
ii  libxmu6   6.9.0.dfsg.1-5bpo1 X Window System miscellaneous util
ii  libxpm4   6.9.0.dfsg.1-5bpo1 X pixmap library
ii  libxt66.9.0.dfsg.1-5bpo1 X Toolkit Intrinsics
ii  xaw3dg1.5+E-8Xaw3d widget set
ii  xlibs 6.9.0.dfsg.1-5bpo1 X Window System client libraries m
ii  zlib1g1:1.2.2-4.sarge.2  compression library - runtime

-- no debconf information

-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX)


--- End Message ---
--- Begin Message ---
Source: emacs21
Source-Version: 21.4a-4

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

emacs21-bin-common_21.4a-4_i386.deb
  to pool/main/e/emacs21/emacs21-bin-common_21.4a-4_i386.deb
emacs21-common_21.4a-4_all.deb
  to pool/main/e/emacs21/emacs21-common_21.4a-4_all.deb
emacs21-el_21.4a-4_all.deb
  to pool/main/e/emacs21/emacs21-el_21.4a-4_all.deb
emacs21-nox_21.4a-4_i386.deb
  to pool/main/e/emacs21/emacs21-nox_21.4a-4_i386.deb
emacs21_21.4a-4.diff.gz
  to pool/main/e/emacs21/emacs21_21.4a-4.diff.gz
emacs21_21.4a-4.dsc
  to pool/main/e/emacs21/emacs21_21.4a-4.dsc
emacs21_21.4a-4_i386.deb
  to pool/main/e/emacs21/emacs21_21.4a-4_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 y

Bug#365688: marked as done (emacs21 is uninstallable)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 17:17:26 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365597: fixed in emacs21 21.4a-4
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)

--- Begin Message ---
From: Bernhard Kleine <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: auctex emacs21 incompatible => auctex to be removed
Package: auctex
Version: 11.82-1
Severity: important

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

dependency problems in auctex emacs21 will lead to removal of auctex. 

my dselect after updating the package database told me:

Die folgenden Pakete werden ENTFERNT: (to be removed)
  auctex emacs21 emacs21-bin-common
Die folgenden NEUEN Pakete werden installiert: (newly installed)
  libwxbase2.6-0 mktemp
Die folgenden Pakete werden aktualisiert: (to be updated)
  debianutils edict emacs21-common e. and further packages

May be the reason lies here:

Problems for source package auctex
Current Source Version: 11.82-1
Current Maintainer: Davide G. M. Salvetti <[EMAIL PROTECTED]>
Section: main
BTS entry: http://bugs.debian.org/src:auctex

Binary Package: preview-latex-style (Version: 11.82-1)
BTS entry: http://bugs.debian.org/preview-latex-style


Half Broken Relationships
Package has a Depends on texlive-latex-base which cannot be
satisfied on
i386. At least one of tetex-bin | texlive-latex-base can be
satisfied
however.

REMOVAL is unnessary! Dependencies are incorrect!

Bernhard Kleine


-- Package-specific info:

Content of '/usr/share/emacs/site-lisp/auctex/'

6befd3a886581f9365133a82b43108b5  /usr/share/emacs/site-lisp/auctex/aclocal.m4
e23e60e9de6051db5156aecaaaea11e7  /usr/share/emacs/site-lisp/auctex/auctex.el.in
f811bf58aa85b11fae015df74262bd31  /usr/share/emacs/site-lisp/auctex/bib-cite.el
aec3d87f8ecc9e735441d43eef7db564  /usr/share/emacs/site-lisp/auctex/ChangeLog
cdc71aaa98ede4c7159302607b75a6a4  /usr/share/emacs/site-lisp/auctex/configure
5471d955fbe8188767f418d4092d5038  /usr/share/emacs/site-lisp/auctex/configure.ac
c52650a818aa2f21adfdc434b6af1764  /usr/share/emacs/site-lisp/auctex/context.el
5f35c1b2e5570ff4ee4a54f3939500cf  
/usr/share/emacs/site-lisp/auctex/context-en.el
3a32e69b661cffb7267c505d4cf634fb  
/usr/share/emacs/site-lisp/auctex/context-nl.el
2b11f4f8c3a4189bf7cc8fec5a51e8c0  
/usr/share/emacs/site-lisp/auctex/doc/Makefile.in
ad6d52340bf8293322b8e01474534be8  
/usr/share/emacs/site-lisp/auctex/font-latex.el
f176261b5a5511cbe1401ee72ffb8947  
/usr/share/emacs/site-lisp/auctex/images/amstex.xpm
d33121019448617a3ad3bcafdeb8db40  
/usr/share/emacs/site-lisp/auctex/images/bibtex.xpm
1a43d6438010bceb374ab0a5f2bd05a8  
/usr/share/emacs/site-lisp/auctex/images/dropdown.xpm
41f1ae0341ae2e307d92a7b8b815f868  
/usr/share/emacs/site-lisp/auctex/images/dvipdf.xpm
2e4b8669b0168f32247411be3f999437  
/usr/share/emacs/site-lisp/auctex/images/dvips.xpm
55f7600cadc3a209e94bacf6bbc42a7c  
/usr/share/emacs/site-lisp/auctex/images/error.xpm
79b958849511c67d6b13ef9f5b3673e8  
/usr/share/emacs/site-lisp/auctex/images/execbibtex.xpm
a8570e26e9f96b6f527cdbe218d6c55f  
/usr/share/emacs/site-lisp/auctex/images/execdvips.xpm
e647bc601aef2dc71b134a989df1adff  
/usr/share/emacs/site-lisp/auctex/images/execerror.xpm
4610ec6133f89ceb441c43dfee077361  
/usr/share/emacs/site-lisp/auctex/images/execpdftex.xpm
c9cd1fc9fe4fd122cbf900fae654a67b  
/usr/share/emacs/site-lisp/auctex/images/exectex.xpm
6a6b9af945d4735f048ea8e475f8d9b8  
/usr/share/emacs/site-lisp/auctex/images/execviewdvi.xpm
466466f6d1867510b058a9c184ffce5d  
/usr/share/emacs/site-lisp/auctex/images/execviewpdf.xpm
39d8ccaffb40b0c118e000f45272db05  
/usr/share/emacs/site-lisp/auctex/images/execviewps.xpm
c29ad797273fd27201a40bd939a95fe0  
/usr/share/emacs/site-lisp/auctex/images/exec.xpm
6767e2583c668dcb47495197b9e8cb65  
/usr/share/emacs/site-lisp/auctex/images/gv.xpm
ff9c61ef5148a0cacd5422d7c0d99396  
/usr/share/emacs/site-lisp/auctex/images/jumpdvi.xpm
ece6608586b591f50f20d17cdb316a1c  
/usr/share/emacs/site-lisp/auctex/images/ltx-symb-turn-off.xpm
b1f10de33dcf1b5ca9ac6155c13683a3  
/usr/share/emacs/site-lisp/auctex/images/ltx-symb-turn-on.xpm
44e35faa18ab34f3c13ac3b0082bcc47  
/usr/share/emacs/site-lisp/auctex/images/pdftex.xpm
84673eb20ac3be7bf0eb4e84e23e828f  
/usr/share/emacs/site-lisp/auctex/images/prverr16.xpm
59e6a0dddb00ab16c42

Bug#365597: marked as done (emacs21: FTBFS: X11/Xaw/Paned.h: No such file or directory)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 17:17:26 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365597: fixed in emacs21 21.4a-4
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)

--- Begin Message ---
Package: emacs21
Version: 21.4a-3.1
Severity: serious

Hi,

Your package is failing to build with the following error:
make[5]: Entering directory `/build/buildd/emacs21-21.4a/debian/build-x/lwlib'
x86_64-linux-gnu-gcc -c -DUSE_LUCID -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I. 
-I/build/buildd/emacs21-21.4a/src -D_BSD_SOURCE -DDEBIAN -g -O2 
-DPURESIZE=500 -I../src /build/buildd/emacs21-21.4a/lwlib/lwlib.c
/build/buildd/emacs21-21.4a/lwlib/lwlib.c:52:27: error: X11/Xaw/Paned.h: No 
such file or directory
make[5]: *** [lwlib.o] Error 1

The problem is that libxaw8-dev still installs it's files
in /usr/X11R6/include/X11/Xaw/.  libxaw-headers, which is
used by libxaw6-dev and libxaw7-dev, installs it's files
in /usr/include/X11/Xaw.

You have a build dependency on xaw3dg-dev which has a
dependency on libxaw8-dev | libxaw7-dev | libxaw6-dev, so
it's selecting the first, and you don't find the header
files.


Kurt


--- End Message ---
--- Begin Message ---
Source: emacs21
Source-Version: 21.4a-4

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

emacs21-bin-common_21.4a-4_i386.deb
  to pool/main/e/emacs21/emacs21-bin-common_21.4a-4_i386.deb
emacs21-common_21.4a-4_all.deb
  to pool/main/e/emacs21/emacs21-common_21.4a-4_all.deb
emacs21-el_21.4a-4_all.deb
  to pool/main/e/emacs21/emacs21-el_21.4a-4_all.deb
emacs21-nox_21.4a-4_i386.deb
  to pool/main/e/emacs21/emacs21-nox_21.4a-4_i386.deb
emacs21_21.4a-4.diff.gz
  to pool/main/e/emacs21/emacs21_21.4a-4.diff.gz
emacs21_21.4a-4.dsc
  to pool/main/e/emacs21/emacs21_21.4a-4.dsc
emacs21_21.4a-4_i386.deb
  to pool/main/e/emacs21/emacs21_21.4a-4_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.
Rob Browning <[EMAIL PROTECTED]> (supplier of updated emacs21 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, 13 May 2006 16:24:05 -0700
Source: emacs21
Binary: emacs21-el emacs21-common emacs21-nox emacs21-bin-common emacs21
Architecture: source all i386
Version: 21.4a-4
Distribution: unstable
Urgency: low
Maintainer: Rob Browning <[EMAIL PROTECTED]>
Changed-By: Rob Browning <[EMAIL PROTECTED]>
Description: 
 emacs21- The GNU Emacs editor
 emacs21-bin-common - The GNU Emacs editor's shared, architecture dependent 
files
 emacs21-common - The GNU Emacs editor's shared, architecture independent 
infrastru
 emacs21-el - GNU Emacs LISP (.el) files
 emacs21-nox - The GNU Emacs editor (without X support)
Closes: 347554 365597
Changes: 
 emacs21 (21.4a-4) unstable; urgency=low
 .
   * Migrate from dpatch to quilt and update generation of README. [rlb]
 - debian/README.in
 - debian/rules
 - debian/control.in
 - debian/patches/*
 .
   * Change occurrence of "find ... -perm +u+x" to "find ... -perm /u+x".
 The former is no longer handled the way it used to be, and *doesn't*
 find all files with execute permission.  Thanks to François Fleuret
 for pointing out the initial problem.  [rlb]
 - debian/rules
 .
   * Replace $(pwd) with $(CURDIR) in debian/rules.
 - debian/rules
 .
   * Remove PACKAGE variable.
 - debian/rules
 .
   * Arrange DEB_ vars as recommended by
 /usr/share/doc/autotools-dev/README.Debian.gz and do the same with
 DEB_HOST_ARCH and DEB_HOST_GNU_CPU. [rlb]
 - debian/rules
 .
   * Use DEB_HOST_GNU_TYPE for the value of target rather than
 DEB_BUILD_GNU_TYPE. [rlb]
 - debian/rules
 .
   * Add $(src_name) and $(flavor) and use them. [rlb]
 - debian/rules
 .
   * Remove show-upstream-diffs target (use check-diff instead). [rlb]
 - debian/rules
 .
   * Rename orig_tgz and orig_tgz_dir variables to deb_orig_tgz and
 deb_orig_tgz_dir. [rlb]
 - debian/rules
 .
   * Lowercase local makefile variable names. [rlb]
 - debian/rules
 .
   * Migrate to debhelper (while consu

Bug#285086: marked as done (allegro4: FTBFS (amd64/gcc-4.0): invalid lvalue in increment)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 16:47:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#285086: fixed in allegro4 2:4.0.4-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)

--- Begin Message ---
Package: allegro4
Severity: normal
Tags: patch

When building 'allegro4' on amd64 with gcc-4.0,
I get the following error:

./src/fli.c:559: error: invalid lvalue in increment
./src/fli.c:568: error: invalid lvalue in increment
./src/fli.c:575: error: invalid lvalue in assignment
./src/fli.c:584: error: invalid lvalue in assignment
./src/fli.c:586: error: invalid lvalue in increment
./src/fli.c:586: error: invalid lvalue in increment
./src/fli.c:586: error: invalid lvalue in increment
./src/fli.c:586: error: invalid lvalue in increment
./src/fli.c:586: error: invalid lvalue in increment
./src/fli.c:596: error: invalid lvalue in increment
./src/fli.c:603: error: invalid lvalue in assignment
./src/fli.c:612: error: invalid lvalue in assignment
./src/fli.c:614: error: invalid lvalue in increment
./src/fli.c:614: error: invalid lvalue in increment
./src/fli.c:614: error: invalid lvalue in increment
./src/fli.c:614: error: invalid lvalue in increment
./src/fli.c:614: error: invalid lvalue in increment
make[1]: *** [obj/unix/alleg/fli.o] Error 1
make[1]: Leaving directory `/allegro4-4.0.3'
make: *** [build-stamp] Error 2

With the attached patch 'allegro4' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/allegro4-4.0.3/src/c/cstretch.c ./src/c/cstretch.c
--- ../tmp-orig/allegro4-4.0.3/src/c/cstretch.c 2003-04-19 09:06:47.0 
+0200
+++ ./src/c/cstretch.c  2004-12-10 15:21:02.0 +0100
@@ -37,10 +37,10 @@
 type *s = (type*) sptr;   \
 unsigned long d = dptr;   \
 unsigned long dend = d + _al_stretch.dw;  \
-for (; d < dend; d += (size), (unsigned char*) s += _al_stretch.sinc) {   \
+for (; d < dend; d += (size), s = (unsigned char*) s + _al_stretch.sinc) {\
set(d, get(s));\
if (dd >= 0)   \
-  (unsigned char*) s += (size), dd += _al_stretch.i2; \
+  s = (unsigned char*) s + (size), dd += _al_stretch.i2;  \
else   \
   dd += _al_stretch.i1;   \
 }
@@ -130,12 +130,12 @@
 type *s = (type*) sptr;   \
 unsigned long d = dptr;   \
 unsigned long dend = d + _al_stretch.dw;  \
-for (; d < dend; d += (size), (unsigned char*) s += _al_stretch.sinc) {   \
+for (; d < dend; d += (size), s = (unsigned char*) s + _al_stretch.sinc) {\
unsigned long color = get(s);  \
if (color != (mask))   \
set(d, color); \
if (dd >= 0)   \
-  (unsigned char*) s += (size), dd += _al_stretch.i2; \
+  s = (unsigned char*) s + (size), dd += _al_stretch.i2;  \
else   \
   dd += _al_stretch.i1;   \
 }
diff -urN ../tmp-orig/allegro4-4.0.3/src/fli.c ./src/fli.c
--- ../tmp-orig/allegro4-4.0.3/src/fli.c2003-04-19 09:06:47.0 
+0200
+++ ./src/fli.c 2004-12-10 15:17:12.0 +0100
@@ -184,8 +184,8 @@
 
 
 /* helpers for reading FLI chunk data */
-#define READ_BYTE_NC(p)(*((unsigned char *)(p))++)
-#define READ_CHAR_NC(p)(*((signed char *)(p))++)
+#define READ_BYTE_NC(p)((unsigned char)(*p++))
+#define READ_CHAR_NC(p)((char *)(*p++))
 
 #if (defined ALLEGRO_GCC) && (defined ALLEGRO_I386)
 
@@ -330,7 +330,7 @@
   if (end > PAL_SIZE)
 return;
   else if ((sz -= length * 3) < 0) {
-FLI_KLUDGE((char *)p, sz, length * 3);
+FLI_KLUDGE(p, sz, length * 3);
   }
 
   fli_pal_dirty_from = MIN(fli_pal_dirty_from, offset);
@@ -396,7 +396,7 @@
if ((curr + size * 2) > bitmap_end)
   return;
else if ((sz -= size * 2) < 0) {
-  FLI_KLUDGE((char *)p, sz, size *

Bug#361608: ecj-bootstrap: takes over /usr/lib/jvm/java-gcj/bin/javac with ../../../../bin/ecj

2006-05-13 Thread Michael Koch
tag 361608 pending confirmed
thanks


Hello,


this was a bug in java-gcj-compat and got fixed in version
1.0.52-0ubuntu1. I will soon (on monday) upload 1.0.55 to unstable which
fixes this too.

Thanks for reporting this.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#351693: status of #351693?

2006-05-13 Thread Rob Browning
Thomas Bushnell BSG <[EMAIL PROTECTED]> writes:

> Can you please work on #351693?  Perhaps simply following the
> suggestion in the bug report would solve the problem; I don't know.
> But regardless, it's silly that such a small thing should be causing
> problems for three months now.

At least when I looked here

  http://people.debian.org/~igloo/package-status.php?package=guile-1.6

ia64 appeared (and still appears) to be building.  Of course it's been
over a week, so I would imagine something's wrong.  Where did you see
the log describing the failure?

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


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



Bug#365699: marked as done (kdewebdev: kommander-dev references now gone libXrender.la; package not binnmu-safe: quanta)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Mon, 08 May 2006 10:47:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365699: fixed in kdewebdev 4:3.5.2-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)

--- Begin Message ---
Package: kdewebdev
Version: 4:3.5.2-1
Severity: grave
Justification: renders package unusable


as subject says; it needs a new upload.

kommander-dev references libXrender.la 
binNMU cannot be scheduled, as there are a too strict depend on quanta
<>quanta-data.

/Sune

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kdewebdev depends on:
ii  kfilereplace  4:3.5.2-1  batch search-and-replace component
ii  kimagemapeditor   4:3.5.2-1  HTML image map editor for KDE
ii  klinkstatus   4:3.5.2-1  web link validity checker for KDE
ii  kommander 4:3.5.2-1  visual dialog builder and executor
ii  kxsldbg   4:3.5.2-1  graphical XSLT debugger for KDE
ii  quanta4:3.5.2-1  web development environment for KD

kdewebdev recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: kdewebdev
Source-Version: 4:3.5.2-2

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

kdewebdev-dbg_3.5.2-2_i386.deb
  to pool/main/k/kdewebdev/kdewebdev-dbg_3.5.2-2_i386.deb
kdewebdev-doc-html_3.5.2-2_all.deb
  to pool/main/k/kdewebdev/kdewebdev-doc-html_3.5.2-2_all.deb
kdewebdev_3.5.2-2.diff.gz
  to pool/main/k/kdewebdev/kdewebdev_3.5.2-2.diff.gz
kdewebdev_3.5.2-2.dsc
  to pool/main/k/kdewebdev/kdewebdev_3.5.2-2.dsc
kdewebdev_3.5.2-2_all.deb
  to pool/main/k/kdewebdev/kdewebdev_3.5.2-2_all.deb
kfilereplace_3.5.2-2_i386.deb
  to pool/main/k/kdewebdev/kfilereplace_3.5.2-2_i386.deb
kimagemapeditor_3.5.2-2_i386.deb
  to pool/main/k/kdewebdev/kimagemapeditor_3.5.2-2_i386.deb
klinkstatus_3.5.2-2_i386.deb
  to pool/main/k/kdewebdev/klinkstatus_3.5.2-2_i386.deb
kommander-dev_3.5.2-2_i386.deb
  to pool/main/k/kdewebdev/kommander-dev_3.5.2-2_i386.deb
kommander_3.5.2-2_i386.deb
  to pool/main/k/kdewebdev/kommander_3.5.2-2_i386.deb
kxsldbg_3.5.2-2_i386.deb
  to pool/main/k/kdewebdev/kxsldbg_3.5.2-2_i386.deb
quanta-data_3.5.2-2_all.deb
  to pool/main/k/kdewebdev/quanta-data_3.5.2-2_all.deb
quanta_3.5.2-2_i386.deb
  to pool/main/k/kdewebdev/quanta_3.5.2-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.
Christopher Martin <[EMAIL PROTECTED]> (supplier of updated kdewebdev 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,  8 May 2006 10:52:38 -0400
Source: kdewebdev
Binary: kimagemapeditor quanta-data kommander kdewebdev kdewebdev-doc-html 
kommander-dev quanta klinkstatus kxsldbg kfilereplace kdewebdev-dbg
Architecture: source i386 all
Version: 4:3.5.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Christopher Martin <[EMAIL PROTECTED]>
Description: 
 kdewebdev  - web development apps from the official KDE release
 kdewebdev-dbg - debugging symbols for kdewebdev
 kdewebdev-doc-html - KDE web development documentation in HTML format
 kfilereplace - batch search-and-replace component for KDE
 kimagemapeditor - HTML image map editor for KDE
 klinkstatus - web link validity checker for KDE
 kommander  - visual dialog builder and executor tool
 kommander-dev - development files for Kommander
 kxsldbg- graphical XSLT debugger for KDE
 quanta - web development environment for KDE
 quanta-data - data files for Quanta Plus web development environment
Closes: 365699
Changes: 
 kdewebdev (4:3.5.2-2) unstable; urgency=low
 .
   * Make kdewebdev binNMUable again. This rebuild also removes all references
 to libXrender.la. (Closes: #365699)
Files: 
 d6e75254dd84b286f8ccf

Bug#364264: A patch to fix this bug.

2006-05-13 Thread Roberto C. Sanchez
tags 364264 + patch
thanks

I have attached a patch that fixes this bug.

-Roberto
-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto
diff -ur directvnc-0.7.5.old/debian/changelog directvnc-0.7.5/debian/changelog
--- directvnc-0.7.5.old/debian/changelog2006-05-13 17:54:25.251128443 
-0400
+++ directvnc-0.7.5/debian/changelog2006-05-13 17:50:53.660966962 -0400
@@ -1,3 +1,13 @@
+directvnc (0.7.5-7.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Replace DFBCardCapabilities with DFBGraphicsDeviceDescription, per
+http://mail.directfb.org/pipermail/directfb-users/2005-April/000181.html,
+closes: #364264
+  * Bump Build-Depends on libdirectfb-dev to 0.9.24.
+
+ -- Roberto C. Sanchez <[EMAIL PROTECTED]>  Sat, 13 May 2006 17:45:31 -0400
+
 directvnc (0.7.5-7.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -ur directvnc-0.7.5.old/debian/control directvnc-0.7.5/debian/control
--- directvnc-0.7.5.old/debian/control  2006-05-13 17:54:25.252128292 -0400
+++ directvnc-0.7.5/debian/control  2006-05-13 17:44:11.043549848 -0400
@@ -2,7 +2,7 @@
 Section: misc
 Priority: optional
 Maintainer: Ola Lundqvist <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libdirectfb-dev (>= 0.9.22-7), 
zlib1g-dev, libjpeg62-dev, pkg-config, x-dev
+Build-Depends: debhelper (>> 4.0.0), libdirectfb-dev (>= 0.9.24), zlib1g-dev, 
libjpeg62-dev, pkg-config, x-dev
 Standards-Version: 3.6.2
 
 Package: directvnc
diff -ur directvnc-0.7.5.old/src/dfb.c directvnc-0.7.5/src/dfb.c
--- directvnc-0.7.5.old/src/dfb.c   2006-05-13 17:55:41.547647908 -0400
+++ directvnc-0.7.5/src/dfb.c   2006-05-13 17:42:47.165171245 -0400
@@ -30,7 +30,7 @@
 IDirectFBEventBuffer*input_buffer;
 DFBResult err;
 DFBSurfaceDescription dsc;
-DFBCardCapabilities caps;
+DFBGraphicsDeviceDescription caps;
 DFBDisplayLayerConfig layer_config;
 DFBRegion rect;
 DFBRectangle scratch_rect;


signature.asc
Description: OpenPGP digital signature


Bug#366370: need better strace

2006-05-13 Thread Johannes Berg
On Sat, 2006-05-13 at 15:13 -0700, Arias Hung wrote:

> Attached as requested.

Thanks. Could you also add "-s 1000" so I can see what messages are sent
and received to/from hald-runner?

And it's fine to just mail it to me privately too, probably no sense in
spamming the bug system.

Thanks,
johannes


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


Bug#366362: marked as done (configure fails on first install)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sun, 07 May 2006 18:02:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366362: fixed in spampd 2.30-4
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)

--- Begin Message ---
Package: spampd
Severity: grave
Version: 2.30-3

Hi,

The postinstall script failed because STARTSPAMPD=0.

Paramétrage de spampd (2.30-3) ...
Starting spam checking proxy daemon: spampd (disabled in /etc/default/spampd).
invoke-rc.d: initscript spampd, action "start" failed.
dpkg : erreur de traitement de spampd (--configure) :
 le sous-processus post-installation script a retourné une erreur de sortie 
d'état 6
Des erreurs ont été rencontrées pendant l'exécution :
 spampd
E: Sub-process /usr/bin/dpkg returned an error code (1)

regards

Laurent


pgpLbUXFYF1Cp.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: spampd
Source-Version: 2.30-4

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

spampd_2.30-4.diff.gz
  to pool/main/s/spampd/spampd_2.30-4.diff.gz
spampd_2.30-4.dsc
  to pool/main/s/spampd/spampd_2.30-4.dsc
spampd_2.30-4_all.deb
  to pool/main/s/spampd/spampd_2.30-4_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.
Sven Mueller <[EMAIL PROTECTED]> (supplier of updated spampd 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,  8 May 2006 02:43:00 +0200
Source: spampd
Binary: spampd
Architecture: source all
Version: 2.30-4
Distribution: unstable
Urgency: low
Maintainer: Sven Mueller <[EMAIL PROTECTED]>
Changed-By: Sven Mueller <[EMAIL PROTECTED]>
Description: 
 spampd - spamassassin based SMTP/LMTP proxy daemon
Closes: 366362
Changes: 
 spampd (2.30-4) unstable; urgency=low
 .
   * Fix init script return value when run by non-root
   * Use error handler for init script calls in postinst/prerm (closes: #366362)
Files: 
 d0c2b83cff5b74d9f380a28d09f47706 570 mail optional spampd_2.30-4.dsc
 3fe2ccdcac01c0f70fd4c098931efb01 11585 mail optional spampd_2.30-4.diff.gz
 c3ec740116c556bd8df5283987516783 50500 mail optional spampd_2.30-4_all.deb

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

iD8DBQFEXpWNDcs5RBTUBgsRAvyOAJ45kgm41k6i+XE3KpRqEGYx28v+ogCggfLv
UgggtURAGwUB5UIZpDdKeuQ=
=ZVIm
-END PGP SIGNATURE-

--- End Message ---


Bug#366825: pyblosxom: FTBFS: Missing Build-Depends

2006-05-13 Thread Norbert Tretkowski
* Daniel Schepler wrote:
> Since the package explicitly needs openjade to build, you need to
> include that in the Build-Depends.

Okay... the package build-depends on docbook-dsssl, which depends on
openjade, openjade1.3 or jade. I'm going to add an explicit build-dep
on openjade with the next upload.

Norbert


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



Processed: ecj-bootstrap: takes over /usr/lib/jvm/java-gcj/bin/javac with ../../../../bin/ecj

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 361608 pending confirmed
Bug#361608: ecj-bootstrap: takes over /usr/lib/jvm/java-gcj/bin/javac with 
../../../../bin/ecj
There were no tags set.
Tags added: pending, confirmed

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



Processed: A patch to fix this bug.

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 364264 + patch
Bug#364264: directvnc: FTBFS: dfb.c:33: error: syntax error before 'caps'
There were no tags set.
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]



Processed: Here is a patch that fixes this

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 364629 + patch
Bug#364629: FTBFS: error: previous declaration 'int snprintf...'
There were no tags set.
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#367075: marked as done (Install fails for bacula-sd-sqlite.)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 14:32:38 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367075: fixed in bacula 1.38.9-7
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)

--- Begin Message ---
Package: bacula-sd-sqlite
Severity: grave

Hi,

upon upgrading bacula I get this error in bacula-sd-sqlite:

Unpacking bacula-sd-sqlite3 (from .../bacula-sd-sqlite3_1.38.9-3_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/bacula-sd-sqlite3_1.38.9-3_i386.deb (--unpack):
 trying to overwrite `/usr/share/man/man8/bcopy.8.gz', which is also in package 
bacula-sd


Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-7

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

bacula-client_1.38.9-7_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-7_all.deb
bacula-common_1.38.9-7_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-7_all.deb
bacula-console-gnome_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-7_i386.deb
bacula-console-wx_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-7_i386.deb
bacula-console_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-7_i386.deb
bacula-director-common_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-7_i386.deb
bacula-director-mysql_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-7_i386.deb
bacula-director-pgsql_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-7_i386.deb
bacula-director-sqlite3_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-7_i386.deb
bacula-director-sqlite_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-7_i386.deb
bacula-fd_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-7_i386.deb
bacula-sd-mysql_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-7_i386.deb
bacula-sd-pgsql_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-7_i386.deb
bacula-sd-sqlite3_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-7_i386.deb
bacula-sd-sqlite_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-7_i386.deb
bacula-sd_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-7_i386.deb
bacula-server_1.38.9-7_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-7_all.deb
bacula-traymonitor_1.38.9-7_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-7_i386.deb
bacula_1.38.9-7.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-7.diff.gz
bacula_1.38.9-7.dsc
  to pool/main/b/bacula/bacula_1.38.9-7.dsc
bacula_1.38.9-7_all.deb
  to pool/main/b/bacula/bacula_1.38.9-7_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.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 11:09:03 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-7
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula - Network backup, recovery and verification (Meta-package)
 bacula-client - Network backup, recovery and verification (Client meta-package)
 bacula-common - Network backup, recovery and verification (Common Support 
files)
 bacula-console - Network backup, recovery and verification (Mgmt. Console)
 bacula-console-gnome - Network backup, recovery and verification (

Processed: mcvs - FTBFS

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 365230
Bug#365230: mcvs - FTBFS: There is no package with name "FFI"
Bug reopened, originator not changed.

> found 1.0.13-15
Unknown command or malformed arguments to command.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#365230: mcvs - FTBFS

2006-05-13 Thread Bastian Blank
reopen 365230
found 1.0.13-15
thanks

Duplicates are no reason to close bugs.

> cd code; ./install.sh /usr /build/buildd/mcvs-1.0.13/debian/mcvs/
> make[1]: Entering directory `/build/buildd/mcvs-1.0.13/code/unix-bindings'
> clisp -c unix.lisp
>   i i i i i i i   ooooo   o   o
>   I I I I I I I  8 8   8   8 8 o  88
>   I  \ `+' /  I  8 8   8 888
>\  `-+-'  /   8 8   8  o   8
> `-__|__-'8 8   8   8  8
> |8 o   8   8 o 8  8
>   --+--   o8oo  ooo8ooo   o   8
> 
> Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
> Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
> Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
> Copyright (c) Bruno Haible, Sam Steingold 1999-2000
> Copyright (c) Sam Steingold, Bruno Haible 2001-2006
> 
> ;; Compiling file /build/buildd/mcvs-1.0.13/code/unix-bindings/unix.lisp ...
> *** - SYSTEM::%FIND-PACKAGE: There is no package with name "FFI"
> 
> 0 errors, 0 warnings
> Bye.
> make[1]: *** [unix.c] Error 1
> make[1]: Leaving directory `/build/buildd/mcvs-1.0.13/code/unix-bindings'
> linking set failed to build.
> make: *** [common-install-arch] Error 1
> **
> Build finished at 20060513-1949
> FAILED [dpkg-buildpackage died]


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



Processed: reassign 361608 to java-gcj-compat

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.8.14
> reassign 361608 java-gcj-compat
Bug#361608: ecj-bootstrap: takes over /usr/lib/jvm/java-gcj/bin/javac with 
../../../../bin/ecj
Bug reassigned from package `ecj-bootstrap' to `java-gcj-compat'.

>
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#367118: python2.4 - FTBFS: mv: cannot stat `debian/tmp/usr/man/man1/python.1': No such file or directory

2006-05-13 Thread Bastian Blank
Package: python2.4
Version: 2.4.3-3
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of python2.4_2.4.3-3 on debian01 by sbuild/s390 85
[...]
> mkdir -p debian/tmp/usr/share/man/man1
> mv debian/tmp/usr/man/man1/python.1 \
>   debian/tmp/usr/share/man/man1/python2.4.1
> mv: cannot stat `debian/tmp/usr/man/man1/python.1': No such file or directory
> make: *** [stamp-install] Error 1
> **
> Build finished at 20060513-2324
> FAILED [dpkg-buildpackage died]


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



Bug#364629: Here is a patch that fixes this

2006-05-13 Thread Roberto C. Sanchez
tags 364629 + patch
thanks

I have attached a patch that fixes this bug.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto
diff -ur xosview-1.8.2.old/config/configure.in xosview-1.8.2/config/configure.in
--- xosview-1.8.2.old/config/configure.in   2006-05-13 16:25:08.0 
-0400
+++ xosview-1.8.2/config/configure.in   2006-05-13 17:06:58.893427257 -0400
@@ -10,6 +10,74 @@
 ICE_CXX_LONG_LONG
 AC_PATH_X
 CXXFLAGS="$CXXFLAGS -I$x_includes"
+
+dnl
+dnl Added a proper check for the snprintf() function
+dnl
+
+AC_DEFUN([AC_FUNC_SNPRINTF],
+[AC_CHECK_FUNCS(snprintf vsnprintf)
+AC_MSG_CHECKING(for working snprintf)
+AC_CACHE_VAL(ac_cv_have_working_snprintf,
+[AC_TRY_RUN(
+[#include 
+
+int main(void)
+{
+char bufs[5] = { 'x', 'x', 'x', '\0', '\0' };
+char bufd[5] = { 'x', 'x', 'x', '\0', '\0' };
+int i;
+i = snprintf (bufs, 2, "%s", "111");
+if (strcmp (bufs, "1")) exit (1);
+if (i != 3) exit (1);
+i = snprintf (bufd, 2, "%d", 111);
+if (strcmp (bufd, "1")) exit (1);
+if (i != 3) exit (1);
+exit(0);
+}], ac_cv_have_working_snprintf=yes, ac_cv_have_working_snprintf=no, 
ac_cv_have_working_snprintf=cross)])
+AC_MSG_RESULT([$ac_cv_have_working_snprintf])
+AC_MSG_CHECKING(for working vsnprintf)
+AC_CACHE_VAL(ac_cv_have_working_vsnprintf,
+[AC_TRY_RUN(
+[#include 
+#include 
+
+int my_vsnprintf (char *buf, const char *tmpl, ...)
+{
+int i;
+va_list args;
+va_start (args, tmpl);
+i = vsnprintf (buf, 2, tmpl, args);
+va_end (args);
+return i;
+}
+
+int main(void)
+{
+char bufs[5] = { 'x', 'x', 'x', '\0', '\0' };
+char bufd[5] = { 'x', 'x', 'x', '\0', '\0' };
+int i;
+i = my_vsnprintf (bufs, "%s", "111");
+if (strcmp (bufs, "1")) exit (1);
+if (i != 3) exit (1);
+i = my_vsnprintf (bufd, "%d", 111);
+if (strcmp (bufd, "1")) exit (1);
+if (i != 3) exit (1);
+exit(0);
+}], ac_cv_have_working_vsnprintf=yes, ac_cv_have_working_vsnprintf=no, 
ac_cv_have_working_vsnprintf=cross)])
+AC_MSG_RESULT([$ac_cv_have_working_vsnprintf])
+if test x$ac_cv_have_working_snprintf$ac_cv_have_working_vsnprintf != 
"xyesyes"; then
+  AC_LIBOBJ(snprintf)
+  AC_MSG_WARN([Replacing missing/broken (v)snprintf() with version from 
http://www.ijs.si/software/snprintf/.])
+  AC_DEFINE(PREFER_PORTABLE_SNPRINTF, 1, "enable replacement (v)snprintf if 
system (v)snprintf is broken")
+fi])
+
+AC_FUNC_SNPRINTF
+
+dnl
+dnl End snprintf() check
+dnl
+
 case $host_os in
 linux*)
   LIBS="-L$x_libraries $LIBS"
diff -ur xosview-1.8.2.old/debian/changelog xosview-1.8.2/debian/changelog
--- xosview-1.8.2.old/debian/changelog  2006-05-13 16:25:08.0 -0400
+++ xosview-1.8.2/debian/changelog  2006-05-13 17:01:29.0 -0400
@@ -1,3 +1,12 @@
+xosview (1.8.2-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added portable check for snprintf to configure.in using code from
+file:///usr/share/doc/autoconf-archive/htmldoc/ac_func_snprintf.html.
+(Closes: #364629)
+
+ -- Roberto C. Sanchez <[EMAIL PROTECTED]>  Sat, 13 May 2006 16:59:23 -0400
+
 xosview (1.8.2-8) unstable; urgency=low
 
   * Substituted build-dependency on xlibs-dev for its component packages


signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#367083: "The partition with /var/lib/mysql is too full" when using a symlink

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 367083 normal
Bug#367083: "The partition with /var/lib/mysql is too full" when using a symlink
Severity set to `normal'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#367083: "The partition with /var/lib/mysql is too full" when using a symlink

2006-05-13 Thread Christian Hammers
severity 367083 normal
thanks

Hello Jeroen

On 2006-05-13 Jeroen Massar wrote:
> # LC_ALL=C df --portability /var/lib/mysql | tail -n 1 | awk '{ print ($4)
> }'
> 34536456K

> /var/lib/mysql is a symlink, maybe that causes the issue?
No, the script explicitly checks "/var/lib/mysql/." to avoid this issue.

But your output has a little "K" appended to the number so awk translates
this string into the number value 0. Do you use "export BLOCKSIZE=K" or
similar?

Please check if
   LC_ALL=C BLOCKSIZE= df --portability /var/lib/mysql/.
returns a number without a letter at the end.

bye,

-christian-


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



Bug#320115: nmu qiv grave bug 320115

2006-05-13 Thread Bart Martens
Hi Christian,

I intend to upload an NMU for qiv with this in the changelog:

   * NMU.
   * debian/patches/02.improves_bgimage_setting.dpatch, debian/patches/00list:
 Removed patch with regression.  Closes: #320115.
   * debian/copyright: Fixed old-fsf-address-in-copyright-file.
   * debian/control: Standards version.
   * debian/control: Adjusted homepage.

Let me know if you don't want this for some reason.

Also, let me know if you want a co-maintainer to help you maintain qiv.

Regards,

Bart Martens


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



Processed: Fixed in upload of gnucash 1.9.5-4 to experimental

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 367060 + fixed-in-experimental
Bug#367060: gnucash_1.9.5-3(experimental/mips/signy): FTBFS: "./config.status: 
No such file or directory"
Tags were: experimental
Tags added: fixed-in-experimental

> 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#366907: tetex-bin: Fails to configure, updmap failed

2006-05-13 Thread Ralf Stubner
retitle 366907 Checking configuration files does not work properly
severity 366907 normal
thanks

On Sat, May 13, 2006 at 11:30 -0400, Liam M. Healy wrote:
> Thanks for the pointer to tex-common, the separate purge and
> reinstallation seems to have fixed the problem. 

Welcome. I am downgrading instead of closing this bug, since I can
reproduce this part here:

> I do not recall being
> asked about 05TexMF.cnf; I usually look at the differences if I do not
> have a good feeling that the changes are benign and that the old
> configuration is acceptable.

I started with a clean sid-pbuilder. After that I did the following

# apt-get install tex-common
# apt-get remove tex-common
# vi /etc/texmf/texmf.d/05TeXMF.cnf
# egrep 'TEXMFDIST =' /etc/texmf/texmf.d/05TeXMF.cnf 
% TEXMFDIST = /usr/share/texmf-dist
% TEXMFDIST = /usr/share/texmf-{tetex,texlive}
# apt-get install tex-common
# egrep 'TEXMFDIST =' /etc/texmf/texmf.cnf 
% TEXMFDIST = /usr/share/texmf-dist
% TEXMFDIST = /usr/share/texmf-{tetex,texlive}
# ls -l /etc/texmf/texmf.d/
total 44
-rw-r--r-- 1 root root 6711 May 13 17:19 05TeXMF.cnf
-rw-r--r-- 1 root root 1080 May 13 17:15 15Plain.cnf
-rw-r--r-- 1 root root 3410 May 13 17:15 45TeXinputs.cnf
-rw-r--r-- 1 root root 1240 May 13 17:15 55Fonts.cnf
-rw-r--r-- 1 root root  163 May 13 17:15 65BibTeX.cnf
-rw-r--r-- 1 root root  689 May 13 17:15 75DviPS.cnf
-rw-r--r-- 1 root root 2684 May 13 17:15 85Misc.cnf
-rw-r--r-- 1 root root  333 May 13 17:15 90TeXDoc.cnf
-rw-r--r-- 1 root root 6485 May 13 17:15 95NonPath.cnf

Even though I modified 05TeXMF.cnf, I was /not asked/ about this during
reinstallation of tex-common! Even though the settings in 05TeXMF.cnf
would /break/ the system, since TEXMFDIST is not set, the checks in
tex-common's postinst did /not detect/ this! What is going wrong here?


BTW, in addition I got 

# ls -l /var/cache/fonts/
total 12
drwxrwsr-t 2 root users 4096 May 10 13:07 pk
drwxrwsr-t 2 root users 4096 May 10 13:07 source
drwxrwsr-t 2 root users 4096 May 10 13:07 tfm

without any questions asked. I thought the default should be world
writable to get things like pbuilder/bbuild correct. I admit I didn't
follow the discussions on that problem very closely, though.

cheerio
ralf




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



Processed: Re: Bug#366907: tetex-bin: Fails to configure, updmap failed

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 366907 Checking configuration files does not work properly
Bug#366907: tetex-bin: Fails to configure, updmap failed
Changed Bug title.

> severity 366907 normal
Bug#366907: Checking configuration files does not work properly
Severity set to `normal'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#365940: Files for a Quagga DSA (RIPD unauthenticated route injection)

2006-05-13 Thread Christian Hammers


On 2006-05-13 Martin Schulze wrote:
> Christian Hammers wrote:
> > Attached you will find a diff that can be used to make a DSA for the
> > recent Quagga security bug.
> 
> Thanks a lot for preparing the update.
> 
> Please also mention CVE-2006-2223 CVE-2006-2224 in the unstable changelog
> when you're doing the next upload anyway.

Please wait a day or two with the Quagga DSA, there has been one further
security problem reported yesterday in Bug 366980

 CVE-2006-2276:
 bgpd in Quagga 0.98 and 0.99 before 20060504 allows local users to
 cause a denial of service (CPU consumption) via a certain sh ip bgp
 command entered in the telnet interface.

 See
 http://www.quagga.net/news2.php?y=2006&m=5&d=4#id1146764580

I prepare unstable now and stable today or tomorrow...

bye,

-christian-


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



Bug#337754: amarok: Amarok crashed with a glibc double free or corruption message or just hangs

2006-05-13 Thread David E. Fox
Package: amarok
Version: 1.3.9-1
Followup-For: Bug #337754


This started with 1.3.8+b1, prior to that, amarok was mostly usable on this 
testing platform. But as soon 
as I started using 1.3.8+b1 (and this continues with the present version) I 
cannot get amarok to progress 
further than the opening collection scan dialog. It gets through about 9% and 
then I see a message on the 
terminal 'glibc: double free() or corruption - with some random hex value. 
Additionally, I sometimes get no 
first-run wizard dialog when I start amarok after removing the amarok 
configurations in .kde/share/config.

When doing an strace -p on the amarokapp binary at the point of hanging it 
hangs in the middle of a futex() 
call.

After creating a new user and starting amarok with this new user (in gnome) 
after a while amarok crashes, 
having gone through the first-run wizard. But with the new user I get a kcrash 
dialog box instead of a 
message on the terminal.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages amarok depends on:
ii  amarok-arts [amarok-engin 1.3.9-1aRts engine for the amaroK audio p
ii  amarok-engines1.3.9-1output engines for the amaroK audi
ii  amarok-gstreamer [amarok- 1.3.9-1GStreamer engine for the amaroK au
ii  amarok-xine [amarok-engin 1.3.9-1xine engine for the amaroK audio p
ii  kdelibs4c2a   4:3.5.2-2+b1   core libraries for all KDE applica
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libgcc1   1:4.1.0-1+b1   GCC support library
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libmysqlclient15off   5.0.20-1   mysql database client library
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libpq48.1.3-4PostgreSQL C client library
ii  libqt3-mt 3:3.3.6-1  Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian   1.2.9-5+b1 Simple DirectMedia Layer
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libstdc++64.1.0-1+b1 The GNU Standard C++ Library v3
ii  libtag1c2a1.4-3  TagLib Audio Meta-Data Library
ii  libtunepimp3  0.4.2-3MusicBrainz tagging library and si
ii  libvisual0.2  0.2.0-4Audio visualization framework
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-6 Mesa 3D graphics library [X.Org]
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins   4:3.5.2-2+b2 enables the browsing of audio CDs 

-- no debconf information


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



Bug#359854: doesn't detect recv()=0

2006-05-13 Thread allomber
On Sat, Apr 01, 2006 at 08:55:30AM -0400, Bruno Barrera C. wrote:
> > I would seriously reconsider maintenance of this package..trivially
> > fixed valgrind warnings, saved files aren't correct, overwrites files
> > which wget wouldn't, and improper use of recv.
> 
> Could you please explain me what does "reconsider maintenance of this
> package" means? Are referering to my work or upstream?. FYI, I've
> written a lot of patches for aget and sent it directly to upstream as
> you can see in the bug reports before. 
> 
> Sadly, upstream is a bit slow replying and that's why I don't want to
> make this package fully of patches, because is a small program and we
> can introduce changes directly to the official source code.

Hello Bruno,
This package has been removed from Etch.

So either you think aget is suitable for Debian and upload a fixed
version soon, or you think it is not and ask for remove from unstable.

Thanks in advance,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


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



Processed: Re: Bug#367096: undeclared dependency on libnautilus-burn2

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 367096 pending
Bug#367096: undeclared dependency on libnautilus-burn2
There were no tags set.
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#367096: undeclared dependency on libnautilus-burn2

2006-05-13 Thread Josselin Mouette
tag 367096 pending
thanks

Le samedi 13 mai 2006 à 17:50 +0200, Robert Bihlmeyer a écrit :
> Package: nautilus-cd-burner
> Version: 2.12.3-2
> Severity: serious
> 
> ~$ nautilus-cd-burner 
> nautilus-cd-burner: error while loading shared libraries: 
> libnautilus-burn.so.2: cannot open shared object file: No such file or 
> directory
> ~$ ldd $(which nautilus-cd-burner)
>   linux-gate.so.1 =>  (0xe000)
>   libnautilus-burn.so.2 => not found
> 
> Installing libnautilus-burn2 "by hand" fixes that problem.

This is fixed by the 2.14 version currently sitting in NEW.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#339060: abntex: FTBFS: \pdfinfo used while \pdfoutput

2006-05-13 Thread allomber
On Fri, Nov 25, 2005 at 05:55:07PM +0100, Frank Küster wrote:
> Roland Stigge <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > building the package abntex in a clean sid build environment
> > (with pbuilder) on i386 results in:
> [...]
> > pdfTeX error (ext1): \pdfinfo used while \pdfoutput is not set.
> > l.75 \pdfinfo
> 
> The reason is a buggy test whether pdf or dvi is produced - it was buggy
> from the beginning, but is no longer tolerated in teTeX-3.0.  The
> particular place where the package fails is this one:
> 
> When you fix this, or propose a fix to upstream, please do *not* simply
> test whether pdfoutput is 0 or 1.  Instead, use ifpdf or the code
> therein - otherwise adding a package that also checks for \pdfoutput
> might cause problems.

Hello Otavio, Roland and Frank,

Upstream has release 0.9-beta which seems to fix this bug albeit
differently (they no more use \pdfoutput at all).

However the new version need the file
/usr/share/texmf/tex/latex/html/html.sty 
(from latex2html which is currently in non-free) to build.

Is there a way to avoid using this file ?

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 



Bug#343279: new cupsys fails to start, claiming can't bind port 631

2006-05-13 Thread vitko
Seems like regression, cupsys 1.1.23-15 (AMD64) won't start; dpkg says:

...
Setting up cupsys (1.1.23-15) ...
Starting Common Unix Printing System: cupsdcupsd: Child exited with status 98!
invoke-rc.d: initscript cupsys, action "start" failed.
dpkg: error processing cupsys (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 cupsys
E: Sub-process /usr/bin/dpkg returned an error code (1)
...

There is something familiar in error_log:

$ tail /var/log/cups/error_log
...
I [13/May/2006:17:52:31 +0200] Full reload complete.
D [13/May/2006:17:52:31 +0200] StartListening: NumListeners=1
D [13/May/2006:17:52:31 +0200] StartListening: address=7f01 port=631
E [13/May/2006:17:52:31 +0200] StartListening: Unable to bind socket for 
address 7f01:631 - Požadovanou adresu nelze přiřadit.
...

When I comment out 631 port line in /etc/cups/cups.d/ports.conf

$ cat /etc/cups/cups.d/ports.conf
# Port 631

, cupsys starts _fine_. Problem lives somewhere in post-install script, when I 
do
apt-get install -f,  then /etc/cups/cups.d/ports.conf gets modified again

$ cat /etc/cups/cups.d/ports.conf
Port 631

and cupsys won't start. Sorry for long story on simple issue, I tried to be as 
exact as possible.




Bug#357885: marked as done (gnome-screensaver: Lock dialog can be bypassed with Ctrl+Alt+Keypad-{Minus, Divide})

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 09:02:14 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#357885: fixed in gnome-screensaver 2.14.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)

--- Begin Message ---
Package: gnome-screensaver
Version: 2.14.0-1
Severity: critical
Tags: security
Justification: user security hole

gnome-screensaver does not make use of the XF86MiscSetGrabKeysState
function to disable the user's ability to kill the screensaver by
hitting Ctrl+Alt+Keypad-Minus or -Plus.

I reported this upstream[0] and it was fixed
for 2.14; however it appears that the Debian packages don't have this
functionality enabled at build time[1]:

 checking for XF86MiscSetGrabKeysState in -lXxf86misc... no

I think that making gnome-screensaver build-depend on libxxf86misc-dev
will fix this bug.

[0] http://bugzilla.gnome.org/show_bug.cgi?id=326663
[1] 
http://buildd.debian.org/fetch.php?&pkg=gnome-screensaver&ver=2.14.0-1&arch=powerpc&stamp=1142594892&file=log&as=raw

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gnome-screensaver depends on:
ii  gconf2 2.13.5-1  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.7-1   Avahi client library
ii  libavahi-common3   0.6.9-5   Avahi common library
ii  libavahi-compat-howl0  0.6.7-1   Avahi Howl compatibility library
ii  libbonobo2-0   2.8.1-2   Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.10.1-2  The Bonobo UI library
ii  libc6  2.3.6-3   GNU C Library: Shared libraries an
ii  libcairo2  1.0.2-3   The Cairo 2D vector graphics libra
ii  libdbus-1-20.61-4simple interprocess messaging syst
ii  libdbus-glib-1-2   0.61-4simple interprocess messaging syst
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libexif12  0.6.12-2  library to parse EXIF files
ii  libfontconfig1 2.3.1-2   generic font configuration library
ii  libfreetype6   2.1.10-1  FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]0.1.7-3   Client library for the gamin file 
ii  libgconf2-42.13.5-1  GNOME configuration database syste
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.1-1  The GLib library of C routines
ii  libgnome-keyring0  0.4.8-1   GNOME keyring services library
ii  libgnome-menu2 2.12.0-2.1an implementation of the freedeskt
ii  libgnome2-02.12.0.1-5The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.12.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.12.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.13.92-1 GNOME virtual file-system (runtime
ii  libgnutls121.2.9-2   the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgtk2.0-02.8.13-1  The GTK+ graphical user interface 
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  libjpeg62  6b-10 The Independent JPEG Group's JPEG 
ii  liborbit2  1:2.12.4-1libraries for ORBit2 - a CORBA ORB
ii  libpam0g   0.76-22   Pluggable Authentication Modules l
ii  libpango1.0-0  1.10.4-1  Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5PNG library - runtime
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libtasn1-2 0.2.17-1  Manage ASN.1 structures (runtime)
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxcursor11.1.3-1 

Bug#367060: gnucash_1.9.5-3(experimental/mips/signy): FTBFS: "./config.status: No such file or directory"

2006-05-13 Thread Thomas Bushnell BSG
Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> writes:

> gnucash 1.9.5-3 fails to build on a mips buildd:

Thank you for your bug report.  The actual failure was not the
"config.status" check, which as can be seen from the log was ignored
correctly by the makefile; rather, the problem appears later on in the
form of a missing Build-Depends for g-wrap.

The fix is being compiled now.

Thomas


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



Bug#367084: marked as done (nfs-kernel-server: Fails to upgrade and to start)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 18:25:02 +0200
with message-id <[EMAIL PROTECTED]>
and subject line nfs-kernel-server: Fails to upgrade and to start
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)

--- Begin Message ---
Package: nfs-kernel-server
Version: 1:1.0.7-15
Severity: grave

Upgrading from -13 to -14 and -15 fails with the following error:

Setting up nfs-kernel-server (1.0.7-15) ...
Stopping NFS kernel daemon: mountd nfsd.
Unexporting directories for NFS kernel daemon...done.
Exporting directories for NFS kernel daemon...done.
Starting NFS kernel daemon: nfsdinvoke-rc.d: initscript nfs-kernel-server, 
action "restart" failed.
dpkg: error processing nfs-kernel-server (--configure):
 subprocess post-installation script returned error exit status 1

I tried removing all entries from /etc/exports, setting NEED_LOCKD,
NEED_IDMAPD, NEED_GSSD to "no" in /etc/default/nfs-common as well as
purging and reinstalling the package w/o success.

[EMAIL PROTECTED]:~$ LC_ALL=C ls -lR /var/lib/nfs
/var/lib/nfs:
total 20
-rw-r--r-- 1 root  root0 May 13 17:08 etab
-rw-r--r-- 1 root  root0 May 13 17:08 rmtab
drwxr-xr-x 2 statd root 4096 Mar 28 03:59 rpc_pipefs
drwxr-xr-x 2 statd root 4096 Mar 25  2004 sm
drwxr-xr-x 2 statd root 4096 Mar 25  2004 sm.bak
-rw--- 1 statd root4 May 12 09:34 state
drwxr-xr-x 2 root  root 4096 May 11 13:48 v4recovery
-rw-r--r-- 1 root  root0 May 13 17:08 xtab

/var/lib/nfs/rpc_pipefs:
total 0

/var/lib/nfs/sm:
total 0

/var/lib/nfs/sm.bak:
total 0

/var/lib/nfs/v4recovery:
total 0

[EMAIL PROTECTED]:~$ ls -ld /var/lib/nfs/
drwxr-xr-x 6 root root 4096 2006-05-13 17:08 /var/lib/nfs/

Finally, running "/etc/init.d/nfs-kernel-server" succeeds, but nfsd is
not started.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-486
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)

Versions of packages nfs-kernel-server depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libkrb53  1.4.3-7MIT Kerberos runtime libraries
ii  libnfsidmap1  0.13-1 An nfs idmapping library
ii  libwrap0  7.6.dbs-9  Wietse Venema's TCP wrappers libra
ii  nfs-common1:1.0.7-15 NFS support files common to client
ii  sysvinit  2.86.ds1-14System-V-like init utilities

nfs-kernel-server recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1:1.0.7-16

On Sat, May 13, 2006 at 05:20:09PM +0300, Yavor Doganov wrote:
> Upgrading from -13 to -14 and -15 fails with the following error:

TTBOMK, this was fixed in -16. It should also be fixable simply by doing
"chown statd /var/lib/nfs".

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


Bug#367096: undeclared dependency on libnautilus-burn2

2006-05-13 Thread Robert Bihlmeyer
Package: nautilus-cd-burner
Version: 2.12.3-2
Severity: serious

~$ nautilus-cd-burner 
nautilus-cd-burner: error while loading shared libraries: 
libnautilus-burn.so.2: cannot open shared object file: No such file or directory
~$ ldd $(which nautilus-cd-burner)
linux-gate.so.1 =>  (0xe000)
libnautilus-burn.so.2 => not found

Installing libnautilus-burn2 "by hand" fixes that problem.


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



Bug#333978: marked as done (libinti1.0: Please rebuild with g++-4.0 for C++ 'c2' transition)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 17:54:48 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug not needed anymore, package removed from archive
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)

--- Begin Message ---
Package: libinti1.0
Severity: wishlist

This is one of the last untransitioned libraries.
It prevents (your) package inti-gl from transitioning.

Please see 
http://lists.debian.org/debian-devel-announce/2005/07/msg1.html
for details about the transition.

--- End Message ---
--- Begin Message ---
Heya,

#334991 was done ages ago and the packages are now removed, so this bug
can be closed now.

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
92: Emacs
   Esc Meta Alt Control Shift

--- End Message ---


Bug#367081: sa-exim: not working with latest spamassassin package

2006-05-13 Thread Sander Smeenk
Quoting Richard Antony Burton ([EMAIL PROTECTED]):

> Log contains:
> 2006-05-13 13:39:42 1FetPI-0005GT-MT SA: Action: SA didn't successfully run 
> against message

Which means SA-Exim did work, but SpamAssassin itself failed for some
reason. It would be great if you can search through your logs and see if
you can find out why SpamAssassin isn't working.

> X-SA-Exim-Scanned: No (on localhost); Unknown failure

I'm runnin exactly the same version of sa-exim, and spamc/spamassassin,
and it works for me!

-- 
| 1 1 was a racehorse, 2 2 was 1 2, 1 1 1 1 race 1 day, 2 2 1 1 2
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D


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



Bug#367075: Bug#367070 acknowledged by developer (Bug#367070: fixed in bacula 1.38.9-5)

2006-05-13 Thread John Goerzen
On Sat, May 13, 2006 at 05:08:09PM +0200, Bastian Blank wrote:
> >* bacula-sd-*: added conflict on bacula-sd < 1.38.9, since some
> >  manpages have moved around since that version and conflicts
> >  could exist on upgrade.  Closes: #367075.
> 
> A conflict is not enough, it have to replace it.

Yes, it appears you're correct.  I didn't quite think that one through
enough.  I'll make the fix.

-- John


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



Bug#367070: marked as done (bacula-director-pgsql - postinst called with unknown argument `upgrade')

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367066: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
Package: bacula-director-pgsql
Version: 1.38.9-3
Severity: grave

| Preparing to replace bacula-director-pgsql 1.36.3-2 (using 
.../bacula-director-pgsql_1.38.9-3_amd64.deb) ...
| postinst called with unknown argument `upgrade'

Bastian

-- 
Peace was the way.
-- Kirk, "The City on the Edge of Forever", stardate unknown


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula - Network backup, recovery and verification (Meta-package)
 bacula-client - Network backup, recovery and verification (Client meta-package)
 bacula-common - Network backup, recovery and verification (Common Support 
files)
 bacula-console - Network backup, recovery and verification (Mgmt. Console)
 bacula-console-gnome - Network backup, recovery and verification (Console, 
Gnome version
 bacula-console-wx - Network backup, recovery and verification (Console, Gnome 
version
 bacula-director-common - Network backup, recovery and verification (Director 
common files)
 bacula-director

Bug#332560: marked as done (FTBFS: Unsatisfiable build-dependency on kernel-tree-2.6.10-4)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 16:59:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed
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)

--- Begin Message ---
Package: dlm-kernel
Version: 0.trunk20050206-1
Severity: serious

dlm-kernel fails to build because its build-dependency on
kernel-tree-2.6.10-4 cannot be satisfied:

>  -> Considering  kernel-tree-2.6.10-4
>-> Trying kernel-tree-2.6.10-4
>-> Cannot install kernel-tree-2.6.10-4; apt errors follow:
> Reading package lists...
> Building dependency tree...
> E: Couldn't find package kernel-tree-2.6.10-4

-- 
Matt


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1.02.00-1

Not longer applicable.

Bastian

-- 
The heart is not a logical organ.
-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4


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


Bug#367070: bacula-director-pgsql - postinst called with unknown argument `upgrade'

2006-05-13 Thread John Goerzen
On Sat, May 13, 2006 at 06:53:02AM -0700, Steve Langasek wrote:
> severity 367070 grave
> thanks
> 
> Sorry, Bastian pointed out my error -- the problem is that the error message
> saying "postinst called with ..." is being generated by a *preinst* :)

Yes.  Apparently I accidentally run "cp
bacula-director-pgsql.postinst bacula-director-pgsql.preinst" at some
point before the upload of -3.

I've already uploaded -5 which removes that preinst file altogether;
it should never have been there.

-- John




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



Bug#333634: marked as done (FTBFS: Unsatisfiable build-dependency on kernel-tree-2.6.10-4)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 16:59:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed
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)

--- Begin Message ---
Package: gfs-kernel
Version: 0.trunk20050206-1
Severity: serious

gfs-kernel fails to build because its build-dependency on
kernel-tree-2.6.10-4 cannot be satisfied:

>  -> Considering  kernel-tree-2.6.10-4
>-> Trying kernel-tree-2.6.10-4
>-> Cannot install kernel-tree-2.6.10-4; apt errors follow:
> Reading package lists...
> Building dependency tree...
> E: Couldn't find package kernel-tree-2.6.10-4

-- 
Matt


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1.02.00-1

Not longer applicable.

Bastian

-- 
The heart is not a logical organ.
-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4


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


Bug#331572: marked as done (FTBFS: Unsatisfiable build-dependency on kernel-tree-2.6.10-4)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 16:59:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed
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)

--- Begin Message ---
Package: cman-kernel
Version: 0.trunk20050206-1
Severity: serious

cman-kernel fails to build because it build-depends on
kernel-tree-2.6.10-4, which is not available:

>  -> Considering  kernel-tree-2.6.10-4
>-> Trying kernel-tree-2.6.10-4
>-> Cannot install kernel-tree-2.6.10-4; apt errors follow:
> Reading package lists...
> Building dependency tree...
> E: Couldn't find package kernel-tree-2.6.10-4

-- 
Matt


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1.02.00-1

Not longer applicable.

Bastian

-- 
The heart is not a logical organ.
-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4


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


Bug#304476: marked as done (devmapper - should assign correct[tm] permissions to devices)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 08:02:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#304476: fixed in devmapper 2:1.02.05-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)

--- Begin Message ---
Package: udev
Version: 0.053-1
Severity: normal

The devices for logical volumes of LVM2 (kernel driver device-mapper)
are created with ownership root:root and permission 0600. By analogy
to partitions (/dev/[sh]d[a-z][[:digit:]]+), they should be created
root:disk 0660.

I presume udev is deciding the ownership / permission there, but I'm not
sure. If it isn't, I guess the "lvm2" package is the one to reassign
this bug to.

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx  1 root root 19 Feb 15 15:23 cd-aliases.rules -> ../cd-aliases.rules
lrwxrwxrwx  1 root root 13 Feb 15 15:23 udev.rules -> ../udev.rules
lrwxrwxrwx  1 root root 12 Feb 23 15:11 z_hal-plugdev.rules -> ../hal.rules

-- /sys/:
/sys/block/dm-0/dev
/sys/block/dm-1/dev
/sys/block/dm-2/dev
/sys/block/fd0/dev
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hda/hda7/dev
/sys/block/hdb/dev
/sys/block/hdb/hdb1/dev
/sys/block/hdc/dev
/sys/block/ram0/dev
/sys/block/ram1/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/input/ts0/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/hw_random/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/printer/lp0/dev
/sys/class/sound/adsp/dev
/sys/class/sound/adsp1/dev
/sys/class/sound/audio/dev
/sys/class/sound/audio1/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/controlC1/dev
/sys/class/sound/dmmidi/dev
/sys/class/sound/dsp/dev
/sys/class/sound/dsp1/dev
/sys/class/sound/midi/dev
/sys/class/sound/midiC0D0/dev
/sys/class/sound/mixer/dev
/sys/class/sound/mixer1/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1p/dev
/sys/class/sound/pcmC1D0c/dev
/sys/class/sound/pcmC1D0p/dev
/sys/class/sound/pcmC1D1p/dev
/sys/class/sound/pcmC1D2c/dev
/sys/class/sound/pcmC1D2p/dev
/sys/class/sound/timer/dev

-- Kernel configuration:


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages udev depends on:
ii  hotplug  0.0.20040329-17 Linux Hotplug Scripts
ii  initscripts  2.86.ds1-1  Standard scripts needed for bootin
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  makedev  2.3.1-76creates device files in /dev
ii  sed  4.1.4-2 The GNU sed stream editor

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: devmapper
Source-Version: 2:1.02.05-2

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

devmapper_1.02.05-2.diff.gz
  to pool/main/d/devmapper/devmapper_1.02.05-2.diff.gz
devmapper_1.02.05-2.dsc
  to pool/main/d/devmapper/devmapper_1.02.05-2.dsc
dmsetup-udeb_1.02.05-2_amd64.udeb
  to pool/main/d/devmapper/dmsetup-udeb_1.02.05-2_amd64.udeb
dmsetup_1.02.05-2_amd64.deb
  to pool/main/d/devmapper/dmsetup_1.02.05-2_amd64.deb
libdevmapper-dev_1.02.05-2_amd64.deb
  to pool/main/d/devmapper/libdevmapper-dev_1.02.05-2_amd64.deb
libdevmapper1.02-udeb_1.02.05-2_amd64.udeb
  to pool/main/d/devmapper/libdevmapper1.02-udeb_1.02.05-2_amd64.udeb
libdevmapper1.02_1.02.05-2_amd64.deb
  to pool/main/d/devmapper/libdevmapper1.02_1.02.05-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Bastian Blank <[EMAIL PROTECTED]> (supplier of updated devmapper package)

(This message was generated automatically at their request; if you
believe that there is a

Bug#367066: marked as done (bacula-director-pgsql: postinst called with unknown argument `upgrade')

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367066: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: bacula-director-pgsql


Today I updated bacula from 1.36.3-2 to 1.38.9-3.

The upgrade of bacula-director-pgsql failed because of:

Preparing to replace bacula-director-pgsql 1.36.3-2 (using
.../bacula-director-pgsql_1.38.9-3_i386.deb) ...
postinst called with unknown argument `upgrade'
dpkg: error processing
/var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_i386.deb (--unpack):
 subprocess pre-installation script returned error exit status 1


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

iD8DBQFEZbLa1YAhDic+adYRAm3xAKCPSyjRfuMIrEno8S7ACfcYE88I3gCfTuN2
TAtk6ercNXx02GojBo+feHQ=
=4duS
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula - Network backup, recovery and verification (Meta-package)
 bacula-client - Network backup, recovery and verification (Client meta-package)
 bacula-common - Network backup, recovery and verification (Commo

Bug#367069: marked as done (bacula-director-pgsql - fails to upgrade)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367066: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
Package: bacula-director-pgsql
Version: 1.38.9-3
Severity: grace

bacula-common fails to upgrade:

| Preparing to replace bacula-director-pgsql 1.36.3-2 (using 
.../bacula-director-pgsql_1.38.9-3_amd64.deb) ...
| /var/lib/dpkg/tmp.ci/config: line 10: 
/usr/share/dbconfig-common/dpkg/config.pgsql: No such file or directory
| dpkg: error processing 
/var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_amd64.deb (--unpack):
|  subprocess pre-installation script returned error exit status 1
| /var/lib/dpkg/tmp.ci/postrm: line 13: 
/usr/share/dbconfig-common/dpkg/postrm.pgsql: No such file or directory
| dpkg: error while cleaning up:
|  subprocess post-removal script returned error exit status 1

It seems that it uses dbconfig-common from its preinstall.

Bastian

-- 
Lots of people drink from the wrong bottle sometimes.
-- Edith Keeler, "The City on the Edge of Forever",
   stardate unknown


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 b

Bug#365371: beagle: CVE-2006-1865 fixed in 0.2.6 (which is now in unstable)

2006-05-13 Thread Alec Berryman
Package: beagle
Followup-For: Bug #365371

This bug can be closed.

Although the upstream changelog doesn't mention it, the fix is in 0.2.6.
Red Hat's bugzilla has the patch [1] that was applied to Beagle's CVS
on April 13th; Beagle 0.2.6 was released on the 29th of that month.  I
glanced over the sources in 0.2.6-1 and the changes in the patch appear
to be in that version.

[1] https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=127943

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-alec-laptop
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#367075: Bug#367070 acknowledged by developer (Bug#367070: fixed in bacula 1.38.9-5)

2006-05-13 Thread Bastian Blank
reopen 367075
found 367075 1.38.9-5
thanks

>* bacula-sd-*: added conflict on bacula-sd < 1.38.9, since some
>  manpages have moved around since that version and conflicts
>  could exist on upgrade.  Closes: #367075.

A conflict is not enough, it have to replace it.

Bastian

-- 
Earth -- mother of the most beautiful women in the universe.
-- Apollo, "Who Mourns for Adonais?" stardate 3468.1


signature.asc
Description: Digital signature


Bug#366907: tetex-bin: Fails to configure, updmap failed

2006-05-13 Thread Liam M. Healy
I had a custom-made /etc/texmf/texmf.d/05TeXMF.cnf which was not
removed because I had not purged tex-common; this happened because I
grepped packages for "tetex" and I didn't see tex-common.
However, when I tried to purge tex-common together with all the tetex
packages, nothing happened.  It was necessary to purge the package by
itself, 
 aptitude purge tex-common  
then install
  apt-get install tex-common
  aptitude install tetex-base tetex-bin tetex-doc tetex-extra tetex-src auctex
At this point all appears well; the files you mention like
/var/lib/texmf/ls-R-TEXMFDIST-TETEX now are present and TeX runs
normally. 

Thanks for the pointer to tex-common, the separate purge and
reinstallation seems to have fixed the problem.  I do not recall being
asked about 05TexMF.cnf; I usually look at the differences if I do not
have a good feeling that the changes are benign and that the old
configuration is acceptable.



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



Bug#334154: marked as done (FTBFS: Unsatisfiable build-dependency on kernel-tree-2.6.10-5)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 16:59:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed
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)

--- Begin Message ---
Package: gnbd-kernel
Version: 0.trunk20050206-1
Severity: serious

gnbd-kernel fails to build:

>  -> Considering  kernel-tree-2.6.10-5
>-> Trying kernel-tree-2.6.10-5
>-> Cannot install kernel-tree-2.6.10-5; apt errors follow:
> Reading package lists...
> Building dependency tree...
> E: Couldn't find package kernel-tree-2.6.10-5
> patch is already the newest version.
> W: Unable to locate package kernel-tree-2.6.10-5
> E: Could not satisfy build-dependency.
> E: pbuilder-satisfydepends failed.

-- 
Matt


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1.02.00-1

Not longer applicable.

Bastian

-- 
The heart is not a logical organ.
-- Dr. Janet Wallace, "The Deadly Years", stardate 3479.4


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


Processed: Re: Bug#367070 acknowledged by developer (Bug#367070: fixed in bacula 1.38.9-5)

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 367075
Bug#367075: Install fails for bacula-sd-sqlite.
Bug reopened, originator not changed.

> found 367075 1.38.9-5
Bug#367075: Install fails for bacula-sd-sqlite.
Bug marked as found in version 1.38.9-5.

> 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#367066: marked as done (bacula-director-pgsql: postinst called with unknown argument `upgrade')

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367070: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: bacula-director-pgsql


Today I updated bacula from 1.36.3-2 to 1.38.9-3.

The upgrade of bacula-director-pgsql failed because of:

Preparing to replace bacula-director-pgsql 1.36.3-2 (using
.../bacula-director-pgsql_1.38.9-3_i386.deb) ...
postinst called with unknown argument `upgrade'
dpkg: error processing
/var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_i386.deb (--unpack):
 subprocess pre-installation script returned error exit status 1


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

iD8DBQFEZbLa1YAhDic+adYRAm3xAKCPSyjRfuMIrEno8S7ACfcYE88I3gCfTuN2
TAtk6ercNXx02GojBo+feHQ=
=4duS
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula - Network backup, recovery and verification (Meta-package)
 bacula-client - Network backup, recovery and verification (Client meta-package)
 bacula-common - Network backup, recovery and verification (Commo

Bug#367075: marked as done (Install fails for bacula-sd-sqlite.)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367075: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
Package: bacula-sd-sqlite
Severity: grave

Hi,

upon upgrading bacula I get this error in bacula-sd-sqlite:

Unpacking bacula-sd-sqlite3 (from .../bacula-sd-sqlite3_1.38.9-3_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/bacula-sd-sqlite3_1.38.9-3_i386.deb (--unpack):
 trying to overwrite `/usr/share/man/man8/bcopy.8.gz', which is also in package 
bacula-sd


Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula - Network backup, recovery and verification (Meta-package)
 bacula-client - Network backup, recovery and verification (Client meta-package)
 bacula-common - Network backup, recovery and verification (Common Support 
files)
 bacula-console - Network backup, recovery and verification (Mgmt. Console)
 bacula-console-gnome - Network backup, recovery and verification (

Bug#367070: marked as done (bacula-director-pgsql - postinst called with unknown argument `upgrade')

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 09:20:33 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367066: bacula-director-pgsql: postinst called with 
unknown argument `upgrade'
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)

--- Begin Message ---
Package: bacula-director-pgsql
Version: 1.38.9-3
Severity: grave

| Preparing to replace bacula-director-pgsql 1.36.3-2 (using 
.../bacula-director-pgsql_1.38.9-3_amd64.deb) ...
| postinst called with unknown argument `upgrade'

Bastian

-- 
Peace was the way.
-- Kirk, "The City on the Edge of Forever", stardate unknown


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hello Jakob & Bastian,

I somehow accidentally cp'd a postinst script to a preinst script for
the release of bacula 1.38.9-3.  I noticed the problem yesterday and
uploaded Bacula 1.38.9-4 into unstable, which contains a fix.  That
version has already been accepted into unstable, so I'm going to go
ahead and close this bug.

Thanks for the reports.

-- John

On Sat, May 13, 2006 at 12:20:10PM +0200, Jakob Haufe wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Package: bacula-director-pgsql
> 
> 
> Today I updated bacula from 1.36.3-2 to 1.38.9-3.
> 
> The upgrade of bacula-director-pgsql failed because of:
> 
> Preparing to replace bacula-director-pgsql 1.36.3-2 (using
> .../bacula-director-pgsql_1.38.9-3_i386.deb) ...
> postinst called with unknown argument `upgrade'
> dpkg: error processing
> /var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_i386.deb (--unpack):
>  subprocess pre-installation script returned error exit status 1
> 
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.3 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFEZbLa1YAhDic+adYRAm3xAKCPSyjRfuMIrEno8S7ACfcYE88I3gCfTuN2
> TAtk6ercNXx02GojBo+feHQ=
> =4duS
> -END PGP SIGNATURE-
> 
> 

-- 
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715
--- End Message ---


Bug#367070: marked as done (bacula-director-pgsql - postinst called with unknown argument `upgrade')

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367069: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
Package: bacula-director-pgsql
Version: 1.38.9-3
Severity: grave

| Preparing to replace bacula-director-pgsql 1.36.3-2 (using 
.../bacula-director-pgsql_1.38.9-3_amd64.deb) ...
| postinst called with unknown argument `upgrade'

Bastian

-- 
Peace was the way.
-- Kirk, "The City on the Edge of Forever", stardate unknown


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula - Network backup, recovery and verification (Meta-package)
 bacula-client - Network backup, recovery and verification (Client meta-package)
 bacula-common - Network backup, recovery and verification (Common Support 
files)
 bacula-console - Network backup, recovery and verification (Mgmt. Console)
 bacula-console-gnome - Network backup, recovery and verification (Console, 
Gnome version
 bacula-console-wx - Network backup, recovery and verification (Console, Gnome 
version
 bacula-director-common - Network backup, recovery and verification (Director 
common files)
 bacula-director

Bug#319975: marked as done (FTBFS: Undefined references to pthread functions)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 16:13:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed
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)

--- Begin Message ---
Package: ccs
Version: 0.trunk20050206-1
Severity: serious
Tags: patch

ccs fails to build because there are undefined references when it
tries to link ccs_tool:

> gcc -Wall -I. -I../config -I../include -I../lib -Wall -O2 
> -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE `xml2-config --cflags` 
> -DCCS_RELEASE_NAME=\"DEVEL.1121908234\" -I. -I../config -I../include -I../lib 
> -o ccs_tool ccs_tool.c update.c upgrade.c old_parser.c -L../lib `xml2-config 
> --libs` -L//usr/lib -lccs -lmagma -lmagmamsg -ldl
> update.c: In function 'get_doc_version':
> update.c:44: warning: pointer targets in passing argument 1 of 
> 'xmlXPathEvalExpression' differ in signedness
> update.c:58: warning: pointer targets in passing argument 1 of 'strlen' 
> differ in signedness
> update.c:63: warning: pointer targets in passing argument 1 of 'strlen' 
> differ in signedness
> update.c:70: warning: pointer targets in passing argument 1 of 'atoi' differ 
> in signedness
> update.c: In function 'update':
> update.c:153: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> upgrade.c: In function 'upgrade_device_archive':
> upgrade.c:190: warning: dereferencing type-punned pointer will break 
> strict-aliasing rules
> /usr/lib/libmagma.a(global.o): In function `clu_connect':
> : undefined reference to `pthread_rwlock_wrlock'
...
> /usr/lib/libmagma.a(global.o): In function `clu_local_nodeid':
> : undefined reference to `pthread_rwlock_unlock'
> collect2: ld returned 1 exit status

The attached patch adds -lpthread to the link command, which fixes
this problem.

-- 
Matt
only in patch2:
unchanged:
--- ccs-0.trunk20050206.orig/ccs_tool/Makefile
+++ ccs-0.trunk20050206/ccs_tool/Makefile
@@ -25,7 +25,7 @@
 endif
 
 LDFLAGS+= -L${ccs_libdir} `xml2-config --libs` -L${libdir}
-LOADLIBES+= -lccs -lmagma -lmagmamsg -ldl
+LOADLIBES+= -lccs -lmagma -lmagmamsg -ldl -lpthread
 
 all: ccs_tool
 


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 1.02.00-1

This bug was fixed by the availability of a shared libmagma.

Bastian

-- 
Too much of anything, even love, isn't necessarily a good thing.
-- Kirk, "The Trouble with Tribbles", stardate 4525.6
--- End Message ---


Bug#287630: marked as done (magma: FTBFS (amd64/gcc-4.0): pointer targets in passing argument 1 of 'ip_lookup' differ in signedness)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 16:50:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed
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)

--- Begin Message ---
Package: magma
Severity: normal
Tags: patch

When building 'magma' on amd64 with gcc-4.0,
I get the following error:

Configuring Makefiles for your system...
Completed Makefile configuration

gcc -c -o localinfo.o localinfo.c -I. -I/magma-0.trunk20040913/debian/include 
-Wall -I. -g -Werror -Wstrict-prototypes -Wshadow -fPIC 
-DPLUGINDIR=\"/usr/lib/magma/plugins\" -D_GNU_SOURCE -D_CLUSTER_
cc1: warnings being treated as errors
localinfo.c: In function '_get_local_info':
localinfo.c:50: warning: pointer targets in passing argument 1 of 'ip_lookup' 
differ in signedness
localinfo.c:53: warning: pointer targets in passing argument 1 of 'strdup' 
differ in signedness
make[2]: *** [localinfo.o] Error 1
make[2]: Leaving directory `/magma-0.trunk20040913/lib'

With the attached patch 'magma' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/magma-0.trunk20040913/lib/localinfo.c ./lib/localinfo.c
--- ../tmp-orig/magma-0.trunk20040913/lib/localinfo.c   2004-09-13 
12:13:32.0 +0200
+++ ./lib/localinfo.c   2004-12-29 09:37:36.630086208 +0100
@@ -47,10 +47,10 @@
return -1;
 
 for (x=0; x < members->cml_count; x++) {
-   if (ip_lookup(members->cml_members[x].cm_name, NULL) == 0) {
+   if (ip_lookup((char*)members->cml_members[x].cm_name, NULL) == 
0) {
_local_nodeid = members->cml_members[x].cm_id;
_local_nodename =
-   strdup(members->cml_members[x].cm_name);
+   strdup((char*)members->cml_members[x].cm_name);
break;
}
}
diff -urN ../tmp-orig/magma-0.trunk20040913/lib/memberlist.c ./lib/memberlist.c
--- ../tmp-orig/magma-0.trunk20040913/lib/memberlist.c  2004-09-13 
12:13:32.0 +0200
+++ ./lib/memberlist.c  2004-12-29 09:38:44.820719656 +0100
@@ -162,7 +162,7 @@
for (x = 0; x < list->cml_count; x++) {
if (list->cml_members[x].cm_id == nodeid &&
list->cml_members[x].cm_state == STATE_UP)
-   return list->cml_members[x].cm_name;
+   return (char*)list->cml_members[x].cm_name;
}
 
return NULL;
@@ -181,7 +181,7 @@
return (uint64_t)-1;
 
for (x = 0; x < list->cml_count; x++) {
-   if (!strcmp(list->cml_members[x].cm_name, nodename) &&
+   if (!strcmp((char*)list->cml_members[x].cm_name, nodename) &&
list->cml_members[x].cm_state == STATE_UP)
return list->cml_members[x].cm_id;
}
@@ -223,7 +223,7 @@
return NULL;
 
for (x = 0; x < list->cml_count; x++) {
-   if (!strcmp(list->cml_members[x].cm_name, nodename) &&
+   if (!strcmp((char*)list->cml_members[x].cm_name, nodename) &&
list->cml_members[x].cm_state == STATE_UP)
return &list->cml_members[x];
}
@@ -271,7 +271,7 @@
 */
ai.ai_socktype = SOCK_STREAM;
 
-   if (getaddrinfo(member->cm_name, NULL, &ai, &member->cm_addrs) != 0) {
+   if (getaddrinfo((char*)member->cm_name, NULL, &ai, &member->cm_addrs) 
!= 0) {
member->cm_addrs = NULL;
return -1;
}
@@ -358,7 +358,7 @@
if (om->cm_id != nm->cm_id)
continue;
 
-   if (strcmp(om->cm_name, nm->cm_name))
+   if (strcmp((char*)om->cm_name, (char*)nm->cm_name))
continue;
 
/* We have a match, but no old-address */
diff -urN ../tmp-orig/magma-0.trunk20040913/lib/message.c ./lib/message.c
--- ../tmp-orig/magma-0.trunk20040913/lib/message.c 2004-09-13 
12:13:32.0 +0200
+++ ./lib/message.c 2004-12-29 09:39:14.886149016 +0100
@@ -222,7 +222,8 @@
 static int
 connect_nb(int fd, struct sockaddr *dest, socklen_t len, int timeout)
 {
-   int ret, flags = 1, err, l;
+   int ret, flags = 1, err;
+   socklen_t l;
fd_set rfds, wfds;
struct timeval tv;
 

--- End Message ---
--- Begin Message ---
Version: 1.02.00-1

This bug was fixed upstream and is already in debian.

Bastian

-- 
You!  What PLANET is this!

Bug#367069: marked as done (bacula-director-pgsql - fails to upgrade)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367070: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
Package: bacula-director-pgsql
Version: 1.38.9-3
Severity: grace

bacula-common fails to upgrade:

| Preparing to replace bacula-director-pgsql 1.36.3-2 (using 
.../bacula-director-pgsql_1.38.9-3_amd64.deb) ...
| /var/lib/dpkg/tmp.ci/config: line 10: 
/usr/share/dbconfig-common/dpkg/config.pgsql: No such file or directory
| dpkg: error processing 
/var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_amd64.deb (--unpack):
|  subprocess pre-installation script returned error exit status 1
| /var/lib/dpkg/tmp.ci/postrm: line 13: 
/usr/share/dbconfig-common/dpkg/postrm.pgsql: No such file or directory
| dpkg: error while cleaning up:
|  subprocess post-removal script returned error exit status 1

It seems that it uses dbconfig-common from its preinstall.

Bastian

-- 
Lots of people drink from the wrong bottle sometimes.
-- Edith Keeler, "The City on the Edge of Forever",
   stardate unknown


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 b

Bug#367069: marked as done (bacula-director-pgsql - fails to upgrade)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 09:20:33 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367066: bacula-director-pgsql: postinst called with 
unknown argument `upgrade'
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)

--- Begin Message ---
Package: bacula-director-pgsql
Version: 1.38.9-3
Severity: grace

bacula-common fails to upgrade:

| Preparing to replace bacula-director-pgsql 1.36.3-2 (using 
.../bacula-director-pgsql_1.38.9-3_amd64.deb) ...
| /var/lib/dpkg/tmp.ci/config: line 10: 
/usr/share/dbconfig-common/dpkg/config.pgsql: No such file or directory
| dpkg: error processing 
/var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_amd64.deb (--unpack):
|  subprocess pre-installation script returned error exit status 1
| /var/lib/dpkg/tmp.ci/postrm: line 13: 
/usr/share/dbconfig-common/dpkg/postrm.pgsql: No such file or directory
| dpkg: error while cleaning up:
|  subprocess post-removal script returned error exit status 1

It seems that it uses dbconfig-common from its preinstall.

Bastian

-- 
Lots of people drink from the wrong bottle sometimes.
-- Edith Keeler, "The City on the Edge of Forever",
   stardate unknown


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Hello Jakob & Bastian,

I somehow accidentally cp'd a postinst script to a preinst script for
the release of bacula 1.38.9-3.  I noticed the problem yesterday and
uploaded Bacula 1.38.9-4 into unstable, which contains a fix.  That
version has already been accepted into unstable, so I'm going to go
ahead and close this bug.

Thanks for the reports.

-- John

On Sat, May 13, 2006 at 12:20:10PM +0200, Jakob Haufe wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Package: bacula-director-pgsql
> 
> 
> Today I updated bacula from 1.36.3-2 to 1.38.9-3.
> 
> The upgrade of bacula-director-pgsql failed because of:
> 
> Preparing to replace bacula-director-pgsql 1.36.3-2 (using
> .../bacula-director-pgsql_1.38.9-3_i386.deb) ...
> postinst called with unknown argument `upgrade'
> dpkg: error processing
> /var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_i386.deb (--unpack):
>  subprocess pre-installation script returned error exit status 1
> 
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.3 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFEZbLa1YAhDic+adYRAm3xAKCPSyjRfuMIrEno8S7ACfcYE88I3gCfTuN2
> TAtk6ercNXx02GojBo+feHQ=
> =4duS
> -END PGP SIGNATURE-
> 
> 

-- 
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715
--- End Message ---


Bug#367069: marked as done (bacula-director-pgsql - fails to upgrade)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367069: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
Package: bacula-director-pgsql
Version: 1.38.9-3
Severity: grace

bacula-common fails to upgrade:

| Preparing to replace bacula-director-pgsql 1.36.3-2 (using 
.../bacula-director-pgsql_1.38.9-3_amd64.deb) ...
| /var/lib/dpkg/tmp.ci/config: line 10: 
/usr/share/dbconfig-common/dpkg/config.pgsql: No such file or directory
| dpkg: error processing 
/var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_amd64.deb (--unpack):
|  subprocess pre-installation script returned error exit status 1
| /var/lib/dpkg/tmp.ci/postrm: line 13: 
/usr/share/dbconfig-common/dpkg/postrm.pgsql: No such file or directory
| dpkg: error while cleaning up:
|  subprocess post-removal script returned error exit status 1

It seems that it uses dbconfig-common from its preinstall.

Bastian

-- 
Lots of people drink from the wrong bottle sometimes.
-- Edith Keeler, "The City on the Edge of Forever",
   stardate unknown


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 b

Bug#367066: marked as done (bacula-director-pgsql: postinst called with unknown argument `upgrade')

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367069: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: bacula-director-pgsql


Today I updated bacula from 1.36.3-2 to 1.38.9-3.

The upgrade of bacula-director-pgsql failed because of:

Preparing to replace bacula-director-pgsql 1.36.3-2 (using
.../bacula-director-pgsql_1.38.9-3_i386.deb) ...
postinst called with unknown argument `upgrade'
dpkg: error processing
/var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_i386.deb (--unpack):
 subprocess pre-installation script returned error exit status 1


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

iD8DBQFEZbLa1YAhDic+adYRAm3xAKCPSyjRfuMIrEno8S7ACfcYE88I3gCfTuN2
TAtk6ercNXx02GojBo+feHQ=
=4duS
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula - Network backup, recovery and verification (Meta-package)
 bacula-client - Network backup, recovery and verification (Client meta-package)
 bacula-common - Network backup, recovery and verification (Commo

Bug#367070: bacula-director-pgsql - postinst called with unknown argument `upgrade'

2006-05-13 Thread Steve Langasek
severity 367070 grave
thanks

Sorry, Bastian pointed out my error -- the problem is that the error message
saying "postinst called with ..." is being generated by a *preinst* :)

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


signature.asc
Description: Digital signature


Bug#367066: marked as done (bacula-director-pgsql: postinst called with unknown argument `upgrade')

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 09:20:33 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367066: bacula-director-pgsql: postinst called with 
unknown argument `upgrade'
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)

--- Begin Message ---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: bacula-director-pgsql


Today I updated bacula from 1.36.3-2 to 1.38.9-3.

The upgrade of bacula-director-pgsql failed because of:

Preparing to replace bacula-director-pgsql 1.36.3-2 (using
.../bacula-director-pgsql_1.38.9-3_i386.deb) ...
postinst called with unknown argument `upgrade'
dpkg: error processing
/var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_i386.deb (--unpack):
 subprocess pre-installation script returned error exit status 1


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

iD8DBQFEZbLa1YAhDic+adYRAm3xAKCPSyjRfuMIrEno8S7ACfcYE88I3gCfTuN2
TAtk6ercNXx02GojBo+feHQ=
=4duS
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
Hello Jakob & Bastian,

I somehow accidentally cp'd a postinst script to a preinst script for
the release of bacula 1.38.9-3.  I noticed the problem yesterday and
uploaded Bacula 1.38.9-4 into unstable, which contains a fix.  That
version has already been accepted into unstable, so I'm going to go
ahead and close this bug.

Thanks for the reports.

-- John

On Sat, May 13, 2006 at 12:20:10PM +0200, Jakob Haufe wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Package: bacula-director-pgsql
> 
> 
> Today I updated bacula from 1.36.3-2 to 1.38.9-3.
> 
> The upgrade of bacula-director-pgsql failed because of:
> 
> Preparing to replace bacula-director-pgsql 1.36.3-2 (using
> .../bacula-director-pgsql_1.38.9-3_i386.deb) ...
> postinst called with unknown argument `upgrade'
> dpkg: error processing
> /var/cache/apt/archives/bacula-director-pgsql_1.38.9-3_i386.deb (--unpack):
>  subprocess pre-installation script returned error exit status 1
> 
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.3 (GNU/Linux)
> Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
> 
> iD8DBQFEZbLa1YAhDic+adYRAm3xAKCPSyjRfuMIrEno8S7ACfcYE88I3gCfTuN2
> TAtk6ercNXx02GojBo+feHQ=
> =4duS
> -END PGP SIGNATURE-
> 
> 

-- 
John Goerzen
Author, Foundations of Python Network Programming
http://www.amazon.com/exec/obidos/tg/detail/-/1590593715
--- End Message ---


Bug#367084: nfs-kernel-server: Fails to upgrade and to start

2006-05-13 Thread Yavor Doganov
Package: nfs-kernel-server
Version: 1:1.0.7-15
Severity: grave

Upgrading from -13 to -14 and -15 fails with the following error:

Setting up nfs-kernel-server (1.0.7-15) ...
Stopping NFS kernel daemon: mountd nfsd.
Unexporting directories for NFS kernel daemon...done.
Exporting directories for NFS kernel daemon...done.
Starting NFS kernel daemon: nfsdinvoke-rc.d: initscript nfs-kernel-server, 
action "restart" failed.
dpkg: error processing nfs-kernel-server (--configure):
 subprocess post-installation script returned error exit status 1

I tried removing all entries from /etc/exports, setting NEED_LOCKD,
NEED_IDMAPD, NEED_GSSD to "no" in /etc/default/nfs-common as well as
purging and reinstalling the package w/o success.

[EMAIL PROTECTED]:~$ LC_ALL=C ls -lR /var/lib/nfs
/var/lib/nfs:
total 20
-rw-r--r-- 1 root  root0 May 13 17:08 etab
-rw-r--r-- 1 root  root0 May 13 17:08 rmtab
drwxr-xr-x 2 statd root 4096 Mar 28 03:59 rpc_pipefs
drwxr-xr-x 2 statd root 4096 Mar 25  2004 sm
drwxr-xr-x 2 statd root 4096 Mar 25  2004 sm.bak
-rw--- 1 statd root4 May 12 09:34 state
drwxr-xr-x 2 root  root 4096 May 11 13:48 v4recovery
-rw-r--r-- 1 root  root0 May 13 17:08 xtab

/var/lib/nfs/rpc_pipefs:
total 0

/var/lib/nfs/sm:
total 0

/var/lib/nfs/sm.bak:
total 0

/var/lib/nfs/v4recovery:
total 0

[EMAIL PROTECTED]:~$ ls -ld /var/lib/nfs/
drwxr-xr-x 6 root root 4096 2006-05-13 17:08 /var/lib/nfs/

Finally, running "/etc/init.d/nfs-kernel-server" succeeds, but nfsd is
not started.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-486
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)

Versions of packages nfs-kernel-server depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libkrb53  1.4.3-7MIT Kerberos runtime libraries
ii  libnfsidmap1  0.13-1 An nfs idmapping library
ii  libwrap0  7.6.dbs-9  Wietse Venema's TCP wrappers libra
ii  nfs-common1:1.0.7-15 NFS support files common to client
ii  sysvinit  2.86.ds1-14System-V-like init utilities

nfs-kernel-server recommends no packages.

-- no debconf information


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



Processed: Fixed in NMU of clips 6.21-6.1

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 365284 + fixed
Bug#365284: xclips: please update for X11R7
Tags were: patch
Tags added: fixed

> 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#367009: marked as done (nfs-common - fails to upgrade)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:17:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367009: fixed in nfs-utils 1:1.0.7-16
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)

--- Begin Message ---
Package: nfs-common
Version: 1.0.7-14
Severity: grave

nfs-common fails to upgrade:

| Setting up nfs-common (1.0.7-14) ...
| Stopping NFS common utilities: statd.
| Starting NFS common utilities: statdinvoke-rc.d: initscript nfs-common, 
action "restart" failed.
| dpkg: error processing nfs-common (--configure):
|  subprocess post-installation script returned error exit status 1

Bastian

-- 
If I can have honesty, it's easier to overlook mistakes.
-- Kirk, "Space Seed", stardate 3141.9

--- End Message ---
--- Begin Message ---
Source: nfs-utils
Source-Version: 1:1.0.7-16

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

nfs-common_1.0.7-16_i386.deb
  to pool/main/n/nfs-utils/nfs-common_1.0.7-16_i386.deb
nfs-kernel-server_1.0.7-16_i386.deb
  to pool/main/n/nfs-utils/nfs-kernel-server_1.0.7-16_i386.deb
nfs-utils_1.0.7-16.diff.gz
  to pool/main/n/nfs-utils/nfs-utils_1.0.7-16.diff.gz
nfs-utils_1.0.7-16.dsc
  to pool/main/n/nfs-utils/nfs-utils_1.0.7-16.dsc
nhfsstone_1.0.7-16_i386.deb
  to pool/main/n/nfs-utils/nhfsstone_1.0.7-16_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.
Steinar H. Gunderson <[EMAIL PROTECTED]> (supplier of updated nfs-utils 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, 13 May 2006 16:06:08 +0200
Source: nfs-utils
Binary: nhfsstone nfs-kernel-server nfs-common
Architecture: i386 source 
Version: 1:1.0.7-16
Distribution: unstable
Urgency: high
Maintainer: Steinar H. Gunderson <[EMAIL PROTECTED]>
Changed-By: Steinar H. Gunderson <[EMAIL PROTECTED]>
Description: 
 nfs-common - NFS support files common to client and server
 nfs-kernel-server - Kernel NFS server support
 nhfsstone  - NFS benchmark program
Closes: 366989 366990 367009
Changes: 
 nfs-utils (1:1.0.7-16) unstable; urgency=high
 .
   * urgency=high; fixes an RC bug.
   * If one upgraded from 1:1.0.7-13, /var/lib/nfs might never be set as owned
 by statd. Bump the version check, so everything before this version gets
 chowned properly. (Closes: #367009)
   * Add more detailed explanations and links to the Debian wiki for
 /etc/defaults/nfs-{common,kernel-server}. (Closes: #366989, #366990)
Files: 
 b0a1b5cdc71c39870e73dd88e4d341b0 803 net standard nfs-utils_1.0.7-16.dsc
 070d6d54e4420d557e50962ab5a9a7e3 115462 net optional 
nfs-kernel-server_1.0.7-16_i386.deb
 563ece90be88fd4f4b8f4fa05c874a2a 105426 net standard 
nfs-common_1.0.7-16_i386.deb
 8daed83fcd96aa22f1395324e792b36d 17429 net standard nfs-utils_1.0.7-16.diff.gz
 ea136343aee7a6db11eaf6ad41cdfe09 46080 net extra nhfsstone_1.0.7-16_i386.deb

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

iD8DBQFEZeilXKRQ3lK3SH4RAkYBAKDKGkbW9xDM/mQonyeccYTa3w58IgCeOHA+
Tt954gPzT+KoQFiLtoQ30eY=
=i0wV
-END PGP SIGNATURE-

--- End Message ---


Bug#367070: marked as done (bacula-director-pgsql - postinst called with unknown argument `upgrade')

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#367070: fixed in bacula 1.38.9-5
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)

--- Begin Message ---
Package: bacula-director-pgsql
Version: 1.38.9-3
Severity: grave

| Preparing to replace bacula-director-pgsql 1.36.3-2 (using 
.../bacula-director-pgsql_1.38.9-3_amd64.deb) ...
| postinst called with unknown argument `upgrade'

Bastian

-- 
Peace was the way.
-- Kirk, "The City on the Edge of Forever", stardate unknown


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: bacula
Source-Version: 1.38.9-5

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

bacula-client_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-client_1.38.9-5_all.deb
bacula-common_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-common_1.38.9-5_all.deb
bacula-console-gnome_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-gnome_1.38.9-5_i386.deb
bacula-console-wx_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console-wx_1.38.9-5_i386.deb
bacula-console_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-console_1.38.9-5_i386.deb
bacula-director-common_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-common_1.38.9-5_i386.deb
bacula-director-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_1.38.9-5_i386.deb
bacula-director-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_1.38.9-5_i386.deb
bacula-director-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_1.38.9-5_i386.deb
bacula-director-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_1.38.9-5_i386.deb
bacula-fd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-fd_1.38.9-5_i386.deb
bacula-sd-mysql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_1.38.9-5_i386.deb
bacula-sd-pgsql_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_1.38.9-5_i386.deb
bacula-sd-sqlite3_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_1.38.9-5_i386.deb
bacula-sd-sqlite_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_1.38.9-5_i386.deb
bacula-sd_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-sd_1.38.9-5_i386.deb
bacula-server_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula-server_1.38.9-5_all.deb
bacula-traymonitor_1.38.9-5_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_1.38.9-5_i386.deb
bacula_1.38.9-5.diff.gz
  to pool/main/b/bacula/bacula_1.38.9-5.diff.gz
bacula_1.38.9-5.dsc
  to pool/main/b/bacula/bacula_1.38.9-5.dsc
bacula_1.38.9-5_all.deb
  to pool/main/b/bacula/bacula_1.38.9-5_all.deb



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

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

Debian distribution maintenance software
pp.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated bacula 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, 13 May 2006 09:25:35 -0500
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-client bacula-traymonitor bacula-console-gnome bacula 
bacula-director-pgsql bacula-director-common bacula-fd bacula-console-wx 
bacula-director-mysql bacula-sd-pgsql bacula-common bacula-server 
bacula-sd-sqlite bacula-sd bacula-sd-sqlite3 bacula-sd-mysql
Architecture: source i386 all
Version: 1.38.9-5
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description: 
 bacula - Network backup, recovery and verification (Meta-package)
 bacula-client - Network backup, recovery and verification (Client meta-package)
 bacula-common - Network backup, recovery and verification (Common Support 
files)
 bacula-console - Network backup, recovery and verification (Mgmt. Console)
 bacula-console-gnome - Network backup, recovery and verification (Console, 
Gnome version
 bacula-console-wx - Network backup, recovery and verification (Console, Gnome 
version
 bacula-director-common - Network backup, recovery and verification (Director 
common files)
 bacula-director

Bug#367009: Fails to upgrade for me too

2006-05-13 Thread Steinar H. Gunderson
On Sat, May 13, 2006 at 04:54:38PM +0300, Yavor Doganov wrote:
>> What about "ls -ld /var/lib/nfs/"? I'm unable to reproduce this, but
>> it might be a case of statd not being able to write to /var/lib/nfs.
> [EMAIL PROTECTED]:~$ ls -ld /var/lib/nfs/
> drwxr-xr-x 5 root root 4096 2006-05-13 09:56 /var/lib/nfs/
> 
> I have an issue with nfs-kernel-server on another machine, but will
> report it as different bug.

That probably explains it. I'll bump the version number in the test, so
/var/lib/nfs gets properly owned by statd.

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


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



Bug#367009: Fails to upgrade for me too

2006-05-13 Thread Yavor Doganov
Steinar H. Gunderson wrote:
> 
> What about "ls -ld /var/lib/nfs/"? I'm unable to reproduce this, but
> it might be a case of statd not being able to write to /var/lib/nfs.

[EMAIL PROTECTED]:~$ ls -ld /var/lib/nfs/
drwxr-xr-x 5 root root 4096 2006-05-13 09:56 /var/lib/nfs/

I have an issue with nfs-kernel-server on another machine, but will
report it as different bug.

-- 
"Every non-free program has a lord, a master --
and if you use the program, he is your master." --RMS


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



Bug#366330: marked as done (gnbd: FTBFS: Can't satisfy build dependencies for libmagma-dev)

2006-05-13 Thread Debian Bug Tracking System
Your message dated Sat, 13 May 2006 16:52:32 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed
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)

--- Begin Message ---
Package: gndb
Version: 0.trunk20050206-1
Severity: serious

Hi,

Your package can't satisfy it's build dependencies anymore.  You
have a build dependency on: libmagma-dev (>> 0.trunk20050206),
libmagma-dev (<< 0.trunk20050207)

But now unstable has version 1.02.00-4 (from redhat-cluster)


Kurt


--- End Message ---
--- Begin Message ---
Version: 1.02.00-1

This binaries are built from one source now.

Bastian

-- 
To live is always desirable.
-- Eleen the Capellan, "Friday's Child", stardate 3498.9


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


Bug#367083: "The partition with /var/lib/mysql is too full" when using a symlink

2006-05-13 Thread Jeroen Massar
Package: mysql-server-5.0
Version: 5.0.21-3
Severity: critical

# /etc/init.d/mysql start
/etc/init.d/mysql[13623]: ERROR: The partition with /var/lib/mysql is
too full!

After upgrade, while there is plenty (30G+) of diskspace left...

Trying to fake the script:

# /usr/sbin/mysqld --print-defaults | tr " " "\n" | grep -- "--datadir" |
tail -n 1 | cut -d= -f2
/var/lib/mysql

# LC_ALL=C df --portability /var/lib/mysql | tail -n 1 | awk '{ print ($4)
}'
34536456K

# LC_ALL=C df --portability /var/lib/mysql | tail -n 1 | awk '{ print
($4>4096) }'
0

/var/lib/mysql is a symlink, maybe that causes the issue?

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mysql-server-5.0 depends on:
ii  adduser   3.87   Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.0  Debian configuration management sy
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libdbi-perl   1.50-2 Perl5 database interface by Tim Bu
ii  libgcc1   1:4.1.0-4  GCC support library
ii  libmysqlclient15off   5.0.21-3   mysql database client library
ii  libncurses5   5.5-2  Shared libraries for terminal hand
ii  libreadline5  5.1-7  GNU readline and history libraries
ii  libstdc++64.1.0-4The GNU Standard C++ Library v3
ii  libwrap0  7.6.dbs-9  Wietse Venema's TCP wrappers libra
ii  mysql-client-5.0  5.0.21-3   mysql database client binaries
ii  mysql-common  5.0.21-3   mysql database common files (e.g. 
ii  passwd1:4.0.15-7 change and administer password and
ii  perl  5.8.8-4Larry Wall's Practical Extraction 
ii  psmisc22.2-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/start_on_boot: true
  mysql-server-5.0/mysql_update_hints1:
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/no_upgrade_with_isam_tables:
* mysql-server-5.0/mysql_install_db_notes:


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



Bug#366776: aide doesn't gracefully handle null dnsdomainname output

2006-05-13 Thread Corey Wright
experienced same problem here.  i'll pick up where craig left off (in the
email chain for bug 366776).

# dnsdomainname

# hostname
deuteronomy
# cat /etc/hosts
127.0.0.1   deuteronomy localhost localhost.localdomain
# echo '127.0.0.1 localhost' >/etc/hosts
# dnsdomainame
gigabit
# hostname -f
deuteronomy.gigabit

aide now works.  (at least an "aide --init" is currently doing something.)

this never caused a problem before (and i remember purposely setting it
this way in the past, but now i can't remember why).

i don't know how aide would handle a configuration with no dns domain (a
small home network, a standalone workstation, etc), and maybe that
configuration is technically incorrect, but i don't believe aide shouldn't
require such to function.

corey
-- 
[EMAIL PROTECTED]


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



Processed: Merging

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 367066 grave
Bug#367066: bacula-director-pgsql: postinst called with unknown argument 
`upgrade'
Severity set to `grave'.

> severity 367069 grave
Bug#367069: bacula-director-pgsql - fails to upgrade
Severity set to `grave'.

> severity 367070 grave
Bug#367070: bacula-director-pgsql - postinst called with unknown argument 
`upgrade'
Severity set to `grave'.

> merge 367066 367069
Bug#367066: bacula-director-pgsql: postinst called with unknown argument 
`upgrade'
Bug#367069: bacula-director-pgsql - fails to upgrade
Merged 367066 367069.

> merge 367066 367070
Bug#367066: bacula-director-pgsql: postinst called with unknown argument 
`upgrade'
Bug#367070: bacula-director-pgsql - postinst called with unknown argument 
`upgrade'
Bug#367069: bacula-director-pgsql - fails to upgrade
Merged 367066 367069 367070.

> --
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: Re: bacula-director-pgsql - postinst called with unknown argument `upgrade'

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 367070 grave
Bug#367070: bacula-director-pgsql - postinst called with unknown argument 
`upgrade'
Severity set to `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#367081: sa-exim: not working with latest spamassassin package

2006-05-13 Thread Richard Antony Burton
Package: sa-exim
Version: 4.2.1-2
Severity: grave
Justification: renders package unusable

Since updating spamassassin package to 3.1.1 sa-exim no longer has incoming mail
scanned.

Log contains:
2006-05-13 13:39:42 1FetPI-0005GT-MT SA: Action: SA didn't successfully run agai
nst message, accepting (time: 2/2 secs | Message-Id: [EMAIL PROTECTED]
lc). From <[EMAIL PROTECTED]> (host=localhost [127.0.0.1]) for rabu
[EMAIL PROTECTED]

Message headers (not same mail as above):
X-SA-Exim-Connect-IP: 127.0.0.1
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: Re: your VALtUhM
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on willow.lan
X-SA-Exim-Version: 4.2.1 (built Mon, 27 Mar 2006 13:42:28 +0200)
X-SA-Exim-Scanned: No (on localhost); Unknown failure

Richard.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages sa-exim depends on:
ii  debconf [debconf-2.0] 1.5.0  Debian configuration management sy
ii  exim4-daemon-light4.62-1 lightweight exim MTA (v4) daemon
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  spamc 3.1.1-1Client for SpamAssassin spam filte

sa-exim recommends no packages.

-- debconf information:
  sa-exim/purge_spool: false


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



Processed: tagging 363978

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.19
> tags 363978 + patch
Bug#363978: rssh: broken command line parsing
Tags were: sarge security
Tags added: patch

>
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#367009: Fails to upgrade for me too

2006-05-13 Thread Steinar H. Gunderson
On Sat, May 13, 2006 at 10:27:05AM +0300, Yavor Doganov wrote:
> I'm trying to upgrade from 1.0.7-13 and get the same error.
> `/etc/init.d/nfs-common restart' works.  Here's the output you
> requested:

Thanks, that's useful. What about "ls -ld /var/lib/nfs/"? I'm unable to
reproduce this, but it might be a case of statd not being able to write to
/var/lib/nfs.

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


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



Bug#347703: Workaround

2006-05-13 Thread Øystein Gisnås
First of all, don't take it for granted that the disk has to be full or
almost full for this to happen.

Also, this isn't a data loss problem unless you make it so yourself. If
you think the only option is to delete your mailbox, try to delete only
the cache and metadata files. Look for your mailbox in
~/.evolution/mail/local/. If the mailbox is called Inbox, leave the
Inbox alone and delete Inbox.cmeta, Inbox.ev-summary, Inbox.ibex.index
and Inbox.ibex.data. Before you start evolution again, disable the mail
accounts so that new messages will not be fetched while the indexes are
regenerated.

I can try to make a proper fix for the problem if someone compress an
affected mailbox, including index and summary files. If any of you have
such a mailbox without sensitive or personal mail, send it to
[EMAIL PROTECTED]

Thanks,
Øystein Gisnås


signature.asc
Description: Dette er en digitalt signert meldingsdel


Bug#367077: installwatch: Segmentation faults on mkdir, cp

2006-05-13 Thread David Jarvie
Package: installwatch
Version: 0.6.3-2
Severity: grave
Justification: renders package unusable

Whenever I run checkinstall, I get a segmentation fault when it invokes 
installwatch. It used to work until around 2 - 4 weeks ago. This fault renders 
checkinstall useless.

The output on the console is, for example:

Copying documentation directory...
/var/tmp/pBcFXBogLSoZdCkGjJOn/installscript.sh: line 14: 22439
Segmentation fault  mkdir -p "/usr/share/doc/qt41"

The fault occurs even if the directory being created by mkdir already
exists.

I tried creating a little script and manually running installwatch. The
commands 'mkdir' and 'cp' both fail with a segmentation fault, whereas
'echo' doesn't.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages installwatch depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries

installwatch recommends no packages.

-- no debconf information


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



Bug#367075: Install fails for bacula-sd-sqlite.

2006-05-13 Thread Uwe Hermann
Package: bacula-sd-sqlite
Severity: grave

Hi,

upon upgrading bacula I get this error in bacula-sd-sqlite:

Unpacking bacula-sd-sqlite3 (from .../bacula-sd-sqlite3_1.38.9-3_i386.deb) ...
dpkg: error processing 
/var/cache/apt/archives/bacula-sd-sqlite3_1.38.9-3_i386.deb (--unpack):
 trying to overwrite `/usr/share/man/man8/bcopy.8.gz', which is also in package 
bacula-sd


Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature


Bug#367036: (no subject)

2006-05-13 Thread Frederik Schwarzer
Ok, I see now. I read the errmsg, looked for arts with "aptitude search
"
and saw, that it is not installed. 
===snip===
p   arts- sound system from the official KDE release
===snip===

I didn't realize, that libarts1c2a provides "artsd".

> Could please you try to run arts by hand, by simply typing "artsd" in
> a console, and look at what happens.

I ran artsd by hand and kwave started just fine.
But why was it not able to start artsd by itself?

Ok, that's another Problem (probably not yours), thanks for help.
And sorry for inconvenience.

regards


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



Bug#365940: Files for a Quagga DSA (RIPD unauthenticated route injection)

2006-05-13 Thread Martin Schulze
Christian Hammers wrote:
> Attached you will find a diff that can be used to make a DSA for the
> recent Quagga security bug.

Thanks a lot for preparing the update.

Please also mention CVE-2006-2223 CVE-2006-2224 in the unstable changelog
when you're doing the next upload anyway.

Regards,

Joey

-- 
Linux - the choice of a GNU generation.

Please always Cc to me when replying to me on the lists.


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



Processed: tagging 367058

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.19
>  # bogus tag
> tags 367058 - security
Bug#367058: existing wrong ~/.gnupg/gpg-agent.conf prevents window manager from 
starting, X still runs
Tags were: security
Tags removed: security

>
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: reassign 367058 to gnupg-agent

2006-05-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.19
>  # this comes from gnupg-agent, not gnupg
> reassign 367058 gnupg-agent
Bug#367058: existing wrong ~/.gnupg/gpg-agent.conf prevents window manager from 
starting, X still runs
Bug reassigned from package `gnupg' to `gnupg-agent'.

>
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#367024: Licences conflict: Ruby under pure GPL with OpenSSL Licence

2006-05-13 Thread Aurélien GÉRÔME
On Sat, May 13, 2006 at 11:08:19AM +0900, akira yamada wrote:
> Aurélien GÉRÔME wrote:
> > Package: libopenssl-ruby1.8
> > Version: 1.8.2-7sarge2
> > Severity: serious
> > 
> > The binary package libopenssl-ruby1.8 (pure GPL) depends on libssl0.9.7
> > (OpenSSL Licence). Those 2 licences conflict due to a clause in
> > OpenSSL Licence which has to be added to the GPL.
> 
> Ruby is distributed with dual-license which is "Ruby's License" or GPL.
> http://www.ruby-lang.org/en/LICENSE.txt>

Absolutely, I am well aware of that. However, for that specific
binary package, it is impossible to licence it under an unalterated
GPL. Hence, the choice between the GPL or the Ruby Licence is not a
choice: it is automatically the Ruby Licence.

Instead of licencing that particular binary package under 2
licences to choose between, it should be only licenced under the
Ruby Licence. Thus, the binary package should contain only the
Ruby Licence, except if Yukihiro Matsumoto alters the COPYING
file to include the OpenSSL statement like that post shows it:
.

On a side note, I am unsure about the Ruby Licence case, whether it
should include the OpenSSL statement or not...

BTW, I am thinking about coding a GnuTLS interface for Ruby, since
it does not appear to exist and I need it. :)

Cheers.
-- 
((__,-"""-,__))  Aurélien GÉRÔME   .---.
 `--)~   ~(--`   Free Software Developer  / \
.-'(   )`-.  Unix Sys & Net Admin [EMAIL PROTECTED]@./
`~~`@)   (@`~~`   /`\_/`\
| |.''`. //  _  \\
| |   : :'  :   | \ )|_
(8___8)   `. `'`   /`\_`>  <_/ \
 `---`  `- \__/'---'\__/
BOFH excuse #279: The static electricity routing is acting up...


signature.asc
Description: Digital signature


  1   2   >