Bug#446973: lunar-applet: Missing and incorrect copyright/licensing information

2007-12-15 Thread Ming Hua
On Tue, Oct 16, 2007 at 10:15:31PM -0500, Ming Hua wrote:
 
 And then things gets ugly -- the file gtkchinesecalendar/tables.h looks
 like derivative work of lunar code, but the copyright and licensing
 notice at the top of the file is completely removed, and the file in
 lunar-applet doesn't have any copyright/licensing information.

This issue is not addressed in 1.6-2 at all.

Ming
2007.12.15



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



Processed: setting package to lunar-applet, reopening 446973, notfixed 446973 in 1.6-2, tagging 446973 ...

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 package lunar-applet
Ignoring bugs not assigned to: lunar-applet

 reopen 446973
Bug#446973: lunar-applet: Missing and incorrect copyright/licensing information
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 notfixed 446973 1.6-2
Bug#446973: lunar-applet: Missing and incorrect copyright/licensing information
Bug no longer marked as fixed in version 1.6-2.

 tags 446973 confirmed
Bug#446973: lunar-applet: Missing and incorrect copyright/licensing information
There were no tags set.
Tags added: confirmed

 forwarded 446973 [EMAIL PROTECTED]
Bug#446973: lunar-applet: Missing and incorrect copyright/licensing information
Noted your statement that Bug has been forwarded 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#446973: lunar-applet: Missing and incorrect copyright/licensing information

2007-12-15 Thread LI Daobing
On Dec 15, 2007 3:38 PM, Ming Hua [EMAIL PROTECTED] wrote:
 On Tue, Oct 16, 2007 at 10:15:31PM -0500, Ming Hua wrote:
 
  And then things gets ugly -- the file gtkchinesecalendar/tables.h looks
  like derivative work of lunar code, but the copyright and licensing
  notice at the top of the file is completely removed, and the file in
  lunar-applet doesn't have any copyright/licensing information.

 This issue is not addressed in 1.6-2 at all.


I am sorry that I miss this, I will reopen this bug and try to confirm
this with upstream this again.

-- 
Best Regards,
 LI Daobing



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



Bug#455706: update-grub doesn't include xen menu items for 2.6.23

2007-12-15 Thread Ian Campbell

On Tue, 2007-12-11 at 10:59 +0100, Matteo Mazzoni wrote:
 It's because of changes in kernel config:
 update-grub searches for CONFIG_XEN_PRIVILEGED_GUEST=n (line 880)
 in fact, since kernel version 2.6.23, it should search for CONFIG_XEN=n

Also /proc/xen doesn't exist for these kernels so the tests for domU
(line 902) fail as well. As far as I know there is currently no
equivalent source of this information in these kernels (nothing in /sys
that I can see)

The PRIVILEGED_GUEST isn't important right now since the paravirt_ops
kernels (i.e. 2.6.23+) don't do domain 0 yet.

Ian.
-- 
Ian Campbell

Disclose classified information only when a NEED TO KNOW exists.


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


Bug#456398: dash 0.5.4-3 (alpha/unstable): FTBFS: undefined reference to `imaxdiv'

2007-12-15 Thread Steve Langasek
Package: dash
Version: 0.5.4-3
Severity: serious

Hi Gerrit,

The lastest version of dash in unstable is failing to build with the
following error:

[...]
cc -Wall -g -O2 -Wall   -o dash alias.o arith_yacc.o arith_yylex.o cd.o error.o 
eval.o exec.o expand.o histedit.o input.o jobs.o mail.o main.o memalloc.o 
miscbltin.o mystring.o options.o parser.o redir.o show.o trap.o output.o 
printf.o system.o test.o times.o var.o builtins.o init.o nodes.o signames.o 
syntax.o
arith_yacc.o: In function `do_binop':
/build/buildd/dash-0.5.4/build-tmp/../src/arith_yacc.c:99: undefined reference 
to `imaxdiv'
/build/buildd/dash-0.5.4/build-tmp/../src/arith_yacc.c:99: undefined reference 
to `imaxdiv'
collect2: ld returned 1 exit status
make[4]: *** [dash] Error 1
[...]

A full build log can be found at
http://buildd.debian.org/fetch.cgi?pkg=dasharch=alphaver=0.5.4-3stamp=1197300195file=logas=raw.

This appears to be a result of a new patch,
0026-ARITH-Add-assignment-and-intmax_t-support.diff, introduced in this
version.  Although there's an imaxdiv() manpage on alpha, I can't find any
evidence that it's implemented on this architecture.

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



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



Bug#456399: dash 0.5.4-3 dies with SIGBUS on sparc

2007-12-15 Thread Steve Langasek
Package: dash
Version: 0.5.4-3
Severity: grave
Tags: patch
User: [EMAIL PROTECTED]
Usertags: ubuntu-patch origin-ubuntu hardy

Hi Gerrit,

dash 0.5.4-3 dies on sparc with a SIGBUS due to an arithmetic error
introduced with the patch
0030-EXEC-Fixed-execing-of-scripts-with-no-hash-bang.diff.  The attached
patch fixes the problem.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]
diff -u dash-0.5.4/debian/changelog dash-0.5.4/debian/changelog
--- dash-0.5.4/debian/changelog
+++ dash-0.5.4/debian/changelog
@@ -1,3 +1,9 @@
+dash (0.5.4-3ubuntu2) hardy; urgency=low
+
+  * fix unaligned trap on sparc
+
+ -- Steve Langasek [EMAIL PROTECTED]  Fri, 14 Dec 2007 12:31:15 -0800
+
 dash (0.5.4-3ubuntu1) hardy; urgency=low
 
   * Merge from debian unstable, remaining changes:
diff -u dash-0.5.4/debian/diff/0030-EXEC-Fixed-execing-of-scripts-with-no-hash-bang.diff dash-0.5.4/debian/diff/0030-EXEC-Fixed-execing-of-scripts-with-no-hash-bang.diff
--- dash-0.5.4/debian/diff/0030-EXEC-Fixed-execing-of-scripts-with-no-hash-bang.diff
+++ dash-0.5.4/debian/diff/0030-EXEC-Fixed-execing-of-scripts-with-no-hash-bang.diff
@@ -54,7 +54,7 @@
  
 -	argv = nargv = stalloc(sizeof (char *) * (argc + 1));
 +	/* Reserve one extra spot at the front for shellexec. */
-+	argv = nargv = stalloc(sizeof (char *) * (argc + 2)) + 1;
++	argv = nargv = ((char **)stalloc(sizeof (char *) * (argc + 2))) + 1;
  	for (sp = arglist.list ; sp ; sp = sp-next) {
  		TRACE((evalcommand arg: %s\n, sp-text));
  		*nargv++ = sp-text;


Bug#456403: uninstallable on i386 (libcdio6 was removed)

2007-12-15 Thread Bas Zoetekouw
Package: vlc
Version: 0.8.6.c-3+b1
Severity: serious

vlc is currently uninstallable on (at least) i386, because it depends
on libcdio6, which has been replaced by libcdio7.

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

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

Versions of packages vlc depends on:
ii  libaa1  1.4p5-33 ascii art library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libcaca00.99.beta13b-1   colour ASCII art library
ii  libcairo2   1.4.10-1.3   The Cairo 2D vector graphics libra
ii  libcdio60.76-1   library to read and control CD-ROM
ii  libcucul0   0.99.beta13b-1   low-level Unicode character drawin
ii  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libfribidi0 0.10.7-4 Free Implementation of the Unicode
ii  libgcc1 1:4.2.2-4GCC support library
ii  libgl1-mesa-swx11 [libg 7.0.2-2  A free implementation of the OpenG
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libglu1-mesa [libglu1]  7.0.2-2  The OpenGL utility library (GLU)
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  libiso9660-40.76-1   library to work with ISO9660 files
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
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  libsdl-image1.2 1.2.6-1  image loading library for Simple D
ii  libsdl1.2debian 1.2.12-1 Simple DirectMedia Layer
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libtar  1.2.11-4 C library for manipulating tar arc
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libvcdinfo0 0.7.23-4 library to extract information fro
ii  libvlc0 0.8.6.c-3+b1 multimedia player and streamer lib
ii  libwxbase2.6-0  2.6.3.2.2-1  wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0   2.6.3.2.2-1  wxWidgets Cross-platform C++ GUI t
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  libxosd22.2.14-1.4   X On-Screen Display library - runt
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  ttf-dejavu  2.22-1   Metapackage to pull in ttf-dejavu-
ii  vlc-nox 0.8.6.c-3+b1 multimedia player and streamer (wi
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

Versions of packages vlc recommends:
pn  videolan-doc  none (no description available)

-- no debconf information



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



Processed (with 2 errors): re: vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 456390 vlc
Bug#456390: vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6
Bug reassigned from package `vlc-nox' to `vlc'.

 forcemerge 456390 456403
Bug#456390: vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6
Bug#456403: uninstallable on i386 (libcdio6 was removed)
Forcibly Merged 456390 456403.

 block 456390 by 454118
Bug#454118: FTBFS: caca.c:309: error: 'struct caca_event' has no member named 
'type'
Bug#456390: vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6
Was not blocked by any bugs.
Bug#456403: uninstallable on i386 (libcdio6 was removed)
Blocking bugs of 456390 added: 454118

 A rebuild was enough to fix this. Unfortunately i386 failed to build in
Unknown command or malformed arguments to command.

 the last round of binnmus due to 454118
Unknown command or malformed arguments to command.


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#456372: marked as done (libwebkitgtk0d: uninstallable due to dependency on libicu36)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 11:38:17 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#456372: libwebkitgtk0d: uninstallable due to dependency on 
libicu36
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: libwebkitgtk0d
Version: 0~svn27674-1
Severity: grave

libwebkitgtk0d depends on libicu36, but it is not in the archive.  It 
has since been superseded by libicu38.


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

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

Versions of packages libwebkitgtk0d depends on:
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1.3   The Cairo 2D vector graphics libra
ii  libcurl3-gnutls 7.17.1-1 Multi-protocol file transfer libra
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libgcc1 1:4.3-20071130-1 GCC support library
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.3-2 The GTK+ graphical user interface 
pn  libicu36none   (no description available)
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
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  libsqlite3-03.4.2-2  SQLite 3 shared library
ii  libstdc++6  4.3-20071130-1   The GNU Standard C++ Library v3
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  libxslt1.1  1.1.22-1 XSLT processing library - runtime 


libwebkitgtk0d recommends no packages.

--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
a typesetting engine: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Version: 0~svn27674-2

On Fri, Dec 14, 2007 at 07:49:00PM -0600, Luis Rodrigo Gallardo Cruz wrote:
 On Sat, Dec 15, 2007 at 12:25:02AM +, brian m. carlson wrote:
  libwebkitgtk0d depends on libicu36, but it is not in the archive.  It has 
  since been superseded by libicu38.
 
 Since the package's build-depends are correct, this bug will be solved
 by a simple rebuild of the package. 
 
 Mike stated that he plans to upload soonish, so it probably doesn't
 make sense to ask -release for binNMUs.

Especially since soonish is going to be today.

Mike

PS: I haven't put a Closes: message for this bug so I'll just mark it
done for the appropriate version.


---End Message---


Bug#456390: vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6

2007-12-15 Thread peter green

reassign 456390 vlc
forcemerge 456390 456403
block 456390 by 454118

A rebuild was enough to fix this. Unfortunately i386 failed to build in 
the last round of binnmus due to 454118




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



Bug#439567: abraca - FTBFS: IOError: [Errno 2] No such file or directory

2007-12-15 Thread Thomas Jollans
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Fixes for both bugs are coming up. I fixed this bug well over 2 months
ago, but the fix never ended up in the archive for reasons I am not sure
of at the moment, but that doesn't matter.

Simon McVittie wrote:
 On Fri, 14 Dec 2007 at 00:53:28 +0100, Michael Koch wrote:
 On Mon, Dec 10, 2007 at 08:40:43PM +, Simon McVittie wrote:
 Michael: how would you recommend proceeding with this? Should I bother
 asking for a sponsored-NMU of a known-broken package in the hope that it's
 xmms2's fault, should I add the Recommends, should I file a separate bug for
 the Recommends?
 I would be for a separate bug for the Recommends so the maintainer can
 add it and add some documentation in /usr/share/doc/abraca/README.Debian
 on this.
 
 Filed (#456369), please follow up there if required.
 
 Is using a temporary $HOME really such a good idea? What do you thin
 about just disabling/removing (via patch) the stuff in ./waf that needs
 $HOME? I'm not a python guy, so I cant help much here.
 
 I've had a look, but I hadn't realised just how bizarre waf is. ./waf is
 a self-extracting Python script - it contains some Python code, followed
 by a string containing a tar.bz2 file encoded in Base85. It unpacks the
 tarball into the build directory as .waf-VERSION/ and loads the
 libraries that contain most of its code from there. So, patching it
 would be possible, but you'd have to unpack the tarball, patch it and
 repack it, or just leave it untarred; either way creates a far larger diff
 than is necessary, and goes against how waf appears to be conventionally
 used (which is to put a verbatim copy of it in your source tree).
 
 waf does have a --nocache option which looked promising, but instead of
 don't use a cache in $HOME it just means clear the cache in $HOME
 before beginning, so that's no help.
 
 I did spot a silly mistake in my patch - I should have set
 WAF_HOME = $(CURDIR)/debian/tmp-waf-home rather than just
 debian/tmp-waf-home, although waf doesn't actually seem to have a
 problem with its $HOME being a relative path - so please make that change if
 you're going to NMU this.

- --
  Regards,   Thomas Jollans
GPG key: 0xF421434B may be found on various keyservers, eg pgp.mit.edu
Hacker key http://hackerkey.com/:
v4sw6+8Yhw4/5ln3pr5Ock2ma2u7Lw2Nl7Di2e2t3/4TMb6HOPTen5/6g5OPa1XsMr9p-7/-6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHY7s/JpinDvQhQ0sRAtPuAJ9VGJc3Q4S9tmqeNW6+Rcgv0YymMgCeKCMz
fEhuslRNAqYT09y9+7H3ELU=
=wSZz
-END PGP SIGNATURE-



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



Processed: reopening 444357, closing 444357

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.7
 reopen 444357
Bug#444357: gnome-core not istallable due to broken libwnck18i package (not 
available).
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug#444363: gnome-core not istallable due to broken libwnck18i package (not 
available).
Bug reopened, originator not changed.

 # unversioned close for bug fixed in binNMU
 close 444357
Bug#444357: gnome-core not istallable due to broken libwnck18i package (not 
available).
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug#444363: gnome-core not istallable due to broken libwnck18i package (not 
available).
Bug closed, send any further explanations to Arnfinn Ringvold [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]



Processed (with 1 errors): Re: adplug - FTBFS: undefined reference to `binostream::writeFloat(__float128, binio::FType)'

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 454964 libbinio
Bug#454964: adplug - FTBFS: undefined reference to 
`binostream::writeFloat(__float128, binio::FType)'
Bug reassigned from package `adplug' to `libbinio'.

 forcemerge 430247 454964
Bug#430247: ldbl128 transition for alpha, powerpc, sparc, s390
Bug#454964: adplug - FTBFS: undefined reference to 
`binostream::writeFloat(__float128, binio::FType)'
Mismatch - only Bugs in the same package can be forcibly merged:
Bug 454964 is not in the same package as 430247
 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#456373: tellico: crashes when starting, SIGSEGV, kio, application/octet-stream

2007-12-15 Thread Regis Boudin
Hi Mark,

Thanks for the report. However, I can't reproduce it on my machine.

Did you try to log out and back in ? It seems the error messages you got
happen when people don't do it after a KDE upgarde. Considering you went
from 3.5.5 to 3.5.8, I guess it could be related.

If you could test this (or start with a different account), it would be
very helpful.

Regis

On Fri, 2007-12-14 at 19:42 -0500, Mark Whitis wrote:
 Package: tellico
 Version: 1.2.14-1
 Severity: grave
 Justification: renders package unusable
 
 Just installed tellico, which also updated a bunch of KDE stuff.
 When starting tellico pops up a window Could not find mime type 
 application/octet-stream, the following error messages appear on 
 stderr/stdout and Kcrash starts.   Kcrash itself will also display the 
 application/octet-stream message when saving the backtrace.
 
  kio (KSycoca): WARNING: Found version 93, expecting version 94 or higher.
 kio (KSycoca): WARNING: Outdated database found
 kio (KSycoca): WARNING: Found version 93, expecting version 94 or higher.
 kio (KSycoca): WARNING: Outdated database found
   [here is where Could not find mime type application/octet-stream appears]
 KCrash: Application 'tellico' crashing...
 
 
 
 (no debugging symbols found)
 Using host libthread_db library /lib/libthread_db.so.1.
 (no debugging symbols found)
 (no debugging symbols found)
 (no debugging symbols found)
 (no debugging symbols found)
 (no debugging symbols found)
 (no debugging symbols found)
 (no debugging symbols found)
 [Thread debugging using libthread_db enabled]
 [New Thread 0xb5ae86c0 (LWP 27232)]
 [KCrash handler]
 #5  0x081131f6 in ?? ()
 #6  0x083b9680 in ?? ()
 #7  0xbfffccec in ?? ()
 #8  0x in ?? ()
 #9  0xb6b136e9 in QGDict::clear (this=0x82c5758) at tools/qgdict.cpp:770
 #10 0x08113832 in ?? ()
 #11 0x082c5758 in ?? ()
 #12 0xb7fa6780 in ?? () from /lib/ld-linux.so.2
 #13 0xb721be35 in KMainWindow::qt_invoke () from /usr/lib/libkdeui.so.4
 Backtrace stopped: previous frame inner to this frame (corrupt stack?)
 
 rm -R /tmp/ksocket-whitis/ /tmp/kde-whitis/ does not help.
 http://lists.kde.org/?l=kde-bugs-distm=99057005025871w=2
 
 kdeinit doesn't help
 
 killall kdeinit kio_uiserver knotify dcopserver kded
 also doesn't help.
 but finally running kdeinit again allows the program to start, though kdeinit 
 still displays a lot of kbuildsycoca errors.
 
 
  apt-get install tellico
 Reading package lists... Done
 Building dependency tree... Done
 The following extra packages will be installed:
   blender fyre kcontrol kdebase-bin kdebase-bin-kde3 kdebase-data 
 kdebase-kio-plugins
   kdegraphics-kfile-plugins kdelibs-data kdelibs4c2a kdesktop kdm kfind 
 kicker konqueror
   kpersonalizer ksplash libhal-storage1 libhal1 libkcal2b libkcddb1 
 libkdepim1a libkonq4
   libktnef1 libopenexr2ldbl libpoppler-qt2 libpoppler2 libssl-dev libssl0.9.8 
 libyaz2
   tellico-data
 Suggested packages:
   yafray ntpdate ntp-simple
 The following packages will be REMOVED
   libopenexr2c2a
 The following NEW packages will be installed
   kdebase-bin-kde3 libopenexr2ldbl libpoppler-qt2 libpoppler2 libyaz2 tellico
   tellico-data
 The following packages will be upgraded:
   blender fyre kcontrol kdebase-bin kdebase-data kdebase-kio-plugins
   kdegraphics-kfile-plugins kdelibs-data kdelibs4c2a kdesktop kdm kfind 
 kicker konqueror
   kpersonalizer ksplash libhal-storage1 libhal1 libkcal2b libkcddb1 
 libkdepim1a libkonq4
   libktnef1 libssl-dev libssl0.9.8
 25 upgraded, 7 newly installed, 1 to remove and 1526 not upgraded.
 Need to get 61.1MB of archives.
 After unpacking 20.5MB of additional disk space will be used.
 Do you want to continue [Y/n]? y
 Get: 1 http://http.us.debian.org unstable/main konqueror 4:3.5.8.dfsg.1-2 
 [2033kB]
 Get: 2 http://http.us.debian.org unstable/main kdebase-kio-plugins 
 4:3.5.8.dfsg.1-2 [1132kB]
 Get: 3 http://http.us.debian.org unstable/main blender 2.45-1 [7205kB]
 
 Get: 4 http://http.us.debian.org unstable/main kdegraphics-kfile-plugins 
 4:3.5.8-2+b1 [255kB]
 Get: 5 http://http.us.debian.org unstable/main kdelibs4c2a 4:3.5.8.dfsg.1-4 
 [9828kB]  
 18% [5 kdelibs4c2a 548466/9828kB 5%] 
 179kB/s 4m38s^18% [5 kdelibs4c2a 822138/9828kB 8%]
  179kB/s 4m37s^18% [5 kdelibs4c2a 913362/9828kB 9%]   
   179kB/s 
 4m36s^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[BGet:
  6 http://http.us.debian.org unstable/main fyre 1.0.1-1+b1 [78.1kB]   
 
 Get: 7 http://http.us.debian.org unstable/main libopenexr2ldbl 1.2.2-4.4 
 [305kB]  
 Get: 8 http://http.us.debian.org unstable/main kdelibs-data 4:3.5.8.dfsg.1-4 
 [8693kB] 
 Get: 9 http://http.us.debian.org unstable/main libkonq4 4:3.5.8.dfsg.1-2 
 [275kB]  
 Get: 10 http://http.us.debian.org unstable/main kdesktop 4:3.5.8.dfsg.1-2 
 [787kB]   

Bug#444357: reopening 444357, closing 444357

2007-12-15 Thread Steve Langasek
# Automatically generated email from bts, devscripts version 2.10.7
reopen 444357 
# unversioned close for bug fixed in binNMU
close 444357 




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



Bug#454964: adplug - FTBFS: undefined reference to `binostream::writeFloat(__float128, binio::FType)'

2007-12-15 Thread Steve Langasek
reassign 454964 libbinio
forcemerge 430247 454964
thanks

This is actually a case of breakage in the underlying libbinio library,
which has never been properly updated for the ldbl128 ABI transition.
Ironically, shortly after the adplug build failure, libbinio was orphaned,
which means it was rebuilt and therefore adplug now builds successfully in
unstable; but with wrong dependencies on libbinio1c2 instead of
libbinio1ldbl.

I've done a QA upload of libbinio, so adplug can be rescheduled once
libbinio1ldbl clears NEW.

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



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



Processed (with 1 errors): reassign 430247 to libbinio, forcibly merging 432047 454964

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.7
 reassign 430247 libbinio
Bug#430247: ldbl128 transition for alpha, powerpc, sparc, s390
Bug reassigned from package `libbinio-dev' to `libbinio'.

 forcemerge 432047 454964
Bug#432047: lynx-cur: download when browsing local directory
Bug#454964: adplug - FTBFS: undefined reference to 
`binostream::writeFloat(__float128, binio::FType)'
Mismatch - only Bugs in the same package can be forcibly merged:
Bug 454964 is not in the same package as 432047

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#456411: missrepresented license in debian/copyright

2007-12-15 Thread Robert Millan
Package: etherboot
Version: latest
Severity: serious

debian/copyright refers to /usr/share/common-licenses/GPL which can be
GPL 2 or GPL 3 depending on the version of base-files.

Although most of etherboot seems to be 2/3 dual-licensed (or later bit), at
least the following file is under GPL 1:

  ./src/drivers/net/cs89x0.h:   the Free Software Foundation, version 1.

making this incompatible.  Perhaps there are others (but I haven't found any).

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)



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



Bug#456413: src/drivers/net/cs89x0.c is non-free ?

2007-12-15 Thread Robert Millan
Package: etherboot
Severity: serious

It appears that src/drivers/net/cs89x0.c is non-free:

/*
  Permission is granted to distribute the enclosed cs89x0.[ch] driver
  only in conjunction with the Etherboot package.  The code is
  ordinarily distributed under the GPL.

or at least has a bogus, contradictory license (if it's distributable
only in conjunction with the Etherboot package, how can it be GPL?).

I don't know how would this be legally interpreted, sorry.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)



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



Bug#440436: Amaya will be hurt

2007-12-15 Thread Richard Atterer
On Fri, Dec 14, 2007 at 05:38:12PM -, Regis Boudin wrote:
 Amaya build-depends on libwww and seriously relies on it. Removing it 
 will put me in a quite uncomfortable situation. I would like to avoid 
 following upstream who use a statically built and linked version of the 
 library if I can.

Hmm, OK. Using a statically linked version would have been my first 
suggestion.

 I could try to push them towards libcurl, though I'm afraid they won't 
 react well...

Having tried to create a program using both libwww and libcurl, I can say 
that libcurl is _much_ better in every aspect. These days, libcurl can even 
do HTTP pipelining, which was only supported by libwww for a long time.

Would you maybe be interested in taking over maintainership of libwww?
BTW, currently the following unstable packages build-dep on libwww:
amaya liboop mapserver wmweather+ xdvik-ja xmlrpc-c

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/¯|  http://atterer.net
  ¯ '` ¯




Processed: forcibly merging 430247 454964

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.7
 forcemerge 430247 454964
Bug#430247: ldbl128 transition for alpha, powerpc, sparc, s390
Bug#454964: adplug - FTBFS: undefined reference to 
`binostream::writeFloat(__float128, binio::FType)'
Forcibly Merged 430247 454964.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: tagging 456390, tagging 456403

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 tags 456390 + pending
Bug#456390: vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6
There were no tags set.
Bug#456403: uninstallable on i386 (libcdio6 was removed)
Tags added: pending

 tags 456403 + pending
Bug#456403: uninstallable on i386 (libcdio6 was removed)
Tags were: pending
Bug#456390: vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6
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#419050: marked as done (povray: default configuration prevents from including files)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 12:32:14 +
with message-id [EMAIL PROTECTED]
and subject line Bug#419050: fixed in povray 1:3.6.1-6.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: povray
Version: 1:3.6.1-6
Severity: grave
Justification: renders package unusable

Default configuration set I/O restriction to the highest level possible.
User's configuration could just make theses settings more strick (as
stated in documentation  in default configuration file).

Thus the package is unusable for a normal user. Example:
- I want to include a color modified file,
- I want to use povray with Terraform, which provides files to include,
- etc...

Please make sure that, packaging povray and its default configuration,
the software can be used normaly by a normal user.

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

Versions of packages povray depends on:
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared
libraries ii  libgcc1   1:4.1.1-21 GCC support
library ii  libice6   1:1.0.1-2  X11 Inter-Client
Exchange library ii  libjpeg62 6b-13  The
Independent JPEG Group's JPEG ii  libpng12-0
1.2.15~beta5-1 PNG library - runtime ii  libsm6
1:1.0.1-3  X11 Session Management library ii
libstdc++64.1.1-21   The GNU Standard C++ Library
v3 ii  libtiff4  3.8.2-7Tag Image File Format
(TIFF) libra ii  libx11-6  2:1.0.3-6  X11
client-side library ii  zlib1g1:1.2.3-13
compression library - runtime

Versions of packages povray recommends:
ii  povray-includes   1:3.6.1-6  Persistance of vision
raytracer (3

-- no debconf information

---End Message---
---BeginMessage---
Source: povray
Source-Version: 1:3.6.1-6.1

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

povray-3.5_3.6.1-6.1_i386.deb
  to pool/non-free/p/povray/povray-3.5_3.6.1-6.1_i386.deb
povray-3.6_3.6.1-6.1_i386.deb
  to pool/non-free/p/povray/povray-3.6_3.6.1-6.1_i386.deb
povray-doc_3.6.1-6.1_all.deb
  to pool/non-free/p/povray/povray-doc_3.6.1-6.1_all.deb
povray-examples_3.6.1-6.1_all.deb
  to pool/non-free/p/povray/povray-examples_3.6.1-6.1_all.deb
povray-includes_3.6.1-6.1_all.deb
  to pool/non-free/p/povray/povray-includes_3.6.1-6.1_all.deb
povray_3.6.1-6.1.diff.gz
  to pool/non-free/p/povray/povray_3.6.1-6.1.diff.gz
povray_3.6.1-6.1.dsc
  to pool/non-free/p/povray/povray_3.6.1-6.1.dsc
povray_3.6.1-6.1_i386.deb
  to pool/non-free/p/povray/povray_3.6.1-6.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.
Torsten Werner [EMAIL PROTECTED] (supplier of updated povray package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Dec 2007 12:52:24 +0100
Source: povray
Binary: povray-examples povray-doc povray povray-includes povray-3.5 povray-3.6
Architecture: source all i386
Version: 1:3.6.1-6.1
Distribution: unstable
Urgency: low
Maintainer: Clément Stenac [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 povray - Persistence of vision raytracer (3D renderer)
 povray-3.5 - Persistence of vision raytracer (3D renderer) - Dummy package
 povray-3.6 - Persistence of vision raytracer (3D renderer) - Dummy package
 povray-doc - Persistence of vision raytracer (3D renderer) documentation
 povray-examples - Persistence of vision raytracer (3D renderer) sample files
 povray-includes - Persistance of vision raytracer (3D renderer) include files
Closes: 419050
Changes: 
 povray (1:3.6.1-6.1) unstable; urgency=low
 .
   * NMU
   * Change povray.conf to allow reading files below /usr/share instead of
 /usr/share/povray only. (Closes: #419050)
Files: 
 b9ee0060aefc8eef0c89ed98151fbe91 794 

Bug#456390: marked as done (vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 13:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456390: fixed in vlc 0.8.6.c-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: vlc-nox
Version: 0.8.6.c-3+b1
Severity: grave
Justification: renders package unusable


apt-get says:

  vlc-nox: Depends: libcdio6 but it is not installable
 Depends: libiso9660-4 but it is not installable

It looks like these versions are obsolete, can you please update
the package to use new versions of given packages?

Not sure if it means anything but aptitude shows more packages
that vlc-nox depends on as UNSATISFIED.

BTW sorry if the severity is not set to reasonable value, since
the package is uninstallable (in unstable at least) I though
it should be grave.

thanks,

erik

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

Kernel: Linux 2.6.18jojda (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: vlc
Source-Version: 0.8.6.c-4

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

libvlc0-dev_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/libvlc0-dev_0.8.6.c-4_amd64.deb
libvlc0_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/libvlc0_0.8.6.c-4_amd64.deb
mozilla-plugin-vlc_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/mozilla-plugin-vlc_0.8.6.c-4_amd64.deb
vlc-nox_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-nox_0.8.6.c-4_amd64.deb
vlc-plugin-alsa_0.8.6.c-4_all.deb
  to pool/main/v/vlc/vlc-plugin-alsa_0.8.6.c-4_all.deb
vlc-plugin-arts_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-plugin-arts_0.8.6.c-4_amd64.deb
vlc-plugin-esd_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-plugin-esd_0.8.6.c-4_amd64.deb
vlc-plugin-ggi_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-plugin-ggi_0.8.6.c-4_amd64.deb
vlc-plugin-sdl_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-plugin-sdl_0.8.6.c-4_amd64.deb
vlc_0.8.6.c-4.diff.gz
  to pool/main/v/vlc/vlc_0.8.6.c-4.diff.gz
vlc_0.8.6.c-4.dsc
  to pool/main/v/vlc/vlc_0.8.6.c-4.dsc
vlc_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc_0.8.6.c-4_amd64.deb
wxvlc_0.8.6.c-4_all.deb
  to pool/main/v/vlc/wxvlc_0.8.6.c-4_all.deb



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

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

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) [EMAIL PROTECTED] (supplier of updated vlc 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Dec 2007 12:33:48 +
Source: vlc
Binary: wxvlc vlc-plugin-sdl vlc-plugin-ggi vlc-plugin-alsa vlc-plugin-glide 
vlc-plugin-esd mozilla-plugin-vlc vlc libvlc0 vlc-plugin-arts vlc-nox 
vlc-plugin-svgalib libvlc0-dev
Architecture: source amd64 all
Version: 0.8.6.c-4
Distribution: unstable
Urgency: high
Maintainer: Debian multimedia packages maintainers [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 libvlc0- multimedia player and streamer library
 libvlc0-dev - development files for VLC
 mozilla-plugin-vlc - multimedia plugin for web browsers based on VLC
 vlc- multimedia player and streamer
 vlc-nox- multimedia player and streamer (without X support)
 vlc-plugin-alsa - dummy transitional package
 vlc-plugin-arts - aRts audio output plugin for VLC
 vlc-plugin-esd - Esound audio output plugin for VLC
 vlc-plugin-ggi - GGI video output plugin for VLC
 vlc-plugin-sdl - SDL video and audio output plugin for VLC
 wxvlc  - dummy transitional package
Closes: 445580 451914 453823 456390 456403
Changes: 
 vlc (0.8.6.c-4) unstable; urgency=high
 .
   [ Loic Minier ]
   * Wrap build-deps and deps.
   * Only suggest videolan-doc; closes: #451914.
 .
   [ Christophe Mutricy ]
   * Use Vcs- instead of Xs-Vcs-
   * Add Homepage field to control
   * Use --ignore-missing-info with dpkg-shlibdeps as glide doesn't provide a
 versionned .shlibs
 .
   [ Sam Hocevar ]
   * debian/control:
 + Build-depend on a newer 

Bug#456403: marked as done (uninstallable on i386 (libcdio6 was removed))

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 13:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456403: fixed in vlc 0.8.6.c-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: vlc
Version: 0.8.6.c-3+b1
Severity: serious

vlc is currently uninstallable on (at least) i386, because it depends
on libcdio6, which has been replaced by libcdio7.

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

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

Versions of packages vlc depends on:
ii  libaa1  1.4p5-33 ascii art library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libcaca00.99.beta13b-1   colour ASCII art library
ii  libcairo2   1.4.10-1.3   The Cairo 2D vector graphics libra
ii  libcdio60.76-1   library to read and control CD-ROM
ii  libcucul0   0.99.beta13b-1   low-level Unicode character drawin
ii  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libfribidi0 0.10.7-4 Free Implementation of the Unicode
ii  libgcc1 1:4.2.2-4GCC support library
ii  libgl1-mesa-swx11 [libg 7.0.2-2  A free implementation of the OpenG
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libglu1-mesa [libglu1]  7.0.2-2  The OpenGL utility library (GLU)
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  libiso9660-40.76-1   library to work with ISO9660 files
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
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  libsdl-image1.2 1.2.6-1  image loading library for Simple D
ii  libsdl1.2debian 1.2.12-1 Simple DirectMedia Layer
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libtar  1.2.11-4 C library for manipulating tar arc
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libvcdinfo0 0.7.23-4 library to extract information fro
ii  libvlc0 0.8.6.c-3+b1 multimedia player and streamer lib
ii  libwxbase2.6-0  2.6.3.2.2-1  wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0   2.6.3.2.2-1  wxWidgets Cross-platform C++ GUI t
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  libxosd22.2.14-1.4   X On-Screen Display library - runt
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  ttf-dejavu  2.22-1   Metapackage to pull in ttf-dejavu-
ii  vlc-nox 0.8.6.c-3+b1 multimedia player and streamer (wi
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

Versions of packages vlc recommends:
pn  videolan-doc  none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: vlc
Source-Version: 0.8.6.c-4

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

Bug#456390: marked as done (vlc-nox: Dependency on obsolete packages libiso9660-4, libcdio6)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 13:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456403: fixed in vlc 0.8.6.c-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: vlc-nox
Version: 0.8.6.c-3+b1
Severity: grave
Justification: renders package unusable


apt-get says:

  vlc-nox: Depends: libcdio6 but it is not installable
 Depends: libiso9660-4 but it is not installable

It looks like these versions are obsolete, can you please update
the package to use new versions of given packages?

Not sure if it means anything but aptitude shows more packages
that vlc-nox depends on as UNSATISFIED.

BTW sorry if the severity is not set to reasonable value, since
the package is uninstallable (in unstable at least) I though
it should be grave.

thanks,

erik

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

Kernel: Linux 2.6.18jojda (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: vlc
Source-Version: 0.8.6.c-4

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

libvlc0-dev_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/libvlc0-dev_0.8.6.c-4_amd64.deb
libvlc0_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/libvlc0_0.8.6.c-4_amd64.deb
mozilla-plugin-vlc_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/mozilla-plugin-vlc_0.8.6.c-4_amd64.deb
vlc-nox_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-nox_0.8.6.c-4_amd64.deb
vlc-plugin-alsa_0.8.6.c-4_all.deb
  to pool/main/v/vlc/vlc-plugin-alsa_0.8.6.c-4_all.deb
vlc-plugin-arts_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-plugin-arts_0.8.6.c-4_amd64.deb
vlc-plugin-esd_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-plugin-esd_0.8.6.c-4_amd64.deb
vlc-plugin-ggi_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-plugin-ggi_0.8.6.c-4_amd64.deb
vlc-plugin-sdl_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc-plugin-sdl_0.8.6.c-4_amd64.deb
vlc_0.8.6.c-4.diff.gz
  to pool/main/v/vlc/vlc_0.8.6.c-4.diff.gz
vlc_0.8.6.c-4.dsc
  to pool/main/v/vlc/vlc_0.8.6.c-4.dsc
vlc_0.8.6.c-4_amd64.deb
  to pool/main/v/vlc/vlc_0.8.6.c-4_amd64.deb
wxvlc_0.8.6.c-4_all.deb
  to pool/main/v/vlc/wxvlc_0.8.6.c-4_all.deb



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

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

Debian distribution maintenance software
pp.
Sam Hocevar (Debian packages) [EMAIL PROTECTED] (supplier of updated vlc 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Dec 2007 12:33:48 +
Source: vlc
Binary: wxvlc vlc-plugin-sdl vlc-plugin-ggi vlc-plugin-alsa vlc-plugin-glide 
vlc-plugin-esd mozilla-plugin-vlc vlc libvlc0 vlc-plugin-arts vlc-nox 
vlc-plugin-svgalib libvlc0-dev
Architecture: source amd64 all
Version: 0.8.6.c-4
Distribution: unstable
Urgency: high
Maintainer: Debian multimedia packages maintainers [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 libvlc0- multimedia player and streamer library
 libvlc0-dev - development files for VLC
 mozilla-plugin-vlc - multimedia plugin for web browsers based on VLC
 vlc- multimedia player and streamer
 vlc-nox- multimedia player and streamer (without X support)
 vlc-plugin-alsa - dummy transitional package
 vlc-plugin-arts - aRts audio output plugin for VLC
 vlc-plugin-esd - Esound audio output plugin for VLC
 vlc-plugin-ggi - GGI video output plugin for VLC
 vlc-plugin-sdl - SDL video and audio output plugin for VLC
 wxvlc  - dummy transitional package
Closes: 445580 451914 453823 456390 456403
Changes: 
 vlc (0.8.6.c-4) unstable; urgency=high
 .
   [ Loic Minier ]
   * Wrap build-deps and deps.
   * Only suggest videolan-doc; closes: #451914.
 .
   [ Christophe Mutricy ]
   * Use Vcs- instead of Xs-Vcs-
   * Add Homepage field to control
   * Use --ignore-missing-info with dpkg-shlibdeps as glide doesn't provide a
 versionned .shlibs
 .
   [ Sam Hocevar ]
   * debian/control:
 + Build-depend on a newer 

Bug#456403: marked as done (uninstallable on i386 (libcdio6 was removed))

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 13:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456390: fixed in vlc 0.8.6.c-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: vlc
Version: 0.8.6.c-3+b1
Severity: serious

vlc is currently uninstallable on (at least) i386, because it depends
on libcdio6, which has been replaced by libcdio7.

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

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

Versions of packages vlc depends on:
ii  libaa1  1.4p5-33 ascii art library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libcaca00.99.beta13b-1   colour ASCII art library
ii  libcairo2   1.4.10-1.3   The Cairo 2D vector graphics libra
ii  libcdio60.76-1   library to read and control CD-ROM
ii  libcucul0   0.99.beta13b-1   low-level Unicode character drawin
ii  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libfribidi0 0.10.7-4 Free Implementation of the Unicode
ii  libgcc1 1:4.2.2-4GCC support library
ii  libgl1-mesa-swx11 [libg 7.0.2-2  A free implementation of the OpenG
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libglu1-mesa [libglu1]  7.0.2-2  The OpenGL utility library (GLU)
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  libiso9660-40.76-1   library to work with ISO9660 files
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libnotify1 [libnotify1- 0.4.4-3  sends desktop notifications to a n
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  libsdl-image1.2 1.2.6-1  image loading library for Simple D
ii  libsdl1.2debian 1.2.12-1 Simple DirectMedia Layer
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libtar  1.2.11-4 C library for manipulating tar arc
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libvcdinfo0 0.7.23-4 library to extract information fro
ii  libvlc0 0.8.6.c-3+b1 multimedia player and streamer lib
ii  libwxbase2.6-0  2.6.3.2.2-1  wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0   2.6.3.2.2-1  wxWidgets Cross-platform C++ GUI t
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  libxosd22.2.14-1.4   X On-Screen Display library - runt
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  ttf-dejavu  2.22-1   Metapackage to pull in ttf-dejavu-
ii  vlc-nox 0.8.6.c-3+b1 multimedia player and streamer (wi
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

Versions of packages vlc recommends:
pn  videolan-doc  none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: vlc
Source-Version: 0.8.6.c-4

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

Bug#456417: installing dnscontroller makes aptitude deinstall all the rest of plesk

2007-12-15 Thread ScoutNet Hosting Team
Package: dnscontroller
Severity: grave
Justification: renders package unusable


Hello SwSoft Support

Using just plesk it's not possible to operate multiple DNS Servers using one as 
master and the others
as slave, as needed in a hosting environement.

Clicking around in Plesk-Expand I found out that there is a centralized DNS 
Server Funktion which
would allow to control multiple DNS Server from within Plesk.

According to the documentation this need your package 'dnscontroller' to be 
installed on all DNS
Servers which should be controlled bylesk.

Unfortunately you have defined the package dependencies so that you can either 
use pleask or dnscontroller
on one system which renders the package completely useless:

hathi:~# aptitude show dnscontroller
Paket: dnscontroller
Neu: ja
Zustand: nicht installiert
Version: 2.0.2-1.deb40
Priorität: optional
Bereich: unknown
Verwalter: [EMAIL PROTECTED] [EMAIL PROTECTED]
Unkomprimierte Grö�e: 4125k
Hängt ab von: libc6 (= 2.3.6-6), libgcc1 (= 1:4.1.1-12), bind9, logrotate, 
grep, sed
Kollidiert mit: psa
Beschreibung: DNS controller.
 DNS controller is a tool for controlling 'bind' service and managing DNS zones 
for Plesk Expand software.

Please advise how to install or provide a package with fixed dependencies.

Kind regards
-Benoit Panizzon-


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



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



Bug#439420: (no subject)

2007-12-15 Thread Albin Tonnerre
Indeed, the generated pdf looks fine.
Reading the log file, what I think is that pdflatex is exiting with a non-null
error code because of several errors in the latex source, even if it seems to
somehow cope with it and generate (from what I've seen) a correct pdf.

I came up with a workaround, although it's far, far from an ideal fix (but I
don't know latex nor doxygen and makefile enough to come with a proper one).
Basically wrap pdflatex in the debian/ folder, and call
the real pdflatex || true, like this (in the 'build' target)

echo '#!/bin/sh'  debian/pdflatex
echo '$(new_pdflatex) $$@ || true'  debian/pdflatex
chmod 755 debian/pdflatex
PATH=$(CURDIR)/debian:$(shell echo $(PATH)) make

Cheers

-- 
Albin Tonnerre


signature.asc
Description: Digital signature


Bug#423585: marked as done (amaya: Please remove or lower dependency on ttf-freefont)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 14:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#423585: fixed in amaya 9.55~dfsg.0-1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---

Package: amaya
Version: 9.54~dfsg.0-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


ttf-freefont is undesirable for some languages, as its high Unicode
coverage makes it override all language-specific fonts in default
program configurations.

Amaya's dependency on it would leave users at fewer choices, when
ttf-freefont intrudes in web pages, programs GUI, etc. And its
quality is somewhat compromised for different writing systems.
Line spacing is the most visible issue, for example.

So, please consider dropping the dependency, or at least lower it
to recommends if some of its features is really critical and cannot
be found in other fonts.

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

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

Versions of packages amaya depends on:
ii  amaya-data  9.54~dfsg.0-1Web Browser, HTML Editor and Testb
ii  libc6   2.5-7GNU C Library: Shared libraries
ii  libexpat1   1.95.8-3.4   XML parsing C library - runtime li
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070307-1 GCC support library
ii  libgl1-mesa-glx [libgl1 6.5.2-4  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  6.5.2-4  The OpenGL utility library (GLU)
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libraptor1  1.4.15-2+b1  Raptor RDF parser and serializer l
ii  libstdc++6  4.1.2-6  The GNU Standard C++ Library v3
ii  libwww-ssl0 5.4.0-11 The W3C-WWW library (SSL support)
ii  libwxbase2.6-0  2.6.3.2.1.5  wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0   2.6.3.2.1.5  wxWidgets Cross-platform C++ GUI t
ii  ttf-freefont20060501cvs-11   Freefont Serif, Sans and Mono True
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages amaya recommends:
ii  amaya-doc  9.54~dfsg.0-1 Web Browser, HTML Editor and Testb

- -- no debconf information

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

iD8DBQFGRn37qgzR7tCLR/4RAsFrAJ9xU3lSjIFcYOFKSW+3dKvwHGOHjACfXTa9
hPNX2mMAjg9C4LYEodk+o5c=
=xFdh
-END PGP SIGNATURE-

---End Message---
---BeginMessage---
Source: amaya
Source-Version: 9.55~dfsg.0-1

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

amaya-data_9.55~dfsg.0-1_all.deb
  to pool/main/a/amaya/amaya-data_9.55~dfsg.0-1_all.deb
amaya-doc_9.55~dfsg.0-1_all.deb
  to pool/main/a/amaya/amaya-doc_9.55~dfsg.0-1_all.deb
amaya_9.55~dfsg.0-1.diff.gz
  to pool/main/a/amaya/amaya_9.55~dfsg.0-1.diff.gz
amaya_9.55~dfsg.0-1.dsc
  to pool/main/a/amaya/amaya_9.55~dfsg.0-1.dsc
amaya_9.55~dfsg.0-1_amd64.deb
  to pool/main/a/amaya/amaya_9.55~dfsg.0-1_amd64.deb
amaya_9.55~dfsg.0.orig.tar.gz
  to pool/main/a/amaya/amaya_9.55~dfsg.0.orig.tar.gz



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

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

Debian distribution maintenance software
pp.
Regis Boudin [EMAIL PROTECTED] (supplier of updated amaya package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 18 Jul 2007 23:15:23 +0100
Source: amaya
Binary: amaya-data amaya-doc amaya
Architecture: source amd64 all
Version: 9.55~dfsg.0-1
Distribution: unstable
Urgency: high
Maintainer: [EMAIL PROTECTED]
Changed-By: Regis Boudin [EMAIL PROTECTED]
Description: 
 amaya  - Web Browser, HTML Editor and Testbed for Draft W3C standards
 amaya-data - Web Browser, HTML Editor and Testbed for 

Bug#450754: marked as done (vfu: Embeds a copy of pcre)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 18:02:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#450754: fixed in vfu 4.06-4.1
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: vfu
Severity: grave
Tags: security
Justification: user security hole

vfu embeds a copy of pcre. There's been a recent security update for
pcre (DSA-1399). (I'm not sure if vfu's pcre processes untrusted regexps
or if it's all user-controlled. In that case it's not a security problem,
but should still be fixed for cleanliness):
You should fix the vfu package to link against a shared library version
of PCRE.

(The packaging also appears a bit messy, e.g. the old binaries in the
source package:
drwxr-xr-x 2 jmm jmm 4.0K Jun  5  2005 .OBJ.libvscon.a
drwxr-xr-x 2 jmm jmm 4.0K Jun  5  2005 .OBJ.libvslib.a
drwxr-xr-x 2 jmm jmm 4.0K Jun  5  2005 .OBJ.test )

Cheers,
Moritz

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
Source: vfu
Source-Version: 4.06-4.1

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

vfu_4.06-4.1.diff.gz
  to pool/main/v/vfu/vfu_4.06-4.1.diff.gz
vfu_4.06-4.1.dsc
  to pool/main/v/vfu/vfu_4.06-4.1.dsc
vfu_4.06-4.1_i386.deb
  to pool/main/v/vfu/vfu_4.06-4.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.
Cyril Brulebois [EMAIL PROTECTED] (supplier of updated vfu package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Dec 2007 17:32:36 +0100
Source: vfu
Binary: vfu
Architecture: source i386
Version: 4.06-4.1
Distribution: unstable
Urgency: low
Maintainer: William Vera [EMAIL PROTECTED]
Changed-By: Cyril Brulebois [EMAIL PROTECTED]
Description: 
 vfu- A versatile text-based filemanager
Closes: 450754
Changes: 
 vfu (4.06-4.1) unstable; urgency=low
 .
   * Non-maintainer upload as requested by the security team.
   * No longer use embedded code copy of pcre (Closes: #450754):
  - Delete -I and -L items pointing to the embedded code copy from
the CCFLAGS_1, CCFLAGS_2, and LDFLAGS variables in the following
files:
 + vfu/Makefile
 + vfu/mm.conf
 + vslib/makefile
  - Make sure that the vslib/pcre directory isn't descended into, by
replacing the related make calls with “true” in vslib/Makefile.
  - Add a build dependency on libpcre3-dev.
   * Menu transition: move the menu section from “Apps/Tools” to
 “Applications/File Management”.
   * Bump Standards-Version to 3.7.3 (no change needed).
   * Add a Homepage field.
   * Remove unnedeed dpatch build dependency (there are no dpatch patches)
 and associated instructions in rules files.
Files: 
 ee104ab30b78fa67fd67e4d9147d9c73 615 utils optional vfu_4.06-4.1.dsc
 04ad6d5500c607abdc23ebab200e900d 8828 utils optional vfu_4.06-4.1.diff.gz
 34639b884caf2730ae32d4a877899ed2 166330 utils optional vfu_4.06-4.1_i386.deb

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

iD8DBQFHZBO2HYflSXNkfP8RAocTAJwM/GJeuZKSITPaqnoD7TROY8VRzACfWA8p
nOA9nz5PNEEpKSteSE7VMq4=
=bn4u
-END PGP SIGNATURE-


---End Message---


Bug#432430: marked as done (tilp: FTBFS: unmet build dep tidev-modules-source)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 17:47:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#432430: fixed in tilp 6.80-5
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: tilp
version: 6.80-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070708
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: debhelper (= 4.1.16), dpatch, libticables3-dev (= 3.9.6-1), 
libticalcs4-dev (= 4.6.1-1), libtifiles0-dev (= 0.6.6-1), 
tidev-modules-source (= 1.4), libgtk2.0-dev, libglade2-dev, zlib1g-dev, 
gettext, groff-base, tofrodos, autotools-dev
Checking for already installed source dependencies...
debhelper: missing
Using default version 5.0.50
dpatch: missing
libticables3-dev: missing
Using default version 3.9.6-9
libticalcs4-dev: missing
Using default version 4.6.1-2
libtifiles0-dev: missing
Using default version 0.6.6-2
tidev-modules-source: missing
Default version of tidev-modules-source not sufficient, no suitable version 
found. Skipping for now, maybe there are alternatives.
libgtk2.0-dev: missing
libglade2-dev: missing
zlib1g-dev: missing
gettext: missing
groff-base: missing
tofrodos: missing
autotools-dev: missing
Checking for source dependency conflicts...
Reading package lists...
Building dependency tree...
Reading state information...
Package tidev-modules-source is not available, but is referred to by another 
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package tidev-modules-source has no installation candidate
apt-get failed.
Package installation failed
Trying to reinstall removed packages:
Trying to uninstall newly installed packages:
Source-dependencies not satisfied; skipping tilp

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

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: tilp
Source-Version: 6.80-5

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

tilp_6.80-5.diff.gz
  to pool/main/t/tilp/tilp_6.80-5.diff.gz
tilp_6.80-5.dsc
  to pool/main/t/tilp/tilp_6.80-5.dsc
tilp_6.80-5_amd64.deb
  to pool/main/t/tilp/tilp_6.80-5_amd64.deb



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

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

Debian distribution maintenance software
pp.
Philipp Kern [EMAIL PROTECTED] (supplier of updated tilp package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Dec 2007 18:31:58 +0100
Source: tilp
Binary: tilp
Architecture: source amd64
Version: 6.80-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Philipp Kern [EMAIL PROTECTED]
Description: 
 tilp   - TI calculator - PC communication program for X
Closes: 416341 432430
Changes: 
 tilp (6.80-5) unstable; urgency=low
 .
   * QA upload.
   * Remove build-dep on tidev-modules-source, prevents FTBFS.
 (Closes: #432430)
   * Do not mention tidev-modules in description and suggestions.
 (Closes: #416341)
   * Created two patches to fix compilation problems with current Gtk.
   * Do not ignore errors on `make distclean'.
   * Changed menu section to `Applications/Science/Mathematics'.
   * Converted `debian/copyright' to UTF-8.
   * Created a patch to fix the desktop file (removed encoding and
 added proper categories).
Files: 
 462af443eaee9b4afde1766a30b8737e 742 math optional tilp_6.80-5.dsc
 70e3d1df5da418e0eb7757e1d9cb25f3 9948 math optional tilp_6.80-5.diff.gz
 6e4bcccb98ac95981af0236808c9db98 674234 math optional tilp_6.80-5_amd64.deb

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


Bug#456235: marked as done (emacs22: Wrong encoding of UTF-8 characters)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 16:47:05 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456235: fixed in emacs21 21.4a+1-5.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: emacs22
Version: 22.1+1-2.2
Severity: important
Tags: l10n


I updated my system yesterday. Since then, when I launch Emacs with its
graphical interface, it works fine. But when I launch it in a X terminal
(emacs -nw) or in a virtual console, it badly encodes accented characters.

For example, when I try to insert a small e with acute accent (0xc3a9 code
in the UTF-8 coding system), Emacs22 displays and saves in the file a
capital A with a tilde (0xc383 code in the UTF-8 coding system).

When I hit the same key on the prompt line of the X terminal (Konsole or
rxvt) or of the virtual console, the right character is displayed.

When I use another text editor like Jed or Vim, the right character is
displayed too and saved in the file.

I noticed the same problem with the emacs22-gtk package.

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

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

Versions of packages emacs22 depends on:
ii  emacs22-bin-common  22.1+1-2.2   The GNU Emacs editor's shared, arc
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libncurses5 5.6+20071124-1   Shared libraries for terminal hand
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libungif4g  4.1.4-5+b1   shared library for GIF images
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  xaw3dg  1.5+E-15 Xaw3d widget set
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

emacs22 recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: emacs21
Source-Version: 21.4a+1-5.3

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

emacs21-bin-common_21.4a+1-5.3_i386.deb
  to pool/main/e/emacs21/emacs21-bin-common_21.4a+1-5.3_i386.deb
emacs21-common_21.4a+1-5.3_all.deb
  to pool/main/e/emacs21/emacs21-common_21.4a+1-5.3_all.deb
emacs21-el_21.4a+1-5.3_all.deb
  to pool/main/e/emacs21/emacs21-el_21.4a+1-5.3_all.deb
emacs21-nox_21.4a+1-5.3_i386.deb
  to pool/main/e/emacs21/emacs21-nox_21.4a+1-5.3_i386.deb
emacs21_21.4a+1-5.3.diff.gz
  to pool/main/e/emacs21/emacs21_21.4a+1-5.3.diff.gz
emacs21_21.4a+1-5.3.dsc
  to pool/main/e/emacs21/emacs21_21.4a+1-5.3.dsc
emacs21_21.4a+1-5.3_i386.deb
  to pool/main/e/emacs21/emacs21_21.4a+1-5.3_i386.deb



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

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

Debian distribution maintenance software
pp.
Nico Golde [EMAIL PROTECTED] (supplier of updated emacs21 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Dec 2007 15:27:27 +0100
Source: emacs21
Binary: emacs21-el emacs21-common emacs21-nox emacs21-bin-common emacs21
Architecture: source all i386
Version: 21.4a+1-5.3
Distribution: unstable
Urgency: high
Maintainer: Rob Browning [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 emacs21- The GNU Emacs editor
 emacs21-bin-common - The GNU Emacs editor's shared, architecture dependent 
files
 emacs21-common - The GNU Emacs 

Bug#456357: marked as done (libsvn-perl: Unresolved symbols)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 10:44:40 -0600
with message-id [EMAIL PROTECTED]
and subject line Bug#456357: Close Bug
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: libsvn-perl
Version: 1.4.4dfsg1-1
Severity: grave
Justification: renders package unusable


When perl /usr/lib/libsvn_swig_perl-1.so.1 it gets unresolved symbols:

  /usr/bin/perl: symbol lookup error: /usr/lib/libsvn_swig_perl-1.so.1:
  undefined symbol: svn_swig_pl_get_current_pool

An ldd shows all relevent dynamically linked libraries are available and
found:

[EMAIL PROTECTED] scripts]$ ldd  /usr/lib/libsvn_swig_perl-1.so.1
linux-gate.so.1 =  (0xe000)
libsvn_subr-1.so.1 = /usr/lib/libsvn_subr-1.so.1 (0xb7ec2000)
libsvn_delta-1.so.1 = /usr/lib/libsvn_delta-1.so.1 (0xb7eb9000)
libapr-1.so.0 = /usr/lib/libapr-1.so.0 (0xb7e94000)
libpthread.so.0 = /lib/libpthread.so.0 (0xb7e7d000)
libc.so.6 = /lib/libc.so.6 (0xb7d3)
libaprutil-1.so.0 = /usr/lib/libaprutil-1.so.0 (0xb7d16000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7d01000)
libuuid.so.1 = /lib/libuuid.so.1 (0xb7cfd000)
librt.so.1 = /lib/librt.so.1 (0xb7cf4000)
libcrypt.so.1 = /lib/libcrypt.so.1 (0xb7cc2000)
libdl.so.2 = /lib/libdl.so.2 (0xb7cbe000)
/lib/ld-linux.so.2 (0x8000)
libldap_r.so.2 = /usr/lib/libldap_r.so.2 (0xb7c88000)
liblber.so.2 = /usr/lib/liblber.so.2 (0xb7c7b000)
libdb-4.4.so = /usr/lib/libdb-4.4.so (0xb7b7e000)
libpq.so.5 = /usr/lib/libpq.so.5 (0xb7b62000)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0xb7afe000)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xb7ade000)
libresolv.so.2 = /lib/libresolv.so.2 (0xb7acb000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0xb7ab3000)
libgnutls.so.13 = /usr/lib/libgnutls.so.13 (0xb7a3c000)
libssl.so.0.9.8 = /usr/lib/i686/cmov/libssl.so.0.9.8
(0xb79fa000)
libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8
(0xb78b)
libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0xb7822000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0xb781e000)
libtasn1.so.3 = /usr/lib/libtasn1.so.3 (0xb780f000)
libgpg-error.so.0 = /usr/lib/libgpg-error.so.0 (0xb780b000)
libnsl.so.1 = /lib/libnsl.so.1 (0xb77f3000)
libgcrypt.so.11 = /usr/lib/libgcrypt.so.11 (0xb778b000)
libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0xb7767000)
libkrb5support.so.0 = /usr/lib/libkrb5support.so.0 (0xb775f000)
libkeyutils.so.1 = /lib/libkeyutils.so.1 (0xb775c000)

And I don't have any odd LD_* environment variables set:

  [EMAIL PROTECTED] scripts]$ env | grep LD_ 
  [EMAIL PROTECTED] scripts]$ 


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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsvn-perl depends on:
ii  libapr1 1.2.11-1 The Apache Portable Runtime Librar
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libsvn1 1.4.4dfsg1-1 Shared libraries used by Subversio
ii  perl5.8.8-12 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.8]   5.8.8-12 The Pathologically Eclectic Rubbis

libsvn-perl recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---

 ::sigh:: Nevermind.

Thanks, closing.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/

---End Message---


Processed: severity of 456346 is grave

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 severity 456346 grave
Bug#456346: openoffice.org-l10n-nb: No Norwegian Bokmaal spellchecking
Severity set to `grave' from `normal'


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#429061: portsentry.conf permission

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 429061 - security
Bug#429061: Bad portsentry.conf permission
Tags were: security
Tags removed: security

 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#429061: portsentry.conf permission

2007-12-15 Thread Nico Golde
tags 429061 - security
thanks

Hi Bruno,
* Bruno Barrera C. [EMAIL PROTECTED] [2007-11-25 20:22]:
   What does actually makes you (un)happy of the file permission?
 
 The owner? Seems right to me (root.root)
 The permissions? rw-r--r-- seems right to me too, comparing to other
 daemons, ssh, databases, etc.
 
 Or would you suggest something like rw---? If yes, why?

Bruno, I think you can close this bug. There is hardly any 
sensitive information in this configuration file.
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpGSQ1e0GS0D.pgp
Description: PGP signature


Bug#450754: vfu: Embeds a copy of pcre

2007-12-15 Thread Nico Golde
Hi Cyril,
* Cyril Brulebois [EMAIL PROTECTED] [2007-11-16 04:53]:
 (And now actually attaching the patch???)
[...] 
 From that point of view, it sounds sufficient to remove the -I/-L
 referring to the package's pcre in some files, as suggested in the
 attached patch, and to B-D on libpcre3-dev. As a result, a Depends: on
 libpcre3 is indeed added, which is due to the:
   NEEDED  libpcre.so.3
 entry in /usr/bin/vfu, as expected.
[...] 
Any news on this? I can sponsor an NMU if you want.
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpGZcIbb3xt9.pgp
Description: PGP signature


Bug#456428: xserver-xorg-core: Some times system freez

2007-12-15 Thread Kirill A. Korinskiy
Package: xserver-xorg-core
Version: 2:1.4.1~git20071212-1
Severity: critical

Some times my system freezing (Xorg process eating 100% cpu, and if I go to
system by ssh, killing Xorg and restart Xorg system freez full).

This problem have a xorg version from lenny/sid and not have on etch.

This problem not depend from drivers for my video card (I try using nv, nvidia
and vesa).

My hardware: Dell Latitude d820:

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT 
Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT 
Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
(rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 
(rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 
01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 
01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 
01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 
01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA 
Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 110M / GeForce 
Go 7300 (rev a1)
03:01.0 CardBus bridge: O2 Micro, Inc. Cardbus bridge (rev 21)
03:01.4 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02)
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit 
Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network 
Connection (rev 02)


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

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

Versions of packages xserver-xorg-core depends on:
ii  libc6 2.7-3  GNU C Library: Shared libraries
ii  libdbus-1-3   1.1.1-3simple interprocess messaging syst
ii  libdrm2   2.3.0-4Userspace interface to kernel DRM 
ii  libfontenc1   1:1.0.4-2  X11 font encoding library
ii  libgcc1   1:4.2.2-4  GCC support library
ii  libhal1   0.5.10-2   Hardware Abstraction Layer - share
ii  libpixman-1-0 0.9.6-1pixel-manipulation library for X a
ii  libxau6   1:1.0.3-2  X11 authorisation library
ii  libxdmcp6 1:1.0.2-2  X11 Display Manager Control Protoc
ii  libxfont1 1:1.3.1-1  X11 font rasterisation library
ii  x11-common1:7.3+7X Window System (X.Org) infrastruc
ii  xserver-xorg  1:7.3+7the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base   1:1.0.0-5  standard fonts for X
ii  xkb-data  1.0~cvs.20070916-1 X Keyboard Extension (XKB) configu

-- no debconf information

-- 
| |*| |  Kirill A. Korinskiy [EMAIL PROTECTED]
| | |*|  proud (maniac)? (developer|hacker)
|*|*|*|  http://catap.ru/ - +7 (916) 3-604-704 - xmpp:[EMAIL PROTECTED]


pgp4ETOJt0Zjb.pgp
Description: PGP signature


Bug#456235: emacs22: Wrong encoding of UTF-8 characters

2007-12-15 Thread Nico Golde
Hi,
attached are the NMU patches for emacs21 and emacs22 to fix 
this.
Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.
diff -u emacs22-22.1+1/debian/changelog emacs22-22.1+1/debian/changelog
--- emacs22-22.1+1/debian/changelog
+++ emacs22-22.1+1/debian/changelog
@@ -1,3 +1,12 @@
+emacs22 (22.1+1-2.3) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Updated CVE-2007-6109.diff to fix UTF-8 encoding
+regression introduced by the previous patch from vendor-sec
+which was incomplete (Closes: #456235).
+
+ -- Nico Golde [EMAIL PROTECTED]  Sat, 15 Dec 2007 15:24:43 +0100
+
 emacs22 (22.1+1-2.2) unstable; urgency=high
 
   * Non-maintainer upload by testing-security team.
diff -u emacs22-22.1+1/debian/patches/CVE-2007-6109.diff emacs22-22.1+1/debian/patches/CVE-2007-6109.diff
--- emacs22-22.1+1/debian/patches/CVE-2007-6109.diff
+++ emacs22-22.1+1/debian/patches/CVE-2007-6109.diff
@@ -1,5 +1,6 @@
 a/src/editfns.c	2007/08/08 07:49:19	1.439.2.3
-+++ b/src/editfns.c	2007/11/16 00:18:55	1.439.2.8
+diff -Nurad emacs22-22.1+1~/src/editfns.c emacs22-22.1+1/src/editfns.c
+--- emacs22-22.1+1~/src/editfns.c	2007-12-15 15:15:24.0 +0100
 emacs22-22.1+1/src/editfns.c	2007-12-15 15:17:47.0 +0100
 @@ -3543,8 +3543,10 @@
  	  precision[n+1] = 10 * precision[n+1] + *format - '0';
  	  }
@@ -22,7 +23,7 @@
  	if (*format == 'c')
  	  {
  		if (! SINGLE_BYTE_CHAR_P (XINT (args[n]))
-@@ -3803,23 +3805,35 @@
+@@ -3803,23 +3805,39 @@
  		 format - this_format_start);
  	  this_format[format - this_format_start] = 0;
  
@@ -34,7 +35,7 @@
 -		  if (format[-1] == 'd')
 -		sprintf (p, this_format, XINT (args[n]));
 -		  /* Don't sign-extend for octal or hex printing.  */
-+		  if (sizeof (EMACS_INT)  sizeof (int))
++		  if (sizeof (EMACS_INT)  sizeof (int)  format[-1] != 'c')
 +		{
 +		  /* Insert 'l' before format spec.  */
 +		  this_format[format - this_format_start]
@@ -45,12 +46,16 @@
 +
 +		  if (INTEGERP (args[n]))
 +		{
-+		  if (format[-1] == 'd')
++		  if (format[-1] == 'c')
++			sprintf (p, this_format, (int) XINT (args[n]));
++		  else if (format[-1] == 'd')
 +			sprintf (p, this_format, XINT (args[n]));
 +		  /* Don't sign-extend for octal or hex printing.  */
 +		  else
 +			sprintf (p, this_format, XUINT (args[n]));
 +		}
++		  else if (format[-1] == 'c')
++		sprintf (p, this_format, (int) XFLOAT_DATA (args[n]));
 +		  else if (format[-1] == 'd')
 +		/* Maybe we should use %1.0f instead so it also works
 +		   for values larger than MAXINT.  */
diff -u emacs21-21.4a+1/debian/changelog emacs21-21.4a+1/debian/changelog
--- emacs21-21.4a+1/debian/changelog
+++ emacs21-21.4a+1/debian/changelog
@@ -1,3 +1,12 @@
+emacs21 (21.4a+1-5.3) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Updated CVE-2007-6109.diff to fix UTF-8 encoding
+regression introduced by the previous patch from vendor-sec
+which was incomplete (Closes: #456235).
+
+ -- Nico Golde [EMAIL PROTECTED]  Sat, 15 Dec 2007 15:27:27 +0100
+
 emacs21 (21.4a+1-5.2) unstable; urgency=high
 
   * Non-maintainer upload by testing-security team.
diff -u emacs21-21.4a+1/debian/patches/CVE-2007-6109.diff emacs21-21.4a+1/debian/patches/CVE-2007-6109.diff
--- emacs21-21.4a+1/debian/patches/CVE-2007-6109.diff
+++ emacs21-21.4a+1/debian/patches/CVE-2007-6109.diff
@@ -1,6 +1,6 @@
 diff -Nurad emacs21-21.4a+1~/src/editfns.c emacs21-21.4a+1/src/editfns.c
 emacs21-21.4a+1~/src/editfns.c	2007-12-10 17:41:03.0 +0100
-+++ emacs21-21.4a+1/src/editfns.c	2007-12-10 17:49:05.0 +0100
+--- emacs21-21.4a+1~/src/editfns.c	2007-12-15 15:18:58.0 +0100
 emacs21-21.4a+1/src/editfns.c	2007-12-15 15:21:39.0 +0100
 @@ -3209,8 +3209,11 @@
  	  precision = 10 * precision + *format - '0';
  	  }
@@ -24,7 +24,7 @@
  	if (*format == 'c'
  		 (! SINGLE_BYTE_CHAR_P (XINT (args[n]))
  		|| XINT (args[n]) == 0))
-@@ -3414,10 +3417,35 @@
+@@ -3414,10 +3417,37 @@
  		 format - this_format_start);
  	  this_format[format - this_format_start] = 0;
  
@@ -36,7 +36,7 @@
 +			  sprintf (p, this_format, XFLOAT_DATA (args[n]));
 +		  else
 +		  {
-+			  if (sizeof (EMACS_INT)  sizeof (int))
++			  if (sizeof (EMACS_INT)  sizeof (int)  format[-1] != 'c')
 +			  {
 +  /* Insert 'l' before format spec.  */
 +  this_format[format - this_format_start]
@@ -53,6 +53,8 @@
 +  else
 +	  sprintf (p, this_format, XUINT (args[n]));
 +			  }
++			  else if (format[-1] == 'c')
++sprintf (p, this_format, (int) XFLOAT_DATA (args[n]));
 +			  else if (format[-1] == 'd')
 +  /* Maybe we should use %1.0f instead so it also works
 +	 for values larger than MAXINT.  */


pgpl11KCO9MCp.pgp
Description: PGP signature


Bug#456235: marked as done (emacs22: Wrong encoding of UTF-8 characters)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 16:32:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#456235: fixed in emacs22 22.1+1-2.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: emacs22
Version: 22.1+1-2.2
Severity: important
Tags: l10n


I updated my system yesterday. Since then, when I launch Emacs with its
graphical interface, it works fine. But when I launch it in a X terminal
(emacs -nw) or in a virtual console, it badly encodes accented characters.

For example, when I try to insert a small e with acute accent (0xc3a9 code
in the UTF-8 coding system), Emacs22 displays and saves in the file a
capital A with a tilde (0xc383 code in the UTF-8 coding system).

When I hit the same key on the prompt line of the X terminal (Konsole or
rxvt) or of the virtual console, the right character is displayed.

When I use another text editor like Jed or Vim, the right character is
displayed too and saved in the file.

I noticed the same problem with the emacs22-gtk package.

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

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

Versions of packages emacs22 depends on:
ii  emacs22-bin-common  22.1+1-2.2   The GNU Emacs editor's shared, arc
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libncurses5 5.6+20071124-1   Shared libraries for terminal hand
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libungif4g  4.1.4-5+b1   shared library for GIF images
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxmu6 1:1.0.3-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  xaw3dg  1.5+E-15 Xaw3d widget set
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

emacs22 recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: emacs22
Source-Version: 22.1+1-2.3

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

emacs22-bin-common_22.1+1-2.3_i386.deb
  to pool/main/e/emacs22/emacs22-bin-common_22.1+1-2.3_i386.deb
emacs22-common_22.1+1-2.3_all.deb
  to pool/main/e/emacs22/emacs22-common_22.1+1-2.3_all.deb
emacs22-el_22.1+1-2.3_all.deb
  to pool/main/e/emacs22/emacs22-el_22.1+1-2.3_all.deb
emacs22-gtk_22.1+1-2.3_i386.deb
  to pool/main/e/emacs22/emacs22-gtk_22.1+1-2.3_i386.deb
emacs22-nox_22.1+1-2.3_i386.deb
  to pool/main/e/emacs22/emacs22-nox_22.1+1-2.3_i386.deb
emacs22_22.1+1-2.3.diff.gz
  to pool/main/e/emacs22/emacs22_22.1+1-2.3.diff.gz
emacs22_22.1+1-2.3.dsc
  to pool/main/e/emacs22/emacs22_22.1+1-2.3.dsc
emacs22_22.1+1-2.3_i386.deb
  to pool/main/e/emacs22/emacs22_22.1+1-2.3_i386.deb
emacs_22.1+1-2.3_all.deb
  to pool/main/e/emacs22/emacs_22.1+1-2.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.
Nico Golde [EMAIL PROTECTED] (supplier of updated emacs22 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 15 Dec 2007 15:24:43 +0100
Source: emacs22
Binary: emacs22-el emacs22-gtk emacs22-bin-common emacs22-nox emacs22 
emacs22-common emacs
Architecture: source all i386
Version: 22.1+1-2.3
Distribution: unstable
Urgency: high
Maintainer: Rob Browning [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]

Bug#456417: marked as done (installing dnscontroller makes aptitude deinstall all the rest of plesk)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Dec 2007 08:35:49 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#456417: installing dnscontroller makes aptitude deinstall 
all the rest of plesk
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: dnscontroller
Severity: grave
Justification: renders package unusable


Hello SwSoft Support

Using just plesk it's not possible to operate multiple DNS Servers using one as 
master and the others
as slave, as needed in a hosting environement.

Clicking around in Plesk-Expand I found out that there is a centralized DNS 
Server Funktion which
would allow to control multiple DNS Server from within Plesk.

According to the documentation this need your package 'dnscontroller' to be 
installed on all DNS
Servers which should be controlled bylesk.

Unfortunately you have defined the package dependencies so that you can either 
use pleask or dnscontroller
on one system which renders the package completely useless:

hathi:~# aptitude show dnscontroller
Paket: dnscontroller
Neu: ja
Zustand: nicht installiert
Version: 2.0.2-1.deb40
Priorität: optional
Bereich: unknown
Verwalter: [EMAIL PROTECTED] [EMAIL PROTECTED]
Unkomprimierte Grö�e: 4125k
Hängt ab von: libc6 (= 2.3.6-6), libgcc1 (= 1:4.1.1-12), bind9, logrotate, 
grep, sed
Kollidiert mit: psa
Beschreibung: DNS controller.
 DNS controller is a tool for controlling 'bind' service and managing DNS zones 
for Plesk Expand software.

Please advise how to install or provide a package with fixed dependencies.

Kind regards
-Benoit Panizzon-


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


---End Message---
---BeginMessage---
* ScoutNet Hosting Team [EMAIL PROTECTED] [2007-12-15 14:46]:
 Package: dnscontroller
 Severity: grave
 
 Hello SwSoft Support

You sent this to Debian rather than to SwSoft.  I'm closing the bug
report.  Can you please send it to SwSoft directly.
-- 
Martin Michlmayr
http://www.cyrius.com/

---End Message---


Bug#456440: sipsak: debian/copyright does not contain a verbatim copy of its copyright and distribution license

2007-12-15 Thread Andreas Metzler
Package: sipsak
Version: 0.9.6-1.1
Severity: serious
Justification: Policy 12.5

sipsak's debian/copyright is
---
This package was debianized by ARAKI Yasuhiro [EMAIL PROTECTED] on
Thu, 25 Mar 2004 13:37:46 +0900.

It was downloaded from http://sipsak.berlios.de/.

Upstream Author: Nils Ohlmeier ohlmeier at fokus dot frauenhofer dot de

Copyright: 2002-2003 Fhg Fokus

Licensed under GPL2. a copy of which may be found in 
/usr/share/common-licenses/GPL-2
---

This seems to be neither correct nor complete. Afaict the actual
license and copright are:

---
 * Copyright (C) 2002-2004 Fhg Fokus
 * Copyright (C) 2004-2005 Nils Ohlmeier
 *
 * This file belongs to sipsak, a free sip testing tool.
 *
 * sipsak is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * sipsak is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
---

Please note that GPLv2 and GPLv2 ... or (at your option) any later
version. makes a difference.

cu andreas



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



Processed: tagging 455438

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 tags 455438 - sid
Bug#455438: xine-lib: FTBFS: INT_MAX undeclared
Tags were: sid
Bug#455322: FTBFS with GCC 4.3: missing #includes
Tags removed: sid


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#456346: openoffice.org-l10n-nb: No Norwegian Bokmaal spellchecking

2007-12-15 Thread Jon K Hellan

Thanks. Now I can fix locally, until it gets fixed in Debian.

Jon Kåre

Rene Engelhard wrote:

reassign 456346 myspell-nb
severity 456346 grave # breaks fthe complete functionality
thanks

Jon K Hellan wrote:

Norwegian Bokmaal spellchecking isn't available.
I know openoffice.org-l10n-nb probably isn't the right package, but it
seemed a good place to start.


No it's not. That package just contains UI things and templates. Nothing
else. Especially the dictionary is in myspell-nb. And that's what
actually is broken:

$ dpkg -L myspell-nb
/.
/usr
/usr/share
/usr/share/myspell
/usr/share/myspell/dicts
/usr/share/myspell/dicts/nb.dic
/usr/share/myspell/dicts/nb.aff
/usr/share/myspell/dicts/hyph_nb_NO.dic
/usr/share/myspell/infos
/usr/share/myspell/infos/ooo
/usr/share/myspell/infos/ooo/myspell-nb
/usr/share/doc
/usr/share/doc/myspell-nb
/usr/share/doc/myspell-nb/copyright
/usr/share/doc/myspell-nb/changelog.Debian.gz
/usr/share/myspell/dicts/nb-NO.aff
/usr/share/myspell/dicts/nb-NO.dic
[EMAIL PROTECTED]:~$ cat /usr/share/myspell/infos/ooo/myspell-nb
DICT nb NO nb_NO

Either nb.{dic,aff} should be renamed to nb_NO.{dic,aff} or
the info file fixed. Reassigning.

Grüße/Regards,

René







Bug#456433: freewheeling: license information insufficient

2007-12-15 Thread Andreas Metzler
Package: freewheeling
Version: 0.5.5-1
Severity: serious

Hello,

I am currently checking which packages will break since libgnutls-extra
and libgnutls-openssl switches from GPLv2+ to GPLv3+. freewheeling
links against one of these libraries but its license is unclear:

* debian/copyright says: You are free to distribute this software
  under the terms of the GNU General Public License. This fails to
  say which versions of GPL are acceptable.

* Upstream sourcecode is not properly licensed. None of the sourcefiles
  contain a license statement. The only single evidence that the
  software should be GPL(?) is that a file COPYING, consisting of a
  copy of the GPL is included.

Please ask upstream to
a) clarify the license (GPLv2, GPLv2+, ...)
b) properly license he software, adding a license
statement to every sourcefile
http://www.gnu.org/licenses/gpl-howto.html

Thanks, cu andreas



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



Processed: Re: Bug#456428: xserver-xorg-core: Some times system freez

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 456428 important
Bug#456428: xserver-xorg-core: Some times system freez
Severity set to `important' from `critical'

 tag 456428 moreinfo
Bug#456428: xserver-xorg-core: Some times system freez
There were no tags set.
Tags added: moreinfo

 kthxbye
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#456428: xserver-xorg-core: Some times system freez

2007-12-15 Thread Julien Cristau
severity 456428 important
tag 456428 moreinfo
kthxbye

On Sat, Dec 15, 2007 at 13:07:37 -0300, Kirill A. Korinskiy wrote:

 Some times my system freezing (Xorg process eating 100% cpu, and if I go to
 system by ssh, killing Xorg and restart Xorg system freez full).
 
When you login via ssh with X frozen, can you attach gdb to the Xorg
process, interrupt it and get a backtrace?  Please also provide the X
log.

Cheers,
Julien



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



Bug#455872: splashy: Fails to initialize, messes up loading other modules

2007-12-15 Thread Alessio Gaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can confirm this bug, it happens on my machine too. The problem shows
itself only when the parameter splashy is passed to the kernel. If I
remove it, the system boots normally, but for the bug #455685 (Splashy
makes GDM initscript fail.

Symptoms are the same: splashy fails to start with error code
- -3 from splashy_start_splashy(), no sound, no usbhid, no networking...
Hotplugging doesn't work at all, modules aren't automatically loaded and
modprobe rules aren't satisfied (i.e. I have a rule to load usbnet whith
cdc_subset, but when I plug my Linux Ipaq in the cradle the module
cdc_subset isn't loaded; if I probe the module manually the module
usbnet isn't automatically loaded.

I noted that when starting without the parameter splashy i can see the
log line

Waiting for /dev to be fully populated...done.

but with splashy activated that line doesn't appear. So I guess it is a
udev (odd-)interaction problem (or maybe a more complicated
splashy/udev/initramfs-tool, seen problems of update-initramfs with
udev...).

Moreover, it happens that if I reboot and temporary delete the initrd
line from GRUB (my kernel can boot without initrd, but I need it for
uswsuspend), boot fails because /dev is completely screwed up.

Regards

- --
Alessio Gaeta
meden.uni.cc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHZAlairbk3DO+UZ0RAg2GAKCeUmCGeaeZxI2gZepiV9K/FFIS5QCg7IkQ
VFb7U1jfvFuzDId9S0Tp+fo=
=3uO9
-END PGP SIGNATURE-



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



Bug#455685: splashy: scripting problems

2007-12-15 Thread Witold Baryluk
Package: splashy
Followup-For: Bug #455685

It also assumes that splashy is started.

Error is in function log_daemon_msg in /etc/lsb-base-logging.sh
(pidof splashy ...  line, and call to stop_splashy in case ...)

Please fix this problem quickly, becouse it is quite hard
to track down this script error. (And it seems like
gdm error, when it's not).

Thanks.


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

Kernel: Linux 2.6.24-rc5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pl_PL.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages splashy depends on:
ii  initramfs-tools 0.91ctools for generating an initramfs
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libdirectfb-1.0-0   1.0.1-5  direct frame buffer graphics - sha
ii  libgcc1 1:4.2.2-4GCC support library
ii  libglib2.0-02.14.4-2 The GLib library of C routines
ii  libmagic1   4.21-3   File type determination library us
ii  libsplashy1 0.3.7-1  Library to draw splash screen on b
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

splashy recommends no packages.

-- no debconf information



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



Processed: Re: kvm: Don't include blobs

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 unblock 452963 with 452937
Bug#452937: bochs: Add qemu specific bios package
Bug#452963: kvm: Don't include blobs
Was blocked by: 452937
Blocking bugs of 452963 removed: 452937

 reopen 452963
Bug#452963: kvm: Don't include blobs
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
Bug reopened, originator not changed.

 --
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: setting package to libnss3-0d libnss3-1d libnss3-1d-dbg libnss3-dev libnss3-tools nss, tagging 455875 ...

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 package libnss3-0d libnss3-1d libnss3-1d-dbg libnss3-dev libnss3-tools nss
Ignoring bugs not assigned to: libnss3-tools libnss3-dev libnss3-1d-dbg 
libnss3-0d nss libnss3-1d

 tags 455875 + pending
Bug#455875: missing Replaces:?
There were no tags set.
Tags added: pending

 tags 456296 + pending
Bug#456296: upgrade to 3.12.0~1.9b1-1 breaks evolution ssl cert verification
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#456448: easytag 2.1.4-1 doesn't compile against libflac 1.1.2

2007-12-15 Thread Emilio Scalise

Subject: easytag 2.1.4-1 doesn't compile against libflac 1.1.2
Package: easytag
Version: 2.1.4-1~bpo40+1
Severity: serious
Justification: no longer builds from source

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

I've backported easytag 2.1.4 with pbuilder to Etch. It doesn't build,
giving an error related to libflac.

I've backported also libflac 1.2.1 and easttag compiles against it.

Attached are the pbuilder build logs with libflac 1.1.2 and with libflac
1.2.1.

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

Versions of packages easytag depends on:
ii  libatk1.0-01.18.0-2~bpo1 The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libcairo2  1.4.10-1~bpo1 The Cairo 2D vector 
graphics libra
ii  libflac8   1.2.1-1~bpo40+1   Free Lossless Audio Codec - 
runtim
ii  libfontconfig1 2.4.2-1.2 generic font configuration 
library
ii  libfreetype6   2.3.5-1~bpo1  FreeType 2 font engine, 
shared lib

ii  libgcc11:4.1.1-21GCC support library
ii  libglib2.0-0   2.14.0-2~bpo1 The GLib library of C routines
ii  libgtk2.0-02.10.13-1~bpo40+1 The GTK+ graphical user 
interface
ii  libid3-3.8.3c2a3.8.3-6etch1  Library for manipulating 
ID3v1 and
ii  libid3tag0 0.15.1b-10ID3 tag reading library 
from the M

ii  libogg01.1.3-2   Ogg Bitstream Library
ii  libpango1.0-0  1.18.1-1~bpo1 Layout and rendering of 
internatio

ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libspeex1  1.1.12-3  The Speex Speech Codec
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libvorbis0a1.1.2.dfsg-1.2The Vorbis General Audio 
Compressi
ii  libvorbisfile3 1.1.2.dfsg-1.2The Vorbis General Audio 
Compressi
ii  libwavpack04.32-2an audio codec (lossy and 
lossless

ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension 
librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' 
extensio

ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension 
client libra

ii  zlib1g 1:1.2.3-13compression library - runtime

easytag recommends no packages.

-- no debconf information
~



easytag-2.1.4-libflac-1.1.2-6.txt.bz2
Description: application/bzip


easytag-2.1.4-libflac-1.2.1-1.txt.bz2
Description: application/bzip


Processed: can't reproduce #456302

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 package ted
Ignoring bugs not assigned to: ted

 tags 456302 + unreproducible
Bug#456302: ted never opens anything
There were no tags set.
Tags added: unreproducible

 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#456302: ted never opens anything

2007-12-15 Thread Chris Waters
On Fri, Dec 14, 2007 at 06:51:01AM -0600, hugo vanwoerkom wrote:

 ted never opens anything.
 the initial picture just stays there.
 with new file I get this on the console:

I can't reproduce this.  I do see all those messages on the console,
(and it;s possible that the first one indicates that Ted should be
relinked sometime soon), but Ted opens up a new document window or an
existing file just fine for me.

Can you provide some more information about your environment?  What
window manager or desktop environment are you using?

-- 
Chris Waters   |  Pneumonoultra-osis is too long
[EMAIL PROTECTED]   |  microscopicsilico-to fit into a single
or [EMAIL PROTECTED] |  volcaniconi-  standalone haiku



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



Bug#434016: On all arches

2007-12-15 Thread Martin Michlmayr
This presumably happens on all architectures.  I've personally seen it
at least on hppa and amd64.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#456302: ted never opens anything

2007-12-15 Thread hugo vanwoerkom
On 12/15/07, Chris Waters [EMAIL PROTECTED] wrote:
 On Fri, Dec 14, 2007 at 06:51:01AM -0600, hugo vanwoerkom wrote:

  ted never opens anything.
  the initial picture just stays there.
  with new file I get this on the console:

 I can't reproduce this.  I do see all those messages on the console,
 (and it;s possible that the first one indicates that Ted should be
 relinked sometime soon), but Ted opens up a new document window or an
 existing file just fine for me.

 Can you provide some more information about your environment?  What
 window manager or desktop environment are you using?



I have tried this on 2 systems with the same result:

1. Sid with Fvwm as wm with 2.6.23-1-686 as kernel on a USB disk partition.
2. VMware running Etch that I newly installed last night with kernel
2.6.18-4-k7 and gnome as session manager. (Default desktop install
from DVD) (As a client on system [1])

On both of these nothing gets opened. I.e. 'help' and 'document' does
noting although I can browse the document with mc.

I also installed the binary from ted's webpage into /usr/local/bin and
that gets exactly the same results.

I tried it via cmdline on konsole + xterm and the Debian menu.

When ted is the very first and only thing I execute via Debian menu on
fvwm I see this in .xsession-errors:

/usr/bin/Ted: Symbol `_XmStrings' has different size in shared object,
consider re-linking
[FVWM][__execute_function]: ERROR No such command 'FuncFocusWindow'
appFont.c(812) aff-affFontFamilyName=Helvetica afe-afeXfontFamilies=0x0
appFont.c(813) encoding=8 PS_Encodings[encoding].fcX11Registry=iso8859
appFont.c(814) encoding=8 PS_Encodings[encoding].fcX11Encoding=15
appFont.c() psf-affFontFamilyName=Helvetica dsf-apfFontEncoding=8
appFont.c(1167) 1=1
tedLayout.c(995) attributeNumber=0 sfl-sflAttributeToScreen[attributeNumber]=-1
tedLayout.c(1022) part=0 textAttr=0
tedLayout.c(852) 1=1
docLayoutParagraphs.c( 82) 1=1
docLayoutParagraphs.c(142) 1=1
docLayoutParagraphs.c(494) 1=1
docLayout.c(825) 1=1
docLayout.c(805) 1=1
docLayout.c(805) 1=1
docLayoutExternalItem.c(219) 1=1
docLayout.c(716) 1=1
docLayout.c(797) 1=1
docLayout.c(932) 1=1
tedLayout.c(1071) 1=1
tedPage.c(332) 1=1
tedDocument.c(571) 1=1
appDocument.c(579) ed-edFilename=/usr/share/ted/Ted/TedDocument-en_US.rtf
appDocument.c(752) filename=/usr/share/ted/Ted/TedDocument-en_US.rtf
tedMain.c(305) file=/usr/share/ted/Ted/TedDocument-en_US.rtf
tar-tarManualDocument=0x0

I apreciate you looking into this and welcome any suggestion at all,
including installing the source and looking at things there.



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



Processed: tagging bugs that are closed by packages in NEW as pending

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # the following bugs are closed by packages in NEW
 #
 tags 337828 pending
Bug#337828: ITP: libjogl-java -- Java bindings for OpenGL
There were no tags set.
Bug#456177: ITP: libjogl-java -- Java bindings for OpenGL API (java library)
Tags added: pending

 tags 354516 pending
Bug#354516: alogg: library doesn't match soname
Tags were: patch
Tags added: pending

 tags 430247 pending
Bug#430247: ldbl128 transition for alpha, powerpc, sparc, s390
Tags were: sid lenny
Bug#454964: adplug - FTBFS: undefined reference to 
`binostream::writeFloat(__float128, binio::FType)'
Tags added: pending

 tags 453476 pending
Bug#453476: ITP: libjson-java -- library for transforming Java objects and XML 
to JSON and back again
There were no tags set.
Tags added: pending

 tags 456177 pending
Bug#456177: ITP: libjogl-java -- Java bindings for OpenGL API (java library)
Tags were: pending
Bug#337828: ITP: libjogl-java -- Java bindings for OpenGL
Tags added: pending

 tags 456427 pending
Bug#456427: ITP: zope-ploneldap -- LDAP integration for Plone
There were no tags set.
Tags added: pending

 tags 456443 pending
Bug#456443: ITP: python-coverage-test-runner -- fail Python program unit tests 
unless they test everything
There were no tags set.
Tags added: pending

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#442114: scim-bridge-agent should depend on scim-modules-socket

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 442114 serious
Bug#442114: scim-bridge-agent should depend on scim-modules-socket
Severity set to `serious' from `normal'

 found 442114 0.4.12-1
Bug#442114: scim-bridge-agent should depend on scim-modules-socket
Bug marked as found in version 0.4.12-1.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#455438: Reason for using internal libcdio copy: missing Build-Depends on libvcdinfo-dev

2007-12-15 Thread Daniel Schepler
From my failing build log for xine-lib, I see:

...
checking for LIBCDIO... yes
checking for LIBVCDINFO... Use included libcdio/libvcdinfo support

If I add libvcdinfo-dev to the Build-Depends, the package builds successfully.
-- 
Daniel Schepler




Bug#453822: firmware-ralink: Add Conflict with firmware-rtX1

2007-12-15 Thread 韓達耐
Package: firmware-ralink
Version: 0.9
Followup-For: Bug #453822


I too would strongly suggest to add a conflict against firmware-rt{6,7}1.  The 
fact that they may not have been uploaded to testing, is not a reason to 
disregard this problem.

Best regards


/Danai Sae-Han

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

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

-- no debconf information



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



Bug#442114: scim-bridge-agent should depend on scim-modules-socket

2007-12-15 Thread Zhengpeng Hou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

thanks for bug reports, this will be fixed soon.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHZIS1JrhDLBNiZtwRAiu8AJ0YEBdAYDk+dRBYK69PiUKtvPEUUACfYJkl
+Zl8dxatAlxwjVTxnXsWEjs=
=oy9n
-END PGP SIGNATURE-

On Dec 16, 2007 7:14 AM, Ming Hua [EMAIL PROTECTED] wrote:
 severity 442114 serious
 found 442114 0.4.12-1
 thanks

 On Thu, Sep 13, 2007 at 04:46:40PM +0800, Wen-Yen Chuang wrote:
  Severity: normal
 
  scim-bridge-agent should depend on scim-modules-socket,
  or it will not work.

 This missing dependency is a serious bug, according to Policy 3.5.  It
 also exists in the testing version.

 The error is obvious:
 $ GTK_IM_MODULE=scim-bridge gedit
 There is no socket frontend of IMEngines for SCIM...
 Failed to initialize scim
 Failed to allocate the agent. Exitting...
 Failed to invoking the agent: No such file or directory
 Cannot launch the agent
 The messenger is now down
 The messenger is now down
 There is no socket frontend of IMEngines for SCIM...
 Failed to initialize scim
 Failed to allocate the agent. Exitting...
 Failed to invoking the agent: No such file or directory
 Cannot launch the agent
 An IOException occurred at
 scim_bridge_client_imcontext_set_cursor_location ()

 Please fix the bug, thanks.

 Ming
 2007.12.15






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



Bug#456489: squashfs-tools: data corruption caused by lzma patches

2007-12-15 Thread Stefan Lippers-Hollmann
Package: squashfs-tools
Version: 1:3.3-1
Severity: grave
Justification: causes non-serious data loss

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

While testing the squashfs 1:3.3-1 package in a live CD environment 
(~2.1 GB uncompressed, ~703 MB compressed), it became apparent that the 
lzma patches appear to be used (correct shsq (lzma, [1]), respectively 
hsqs for zlib [2], headers, but exactly the same squashed image size for 
lzma and zlib -nolzma (identical file size up to the last byte).

Even worse than this, the resulting squashfs image as read by the squashfs 
kernel module [3] shows serious signs of data corruption, which is exposed 
by file content mapped to wrong file names (files in var/lib/dpkg/info/ 
duplicated the content of other files from usr/bin/ and elsewhere) or were 
completely unreadable (copying them with data errors) - the actually 
affected files seem to be random.

These bugs have been confirmed on several amd64 and i386 sytems with 
vanilla debian squashfs-tools 1:3.3-1 and custom packages with the patch 
suggested in #455589 (and even upstream commits r1.48 and r1.49 of 
mksquashfs.c in addition) applied. 

Removing the newly added lzma patches from squashfs alltogether fixes these
bugs (see attached debdiff squashfs_remove-lzma-patches.diff and [4]) and
results in valid zlib compressed squashfs images (confirmed on various 
amd64 and i386 systems).

Regards
Stefan Lippers-Hollmann

[1] mksquashfs . /PATH/TO/TARGET,sqashfs -ef /PATH/TO/EXCLUDE_FILE
[2] mksquashfs . /PATH/TO/TARGET,sqashfs -ef /PATH/TO/EXCLUDE_FILE -nolzma
[3] squashfs mount options: loop,ro
[4] 
http://sidux.com/debian/pool/fix.main/s/squashfs/squashfs_3.3-1+c0.sidux.4.dsc

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

Kernel: Linux 2.6.24-rc5-git3-slh64-smp-1 (SMP w/2 CPU cores; PREEMPT)
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 squashfs-tools depends on:
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

squashfs-tools recommends no packages.

-- no debconf information
diff -u squashfs-3.3/debian/control.modules.in squashfs-3.3/debian/control.modules.in
--- squashfs-3.3/debian/control.modules.in
+++ squashfs-3.3/debian/control.modules.in
@@ -12,7 +12,7 @@
 Package: squashfs-modules-_KVERS_
 Architecture: any
 Provides: squashfs-modules
-Depends: linux-modules-_KVERS_ | linux-image-_KVERS_, lzma-modules-_KVERS_
+Depends: linux-modules-_KVERS_ | linux-image-_KVERS_
 Description: Squash filesystem support for Debian Linux kernels
  Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib
  compression to compress both files, inodes and directories. Inodes in the
diff -u squashfs-3.3/debian/patches/series squashfs-3.3/debian/patches/series
--- squashfs-3.3/debian/patches/series
+++ squashfs-3.3/debian/patches/series
@@ -1,8 +1,6 @@
-00-sqlzma-tools.patch
-00-sqlzma-tools-fix-sqmagic-path.patch
-00-sqlzma-tools-header-sqmagic.patch
-00-sqlzma-kernel.patch
-00-sqlzma-kernel-cleanup.patch
+00_r1.47_fix-segv-and-mksquashfs-hang.patch
+00_r1.48_fix-dangling-symbolic-links.patch
+00_r1.49_fix-progress-bar-for-hardlinked-files.patch
 01-kernel-compat.patch
 01-kernel-fix-includes.patch
 01-kernel-fix-makefile.patch
diff -u squashfs-3.3/debian/patches/01-kernel-fix-includes.patch squashfs-3.3/debian/patches/01-kernel-fix-includes.patch
--- squashfs-3.3/debian/patches/01-kernel-fix-includes.patch
+++ squashfs-3.3/debian/patches/01-kernel-fix-includes.patch
@@ -1,7 +1,7 @@
-Index: squashfs/linux-2.6/inode.c
+Index: squashfs-3.3/linux-2.6/inode.c
 ===
 squashfs.orig/linux-2.6/inode.c	2007-12-08 23:31:29.0 +
-+++ squashfs/linux-2.6/inode.c	2007-12-08 23:32:04.0 +
+--- squashfs-3.3.orig/linux-2.6/inode.c	2007-12-14 01:07:56.0 +0100
 squashfs-3.3/linux-2.6/inode.c	2007-12-14 01:08:33.0 +0100
 @@ -21,12 +21,12 @@
   * inode.c
   */
@@ -18,10 +18,10 @@
  #include linux/buffer_head.h
  #include linux/vfs.h
  #include linux/vmalloc.h
-Index: squashfs/linux-2.6/squashfs2_0.c
+Index: squashfs-3.3/linux-2.6/squashfs2_0.c
 ===
 squashfs.orig/linux-2.6/squashfs2_0.c	2007-12-08 23:32:59.0 +
-+++ squashfs/linux-2.6/squashfs2_0.c	2007-12-08 23:33:11.0 +
+--- squashfs-3.3.orig/linux-2.6/squashfs2_0.c	2007-12-14 01:07:51.0 +0100
 squashfs-3.3/linux-2.6/squashfs2_0.c	2007-12-14 01:08:33.0 +0100
 @@ -21,12 +21,12 @@
   * squashfs2_0.c
   */
@@ -41,13 +41,13 @@
-Index: squashfs/linux-2.6/squashfs_fs_sb.h
+Index: squashfs-3.3/linux-2.6/squashfs_fs_sb.h
 

Bug#454549: marked as done (pidgin 2.3.0-1 failed to build)

2007-12-15 Thread Debian Bug Tracking System
Your message dated Sun, 16 Dec 2007 02:32:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#454549: fixed in pidgin 2.3.1-2
has caused the attached Bug report to be marked as done.

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

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

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

---BeginMessage---
Package: pidgin
Version: 2.3.0-1

Hi,

When I try to build pidgin with dpkg-buildpackage, it fails with
this message:

Generate XML output for dir /tmp/pidgin/pidgin-2.3.0/build/libpurple/
Generating search index
Generating devhelp index...
warning: failed to load external entity doxy2devhelp.xsl
cannot parse doxy2devhelp.xsl
make[1]: *** [docs] Error 4
make[1]: Leaving directory `/tmp/pidgin/pidgin-2.3.0/build'
make: *** [build/pidgin-dev] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

There's a line about this in Makefile.in:
@HAVE_DOXYGEN_TRUE@@HAVE_XSLTPROC_TRUE@ @xsltproc doxy2devhelp.xsl
doc/xml/index.xml  doc/html/pidgin.devhelp
But there's no file named doxy2devhelp.xsl...

-- 
Best Regards,
Wen-chien Jesse Sung


---End Message---
---BeginMessage---
Source: pidgin
Source-Version: 2.3.1-2

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

finch-dev_2.3.1-2_all.deb
  to pool/main/p/pidgin/finch-dev_2.3.1-2_all.deb
finch_2.3.1-2_amd64.deb
  to pool/main/p/pidgin/finch_2.3.1-2_amd64.deb
libpurple-bin_2.3.1-2_all.deb
  to pool/main/p/pidgin/libpurple-bin_2.3.1-2_all.deb
libpurple-dev_2.3.1-2_all.deb
  to pool/main/p/pidgin/libpurple-dev_2.3.1-2_all.deb
libpurple0_2.3.1-2_amd64.deb
  to pool/main/p/pidgin/libpurple0_2.3.1-2_amd64.deb
pidgin-data_2.3.1-2_all.deb
  to pool/main/p/pidgin/pidgin-data_2.3.1-2_all.deb
pidgin-dbg_2.3.1-2_amd64.deb
  to pool/main/p/pidgin/pidgin-dbg_2.3.1-2_amd64.deb
pidgin-dev_2.3.1-2_all.deb
  to pool/main/p/pidgin/pidgin-dev_2.3.1-2_all.deb
pidgin_2.3.1-2.diff.gz
  to pool/main/p/pidgin/pidgin_2.3.1-2.diff.gz
pidgin_2.3.1-2.dsc
  to pool/main/p/pidgin/pidgin_2.3.1-2.dsc
pidgin_2.3.1-2_amd64.deb
  to pool/main/p/pidgin/pidgin_2.3.1-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Ari Pollak [EMAIL PROTECTED] (supplier of updated pidgin 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: RIPEMD160

Format: 1.7
Date: Sat, 15 Dec 2007 15:23:38 -0500
Source: pidgin
Binary: libpurple-bin pidgin-dev finch-dev pidgin-data pidgin pidgin-dbg 
libpurple-dev finch libpurple0
Architecture: source amd64 all
Version: 2.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Robert McQueen [EMAIL PROTECTED]
Changed-By: Ari Pollak [EMAIL PROTECTED]
Description: 
 finch  - text-based multi-protocol instant messaging client
 finch-dev  - text-based multi-protocol instant messaging client - development
 libpurple-bin - multi-protocol instant messaging library - extra utilities
 libpurple-dev - multi-protocol instant messaging library - development files
 libpurple0 - multi-protocol instant messaging library
 pidgin - graphical multi-protocol instant messaging client for X
 pidgin-data - multi-protocol instant messaging client - data files
 pidgin-dbg - Debugging symbols for Pidgin
 pidgin-dev - multi-protocol instant messaging client - development files
Closes: 454549 456441
Changes: 
 pidgin (2.3.1-2) unstable; urgency=low
 .
   * Make libpurple0 shlibs slightly looser by making it
 = MAJOR.MINOR.0 instead of = VERSION.
   * Change browser command in /etc/purple/prefs.xml to be of type
 'path' instead of 'string', to match what is set by pidgin.
 Thanks to Will Thompson for the fix. (Closes: #456441)
   * Fix FTBFS when doing a make docs by adding an appropriate $(top_srcdir)
 before the path to an included file. (Closes: #454549)
Files: 
 2a418556cec0ea59c48027ec38490f55 1422 net optional pidgin_2.3.1-2.dsc
 37f46089900bb74136d6a4e5daf228be 45667 net optional pidgin_2.3.1-2.diff.gz
 cfca7fa9f466aca11d89389ee0e10ab4 6714260 net optional 
pidgin-data_2.3.1-2_all.deb
 7172b02071bbe96a187f028c5c3bd760 186418 devel optional 
pidgin-dev_2.3.1-2_all.deb
 d0e5644081d82bee2d4bf1158b404fd1 150120 devel optional 
finch-dev_2.3.1-2_all.deb
 

Bug#452678: referencer patch

2007-12-15 Thread Ari Pollak
Upstream seems to have patched referencer a while ago to support poppler
0.6: http://svn.icculus.org/referencer?rev=548view=rev



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



Processed (with 3 errors): easy patch to fix this release-critical bug

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 456349 patch
Bug#456349: zipios++: FTBFS: convert: Command not found
There were no tags set.
Tags added: patch

 Hi
Unknown command or malformed arguments to command.

 Attached you will find an very easy patch. I hope help you.
Unknown command or malformed arguments to command.

 Regards.
Unknown command or malformed arguments to command.

 --
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#456349: easy patch to fix this release-critical bug

2007-12-15 Thread Anibal Avelar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 456349 patch

Hi

Attached you will find an very easy patch. I hope help you.

Regards.

- --
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFHZL7ozur584O2RlYRArIRAJ4sHtDPxtg6xI+buTCLqKMpCaTXqQCfasxQ
+DikQDw8fWAC6WgEoiPeNEU=
=G1jf
-END PGP SIGNATURE-
diff -bBdNrw -U5 zipios++-0.1.5.9+cvs.2007.04.28/debian/control zipios++-0.1.5.9+cvs.2007.04.28.modif/debian/control
--- zipios++-0.1.5.9+cvs.2007.04.28/debian/control	2007-12-15 23:42:42.0 -0600
+++ zipios++-0.1.5.9+cvs.2007.04.28.modif/debian/control	2007-12-15 23:25:45.296732385 -0600
@@ -1,10 +1,10 @@
 Source: zipios++
 Section: devel
 Priority: optional
 Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
-Build-Depends: automake | automaken, debhelper ( 4.0.0), doxygen, dpatch, libcppunit-dev, libz-dev
+Build-Depends: automake | automaken, debhelper ( 4.0.0), doxygen, dpatch, libcppunit-dev, libz-dev, graphicsmagick-imagemagick-compat
 Standards-Version: 3.7.3
 
 Package: libzipios++-dev
 Section: libdevel
 Architecture: any


Processed: tagging 446988

2007-12-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.11
 tags 446988 pending
Bug#446988: must compile -fno-strict-aliasing
There were no tags set.
Bug#451644: libtorrent10: Dumps core
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]