Bug#460422: Alignment issue with sha1 code from gnulib

2008-01-29 Thread David Shaw
Hello,

Peter Palfrader reported a bug against the sha1 code in paperkey, but
that code actually comes from gnulib, so I'm referring it to you.

The issue comes up (as noted in the comment) if resbuf is not 32-bit
aligned.  Rather than requiring all programs that use the gnulib sha1
code to align their result buffer, Peter's patch seems to make more
sense in that it just works on any platform.

David

- Forwarded message from Peter Palfrader [EMAIL PROTECTED] -

This seems to fix the issue:

--- paperkey-0.7.orig/gl/sha1.c
+++ paperkey-0.7/gl/sha1.c
@@ -67,19 +67,28 @@
   ctx-buflen = 0;
 }
 
+/* Copy the 4 byte value in v into the memory location pointed to by *cp,
+   If your architecture allows unaligend access this should be equivalent
+   to *cp = v */
+void
+set_uint32(char *cp, uint32_t v)
+{
+  memcpy(cp,v,4);
+}
+
 /* Put result from CTX in first 20 bytes following RESBUF.  The result
must be in little endian byte order.
 
IMPORTANT: On some systems it is required that RESBUF is correctly
aligned for a 32-bit value.  */
 void *
-sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf)
+sha1_read_ctx (const struct sha1_ctx *ctx, char *resbuf)
 {
-  ((uint32_t *) resbuf)[0] = SWAP (ctx-A);
-  ((uint32_t *) resbuf)[1] = SWAP (ctx-B);
-  ((uint32_t *) resbuf)[2] = SWAP (ctx-C);
-  ((uint32_t *) resbuf)[3] = SWAP (ctx-D);
-  ((uint32_t *) resbuf)[4] = SWAP (ctx-E);
+  set_uint32(resbuf[0*4], SWAP (ctx-A));
+  set_uint32(resbuf[1*4], SWAP (ctx-B));
+  set_uint32(resbuf[2*4], SWAP (ctx-C));
+  set_uint32(resbuf[3*4], SWAP (ctx-D));
+  set_uint32(resbuf[4*4], SWAP (ctx-E));
 
   return resbuf;
 }

- End forwarded message -




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



Bug#463062: icedove corrrupts mail cache repeatedly

2008-01-29 Thread Neil Van Dyke
Package: icedove
Version: 2.0.0.9-3
Severity: grave
Justification: renders package unusable


I've just noticed several instances of Icedove corrupting a small
percentage of individual messages from an IMAP INBOX folder (of
approximately 1600 messages) that is cached locally for offline use.
This corruption persists between invocations of Icedove, and can be
triggered under undetermined conditions by simply viewing an email that
previously could be viewed without problem.

At first, when I saw no Debian bug reports for data corruption, I assumed
the problem was peculiar to me (e.g., corrupted files outside of Icedove,
or flaky RAM).  However, I noticed Thunderbird upstream Bugzilla has
numerous bug reports and comments suggesting others are experiencing
similar data corruption.

I first noticed the corruption in a series of 3 messages from a single
person in a single conversational thread over the course of several days.
When I hit Ctrl-U to view the message source, each message appeared to
have had the majority of the top of the text removed, and only a From_
line (with new timestamp) and X-Mozilla-Status and X-Mozilla-Status2
headers present.  (Although it might not be relevant, each of those three
messages was a multipart/alternative plain/HTML with a deep nesting
of quoted past emails.)

I verified that the mbox-based message spool on the IMAP server (Debian
dovecot-mapd 1.0.rc15-2etch1) was uncorrupted, that the IMAP server
served the message correctly to other clients, and 

After replacing those messages with ones from backups, and restarting
Thunderbird, I noticed corruption occur spontaneously on two occasions
with other messages.  In both cases, I was doing spot checks for
corruption of other messages within Icedove, had visited a message, left
it, then returned less than a minute later to find the message corrupted.
After this happened twice, I decided the corruption was likely to occur.

At this point, I don't think the problem is specific to me, nor to the
messages.  Commonality I noticed among the messages is that were all
generated by GMail or Yahoo Mail, and they were all multipart plain/HTML.
One or two *might* have had attachments, but no more than two.

I've tried quitting Icedove, deleting the INBOX.msf file, and
restarting Icedove, which causes Icedove to re-download the entire folder.
The corrupted messages are replaced with uncorrupted ones, and I believe
I've lost only my To-Do labels.  I've done only light spot-checking
since then, finding no corruption, before filing this bug report.
I suspect that the corruption will return.

The only other thing I can think to mention is that I compact the folder
every few days, so conceivably that's one way that corruption of the
cache index might start.

I'm reporting this bug to Debian for several reasons: (1) users might
be best advised to remain at 1.5.x for now, if this problem proves
to be 2.0.x-specific; (2) this is a grave bug that has implications
for promotion to stable; (3) Debian maintainers might wish to help
investigation upstream; (4) perhaps there is a chance the bug is
Icedove-specific, distinct from the upstream Thunderbird bugs.


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

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

Versions of packages icedove depends on:
ii  debianutils 2.28.2   Miscellaneous utilities specific t
ii  fontconfig  2.5.0-2  generic font configuration library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libcairo2   1.4.14-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.3-20080116-1 GCC support library
ii  libglib2.0-02.14.5-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface 
ii  libhunspell-1.1-0   1.1.9-1  spell checker and morphological an
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.7.0~1.9b1-2NetScape Portable Runtime Library
ii  libnss3-1d  3.12.0~1.9b1-2   Network Security Service libraries
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libstdc++6  4.3-20080116-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama 

Bug#462642: [Evolution] Bug#462642: SSL doesn't work anymore

2008-01-29 Thread Patrick
For those who are still experiencing the bug (including me, since my
mirror might not be updated yet), there is a Workaround description
here:

https://answers.launchpad.net/evolution/+question/22263

(Obviously the wrong place - ubuntu != debian - but the bug might be the
same.)

essential point: get evolution-data-server from unstable

The reason behind, I believe, often causes quiet some havoc when
updating a testing os!

Cheers

Patrick




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



Bug#461215: [pkg-mono-group] Bug#461215: Bug#461215: mono: unresolved dependancy

2008-01-29 Thread Mirco Bauer
On Tue, 2008-01-29 at 09:34 +, Marcos Marado wrote:
 Shouldn't mono be made a transition package, so that those having and 
 trying 
 to upgrade that package will automaticly start using mono-runtime?
 

Not really, as mono never provided any functionality, even hello world
would not run with it ;) A dist-upgrade will just remove the mono
package which is the intented behaviour.

-- 
Regards,

Mirco 'meebey' Bauer

PGP-Key ID: 0xEEF946C8

FOSS Developer[EMAIL PROTECTED]  http://www.meebey.net/
PEAR Developer[EMAIL PROTECTED] http://pear.php.net/
Debian Developer  [EMAIL PROTECTED]  http://www.debian.org/




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



Bug#458852: [Pkg-octave-devel] Bug#458852: octave3.0 crashes on arm

2008-01-29 Thread Thomas Weber

Am Donnerstag, den 10.01.2008, 10:44 +0100 schrieb Soeren Sonnenburg:
 On Thu, 2008-01-10 at 10:23 +0100, Rafael Laboissiere wrote:
  * Soeren Sonnenburg [EMAIL PROTECTED] [2008-01-08 08:47]:
  
   OK, I've recompiled octave w/ -O2 -g and it dies on loading
   dispatch.oct. This could be enough info for upstream to fix it.
  
  Thomas Weber has forwarded your message to bug-octave and John Eaton replied
  to it [1] and gave the following suggestion:
  
 Have you tried building with -O0?  If that works but -O2 fails, then I
 would start to suspect an ARM-specific compiler bug since compiling
 with GCC and -O2 works on many other systems.
  
  Could you please try it?
 
 Tried already, as the original debian package builds with -O0 and
 without lapack ... and there it crashed too (that was my first
 backtrace).
 
 I only enabled -O2 and lapack as was wondering why it is not enabled...

Speed reasons; compile time on ARM is a pain.


Okay, I give up. After spending days (mostly waiting for qemu to finish
compiling), I still don't have a clue. Mail to debian-arm went
unanswered[1], #debian-arm couldn't help either. I think it's an alloca
issue, but I lack the knowledge to decide this.

I suggest we drop ARM from the to be built architectures. Given the
nature of the bug, the fact that we had this bug for several months and
no bug report about it, I don't think we have any real users out there
on this architecture. 

Meanwhile, real testing users are told by upstream to upgrade to 3.0
(which I support, that's why there's a new release).

[1] http://lists.debian.org/debian-arm/2008/01/msg00069.html

Thomas




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



Bug#460766: marked as done (gdk-pixbuf: your package depends from gnome-libs that is scheduled for removal)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 09:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#460766: fixed in gdk-pixbuf 0.22.0-12
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: gdk-pixbuf
Severity: important
User: [EMAIL PROTECTED]
Usertags: gnome-1.x-removal

Hi,

Your package (gdk-pixbuf) has been detected as depending on
gnome-libs, which as per release goal, won't be shipped in lenny.

Please make sure that your package drops its dependencies on
gnome-libs as soon as possible, or that it's ported to gnome2 one way
or the other.

This bug will be raised to RC severity as soon as gnome-libs are
removed from testing, which should happen soon, since it will make
your package uninstallable.

Cheers,

-- Pierre Habouzit 


---End Message---
---BeginMessage---
Source: gdk-pixbuf
Source-Version: 0.22.0-12

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

gdk-pixbuf_0.22.0-12.diff.gz
  to pool/main/g/gdk-pixbuf/gdk-pixbuf_0.22.0-12.diff.gz
gdk-pixbuf_0.22.0-12.dsc
  to pool/main/g/gdk-pixbuf/gdk-pixbuf_0.22.0-12.dsc
libgdk-pixbuf-dev_0.22.0-12_i386.deb
  to pool/main/g/gdk-pixbuf/libgdk-pixbuf-dev_0.22.0-12_i386.deb
libgdk-pixbuf2_0.22.0-12_i386.deb
  to pool/main/g/gdk-pixbuf/libgdk-pixbuf2_0.22.0-12_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.
Ryan Murray [EMAIL PROTECTED] (supplier of updated gdk-pixbuf 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: Tue, 29 Jan 2008 00:44:13 -0800
Source: gdk-pixbuf
Binary: libgdk-pixbuf2 libgdk-pixbuf-dev
Architecture: source i386
Version: 0.22.0-12
Distribution: unstable
Urgency: low
Maintainer: Ryan Murray [EMAIL PROTECTED]
Changed-By: Ryan Murray [EMAIL PROTECTED]
Description: 
 libgdk-pixbuf-dev - The GdkPixBuf library - development files
 libgdk-pixbuf2 - The GdkPixBuf image library, gtk+ 1.2 version
Closes: 460766
Changes: 
 gdk-pixbuf (0.22.0-12) unstable; urgency=low
 .
   * Remove gnome1 packages (closes: #460766)
   * Increase DH_COMPAT to 6, fix some lintian warnings.
Files: 
 559ad53309b35ac08c62d70231e72d1b 664 libs optional gdk-pixbuf_0.22.0-12.dsc
 d3e1921fe245be81b7bbb2fe7f3df687 409029 libs optional 
gdk-pixbuf_0.22.0-12.diff.gz
 0eea40136721aa9d7c656ee9f7a2cb23 168800 oldlibs optional 
libgdk-pixbuf2_0.22.0-12_i386.deb
 c3d3e89d4f9146132dd7ab6937cea15e 148170 oldlibs optional 
libgdk-pixbuf-dev_0.22.0-12_i386.deb

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

iD8DBQFHnufsN2Dbz/1mRasRArlfAJ0bTglF97jxL2GOKZ584v9l/x2OEwCdEn4l
mmFNfbze/V4+7ANJavN6L24=
=F7JU
-END PGP SIGNATURE-


---End Message---


Processed: exiv2 update causes gwenview to crash for some images

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 462450 + pending
Bug#462450: exiv2 update causes gwenview to crash for some images
There were no tags set.
Tags added: pending

 severity 462450 important
Bug#462450: exiv2 update causes gwenview to crash for some images
Severity set to `important' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#463058: uuid-dev: Depends on unavailable version of libuuid1

2008-01-29 Thread Loïc Minier
On Tue, Jan 29, 2008, Sven Joachim wrote:
 Your package is not installable, since it depends on
 libuuid1 (= 1.2-1.40.5-1), but only libuuid1 1.40.5-1 is available.

 The same goes for comerr-dev and libcomerr2, except the depends is
 libcomerr2 (= 2.1-1.40.5-1).

-- 
Loïc Minier




Bug#461215: [pkg-mono-group] Bug#461215: mono: unresolved dependancy

2008-01-29 Thread Marcos Marado
Shouldn't mono be made a transition package, so that those having and trying 
to upgrade that package will automaticly start using mono-runtime?

-- 
Marcos Marado



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



Bug#462847: marked as done (wrong handling of double qoutes)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 11:22:23 +
with message-id [EMAIL PROTECTED]
and subject line Bug#462847: wrong handling of double qoutes
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: dash
Version: 0.5.4-6
Severity: critical


the handling of double quotes does not conform to posix spex: quote from 
http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html
The backslash shall retain its special meaning as an escape
character (see Escape Character (Backslash)) only when
followed by one of the following characters when considered
special: $   `  \   newline

as this applies to the echo builtin, it breaks the debian
maintenance script /usr/sbin/update-exim4.conf, see Bug#462460

$ echo a\nb  
a
b
$ /bin/echo a\nb
a\nb

thank you for your attention. regards Peter.


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

Kernel: Linux 2.6.23 (PREEMPT)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dash depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries

dash recommends no packages.

-- debconf information:
* dash/sh: true


---End Message---
---BeginMessage---
On Sun, Jan 27, 2008 at 09:51:26PM +0100, hungerburg wrote:
 the handling of double quotes does not conform to posix spex: quote from 
 http://www.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html
 The backslash shall retain its special meaning as an escape
 character (see Escape Character (Backslash)) only when
 followed by one of the following characters when considered
 special: $   `  \   newline
 
 as this applies to the echo builtin, it breaks the debian
 maintenance script /usr/sbin/update-exim4.conf, see Bug#462460

Hi hungerburg, please see
 http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html

dash correctly implements the XSI-conformant variant.

Regards, Gerrit.

---End Message---


Processed: Bugs already fixed in CVS

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 462515 + pending
Bug#462515: sqwebmail: installation fails
There were no tags set.
Tags added: pending

 tags 426330 + pending
Bug#426330: /usr/lib/cgi-bin/sqwebmail doesn't exist
Tags were: confirmed
Tags added: pending

 tags 449175 + pending
Bug#449175: reload does restart
There were no tags set.
Tags added: pending

 tags 462870 + pending
Bug#462870: courier: not binNMU-safe
There were no tags set.
Tags added: pending

 --
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#463081: [EMAIL PROTECTED]: Re: Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message]

2008-01-29 Thread Peter Hicks
On Tue, Jan 29, 2008 at 01:27:33PM +0100, Robert Millan wrote:

 Did this happen on earlier versions of grub2 ?

No, I've been upgrading daily for a while and rebooting the laptop many
times during the day.

 What happens if you rename /boot/grub/grub.cfg ?  Do you get a rescue prompt?

Yes, the rescue prompt comes up fine.

 Can you reproduce the problem with grub-emu ?  E.g. by trying to access files
 in your xfs partitions.

No, when I run grub-emu, I can access files on the xfs partitions, e.g.
(hd0,5)/share/grub/unicode.pff.  The only strange behaviour was error:
invalid arch dependent ELF magic when insmod-ing (hd0,2)/boot/grub/vbe.mod.

I've tried commenting out the font(hd0,5), set gfxmode, insmod gfxterm,
insmod vbe and terminal gxterm lines in grub.cfg, replacing them with
'terminal console' with no change in behaviour.


// Peter



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



Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Peter Hicks
On Tue, Jan 29, 2008 at 02:29:22PM +0100, Robert Millan wrote:

 On Tue, Jan 29, 2008 at 12:43:16PM +, Peter Hicks wrote:
  On Tue, Jan 29, 2008 at 01:27:33PM +0100, Robert Millan wrote:
  
   Did this happen on earlier versions of grub2 ?
  
  No, I've been upgrading daily for a while and rebooting the laptop many
  times during the day.
 
 During that time, gfxterm wasn't automatically enabled for you, right?

I can't say for certain.  I don't believe it was, however I don't delve in
to grub.cfg regularly.

  No, when I run grub-emu, I can access files on the xfs partitions, e.g.
  (hd0,5)/share/grub/unicode.pff.
 
 What happens if you cat that file from grub-emu?  (asides from seeing a lot of
 garbage in your terminal ;-)).

It spews out a load of garbage.

   The only strange behaviour was error:
  invalid arch dependent ELF magic when insmod-ing (hd0,2)/boot/grub/vbe.mod.
  
  I've tried commenting out the font(hd0,5), set gfxmode, insmod gfxterm,
  insmod vbe and terminal gxterm lines in grub.cfg, replacing them with
  'terminal console' with no change in behaviour.
 
 Can you try commenting out the background_image line as well?

There's not a background_image line in grub.cfg...

 Also, try running cat on that file from grub-emu too.

Works fine.

I've found that 'insmod gfxterm', 'insmod vbe' and 'terminal gfxterm' result
in a corrupt screen with grey blocks instead of text when I comment out the
'font' line, but when I add the 'font' line back in, I have the reboot
occuring immediately.  Replacing 'unicode' with 'ascii' causes the crash too.

I copied unicode.pff off to /boot/grub and changed grub.conf, and... it
worked.

So it seems the bug is to do with reading from an xfs partition.


Peter



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



Processed: patch

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 460768 + patch
Bug#460768: glotski: your package depends from gnome-libs that is scheduled for 
removal
Tags were: lenny sid
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#463039: [Pkg-octave-devel] Bug#463039: why does octave3.0 provide: octave2.9?

2008-01-29 Thread Rafael Laboissiere
* Steve Langasek [EMAIL PROTECTED] [2008-01-28 17:29]:

 Package: octave3.0
 Version: 3.0.0-1
 Severity: serious
 User: [EMAIL PROTECTED]
 Usertags: origin-ubuntu
 
 Hi,
 
 The octave3.0 package in unstable has the following provides line:
 
   Provides: octave, octave2.9
 
 I don't see any possible way that this can be correct.  Either octave3.0 is
 100% compatible with octave2.9, and the source/binary package name should
 *not* have been changed for the new upstream version; or it is not 100%
 compatible, and should not have any such Provides since it may cause
 octave2.9 reverse-dependencies to install octave3.0 instead of the real
 octave2.9 and then fail to work.
 
 In practice, most of the reverse-depends of octave2.9 have versioned
 dependencies on octave2.9, so most of these will refuse to accept octave3.0
 as a replacement.  And octave3.0 also *conflicts* with octave2.9, so they're
 not exactly co-installable either.  Something looks very wrong here.

Thanks, your analysis is probably right but we are in the middle of the
octave2.9 - octave3.0 transition.  The octave2.9 series was considered as
pre-releases for octave3.0.  We already asked for removal of octave2.9 from
the archive [1] and I think this mess will be cleared up in the near future.

[1] http://bugs.debian.org/457675

-- 
Rafael



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



Processed: qtractor - FTBFS: configure: error: JACK library not found.

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 459745 + patch
Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.
There were no tags set.
Tags added: patch

 block 459745 by 463058
Bug#463058: uuid-dev: Depends on unavailable version of libuuid1
Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.
Was not blocked by any bugs.
Blocking bugs of 459745 added: 463058

 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#462959: Still doesn't work for me

2008-01-29 Thread Lapse of Reason
I'm experiencing the same problems, but the
evolution-data-server(-common) upgrade did not fix it for me (I made
sure that after I installed it everything was shut down properly
before I tried it).

I guess something else you did must have solved the problem. What else
did you do? Thanks...



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



Bug#463039: [Pkg-octave-devel] Bug#463039: why does octave3.0 provide: octave2.9?

2008-01-29 Thread Rafael Laboissiere
* Steve Langasek [EMAIL PROTECTED] [2008-01-29 07:21]:

 Well, note that I don't consider removal of the existing octave2.9 packages
 to clear it up.  The octave3.0 Provides: is still wrong, either because this
 package does not provide identical functionality or because it's proof of a
 gratuitous name change that breaks most of the existing
 reverse-dependencies.

Sure, the Provides: octave2.9 will be dropped and all the
reverse-dependencies will be updated in order to work with octave3.0 (see
the bugs blocking #457675).  As I wrote before, we are in a transition
phase.  Hopefully the dust will settle down soon.

Anyway, thanks for the heads up.

-- 
Rafael



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



Bug#459745: qtractor - FTBFS: configure: error: JACK library not found.

2008-01-29 Thread Riku Voipio
tags 459745 + patch
block 459745 by 463058
thanks

...
checking for SSE optimization... (cached) yes
...

qtractor defaults on --enable-sse, which is very bad. amd64 is sse enabled
by default and on i386 we supports lots on non-sse systems. Disable it
and upload as soon as comerr-dev b0rkage has been fixed.

diff -ur qtractor-0.1.0/debian/rules qtractor-0.1.new/debian/rules
--- qtractor-0.1.0/debian/rules 2008-01-29 17:50:09.0 +0200
+++ qtractor-0.1.new/debian/rules   2008-01-29 17:44:41.0 +0200
@@ -38,7 +38,7 @@
$(MAKE) -f Makefile.cvs
chmod a+x configure
 #endif
-   CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
+   CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) 
--disable-sse --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr 
--mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info


 build: build-stamp


-- 
rm -rf only sounds scary if you don't have backups



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



Bug#462845: dependency on python-apt should be at least Recommends

2008-01-29 Thread Adeodato Simó
* James Westby [Mon, 28 Jan 2008 21:16:49 +]:

 dato, did your changes in the last upload make debian_support.py require
 python-apt? That is what the changelog entry seems to imply.

Yes. I wasn't aware debian_support was used by some other python-debian
modules, so I guess bumping to recommends is in order.

I haven't looked, but if what is used from debian_support is the version
comparison code, I'd recommend switching to using apt_pkg directly,
since there is no longer only-Python code to do that comparison in
debian_support.

Thoughts?

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
This is my boyfriend, Chester Fleet. [...] It's kind of a weird day to meet him
because he lost a bet with me, and that means that for the entire day, he can
only talk in clichés. It is so much fun.
-- Tana Schrick





Bug#456840: marked as done (freetennis: FTBFS: The files /usr/lib/ocaml/3.10.0/lablGL/glTex.cmi and /usr/lib/ocaml/3.10.0/sdl/sdlgl.cmi make inconsistent assumptions over interface Raw)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 08:26:10 -0800
with message-id [EMAIL PROTECTED]
and subject line request for binNMU of ocamlsdl
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: freetennis
version: 0.4.8-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20071217 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  dpkg-source: building freetennis in freetennis_0.4.8-3.dsc
   debian/rules build
  dh_testdir
  # Add here commands to configure the package.
  touch configure-stamp
  dh_testdir
  # Add here commands to compile the package.
  if [ -x /usr/bin/ocamlopt ]; then \
   /usr/bin/make freetennis.opt; \
   else \
   /usr/bin/make freetennis.byte; \
   fi
  make[1]: Entering directory `/build/user/freetennis-0.4.8'
  ocamlopt   -I +camlimages  -I +lablGL -I +lablgtk2-I +sdl -o 
  freetennis.opt  bigarray.cmxa sdl.cmxa lablgtk.cmxa lablgl.cmxa  
  ci_core.cmxa  sdlmixer.cmxa sdlttf.cmxa unix.cmxa freetennis.ml
  File freetennis.ml, line 549, characters 8-11:
  Warning Y: unused variable q02.
  File freetennis.ml, line 548, characters 8-11:
  Warning Y: unused variable qr2.
  File freetennis.ml, line 2449, characters 5-8:
  Warning Y: unused variable q02.
  File freetennis.ml, line 2448, characters 5-8:
  Warning Y: unused variable qr2.
  File freetennis.ml, line 3029, characters 5-16:
  Warning Y: unused variable passingShot.
  File freetennis.ml, line 5884, characters 9-15:
  Warning Y: unused variable deltaX.
  File freetennis.ml, line 6189, characters 9-29:
  Warning Y: unused variable ballGoesOutOrOntoNet.
  File freetennis.ml, line 6327, characters 12-20:
  Warning Y: unused variable destRect.
  File freetennis.ml, line 6424, characters 12-20:
  Warning Y: unused variable destRect.
  File freetennis.ml, line 7142, characters 12-15:
  Warning Y: unused variable fm8.
  File freetennis.ml, line 7139, characters 12-15:
  Warning Y: unused variable fm2.
  File freetennis.ml, line 6808, characters 11-17:
  Warning Y: unused variable screen.
  File freetennis.ml, line 6757, characters 11-20:
  Warning Y: unused variable xCamBehav.
  File freetennis.ml, line 6607, characters 8-13:
  Warning Y: unused variable camHt.
  File freetennis.ml, line 6608, characters 8-20:
  Warning Y: unused variable clientByName.
  File freetennis.ml, line 1271, characters 6-19:
  Warning X: this statement never returns (or has an unsound type.)
  The files /usr/lib/ocaml/3.10.0/lablGL/glTex.cmi
  and /usr/lib/ocaml/3.10.0/sdl/sdlgl.cmi make inconsistent assumptions
  over interface Raw
  make[1]: *** [freetennis.opt] Error 2
  make[1]: Leaving directory `/build/user/freetennis-0.4.8'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2007/12/17

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

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
On Wed, Jan 23, 2008 at 10:39:59AM +0100, Bart Martens wrote:

 I hereby request a binNMU for the package ocamlsdl.  Following the
 instructions be kind to the RMs at http://wiki.debian.org/binNMU :

 ocamlsdl_0.7.2-7, fixes FTBFS #456840, 1, alpha amd64 arm hppa i386 ia64 m68k 
 mips mipsel powerpc s390 sparc

Scheduled.

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

---End Message---


Bug#463039: [Pkg-octave-devel] Bug#463039: why does octave3.0 provide: octave2.9?

2008-01-29 Thread Steve Langasek
On Tue, Jan 29, 2008 at 03:32:27PM +0100, Rafael Laboissiere wrote:
 * Steve Langasek [EMAIL PROTECTED] [2008-01-28 17:29]:

  The octave3.0 package in unstable has the following provides line:

Provides: octave, octave2.9

  I don't see any possible way that this can be correct.  Either octave3.0 is
  100% compatible with octave2.9, and the source/binary package name should
  *not* have been changed for the new upstream version; or it is not 100%
  compatible, and should not have any such Provides since it may cause
  octave2.9 reverse-dependencies to install octave3.0 instead of the real
  octave2.9 and then fail to work.

  In practice, most of the reverse-depends of octave2.9 have versioned
  dependencies on octave2.9, so most of these will refuse to accept octave3.0
  as a replacement.  And octave3.0 also *conflicts* with octave2.9, so they're
  not exactly co-installable either.  Something looks very wrong here.

 Thanks, your analysis is probably right but we are in the middle of the
 octave2.9 - octave3.0 transition.  The octave2.9 series was considered as
 pre-releases for octave3.0.  We already asked for removal of octave2.9 from
 the archive [1] and I think this mess will be cleared up in the near future.

Well, note that I don't consider removal of the existing octave2.9 packages
to clear it up.  The octave3.0 Provides: is still wrong, either because this
package does not provide identical functionality or because it's proof of a
gratuitous name change that breaks most of the existing
reverse-dependencies.

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



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



Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 02:47:33PM +, Peter Hicks wrote:
  Also, try running cat on that file from grub-emu too.
 
 Works fine.
 
 I've found that 'insmod gfxterm', 'insmod vbe' and 'terminal gfxterm' result
 in a corrupt screen with grey blocks instead of text when I comment out the
 'font' line, but when I add the 'font' line back in, I have the reboot
 occuring immediately.  Replacing 'unicode' with 'ascii' causes the crash too.
 
 I copied unicode.pff off to /boot/grub and changed grub.conf, and... it
 worked.
 
 So it seems the bug is to do with reading from an xfs partition.

Can you reproduce it with:

  apt-get install grub-rescue-pc qemu
  dd if=/dev/sda5 of=/tmp/img
  qemu -boot a -fda /usr/lib/grub-rescue/grub-rescue-floppy.img -hda /tmp/img

and trying to setup gfxterm manually? (by loading the font from (hd0)/share/...)

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Processed: New commit

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 462502 pending
Bug#462502: bacula: FTBFS: *** No rule to make target `../cats/libsql.a', 
needed by `dbcheck'.  Stop.
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#462502: New commit

2008-01-29 Thread jgoerzen
tags 462502 pending
thanks

A commit relevant to this bug has occurred.

  Revision: 61f446cd75cf3876f6797812c5df2e4174a6aa68

changeset:   188:61f446cd75cf3876f6797812c5df2e4174a6aa68
tag: tip
user:John Goerzen [EMAIL PROTECTED]
date:Tue Jan 29 08:51:19 2008 -0600
description:
Added build-dep on postgresql-server-dev-8.2
fixes deb#462502



Diff: 
http://hg.debian.org/hg/private/jgoerzen/bacula?cmd=changeset;node=61f446cd75cf3876f6797812c5df2e4174a6aa68;style=raw

More details are available at:

http://hg.debian.org/hg/private/jgoerzen/bacula?cmd=changeset;node=61f446cd75cf3876f6797812c5df2e4174a6aa68;style=gitweb



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



Bug#460794: patch

2008-01-29 Thread Ying-Chun Liu (PaulLiu)

tag 460749 - patch
tag 460794 + patch
thanks

Dear all,

I made some patches for transition to gnome2.

The rest is to adjust the Build-Depends field in debian/control. For
example, depends on libgnomeui-dev instead of libgnome-dev. And please
also modify debian/rules to use autoconf  automake to re-generate the
configure file.

And as a side effect, I think I also fix #247067 in this patch.

Regards,
  Ying-Chun Liu


--
 PaulLiu(劉穎駿)
E-mail address: [EMAIL PROTECTED]

--- configure.in	2002-11-25 01:14:52.0 +0800
+++ configure.in	2008-01-29 22:52:59.059329011 +0800
@@ -24,23 +24,19 @@
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE
-AM_ACLOCAL_INCLUDE(macros)
-
-GNOME_INIT
 
 AC_PROG_CC
 AC_ISC_POSIX
 AC_HEADER_STDC
 
-AM_PATH_GLIB(1.2.0)
 
-GNOME_X_CHECKS
-GNOME_COMPILE_WARNINGS
+PKG_CHECK_MODULES(GNOME,[libgnomeui-2.0])
+AC_SUBST(GNOME_CFLAGS)
+AC_SUBST(GNOME_LIBS)
 
 ALL_LINGUAS=fr da
 AM_GNU_GETTEXT
 
-AM_PATH_GDK_PIXBUF(0.9.0, ,AC_MSG_ERROR([Need gdk-pixbuf-0.9.0 or later!]))
 
 # Set PACKAGE_LOCALE_DIR in config.h
 if test x${prefix} = xNONE; then

--- src/Makefile.am	2002-11-19 00:10:53.0 +0800
+++ src/Makefile.am	2008-01-29 22:50:40.173117520 +0800
@@ -27,7 +27,8 @@
 INCLUDES =  \
 	-I$(top_srcdir)/intl \
 	$(GNOME_INCLUDEDIR) \
-	$(GDK_PIXBUF_CFLAGS)
+	$(GDK_PIXBUF_CFLAGS) \
+	@GNOME_CFLAGS@
 
 bin_PROGRAMS = mathwar
 
@@ -47,4 +48,5 @@
 	$(GNOME_LIBDIR) \
 	$(GNOMEUI_LIBS) \
 	$(INTLLIBS) \
-	$(GDK_PIXBUF_LIBS)
+	$(GDK_PIXBUF_LIBS) \
+	@GNOME_LIBS@

--- src/about_dlg.c	2002-11-19 00:10:53.0 +0800
+++ src/about_dlg.c	2008-01-29 22:55:28.184641264 +0800
@@ -41,6 +41,7 @@
 {
GtkWidget  *about_dlg;
GString*logo_str;
+   GdkPixbuf  *logo_img=NULL;
const gchar *authors[] = {
   Ken Sodemann [EMAIL PROTECTED],
   NULL
@@ -48,11 +49,13 @@
 
logo_str = g_string_new ();
g_string_sprintf (logo_str, LOGO, PACKAGE_DATA_DIR);
+   logo_img = gdk_pixbuf_new_from_file(logo_str-str,NULL);
about_dlg = gnome_about_new (PACKAGE, VERSION,
  _(Copyright (c) 2000-2002 Kenneth W. Sodemann),
-authors,
 _(MSG),
-logo_str-str);
+authors, NULL, NULL,
+logo_img);
+   if (logo_img!=NULL) { g_object_unref(logo_img); logo_img = NULL; }
g_string_free (logo_str, TRUE);
 
if (parent != NULL)
--- src/draw.c	2002-05-26 00:44:49.0 +0800
+++ src/draw.c	2008-01-29 22:50:03.243613055 +0800
@@ -188,7 +188,7 @@
 * The position of the equal sign + the width of the equal sign,
 * plus some padding.
 */
-   return (EQUAL_X + SIGN_SQR + CARD_X_PAD);
+   return (EQUAL_X + SIGN_SQR + CARD_X_PAD + CARD_WIDTH);
 }
 
 
--- src/mainwin.c	2002-11-19 00:42:55.0 +0800
+++ src/mainwin.c	2008-01-29 22:54:26.206145776 +0800
@@ -566,7 +566,8 @@
   GTK_SIGNAL_FUNC (on_pause_toggled),
   NULL);
 
-  yes_btn = gnome_stock_button (GNOME_STOCK_BUTTON_YES);
+  /*yes_btn = gnome_stock_button (GNOME_STOCK_BUTTON_YES);*/
+  yes_btn = GTK_WIDGET(gtk_button_new_from_stock(GTK_STOCK_YES));
   gtk_widget_ref (yes_btn);
   gtk_object_set_data_full (GTK_OBJECT (app1), YES_BUTTON, yes_btn,
 (GtkDestroyNotify) gtk_widget_unref);
@@ -578,7 +579,8 @@
   GTK_SIGNAL_FUNC (on_yes_clicked),
   NULL);
 
-  no_btn = gnome_stock_button (GNOME_STOCK_BUTTON_NO);
+  /*no_btn = gnome_stock_button (GNOME_STOCK_BUTTON_NO);*/
+  no_btn = GTK_WIDGET(gtk_button_new_from_stock(GTK_STOCK_NO));
   gtk_widget_ref (no_btn);
   gtk_object_set_data_full (GTK_OBJECT (app1), NO_BUTTON, no_btn,
 (GtkDestroyNotify) gtk_widget_unref);
@@ -616,7 +618,7 @@
bar = GNOME_APPBAR (lookup_widget (mainwin, MAIN_APPBAR));
g_assert (bar != NULL);
 
-   gnome_appbar_set_progress (bar, pct);
+   gnome_appbar_set_progress_percentage (bar, pct);
 
return;
 }
--- src/prop_dlg.c	2002-05-30 09:02:01.0 +0800
+++ src/prop_dlg.c	2008-01-29 22:48:46.168555472 +0800
@@ -232,23 +232,23 @@
  gint   page_num,
  gpointer   user_data)
 {
-   static GnomeHelpMenuEntry help_ref0 = { MathWar, 
+/*   static GnomeHelpMenuEntry help_ref0 = { MathWar, 
config.html#GENL-CONFIG };
static GnomeHelpMenuEntry help_ref1 = { MathWar, cp-config.html };
-   static GnomeHelpMenuEntry help_ref2 = { MathWar, oper-config.html };
+   static GnomeHelpMenuEntry help_ref2 = { MathWar, oper-config.html };*/
 
switch (page_num)
   {
   case 0:
- gnome_help_display (NULL, help_ref0);
+ gnome_help_display (config.html#GENL-CONFIG,MathWar,NULL);
  break;
 
   case 1:
- gnome_help_display (NULL, help_ref1);
+ gnome_help_display (cp-config.html,MathWar,NULL);
  break;
 
   case 2:
- gnome_help_display (NULL, help_ref2);
+ gnome_help_display (oper-config.html, 

Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Robert Millan

[ please keep the CC address, so that this gets archived ]

On Tue, Jan 29, 2008 at 12:43:16PM +, Peter Hicks wrote:
 On Tue, Jan 29, 2008 at 01:27:33PM +0100, Robert Millan wrote:
 
  Did this happen on earlier versions of grub2 ?
 
 No, I've been upgrading daily for a while and rebooting the laptop many
 times during the day.

During that time, gfxterm wasn't automatically enabled for you, right?

  Can you reproduce the problem with grub-emu ?  E.g. by trying to access 
  files
  in your xfs partitions.
 
 No, when I run grub-emu, I can access files on the xfs partitions, e.g.
 (hd0,5)/share/grub/unicode.pff.

What happens if you cat that file from grub-emu?  (asides from seeing a lot of
garbage in your terminal ;-)).

  The only strange behaviour was error:
 invalid arch dependent ELF magic when insmod-ing (hd0,2)/boot/grub/vbe.mod.
 
 I've tried commenting out the font(hd0,5), set gfxmode, insmod gfxterm,
 insmod vbe and terminal gxterm lines in grub.cfg, replacing them with
 'terminal console' with no change in behaviour.

Can you try commenting out the background_image line as well?

Also, try running cat on that file from grub-emu too.

Thank you

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#461109: [Pkg-net-snmp-devel] Bug#461109: snmpd: error in swig; won't build from source

2008-01-29 Thread Jochen Friedrich
Hi John,

   File /usr/lib/python2.4/site-packages/setuptools/command/build_ext.py, 
 line 77, in swig_sources
 sources = _build_ext.swig_sources(self, sources) or sources
 TypeError: swig_sources() takes exactly 3 arguments (2 given)
 make: *** [debian/python-build-stamp-2.4] Error 1

sorry, but i can't reproduce this error. Do you have a consistent build 
environment? Can you reproduce this
problem in pbuilder, as well?

Thanks,
Jochen



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



Processed: trying fixed command to get proper version in there

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 fixed 361925 3.8.A~rc2-1
Bug#361925: FTBFS with GCC 4.2: the address of 'formatstr', will always 
evaluate as 'true'
Bug marked as fixed in version 3.8.A~rc2-1.

 fixed 436315 3.8.A~rc2-1
Bug#436315: lprng: FTBFS: unmet b-dep libwrap-dev
Bug marked as fixed in version 3.8.A~rc2-1.

 found 462741 3.8.A~rc2-1
Bug#462741: lprng: No longer supports kerberos5 authtype
Bug marked as found in version 3.8.A~rc2-1.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: patch

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 460749 - patch
Bug#460749: busybox-static: Please upgrade to newer version (at least 1.8.2)
Tags were: patch
Tags removed: patch

 tag 460794 + patch
Bug#460794: mathwar: your package depends from gnome-libs that is scheduled for 
removal
Tags were: lenny sid
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#459487: Update

2008-01-29 Thread Frank Lichtenheld
Hmm, looks like the newest version doesn't fail in this test but later
in the SVN one:
http://experimental.debian.net/fetch.php?pkg=git-corever=1%3A1.5.4%7Erc5-1arch=hppastamp=1201573602file=logas=raw

Oddly enough it built fine for me on my own hppa when I built it
manually.

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



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




Bug#460578: firmware-iwlwifi: workaround found

2008-01-29 Thread Mattia Monga
Package: firmware-iwlwifi
Version: 0.9
Followup-For: Bug #460578

I had the same problem: mine it's related to dhcp (no binding). I was
not able to understand the root cause, but I found this workaround:

# ifconfig wlan0 up
# iwlist wlan0 scan

After this two commands a `dhclient wlan0' works correctly. After this
I'm able to do 'ifup/ifdown wlan0' without any problems.

Hope this helps others.
 

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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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



Bug#456351: Patch to fix the FTBFS in scite

2008-01-29 Thread Michael Bienia
tags 456351 + patch
user [EMAIL PROTECTED] 
usertag 456351 + ubuntu-patch hardy
thanks

Hello,

here is the patch I applied to the Ubuntu package to fix the FTBFS on
amd64.

The problem is in scite/gtk/makefile: IFaceTable.o is only added to the
object list through LUA_OBJS but on amd64 scite is compiled with
NO_LUA=1.

I've added IFaceTable.o to the object list for the binary so it gets
always linked in.

Michael

--- scite-1.75.orig/scite/gtk/makefile
+++ scite-1.75/scite/gtk/makefile
@@ -102,7 +102,7 @@
 
 $(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o 
StringList.o Exporters.o \
 PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \
-   JobQueue.o GTKMutex.o $(COMPLIB) $(LUA_OBJS)
+   JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS)
$(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK 
$^ -o $@ $(CONFIGLIB)
 
 # Automatically generate header dependencies with make deps



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



Processed: Patch to fix the FTBFS in scite

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 456351 + patch
Bug#456351: scite: FTBFS: undefined reference to `IFaceTable::FindConstant(char 
const*)'
There were no tags set.
Tags added: patch

 user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
 usertag 456351 + ubuntu-patch hardy
Bug#456351: scite: FTBFS: undefined reference to `IFaceTable::FindConstant(char 
const*)'
There were no usertags set.
Usertags are now: ubuntu-patch hardy.
 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#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 11:58:43AM +, Peter Hicks wrote:
 Package: grub2
 Version: 1.95+20080128-1
 Severity: critical
 Justification: breaks the whole system
 
 After upgrading this morning, my laptop (Dell Latitude D820) rebooted
 immediately after Welcome to GRUB! appeared.  The BIOS went through a
 'slow' boot, indicative that the last reboot was unexpected.
 
 I've filed this bug early to prevent other people being caught out with an
 unbootable system.

Did this happen on earlier versions of grub2 ?

What happens if you rename /boot/grub/grub.cfg ?  Do you get a rescue prompt?

Can you reproduce the problem with grub-emu ?  E.g. by trying to access files
in your xfs partitions.

Thanks

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Peter Hicks
Package: grub2
Version: 1.95+20080128-1
Severity: critical
Justification: breaks the whole system

After upgrading this morning, my laptop (Dell Latitude D820) rebooted
immediately after Welcome to GRUB! appeared.  The BIOS went through a
'slow' boot, indicative that the last reboot was unexpected.

I've filed this bug early to prevent other people being caught out with an
unbootable system.

-- Package-specific info:

*** BEGIN /proc/mounts
rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec 0 0
none /proc proc rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw 0 0
/dev/sda2 / ext3 rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/sda2 /dev/.static/dev ext3 rw,errors=remount-ro,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid 0 0
usbfs /proc/bus/usb usbfs rw,nosuid,nodev,noexec 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec 0 0
/dev/sda7 /home xfs rw,noatime,ikeep,noquota 0 0
/dev/sda5 /usr xfs rw,noatime,ikeep,noquota 0 0
/dev/sda6 /var xfs rw,noatime,ikeep,noquota 0 0
/tmp /tmp tmpfs rw 0 0
/proc/sys/fs/binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,2)
font (hd0,5)/share/grub/unicode.pff
set gfxmode=640x480
insmod gfxterm
insmod vbe
terminal gfxterm
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, linux 2.6.24-neasden-poggs {
linux   (hd0,2)/boot/vmlinuz-2.6.24-neasden-poggs root=/dev/sda2 ro 
vga=791 splash
initrd  (hd0,2)/boot/initrd.img-2.6.24-neasden-poggs
}
menuentry Debian GNU/Linux, linux 2.6.24-neasden-poggs (single-user mode) {
linux   (hd0,2)/boot/vmlinuz-2.6.24-neasden-poggs root=/dev/sda2 ro 
single vga=791 splash
initrd  (hd0,2)/boot/initrd.img-2.6.24-neasden-poggs
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/15_windows ###
menuentry Windows XP Professional {
set root=(hd0,1)
chainloader +1
}
### END /etc/grub.d/15_windows ###

### BEGIN /etc/grub.d/20_memtest86 ###
menuentry Memory test (memtest86) {
linux   (hd0,2)/boot/memtest86.bin
}
### END /etc/grub.d/20_memtest86 ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
linux   (hd0,2)/boot/memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###
*** END /boot/grub/grub.cfg

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

Kernel: Linux 2.6.24-neasden-poggs (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub2 depends on:
ii  debconf  1.5.18  Debian configuration management sy
ii  grub-pc  1.95+20080128-1 GRand Unified Bootloader, version 

grub2 recommends no packages.

-- debconf information:
  grub2/numbering_scheme_transition:



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



Bug#462857: marked as done (am-utils - FTBFS: not binnmuable by buildd)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 18:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#462857: fixed in am-utils 6.1.5-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: am-utils
Version: 6.1.5-8+b1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of am-utils_6.1.5-8+b1 on lxdebian.bfinv.de by sbuild/s390 98
[...]
 dpkg-source: extracting am-utils in am-utils-6.1.5
 dpkg-source: unpacking am-utils_6.1.5-8.tar.gz
 Can't open debian/changelog for binNMU hack: Permission denied


---End Message---
---BeginMessage---
Source: am-utils
Source-Version: 6.1.5-9

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

am-utils-doc_6.1.5-9_all.deb
  to pool/main/a/am-utils/am-utils-doc_6.1.5-9_all.deb
am-utils_6.1.5-9.diff.gz
  to pool/main/a/am-utils/am-utils_6.1.5-9.diff.gz
am-utils_6.1.5-9.dsc
  to pool/main/a/am-utils/am-utils_6.1.5-9.dsc
am-utils_6.1.5-9_i386.deb
  to pool/main/a/am-utils/am-utils_6.1.5-9_i386.deb
libamu-dev_6.1.5-9_i386.deb
  to pool/main/a/am-utils/libamu-dev_6.1.5-9_i386.deb
libamu4_6.1.5-9_i386.deb
  to pool/main/a/am-utils/libamu4_6.1.5-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.
Tim Cutts [EMAIL PROTECTED] (supplier of updated am-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jan 2008 22:34:29 +
Source: am-utils
Binary: am-utils libamu-dev libamu4 am-utils-doc
Architecture: source all i386
Version: 6.1.5-9
Distribution: unstable
Urgency: low
Maintainer: Tim Cutts [EMAIL PROTECTED]
Changed-By: Tim Cutts [EMAIL PROTECTED]
Description: 
 am-utils   - automounter utilities from 4.4BSD (includes amd)
 am-utils-doc - automounter utilities documentation
 libamu-dev - Support library for amd the 4.4BSD automounter (development)
 libamu4- Support library for amd the 4.4BSD automounter (runtime)
Closes: 462857 462880
Changes: 
 am-utils (6.1.5-9) unstable; urgency=low
 .
   * Fix source package upload (Closes: #462880)
   * Fix permissions on debian/changelog to allow binNMU uploads
 (Closes: #462857)
   * Removed texinfo source from docs package - not supported by doc-base
Files: 
 3cbad0ba0aa27f572c9323010a1b3fe9 1090 net extra am-utils_6.1.5-9.dsc
 7842d4cf1da4c0af4ad0f09b7b68384e 70529 net extra am-utils_6.1.5-9.diff.gz
 9be08a896a640974b38f214ba23dd432 567594 doc extra am-utils-doc_6.1.5-9_all.deb
 f0bd5eb7ef2a5cfd65163271e35991ba 164186 libs extra libamu4_6.1.5-9_i386.deb
 6e7e50e2e27c1c535d508561ec8194cd 385710 net extra am-utils_6.1.5-9_i386.deb
 f115265e9825669c69c3422708577d19 45138 libdevel extra 
libamu-dev_6.1.5-9_i386.deb

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

iQEVAwUBR59foRypeFo2odvPAQK6ygf+It1bvAEeTKeKVpYcno0riQoNaiRlX9r3
SbqDXvCAk9PHvxlsD15gt782F9BrHSF5g/dle1CpGcB3MzR87HQiAm7Ll69u+jER
1Y3iNQpEroWs45GaYygfe0dZ83BXXEOnvbCQgZ8FQO8lBmJp18K9UVQVPE5WKmwc
uP4WkFwwrcjeDahNvKvuzxEIgLnGGwAlAAhSm3wwbac5oY1cU8iu6XB5UqskibuT
ADcZsRTIVVKWxIrwtmDqwgjFOkeTaKdPnZdrM4oI+m0IeabYB+cjgGkph53Ey5UO
A4c++dF0FbcppDBaIyTR7aK5wWtOF4EKAbjtkeQ6KESFohQp/8kp9Q==
=zRyy
-END PGP SIGNATURE-


---End Message---


Bug#460768: patch

2008-01-29 Thread Ying-Chun Liu (PaulLiu)

tags 460768 + patch
thanks

Dear all,

I made a patch for transition to gnome2. It seems not hard. :)

The rest is to adjust the Build-Depends field in debian/control. For 
example, depends on libgnomeui-dev instead of libgnome-dev.


Regards,
 Ying-Chun Liu


--
PaulLiu(劉穎駿)
E-mail address: [EMAIL PROTECTED]
--- canvas.c	2008-01-29 22:35:21.99164 +0800
+++ canvas.c	2008-01-29 22:35:21.99164 +0800
@@ -735,8 +735,8 @@
   };
   dialog = gnome_about_new (_(Glotski), GLOTVER,
 (C) 1999-2000 Martin Hock,
-authors,
 _(Drag the blocks around to reach a goal.),
+authors, NULL, NULL,
 NULL);
   gtk_signal_connect(GTK_OBJECT(dialog),
 			 destroy,
--- Makefile	2008-01-29 22:34:41.992879283 +0800
+++ Makefile	2008-01-29 22:34:41.992879283 +0800
@@ -1,7 +1,7 @@
 CC   = gcc -g -Wall -O5
-LIBS = `gnome-config gnomeui --libs`
+LIBS = `pkg-config libgnomeui-2.0 --libs`
 OBJS = glotski.o equiv.o parse.o canvas.o
-INCLUDE = `gnome-config gnomeui --cflags`
+INCLUDE = `pkg-config libgnomeui-2.0 --cflags`
 all: ${OBJS}
 	${CC} ${OBJS} ${LIBS} -o glotski
 


Bug#451105: The error message is annoying and still pops up for no good reason

2008-01-29 Thread Dominique Brazziel
Version: 1.3.5-1+b1

I can print but the iso-8859 messages keep occurring. 
I have tried setting DefaultCharset and/or
DefaultLanguage to eliminate the messages but they
keep happening.  As far as the time when they occur it
may have a correlation with when the Samba printers'
hosts come online, I haven't been doing printing when
they happen.  

[28/Jan/2008:23:40:00 -0500] Listening to
127.0.0.1:631 on fd 3...
I [28/Jan/2008:23:40:00 -0500] Listening to
192.168.2.48:631 on fd 4...
I [28/Jan/2008:23:40:00 -0500] Listening to
/var/run/cups/cups.sock on fd 5...
I [28/Jan/2008:23:40:00 -0500] Resuming new connection
processing...
I [28/Jan/2008:23:51:57 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20140)
I [28/Jan/2008:23:52:02 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20141)
I [28/Jan/2008:23:52:16 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20142)
I [28/Jan/2008:23:52:25 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20143)
I [28/Jan/2008:23:53:04 -0500] Started
/usr/lib/cups/cgi-bin/jobs.cgi (pid=20144)
I [28/Jan/2008:23:53:25 -0500] Started
/usr/lib/cups/cgi-bin/help.cgi (pid=20147)
I [28/Jan/2008:23:53:57 -0500] Started
/usr/lib/cups/cgi-bin/help.cgi (pid=20150)
I [28/Jan/2008:23:54:04 -0500] Started
/usr/lib/cups/cgi-bin/help.cgi (pid=20151)
I [28/Jan/2008:23:54:37 -0500] Started
/usr/lib/cups/cgi-bin/classes.cgi (pid=20152)
I [28/Jan/2008:23:54:48 -0500] Started
/usr/lib/cups/cgi-bin/admin.cgi (pid=20153)
I [28/Jan/2008:23:55:50 -0500] cupsdCloseClient: SSL
shutdown successful!
I [28/Jan/2008:23:55:50 -0500] cupsdCloseClient: SSL
shutdown successful!
I [28/Jan/2008:23:56:56 -0500] cupsdCloseClient: SSL
shutdown successful!
I [28/Jan/2008:23:56:56 -0500] cupsdCloseClient: SSL
shutdown successful!
E [29/Jan/2008:07:35:34 -0500] Unsupported character
set iso-8859-1!
E [29/Jan/2008:07:35:34 -0500] Unsupported character
set iso-8859-1!
E [29/Jan/2008:07:35:34 -0500] Unsupported character
set iso-8859-1!
E [29/Jan/2008:07:35:34 -0500] Unsupported character
set iso-8859-1!
.  



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



Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Peter Hicks
On Tue, Jan 29, 2008 at 04:15:29PM +0100, Robert Millan wrote:

 Can you reproduce it with:
 
   apt-get install grub-rescue-pc qemu
   dd if=/dev/sda5 of=/tmp/img
   qemu -boot a -fda /usr/lib/grub-rescue/grub-rescue-floppy.img -hda /tmp/img
 
 and trying to setup gfxterm manually? (by loading the font from 
 (hd0)/share/...)

Yes :-)

qemu: fatal: Trying to execute code outside RAM or ROM at 0x2e2e002e

EAX=0009c0d6 EBX=73667800 ECX= EDX=
ESI=00088190 EDI=0009c0d6 EBP=0007f76c ESP=0007f740
EIP=2e2e002e EFL=0002 [---] CPL=0 II=0 A20=1 SMM=0 HLT=0
ES =0010   00cf9300
CS =0008   00cf9a00
SS =0010   00cf9300
DS =0010   00cf9300
FS =0010   00cf9300
GS =0010   00cf9300
LDT=   8000
TR =   8000
GDT= 833c 0027
IDT=  03ff
CR0=6011 CR2= CR3= CR4=
CCS=000c CCD=0007f748 CCO=SUBL
FCW=037f FSW= [ST=0] FTW=00 MXCSR=1f80
FPR0=  FPR1= 
FPR2=  FPR3= 
FPR4=  FPR5= 
FPR6=  FPR7= 
XMM00=
XMM01=
XMM02=
XMM03=
XMM04=
XMM05=
XMM06=
XMM07=
Aborted

Just in case it's relevant, xfs_info on /usr:

meta-data=/dev/sda5  isize=256agcount=16, agsize=152742 blks
 =   sectsz=512   attr=0
data =   bsize=4096   blocks=2443872, imaxpct=25
 =   sunit=0  swidth=0 blks
naming   =version 2  bsize=4096
log  =internal   bsize=4096   blocks=16384, version=1
 =   sectsz=512   sunit=0 blks, lazy-count=0
realtime =none   extsz=4096   blocks=0, rtextents=0



Peter


// Peter



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



Bug#453166: More info on Swig 1.31 vs 1.33

2008-01-29 Thread Roderich Schupp
Hi,

I got my shovel and dug some more into these
TypeError: Expected argument 1 of type ..., but got Array [] errors.
Here's what I found (warning lengthy explanation ahead).

(1)  In general, Swig tries to deliver output parameters (as viewed from
the C level) as multiple return values in the wrapper (for target languages
that support multiple return values, like Python, Perl or Ruby). If the
C function also has a return value, this counts as the zeroeth output
parameter.

(2) The means to map an output parameter from C to the target
language is an argout typemap. Now almost all argout typemaps
for Ruby look like this:

 %typemap(ruby, argout, fragment=output_helper) some_type
 {
/* marshal $1 (some_type) into Ruby as variable foo */

$result = output_helper($result, foo);
 }

where the final line

$result = output_helper($result, foo);

does the following (note that $return is a Swig meta variable
and stands for the actual name of the variable that will
finally be returned from the generated function wrapper):

   if $esult == Nil then
  # the current output parameter is the first output parameter
  $result = foo
   elsif !($result is a Ruby array)
  # the current output parameter is the second output parameter
  $result = new_ruby_array($result, foo)
   else
  # the current output parameter is the third or higher output parameter
  push $result, foo

(3) There's one problem with this: it doesn't work if foo is already
a Ruby array AND foo is the first output parameter AND there are
other output parameters. In that case the wrapper should return
a Ruby array with foo as its first element and the other output parameters
as the rest of the elements. But it will actually return foo itself,
with the other output parameters appended to foo.

The following change tries to address this problem:
http://swig.svn.sourceforge.net/viewvc/swig/trunk/Source/Modules/ruby.cxx?r1=9721r2=9746pathrev=9746
It counts the number of output parameters in a first pass and if this
is  1 inserts the line

  vresult = rb_ary_new();   #  ***

just before the code rom the argout typemaps is emitted.
This fix is correct, Swig is not to blame. Now over to Subversion.

(4) If you look at the Ruby wrapper generated by Swig
for a Subversion function like

void svn_opt_format_option(const char **string,
  const apr_getopt_option_t *opt,
  svn_boolean_t doc,
  apr_pool_t *pool);

(and compare code generated with Swig 1.31 and 1.33)
you see that Swig 1.33 just adds the above line ***. This will
result in an error expected string, but got Array. But why
does Swig think that this function has more than one output parameter -
obviously there's only one (string). But Swig just does what
it's been told because Subversion (line 350 in
subversion/bindings/swig/include/svn_types.swg)
specifies an argout typemap for parameters of type apr_pool_t*

%typemap(ruby, argout) apr_pool_t *pool
{
   svn_swig_rb_set_pool($result, _global_svn_swig_rb_pool);
   svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
}

This isn't really output parameter processing (hint: it doesn't
assign to $result), it is merely abusing an argout typemap
to apply some final processing AFTER all real
output parameters have been processed (and accumulated
in $result), but BEFORE the final return $result.
This works since apr_pool_t* parameters
are generally the last parameter in SVN and APR functions.

Note that this approach is rather specific to Ruby. Python does
the equivalent processing in a freearg typemap (line 319).
(freearg typemap code is emitted at roughly the same place
as the code for the final argout parameter.)
But Ruby probably can't just switch to a freearg typemap,
because it requires access to $result which isn't available
in freearg typemaps (though I don't understand what
svn_swig_rb_set_pool does with $result).


Cheers, Roderich



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



Bug#463126: freecol does not start

2008-01-29 Thread Daniel Knabl
Package: freecol
Version: 0.7.2-5
Severity: grave
Justification: renders package unusable


Hi Wesley,

when starting from console I get the following output and freecol does NOT
start at all:

[EMAIL PROTECTED]:~$ freecol 
Locking assertion failure.  Backtrace:
#0 /usr/lib/libxcb-xlib.so.0 [0xb7d82767]
#1 /usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb7d828b1]
#2 /usr/lib/libX11.so.6(_XReply+0xff) [0xa80a3acf]
#3 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so [0xa81a98ce]
#4 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so [0xa8186067]
#5 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so [0xa8186318]
#6 
/usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/xawt/libmawt.so(Java_sun_awt_X11GraphicsEnvironment_initDisplay+0x2f)
 [0xa818661f]
#7 [0xb4d293aa]
#8 [0xb4d21f0d]
#9 [0xb4d21f0d]
#10 [0xb4d1f249]
#11 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so [0x637338d]
#12 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so [0x64fd168]
#13 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so [0x6373220]
#14 
/usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so(JVM_DoPrivileged+0x363)
 [0x63c90d3]
#15 
/usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/libjava.so(Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2+0x3d)
 [0xb7d3a96d]
#16 [0xb4d293aa]
#17 [0xb4d21da7]
#18 [0xb4d1f249]
#19 /usr/lib/jvm/java-6-sun-1.6.0.04/jre/lib/i386/server/libjvm.so [0x637338d]
java: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c-xlib.lock' failed.
Abgebrochen

I installed the freecol package from unstable/0.7.2-5.
If any other infos are required please feel free to mail me.

regards
Daniel

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

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

Versions of packages freecol depends on:
ii  libhiglayout-java  1.0-3 An easy-to-use layout manager
for
ii  libwoodstox-java   4.0~svn20070930-2 a high-performance XML
processor
ii  sun-java6-jre  6-04-1Sun Java(TM) Runtime
Environment (

freecol recommends no packages.

-- no debconf information



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



Bug#462880: marked as done (am-utils_6.1.5-8: native package should be non-native)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 18:02:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#462880: fixed in am-utils 6.1.5-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: am-utils
Version: 6.1.5-8
Severity: serious

Hi Tim,

am-utils 6.1.5-8 appears to have been uploaded as a native package in error,
and as a result the debian/changelog within the package is read-only which
causes binNMUs to fail.  Please repackage this as a non-native package with
a separate .diff.gz.

Marking as 'serious' because this prevents a necessary binNMU for the
libldap transition.

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.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]


---End Message---
---BeginMessage---
Source: am-utils
Source-Version: 6.1.5-9

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

am-utils-doc_6.1.5-9_all.deb
  to pool/main/a/am-utils/am-utils-doc_6.1.5-9_all.deb
am-utils_6.1.5-9.diff.gz
  to pool/main/a/am-utils/am-utils_6.1.5-9.diff.gz
am-utils_6.1.5-9.dsc
  to pool/main/a/am-utils/am-utils_6.1.5-9.dsc
am-utils_6.1.5-9_i386.deb
  to pool/main/a/am-utils/am-utils_6.1.5-9_i386.deb
libamu-dev_6.1.5-9_i386.deb
  to pool/main/a/am-utils/libamu-dev_6.1.5-9_i386.deb
libamu4_6.1.5-9_i386.deb
  to pool/main/a/am-utils/libamu4_6.1.5-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.
Tim Cutts [EMAIL PROTECTED] (supplier of updated am-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jan 2008 22:34:29 +
Source: am-utils
Binary: am-utils libamu-dev libamu4 am-utils-doc
Architecture: source all i386
Version: 6.1.5-9
Distribution: unstable
Urgency: low
Maintainer: Tim Cutts [EMAIL PROTECTED]
Changed-By: Tim Cutts [EMAIL PROTECTED]
Description: 
 am-utils   - automounter utilities from 4.4BSD (includes amd)
 am-utils-doc - automounter utilities documentation
 libamu-dev - Support library for amd the 4.4BSD automounter (development)
 libamu4- Support library for amd the 4.4BSD automounter (runtime)
Closes: 462857 462880
Changes: 
 am-utils (6.1.5-9) unstable; urgency=low
 .
   * Fix source package upload (Closes: #462880)
   * Fix permissions on debian/changelog to allow binNMU uploads
 (Closes: #462857)
   * Removed texinfo source from docs package - not supported by doc-base
Files: 
 3cbad0ba0aa27f572c9323010a1b3fe9 1090 net extra am-utils_6.1.5-9.dsc
 7842d4cf1da4c0af4ad0f09b7b68384e 70529 net extra am-utils_6.1.5-9.diff.gz
 9be08a896a640974b38f214ba23dd432 567594 doc extra am-utils-doc_6.1.5-9_all.deb
 f0bd5eb7ef2a5cfd65163271e35991ba 164186 libs extra libamu4_6.1.5-9_i386.deb
 6e7e50e2e27c1c535d508561ec8194cd 385710 net extra am-utils_6.1.5-9_i386.deb
 f115265e9825669c69c3422708577d19 45138 libdevel extra 
libamu-dev_6.1.5-9_i386.deb

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

iQEVAwUBR59foRypeFo2odvPAQK6ygf+It1bvAEeTKeKVpYcno0riQoNaiRlX9r3
SbqDXvCAk9PHvxlsD15gt782F9BrHSF5g/dle1CpGcB3MzR87HQiAm7Ll69u+jER
1Y3iNQpEroWs45GaYygfe0dZ83BXXEOnvbCQgZ8FQO8lBmJp18K9UVQVPE5WKmwc
uP4WkFwwrcjeDahNvKvuzxEIgLnGGwAlAAhSm3wwbac5oY1cU8iu6XB5UqskibuT
ADcZsRTIVVKWxIrwtmDqwgjFOkeTaKdPnZdrM4oI+m0IeabYB+cjgGkph53Ey5UO
A4c++dF0FbcppDBaIyTR7aK5wWtOF4EKAbjtkeQ6KESFohQp/8kp9Q==
=zRyy
-END PGP SIGNATURE-


---End Message---


Processed: severity of 461924 is important

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.13
 severity 461924 important
Bug#461924: firmware-iwlwifi: WLAN connection dies due to Microcode SW error
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#462198: marked as done (nspluginwrapper: FTBFS due to ia32-libs-gtk not shipping a shlibs file (#460737))

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 18:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#462198: fixed in nspluginwrapper 0.9.91.5-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: nspluginwrapper
Version: 0.9.91.5-1smpfix1
Severity: serious
Tags: patch
Justification: no longer builds from source

dpkg-shlibdeps (as called by dh_shlibs in the binary-arch target of 
debian/rules) fails for 
debian/nspluginwrapper/usr/lib/nspluginwrapper/i386/linux/npviewer.bin 
as ia32-libs-gtk doesn't provide shlibs info.

This provides a temporary fix (a debian/local.shlibs mapping) until bug 
#460737 is resolved.

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

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

Versions of packages nspluginwrapper depends on:
ii  ia32-libs   2.2  ia32 shared libraries for use on a
ii  ia32-libs-gtk   2.1  gtk+ ia32 shared libraries
ii  lib32gcc1   1:4.3-20080116-1 GCC support library (32 bit Versio
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libc6-i386  2.7-6GNU C Library: 32bit shared librar
ii  libglib2.0-02.14.5-2 The GLib library of C routines
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  util-linux [linux32]2.13.1-1 Miscellaneous system utilities

nspluginwrapper recommends no packages.

-- no debconf information
diff -rupN nspluginwrapper-0.9.91.5.orig/debian/shlibs.local 
nspluginwrapper-0.9.91.5/debian/shlibs.local
--- nspluginwrapper-0.9.91.5.orig/debian/shlibs.local   1969-12-31 
18:00:00.0 -0600
+++ nspluginwrapper-0.9.91.5/debian/shlibs.local2008-01-22 
23:00:04.052191304 -0600
@@ -0,0 +1,6 @@
+# Fix FTBFS due to ia32-libs-gtk not shipping a shlibs file (#460737)
+libgthread-2.0 0   ia32-libs-gtk
+libgobject-2.0 0   ia32-libs-gtk
+libgtk-x11-2.0 0   ia32-libs-gtk
+libglib-2.00   ia32-libs-gtk
+libgdk-x11-2.0 0   ia32-libs-gtk
---End Message---
---BeginMessage---
Source: nspluginwrapper
Source-Version: 0.9.91.5-2

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

nspluginwrapper_0.9.91.5-2.diff.gz
  to pool/contrib/n/nspluginwrapper/nspluginwrapper_0.9.91.5-2.diff.gz
nspluginwrapper_0.9.91.5-2.dsc
  to pool/contrib/n/nspluginwrapper/nspluginwrapper_0.9.91.5-2.dsc
nspluginwrapper_0.9.91.5-2_amd64.deb
  to pool/contrib/n/nspluginwrapper/nspluginwrapper_0.9.91.5-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.
Rob Andrews [EMAIL PROTECTED] (supplier of updated nspluginwrapper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jan 2008 23:27:29 +
Source: nspluginwrapper
Binary: nspluginwrapper
Architecture: source amd64
Version: 0.9.91.5-2
Distribution: unstable
Urgency: low
Maintainer: Rob Andrews [EMAIL PROTECTED]
Changed-By: Rob Andrews [EMAIL PROTECTED]
Description: 
 nspluginwrapper - A wrapper to run Netscape plugins on other architectures
Closes: 458584 462198
Changes: 
 nspluginwrapper (0.9.91.5-2) unstable; urgency=low
 .
   * linux32 is now provided by util-linux, so remove runtime dep on
 linux32 (no longer installable)
   * Fix issues on SMP by initialising and using gthreads in glib
 - patch is 004_fix_threading.diff (Closes: #458584)
   * Enable 003_update_help_info.diff, which for some reason I forgot to
 put into the quilt series file
   * Add a shlibs.local file for ia32-libs-gtk dep generation - in the
 absence of a ia32-libs-gtk-dev package, this fixes the FTBFS
 Thanks to 

Bug#458584: marked as done (nspluginwrapper: plays flash content briefly then turns to gray screen)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 18:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#458584: fixed in nspluginwrapper 0.9.91.5-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---

Subject: nspluginwrapper: plays flash content briefly then turns to gray screen
Package: nspluginwrapper
Version: 0.9.91.5-1
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***
nspluginwrapper installs ok and installs flash plugin ok.
When viewing Flash content on iceweasel ie. youtube the flash video plays for a 
couple of seconds then the Flash box just goes blank gray.
On startup iceweasel reports:

[EMAIL PROTECTED]:~$ iceweasel
/usr/lib/iceweasel/firefox-bin: Symbol `SSL_ImplementedCiphers' has different si
ze in shared object, consider re-linking

When Flash content disappears iceweasel spews out the following:

*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection reset by pee
r
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed
*** NSPlugin Wrapper *** ERROR: NPP_WriteReady() invoke: Connection closed

I have had nspluginwrapper working fine before but I can't pinpoint the upgrade 
that caused this problem.
Hope this helps and thanks for nspluginwrapper!
Norval Watson

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

Kernel: Linux 2.6.23.11-rt14 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages nspluginwrapper depends on:
ii  ia32-libs 2.2ia32 shared libraries for use on a
ii  ia32-libs-gtk 2.1gtk+ ia32 shared libraries
ii  lib32gcc1 1:4.2.2-4  GCC support library (32 bit Versio
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libc6-i3862.7-5  GNU C Library: 32bit shared librar
ii  libglib2.0-0  2.14.4-2   The GLib library of C routines
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  util-linux [linux32]  2.13-13Miscellaneous system utilities

nspluginwrapper recommends no packages.

-- no debconf information






  Make the switch to the world's best email. Get the new Yahoo!7 Mail now. 
www.yahoo7.com.au/worldsbestemail




---End Message---
---BeginMessage---
Source: nspluginwrapper
Source-Version: 0.9.91.5-2

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

nspluginwrapper_0.9.91.5-2.diff.gz
  to pool/contrib/n/nspluginwrapper/nspluginwrapper_0.9.91.5-2.diff.gz
nspluginwrapper_0.9.91.5-2.dsc
  to pool/contrib/n/nspluginwrapper/nspluginwrapper_0.9.91.5-2.dsc
nspluginwrapper_0.9.91.5-2_amd64.deb
  to pool/contrib/n/nspluginwrapper/nspluginwrapper_0.9.91.5-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.
Rob Andrews [EMAIL PROTECTED] (supplier of updated nspluginwrapper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jan 2008 23:27:29 +
Source: 

Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Peter Hicks

Hi Robert

Robert Millan wrote:


Can you reproduce this in a smaller XFS filesystem?  (one that doesn't contain
any sensible data, so that you can put it in some public URL)


It's reproducable on a 32Mb-ish filesystem I created and bzipped up at 
http://stash.poggs.com/grub-xfs-example.bz2



Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#463158: openglad: segfaults immediately

2008-01-29 Thread Guus Sliepen
Package: openglad
Version: 0.98-2
Severity: grave
Justification: renders package unusable

openglad
[1]30637 segmentation fault  openglad

When I start openglad, I see a window appearing for a split second, then
it immediately crashes.


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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openglad depends on:
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080127-1 GCC support library
ii  libsdl-mixer1.2 1.2.8-3  mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.13-1 Simple DirectMedia Layer
ii  libstdc++6  4.3-20080127-1   The GNU Standard C++ Library v3

openglad recommends no packages.

-- no debconf information



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



Bug#460768: marked as done (glotski: your package depends from gnome-libs that is scheduled for removal)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 20:47:16 +
with message-id [EMAIL PROTECTED]
and subject line Bug#460768: fixed in glotski 0.2-6
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: glotski
Severity: important
User: [EMAIL PROTECTED]
Usertags: gnome-1.x-removal

Hi,

Your package (glotski) has been detected as depending on gnome-libs,
which as per release goal, won't be shipped in lenny.

Please make sure that your package drops its dependencies on
gnome-libs as soon as possible, or that it's ported to gnome2 one way
or the other.

This bug will be raised to RC severity as soon as gnome-libs are
removed from testing, which should happen soon, since it will make
your package uninstallable.

Cheers,

-- Pierre Habouzit 


---End Message---
---BeginMessage---
Source: glotski
Source-Version: 0.2-6

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

glotski_0.2-6.diff.gz
  to pool/main/g/glotski/glotski_0.2-6.diff.gz
glotski_0.2-6.dsc
  to pool/main/g/glotski/glotski_0.2-6.dsc
glotski_0.2-6_i386.deb
  to pool/main/g/glotski/glotski_0.2-6_i386.deb



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

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

Debian distribution maintenance software
pp.
Hwei Sheng Teoh [EMAIL PROTECTED] (supplier of updated glotski 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: Tue, 15 Jan 2008 07:44:38 -0800
Source: glotski
Binary: glotski
Architecture: source i386
Version: 0.2-6
Distribution: unstable
Urgency: low
Maintainer: Hwei Sheng Teoh [EMAIL PROTECTED]
Changed-By: Hwei Sheng Teoh [EMAIL PROTECTED]
Description: 
 glotski- Slide blocks to reach a goal
Closes: 460768
Changes: 
 glotski (0.2-6) unstable; urgency=low
 .
   * Migrate to gnome2. Thanks to Paul Liu [EMAIL PROTECTED] for the
 migration patch! (Closes: #460768)
   * Add --as-needed to linker flags, to avoid creating dependencies on
 libraries that we don't actually need.
   * Update to Standards-Version: 3.7.3.
Files: 
 3197b78b56bc523cadda7047f7d8b3b3 573 games optional glotski_0.2-6.dsc
 25282268ede6507a766013a7ceead098 4466 games optional glotski_0.2-6.diff.gz
 4e93145ec19b76d2e35ecf74014720f2 24382 games optional glotski_0.2-6_i386.deb

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

iD8DBQFHn398BgxOY7BxxAoRAqCfAJ96t+uVB/f3k0n09ghYtwQo67G+/QCfcDT0
oLzbN4JPH1yC46w6LBfiRcI=
=zlZT
-END PGP SIGNATURE-


---End Message---


Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 08:18:10PM +, Peter Hicks wrote:
 Hi Robert
 
 Robert Millan wrote:
 
 Can you reproduce this in a smaller XFS filesystem?  (one that doesn't 
 contain
 any sensible data, so that you can put it in some public URL)
 
 It's reproducable on a 32Mb-ish filesystem I created and bzipped up at 
 http://stash.poggs.com/grub-xfs-example.bz2

Great.  Could you please notify [EMAIL PROTECTED] ?  I'm sure someone will
pick up on this.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Processed: reassigning

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 463159 libxcb1 1.1-1
Bug#463159: XCB-enabled libx11 causes hangs in various X clients
Bug reassigned from package `libx11-6' to `libxcb1'.

 forwarded 463159 http://bugs.freedesktop.org/show_bug.cgi?id=9528
Bug#463159: XCB-enabled libx11 causes hangs in various X clients
Noted your statement that Bug has been forwarded to 
http://bugs.freedesktop.org/show_bug.cgi?id=9528.

 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#463159: reassigning

2008-01-29 Thread Joe Drew
reassign 463159 libxcb1 1.1-1
forwarded 463159 http://bugs.freedesktop.org/show_bug.cgi?id=9528
thanks

This bug is actually in libxcb1, not libx11-6. (Although I'm willing to
be proven wrong, and that it's some *interaction* between libx11 and
libxcb that's causing it.)



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



Bug#463159: XCB-enabled libx11 causes hangs in various X clients

2008-01-29 Thread Joe Drew
Package: libx11-6
Version: 2:1.1.3-1
Severity: critical

This is only 'critical' because it causes unrelated software (e.g., Side
Effects Software's Houdini) to break by causing hangs. Feel free to
downgrade, but this is a very important bug to me, at least.

This is also reported upstream:
http://bugs.freedesktop.org/show_bug.cgi?id=9528

Simply upgrading to a XCB-enabled libx11 build causes clients to start
hanging inside _XReply. There is a bunch of analysis at
http://lists.freedesktop.org/archives/xcb/2007-August/002961.html too.

To reproduce, download a build of Houdini 9.0 from www.sidefx.com and
run it. You will see various hangs almost immediately upon running
'houdini'.

I can help with all manner of debugging; I just don't understand X (and
in particular, libx11 and XCB) enough to do this myself.

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

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

Versions of packages libx11-6 depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libx11-data   2:1.0.3-7  X11 client-side library
ii  libxcb-xlib0  1.1-1  X C Binding, Xlib/XCB interface li
ii  libxcb1   1.1-1  X C Binding
ii  x11-common1:7.3+10   X Window System (X.Org) infrastruc

libx11-6 recommends no packages.

-- no debconf information



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



Bug#456686: Please, don't remove imms

2008-01-29 Thread Artur R. Czechowski
Hello,
The imms could be compiled as a plugin to audacious.
Patch for 3.0.x is available at upstream webpage.
3.1 release candidate has built-in support for audacious.
-- 
Przewdnik Jesteś ultranormalny. Wyjebany w kosmos.
Przewdnik Idealista :)
Przewdnik I perfekcjonista :)
/o mnie :)/



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



Bug#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Bug#462588: Bug#462588: Same problem

2008-01-29 Thread T.A. van Roermund

Quanah Gibson-Mount wrote:

Ok.  Does your certificate have a proper cn, matching the fqdn of your
server?  That's the only other case where I can reproduce the described
behavior, but I don't know if that's a behavior change relative to the
OpenSSL version.  (I would have hoped that OpenSSL would also refuse to
negotiate SSL/TLS with a server whose cn doesn't match the hostname being
connected to, since this subverts the SSL security model.)


OpenLDAP compiled with OpenSSL behaves the same way.  i.e, the cn in the 
cert must match the servername (or the fields on subjectAltName, etc).


FQDN: server-timo.van-roermund.nl
CN: van-roermund.nl

Will that be the problem? If so, then the behaviour of GnuTLS *is* 
different from the behavious of OpenSSL. I will test it and let you know.


Regards,

Timo



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



Bug#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Bug#462588: Bug#462588: Same problem

2008-01-29 Thread Quanah Gibson-Mount
--On Tuesday, January 29, 2008 12:09 PM -0800 Steve Langasek 
[EMAIL PROTECTED] wrote:



On Tue, Jan 29, 2008 at 08:27:03PM +0100, T.A. van Roermund wrote:

Steve Langasek wrote:
 Well, I can reproduce the problem when using this value for
 TLSCipherSuite. But why would you set this value, rather than leaving
 TLSCipherSuite blank to use the default?  I don't see the point of
 listing *all* the cipher types if you don't intend to exclude some of
 them.



If I leave it blank, it still doesn't work. The behaviour is then
exactly equal to the current situation.


Ok.  Does your certificate have a proper cn, matching the fqdn of your
server?  That's the only other case where I can reproduce the described
behavior, but I don't know if that's a behavior change relative to the
OpenSSL version.  (I would have hoped that OpenSSL would also refuse to
negotiate SSL/TLS with a server whose cn doesn't match the hostname being
connected to, since this subverts the SSL security model.)


OpenLDAP compiled with OpenSSL behaves the same way.  i.e, the cn in the 
cert must match the servername (or the fields on subjectAltName, etc).


--Quanah

--

Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc

Zimbra ::  the leader in open source messaging and collaboration



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



Bug#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Bug#462588: Same problem

2008-01-29 Thread Steve Langasek
On Tue, Jan 29, 2008 at 08:27:03PM +0100, T.A. van Roermund wrote:
 Steve Langasek wrote:
  Well, I can reproduce the problem when using this value for TLSCipherSuite.
  But why would you set this value, rather than leaving TLSCipherSuite blank
  to use the default?  I don't see the point of listing *all* the cipher types
  if you don't intend to exclude some of them.

 If I leave it blank, it still doesn't work. The behaviour is then 
 exactly equal to the current situation.

Ok.  Does your certificate have a proper cn, matching the fqdn of your
server?  That's the only other case where I can reproduce the described
behavior, but I don't know if that's a behavior change relative to the
OpenSSL version.  (I would have hoped that OpenSSL would also refuse to
negotiate SSL/TLS with a server whose cn doesn't match the hostname being
connected to, since this subverts the SSL security model.)

  I see that if I leave the cipher list blank, gnutls-cli negotiates
  TLS_RSA_AES_256_CBC_SHA; so if I set TLSCipherSuite TLS_RSA_AES_256_CBC_SHA,
  it works just fine.

 How exactly do you find out? Then I might try the same on my PC.

Running as root on the client:

# tcpdump -i eth1 -n host borges and '(port ldap or port ldaps)' \
-s 1500 -w ~vorlon/ldaps.pcap

then attempt to connect to the server from the client, ctrl-C out of
tcpdump, and analyze the resulting packet capture with wireshark -r
ldaps.pcap (as a non-root user).

If you're testing with localhost, then you'll want to do, e.g.,

# tcpdump -i lo -n port ldap or port ldaps -s 1500 -w ldaps.pcap

  The full list of ciphers that gnutls clients appear to negotiate by default
  is:
  
TLS_DHE_RSA_AES_256_CBC_SHA, TLS_DHE_RSA_AES_128_CBC_SHA,
TLS_DHE_RSA_3DES_EDE_CBC_SHA, TLS_DHE_DSS_AES_256_CBC_SHA,
TLS_DHE_DSS_AES_128_CBC_SHA, TLS_DHE_DSS_3DES_EDE_CBC_SHA,
TLS_DHE_DSS_RC4_128_SHA, TLS_RSA_AES_256_CBC_SHA, TLS_RSA_AES_128_CBC_SHA,
TLS_RSA_3DES_EDE_CBC_SHA, TLS_RSA_RC4_128_SHA, TLS_RSA_RC4_128_MD5
  
  So if you don't want to use the default cipher settings, you can perhaps
  choose one of these ciphers individually that meets your needs.

 None of thise ciphers seems to work (at least in combination with 
 Thunderbird).

If you're seeing this behavior even when TLSCipherSuite is left blank, then
I think your failure is different than the cipher negotiation problem, and I
suspect the cn problem above, or a problem with a lack of a CA configured on
the client side.

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



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



Bug#460768: patch

2008-01-29 Thread H. S. Teoh
On Tue, Jan 29, 2008 at 10:40:58PM +0800, Ying-Chun Liu (PaulLiu) wrote:
 tags 460768 + patch
 thanks

 Dear all,

 I made a patch for transition to gnome2. It seems not hard. :)

 The rest is to adjust the Build-Depends field in debian/control. For  
 example, depends on libgnomeui-dev instead of libgnome-dev.
[...]

Thanks for the help! I've uploaded the fixed package to the queue.


--T


signature.asc
Description: Digital signature


Bug#460768: Upload pending

2008-01-29 Thread H. S. Teoh
tags 460768 + pending
thanks


T

-- 
Guns don't kill people. Bullets do.



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



Bug#463027: man-db: File conflict with manpages-de

2008-01-29 Thread Colin Watson
On Tue, Jan 29, 2008 at 08:24:17PM +0100, Daniel Kobras wrote:
 On Mon, Jan 28, 2008 at 11:35:19PM +, Colin Watson wrote:
  Daniel, would you please remove the following pages from manpages-de:
  
* apropos(1)
* man(1)
* manpath(1)
* whatis(1)
* zsoelim(1)
* manpath(5)
* catman(8)
* mandb(8)
  
  ... and let me know the version number in which you did so, so that I
  can use it in Replaces? For now, I'm adding an unversioned Replaces.
 
 Oh, I see what's gone wrong here. Your copies of the man pages have
 moved from /usr/share/man/de to /usr/share/man/de.UTF-8, which broke
 manpages-de's scriptlet that scans for duplicates.

Right; in fact, they moved from /usr/share/man/de to
/usr/share/man/de.UTF-8 and then back again, due to an abortive decision
regarding the proper installation location for UTF-8 manual pages.

 Will be fixed in manpages-de 0.5-4.

Thanks; I've applied this to my tree.

  With my upstream hat on, I'm more than willing to work with any
  translator who wants to get their changes into man-db's own German
  manual pages.
 
 There are no recent changes in these files that I'm aware of. We
 generally encourage translators to contribute directly to upstream
 projects if possible/applicable.

OK, fair enough.

Thanks,

-- 
Colin Watson   [EMAIL PROTECTED]



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



Bug#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Same problem

2008-01-29 Thread Steve Langasek
On Sat, Jan 26, 2008 at 12:33:28PM +0100, T.A. van Roermund wrote:
   # all cipher suites as currently supported by gnutls,
   # constructed using command:
   #   gnutls-cli -l | grep -E ^TLS | cut -d\  -f1 | xargs echo
   TLSCipherSuite TLS_ANON_DH_ARCFOUR_MD5 TLS_ANON_DH_3DES_EDE_CBC_SHA1 
 TLS_ANON_DH_AES_128_CBC_SHA1 TLS_ANON_DH_AES_256_CBC_SHA1 
 TLS_PSK_SHA_ARCFOUR_SHA1 TLS_PSK_SHA_3DES_EDE_CBC_SHA1 
 TLS_PSK_SHA_AES_128_CBC_SHA1 TLS_PSK_SHA_AES_256_CBC_SHA1 
 TLS_DHE_PSK_SHA_ARCFOUR_SHA1 TLS_DHE_PSK_SHA_3DES_EDE_CBC_SHA1 
 TLS_DHE_PSK_SHA_AES_128_CBC_SHA1 TLS_DHE_PSK_SHA_AES_256_CBC_SHA1 
 TLS_SRP_SHA_3DES_EDE_CBC_SHA1 TLS_SRP_SHA_AES_128_CBC_SHA1 
 TLS_SRP_SHA_AES_256_CBC_SHA1 TLS_SRP_SHA_DSS_3DES_EDE_CBC_SHA1 
 TLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1 TLS_SRP_SHA_DSS_AES_128_CBC_SHA1 
 TLS_SRP_SHA_RSA_AES_128_CBC_SHA1 TLS_SRP_SHA_DSS_AES_256_CBC_SHA1 
 TLS_SRP_SHA_RSA_AES_256_CBC_SHA1 TLS_DHE_DSS_ARCFOUR_SHA1 
 TLS_DHE_DSS_3DES_EDE_CBC_SHA1 TLS_DHE_DSS_AES_128_CBC_SHA1 
 TLS_DHE_DSS_AES_256_CBC_SHA1 TLS_DHE_RSA_3DES_EDE_CBC_SHA1 
 TLS_DHE_RSA_AES_128_CBC_SHA1 TLS_DHE_RSA_AES_256_CBC_SHA1 
 TLS_RSA_NULL_MD5 TLS_RSA_EXPORT_ARCFOUR_40_MD5 TLS_RSA_ARCFOUR_SHA1 
 TLS_RSA_ARCFOUR_MD5 TLS_RSA_3DES_EDE_CBC_SHA1 TLS_RSA_AES_128_CBC_SHA1 
 TLS_RSA_AES_256_CBC_SHA1

 Before, using OpenSSL, everything worked perfectly. Now, LDAPS is
 completely broken.

Well, I can reproduce the problem when using this value for TLSCipherSuite.
But why would you set this value, rather than leaving TLSCipherSuite blank
to use the default?  I don't see the point of listing *all* the cipher types
if you don't intend to exclude some of them.

Anyway, the documented syntax for TLSCipherSuite is $cipher1:$cipher2, not
$cipher1 $cipher2; but setting such values gives me a hang on startup
(which should be investigated).

I see that if I leave the cipher list blank, gnutls-cli negotiates
TLS_RSA_AES_256_CBC_SHA; so if I set TLSCipherSuite TLS_RSA_AES_256_CBC_SHA,
it works just fine.

The full list of ciphers that gnutls clients appear to negotiate by default
is:

  TLS_DHE_RSA_AES_256_CBC_SHA, TLS_DHE_RSA_AES_128_CBC_SHA,
  TLS_DHE_RSA_3DES_EDE_CBC_SHA, TLS_DHE_DSS_AES_256_CBC_SHA,
  TLS_DHE_DSS_AES_128_CBC_SHA, TLS_DHE_DSS_3DES_EDE_CBC_SHA,
  TLS_DHE_DSS_RC4_128_SHA, TLS_RSA_AES_256_CBC_SHA, TLS_RSA_AES_128_CBC_SHA,
  TLS_RSA_3DES_EDE_CBC_SHA, TLS_RSA_RC4_128_SHA, TLS_RSA_RC4_128_MD5

So if you don't want to use the default cipher settings, you can perhaps
choose one of these ciphers individually that meets your needs.

The fact that ldap_pvt_tls_set_option() hangs indefinitely when given a list
of more than one cipher is certainly a bug which should be fixed.

I'm not sure if we should also try to migrate the OpenSSL-specific cipher
specs to GNUTLS equivalents as part of the package upgrade.

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



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



Bug#456679: pam-pgsql: should this package be orphaned?

2008-01-29 Thread Philipp Kern
severity 456679 normal
reassign 456679 wnpp
retitle 456679 O: pam-pgsql -- PAM module to authenticate using a PostgreSQL 
database
thanks

On Mon, Dec 17, 2007 at 03:50:54PM +0100, Filippo Giunchedi wrote:
 While reviewing some packages, your package came up as a package that
 should maybe be orphaned by its maintainer, because:
[...]

Considering that this caused a removal from testing, I am now stepping
up to orphan this package.  Please be aware that Ubuntu packaged
something they call a new upstream version.  It could possibly be
investigated for a new upload.

Rationale for orphanage: I was never able to get a reliable means of
communication with the current maintainer of the package and he was
unable to come up with an upload to sponsor.  And there was no reaction
by the Debian maintainer nowadays, at all.

The reassignment of this bug will put this package back into testing.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp Kern Debian Developer
: :' :  http://philkern.de   Debian Release Assistant
`. `'   xmpp:[EMAIL PROTECTED]
  `-finger pkern/[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Bug#462588: Bug#462588: Bug#462588: Same problem

2008-01-29 Thread Quanah Gibson-Mount
--On Tuesday, January 29, 2008 10:18 PM +0100 T.A. van Roermund 
[EMAIL PROTECTED] wrote:




FQDN: server-timo.van-roermund.nl
CN: van-roermund.nl

Will that be the problem? If so, then the behaviour of GnuTLS *is*
different from the behavious of OpenSSL. I will test it and let you know.


That would be a problem if server-timo.van-roermud.nl is not in 
subjectAltName for the certs.  Standard OpenLDAP 2.3 against OpenSSL would 
also not accept that cert.  I don't know why the previous debian package 
would have allowed it, unless it was related to the old hacked libldap 
libraries (are those replaced now?).


--Quanah


--

Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc

Zimbra ::  the leader in open source messaging and collaboration



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



Bug#452963: marked as done (kvm: Don't include blobs)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 20:27:29 +0100
with message-id [EMAIL PROTECTED]
and subject line no blobs in kvm
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: kvm
Version: 53-1
Severity: serious
Justification: Policy 2.1

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The orig.tar.gz you ship contains around 1 MB of various blobs. This
violates the LGPL under which most of them are released (you're shipping
binaries without accompanying source code) and it's also in violation of
the dfsg.

I've revived your old get-orig-source target from debian/rules and
extended it to remove the additional violating files, and also adding a
work around to make qemu's build system happy (patch attached, mostly
taken from qemu) and adding the proper dependencies to the kvm binary
package (bochsbios-qemu (new package, patch sent to Debian's bochs
maintainer), and vgabios) and putting symlinks in place, just like qemu
does it.

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

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

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

iD8DBQFHSqw6onjfXui9pOMRAkJVAJ4nyZt02MOK0e+JBfC2R+XF161b1ACgm7RQ
q9TVJguQSSkkTDPQgt/hsCc=
=2UhR
-END PGP SIGNATURE-
diff -urNw ../debian/kvm-53/debian/links debian/links
--- ../debian/kvm-53/debian/links   1970-01-01 01:00:00.0 +0100
+++ debian/links2007-11-26 10:30:24.992510362 +0100
@@ -0,0 +1,3 @@
+usr/share/bochs/BIOS-bochs-latest-qemu usr/share/kvm/bios.bin
+usr/share/vgabios/vgabios.bin usr/share/kvm/vgabios.bin
+usr/share/vgabios/vgabios.cirrus.bin usr/share/kvm/vgabios-cirrus.bin
diff -urNw ../debian/kvm-53/debian/rules debian/rules
--- ../debian/kvm-53/debian/rules   2007-11-26 11:55:22.0 +0100
+++ debian/rules2007-11-26 11:48:23.255340144 +0100
@@ -91,7 +91,7 @@
 
# Add here command to compile/build the package.
$(MAKE) qemu
-   $(MAKE) -C qemu/pc-bios
+#  $(MAKE) -C qemu/pc-bios
touch $@
 
 # the binary-modules rule is invoked by module-assistant while processing the
@@ -142,7 +142,7 @@
rm -f config.sub config.guess
 
# Add here commands to clean up after the build process.
-   -$(MAKE) -C qemu/pc-bios clean
+#  -$(MAKE) -C qemu/pc-bios clean
-$(MAKE) -C qemu distclean
-$(MAKE) clean
 
@@ -155,7 +155,7 @@
 ifeq (1, 1)
 
 # Removing non-x86 bioses + linux_boot.bin which currently escapes to the metal
-unwanted_bios_files = ppc_rom.bin proll.elf openbios-sparc32 video.x 
linux_boot.bin pxe-ne2k_pci.bin pxe-pcnet.bin pxe-rtl8139.bin
+unwanted_bios_files = ppc_rom.bin openbios-sparc32 video.x pxe-ne2k_pci.bin 
pxe-pcnet.bin pxe-rtl8139.bin bios.bin vgabios.bin vgabios-cirrus.bin 
 
 else
 
@@ -173,10 +173,19 @@
# Create the directories to install the source into
dh_installdirs -p$(psource)  usr/src/modules/$(sname)/debian
 
+   # Make qemu's make install happy
+   for i in $(unwanted_bios_files); do \
+   touch qemu/pc-bios/$$i; \
+   done
# Build  install normally, remove extraneous files
$(MAKE) -C libkvm DESTDIR=$(CURDIR)/debian/$(sname) install
$(MAKE) -C qemu DESTDIR=$(CURDIR)/debian/$(sname) install
 
+   # Clean up the mess
+   for i in $(unwanted_bios_files); do \
+   rm -f qemu/pc-bios/$$i debian/tmp/usr/share/kvm/$$i; \
+   done
+
# Add here commands to install the package into debian/kvm.
dh_install
mv $(CURDIR)/debian/kvm/usr/bin/$(QEMU_EXE) 
$(CURDIR)/debian/kvm/usr/bin/kvm
@@ -284,4 +294,47 @@
 
 binary: binary-indep binary-arch
 
+# get-orig-source adapted from 
/usr/share/gnome-pkg-tools/1/rules/sf-get-source.mk from the gnome-pkg-tools 
package
+# copied from CDBS' buildvars
+DEB_SOURCE_PACKAGE ?= $(strip $(shell egrep '^Source: ' debian/control | cut 
-f 2 -d ':'))
+DEB_VERSION ?= $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' 
')
+DEB_NOEPOCH_VERSION ?= $(shell echo $(DEB_VERSION) | cut -d: -f2-)
+DEB_UPSTREAM_VERSION ?= $(shell echo $(DEB_NOEPOCH_VERSION) | sed 
's/+[^-]*-[^-]*$$//')
+
+# where to store the resulting .orig tarball
+DEB_TARBALL_DOWNLOAD_DIR ?= ../tarballs
+TARBALL_EXT ?= tar.gz
+
+SF_PROJECT ?= $(DEB_SOURCE_PACKAGE)
+SF_MODULE ?= $(DEB_SOURCE_PACKAGE)
+SF_TARBALL ?= 

Bug#463081: grub2: Machine reboots after 'Welcome to GRUB!' message

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 03:50:21PM +, Peter Hicks wrote:
 On Tue, Jan 29, 2008 at 04:15:29PM +0100, Robert Millan wrote:
 
  Can you reproduce it with:
  
apt-get install grub-rescue-pc qemu
dd if=/dev/sda5 of=/tmp/img
qemu -boot a -fda /usr/lib/grub-rescue/grub-rescue-floppy.img -hda 
  /tmp/img
  
  and trying to setup gfxterm manually? (by loading the font from 
  (hd0)/share/...)
 
 Yes :-)

Good!

Can you reproduce this in a smaller XFS filesystem?  (one that doesn't contain
any sensible data, so that you can put it in some public URL)

Or otherwise, see if you can put your /usr filesystem somewhere, although I
can't garantee that it wouldn't contain any sensible data (particularly, in
unused blocks).

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Processed: severity of 460578 is important

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.13
 severity 460578 important
Bug#460578: firmward-iwlwifi: Does not connect to wlan
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#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Same problem

2008-01-29 Thread T.A. van Roermund

Steve Langasek wrote:

Well, I can reproduce the problem when using this value for TLSCipherSuite.
But why would you set this value, rather than leaving TLSCipherSuite blank
to use the default?  I don't see the point of listing *all* the cipher types
if you don't intend to exclude some of them.


If I leave it blank, it still doesn't work. The behaviour is then 
exactly equal to the current situation.



Anyway, the documented syntax for TLSCipherSuite is $cipher1:$cipher2, not
$cipher1 $cipher2; but setting such values gives me a hang on startup
(which should be investigated).


I can confirm that, the reason why I left out the : is this hang. I 
thought that maybe gnutls parses the string differently and needs spaces 
in between, that's why I replaced those characters with spaces. Anyway, 
do you file a bug report for this hang?



I see that if I leave the cipher list blank, gnutls-cli negotiates
TLS_RSA_AES_256_CBC_SHA; so if I set TLSCipherSuite TLS_RSA_AES_256_CBC_SHA,
it works just fine.


How exactly do you find out? Then I might try the same on my PC.


The full list of ciphers that gnutls clients appear to negotiate by default
is:

  TLS_DHE_RSA_AES_256_CBC_SHA, TLS_DHE_RSA_AES_128_CBC_SHA,
  TLS_DHE_RSA_3DES_EDE_CBC_SHA, TLS_DHE_DSS_AES_256_CBC_SHA,
  TLS_DHE_DSS_AES_128_CBC_SHA, TLS_DHE_DSS_3DES_EDE_CBC_SHA,
  TLS_DHE_DSS_RC4_128_SHA, TLS_RSA_AES_256_CBC_SHA, TLS_RSA_AES_128_CBC_SHA,
  TLS_RSA_3DES_EDE_CBC_SHA, TLS_RSA_RC4_128_SHA, TLS_RSA_RC4_128_MD5



So if you don't want to use the default cipher settings, you can perhaps
choose one of these ciphers individually that meets your needs.


None of thise ciphers seems to work (at least in combination with 
Thunderbird).



I'm not sure if we should also try to migrate the OpenSSL-specific cipher
specs to GNUTLS equivalents as part of the package upgrade.


That might be a good idea.

Best regards,

Timo




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



Bug#453934:

2008-01-29 Thread Jan Luebbe
Could you try to reproduce this bug again with kvm-60? It is probably
fixed by now.




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



Bug#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Bug#462588: Same problem

2008-01-29 Thread Quanah Gibson-Mount
--On Tuesday, January 29, 2008 11:09 AM -0800 Steve Langasek 
[EMAIL PROTECTED] wrote:




Anyway, the documented syntax for TLSCipherSuite is $cipher1:$cipher2,
not $cipher1 $cipher2; but setting such values gives me a hang on
startup (which should be investigated).


Filed upstream:

http://www.OpenLDAP.org/its/index.cgi?findid=5341

--Quanah

--

Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc

Zimbra ::  the leader in open source messaging and collaboration



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



Bug#463027: man-db: File conflict with manpages-de

2008-01-29 Thread Daniel Kobras
Hi!

On Mon, Jan 28, 2008 at 11:35:19PM +, Colin Watson wrote:
 Daniel, would you please remove the following pages from manpages-de:
 
   * apropos(1)
   * man(1)
   * manpath(1)
   * whatis(1)
   * zsoelim(1)
   * manpath(5)
   * catman(8)
   * mandb(8)
 
 ... and let me know the version number in which you did so, so that I
 can use it in Replaces? For now, I'm adding an unversioned Replaces.

Oh, I see what's gone wrong here. Your copies of the man pages have
moved from /usr/share/man/de to /usr/share/man/de.UTF-8, which broke
manpages-de's scriptlet that scans for duplicates. Will be fixed in
manpages-de 0.5-4.

 With my upstream hat on, I'm more than willing to work with any
 translator who wants to get their changes into man-db's own German
 manual pages.

There are no recent changes in these files that I'm aware of. We
generally encourage translators to contribute directly to upstream
projects if possible/applicable.

Regards,

Daniel.




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



Processed: Re: Bug#456679: pam-pgsql: should this package be orphaned?

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 456679 normal
Bug#456679: pam-pgsql: should this package be orphaned?
Severity set to `normal' from `serious'

 reassign 456679 wnpp
Bug#456679: pam-pgsql: should this package be orphaned?
Bug reassigned from package `pam-pgsql' to `wnpp'.

 retitle 456679 O: pam-pgsql -- PAM module to authenticate using a PostgreSQL 
 database
Bug#456679: pam-pgsql: should this package be orphaned?
Changed Bug title to `O: pam-pgsql -- PAM module to authenticate using a 
PostgreSQL database' from `pam-pgsql: should this package be orphaned?'.

 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#462845: dependency on python-apt should be at least Recommends

2008-01-29 Thread James Westby

On Tue, 2008-01-29 at 17:25 +0100, Adeodato Simó wrote:
 Yes. I wasn't aware debian_support was used by some other python-debian
 modules, so I guess bumping to recommends is in order.
 
 I haven't looked, but if what is used from debian_support is the version
 comparison code, I'd recommend switching to using apt_pkg directly,
 since there is no longer only-Python code to do that comparison in
 debian_support.

Hi,

changelog uses a subclass of Version, and is often used for the
version comparison code. I would vote for making python-apt a
Depends. What is the argument for not doing so?

Thanks,

James






Bug#462588: (ITS#5341) Invalid TLSCipherSuite causes hang

2008-01-29 Thread Steve Langasek
On Tue, Jan 29, 2008 at 11:31:43AM -0800, Quanah Gibson-Mount wrote:
 --On Tuesday, January 29, 2008 11:09 AM -0800 Steve Langasek 
 [EMAIL PROTECTED] wrote:

  Anyway, the documented syntax for TLSCipherSuite is $cipher1:$cipher2,
  not $cipher1 $cipher2; but setting such values gives me a hang on
  startup (which should be investigated).

 Filed upstream:

 http://www.OpenLDAP.org/its/index.cgi?findid=5341

Sorry, the description of this ITS is inverted.  It's *valid* ciphersuite
values (i.e., cipher1:cipher2) that cause the hang; invalid
space-separated values are merely truncated after the first cipher in the
list, which doesn't cause a hang, it just prevents the cipher list from
being useful.

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



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



Processed: Upload pending

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 460768 + pending
Bug#460768: glotski: your package depends from gnome-libs that is scheduled for 
removal
Tags were: patch lenny sid
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#462502: marked as done (bacula: FTBFS: *** No rule to make target `../cats/libsql.a', needed by `dbcheck'. Stop.)

2008-01-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Jan 2008 20:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#462502: fixed in bacula 2.2.8-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: bacula
version: 2.2.6-0.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080122 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  make[1]: Entering directory 
  `/build/user/bacula-2.2.6/debian/tmp-build-pgsql/src/tools'
  make[1]: *** No rule to make target `../cats/libsql.a', needed by `dbcheck'. 
   Stop.
  make[1]: Leaving directory 
  `/build/user/bacula-2.2.6/debian/tmp-build-pgsql/src/tools'
  make: *** [build-stamp-pgsql] Error 2
  rm configure-stamp-sqlite3 configure-stamp-sqlite configure-stamp-pgsql
  dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The full build log is available from:
http://people.debian.org/~lucas/logs/2008/01/22

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

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

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: bacula
Source-Version: 2.2.8-1

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

bacula-client_2.2.8-1_all.deb
  to pool/main/b/bacula/bacula-client_2.2.8-1_all.deb
bacula-common_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-common_2.2.8-1_i386.deb
bacula-console-qt_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-console-qt_2.2.8-1_i386.deb
bacula-console-wx_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-console-wx_2.2.8-1_i386.deb
bacula-console_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-console_2.2.8-1_i386.deb
bacula-director-common_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-director-common_2.2.8-1_i386.deb
bacula-director-mysql_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-director-mysql_2.2.8-1_i386.deb
bacula-director-pgsql_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-director-pgsql_2.2.8-1_i386.deb
bacula-director-sqlite3_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite3_2.2.8-1_i386.deb
bacula-director-sqlite_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-director-sqlite_2.2.8-1_i386.deb
bacula-fd_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-fd_2.2.8-1_i386.deb
bacula-sd-mysql_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-sd-mysql_2.2.8-1_i386.deb
bacula-sd-pgsql_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-sd-pgsql_2.2.8-1_i386.deb
bacula-sd-sqlite3_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite3_2.2.8-1_i386.deb
bacula-sd-sqlite_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-sd-sqlite_2.2.8-1_i386.deb
bacula-sd_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-sd_2.2.8-1_i386.deb
bacula-server_2.2.8-1_all.deb
  to pool/main/b/bacula/bacula-server_2.2.8-1_all.deb
bacula-traymonitor_2.2.8-1_i386.deb
  to pool/main/b/bacula/bacula-traymonitor_2.2.8-1_i386.deb
bacula_2.2.8-1.diff.gz
  to pool/main/b/bacula/bacula_2.2.8-1.diff.gz
bacula_2.2.8-1.dsc
  to pool/main/b/bacula/bacula_2.2.8-1.dsc
bacula_2.2.8-1_all.deb
  to pool/main/b/bacula/bacula_2.2.8-1_all.deb
bacula_2.2.8.orig.tar.gz
  to pool/main/b/bacula/bacula_2.2.8.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.
John Goerzen [EMAIL PROTECTED] (supplier of updated bacula package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 29 Jan 2008 04:12:36 -0600
Source: bacula
Binary: bacula-director-sqlite3 bacula-console bacula-director-sqlite 
bacula-console-qt bacula-client bacula-traymonitor bacula bacula-director-pgsql 
bacula-director-common bacula-fd 

Bug#462967: Still doesn't work for me

2008-01-29 Thread Manuel Prinz
Am Dienstag, den 29.01.2008, 17:15 +0100 schrieb Lapse of Reason:
 I guess something else you did must have solved the problem. What else
 did you do? Thanks...

The proposed solution worked for me. The following packages were
installed as well:

 libedataserver1.2-9
 libcamel1.2-10
 libebook1.2-9
 libecal1.2-7
 libedata-book1.2-2
 libedata-cal1.2-6
 libegroupwise1.2-13

You should check whether they all are at the same version. Installing
all those worked fine for me (aptitude pulled them in). Hope this works
for you, too!

Best regards
Manuel


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Processed: severity of 462878 is serious

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.13
 severity 462878 serious
Bug#462878: libocamlnet-ocaml-dev: file conflict with lilbocamlnet-ocaml-doc
Severity set to `serious' from `normal'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#463081: grub2 resets machine when reading from an xfs filesystem

2008-01-29 Thread Peter Hicks

Hello

Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463081 - it 
outlines a bug I discovered in the CVS from 20080128, packaged in to Debian 
unstable.


It appears that grub is no longer able to read from an xfs filesystem, and an 
example 32Mb image is contained in a .bz2 file linked to from the bug page above.


I can reproduce the problem on qemu, so I don't believe it's limited to my 
hardware platform.  To get around the issue, I've copied some files over to 
/boot, which is ext3 on my system.


Please let me know if you need any further information on how to reproduce the 
problem, I'm happy to help.


Best wishes,


Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?



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



Bug#463081: grub2 resets machine when reading from an xfs filesystem

2008-01-29 Thread Peter Hicks

Hello

Please see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463081 - it
outlines a bug I discovered in the CVS from 20080128, packaged in to Debian
unstable.

It appears that grub is no longer able to read from an xfs filesystem, and an
example 32Mb image is contained in a .bz2 file linked to from the bug page 
above.

I can reproduce the problem on qemu, so I don't believe it's limited to my
hardware platform.  To get around the issue, I've copied some files over to
/boot, which is ext3 on my system.

Please let me know if you need any further information on how to reproduce the
problem, I'm happy to help.

Best wishes,


Peter

--
Peter Hicks | e: [EMAIL PROTECTED] | g: 0xE7C839F4 | w: www.poggs.com

  A: Because it destroys the flow of the conversation
  Q: Why is top-posting bad?





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



Bug#463081: grub2 resets machine when reading from an xfs filesystem

2008-01-29 Thread Robert Millan
On Tue, Jan 29, 2008 at 09:32:16PM +, Peter Hicks wrote:
 
 It appears that grub is no longer able to read from an xfs filesystem, and 
 an example 32Mb image is contained in a .bz2 file linked to from the bug 
 page above.

Available at:  http://stash.poggs.com/grub-xfs-example.bz2

It can be reproduced with qemu at least.  I gave it a try but get lost too
easily on filesystem stuff.  Anyone feels like having a look? Bean what do
you think? :-)

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call… if you are unable to speak?
(as seen on /.)



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



Bug#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Bug#462588: Bug#462588: Bug#462588: Bug#462588: Same problem

2008-01-29 Thread Russ Allbery
Quanah Gibson-Mount [EMAIL PROTECTED] writes:

 I don't know why the previous debian package would have allowed it,
 unless it was related to the old hacked libldap libraries (are those
 replaced now?).

They are, but they weren't used for the server anyway, so I'm not sure
that explains it.

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



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



Processed: [bts-link] source package gst-editor

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 #
 # bts-link upstream status pull for source package gst-editor
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
 # remote status report for #436324
 #  * http://bugzilla.gnome.org/show_bug.cgi?id=508642
 #  * remote status changed: (?) - RESOLVED
 #  * remote resolution changed: (?) - NOTABUG
 #  * closed upstream
 tags 436324 + fixed-upstream
Bug#436324: gst-editor: FTBFS: unmet b-dep libgstreamer0.8-dev
Tags were: sid
Tags added: fixed-upstream

 usertags 436324 + status-RESOLVED resolution-NOTABUG
Bug#436324: gst-editor: FTBFS: unmet b-dep libgstreamer0.8-dev
There were no usertags set.
Usertags are now: resolution-NOTABUG status-RESOLVED.
 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#462588: [Pkg-openldap-devel] Bug#462588: Bug#462588: Bug#462588: Bug#462588: Bug#462588: Same problem

2008-01-29 Thread T.A. van Roermund

Quanah Gibson-Mount wrote:
That would be a problem if server-timo.van-roermud.nl is not in 
subjectAltName for the certs.


I changed the certificate (self signed), it now looks like this (only 
the relevant parts):




Certificate:
Data:
cut
Signature Algorithm: sha1WithRSAEncryption
Issuer: C=NL, ST=Noord-Brabant, L=Eindhoven, O=van-roermund.nl, 
CN=van-roermund.nl/[EMAIL PROTECTED]

cut
Subject: C=NL, ST=Noord-Brabant, O=van-roermund.nl, 
CN=van-roermund.nl/[EMAIL PROTECTED]

Subject Public Key Info:
Public Key Algorithm: rsaEncryption
RSA Public Key: (2048 bit)
cut
X509v3 extensions:
X509v3 Basic Constraints:
CA:FALSE
cut
X509v3 Subject Alternative Name:
DNS:van-roermund.nl, DNS:server-timo.van-roermund.nl, 
DNS:www.van-roermund.nl, DNS:imap.van-roermund.nl, 
DNS:smtp.van-roermund.nl, DNS:ftp.van-roermund.nl




So my FQDN (server-timo.van-roermund, double checked with hostname 
-f) is now part of subjectAltName. However, it still doesn't work.


Regards,

Timo



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



Bug#463184: security.debian.org: wasn't CVE-2007-2645 fixed in DSA-1310-1?

2008-01-29 Thread Michael Gilbert
Package: security.debian.org
Severity: grave

according to the bug report log [1], the 0.6.13-etch1 upload of
libexif12 fixed the security vulnerability described by CVE-2007-2645.
however, the associated DSA [2] says that the updload of 0.6.13-etch1 
fixed the vulnerability described by CVE-2006-4168.

it seems very likely someone mistakenly reversed the CVE numbers.  so it
is probably the case that CVE-2007-2645 was fixed long ago in etch,
and CVE-2006-4168 still remains unadressed.

[1] http://bugs.debian.org/424775
[2] http://www.debian.org/security/2007/dsa-1310

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

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



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



Bug#463058: More build failueres

2008-01-29 Thread Margarita Manterola
webxml (and I suspect many many more packages) is also failing to build because:

comerr-dev: Depends: libcomerr2 (= 2.1-1.40.5-1) but 1.40.5-1 is to be installed

Apparently the control line that decides which version it should
depend on, changed from:
- Depends: libc6-dev | libc-dev, libcomerr2 (= ${Source-Version})
to:
+ Depends: libc6-dev | libc-dev, libcomerr2 (= ${binary:Version})

And the (= ${binary:Version}) for comerr-dev is not the same than the
(= ${binary:Version}) for libcomerr2.

A new substvar might be needed.

Please fix this!

-- 
Besos,
Marga



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



Bug#463058: should be using a custom substvar instead of ${binary:Version}

2008-01-29 Thread Don Armstrong
Switching to using a custom substvar for comer-dev, uuid-dev, et al.
will fix this, ala:

Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainbinary})

in control and

DH_OPTIONS= dh_gencontrol -pcomerr-dev \
  -u '-v${COMERR_VERSION}-${MAIN_VERSION} -Vmainbinary=${MAIN_VERSION}'

in the rules. [I haven't tested this though, so if someone besides Ted
runs with this, you should do that first.]


Don Armstrong

-- 
There's no problem so large it can't be solved by killing the user
off, deleting their files, closing their account and reporting their
REAL earnings to the IRS.
 -- The B.O.F.H..

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#462588: Same here

2008-01-29 Thread Vedran Furač
I have the same problem after upgrading. I use start_tls mechanism on port
389 (not 636). After trying some ciphers and doing :

% echo debug 1  /etc/libnss-ldap.conf
% getent passwd

I get:

[...]
TLS: can't connect: Insufficient credentials for that request..

or

TLS: can't connect: A TLS packet with unexpected length was received..

...depending on ciphers I choose. Then I commented out ciphers line from
slapd.conf and libnss-ldap.conf/pam_ldap.conf and it seemed to work...for
a second...

Postfix sasl authentication over TLS stopped working:

warning: SASL authentication failure: size read failed
warning: SASL authentication failure: Password verification failed
warning: SASL PLAIN authentication failed: generic failure

smbd crashes on start:

[2008/01/30 01:13:14, 2] lib/smbldap.c:smbldap_open_connection(786)
  smbldap_open_connection: connection opened
[2008/01/30 01:13:14, 2] passdb/pdb_ldap.c:init_group_from_ldap(2158)
  init_group_from_ldap: Entry found for group: 544
[2008/01/30 01:13:14, 0] lib/fault.c:fault_report(41)
  ===
[2008/01/30 01:13:14, 0] lib/fault.c:fault_report(42)
  INTERNAL ERROR: Signal 11 in pid 6940 (3.0.28)
  Please read the Trouble-Shooting section of the Samba3-HOWTO
[2008/01/30 01:13:14, 0] lib/fault.c:fault_report(44)
  From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
[2008/01/30 01:13:14, 0] lib/fault.c:fault_report(45)
  ===
[2008/01/30 01:13:14, 0] lib/util.c:smb_panic(1633)
  PANIC (pid 6940): internal error
[2008/01/30 01:13:14, 0] lib/util.c:log_stack_trace(1737)
  BACKTRACE: 20 stack frames:
   #0 /usr/sbin/smbd(log_stack_trace+0x2d) [0x827c12d]
   #1 /usr/sbin/smbd(smb_panic+0x5d) [0x827c25d]
   #2 /usr/sbin/smbd [0x8266e4a]
   #3 [0x25f2b420]
   #4 /usr/lib/libldap_r-2.4.so.2(ldap_install_tls+0x22) [0x26a70ff2]
   #5 /lib/libnss_ldap.so.2 [0x26a242ae]
   #6 /lib/libnss_ldap.so.2 [0x26a248e6]
   #7 /lib/libnss_ldap.so.2 [0x26a24f5a]
   #8 /lib/libnss_ldap.so.2(_nss_ldap_initgroups_dyn+0x24e) [0x26a2731e]
   #9 /lib/libc.so.6 [0x26264b16]
   #10 /lib/libc.so.6(getgrouplist+0x59) [0x26264db9]
   #11 /usr/sbin/smbd [0x829b498]
   #12 /usr/sbin/smbd(getgroups_unix_user+0x4e) [0x829b54e]
   #13 /usr/sbin/smbd [0x822ecd4]
   #14 /usr/sbin/smbd(pdb_enum_group_memberships+0x3c) [0x823017c]
   #15 /usr/sbin/smbd(make_server_info_sam+0xbc) [0x82c6f3c]
   #16 /usr/sbin/smbd(init_guest_info+0xb3) [0x82c7b03]
   #17 /usr/sbin/smbd(main+0x69b) [0x834a8eb]
   #18 /lib/libc.so.6(__libc_start_main+0xe0) [0x261e8450]
   #19 /usr/sbin/smbd [0x8093fd1]


As I don't have enough knowledge and time to debug this I simply
downgraded slapd (and nss-ldap/pam-ldap to a version before rebuilding
against libldap-2.4-2) and now everything works fine as before.

Regards,

Vedran Furač





Bug#463058: Patch

2008-01-29 Thread Margarita Manterola
Tags 463058 +patch
Thanks

Based on Don's input, here's a patch that fixes the problem. (I'm
attaching the whole .diff.gz, since the original one is empty)

I have built the packages and tested that this works properly.

Please, please, please, apply and upload. In case you can't, I can do the NMU.



-- 
Besos,
Marga


e2fsprogs_1.40.5-1.1.diff.gz
Description: GNU Zip compressed data


Bug#463187: causes build failures with g++-4.3

2008-01-29 Thread Matthias Klose
Package: gmp
Version: 2:4.2.2+dfsg-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.3
Tags: patch

causes build failures when building packages with g++-4.3 (not
strictly serious, but should be fixed now).

see patch (gmp-h.in) at
http://patches.ubuntu.com/g/gmp/gmp_2:4.2.2+dfsg-1ubuntu2.patch



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



Processed: Patch

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 Tags 463058 +patch
Bug#463058: uuid-dev: Depends on unavailable version of libuuid1
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#419299: MD Listing

2008-01-29 Thread Numbers L Jamel





Current MDs in the USA 

788,642 in total  17,692 emails

MDs in many different specialties

Over a dozen sortable fields

Reduced to only: $395


+++ We will give you the lists below at no extra charge if you order this week 
+++

Directory of US Pharma Companies
Personal email addresses (47,000 in total) and names for top level executives

Hospital Facilities in the USA
23,000 Admins in more than 7,000 hospitals {a $399 value]

American Dentists
Practically every dentist in the USA is listed here

American Chiropractors Database
100,000 Chiropractors in the USA (worth $250 alone)

send email to:  [EMAIL PROTECTED]

  

above expires on Jan 26


for termination of this mail send a blank message with 4313 in the subject



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



Bug#463198: kword: KWord Crashes on ctrl+backspace

2008-01-29 Thread Kyle Kearney
Log file from the crash.

On Tuesday 29 January 2008 08:04:35 pm Kyle Kearney wrote:
 Package: kword
 Version: 1:1.6.3-3+lenny1
 Severity: grave
 Justification: causes non-serious data loss

 KWord has a bug that causes it to crash with signal 11 when
 ctrl+backspace is pressed. This problem seems to occur only when there
 is text which would be deleted by ctrl+backspace. It does not occur
 if no text has been entered into the document. However, it does occur if a
 center or right alignment have been applied, even if no text has been
 input. All unsaved changes to the document are lost and unrecoverable.
 Logs are attached from KDE crash handler.

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

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

 Versions of packages kword depends on:
 ii  kdelibs4c2a 4:3.5.8.dfsg.1-6 core libraries and binaries
 for al ii  koffice-libs1:1.6.3-3+lenny1 common libraries and
 binaries for ii  kspread 1:1.6.3-3+lenny1 a spreadsheet for
 the KDE Office S ii  kword-data  1:1.6.3-3+lenny1 data files
 for KWord word processo ii  libc6   2.7-6GNU C
 Library: Shared libraries ii  libgcc1 1:4.3-20080116-1 GCC
 support library
 ii  libpaper1   1.1.23   library for handling paper
 charact ii  libstdc++6  4.3-20080116-1   The GNU Standard C++
 Library v3 ii  libwpd8c2a  0.8.13-2 Library for
 handling WordPerfect d ii  libwv2-1c2  0.2.3-2  a
 library for accessing Microsoft

 Versions of packages kword recommends:
 ii  libkscan1   4:3.5.8-2+b1 scanner library for KDE

 -- no debconf information


(no debugging symbols found)
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb67acb50 (LWP 16237)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6  0xb74b3c6b in QGList::append () from /usr/lib/libqt-mt.so.3
#7  0xb6b96917 in KMacroCommand::addCommand () from /usr/lib/libkdeui.so.4
#8  0xb5cb900f in KoTextObject::UndoRedoInfo::clear ()
   from /usr/lib/libkotext.so.3
#9  0xb5cecdbc in KoTextObject::removeSelectedText ()
   from /usr/lib/libkotext.so.3
#10 0xb5ced184 in KoTextView::deleteWordLeft () from /usr/lib/libkotext.so.3
#11 0xb5d03e4e in KoTextView::handleKeyPressEvent ()
   from /usr/lib/libkotext.so.3
#12 0xb5fe7ec5 in KWTextFrameSetEdit::keyPressEvent ()
   from /usr/lib/libkwordprivate.so.4
#13 

Bug#463198: kword: KWord Crashes on ctrl+backspace

2008-01-29 Thread Kyle Kearney
Package: kword
Version: 1:1.6.3-3+lenny1
Severity: grave
Justification: causes non-serious data loss

KWord has a bug that causes it to crash with signal 11 when 
ctrl+backspace is pressed. This problem seems to occur only when there 
is text which would be deleted by ctrl+backspace. It does not occur 
if no text has been entered into the document. However, it does occur if a 
center or right alignment have been applied, even if no text has been 
input. All unsaved changes to the document are lost and unrecoverable. 
Logs are attached from KDE crash handler.

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

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

Versions of packages kword depends on:
ii  kdelibs4c2a 4:3.5.8.dfsg.1-6 core libraries and binaries for al
ii  koffice-libs1:1.6.3-3+lenny1 common libraries and binaries for 
ii  kspread 1:1.6.3-3+lenny1 a spreadsheet for the KDE Office S
ii  kword-data  1:1.6.3-3+lenny1 data files for KWord word processo
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080116-1 GCC support library
ii  libpaper1   1.1.23   library for handling paper charact
ii  libstdc++6  4.3-20080116-1   The GNU Standard C++ Library v3
ii  libwpd8c2a  0.8.13-2 Library for handling WordPerfect d
ii  libwv2-1c2  0.2.3-2  a library for accessing Microsoft 

Versions of packages kword recommends:
ii  libkscan1   4:3.5.8-2+b1 scanner library for KDE

-- no debconf information



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



Bug#463058: should be using a custom substvar instead of ${binary:Version}

2008-01-29 Thread Theodore Tso
On Tue, Jan 29, 2008 at 04:30:20PM -0800, Don Armstrong wrote:
 Switching to using a custom substvar for comer-dev, uuid-dev, et al.
 will fix this, ala:
 
 Depends: libc6-dev | libc-dev, libcomerr2 (= ${mainbinary})
 
 in control and
 
   DH_OPTIONS= dh_gencontrol -pcomerr-dev \
 -u '-v${COMERR_VERSION}-${MAIN_VERSION} -Vmainbinary=${MAIN_VERSION}'
 
 in the rules. [I haven't tested this though, so if someone besides Ted
 runs with this, you should do that first.]

Can someone explain why this is necessary, and why it had been working
for years without this?  I inherited this setup from my predessor
maintainer --- was this just always buggy and worked by chance, or was
this a non-backwards change in debhelper?  I just want to understand
what happened and why it suddenly started to fail.

Thanks!!

- Ted



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



Bug#457722: xf86-input-fpit crashes/fails with Xserver 1.4

2008-01-29 Thread Brice Goglin
Hi,

There's a new patch for the fpit driver bug at
http://bugs.freedesktop.org/attachment.cgi?id=14026
See Peter's message below.

Brice


 Original Message 
Subject:[Bug 14057] xf86-input-fpit crashes/fails with Xserver 1.4
Date:   Tue, 29 Jan 2008 19:20:31 -0800 (PST)
From:   [EMAIL PROTECTED]
To: [EMAIL PROTECTED]


http://bugs.freedesktop.org/show_bug.cgi?id=14057

--- Comment #4 from Peter Hutterer [EMAIL PROTECTED] 2008-01-29
19:20:30 PST ---
Created an attachment (id=14026)
-- (http://bugs.freedesktop.org/attachment.cgi?id=14026)
random patches trying to make fpit work again

Please give the above patches a try. I don't know if they work, but they may
just do.

If the pointer still doesn't move, put an ErrorF() in before posting
events (look for xf86PostMotionEvent) and print the conv_x/conv_y
coordinates.




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



Bug#463058: Patch

2008-01-29 Thread Theodore Tso
On Tue, Jan 29, 2008 at 11:11:23PM -0200, Margarita Manterola wrote:
 Tags 463058 +patch
 Thanks
 
 Based on Don's input, here's a patch that fixes the problem. (I'm
 attaching the whole .diff.gz, since the original one is empty)
 
 I have built the packages and tested that this works properly.
 
 Please, please, please, apply and upload. In case you can't, I can do the NMU.

I will as soon as I understand *why* the patch is needed and why it
was working before without this change.

- Ted



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



Bug#450817: qemu: Segmentation fault immediately after giving valid arguments

2008-01-29 Thread Guillem Jover
severity 450817 important
thanks

Hi,

On Sun, 2007-11-11 at 20:21:53 +1100, Shaddy Baddah wrote:
 Package: qemu
 Version: 0.9.0+20070816-1
 Severity: grave
 Justification: renders package unusable

The package should work on X, just try without the -nographic
argument.

 qemu is exiting with a Segmentation fault error immediately after
 passing it valid invokation arguments. Please find a cut and paste of
 the problem below:
 
 # qemu -m 128 -cdrom KNOPPIX_V5.1.1CD-2007-01-04-EN.iso -boot d -nographic
 Could not configure '/dev/rtc' to have a 1024 Hz timer. This is not a fatal
 error, but for better emulation accuracy either use a 2.6 host Linux 
 kernel or
 type 'echo 1024  /proc/sys/dev/rtc/max-user-freq' as root.
 Segmentation fault
 
 Note, I have not as yet tried to invoke to display on an X display

thanks,
guillem



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



Processed: Re: Bug#450817: qemu: Segmentation fault immediately after giving valid arguments

2008-01-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 450817 important
Bug#450817: qemu: Segmentation fault immediately after giving valid arguments
Severity set to `important' from `grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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