Bug#649271: ketchup: Kernel patching from 3.1 to 3.1.1 fails

2011-11-19 Thread Mikko Markus Torni
Package: ketchup
Version: 1.0.1+git20110518+949b31b6-3
Severity: important
Tags: patch upstream


Kernel patching from 3.1 to 3.1.1 fails due to program trying to
download patch from wrong url.

The root cause is a failing version number check.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39.3 (SMP w/8 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ketchup depends on:
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  patch 2.6.1-1Apply a diff file to an original
ii  python2.6.6-14   interactive high-level object-orie

ketchup recommends no packages.

ketchup suggests no packages.

-- no debconf information
diff -u a/ketchup b/ketchup
--- a/ketchup	2011-11-19 15:51:34.068790594 +0200
+++ b/ketchup	2011-11-19 15:44:49.535515049 +0200
@@ -260,7 +260,7 @@
 
 # atm we use VERSION.PATCHLEVEL for Linus' releases and EXTRAVERSION for
 # the -stable releases
-if part['VERSION'] = '3'and part['SUBLEVEL'] == 0:
+if part['VERSION'] = '3'and part['SUBLEVEL'] == '0':
 version = %s.%s % tuple([part[p] for p in parts[:2]])
 else:
 version = %s.%s.%s % tuple([part[p] for p in parts[:3]])


Bug#606322: lksctp-tools: withsctp breaks quoted command line arguments

2010-12-08 Thread Mikko Markus Torni
Package: lksctp-tools
Version: 1.0.11+dfsg-1
Severity: important
Tags: patch


withsctp breaks quoted command line arguments.

Trivial example:

  $ withsctp echo a  b  c
  a b c

This is really bad with sshd:

  $ withsctp /usr/sbin/sshd -D -e -o Port 4560
  command-line line 0: missing port number.

Patch included. Apply with patch -p0

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35.7 (SMP w/8 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lksctp-tools depends on:
ii  libc6  2.11.2-6  Embedded GNU C Library: Shared lib
ii  libsctp1   1.0.11+dfsg-1 user-space access to Linux Kernel 

lksctp-tools recommends no packages.

lksctp-tools suggests no packages.

-- no debconf information
--- src/withsctp/withsctp.in2009-10-24 03:49:15.0 +0300
+++ src/withsctp/withsctp_new.in2010-12-08 14:23:22.639486576 +0200
@@ -9,4 +9,4 @@
 exit 1;
 fi
 
-exec $*
+exec $@


Bug#587606: python2.6-minimal: Related bug in python-central from 2006

2010-07-06 Thread Mikko Markus Torni
Package: python2.6-minimal
Severity: normal


Hi,

I tried the workaround Mark Janssen's suggested and installed python2.6:

# apt-get update
# apt-get install python2.6

And everything installed fine. Apt-get also upgraded python-central to
0.6.16, with the original bug report python-central was at version 0.6.11.

I found a related bug report #384094 in python-central:

http://bugs.debian.org/384094

The reporter got the same errors in Aug-2006 with python2.5-minimal as I
did with python2.6-minimal:

Setting up python2.5-minimal (2.5~b3-1) ...
Linking and byte-compiling packages for runtime python2.5...
pycentral: pycentral rtinstall: installed runtime python2.5 not found
pycentral rtinstall: installed runtime python2.5 not found
dpkg: error processing python2.5-minimal (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 python2.5-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up python2.5-minimal (2.5~b3-1) ...
Linking and byte-compiling packages for runtime python2.5...
pycentral: pycentral rtinstall: installed runtime python2.5 not found
pycentral rtinstall: installed runtime python2.5 not found
dpkg: error processing python2.5-minimal (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 python2.5-minimal


I am not sure whether the bug should be reassigned to python-central or
just closed.

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

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

Versions of packages python2.6-minimal depends on:
ii  libc6  2.11.1-3  Embedded GNU C Library: Shared lib
ii  libssl0.9.80.9.8n-1  SSL shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages python2.6-minimal recommends:
ii  python2.6   2.6.5+20100703-1 An interactive high-level object-o

Versions of packages python2.6-minimal suggests:
ii  binfmt-support1.2.12 Support for extra binary formats

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#587606: python2.6-minimal: Package fails to install

2010-06-30 Thread Mikko Markus Torni
Package: python2.6-minimal
Version: 2.6.5+20100628-2
Severity: grave
Justification: renders package unusable


I tried to 
# apt-get install python-qt4

but python2.6-minimal fails to install:

mto...@premium:~$ sudo dpkg --configure -a
Setting up python2.6-minimal (2.6.5+20100628-2) ...
Linking and byte-compiling packages for runtime python2.6...
pycentral: pycentral rtinstall: installed runtime python2.6 not found
pycentral rtinstall: installed runtime python2.6 not found
dpkg: error processing python2.6-minimal (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of python2.6:
 python2.6 depends on python2.6-minimal (= 2.6.5+20100628-2); however:
  Package python2.6-minimal is not configured yet.
dpkg: error processing python2.6 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libpython2.6:
 libpython2.6 depends on python2.6 (= 2.6.5+20100628-2); however:
  Package python2.6 is not configured yet.
dpkg: error processing libpython2.6 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of python-qt4:
 python-qt4 depends on libpython2.6 (= 2.6); however:
  Package libpython2.6 is not configured yet.
dpkg: error processing python-qt4 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 python2.6-minimal
 python2.6
 libpython2.6
 python-qt4
mto...@premium:~$ pycentral showversions
2.4 2.5
pycentral showversions is deprecated, use `pyversions -vs'
mto...@premium:~$ pyversions -s
python2.4 python2.5

All installed python packages:
mto...@premium:~$ dpkg -l python\* | grep -v ^un
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion Description
+++-===-===-==
ii  python  2.5.4-2 An 
interactive high-level object-oriented language (default version)
ii  python-4suite-xml   1.0.2-7 An 
open-source platform for XML and RDF processing
ii  python-all  2.5.4-2 Package 
depending on all supported Python runtime versions
ii  python-all-dev  2.5.4-2 Package 
depending on all supported Python development packages
ii  python-apt  0.7.13.2Python 
interface to libapt-pkg
ii  python-beautifulsoup3.1.0.1-2   
error-tolerant HTML parser for Python
ii  python-brlapi   4.0-8   Python 
bindings for BrlAPI
ii  python-bugbuddy 2.26.0-1Python 
module for bug-buddy
ii  python-cairo1.8.6-1 Python 
bindings for the Cairo vector graphics library
ii  python-central  0.6.11  register 
and build utility for Python packages
ii  python-cheetah  2.0.1-2 text-based 
template engine and Python code generator
ii  python-crypto   2.0.1+dfsg1-4+b1
cryptographic algorithms and protocols for Python
ii  python-cups 1.9.31-1.1  Python 
bindings for CUPS
ii  python-cupsutils1.0.0-6 Python 
utility modules around the CUPS printing system
ii  python-cwiid0.6.00+svn201-2 library to 
interface with the wiimote
ii  python-dbus 0.83.0-1simple 
interprocess messaging system (Python interface)
ii  python-debian   0.1.14  Python 
modules to work with Debian-related data formats
ii  python-dev  2.5.4-2 Header 
files and a static library for Python (default)
ii  python-dev-i386-cross   2.5.4-2 Header 
files and a static library for Python (default) (for cross-compiling)
ii  python-egenix-mxdatetime3.1.3-2 date and 
time handling routines for Python
ii  python-egenix-mxtexttools   3.1.3-1 fast text 
processing tools for Python
ii  python-egenix-mxtools   3.1.3-1 collection 
of additional builtins for Python
ii  python-eggtrayicon  2.25.3-2Python 
module to display icons in the system tray
ii  python-elementtree  1.2.6-14
Light-weight toolkit for XML processing
ii  python-evince

Bug#555437: emacs23: Install fails in emacs-install due to missing libm17n-flt.so.0

2009-11-09 Thread Mikko Markus Torni

Package: emacs23
Version: 23.1+1-4
Severity: important

While installing emacs23 with apt-get install emacs23 installation 
failed.


Here's the error message reproduced:

$ sudo dpkg --configure -a
Setting up emacs23 (23.1+1-4) ...
emacs-install emacs23
install/a2ps: Handling install for emacsen flavor emacs23
emacs23: error while loading shared libraries: libm17n-flt.so.0: cannot open 
shared object file: No such file or directory
emacs-install: /usr/lib/emacsen-common/packages/install/a2ps emacs23 failed at 
/usr/lib/emacsen-common/emacs-install line 28, TSORT line 7.
dpkg: error processing emacs23 (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 emacs23
$ ls -l /usr/lib/libm17n*
lrwxrwxrwx 1 root root 18 2007-01-15 00:11 /usr/lib/libm17n-X.so.0 - 
libm17n-X.so.0.1.0
-rw-r--r-- 1 root root  31268 2006-12-04 15:20 /usr/lib/libm17n-X.so.0.1.0
lrwxrwxrwx 1 root root 21 2007-01-15 00:11 /usr/lib/libm17n-core.so.0 - 
libm17n-core.so.0.1.0
-rw-r--r-- 1 root root  93244 2006-12-04 15:20 /usr/lib/libm17n-core.so.0.1.0
lrwxrwxrwx 1 root root 19 2007-01-15 00:11 /usr/lib/libm17n-gd.so.0 - 
libm17n-gd.so.0.1.0
-rw-r--r-- 1 root root  14480 2006-12-04 15:20 /usr/lib/libm17n-gd.so.0.1.0
lrwxrwxrwx 1 root root 20 2007-01-15 00:11 /usr/lib/libm17n-gui.so.0 - 
libm17n-gui.so.0.1.0
-rw-r--r-- 1 root root 146852 2006-12-04 15:20 /usr/lib/libm17n-gui.so.0.1.0
lrwxrwxrwx 1 root root 16 2007-01-15 00:11 /usr/lib/libm17n.so.0 - 
libm17n.so.0.1.0
-rw-r--r-- 1 root root 134256 2006-12-04 15:20 /usr/lib/libm17n.so.0.1.0


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

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

Versions of packages emacs23 depends on:
ii  emacs23-bin-common  23.1+1-4 The GNU Emacs editor's shared, arc
ii  install-info4.13a.dfsg.1-5   Manage installed documentation in 
ii  libasound2  1.0.21a-1shared library for ALSA applicatio

ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.9-25   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgif4 4.1.6-6  library for GIF images (library)
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libgpm2 1.20.4-3.2   General Purpose Mouse - shared lib
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libm17n-0   1.3.1-1.1a multilingual text processing lib

ii  libncurses5 5.6+20071124-1   Shared libraries for terminal hand
ii  libotf0 0.9.4-1  A Library for handling OpenType Fo
ii  libpango1.0-0   1.20.5-3 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  librsvg2-2  2.26.0-1 SAX-based renderer library for SVG
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

emacs23 recommends no packages.

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org