Bug#374705: [Pkg-shadow-devel] Bug#374705: #374705: adduser: creates incorrect mail spool files during new installation

2006-06-21 Thread Christian Perrier
Quoting Frans Pop ([EMAIL PROTECTED]):
 Confirmed that the bug was introduced with passwd 4.0.15-10.
 After downgrading to 4.0.15-9 there is no longer a mail spool file created 
 for a new user.

Very likely to be this:

  * Upstream bugs or fixes fixed in upstream releases or CVS:
- Fix for CERT VU#312962
  + check the return value of fchown before fchmod when the mailbox is
created by useradd
  + The patch also uses login.defs::MAIL_DIR instead of /var/mail.


Tomasz, Nicolas, I need you here.




signature.asc
Description: Digital signature


Bug#374749: pidentd: FTBFS since version 2.6.16.20-1 of linux-kernel-headers

2006-06-21 Thread Aníbal Monsalve Salazar
Package: pidentd
Version: 3.0.18-3
Severity: serious
Tags: patch

Since version 2.6.16.20-1 of linux-kernel-headers, tcp_diag.h was
renamed as inet_diag.h.

Aníbal Monsalve Salazar
-- 
http://v7w.com/anibal


diff -u pidentd-3.0.18/src/k_linux.c pidentd-3.0.19.ds1/src/k_linux.c
--- pidentd-3.0.18/src/k_linux.c
+++ pidentd-3.0.19.ds1/src/k_linux.c
@@ -28,7 +28,7 @@
 
 #include linux/types.h
 #include linux/netlink.h
-#include linux/tcp_diag.h
+#include linux/inet_diag.h
 
 #include pidentd.h
 
@@ -57,7 +57,7 @@
 kp = s_malloc(sizeof(*kp));
 
 kp-seq = 0;
-kp-nlfd = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_TCPDIAG);
+kp-nlfd = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_INET_DIAG);
 if (kp-nlfd = 0)
goto out;
 
@@ -83,8 +83,8 @@
 struct {
struct nlmsghdr nlh;
union {
-   struct tcpdiagreq req;
-   struct tcpdiagmsg rsp;
+   struct inet_diag_req req;
+   struct inet_diag_msg rsp;
} u;
 } buf;
 struct sockaddr_nl addr;
@@ -94,14 +94,14 @@
 buf.nlh.nlmsg_type = TCPDIAG_GETSOCK;
 buf.nlh.nlmsg_flags = NLM_F_REQUEST;
 buf.nlh.nlmsg_seq = ++kip-seq;
-buf.u.req.tcpdiag_family = AF_INET;
+buf.u.req.idiag_family = AF_INET;
 
-buf.u.req.id.tcpdiag_dport = kp-remote.sin_port;
-buf.u.req.id.tcpdiag_sport = kp-local.sin_port;
-buf.u.req.id.tcpdiag_dst[0] = kp-remote.sin_addr.s_addr;
-buf.u.req.id.tcpdiag_src[0] = kp-local.sin_addr.s_addr;
-buf.u.req.id.tcpdiag_cookie[0] = TCPDIAG_NOCOOKIE;
-buf.u.req.id.tcpdiag_cookie[1] = TCPDIAG_NOCOOKIE;
+buf.u.req.id.idiag_dport = kp-remote.sin_port;
+buf.u.req.id.idiag_sport = kp-local.sin_port;
+buf.u.req.id.idiag_dst[0] = kp-remote.sin_addr.s_addr;
+buf.u.req.id.idiag_src[0] = kp-local.sin_addr.s_addr;
+buf.u.req.id.idiag_cookie[0] = INET_DIAG_NOCOOKIE;
+buf.u.req.id.idiag_cookie[1] = INET_DIAG_NOCOOKIE;
 
 status = write(kip-nlfd, buf, buf.nlh.nlmsg_len);
 if (status  0) {
@@ -123,10 +123,10 @@
 
 if (buf.nlh.nlmsg_type != TCPDIAG_GETSOCK)
return 0;
-if (buf.u.rsp.tcpdiag_state != TCP_ESTABLISHED)
+if (buf.u.rsp.idiag_state != TCP_ESTABLISHED)
return 0;
 
-kp-euid = buf.u.rsp.tcpdiag_uid;
+kp-euid = buf.u.rsp.idiag_uid;
 return 1;
 }
 


signature.asc
Description: Digital signature


Bug#374664: lablgtk2: FTBFS: Unsatisfiable Build-Depends on obsolete xlibs

2006-06-21 Thread Samuel Mimram
Hi,

Daniel Schepler wrote:
 Package: lablgtk2
 Version: 2.6.0-5
 Severity: serious
 
 From my pbuilder build log:
 
 ...
 Installing the build-deps
  - Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.28 
 2006/05/30 23:45:45 dancer Exp $
  - Considering  debhelper ( 3.0.0)
- Trying debhelper
  - Considering  ocaml (= 3.09.2)
- Trying ocaml
  - Considering  libncurses5-dev
- Trying libncurses5-dev
  - Considering  xlibs | xlib6g
- Trying xlibs
- Cannot install xlibs; apt errors follow:
 Reading package lists... Done
 Building dependency tree... Done
 Package xlibs is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 E: Package xlibs has no installation candidate
- Trying xlib6g
- Cannot install xlib6g; apt errors follow:
 Reading package lists... Done
 Building dependency tree... Done
 E: Couldn't find package xlib6g
 W: Unable to locate package xlib6g
 E: Could not satisfy build-dependency.
 E: pbuilder-satisfydepends failed.

The dependency on xlibs is apparently unnecessary, it builds fine with
pbuilder without it. I don't know why it was pulled in. Julien, do you?

I'll upload a corrected version soon.

Cheers,

Samuel.


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



Bug#374762: freej: FTBFS: extra qualification 'Matrix::' on member 'getX'

2006-06-21 Thread Julien Danjou
Package: freej
Version: 0.8.1-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of freej_0.8.1-2 on avidan by sbuild/i386 0.47
 Build started at 20060621-0808
 **
...
 ld -shared  -o obj/libjs.so obj/jsapi.o obj/jsarena.o obj/jsarray.o 
 obj/jsatom.o obj/jsbool.o obj/jscntxt.o obj/jsdate.o obj/jsdbgapi.o 
 obj/jsdhash.o obj/jsdtoa.o obj/jsemit.o obj/jsexn.o obj/jsfun.o obj/jsgc.o 
 obj/jshash.o obj/jsinterp.o obj/jslock.o obj/jslog2.o obj/jslong.o 
 obj/jsmath.o obj/jsnum.o obj/jsobj.o obj/jsopcode.o obj/jsparse.o obj/jsprf.o 
 obj/jsregexp.o obj/jsscan.o obj/jsscope.o obj/jsscript.o obj/jsstr.o 
 obj/jsutil.o obj/jsxdrapi.o obj/prmjtime.o   -lm -Lfdlibm/obj -lfdm
 gcc -o obj/js.o -c -Wall -Wno-format -DGCC_OPT_BUG -O2 -ffast-math 
 -fomit-frame-pointer -mmmx -pipe -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE 
 -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX  -D_REENTRANT -DEDITLINE -Iobj  
 js.c
 gcc -o obj/js -Wall -Wno-format -DGCC_OPT_BUG -O2 -ffast-math 
 -fomit-frame-pointer -mmmx -pipe -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE 
 -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX  -D_REENTRANT -DEDITLINE -Iobj  
 obj/js.o obj/libjs.a  -lm -Lfdlibm/obj -lfdm \
   editline/obj/libedit.a
 make[5]: `obj/jsautocfg.h' is up to date.
 make[5]: `obj/jscpucfg' is up to date.
 make[5]: `obj/jscpucfg.o' is up to date.
 make[5]: Nothing to be done for `obj/jsmathtemp.o'.
 make[5]: Leaving directory `/build/buildd/freej-0.8.1/lib/javascript'
 make[4]: Leaving directory `/build/buildd/freej-0.8.1/lib/javascript'
 Making all in flash
 make[4]: Entering directory `/build/buildd/freej-0.8.1/lib/flash'
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../..-pipe 
 -D_REENTRANT -O2 -fomit-frame-pointer -march=i486 -ffast-math -msse 
 -mfpmath=sse -MT adpcm.o -MD -MP -MF .deps/adpcm.Tpo -c -o adpcm.o 
 adpcm.cc; \
   then mv -f .deps/adpcm.Tpo .deps/adpcm.Po; else rm -f 
 .deps/adpcm.Tpo; exit 1; fi
 matrix.h:36: error: extra qualification 'Matrix::' on member 'getX'
 matrix.h:42: error: extra qualification 'Matrix::' on member 'getY'
 make[4]: *** [adpcm.o] Error 1
 make[4]: Leaving directory `/build/buildd/freej-0.8.1/lib/flash'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/build/buildd/freej-0.8.1/lib'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/freej-0.8.1'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/freej-0.8.1'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060621-0828
 FAILED [dpkg-buildpackage died]
 --

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#374749: marked as done (pidentd: FTBFS since version 2.6.16.20-1 of linux-kernel-headers)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 00:17:13 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#374749: fixed in pidentd 3.0.19.ds1-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: pidentd
Version: 3.0.18-3
Severity: serious
Tags: patch

Since version 2.6.16.20-1 of linux-kernel-headers, tcp_diag.h was
renamed as inet_diag.h.

Aníbal Monsalve Salazar
-- 
http://v7w.com/anibal


diff -u pidentd-3.0.18/src/k_linux.c pidentd-3.0.19.ds1/src/k_linux.c
--- pidentd-3.0.18/src/k_linux.c
+++ pidentd-3.0.19.ds1/src/k_linux.c
@@ -28,7 +28,7 @@
 
 #include linux/types.h
 #include linux/netlink.h
-#include linux/tcp_diag.h
+#include linux/inet_diag.h
 
 #include pidentd.h
 
@@ -57,7 +57,7 @@
 kp = s_malloc(sizeof(*kp));
 
 kp-seq = 0;
-kp-nlfd = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_TCPDIAG);
+kp-nlfd = socket(AF_NETLINK, SOCK_DGRAM, NETLINK_INET_DIAG);
 if (kp-nlfd = 0)
goto out;
 
@@ -83,8 +83,8 @@
 struct {
struct nlmsghdr nlh;
union {
-   struct tcpdiagreq req;
-   struct tcpdiagmsg rsp;
+   struct inet_diag_req req;
+   struct inet_diag_msg rsp;
} u;
 } buf;
 struct sockaddr_nl addr;
@@ -94,14 +94,14 @@
 buf.nlh.nlmsg_type = TCPDIAG_GETSOCK;
 buf.nlh.nlmsg_flags = NLM_F_REQUEST;
 buf.nlh.nlmsg_seq = ++kip-seq;
-buf.u.req.tcpdiag_family = AF_INET;
+buf.u.req.idiag_family = AF_INET;
 
-buf.u.req.id.tcpdiag_dport = kp-remote.sin_port;
-buf.u.req.id.tcpdiag_sport = kp-local.sin_port;
-buf.u.req.id.tcpdiag_dst[0] = kp-remote.sin_addr.s_addr;
-buf.u.req.id.tcpdiag_src[0] = kp-local.sin_addr.s_addr;
-buf.u.req.id.tcpdiag_cookie[0] = TCPDIAG_NOCOOKIE;
-buf.u.req.id.tcpdiag_cookie[1] = TCPDIAG_NOCOOKIE;
+buf.u.req.id.idiag_dport = kp-remote.sin_port;
+buf.u.req.id.idiag_sport = kp-local.sin_port;
+buf.u.req.id.idiag_dst[0] = kp-remote.sin_addr.s_addr;
+buf.u.req.id.idiag_src[0] = kp-local.sin_addr.s_addr;
+buf.u.req.id.idiag_cookie[0] = INET_DIAG_NOCOOKIE;
+buf.u.req.id.idiag_cookie[1] = INET_DIAG_NOCOOKIE;
 
 status = write(kip-nlfd, buf, buf.nlh.nlmsg_len);
 if (status  0) {
@@ -123,10 +123,10 @@
 
 if (buf.nlh.nlmsg_type != TCPDIAG_GETSOCK)
return 0;
-if (buf.u.rsp.tcpdiag_state != TCP_ESTABLISHED)
+if (buf.u.rsp.idiag_state != TCP_ESTABLISHED)
return 0;
 
-kp-euid = buf.u.rsp.tcpdiag_uid;
+kp-euid = buf.u.rsp.idiag_uid;
 return 1;
 }
 


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: pidentd
Source-Version: 3.0.19.ds1-1

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

idecrypt_3.0.19.ds1-1_i386.deb
  to pool/main/p/pidentd/idecrypt_3.0.19.ds1-1_i386.deb
pidentd-des_3.0.19.ds1-1_all.deb
  to pool/main/p/pidentd/pidentd-des_3.0.19.ds1-1_all.deb
pidentd_3.0.19.ds1-1.diff.gz
  to pool/main/p/pidentd/pidentd_3.0.19.ds1-1.diff.gz
pidentd_3.0.19.ds1-1.dsc
  to pool/main/p/pidentd/pidentd_3.0.19.ds1-1.dsc
pidentd_3.0.19.ds1-1_i386.deb
  to pool/main/p/pidentd/pidentd_3.0.19.ds1-1_i386.deb
pidentd_3.0.19.ds1.orig.tar.gz
  to pool/main/p/pidentd/pidentd_3.0.19.ds1.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Anibal Monsalve Salazar [EMAIL PROTECTED] (supplier of updated pidentd 
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: Wed, 21 Jun 2006 16:38:40 +1000
Source: pidentd
Binary: idecrypt pidentd-des pidentd
Architecture: source all i386
Version: 3.0.19.ds1-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 idecrypt   - decrypt an encrypted response from pidentd
 pidentd- TCP/IP IDENT protocol server with DES support
 pidentd-des - compatibility package for pidentd
Closes: 337184 374749
Changes: 
 pidentd (3.0.19.ds1-1) unstable; urgency=low
 .
   * New upstream release.
   * 

Processed: Re: gftp-gtk: segfaults regularly

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 324912 -sid
Bug#324912: gftp-gtk: segfaults regularly
Tags were: sid
Bug#323874: gftp-gtk: Crashes on disconnect
Tags removed: sid

 unmerge 324912
Bug#324912: gftp-gtk: segfaults regularly
Bug#323874: gftp-gtk: Crashes on disconnect
Disconnected #324912 from all other report(s).

 clone 324912 -1
Bug#324912: gftp-gtk: segfaults regularly
Bug 324912 cloned as bug 374768.

 merge 324912 323874
Bug#323874: gftp-gtk: Crashes on disconnect
Bug#324912: gftp-gtk: segfaults regularly
Merged 323874 324912.

 notfound 324912 2.0.18-10
Bug#324912: gftp-gtk: segfaults regularly
Bug#323874: gftp-gtk: Crashes on disconnect
Bug marked as not found in version 2.0.18-10.

 reopen -1
Bug#374768: gftp-gtk: segfaults regularly
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 retitle -1 gftp: segfaults on recursive downloads
Bug#374768: gftp-gtk: segfaults regularly
Changed Bug title.

 notfound -1 2.0.18-7
Bug#374768: gftp: segfaults on recursive downloads
Bug marked as not found in version 2.0.18-7.

 submitter -1 Nicolas [EMAIL PROTECTED]
Bug#374768: gftp: segfaults on recursive downloads
Changed Bug submitter from Jan De Luyck [EMAIL PROTECTED] to Nicolas [EMAIL 
PROTECTED].

 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#374766: xsim: FTBFS: error: X Window System not found

2006-06-21 Thread Julien Danjou
Package: xsim
Version: 0.3.9.4-6.1
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of xsim_0.3.9.4-6.1 on avidan by sbuild/i386 0.47
 Build started at 20060621-0151
 **
 Checking available source versions...
 Fetching source files...
 Reading package lists...
 Building dependency tree...
 Need to get 1053kB of source archives.
 Get:1 http://ftp.fr.debian.org sid/main xsim 0.3.9.4-6.1 (dsc) [608B]
 Get:2 http://ftp.fr.debian.org sid/main xsim 0.3.9.4-6.1 (tar) [1024kB]
 Get:3 http://ftp.fr.debian.org sid/main xsim 0.3.9.4-6.1 (diff) [27.9kB]
 Fetched 1053kB in 2s (384kB/s)
 Download complete and in download only mode
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper ( 3.0.0), libdb4.4++-dev, xutils, locales, 
 libx11-dev, x-dev
  Warning:
  The following central src deps are (probably) missing:
   xlibs-dev ( 4.1.0)
 Checking for already installed source dependencies...
 debhelper: missing
 libdb4.4++-dev: missing
 xutils: missing
 locales: missing
 libx11-dev: missing
 x-dev: missing
 Checking for source dependency conflicts...
 Reading package lists...
 Building dependency tree...
 The following extra packages will be installed:
   file gettext html2text intltool-debian libdb4.4++ libdb4.4-dev libfontenc1
   libfreetype6 libfs6 libmagic1 libx11-6 libx11-data libxau-dev libxau6
   libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfont1 po-debconf x11-common
   x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
   xfonts-encodings xfonts-utils xtrans-dev xutils-dev
 Suggested packages:
   dh-make cvs gettext-doc db4.4-doc libfreetype6-dev pdksh
 Recommended packages:
   curl wget lynx libmail-sendmail-perl libcompress-zlib-perl
 The following NEW packages will be installed:
   debhelper file gettext html2text intltool-debian libdb4.4++ libdb4.4++-dev
   libdb4.4-dev libfontenc1 libfreetype6 libfs6 libmagic1 libx11-6 libx11-data
   libx11-dev libxau-dev libxau6 libxdmcp-dev libxdmcp6 libxext-dev libxext6
   libxfont1 locales po-debconf x-dev x11-common x11proto-core-dev
   x11proto-input-dev x11proto-kb-dev x11proto-xext-dev xfonts-encodings
   xfonts-utils xtrans-dev xutils xutils-dev
 0 upgraded, 35 newly installed, 0 to remove and 0 not upgraded.
 Need to get 6104kB/13.1MB of archives.
 After unpacking 39.4MB of additional disk space will be used.
 Get:1 ftp://ftp.dmz.naquadah.org sid/main locales 2.3.6-15 [3936kB]
 Get:2 ftp://ftp.dmz.naquadah.org sid/main libdb4.4++ 4.4.20-6 [497kB]
 Get:3 ftp://ftp.dmz.naquadah.org sid/main libdb4.4-dev 4.4.20-6 [551kB]
 Get:4 ftp://ftp.dmz.naquadah.org sid/main libdb4.4++-dev 4.4.20-6 [1121kB]
 Fetched 6104kB in 3s (1590kB/s)
 Selecting previously deselected package x11-common.
 (Reading database ... 10454 files and directories currently installed.)
 Unpacking x11-common (from .../x11-common_1%3a7.0.22_i386.deb) ...
 debconf: unable to initialize frontend: Dialog
 debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell 
 buffer, or without a controlling terminal.)
 debconf: falling back to frontend: Readline
 debconf: unable to initialize frontend: Readline
 debconf: (This frontend requires a controlling tty.)
 debconf: falling back to frontend: Teletype
 Configuring x11-common
 --
 
 Major possible upgrade issues
 
 Some users have reported that upon upgrade to the current package set, their 
 xserver package was no longer installed. Because there is no easy way around 
 this problem, you should be sure to check that the xserver-xorg package is 
 installed after upgrade. If it is not installed and you require it, it is 
 recommended that you install the xorg package to make sure you have a fully 
 functional X setup.
 
 Selecting previously deselected package libxau6.
 Unpacking libxau6 (from .../libxau6_1%3a1.0.0-3_i386.deb) ...
 Selecting previously deselected package libxdmcp6.
 Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.0-4_i386.deb) ...
 Setting up x11-common (7.0.22) ...
 debconf: unable to initialize frontend: Dialog
 debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell 
 buffer, or without a controlling terminal.)
 debconf: falling back to frontend: Readline
 debconf: unable to initialize frontend: Readline
 debconf: (This frontend requires a controlling tty.)
 debconf: falling back to frontend: Teletype
  Adding system startup for /etc/init.d/x11-common ...
/etc/rcS.d/S70x11-common - ../init.d/x11-common
 Setting up X server socket directory /tmp/.X11-unix
 Setting up ICE socket directory /tmp/.ICE-unix
 Setting up X server socket directory /tmp/.X11-unix
 Setting up ICE socket directory /tmp/.ICE-unix
 Setting up X server socket directory /tmp/.X11-unix
 Setting up ICE socket directory /tmp/.ICE-unix
 
 Selecting previously deselected package libx11-data.
 (Reading database ... 10496 files

Bug#324912: gftp-gtk: segfaults regularly

2006-06-21 Thread Steve Langasek
tags 324912 -sid
unmerge 324912
clone 324912 -1
merge 324912 323874
notfound 324912 2.0.18-10
reopen -1
retitle -1 gftp: segfaults on recursive downloads
notfound -1 2.0.18-7
submitter -1 Nicolas [EMAIL PROTECTED]
thanks

The original bug reported here appears to have been fixed in gftp 2.0.18-8,
but a follow-up mail has re-opened the bug.  That follow-up should be a
separate bug report; cloned above accordingly.

Nicolas, any further information you could provide would probably help
expedite the fixing of this second issue; e.g., command invocation (you
didn't say if you were using gftp-gtk or gftp-text), example ftp site where
this can be reproduced (in case it turns out to not be as simple to
reproduce as the recipe you gave), and a backtrace when the program does
segfault.

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


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



Processed: tagging 372516

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
  # does not affect testing by definition
 tags 372516 sid
Bug#372516: gparted is not installable in Sid
There were no tags set.
Tags added: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#374772: mozilla-firefox: Mozilla-firefox segfaults at startup

2006-06-21 Thread David Delbecq
Package: mozilla-firefox
Version: 1.5.dfsg+1.5.0.4-1
Severity: grave
Justification: renders package unusable

After an apt-get upgrade yesterday, mozilla-firefox package stopped 
working. When i type mozilla-firefox from console i get this:
[EMAIL PROTECTED]:~$ mozilla-firefox
Erreur de segmentation
[EMAIL PROTECTED]:~$ 

This renderd firefox unusable. I tried to clean my profile, in case it 
could be a messy plugin, by doing this:
[EMAIL PROTECTED]:~$ mv .mozilla .mozilla-old
[EMAIL PROTECTED]:~$ mozilla-firefox
Erreur de segmentation
[EMAIL PROTECTED]:~$

I'll be glad to provide any help needed to solve this problem as fast as 
possible. Just tell me what additional informations you need.

Last, may be interresting, informations:

[EMAIL PROTECTED]:~$ mozilla-firefox --verbose --debugger gdb
Running: gdb /usr/lib/firefox/firefox-bin -x /tmp/firefox_argsqo8519
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.

(gdb) run
Starting program: /usr/lib/firefox/firefox-bin -a firefox
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1491216704 (LWP 8521)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1491216704 (LWP 8521)]
0xa7dd0bb6 in nsCOMPtr_base::~nsCOMPtr_base () from 
/usr/lib/firefox/libxpcom_core.so
(gdb) bt
#0  0xa7dd0bb6 in nsCOMPtr_base::~nsCOMPtr_base () from 
/usr/lib/firefox/libxpcom_core.so
#1  0xa7d5d85e in nsGenericModule::RegisterSelf ()
   from 
/home/delbd/.firefox/default/yrbl0d1s.slt/extensions/{6AC85730-7D0F-4de0-B3FA-21142DD85326}/components/ColorZilla.dll
#2  0xa7e16c2f in nsCreateInstanceFromCategory::operator() () from 
/usr/lib/firefox/libxpcom_core.so
#3  0xa7e1769e in nsCreateInstanceFromCategory::operator() () from 
/usr/lib/firefox/libxpcom_core.so
#4  0xa7e16663 in nsCreateInstanceFromCategory::operator() () from 
/usr/lib/firefox/libxpcom_core.so
#5  0xa7e163af in nsCreateInstanceFromCategory::operator() () from 
/usr/lib/firefox/libxpcom_core.so
#6  0xa7e11196 in NS_GetComponentRegistrar_P () from 
/usr/lib/firefox/libxpcom_core.so
#7  0xa7e114d7 in NS_GetComponentRegistrar_P () from 
/usr/lib/firefox/libxpcom_core.so
#8  0xa7dd660d in NS_InitXPCOM3_P () from /usr/lib/firefox/libxpcom_core.so
#9  0x08078e06 in ?? ()
#10 0xaf90aab8 in ?? ()
#11 0x08b20168 in ?? ()
#12 0xaf90a97c in ?? ()
#13 0x08908ac0 in _IO_stdin_used ()
#14 0x0034 in ?? ()
#15 0x in ?? ()

(gdb)
#0  0xa7dd0bb6 in nsCOMPtr_base::~nsCOMPtr_base () from 
/usr/lib/firefox/libxpcom_core.so
#1  0xa7d5d85e in nsGenericModule::RegisterSelf ()
   from 
/home/delbd/.firefox/default/yrbl0d1s.slt/extensions/{6AC85730-7D0F-4de0-B3FA-21142DD85326}/components/ColorZilla.dll
#2  0xa7e16c2f in nsCreateInstanceFromCategory::operator() () from 
/usr/lib/firefox/libxpcom_core.so
#3  0xa7e1769e in nsCreateInstanceFromCategory::operator() () from 
/usr/lib/firefox/libxpcom_core.so
#4  0xa7e16663 in nsCreateInstanceFromCategory::operator() () from 
/usr/lib/firefox/libxpcom_core.so
#5  0xa7e163af in nsCreateInstanceFromCategory::operator() () from 
/usr/lib/firefox/libxpcom_core.so
#6  0xa7e11196 in NS_GetComponentRegistrar_P () from 
/usr/lib/firefox/libxpcom_core.so
#7  0xa7e114d7 in NS_GetComponentRegistrar_P () from 
/usr/lib/firefox/libxpcom_core.so
#8  0xa7dd660d in NS_InitXPCOM3_P () from /usr/lib/firefox/libxpcom_core.so
#9  0x08078e06 in ?? ()
#10 0xaf90aab8 in ?? ()
#11 0x08b20168 in ?? ()
#12 0xaf90a97c in ?? ()
#13 0x08908ac0 in _IO_stdin_used ()
#14 0x0034 in ?? ()
#15 0x in ?? ()
(gdb) quit
The program is running.  Exit anyway? (y or n) y
[EMAIL PROTECTED]:~$


-- 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-2-686-smp
Locale: LANG=fr_BE, LC_CTYPE=fr_BE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
fr_BE)

Versions of packages mozilla-firefox depends on:
ii  firefox   1.5.dfsg+1.5.0.4-1 lightweight web browser based on M

mozilla-firefox recommends no packages.

-- debconf-show failed


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



Bug#374303: Where'd GL/GLwMDrawA.h go?

2006-06-21 Thread Steve M. Robbins
On Tue, Jun 20, 2006 at 05:30:20PM +0200, Michel Dänzer wrote:
 On Tue, 2006-06-20 at 10:34 -0400, Steve M. Robbins wrote:

  ... could [libgl1-mesa-dev] supply the GLw library as does 
  libgl1-mesa-swx11-dev?
 
 No, and I'm not sure what the point would be, given that it's just a
 static library. Do you anticipate any problems with building against
 libgl1-mesa-swx11-dev?

The trouble is that I normally want libgl1-mesa-dev but I cannot
simultaneously install libgl1-mesa-swx11-dev and libgl1-mesa-dev.
They both conflict with and provide libgl-dev.

They both also come from the same source package mesa, so I'm a
little puzzled that you suggest libgl1-mesa-dev cannot supply the GLw
library.  Why is that?

Regards,
-Steve





Processed: severity of 374747 is grave

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 severity 374747 grave
Bug#374747: Failed to start message bus: Failed to read directory  
/etc/dbus-1/${prefix}/share/dbus-1/services
Severity set to `grave' from `important'


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#324912: gftp-gtk: segfaults regularly

2006-06-21 Thread Aurelien Jarno

Hi!

Steve Langasek wrote:

tags 324912 -sid
unmerge 324912
clone 324912 -1
merge 324912 323874
notfound 324912 2.0.18-10
reopen -1
retitle -1 gftp: segfaults on recursive downloads
notfound -1 2.0.18-7
submitter -1 Nicolas [EMAIL PROTECTED]
thanks

The original bug reported here appears to have been fixed in gftp 2.0.18-8,
but a follow-up mail has re-opened the bug.  That follow-up should be a
separate bug report; cloned above accordingly.


Oops sorry, this bug was not shown in my list of bugs, that's why I 
forget about it.



Nicolas, any further information you could provide would probably help
expedite the fixing of this second issue; e.g., command invocation (you
didn't say if you were using gftp-gtk or gftp-text), example ftp site where
this can be reproduced (in case it turns out to not be as simple to
reproduce as the recipe you gave), and a backtrace when the program does
segfault.


Could you please first retry with latest version in sid (2.0.8-13)? If 
the problem still occurs, please send me a way to reproduce the problem, 
as Steve explained.


Thanks,
Aurelien

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#361365: Your xfce4-mixer bug

2006-06-21 Thread Alexander Schmehl
Hi!

* W. Borgert [EMAIL PROTECTED] [060620 23:35]:
 On Tue, Jun 20, 2006 at 12:57:45PM +0200, Alexander Schmehl wrote:
  Wolfgang, could you please try to upgrade to the new packages and
  report, if you can still reproduce the bug with the 4.3x packages?
 I cannot reproduce the problem with 4.3.90.1-2.

Thanks for reporting and thanks for rechecking!


Yours sincerely,
  Alexander



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



Bug#374772: follow-up on problem

2006-06-21 Thread David Delbecq
Severity is not as bad as i thought in first place. After checking the 
backtrace, it seems to come from interaction of firefox and a plugin. I 
don't know why the plugin suddently crach (ColorZilla) but at least i 
removed it and everything worked ok.


I didn't notice the folder of firefox was ~.firefox and not 
~.mozilla/firefox during my test, that why i badly concluded it was not 
coming from a plugin.


Sorry.


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



Bug#373839: Additional information

2006-06-21 Thread Joaquim Ortega
This problem seems to be found and solved upstream.
This is the relevant link
 http://www.cups.org/str.php?L1528+P0+S-2+C0+I0+E0+Q
There is a patch that has been incorporated in
1.2-current (SVN: v5362) 

By the way both bugs 372586 and  373839 seems to be the same. I guess one 
should merge them.
Best regards.
Quim


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



Bug#374303: Where'd GL/GLwMDrawA.h go?

2006-06-21 Thread Michel Dänzer
On Wed, 2006-06-21 at 03:43 -0400, Steve M. Robbins wrote:
 On Tue, Jun 20, 2006 at 05:30:20PM +0200, Michel Dänzer wrote:
  On Tue, 2006-06-20 at 10:34 -0400, Steve M. Robbins wrote:
 
   ... could [libgl1-mesa-dev] supply the GLw library as does 
   libgl1-mesa-swx11-dev?
  
  No, and I'm not sure what the point would be, given that it's just a
  static library. Do you anticipate any problems with building against
  libgl1-mesa-swx11-dev?
 
 The trouble is that I normally want libgl1-mesa-dev but I cannot
 simultaneously install libgl1-mesa-swx11-dev and libgl1-mesa-dev.
 They both conflict with and provide libgl-dev.

pbuilder is your friend. :)


 They both also come from the same source package mesa, so I'm a
 little puzzled that you suggest libgl1-mesa-dev cannot supply the GLw
 library.

I didn't; you asked whether xlibmesa-gl-dev could supply it. As for
libgl1-mesa-dev, you'd have to ask Marcelo.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Processed: notfound 320047 in 1.1.4-7

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 notfound 320047 1.1.4-7
Bug#320047: openoffice.org: Don't install, dependencies problem
Bug#317762: openoffice.org-bin: broken dependencies with libmyspell3 and libwpd8
Bug#318340: openoffice.org: Broken dependency
Bug marked as not found in version 1.1.4-7.


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 351773 to python-bibtex

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 reassign 351773 python-bibtex 1.2.2-1
Bug#351773: pybliographer: failure to either save or load bib (BibTeX) file
Bug reassigned from package `pybliographer' to `python-bibtex'.


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#374777: ntp-server: init scripts fails on upgrade and upgrade fails

2006-06-21 Thread Olaf van der Spek
Package: ntp-server
Version: 1:4.2.0a+stable-8.2
Severity: grave
Justification: renders package unusable

Hi,

The new version seems to have an issue with the init script too, although the 
previous bugs have been closed.

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
  ntp-server
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/34.2kB of archives.
After unpacking 73.7kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 43116 files and directories currently installed.)
Preparing to replace ntp-server 1:4.2.0a+stable-8.2 (using 
.../ntp-server_1%3a4.2.0a+stable-9_i386.deb) ...
Stopping NTP server: ntpdinvoke-rc.d: initscript ntp-server, action stop 
failed.
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Stopping NTP server: ntpdinvoke-rc.d: initscript ntp-server, action stop 
failed.
dpkg: error processing 
/var/cache/apt/archives/ntp-server_1%3a4.2.0a+stable-9_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/ntp-server_1%3a4.2.0a+stable-9_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Versions of packages ntp-server depends on:
ii  ntp1:4.2.0a+stable-9 Network Time Protocol: network uti
ii  ntp-simple 1:4.2.0a+stable-9 Network Time Protocol: daemon for 

ntp-server recommends no packages.

-- no debconf information


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



Processed: closing 323730

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 close 323730 3.5.8+CVS.2005.04.29.1-1
Bug#323730: FTBFS: Cannot find HTML documentation
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 3.5.8+CVS.2005.04.29.1-1, send any further 
explanations to Matt Kraai [EMAIL PROTECTED]


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#363370: small rewriting of format strings patch

2006-06-21 Thread neologix
Hi.
Here is a rewriting of patch submitted, which I find better.
First, declare 'len' as size_t (strlen() returns size_t, not int, and we must be
carefull when comparing unsigned and int).
Do not use printf(), cause there is no need for formatted output, so that
fputs is faster and simpler (easier to catch with prototypes).

And another small cleanup (no need for calling printf() twice, we can join
them in the same format string).


Cheers,
diff -ur xine-ui-0.99.4/src/xitk/main.c xine-ui-0.99.4.new/src/xitk/main.c
--- xine-ui-0.99.4/src/xitk/main.c  2005-07-24 04:40:37.0 +0200
+++ xine-ui-0.99.4.new/src/xitk/main.c  2006-06-20 12:44:27.0 +0200
@@ -453,24 +453,22 @@
 static void print_formatted(char *title, const char *const *plugins) {
   const char  *plugin;
   char buffer[81];
-  int  len;
+  size_t   len;
   char*blanks =  ;
 
-  printf(title);
+  fputs(title, stdout);
   
   sprintf(buffer, %s, blanks);
   plugin = *plugins++;
   
   while(plugin) {
-
 len = strlen(buffer);
 
-if((len + (strlen(plugin) + 3))  80) {
+if(((int)(len + strlen(plugin)) + 3)  80) {
   sprintf(buffer, %s%s%s, buffer, (strlen(buffer) == strlen(blanks)) ? 
 : , , plugin);
 }
 else {
-  printf(buffer);
-  printf(,\n);
+  printf(%s,\n, buffer);
   snprintf(buffer, sizeof(buffer), %s%s, blanks, plugin);
 }
 
@@ -478,9 +476,9 @@
   }
   
   if(strlen(buffer))
-printf(buffer);
+fputs(buffer, stdout);
   
-  printf(.\n\n);
+  puts(.\n);
 }
 static void list_plugins(char *type) {
   typedef struct {
diff -ur xine-ui-0.99.4/src/xitk/xine-toolkit/xitk.c 
xine-ui-0.99.4.new/src/xitk/xine-toolkit/xitk.c
--- xine-ui-0.99.4/src/xitk/xine-toolkit/xitk.c 2005-05-21 00:02:05.0 
+0200
+++ xine-ui-0.99.4.new/src/xitk/xine-toolkit/xitk.c 2006-06-20 
12:28:22.0 +0200
@@ -1877,7 +1877,7 @@
   sprintf(buffer, %s%s, buffer,  ]-);
 
   if(verbosity)
-printf(buffer);
+fputs(buffer, stdout);
 
   gXitk-wm_type = xitk_check_wm(display);
   


Processed: reopening 366841, severity of 366841 is minor ..., merging 366841 352001

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 reopen 366841
Bug#366841: evolution-exchange: Unable to connect to an Exchange server with 
Evolution 2.6
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 severity 366841 minor
Bug#366841: evolution-exchange: Unable to connect to an Exchange server with 
Evolution 2.6
Severity set to `minor' from `grave'

 retitle 366841 Does not indicate that exchange-operations plugin must be 
 enabled to see add account OWA URL field  severity 352001 minor
Bug#366841: evolution-exchange: Unable to connect to an Exchange server with 
Evolution 2.6
Changed Bug title.

 merge 366841 352001
Bug#352001: evolution-exchange: Account setup not displaying all the needed 
text boxes.
Bug#366841: Does not indicate that exchange-operations plugin must be enabled 
to see add account OWA URL field  severity 352001 minor
Mismatch - only Bugs in same state can be merged:
Values for `severity' don't match:
 #352001 has `important';
 #366841 has `minor'


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#374789: mailcrypt: Removing/purging the package fails

2006-06-21 Thread Yavor Doganov
Package: mailcrypt
Version: 3.5.8+CVS.2005.04.29.1-8
Severity: serious

I am unable to remove the package, the following error occurs:

Removing mailcrypt ...
/var/lib/dpkg/info/mailcrypt.prerm: line 32: syntax error near
unexpected token `echo'
dpkg: error processing mailcrypt (--remove):
 subprocess pre-removal script returned error exit status 2
install/mailcrypt: Setting up for emacs-snapshot... done.
install/mailcrypt: Setting up for emacs21... done.
Errors were encountered while processing:
 mailcrypt
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 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-2-486
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)

Versions of packages mailcrypt depends on:
ii  debconf [debconf-2.0]   1.5.2Debian configuration management sy
ii  emacs-snapshot-gtk [emacs-s 1:20060615-1 The GNU Emacs editor (with GTK+ 2.
ii  emacs21 21.4a-6  The GNU Emacs editor
ii  gnupg   1.4.3-1  GNU privacy guard - a free PGP rep
ii  make3.81-2   The GNU version of the make util

mailcrypt recommends no packages.

-- debconf information:
* mailcrypt/default: true
  mailcrypt/alreadydefault:


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



Bug#327174: marked as done (fbpanel: segfault at start up)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 19:47:55 +1000
with message-id [EMAIL PROTECTED]
and subject line Bug #327174: fbpanel: segfault at startup
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: fbpanel
Version: 4.1-2
Severity: grave



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fbpanel depends on:
ii  libatk1.0-0  1.10.1-2The ATK accessibility toolkit
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libglib2.0-0 2.8.0-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.8-1 The GTK+ graphical user interface 
ii  libpango1.0-01.8.2-1 Layout and rendering of internatio
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxmu6  4.3.0.dfsg.1-14 X Window System miscellaneous util
ii  xlibs6.8.2.dfsg.1-4  X Window System client libraries m

fbpanel recommends no packages.

-- debconf-show failed

console message after crashing:

Including /var/lib/fbpanel/menu
fbpanel[7544]: segfault at 0008 rip 2e767687 rsp 
7ff37d20 error 4

I think it could be a specific x86_86 bug.

---End Message---
---BeginMessage---
As per the submitter's comments as being fixed with the official archive
rebuild, I'm closing this bug.

- Matt
---End Message---


Bug#374627: marked as done (gnome-panel: Dependency on wrong version of libecal renders package uninstallable)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 02:55:37 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#374627: gnome-panel: Dependency on wrong version of 
libecal renders package uninstallable
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: gnome-panel
Version: 2.14.1-1+b1
Severity: grave
Justification: renders package unusable

The current version of gnome-panel renders the package uninstallable 
since it depends on libecal1.2-3 (= 1.6.1) instead of libecal1.2-6:

# apt-get install gnome-panel
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

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

The following packages have unmet dependencies.
  gnome-panel: Depends: libecal1.2-3 (= 1.6.1) but 1.4.2.1-2+b1 is to 
be installed
E: Broken packages


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

---End Message---
---BeginMessage---
On Tue, Jun 20, 2006 at 12:16:38PM +0200, David Spreen wrote:
 Package: gnome-panel
 Version: 2.14.1-1+b1
 Severity: grave
 Justification: renders package unusable

 The current version of gnome-panel renders the package uninstallable 
 since it depends on libecal1.2-3 (= 1.6.1) instead of libecal1.2-6:

This has been addressed with a subsequent binNMU of gnome-panel on all
architectures.  Fixed packages should become available in unstable beginning
tomorrow; no further maintainer action should be required for this bug.

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


Bug#374705: tentative patch

2006-06-21 Thread Stephen Gran
Hey all,

I think I might have found the problem.  The mail spool is open()ed, and
then the fd is checked to see if there is an error (as is proper).  The
problem is, the fchown/fchmod calls happen in the same logic path as
error handling, not in an else block.  The attached patch should fix it.

I have to note in passing, though, that I had to change the line

if (strcasecmp (create_mail_spool, yes) == 0) {

to 

if (strcasecmp (def_create_mail_spool, yes) == 0) {

to even enter this block in the first place - is there an incomplete
variable name transition, or am I doing something wrong?

--- src/useradd.c~  2006-06-21 10:51:01.0 +0100
+++ src/useradd.c   2006-06-21 10:51:17.0 +0100
@@ -1599,6 +1599,7 @@
if (fd  0) {
perror (_(Creating mailbox file));
return;
+   } else {

gr = getgrnam (mail);
if (!gr) {

Take care,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#374747: marked as done (Failed to start message bus: Failed to read directory /etc/dbus-1/${prefix}/share/dbus-1/services)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 02:47:14 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#374747: fixed in dbus 0.62-2
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: dbus
Version: 0.62-1
Severity: important


After aptitude upgrade of dbus package to 0.62-1, XOrg/KDE fails to start,
logging the following to .xsession-errors:

Xsession: X session started for root at Tue Jun 20 20:52:23 EDT 2006
Failed to start message bus: Failed to read 
directory /etc/dbus-1/${prefix}/share/dbus-1/services: No such file or 
directory

Editing /etc/dbus-1/session.conf, changing /${prefix} to /usr fixed the 
problem.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages dbus depends on:
ii  adduser   3.87   Add and remove users and groups
ii  debianutils   2.16.1 Miscellaneous utilities specific 
t
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libdbus-1-2   0.62-1 simple interprocess messaging 
syst
ii  libexpat1 1.95.8-3.2 XML parsing C library - runtime 
li
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  lsb-base  3.1-10 Linux Standard Base 3.1 init 
scrip

dbus recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: dbus
Source-Version: 0.62-2

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

dbus-1-doc_0.62-2_all.deb
  to pool/main/d/dbus/dbus-1-doc_0.62-2_all.deb
dbus-1-utils_0.62-2_i386.deb
  to pool/main/d/dbus/dbus-1-utils_0.62-2_i386.deb
dbus_0.62-2.diff.gz
  to pool/main/d/dbus/dbus_0.62-2.diff.gz
dbus_0.62-2.dsc
  to pool/main/d/dbus/dbus_0.62-2.dsc
dbus_0.62-2_i386.deb
  to pool/main/d/dbus/dbus_0.62-2_i386.deb
libdbus-1-2_0.62-2_i386.deb
  to pool/main/d/dbus/libdbus-1-2_0.62-2_i386.deb
libdbus-1-cil_0.62-2_all.deb
  to pool/main/d/dbus/libdbus-1-cil_0.62-2_all.deb
libdbus-1-dev_0.62-2_i386.deb
  to pool/main/d/dbus/libdbus-1-dev_0.62-2_i386.deb
libdbus-glib-1-2_0.62-2_i386.deb
  to pool/main/d/dbus/libdbus-glib-1-2_0.62-2_i386.deb
libdbus-glib-1-dev_0.62-2_i386.deb
  to pool/main/d/dbus/libdbus-glib-1-dev_0.62-2_i386.deb
libdbus-qt-1-1c2_0.62-2_i386.deb
  to pool/main/d/dbus/libdbus-qt-1-1c2_0.62-2_i386.deb
libdbus-qt-1-dev_0.62-2_i386.deb
  to pool/main/d/dbus/libdbus-qt-1-dev_0.62-2_i386.deb
libdbus-qt4-1-1_0.62-2_i386.deb
  to pool/main/d/dbus/libdbus-qt4-1-1_0.62-2_i386.deb
libdbus-qt4-1-dev_0.62-2_i386.deb
  to pool/main/d/dbus/libdbus-qt4-1-dev_0.62-2_i386.deb
monodoc-dbus-1-manual_0.62-2_all.deb
  to pool/main/d/dbus/monodoc-dbus-1-manual_0.62-2_all.deb
python2.4-dbus_0.62-2_i386.deb
  to pool/main/d/dbus/python2.4-dbus_0.62-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.
Sjoerd Simons [EMAIL PROTECTED] (supplier of updated dbus 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: Wed, 21 Jun 2006 10:47:00 +0200
Source: dbus
Binary: libdbus-1-cil libdbus-glib-1-dev dbus-1-utils libdbus-qt4-1-dev 
python2.4-dbus libdbus-qt-1-1c2 libdbus-glib-1-2 libdbus-1-2 
monodoc-dbus-1-manual dbus-1-doc dbus libdbus-1-dev libdbus-qt-1-dev 
libdbus-qt4-1-1
Architecture: source i386 all
Version: 0.62-2
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 dbus   - simple interprocess messaging system
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-1-utils - simple interprocess messaging system (utilities)
 libdbus-1-2 - simple 

Bug#374794: FTBFS: missing libnspr4-dev

2006-06-21 Thread Roberto Pariset
Package: evolution-exchange
Version: 2.6.2-2+b1
Severity: grave

Hi,
evolution-exchange_2.6.2-2+b1 FTBFS on amd64 with the following error:

/usr/bin/ld: cannot find -lplc4
collect2: ld returned 1 exit status
make[3]: *** [evolution-exchange-storage] Error 1

Please add libnspr4-dev to dependencies.

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.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to [EMAIL PROTECTED])


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



Bug#374794: FTBFS: missing libnspr4-dev

2006-06-21 Thread Steve Langasek
On Wed, Jun 21, 2006 at 12:14:13PM +0200, Roberto Pariset wrote:
 Package: evolution-exchange
 Version: 2.6.2-2+b1
 Severity: grave

 Hi,
 evolution-exchange_2.6.2-2+b1 FTBFS on amd64 with the following error:

 /usr/bin/ld: cannot find -lplc4
 collect2: ld returned 1 exit status
 make[3]: *** [evolution-exchange-storage] Error 1

 Please add libnspr4-dev to dependencies.

That's not a bug in evolution-exchange, it's a bug in whichever library
tells libtool to link in libplc4 without depending on libnspr4-dev.

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


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



Bug#374799: python2.3-tables: has versioned dependency on virtual package python2.3-numarray

2006-06-21 Thread Alexandre Fayolle
Package: python2.3-tables
Severity: serious
Tags: patch
Justification: Policy 7.2

Hi,

python2.3-tables is uninstallable on a sid distribution, because it depends on 
python2.3-numarray (= 1.5). With the new python policy, python2.3-numarray is 
a virtual 
package provided by python-numarray. 

A simple fix is the change the dependency in the control file to 
python-numarray (=1.5.1-4) 
for python2.3-tables and python2.4-tables. 

Thanks,

-- 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-1-amd64-k8-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])


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



Bug#373899: confirmation of the problem

2006-06-21 Thread Benoit Hamet
Hi all,

I got the same problem here. But there's not the only one (the UID / GID
problem). The uri of the device is no more usb:/dev/usb/lp0 as It was in
previous configuration, but usb://Samsung/ML-1610 for example ...

The usb backend give this url when running without arguments ...

I solve the problem by chown lp.lp the dev/usb/lp0 as a short time
solution regarding rights issues ...


Hope this help

Regards,

Benoît



Bug#374624: marked as done (xbox-raincoat: FTBFS (amd64): warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int')

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 04:02:12 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#374624: fixed in xbox-raincoat 0.10-2
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xbox-raincoat
Version: 0.10-1
Severity: serious
Tags: patch

When building 'xbox-raincoat' on amd64/unstable,
I get the following error:

gcc -O2 -Wall -Werror -o ./bin/raincoat src/raincoat.c src/BootFlash.c
cc1: warnings being treated as errors
src/raincoat.c: In function 'main':
src/raincoat.c:390: warning: format '%d' expects type 'int', but argument 2 has 
type 'long unsigned int'
make[1]: *** [raincoat] Error 1
make[1]: Leaving directory `/xbox-raincoat-0.10'

With the attached patch 'xbox-raincoat' can be compiled on amd64 with gcc-4.1.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xbox-raincoat-0.10/src/raincoat.c ./src/raincoat.c
--- ../tmp-orig/xbox-raincoat-0.10/src/raincoat.c   2005-08-11 
18:06:04.0 +
+++ ./src/raincoat.c2006-06-20 10:03:31.0 +
@@ -387,7 +387,7 @@

// Add the flash.

if((--nCountMaximumFlashTypes)==0) { //

// Warn when the last possible flash is 
going to be added.
-   
printf(  (note, raincoat only supports 
%d flash types, rest ignored)\n, 
(sizeof(aknownflashtype)/sizeof(KNOWN_FLASH_TYPE))-1);
+   
printf(  (note, raincoat only supports 
%ld flash types, rest ignored)\n, 
(sizeof(aknownflashtype)/sizeof(KNOWN_FLASH_TYPE))-1);

}

/*

printf(DEBUG: Added to pos %i\n, nCountSeen);

---End Message---
---BeginMessage---
Source: xbox-raincoat
Source-Version: 0.10-2

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

xbox-raincoat_0.10-2.diff.gz
  to pool/main/x/xbox-raincoat/xbox-raincoat_0.10-2.diff.gz
xbox-raincoat_0.10-2.dsc
  to pool/main/x/xbox-raincoat/xbox-raincoat_0.10-2.dsc
xbox-raincoat_0.10-2_amd64.deb
  to pool/main/x/xbox-raincoat/xbox-raincoat_0.10-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.
Michael Ablassmeier [EMAIL PROTECTED] (supplier of updated xbox-raincoat 
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: Wed, 21 Jun 2006 12:57:26 +0200
Source: xbox-raincoat
Binary: xbox-raincoat
Architecture: source amd64
Version: 0.10-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 xbox-raincoat - Xbox BIOS flasher
Closes: 374624
Changes: 
 xbox-raincoat (0.10-2) unstable; urgency=low
 .
   * QA Upload
   * Add debian/patches/02_long.diff: fix compilation on amd64, thanks
 Andreas Jochens for the patch and Bugreport (Closes: #374624)
   * Update debian/copyright
   * Conforms to new Standards Version
Files: 
 9e412984268bd943c45721767b1f1727 746 misc extra xbox-raincoat_0.10-2.dsc
 ac0f5d25c2bfa9aae48b291b9f77e744 3058 misc extra xbox-raincoat_0.10-2.diff.gz
 9ce2cfa9bff2a0e9d68a2f4b21c151c1 15818 misc extra 
xbox-raincoat_0.10-2_amd64.deb

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

iD8DBQFEmSatEFV7g4B8rCURAgGwAJ9y5cmR3l8/wox/Kbr0TNCRx1VFnwCcDcD8
Jq4/JRpoDpb1SHDd32pC+DA=

Bug#374802: dbus - FTBFS

2006-06-21 Thread Bastian Blank
Package: dbus
Version: 0.62-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of dbus_0.62-2 on debian-31 by sbuild/s390 85
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: cdbs (= 0.4.5.1), debhelper (= 4.1.46), libglib2.0-dev, 
 libexpat-dev, doxygen, docbook-utils, python2.4, libgtk2.0-dev, python-pyrex 
 (= 0.9.2.1-3), xmlto, python2.4-dev, libqt3-mt-dev, libqt4-dev
 Build-Depends-Indep: libgtk-cil, cli-common-dev (= 0.4.0), libmono-dev, 
 mono-mcs, mono-gac, monodoc-base
[...]
 checking for qglobal.h... found
 checking if we want to link to Qt debugging libraries... release
 checking for QtCore = 4.1.3 QtXml = 4.1.3... configure: error: Qt 
 integration explicitly required, and Qt libraries not found
 make: *** [config.status] Error 1
 **
 Build finished at 20060621-0558
 FAILED [dpkg-buildpackage died]

Bastian


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



Bug#374801: python-scientific: wrong versionned dependency on python-netcdf

2006-06-21 Thread Alexandre Fayolle
Package: python-scientific
Severity: serious
Tags: patch
Justification: makes package uninstallable

Hi,

The python-scientific package version 2.4.9-5 depends on python-netcdf (= 
2.4.11). Since 
both packages are built with the same source, this means that the dependency 
will never be 
satisfied. 

A simple fix is to set the version in the dependency to Source-Version:

  Package: python-scientific
  Architecture: all
- Depends: ${python:Depends}, python-numeric-ext (= 24.2-3), python-netcdf (= 
2.4.11)
+ Depends: ${python:Depends}, python-numeric-ext (= 24.2-3), python-netcdf (= 
${Source-Version})

Thanks for your work,

-- 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-1-amd64-k8-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])


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



Bug#374342: [pkg-wpa-devel] Bug#374342: Needs more testing

2006-06-21 Thread Kel Modderman

Hi Reinhard

I am fine if you feel that this package needs more testing for a while, 
however, I would like to point out what small problems occur if we roll 
back to the 0.4 series of wpa_supplicant upstream:


   * non-backwards compatible wpa_supplicant.conf options may disrupt
 the end users configuration, causing wpa_supplicant to fail when
 parsing the file
   * we can offer a self-contained roaming solution with the 0.5
 series, that may fill the void for users of the old init style
 roaming (even Felix!)
   * 0.5 series contains some patches to enhance operation with some driver

Madwifi will eventually propagate to testing, and the wpa_supplicant 
version in same archive will not support it.


Also, there have been no bug reports since last upload indicating large 
problems with functionality. (I realise it is still early days)


You may be able to refute my minor points of discussion for *not* 
freezing propagation with a strong argument *to* freeze it, so I will 
wait patiently for that :-)


I am confident that the 0.5 series will be tagged as stable by Jouni 
before the time that Etch is released (quite a few months away yet, 
iirc), therefore, I'd like to concentrate more on testing and developing 
infrastructure around 0.5 before that time comes.


Thanks, Kel.


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



Processed: too fast

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reopen 374624
Bug#374624: xbox-raincoat: FTBFS (amd64): warning: format '%d' expects type 
'int', but argument 2 has type 'long unsigned int'
'reopen' is deprecated when a bug has been closed with a version;
use 'found' or 'submitter' as appropriate instead.
Bug reopened, originator not changed.

 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#374624: too fast

2006-06-21 Thread Michael Ablassmeier
reopen 374624
thanks 

hi again,

shot too fast, should have tested compiling it on i386 too, the patch
breaks it on i386.

bye,
- michael


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



Bug#361827: marked as done (libgdal1-grass: fails to read GRASS vectors)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 04:17:03 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#361827: fixed in libgdal-grass 1.3.1.2-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libgdal1-grass
Version: 1.3.1
Severity: grave
Justification: renders package unusable


When trying to read a grass vector, I get:

~$ ogrinfo 
-ro /home/Documenti/datigrass/Mondo_LatLong/PERMANENT/vector/europa/head
Warning 1: GRASS warning: GISBASE enviroment variable was not set,
using:
/usr/lib/grass
ogrinfo: symbol lookup error: /usr/lib/gdalplugins/ogr_GRASS.so:
undefined 
symbol: Vect_set_fatal_error

Radim Blazek, the author, wrote that:
-lgrass_vect -lgrass_dig2 -lgrass_dgl -lgrass_rtree -lgrass_linkm
-lgrass_dbmiclient -lgrass_dbmibase

should be included in LIBS= in the Makefile

This apparently makes the package unusable for the vector part (the
raster is ok).

-- 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=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
-- 
Paolo Cavallini
email+jabber: [EMAIL PROTECTED]
www.faunalia.it
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy   Tel: (+39)348-3801953

---End Message---
---BeginMessage---
Source: libgdal-grass
Source-Version: 1.3.1.2-1

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

libgdal-grass_1.3.1.2-1.diff.gz
  to pool/main/libg/libgdal-grass/libgdal-grass_1.3.1.2-1.diff.gz
libgdal-grass_1.3.1.2-1.dsc
  to pool/main/libg/libgdal-grass/libgdal-grass_1.3.1.2-1.dsc
libgdal-grass_1.3.1.2.orig.tar.gz
  to pool/main/libg/libgdal-grass/libgdal-grass_1.3.1.2.orig.tar.gz
libgdal1-1.3.1-grass_1.3.1.2-1_sparc.deb
  to pool/main/libg/libgdal-grass/libgdal1-1.3.1-grass_1.3.1.2-1_sparc.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.
Steve Halasz [EMAIL PROTECTED] (supplier of updated libgdal-grass 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,  6 May 2006 16:15:49 -0400
Source: libgdal-grass
Binary: libgdal1-1.3.1-grass
Architecture: source sparc
Version: 1.3.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Steve Halasz [EMAIL PROTECTED]
Description: 
 libgdal1-1.3.1-grass - GRASS extension for the Geospatial Data Abstraction 
Library
Closes: 361827
Changes: 
 libgdal-grass (1.3.1.2-1) unstable; urgency=low
 .
   * New upstream release
 - link against needed libs during build (Closes: #361827)
   * Policy bumped to 3.7.2 (no changes)
   * Add binary-indep target to debian/rules
Files: 
 b17dea169b68cf3261ac0ed63f8852ff 813 science extra libgdal-grass_1.3.1.2-1.dsc
 b756dceb21e5be765b1ffd63534e7b30 75034 science extra 
libgdal-grass_1.3.1.2.orig.tar.gz
 d727c01c05e0555d619d3365ce2ee7f4 2481 science extra 
libgdal-grass_1.3.1.2-1.diff.gz
 032edd61ce91307123ef54b7eb5b794f 32030 libs extra 
libgdal1-1.3.1-grass_1.3.1.2-1_sparc.deb

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

iD8DBQFEmScm0fhX0Y/ocz0RAtrJAJ93g5rGhPpwk6u12ud7HzYT7ggPnACePh8r
nAF6/HvNlQ36D5gPw9/GTPc=
=iniK
-END PGP SIGNATURE-

---End Message---


Bug#374342: Needs more testing

2006-06-21 Thread Reinhard Tartler
On Wed, Jun 21, 2006 at 09:12:22PM +1000, Kel Modderman wrote:
 I am fine if you feel that this package needs more testing for a while, 
 however, I would like to point out what small problems occur if we roll 
 back to the 0.4 series of wpa_supplicant upstream:
 
* non-backwards compatible wpa_supplicant.conf options may disrupt
  the end users configuration, causing wpa_supplicant to fail when
  parsing the file

This is another good point for having filed #374342.

* we can offer a self-contained roaming solution with the 0.5
  series, that may fill the void for users of the old init style
  roaming (even Felix!)
* 0.5 series contains some patches to enhance operation with some driver

These points stand for quick inclusion of the 0.5 branch to testing.

 Madwifi will eventually propagate to testing, and the wpa_supplicant 
 version in same archive will not support it.

You mean Version 0.svnr1644.0.9.0-2? Perhaps we can coordinate
transition of the two packages? On the other hand, we can tell users to
install wpasupplicant .deb from unstable in their testing system.

 Also, there have been no bug reports since last upload indicating large 
 problems with functionality. (I realise it is still early days)

I remember #373776, which was bounced from Elimar Riesebieter
[EMAIL PROTECTED] to pkg-wpa-devel. Ok, this is a madwifi-ng bug. Bugs
which directly relate from the 0.5 branch did not appear yet.

To bring up my reservations to this list (I already mentioned them on
irc). I think the 0.5 branch is a bit dangerous, because:

 a) the 0.5 branch didn't get as much test coverage than the 0.4 branch.
Bugs are more likely.

 b) Semantic changes in the code of new features, which are still under
development. I fear that behavior changes may disrupt our package

 c) config file changes like mentioned above.

 I am confident that the 0.5 series will be tagged as stable by Jouni 
 before the time that Etch is released (quite a few months away yet, 
 iirc), therefore, I'd like to concentrate more on testing and developing 
 infrastructure around 0.5 before that time comes.

Yes, afaik, etch is currently targeted for december this year. I think
that we are both (well, espec. you ;) active enough to stabilize a
wpasupplicant 0.5 for etch release. So yes, I mostly agree with you. I'd
still appreciate if we could have the 0.5 branch tested for say, 2 more
weekends and wait for reports. I don't expect many bugs, but I'm rather
conservative for users of 'testing'.

Gruesse,
Reinhard



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



Bug#374664: lablgtk2: FTBFS: Unsatisfiable Build-Depends on obsolete xlibs

2006-06-21 Thread Goswin von Brederlow
Samuel Mimram [EMAIL PROTECTED] writes:

 Hi,

 Daniel Schepler wrote:
 Package: lablgtk2
 Version: 2.6.0-5
 Severity: serious
 
 From my pbuilder build log:
 
 ...
 Installing the build-deps
  - Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.28 
 2006/05/30 23:45:45 dancer Exp $
  - Considering  debhelper ( 3.0.0)
- Trying debhelper
  - Considering  ocaml (= 3.09.2)
- Trying ocaml
  - Considering  libncurses5-dev
- Trying libncurses5-dev
  - Considering  xlibs | xlib6g
- Trying xlibs
- Cannot install xlibs; apt errors follow:
 Reading package lists... Done
 Building dependency tree... Done
 Package xlibs is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 E: Package xlibs has no installation candidate
- Trying xlib6g
- Cannot install xlib6g; apt errors follow:
 Reading package lists... Done
 Building dependency tree... Done
 E: Couldn't find package xlib6g
 W: Unable to locate package xlib6g
 E: Could not satisfy build-dependency.
 E: pbuilder-satisfydepends failed.

 The dependency on xlibs is apparently unnecessary, it builds fine with
 pbuilder without it. I don't know why it was pulled in. Julien, do you?

 I'll upload a corrected version soon.

 Cheers,

 Samuel.

I assume that it uses some of the X headers, data structures or types
directly. In that case one should depend on the package containing
those definitions. What happens now is that they are also pulled in
indirectly by some gtk package so the build succeeds.

You should check the code for any direct use of X definitions and then
include the respective package in Build-Depends. But only a code audit
will tell you that (and many people don't bother to get Build-Depends
that correct).

MfG
Goswin


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



Bug#374624: marked as done (xbox-raincoat: FTBFS (amd64): warning: format '%d' expects type 'int', but argument 2 has type 'long unsigned int')

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 05:02:15 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#374624: fixed in xbox-raincoat 0.10-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xbox-raincoat
Version: 0.10-1
Severity: serious
Tags: patch

When building 'xbox-raincoat' on amd64/unstable,
I get the following error:

gcc -O2 -Wall -Werror -o ./bin/raincoat src/raincoat.c src/BootFlash.c
cc1: warnings being treated as errors
src/raincoat.c: In function 'main':
src/raincoat.c:390: warning: format '%d' expects type 'int', but argument 2 has 
type 'long unsigned int'
make[1]: *** [raincoat] Error 1
make[1]: Leaving directory `/xbox-raincoat-0.10'

With the attached patch 'xbox-raincoat' can be compiled on amd64 with gcc-4.1.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xbox-raincoat-0.10/src/raincoat.c ./src/raincoat.c
--- ../tmp-orig/xbox-raincoat-0.10/src/raincoat.c   2005-08-11 
18:06:04.0 +
+++ ./src/raincoat.c2006-06-20 10:03:31.0 +
@@ -387,7 +387,7 @@

// Add the flash.

if((--nCountMaximumFlashTypes)==0) { //

// Warn when the last possible flash is 
going to be added.
-   
printf(  (note, raincoat only supports 
%d flash types, rest ignored)\n, 
(sizeof(aknownflashtype)/sizeof(KNOWN_FLASH_TYPE))-1);
+   
printf(  (note, raincoat only supports 
%ld flash types, rest ignored)\n, 
(sizeof(aknownflashtype)/sizeof(KNOWN_FLASH_TYPE))-1);

}

/*

printf(DEBUG: Added to pos %i\n, nCountSeen);

---End Message---
---BeginMessage---
Source: xbox-raincoat
Source-Version: 0.10-3

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

xbox-raincoat_0.10-3.diff.gz
  to pool/main/x/xbox-raincoat/xbox-raincoat_0.10-3.diff.gz
xbox-raincoat_0.10-3.dsc
  to pool/main/x/xbox-raincoat/xbox-raincoat_0.10-3.dsc
xbox-raincoat_0.10-3_amd64.deb
  to pool/main/x/xbox-raincoat/xbox-raincoat_0.10-3_amd64.deb



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

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

Debian distribution maintenance software
pp.
Michael Ablassmeier [EMAIL PROTECTED] (supplier of updated xbox-raincoat 
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: Wed, 21 Jun 2006 13:48:05 +0200
Source: xbox-raincoat
Binary: xbox-raincoat
Architecture: source amd64
Version: 0.10-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 xbox-raincoat - Xbox BIOS flasher
Closes: 374624
Changes: 
 xbox-raincoat (0.10-3) unstable; urgency=low
 .
   * QA upload
   * Really fix compilation problem, use %zd, otherwise we FTBFS
 on i386. (Closes: #374624)
Files: 
 b8768652dca157944ccfc43e89fa54bb 746 misc extra xbox-raincoat_0.10-3.dsc
 7cd403dfcdd13faa3540f3d15bcae690 3115 misc extra xbox-raincoat_0.10-3.diff.gz
 1b7c1b1ac414d041a0f1a7cf85563376 15892 misc extra 
xbox-raincoat_0.10-3_amd64.deb

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

iD8DBQFEmTLlEFV7g4B8rCURAiIEAKDwM9MUerd9pcoAB1lWF4h1W17adQCg7zEo
cDeStdm26/i7TpLwskd9U/U=
=bx64
-END PGP SIGNATURE-

---End Message---


Bug#374812: dbus prevent X11 to start

2006-06-21 Thread Eric Valette
Package: dbus
Version: 0.62-1
Severity: critical
Justification: breaks unrelated software


stty: standard input: Inappropriate ioctl for device
Xsession: X session started for ceva6380nonet at Wed Jun 21 13:57:25 CEST 2006
Failed to start message bus: Failed to read directory 
/etc/dbus-1/${prefix}/share/dbus-1/services: No such file or directory
EOF in dbus-launch reading address from bus daemon


-- 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.17-rc6-git3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages dbus depends on:
ii  adduser   3.87   Add and remove users and groups
ii  debianutils   2.16.1 Miscellaneous utilities specific t
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libdbus-1-2   0.62-1 simple interprocess messaging syst
ii  libexpat1 1.95.8-3.2 XML parsing C library - runtime li
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  lsb-base  3.1-10 Linux Standard Base 3.1 init scrip

dbus recommends no packages.

-- no debconf information


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



Bug#374799: python2.3-tables: has versioned dependency on virtual package python2.3-numarray

2006-06-21 Thread Francesc Altet
Hi Alexandre,

I'm aware of this problem, but the fix is not so easy because I should 
transition the pytables packge to adopt the new Python policy:

http://wiki.debian.org/DebianPython/NewPolicy

I've tried to do this yesterday with the new 1.3.2 pytables version, but not 
completely succeeded. So, as I'm a bit busy lately, I'll probably ask for a 
NMU version until I can get the package properly transitioned.

Cheers,

A Dimecres 21 Juny 2006 12:43, Alexandre Fayolle va escriure:
 Package: python2.3-tables
 Severity: serious
 Tags: patch
 Justification: Policy 7.2

 Hi,

 python2.3-tables is uninstallable on a sid distribution, because it depends
 on python2.3-numarray (= 1.5). With the new python policy,
 python2.3-numarray is a virtual package provided by python-numarray.

 A simple fix is the change the dependency in the control file to
 python-numarray (=1.5.1-4) for python2.3-tables and python2.4-tables.

 Thanks,

 -- 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-1-amd64-k8-smp
 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 (ignored: LC_ALL set to [EMAIL PROTECTED])

-- 
0,0   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 -



Bug#374342: Needs more testing

2006-06-21 Thread Kel Modderman

Reinhard Tartler wrote:
Madwifi will eventually propagate to testing, and the wpa_supplicant 
version in same archive will not support it.



You mean Version 0.svnr1644.0.9.0-2? Perhaps we can coordinate
transition of the two packages? On the other hand, we can tell users to
install wpasupplicant .deb from unstable in their testing system.
  


I do not think that extra co-ordination would be worth the effort here, 
I am sure we can guide these people to the correct sources during this 
relatively short period of time.


  
Also, there have been no bug reports since last upload indicating large 
problems with functionality. (I realise it is still early days)



I remember #373776, which was bounced from Elimar Riesebieter
[EMAIL PROTECTED] to pkg-wpa-devel. Ok, this is a madwifi-ng bug. Bugs
which directly relate from the 0.5 branch did not appear yet.
  


That would almost definitely be madwifi specific (unfortunately).


To bring up my reservations to this list (I already mentioned them on
irc). I think the 0.5 branch is a bit dangerous, because:

 a) the 0.5 branch didn't get as much test coverage than the 0.4 branch.
Bugs are more likely.

 b) Semantic changes in the code of new features, which are still under
development. I fear that behavior changes may disrupt our package

 c) config file changes like mentioned above.
  


Ack.

  
I am confident that the 0.5 series will be tagged as stable by Jouni 
before the time that Etch is released (quite a few months away yet, 
iirc), therefore, I'd like to concentrate more on testing and developing 
infrastructure around 0.5 before that time comes.



Yes, afaik, etch is currently targeted for december this year. I think
that we are both (well, espec. you ;) active enough to stabilize a
wpasupplicant 0.5 for etch release. So yes, I mostly agree with you. I'd
still appreciate if we could have the 0.5 branch tested for say, 2 more
weekends and wait for reports. I don't expect many bugs, but I'm rather
conservative for users of 'testing'.

  


Yep, and I agree with the extended period of testing too.

Thanks, Kel.


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



Bug#374664: lablgtk2: FTBFS: Unsatisfiable Build-Depends on obsolete xlibs

2006-06-21 Thread Samuel Mimram
Goswin von Brederlow wrote:
 Samuel Mimram [EMAIL PROTECTED] writes:
 Daniel Schepler wrote:
 Package: lablgtk2
 Version: 2.6.0-5
 Severity: serious

 From my pbuilder build log:

 ...
 Installing the build-deps
  - Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.28 
 2006/05/30 23:45:45 dancer Exp $
  - Considering  debhelper ( 3.0.0)
- Trying debhelper
  - Considering  ocaml (= 3.09.2)
- Trying ocaml
  - Considering  libncurses5-dev
- Trying libncurses5-dev
  - Considering  xlibs | xlib6g
- Trying xlibs
- Cannot install xlibs; apt errors follow:
 Reading package lists... Done
 Building dependency tree... Done
 Package xlibs is not available, but is referred to by another package.
 This may mean that the package is missing, has been obsoleted, or
 is only available from another source
 E: Package xlibs has no installation candidate
- Trying xlib6g
- Cannot install xlib6g; apt errors follow:
 Reading package lists... Done
 Building dependency tree... Done
 E: Couldn't find package xlib6g
 W: Unable to locate package xlib6g
 E: Could not satisfy build-dependency.
 E: pbuilder-satisfydepends failed.
 The dependency on xlibs is apparently unnecessary, it builds fine with
 pbuilder without it. I don't know why it was pulled in. Julien, do you?

 I'll upload a corrected version soon.
 
 I assume that it uses some of the X headers, data structures or types
 directly. In that case one should depend on the package containing
 those definitions. What happens now is that they are also pulled in
 indirectly by some gtk package so the build succeeds.
 
 You should check the code for any direct use of X definitions and then
 include the respective package in Build-Depends. But only a code audit
 will tell you that (and many people don't bother to get Build-Depends
 that correct).

Well, I checked that it did build correctly without the the build-dep on
xlibs | xlib6g before sending the mail. Moreover, notice that it did
build-depend on *xlibs*, not xlibs-dev. I cannot understand why this
should have been necessary. It's been there for quite a long time
(possibly even before I started working on the package).

Finally, this package is a binding for GTK2, so it's not so surprising
that most the dependencies are pulled in by libgtk2.0-dev. I quickly did
a grep for #includes and did not see anything directly related to X.

Cheers,

Samuel.


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



Bug#374799: python2.3-tables: has versioned dependency on virtual package python2.3-numarray

2006-06-21 Thread Duck
Alexandre Fayolle [EMAIL PROTECTED] writes:

 python2.3-tables is uninstallable on a sid distribution, because it depends 
 on 
 python2.3-numarray (= 1.5). With the new python policy, python2.3-numarray 
 is a virtual 
 package provided by python-numarray. 

 A simple fix is the change the dependency in the control file to 
 python-numarray (=1.5.1-4) 
 for python2.3-tables and python2.4-tables. 

Depends: python-numarray (=1.5.1-4) | python2.3-numarray (= 1.5)

would be better.

-- 
Marc Dequènes (Duck)


pgpLuE9F83oeG.pgp
Description: PGP signature


Bug#374811: python-gtk2: Unterminated 's' command to SED

2006-06-21 Thread Jose Luis Tallon
Package: python-gtk2
Version: 2.8.2-3.1
Severity: grave
Tags: patch
Justification: renders package unusable

Just dist-upgraded. Python-gtk2 was updated alongside others.
Postinst fails with sed: unterminated 's' command, line #1 char #32

There is a slash missing at postinst (case 'configure'):

- PYVERS=$(dpkg-query -s $PACKAGE | sed -n -e '/^Python-Version:/s/.*:\(.*\)/\1'
+ PYVERS=$(dpkg-query -s $PACKAGE | sed -n -e 
'/^Python-Version:/s/.*:\(.*\)/\1/'

I assume it's just a typo. Shit happens :-)
Thanks for maintaining this package.


Cheers,
J.L.


-- 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.16.20
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages python-gtk2 depends on:
ii  libatk1.0-0  1.11.4-2The ATK accessibility toolkit
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcairo21.0.4-2 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libglib2.0-0 2.10.3-1The GLib library of C routines
ii  libgtk2.0-0  2.8.18-1The GTK+ graphical user interface 
ii  libpango1.0-01.12.3-1Layout and rendering of internatio
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  python   2.3.5-10An interactive high-level object-o
ii  python-cairo 1.0.2-2 Python bindings for the Cairo vect
ii  python-central   0.5.0   register and build utility for Pyt
ii  python-numeric   24.2-3  Numerical (matrix-oriented) Mathem

python-gtk2 recommends no packages.

-- no debconf information


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



Bug#374799: python2.3-tables: has versioned dependency on virtual package python2.3-numarray

2006-06-21 Thread Alexandre Fayolle
On Wed, Jun 21, 2006 at 02:00:56PM +0200, Francesc Altet wrote:
 Hi Alexandre,
 
 I'm aware of this problem, but the fix is not so easy because I should 
 transition the pytables packge to adopt the new Python policy:
 
 http://wiki.debian.org/DebianPython/NewPolicy
 
 I've tried to do this yesterday with the new 1.3.2 pytables version, but not 
 completely succeeded. So, as I'm a bit busy lately, I'll probably ask for a 
 NMU version until I can get the package properly transitioned.


I'll try to come up with a detailed patch, and send it to the bug
tracker for your inspection and approval.  

-- 
Alexandre Fayolle  LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
Développement logiciel sur mesure:   http://www.logilab.fr/services
Informatique scientifique:   http://www.logilab.fr/science


signature.asc
Description: Digital signature


Bug#374789: mailcrypt: Removing/purging the package fails

2006-06-21 Thread Davide G. M. Salvetti
tags 374789 + confirmed pending
thanks.
  YD == Yavor Doganov [2006-6-21]

YD I am unable to remove the package, the following error occurs:

I see, thanks for reporting.

-- 
Ciao, Davide


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



Bug#373839: I've got it wrong

2006-06-21 Thread Joaquim Ortega
The similar compatibility bug with clients in version 1.2 and servers 1.1 was 
fixed upstream already in version 1.2rc2, so this must be a new bug. Sorry 
for the noise. 
Quim


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



Bug#361872: marked as done (debconf-copydb: Trashes debconf database in /target)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 05:17:06 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#361872: fixed in cdebconf 0.103
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: cdebconf
Version: 0.97
Severity: serious

When debconf-copydb is run from pkgsel's postinst script, it deletes the 
existing /var/cache/debconf/templates.dat in /target; after it has run 
only copied templates are present.

This results in the problem that has been reported that tasksel is not 
translated. Commenting out the debconf-copydb statement solves this 
problem.

Verified with Etch Beta 2.


pgpOm1w2t9xg2.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: cdebconf
Source-Version: 0.103

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

cdebconf-gtk-udeb_0.103_i386.udeb
  to pool/main/c/cdebconf/cdebconf-gtk-udeb_0.103_i386.udeb
cdebconf-newt-udeb_0.103_i386.udeb
  to pool/main/c/cdebconf/cdebconf-newt-udeb_0.103_i386.udeb
cdebconf-priority_0.103_all.udeb
  to pool/main/c/cdebconf/cdebconf-priority_0.103_all.udeb
cdebconf-text-udeb_0.103_i386.udeb
  to pool/main/c/cdebconf/cdebconf-text-udeb_0.103_i386.udeb
cdebconf-udeb_0.103_i386.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.103_i386.udeb
cdebconf_0.103.dsc
  to pool/main/c/cdebconf/cdebconf_0.103.dsc
cdebconf_0.103.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.103.tar.gz
cdebconf_0.103_i386.deb
  to pool/main/c/cdebconf/cdebconf_0.103_i386.deb
libdebconfclient0-dev_0.103_i386.deb
  to pool/main/c/cdebconf/libdebconfclient0-dev_0.103_i386.deb
libdebconfclient0-udeb_0.103_i386.udeb
  to pool/main/c/cdebconf/libdebconfclient0-udeb_0.103_i386.udeb
libdebconfclient0_0.103_i386.deb
  to pool/main/c/cdebconf/libdebconfclient0_0.103_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.
Frans Pop [EMAIL PROTECTED] (supplier of updated cdebconf 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: Wed, 21 Jun 2006 13:47:47 +0200
Source: cdebconf
Binary: cdebconf-slang-udeb libdebconfclient0 cdebconf-priority cdebconf 
libdebconfclient0-dev cdebconf-udeb libdebconfclient0-udeb cdebconf-gtk-udeb 
cdebconf-text-udeb cdebconf-newt-udeb
Architecture: source i386 all
Version: 0.103
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 cdebconf   - Debian Configuration Management System (C-implementation)
 cdebconf-gtk-udeb - Gtk+ frontend for Debian Configuration Management System 
(udeb)
 cdebconf-newt-udeb - Newt frontend for Debian Configuration Management System 
(udeb)
 cdebconf-priority - Change debconf priority (udeb)
 cdebconf-text-udeb - Plain text frontend for Debian Configuration Management 
System (udeb)
 cdebconf-udeb - Debian Configuration Management System (C-implementation) 
(udeb)
 libdebconfclient0 - Debian Configuration Management System (C-implementation)
 libdebconfclient0-dev - Development files for cdebconf
 libdebconfclient0-udeb - Debian Configuration Management System 
(C-implementation) (udeb)
Closes: 324495 361872 370172
Changes: 
 cdebconf (0.103) unstable; urgency=low
 .
   [ Attilio Fiandrotti ]
   * GTK frontend: don't display the description for BOOLEAN questions twice.
 Closes: #370172
   * GTK frontend: manage double-clicks and ENTER or SPACEBAR presses in
 SELECT questions.
 .
   [ Joey Hess ]
   * Newt frontend layout fixes:
 - Allow for the up to 5 extra characters of window width that can be
   needed for titles due to the sigil and whitespace around it.
 - Text and password entry boxes have continue buttons, so take the width
   of those buttons into account.
 Closes: #324495
   * Patch from Sesse to fix support for preserving utf-8 (and other)
 fields when copying to debconf database files. Closes: #361872
 .
   [ Frans Pop ]
   * debconf-copydb.c: remove setenv statement that disables i18n support as
 that statement still causes the 

Bug#373713: I can confirm this bug

2006-06-21 Thread Maik Weber
Hello,

I can confirm this bug. Gpass is not working for me, too. It opens the 
authentication dialog, then nothing happen when you click on Authenticate 
button. Same error messages on console.

Remove the ~/.gpass folder did not help. When creating a new folder, gpass 
hangs again.

Maik


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



Processed: Re: Bug#374789: mailcrypt: Removing/purging the package fails

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 374789 + confirmed pending
Bug#374789: mailcrypt: Removing/purging the package fails
There were no tags set.
Tags added: confirmed, 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#374772: Close?

2006-06-21 Thread Filipus Klutiero
Given that you found this is due to ColorZilla, and assuming that this plugin 
isn't in Debian, do you see any reason to not close this report?


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



Bug#374813: supertuxkart is not suitable for testing (yet)

2006-06-21 Thread Gonéri Le Bouder
Package: supertuxkart
Version: 0.0.0.1-2
Severity: serious

An new upstream release is pending. This bug will be close with its upload.


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



Bug#374821: startx crashes after dist-upgrade

2006-06-21 Thread Death Master
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: xserver-xorg
Version: 1:7.0.22
Severity: grave

Debian Release: unstable
Architecture: i386 (i686)
Kernel: Linux 2.6.17

System: Toshiba Satellite A50-522
Graphic driver: i810

Hi, I'm Ramiro Cano.

After the dist-upgrade of yesterday, startx doesn't work anymore. I made
sure it's a window manager problem, and I also tried to solve the
problem by modifying the xorg.conf file because I though it could be a
problem of fonts.

I have the Xorg.0.log, but it's too long to attach (about 7 lines),
so I won't do, but you can request it if it can be useful

Here is the output of startx:

.

xauth:  creating new authority file /home/master/.serverauth.4496

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux blingdenstone 2.6.17 #1 PREEMPT Sun Jun
18 18:41:13 CEST 2006 i686
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Wed Jun 21 14:01:16 2006
(==) Using config file: /etc/X11/xorg.conf

Synaptics DeviceInit called
SynapticsCtrl called.
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning:  Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
Could not init font path element /usr/share/fonts/X11/TTF/, removing
from list!
Could not init font path element /usr/share/fonts/X11/OTF, removing from
list!
Could not init font path element /usr/share/fonts/X11/CID/, removing
from list!
Synaptics DeviceOff called

waiting for X server to shut down FreeFontPath: FPE
/usr/share/fonts/X11/misc/ refcount is 2, should be 1; fixing.

.

Same output as root.

I have no idea about what is the problem.

If I can provide any further information, let me know.

Thank you very much.

Regards,

Ramiro.
- --
+--++
|(o_   powered |Death Master|
|(o_   (o_   //\ by++
|(/)_  (\)_  V_/_ GNU/LiNUX |
+---+---+
|GPG KEY|   6FAB 9799 C61A A7D2 A409|
+---+   8A53 6F6F 3938 AF95 93E1|
| KeyID: 0xAF9593E1 (¡Verificar firma!) |
+---+---+
|E-MAIL |  EN PUNTO |
+---+  ^^ ^ |
| death_master ~~   hpn-sec   ~ net |
| death_master ~~ clubhackers ~ com |
| death_master ~~ wadalbertia ~ com |
| death_master ~~ forohxclive ~ org |
| death.master ~~ telefonica  ~ net |
+---+---+
|URL|  http://www.death-master.tk/  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIVAwUBRJlABG9vOTivlZPhAQLF/g/9EykahtEecC7rnJ9zaa8cfNo+qf/VUmja
jkY0CdyNsB6v/fPO9uUcVxzx/AyhGBTJEY12MuAVK6RYGG6bnbAsPdpRivWvBJ/U
Ppx9oWyVEEpLyXmsKAxIWoDQFOa6+wLp2p2JW4JFjpQGjLy+WXAIMXBOzaFeMn4t
yLql1sAPWFfAJLkhQdpjJojUc8TICbtTGTowpruYtZj33Ra3OmMCNaA3gIgzWODZ
75ACsiR91tz7snvF4BR7k2c3O3uNod6zlqsyvVFgw0Rbvmns29Kq6HTaF2C3dPFJ
TOScMznkAL1kgCraDRgDFdhw3h5qZC4Mrn7S51URAWZmJCOpNtcbG7rPXTN8s5w7
vLAbtFUgEJNJ0i01eO5CalKZGe9eyvdi+bZ4gUWgddPt3N96M9kXq41+B5k+NU4/
tr6tbmYXwtWx3Qmgi5syV8g3U/DaI9zV2h0wukMfePKMYU1/A83JROI3S9ac/9tv
U0zov4tfc7oZBfSdaTNx8EClH8dZ3btshRFDpnl7YzwlQSpQg/pPEaMz7Yshzjv2
gnVsAz5N9OFjKI6FrPR36u0SJw5vQWN4cfHo2FPS9HNeTD1lPnqVYpMhjwNu9x3v
vxwttPMlBq4hqsmbdTueyGGiQjOevPYv4qIlSNolMDBdvnEQ7g6WZSl1g0Tlb0h/
QbQjo3Th6TA=
=Neb9
-END PGP SIGNATURE-


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



Bug#374812: Version 0.62-2 in incoming indeed fix the problem.

2006-06-21 Thread VALETTE Eric RD-MAPS-REN
You should probably drop a note on the x11 dev mailing list...

-- eric




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



Processed: severity of 374772 is important

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 374772 important
Bug#374772: mozilla-firefox: Mozilla-firefox segfaults at startup
Severity set to `important' from `grave'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#374789: marked as done (mailcrypt: Removing/purging the package fails)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 05:47:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#374789: fixed in mailcrypt 3.5.8+CVS.2005.04.29.1-9
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: mailcrypt
Version: 3.5.8+CVS.2005.04.29.1-8
Severity: serious

I am unable to remove the package, the following error occurs:

Removing mailcrypt ...
/var/lib/dpkg/info/mailcrypt.prerm: line 32: syntax error near
unexpected token `echo'
dpkg: error processing mailcrypt (--remove):
 subprocess pre-removal script returned error exit status 2
install/mailcrypt: Setting up for emacs-snapshot... done.
install/mailcrypt: Setting up for emacs21... done.
Errors were encountered while processing:
 mailcrypt
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 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-2-486
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)

Versions of packages mailcrypt depends on:
ii  debconf [debconf-2.0]   1.5.2Debian configuration management sy
ii  emacs-snapshot-gtk [emacs-s 1:20060615-1 The GNU Emacs editor (with GTK+ 2.
ii  emacs21 21.4a-6  The GNU Emacs editor
ii  gnupg   1.4.3-1  GNU privacy guard - a free PGP rep
ii  make3.81-2   The GNU version of the make util

mailcrypt recommends no packages.

-- debconf information:
* mailcrypt/default: true
  mailcrypt/alreadydefault:

---End Message---
---BeginMessage---
Source: mailcrypt
Source-Version: 3.5.8+CVS.2005.04.29.1-9

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

mailcrypt_3.5.8+CVS.2005.04.29.1-9.diff.gz
  to pool/main/m/mailcrypt/mailcrypt_3.5.8+CVS.2005.04.29.1-9.diff.gz
mailcrypt_3.5.8+CVS.2005.04.29.1-9.dsc
  to pool/main/m/mailcrypt/mailcrypt_3.5.8+CVS.2005.04.29.1-9.dsc
mailcrypt_3.5.8+CVS.2005.04.29.1-9_all.deb
  to pool/main/m/mailcrypt/mailcrypt_3.5.8+CVS.2005.04.29.1-9_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.
Davide G. M. Salvetti [EMAIL PROTECTED] (supplier of updated mailcrypt 
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: Wed, 21 Jun 2006 14:20:24 +0200
Source: mailcrypt
Binary: mailcrypt
Architecture: source all
Version: 3.5.8+CVS.2005.04.29.1-9
Distribution: unstable
Urgency: medium
Maintainer: Davide G. M. Salvetti [EMAIL PROTECTED]
Changed-By: Davide G. M. Salvetti [EMAIL PROTECTED]
Description: 
 mailcrypt  - An Emacs interface to the GNU Privacy Guard
Closes: 374789
Changes: 
 mailcrypt (3.5.8+CVS.2005.04.29.1-9) unstable; urgency=medium
 .
   * Urgency medium: fixes an important bug.
   * prerm.in: Fixed typo; thanks to Yavor Doganov.  (Closes: #374789)
Files: 
 af49e3c224ea8f40f05b96d60a3a40b8 696 mail optional 
mailcrypt_3.5.8+CVS.2005.04.29.1-9.dsc
 c6e2bb20d239d08731e5c51c0cf79415 42569 mail optional 
mailcrypt_3.5.8+CVS.2005.04.29.1-9.diff.gz
 8b9c5a480dd88cd1fd87cc361b2cc54a 221790 mail optional 
mailcrypt_3.5.8+CVS.2005.04.29.1-9_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: http://www.linux.it/~salve/dgms.gpg

iD8DBQFEmTvUISswbJOWhl0RAhQkAJ0cMvnrltM3M6lWTlQArVHnuSy9NACfYApg
yeT6kKhlCEmLLJqw/YAx3P8=
=CF3c
-END PGP SIGNATURE-

---End Message---


Bug#352834: marked as done (abuse: Cannot climb ladders on amd64)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 06:32:19 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#352834: fixed in abuse-sdl 1:0.7.0-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)

---BeginMessage---
Package: abuse
Version: 1:0.7.0-3
Severity: grave
Justification: renders package unusable


I have installed and run abuse as  usual at an i386 (the bug occurs at
amd64). In the  game I cannot climb any  ladders. The character climbs
to the top of each one of them and when he is just about to get on the
top platform, he starts  to kind of jump a little and  cannot go on. I
would guess it is some kind of timing issue.

-- 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.14
Locale: LANG=C, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)

Versions of packages abuse depends on:
ii  abuse-frabs   2.10-6 levels and graphics for Abuse
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libsdl1.2debian   1.2.9-0.1  Simple DirectMedia Layer
ii  libslang2 2.0.5-3The S-Lang programming library - r
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-4 Mesa 3D graphics library [X.Org]
ii  xlibs 6.9.0.dfsg.1-4 X Window System client libraries m

abuse recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: abuse-sdl
Source-Version: 1:0.7.0-4

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

abuse-sdl_0.7.0-4.diff.gz
  to pool/main/a/abuse-sdl/abuse-sdl_0.7.0-4.diff.gz
abuse-sdl_0.7.0-4.dsc
  to pool/main/a/abuse-sdl/abuse-sdl_0.7.0-4.dsc
abuse-sdl_0.7.0-4_i386.deb
  to pool/main/a/abuse-sdl/abuse-sdl_0.7.0-4_i386.deb
abuse_0.7.0-4_i386.deb
  to pool/main/a/abuse-sdl/abuse_0.7.0-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.
Sam Hocevar (Debian packages) [EMAIL PROTECTED] (supplier of updated 
abuse-sdl 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: Wed, 21 Jun 2006 12:55:51 +0200
Source: abuse-sdl
Binary: abuse-sdl abuse
Architecture: source i386
Version: 1:0.7.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 abuse  - SDL port of the Abuse action game
 abuse-sdl  - SDL port of the Abuse action game
Closes: 352834 366242
Changes: 
 abuse-sdl (1:0.7.0-4) unstable; urgency=low
 .
   * Maintainer upload.
   * Acknowledging previous NMU (Closes: #366242, #352834). Thanks to Steinar
 H. Gunderson.
   * Moved packaging to the Debian Games Team.
   * Use quilt for patch management.
 .
   * debian/control:
 + Set policy to 3.7.2.
 + Build-depend on quilt.
   * debian/rules:
 + Support DEB_BUILD_OPTIONS's noopt.
 .
   * debian/patches/010_rebootstrap.diff:
 + New patch from old diff.gz -- rebootstrap package.
 .
   * debian/patches/020_c++_compliance.diff:
 + New patch from old diff.gz -- fix C++ syntax.
 .
   * debian/patches/020_datatypes.diff:
 + New patch from old diff.gz -- use C99 data types.
 .
   * debian/patches/020_disable_lisp_cache.diff:
 + New patch from old diff.gz -- disable buggy lisp cache.
 .
   * debian/patches/020_spelling.diff:
 + New patch from old diff.gz -- minor spelling fixes.
 .
   * debian/patches/020_unused_vars.diff:
 + New patch 

Processed: Merge

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forcemerge 374747 374812
Bug#374747: Failed to start message bus: Failed to read directory  
/etc/dbus-1/${prefix}/share/dbus-1/services
Bug#374812: dbus prevent X11 to start
Forcibly Merged 374747 374812.


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: Fixed in NMU of showimg 0.9.5-1.1

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 369023 + fixed
Bug#369023: showimg: Please build-depends on koffice-dev instead of libkexif-dev
There were no tags set.
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#374762: marked as done (freej: FTBFS: extra qualification 'Matrix::' on member 'getX')

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 07:02:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#374762: fixed in freej 0.8.1-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: freej
Version: 0.8.1-2
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of freej_0.8.1-2 on avidan by sbuild/i386 0.47
 Build started at 20060621-0808
 **
...
 ld -shared  -o obj/libjs.so obj/jsapi.o obj/jsarena.o obj/jsarray.o 
 obj/jsatom.o obj/jsbool.o obj/jscntxt.o obj/jsdate.o obj/jsdbgapi.o 
 obj/jsdhash.o obj/jsdtoa.o obj/jsemit.o obj/jsexn.o obj/jsfun.o obj/jsgc.o 
 obj/jshash.o obj/jsinterp.o obj/jslock.o obj/jslog2.o obj/jslong.o 
 obj/jsmath.o obj/jsnum.o obj/jsobj.o obj/jsopcode.o obj/jsparse.o obj/jsprf.o 
 obj/jsregexp.o obj/jsscan.o obj/jsscope.o obj/jsscript.o obj/jsstr.o 
 obj/jsutil.o obj/jsxdrapi.o obj/prmjtime.o   -lm -Lfdlibm/obj -lfdm
 gcc -o obj/js.o -c -Wall -Wno-format -DGCC_OPT_BUG -O2 -ffast-math 
 -fomit-frame-pointer -mmmx -pipe -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE 
 -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX  -D_REENTRANT -DEDITLINE -Iobj  
 js.c
 gcc -o obj/js -Wall -Wno-format -DGCC_OPT_BUG -O2 -ffast-math 
 -fomit-frame-pointer -mmmx -pipe -DXP_UNIX -DSVR4 -DSYSV -D_BSD_SOURCE 
 -DPOSIX_SOURCE -DHAVE_LOCALTIME_R -DX86_LINUX  -D_REENTRANT -DEDITLINE -Iobj  
 obj/js.o obj/libjs.a  -lm -Lfdlibm/obj -lfdm \
   editline/obj/libedit.a
 make[5]: `obj/jsautocfg.h' is up to date.
 make[5]: `obj/jscpucfg' is up to date.
 make[5]: `obj/jscpucfg.o' is up to date.
 make[5]: Nothing to be done for `obj/jsmathtemp.o'.
 make[5]: Leaving directory `/build/buildd/freej-0.8.1/lib/javascript'
 make[4]: Leaving directory `/build/buildd/freej-0.8.1/lib/javascript'
 Making all in flash
 make[4]: Entering directory `/build/buildd/freej-0.8.1/lib/flash'
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../..-pipe 
 -D_REENTRANT -O2 -fomit-frame-pointer -march=i486 -ffast-math -msse 
 -mfpmath=sse -MT adpcm.o -MD -MP -MF .deps/adpcm.Tpo -c -o adpcm.o 
 adpcm.cc; \
   then mv -f .deps/adpcm.Tpo .deps/adpcm.Po; else rm -f 
 .deps/adpcm.Tpo; exit 1; fi
 matrix.h:36: error: extra qualification 'Matrix::' on member 'getX'
 matrix.h:42: error: extra qualification 'Matrix::' on member 'getY'
 make[4]: *** [adpcm.o] Error 1
 make[4]: Leaving directory `/build/buildd/freej-0.8.1/lib/flash'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory `/build/buildd/freej-0.8.1/lib'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory `/build/buildd/freej-0.8.1'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/freej-0.8.1'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20060621-0828
 FAILED [dpkg-buildpackage died]
 --

-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: freej
Source-Version: 0.8.1-3

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

freej_0.8.1-3.diff.gz
  to pool/main/f/freej/freej_0.8.1-3.diff.gz
freej_0.8.1-3.dsc
  to pool/main/f/freej/freej_0.8.1-3.dsc
freej_0.8.1-3_i386.deb
  to pool/main/f/freej/freej_0.8.1-3_i386.deb



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

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

Debian distribution maintenance software
pp.
Guido Trotter [EMAIL PROTECTED] (supplier of updated freej 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: Wed, 21 Jun 2006 15:45:38 +0200
Source: freej
Binary: freej
Architecture: source i386
Version: 0.8.1-3
Distribution: unstable
Urgency: low
Maintainer: Guido Trotter [EMAIL PROTECTED]
Changed-By: Guido Trotter [EMAIL PROTECTED]
Description: 
 freej

Bug#374685: nautilus-cd-burner: fails to call cdrecord properly

2006-06-21 Thread Anand Kumria
On Tue, Jun 20, 2006 at 10:40:13PM +0200, Josselin Mouette wrote:
 Le mercredi 21 juin 2006 à 02:26 +1000, Anand Kumria a écrit :
  nautilus-cd-burner fails to call cdrecord correctly; and thus fails to
  burn an ISO image.
 
  [pid 16804] --- SIGCHLD (Child exited) @ 0 (0) ---
  [pid 16804] execve(/usr/bin/cdrecord.mmap, [cdrecord.mmap, fs=16m, 
  dev=/dev/hdc, -dao, driveropts=burnfree, -v, -data, -nopad, 
  /home/anand/Desktop/data.iso], [/* 38 vars */]) = 0
 
  So, the underlying command should be:
  /usr/bin/cdrecord.mmap fs=16m dev=/dev/hdc -dao driveropts=burnfree -v 
  -data -nopad /home/anand/Desktop/data.iso
 
 And as the execve call earlier shows, this is how it is called
 (actually, by /usr/bin/cdrecord which is only a wrapper script).
 Therefore I don't think your problem has anything to do with the
 cdrecord call.
 
 Could you please describe more precisely the problem you are
 encountering itself and how to reproduce it?

I thought I had, let's try again.

right-click on ISO image, select 'write to CD'.

I get a preperation dialog which is then followed by a dialog which says
Error writing to disc\nThere was an error writing to the disc.

In the meantime I'm monitoring the processes list and see this:

eve:[~]% ps aux | grep burn
anand17375  0.0  0.0   2348   592 ?S00:34   0:00 
/usr/lib/nautilus-cd-burner/mapping-daemon
anand 7792  5.9  1.4  24348 15092 ?S23:49   0:00 
/usr/bin/nautilus-cd-burner --source-iso=/home/anand/Desktop/data.iso
anand 7808  5.0  1.8  18448 18448 ?DL   23:50   0:00 cdrecord mmap 
fs=16m dev=/dev/hdc -dao driveropts=burnfree -v -data -nopad 
/home/anand/Desktop/data.iso
anand 7812  0.0  0.0   3020   736 pts/14   D+   23:50   0:00 grep burn

So, somehow cdrecord is invoked incorrectly which causes things to fail.

I've done a full -ff -F and saved the resulting files, and in this trace
set I can see cdrecord outputing something and then exiting.  Shall I
send these out-of-band to you?

Anand

-- 
 `When any government, or any church for that matter, undertakes to say to
  its subjects, This you may not read, this you must not see, this you are
  forbidden to know, the end result is tyranny and oppression no matter how
  holy the motives' -- Robert A Heinlein, If this goes on --


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



Processed: severity of 374619 is grave

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 severity 374619 grave
Bug#374619: evolution-exchange: Not responding to evolution, excessive memory 
consuption
Severity set to `grave' from `important'


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#369023: NMU diff

2006-06-21 Thread Alexander Schmehl
Hi!

Attached is the diff for -1.1 NMU I'm just uploading.

Yours sincerely,
  Alexander
diff -Nur showimg-0.9.5-org/debian/changelog showimg-0.9.5/debian/changelog
--- showimg-0.9.5-org/debian/changelog  2006-06-21 16:05:32.0 +0200
+++ showimg-0.9.5/debian/changelog  2006-06-21 15:26:16.018228000 +0200
@@ -1,3 +1,11 @@
+showimg (0.9.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Changing Build-Depends from libkexif-dev to koffice-dev to make the
+package build again (Closes: #369023)
+
+ -- Alexander Schmehl [EMAIL PROTECTED]  Wed, 21 Jun 2006 15:23:23 +0200
+
 showimg (0.9.5-1) unstable; urgency=low
   
   * New upstream release.
diff -Nur showimg-0.9.5-org/debian/control showimg-0.9.5/debian/control
--- showimg-0.9.5-org/debian/control2006-06-21 16:05:32.0 +0200
+++ showimg-0.9.5/debian/control2006-06-21 15:30:03.048416500 +0200
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Jean-Michel Kelbert [EMAIL PROTECTED]
-Build-Depends: debhelper ( 4.0.0), libkonq4-dev, libqt3-compat-headers, 
libtiff4-dev, xutils, libkipi-dev, libexif-dev, libkexif1-dev, kdelibs4-dev (= 
4:3.4.2-1), libkexi-dev
+Build-Depends: debhelper ( 4.0.0), libkonq4-dev, libqt3-compat-headers, 
libtiff4-dev, xutils, libkipi-dev, libexif-dev, libkexif1-dev, kdelibs4-dev (= 
4:3.4.2-1), koffice-dev
 Standards-Version: 3.6.1
 
 Package: showimg


signature.asc
Description: Digital signature


Bug#324978: GPL'ed vlc out of Etch

2006-06-21 Thread Pierre Morin
Reading Debian bug #324978 :

Let us wait it to be 365 days old to wonder why this
300 days old RC bug is not squashed and prevents GPL
vlc entering Etch ;-)

It doesn't seem to be a problem for other distros,
does it ?

PM






___ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com


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



Bug#372696: marked as done (cupsys: cupsd crashes mysteriously)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 08:17:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#372696: fixed in cupsys 1.2.1-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: cupsys
Version: 1.2.1-2
Severity: grave
Justification: renders package unusable


Cupsd crashes occasionally, particularly when browing the web interface.

I compiled from src and ran 'gdb' on the version with all the symbols
still intact, and the problem is near line 2541 on scheduler/dirsvc.c.

The code there reads:

  httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), ipp, NULL,
   iface-hostname, iface-port,
   (p-type  CUPS_PRINTER_CLASS) ? /classes/%s%s :
/printers/%s,
   p-name);

The two '%s' in the /classes/ branch are the problem.  When trying to
format the second, an invalid address is dereferenced, and BANG.

NeilBrown


-- 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
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cupsys depends on:
ii  adduser  3.87Add and remove users and groups
ii  debconf [debconf-2.0]1.5.1   Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  libacl1  2.2.37-1Access control list shared library
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcupsimage21.2.1-2 Common UNIX Printing System(tm) - 
ii  libcupsys2   1.2.1-2 Common UNIX Printing System(tm) - 
ii  libdbus-1-2  0.61-6  simple interprocess messaging syst
ii  libgnutls13  1.3.5-1.1   the GNU TLS library - runtime libr
ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.18  Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-5 Core Perl modules
ii  procps   1:3.2.6-2.2 /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-8  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.2.1-2  Common UNIX Printing System(tm) - 
ii  foomatic-filters3.0.2-20060530-1 linuxprinting.org printer support 
ii  smbclient   3.0.22-1 a LanManager-like simple client fo

-- debconf information:
  cupsys/raw-print: true
  cupsys/ports: 631
  cupsys/backend: ipp, lpd, parallel, socket, usb
  cupsys/portserror:
  cupsys/browse: true

---End Message---
---BeginMessage---
Source: cupsys
Source-Version: 1.2.1-3

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

cupsys-bsd_1.2.1-3_i386.deb
  to pool/main/c/cupsys/cupsys-bsd_1.2.1-3_i386.deb
cupsys-client_1.2.1-3_i386.deb
  to pool/main/c/cupsys/cupsys-client_1.2.1-3_i386.deb
cupsys_1.2.1-3.diff.gz
  to pool/main/c/cupsys/cupsys_1.2.1-3.diff.gz
cupsys_1.2.1-3.dsc
  to pool/main/c/cupsys/cupsys_1.2.1-3.dsc
cupsys_1.2.1-3_i386.deb
  to pool/main/c/cupsys/cupsys_1.2.1-3_i386.deb
libcupsimage2-dev_1.2.1-3_i386.deb
  to pool/main/c/cupsys/libcupsimage2-dev_1.2.1-3_i386.deb
libcupsimage2_1.2.1-3_i386.deb
  to pool/main/c/cupsys/libcupsimage2_1.2.1-3_i386.deb
libcupsys2-dev_1.2.1-3_i386.deb
  to pool/main/c/cupsys/libcupsys2-dev_1.2.1-3_i386.deb
libcupsys2-gnutls10_1.2.1-3_all.deb
  to pool/main/c/cupsys/libcupsys2-gnutls10_1.2.1-3_all.deb
libcupsys2_1.2.1-3_i386.deb
  to pool/main/c/cupsys/libcupsys2_1.2.1-3_i386.deb



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

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

Debian distribution maintenance software
pp.

Processed: setting package to kmymoney2, tagging 373707

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.20
 package kmymoney2
Ignoring bugs not assigned to: kmymoney2

 tags 373707 + pending
Bug#373707: kmymoney2: FTBFS in sid (problem with kbanking)
Tags were: patch
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#373839: marked as done (kdelibs4c2a: Unable to print to CUPS server)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 08:17:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#373839: fixed in cupsys 1.2.1-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: kdelibs4c2a
Version: 4:3.5.3-1
Severity: normal

Hello!

I'm unable to print from inside KDE to a CUPS server. cupsdoprint fails
with the following message reported via KNotify:
-- snip -- snap -- snip -- snap --
A print error occurred. Error message received from system:

cupsdoprint -P 'CanonDriver' -J '' -H 'X:631' -U 'X' -o '
copies=1 orientation-requested=3' '/tmp/kde-X/konqueroroBZjMa.ps' :
execution failed with message:
client-error-bad-request 
-- snap -- snip -- snap -- snip --
(-H and -U fields hidden)

The CUPS server runs Debian/Linux (stable); from there, i gathered the
following information:

Contents of access_log:
-- snip -- snap -- snip -- snap --
192.168.0.3 - - [15/Jun/2006:21:44:58 +0200] GET /ppd/CanonDriver.ppd
HTTP/1.1 200 29179
192.168.0.3 - - [15/Jun/2006:21:44:58 +0200] POST /printers/CanonDriver
HTTP/1.1 400 0
192.168.0.3 - - [15/Jun/2006:21:44:59 +0200] POST /printers/ HTTP/1.1
200 250
192.168.0.3 - - [15/Jun/2006:21:44:59 +0200] POST /classes/ HTTP/1.1
200 221
192.168.0.3 - - [15/Jun/2006:21:44:59 +0200] POST /printers/ HTTP/1.1
200 109
192.168.0.3 - - [15/Jun/2006:21:44:59 +0200] POST / HTTP/1.1 200 374
-- snap -- snip -- snap -- snip --

Contents of error_log:
-- snip -- snap -- snip -- snap --
E [15/Jun/2006:21:44:59 +0200] ReadClient: 6 IPP Read Error!
-- snap -- snip -- snap -- snip --

CUPS on print server:
-- snip -- snap -- snip -- snap --
$ dpkg -l | grep -i cups
ii  cups-pdf   1.7.0a-1   PDF printer for CUPS
ii  cupsys 1.1.23-10sarge Common UNIX Printing System(tm) -
server
ii  cupsys-client  1.1.23-10sarge Common UNIX Printing System(tm) -
client pro
ii  cupsys-pt  1.2.4-3Tool for viewing/managing print jobs
under C
ii  libcupsimage2  1.1.23-10sarge Common UNIX Printing System(tm) -
image libs
ii  libcupsys2-gnu 1.1.23-10sarge Common UNIX Printing System(tm) - libs
-- snap -- snip -- snap -- snip --


Searching the web showed a similar error in Ubuntu (bug ID: 42513)
https://launchpad.net/distros/ubuntu/+source/cupsys/+bug/42513


Kind regards,
Jan


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kdelibs4c2a depends on:
ii  kdelibs-data   4:3.5.3-1 core shared data for all KDE appli
ii  libacl12.2.37-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libarts1c2a1.5.3-1   aRts sound system core components
ii  libasound2 1.0.11-3  ALSA library
ii  libaspell150.60.4-4  GNU Aspell spell-checker runtime l
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.7-9 The Network Audio System (NAS). (s
ii  libavahi-client3   0.6.10-1  Avahi client library
ii  libavahi-common3   0.6.10-1  Avahi common library
ii  libavahi-qt3-1 0.6.10-1  Avahi QT3 integration library
ii  libbz2-1.0 1.0.3-2   high-quality block-sorting file co
ii  libc6  2.3.6-13  GNU C Library: Shared libraries
ii  libcomerr2 1.39-1common error description library
ii  libcupsys2 1.2.1-2   Common UNIX Printing System(tm) - 
ii  libfam02.7.0-10  Client library to control the FAM 
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.0-4 GCC support library
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libidn11   0.5.18-2  GNU libidn library, implementation
ii  libjasper-1.701-1  1.701.0-2 The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkrb53   1.4.3-7   MIT Kerberos runtime libraries
ii  liblua50   5.0.2-6   Main interpreter library for the L
ii  

Bug#372586: marked as done (cupsys: passes wrong command line arguments to backend)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 08:17:07 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#372586: fixed in cupsys 1.2.1-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: cupsys
Version: 1.2.1-2
Severity: grave
Justification: renders package unusable

Hi,

Either CUPS 1.2 passes wrong command line arguments to the backends, or the
parallel backend bundled with CUPS 1.2 is buggy in some way.

Either way, I am unable to print using the parallel backend; the backend
returns a failure code.

Trying to print a test page, here's what happens:

--- backend environment:
declare -x CHARSET=utf-8
declare -x CONTENT_TYPE=application/postscript
declare -x CUPS_CACHEDIR=/var/cache/cups
declare -x CUPS_DATADIR=/usr/share/cups
declare -x CUPS_DOCROOT=/usr/share/cups/doc-root
declare -x CUPS_ENCRYPTION=IfRequested
declare -x CUPS_FONTPATH=/usr/share/cups/fonts
declare -x CUPS_REQUESTROOT=/var/spool/cups
declare -x CUPS_SERVER=localhost
declare -x CUPS_SERVERBIN=/usr/lib/cups
declare -x CUPS_SERVERROOT=/etc/cups
declare -x CUPS_STATEDIR=/var/run/cups
declare -x DEVICE_URI=parallel:/dev/lp0
declare -x FINAL_CONTENT_TYPE=printer/hpl3
declare -x IPP_PORT=631
declare -x LANG=en
declare -x OLDPWD
declare -x PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin
declare -x PPD=/etc/cups/ppd/hpl3.ppd
declare -x PRINTER=hpl3
declare -x PWD=/
declare -x RIP_MAX_CACHE=8m
declare -x SERVER_ADMIN=[EMAIL PROTECTED]
declare -x SHLVL=1
declare -x SOFTWARE=CUPS/1.2.1
declare -x TMPDIR=/var/spool/cups/tmp
declare -x TZ=Europe/Paris
declare -x USER=root


--- backend command line:
329 julien Test Page 1 job-uuid=urn:uuid:e318d39c-b113-3bde-55d0-ca35e4fe5327

--- strace -eopen output:
open(/etc/ld.so.cache, O_RDONLY)  = 4
open(/usr/lib/libcups.so.2, O_RDONLY) = 4
open(/usr/lib/libgnutls.so.13, O_RDONLY) = 4
open(/lib/tls/libpthread.so.0, O_RDONLY) = 4
open(/lib/tls/libcrypt.so.1, O_RDONLY) = 4
open(/lib/tls/libc.so.6, O_RDONLY)= 4
open(/usr/lib/libz.so.1, O_RDONLY)= 4
open(/usr/lib/libgcrypt.so.11, O_RDONLY) = 4
open(/usr/lib/libgpg-error.so.0, O_RDONLY) = 4
open(/lib/tls/libnsl.so.1, O_RDONLY)  = 4
open(job-uuid=urn:uuid:e318d39c-b113-3bde-55d0-ca35e4fe5327, 
O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)


Executing the parallel backend:
% ./parallel --help
Usage: parallel job-id user title copies options [file]


If this is not Debian-specific, then I really wonder how much QA is done on
CUPS releases upstream...

I tried recreating a printer from scratch, same result.

The parallel backend works OK when run by hand with the right command line
arguments (surprisingly, sigh.).

JB.

-- 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
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cupsys depends on:
ii  adduser  3.87Add and remove users and groups
ii  debconf [debconf-2.0]1.5.1   Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  libacl1  2.2.37-1Access control list shared library
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcupsimage21.2.1-2 Common UNIX Printing System(tm) - 
ii  libcupsys2   1.2.1-2 Common UNIX Printing System(tm) - 
ii  libdbus-1-2  0.61-6  simple interprocess messaging syst
ii  libgnutls13  1.3.5-1.1   the GNU TLS library - runtime libr
ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.18  Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-5 Core Perl modules
ii  procps   1:3.2.6-2.2 /proc file system utilities
ii  xpdf-utils [poppler-util 3.01-8  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.2.1-2  Common UNIX Printing System(tm) - 
ii  

Bug#373223: libglew-dev: glew header trashes glut header.

2006-06-21 Thread Steinar H. Gunderson
On Tue, Jun 13, 2006 at 12:33:43PM -0400, Nick Lewycky wrote:
 GLEW can't be used with GLUT at the moment. I have freeglut3 3.8.0
 installed.

There is no such version in the archive; the latest version is 2.4.0-5. Could
you please recheck this? I'm unable to reproduce your bug with the latest
freeglut3-dev.

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


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



Bug#326902: marked as done (libmpcdec_1.2.1-1(m68k/unstable/poseidon): FTBFS on m68k)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 17:50:28 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#326902: fixed in libmpcdec 1.2.1-2
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: libmpcdec
Version: 1.2.1-1
Severity: serious
Justification: fails to build on release candidate arch.
Tags: sid


libmpcdec fails to build from source on m68k. This is likely due
to bug #317475 on gcc-4.0. As a workaround, you might try compiling with
less optimization or gcc-3.3/gcc-3.4.


A full buildd log is available at 
http://buildd.debian.org/build.php?pkg=libmpcdecver=1.2.1-1arch=m68k

Other buildd logs may be available at 
http://buildd.debian.org/build.php?arch=pkg=libmpcdec

--
Stephen R. Marenka If life's not fun, you're not doing it right!
[EMAIL PROTECTED]

---End Message---
---BeginMessage---
Version: 1.2.2-1

On Thu, Sep 15, 2005 at 01:47:32PM -0700, Joe Wreschnig wrote:
  libmpcdec (1.2.1-2) unstable; urgency=low
  .
* Build with -O2 on m68k. (Closes: #326902)

For some reason, this changelog snippet is not included in the 1.2.2-1
package, which leaves the problem open in the BTS (it doesn't understand
that 1.2.2-1 incorporates the fixes from 1.2.1-2). 1.2.2-1 does indeed build
on m68k, so I'm marking it as fixed in that version as well.

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


Bug#374844: klineakconfig: FTBFS: X11/extensions/XKBfile.h: No such file or directory

2006-06-21 Thread Julien Danjou
Package: klineakconfig
Version: 0.8-beta2-6
Severity: serious

Hello,

There was a problem while autobuilding your package:

 Automatic build of klineakconfig_0.8-beta2-6 on avidan by sbuild/i386 0.47
 Build started at 20060621-1817
 **
...
 checking for poll in -lpoll... no
 checking CoreAudio/CoreAudio.h usability... no
 checking CoreAudio/CoreAudio.h presence... no
 checking for CoreAudio/CoreAudio.h... no
 checking if res_init needs -lresolv... yes
 checking if res_init is available... yes
 checking for killpg in -lucb... no
 checking for int... yes
 checking size of int... 4
 checking for long... yes
 checking size of long... 4
 checking for char *... yes
 checking size of char *... 4
 checking for char... yes
 checking size of char... 1
 checking for dlopen in -ldl... (cached) yes
 checking for shl_unload in -ldld... no
 checking for vsnprintf... yes
 checking for snprintf... yes
 checking for X... libraries /usr/lib, headers .
 checking for IceConnectionNumber in -lICE... yes
 checking for libXext... yes
 checking for Xinerama... no
 checking for pthread_create in -lpthread... yes
 checking for extra includes... no
 checking for extra libs... no
 checking for libz... -lz
 checking for libpng... -lpng -lz -lm
 checking for libjpeg6b... no
 checking for libjpeg... -ljpeg
 checking for Qt... libraries /usr/share/qt3/lib, headers /usr/include/qt3 
 using -mt
 checking if Qt compiles without flags... yes
 checking for moc... /usr/share/qt3/bin/moc
 checking for uic... /usr/share/qt3/bin/uic
 checking whether uic supports -L ... yes
 checking whether uic supports -nounload ... yes
 checking if Qt needs -ljpeg... no
 checking for rpath... no
 checking for KDE... libraries /usr/lib, headers /usr/include/kde
 checking if UIC has KDE plugins available... yes
 checking for KDE paths... defaults
 checking for dcopidl... /usr/bin/dcopidl
 checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
 checking for mcopidl... /usr/bin/mcopidl
 checking for artsc-config... /usr/bin/artsc-config
 checking for kde-config... /usr/bin/kde-config
 checking for meinproc... /usr/bin/meinproc
 checking Looking for lineak headers... /usr/include/lineak
 checking for X... libraries /usr/lib, headers .
 checking for ac_check_lineak in -llineak... yes
 checking Looking for the plugin directory... /usr/lib/lineakd/plugins
 checking for keyboard definitions file... /etc/lineakkb.def
 checking if doc should be compiled... yes
 checking if icons should be compiled... yes
 checking if klineakconfig should be compiled... yes
 checking if po should be compiled... yes
 configure: creating ./config.status
 wrong input (flag != 4) at admin/conf.change.pl line 109,  line 1192.
 config.status: creating Makefile
 config.status: creating doc/Makefile
 config.status: creating doc/en/Makefile
 config.status: creating icons/Makefile
 config.status: creating klineakconfig/Makefile
 config.status: creating po/Makefile
 config.status: creating config.h
 config.status: executing depfiles commands
 
 Good - your configure finished. Start make now
 
 /usr/bin/make
 make[1]: Entering directory `/build/buildd/klineakconfig-0.8-beta2'
 /usr/bin/make  all-recursive
 make[2]: Entering directory `/build/buildd/klineakconfig-0.8-beta2'
 Making all in klineakconfig
 make[3]: Entering directory 
 `/build/buildd/klineakconfig-0.8-beta2/klineakconfig'
 /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o 
 klineakpreferencesui.h ./klineakpreferencesui.ui
 /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o 
 klineakdefui.h ./klineakdefui.ui
 /usr/share/qt3/bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o 
 klineakconfigui.h ./klineakconfigui.ui
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
 -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  
 -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   
 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
 -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
 -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new  -MT 
 klineakpreferences.o -MD -MP -MF .deps/klineakpreferences.Tpo \
 -c -o klineakpreferences.o `test -f 'klineakpreferences.cpp' || echo 
 './'`klineakpreferences.cpp; \
   then mv -f .deps/klineakpreferences.Tpo 
 .deps/klineakpreferences.Po; \
   else rm -f .deps/klineakpreferences.Tpo; exit 1; \
   fi
 if i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde 
 -I/usr/include/qt3 -I.  -I. -I..  -I/usr/include/kde -I/usr/include/qt3 -I.  
 -I.  -DQT_THREAD_SUPPORT  -D_REENTRANT -I/usr/include/lineak -I/usr/include   
 -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
 -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align 
 -Wconversion -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new  -MT

Bug#374076: seems pymacs's path is changed

2006-06-21 Thread Chai Kov
Hi, I found the path to pymacs.el is changed in pymacs package. If the install 
script of python-mode follows the change, the bug will be fixed:

--- /usr/lib/emacsen-common/packages/install/python-mode2006-03-05
23:25:11 +0800
+++ /tmp/python-mode2006-06-22 00:16:17 +0800
@@ -44,7 +44,7 @@

 cat  EOF  path.el
  (setq load-path (cons . load-path))
  -(setq load-path (cons /usr/share/emacs/site-lisp/pymacs-elisp
  load-path))
  +(setq load-path (cons /usr/share/emacs/site-lisp/pymacs load-path))
  (setq byte-compile-warnings nil)
  EOF
  ${FLAVOR} ${FLAGS} ${FILES}

-- 
Regards,
Kov Chai
2006.06.22 Thu

--
God does arithmetic.
  -- K.F. Gauss


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



Bug#374777: marked as done (ntp-server: init scripts fails on upgrade and upgrade fails)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 18:29:55 +0200
with message-id [EMAIL PROTECTED]
and subject line [pkg-ntp-maintainers] Bug#374777: ntp-server: init scripts 
fails on upgrade and upgrade fails
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: ntp-server
Version: 1:4.2.0a+stable-8.2
Severity: grave
Justification: renders package unusable

Hi,

The new version seems to have an issue with the init script too, although the 
previous bugs have been closed.

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
  ntp-server
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/34.2kB of archives.
After unpacking 73.7kB disk space will be freed.
Do you want to continue [Y/n]? 
(Reading database ... 43116 files and directories currently installed.)
Preparing to replace ntp-server 1:4.2.0a+stable-8.2 (using 
.../ntp-server_1%3a4.2.0a+stable-9_i386.deb) ...
Stopping NTP server: ntpdinvoke-rc.d: initscript ntp-server, action stop 
failed.
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Stopping NTP server: ntpdinvoke-rc.d: initscript ntp-server, action stop 
failed.
dpkg: error processing 
/var/cache/apt/archives/ntp-server_1%3a4.2.0a+stable-9_i386.deb (--unpack):
 subprocess new pre-removal script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/ntp-server_1%3a4.2.0a+stable-9_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Versions of packages ntp-server depends on:
ii  ntp1:4.2.0a+stable-9 Network Time Protocol: network uti
ii  ntp-simple 1:4.2.0a+stable-9 Network Time Protocol: daemon for 

ntp-server recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Version: 1:4.2.0a+stable-9

 Preparing to replace ntp-server 1:4.2.0a+stable-8.2 (using 
 .../ntp-server_1%3a4.2.0a+stable-9_i386.deb) ...
 Stopping NTP server: ntpdinvoke-rc.d: initscript ntp-server, action stop 
 failed.
 dpkg: warning - old pre-removal script returned error exit status 1
  ^^^

So, it's the version 8.2 that failed to stop at this point.

 dpkg - trying script from the new package instead ...
 Stopping NTP server: ntpdinvoke-rc.d: initscript ntp-server, action stop 
 failed.

This is the new version of the prerm script, but not the new
version of the init.d script.

So I still believe this is fixed in 1:4.2.0a+stable-9, so I'm
closing this.

If you have any problems, or think this needs fixing, feel free
to ask.


Kurt

---End Message---


Bug#373707: marked as done (kmymoney2: FTBFS in sid (problem with kbanking))

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 09:17:21 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#373707: fixed in kmymoney2 0.8.4-3
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: kmymoney2
Version: 0.8.4-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Today I tried to build kmymoney2 from source. I used an up-to-date pbuilder sid 
chroot. I get the following while making all in kbanking:

Making all in kbanking
make[6]: Entering directory 
`/tmp/buildd/kmymoney2-0.8.4/obj-i486-linux-gnu/kmymoney2/plugins/kbanking'
/usr/share/qt3/bin/moc 
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.h -o 
mymoneybanking.moc
/bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H 
-I. -I/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking -I../../.. 
-I/usr/include/kde -I/usr/share/qt3/include -I.  -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/qt3 -I/usr/include/kde -I/usr/include -I..  -DQT_THREAD_SUPPORT  
-D_REENTRANT -DKMM_DEBUG=0  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security 
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
-fno-common -fexceptions  -c -o mymoneybanking.lo 
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp
/bin/sh ../../../libtool --silent --tag=CXX --mode=link g++  -Wno-long-long 
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion 
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -fexceptions-o kmm_kbanking.la 
-rpath /usr/lib/kde3 -module -avoid-version -module -no-undefined 
-Wl,--no-undefined -Wl,--allow-shlib-undefined   -L/usr/share/qt3/lib 
-L/usr/lib-lkdecore -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE 
-lpthread mymoneybanking.lo -L/usr/lib -lkbanking ../libkmm_plugin.la 
../../../kmymoney2/mymoney/libkmm_mymoney.la -lofx
..libs/mymoneybanking.o: In function 
`KMyMoneyBanking::_getAccountStatus(AB_IMEXPORTER_ACCOUNTINFO*)':
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:273:
 undefined reference to `GWEN_Logger_GetLevel'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:276:
 undefined reference to `AB_ImExporterAccountInfo_GetFirstAccountStatus'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:302:
 undefined reference to `AB_ImExporterAccountInfo_GetNextAccountStatus'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:284:
 undefined reference to `AB_AccountStatus_GetTime'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:285:
 undefined reference to `AB_AccountStatus_GetTime'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:295:
 undefined reference to `GWEN_Time_Diff'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:273:
 undefined reference to `AB_ImExporterAccountInfo_GetAccountNumber'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:273:
 undefined reference to `AB_ImExporterAccountInfo_GetBankCode'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:273:
 undefined reference to `GWEN_Logger_Log'
..libs/mymoneybanking.o: In function `KBankingPlugin::accountIsMapped(QCString 
const)':
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:187:
 undefined reference to `Banking::getCInterface()'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:187:
 undefined reference to `AB_Banking_GetAccountByAlias'
..libs/mymoneybanking.o: In function 
`KBankingPlugin::slotAccountOnlineUpdate()':
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:196:
 undefined reference to `QBanking::requestBalance(char const*)'
/tmp/buildd/kmymoney2-0.8.4/./kmymoney2/plugins/kbanking/mymoneybanking.cpp:197:
 

Processed: Re: FTBFS on mips: no defconfig

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 355743 -1
Bug#355743: FTBFS on mips: no defconfig
Bug 355743 cloned as bug 374846.

 retitle -1 FTBFS on powerpc: no defconfig
Bug#374846: FTBFS on mips: no defconfig
Changed Bug title.

 tags -1 +patch
Bug#374846: FTBFS on powerpc: no defconfig
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#355743: FTBFS on mips: no defconfig

2006-06-21 Thread Alexander Schmehl
clone 355743 -1
retitle -1 FTBFS on powerpc: no defconfig
tags -1 +patch
thanks

Hi!

* Martin Michlmayr [EMAIL PROTECTED] [060307 17:30]:

 Your package no longer builds on mips (and mipsel).  This is a
 regression and therefor a serious (RC) bug.
[..]
 You either need to add defconfigs for mips/mipsel (and figure out
 what's up with powerpc) or request the removal of the mips/mipsel (and
 powerpc?) binary packages.

It's the same on powerpc:
http://buildd.debian.org/build.php?pkg=rtaiver=3.2-1arch=powerpcfile=log

  Automatic build of rtai_3.2-1 on bigsur by sbuild/mips 1.75
 ...
  base \
  testsuite \
  debian/rtai-source/usr/src/modules/rtai
  # move the defconfig files for all architecture we support to template file 
  name
  mv debian/rtai-source/usr/src/modules/rtai/base/arch/mips/defconfig \
  
  debian/rtai-source/usr/src/modules/rtai/base/arch/mips/defconfig.in
  mv: cannot stat 
  `debian/rtai-source/usr/src/modules/rtai/base/arch/mips/defconfig': No such 
  file or directory
  make: *** [install] Error 1

However I just played a bit with it on my powerpc, and found something odd:
powerpc is suppported by upstream, but isn't called powerpc, but ppc:

=
[EMAIL PROTECTED]:/tmp/rtai-3.2$ ll 
debian/rtai-source/usr/src/modules/rtai/base/arch/
insgesamt 40
drwxr-xr-x 4 alex alex  4096 2005-05-10 14:00 arm
-rw-r--r-- 1 alex alex   127 2005-03-18 09:57 GNUmakefile.am
-rw-r--r-- 1 alex alex 22348 2005-03-18 10:29 GNUmakefile.in
drwxr-xr-x 5 alex alex  4096 2005-05-10 14:00 i386
drwxr-xr-x 4 alex alex  4096 2006-06-21 17:43 ppc
=

(Note the directory ppc).

But because of:
=
[EMAIL PROTECTED]:~$ dpkg-architecture -qDEB_BUILD_ARCH
powerpc
=

This part of Debian rules fails:
=
# move the defconfig files for all architecture we support to template 
file name
mv 
debian/$(psource)/usr/src/modules/$(package)/base/arch/$(DEB_BUILD_ARCH)/defconfig
 \

debian/$(psource)/usr/src/modules/$(package)/base/arch/$(DEB_BUILD_ARCH)/defconfig.in
=

A dirtly little hack would be, to just create a symlink from ppc to powerpc, 
like this:
=
ifeq ($(DEB_BUILD_ARCH), powerpc)
ln -s ppc debian/$(psource)/usr/src/modules/$(package)/base/arch/powerpc
endif
=


Attached you'll find a patch for this issue.  However:  I have no clue
how to fix the mips/mipsel problem.  Therefore no upload, just taging it
patch.


Yours sincerely,
  Alexander



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



Bug#374076: (no subject)

2006-06-21 Thread Chai Kov
Hi,
The path to pymacs.el is changed to /usr/share/emacs/site-lisp/pymacs. I
think that the install script of python-mode should be modified to follow it.
Following is a patch doing this:

--- /usr/lib/emacsen-common/packages/install/python-mode2006-03-05
23:25:11 +0800
+++ /tmp/python-mode2006-06-22 00:16:17 +0800
@@ -44,7 +44,7 @@

cat  EOF  path.el
 (setq load-path (cons . load-path))
 -(setq load-path (cons /usr/share/emacs/site-lisp/pymacs-elisp
 load-path))
 +(setq load-path (cons /usr/share/emacs/site-lisp/pymacs load-path))
 (setq byte-compile-warnings nil)
 EOF
 ${FLAVOR} ${FLAGS} ${FILES}
-- 
Regards,
Tchaikov
2006.06.22 Thu


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



Processed: Fixed in NMU of varkon 1.18A-2.1

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 328039 + fixed
Bug#328039: FTBFS: Uses unsupported -fwritable-strings option
There were no tags set.
Tags added: fixed

 tag 359587 + fixed
Bug#359587: varkon: please finish /usr/doc transition
There were no tags set.
Tags added: fixed

 tag 359591 + fixed
Bug#359591: varkon-user-manual: please finish /usr/doc transition
There were no tags set.
Tags added: fixed

 tag 359594 + fixed
Bug#359594: varkon-programmer-manual: please finish /usr/doc transition
There were no tags set.
Tags added: fixed

 tag 359768 + fixed
Bug#359768: varkon: registers non-existent file with doc-base
There were no tags set.
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#374777: closed by Kurt Roeckx [EMAIL PROTECTED] (Re: [pkg-ntp-maintainers] Bug#374777: ntp-server: init scripts fails on upgrade and upgrade fails)

2006-06-21 Thread Olaf van der Spek

Debian Bug Tracking System wrote:

So, it's the version 8.2 that failed to stop at this point.


dpkg - trying script from the new package instead ...
Stopping NTP server: ntpdinvoke-rc.d: initscript ntp-server, action stop 
failed.


This is the new version of the prerm script, but not the new
version of the init.d script.

So I still believe this is fixed in 1:4.2.0a+stable-9, so I'm
closing this.

If you have any problems, or think this needs fixing, feel free
to ask.


So how should one fix this situation?
apt-get dist-upgrade doesn't fix it.


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



Bug#324912: gftp-gtk: segfaults regularly

2006-06-21 Thread Nicolas
Hello,

I used gftp-gtk. Since a few months, the crashes are very rare. I always
used the latest version available in SID. Now, it's 2.0.18.

When I realized the crashes do not occur as often as before, I decided
to use gftp again.

Thanks.
Nicolas.


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



Processed: Re: closing 314923

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 314923 5.99.0+final-12
Bug#314923: grace6: xmgrace exits with Broken or incomplete installation - 
read the FAQ!
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug#334019: grace: fails immediately with error Broken or incomplete 
installation
Bug marked as fixed in version 5.99.0+final-12, send any further explanations 
to Manolo Díaz [EMAIL PROTECTED]

 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: Fixed in NMU of qterm 0.4.0pre3-2.1

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 355663 + fixed
Bug#355663: FTBFS with G++ 4.1: qtermhttp.cpp:94: error: unknown escape 
sequence '\='
Tags were: pending 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#355663: qterm: pending

2006-06-21 Thread Alexander Schmehl
Hi!

* LI Daobing [EMAIL PROTECTED] [060317 08:02]:

 I have upload a new version to mentors [1], now I am waiting for a
 sponsor to upload it.
 
 [1] http://mentors.debian.net/debian/pool/main/q/qterm/  

Since the link doesn't work, and you didn't reacted on this release
critical bug for quite some time, I just verified that Martins patch
indeed works (qterm compiles and runs with it cleanly) and NMUed it.
Attached you'll find the complete patch.


Yours sincerely,
  Alexander
diff -Nur qterm-0.4.0pre3-org/debian/changelog qterm-0.4.0pre3/debian/changelog
--- qterm-0.4.0pre3-org/debian/changelog2006-06-21 19:24:52.0 
+0200
+++ qterm-0.4.0pre3/debian/changelog2006-06-21 19:13:08.820975000 +0200
@@ -1,3 +1,11 @@
+qterm (0.4.0pre3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Applied patch by Martin Michlmayr to fix FTBFS with gcc 4.1 (Closes:
+#355663)
+
+ -- Alexander Schmehl [EMAIL PROTECTED]  Wed, 21 Jun 2006 19:11:58 +0200
+
 qterm (0.4.0pre3-2) unstable; urgency=low
 
   * rebuild depends on libssl-dev (= 0.9.8-1)
diff -Nur qterm-0.4.0pre3-org/debian/patches/00list 
qterm-0.4.0pre3/debian/patches/00list
--- qterm-0.4.0pre3-org/debian/patches/00list   2006-06-21 19:24:52.0 
+0200
+++ qterm-0.4.0pre3/debian/patches/00list   2006-06-21 19:11:52.208187000 
+0200
@@ -1,2 +1,3 @@
 01-amd64.dpatch
 02-openssl.dpatch
+10_g++-4.1-fix.dpatch
diff -Nur qterm-0.4.0pre3-org/debian/patches/10_g++-4.1-fix.dpatch 
qterm-0.4.0pre3/debian/patches/10_g++-4.1-fix.dpatch
--- qterm-0.4.0pre3-org/debian/patches/10_g++-4.1-fix.dpatch1970-01-01 
01:00:00.0 +0100
+++ qterm-0.4.0pre3/debian/patches/10_g++-4.1-fix.dpatch2006-06-21 
19:11:30.806849500 +0200
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_g++-4.1-fix.dpatch by  [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
[EMAIL PROTECTED]@
+diff -urNad qterm-0.4.0pre3~/qterm/qtermhttp.cpp 
qterm-0.4.0pre3/qterm/qtermhttp.cpp
+--- qterm-0.4.0pre3~/qterm/qtermhttp.cpp   2005-09-01 16:58:19.0 
+0200
 qterm-0.4.0pre3/qterm/qtermhttp.cpp2006-06-21 19:11:26.0 
+0200
+@@ -91,7 +91,7 @@
+ //ValueString = ValueString.mid(ValueString.find(';') + 
1).stripWhiteSpace();
+ //if(ValueString.lower().find(filename) == 0)
+ //m_strHttpFile = ValueString.mid(ValueString.find('=') + 
1).stripWhiteSpace();
+-  QRegExp re(filename\=.*, false);
++  QRegExp re(filename=.*, false);
+   int pos=re.search(ValueString);
+   if(pos!=-1)
+   m_strHttpFile = ValueString.mid(pos+9,re.matchedLength()-9);


Bug#374851: html-helper-mode: Mismatched parentheses in 50html-helper-mode.el

2006-06-21 Thread Sven Joachim

Package: html-helper-mode
Version: 3.0.4kilo-1
Severity: grave
Tags: patch

Something went wrong when you applied my patch for #374587, since
there is a closing parenthesis missing in line 17 of
/etc/emacs/site-start.d/50html-helper-mode.el.  The result is an error
message during Emacs' start (Error while loading 50html-helper-mode)
and the autoloads are not set up, rendering html-helper-mode unusable.
A patch follows:

--- 50html-helper-mode.el.orig  2006-06-20 19:46:22.0 +0200
+++ 50html-helper-mode.el   2006-06-21 17:07:22.0 +0200
@@ -14,7 +14,7 @@
(debian-pkg-add-load-path-item
 (concat /usr/share/
 (symbol-name debian-emacs-flavor)
- /site-lisp/html-helper-mode)
+ /site-lisp/html-helper-mode))

;; Put the uncompiled code in the path too
(setq load-path


-- 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.17
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages html-helper-mode depends on:
ii  css-mode0.11-5   A Cascading Style Sheets (CSS) edi
ii  emacs-snapshot [emacsen]1:20060615-1 The GNU Emacs editor (development 
ii  emacs-snapshot-gtk [emacsen 1:20060615-1 The GNU Emacs editor (with GTK+ 2.

ii  emacs21 [emacsen]   21.4a-6  The GNU Emacs editor

html-helper-mode 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 grace6 5.99.0+final-12.1

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 373568 + fixed
Bug#373568: grace6: FTBFS: No rule to make target 
`/usr/X11R6/include/X11/Intrinsic.h', needed by `main.o
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#374705: marked as forwarded (adduser: creates incorrect mail spool files during new installation)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 18:10:42 +0200
with message-id [EMAIL PROTECTED]
has caused the Debian Bug report #374705,
regarding adduser: creates incorrect mail spool files during new installation
to be marked as having been forwarded to the upstream software
author(s) Tomasz Kłoczko [EMAIL PROTECTED].

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Tomasz, you probably already saw this contribution by Stephen Gran
about http://bugs.debian.org/374705 (see the whole story there: as
this bug was reassigned to shadow we didn't have the originating bug
report in our mailing list).

Just sending this directly to you to properly record the forwarded
status in our BTS...and also to get attention..:-)

The bug seems related to the following change which appeared in 4.0.16
for you, but which we applied in 4.0.15-10 in Debian:

  * Upstream bugs or fixes fixed in upstream releases or CVS:
- Fix for CERT VU#312962
  + check the return value of fchown before fchmod when the mailbox is
created by useradd


- Forwarded message from Stephen Gran [EMAIL PROTECTED] -

Date: Wed, 21 Jun 2006 10:55:36 +0100
From: Stephen Gran [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [Pkg-shadow-devel] Bug#374705: tentative patch
Reply-To: Stephen Gran [EMAIL PROTECTED], [EMAIL PROTECTED]
X-CRM114-Status: SPAM  ( pR: -7.2743 )

Hey all,

I think I might have found the problem.  The mail spool is open()ed, and
then the fd is checked to see if there is an error (as is proper).  The
problem is, the fchown/fchmod calls happen in the same logic path as
error handling, not in an else block.  The attached patch should fix it.

I have to note in passing, though, that I had to change the line

if (strcasecmp (create_mail_spool, yes) == 0) {

to 

if (strcasecmp (def_create_mail_spool, yes) == 0) {

to even enter this block in the first place - is there an incomplete
variable name transition, or am I doing something wrong?

--- src/useradd.c~  2006-06-21 10:51:01.0 +0100
+++ src/useradd.c   2006-06-21 10:51:17.0 +0100
@@ -1599,6 +1599,7 @@
if (fd  0) {
perror (_(Creating mailbox file));
return;
+   } else {

gr = getgrnam (mail);
if (!gr) {

Take care,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -



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


- End forwarded message -

---End Message---


Bug#374777: closed by Kurt Roeckx [EMAIL PROTECTED] (Re: [pkg-ntp-maintainers] Bug#374777: ntp-server: init scripts fails on upgrade and upgrade fails)

2006-06-21 Thread Kurt Roeckx
On Wed, Jun 21, 2006 at 07:04:42PM +0200, Olaf van der Spek wrote:
 
 So how should one fix this situation?
 apt-get dist-upgrade doesn't fix it.

You have various options:
- Run /etc/init.d/ntp-server start, so that stopping it works.
- Edit the /etc/init.d/ntp-server script, and add a --oknodo to
  the start-stop-daemon --stop call.  This is what changed in -9.
- Remove the -e from the first line.  Adding that is actually
  the reason you have the problem in the first place.

Hope this helps.


Kurt



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



Bug#374856: tinyerp-client: traceback at atartup - missing icon symlink

2006-06-21 Thread Damyan Ivanov
Package: tinyerp-client
Version: 3.3.0-1
Severity: grave
Justification: renders package unusable

Hi,

Thanks for packaging tinyerp.

Today I wanted to give the new 3.3 a try, but failed. tinyerp-client crashes
with traceback on startup:

--
$ tinyerp-client
Traceback (most recent call last):
  File ./tinyerp-client.py, line 122, in ?
win = modules.gui.main.terp_main()
  File
/usr/lib/python2.3/site-packages/tinyerp-client/modules/gui/main.py,
line 88, in __init__

self.window.set_icon(gtk.gdk.pixbuf_new_from_file(common.terp_path_pixmaps('tinyerp_icon.png')))
  File
/usr/lib/python2.3/site-packages/tinyerp-client/common/common.py, line
58, in lambda
terp_path_pixmaps = lambda x: _search_file(x, 'path.pixmaps')
  File
/usr/lib/python2.3/site-packages/tinyerp-client/common/common.py, line
53, in _search_file
assert len(tests), 'Could not find path for %s !\nTry to edit
~/.terprc or run Tiny ERP from it\'s install path.' % x
AssertionError: Could not find path for
/usr/lib/python2.3/site-packages/tinyerp-client/tinyerp_icon.png !
Try to edit ~/.terprc or run Tiny ERP from it's install path.
---

After ln -s /usr/share/icons/tinyerp-client.png 
/usr/lib/python2.3/site-packages/tinyerp-client/tinyerp_icon.png, 
tinyerp-client starts up successfuly.


Thanks for considering,
dam

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

Versions of packages tinyerp-client depends on:
ii  python2.3.5-10   An interactive high-level object-o
ii  python-glade2 2.8.2-3GTK+ bindings: Glade support
ii  python-gtk2   2.8.2-3Python bindings for the GTK+ widge

Versions of packages tinyerp-client recommends:
ii  acroread [pdf-viewer] 7.0.5-0.3  Adobe Acrobat Reader: Portable Doc
ii  evince [pdf-viewer]   0.4.0-2Document (postscript, pdf) viewer
ii  gpdf [pdf-viewer] 2.10.0-3   Portable Document Format (PDF) vie
ii  gv [pdf-viewer]   1:3.6.1-13 PostScript and PDF viewer for X
ii  kghostview [pdf-viewer]   4:3.5.3-1  PostScript viewer for KDE
ii  xpdf-utils [pdf-viewer]   3.01-8 Portable Document Format (PDF) sui

-- no debconf information


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



Processed: Re: Fixed in NMU of grace6 5.99.0+final-12.1

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 Version: 5.99.0+final-12.1
Unknown command or malformed arguments to command.

 tag 373568 - fixed
Bug#373568: grace6: FTBFS: No rule to make target 
`/usr/X11R6/include/X11/Intrinsic.h', needed by `main.o
Tags were: fixed patch
Tags removed: fixed

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#373568: marked as done (grace6: FTBFS: No rule to make target `/usr/X11R6/include/X11/Intrinsic.h', needed by `main.o)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 20:27:22 +0200
with message-id [EMAIL PROTECTED]
and subject line Fixed in NMU of grace6 5.99.0+final-12.1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: grace6
Version: 5.99.0+final-12
Severity: serious
Tags: patch

When building 'grace6' in a clean 'unstable' chroot,
I get the following error:

cc -g -Wall -O2 -I../../include -c -o ctrans.o ctrans.c
ar cr ../../lib/core/libgrace-core.a quark.o project.o frame.o graph.o set.o 
axis.o region.o dobject.o atext.o ctrans.o
ranlib ../../lib/core/libgrace-core.a
make[2]: Leaving directory `/grace6-5.99.0+final/lib/core'
make[2]: Entering directory `/grace6-5.99.0+final/src'
make[2]: *** No rule to make target `/usr/X11R6/include/X11/Intrinsic.h', 
needed by `main.o'.  Stop.
make[2]: Leaving directory `/grace6-5.99.0+final/src'

The attached patch fixes this by removing src/Make.dep in the 'clean'
target in debian/rules. This causes src/Make.dep to be recreated
with the correct new X11 include paths during the build.

Regards
Andreas Jochens

diff -urN ../tmp-orig/grace6-5.99.0+final/debian/rules ./debian/rules
--- ../tmp-orig/grace6-5.99.0+final/debian/rules2006-06-14 
10:10:07.0 +
+++ ./debian/rules  2006-06-14 10:10:04.0 +
@@ -19,4 +19,4 @@
 
 clean::
$(RM) -r auxiliary/convcal grconvert/grconvert src/xmgrace doc/*.dvi \
-   autom4te.cache
+   autom4te.cache src/Make.dep

---End Message---
---BeginMessage---
Version: 5.99.0+final-12.1

tag 373568 - fixed
thanks

I've NMUed for this bug (fixing the bug to use versioning instead of the
fixed tag, to ease tracking through testing); here's the changelog:

  grace6 (5.99.0+final-12.1) unstable; urgency=low
  .
* Non-maintainer upload.
* Remove Make.dep files (at least the ones not shipped upstream) on
  debian/rules clean, to avoid that files with obsolete include file
  placement get shipped in the .diff.gz. Fixes FTBFS, based on patch from
  Andreas Jochens. (Closes: #373568)

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


Bug#369551: castle-combat: Unhandled error in Deferred when shooting

2006-06-21 Thread John Lightsey
On Tue, 2006-06-20 at 20:07 +0200, Karl Bartel wrote:
 I just uploaded a new release. The code worked out quite different  
 than in the patch, because I wanted to add a Sound on/off switch  
 without adding an additional conditional around each line where a  
 sound is played. This bug should be fixed nevertheless.
 I didn't manage to disable my sound card (well, I didn't try very  
 hard...) to verify this, so it would be great if you could let me  
 know whether it works for you.

The new version will crash if you don't have a sound card and toggle the
sound on/off switch in the config menu.  You can't call
pygame.mixer.music.stop() without a working mixer.  I've updated the
16-no_sound_device.dpatch to fix the problem and it's attached here.

There are also a couple of typos still present in 0.8.1:

data/doc/rules.html

Line 21: s/seperated/separated/

src/gamephases.py

Line 242: s/enemey's/enemy's/


John


16-no_sound_device.dpatch
Description: application/shellscript


Bug#374812: ${prefix} in /etc/dbus-1/session.conf

2006-06-21 Thread Ken Bloom
A reference to ${prefix} in /etc/dbus-1/session.conf is not being
expanded, causing the problem.

To work around until this is fixed, edit /etc/X11/Xsession.options and
comment out the line saying use-session-dbus.

--Ken Bloom

-- 
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.


signature.asc
Description: Digital signature


Bug#374651: marked as done (mancala: FTBFS: forms.h: No such file or directory)

2006-06-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Jun 2006 11:47:08 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#374651: fixed in mancala 1.0.0-9
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: mancala
Version: 1.0.0-8
Severity: serious
Tags: patch

When building 'mancala' on unstable, I get the following error:

gcc -o xmain.o -c -Wall -g -O2 -I. -I/usr/X11R6/include/X11 -DVERSION=\1.0.0\ 
xmain.c
xmain.c:28:19: error: forms.h: No such file or directory

With the attached patch 'mancala' can be compiled on unstable.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mancala-1.0.0/Makefile ./Makefile
--- ../tmp-orig/mancala-1.0.0/Makefile  2006-06-20 13:13:47.0 +
+++ ./Makefile  2006-06-20 13:13:32.0 +
@@ -15,8 +15,8 @@
 
 # Directories and libraries for X, Xpm and XForms.
 # If you don't have Xpm, you'll need to link with a static version of XForms.
-XINCDIR= -I/usr/X11R6/include/X11
-XLIBDIR= -L/usr/X11R6/lib
+XINCDIR= -I/usr/include/X11
+XLIBDIR=
 XLIBS  = -lforms -lm
 
 OPTIM  = -O3 -fomit-frame-pointer

---End Message---
---BeginMessage---
Source: mancala
Source-Version: 1.0.0-9

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

mancala_1.0.0-9.diff.gz
  to pool/main/m/mancala/mancala_1.0.0-9.diff.gz
mancala_1.0.0-9.dsc
  to pool/main/m/mancala/mancala_1.0.0-9.dsc
mancala_1.0.0-9_i386.deb
  to pool/main/m/mancala/mancala_1.0.0-9_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.
Paul Wise [EMAIL PROTECTED] (supplier of updated mancala 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: Wed, 21 Jun 2006 11:23:00 +0800
Source: mancala
Binary: mancala
Architecture: source i386
Version: 1.0.0-9
Distribution: unstable
Urgency: low
Maintainer: Paul Wise [EMAIL PROTECTED]
Changed-By: Paul Wise [EMAIL PROTECTED]
Description: 
 mancala- Implementation of the simple board game called Mancala
Closes: 374651
Changes: 
 mancala (1.0.0-9) unstable; urgency=low
 .
   * Fix FTBFS due to xorg 7. Patch by Andreas Jochens closes: #374651
   * Rename mancala.sh to mancala-text
   * We now comply with the new Standards-Version, so update it.
Files: 
 2f5052fd1fbdcd1aaa2e800962a487d4 572 games optional mancala_1.0.0-9.dsc
 e1a04d2fbdbc4fb9bbbce67203988e8a 4016 games optional mancala_1.0.0-9.diff.gz
 3a696c6007b7c175114373554ad82912 15022 games optional mancala_1.0.0-9_i386.deb

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

iD8DBQFEmZHZTFkUq7Drx3cRAnyzAKCbxeSUTBvppEoz6fh6LEKDUefbhQCgtJMS
esylsnPjxkp0LV0lGaCX/yQ=
=0jp8
-END PGP SIGNATURE-

---End Message---


Bug#374821: The bug is due to dbus 0.62-1

2006-06-21 Thread Eric Valette

Responsible dbusus-launch that is incorrectly compiled.

--
   __
  /  `  Eric Valette
 /--   __  o _. 6 rue Paul Le Flem
(___, / (_(_(__ 35740 Pace

Tel: +33 (0)2 99 85 26 76   Fax: +33 (0)2 99 85 26 76
E-mail: [EMAIL PROTECTED]





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



Bug#374867: tinyerp-server: traceback at startup - No module named DateTime

2006-06-21 Thread Damyan Ivanov
Package: tinyerp-server
Version: 3.3.0-1
Severity: grave
Justification: renders package unusable

Hi,

It's me again  :) 

-
# /usr/sbin/tinyerp-server
Traceback (most recent call last):
  File ./tinyerp-server.py, line 59, in ?
import netsvc
  File /usr/lib/python2.3/site-packages/tinyerp-server/netsvc.py, line
103, in ?
import tools.config
  File
/usr/lib/python2.3/site-packages/tinyerp-server/tools/__init__.py,
line 2, in ?
from misc import *
  File /usr/lib/python2.3/site-packages/tinyerp-server/tools/misc.py,
line 36, in ?
import psycopg
ImportError: No module named DateTime
-

I am python dummy, so I'll leave interpretation of the above to you.


Thanks,
dam



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

Versions of packages tinyerp-server depends on:
ii  adduser3.87  Add and remove users and groups
ii  python 2.3.5-10  An interactive high-level object-o
ii  python-libxml2 2.6.26.dfsg-1 Python bindings for the GNOME XML 
ii  python-libxslt11.1.17-1  Python bindings for libxslt1
ii  python-psycopg 1.1.21-7  Python module for PostgreSQL [dumm
ii  python-reportlab   1.20debian-6  ReportLab library to create PDF do
ii  python-xml 0.8.4-5   XML tools for Python

Versions of packages tinyerp-server recommends:
ii  graphviz  2.8-2  rich set of graph drawing tools
ii  postgresql7.5.19 object-relational SQL database man
ii  postgresql-client 7.5.19 front-end programs for PostgreSQL 
ii  python-imaging1.1.5-9Python Imaging Library
ii  python-pyparsing  1.4.2-1Python parsing module

-- no debconf information


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



Processed: severity of 374768 is normal

2006-06-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.19
 severity 374768 normal
Bug#374768: gftp: segfaults on recursive downloads
Severity set to `normal' from `grave'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



  1   2   >