Bug#340320: octave2.1-headers: mkoctfile generated functions crash randomly

2005-11-29 Thread Teemu Ikonen
On 11/28/05, Rafael Laboissiere [EMAIL PROTECTED] wrote:
 * Rafael Laboissiere [EMAIL PROTECTED] [2005-11-28 22:28]:

  Indeed, this seems to be the case.  With the octave2.9_2.9.4-8 package
  [...]

 Sorry, I meant octave2.1_2.1.72-6.

Unfortunately, for me 2.1.72-6 is even worse than before. I get a
crash immediately after starting Octave:

$ octave --norc
GNU Octave, version 2.1.72 (i486-pc-linux-gnu).
Copyright (C) 2005 John W. Eaton.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to [EMAIL PROTECTED] (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

*** glibc detected *** free(): invalid pointer: 0x08ab3a10 ***
panic: Aborted -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Aborted

I guess this is what you get from mixing Debian releases during
library transitions :)

Teemu



Bug#346013: mozilla: build failure in extensions/p3p

2006-01-04 Thread Teemu Ikonen
Package: mozilla
Version: 1.7.12-1
Severity: serious
Tags: patch
Justification: no longer builds from source

The p3p extension in mozilla fails to build due to faulty Makefile.in, at
least on my mixed etch / sid system. The attached patch fixes this, when
dropped to debian/patches (although the resulting binary segfaults
immediately, sigh).

Teemu

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
--- mozilla/extensions/p3p/Makefile.in.orig 2006-01-03 07:42:43.0 
+0200
+++ mozilla/extensions/p3p/Makefile.in  2006-01-03 07:43:04.0 +0200
@@ -62,23 +62,23 @@
 p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in
@$(RM) -f $@
$(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \
-   -DHAS_TMPL_RETENTION\
+   -DHAS_TMPL_RETENTION \
$  $@
 
 p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in
@$(RM) -f $@
$(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 \
-   -DHAS_CALL_OURS\
+   -DHAS_CALL_OURS \
$  $@
 
 p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in
@$(RM) -f $@
$(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 \
-   -DHAS_CALL_OURS\
+   -DHAS_CALL_OURS \
$  $@
 
 p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in
@$(RM) -f $@
$(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \
-   -DHAS_CALL_OURS -DHAS_PURPOSE_SRC\
+   -DHAS_CALL_OURS -DHAS_PURPOSE_SRC \
$  $@


Bug#326971: imview: Loading image causes stack smash?

2006-01-11 Thread Teemu Ikonen
I could not reproduce this bug with the image at
http://justinpryzby.com/astro/m27.0001.Dumbbell_Nebula.FIT

This FITS file loads fine, but is shown as all zeros. Thus, the
support for FITS is broken, but don't see any crashes, string
corruption or such. Could you check if you can repeat the behaviour
mentioned in the original bug report with the latest version of
imview, 1.1.8-3?

If there's a GPL compatible C or C++ library for reading FITS-files,
please let me know, I might add support for them at some point.

Thanks,

Teemu



Bug#326971: (no subject)

2005-11-02 Thread Teemu Ikonen
On 11/1/05, Justin Pryzby [EMAIL PROTECTED] wrote:
 Have you contacted upstream regarding this bug?

Unfortunately upstream seems to be dead and I don't have that much
time to investigate this bug. Help would be appreciated.

Teemu



Bug#337066: imview: Improper copyright file

2005-11-02 Thread Teemu Ikonen
tag 337066 +pending

thanks

On 11/2/05, Justin Pryzby [EMAIL PROTECTED] wrote:
 The copyright file confuses license and copyright:

   If not otherwise noted (see below), this software is written by
   Hugues Talbot and comes with the following copyright:

   By accepting this notice, you agree to be bound by the following
   agreements:

 Please s/copyright/license/ on the second line.  Otherwise this file
 looks to be very well written!

Thanks for noticing, the fix will be included in the next upload
(hopefully soon).

Teemu



Bug#327884: imview man page refers to non-existent user preference file

2005-11-02 Thread Teemu Ikonen
tag 327884 +pending

thanks

On 9/12/05, Kevin Coyner [EMAIL PROTECTED] wrote:
 I would suggest changing the package so that, as the man suggests, a
 file called 'preferences' is created in the .imview directory of the
 user's home.  This is far easier to find and understand than
 .fltk/hugeus/talbot_csiro.au, which in itself gives no clues to the
 user as to what it is used for.

You are absolutely right. Unfortunately changing the preference file
location as you suggest is not possible with the current fltk-based
preference system and would thus require a rewrite of a big part of
the code. The fix for the moment will be to update man-page to point
to the right file. This will be made in the next upload.

Teemu



Bug#328120: texmacs: Keystroke doubling after linebreak

2005-12-22 Thread Teemu Ikonen
On 12/14/05, Ralf Treinen [EMAIL PROTECTED] wrote:
 Hi, could you please check whether you can still observe this behaviour
 with texmacs 1.0.6 ? For me it works fine with 1.0.6 (but it already worked
 fine for me with 1.0.5.7).

It seems that this behaviour has gone away already with version
1.0.5.12. Feel free to close this bug.

Teemu



Bug#332447: Intention to NMU

2005-10-27 Thread Teemu Ikonen
On 10/27/05, Luk Claes [EMAIL PROTECTED] wrote:
 Attached the patch for the version I intend to upload. Please respond if
 you don't want this NMU to happen, if you are working yourself on a
 patch or if you think that the attached patch won't work.

Sorry for taking so long, I actually made a new version with a few
other fixes as well just before your mail arrived.

Andreas, you can find the new diff.gz at
http://www.physics.helsinki.fi/~tpikonen/imview/
as usual.

Teemu



Bug#338914: sysklogd: please remove logfiles for rarely used programs from default config

2005-11-13 Thread Teemu Ikonen
Package: sysklogd
Version: 1.4.1-17
Severity: wishlist

The default config file /etc/syslog.conf contains separate logfiles for uucp
and news.  As these files are always going to be empty on probably over 99%
of installations, they should be removed from the default configuration.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages sysklogd depends on:
ii  klogd [linux-kernel-log-daemo 1.4.1-17   Kernel Logging Daemon
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

sysklogd recommends no packages.

-- no debconf information


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



Bug#333903: texmacs: PDF export is fuzzy

2005-11-16 Thread Teemu Ikonen
I noticed that whatever the TeXmacs version, if I have gs-esp
installed, the pdf output contains only Type 3 fonts. gs-gpl and
gs-afpl print with the Type 1 fonts as they should. Maybe the
dependencies should be adjusted accoordingly?

Teemu



Bug#339581: texmacs: missing dependency to groff (pfbtops)

2005-11-17 Thread Teemu Ikonen
Package: texmacs
Version: 1:1.0.5.12-1
Severity: normal
Tags: patch

When trying to export to pdf with Type 1 fonts, TeXmacs prints the following
messages:

sh: pfbtops: command not found

and the pdf output does not contain Type 1 fonts, but the bitmapped Type 3
ones. After installing groff, which contains the pfbtops command, pdf output
with Type 1 fonts works as it should. The fix seems to be to add a
dependency to groff.

Teemu

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

Versions of packages texmacs depends on:
ii  guile-1.6-libs1.6.7-1Main Guile libraries
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.2-3  GCC support library
ii  libguile-ltdl-1   1.6.7-1Guile's patched version of libtool
ii  libltdl3  1.5.20-2   A system independent dlopen wrappe
ii  libqthreads-121.6.7-1QuickThreads library for Guile
ii  libstdc++64.0.2-3The GNU Standard C++ Library v3
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  tetex-base2.0.2c-9   Basic library files of teTeX
ii  tetex-bin 2.0.2-31   The teTeX binary files
ii  tetex-extra   2.0.2c-9   Additional library files of teTeX
ii  texmacs-common1:1.0.5.12-1   WYSIWYG emacs-ish mathematical tex
ii  xbase-clients 6.8.2.dfsg.1-7 miscellaneous X clients
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages texmacs recommends:
ii  gs  8.15-4   Transitional package
ii  gs-gpl [gs] 8.15-4   The GPL Ghostscript PostScript int
ii  ispell  3.1.20.0-4   International Ispell (an interacti
ii  libjpeg-progs   6b-10Programs for manipulating JPEG fil
pn  libtiff-tools   none   (no description available)
ii  netpbm  2:10.0-10Graphics conversion tools
ii  xfig1:3.2.5-alpha5-4 Facility for Interactive Generatio

-- no debconf information


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



Bug#340320: octave2.1-headers: mkoctfile generated functions crash randomly

2005-11-22 Thread Teemu Ikonen
Package: octave2.1-headers
Version: 2.1.72-4
Severity: normal

Oct-functions generated by mkoctfile segfault randomly, but very often. For
example, the following innocent-looking function:

-*-*-*-

#include octave/oct.h

DEFUN_DLD(uitest, args, ,  )
{
  int x = 20;
  int y = 20;

  return octave_value(Matrix(y,x));
  
}
  
-*-*-*-

produces this when ran repeatedly:

octave:1 uitest();
octave:2 uitest();
octave:3 uitest();
octave:4 uitest();
panic: Segmentation fault -- stopping myself...
attempting to save variables to octave-core'...
save to octave-core' complete
Segmentation fault

I can usually make Octave crash by running uitest less than 10 times.

Since I run a mixed system of testing and unstable, I'm rather certain that
the crashes are caused by some kind of library version mismatch which the
dependencies do not take into account. Octave 2.1.69 from sarge does not
crash with the test above.

I would appreciate any ideas on how to get oct-files working again.

Teemu

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

Versions of packages octave2.1-headers depends on:
ii  atlas3-base-dev   3.6.0-20   Automatically Tuned Linear Algebra
ii  fftw3-dev 3.0.1-14   library for computing Fast Fourier
ii  g++   4:4.0.2-1  The GNU C++ compiler
ii  gfortran  4.0.2-1The GNU Fortran 95 compiler
ii  libhdf5-serial-dev1.6.4-4Hierarchical Data Format 5 (HDF5) 
ii  libncurses5-dev   5.5-1  Developer's libraries and docs for
ii  libreadline5-dev  5.0-11 GNU readline and history libraries
ii  octave2.1 2.1.72-4   GNU Octave language for numerical 

octave2.1-headers recommends no packages.

-- no debconf information


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



Bug#402374: amoeba: segfaults after start menu

2006-12-09 Thread Teemu Ikonen

Package: amoeba
Version: 1.1-17
Severity: normal

Hi,

Amoeba segfaults immediately after pressing the Ninja! button on the
start menu. This system (Powerbook G4 with Radeon Mobility M6 LY) has
problems with some other (but not all) OpenGL applications as well, so
this isn't necessarily a bug in amoeba, nevertheless, I would
appreciate if you had any hints on why it crashes...

The last few lines of strace are:

readv(6, [{pci::00:10.0, 16}, {, 0}], 2) = 16
geteuid()   = 1000
stat64(/dev/dri, {st_mode=S_IFDIR|0755, st_size=60, ...}) = 0
stat64(/dev/dri/card0, {st_mode=S_IFCHR|0666, st_rdev=makedev(226,
0), ...}) = 0
open(/dev/dri/card0, O_RDWR)  = 7
ioctl(7, DECODER_SET_PICTURE, 0x7fa6ba68) = -1 EACCES (Permission
denied)
ioctl(7, DECODER_GET_CAPABILITIES, 0x7fa6ba58) = 0
ioctl(7, DECODER_GET_CAPABILITIES, 0x7fa6ba58) = 0
ioctl(7, DECODER_GET_STATUS or DEVFSDIOC_SET_EVENT_MASK, 0x7fa6bd58) = 0
ioctl(7, DEVFSDIOC_GET_PROTO_REV, 0x1005acb8) = 0
ioctl(7, DEVFSDIOC_GET_PROTO_REV, 0x1005acb8) = 0
write(6, \200\v\0\3\0\0\0\0\0\0\0\26, 12) = 12
read(6, \1\330\0\25\0\0\0\0\0\0\0\1\20\35V\360\177\330\265\240...,
32) = 32
write(6, \200\4\0\2\0\0\0\0, 8)   = 8
read(6, \1\330\0\26\0\0\0\2\0\0\0\4\0\0\0\2\0\0\0\0\0\0\0\6\20...,
32) = 32
readv(6, [{radeon, 6}, {00, 2}], 2) = 8
write(6, \200\n\0\2\0\0\0\0, 8)   = 8
read(6, \1\330\0\27\0\0\0\31\270\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0...,
32) = 32
read(6, \0\0LY\0\0\4\200\0\0\3\0\0\0\0\20\0\0\0\20\0\0\0\0\0\0...,
100) = 100
mmap(NULL, 16777216, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0xb800)
= 0x30133000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0xd2684000) =
0x3001a000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

-- System Information:
Debian Release: 4.0
 APT prefers testing
 APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages amoeba depends on:
ii  amoeba-data   1.1-5  Fast-paced, polished OpenGL demons
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libexpat1 1.95.8-3.3 XML parsing C library - runtime li
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-19 GCC support library
ii  libgl1-mesa-glx [libgl1]  6.5.1-0.4  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]6.5.1-0.4  The OpenGL utility library (GLU)
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpng12-01.2.13-4   PNG library - runtime
ii  libstdc++64.1.1-19   The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2.dfsg-1.2 The Vorbis General Audio Compressi
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxxf86vm1   1:1.0.1-2  X11 XFree86 video mode extension l
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages amoeba recommends:
ii  libgtk1.2 1.2.10-18  The GIMP Toolkit set of widgets fo

-- no debconf information


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



Bug#397883: rasmol: display garbled on amd64

2006-11-10 Thread Teemu Ikonen

On 11/10/06, Michael Schmitz [EMAIL PROTECTED] wrote:

rasmol is unuseable on amd64 (and perhaps other 64bit architectures) due
to using the wrong data type for writes to the frame buffer. This simple
patch fixes it:


Thanks for the patch. However, I propose that the definition should be
in the Imakefile, where the other architecture specific definitions
are as well. Unfortunately I don't have access to a 64-bit machine at
the moment, could you test that the patch below actually works?

Thanks,

Teemu

--- src/Imakefile   2006-05-14 17:41:15 +
+++ src/Imakefile   2006-11-10 11:03:11 +
@@ -137,6 +137,12 @@
#
# Architecture Specific Rules
#
+
+#ifdef AMD64Architecture
+CCOPTIONS = -D_LONGLONG
+#endif
+
+#
#If running under HPUX, define the appropriate variant
#with #define
#


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



Bug#396843: nautilus: missing dependency to eject

2006-11-03 Thread Teemu Ikonen
Package: nautilus
Version: 2.14.3-3
Severity: normal

The right-click menu for mounted cdroms and the like contains the entry
eject, which fails if the /usr/bin/eject is not found. Maybe nautilus should
have a dependency to the eject package?

Teemu

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

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.11-1Utilities for .desktop files
ii  gnome-control-center   1:2.14.2-3+b1 utilities to configure the GNOME d
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-2  Bonobo CORBA interfaces library
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libeel2-2  2.14.3-1  Eazel Extensions Library (for GNOM
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libgail-common 1.8.11-2  GNOME Accessibility Implementation
ii  libgail17  1.8.11-2  GNOME Accessibility Implementation
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-1  Utility library for loading .deskt
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-2+b1   GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libnautilus-extension1 2.14.3-3  libraries for nautilus components 
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  librsvg2-2 2.14.4-2  SAX-based renderer library for SVG
ii  libstartup-notification0   0.8-2 library for program launch feedbac
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxml22.6.26.dfsg-4 GNOME XML library
ii  nautilus-data  2.14.3-3  data files for nautilus
ii  shared-mime-info   0.19-1FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  desktop-base 0.3.17  common files for the Debian Deskto
ii  eject2.1.4-2.1   ejects CDs and operates CD-Changer
pn  fam  none  (no description available)
ii  libgnomevfs2-extra   2.14.2-2+b1 GNOME virtual file-system (extra m
ii  librsvg2-common  2.14.4-2SAX-based renderer library for SVG
ii  nautilus-cd-burner   2.14.3-2CD Burning front-end for Nautilus

-- no debconf information


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



Bug#385167: xfonts-bolkhov-75dpi: Breaks the Helvetica font on e.g. inkscape

2006-10-12 Thread Teemu Ikonen

On 10/12/06, Anton Zinoviev [EMAIL PROTECTED] wrote:

This font package is not much different to the default X fonts - it
supports both Cyrillic and Latin symbols and most of the default X
fonts also support both Cyrillic and Latin symbols.  Perhaps the
problem you observed is not connected with this particular font
package?  Please test if the packages xfonts-75dpi and
xfonts-75dpi-transcoded will also cause this bug to appear.  Please
tell me if you know what I should do in order to reproduce this bug on
my system.


You're right, if I install either xfonts-100dpi or xfonts-75dpi, then
the Helvetica font appears on the Inkscape menu, but the font displays
the problems I described in the previous mail. If I remove both of
these packages, Inkscape does not find any Helvetica font in my
system.

Perhaps this is a bug in Inkscape, at least other Gnome programs such
as gedit seem to work with the Helvetica bitmap font just fine...

Teemu


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



Bug#391048: jabref shows a blank window under compiz

2006-10-04 Thread Teemu Ikonen
Package: compiz
Version: 0.0.13+git20060928-2
Severity: normal

The bibliography manager Jabref is unusable when started under compiz. 
The splashscreen of jabref displays ok, but the main window does not 
show any widgets, only the blue-gray background color fills the window. 

Curiously, if I first start Jabref and then compiz with the --replace
option, it works fine.

So far I haven't found another program (java or not) which would
display this behaviour under compiz, nor does Jabref fail to work under 
any other window manager I've tried.

My graphics card is i945G.

Teemu


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

Versions of packages compiz depends on:
ii  compiz-core 0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gnome0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-gtk  0.0.13+git20060928-2 OpenGL window and compositing mana
ii  compiz-plugins  0.0.13+git20060928-2 OpenGL window and compositing mana

compiz recommends no packages.

-- no debconf information


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



Bug#380210: easychem freezes when exporting

2006-10-05 Thread Teemu Ikonen

reopen 380210
thanks

Hi,

It seems that the patch did not fix this bug. At least I'm
experiencing something similar with the Debian version 0.6-2. When I
click File-Export (or press CTRL-E), easychem freezes and hogs the
CPU (the gui is still updated though).

Teemu


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



Bug#348919: update-manager: graphics has Ubuntu logo

2006-01-19 Thread Teemu Ikonen
Package: update-manager
Version: 0.41.1.dfsg+CVS20051105-2
Severity: minor


The icon and graphics in update-manager have the Ubuntu logo instead of the 
Debian swirl. This should be changed for the Debian version of this package.

Also, preferences-add window contains the string oficially supported
which should be officially.

Teemu

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages update-manager depends on:
ii  lsb-release   3.0-13 Linux Standard Base version report
ii  python2.4 2.4.2-2An interactive high-level object-o
ii  python2.4-apt 0.6.15 Python interface to libapt-pkg
ii  python2.4-glade2  2.6.3-2GTK+ bindings: Glade support
ii  python2.4-gnome2  2.10.0-4   Python bindings for the GNOME desk
ii  synaptic  0.57.6 Graphical package manager

update-manager recommends no packages.

-- no debconf information


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



Bug#349226: lvm-common: driver-needing PVs not found during boot

2006-01-21 Thread Teemu Ikonen
Package: lvm-common
Version: 1.5.17
Severity: important

I have physical volumes on SATA disks on Intel ICH5/ICH5R controller, which
needs the ata_piix driver, which I load in /etc/modules. The module loads
fine, but for some reason the disks are not found by vgscan, which is run by
'/etc/init.d/lvm start' and I get errors about missing volumes.

If I read something from the disk before the lvm init script runs,
everything works fine. As a fix, I've put the following on
/etc/modprobe.d/ata_piix:

install ata_piix modprobe -i ata_piix ; /usr/bin/head /dev/sda  /dev/null

Naturally, this is a kludge and the real fix would be activate the disk
automatically when the driver is loaded or by lvm. Feel free to reassign
this bug to linux-kernel, if necessary.

I'm running sarge with 2.6.12-1-686-smp kernel.

Teemu


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



Bug#501045: awesome 3.0 needs a versioned build-dep on luadoc (=3.0.1)

2008-10-03 Thread Teemu Ikonen
Package: awesome

Backporting awesome 3.0-1 to Ubuntu hardy with the specified
build-deps failed when generating documentation with luadoc.
Backporting the lua-doc_3.0.1-1 package from Debian made the build
succeed (hardy has luadoc 3.0-5).

Please add a versioned build-dependency to luadoc in the next release.

Teemu



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



Bug#493847: RFP: prism -- Run web applications directly on the desktop

2008-08-05 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist

* Package name: prism
  Version : 0.9.1 
  Upstream Author : Mark Finkle [EMAIL PROTECTED] 
* URL : http://labs.mozilla.com/projects/prism/
* License : MPL | LGPL-2.1+
  Programming Lang: C++
  Description : Run web applications directly on the desktop

 Prism, previously called WebRunner, is a simple XULRunner based browser
 that hosts web applications without the normal web browser user
 interface.  It is based on a concept called Site Specific Browsers
 (SSB).
 .
 XULRunner is a single gecko runtime that can be used to bootstrap
 multiple XUL + XPCOM applications that are as rich as Firefox and
 Thunderbird.

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



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



Bug#493847: prism

2008-08-05 Thread Teemu Ikonen
Hi,

There's an ubuntu package of prism at http://packages.ubuntu.com/intrepid/prism
Would anyone be interested in maintaining it in Debian?

Best,

Teemu



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



Bug#495385: imview: documentation registered in invalid section Apps/Science

2008-08-20 Thread Teemu Ikonen
On Sat, Aug 16, 2008 at 11:45 PM, James R. Van Zandt [EMAIL PROTECTED] wrote:
 The on-line help is registered in section Apps/Science, which
 isn't valid per the current policy described in
 /usr/share/doc/doc-base/doc-base.txt.gz

 I suggest the patch below.  It also revises the abstract to give the
 user a clue as to the purpose of imview.  This may be useful if
 browsing through the available documentation e.g. with dwww.

Hi Jim,

Thanks for the report and the patch. I had already changed the section
to science/data analysis in the upcoming version, but I applied the
change to the abstract from your patch.

Best,

Teemu



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



Bug#498261: rasmol-gtk: segfaults when more than one file is given on commandline

2008-09-08 Thread Teemu Ikonen
Package: rasmol
Version: 2.7.4.2-3
Severity: important

To repeat:

$ rasmol-gtk Ntr_H.pdb tmp.pdb
Segmentation fault

I'm working on a patch to fix this.

Teemu

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

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

Versions of packages rasmol depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libcbf00.7.9.1-2 shared library supporting CBFlib
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.5-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libvte91:0.16.14-3   Terminal emulator widget for GTK+ 
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

rasmol recommends no packages.

Versions of packages rasmol suggests:
ii  rasmol-doc2.7.4.2-3  Documentation for rasmol

-- no debconf information



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



Bug#484717: gibak

2008-09-09 Thread Teemu Ikonen
Hi,

Is anyone working on getting gibak into Debian at the moment? The
repository at git.debian.org seems to be somewhat outdated, but on the
other hand, upstream repository at
http://eigenclass.org/repos/git/gibak/.git/ has recently added a
debian/ directory.

Paul, do you mind if I update the git.d.o repo to include the latest changes?

Teemu



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



Bug#426581: meshlab - anyone still working on this

2008-02-12 Thread Teemu Ikonen
On Feb 9, 2008 7:08 PM, Ian Jackson [EMAIL PROTECTED] wrote:
 Teemu Ikonen writes (Re: Bug#426581: meshlab - anyone still working on 
 this):
  http://esko.osmas.info/~tmx/meshlab/
 I've reviewed this and it's looking reasonably good.

Hi Ian, Paolo and others,

Thanks for the review. I fixed the problems you found except these:

 After I built it (on lenny), I ran meshlab from an xterm.  It opened
 an entirely blank override-redirect pale grey window covering the top
 left area of my display, as well as the main window.  What is that
 blank window for ?  Can it be got rid of ?

I cannot repeat this.

 I tested it on a .off from the [EMAIL PROTECTED] library and it seemed to more
 or less work.  However there were a couple of things which made it
 segfault.  For example, if I select any shader other than none, or if
 I ask for `Edit / Vertex painting' and then click on the object.  I
 assume that these are installation problems of some kind (ie, bugs in
 the packaging).

Edit / Vertex painting works here. The shaders crash here as well, but
AFAIK they need hardware support to work, which I do not have here.
Meshlab should check if GL_ARB_vertex_shader and
GL_ARB_fragment_shader extensions are available, before trying to use
them. I don't have time to start fixing this, or other upstream bugs.
Paolo, can you help here?

 If I run the program with --help or -h, it tries to open them as
 files.  It ought at least to bomb out with a message saying please
 refer to the meshlab wiki (with a URL).

Upstream.

 Eyeballing the patch I notice an awful lot of
  -INCLUDEPATH  += ../.. ../../../../sf ../../../../code/lib/glew/include
  +INCLUDEPATH  += ../.. ../../../../sf
 Maybe it would be possible to suggest to prepare a patch for upstream
 submission which replaces   ../../../../code/lib/glew/include  with
 $(GLEWINCLUDEPATH) or some such, which would be set in one place.
 Likewise various places where glew.c is referred to.

I cleaned up my build / directory / etc. hacks a bit, and attached
separate patches to this mail for Paolos convenience, if he chooses to
implement them in his sources. Although I'm sure he'll find better
solutions himself :)

I updated the package and put it to again to
http://esko.osmas.info/~tmx/meshlab/
but as there are still problems (mainly with the shaders), maybe the
package is not quite ready yet.

Teemu
=== modified file 'meshlab/src/meshlab/interfaces.h'
--- meshlab/src/meshlab/interfaces.h	2008-01-30 15:46:19 +
+++ meshlab/src/meshlab/interfaces.h	2008-02-11 15:14:21 +
@@ -223,12 +223,16 @@
 	
 	static QString getPluginDirPath()
 	{
+	#if defined(DEBIAN)
+	QDir pluginsDir(QString(/usr/lib/meshlab));
+	#else
 		QDir pluginsDir(getBaseDirPath());
 		if(!pluginsDir.exists(plugins))
 QMessageBox::warning(0,Meshlab Initialization,Serious error. Unable to find the plugins directory.);
 		
 		pluginsDir.cd(plugins);
-		return pluginsDir.absolutePath();
+		#endif
+	return pluginsDir.absolutePath();
 	}
 };
 

=== modified file 'meshlab/src/meshlab/meshlab.pro'
--- meshlab/src/meshlab/meshlab.pro	2008-02-11 11:51:26 +
+++ meshlab/src/meshlab/meshlab.pro	2008-02-11 15:14:21 +
@@ -71,6 +71,7 @@
 
 DEFINES += GLEW_STATIC
 LIBS += -lGLEW
+DEFINES += DEBIAN
 
 INCLUDEPATH += . ../../../sf ../../../code/lib/glew/include
 CONFIG += stl

=== modified file 'meshlab/src/meshlabplugins/filter_ao/filter_ao.cpp'
--- meshlab/src/meshlabplugins/filter_ao/filter_ao.cpp	2008-01-30 15:46:19 +
+++ meshlab/src/meshlabplugins/filter_ao/filter_ao.cpp	2008-02-11 15:14:21 +
@@ -711,8 +711,10 @@
 
 void AmbientOcclusionPlugin::set_shaders(char *shaderName, GLuint v, GLuint f, GLuint pr)
 {	
-	QDir shadersDir = QDir(qApp-applicationDirPath());
-
+#if defined(DEBIAN)
+QDir shadersDir = QDir(QString(/usr/share/meshlab/shaders));
+#else
+QDir shadersDir = QDir(qApp-applicationDirPath());
 
 #if defined(Q_OS_WIN)
 	if (shadersDir.dirName() == debug || shadersDir.dirName() == release || shadersDir.dirName() == plugins  )
@@ -734,7 +736,8 @@
 		QMessageBox::information(0, Ambient Occlusion Plugin,Unable to find the shaders directory.\nNo shaders will be loaded.);
 		return;
 	}
-
+#endif // DEBIAN
+   
 	f = glCreateShader(GL_FRAGMENT_SHADER);
 	v = glCreateShader(GL_VERTEX_SHADER);
 

=== modified file 'meshlab/src/meshlabplugins/filter_ao/filter_ao.pro'
--- meshlab/src/meshlabplugins/filter_ao/filter_ao.pro	2008-02-11 11:51:26 +
+++ meshlab/src/meshlabplugins/filter_ao/filter_ao.pro	2008-02-11 15:14:21 +
@@ -13,6 +13,7 @@
 .
 DEFINES += GLEW_STATIC
 LIBS += -lGLEW
+DEFINES += DEBIAN
 
 win32{
   DEFINES += NOMINMAX

=== modified file 'meshlab/src/meshlabplugins/meshrender/meshrender.cpp'
--- meshlab/src/meshlabplugins/meshrender/meshrender.cpp	2008-01-30 15:46:19 +
+++ meshlab/src/meshlabplugins/meshrender/meshrender.cpp	2008-02-11 15:14:21 +
@@ -106,6 +106,9 @@
 	qaNone-setCheckable(false);
 	actionList  qaNone

Bug#426581: meshlab - anyone still working on this

2008-02-01 Thread Teemu Ikonen
On Jan 29, 2008 6:42 PM, Paolo Cignoni [EMAIL PROTECTED] wrote:
 Hi to all,
 With the new release 1.1.0
 i have prepared, as you requested, a tarball with (hopefully) all the
 needed sources (including vcg)
 it is available at sourceforge at

 http://downloads.sourceforge.net/meshlab/MeshLabSrc_v110.tgz

Great! This makes packaging really much easier. I remade my packaging branch at
https://code.launchpad.net/meshlab to use the new release. I think the
package is now close to being good enough to upload to the archive,
the only obstacle is the obsolete lib3ds-dev in Debian. That just
requires someone to NMU it since the changes needed to build the new
version are really small, and given in a patch at bug #463108.

For people who want to test the package without using bzr, the source
package is also at
http://esko.osmas.info/~tmx/meshlab/
Remember to use version 1.3.0 of lib3ds.

In order to get the package uploaded, I would need a sponsor /
co-maintainer. Any volunteers?

As for the meshlab release, I found a couple of small issues that
should be fixed upstream (but are now patched in the Debian source):
- ui_painttoolbox.h is not created during build
- build fails due to private variable access in one of the plugins,
see attached patch

Teemu

 Once untarred it should contain most of the needed libs.
 The only depending stuff that should be managed by hand
 is the lib3ds, for which we need the 1.3 version

 I have set up a page of the documentation explaining what is needed
 and how to compile
 http://meshlab.sourceforge.net/wiki/index.php/Compiling

 Let me know if i can help in some way

 p.
=== modified file 'meshlab/src/meshlabplugins/render_rm/glstateholder.h'
--- meshlab/src/meshlabplugins/render_rm/glstateholder.h	
2008-01-30 15:46:19 +
+++ meshlab/src/meshlabplugins/render_rm/glstateholder.h	
2008-01-31 15:09:44 +
@@ -160,7 +160,7 @@
 class GLStateHolder : public QObject
 {
 	Q_OBJECT
-
+friend class RmMeshShaderRenderPlugin;
 // private data members
 private:



Bug#463108: patch for building lib3ds-dev 1.3.0

2008-02-01 Thread Teemu Ikonen
tag 463108 +patch
thanks

I'm attaching a (trivial) patch against the debian/rules files which
allows building
the 1.3.0 version of lib3ds in Etch / sid. Please upload / NMU if you
can.

Teemu
--- /home/tpikonen/src/lib3ds-dev-deb/lib3ds-1.2.0/debian/rules	2008-01-30 17:07:48.0 +0100
+++ lib3ds-1.3.0/debian/rules	2008-02-01 14:58:20.0 +0100
@@ -25,7 +25,7 @@
 AM_INPUT   := $(shell find -name Makefile.am)
 AM_OUTPUT  := $(patsubst %.am,%.in,$(AM_INPUT))
 AUTO_MAKEFILES := $(patsubst %.am,%,$(AM_INPUT))
-AUTOGEN:= ltmain.sh ltconfig depcomp\
+AUTOGEN:= ltconfig depcomp\
 		  install-sh missing mkinstalldirs $(AM_OUTPUT) \
 		  config.guess config.sub configure \
 		  $(AUTO_MAKEFILES)
@@ -41,7 +41,7 @@
 	dh_testdir
 
 	rm -f $(AUTOGEN)
-	aclocal -I m4
+	aclocal
 	automake --add-missing
 	autoconf
 	autoheader


Bug#452847: quodlibet-plugins: last.fm support broken

2007-11-25 Thread Teemu Ikonen
Package: quodlibet-plugins
Version: 20070625-1
Severity: normal
Tags: patch

The Python API in lastfmsubmitd has changed, which breaks the last.fm
submission plugin in quodlibet. Attached patch fixes this at least for me.

Teemu


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

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages quodlibet-plugins depends on:
ii  exfalso   1.0-1  audio tag editor for GTK+

quodlibet-plugins recommends no packages.

-- no debconf information
--- lastfmsubmit.py.orig	2007-11-25 14:45:54.0 +0100
+++ lastfmsubmit.py	2007-11-25 17:22:59.0 +0100
@@ -27,10 +27,13 @@
 __exclude = 
 __song = None
 __timeout_id = -1
-__log = lastfm.logger('quodlibet')
+__cli = None
 
 def __init__(self):
-try: self.__exclude = config.get(plugins, scrobbler_exclude)
+try: 
+self.__exclude = config.get(plugins, scrobbler_exclude)
+__cli = lastfm.client.Client('quodlibet')
+__cli.open_log()
 except: pass
 
 def unprepare(self):
@@ -131,6 +134,6 @@
 for key in data.keys():
 if not data[key]: del(data[key])
 try:
-lastfm.submit([data])
-self.__log.info(Sent %s, lastfm.repr(data))
-except IOError, e: self.__log.error(Error: %s % e)
+self.__cli.submit([data])
+self.__cli.log.info(Sent %s, lastfm.repr(data))
+except IOError, e: self.__cli.log.error(Error: %s % e)


Bug#452849: lastfmsubmitd: please package lastfm python bindings separately

2007-11-25 Thread Teemu Ikonen
Package: lastfmsubmitd
Version: 0.36-1
Severity: wishlist

Some player packages (like quodlibet-plugins) depend on lastfmsubmitd, but
only use the included python bindings to directly submit to last.fm when
online. Installation of lastfmsubmitd itself is not really needed in these
cases, and the debconf questions about last.fm user and password are very
confusing, since they have no effect when submitting directly without going
through the daemon.

Could you please split the last.fm python bindings to a separate package
(something like python-lastfm)?

Teemu

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

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages lastfmsubmitd depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.16 Debian configuration management sy
ii  python2.4.4-6An interactive high-level object-o
ii  python-support0.7.5  automated rebuilding support for p

Versions of packages lastfmsubmitd recommends:
ii  python-musicbrainz2.1.5-1Second generation incarnation of t

-- debconf information excluded



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



Bug#450499: texmacs segfault

2007-11-26 Thread Teemu Ikonen
Hi,

This bug reappeared with guile-1.8-libs version 1.8.3+1-1, so
apparently none of the Texmacs versions in lenny or sid work at the
moment. Could someone please upload a version compiled against latest
Guile?

Teemu



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



Bug#452849: lastfmsubmitd: please package lastfm python bindings separately

2007-11-26 Thread Teemu Ikonen
On 11/25/07, Decklin Foster [EMAIL PROTECTED] wrote:
 I don't understand this. The python modules do not submit anything;
 they pass the information to lastfmsubmitd, which does the submitting.
 This is by design.

Indeed, you're right. The quodlibet-plugins actually contains two
plugins for submitting information to last.fm. qlscrobbler.py submits
directly, without using external python modules. lastfmsubmit.py uses
the daemon and the python API from lastfmsubmitd (and is actually not
up to date, see #452847).

Since I got errors complaining about missing lastfm-module, and
everything started working after I fixed the dependency (and the bug
mentioned above), I assumed that the python bindings would also work
without the daemon, which was not running on my system.

Teemu



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



Bug#426581: ITP: meshlab -- System for processing and editing triangular meshes

2008-01-25 Thread Teemu Ikonen
On Jan 23, 2008 3:47 PM, Gürkan Sengün [EMAIL PROTECTED] wrote:
 What's the status on this?

Hi Gurkan,

No progress recently. I started to wait for the next release in order
to update the debian package, but that hasn't happened yet. I have the
debian sources, based on 8 months old CVS version online in bzr at
http://www.osmas.info/~tmx/bzr/meshlab/meshlab-debian/

You're welcome to take over the packaging of Meshlab, if you wish.

Teemu




Bug#426581: ITP: meshlab -- System for processing and editing triangular meshes

2008-01-25 Thread Teemu Ikonen
On Jan 25, 2008 12:40 PM, Gürkan Sengün [EMAIL PROTECTED] wrote:
  No progress recently. I started to wait for the next release in order
  to update the debian package, but that hasn't happened yet. I have the
  debian sources, based on 8 months old CVS version online in bzr at
  http://www.osmas.info/~tmx/bzr/meshlab/meshlab-debian/
 Oh that sounds good, so what about we co-maintain the package?

No problem, although I may not have that much time to contribute at the moment.

  You're welcome to take over the packaging of Meshlab, if you wish.
 MeshLab doesn't look too hard, but having its build-depends, as in the
 vcg library? Did you have a look at that yet?

According to upstream, the VCG library is very tightly coupled to
Meshlab, and they should be updated (from CVS) together. I solved this
simply by importing the VCG sources to the debian orig.tar and not
having a separate package for VCG.

I have some other bzr branches of Meshlab and VCG in my computer,
which I also can put online (upstream sources contain some non-DFSG
material which needs to be pruned from the Debian sources), but
unfortunately not just now, maybe tomorrow.

Best,

Teemu




Bug#426581: meshlab - anyone still working on this

2008-01-29 Thread Teemu Ikonen
Hi all,

I made a small effort to bring the meshlab package up to date with the
current CVS version, but had to give up. There were some errors on the
code, such as missing functions or declarations (I probably hit the
CVS on a wrong day), but what stopped me was that the dependency on
lib3ds-dev is to version 1.3.0, which is not in Debian yet (bug report
filed, see #463108).

In order to let others take a stab on packaging, I will let launchpad
host my bzr branches, and will grant access to anyone who's interested
(Gurkan?). Launchpad should also automatically import code from the
sourceforge CVS to the trunk branch. See
https://code.launchpad.net/meshlab if interested.

Code tarballs from upstream with the useful parts from vcg needed to
build meshlab would really help. Now the meshlab-debian branch at
launchpad has these bits copied manually from a CVS checkout made on
the same day as meshlab was updated.

Best,

Teemu

On Jan 24, 2008 10:38 PM, Paolo Cignoni [EMAIL PROTECTED] wrote:
 Hi,
 I do not have a debian machine directly available for testing,nor i
 know how to build debian packages,
 but I can help any volunteer in this task.

 Version 1.1.0 is almost ready
 so if also a debian version would be ready i will be really happy.

 Feel free to ask me, (and/or to the meshlab devel maililing list)

 Cheers

 Paolo Cignoni
 (the lead devel of meshlab)



 On Jan 24, 2008 8:50 PM, Ian Jackson [EMAIL PROTECTED] wrote:
  Is anyone still working on the meshlab package (and the vcg library) ?
 
  I have a use for it and hoped to find a package, or failing that I
  might try to put one together myself.
 
  How far has anyone got ?  Any information or pointers would be
  valuable.
 
  I found this:
http://gnu.ethz.ch/debian/meshlab/
  which is shall we say a surprising way of distributing source for
  Debian and is clearly very much a work in progress.
 
  If someone wants to make a package suitable for me to sponsor that
  would be fine by me too.
 
  Regards,
  Ian.
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 






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



Bug#463108: lib3ds-dev: Please upload version 1.3.0

2008-01-29 Thread Teemu Ikonen
Package: lib3ds-dev
Version: 1.2.0-4.2
Severity: wishlist


Hi,

Version 1.3.0 of lib3ds has been released already 6 months ago, and some
other packages start to depend on it. Could you please package and upload
the new version?

Best,

Teemu



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



Bug#293962: mozilla-calendar: Also crashes on powerpc

2005-05-03 Thread Teemu Ikonen
Package: mozilla-calendar
Version: 2:1.7.7-2
Followup-For: Bug #293962

Hi,

I also get a crash similar to the first reporter, but on powerpc (the i386
version seems to work fine). A remote calendar is also involved.

Strace gives me the following:

read(19, V, 1)= 1
read(19, C, 1)= 1
read(19, A, 1)= 1
read(19, L, 1)= 1
read(19, E, 1)= 1
read(19, N, 1)= 1
read(19, D, 1)= 1
read(19, A, 1)= 1
read(19, R, 1)= 1
read(19, \n, 1)   = 1
read(19, , 1) = 0
read(19, , 1) = 0
gettimeofday({1115106644, 183261}, NULL) = 0
gettimeofday({1115106644, 184207}, NULL) = 0
brk(0)  = 0x107d9000
brk(0x107fa000) = 0x107fa000
gettimeofday({1115106644, 185062}, NULL) = 0
gettimeofday({1115106644, 185492}, NULL) = 0

[gettimeofday repeats about a hundred times]

gettimeofday({1115106644, 213280}, NULL) = 0
gettimeofday({1115106644, 213632}, NULL) = 0
time(NULL)  = 1115106644
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
unlink(/home/tpikonen/.mozilla/tpikonen/9k5ewfxp.slt/lock) = 0
rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [SEGV], NULL, 8) = 0
kill(1658, SIGSEGV) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

Teemu

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (400, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages mozilla-calendar depends on:
ii  mozilla-browser   2:1.7.7-2  The Mozilla Internet application s

-- no debconf information



Bug#437094: uswsusp: s2disk fails with kernels 2.6.21 and 2.6.22

2007-08-10 Thread Teemu Ikonen
Package: uswsusp
Version: 0.6~cvs20070618-1
Severity: important


Suspend to disk is broken in an interesting way on a Thinkpad X40 with the
never kernels. Suspending works, but is very slow. I seem to get a small
speedup if I keep pressing some key (e.g. shift) on a keyboard. Resuming
sort of works as well, but the whole system has become sluggish, and seems
to need external (e.g. keyboard) interrupts in order to do something. For
example shutting down the system stalls completely, if I do not keep
pressing shift.

I suspect this bug is kernel-related, and caused be the new tickless clock
features in the kernel. Compiling the 2.6.22 Debian kernel with the
CONFIG_NO_HZ disabled did not fix the problem though. Everything works
perfectly with the 2.6.18-4 kernel.

Teemu

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

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

Versions of packages uswsusp depends on:
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libgcrypt11 1.2.4-2  LGPL Crypto library - runtime libr
ii  libsplashy1 0.3.5Library to draw splash screen on b
ii  libx86-10.99-1.2 x86 real-mode library
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages uswsusp recommends:
ii  initramfs-tools   0.89   tools for generating an initramfs
ii  mount 2.12r-19   Tools for mounting and manipulatin

-- debconf information:
  uswsusp/compute_checksum: false
  uswsusp/no_snapshot:
  uswsusp/suspend_loglevel:
  uswsusp/no_swap:
  uswsusp/resume_offset:
  uswsusp/early_writeout: true
  uswsusp/image_size: 427135303
  uswsusp/compress: true
  uswsusp/create_RSA_key: false
  uswsusp/snapshot_device:
  uswsusp/RSA_key_file: /etc/uswsusp.key
  uswsusp/max_loglevel:
  uswsusp/resume_device: /dev/hda4
  uswsusp/shutdown_method: platform
  uswsusp/encrypt: false
  uswsusp/splash: false
  uswsusp/RSA_key_bits: 1024
* uswsusp/continue_without_swap: true


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



Bug#437115: alsa-base: no sound after etch - lenny upgrade in Thinkpad X40

2007-08-10 Thread Teemu Ikonen
Package: alsa-base
Version: 1.0.14-1
Severity: important

After upgrading from etch to lenny, all pcm sound stopped working. Sound
players work normally (i.e. the device receives data), but the outputs
remain silent. All mixer channels are unmuted and non-zero.

Teemu


-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libasound2 1.0.14a-2  ALSA library
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.12rc1 (Thu Jun 22 13:55:50 
2006 UTC).
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [I82801DBICH4   ]: ICH4 - Intel 82801DB-ICH4
  Intel 82801DB-ICH4 with AD1981B at 0xd0100c00, irq 177
 1 [Modem  ]: ICH-MODEM - Intel 82801DB-ICH4 Modem
  Intel 82801DB-ICH4 Modem at 0x2400, irq 177
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
crw-rw 1 root audio 116,  0 2007-08-10 15:34 controlC0
crw-rw 1 root audio 116, 32 2007-08-10 15:33 controlC1
crw-rw 1 root audio 116, 24 2007-08-10 15:34 pcmC0D0c
crw-rw 1 root audio 116, 16 2007-08-10 15:34 pcmC0D0p
crw-rw 1 root audio 116, 25 2007-08-10 15:34 pcmC0D1c
crw-rw 1 root audio 116, 26 2007-08-10 15:34 pcmC0D2c
crw-rw 1 root audio 116, 27 2007-08-10 15:34 pcmC0D3c
crw-rw 1 root audio 116, 20 2007-08-10 15:34 pcmC0D4p
crw-rw 1 root audio 116, 56 2007-08-10 15:33 pcmC1D0c
crw-rw 1 root audio 116, 48 2007-08-10 15:33 pcmC1D0p
crw-rw 1 root audio 116, 33 2007-08-10 15:33 timer
--- End /dev/snd/ listing ---

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

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

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.14-1  base package for ALSA and OSS soun
ii  lsof   4.78.dfsg.1-2 List open files
ii  module-init-tools  3.3-pre11-4   tools for managing Linux kernel mo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.14-1   ALSA utilities

Versions of packages libasound2 depends on:
ii  libc6 2.6-2  GNU C Library: Shared libraries

-- no debconf information


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



Bug#443104: glade-3: radiobutton groups cannot be specified

2007-09-18 Thread Teemu Ikonen
Package: glade
Version: 3.2.2-1
Severity: normal

Hi,

Groups for radiobuttons cannot be set with glade-3 (glade-2 works fine). The
radiobutton widget has the group property in its settings panel, but setting
a value to it is impossible, i.e. nothing happens despite clicking another
radiobutton in the resulting dialog.

Best,

Teemu



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



Bug#443940: libpth20: missing conflicts: libpth2

2007-09-25 Thread Teemu Ikonen
Daniel Baumann:
 Installation of libpth20 failed until I manually removed libpth2.

 this is problem only existing when directly upgrading from a state
 before etch to lenny. if you first upgrade from something before to
 etch, and then from etch to lenny, then this doesn't happen (and this is
 generally the only supported way of doing upgrades), hence closing the bug.

I'm not sure about this. I had been running etch since (and before)
the release and today while upgrading to lenny I hit this bug as well.

Best,

Teemu



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



Bug#435544: gnat-gps: /usr/lib/gps/dbimp not found on the path.

2007-08-01 Thread Teemu Ikonen
Package: gnat-gps
Version: 4.0.1-3
Severity: normal

Hi,

Trying to browse C sources with GPS gives the following error on the
Messages window:

/usr/lib/gps/dbimp not found on the path. C/C++ browsing is not available

This makes GPS mostly unusable for C development.

A brief look at the source reveals that the error is in the
command-names.patch which should also modify the part of the code in
cpp_parser.adb which adds an unneeded path in front of the command name. My
ADA skills are not sufficient to fix this though.

Best,

Teemu


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

Versions of packages gnat-gps depends on:
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgnat-4.1  4.1.1-22Runtime library for GNU Ada applic
ii  libgnatprj4.14.1.1-22GNU Ada Project Manager
ii  libgnatvsn4.14.1.1-22GNU Ada compiler version library
ii  libgtk2.0-0  2.8.20-7The GTK+ graphical user interface 
ii  libgtkada-2.82.8.1-5 Ada binding for the GTK library
ii  libpango1.0-01.14.8-5Layout and rendering of internatio
ii  libtemplates-parser1010.0+20060522-5 Ada library to parse files and rep
ii  python2.42.4.4-3 An interactive high-level object-o
ii  tcl8.4   8.4.12-1.1  Tcl (the Tool Command Language) v8

Versions of packages gnat-gps recommends:
pn  ada-reference-manual  none (no description available)
ii  gnat  4.1.1-15   The GNU Ada compiler
pn  gnat-gdb  none (no description available)
ii  gnat-gps-doc  4.0.1-3The GNAT Programming System - docu

-- no debconf information


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



Bug#435544: Patch

2007-08-02 Thread Teemu Ikonen
tag 435544 patch
thanks

Ok, I decided to fix it anyway. Attached is a new version of
patches/command-names.patch which sets the correct paths.

Teemu
Use external commands in the Debian paths.

Index: cpp_module/src/cpp_parser.adb
===
--- cpp_module/src/cpp_parser.adb.orig 2006-05-22 12:28:05.0 +0200
+++ cpp_module/src/cpp_parser.adb  2007-08-02 15:53:21.0 +0200
@@ -3179,8 +3179,7 @@

   if DBIMP_Dir.all =  then
  H.DBIMP_Path := new String'
-   (Name_As_Directory (System_Dir)  bin 
-Directory_Separator  DBIMP  Exec_Suffix.all);
+   (/usr/lib/gps/  DBIMP  Exec_Suffix.all);
   else
  H.DBIMP_Path := new String'
(DBIMP_Dir.all  Directory_Separator  DBIMP  Exec_Suffix.all);
@@ -3188,8 +3187,7 @@

   if CBrowser_Dir.all =  then
  H.CBrowser_Path := new String'
-   (Name_As_Directory (System_Dir)  bin
- Directory_Separator  CBrowser  Exec_Suffix.all);
+   (/usr/lib/gps/  CBrowser  Exec_Suffix.all);
   else
  H.CBrowser_Path := new String'
(CBrowser_Dir.all
Index: gvd/gvd/debugger-gdb.adb
===
--- gvd/gvd/debugger-gdb.adb.orig	2005-12-21 15:11:49.0 +0100
+++ gvd/gvd/debugger-gdb.adb	2006-09-18 08:12:24.0 +0200
@@ -75,7 +75,7 @@
Prompt_Length : constant := 6;
--  Length of the prompt ((gdb) ).
 
-   Gdb_Command   : constant String := gdb;
+   Gdb_Command   : constant String := gnatdb;
--  Name of the command to launch gdb.
 
Gdb_Options   : constant String := -nw -q;
Index: share/plug-ins/projects.xml
===
--- share/plug-ins/projects.xml.orig	2005-10-27 17:32:54.0 +0200
+++ share/plug-ins/projects.xml	2006-09-18 08:12:24.0 +0200
@@ -107,7 +107,8 @@
description=The application to use when debugging applications. Only gdb and its variants are currently supported by GPS
hide_in=wizard library_wizard
label=Debugger
-   choice default=true gdb/choice
+   choice default=true gnatgdb/choice
+   choicegdb/choice
choicepowerpc-wrs-vxworks-gdb/choice
choicepowerpc-wrs-vxworksae-gdb/choice
choicepowerpc-elf-gdb/choice


Bug#435840: tracker-search-tool: undefined symbol: tracker_search_text_get_hit_count_all_async

2007-08-03 Thread Teemu Ikonen
Package: tracker-search-tool
Version: 0.6.0-1
Severity: normal

Starting tracker-search tool, typing a string to the search box and
pressing enter results in program termination with this message:

tracker-search-tool: symbol lookup error: tracker-search-tool:
undefined symbol: tracker_search_text_get_hit_count_all_async

Best,

Teemu

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

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

Versions of packages tracker-search-tool depends on:
ii  libart-2.0-2  2.3.19-3   Library of functions for 2D graphi
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libc6 2.6-2  GNU C Library: Shared libraries
ii  libgconf2-4   2.18.0.1-3 GNOME configuration database syste
ii  libglade2-0   1:2.6.1-1  library to load .glade files at ru
ii  libglib2.0-0  2.12.13-1  The GLib library of C routines
ii  libgnome-desktop-22.18.3-1   Utility library for loading .deskt
ii  libgnome2-0   2.18.0-4   The GNOME 2 library - runtime file
ii  libgnomeui-0  2.18.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.18.1-2 GNOME Virtual File System (runtime
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user interface 
ii  libtracker-gtk0   0.6.0-1GTK+ widgets for apps that use tra
ii  libtrackerclient0 0.5.4-6metadata database, indexer and sea
ii  tracker   0.6.0-1metadata database, indexer and sea

Versions of packages tracker-search-tool recommends:
ii  xdg-utils 1.0.1-2Desktop integration utilities from

-- no debconf information


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



Bug#435840: tracker-search-tool: undefined symbol: tracker_search_text_get_hit_count_all_async

2007-08-03 Thread Teemu Ikonen
On 8/3/07, Michael Biebl [EMAIL PROTECTED] wrote:
 Teemu Ikonen schrieb:
  ii  libtracker-gtk0   0.6.0-1GTK+ widgets for apps that use 
  tra
  ii  libtrackerclient0 0.5.4-6metadata database, indexer and 
  sea
 ^^^
 Have you setup libtrackerclient0 on hold or is there a reason, why it
 was not upgraded? Does it solve your problem if you upgrade
 libtrackerclient?

Thanks for the help, indeed upgrading this library solved the problem.
The dependency in the package should be versioned, it seems.

Best,

Teemu


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



Bug#437115: Fix found, sort of

2007-09-15 Thread Teemu Ikonen
reopen 437115
thanks

Ok, sorry for not following this bug for a while, but I found a fix
for the muted sound. No, it was not solved by pressing the mute button
:)

As can be found at Thinkwiki ( http://www.thinkwiki.org/wiki/AD1981B )
and alsa FAQs (
http://alsa.opensrc.org/index.php/FAQ#My_ALSA_modules_seem_to_be_loaded_fine_but_I_hear_no_sound._Why.27s_that.3F
), for some odd reason the Headphone Jack Sense and Line Jack Sense
mixer channels need to be _muted_ for the sound to work at all on some
Thinkpad models.

The reason for this idiocy is beyond me, but the real solution to this
problem would probably involve disabling these channels completely in
the AD1981B kernel driver, when it's being run on affected models.
Anyone capable of writing a patch to the driver for this?

Best,

Teemu



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



Bug#437115: [Pkg-alsa-devel] Bug#437115: Fix found, sort of

2007-09-15 Thread Teemu Ikonen
On 9/15/07, Elimar Riesebieter [EMAIL PROTECTED] wrote:
 They are both set to off by default in /etc/init.d/alsa-utils:

 switch_control Headphone Jack Sense off
 switch_control Line Jack Sense off

 You can do as follows:
 # rm /var/lib/alsa/asound.state
 # /etc/init.d/alsa-utils start

 Check wether the Jack Senses are muted?

Yes, after deleting the asound.state and restarting the Jack Senses
are muted. It would be nicer that they would be completely disabled
and could not be set on at all on laptops like the X40.

Best,

Teemu



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



Bug#442810: not honouring colour or orientation in postscript export

2007-09-17 Thread Teemu Ikonen
On 9/17/07, Drew Parsons [EMAIL PROTECTED] wrote:
 The problem did not exist previously, did it crept in the new GTK
 version?

Thanks for the problem report. The bug should not have anything to do
with GTK, but you could test it by trying to repeat the bug with the
rasmol-classic binary provided in the Debian package.

I am actually just working on a new rasmol-gtk version with much
improved image export and printing support based on GtkPrint. You can
expect a pre-release in about a week or so.

Best,

Teemu



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



Bug#442810: Rasmol export and printing

2007-10-03 Thread Teemu Ikonen
Hi,

A version of rasmol-gtk with a better export support and still
somewhat rough printing support is in the launchpad bzr branch at
http://bazaar.launchpad.net/~tpikonen/rasmol/rasgtk

It needs gtk 2.12 from unstable to compile and evince 0.9.0 from
experimental for print preview to work. No Debian packages yet, I
still need to work on the printing GUI.

Teemu



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



Bug#378846: choppy sound

2007-01-20 Thread Teemu Ikonen

reassign 378846 ekiga 2.0.3-2
thanks

Since all other sound applications except ekiga work perfectly with
this hardware (even skype with ALSA drivers, wengophone is broken in
so many other ways that it can't be tested), I think this is a bug in
ekiga.

Teemu


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



Bug#412366: texmacs: infloops and sometimes crashes X when accessing menus

2007-02-25 Thread Teemu Ikonen
Package: texmacs
Version: 1:1.0.6.8-1
Severity: grave
Justification: causes non-serious data loss

A sure way to crash texmacs 1.0.6.8 from experimental: 

Click on the menu, do not lift the mouse button. Move around with the mouse
in the menu structure. After a while, texmacs starts consuming all the cpu
and X does not allow the focus to be shifted to other windows. Killing
texmacs from the console succeeds, but sometimes X does not recover (i.e.
the screen remains blank when switching back to X) and has to be killed as
well, hence the grave severity.

Teemu

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages texmacs depends on:
ii  gs-gpl8.54.dfsg.1-5  The GPL Ghostscript PostScript int
ii  guile-1.8-libs1.8.1+1-4  Main Guile libraries
ii  libc6 2.3.6.ds1-11   GNU C Library: Shared libraries
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libltdl3  1.5.22-4   A system independent dlopen wrappe
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  tetex-base3.0.dfsg.3-5   Basic TeX input files of teTeX
ii  tetex-bin 3.0-29 The teTeX programs
ii  tetex-extra   3.0.dfsg.3-5   Additional TeX input files of teTe
ii  texmacs-common1:1.0.6.8-1WYSIWYG mathematical text editor u
ii  xbase-clients 1:7.1.ds1-2miscellaneous X clients
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages texmacs recommends:
ii  imagemagick 7:6.2.4.5.dfsg1-0.14 Image manipulation programs
ii  ispell  3.1.20.0-4.3 International Ispell (an interacti
ii  libjpeg-progs   6b-13Programs for manipulating JPEG fil
ii  librsvg2-bin2.14.4-2 command-line and graphical viewers
ii  libtiff-tools   3.8.2-7  TIFF manipulation and conversion t
ii  netpbm  2:10.0-11Graphics conversion tools
ii  texmacs-extra-fonts 0.2  extra fonts for the mathematical t
ii  xfig1:3.2.5-alpha5-9 Facility for Interactive Generatio

-- no debconf information


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



Bug#412366: texmacs: infloops and sometimes crashes X when accessing menus

2007-02-25 Thread Teemu Ikonen

I built the latest texmacs version 1.0.6.9 with the debian patch, and
it did not seem to suffer from this problem. Maybe it's time to
upgrade the version in experimental?

Teemu


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



Bug#417105: python-gtk2: gtk.Scale does not redraw

2007-04-01 Thread Teemu Ikonen
Package: python-gtk2
Version: 2.8.6-8
Severity: normal

I have a PyGTK program which receives external events and updates a
gtk.Scale widget by calling the set_value() method. However, the widget is
not redrawn after the call. If I call queue_draw() after set_value(), the
widget is updated as it should. Other slider-like widgets (ProgressBar for
example) do not to need manual redrawing, so I believe this is a bug in
either PyGTK or GTK.

Teemu


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages python-gtk2 depends on:
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libx11-62:1.0.3-6X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  python  2.4.4-2  An interactive high-level object-o
ii  python-cairo1.2.0-1  Python bindings for the Cairo vect
ii  python-numeric  24.2-7   Numerical (matrix-oriented) Mathem
ii  python-support  0.5.6automated rebuilding support for p

python-gtk2 recommends no packages.

-- no debconf information


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



Bug#339581: texmacs: missing dependency to groff (pfbtops)

2007-02-23 Thread Teemu Ikonen

found 339581 1:1.0.6-11
reopen 339581
thanks

Apparently the dependency on groff got dropped again at some point.

Teemu


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



Bug#280146: xlibmesa-dri: [radeon_dri] locks up when using scorched3d on ATI Radeon Mobility M6 LY

2007-01-28 Thread Teemu Ikonen

On 1/24/07, Brice Goglin [EMAIL PROTECTED] wrote:

About 2 years ago, you reported a bug to the Debian BTS regarding a
lockup when using scorched3d on a ATI Radeon Mobility M6 LY board.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.


I couldn't crash scorched3d on the same hardware with an up-to-date
etch, at least for a few rounds of gameplay, so apparently this issue
is solved. Feel free to close the bug.

Teemu


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



Bug#400073: rasmol: crashes when using keyboard shortcuts

2006-11-23 Thread Teemu Ikonen
Package: rasmol
Version: 2.7.2.1.1-5
Severity: normal

Starting rasmol by loading a pdb-file from the commandline and pressing
'alt-f' followed by '1' immediately causes a segfault.

Teemu


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



Bug#423519: lintian: pkg-not-in-package-test explanation not in English

2007-05-12 Thread Teemu Ikonen
Package: lintian
Version: 1.23.30
Severity: wishlist

Hi,

The pkg-not-in-package-test has an explanation which goes as follows:

The menu item doesn't tests to see if the package that contains it is
installed. This is probably an error. Perhaps it is spelled or capitalized
wrong, or perhaps the menu file was copied from some other package and this
was accidentally not changed.

Not only is the first sentence grammatically wrong, it is also pretty much
impossible to deduce from it what actually is the problem in question.

Best,

Teemu



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (450, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages lintian depends on:
ii  binutils   2.17-3The GNU assembler, linker and bina
ii  diffstat   1.43-2produces graph of changes introduc
ii  dpkg-dev   1.13.25   package building tools for Debian
ii  file   4.17-5etch1   Determines file type using magic
ii  gettext0.16.1-1  GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libparse-debianchangel 1.0-1 parse Debian changelogs and output
ii  man-db 2.4.3-6   The on-line manual pager
ii  perl [libdigest-md5-pe 5.8.8-7   Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information


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



Bug#426581: ITP: meshlab -- System for processing and editing triangular meshes

2007-05-29 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist
Owner: Teemu Ikonen [EMAIL PROTECTED]

* Package name: meshlab
  Version : 1.1.0b
  Upstream Author : Paolo Cignoni [EMAIL PROTECTED]
* URL : http://meshlab.sourceforge.net/
* License : GPL
  Programming Lang: C++
  Description : System for processing and editing triangular meshes

 MeshLab is an open source, portable, and extendible system for the
 processing and editing of unstructured 3D triangular meshes.
 The system is aimed to help the processing of the typical not-so-small
 unstructured models arising in 3D scanning, providing a set of tools for
 editing, cleaning, healing, inspecting, rendering and converting this kind
 of meshes.
 .
 Meshlab can read files in these formats: PLY, STL, OFF, OBJ, 3DS, COLLADA
 and PTX. It can write PLY, STL, OFF, OBJ, 3DS, COLLADA, VRML, and DXF.
 .
 Homepage: http://meshlab.sourceforge.net/

I will put preliminary versions of the package to 
http://www.helsinki.fi/~tpikonen/meshlab/
as soon as they're ready.

Teemu

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


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



Bug#425690: gnochm: Files rendered with huge fonts

2007-05-23 Thread Teemu Ikonen
Package: gnochm
Version: 0.9.8-1.1
Severity: important

gnochm renders files with an absolutely huge font (with all the files I
could find for testing). A single character is about the size the screen,
and even zooming out does not reduce the fonts to a reasonable size, making
the program mostly unusable.

As the package used to work a while ago, and appararently has not been
upgraded recently, this bug is probably in the dependencies. Kchmviewer
works fine though, so I have no interest in chasing this bug.

Best,

Teemu

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

Versions of packages gnochm depends on:
ii  gconf22.16.1-1   GNOME configuration database syste
ii  python-chm0.8.4-0.1  Python binding for CHMLIB
ii  python-glade2 2.8.6-8GTK+ bindings: Glade support
ii  python-gnome2 2.12.4-6   Python bindings for the GNOME desk
ii  python-gnome2-extras  2.14.3-1   Python bindings for the GNOME desk
ii  python-gtk2   2.8.6-8Python bindings for the GTK+ widge
ii  scrollkeeper  0.3.14-13  A free electronic cataloging syste
ii  shared-mime-info  0.19-2 FreeDesktop.org shared MIME databa


pn  python-cjkcodecs  none (no description available)

-- no debconf information


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



Bug#431637: apt-get source reports Unable to find a source package

2007-07-13 Thread Teemu Ikonen

found 431637 0.6.46.4-0.1
thanks

For what it's worth (apparently not much, looking at all the open bugs
in apt), I can repeat this bug also in the version of apt from etch.

Best,

Teemu


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



Bug#420213: kftpgrabber: sftp transfers cannot be resumed after 2^31 bytes

2007-04-20 Thread Teemu Ikonen
Package: kftpgrabber
Version: 0.8.0-2
Severity: normal

Hi,

When trying to resume an SFTP transfer of a 4 GB file, of which 2.5 GB have
been transfered, the transfers stalls immediately. Resuming before
about 2 GB are transfered seems to work ok on the same file.

Teemu

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

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

Versions of packages kftpgrabber depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libssl0.9.80.9.8e-4  SSL shared libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  zlib1g 1:1.2.3-13compression library - runtime

kftpgrabber recommends no packages.

-- no debconf information


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



Bug#326450: imview: FTBFS (amd64): cast from 'void*' to 'unsigned int' loses precision

2005-09-05 Thread Teemu Ikonen
tags 326450 + fixed pending

thanks

Thanks for the patch Andreas, this fix will be included in the next upload

Teemu



Bug#326447: imview: segfaults when changing display mode options

2005-09-05 Thread Teemu Ikonen
tags 326447 + patch fixed pending
thanks

On 9/3/05, Stanislav Maslovski [EMAIL PROTECTED] wrote:
 Package: imview
 Version: 1.1.8-1
 Severity: important
 
 
 To reproduce the bug:
 Run the program (with no parameters) and then choose from the menu
 Edit - Quick options - Display mode -
 then any of the Fit image.., De-couple.., Fullscreen options
 and get a segfault.
 
 With an image loaded into the viewer this does not happen.

Thanks for the report, I believe the following patch fixes this
problem. It will be included in the next upload, which will probably
happen soon.

Teemu

--- orig/imageViewer.cxx
+++ mod/imageViewer.cxx
@@ -162,6 +162,9 @@

 // must call this:
 end();
+
+parentWindow = (imviewWindow *)parent();
+
 }

 imageViewer::~imageViewer()



Bug#322622: load-dirs-common: baz support

2005-09-06 Thread Teemu Ikonen
Hi,

I made a quick attempt at adding baz support to tla-load-dirs. It's
not very well tested, but worked for me. The attached diff is against
the debian source in unstable and adds a new binary package
baz-load-dirs.

Teemu
diff -r -N -u tla-load-dirs-1.0.26.orig/baz_load_dirs 
tla-load-dirs-1.0.26/baz_load_dirs
--- tla-load-dirs-1.0.26.orig/baz_load_dirs 1970-01-01 02:00:00.0 
+0200
+++ tla-load-dirs-1.0.26/baz_load_dirs  2005-09-06 15:16:25.0 +0300
@@ -0,0 +1,21 @@
+#!/usr/bin/python2.3
+# arch-tag: tla load dirs primary executable
+# Copyright (C) 2005 John Goerzen
+# [EMAIL PROTECTED]
+#
+#This program is free software; you can redistribute it and/or modify
+#it under the terms of the GNU General Public License as published by
+#the Free Software Foundation; either version 2 of the License, or
+#(at your option) any later version.
+#
+#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
+
+from tla_support import init
+init.run(baz)
diff -r -N -u tla-load-dirs-1.0.26.orig/darcs_load_dirs 
tla-load-dirs-1.0.26/darcs_load_dirs
--- tla-load-dirs-1.0.26.orig/darcs_load_dirs   2005-04-17 06:04:36.0 
+0300
+++ tla-load-dirs-1.0.26/darcs_load_dirs2005-09-06 14:57:51.0 
+0300
@@ -23,4 +23,4 @@
 
 from tla_support import init
 
-init.run(darcsdefault=True)
+init.run(darcs)
diff -r -N -u tla-load-dirs-1.0.26.orig/debian/baz-load-dirs.install 
tla-load-dirs-1.0.26/debian/baz-load-dirs.install
--- tla-load-dirs-1.0.26.orig/debian/baz-load-dirs.install  1970-01-01 
02:00:00.0 +0200
+++ tla-load-dirs-1.0.26/debian/baz-load-dirs.install   2005-09-06 
16:32:58.0 +0300
@@ -0,0 +1,2 @@
+debian/tmp/usr/bin/baz_load_dirs usr/bin
+
diff -r -N -u tla-load-dirs-1.0.26.orig/debian/baz-load-dirs.manpages 
tla-load-dirs-1.0.26/debian/baz-load-dirs.manpages
--- tla-load-dirs-1.0.26.orig/debian/baz-load-dirs.manpages 1970-01-01 
02:00:00.0 +0200
+++ tla-load-dirs-1.0.26/debian/baz-load-dirs.manpages  2005-09-06 
16:33:07.0 +0300
@@ -0,0 +1 @@
+docs/baz_load_dirs.1
diff -r -N -u tla-load-dirs-1.0.26.orig/debian/control 
tla-load-dirs-1.0.26/debian/control
--- tla-load-dirs-1.0.26.orig/debian/control2005-04-21 06:32:47.0 
+0300
+++ tla-load-dirs-1.0.26/debian/control 2005-09-06 16:40:54.0 +0300
@@ -30,6 +30,18 @@
  changes.  It works on a principle similar to Subversion's
  svn_load_dirs or my tla_load_dirs package for Arch.
 
+Package: baz-load-dirs
+Architecture: all
+Depends: load-dirs-common, bazaar, ${shlibs:Depends} ${misc:Depends} 
${python:Depends}
+Description: Import upstream archives into baz
+ Bazaar (baz) works fine for importing new archives.  However, for situations
+ where the upstream renames or moves files and directories on a regular
+ basis, version information can be lost.
+ .
+ baz-load-dirs works with baz to import these things and preserve
+ changes.  It works on a principle similar to Subversion's
+ svn_load_dirs or my tla_load_dirs package for tla.
+
 Package: load-dirs-common
 Architecture: all
 Depends: ${shlibs:Depends} ${misc:Depends} ${python:Depends}
diff -r -N -u tla-load-dirs-1.0.26.orig/docs/Makefile 
tla-load-dirs-1.0.26/docs/Makefile
--- tla-load-dirs-1.0.26.orig/docs/Makefile 2005-04-17 06:04:36.0 
+0300
+++ tla-load-dirs-1.0.26/docs/Makefile  2005-09-06 16:34:15.0 +0300
@@ -29,13 +29,16 @@
 html: html/index.html
 text: $(MASTERBASE).txt
 
-manpages: tla_load_dirs.1 darcs_load_dirs.1
+manpages: tla_load_dirs.1 darcs_load_dirs.1 baz_load_dirs.1
 %.1: %.sgml
docbook2man $
 
 darcs_load_dirs.1: tla_load_dirs.1
sed s/tla_load_dirs/darcs_load_dirs/g  $  $@
 
+baz_load_dirs.1: tla_load_dirs.1
+   sed s/tla_load_dirs/baz_load_dirs/g  $  $@
+
 include sgml-common/Makefile.common
 
 realclean: clean
diff -r -N -u tla-load-dirs-1.0.26.orig/setup.py tla-load-dirs-1.0.26/setup.py
--- tla-load-dirs-1.0.26.orig/setup.py  2005-04-17 06:04:36.0 +0300
+++ tla-load-dirs-1.0.26/setup.py   2005-09-06 16:37:15.0 +0300
@@ -23,7 +23,7 @@
   author = 'John Goerzen',
   author_email = '[EMAIL PROTECTED]',
   packages = ['tla_support'],
-  scripts = ['tla_load_dirs', 'darcs_load_dirs']
+  scripts = ['tla_load_dirs', 'darcs_load_dirs', 'baz_load_dirs']
   #license = offlineimap.version.copyright + \
   #  , Licensed under the GPL version 2
 )
diff -r -N -u tla-load-dirs-1.0.26.orig/tla_load_dirs 
tla-load-dirs-1.0.26/tla_load_dirs
--- tla-load-dirs-1.0.26.orig/tla_load_dirs 2005-04-17 

Bug#325159: RFP: owfs -- 1-wire interface library and programs

2005-08-26 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist


* Package name: owfs
  Version : 2.1.0
  Upstream Author : Paul H. Alfille [EMAIL PROTECTED]
* URL : http://owfs.sourceforge.net
* License : GPL
  Description : 1-wire interface library and programs

1-wire filesystem
A suite of programs to use the Dallas Semiconductor, Inc
1-wire chips and iButtons from the command line, web interface,
or several languages (tcl, perl, php, python).
These chips include temperature, humidity, voltage sensors,
switches and resistors, memory and logging and encryption.
Local (serial/usb) and remote (tcp) connections are supported.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)


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



Bug#328120: texmacs: Keystroke doubling after linebreak

2005-09-13 Thread Teemu Ikonen
Package: texmacs
Version: 1:1.0.5.7-1
Severity: normal

I get a rather annoying doubling of some typed characters when typing fast
(well, I don't really type that fast) during a line break. It seems that the
processing caused by typesetting the beginning of a paragraph again after a
line break confuses the keyboard input code. Or something. An example of the
type of output I'm seeing:

Yada yada yada yada
yaadda yyadaa
   ^- paragraph width
   

All the best,

Teemu Ikonen

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages texmacs depends on:
ii  guile-1.6-libs 1.6.7-1   Main Guile libraries
ii  libc6  2.3.5-6   GNU C Library: Shared libraries an
ii  libfreetype6   2.1.7-2.4 FreeType 2 font engine, shared lib
ii  libgcc11:4.0.1-6 GCC support library
ii  libguile-ltdl-11.6.7-1   Guile's patched version of libtool
ii  libltdl3   1.5.6-6   A system independent dlopen wrappe
ii  libqthreads-12 1.6.7-1   QuickThreads library for Guile
ii  libstdc++6 4.0.1-6   The GNU Standard C++ Library v3
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  tetex-base 2.0.2c-8  Basic library files of teTeX
ii  tetex-bin  2.0.2-30  The teTeX binary files
ii  tetex-extra2.0.2c-8  Additional library files of teTeX
ii  texmacs-common 1:1.0.5.7-1   WYSIWYG emacs-ish mathematical tex
ii  xbase-clients  4.3.0.dfsg.1-14   miscellaneous X clients
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#426581: meshlab - anyone still working on this

2008-05-12 Thread Teemu Ikonen
Hi all,

I just put a new version of the meshlab package to mentors.debian.net:
http://mentors.debian.net/debian/pool/main/m/meshlab/

All the problems mentioned previously should be now solved, so to
whoever who wants to sponsor this, please do so.

Teemu



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



Bug#426581: meshlab - anyone still working on this

2008-05-15 Thread Teemu Ikonen
On Mon, May 12, 2008 at 7:33 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
  seems to be missing space upfront of signature... may be smth else as
  well -- just make sure to run lintian on fixed package to assure that it is 
 ok

  btw -- since you are altering changelog, might be useful to replace
  unstable to UNRELEASED in all prior versions, since they never were in
  unstable actually.

Ok, the changelog is now fixed and the new package is at
mentors.debian.net. I also uploaded the source to the new
debian-science repository at git.debian.org:
http://git.debian.org/?p=debian-science/meshlab.git;a=summary

I hope somebody can finally upload meshlab now :)

Teemu



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



Bug#426581: meshlab - anyone still working on this

2008-05-16 Thread Teemu Ikonen
On Thu, May 15, 2008 at 6:13 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 got into problem with uptodate sid chroot for pbuilder, although it builds 
 fine
  with mixed lenny/sid box (so some versions are from lenny) and it boils
  down to the recent split in libqt4-dev which now has opengl relevant headers 
 in libqt4-opengl-dev...

Sigh. Maybe some day I remember to run all these checks myself. I
added the missing build-dep to libqt4-opengl-dev and uploaded the new
version to mentors.

Teemu



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



Bug#486094: debconf: hangs on selecting show a side-by-side difference between the versions

2008-06-13 Thread Teemu Ikonen
Package: debconf
Version: 1.5.22
Severity: normal

Debconf goes into infinite loop and starts consuming all the cpu when 
selecting the show a side-by-side difference between the versions 
option from the locally modified configuration files dialog. This
seems to happen with all frontends. Here's an example session with the
readline frontend, interrupted by CTRL-C:

-*-

Preparing to replace bash-completion 20060301-4 (using
/bash-completion_20060301-4_all.deb) ...
Unpacking replacement bash-completion ...
Setting up bash-completion (20060301-4) ...
Modified configuration file
---

A new version of configuration file /etc/bash_completion is available,
but the 
version installed currently has been locally modified.

1. install the package maintainer's version
2. keep the local version currently installed
3. show the differences between the versions
4. show a side-by-side difference between the versions
5. start a new shell to examine the situation

What would you like to do about bash_completion? 4


^Cdpkg: error processing bash-completion (--install):
 subprocess post-installation script killed by signal (Interrupt)
 Errors were encountered while processing:
  bash-completion

-*-

Teemu

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

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

Versions of packages debconf depends on:
ii  debconf-i18n  1.5.22 full internationalization support 
ii  perl-base 5.10.0-10  The Pathologically Eclectic Rubbis

Versions of packages debconf recommends:
ii  apt-utils 0.7.14+b1  APT utility programs

-- debconf information:
  debconf-apt-progress/preparing:
  debconf-apt-progress/title:
  debconf-apt-progress/info:
  debconf-apt-progress/media-change:
  debconf/frontend: Dialog
  debconf/priority: high



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



Bug#486470: ITP: peak-linux-driver -- PEAK-System CAN-bus interface driver source

2008-06-16 Thread Teemu Ikonen
Package: wnpp
Severity: wishlist
Owner: Teemu Ikonen [EMAIL PROTECTED]

* Package name: peak-linux-driver
  Version : 6.7
  Upstream Author : PEAK System-Technik GmbH [EMAIL PROTECTED] 
* URL : http://www.peak-system.com/linux/
* License : GPL-2+
  Programming Lang: C
  Description : PEAK-System CAN-bus interface driver source

 This package provides the kernel driver source code for CAN-bus interface 
 products from PEAK-System. These allow communication with the 
 Controller Area Network through standard PC-buses, such as USB, PCI etc.



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



Bug#486470: peak-linux-driver debian packages

2008-06-16 Thread Teemu Ikonen
I forgot to mention that preliminary packages are already available at
http://git.debian.org/?p=collab-maint/peak-linux-driver.git

Teemu



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



Bug#426581: meshlab - anyone still working on this

2008-07-11 Thread Teemu Ikonen
On Thu, Jul 10, 2008 at 10:34 PM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 any new updates on meshlab situation?

Ftp-master rejected the 1.1.1 version because of incomplete copyright
information. This was promptly fixed in the upstream SVN version, so
now I'm waiting for the 1.2 release.

Other options would be to either backport the copyright fixes to
version 1.1.1, or to package an SVN snapshot, but I'm somewhat
reluctant to do either of these. I hope we'll get a new version soon.
Paolo, could you please give a guesstimate on when this might happen?

Best,

Teemu



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



Bug#415382: Please produce Qt4 version

2008-04-24 Thread Teemu Ikonen
On Wed, Apr 23, 2008 at 7:43 PM, Steve M. Robbins [EMAIL PROTECTED] wrote:
  I'd love it if you could test out
  the stuff from people.debian.org.  Be sure to look at README.Debian
  and let me know if it needs clarifying.

Thanks for fixing this. The package looks ok, and compiling programs
with Qt4 version worked fine here, even with both Qt3 and Qt4 packages
installed.

Teemu



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



Bug#244582: ufo:ai - license problems and packaging

2008-04-28 Thread Teemu Ikonen
Florian Ludwig wrote:
  * Rename ufoai-data-music to ufoai-music, install just ogg-files
instead of packing into pk3

I guess its because of putting .ogg files in a zip-archive is not
useful in terms of compression you've done this?

Yes. Also, the music is nice and could be played outside of the game as well.

  * Set BASEDIR to empty string
Why?

Mostly esthetic reasons. If BASEDIR is set to something, then this
directory will be the only file in $HOME/.ufoai/2.2 for example, which
is silly. I agree that this is incompatible with the pure SVN builds
and can cause problems, so I'm not totally against changing it back to
base.

Best,

Teemu



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



Bug#426581: meshlab - anyone still working on this

2008-04-30 Thread Teemu Ikonen
On Tue, Apr 29, 2008 at 3:59 AM, Yaroslav Halchenko
[EMAIL PROTECTED] wrote:
 first -- just to make sure
  http://esko.osmas.info/~tmx/meshlab/meshlab_1.1.1-1.dsc
  this one? not the newer by mod date but not in version
  http://esko.osmas.info/~tmx/meshlab/meshlab_1.1.0b~cvs20070528-1.dsc

  right?
  or was it sponsored already? (I just get into the mailing list for a
  while and that is where my procmail put the email... sorry about the
  delay

Hi,

I uploaded the latest version of the meshlab source package to
mentors.debian.net in an effort to find a sponsor:
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=meshlab

The package still has no sponsor, so please consider becoming one :)

Best regards,

Teemu



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



Bug#475778: pristine-tar: failed to generate delta

2008-07-04 Thread Teemu Ikonen
Here's another tarball which fails, but with a different error message
from the other cases in this bugreport:
http://switch.dl.sourceforge.net/sourceforge/free-cad/FreeCAD_0.7.1350_source.tgz

I ge (after renaming the file to freecad_0.7.1350.orig.tar.gz :

$ pristine-tar -vd commit ../freecad_0.7.1350.orig.tar.gz
pristine-tar: git archive --format=tar
220f88360affb14e200ab35e97deab3ebc4ba66a | (cd
'/tmp/pristine-tar.eKj9wxWvKu'  tar x)
pristine-tar: set subdir to FreeCAD_0.7.1350
pristine-tar: subdir is FreeCAD_0.7.1350
pristine-tar: mkdir /tmp/pristine-tar.v6UFOkhTEq/workdir
pristine-tar: mv /tmp/pristine-tar.eKj9wxWvKu
/tmp/pristine-tar.v6UFOkhTEq/workdir/FreeCAD_0.7.1350
pristine-tar: tar cf /tmp/pristine-tar.v6UFOkhTEq/recreatetarball
--owner 0 --group 0 --numeric-owner -C
/tmp/pristine-tar.v6UFOkhTEq/workdir --no-recursion --mode 0644
--files-from /tmp/pristine-tar.v6UFOkhTEq/manifest
pristine-tar: zcat ../freecad_0.7.1350.orig.tar.gz 
/tmp/pristine-tar.qsKzKbl30K/origtarball
pristine-tar: pristine-gz -v -d --no-keep gendelta
../freecad_0.7.1350.orig.tar.gz /tmp/pristine-tar.qsKzKbl30K/wrapper
pristine-gz: cp ../freecad_0.7.1350.orig.tar.gz
/tmp/pristine-gz.sDxsJVPdrc/test.gz
debug: flags: [0, 0, 0, 1, 0, 0, 0, 0] timestamp: 1211390862 level: 2
os: 255 name: FreeCAD_0.7.1350_source.tgz
pristine-gz: mv -f /tmp/pristine-gz.sDxsJVPdrc/test.gz
/tmp/pristine-gz.sDxsJVPdrc/FreeCAD_0.7.1350_source.tgz.gz
pristine-gz: gunzip -N
/tmp/pristine-gz.sDxsJVPdrc/FreeCAD_0.7.1350_source.tgz.gz
pristine-gz: zgz -9 --osflag 255
/tmp/pristine-gz.sDxsJVPdrc/FreeCAD_0.7.1350_source.tgz
zgz: /tmp/pristine-gz.sDxsJVPdrc/FreeCAD_0.7.1350_source.tgz already
has .tgz suffix -- unchanged
command failed: zgz -9 --osflag 255
/tmp/pristine-gz.sDxsJVPdrc/FreeCAD_0.7.1350_source.tgz
pristine-tar: command failed: pristine-gz -v -d --no-keep gendelta
../freecad_0.7.1350.orig.tar.gz /tmp/pristine-tar.qsKzKbl30K/wrapper
pristine-tar: failed to generate delta

Is this a problem with pristine-tar not liking files named *.tgz?

Teemu



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



Bug#464400: OpenCASCADE copyright/license audit

2008-05-08 Thread Teemu Ikonen
On Wed, May 7, 2008 at 6:27 PM, Adam C Powell IV [EMAIL PROTECTED] wrote:
 I've put a brief start (6 of the 536 directories in ros/src) in:
 http://www.opennovation.org/audits/opencascade-6.2.txt and will update
 it as I and others work through this.  But before proceeding further, my
 big question is: does this need any more information than it has?
 Obviously the debian/copyright file will need the full text of all of
 the licenses, but that's another matter.

May I suggest using the machine readable copyright format described at
http://wiki.debian.org/Proposals/CopyrightFormat from the start? Since
the audit is going to be a huge task, it would be good to document it
in as formal way as possible. I made a partial conversion of the
current audit (files, copyright and license sections only) to this
format. You can find it attached to this mail.

 Also, I built a new package based on the OpenBSD .tar.bz2 sources.  This
 includes the audit file as debian/audit.txt and I'd like to make it the
 basis of future packages.  One little hitch: as a Format 3.0 source
 package, I don't think it can be uploaded before the lenny release
 (because stable has to be able to unpack unstable sources).

At least it works well here with the dpkg from lenny. Looking at the
size of the source package and the potential problems with missing
licenses etc. I don't think the upload to the archive will happen very
soon :)

Teemu
This file will describe the copyrights and licenses for all files in the
OpenCASCADE distribution.
Current status:
ros/src: 6/536 directories audited

Files: ros/src/Adaptor2d/*
Copyright: 1992-1995 Matra Datavision
License: other
 - Only .cdl files have copyright notices
 - No license mentioned

Files: ros/src/Adaptor3d/*
Copyright: 1992-1994, 1998 Matra Datavision
License: other
 - Only .cdl files have copyright
 - No license mentioned
 - Note: Adaptor3d_GenHSurface.lxx is newer (1995) than .cdl (1994)
 - Note: Adaptor3d_CurveOnSurface.cxx indicates modifications through 2002
 - Note: Adaptor3d_TopolTool.cdl indicates modifications through 2005

Files: ros/src/AdvApp2Var/*
Copyright: 1996-1997 Matra Datavision
License: other
 - Only .cdl files have copyright notices
 - No license mentioned
 - Note: AdvApp2Var_Patch.cxx is newer (1998) than .cdl (1997)

Files: ros/src/AdvApprox/*
Copyright: 1993-1996 Matra Datavision
License: other

Files: ros/src/AIS/*
Copyright: 1992, 1995-1998, 2000-2001 Matra Datavision
License: other 
 - Only .cdl files have copyright notices
   (Exception: AIS_Circle.cxx has copyright notice)
 - No license mentioned
 - Note: AIS.cdl indicates modifications through 2003
 - Note: AIS_NDataMapOfTransientIteratorOfListTransient.hxx indicates creation 
date is 2003
 - Note: AIS_NListIteratorOfListTransient.hxx indicates creation date is 2003
 - Note: AIS_NListTransient.hxx indicates creation date is 2003

Files: ros/src/Triangle/*
Copyright:
License: other
 - Triangle_CMPLRS.edl occcallback.cxx Copyright 2003 Open CASCADE, no license
 - Triangle.hxx Copyright 2004 Open CASCADE, no license
 - triangle.c:
   Copyright 1993, 1995, 1997, 1998, 2002 Jonathan Richard Shewchuk
 * NON-FREE LICENSE forbids receiving compensation for distribution and
   requires direct arrangement with author if part of a commercial system.
 - triangle.h:
   Copyright 1996 Jonathan Richard Shewchuk
   No license mentioned


Bug#417633: devscripts: [debchange] missing dependency to liburi-perl

2007-04-03 Thread Teemu Ikonen
Package: devscripts
Version: 2.10.2
Severity: important

I get:

$ dch
Can't locate URI/Escape.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl .) at /usr/bin/dch line 41.
BEGIN failed--compilation aborted at /usr/bin/dch line 41.

liburi-perl contains the missing library.

Teemu

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

Versions of packages devscripts depends on:
ii  debianutils 2.18 Miscellaneous utilities specific t
ii  dpkg-dev1.13.25  package building tools for Debian
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  sed 4.1.5-1  The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.6.5  Gives a fake root environment

-- no debconf information


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



Bug#368035: Add dependency to doc-base?

2007-04-03 Thread Teemu Ikonen

Hi,

I also installed dhelp, and got a mostly empty documentation directory
on my browser when running dhelp. Installing doc-base populated the
directory rather nicely, so I'm wondering is there any use case of
dhelp which does not require doc-base? Why not add it as a dependency?

Teemu


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



Bug#417633: devscripts: [debchange] missing dependency to liburi-perl

2007-04-03 Thread Teemu Ikonen

On 4/4/07, Adam D. Barratt [EMAIL PROTECTED] wrote:

Thanks for the explanation.


It does, however, suggest all of the relevant packages and both the
control file and README list which suggested packages are required for
each utility. Both list liburi-perl as required for debchange.


Actually, the package description says of debchange:

 - debchange/dch: automagically add entries to debian/changelog files [wget]

However, wget does not pull in liburi-perl. The readme does have the
correct dependency as libwww-perl. Maybe this should be fixed.

Best,

Teemu


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



Bug#362587: bzrtools: missing dependency to pybaz

2006-04-14 Thread Teemu Ikonen
Package: bzrtools
Version: 0.7-2
Severity: serious
Justification: Policy 3.5

The baz-import plugin does not work due to pybaz not being in the depencies:

$ bzr baz-import
This command is disabled.  Please install PyBaz.

[The funny thing is though that even after 'apt-get install pybaz', the
above command produces the same error. This is of course a different bug.]

Teemu

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

Versions of packages bzrtools depends on:
ii  bzr   0.7-2  bazaar-ng, the next-generation dis
ii  python2.3.5-5An interactive high-level object-o
ii  python2.4 2.4.2-2An interactive high-level object-o

bzrtools recommends no packages.

-- no debconf information


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



Bug#289307: Integrate to kernel-source?

2005-01-30 Thread Teemu Ikonen
 * Package name: pwc
   Version : 10.0.6a
   Upstream Author : Luc Saillard [EMAIL PROTECTED]
 * URL : http://www.saillard.org/linux/pwc/
 * License : (GPL)
   Description : Free Philips USB Webcam driver for Linux that
 supports VGA resolution, newer kernels and replacing the old pwcx module.

Since this package claims to be GPL (although there might be issues with the
reverse engineering which this code is based on) is there any reason not to
integrate this code into the kernel-source package and have the pwc.ko
module compiled automatically to kernel-packages? 

The kernel-package-2.6.10-1-686 package already contains several usb-webcam
drivers in the /drivers/usb/media/ directory which are approximately the
same size as pwc.ko.

Teemu


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



Bug#352387: nfs-kernel-server: cannot change rpc.mountd state directory

2006-03-27 Thread Teemu Ikonen
On 3/27/06, Steinar H. Gunderson [EMAIL PROTECTED] wrote:
 On Sat, Feb 11, 2006 at 07:00:57PM +0200, Teemu Ikonen wrote:
  rpc.mountd creates a file called rmtab to /var/lib/nfs which is the standard
  place for the NFS state files. For rpc.statd, the state directory can be
  changed by the -P option. However, the mountd man page says:
 
  -P Ignored (compatibility with unfsd??).
 
  So it would seem that the state directory can't be changed at all.

 In 1.0.7-1, it no longer seems to do (it uses files in /proc instead).
 However, why is this a problem? /var should be writable at any point anyhow.
 Could you please elaborate on the actual problem here, and if 1.0.7-1 fixes
 it for you, please close it?

In HA-NFS setups (see: http://linux-ha.org/HaNFS) changing the NFS
state directory to a shared disk is useful (almost mandatory, even).
Of course, usually this disk is not mounted on /var. Easy solution to
this problem is to symlink /var/lib/nfs to a directory on the shared
disk, but it would be nice (sort of) to be able to define the state
directory in the configuration.

I can't test the 1.0.7 version on my production system, but if statd
really obeys the -P parameter for this version, then the documentation
should be fixed and the bug closed.

Regards,

Teemu



Bug#359260: csync2: Should include full documentation

2006-03-27 Thread Teemu Ikonen
Package: csync2
Version: 1.30-1
Severity: minor

csync2 package does not include enough documentation to make it usable on a
machine without a network connection. The package should include the pdf
documentation, or even better, a version of it in plain text or html, so
that e.g. configuration examples could be easily copied.

Teemu

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

Versions of packages csync2 depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libgnutls12   1.2.9-2the GNU TLS library - runtime libr
ii  librsync1 0.9.7-1Library which implements the rsync
ii  libsqlite02.8.16-1   SQLite shared library
ii  libtasn1-20.2.17-1   Manage ASN.1 structures (runtime)
ii  netbase   4.24   Basic TCP/IP networking system

csync2 recommends no packages.

-- no debconf information


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



Bug#352387: nfs-kernel-server: cannot change rpc.mountd state directory

2006-02-11 Thread Teemu Ikonen
Package: nfs-kernel-server
Version: 1:1.0.6-3.1
Severity: normal

rpc.mountd creates a file called rmtab to /var/lib/nfs which is the standard
place for the NFS state files. For rpc.statd, the state directory can be
changed by the -P option. However, the mountd man page says:

-P Ignored (compatibility with unfsd??).

So it would seem that the state directory can't be changed at all. This
missing option from mountd makes also the statd option useless, since
/var/lib/nfs needs to exist, at least as a symlink. Please implement the
correct functionality also in mountd.

Thanks,

Teemu


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



Bug#352551: rasmol

2006-02-13 Thread Teemu Ikonen
retitle 352551 ITA: rasmol -- Visualize biological macromolecules
owner 352551 Teemu Ikonen [EMAIL PROTECTED]
thanks

Since I'm the author of the current packaging, I can adopt rasmol. If
someone else really wants it though, I will gladly hand it away.

I will also need a sponsor. There's a new, GPL'd upstream version
coming, which is in beta at the moment. This should probably be
uploaded to experimental.

Teemu



Bug#364498: wesnoth-utbs: more wrong unit names in Level In_the_Domain_of_the_Dwarves

2006-04-23 Thread Teemu Ikonen
Package: wesnoth-utbs
Version: 1.1.2-1
Severity: important
Tags: patch

As in #360602 6_2_Hunting_Dwarves.cfg contains another wrong unit name, this
time Troll2. Attached patch fixes this to Troll Shaman.

Teemu

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages wesnoth-utbs depends on:
ii  wesnoth   1.1.2-1fantasy turn-based strategy game

wesnoth-utbs recommends no packages.

-- no debconf information
--- /home/tpikonen/6_2_Hunting_Dwarves.cfg.org  2006-04-23 19:27:05.0 
+0300
+++ 6_2_Hunting_Dwarves.cfg 2006-04-23 19:28:27.0 +0300
@@ -2028,7 +2028,7 @@
 y=24,23,22,21,21,20,19
 [/move_unit_fake]
 
-{UNIT_ (Troll2) (Zurg) 2 22 19}
+{UNIT_ (Troll Shaman) (Zurg) 2 22 19}
 
 [remove_shroud]
x=5-7


Bug#364866: wesnoth-utbs: missing unit in 8_Frying_Pan.cfg

2006-04-26 Thread Teemu Ikonen
Package: wesnoth-utbs
Version: 1.1.2-1
Severity: important
Tags: patch

The scenario 8_Frying_Pan.cfg contains a reference to unit called
Water Serpent, but the data for it is not included in the Debian package,
causing the scenario to fail. The missing data can be obtained from
http://members.lycos.co.uk/quartex/Water_Serpent.zip

Teemu

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages wesnoth-utbs depends on:
ii  wesnoth   1.1.2-1fantasy turn-based strategy game

wesnoth-utbs recommends no packages.

-- no debconf information


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



Bug#365275: tailor: baz import fails because of spurious command line option

2006-04-28 Thread Teemu Ikonen
Package: tailor
Version: 0.9.20-1
Severity: important
Tags: patch

Import from arch repositories using baz fails, because baz does not like
the '-f' option to the 'missing' command (the option is implicitly included
in baz).

The attached patch prevents tailor from using this option with baz.

Teemu

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages tailor depends on:
ii  python2.4 2.4.2-2An interactive high-level object-o

tailor recommends no packages.

-- no debconf information
--- repository.py.orig  2006-04-29 01:16:31.0 +0300
+++ repository.py   2006-04-29 01:46:07.0 +0300
@@ -393,4 +393,8 @@
 if args[0] == 'tree-lint':
 args = list(args)
 args[0] = 'lint'
+if args[0] == 'missing':
+   if args[1] == '-f':
+   args = list(args)
+   args[1:2] = [];
 return TlaRepository.command(self, *args, **kwargs)


Bug#374601: adonthell: segfaults on powerpc

2006-06-20 Thread Teemu Ikonen
Package: adonthell
Version: 0.3.4.cvs.20050813-2.1
Severity: important

Running 'adonthell wastesedge' fails. Music starts playing and the title
screen shows up, but soon after that the program segfaults. Strace log ends
like this:

read(3, [EMAIL PROTECTED]..., 32) = 32
shutdown(3, 2 /* send and receive */)   = 0
close(3)= 0
munmap(0xf17e000, 81796)= 0
munmap(0xf1cd000, 146100)   = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, NULL, {0xff4abe0, [], 0}, 8) = 0
rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGFPE, NULL, {0xff4abe0, [], 0}, 8) = 0
rt_sigaction(SIGFPE, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {0xff4abe0, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
tgkill(9473, 9473, SIGSEGV) = 0
sigreturn() = ? (mask now [QUIT ILL ABRT FPE
USR2 ALRM STKFLT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH])
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

I can send the whole log, or try some other debugging tool if needed.

Teemu


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages adonthell depends on:
ii  libaa11.4p5-30   ascii art library
ii  libartsc0 1.5.3-2aRts sound system C support librar
ii  libasound21.0.11-3   ALSA library
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libdirectfb-0.9-240.9.24-3   frame buffer graphics library
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.0-4  GCC support library
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libncurses5   5.5-2  Shared libraries for terminal hand
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libsdl1.2debian   1.2.10-3   Simple DirectMedia Layer
ii  libslang2 2.0.6-2The S-Lang programming library - r
ii  libstdc++64.1.0-4The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2-1The Vorbis General Audio Compressi
ii  libvorbisfile31.1.2-1The Vorbis General Audio Compressi
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  python2.3 2.3.5-14   An interactive high-level object-o
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages adonthell recommends:
ii  adonthell-data  0.3.4.cvs.20050903-2 Data files needed by Adonthell

-- no debconf information


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



Bug#372108: stopping gdm garbles console fonts

2006-06-08 Thread Teemu Ikonen
Package: gdm
Version: 2.14.5-1
Severity: normal

Hi,

If I stop gdm (by /etc/init.d/gdm stop) in my TiBook III G4 Powerbook, the
console fonts become garbled and unreadable. Reloading the console font with
consolechars does not help, but starting gdm again fixes them.

If I start X with startx and exit, the fonts are fine.

This bug was present even before the recent Xorg upgrade in etch, but the
new Xorg did not fix it.

Teemu


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to fi_FI.UTF-8)

Versions of packages gdm depends on:
ii  adduser3.87  Add and remove users and groups
ii  debconf [debconf-2.0]  1.5.1 Debian configuration management sy
ii  gksu   1.3.7-1   graphical frontend to su
ii  gnome-session  2.14.0-2  The GNOME 2 Session Manager
ii  gnome-terminal [x-terminal 2.14.1-1  The GNOME 2 terminal emulator appl
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.11.4-2  The ATK accessibility toolkit
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libc6  2.3.6-13  GNU C Library: Shared libraries
ii  libcairo2  1.0.4-2   The Cairo 2D vector graphics libra
ii  libdmx11:1.0.1-3 X11 Distributed Multihead extensio
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.2-1  The GLib library of C routines
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgtk2.0-02.8.17-2  The GTK+ graphical user interface 
ii  libpam-modules 0.79-3.1  Pluggable Authentication Modules f
ii  libpam-runtime 0.79-3.1  Runtime support for the PAM librar
ii  libpam0g   0.79-3.1  Pluggable Authentication Modules l
ii  libpango1.0-0  1.12.3-1  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  librsvg2-2 2.14.3-2  SAX-based renderer library for SVG
ii  librsvg2-common2.14.3-2  SAX-based renderer library for SVG
ii  libselinux11.30-1SELinux shared libraries
ii  libwrap0   7.6.dbs-9 Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxau61:1.0.0-3 X11 authorisation library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxdmcp6  1:1.0.0-4 X11 Display Manager Control Protoc
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.24.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  lsb-base   3.1-8 Linux Standard Base 3.1 init scrip
ii  metacity [x-window-manager 1:2.14.3-1A lightweight GTK2 based Window Ma
ii  xbase-clients  1:7.0.1-2 miscellaneous X clients
ii  zlib1g 1:1.2.3-11compression library - runtime

Versions of packages gdm recommends:
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe
ii  gdm-themes0.5Themes for the GNOME Display Manag
ii  zenity2.14.1-1   Display graphical dialog boxes fro

-- debconf information:
  gdm/daemon_name: /usr/bin/gdm
* shared/default-x-display-manager: gdm


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



Bug#366615: Xorg upgrade breaks keyboard settings on powerbook3,3

2006-06-10 Thread Teemu Ikonen

On Thu, 8 Jun 2006 13:51:35 +0200
Teemu Ikonen [EMAIL PROTECTED] wrote:
TI The xorg upgrade in etch made the keyboard on my TiBook unusable.
TI Strangely enough, I could only type numbers and punctuation, but not
TI alphabetical characters. Thus I could only code in perl :)
TI
TI I got my system working by changing theXkbModel to pc105 from
TI macintosh, but now the umlaut characters on my Finnish keyboard do
TI not work. Could someone please give me a hint on the right xorg
TI keyboard setting in powerbooks?

Hans Ekbrand:

With XkbModel set to macintosh instead of macintosh_vndr
xdm would not accept plain english characters (it would only
accept numbers and non-english characters, i.e. the special
swedish characters that I cannot type in this terminal).


After further testing I can now say that both XkbModel pc105 and
macintosh_vndr work fine on the Finnish keyboard of my TiBook (the
umlaut problems were due to bash).

Now the question arises, why change the name of the keyboard model
from macintosh to macintosh_vndr, which (maybe) breaks every apple
laptop on upgrade?

Teemu


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



Bug#376840: cupsys-client: should install /etc/cups/client.conf

2006-07-05 Thread Teemu Ikonen
Package: cupsys-client
Version: 1.2.1-3
Severity: normal

Install of cupsys-client on a fresh etch system did not create the
/etc/cups/client.conf file. Since, at least on my setup, the Servername
needs to be correctly set, this makes configuring printing rather difficult.
The package (or something it depends on) needs to create a template
configuration file, otherwise users have no idea on how to configure cups.

Teemu


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

Versions of packages cupsys-client depends on:
ii  adduser   3.87   Add and remove users and groups
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libcupsys21.2.1-3Common UNIX Printing System(tm) - 
ii  libgnutls13   1.4.0-2the GNU TLS library - runtime libr
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages cupsys-client recommends:
ii  cupsys-bsd1.2.1-3Common UNIX Printing System(tm) - 

-- no debconf information


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



Bug#376933: Desktop file for imview

2006-07-06 Thread Teemu Ikonen

On 7/5/06, Barry deFreese [EMAIL PROTECTED] wrote:

I have added a user supplied .desktop file to imview for Ubuntu.  Here is a
debdiff if you are interested.


Thanks for the patch, good to know I have users and a co-maintainer in Ubuntu.

I integrated the patch, and while trying to build, I found a couple of
bugs, which I fixed. The bugs were actually rather severe (FTBS on GCC
and a failure to link ImageMagick with missing undeclared
dependencies). A new version will be uploaded to Debian soon
(hopefully), but it can also be found at

http://www.helsinki.fi/~tpikonen/imview/

All the best,

Teemu Ikonen


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



Bug#384903: texmacs: ispell dies on 8-bit chars

2006-08-27 Thread Teemu Ikonen
Package: texmacs
Version: 1:1.0.6-9
Severity: normal

Writing an Angstrom sign (Å) to a text in TeXmacs and trying to
spellcheck with ispell causes the Å to be detected as a spelling
error. After pressing any of the Accept / Replace / Insert options, I
get an error: ispell does not respond. If I start texmacs in the
command line, this error message appears:
TeXmacs] ispell error:
Word '�' contains illegal characters

Other non-ascii characters like umlauts show this same behaviour.

Teemu


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages texmacs depends on:
ii  gs-gpl8.50-1.1   The GPL Ghostscript PostScript int
ii  guile-1.6-libs1.6.8-4Main Guile libraries
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libguile-ltdl-1   1.6.8-4Guile's patched version of libtool
ii  libltdl3  1.5.22-4   A system independent dlopen wrappe
ii  libqthreads-121.6.8-4QuickThreads library for Guile
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.0-8  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  tetex-base3.0-20 Basic library files of teTeX
ii  tetex-bin 3.0-18 The teTeX binary files
ii  tetex-extra   3.0-20 Additional library files of teTeX
ii  texmacs-common1:1.0.6-9  WYSIWYG mathematical text editor u
ii  xbase-clients 1:7.1.ds-3 miscellaneous X clients
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages texmacs recommends:
ii  imagemagick  7:6.2.4.5.dfsg1-0.9 Image manipulation programs
ii  ispell   3.1.20.0-4.3International Ispell (an interacti
ii  libjpeg-progs6b-13   Programs for manipulating JPEG fil
ii  librsvg2-bin 2.14.4-2command-line and graphical viewers
ii  libtiff-tools3.8.2-6 TIFF manipulation and conversion t
ii  netpbm   2:10.0-10.1 Graphics conversion tools
ii  texmacs-extra-fonts  0.1 extra fonts for the mathematical t
ii  xfig 1:3.2.5-alpha5-7Facility for Interactive Generatio

-- no debconf information



Bug#384903: texmacs: ispell dies on 8-bit chars

2006-08-28 Thread Teemu Ikonen

On 8/28/06, René van Bevern [EMAIL PROTECTED] wrote:

Teemu Ikonen [EMAIL PROTECTED] writes:



 If I start texmacs in the command line, this error message appears:
 TeXmacs] ispell error: Word '�' contains illegal characters

 Other non-ascii characters like umlauts show this same behaviour.

This is invisible to me. I tried it with the document language set to
German, French and English and ispell reads my umlauted and otherwise
non-ASCII words just fine (up to the point where it fails for the
above mentioned bug)

What is your document language set to? How is ispell called? (see the
console messages)


I get this with american and british, but curiously, not with finnish.
The complete console output after starting the spellchecker is

TeXmacs] Launching 'ispell -a -d american'
TeXmacs] ispell error:
Word '�' contains illegal characters

As I'm currently using an american keyboard, I write my Å's by
copypasting from the gnome character palette applet. For some obscure
reason, this does not work directly, but I have to paste the character
to a (gnome-) terminal first, and then select it from there, after
which I can paste by middle-clicking. The result of this is that I get
a single byte character with a hex-code of C5 to my .tm file. I'm not
sure how TeXmacs handles unicode, but this looks a bit suspicious.

The '�' I get in the console error message seems to have a code point
of no less than 0xEFBFBD, if I copy this to a text file and look it
with hexdump.

Strange,

Teemu


Bug#385167: xfonts-bolkhov-75dpi: Breaks the Helvetica font on e.g. inkscape

2006-08-29 Thread Teemu Ikonen
Package: xfonts-bolkhov-75dpi
Version: 1.1.20001007-6
Severity: normal

When this package is installed, the Helvetica font (a very, very
common font in svg files) becomes broken, mostly showing whitespace,
not kerning at all etc. This happens in inkscape, but probably also in
other applications. 

Since xfonts-bolkhov-75dpi is a russian font, breakage on latin script
is not really surprising, but could the name of the cyrillic helvetica
be changed to something else, so that this won't happen? I spent a
considerable amount of time trying to find out what's wrong with
inkscape.

Teemu


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#378846: libasound2: choppy sound on VOIP applications

2006-07-19 Thread Teemu Ikonen
Package: libasound2
Version: 1.0.11-7
Severity: normal

Sound on VOIP software such as ekiga or wengophone does not work properly,
at least not with my HDA Intel hardware. The dmix interface clicks with
a frequency of about 5 Hz. The raw pcm device (HDA Intel) is a bit better,
chopping about twice a second on average.

Upgrade from 1.0.11-3 to 1.0.11-7 helped somewhat, so this bug seems to be
related to #367524. Maybe it should be reopened?


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (450, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libasound2 depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries

libasound2 recommends no packages.

-- no debconf information


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



  1   2   3   4   >