Bug#328398: svn-buildpackage: mergeWithUpstream documentation error

2005-09-15 Thread Charles Fry
Package: svn-buildpackage
Version: 0.6.10
Severity: minor
Tags: patch

Section 3.2 of the included documentation says that mergeWithUpstream
mode can be set after the package has been injected with the command:

   svn propset mergeWithUpstream 1

Actually, the correct command (as is correctly documented to remove the
property) is:

   svn propset mergeWithUpstream 1 debian/

Charles

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (70, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages svn-buildpackage depends on:
ii  devscripts2.9.7  Scripts to make the life of a Debi
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  subversion1.2.0-1advanced version control system (a
ii  subversion-tools  1.2.0-1assorted tools related to Subversi

svn-buildpackage recommends no packages.

-- no debconf information


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



Bug#328399: libmasonx-request-withapachesession-perl: Fails to properly handle subrequests.

2005-09-15 Thread Adrian Irving-Beer
Package: libmasonx-request-withapachesession-perl
Version: 0.30-1
Severity: normal
Tags: patch

Due to a mistaken 'return' statement, the new subroutine on
MasonX::Request::WithApacheSession returns an undefined value if a
subrequest is created, rather than returning itself.

$m-make_subrequest would simply return null, and $m-subexec
would thusly complain about being unable to run 'exec' on an
undefined object.

A patch is attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'stable'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages libmasonx-request-withapachesession-perl depends on:
ii  libapache-request-perl1.1-0.1Generic Apache Request Library
ii  libapache-session-perl1.60-2 Perl modules for keeping persisten
ii  libapache-session-wrapper-per 0.21-1 A simple wrapper around Apache::Se
ii  libhtml-mason-perl1:1.30-1   HTML::Mason Perl module
ii  perl [perl5]  5.8.7-3Larry Wall's Practical Extraction 

libmasonx-request-withapachesession-perl recommends no packages.

-- no debconf information
--- /tmp/WithApacheSession.pm.old   2005-09-14 23:27:49.648664936 -0400
+++ /usr/share/perl5/MasonX/Request/WithApacheSession.pm2005-09-14 
23:03:09.795603823 -0400
@@ -74,7 +74,7 @@
 
 my $self = $class-SUPER::new(@_);
 
-return if $self-is_subrequest;
+return $self if $self-is_subrequest;
 
 # backwards compatibility
 $self-{session_param_name} =


signature.asc
Description: Digital signature


Bug#328400: dpatch-convert-diffgz creates inconsistant 00list

2005-09-15 Thread Charles Fry
Package: dpatch
Version: 2.0.14
Severity: minor

The dpatch manpage gives a sample 00list that contains .dpatch suffixes
on all patches, while dpatch-convert-diffgz creates a list that doesn't
include .dpatch suffixes. The two should at least be consistent. :-)

Charles

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (70, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

dpatch depends on no packages.

Versions of packages dpatch recommends:
ii  dpkg-dev  1.13.11package building tools for Debian
ii  fakeroot  1.5.1  Gives a fake root environment
ii  patchutils0.2.31-1   Utilities to work with patches

-- no debconf information


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



Bug#328401: pngcrush: pngcrush(1) mis-documents iTXt and tTXt chunks

2005-09-15 Thread Branden Robinson
Package: pngcrush
Version: 1.5.10-2
Severity: normal
File: /usr/share/man/man1/pngcrush.1.gz

I chose normal instead of minor severity because this doesn't look like a
spelling error or cosmetic issue to the user.  It didn't to me -- I had to
go look up documentation on the web to find out which was which.  That
sucks.

Spot the problem:

  Textual information pertaining to an image can be conveyed with the tEXt,
  iTXt and zTXt chunks.
[...]
  An iTXt  chunk  stores  text  in  the  ISO/IEC 8859‐1 (Latin‐1) character
  set.  zTXt chunks also use the Latin‐1 character set, but the text is
  compressed.  This can be useful for large text chunks.  iTXt chunks consist
  of text in the UTF‐8 of the Unicode character set.

So, *which* one uses UTF-8, again?

This manpage should probably just cross-reference png(5) for PNG format
information, except for the fact that *that* manpage is impressively
useless.

So until png(5) actually documents the file format, I'd fix the manpage
using the information here:

http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html

...and maybe include a URL to the above in the manpage.

[[

I don't know why png(5) *doesn't* have this information -- the PNG
specification appears to be under a MIT/X11-style license:

http://www.libpng.org/pub/png/spec/1.2/PNG-Credits.html

]]

Yes, you can put URLs in manpages.  See man(7) for a recipe, or my WTFM
presentation:

http://people.debian.org/~branden/talks/wtfm/wtfm.pdf

pp. 33-35 in the current revision.

Thanks in advance for your attention to this bug.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-powerpc-smp
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pngcrush depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libpng12-01.2.8rel-1.0.1 PNG library - runtime
ii  zlib1g1:1.2.3-4  compression library - runtime

pngcrush recommends no packages.

-- no debconf information



Bug#328402: pngcrush: pngcrush(1) says there's an -itxt option, but executable claims there isn't

2005-09-15 Thread Branden Robinson
Package: pngcrush
Version: 1.5.10-2
Severity: normal

Gr.

$ man pngcrush | grep itxt
Reformatting pngcrush(1), please wait...
/tmp/branden/zmanQ0ieTA:115: warning: can't find special character `b|a'
   -itxt [b|a] keyword text
   -zitxt [b|a] keyword text

$ pngcrush -itxt a Comment foo
Warning: versions are different between png.h and png.c
  png.h version: 1.2.7
  png.c version: 1.2.8


 | pngcrush 1.5.10, Copyright (C) 1998-2002 Glenn Randers-Pehrson
 | This is a free, open-source program.  Permission is irrevocably
 | granted to everyone to use this version of pngcrush without
 | payment of any fee.
 | Executable name is pngcrush
 | It was built with libpng version 1.2.7, and is
 | running with  libpng version 1.2.8 - December 3, 2004 (header)
 |Copyright (C) 1998-2002 Glenn Randers-Pehrson,
 |Copyright (C) 1996, 1997 Andreas Dilger,
 |Copyright (C) 1995, Guy Eric Schalnat, Group 42 Inc.,
 | and zlib version 1.2.2, Copyright (C) 1998,
 |Jean-loup Gailly and Mark Adler.


usage: pngcrush [options] infile.png outfile.png
   pngcrush -e ext [other options] files.png ...
   pngcrush -d dir [other options] files.png ...
options:
  -already already_crushed_size [e.g., 8192]
-bit_depth depth (bit_depth to use in output file)
-brute (Use brute-force, try 114 different methods [11-124])
-c color_type of output file [0, 2, 4, or 6]
   -cc (do color counting)
-d directory_name (where output files will go)
 -double_gamma (used for fixing gamma in PhotoShop 5.0/5.02 files)
-e extension  (used for creating output filename)
-f user_filter [0-5]
  -fix (fix otherwise fatal conditions such as bad CRCs)
-force (Write a new output file even if larger than input)
-g gamma (float or fixed*10, e.g., 0.45455 or 45455)
 -iccp length Profile Name iccp_file
-l zlib_compression_level [0-9]
 -loco (loco crush truecolor PNGs)
-m method [0 through 200]
  -max maximum_IDAT_size [default 8192]
-no_cc (no color counting)
-nofilecheck (do not check for infile.png == outfile.png)
-n (no save; does not do compression or write output PNG)
 -plte_len n (truncate PLTE)
-q (quiet)
   -reduce (do lossless color type or bit depth reduction)
  -rem chunkname (or alla or allb)
-replace_gamma gamma (float or fixed*10) even if gAMA is present.
  -res dpi
 -save (keep all copy-unsafe chunks)
 -srgb [0, 1, 2, or 3]
 -text b[efore_IDAT]|a[fter_IDAT] keyword text
   -trns_array n trns[0] trns[1] .. trns[n-1]
 -trns index red green blue gray
-v (display more detailed information)
  -version (display the pngcrush version)
-w compression_window_size [32, 16, 8, 4, 2, 1, 512]
-z zlib_strategy [0, 1, or 2]
 -zmem zlib_compression_mem_level [1-9, default 9]
 -ztxt b[efore_IDAT]|a[fter_IDAT] keyword text
-h (help and legal notices)
-p (pause)

Copyright (C) 1998-2002 Glenn Randers-Pehrson ([EMAIL PROTECTED])


DISCLAIMER: The pngcrush computer program is supplied AS IS.
The Author disclaims all warranties, expressed or implied, including,
without limitation, the warranties of merchantability and of fitness
for  any purpose.  The Author assumes no liability for direct, indirect,
incidental, special, exemplary, or consequential damages, which may
result from the use of the computer program, even if advised of the
possibility of such damage.  There is no warranty against interference
with your enjoyment of the computer program or against infringement.
There is no warranty that my efforts or the computer program will
fulfill any of your particular purposes or needs.  This computer
program is provided with all faults, and the entire risk of satisfactory
quality, performance, accuracy, and effort is with the user.

LICENSE: Permission is hereby irrevocably granted to everyone to use,
copy, modify, and distribute this computer program, or portions hereof,
purpose, without payment of any fee, subject to the following
restrictions:

1. The origin of this binary or source code must not be misrepresented.

2. Altered versions must be plainly marked as such and must not be
misrepresented as being the original binary or source.

3. The Copyright notice, disclaimer, and license may not be removed
or altered from any source, binary, or altered source distribution.


...and exits with status one.

By the way, that is a mondo obnoxious usage message.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-powerpc-smp
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages pngcrush depends on:
ii  libc6 2.3.5-6

Bug#328403: svn-buildpackage: automaticlaly don't clean when mergeWithUpstream

2005-09-15 Thread Charles Fry
Package: svn-buildpackage
Version: 0.6.10
Severity: minor

Currently when using mergeWithUpstream, an error is often encountered
when attempting to build (assuming that clean depends on any files in
the repository), as clean is called before mergeWithUpstream is
checked.

Even when this doesn't result in an error, it is incorrect behavior, as
by definition cleaning is meaningless in a mergeWithUpstream directory.

I recommend checking earlier for mergeWithUpstream, and skipping the
cleaning when it is set.

Charles

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (70, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages svn-buildpackage depends on:
ii  devscripts2.9.7  Scripts to make the life of a Debi
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  subversion1.2.0-1advanced version control system (a
ii  subversion-tools  1.2.0-1assorted tools related to Subversi

svn-buildpackage recommends no packages.

-- no debconf information


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



Bug#328404: Updated mozilla-browser

2005-09-15 Thread Eto Yasuo
Package: kazehakase
Version: 0.3.0-2
Tags: sid

Hi.

Updated mozilla-browser packages.(2:1.7.10-1 - 2:1.7.11-1)
Please update kazehakase package.

thnks.


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



Bug#328405: debhelper: [dh_make] dh_make: symlinks are not respected (ln -s foo.src/ foo-1.2/; cd foo-1.2; dh_make)

2005-09-15 Thread Jari Aalto
Package: debhelper
Version: 4.9.8
Severity: normal

I think dh_make should use the symlink name and not the underlying
real name. It is important to remember what is the original package name and
how it unpacks itself.

# ls 
brx.src-1.6.0.tar.gz

# tar zxvf *gz
...
browsex/blt/INSTALL
browsex/blt/MANIFEST
browsex/blt/Makefile.gnu
browsex/blt/Makefile.in


# ln -s brx.src-1.6.0.tar.gz  browsex-1.6.0.orig.tar.gz
# ln -s browsex browsex-1.6.0
# cd browsex-1.6.0
# dh_make -c gpl

The directory name must be package-version for dh_make to work!
I cannot understand the directory name or you have an invalid directory 
name!

Your current directory is /usr/src/net/browsex, perhaps you could try going 
to
directory where the sources are?

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

Versions of packages debhelper depends on:
ii  binutils 2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii  coreutils [fileutils 5.2.1-2.1   The GNU core utilities
ii  debconf-utils1.4.58  debconf utilities
ii  dpkg-dev 1.13.11 package building tools for Debian
ii  file 4.12-1  Determines file type using magic
ii  html2text1.3.2a-2An advanced HTML to text converter
ii  perl 5.8.7-5 Larry Wall's Practical Extraction 
ii  po-debconf   0.9.0   manage translated Debconf template

debhelper recommends no packages.

-- no debconf information


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



Bug#328406: bzr 0.0.7 new upstream version available

2005-09-15 Thread Jari Aalto
Package: bzr
Version: 0.0.5-2.1
Severity: normal

Please package 0.0.7. It contains substantial changes and correction
compared to the old 0.0.5 version.

http://bazaar-ng.org

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

Versions of packages bzr depends on:
ii  python2.3.5-3An interactive high-level object-o
ii  python2.3 2.3.5-8An interactive high-level object-o
ii  python2.3-elementtree 1.2.6-3Light-weight toolkit for XML proce

Versions of packages bzr recommends:
pn  python2.3-celementtreenone (no description available)
pn  python2.3-urlgrabber  none (no description available)

-- no debconf information


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



Bug#328407: xscreensaver: new version 4.22 available

2005-09-15 Thread Charles Fry
Package: xscreensaver
Version: 4.21-5
Severity: wishlist

Version 4.22 of xscreensaver is available. It would be great if you
could package it, as I have something that depends on that version. :-)

thanks,
Charles

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable'), (70, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libpam0g  0.76-23Pluggable Authentication Modules l
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxml2   2.6.21-1   GNOME XML library
ii  libxmu6   6.8.2.dfsg.1-7 X Window System miscellaneous util
ii  libxpm4   6.8.2.dfsg.1-7 X pixmap library
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-10  Programs for manipulating JPEG fil
ii  netpbm2:10.0-9   Graphics conversion tools
ii  perl [perl5]  5.8.7-4Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  5-4American English dictionary words 
ii  xloadimage4.1-14.2   Graphics file viewer under X11

-- no debconf information


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



Bug#328408: Transition

2005-09-15 Thread Seo Sanghyeon
Package: pyrite-publisher
Version: 2.1.1-3

Please consider using newer version of Python and wxPython.

Now 2.3 is the deault Python version, and libwxgtk2.3-python doesn't
exist in Sid.

Seo Sanghyeon


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



Bug#328409: ttf-sazanami-mincho: code point 8449 yoh glyph is corrupted

2005-09-15 Thread Kenshi Muto
Package: ttf-sazanami-mincho
Version: 0.0.1.20040629-2
Severity: important

A user noticed yoh glyph of ttf-sazanami-mincho was corrupted.
I checked font file by using Fontforge, and found code point u+8449
glyph had wrong outline (it causes filled triangle).

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


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



Bug#328410: Python version suggestion

2005-09-15 Thread Seo Sanghyeon
Package: bluez-utils
Version: 2.19-1
Severity: minor

bluez-utils suggests python2.2, which is ancient.

If the only reason for this suggestion is for (by default unused)
bluepin script, suggesting python (default version) instead of python2.2
makes sense, as it is a simple script that will continue to work
with future Python versions.

Seo Sanghyeon


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



Bug#328411: CPU frequency scaling not installed by default for laptops

2005-09-15 Thread Kristian Hermansen
Package: Debian Sarge minimal install immediately upgraded to Etch
Version: 3.0a

By default, for laptops, Debian should install a package to allow CPU
frequency scaling. This was annoying on my laptop because after I
installed Debian, my CPU ran at 100% (2.2 GHz) and made the whole thing
very hot on my lap. Please consider installing this by default in
future versions so that Debian users' scrotums are not set on fire
while using the laptop.-- Kristian Hermansen [EMAIL PROTECTED]


Bug#328412: wget: Missing vital documentation

2005-09-15 Thread Peter Gebauer
Package: wget
Version: 1.10-1
Severity: minor

There's some documentation at 
http://www.gnu.org/software/wget/manual/wget.html
which is really useful. It contains many examples of usage and 
information on how to format URL's, information that is not included in 
the man page.

I was considering filing an upstream bug since I think most of this 
information belongs in the man page, but we could just as well include 
that document in /usr/share/doc/ for the wget package.

As you can imagine this is just a minor inconvencience, but it would 
make the package just a tad more useful.

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

Versions of packages wget depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries

-- no debconf information


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



Bug#328413: mysql-server: uninstallable in sid

2005-09-15 Thread Steve Langasek
Package: mysql-server
Version: 4.1.13a-3
Severity: grave

The mysql-server package in unstable is completely uninstallable because it
depends on mysql-server-4.1, but mysql-server-4.1 conflicts with it.  This
is not an appropriate transition package, as it can never be considered an
installation candidate by apt and also interferes with propagation of these
packages to testing.  Please either drop the mysql-server package, or fix
the Conflicts: in mysql-server-4.1.

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


signature.asc
Description: Digital signature


Bug#328414: libpod-pom-perl: Please add documentation for all modules

2005-09-15 Thread Florian Ragwitz
Package: libpod-pom-perl
Version: 0.17-3
Severity: normal

Hello,

it would be very nice to have POD documentation about all modules that
are meant to be used directly.


TIA,
Flo

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

Versions of packages libpod-pom-perl depends on:
ii  perl  5.8.7-5Larry Wall's Practical Extraction 

libpod-pom-perl recommends no packages.

-- no debconf information


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



Bug#328415: reportbug: Improve WNPP RFP template by adding new field 'Programming Language(2):'

2005-09-15 Thread Jari Aalto
Package: reportbug
Version: 3.17
Severity: wishlist

The current template reads:

* Package name: dasdasdasf
  Version : x.y.z
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Description : sdfsdasfa

Add new field which developers could examine to see if they are
interested in the particular language. Some may have better skills
with C/C++, whereas other prefer Python, Perl etc. The examples of
laguages listed below are in alphabetical order.

* Package name: dasdasdasf
  Version : x.y.z
  Upstream Author : Name [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : (GPL, LGPL, BSD, MIT/X, etc.)
  Description : sdfsdasfa
  Programming Lang: (C,C++,Perl,Python,Tcl ...)

-- Package-specific info:
** Environment settings:
EDITOR=env TERM=vt100 emacs -q -nw -no-site-file 
VISUAL=env TERM=vt100 emacs -q -nw -no-site-file 
EMAIL=[EMAIL PROTECTED]
DEBFULLNAME=Jari Aalto
NAME=Jari Aalto

** /home/jaalto/.reportbugrc:
reportbug_version 3.15
mode expert
ui text
realname Jari Aalto
email [EMAIL PROTECTED]

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

Versions of packages reportbug depends on:
ii  python2.3 2.3.5-6An interactive high-level object-o

Versions of packages reportbug recommends:
pn  python2.3-cjkcodecs | python2 none (no description available)

-- no debconf information


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



Bug#181716: Re-opening

2005-09-15 Thread David Moreno Garza
# hot-babe:
reopen 283578

# exact:
reopen 260283

# archmage:
reopen 313203

# kernel-patch-acpi:
reopen 181716

# stepmania:
reopen 201448

# kolab-server:
reopen 261632

# Au revoir.
thanks

I'm reopening these bugs since they were was closed because of closing
an RFP (on a wnpp cleaning effort). Being merged with active ITPs, made
all of them to be closed.

Sorry for the noise,

--
David Moreno Garza [EMAIL PROTECTED]   | http://www.damog.net/
   [EMAIL PROTECTED]  | GPG: C671257D
  Veneno quisiera haber sido, para así en tu pecho clavarte un puñal.




Bug#275229: mutt/1916: mutt: messing up display after viewing signed messages

2005-09-15 Thread Brendan Cully
Synopsis: mutt: messing up display after viewing signed messages

State-Changed-From-To: feedback-closed
State-Changed-By: brendan
State-Changed-When: Thu, 15 Sep 2005 06:03:11 +0200
State-Changed-Why:
Unreproducible, no response for 30 days.



 Comment added by brendan on Thu, 15 Sep 2005 06:03:11 +0200 
 




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



Bug#281292: - libid3-3.8.3: Missing function in C wrapper

2005-09-15 Thread Javier Kohen
Hello Robert, Jérôme

El mié, 14-09-2005 a las 17:56 -0700, Robert Woodcock escribió:
 On Wed, Sep 14, 2005 at 11:17:40PM +0200, J?r?me COUDERC wrote:
  Hi Robert,
  
 As in the next version of EasyTAG, I will include the patch from 
  Javier to enable/fix UTF-16 reading with C wrapper, I wanted to know if 
  you intend to apply to patch id3lib+c_wrapper_encoding.diff 
  http://bugs.debian.org/cgi-bin/bugreport.cgi/id3lib%252Bc_wrapper_encoding.diff?bug=281292;msg=15;att=1
   
  supplied by Javier?
 
 *IF* there is a general concensus that this patch as it exists will be
 accepted into id3lib upstream. I am not interested in maintaining and
 porting debian-specific things to new versions. If you are, then we can
 certainly talk about that.

I pushed the patch upstream about on November 2004 (see
http://sourceforge.net/tracker/index.php?func=detailaid=1073951group_id=979atid=300979),
 but unfortunately the project seems to have been dead since at least a year 
before that.

  This patch couldn't break the library as it adds only some C wrappers. 
  So there is no risk.
  Moreover it will be necessary to allow compilation of future EasyTAG 
  versions...
 
 Let me get this straight. EasyTAG will expect users of other distributions
 (or people who wish to compile it themselves) to compile id3lib themselves,
 with their patch, to be able to compile and use EasyTAG?

Although I can't answer that, is it possible that you are in contact
with somebody upstream? The patch is trivial, it just adds three wrapper
functions to the already existing bunch, and it doesn't remove or change
anything else.

Thanks,
-- 
Javier Kohen [EMAIL PROTECTED]
ICQ: blashyrkh #2361802
Jabber: [EMAIL PROTECTED]


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


Bug#281292: - libid3-3.8.3: Missing function in C wrapper

2005-09-15 Thread Jérôme COUDERC



Robert Woodcock wrote, the 15/09/2005 02:56 :


Let me get this straight. EasyTAG will expect users of other distributions
(or people who wish to compile it themselves) to compile id3lib themselves,
with their patch, to be able to compile and use EasyTAG?
 



Of course, this will be an ideal world ;-)
Don't worry, EasyTAG will be compatible with the current id3lib version, 
but without Unicode support, as presently (it is a real shame)... We are 
waiting for this patch since one year, but it seems that there is no 
activity on this project...


Regards,
Jerome

--
EasyTAG - Tag editor for MP3 and Ogg Vorbis files
http://easytag.sourceforge.net
--
Jerome COUDERC [EMAIL PROTECTED]




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



Bug#323183: Bug#328130: RM: please remove any remnant of 2.6.10 and 2.6.11 kernels from etch/sid

2005-09-15 Thread Horms
On Thu, Sep 15, 2005 at 04:50:26AM +0200, Jeroen van Wolffelaar wrote:
 On Thu, Sep 15, 2005 at 11:19:37AM +0900, Horms wrote:
  On Thu, Sep 15, 2005 at 01:35:47AM +0200, Jeroen van Wolffelaar wrote:
   (...)
  Thanks, hopefully we can get to the bottom of this sooner rather
  than later
 
 I hope so too :)
  
  With regards to pcmcia-modules-2.4.26-i386. 
  I notice that pcmcia-modules-2.4.27-i386 exists and presumably works.
  I've CCed the maintainer, Per Olofsson for comment.
 
 Ok, either way, since 2.4.27 exists, I won't let pcmcia-modules-2.4.26 block
 removal.
  
  kernel-latest-2.6-amd64
   
   Ditto -- shouldn't this one be simply superseded by packages generated by 
   a
   next upload of linux-2.6?
  
  amd64 still doesn't seem to exist for linux-2.6, I'm not sure why,
  perhaps I am just blind or looking in the wrong place
  
  http://ftp2.jp.debian.org/debian/pool/main/l/linux-2.6/
  
  However, once it is uploaded, it will have binary packages with
  the same names as those previously produced by the
  kernel-latest-2.6-amd64 source package. Does this mean that
  kernel-latest-2.6-amd64 will automatically be removed, or automatically
  flagged for removal? 
 
 Yes, if all binary packages of a give source package are 'hijacked' by another
 package, the source package will be automatically flagged for removal, and
 packages automatically flagged for removal will be removed by an ftp-team
 member every few days.
 
 So, no action needed, and not removing will ensure a smooth transition.

Thanks, I'll prepare a fresh list for you ASAP.

-- 
Horms


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



Bug#323183: Bug#328130: RM: please remove any remnant of 2.6.10 and 2.6.11 kernels from etch/sid

2005-09-15 Thread Horms
reassign 323183 ftp.debian.org
thanks

As requested, here is an updated list of kernel and related packages
to be removed at this time. This does not include 2.6.8 and related
packages. Its probably best to handle them in a separate bug
once d-i no longer needs them.

kernel-source-2.4.24
kernel-source-2.4.25
kernel-source-2.4.26

kernel-patch-2.6.10-hppa

fai-kernels (request from Holger Levsen)

mol-modules-2.6.11 (mol-modules-2.6.12 is in new)

This is also separate from #328325, requesting the removal of
the following packages:

kernel-image-2.4.27-ia64
kernel-patch-2.4.27-ia64
linux-kernel-di-ia64

-- 
Horms


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



Bug#325120: package: libpam-ldap unable to dlopen(/lib/security/pam_ldap.so

2005-09-15 Thread Steve Langasek
On Wed, Sep 14, 2005 at 05:56:48PM -0500, Chad Walstrom wrote:
 Ah, ha!  It turns out that this bug is because libpam-ldap in sarge
 doesn't have appropriate versioned dependencies on libldap2.  I had
 recompiled the openldap2 libraries and server on woody to enable SSL
 support way back when.  Because I used an epoch in the version, it never
 got upgraded with the rest of the system to sarge.  Still, because
 libpam-ldap doesn't have an appropriate versioned dependency, it didn't
 generate a conflict when it was installed.

Doesn't that indicate that libpam-ldap *does* have an appropriate versioned
dependency, which you violated by versioning your local package with an
epoch that's not present in the Debian archive?

The shlibs system of shared library handling in Debian depends on
monotonically increasing version numbers for packages; representing your
library as a newer version of an existing Debian package, when it lacks
symbols that have been added in later upstream versions, breaks this
constraint, but that doesn't make the package's dependencies incorrect.

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


signature.asc
Description: Digital signature


Bug#324030: SWT on 64-bit OSs

2005-09-15 Thread Michael Koch
On Wed, Sep 14, 2005 at 07:11:16PM -0500, Billy Biggs wrote:
 Shaun Jackman ([EMAIL PROTECTED]):
 
  Keeping SWT and Eclipse in different source packages allows the two
  packages to be maintained independently, which I think is a major
  plus. For one, this allows SWT to be patched without having to rebuild
  Eclipse and vice versa. An autoconf'ed  SWT tarball that includes the
  complete build script really would be ideal.
 
   There's also a subtle difference between the SWT included with Eclipse
 and the standalone SWT.  The Eclipse SWT .jar files are made as Eclipse
 plugins, with the .so files embedded in the jar to be extracted by osgi,
 and required to be in a certain location on the file system, etc.

That is already done in m debs so my swt debs can be used for Eclipse and
other applications like Azureus.

   However, the source is the same, and Eclipse is robust enough that if
 you fix a bug in SWT it likely should be done for Eclipse too, and that
 there's already work done for compiling SWT as part of the Eclipse build
 process.

Thats definitely a plus. And SWT is included in Eclipse source tree anyway.
At least currently. I wonder if upstream ever wants to change this. If not
we should just build SWT and Eclipse from one source. All other gives more
trouble then we all want.


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

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


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



Bug#327655: autoconf: AC_PATH_X* requires libxt-dev

2005-09-15 Thread Ben Pfaff
Kurt Roeckx [EMAIL PROTECTED] writes:

 On Sun, Sep 11, 2005 at 01:35:08PM -0700, Ben Pfaff wrote:
 
 Well, I can write up a patch and send it to upstream, but that's
 no guarantee it'll be picked up.  It is a backward-incompatible
 change.
 
 If that's what you want, I can probably do it sometime this
 week.  (I am very busy right now.)

 That is all I'm asking.

I believe that the following patch fixes the problem:

diff -ur tmp/autoconf-2.59a/lib/autoconf/libs.m4 
autoconf-2.59a/lib/autoconf/libs.m4
--- tmp/autoconf-2.59a/lib/autoconf/libs.m4 2005-09-14 21:50:55.0 
-0700
+++ autoconf-2.59a/lib/autoconf/libs.m4 2005-09-14 21:47:42.0 -0700
@@ -345,7 +345,7 @@
   else
 dnl If we are called with less than 3 arguments, use the defaults
 m4_ifval([$3], [_AC_PATH_X($@)],
-   [_AC_PATH_X([Xt],[X11/Intrinsic.h],[XtMalloc (0)])])
+   [_AC_PATH_X([X11],[X11/Xlib.h],[XrmInitialize ()])])
   fi
   eval $ac_cv_have_x
 fi # $with_x != no

A binary package built with this patch is available from:
http://footstool.stanford.edu/~blp/autoconf_2.59a-3.1_all.deb

Please confirm that this fixes the problem for you and I will
pass it along to upstream.
-- 
In the PARTIES partition there is a small section called the BEER.
 Prior to turning control over to the PARTIES partition,
 the BIOS must measure the BEER area into PCR[5].
--TCPA PC Specific Implementation Specification


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



Bug#327778: experimental skipping files that unstable had problems with

2005-09-15 Thread Kenneth P. Turvey
I just noticed that the experimental version of pilot-xfer is failing on
the same files that the unstable version was crashing on.   I'm getting
lines like this:

   [-][fail][MIDP] Failed, unable to retrieve 'J9 MIDP Bundle' from the
Palm.

   [-][fail][j9pa] Failed, unable to retrieve 'J9 Java VM' from the
Palm.

Now this still seems to be a bug to me because I can't restore
everything if I ever lose battery power on my palm, but without knowing
why these transfers are failing I can't be sure that there isn't a
workaround.  



-- 
Kenneth P. Turvey [EMAIL PROTECTED]
Home Phone: (314) 255-2199
Jabber IM: [EMAIL PROTECTED]


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


Bug#328121: Linuxsampler license

2005-09-15 Thread Harri Järvi
On Wed, Sep 14, 2005 at 16:26:15 +0200, Göran Weinholt wrote:
 On Tue, Sep 13, 2005 at 05:54:35PM +0300, Harri Järvi wrote:

  In addition there's a conflict between linuxsampler's aim to be an
  opensource software, and the license used. Restricting commercial use
  makes the software nonopensource by OSI definition and nonfree by Free
  Software Foundation's Free Software definition.
 
 I think upstream only meant to make it clear to developers of
 proprietary software that they need to ask for a special license if
 they don't want to follow the GPL.

I wish it was so, but this is written on the project home page
at http://www.linuxsampler.org/downloads.html:

License

LinuxSampler is licensed under the GNU GPL license with the exception 
that COMMERCIAL USE of the souce code, libraries and applications is
NOT ALLOWED without prior written permission by the LinuxSampler 
authors. If you have questions on the subject please contact us.

Yours,
Harri Järvi


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



Bug#328324: please build powerpc64 kernel with tg3 support

2005-09-15 Thread Sven Luther
On Thu, Sep 15, 2005 at 12:29:29AM +0200, Thiemo Seufer wrote:
 A. Maitland Bottoms wrote:
 [snip]
  I think I'll just try building out of the linux-2.6 Debian source package.
  
  Where is the svn for Debian's linux-2.6 kernel tree?
 
 http://svn.debian.org/ , Project kernel.
 
  I'd like to run
  svn blame to see where the changelog line came from:
  
 - readdition of tg3 driver, as firmware license has been fixed.
  
  Maybe that wasn't quite right.
 
 Tg3 is built for most other architectures.

Well, Andres mentioned the contrary to me, and i don't have a checked out
three on this box, so you may be right. We need to comonize the tg3 option
too.

  I think that your interpretation of the
  fix in firmware license is that it improves the situation from 
  undistributable
  to non-free distributable.
 
  So, perhaps this bug needs to be reassigned to linux-26, and retitled to
  non-free content in kernel source packages in main should be removed 
  (again).
 
 Or probably re-enable tg3 for powerpc and arm.

Well, that would be fine and all, but :

  The licence change made the tg3 firmware distributable again, but it is
  still no free software by any stretch of the imagination.

So, if we add it again, then we indeed are going counter to our previous
position, and counter to what happened during that vote. I am not sure it is a
good idea to do that silently.

Friendly,

Sven Luther



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



Bug#328341: gnotepad+: please rebuild against latest libpng

2005-09-15 Thread Lionel Elie Mamane
On Wed, Sep 14, 2005 at 11:09:49PM +0200, [EMAIL PROTECTED] wrote:
 Package: gnotepad+
 Version: 1.3.3-7

 This is an automatically generated report. The gnotepad+ package
 depends on libpng2, libpng10-0 or libpng3. It should be rebuilt
 against the latest libpng 1.2 packages, so that libpng 1.0 can
 safely be removed from the archive.

No can no do:

 gnotepad+ build-depends on libgnome-dev (version 1.4.2-21 now in sid)
 depends on gdk-imlib1-dev (1.9.14-16.2), depends on gdk-imlib1
 (1.9.14-16.2) depends on libpng10-0.

They have to migrate first.

-- 
Lionel


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



Bug#328341: gnotepad+: please rebuild against latest libpng

2005-09-15 Thread Josselin Mouette
Le jeudi 15 septembre 2005 à 08:01 +0200, Lionel Elie Mamane a écrit :
  gnotepad+ build-depends on libgnome-dev (version 1.4.2-21 now in sid)
  depends on gdk-imlib1-dev (1.9.14-16.2), depends on gdk-imlib1
  (1.9.14-16.2) depends on libpng10-0.
 
 They have to migrate first.

Yes, you will have to wait for gdk-imlib1 to be fixed. Or just use ld's
--as-needed option to get rid of the indirect dependency.

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Bug#328355: libgtkxmhtml-perl: please rebuild against latest libpng

2005-09-15 Thread Matej Vela
On Wed, Sep 14, 2005 at 11:09:46PM +0200, [EMAIL PROTECTED] wrote:
 Package:XXlibgtkxmhtml-perl
 Version: 0.7009-5
 
 This is an automatically generated report. The libgtkxmhtml-perl package 
 depends
 on libpng2, libpng10-0 or libpng3. It should be rebuilt against the latest 
 libpng 1.2 packages, so that libpng 1.0 can safely be removed from the 
 archive.
 
 To achieve that, please install libpng12-dev, and make your package 
 simply build-depend on:
  * libpng-dev for a binary package,
  * libpng12-dev for a library package.
 (The former is a virtual package provided by the latter.)

libgtkxmhtml-perl build-depends on libpng10-dev only indirectly, through
libgtkxmhtml-dev.  Did you file a bug against the latter?  I can't find
it, but that might be due to the nbsp; your script inserted in the
Package header.

 Please don't forget that as soon as libpng 1.0 is removed from the 
 archive (which is due soon), packages using libpng10-0 or libpng2 will
 be uninstallable.

IIRC, melanie checks reverse dependencies, so libpng10-0 won't be
removed until no packages depend on it.

Thanks,

Matej


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



Bug#328355: libgtkxmhtml-perl: please rebuild against latest libpng

2005-09-15 Thread Josselin Mouette
Le jeudi 15 septembre 2005 à 06:20 +0200, Matej Vela a écrit :
 libgtkxmhtml-perl build-depends on libpng10-dev only indirectly, through
 libgtkxmhtml-dev.  Did you file a bug against the latter?  I can't find
 it, but that might be due to the nbsp; your script inserted in the
 Package header.

I filed a bug against libgtkxhtml1 (#328342). You will have to rebuild
your package when this one is fixed; or just use --as-needed's ld option
to drop the indirect dependency.

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Bug#328370: rss2email: 'r2e run' crashes with 'TypeError: cannot concatenate 'str' and 'int' objects'

2005-09-15 Thread Martin Michlmayr
* James Curbo [EMAIL PROTECTED] [2005-09-14 22:32]:
 [EMAIL PROTECTED]:~$ r2e new [EMAIL PROTECTED]
 [EMAIL PROTECTED]:~$ r2e add http://planet.debian.net/rss20.xml
 [EMAIL PROTECTED]:~$ r2e run
 === SEND THE FOLLOWING TO [EMAIL PROTECTED] ===
 E: could not parse http://planet.debian.net/rss20.xml
 Traceback (most recent call last):

I cannot reproduce this.  Do you still see this?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#328389: CAN-2005-2800: memory leak in scsi procfs leads to local DoS

2005-09-15 Thread Horms
On Thu, Sep 15, 2005 at 12:25:57PM +1000, Geoff Crompton wrote:
 Package: kernel-source-2.6.8
 Version: 2.6.8-16
 Severity: important
 
 In http://www.securityfocus.com/bid/14790 a memory leak is reported in
 the linux kernel.
 
 They reference
 http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=729d70f5dfd663b44bca68a4479c96bde7e535d6
 which has a patch for drivers/scsi/sg.c
 
 I've browsed around on http://svn.debian.org/wsvn/kernel/, but not found
 any references to this problem. So hopefully I've not duplicated any
 work!

Thanks, I will look into this.

-- 
Horms


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



Bug#328371: Bug#327760: missing dependency on gconf2

2005-09-15 Thread James Blanford
This problem is a mistaken fix for bug #327760.

Instead of adding an unneeded dependency,libgsf-1 should be built
_without_ gconf2 support.  Leave the gconf support for the
libgsf-gnome-1 package.  It can be done.  Look at the upstream changelog
for version 1.12.3


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



Bug#328395: CAN-2005-2801: ext2 ext3 xattr access control bypass

2005-09-15 Thread Horms
On Thu, Sep 15, 2005 at 01:05:41PM +1000, Geoff Crompton wrote:
 Package: linux-2.6
 Severity: important
 
 Ref http://www.securityfocus.com/bid/14793
 
 The kernel team is aware of this issue, and fixes are in the kernel
 teams svn at svn.debian.org.
 
 I created this report so as I couldn't find this issue mentioned in the
 BTS. Please tag it with security and sarge.

Reporting bugs for problems that are already resolved in SVN
just creates work, and believe me we have enough of that already.

Security bugs are already being tracked by the testing-security
team, I think thats a much more workable framework for handling this.

-- 
Horms


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



Bug#328324: please build powerpc64 kernel with tg3 support

2005-09-15 Thread Horms
On Thu, Sep 15, 2005 at 12:29:29AM +0200, Thiemo Seufer wrote:
 A. Maitland Bottoms wrote:
 [snip]
  I think I'll just try building out of the linux-2.6 Debian source package.
  
  Where is the svn for Debian's linux-2.6 kernel tree?
 
 http://svn.debian.org/ , Project kernel.
 
  I'd like to run
  svn blame to see where the changelog line came from:
  
 - readdition of tg3 driver, as firmware license has been fixed.
  
  Maybe that wasn't quite right.
 
 Tg3 is built for most other architectures.
 
  I think that your interpretation of the
  fix in firmware license is that it improves the situation from 
  undistributable
  to non-free distributable.
 
  So, perhaps this bug needs to be reassigned to linux-26, and retitled to
  non-free content in kernel source packages in main should be removed 
  (again).
 
 Or probably re-enable tg3 for powerpc and arm.

Unless there are technical problems, for instance, tg3 oopses
all the time on arm (i made that up), it should either be on
or off uniformly for all achitecturs. The licencing battle
should be done at the source level - if its in our tree
then its fair game to be turned on.

-- 
Horms


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



Bug#328395: CAN-2005-2801: ext2 ext3 xattr access control bypass

2005-09-15 Thread Horms
On Thu, Sep 15, 2005 at 01:38:51PM +0900, Horms wrote:
 On Thu, Sep 15, 2005 at 01:05:41PM +1000, Geoff Crompton wrote:
  Package: linux-2.6
  Severity: important
  
  Ref http://www.securityfocus.com/bid/14793
  
  The kernel team is aware of this issue, and fixes are in the kernel
  teams svn at svn.debian.org.
  
  I created this report so as I couldn't find this issue mentioned in the
  BTS. Please tag it with security and sarge.
 
 Reporting bugs for problems that are already resolved in SVN
 just creates work, and believe me we have enough of that already.
 
 Security bugs are already being tracked by the testing-security
 team, I think thats a much more workable framework for handling this.

I understand this, and I certainly appreciate your help.

Probably the best way to fix this problem is to set up
automation between the SVN changelogs, what the testing-security
guys are doing, and the BTS (for kernel packages).

-- 
Horms


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



Bug#328396: pthread_rwlock_wrlock() hangs even after all locks should be unlocked!

2005-09-15 Thread Falk Hueffner
reassign 328396 glibc
tags 328396 + moreinfo

thanks

Paul Taylor [EMAIL PROTECTED] writes:

 Package: libstdc++6 glibc
 Version: Latest
 Severity: important
 Description: Even after all the calls (recursive) to
 unlock a mutex pthread_rwlock_(rd/wr/un)lock() to
 where the rwlock variable should be free of all locks,
 it still hangs on a pthread_rwlock_wrlock(), but
 recursively/cascades just find on a
 pthread_rwlock_rdlock()s. What can I do to fix this?

Send us a test case, and tell us what version on which architecture
you are using.

-- 
Falk


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



Bug#328416: jamvm: FTBFS (amd64): Missing Build-Depends on 'libffi4-dev'

2005-09-15 Thread Andreas Jochens
Package: jamvm
Version: 1.3.3-1
Severity: normal
Tags: patch

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

checking for dlopen in -ldl... yes
checking for inflate in -lz... yes
checking for ffi_call in -lffi... no
configure: error: cannot find libffi
make: *** [config.status] Error 1

Please add the missing Build-Depends on 'libffi4-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/jamvm-1.3.3/debian/control ./debian/control
--- ../tmp-orig/jamvm-1.3.3/debian/control  2005-09-15 06:10:25.0 
+
+++ ./debian/control2005-09-15 06:09:57.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Michael Koch [EMAIL PROTECTED]
 Uploaders: Arnaud Vandyck [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), cdbs, zlib1g-dev, jikes, zip, 
classpath-common (= 2:0.18)
+Build-Depends: debhelper, cdbs, libffi4-dev, zlib1g-dev, jikes, zip, 
classpath-common (= 2:0.18)
 Standards-Version: 3.6.2
 
 Package: jamvm


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



Bug#328417: Lose .diff.gz fa-a-at, run autotools patch

2005-09-15 Thread Andrey Mitrofanov
Package: audiofile
Version: 0.2.6-6
Severity: wishlist

I think .diff.gz shouldn't be /that/ big.

616 audiofile_0.2.6-6.dsc
298794  audiofile_0.2.6-6.diff.gz   
374688  audiofile_0.2.6.orig.tar.gz

Please consider running autotools at build time.
This makes .diff.gz smaller as it should be and uses latest libtool
and autotools-dev automaticaly:

401 audiofile_0.2.6-5.99.dsc
13521   audiofile_0.2.6-5.99.diff.gz
374688  audiofile_0.2.6.orig.tar.gz

---8---
audiofile (0.2.6-5.99) unstable; urgency=low

  * NEW! debian/patches/10_relibtoolize.dpatch
+ replaces 1.4M+ 10_update_libtool.dpatch diff w/_tiny_ 1.2k script
+ Added build-deps to autotoolsco
+ ... cdbs, anybody? :)

 -- Andrey Mitrofanov [EMAIL PROTECTED]  Thu, 15 Sep 2005 10:05:17 +0400

---8---

Attached below:
4011audiofile_0.2.6-5.99--interdiff.diff

Don't forget to *remove* 1.4M+ debian/patches/10_update_libtool.dpatch !

Thanks!
...Be happy, take it easy, sayonara.
---abme at rambler dot ru
diff -u audiofile-0.2.6/debian/patches/00list 
audiofile-0.2.6/debian/patches/00list
--- audiofile-0.2.6/debian/patches/00list
+++ audiofile-0.2.6/debian/patches/00list
@@ -1,5 +1,5 @@
 10_update_docs
-10_update_libtool
+10_relibtoolize
 10_export_vfs
 10_pack_real_char3
 10_incorrect_wav_size
diff -u audiofile-0.2.6/debian/changelog audiofile-0.2.6/debian/changelog
--- audiofile-0.2.6/debian/changelog
+++ audiofile-0.2.6/debian/changelog
@@ -1,3 +1,12 @@
+audiofile (0.2.6-5.99) unstable; urgency=low
+
+  * NEW! debian/patches/10_relibtoolize.dpatch
++ replaces 1.4M+ 10_update_libtool.dpatch diff w/_tiny_ 1.2k script
++ Added build-deps to autotoolsco
++ ... cdbs, anyone? :)
+
+ -- Andrey Mitrofanov [EMAIL PROTECTED]  Thu, 15 Sep 2005 10:27:26 +0400
+
 audiofile (0.2.6-6) unstable; urgency=low
 
   * Added patches:
diff -u audiofile-0.2.6/debian/control audiofile-0.2.6/debian/control
--- audiofile-0.2.6/debian/control
+++ audiofile-0.2.6/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Daniel Kobras [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.1.1), autotools-dev, dpatch
+Build-Depends: debhelper (= 4.1.1), dpatch, automake1.7, libtool, autoconf
 Standards-Version: 3.6.1
 
 Package: libaudiofile-dev
diff -u audiofile-0.2.6/debian/rules audiofile-0.2.6/debian/rules
--- audiofile-0.2.6/debian/rules
+++ audiofile-0.2.6/debian/rules
@@ -40,17 +40,8 @@
 configure: configure-stamp
 configure-stamp:
dh_testdir
-   # Make sure we use the latest autotools helpers.
-   if test -f config.sub; then \
- mv config.sub config.sub.debsave; \
-fi
-   if test -f config.guess; then \
- mv config.guess config.guess.debsave; \
-fi
-
-   ln -sf /usr/share/misc/config.sub .
-   ln -sf /usr/share/misc/config.guess .
-
+# Make sure we use the latest autotools helpers.
+#-- Now its in `debian/patch/10_update_libtool.dpatch -patch`
 
CFLAGS=$(CFLAGS) ./configure $(audiofile_confflags) \
--prefix=/usr --mandir=\$${prefix}/share/man \
@@ -81,18 +72,7 @@
 
-$(MAKE) distclean

-   if test -L config.sub; then \
-$(RM) config.sub; \
-   if test -e config.sub.debsave; then \
-   mv config.sub.debsave config.sub; \
-   fi; \
-   fi
-   if test -L config.guess; then \
-$(RM) config.guess; \
-   if test -e config.guess.debsave; then \
-   mv config.guess.debsave config.guess; \
-   fi; \
-fi
+#-- Now its in `debian/patch/10_update_libtool.dpatch -unpatch`
 
dh_clean
 
only in patch2:
unchanged:
--- audiofile-0.2.6.orig/debian/patches/10_relibtoolize.dpatch
+++ audiofile-0.2.6/debian/patches/10_relibtoolize.dpatch
@@ -0,0 +1,49 @@
+#! /bin/sh -e
+## 10_relibtoolize.dpatch by Andrey Mitrofanov [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Re-libtoolize at build time: run 
aclocal-1.7+libtoolize+autoconf+automake-1.7
+## DP: Replaces 1.4M+ .dpatch
+
+## [!] Add automake1.7, libtool, autoconf to Build-Deps.
+
+if [ $# -lt 0 ]; then
+echo `basename $0`: script expects -patch|-unpatch as argument 2
+exit 1
+fi
+
+files=aclocal.m4 ltmain.sh config.guess config.sub configure `find -type f 
-name Makefile.in -printf  \%p\`
+saveball=update_libtool.debsave.tar.gz
+
+# [?] Place this value in debian/patches/00patch-opts ?
+# [ -f debian/patches/00patch-opts ]  . debian/patches/00patch-opts
+AUTOMAKE_VER=-1.7
+
+case $1 in
+-patch)
+  if [ ! -e $saveball ]; then
+   # Save
+   GZIP=-1 tar czf $saveball $files
+   # Here we go:
+   aclocal$AUTOMAKE_VER
+   libtoolize --force
+   autoconf
+   automake$AUTOMAKE_VER
+   rm -rf autom4te.cache/
+   fi
+  ;;
+-unpatch)
+  if [ -e $saveball ]; then
+   # Clean up and get back saved
+   rm -f $files
+  

Bug#328418: evolution 2.4 uninstalable due to missing packages

2005-09-15 Thread Niklas Jakobsson
Package: evolution
Version: 2.4.0-2
Severity: grave
Tags: experimental
Justification: renders package unusable

There seems to be some packages missing for the latest evolution 2.4
build in experimental.

The following packages have unmet dependencies:
  evolution: Depends: gtkhtml3.8 (= 3.8.0) but it is not installable
 Depends: libcamel1.2-0 (= 1.4.0) but 1.2.3-2 is to be
installed
 Depends: libebook1.2-5 (= 1.4.0) but it is not installable
 Depends: libecal1.2-3 (= 1.4.0) but it is not installable
 Depends: libedataserver1.2-4 (= 1.4.0) but 1.2.3-2 is to
be installed
 Depends: libedataserverui1.2-6 (= 1.4.0) but it is not
installable
 Depends: libgtkhtml3.8-15 (= 3.8.0) but it is not
installable
 Depends: libgal2.6-common (= 2.5.3) but it is not
installable
 Depends: evolution-data-server (= 1.4.0) but 1.2.3-2 is to
be installed

 /Nico

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

Versions of packages evolution depends on:
ii  evolution-data-server 1.2.3-2evolution database backend server
ii  gconf22.10.1-2   GNOME configuration database syste
ii  gnome-icon-theme  2.10.1-2   GNOME Desktop icon theme
ii  gtkhtml3.63.6.2-1HTML rendering/editing library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcamel1.2-0 1.2.3-2The Evolution MIME message handlin
ii  libcomerr21.38-2 common error description library
ii  libcompfaceg1 1989.11.11-24  Compress/decompress images for mai
ii  libdb4.1  4.1.25-18  Berkeley v4.1 Database Libraries [
ii  libebook1.2-3 1.2.3-2Client library for evolution addre
ii  libecal1.2-2  1.2.3-2Client library for evolution calen
ii  libedataserver1.2-4   1.2.3-2Utily library for evolution data s
ii  libedataserverui1.2-4 1.2.3-2GUI utily library for evolution da
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgail-common1.8.4-1GNOME Accessibility Implementation
ii  libgail17 1.8.4-1GNOME Accessibility Implementation
ii  libgal2.4-0   2.4.3-1.1  G App Libs (run time library)
ii  libgal2.4-common  2.4.3-1.1  G App Libs (common files)
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-2GNOME keyring services library
ii  libgnome-pilot2   2.0.12-1.4 Support libraries for gnome-pilot
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libgtkhtml3.6-18  3.6.2-1HTML rendering/editing library - r
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkrb53  1.3.6-5MIT Kerberos runtime libraries
ii  libldap2  2.1.30-11  OpenLDAP libraries
ii  libnspr4  2:1.7.11-1 Netscape Portable Runtime Library
ii  libnss3   2:1.7.11-1 Network Security Service Libraries
ii  liborbit2 1:2.12.2-3 libraries for 

Bug#328419: Change dia to dia|dia-gnome

2005-09-15 Thread Olleg Samoylov
Package: inkscape
Version: 0.41-5
Severity: minor

In recomends tag change dia to dia|dia-gnome. In debian two packages with
dia.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages inkscape depends on:
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgc11:6.4-1conservative garbage collector for
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libglibmm-2.4-1   2.6.1-1C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libgtkmm-2.4-11:2.4.11-2 C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsigc++-2.0-0   2.0.10-1   type-safe Signal Framework for C++
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxml2   2.6.21-1   GNOME XML library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxslt1.11.1.14-1   XSLT processing library - runtime 
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.2-4  compression library - runtime

Versions of packages inkscape recommends:
pn  dianone(no description available)
ii  imagemagick6:6.0.6.2-2.4 Image manipulation programs
pn  libwmf-bin none(no description available)
ii  perlmagick 6:6.0.6.2-2.4 A perl interface to the libMagick 
pn  pstoedit   none(no description available)
pn  sketch none(no description available)

-- no debconf information


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



Bug#274924: /usr/bin/gnome-sound-recorder: usually freezes whole system

2005-09-15 Thread Florian Schlichting
thanks for following up on this.

On Wed, Sep 14, 2005 at 09:52:32PM +0200, Sjoerd Simons wrote:
 On Thu, Nov 04, 2004 at 01:08:37AM +, Florian Schlichting wrote:
  Package: gnome-media
  Version: 2.6.2-1
  Followup-For: Bug #274924
  
  my laptop usually freezes completely when I hit the record button - this
  is the first time it hasn't, but instead turned into a zombie process,
  leaving a warning message:
  
  (gnome-sound-recorder:3165): GStreamer-WARNING **: pad osssrc0:src
  returned caps that are not a real subset of its template caps

 Does this still happen with gnome-media 2.10 and recent gstreamer versions ? 
 Btw freezing the system indicates a kernel bug, not a gnome-media/gstreamer 
 one.

Yes, I still get the same message (if the system doesn't freeze). The
process then looks like this:

flo   5664  0.6  0.0  0 0 pts/0Zl+  14:07   0:02 
[gnome-sound-rec] defunct

And there's some related stuff in /var/log/messages :

Sep 15 14:08:28 localhost kernel: Modules linked in: ipv6 fan thermal processor 
af_packet tsdev mousedev joydev psmouse floppy parpor
t_pc parport evdev rtc snd_nm256 snd_ac97_codec snd_pcm snd_timer 
snd_page_alloc snd i2c_piix4 i2c_core shpchp pci_hotplug intel_agp 
uhci_hcd usbcore nm256_audio sound soundcore ac97 3c59
x mii yenta_socket rsrc_nonstatic pcmcia_core agpgart ide_cd cdrom ext3 jbd 
mbcache ide_disk ide_generic via82cxxx trm290 triflex slc
90e66 sis5513 siimage serverworks sc1200 rz1000 piix pdc202xx_old opti621 
ns87415 hpt366 hpt34x generic cy82c693 cs5530 cs5520 cmd64x
 atiixp amd74xx alim15x3 aec62xx pdc202xx_new ide_core unix fbcon tileblit font 
bitblit vesafb cfbcopyarea cfbimgblt cfbfillrect soft
cursor capability commoncap
Sep 15 14:08:28 localhost kernel: CPU:0
Sep 15 14:08:28 localhost kernel: EIP:0060:[pg0+140794585/1069827072]
Not tainted VLI
Sep 15 14:08:28 localhost kernel: EFLAGS: 00210246   (2.6.12-1-686) 
Sep 15 14:08:28 localhost kernel: EIP is at dma_ioctl+0x3a9/0x910 [sound]
Sep 15 14:08:28 localhost kernel: eax:    ebx: 8010500d   ecx:  
  edx: 
Sep 15 14:08:28 localhost kernel: esi: c891a0e4   edi:    ebp:  
  esp: c284ff14
Sep 15 14:08:28 localhost kernel: ds: 007b   es: 007b   ss: 0068
Sep 15 14:08:28 localhost kernel: Process gnome-sound-rec (pid: 5664, 
threadinfo=c284e000 task=c2876a80)
Sep 15 14:08:28 localhost kernel: Stack:  c891a0e4 0001 c891a000 
c0045002    
Sep 15 14:08:28 localhost kernel:  5622 0010 
bf8a7850 8010500d bf8a7850 0010 
Sep 15 14:08:28 localhost kernel:c016b9c1  8010500d bf8a7850 
bf8a7850 c6605d80 c6605d80 c016bb30 
Sep 15 14:08:28 localhost kernel: Call Trace:
Sep 15 14:08:28 localhost kernel:  [do_ioctl+129/144] do_ioctl+0x81/0x90
Sep 15 14:08:28 localhost kernel:  [vfs_ioctl+96/496] vfs_ioctl+0x60/0x1f0
Sep 15 14:08:28 localhost kernel:  [sys_ioctl+136/160] sys_ioctl+0x88/0xa0
Sep 15 14:08:28 localhost kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
Sep 15 14:08:28 localhost kernel: Code: c2 89 44 24 14 8b 86 34 02 00 00 89 44 
24 1c 8b ae 34 02 00 00 0f af d5 81 fb 0d 50 10 80 89 
54 24 20 0f 84 50 03 00 00 89 d0 99 f7 be 34 02 00 00 31 d2 89 44 24 14 8b 86 
4c 02 00 00 f7 b6 34 

gnome-media is version 2.10.2-0.2, gstreamer is mostly 0.8.8-3, with
libgstreamer0.8-0 being 0.8.11-1 (as reported by dpkg-query -l). uname -r says
2.6.12-1-686 - the most recent (testing) Debian stock kernel.


Should I take these kernel messages to some kernel people? From googling
a bit, I got the impression that the occasional freezes with nm256_audio
on Dell laptops at boot are a known problem (in 2002 - from my
experience it's largely solved) but nobody talks about recording
difficulties; there's no maintainer in the source, just two people who
provided patches in 2000 and 2001...

Florian

-- 
  __ 
 / _|___
| |_/ __|   Florian Schlichting __O
|  _\__ \   +86 (0)10 84070216 h  _-\,_
|_| |___/   +86 (0)13521877533 m (_)/ (_)
   


signature.asc
Description: Digital signature


Bug#141748: acknowledged by developer (WNPP bug closed)

2005-09-15 Thread Brian May
reopen 141748
thanks

I still think it would be a great idea to see openca in Debian,
despite me not having time anymore. It is the only full featured X509
CA I know of.

I reopened this bug report instead of the other bug 157711, because
this one appears to have more information concerning attempts to
package it. I don't know how two bugs came to be opened on the same
package.

Then again, both bugs are merged, so I might just end up opening the
other again anyway...
-- 
Brian May [EMAIL PROTECTED]


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



Bug#328196: emacs-snapshot-gtk: mis-detecting charset

2005-09-15 Thread LI Daobing
On 9/15/05, LI Daobing [EMAIL PROTECTED] wrote:
 On 9/14/05, Romain Francoise [EMAIL PROTECTED] wrote:
  LI Daobing [EMAIL PROTECTED] writes:
 
   I don't think this bug has been resolved, I just avoid it. I still
   want to use a chinese font to display chinese char.
 
  Well, it's a character used in both Chinese and Japanese alphabets,
  Emacs just selects the fonts in an order that is wrong wrt your selected
  language environment... but it still displays it fine if the right font
  is installed.
 
 Yes
 
   How about keep it open or forward it to upstream??
 
  I'll ask about this problem.
 

I think I can cut some codes from
/etc/emacs/site-start.d/40mule-ucs.el(in package mule-ucs) to change
the charset priority for utf-8, but now it is still too complex to me.

-- 
LI Daobing



Bug#328212: Apache segfaults on Alpha

2005-09-15 Thread Adam Conrad
Atsuhito Kohda wrote:
 
 [Tue Sep 13 10:35:02 2005] [notice] Apache/1.3.33 (Debian GNU/Linux) 
 mod_ssl/2.8.24 OpenSSL/0.9.7g DAV/1.0.3 configured -- resuming normal 
 operations
 [Tue Sep 13 10:35:02 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
 [Tue Sep 13 10:49:01 2005] [notice] child pid 14211 exit signal Segmentation 
 fault (11)

Would it be possible for you to run apache -X in a gdb session, and
backtrace the SEGV for me?  If I had a look at how it was dying, I may
have a clue as to why.

... Adam



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



Bug#328113: [Pkg-shadow-devel] Bug#328113: man page improvements for passwd.5

2005-09-15 Thread Christian Perrier

 Finally, what command should I use to render the XML into its man page
 format, so that I can check that what I've done is correct?  (In other

Either Tomasz (upstream author), or one of my fellow co-maintainers
(probably Nicolas François), will answer you on that matter.


 words, the Docbook XML equivalent of nroff -man passwd.5 | less, or a
 command to convert passwd.5.xml into passwd.5.)  I'd be happy to help out
 with documentation for more than just this one man page, but I can't seem
 to find the right starting point.
 
 I'm attaching what I've got so far.


Thanks a lot, Greg. The work is deeply appreciated. Tomasz, would you
please review this and consider commiting it to your CVS?





Bug#328411: CPU frequency scaling not installed by default for laptops

2005-09-15 Thread Christian Perrier
reassign 328411 tasksel
retitle 328411 Please install CPU frequency scaling software and mathods in the 
laptop task
thanks

Quoting Kristian Hermansen ([EMAIL PROTECTED]):
 Package: Debian Sarge minimal install immediately upgraded to Etch
 Version: 3.0a
 
 By default, for laptops, Debian should install a package to allow CPU 
 frequency
 scaling.  This was annoying on my laptop because after I installed Debian, my
 CPU ran at 100% (2.2 GHz) and made the whole thing very hot on my lap.  Please
 consider installing this by default in future versions so that Debian users'
 scrotums are not set on fire while using the laptop.

This is probably part of a work to do on the laptop task in tasksel.

The only concern, as usual in such cases in Debian is which bloody
thing should we install ?

I actually feel that laptop-mode-tools (now supported in kernel
2.6.12) should be part of this. Not sure whether something else is needed.




Bug#68147: JOnAS

2005-09-15 Thread Seo Sanghyeon
reopen 68147
thanks

Debian Java in Sarge report to d-d-a
http://lists.debian.org/debian-devel-announce/2005/06/msg2.html
states that:

 * eclipse, tomcat5, dom4j, hibernate, spring, derby, ofbiz,
   geronimo, jonas and jboss are packages I'd like to see in
   Debian. The list of important package could of course grow;

JOnAS is of much interest for Java in Debian.

To debian-java: any status update possible?

Seo Sanghyeon


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



Bug#328328: kaffe-pthreads: jar systematically throws NullPointerException

2005-09-15 Thread Wolfgang Baer
Hi Yann,

Yann Dirson wrote:
 Package: kaffe-pthreads
 Version: 2:1.1.5-cvs20050808-2
 Severity: grave
 
 In the sid chroot on escher:
 
 $ /usr/lib/kaffe/pthreads/bin/jar
 Internal error: caught an unexpected exception.

Is only jar failing or also the other ones in /usr/lib/kaffe/pthreads/bin/ ?

Regards,
Wolfgang


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



Bug#68147: JOnAS

2005-09-15 Thread Michael Koch
On Thu, Sep 15, 2005 at 12:34:08PM +0900, Seo Sanghyeon wrote:
 reopen 68147
 thanks
 
 Debian Java in Sarge report to d-d-a
 http://lists.debian.org/debian-devel-announce/2005/06/msg2.html
 states that:
 
  * eclipse, tomcat5, dom4j, hibernate, spring, derby, ofbiz,
geronimo, jonas and jboss are packages I'd like to see in
Debian. The list of important package could of course grow;
 
 JOnAS is of much interest for Java in Debian.
 
 To debian-java: any status update possible?

Tomcat5 is in contrib.

Eclipse is coming soon.

JOnAS is still future. :-(


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

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


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



Bug#328421: Complex gcc3.3/gcc4 interaction causes applications to segfault

2005-09-15 Thread Enrico Zini
Package: gcc-4.0
Version: 4.0.1-6
Severity: normal

Hello,

Many thanks for packaging gcc!

I found a scenario in which code built with libstdc++5 interacts badly
with code built with libstdc++6, regardless of versioned symbols.

This thread in debian-devel carries the full analysis:

  http://lists.debian.org/debian-devel/2005/09/msg00657.html


Ciao,

Enrico


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

Versions of packages gcc-4.0 depends on:
ii  binutils 2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii  cpp-4.0  4.0.1-6 The GNU C preprocessor
ii  gcc-4.0-base 4.0.1-6 The GNU Compiler Collection (base 
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.1-6   GCC support library

Versions of packages gcc-4.0 recommends:
ii  libc6-dev 2.3.5-6GNU C Library: Development Librari
ii  libmudflap0-dev   4.0.1-6GCC mudflap support libraries (dev

-- no debconf information


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



Bug#328324: please build powerpc64 kernel with tg3 support

2005-09-15 Thread Sven Luther
On Thu, Sep 15, 2005 at 01:03:07PM +0900, Horms wrote:
 On Thu, Sep 15, 2005 at 12:29:29AM +0200, Thiemo Seufer wrote:
  A. Maitland Bottoms wrote:
  [snip]
   I think I'll just try building out of the linux-2.6 Debian source package.
   
   Where is the svn for Debian's linux-2.6 kernel tree?
  
  http://svn.debian.org/ , Project kernel.
  
   I'd like to run
   svn blame to see where the changelog line came from:
   
  - readdition of tg3 driver, as firmware license has been fixed.
   
   Maybe that wasn't quite right.
  
  Tg3 is built for most other architectures.
  
   I think that your interpretation of the
   fix in firmware license is that it improves the situation from 
   undistributable
   to non-free distributable.
  
   So, perhaps this bug needs to be reassigned to linux-26, and retitled to
   non-free content in kernel source packages in main should be removed 
   (again).
  
  Or probably re-enable tg3 for powerpc and arm.
 
 Unless there are technical problems, for instance, tg3 oopses
 all the time on arm (i made that up), it should either be on
 or off uniformly for all achitecturs. The licencing battle
 should be done at the source level - if its in our tree
 then its fair game to be turned on.

Oh, so you mean it is only off because of the split-config bug you mentioned
earlier ? 

Friendly,

Sven Luther



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



Bug#327994: The package FTBFS anyway

2005-09-15 Thread arnaud . quette

salut bubulle ;-)

 Dato suggested rebuilding this package to have it follow the KDE
 transition.

 However, trying to do so (because I wanted to give it a try), I
 failed:

 ...
 uchpad.cpp:(.text+0xcb9): undefined reference to 
 `TouchPad::coastingSpeedThreshold'
 ...
 I have no clue for solving thisso I will just give up..:-)

there is a patch for it:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=301274

sadly, the upstream author lags in answering...
I've just ping him again, and I'll see. If he doesn't answer,
I'll dpatch the beast while waiting...

Side note: I'm facing some problems to rebuild my kde/qt
dependant apps due to the non existing kdelibs4-dev...
I've not had much time to dig, so any hints welcome.

Arnaud
---
Linux / Unix Expert - MGE UPS SYSTEMS - RD Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource Developer - http://arnaud.quette.free.fr/




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



Bug#328228: tar: CAN-2005-2541: Should warn when extracting setuid/setgid files

2005-09-15 Thread Martin Pitt
Hi Bdale!

Bdale Garbee [2005-09-14  7:48 -0600]:
 On Wed, 2005-09-14 at 11:06 +0200, Martin Pitt wrote:
 
  tar preserves setuid bits when extracting an archive without even a
  warning. 
 
 My initial reaction is well, of course it does and concern that
 changing this default behavior could violate user expectations.  I
 understand the motivation for this request, however, and agree that if
 we were writing tar from scratch today that the requested behavior would
 make sense.

I agree, but it's already confusing enough. unzip did the change, tar
didn't, both got a CAN number assigned... But indeed I agree that this
is by no way urgent.

 I'll talk to upstream about this.

Thank you!

Have a nice day,

Martin
-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
Debian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#328422: please add the dh_ocaml debhelper

2005-09-15 Thread Stefano Zacchiroli
Package: debhelper
Version: 4.9.8
Severity: wishlist
Tags: patch

dh_ocaml is a new debhelper developed by me which supports the creation
of packages containing OCaml binaries and libraries.

Please include it in the debhelper package.

Attached you can find a patch against debhelper 4.9.8 which adds it.

Cheers.

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

Versions of packages debhelper depends on:
ii  binutils 2.16.1cvs20050902-1 The GNU assembler, linker and bina
ii  coreutils [fileutils 5.2.1-2.1   The GNU core utilities
ii  debconf-utils1.4.58  debconf utilities
ii  dpkg-dev 1.13.11 package building tools for Debian
ii  file 4.12-1  Determines file type using magic
ii  html2text1.3.2a-2An advanced HTML to text converter
ii  perl 5.8.7-4 Larry Wall's Practical Extraction 
ii  po-debconf   0.9.0   manage translated Debconf template

debhelper recommends no packages.

-- no debconf information
diff -Naur debhelper-4.9.8/autoscripts/postinst-ocaml 
debhelper-4.9.8+dh_ocaml/autoscripts/postinst-ocaml
--- debhelper-4.9.8/autoscripts/postinst-ocaml  1970-01-01 01:00:00.0 
+0100
+++ debhelper-4.9.8+dh_ocaml/autoscripts/postinst-ocaml 2005-09-15 
09:13:13.0 +0200
@@ -0,0 +1,3 @@
+if [ $1 = configure ]; then
+  /usr/bin/ocaml-md5sums update
+fi
diff -Naur debhelper-4.9.8/autoscripts/postrm-ocaml 
debhelper-4.9.8+dh_ocaml/autoscripts/postrm-ocaml
--- debhelper-4.9.8/autoscripts/postrm-ocaml1970-01-01 01:00:00.0 
+0100
+++ debhelper-4.9.8+dh_ocaml/autoscripts/postrm-ocaml   2005-09-15 
09:13:13.0 +0200
@@ -0,0 +1,5 @@
+if [ $1 = remove ]; then
+  if [ -x /usr/bin/ocaml-md5sums ]; then
+/usr/bin/ocaml-md5sums update
+  fi
+fi
diff -Naur debhelper-4.9.8/dh_ocaml debhelper-4.9.8+dh_ocaml/dh_ocaml
--- debhelper-4.9.8/dh_ocaml1970-01-01 01:00:00.0 +0100
+++ debhelper-4.9.8+dh_ocaml/dh_ocaml   2005-09-15 09:13:13.0 +0200
@@ -0,0 +1,304 @@
+#!/usr/bin/perl -w
+#
+# dh_ocaml - debhelper which computes OCaml md5sums and calculates OCaml
+#   dependencies
+#
+# Copyright (C) 2005, Stefano Zacchiroli [EMAIL PROTECTED]
+#
+# Created:   Fri, 01 Apr 2005 19:50:48 +0200 zack
+# Last-Modified:  Sat, 20 Aug 2005 09:46:04 +0200 zack
+#
+# This is free software, you can redistribute it and/or modify it under the
+# terms of the GNU General Public License version 2 or above as published by 
the
+# Free Software Foundation.
+#
+# This program 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.
+#
+# You should have received a copy of the GNU General Public License along with
+# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+# Place, Suite 330, Boston, MA  02111-1307  USA
+#
+
+# TODO ask joeyh for a O_PARAMS and s/M_PARAMS/O_PARAMS/
+
+=head1 NAME
+
+dh_ocaml - calculates OCaml packages dependencies
+
+=cut
+
+use strict;
+use Debian::Debhelper::Dh_Lib;
+init();
+
+my $ocamlc = /usr/bin/ocamlc;
+my $omd5 = /usr/bin/ocaml-md5sums;
+my @binaries = ($ocamlc, $omd5);
+foreach my $bin (@binaries) {
+  error $bin does not exists or is not executable unless -x $bin;
+}
+chomp (my $ocaml_lib_dir = `$ocamlc -where`);
+chomp (my $ocaml_version = `$ocamlc -version`);
+
+my $md5dir = /var/lib/ocaml/md5sums;
+my $md5ext = .md5sums;
+my $ocaml_magic_line = #!/usr/bin/ocamlrun;
+
+=head1 SYNOPSIS
+
+Bdh_ocaml [SIdebhelper options]
+
+=head1 DESCRIPTION
+
+dh_ocaml is a debhelper program that is responsible for filling the
+${ocaml:Depends} substitutions and adding them to substvars files. It also adds
+postinst and postrm scripts for maintaining system registry of OCaml md5sums
+where required.
+
+dh_ocaml acts on two kinds of binary packages: those shipping development part
+of OCaml libraries (usually named libXXX-ocaml-dev), and those shipping OCaml
+bytecode non-custom executables (i.e. executables interpreted by
+/usr/bin/ocamlrun).
+
+On OCaml library packages dh_ocaml will firstly look at OCaml objects (files
+matching *.cm[ao]) shipped by the package. Then, dh_ocaml uses ocamlobjinfo on
+them for collecting information about OCaml modules (or units, in ocamlobjinfo
+terminology) defined and used by them.  Information about defined units will be
+used to automatically create the OCaml md5sums registry entry for your package,
+e.g.  /var/lib/ocaml/md5sums/libXXX-ocaml-dev.md5sums. Information about
+imported units will instead be used as keys in the OCaml md5sums registry 

Bug#328423: must be moved from recommeds to suggests

2005-09-15 Thread Olleg Samoylov
Package: inkscape
Version: 0.41-5
Severity: minor

Packages used by some inscape modules, for instance libwmf-bin,pstoedit,
etc, must be moved from 'recommeds' to 'suggests'. Because they extend
functionality of inkscape.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages inkscape depends on:
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgc11:6.4-1conservative garbage collector for
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libglibmm-2.4-1   2.6.1-1C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libgtkmm-2.4-11:2.4.11-2 C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsigc++-2.0-0   2.0.10-1   type-safe Signal Framework for C++
ii  libstdc++51:3.3.6-7  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxml2   2.6.21-1   GNOME XML library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxslt1.11.1.14-1   XSLT processing library - runtime 
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.2-4  compression library - runtime

Versions of packages inkscape recommends:
pn  dianone(no description available)
ii  imagemagick6:6.0.6.2-2.4 Image manipulation programs
pn  libwmf-bin none(no description available)
ii  perlmagick 6:6.0.6.2-2.4 A perl interface to the libMagick 
pn  pstoedit   none(no description available)
pn  sketch none(no description available)

-- no debconf information


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



Bug#274924: /usr/bin/gnome-sound-recorder: usually freezes whole system

2005-09-15 Thread Sjoerd Simons
reassign 274924 linux-2.6
thanks

On Thu, Sep 15, 2005 at 02:51:18PM +0800, Florian Schlichting wrote:
 thanks for following up on this.
 
 On Wed, Sep 14, 2005 at 09:52:32PM +0200, Sjoerd Simons wrote:
 
  Does this still happen with gnome-media 2.10 and recent gstreamer versions
  ?  Btw freezing the system indicates a kernel bug, not a
  gnome-media/gstreamer one.
 
 Yes, I still get the same message (if the system doesn't freeze). The
 process then looks like this:
 
 flo   5664  0.6  0.0  0 0 pts/0Zl+  14:07   0:02 
 [gnome-sound-rec] defunct
 
 And there's some related stuff in /var/log/messages :
 
 Sep 15 14:08:28 localhost kernel: Modules linked in: ipv6 fan thermal 
 processor af_packet tsdev mousedev joydev psmouse floppy parpor
 t_pc parport evdev rtc snd_nm256 snd_ac97_codec snd_pcm snd_timer 
 snd_page_alloc snd i2c_piix4 i2c_core shpchp pci_hotplug intel_agp 
 uhci_hcd usbcore nm256_audio sound soundcore ac97 3c59
 x mii yenta_socket rsrc_nonstatic pcmcia_core agpgart ide_cd cdrom ext3 jbd 
 mbcache ide_disk ide_generic via82cxxx trm290 triflex slc
 90e66 sis5513 siimage serverworks sc1200 rz1000 piix pdc202xx_old opti621 
 ns87415 hpt366 hpt34x generic cy82c693 cs5530 cs5520 cmd64x
  atiixp amd74xx alim15x3 aec62xx pdc202xx_new ide_core unix fbcon tileblit 
 font bitblit vesafb cfbcopyarea cfbimgblt cfbfillrect soft
 cursor capability commoncap
 Sep 15 14:08:28 localhost kernel: CPU:0
 Sep 15 14:08:28 localhost kernel: EIP:0060:[pg0+140794585/1069827072]
 Not tainted VLI
 Sep 15 14:08:28 localhost kernel: EFLAGS: 00210246   (2.6.12-1-686) 
 Sep 15 14:08:28 localhost kernel: EIP is at dma_ioctl+0x3a9/0x910 [sound]
 Sep 15 14:08:28 localhost kernel: eax:    ebx: 8010500d   ecx: 
    edx: 
 Sep 15 14:08:28 localhost kernel: esi: c891a0e4   edi:    ebp: 
    esp: c284ff14
 Sep 15 14:08:28 localhost kernel: ds: 007b   es: 007b   ss: 0068
 Sep 15 14:08:28 localhost kernel: Process gnome-sound-rec (pid: 5664, 
 threadinfo=c284e000 task=c2876a80)
 Sep 15 14:08:28 localhost kernel: Stack:  c891a0e4 0001 c891a000 
 c0045002    
 Sep 15 14:08:28 localhost kernel:  5622 0010 
 bf8a7850 8010500d bf8a7850 0010 
 Sep 15 14:08:28 localhost kernel:c016b9c1  8010500d bf8a7850 
 bf8a7850 c6605d80 c6605d80 c016bb30 
 Sep 15 14:08:28 localhost kernel: Call Trace:
 Sep 15 14:08:28 localhost kernel:  [do_ioctl+129/144] do_ioctl+0x81/0x90
 Sep 15 14:08:28 localhost kernel:  [vfs_ioctl+96/496] vfs_ioctl+0x60/0x1f0
 Sep 15 14:08:28 localhost kernel:  [sys_ioctl+136/160] sys_ioctl+0x88/0xa0
 Sep 15 14:08:28 localhost kernel:  [syscall_call+7/11] syscall_call+0x7/0xb
 Sep 15 14:08:28 localhost kernel: Code: c2 89 44 24 14 8b 86 34 02 00 00 89 
 44 24 1c 8b ae 34 02 00 00 0f af d5 81 fb 0d 50 10 80 89 
 54 24 20 0f 84 50 03 00 00 89 d0 99 f7 be 34 02 00 00 31 d2 89 44 24 14 8b 
 86 4c 02 00 00 f7 b6 34 
 
 gnome-media is version 2.10.2-0.2, gstreamer is mostly 0.8.8-3, with
 libgstreamer0.8-0 being 0.8.11-1 (as reported by dpkg-query -l). uname -r says
 2.6.12-1-686 - the most recent (testing) Debian stock kernel.
 
 
 Should I take these kernel messages to some kernel people? 

Yeah this is definitely a kernel bug. Reassigning it to the kernel.. T

 From googling
 a bit, I got the impression that the occasional freezes with nm256_audio
 on Dell laptops at boot are a known problem (in 2002 - from my
 experience it's largely solved) but nobody talks about recording
 difficulties; there's no maintainer in the source, just two people who
 provided patches in 2000 and 2001...

  Sjoerd
-- 
The study of non-linear physics is like the study of non-elephant biology.


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



Bug#327741: tetex-optional: undistributable files included in package

2005-09-15 Thread Hilmar Preusse
retitle 327741 copyright statement inside files of seminar package outdated
severity 327741 important
stop

On 14.09.05 Sean Finney ([EMAIL PROTECTED]) wrote:
 On Wed, Sep 14, 2005 at 08:05:22PM +0200, Hilmar Preusse wrote:

Hi,

  Can't we simply downgrade the bug to importand, change the
  description to license statement in the files of seminar package
  is wrong and then forward that bug to upstream (TE)?
 
 no complaints from me...
 
Done.

H.
-- 
sigmentation fault


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



Bug#327870: kernel-patch-grsecurity2: New glibc packages break compatibility with grsec

2005-09-15 Thread Steve Langasek
On Wed, Sep 14, 2005 at 03:18:49PM +0200, Roman Medina-Heigl Hernandez wrote:
 Thanks for your response, Steve. It sounds very logical to me. Anyway,
 I've cc'ed spender (grsec developper). It would be interesting if he
 could add his comments here in this ticket since he's perhaps the more
 capable person to answer grsec issues. Perhaps he can refute some of
 your arguments :)

 If not, the workaround could be ok for me and you could close this
 ticket but first let's wait for Brad's answer, please. Apart from this,
 do you have a list of libraries/packages that should be fixed? Because
 somebody would have to file tickets for those packages, I guess. I'd do
 by myself but I'm not a grsec nor Debian expert :-(

See bugs 321720, 321721, 321723, and 321724 in the BTS.  The bug in openssl
has been fixed in unstable, and that fix should soon propagate to testing; a
related bug was fixed in libacl1 before the sarge release.

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


signature.asc
Description: Digital signature


Bug#328424: linux-image-2.6.12-1-k7: does not update grub/menu.lst

2005-09-15 Thread Peter Eisentraut
Package: linux-image-2.6.12-1-k7
Version: 2.6.12-6
Severity: important

I just installed the above-named kernel package (tried several times),
but the grub menu.lst is not updated, so unless I start to manually
edit it, I cannot use the kernel.  I also did not receive any notice
why the menu.lst would not be touched.

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

Versions of packages linux-image-2.6.12-1-k7 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  initrd-tools  0.1.82 tools to create initrd image for p
ii  module-init-tools 3.2-pre8-1 tools for managing Linux kernel mo

linux-image-2.6.12-1-k7 recommends no packages.

-- no debconf information


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



Bug#206691: Sponsoring python-matplotlib

2005-09-15 Thread Alexandre Fayolle
Hi,

I need to get matplotlib in Debian for some application at work, and I'm
willing to sponsor one of the packages announced on the bugreport, as
I'd hate to duplicate some work. Are there any opinions about which
version is more suitable for upload? I've been using Vittorio's package
for some time and it works fine. 

This ITP has been running for far too long with no upload.

-- 
Alexandre Fayolle  LOGILAB, Paris (France).
http://www.logilab.com   http://www.logilab.fr  http://www.logilab.org
Offre d'emploi en CDI sur Paris (France) : http://www.logilab.fr/inge1


signature.asc
Description: Digital signature


Bug#327160: fixed

2005-09-15 Thread Rob Weir
package bzr
tags 327160 pending
thanks

Fixed packages are located at http://crumbs.ertius.org/~rob/debian/bzr/,
should be uploaded soon (I'm not a DD).

-rob

-- 
Words of the day:   Albright counter intelligence anarchy president STARLAN


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



Bug#328228: tar

2005-09-15 Thread Martin Pitt
severity 328228 wishlist
thanks

Hi Bdale, hi Joey!

(CC'ing Joey since he also loves to see CAN numbers handled :-) )

Bdale Garbee [2005-09-14 12:13 -0600]:
 In light of the replies that are now attached to bugs.debian.org/328228,
 do you (still) believe there is action to be taken, or can I close this
 one?

At least it is mitigated by the fact that tar behaves cautiously when
called by a normal user. A warning would still be nice, but I agree
that we should not violate the POSIX standard in favor of this.

So I just adjust the severity of this bug appropriately. If you think
a warning would be bogus, feel free to just close the bug altogether,
though.

Thanks and have a nice day,

Martin
-- 
Martin Pitt  http://www.piware.de
Ubuntu Developer   http://www.ubuntulinux.org
ebian Developerhttp://www.debian.org


signature.asc
Description: Digital signature


Bug#328416: jamvm: FTBFS (amd64): Missing Build-Depends on 'libffi4-dev'

2005-09-15 Thread Michael Koch
On Thu, Sep 15, 2005 at 08:25:16AM +0200, Andreas Jochens wrote:
 Package: jamvm
 Version: 1.3.3-1
 Severity: normal
 Tags: patch
 
 When building 'jamvm' in a clean 'unstable' amd64 chroot,
 I get the following error:
 
 checking for dlopen in -ldl... yes
 checking for inflate in -lz... yes
 checking for ffi_call in -lffi... no
 configure: error: cannot find libffi
 make: *** [config.status] Error 1
 
 Please add the missing Build-Depends on 'libffi4-dev'
 to debian/control.
 
 Regards
 Andreas Jochens
 
 diff -urN ../tmp-orig/jamvm-1.3.3/debian/control ./debian/control
 --- ../tmp-orig/jamvm-1.3.3/debian/control2005-09-15 06:10:25.0 
 +
 +++ ./debian/control  2005-09-15 06:09:57.0 +
 @@ -3,7 +3,7 @@
  Priority: optional
  Maintainer: Michael Koch [EMAIL PROTECTED]
  Uploaders: Arnaud Vandyck [EMAIL PROTECTED]
 -Build-Depends: debhelper (= 4.0.0), cdbs, zlib1g-dev, jikes, zip, 
 classpath-common (= 2:0.18)
 +Build-Depends: debhelper, cdbs, libffi4-dev, zlib1g-dev, jikes, zip, 
 classpath-common (= 2:0.18)
  Standards-Version: 3.6.2
  
  Package: jamvm
 

Thanks for your bug report. I will fix this with next upload.

I dont may apply your patch as is. We only need libffi4-dev only on archs
that have no handcrafted optimized layer in jamvm.

libffi4-dev [amd64] should do for now until I tested the other currently
unsupported archs in debian.


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

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


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



Bug#328425: 2 new attal versions (0.9.3 and 0.9.4) released - please update debian packages

2005-09-15 Thread Mantas Kriaučiūnas
Package: attal
Version: 0.9.2-1
Severity: normal

Hi,

Attal package in debian is very outdated :(

Please package 0.9.4 version, this version should be more playable, look 
at changelog from 0.9.3 and 0.9.4 - http://www.attal-thegame.org :

2005-05-18 14:20:18 [pascal] - Attal 0.9.3 released!

The whole Attal's team is pleased to announce the 0.9.3 release of Attal.
Here is a list of main improvements added:

* Highlight lord when selected
* Better start game management (autoFill with AI, hide AI 
(experimental), better campaign management)
* Improved fight mode (client, server, bug fix)
* Improved scenarioEditor (disposition management, better placement 
management)
* Disposition for decoration now used for pathfinding
* Add command line help
* Is possible to disable sound at command line (for hardware problems)
* Management of different screen resolutions
* Management of log level at command line
* Management of player vision on savefiles
* Usability improvements (highlight internals buildings, more info 
given, better buy building interface, castle improved, market improved)
* Improve AI (AI can use market, better management of internals 
buildings)
* New scenarii
* Bug fixing 

2005-09-09 12:54:35 [pascal] - Attal 0.9.4 released!

The whole Attal's team is pleased to announce the 0.9.4 release of Attal.
Here is a list of main improvements added:

* Teams management (server,client,ai,scenario editor)
* Tavern implemented
* Usability improvements
* Save of campaigns implemented
* Handling of animations in themeEditor
* Added make install (and uninstall) for unix
* Bug fixing
* Medieval theme: Animations for the 'druidic' creatures 

You can get this release through cvs (module 'src2' with tag ATTAL_0_9_4 
and module 'themes' with tag THEMES_0_9_4).

-- 
Labanaktis/Good luck,
Mantas Kriaučiūnas   Jabber ID: [EMAIL PROTECTED]GPG ID: 43535BD5
Public organization Open Source for Lithuania - www.akl.lt



Bug#326007: imapfilter: Immediately aborts with *** glibc detected *** corrupted double-linked list: 0xb7d84218 ***

2005-09-15 Thread Ulf Rompe
Am Dienstag, den 06.09.2005, 18:49 +0530 schrieb Y Giridhar Appaji Nag:
 Ulf, can you please check if it works for you as well?

Sorry for the delay. Yes, the patch cures my problem!

Thank you very much,
-- 
Ulf Rompe



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



Bug#297760: gnome-media: gnome-cd fails to start playing

2005-09-15 Thread Sjoerd Simons
On Wed, Mar 02, 2005 at 06:35:25PM +, Bruno Gravato wrote:
 Both gnome-cd and cd player applet in gnome-applets fail to start
 playing audio cd.
 
 gnome-cd hangs for 1 or 2 seconds when starting but then it detects the audio 
 cd in the drive and correctly retrieves cddb info.
 When I hit play it hangs for bit again and (most of the times) it doesn't 
 start playing (sometimes it plays for less than a second and then stops).
 When closing gnome-cd it also hangs for about 2 seconds.
 device selected is /dev/cdrom which is a link to /dev/hdd (my dvd-rom)
 
 I can successfully play audio cds with cdcd (console cd player).
 Now the most weird is that if I run cdcd and leave it opened in the
 console (without typing any command), then gnome-cd (and the cd applet)
 start working correctly (I can play, stop, change track, etc).
 If I close cdcd the cd stops playing and both gnome-cd and cd applet stop
 working like before.
 device selected in cdcd is also /dev/cdrom
 
 gnome-cd and the cd applet used to work sometime ago before I did some
 upgrades (I can't tell which packages I've upgrading since then sorry :( ).
 
 
 I don't know if this is related to this problem, but I've recently noticed
 that when I insert a data dvd on my dvd-rom syslog gets filled with this
 messages:
 
 Mar  2 17:27:46 localhost kernel: hdd: packet command error: status=0x51
 { DriveReady SeekComplete Error }
 Mar  2 17:27:46 localhost kernel: hdd: packet command error: error=0x54
 Mar  2 17:27:46 localhost kernel: ide: failed opcode was 100

I don't know what the applet does. But older versions of gnome-cd played a cd
by sending commands to the cd drive to play, while new versions actually
extract the data from the cd and play it in software.  

Your kernel entries could indicate a hardware problem. Can you try to extract
the audio from your cd using cdparanoia, so we can determine if it's actually
possible for gnome-cd to get the data it needs ? 

  Sjoerd
-- 
God is the tangential point between zero and infinity.
-- Alfred Jarry


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



Bug#328426: Memory leak in destructor

2005-09-15 Thread Skliarouk Arieh

Package: libmagick6
Version: 6.2.3.6-3

The library libmagick6 version 6.2.3.6-3 (at least) has memory leak 
(apparently in destructor).
Older version 6.0.6.2-1.5 (that I happen to have on other computer) does 
not have the memory leak.


The memory leak can be observed using attached test case program.

--
---
Bye,  | Phone: (972)-2-6795364
Arieh | Fax:   (972)-2-6796453



TestImageMagick.tar.gz
Description: application/gzip


Bug#328413: mysql-server: uninstallable in sid

2005-09-15 Thread Christian Hammers
Hello

On 2005-09-14 Steve Langasek wrote:
 The mysql-server package in unstable is completely uninstallable because it
It's intended to be removed.
As the Release Team asked me to postpone the libmysqlclient12 -
libmysqlclient14 transition a bit I will probably make a new upload of the
4.0 source package which only contains the binary package of the library
without the server, client or dev packages.

The dependencies in mysql-server-4.1 are made in a way that it should force
the user to upgrade from mysql-server.

bye,

-christian-


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



Bug#326004: reopen the bug

2005-09-15 Thread Ruben Porras
reopen 326004
reassign 326004 linux-image-2.6-686
severity 326004 wishlist
Thanks

The bug is real, so I think you shouldn't close it, at least leave it as
wishlist and close it when the linux kernel gets support for my device.

Also, would you be so kind of pointing me to somewhere when I can read
what the problem is and its status?

Thanks.



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



Bug#328427: digikam: no binary installed by amd64 package

2005-09-15 Thread Laurent . Bonnaud
Package: digikam
Version: 0.8.0-0beta1-1
Severity: important


Hi,

here is the problem:

$ dpkg -L digikam |grep /bin/
[nothing]


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

digikam depends on no packages.

Versions of packages digikam recommends:
ii  digikamimageplugins   0.8.0-0beta1-1 digikam image editor plugins
ii  kdebase   4:3.4.2-2  base components from the official 
ii  kipi-plugins  0.1+beta2-22   image manipulation/handling plugin

-- no debconf information


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



Bug#327870: kernel-patch-grsecurity2: New glibc packages break compatibility with grsec

2005-09-15 Thread Roman Medina-Heigl Hernandez
Steve Langasek wrote:

 See bugs 321720, 321721, 321723, and 321724 in the BTS.  The bug in openssl
 has been fixed in unstable, and that fix should soon propagate to testing; a
 related bug was fixed in libacl1 before the sarge release.

Nice to see that these kind of bugs are being addressed. I'll apply the
workaround. You can close this ticket.

This is the response I've received from grsec's developper:

The workaround is fine.  The main problem is that glibc was forcing an
exit of the application if its improperly set PT_GNU_STACK was being set
on the application.  Regardless though (both with and without the
workaround), the packages with the improper PT_GNU_STACK settings
should be fixed soon, since exec-shield users will have the stack
improperly set as executable in those applications (which due to
exec-shield's implementation, makes the entire address space of that
application executable).  Gentoo has applied the same workaround by the
way, a long time ago.

-Brad


Thanks to both Steve  Brad.

Cheers,
-Román



Bug#328428: Invalid Binary: line in dsc file

2005-09-15 Thread Ryan Murray
Package: debian-med
Version: 0.9

The Binary: line in the dsc file doesn't match what the package actually
builds:
Binary: 19975{TASKS}


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


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



Bug#328288: [dpatch-maintainers] Bug#328288: dpatch: man pages reference inexistant README

2005-09-15 Thread Gergely Nagy
  The man pages for dpatch-convert-diffgz, dpatch-edit-patch, and
  dpatch-list-patch all contain references to /usr/share/doc/dpatch/README
  which does not exist.
 
 Hmm... I thought there original was a tutorial document of some sort
 somewhere, and now I look I can't find it.

Most of it were folded into the various manpages and other documents, as
far as I remember.

I'd suggest, the reference be removed from the mentioned manual pages.
-- 
Gergely Nagy



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



Bug#328310: gedit-common: problems with alternatives

2005-09-15 Thread Loïc Minier
Hi,

On Wed, Sep 14, 2005, Lars Wirzenius wrote:
 The postinst sets up a gnome-text-editor alternative, pointing it
 to /usr/bin/gedit. Unfortunately, that file is not part of the
 gedit-common package, so if the package is installed without gedit,
 removal of the alternative fails, leaving cruft on the system. I guess
 it would be better to move the alternatives handling into the gedit
 package?
 (I realize that this is a fairly unlikely scenario, but that's what
 piuparts testing results in.)

 Thanks, this has started an interesting investigation on package
 dependencies because you filed two (very different) piuparts bugs
 against galeon/galeon-common and gedit/gedit-common the same day.

 The story is that gedit depends on gedit-common, and -- in the past --
 gedit-common used to depend on gedit.  The same is true of
 galeon/galeon-common.
 The dependencies were in a case removed (gedit-common does not depend
 on gedit) and in another one lowered (galeon-common recommends galeon)
 because of the circular deps issues during upgrades.


 The interesting questions that come out of this is:
 - would piuparts have detected this error if gedit-common recommended
   gedit?
 - is it ok not to comply with policy when this never happens in
   concrete usecases?  (here, the use is never going to install
   gedit-common without gedit)


 On my side, I'm looking at being policy compliant again, but it's not
 going to be funny (especially because of downgrades :-/).


Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#328372: [Fwd: Log for successful build of openssh_1:4.2p1-2 (dist=unstable)]

2005-09-15 Thread Colin Watson
On Wed, Sep 14, 2005 at 04:40:47PM -0600, dann frazier wrote:
 Our automated buildd log filter[1] detected a problem that will cause
 your package to segfault on architectures where the size of a pointer is
 greater than the size of an integer, such as ia64.
 
 [1]http://people.debian.org/~dannf/check-implicit-pointer-functions
 
 diff -urN openssh-4.2p1.orig/ssh-gss.h openssh-4.2p1/ssh-gss.h
 --- openssh-4.2p1.orig/ssh-gss.h  2005-09-14 15:47:51.0 -0600
 +++ openssh-4.2p1/ssh-gss.h   2005-09-14 15:56:04.0 -0600
 @@ -135,6 +135,7 @@
  int ssh_gssapi_check_mechanism(gss_OID, void *);
  gss_OID ssh_gssapi_id_kex(Gssctxt *, char *);
  
 +char *ssh_gssapi_server_mechanisms();

Since this is C rather than C++, that prototype should be (void) rather
than just (), but otherwise quite right. I've notified the upstream
author of this patch and I'll fix it in 1:4.2p1-3.

Thanks,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#328388: openssh-client: please support servers running old GSSAPI code

2005-09-15 Thread Colin Watson
On Wed, Sep 14, 2005 at 09:21:53PM -0400, Aaron M. Ucko wrote:
 Package: openssh-client
 Version: 1:4.2p1-2
 Severity: normal
 Tags: patch
 
 Given that openssh-krb5 is frequently several upstream versions
 behind, I am glad to see that the vanilla openssh packages now have
 sxw's patch applied and GSSAPI enabled; thanks for going ahead with
 that!

Thank Stephen Frost for (at my request) nagging me until I did it, too.
:-)

 However, I have found that ssh needs a small additional patch
 (attached) in order to work properly with servers sporting older
 versions of the GSSAPI patch, which deal in untagged OIDs and use a
 slightly different name for the authentication method.  I suspect that
 an analogous patch would be necessary to allow newer servers to
 support older clients, but I can't test that combination so readily,
 and I'd argue that that's less important on the grounds that it's no
 harder for users to deploy newer clients than for them to get their
 sysadmins to deploy newer servers.
 
 Anyway, here's the patch, lifted from openssh-krb5:

OK. This patch looks fine, and I've applied it, except that in
input_gssapi_response it never initialised oidv_free to anything. I've
fixed that up in the obvious way.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#328413: mysql-server: uninstallable in sid

2005-09-15 Thread Steve Langasek
On Thu, Sep 15, 2005 at 09:47:46AM +0200, Christian Hammers wrote:
 On 2005-09-14 Steve Langasek wrote:
  The mysql-server package in unstable is completely uninstallable because it
 It's intended to be removed.
 As the Release Team asked me to postpone the libmysqlclient12 -
 libmysqlclient14 transition a bit I will probably make a new upload of the
 4.0 source package which only contains the binary package of the library
 without the server, client or dev packages.

This bug report is not about 4.0.

 The dependencies in mysql-server-4.1 are made in a way that it should force
 the user to upgrade from mysql-server.

No, they are not.  The only possible result of these package relationships
is that it will force the *removal* of the mysql-server package, without any
guarantee that mysql-server-4.1 will be pulled in at the same time.

Again: please drop the mysql-server package, or please drop the conflict
from mysql-server-4.1.

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


signature.asc
Description: Digital signature


Bug#328429: dia: Save the viewport of the window when saving the document

2005-09-15 Thread Frederic-Emmanuel PICCA
Package: dia
Version: 0.94.0-12
Severity: wishlist


Hello

when I am editing a document, I am openning and saving it a couple of times
during a day.

It would be nice to save the viewport of the document.
So when you reopen your document, you can immediatly start your job
where you left it.

Have a nice day

Frederic

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

Versions of packages dia depends on:
ii  dia-common0.94.0-12  Diagram editor (common files)
ii  dia-libs  0.94.0-12  Diagram editor (library files)
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libxml2   2.6.21-1   GNOME XML library
ii  zlib1g1:1.2.2-4  compression library - runtime

Versions of packages dia recommends:
pn  gsfonts-x11   none (no description available)

-- no debconf information


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



Bug#328430: xprint: Numbers not printed after GBP pound sign!

2005-09-15 Thread rich lott
Package: xprint
Version: 1:0.1.0.alpha1-11
Severity: important


I noticed this when printing from Mozilla Firefox. Whenever the page
contains a £123 the 123 is missing on the print out. Not handy feature
for printing your bank statements! It happens on any page with £signs
in.

My work around has been to not use xprint, but to ask Firefox to print
using postscript operators, which works ok.

I'd like to use xprint, some output is better than using ps, but this
bug makes it unusable by me.

rich lott


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

Versions of packages xprint depends on:
ii  libc6  2.3.5-6   GNU C Library: Shared libraries an
ii  libice66.8.2.dfsg.1-6Inter-Client Exchange library
ii  libsm6 6.8.2.dfsg.1-6X Window System Session Management
ii  libx11-6   6.8.2.dfsg.1-6X Window System protocol client li
ii  libxaw76.8.2.dfsg.1-6X Athena widget set library
ii  libxext6   6.8.2.dfsg.1-6X Window System miscellaneous exte
ii  libxmu66.8.2.dfsg.1-6X Window System miscellaneous util
ii  libxp6 6.8.2.dfsg.1-6X Window System printing extension
ii  libxpm46.8.2.dfsg.1-6X pixmap library
ii  libxt6 6.8.2.dfsg.1-6X Toolkit Intrinsics
ii  xlibs  6.8.2.dfsg.1-6X Window System client libraries m
ii  xprint-common  1:0.1.0.alpha1-11 Xprint - the X11 print system (con
ii  zlib1g 1:1.2.2-4 compression library - runtime

xprint recommends no packages.

-- no debconf information



Bug#138416: not fixed in snes9x 1.43-2 (1.43-2 is a regression)

2005-09-15 Thread Alain Schroeder
Am Samstag, den 10.09.2005, 13:10 -0700 schrieb royanee:
 --- Alain Schroeder [EMAIL PROTECTED] wrote:
  Could you please send me the full output of
  'glxinfo' ?
  

Thanks for the information.

I have a new version up at http://parkautomat.net/snes/ . Could you
please try it and give me feedback, if it works or not? 

Bye,
   Alain

-- 
We are the people our parents warned us about.



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



Bug#328431: libspiffy-perl: New upstream version

2005-09-15 Thread Krzysztof Krzyzaniak (eloy)
Package: libspiffy-perl
Version: 0.21-1
Severity: wishlist

There is new upstream version (0.24). Please, consider upgrade.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-amd64-k8
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)

Versions of packages libspiffy-perl depends on:
ii  libfilter-perl1.30-2 Perl source filters
ii  perl  5.8.7-4Larry Wall's Practical Extraction 
ii  perl-base [libscalar-list-uti 5.8.7-4The Pathologically Eclectic Rubbis

libspiffy-perl recommends no packages.

-- no debconf information


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



Bug#327778: experimental skipping files that unstable had problems with

2005-09-15 Thread ludovic . rousseau
Selon Kenneth P. Turvey [EMAIL PROTECTED]:
 I just noticed that the experimental version of pilot-xfer is failing on
 the same files that the unstable version was crashing on.

In your previous mail you said I just tried installing pilot-link from
experimental (version 0.12.0-pre4) and it seems that this bug is fixed.  I had
no problem backing up the entire database (there was another issue, but that is
for another bug report).

So the experimental version if working or not? I guess not.

I suggest you report the bug using the upstream bug tracker at [1] (the site is
down now). You will then be in contact with the upstream author which should be
much more knowledgable than I am.

You can also play with 'pilot-xfer --list' and 'pilot-xfer --fetch databasename'

Bye,

[1] http://www.pilot-link.org/

--
Ludovic Rousseau   [EMAIL PROTECTED]
-- Normaliser Unix c'est comme pasteuriser le Camembert, L.R. --



Bug#328025: enigmail: places dialog between two xinerama screens

2005-09-15 Thread kmk
Alexander Sack - Debian Bugmail wrote:
 On Tue, Sep 13, 2005 at 02:20:18AM +0200, Kai-Martin wrote:
 
If two monitors are used with the xinerama-option, the passprase dialog 
ends up between the screens. It should go to the center of the monitor
where the mouse is located.
 
 
 Are you sure this is an enigmail bug? 

The 'ordinary' thunderbird messages are placed more xinerama-friendly.
e.g. If I try to close this compose window without saving, the warning
appears at the center of the compose window. Nevertheless thunderbird is
not strictly consistent: Some of the thunderbird dialogs are placed at
the upper left of the corresponding window (e.g. 'Page setup...'). The
'Print...' dialog is always placed on upper left of of the left screen.


 does it work for standard thunderbird password dialogs?

These are placed at the center of the main thunderbird window.

Gruß aus Hannover!

---(kaimartin)---

-- 
Kai-Martin Knaak
[EMAIL PROTECTED]
Blog: http://lilalaser.dyndns.org/blog



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



Bug#327572: not exactly

2005-09-15 Thread Wouter Michiel Koolen-Wijkstra

Dear Hamish Moffatt,

I think you misunderstood the bug report by Mahesh T. Pai.

When xpdf starts, its window has a certain size (say 600x800 px). The 
content of the document is shown in this size too. When you maximize the 
window (say to 1600x1200), the document is still shown in the original 
600x800 rectangle, and the extra space is grayed out.


Now when you zoom the document (for example, by pressing 'w' or 
shift-'+'), the displayed document enlarges, but it remains cropped to 
the 600x800 region. (As Mahesh T. Pai indicated, the scrollbars adapt 
correctly and allow you to see the whole document.) It is not the case 
(as you understood it) that we zoom the document first and then desire 
the window to adapt, it is the other way around.


So this is indeed a very important, even critical bug, as it renders the 
xpdf viewer practically unusable.


Wouter Koolen-Wijkstra


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



Bug#327572: xpdf-reader: not exactly

2005-09-15 Thread Wouter Michiel Koolen-Wijkstra
Package: xpdf-reader
Version: 3.01-1
Followup-For: Bug #327572


Dear Hamish Moffatt,

I think you misunderstood the bug report by Mahesh T. Pai.

When xpdf starts, its window has a certain size (say 600x800 px). The
content of the document is shown in this size too. When you maximize the
window (say to 1600x1200), the document is still shown in the original
600x800 rectangle, and the extra space is grayed out.

Now when you zoom the document (for example, by pressing 'w' or
shift-'+'), the displayed document enlarges, but it remains cropped to
the 600x800 region. (As Mahesh T. Pai indicated, the scrollbars adapt
correctly and allow you to see the whole document.) It is not the case
(as you understood it) that we zoom the document first and then desire
the window to adapt, it is the other way around.

So this is indeed a very important, even critical bug, as it renders the
xpdf viewer practically unusable.

Wouter Koolen-Wijkstra


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

Versions of packages xpdf-reader depends on:
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  lesstif2  1:0.93.94-11.4 OSF/Motif 2.1 implementation relea
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libice6   6.8.2.dfsg.1-6 Inter-Client Exchange library
ii  libpaper1 1.1.14-3   Library for handling paper charact
ii  libsm66.8.2.dfsg.1-6 X Window System Session Management
ii  libstdc++64.0.1-2The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  6.8.2.dfsg.1-6 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-6 X Window System miscellaneous exte
ii  libxp66.8.2.dfsg.1-6 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-6 X pixmap library
ii  libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-6 X Window System client libraries m
ii  xpdf-common   3.01-1 Portable Document Format (PDF) sui
ii  zlib1g1:1.2.2-4  compression library - runtime

xpdf-reader recommends no packages.

-- no debconf information


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



Bug#327742: mozilla-firefox-theme-rtlclassic: fails to uninstall

2005-09-15 Thread Cesar Martinez Izquierdo
El Jueves 15 Septiembre 2005 05:49, Itai Seggev escribió:
 On Thu, Sep 15, 2005 at 03:12:53AM +0300, Cesar Martinez Izquierdo wrote:
  If I understand correctly, you tried to install firefox using
  dpkg -i mozilla-firefox_1.4.99+1.5beta1.dfsg-1_i386.deb
 
  Then, when you execute apt or aptitude, it tries to delete
  mozilla-firefox-theme-rtlclassic, but it fails because
  update-mozilla-firefox-chrome is not included in Firefox version 1.5.

 Actually, I used apt-get install mozilla-firefox/experimental
 to try to install the firefox beta. It downloaded the packages, then
 tried to uninstall mozilla-firefox-theme-rtlclassic, and failed.
 However, I am already running
 mozilla-firefox_1.0.99+deerpark-alpha2-1, so perhaps that's the
 problem. If so, is this a bug in mozlla-firefox (with tag
 experimental) instead?

OK, in my opinion the problem is that Firefox deerpark alpha shouldn't have 
been released with version 1.0.99+deerpark-alpha2-1, because it breaks the 
extensions. The new version 1.4.99+1.5beta1.dfsg-1 looks fine (so extensions 
get removed correctly before installing it).
There is a bug about that on mozilla-firefox:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327216
No update-mozilla-firefox-chrome

By the way, you can solve the problem by installing mozilla-firefox 1.0.6-5, 
or by creating an empty /usr/sbin/update-mozilla-firefox-chrome script, then 
you will be able to remove mozilla-firefox-theme-rtlclassic correctly.

Regards,

   César



Bug#328135: kernel-image-2.6.11-1-686-smp: nfs reading process stuck in disk wait

2005-09-15 Thread Trond Myklebust
on den 14.09.2005 Klokka 21:10 (-0400) skreiv Marc Horowitz:
 Trond Myklebust [EMAIL PROTECTED] writes:
 
  on den 14.09.2005 Klokka 11:51 (+0900) skreiv Horms:
   Hi Marc,
   
   would is be possible to test linux-image-2.6.12-1-686-smp from 
   unstable to see if this problem persists? I am CCing the NFS
   maintainer and LKML as this looks reasonably nasty and they
   may be interested in looking into it.
   
  
  I doubt this has anything to do with NFS. We should no longer have a
  sync_page VFS method in the 2.6 kernels. What other filesystems is the
  user running?
 
 In the stack trace I sent, from a running 2.6.11 kernel, vfs_read
 appears to be the vfs method, not sync_page.  sync_page is called much
 deeper in the stack trace.

So? It is clearly the call to sync_page that is Oopsing.

The NFS call is just trying to lock a page that appears to be owned by
someone else. That triggers a call to that filesystem's sync_page, which
then goes on to do a page allocation, which again Oopses.

Cheers,
  Trond



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



Bug#328212: Apache segfaults on Alpha

2005-09-15 Thread Atsuhito Kohda
Hi, thanks for your reply.

From: Adam Conrad [EMAIL PROTECTED]
Subject: Re: Bug#328212: Apache segfaults on Alpha
Date: Thu, 15 Sep 2005 16:52:07 +1000

 Would it be possible for you to run apache -X in a gdb session, and
 backtrace the SEGV for me?  If I had a look at how it was dying, I may
 have a clue as to why.

Does this mean I need to rebuild apache without stripping?

If possible, I'll do debugging but I might fail to do it.

Regards,   2005.09.15

-- 
 Debian Developer  Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda [EMAIL PROTECTED]
 Department of Math., Univ. of Tokushima


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



Bug#328424: linux-image-2.6.12-1-k7: does not update grub/menu.lst

2005-09-15 Thread Norbert Tretkowski
* Peter Eisentraut wrote:
 I just installed the above-named kernel package (tried several
 times), but the grub menu.lst is not updated, so unless I start to
 manually edit it, I cannot use the kernel. I also did not receive
 any notice why the menu.lst would not be touched.

Have you tried to run 'update-grub' by hand?

Norbert


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



Bug#328432: laptop-mode-tools: '/etc/init.d/laptop_mode' status gives 'BLKRAGET: Inappropriate ioctl for device'

2005-09-15 Thread Thomas Halva Labella
Package: laptop-mode-tools
Version: 1.10-1
Severity: normal
Tags: patch

When I run '/etc/init.d/laptop-mode', I obtain:


Readahead states:
   /dev/hda3: 128 kB
   BLKRAGET: Inappropriate ioctl for device
   /usr/sbin/laptop_mode: line 261: / 2: syntax error: operand expected
   (error token is / 2)


I am running Debiain on an amd64 architecture. I have also a chroot with
Debian i386.

My /etc/mtab contains:

/dev/hda3 / reiserfs rw,notail 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
devpts /dev/pts devpts rw,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
/home /var/chroot/ia32/home none rw,bind 0 0
/tmp /var/chroot/ia32/tmp none rw,bind 0 0
proc /var/chroot/ia32/proc proc rw 0 0
tmpfs /dev tmpfs rw,size=10M,mode=0755 0 0
/dev/hda1 /mnt/WindowsXP ntfs
ro,noexec,nosuid,nodev,umask=0222,user=username 0 0

The problems is due to the bind mount of my directory /home into
/var/chroot/ia32/home. /usr/sbin/laptop_mode checks only if /home exists
(line 260 - 'if [ -e $DEV]'), not if it is a block device (if [ -b $DEV ]).
In fact, 'blockdev--getra /home' returns:

BLKRAGET: Inappropriate ioctl for device

Halva

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (800, 'testing'), (500, 'proposed-updates'), (400, 'unstable'), 
(200, 'stable'), (1, 'sarge-unsupported')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.1-amd64
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages laptop-mode-tools depends on:
ii  powermgmt-base1.22   Common utils and configs for power

Versions of packages laptop-mode-tools recommends:
ii  acpid 1.0.4-2Utilities for using ACPI power man
ii  hdparm6.1-2  tune hard disk parameters for high

-- no debconf information
--- laptop_mode.orig2005-09-15 10:25:21.0 +0200
+++ laptop_mode 2005-09-15 10:25:00.0 +0200
@@ -257,7 +257,7 @@
echo
echo Readahead states:
cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
-   if [ -e $DEV ] ; then
+   if [ -b $DEV ] ; then
echo$DEV: $((`blockdev --getra $DEV` / 2)) kB
fi
done


Bug#327216: Version should have been increased

2005-09-15 Thread Cesar Martinez Izquierdo
The problem is that you made big changes in mozilla-firefox but the version 
number was not correctly changed.
My locale packages doesn't check for update-mozilla-firefox-chrome, but they 
depend on mozilla-firefox  1.0.999. I would expect a major version change 
for a major change in the package. Current 1.4.99+1.5beta1.dfsg-1 is fine, 
but not 1.0.99+deerpark-alpha2-1. Now we get some bugs about broken 
extensions:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327742

We should coordinate better in the future.

 César



Bug#328121: Linuxsampler license

2005-09-15 Thread Sven Luther
On Thu, Sep 15, 2005 at 08:03:46AM +0300, Harri Järvi wrote:
 On Wed, Sep 14, 2005 at 16:26:15 +0200, Göran Weinholt wrote:
  On Tue, Sep 13, 2005 at 05:54:35PM +0300, Harri Järvi wrote:
 
   In addition there's a conflict between linuxsampler's aim to be an
   opensource software, and the license used. Restricting commercial use
   makes the software nonopensource by OSI definition and nonfree by Free
   Software Foundation's Free Software definition.
  
  I think upstream only meant to make it clear to developers of
  proprietary software that they need to ask for a special license if
  they don't want to follow the GPL.
 
 I wish it was so, but this is written on the project home page
 at http://www.linuxsampler.org/downloads.html:
 
 License
 
 LinuxSampler is licensed under the GNU GPL license with the exception 
 that COMMERCIAL USE of the souce code, libraries and applications is
 NOT ALLOWED without prior written permission by the LinuxSampler 
 authors. If you have questions on the subject please contact us.

That is indeed non-free and fails DFSG #6, the package cannot be in main, but
could be in non-free maybe.

Friendly,

Sven Luther




Bug#328433: evolution-exchange: filters are not automatically applied to Exchange account

2005-09-15 Thread Thomas Quas
Package: evolution-exchange
Version: 2.2.3-3
Severity: normal

I have two filters (one matches a particular sender, the other a subject). Both
work if applied manually via CTRL-Y but not when incomiing mail is delivered
to the Exchange account's Inbox.


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

Versions of packages evolution-exchange depends on:
ii  evolution 2.2.3-4The groupware suite
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.0-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libcamel1.2-0 1.2.3-2The Evolution MIME message handlin
ii  libcomerr21.38-2 common error description library
ii  libdb4.1  4.1.25-18  Berkeley v4.1 Database Libraries [
ii  libebook1.2-3 1.2.3-2Client library for evolution addre
ii  libecal1.2-2  1.2.3-2Client library for evolution calen
ii  libedata-book1.2-21.2.3-2Backend library for evolution addr
ii  libedata-cal1.2-1 1.2.3-2Backend library for evolution cale
ii  libedataserver1.2-4   1.2.3-2Utily library for evolution data s
ii  libedataserverui1.2-4 1.2.3-2GUI utily library for evolution da
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgal2.4-0   2.4.3-1.1  G App Libs (run time library)
ii  libgconf2-4   2.10.1-2   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.0-1The GLib library of C routines
ii  libgnome-keyring0 0.4.3-2GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.10.3-2   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.10.2-2   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkrb53  1.3.6-5MIT Kerberos runtime libraries
ii  libldap2  2.1.30-11  OpenLDAP libraries
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-1Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libsoup2.2-7  2.2.3-2an HTTP library implementation in 
ii  libtasn1-20.2.13-1   Manage ASN.1 structures (runtime)
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxml2   2.6.21-1   GNOME XML library
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

evolution-exchange recommends no packages.

-- no debconf information


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



Bug#328434: ITP: grepmap -- Parse module map files produced by depmod

2005-09-15 Thread Colin Watson
Package: wnpp
Severity: wishlist
Owner: Colin Watson [EMAIL PROTECTED]

* Package name: grepmap
  Version : 0.1.0
  Upstream Author : Scott James Remnant [EMAIL PROTECTED]
* URL : http://archive.ubuntu.com/ubuntu/pool/main/g/grepmap/
* License : GPL
  Description : Parse module map files produced by depmod

 This package contains a utility to parse the map files produced by the
 depmod tool in the module-init-tools package and output the list of
 modules you should load for a device.

We've been using this in Ubuntu for some time, so I know it works well;
I've just failed to get round to shifting it into Debian until now.

I realise that this package will eventually be superseded by changes in
(or rewrites of) the udev/hotplug stack. However, in the meantime it
allows the process of booting a system using hotplug to be substantially
sped up, by replacing some slow shell code that forks lots of
subprocesses with faster C code. I expect this to be useful when
experimenting with versions of d-i that use hotplug in the near future.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#320280: autossh: Ignores --

2005-09-15 Thread Filippo Giunchedi
tags +pending
thanks

On Thu, Jul 28, 2005 at 03:16:12AM +0100, Paul Brook wrote:
 Autossh doesn't handle -- properly when parsing commandling options. It
 checks for and eats the first --, but it still parses the subsequent
 commandline arguments.
 
 Attached patch fixes this. Any arguemnts after -- are passed verbaitum
 to ssh.  This allows use of the ssh -M option when using autossh.

thanks for the patch, while passing -M to ssh makes sense, it doesn't with -f
since the command will be launched with no controlling ttys (in case of
interactive programs) and will be relaunched whenever autossh detects 
connection 
failure, and this is not good :)
This is the first reason I can think of, please feel free to provide another
use case where using autossh -- -f ssh host command can be useful

filippo
--
Filippo Giunchedi
PGP key: 0x6B79D401
random quote follows:

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are, by
definition, not smart enough to debug it.
-- Brian W. Kernighan


signature.asc
Description: Digital signature


  1   2   3   4   5   >