Bug#1041489: ocsinventory-reports: version inconsistency between GUI and perl libraries

2023-08-03 Thread Meik Hellmund


I can confirm bugs #1037473 and #1041489

The following worked for me:

- install the ocsinventory 2.12.0 deb packages provided by the ocsinventory 
team as described here:

http://wiki.ocsinventory-ng.org/03.Basic-documentation/Setting-up-a-OCS-Inventory-Server-with-rpm/#install-ocs-inventory-server-with-apt
- cp /etc/ocsinventory/dbconfig.inc.php /etc/ocsinventory-reports/
- chown www-data:www-data /var/lib/ocsinventory-reports
- edit ocsinventory files in /etc/apache2/sites-enabled/z-* and correct user/pw 
for mariadb access
- go to your  ocsreports webpage and let it upgrade the db structure



-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig



Bug#1020761: nvidia-cuda-dev: Depends on driver from experimental or for tesla

2022-09-29 Thread Meik Hellmund


You're right, I use sid and it installed libnvidia-tesla-cuda1. 

# dpkg -l nvidia-cuda-dev  nvidia-tesla-alternative libnvidia-tesla-cuda1  
libcuda1  nvidia-cuda-toolkit
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersion  Architecture Description
+++-===---==
un  libcuda1  (no description 
available)
ii  libnvidia-tesla-cuda1:amd64 510.85.02-1  amd64NVIDIA CUDA Driver 
Library (Tesla version)
ii  nvidia-cuda-dev:amd64   11.5.2-2 amd64NVIDIA CUDA 
development files
ii  nvidia-cuda-toolkit 11.5.2-2 amd64NVIDIA CUDA 
development toolkit
ii  nvidia-tesla-alternative510.85.02-1  amd64allows the selection 
of NVIDIA as GLX provider (Tesla version)


-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: meik.hellm...@math.uni-leipzig.de
http://www.math.uni-leipzig.de/~hellmund



Bug#1020761: nvidia-cuda-dev: Depends on driver from experimental or for tesla

2022-09-29 Thread Meik Hellmund


I stumbled about this problem yesterday (28 Sep) and 'solved' it by 

 apt install nvidia-cuda-dev nvidia-cuda-toolkit
 apt dist-upgrade


On Mon, 26 Sep 2022 08:51:30 +0200 Marc Glisse  
wrote:
> Package: nvidia-cuda-dev
> Version: 11.5.2-2
> Severity: normal
> 
> Dear Maintainer,
> 
> since yesterday, on this debian testing system, apt upgrade prints the 
> following:
> 
> 
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
> 
> The following packages have unmet dependencies:
>  nvidia-alternative : Breaks: nvidia-tesla-alternative (> 0) but 510.85.02-1 
> is to be installed
> 
> 
> This appears to be because I have nvidia-cuda-dev (11.4.3-5) installed.
> Apt wants to upgrade it to 11.5.2-2, but that version wants libcuda1 (>=
> 495), which is only available in experimental. It sees the alternative
> libnvidia-tesla-cuda1 (>= 495), which is available in testing, but that
> requires changing too many packages.
> 
> I am confused, what is the expected path forward? Some possible
> hypotheses:
> 
> - the tesla driver somehow replaces the normal driver now. I am not
>   finding much evidence for this.
> 
> - nvidia-cuda-toolkit was accidentally uploaded too early /
>   nvidia-graphics-drivers was accidentally not uploaded early enough.
> 
> -- System Information:
> Debian Release: bookworm/sid
>   APT prefers testing-debug
>   APT policy: (500, 'testing-debug'), (500, 'stable-security'), (500, 
> 'stable-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable-debug'), 
> (50, 'unstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 5.19.0-1-amd64 (SMP w/16 CPU threads; PREEMPT)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
> LANGUAGE=en_US:en
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> LSM: AppArmor: enabled
> 
> 



-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: meik.hellm...@math.uni-leipzig.de
http://www.math.uni-leipzig.de/~hellmund



Bug#856873: boot-info-script: new upstream maintainer, new versions exist

2017-03-05 Thread Meik Hellmund
Package: boot-info-script
Version: 0.61-2
Severity: normal

Dear Maintainer,

boot-info-script version 0.75 can be found at 
https://github.com/arvidjaar/bootinfoscript



-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages boot-info-script depends on:
ii  bsdmainutils  9.0.12
ii  gawk  1:4.1.4+dfsg-1

boot-info-script recommends no packages.

boot-info-script suggests no packages.

-- no debconf information



Bug#830976: logrotate failures if mysql server is not running

2016-12-14 Thread Meik Hellmund
Package: mariadb-server-10.0
Followup-For: Bug #830976


I got  errors from cron:
 /etc/cron.daily/logrotate:
 logrotate_script: 3: [: /var/run/mysqld/mysqld.pid: unexpected operator

The reason I found: The postrotate script of /etc/logrotate.d/mysql-server
contains 
  my_print_defaults --mysqld | grep -oP "pid-file=\K[^$]+"
and this generates on my machine two identical lines of output:
/var/run/mysqld/mysqld.pid
/var/run/mysqld/mysqld.pid

So I added  " | uniq"  after the grep. Perhaps " | head -n1" 
would be even better. 


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mariadb-server-10.0 depends on:
ii  adduser   3.115
ii  debconf [debconf-2.0] 1.5.59
ii  libaio1   0.3.110-3
ii  libc6 2.24-8
ii  libdbi-perl   1.636-1+b1
ii  libpam0g  1.1.8-3.3
ii  libstdc++66.2.1-6
ii  lsb-base  9.20161125
ii  mariadb-client-10.0   10.0.28-2
ii  mariadb-common10.0.28-2
ii  mariadb-server-core-10.0  10.0.28-2
ii  passwd1:4.2-3.3
ii  perl  5.24.1~rc4-1
ii  psmisc22.21-2.1+b1
ii  zlib1g1:1.2.8.dfsg-4

Versions of packages mariadb-server-10.0 recommends:
ii  libhtml-template-perl  2.95-2

Versions of packages mariadb-server-10.0 suggests:
ii  bsd-mailx [mailx]  8.1.2-0.20160123cvs-3
pn  mariadb-test   
pn  tinyca 

-- Configuration Files:
/etc/logrotate.d/mysql-server changed [not included]

-- debconf information excluded



Bug#806955: icedove: fails to start with "Failed to read the config file"

2015-12-09 Thread Meik Hellmund

Hello Carsten,

Everything works fine with the .cfg file 
in /usr/lib/icedove . 
So there is no time pressure. 
Perhaps move this bug to status: wishlist, 
"allow system-wide cfg files outside /usr/lib/icedove"  
Anyway, it's only a small point about a seldom used feature.  

best wishes,
Meik


-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: meik.hellm...@math.uni-leipzig.de
http://www.math.uni-leipzig.de/~hellmund



Bug#806955: icedove: fails to start with "Failed to read the config file"

2015-12-07 Thread Meik Hellmund
On Sat, 5 Dec 2015 10:50:03 +0100
Carsten Schoenert <c.schoen...@t-online.de> wrote:


> 
> You trying to keep specific Icedove settings modified by a extra file in
> 
>   /etc/icedove/pref/
> 
> with a locking preference.
> 
> http://kb.mozillazine.org/Locking_preferences
> 
> I'm not sure if that is what you are really wanted to do.

No, not really. All the preferences I use are defaultPrefs, not lockPrefs.

But as far as I understand it, there is a difference between a .js and a .cfg 
file.
.cfg files allow special commands to get config values from, e.g., an LDAP 
database
(called the  "Pref API" according to
  http://web.mit.edu/~thunderbird/www/maintainers/autoconfig.html )

This seems to be quite poorly documented. 
All I know about it is from web sites like 
  http://web.mit.edu/~thunderbird/www/maintainers/autoconfig.html
  
https://developer.mozilla.org/en-US/docs/MCD%2C_Mission_Control_Desktop_AKA_AutoConfig
  https://github.com/interlegis/puppet-thunderbird/tree/master/templates
But it is quite useful in a centrally administrated environment.
You can get our mathmail.cfg file for the next few days from
   http://www.math.uni-leipzig.de/~hellmund/mathmail.cfg
It takes the userid from the environment, makes a LDAP lookup
of the full name and the mail address for this userid and configures 
the mail  account. It works fine, new users on our Institute's network of
debian machines only have to enter their password at the first start of icedove 
and 
everything works. 



> And yes, exact this handling of the a additional default configuration
> file has changed somewhere on the way to version 38.
> 
> With strace you will see that nevertheless you want to adjust a specific
> path to the global configuration file Icedove will always search the
> file in the main installation folder.
> 
> > ...
> > pref('general.config.filename', 'defaults/syspref/mathmail.cfg');
> > ...

Exactly. So the question is: is this use case worth an additional Debian patch
so that the path is replaced/amended by /etc/icedove/pref/ ?

I did an "apt-get source icedove" and poked into it, but this is well over my
head. Too much levels of complexity...

> 
> > open("/usr/lib/icedove/mathmail.cfg", O_RDONLY) = -1 ENOENT (No such file 
> > or directory)
> I don't know the content of your mathmail.cfg but if you want to set
> some specific settings for all Icedove users then put all of them in the
> file /etc/icedove/pref/icedove.js or a own file instead like intended
> with the file autoconf.js.

I tried putting all the stuff from my .cfg file to icedove.js It doesn't work.
>
> 
> Otherwise you have to symlink the file to /etc/icedove/pref/ every time
> you update the installation, or rebuild own packages.
> 

I wonder if a 
 dpkg-divert /usr/lib/icedove/mathmail.cfg
is enough to protect the file. 

Regards, Meik


-- 
Meik Hellmund <meik.hellm...@math.uni-leipzig.de>



Bug#806955: icedove: fails to start with "Failed to read the config file"

2015-12-03 Thread Meik Hellmund
Package: icedove
Version: 38.4.0-1~deb8u1
Severity: normal

Dear Maintainer,

this security update of icedove no longer starts. I get 
a message window with "Failed to read the configuration file."
I started "icedove --ProfileManager" and created a new profile. 
Attempts to start the new profile give the same error. 
Downgrading icedove helped. So it seems not to be a  problem 
with the config files.


-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages icedove depends on:
ii  debianutils   4.4+b1
ii  fontconfig2.11.0-6.3
ii  libasound21.0.28-1
ii  libatk1.0-0   2.14.0-1
ii  libc6 2.19-18+deb8u1
ii  libcairo2 1.14.0-2.1
ii  libdbus-1-3   1.8.20-0+deb8u1
ii  libdbus-glib-1-2  0.102-1
ii  libevent-2.0-52.0.21-stable-2
ii  libffi6   3.1-2+b2
ii  libfontconfig12.11.0-6.3
ii  libfreetype6  2.5.2-3+deb8u1
ii  libgcc1   1:4.9.2-10
ii  libgdk-pixbuf2.0-02.31.1-2+deb8u3
ii  libglib2.0-0  2.42.1-1
ii  libgtk2.0-0   2.24.25-3
ii  libhunspell-1.3-0 1.3.3-3
ii  libpango-1.0-01.36.8-3
ii  libpangocairo-1.0-0   1.36.8-3
ii  libpangoft2-1.0-0 1.36.8-3
ii  libpixman-1-0 0.32.6-3
ii  libsqlite3-0  3.8.7.1-1+deb8u1
ii  libstartup-notification0  0.12-4
ii  libstdc++64.9.2-10
ii  libx11-6  2:1.6.2-3
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-2+b1
ii  libxext6  2:1.3.3-1
ii  libxfixes31:5.0.1-2+b2
ii  libxrender1   1:0.9.8-1+b1
ii  libxt61:1.1.4-1+b1
ii  psmisc22.21-2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages icedove recommends:
ii  hunspell-de-at [hunspell-dictionary]  20131206-5
ii  hunspell-de-ch [hunspell-dictionary]  20131206-5
ii  hunspell-de-de [hunspell-dictionary]  20131206-5
ii  hunspell-en-us [hunspell-dictionary]  20070829-6
ii  iceowl-extension  38.4.0-1~deb8u1
ii  myspell-en-gb [myspell-dictionary]1:3.3.0-4

Versions of packages icedove suggests:
ii  fonts-lyx 2.1.2-2
ii  libgssapi-krb5-2  1.12.1+dfsg-19+deb8u1

-- no debconf information



Bug#732899: Add MariaDB as an alternative dependency

2015-09-24 Thread Meik Hellmund

I want to confirm that the package works without problems 
on a mariadb-only installation after changing the line
"mysql-client" to "mysql-client|virtual-mysql-client" 
in debian/control.

There is no problem in installing libdbd-mysql-perl
and libmysqlclient18 on a box with mariadb-{server,client}. 

Only mysql-client is not co-installable with mariadb-client.

Since MariaDB is an drop in replacement for MySQL,
no further upstream changes should be necessary.

regards, meik



Bug#759544: please fix in jessie

2015-05-10 Thread Meik Hellmund


Please provide a patched version of nslcd for jessie-updates. 
I just upgraded a larger installation of Debian servers and desktop clients
to jessie and was bitten by this bug. 

Best regards,
Meik


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



Bug#763748: davical: package no longer compatible with new libawl-php

2014-10-02 Thread Meik Hellmund
Package: davical
Version: 1.1.1-1
Severity: normal

Dear Maintainer,


apt-get dist-upgrade will remove davical in favour of a new version of 
libawl-php. Is it possible to provide a new, compatible version of
davical?




#apt-get -u dist-upgrade 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Calculating upgrade... The following packages were automatically installed and 
are no longer required:
  libawl-php libdbd-pg-perl php5-pgsql
Use 'apt-get autoremove' to remove them.
Done
The following packages will be REMOVED:
  davical
The following packages will be upgraded:
  libawl-php
1 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 98.5 kB of archives.
After this operation, 1,895 kB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.


-- Syst
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages davical depends on:
ii  debconf1.5.53
ii  libawl-php 0.53-1
ii  libdbd-pg-perl 3.4.1-2
ii  libyaml-perl   1.12-1
ii  php5-pgsql 5.6.0+dfsg-1
ii  postgresql-client  9.4+161
ii  postgresql-client-9.4 [postgresql-client]  9.4~beta2-1+b1

Versions of packages davical recommends:
ii  postgresql  9.4+161

davical suggests no packages.

-- no debconf information


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



Bug#735878: mupdf: Please support JPEG2000 images

2014-01-18 Thread Meik Hellmund
Package: mupdf
Version: 1.3-1
Severity: wishlist

Sometimes mupdf doesn't show an image included in a pdf file and reports:

error: Compiled without libopenjpeg1, JPEG2000 images are not supported
error: cannot draw xobject/image
warning: Ignoring errors during rendering
mupdf: warning: Errors found on page


Other free viewers, eg okular, qpdfview, evince, are able to show
those pictures. 

 


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mupdf depends on:
ii  libc6 2.17-97
ii  libfreetype6  2.5.2-1
ii  libjbig2dec0  0.11+20120125-1
ii  libjpeg8  8d-2
ii  libssl1.0.0   1.0.1f-1
ii  libx11-6  2:1.6.2-1
ii  libxext6  2:1.3.2-1
ii  zlib1g1:1.2.8.dfsg-1

mupdf recommends no packages.

Versions of packages mupdf suggests:
pn  mupdf-tools  none

-- no debconf information


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



Bug#721330: python-stats: makes other python packages unusable

2013-08-30 Thread Meik Hellmund
Package: python-stats
Version: 0.6-8
Severity: important


I am not a python guru, so please don't be upset if I blame the wrong
package. 
The following command works fine after dpkg --purge python-stats 
but fails with python-stats installed:

~virtualenv -p /usr/bin/python2.7  env
Running virtualenv with interpreter /usr/bin/python2.7
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/virtualenv.py, line 16, in module
import tempfile
  File /usr/lib/python2.7/tempfile.py, line 32, in module
import io as _io
  File /usr/share/pyshared/io.py, line 72, in module
import numpy as N
  File /usr/share/pyshared/numpy/__init__.py, line 137, in module
import add_newdocs
  File /usr/share/pyshared/numpy/add_newdocs.py, line 9, in module
from numpy.lib import add_newdoc
  File /usr/share/pyshared/numpy/lib/__init__.py, line 4, in module
from type_check import *
  File /usr/share/pyshared/numpy/lib/type_check.py, line 8, in module
import numpy.core.numeric as _nx
  File /usr/share/pyshared/numpy/core/__init__.py, line 5, in module
import multiarray
ImportError: No module named multiarray



The reason seems to me that /usr/share/pyshared/io.py from the 
python-stats package is imported instead of the default io module.


regards,
Meik




-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'testing'), (900, 'stable'), (200, 
'experimental'), (200, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages python-stats depends on:
ii  python  2.7.5-4
ii  python-central  0.6.17

Versions of packages python-stats recommends:
pn  python-numpy  none

python-stats suggests no packages.

-- no debconf information


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



Bug#686566: ruby-sass: sass needs additional ruby library not in debian

2012-09-03 Thread Meik Hellmund
Package: ruby-sass
Version: 3.1.19-3
Severity: normal


starting sass results in:

#sass --watch SASS:CSS
 Sass is watching for changes. Press Ctrl-C to stop.
LoadError: cannot load such file -- listen
Run gem install listen to get it.
  Use --trace for backtrace.



running gem install listen  then gives:

sass --watch SASS:CSS
 Sass is watching for changes. Press Ctrl-C to stop.
[Listen warning]:
  Missing dependency 'rb-inotify' (version '~ 0.8.8')!
  Please run the following to satisfy the dependency:
gem install --version '~ 0.8.8' rb-inotify

  For a better performance, it's recommended that you satisfy the missing 
dependency.





-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing'), (200, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ruby-sass depends on:
ii  ruby  4.9
ii  ruby1.8 [ruby-interpreter]1.8.7.358-4
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.194-1

ruby-sass recommends no packages.

Versions of packages ruby-sass suggests:
pn  ruby-compass  none

-- no debconf information


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



Bug#674008: fai-setup-storage: setup-storage fails with perl error

2012-05-22 Thread Meik Hellmund
Package: fai-setup-storage
Version: 4.0
Severity: important

Dear Maintainer,

moving my fai installation system to 4.0 and sid as nfsroot,
installation of clients fails with: 

Prototype mismatch: sub Parse::RecDescent::namespace01::dclone ($) vs none 
at /usr/share/perl5/Parse/RecDescent.pm line 1984 during global destruction.
Error in task partition



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

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

Versions of packages fai-setup-storage depends on:
ii  liblinux-lvm-perl 0.16-1
ii  libparse-recdescent-perl  1.967009+dfsg-1
ii  parted2.3-9.1
ii  perl  5.14.2-10

Versions of packages fai-setup-storage recommends:
ii  lvm2   2.02.95-3
ii  mdadm  3.2.4-1

Versions of packages fai-setup-storage suggests:
pn  cryptsetup none
pn  dmsetup2:1.02.74-3
pn  dosfstools 3.0.12-1
pn  jfsutils   none
pn  ntfsprogs  none
pn  reiserfsprogs  none
pn  xfsprogs   none

-- no debconf information



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



Bug#674008:

2012-05-22 Thread Meik Hellmund

Please close the bug. 
setup-storage works fine

The message Prototype mismatch: sub Parse::RecDescent::namespace01::dclone 
 
is harmless. My problem was something completely different. After solving it, 
setup-storage works fine despite of this message.  

Anyway, downgrading libparse-recdescent-perl to the stable version avoids 
this message.


Sorry for the noise.
Please close the bug. 




-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: meik.hellm...@math.uni-leipzig.de
http://www.math.uni-leipzig.de/~hellmund




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



Bug#670419: nslcd: LDAP users can't login after upgrade 0.8.6- 0.8.7

2012-04-25 Thread Meik Hellmund
Package: nslcd
Version: 0.8.7-1
Severity: normal

Dear Maintainer,

LDAP users can't login after upgrade.

# nslcd --debug
nslcd: DEBUG: add_uri(ldap:°139.18.10.1/)
nslcd: DEBUG: add_uri(ldap:°139.18.10.111/)
nslcd: DEBUG: add_uri(ldap:°139.18.10.112/)
nslcd: version 0.8.7 starting
nslcd: DEBUG: unlink() of /var/run/nslcd/socket failed (ignored): No such file
or directory
nslcd: DEBUG: setgroups(0,NULL) done
nslcd: DEBUG: setgid(115) done
nslcd: DEBUG: setuid(108) done
nslcd: accepting connections
nslcd: [8b4567] DEBUG: connection from pid=4295 uid=0 gid=0
nslcd: DEBUG: accept() failed (ignored): Resource temporarily unavailable
nslcd: [8b4567] shadow=hellmund DEBUG: myldap_search(base=dc=mathematik,dc
=uni-leipzig,dc=de, filter=((objectClass=shadowAccount)(uid=hellmund)))
nslcd: [8b4567] shadow=hellmund DEBUG: ldap_initialize(ldap:°139.18.10.1/)
nslcd: DEBUG: accept() failed (ignored): Resource temporarily unavailable
nslcd: [8b4567] shadow=hellmund DEBUG: ldap_set_rebind_proc()
nslcd: [8b4567] shadow=hellmund DEBUG:
ldap_setºption(LDAP_OPT_PROTOCOL_VERSION,3)
nslcd: [8b4567] shadow=hellmund DEBUG: ldap_setºption(LDAP_OPT_DEREF,0)
nslcd: [8b4567] shadow=hellmund DEBUG:
ldap_setºption(LDAP_OPT_TIMELIMIT,0)
nslcd: [8b4567] shadow=hellmund DEBUG: ldap_setºption(LDAP_OPT_TIMEOUT,0)
nslcd: [8b4567] shadow=hellmund DEBUG:
ldap_setºption(LDAP_OPT_NETWORK_TIMEOUT,0)
nslcd: [8b4567] shadow=hellmund DEBUG:
ldap_setºption(LDAP_OPT_REFERRALS,LDAP_OPT_ON)
nslcd: [8b4567] shadow=hellmund DEBUG:
ldap_setºption(LDAP_OPT_RESTART,LDAP_OPT_ON)
nslcd: [8b4567] shadow=hellmund DEBUG: ldap_simple_bind_s(NULL,NULL)
(uri=ldap:°139.18.10.1/)
nslcd: [8b4567] shadow=hellmund DEBUG: ldap_result():
uid=hellmund,ou=People,dc=mathematik,dc=uni-leipzig,dc=de
nslcd: [8b4567] shadow=hellmund DEBUG: ldap_result(): end of results (1
total)
nslcd: [7b23c6] DEBUG: connection from pid=4295 uid=0 gid=0
nslcd: DEBUG: accept() failed (ignored): Resource temporarily unavailable
nslcd: [7b23c6] error reading from client: Connection reset by peer




after downgrade of nslcd to the  version in testing, everything works again.






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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nslcd depends on:
ii  adduser3.113+nmu1
ii  debconf [debconf-2.0]  1.5.42
ii  libc6  2.13-30
ii  libgssapi-krb5-2   1.10+dfsg~beta1-2
ii  libldap-2.4-2  2.4.28-1.2

Versions of packages nslcd recommends:
ii  bind9-host [host]   1:9.8.1.dfsg.P1-4
ii  ldap-utils  2.4.28-1.2
ii  libnss-ldapd [libnss-ldap]  0.8.7-1
ii  libpam-ldapd [libpam-ldap]  0.8.7-1
ii  nscd2.13-30

Versions of packages nslcd suggests:
pn  kstart  none

-- debconf information:
  nslcd/ldap-bindpw: (password omitted)
  nslcd/ldap-sasl-realm:
* nslcd/ldap-starttls: false
  nslcd/ldap-sasl-krb5-ccname: /var/run/nslcd/nslcd.tkt
* nslcd/ldap-auth-type: none
  nslcd/ldap-reqcert:
* nslcd/ldap-uris: ldap://139.18.10.1/ ldap://139.18.10.111/ 
ldap://139.18.10.112/
  nslcd/ldap-sasl-secprops:
  nslcd/ldap-binddn:
  nslcd/ldap-sasl-authcid:
  nslcd/ldap-sasl-mech:
* nslcd/ldap-base: dc=mathematik,dc=uni-leipzig,dc=de
  nslcd/ldap-sasl-authzid:



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



Bug#657395: cinnamon

2012-03-26 Thread Meik Hellmund


Just a remark: the Linux Mint Debian Edition (LMDE)  has cinnamon 
packages which work with a recent (March 2012) Debian Sid installation.

Just add the following line to sources.list 
  deb http://packages.linuxmint.com/ debian main upstream import
and do
  apt-get install cinnamon muffin

This installs 
   cinnamon, gir1.2-muffin-3.0, libmuffin0, muffin-common, muffin
from the LMDE repository and it works fine. 
Perhaps  these packages can be used as a starting point 
for native Debian packages? 

- Meik



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



Bug#664646: texlive-extra-utils should depend on texlive-latex-base, otherwise getnonfreefonts fails

2012-03-19 Thread Meik Hellmund
Package: texlive-extra-utils
Version: 2009-10
Severity: minor

Dear Maintainer,


On a system without a TeX installation,
 apt-get install texlive-extra-utils
 getnonfreefonts-sys -a -v

stops with:

Archive:  euro.zip
  inflating: /usr/local/share/texmf/doc/fonts/eurofont/readme.txt  
unzip -bo -bj euro.zip euro/latex/eurosans/README.eurosans -d 
/usr/local/share/texmf/doc/fonts/eurofont
Archive:  euro.zip
  inflating: /usr/local/share/texmf/doc/fonts/eurofont/README.eurosans  
unzip -bo -bj euro.zip euro/latex/eurosans/eurosans.sty -d 
/usr/local/share/texmf/tex/latex/eurofont
Archive:  euro.zip
  inflating: /usr/local/share/texmf/tex/latex/eurofont/eurosans.sty  
unzip -bo -bj euro.zip euro/latex/europs/europs.ins -d .
Archive:  euro.zip
  inflating: ./europs.ins
unzip -bo -bj euro.zip euro/latex/europs/europs.dtx -d .
Archive:  euro.zip
  inflating: ./europs.dtx
[done]
Processing 'tex europs.ins'...  This is TeX, 
Version 3.1415926 (TeX Live 2009/Debian)
(./europs.ins
! I can't find file `docstrip.tex'.
l.2 \input docstrip.tex
   
(Press Enter to retry, or Control-D to exit)
Please type another input file name: 
! Emergency stop.
l.2 \input docstrip.tex
   
No pages of output.
Transcript written on europs.log.
[done]




The missing file 'docstrip.tex' is provided by texlive-latex-base. 


 


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages texlive-extra-utils depends on:
ii  dpkg  1.16.1.2
ii  install-info  4.13a.dfsg.1-8
ii  python2.7.2-10
ii  tex-common2.10
ii  texlive-base  2009-15
ii  texlive-binaries  2009-12
ii  texlive-common2009-15

Versions of packages texlive-extra-utils recommends:
pn  ghostscript  9.05~dfsg-3
pn  lacheck  none
pn  purifyepsnone
pn  xindynone

Versions of packages texlive-extra-utils suggests:
pn  dvidvi  none
pn  fragmaster  none
pn  latexmk none

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  dpkg   1.16.1.2
ii  ucf3.0025+nmu2

Versions of packages tex-common suggests:
pn  debhelper  none

Versions of packages texlive-extra-utils is related to:
ii  tex-common2.10
ii  texlive-binaries  2009-12

-- debconf information excluded



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



Bug#602075: gdm3: please provide dynamic multi-seat support

2010-11-01 Thread Meik Hellmund
Package: gdm3
Version: 2.30.5-4
Severity: wishlist


One of the regressions of the new gdm against gdm2.20 is the missing ability to
add/remove displays dynamically. There exist patches for this at
https://bugzilla.gnome.org/show_bug.cgi?id=536355
Please consider incorporation of this patch into the gdm3 package.




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

Kernel: Linux 2.6.36-rc6-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gdm3 depends on:
ii  adduser 3.112+nmu1   add and remove users and groups
ii  debconf [debconf-2.0]   1.5.36   Debian configuration management sy
ii  gconf2  2.28.1-5 GNOME configuration database syste
ii  gnome-session [x-sessio 2.30.2-2 The GNOME Session Manager - GNOME 
ii  gnome-session-bin   2.30.2-2 The GNOME Session Manager - Minima
ii  gnome-terminal [x-termi 2.30.2-1 The GNOME terminal emulator applic
ii  kde-window-manager [x-w 4:4.4.5-4the K window manager (KWin)
ii  konsole [x-terminal-emu 4:4.4.5-1X terminal emulator
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libattr11:2.4.44-2   Extended attribute shared library
ii  libaudit0   1.7.13-1+b2  Dynamic library for security audit
ii  libbonobo2-02.24.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.3-1 The Bonobo UI library
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome2-0 2.30.0-1 The GNOME library - runtime files
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  liborbit2   1:2.14.18-0.1libraries for ORBit2 - a CORBA ORB
ii  libpam-modules  1.1.1-6.1Pluggable Authentication Modules f
ii  libpam-runtime  1.1.1-6.1Runtime support for the PAM librar
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libpanel-applet2-0  2.30.2-2 library for GNOME Panel applets
ii  libpango1.0-0   1.28.3-1 Layout and rendering of internatio
ii  libpolkit-gobject-1-0   0.96-3   PolicyKit Authorization API
ii  libpolkit-gtk-1-0   0.96-2   PolicyKit GTK+ API
ii  libpopt01.16-1   lib for parsing cmdline parameters
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libupower-glib1 0.9.5-4  abstraction for power management -
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxau6 1:1.0.6-1X11 authorisation library
ii  libxdmcp6   1:1.0.3-2X11 Display Manager Control Protoc
ii  libxklavier16   5.0-2X Keyboard Extension high-level AP
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  lsb-base3.2-26   Linux Standard Base 3.2 init scrip
ii  lxsession [x-session-ma 0.4.4-3  a lightweight X11 session manager
ii  lxterminal [x-terminal- 0.1.8-2  desktop independent vte-based term
ii  metacity [x-window-mana 1:2.30.1-3   lightweight GTK+ window manager
ii  openbox [x-window-manag 3.4.11.1-1   standards compliant, fast, light-w
ii  policykit-1-gnome   0.96-2   GNOME authentication agent for Pol
ii  upower  0.9.5-4  abstraction for power management
ii  xfce4-session [x-sessio 4.6.2-2  Xfce4 Session Manager
ii  xfwm4 [x-window-manager 4.6.2-1  window manager of the Xfce project
ii  xterm [x-terminal-emula 264-1X terminal emulator
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - 

Bug#596326: slapd: LDAP browser (gq, lxplorer, ..) not working because subschema not readable

2010-09-10 Thread Meik Hellmund
Package: slapd
Version: 2.4.23-4
Severity: normal

LDAP browsers like gq or lxplorer need to read the schema data from slapd.
This worked - and can be checked with 
ldapsearch -x -s base -b cn=Subschema  (objectclass=*) +
with my slapd.conf. It also works with a slapd.d created by slaptest from
this slapd.conf.

It does not work with the two additional olcAccess lines added by
the debian postinst script.

Perhaps those lines should be changed. What is the reason for them, anyway?

Best regards, Meik

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages slapd depends on:
ii  adduser   3.112  add and remove users and groups
ii  coreutils 8.5-1  GNU core utilities
ii  debconf [debconf-2.0] 1.5.35 Debian configuration management sy
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libdb4.8  4.8.30-2   Berkeley v4.8 Database Libraries [
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libldap-2.4-2 2.4.23-4   OpenLDAP libraries
ii  libltdl7  2.2.6b-2   A system independent dlopen wrappe
ii  libperl5.10   5.10.1-14  shared Perl library
ii  libsasl2-22.1.23.dfsg1-6 Cyrus SASL - authentication abstra
ii  libslp1   1.2.1-7.8  OpenSLP libraries
ii  libwrap0  7.6.q-19   Wietse Venema's TCP wrappers libra
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip
ii  perl [libmime-base64-perl 5.10.1-14  Larry Wall's Practical Extraction 
ii  psmisc22.13-1utilities that use the proc file s
ii  unixodbc  2.2.14p2-2 ODBC tools libraries

Versions of packages slapd recommends:
ii  libsasl2-modules  2.1.23.dfsg1-6 Cyrus SASL - pluggable authenticat

Versions of packages slapd suggests:
ii  ldap-utils2.4.23-4   OpenLDAP utilities



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



Bug#580868: mdadm: cron sends mail when checkarray is not run

2010-05-09 Thread Meik Hellmund
Package: mdadm
Version: 3.1.1-1
Severity: normal

I got this morning a mail message from the cron daemon of a ~10 days old
system:

Subject: Cron r...@misun50 [ -x /usr/share/mdadm/checkarray ]  [ $(date 
+%d) -le 7 ]  /usr/share/mdadm/checkarray --cron --all --quiet (failed)
Date: Sun, 09 May 2010 00:57:01 +0200

command failed with exit status 1

It seems to me that the exit status 1 is only due to the date test. 
Wouldn't it be nicer to put these tests into a shell script which 
returns exit status 0 if its not the first week of the month?

Regards, Meik


-- Package-specific info:
--- mount output
/dev/md0 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
/dev/sdb1 on /boot2 type ext3 (rw)
/dev/md1 on /home type ext4 (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,noexec,nosuid,nodev)
automount(pid5393) on /www type autofs (rw,fd=4,pgrp=5393,minproto=2,maxproto=4)

--- mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE partitions

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOST system

# instruct the monitoring daemon where to send mail alerts
MAILADDR *...@***.uni-leipzig.de

# definitions of existing MD arrays
ARRAY /dev/md/0 metadata=1.1 UUID=1f351652:ac2b8e1b:4a4bf18e:fe3b68fa 
name=misun50:0
ARRAY /dev/md/1 metadata=1.1 UUID=77c1c118:35b1836c:0e68af8b:37e4e24c 
name=misun50:1

# This file was auto-generated on Fri, 30 Apr 2010 16:24:56 +0200
# by mkconf 3.0.3-2

--- /proc/mdstat:
Personalities : [raid1] 
md1 : active raid1 sda4[0] sdb4[1]
  380859260 blocks super 1.1 [2/2] [UU]
  [==..]  check = 73.4% (279676928/380859260) 
finish=17.7min speed=95191K/sec
  
md0 : active raid1 sda3[0] sdb3[1]
  97655740 blocks super 1.1 [2/2] [UU]
  
unused devices: none

--- /proc/partitions:
major minor  #blocks  name

   80  488386584 sda
   813905536 sda1
   823906560 sda2
   83   97655808 sda3
   84  380859392 sda4
   8   16  488386584 sdb
   8   173905536 sdb1
   8   183906560 sdb2
   8   19   97655808 sdb3
   8   20  380859392 sdb4
   90   97655740 md0
   91  380859260 md1

--- initrd.img-2.6.32-5-amd64:
52117 blocks
116eeea1a50e23e247508b2b4480cc55  ./sbin/mdadm
1f77d21fea1973a7d503e0a9989d9a55  ./etc/mdadm/mdadm.conf
f4fbd9099399ab08ba9b9f6c71d77595  ./scripts/local-top/mdadm
b1fbc253428467880289edb547cc1c94  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid6_pq.ko
4513e8fea21d3c53ff37a912d8b98d27  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid0.ko
d51961784f152a12ef53f7f2e2765f39  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid456.ko
d509d6a56f54258c8bc705e1838b962e  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/multipath.ko
cb47f44a0ce2899805eb7013082fb60d  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid10.ko
dd279244c63c4a4a7fed6d6bc8f439e7  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/linear.ko
9016965443351ccad6449af6a58a78de  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/raid1.ko
058b4302fc23705a5694d77dcc556f07  
./lib/modules/2.6.32-5-amd64/kernel/drivers/md/md-mod.ko

--- /proc/modules:
raid1 18191 2 - Live 0xa011b000
md_mod 73648 3 raid1, Live 0xa00ff000

--- /var/log/syslog:

--- volume detail:
/dev/sda is not recognised by mdadm.
/dev/sda1 is not recognised by mdadm.
/dev/sda2 is not recognised by mdadm.
/dev/sda3:
  Magic : a92b4efc
Version : 1.1
Feature Map : 0x0
 Array UUID : 1f351652:ac2b8e1b:4a4bf18e:fe3b68fa
   Name : misun50:0  (local to host misun50)
  Creation Time : Fri Apr 30 16:21:31 2010
 Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 195311480 (93.13 GiB 100.00 GB)
 Array Size : 195311480 (93.13 GiB 100.00 GB)
Data Offset : 136 sectors
   Super Offset : 0 sectors
  State : clean
Device UUID : 0b99a6e8:e8530e22:ce3f3442:347daafc

Update Time : Sun May  9 14:51:55 2010
   Checksum : 486b997f - correct
 Events : 4376


   Device Role : Active device 0
   Array State : AA ('A' == active, '.' == missing)
--
/dev/sda4:
  Magic : a92b4efc
Version : 1.1
Feature Map : 0x0
 Array UUID : 77c1c118:35b1836c:0e68af8b:37e4e24c
   Name : misun50:1  (local to host misun50)
  Creation Time : Fri Apr 30 

Bug#552103: asymptote-doc: examples missing

2009-10-23 Thread Meik Hellmund
Package: asymptote-doc
Version: 1.86-1
Severity: normal

The examples directory is missing from both asymptote and asymptote-doc.
Since they are quite useful, please consider adding them again.

many thanks, Meik

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

Kernel: Linux 2.6.30-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages asymptote-doc depends on:
ii  dpkg  1.15.4 Debian package management system
ii  install-info  4.13a.dfsg.1-4 Manage installed documentation in 

Versions of packages asymptote-doc recommends:
ii  acroread [pdf-viewer]9.1.3-0.2   Adobe Acrobat Reader: Portable Doc
ii  asymptote1.86-1  script-based vector graphics langu
ii  conkeror [www-browser]   0.9~git090624-1 keyboard focused web browser with 
ii  dillo [www-browser]  0.8.6-3 Small and fast web browser
ii  emacs23 [info-browser]   23.1+1-4The GNU Emacs editor (with GTK+ us
ii  epiphany-gecko [www-brow 2.26.3-2Intuitive GNOME web browser - Geck
ii  evince [pdf-viewer]  2.26.2-2Document (postscript, pdf) viewer
ii  galeon [www-browser] 2.0.7-1 GNOME web browser for advanced use
ii  gv [pdf-viewer]  1:3.6.7-1   PostScript and PDF viewer for X
ii  iceape-browser [www-brow 1.1.17-2Iceape Navigator (Internet browser
ii  iceweasel [www-browser]  3.0.14-1lightweight web browser based on M
ii  info [info-browser]  4.13a.dfsg.1-4  Standalone GNU Info documentation 
ii  w3m [www-browser]0.5.2-2.1   WWW browsable pager with excellent
ii  xpdf-reader [pdf-viewer] 3.02-1.4+lenny1 Portable Document Format (PDF) sui

asymptote-doc suggests no packages.

-- no debconf information



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



Bug#502427: recoll: please suggest libimage-exiftool-perl

2008-10-16 Thread Meik Hellmund
Package: recoll
Version: 1.10.6-1
Severity: minor

Can't locate Image/ExifTool.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at /usr/share/recoll/filters/rclimg line 61.

please suggest/recommed/depend on 
 libimage-exiftool-perl, which provides this Perl module.

BTW, recoll is great! Thank you!


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

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 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 recoll depends on:
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxapian151.0.7-3   Search engine library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages recoll recommends:
ii  aspell0.60.6-1   GNU Aspell spell-checker

Versions of packages recoll suggests:
pn  antiword none  (no description available)
ii  catdoc   0.94.2-1MS-Word to TeX or plain text conve
ii  ghostscript  8.62.dfsg.1-3.1 The GPL Ghostscript PostScript/PDF
ii  poppler-utils0.8.7-1 PDF utilitites (based on libpopple
ii  unrtf0.19.3-1.1  RTF to other formats converter
ii  xpdf 3.02-1.4Portable Document Format (PDF) sui

-- no debconf information



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



Bug#500225: liblapack-doc: man pages missing

2008-09-26 Thread Meik Hellmund
Package: liblapack-doc
Version: 3.1.1-3
Severity: normal


It seems that the manual pages of all the Lapack routines went away 
with the lapack-doc - liblapack-doc transition. 
Where can I find them? Without them, lapack is nearly useless 
since only the man pages document the precise synopsis of the 
lapack routines.


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

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

-- no debconf information



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



Bug#486598: sa-compile: re2c fails with Token exceeds limit

2008-06-16 Thread Meik Hellmund
Package: re2c
Version: 0.13.3-1
Severity: normal

~#sa-compile 
[10305] info: generic: base extraction starting. this can take a
while...
[10305] info: generic: extracting from rules of type body_0
100% [== ] 8268.06 rules/sec
00m00s DONE
100% [===] 363.44 bases/sec
00m05s DONE
[10305] info: body_0: 1503 base strings extracted in 6 seconds
cd /tmp/.spamassassin10305Mx5oDjtmp
cd Mail-SpamAssassin-CompiledRegexps-body_0
re2c -i -b -o scanner1.c scanner1.re
re2c -i -b -o scanner2.c scanner2.re
re2c -i -b -o scanner3.c scanner3.re
re2c -i -b -o scanner4.c scanner4.re
re2c: error: line 111, column 2: Token exceeds limit
command failed! at /usr/bin/sa-compile line 288, $fh line 2474.


It seems that this is solved in re2c 13.5:
http://www.gossamer-threads.com/lists/spamassassin/users/122092

regards, Meik


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

Kernel: Linux 2.6.25-2-amd64 (SMP w/8 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 re2c depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-2  GCC support library
ii  libstdc++64.3.1-2The GNU Standard C++ Library v3

re2c recommends no packages.

-- no debconf information



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



Bug#466293: RFP: texmaker -- integrated LaTeX environment

2008-02-17 Thread Meik Hellmund
Package: wnpp
Severity: wishlist

* Package name: texmaker
  Version : 1.6
  Upstream Author : Pascal Brachet [EMAIL PROTECTED]
* URL : http://www.xm1math.net/texmaker/index.html
* License : GPLv2
  Programming Lang: C++ 
  Description : integrated LaTeX environment

Texmaker is a free LaTeX editor, that integrates many tools needed to
develop documents with LaTeX, in just one application.
It is comparable to Kile but not a KDE application, just a QT
application. Therefore it may be preferable for users of Gnome, Xfce
etc. 




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



Bug#448654: fglrx-driver: Version 8.42.3 supports fewer hardware than 8.40.4

2007-12-01 Thread Meik Hellmund

I am sorry, but neither 8.42.3-2 nor the present 8.43.2-1 work with my hardware
(a FireGL V3200).  I get No devices detected error in the xserver log.
8.42.3-3 seems to be available only for amd64, not for i386.

Regards, Meik 

-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund



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



Bug#453860: locales: de_LI syntax error

2007-12-01 Thread Meik Hellmund
Package: locales
Version: 2.7-3
Severity: normal

during configuration of the locales package:
de_LI.UTF-8.../usr/share/i18n/locales/de_LI:73: LC_TELEPHONE: syntax error

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

Kernel: Linux 2.6.22-2-686-bigmem (SMP w/4 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 locales depends on:
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  libc6 [glibc-2.7-1]   2.7-3  GNU C Library: Shared libraries

locales recommends no packages.

-- debconf information:
* locales/default_environment_locale: en_US.UTF-8
* locales/locales_to_be_generated: All locales



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



Bug#452517: problem with cupsys.dpkg-dist dropped into /etc/logrotate.d/

2007-11-23 Thread Meik Hellmund
Package: cupsys
Version: 1.3.4-1
Severity: normal

I have some local configuration changes in /etc/logrotate.d/cupsys
The problem is that during an update to a new cupsys version, 
my file gets preserved but the maintainer's version cupsys.dpkg-dist 
is also dropped into /etc/logrotate.d/ and is therefore also
executed by the logrotate daemon. 
I don't know how other packages  solve this problem. 
Is it possible to comment out everything inside cupsys.dpkg-dist?
If you  think this is a bug of logrotate and logrotate should ignore 
such debian files, please reassign this bug.


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

Kernel: Linux 2.6.16-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cupsys depends on:
ii  adduser   3.103  Add and remove users and groups
ii  cupsys-common 1.2.11-3   Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  gs-esp8.15.3.dfsg.1-1The Ghostscript PostScript interpr
ii  libavahi-compat-libdn 0.6.21-2   Avahi Apple Bonjour compatibility 
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libcupsimage2 1.3.4-1Common UNIX Printing System(tm) - 
ii  libcupsys21.3.4-1Common UNIX Printing System(tm) - 
ii  libdbus-1-3   1.1.1-3simple interprocess messaging syst
ii  libgnutls13   2.0.1-1the GNU TLS library - runtime libr
ii  libkrb53  1.6.dfsg.3~beta1-2 MIT Kerberos runtime libraries
ii  libldap2  2.1.30-13.4OpenLDAP libraries
ii  libpam0g  0.99.7.1-5 Pluggable Authentication Modules l
ii  libpaper1 1.1.21 Library for handling paper charact
ii  libslp1   1.2.1-6.2  OpenSLP libraries
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  perl-modules  5.8.8-7Core Perl modules
ii  procps1:3.2.7-3  /proc file system utilities
ii  ssl-cert  1.0.14 Simple debconf wrapper for openssl
ii  xpdf-utils [poppler-u 3.02-1 Portable Document Format (PDF) sui

Versions of packages cupsys recommends:
ii  cups-pdf  2.4.6-1PDF printer for CUPS
ii  cupsys-client 1.2.11-3   Common UNIX Printing System(tm) - 
ii  foomatic-filters  3.0.2-20061031-1.2 linuxprinting.org printer support 
ii  smbclient 3.0.25b-1+b1   a LanManager-like simple client fo

-- debconf information excluded



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



Bug#448654: fglrx-driver: Version 8.42.3 supports fewer hardware than 8.40.4

2007-10-30 Thread Meik Hellmund
Package: fglrx-driver
Version: 8.40.4-2
Severity: normal


I just tried an update from 8.40.4 to 8.42.3 and discovered that 
my hardware (a FireGL V3200) is no longer supported by the new version. 
One gets an 
(EE) No devices detected 
error in the xserver log.  

Comparing  http://www2.ati.com/drivers/linux/linux_8.40.4.html and
http://www2.ati.com/drivers/linux/linux_8.42.3.html it seems  
that unfortunately quite a lot of hardware was dropped. 

Is it possible to warn users before an update?
Anyway, the package description should be updated. It still lists 
the hardware supported by version 8.40.4

Many thanks for the time you dedicate to Debian!


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

Kernel: Linux 2.6.22-3-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 fglrx-driver depends on:
ii  libc6   2.6.1-6  GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20070902-1 GCC support library
ii  libstdc++5  1:3.3.6-15   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  xserver-xorg1:7.1.0-19   the X.Org X server

Versions of packages fglrx-driver recommends:
ii  fglrx-kernel-2.6.22-3- 8.40.4-2+2.6.22-5 ATI binary kernel module for Linux
ii  fglrx-kernel-src   8.40.4-2  kernel module source for the ATI g

-- no debconf information



-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund



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



Bug#441984: new file /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Leipzig

2007-09-12 Thread Meik Hellmund
Package: dvb-utils
Version: 1.1.1-3
Severity: minor
Tags: patch

Frequencies have changed at our local DVB-T stations. 

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

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

Versions of packages dvb-utils depends on:
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  makedev   2.3.1-83   creates device files in /dev
ii  udev  0.113-3/dev/ and hotplug management daemo

dvb-utils recommends no packages.

-- no debconf information
# DVB-T Leipzig (Germany)
# Generated by Albrecht Lohoefener [EMAIL PROTECTED]
# Updated by Meik Hellmund [EMAIL PROTECTED]

T 48200 8MHz 2/3 NONE QAM16 8k  1/4 NONE #   ZDF, 3sat, Kika, ZDFinfo
T 49800 8MHz 2/3 NONE QAM64 8k 1/4 NONE #  ARD, arte, phoenix, 1festival
T 20550 7MHz 2/3 NONE QAM64 8k 1/16 NONE # MDR, RBB, WDR, BR


Bug#410766: grace6: Broken or incomplete installation, again

2007-07-15 Thread Meik Hellmund

I just stumbled over this bug with a new installation of Sid:
grace6 generates symlinks to non-existent fonts and then fails 
to start. In my case, it is 

/usr/share/grace6/fonts/type1/LinLibertineU-Re-2.2.5RO.pfb 
-  /usr/share/fonts/type1/linux-libertine/LinLibertineU-Re-2.2.5RO.pfb

I purged grace6, linux-libertine, ran
/usr/sbin/defoma-reconfigure, reinstalled linux-libertine,
ran defoma-reconfigure, reinstalled grace6 - and this broken symlink is
there again!

So, ok, this is perhaps a defoma problem or a problem of some fonts package.
(Any hints welcome!)
But no other application I know responds in this way to a missing font 
(especially, a font it will presumably never use). 

These symlinks to fonts in /usr/share/grace6/fonts/type1/ 
- is this really a good idea? What happens when I install/remove/update 
fonts *after* installing grace6? 


-- 
Meik Hellmund
Mathematisches Institut, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund


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



Bug#423534: Please continue providing glade2

2007-05-12 Thread Meik Hellmund
Package: glade
Version: 2.12.1-7
Severity: wishlist


It would be great if you could continue providing glade2 for sid.
Reasons:  - glade3 still has some quite rough edges whereas glade2 
is really usable. 
  - Some people like and use the code generation feature of 
glade2 which has been dropped in glade3.
  - The all-in-one-window GUI of glade3 is hard to use 
w/o a really big display.
Today it is no problem to install glade_2.12.1-7 on sid but  if I look
at the dependencies I am afraid the day will come when this no longer 
works. 

Many thanks, Meik 

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

Kernel: Linux 2.6.20-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 glade depends on:
ii  glade-common  2.12.1-7   Common files for GTK+ 2 User Inter
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgail-common1.18.0-2   GNOME Accessibility Implementation
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgtk2.0-0   2.10.12-1  The GTK+ graphical user interface 
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages glade recommends:
ii  autoconf  2.61-4 automatic configure script builder
pn  automake1.4   none (no description available)
ii  gettext   0.16.1-1   GNU Internationalization utilities
ii  libgail17 1.8.11-4   GNOME Accessibility Implementation
ii  libgtk2.0-dev 2.10.12-1  Development files for the GTK+ lib

-- no debconf information


-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund


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



Bug#420490: texlive-base-bin: /etc/texmf/dvips/config/config.ps missing

2007-04-22 Thread Meik Hellmund
Package: texlive-base-bin
Version: 2007-5
Severity: normal


After a recent upgrade, dvips started to complain:
   dvips: no match for special paper size found; using default
and bounding boxes were generally wrong.

This seems to be due to the fact that /etc/texmf/dvips/config/config.ps 
is missing on my machine. The package texlive-base-bin includes this file,
so I tried apt-get install --reinstall texlive-base-bin
but this didn't help, some magic in the postinst script seems to remove it. 

I extracted this file from  the .deb by hand and now 
everything seems fine again.

(Another file included in the package but missing after 
installation is /etc/texmf/tex/generic/config/pdftexconfig.tex 
This is mentioned in bug #420139  but I don't understand the message 
of the discussion there. Is this file no longer necessary? Is my 
installation screwed up in some way?)
 

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

Kernel: Linux 2.6.20-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 texlive-base-bin depends on:
ii  ed0.2-20 The classic unix line editor
ii  libc6 2.5-2  GNU C Library: Shared libraries
ii  libncurses5   5.5-5  Shared libraries for terminal hand
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpoppler0c2 0.4.5-5.1  PDF rendering library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxaw7   1:1.0.3-3  X11 Athena Widget library
ii  libxmu6   1:1.0.3-1  X11 miscellaneous utility library
ii  libxpm4   1:3.5.6-2  X11 pixmap library
ii  libxt61:1.0.5-2  X11 toolkit intrinsics library
ii  mime-support  3.39-1 MIME files 'mime.types'  'mailcap
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  texlive-common2007-4 TeX Live: Base component
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages texlive-base-bin recommends:
ii  perl-tk  1:804.027-7 Perl module providing the Tk graph

Versions of packages tex-common depends on:
ii  debconf   1.5.13 Debian configuration management sy
ii  ucf   2.0021 Update Configuration File: preserv

Versions of packages texlive-base-bin is related to:
pn  tetex-basenone (no description available)
pi  tetex-bin 2007-4 TeX Live: teTeX transitional packa
pi  tetex-extra   2007-4 TeX Live: teTeX transitional packa

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:
  tex-common/singleuser: true

-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund


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



Bug#406816: libghc6-missingpy-dev: not installable (wants missingh-0.16, but missingh-0.18 is in unstable)

2007-01-14 Thread Meik Hellmund
Package: libghc6-missingpy-dev
Version: 0.8.9.1
Severity: grave
Justification: renders package unusable

iapt-get install  libghc6-missingpy-dev
Reading package lists... Done
Building dependency tree... Done
Suggested packages:
  python-gdbm
The following NEW packages will be installed:
  libghc6-missingpy-dev
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 140kB of archives.
After unpacking 758kB of additional disk space will be used.
Get:1 http://ftp.de.debian.org sid/main libghc6-missingpy-dev 0.8.9.1 [140kB]
Fetched 140kB in 0s (146kB/s)
Selecting previously deselected package libghc6-missingpy-dev.
(Reading database ... 290008 files and directories currently installed.)
Unpacking libghc6-missingpy-dev (from 
.../libghc6-missingpy-dev_0.8.9.1_i386.deb) ...
Setting up libghc6-missingpy-dev (0.8.9.1) ...
Reading package info from stdin ... done.
ghc-pkg: dependency MissingH-0.16.0 doesn't exist (use --force to override)
dpkg: error processing libghc6-missingpy-dev (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libghc6-missingpy-dev


-- 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-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libghc6-missingpy-dev depends on:
ii  ghc6  6.6-3  GHC - the Glasgow Haskell Compilat
ii  libghc6-missingh-dev  0.18.0 Library of utility functions for H
ii  python-dev2.4.4-2Header files and a static library

libghc6-missingpy-dev recommends no packages.

-- no debconf information


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



Bug#396683: linux-source-2.6.18: make-kpkg fails - debian subdirectory missing?

2006-11-02 Thread Meik Hellmund
Package: linux-source-2.6.18
Version: 2.6.18-3
Severity: important

# make-kpkg kernel_image
/usr/share/kernel-package/rules:1637: *** Error. I do not know where the kernel 
image goes to [kimagedest undefined] The usual case for this is that I could 
not determine which arch or subarch tihs machine belongs to. Please specify a 
subarch, and try again..  Stop.

There is no debian subdirectory in the unpacked source file. 


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

Versions of packages linux-source-2.6.18 depends on:
ii  binutils  2.17-3 The GNU assembler, linker and bina
ii  bzip2 1.0.3-6high-quality block-sorting file co

Versions of packages linux-source-2.6.18 recommends:
ii  gcc  4:4.1.1-13  The GNU C compiler
ii  libc6-dev [libc-dev] 2.3.6.ds1-7 GNU C Library: Development Librari
ii  make 3.81-3  The GNU version of the make util

-- no debconf information


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



Bug#396683: linux-source-2.6.18: make-kpkg fails - debian subdirectory missing?

2006-11-02 Thread Meik Hellmund

Some more info:
This is kernel-package 8.135 from unstable. 
When I add the option --arch=i386, make-kpkg runs fine. 
I think I was wrong filing this bug to linux-source-2.6.18:
with linux-source-2.6.16, the same error happens.  
The output of dpkg-architecture looks ok to me:

# dpkg-architecture
DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i486-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=i386
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i486-linux-gnu

best wishes, Meik

On Thu, 02 Nov 2006 12:12:00 +0100
Goswin von Brederlow [EMAIL PROTECTED] wrote:

 What version of make-kpkg is this? You might have to use the unstable
 version.



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



Bug#396683: linux-source-2.6.18: make-kpkg fails - debian subdirectory missing?

2006-11-02 Thread Meik Hellmund
Goswin von Brederlow [EMAIL PROTECTED] writes:

 What version of make-kpkg is this? You might have to use the unstable
 version.

You are absolutely right. I used kernel-package 8.135 which is from stable. 
The current unstable kernel-package runs fine. 

Sorry for wasting your time. I think this bug can be closed. 

Best regards, Meik

-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund


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



Bug#376682: libghc6-c2hs-dev: not installable on unstable

2006-07-04 Thread Meik Hellmund
Package: libghc6-c2hs-dev
Severity: normal

#apt-get install libghc6-c2hs-dev
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  libghc6-c2hs-dev: Depends: ghc6 ( 6.4.2) but 6.4.2-2 is to be
  installed
  E: Broken packages


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-k8-smp
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#368830: advi: please update to cvs version

2006-05-25 Thread Meik Hellmund
Package: advi
Version: 1.6.0-10
Severity: wishlist


The cvs repository of advi already contains version 1.7
(I don't know why it is not announced/available from the
advi webpage directly.)

My reason for wanting the current cvs version:
you can now use the page-up/page-down keys to  navigate
through the presentation.
This is very useful if you have one of those wireless
presenter tools since they usually generate page-up/down
keycodes for controlling the presentation.

regards, Meik



-- System Information:
Debian Release: testing/unstable
  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.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages advi depends on:
ii  gs-afpl [gs] 8.53-0.2The AFPL Ghostscript PostScript in
ii  gs-esp [gs]  8.15.1.dfsg.1-2 The Ghostscript PostScript interpr
ii  gs-gpl [gs]  8.50-1.1The GPL Ghostscript PostScript int
ii  libc62.3.6-9 GNU C Library: Shared libraries
ii  libfreetype6 2.2.1-2 FreeType 2 font engine, shared lib
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libjpeg626b-13   The Independent JPEG Group's JPEG
ii  libpng12-0   1.2.8rel-5.1PNG library - runtime
ii  libsm6   1:1.0.0-4   X11 Session Management library
ii  libtiff4 3.8.2-2 Tag Image File Format (TIFF) libra
ii  libungif4g   4.1.4-2 shared library for GIF images (run
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxpm4  1:3.5.4.2-3 X11 pixmap library
ii  tetex-bin3.0-16  The teTeX binary files
ii  zlib1g   1:1.2.3-11  compression library - runtime

advi recommends no packages.

-- no debconf information


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



Bug#363686: libklibc: linux-image-2.6.16-sparc64-smp fails to boot - please reopen #347902

2006-04-20 Thread Meik Hellmund
Package: libklibc
Version: 1.3.3-3
Severity: normal

I have the same problem as the bug reporter of #347902.
So it seems ito me the bug reappeared with libklibc 1.3 

Best wishes, Meik



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: sparc (sparc64)
Kernel: Linux 2.6.8-3-sparc64-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

-- no debconf information


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



Bug#363686: additional info

2006-04-20 Thread Meik Hellmund

The last message before the kernel panic is:
run-init: statfs /: Invalid argument

In the meantime, I made an initrd using yaird and everything works.

-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund



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



Bug#363704: gq: crashes when clicking on +-nodes in the tree view

2006-04-20 Thread Meik Hellmund
Package: gq
Version: 1.0beta1-4
Severity: important


 gq crashes when clicking on +-nodes in the tree view with


Gdk-CRITICAL **: gdk_drawable_get_depth: assertion `GDK_IS_DRAWABLE (drawable)' 
failed
aborting...




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

Versions of packages gq depends on:
ii  libatk1.0-0  1.11.4-1The ATK accessibility toolkit
ii  libc62.3.6-4 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgtk2.0-0  2.8.16-1The GTK+ graphical user interface 
ii  libldap2 2.1.30-13   OpenLDAP libraries
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  libssl0.9.8  0.9.8a-8SSL shared libraries
ii  libx11-6 6.9.0.dfsg.1-5  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-5  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-5  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-5  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-5  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  zlib1g   1:1.2.3-11  compression library - runtime

gq recommends no packages.

-- debconf-show failed


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



Bug#339924: advi: fails to display inlined Postscript with current gs

2006-02-17 Thread Meik Hellmund

I just want to report that this bug is solved in current 
advi packages. Looks like upstream did his homework:
  from changelog.Debian:
  * Update to CVS HEAD as of 20060103,...

Many thanks to the package maintainer. 

-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund


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



Bug#322876: Thanks for the patch!

2006-01-26 Thread Meik Hellmund

Andrew,

many thanks for your patch. I just applied it to get a working  
version on my dual opteron machine. 

BTW, googling for qps I discovered that the first google entry
for a qps homepage,
http://www.student.nada.kth.se/~f91-men/qps/, 
ends with version 1.9.7, the version in Debian. 

But there is a new home for qps, 
http://qps.kldp.net/
which seems quite active, carrying version 1.9.11 from november 05.
and claiming:
   qps 1.9.9.2 
* Fixed a SMP(Multi-CPU) problem on kernel 2.6.x (thanks to Alain Cabiran)

So perhaps there is still hope for this fine package. 


Best wishes, Meik

Package: qps
Version: 1.9.7.0-4

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

Versions of packages qps depends on:
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li

-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund


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



Bug#349502: bug can be closed(?)

2006-01-24 Thread Meik Hellmund

Ok, today I can install axiom. Perhaps the debian mirror 
I use (ftp.de.debian.org) wasn't fully updated?

Sorry for the inconvenience. 


-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund



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



Bug#348513: tetex-doc: tetexdoctk fails with Couldn't open system-wide default config file texdocrc

2006-01-24 Thread Meik Hellmund

just my experience:

- I had tetex-* installed, but not perl-tk
- tried texdoctk and it told me to install perl-tk
- installed texdoctk and it failed with Couldn't open system-wide default 
config file texdocrc
- found this bug and did 
  cp /usr/share/tetex-base/texdocrc /etc/texdoctk/
- now the file is there but texdotk still fails with this error!
- strace texdoctk - texdoctk asks kpsewhich for the location of this file
- mktexlsr ... now everything works fine.

Why was the texdocrc file missing in the first place? Is it only installed if
perl-tk is already present?


Best wishes, Meik  

-- 
Meik Hellmund
Institut fuer Mathematik, Uni Leipzig
e-mail: [EMAIL PROTECTED]
http://www.math.uni-leipzig.de/~hellmund


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



Bug#349502: axiom: not installable

2006-01-23 Thread Meik Hellmund
Package: axiom
Version: 20050901-4
Severity: normal

#apt-get install axiom
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  axiom: Depends: axiom-databases (= 20050901-4) but it is not going to be 
installed
E: Broken packages


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

Versions of packages axiom depends on:
pn  axiom-databases   none (no description available)
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgmp3c2 4.1.4-11   Multiprecision arithmetic library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libreadline5  5.1-5  GNU readline and history libraries

Versions of packages axiom recommends:
ii  axiom-doc   20050901-4.1 A general purpose computer algebra
pn  axiom-graphics  none   (no description available)
pn  axiom-hypertex  none   (no description available)
pn  axiom-sourcenone   (no description available)


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



Bug#339924: advi: fails to display inlined Postscript with current gs

2005-11-19 Thread Meik Hellmund
Package: advi
Version: 1.6.0-6
Severity: normal


I just discovered that my old advi presentations no longer work. 
Since I have to give a talk next week, I tried to debug it -:)

What happens:
 zadvi /usr/share/doc/advi-examples/examples/test/demo.dvi.gz
  doesn't show inlined postscript but complains:
   Warning: Setting policy to -exec
   Warning: Error: /invalidfileaccess in --file--
   Warning: Error in Postscript
   Warning: Sys_error(Bad file descriptor)
   Warning: GS Terminated
   Warning: Sys_error(Bad file descriptor)
   Warning: GS Terminated
   ...
  
Reason: advi pipes the follwing to gs:
  ...
  (/usr/share/texmf/dvips/base/texc.pro) run
  (/usr/share/texmf/dvips/base/special.pro) run
  (/usr/share/texmf/dvips/pstricks/pstricks.pro) run
  ...
 
 It seems that this is no longer compatible with the -dSAFER option
 of gs, it crashes gs. 

Workaround for me: remove this option from gs.ml
This is perhaps not the best workaround for the package. Perhaps advi
should cat the contents of these files directly to gs?

Regards,  Meik


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

Versions of packages advi depends on:
ii  gs   8.15-4  Transitional package
ii  gs-esp [gs]  8.15.1.dfsg.1-1 The Ghostscript PostScript interpr
ii  gs-gpl [gs]  8.15-4  The GPL Ghostscript PostScript int
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libice6  6.8.2.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libsm6   6.8.2.dfsg.1-10 X Window System Session Management
ii  libtiff4 3.7.4-1 Tag Image File Format (TIFF) libra
ii  libungif4g   4.1.4-1 shared library for GIF images (run
ii  libx11-6 6.8.2.dfsg.1-10 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-10 X Window System miscellaneous exte
ii  libxpm4  6.8.2.dfsg.1-10 X pixmap library
ii  tetex-bin3.0-10.1The teTeX binary files
ii  xlibs6.8.2.dfsg.1-10 X Window System client libraries m
ii  zlib1g   1:1.2.3-6   compression library - runtime

advi recommends no packages.

-- no debconf information





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



Bug#335515: with freetype support: xterms screen content not updated after workspace switch

2005-10-24 Thread Meik Hellmund
Package: xterm
Version: 6.8.2.dfsg.1-9
Severity: normal

I just discovered that xterm has xft support. 
 apt-get install  ttf-bitstream-vera
 xterm -fa Bitstream Vera Sans Mono -fs 9 
looks great! I wish I discovered that earlier. 

Small problem with this font: under gnome, after switching between 
workspaces, the xterm which is on top of the new workspace looks empty,
its contents is not redrawn. (If the xterm is in the middle of the screen and 
gets partially covered by the workspace switcher mini-window then it is 
redrawn)   
Best regards,
Meik


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

Versions of packages xterm depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libexpat1 1.95.8-3   XML parsing C library - runtime li
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libice6   6.8.2.dfsg.1-9 Inter-Client Exchange library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libsm66.8.2.dfsg.1-9 X Window System Session Management
ii  libxaw8   6.8.2.dfsg.1-9 X Athena widget set library
ii  libxext6  6.8.2.dfsg.1-9 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxmu6   6.8.2.dfsg.1-9 X Window System miscellaneous util
ii  libxp66.8.2.dfsg.1-9 X Window System printing extension
ii  libxpm4   6.8.2.dfsg.1-9 X pixmap library
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-9 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-9 X Window System client libraries m
ii  xlibs-data6.8.2.dfsg.1-9 X Window System client data

Versions of packages xterm recommends:
ii  xutils6.8.2.dfsg.1-9 X Window System utility programs

-- no debconf information


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



Bug#323563: maxima: uninstallable

2005-08-17 Thread Meik Hellmund
Package: maxima
Severity: normal

# apt-get install maxima 
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  maxima: Depends: libgmp3 but it is not installable
E: Broken packages


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


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



Bug#323562: libqwt4: uninstallable

2005-08-17 Thread Meik Hellmund
Package: libqwt4
Severity: important


apt-get install libqwt4
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libqwt4: Depends: libqt3c102-mt (= 3:3.3.4) but it is not installable
E: Broken packages
#
#
# apt-get install libqt3c102-mt
Reading package lists... Done
Building dependency tree... Done
Package libqt3c102-mt is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libqt3-mt
E: Package libqt3c102-mt has no installation candidate


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


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



Bug#311274: tuareg-mode: doesn't install in xemacs21

2005-05-31 Thread Meik Hellmund
Ralf Treinen [EMAIL PROTECTED] writes:

 I cannot reproduce the error, on my machine tuareg-mode installs fine
 with xemacs21. Comparing the log of your installation to what I get on
 my machine there is one line which looks strange to me:

   Compiling
   /usr/share/xemacs21/site-lisp/tuareg-mode/camldebug-tuareg.el...
   Loading tuareg... (file tuareg.el is newer)

Sorry, this seems to be misleading. Perhaps I tried to often to install this
package. After purging tuareg-mode and re-installing, the 
file tuareg.el is newer message no longer appears, but the problem is 
still there:


Compiling /usr/share/xemacs21/site-lisp/tuareg-mode/camldebug-tuareg.el...
While compiling toplevel forms in file 
/usr/share/xemacs21/site-lisp/tuareg-mode/camldebug-tuareg.el:
   !! Symbol's function definition is void ((charsetp))
Error occurred processing camldebug-tuareg.el: 
Symbol's function definition is void: charsetp

...

emacs-package-install: /usr/lib/emacsen-common/packages/install/tuareg-mode 
xemacs21 xemacs21 failed at /usr/lib/emacsen-common/emacs-package-install line 
30, TSORT line 1.

  

I googled a bit and found that sml-mode had the same problem, bug #286190,
fixed in sml-mode 4.0-2. It is mule-related. 
I have both xemacs21-mule and xemacs21-nomule installed. 
The patch used by the sml-mode maintainer seems to work for tuareg, too:


--- tuareg.el.orig  2005-05-31 10:29:47.0 +0200
+++ tuareg.el   2005-05-31 10:29:58.0 +0200
@@ -711,7 +711,7 @@
 (defvar tuareg-font-lock-symbols-alist
   (append
;; The symbols can come from a JIS0208 font.
-   (and (fboundp 'make-char) (charsetp 'japanese-jisx0208)
+   (and (fboundp 'make-char) (fboundp 'charsetp) (charsetp 'japanese-jisx0208)
(list (cons fun (make-char 'japanese-jisx0208 38 75))
  (cons sqrt (make-char 'japanese-jisx0208 34 101))
  (cons not (make-char 'japanese-jisx0208 34 76))



Best wishes,
Meik



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



Bug#311274: tuareg-mode: doesn't install in xemacs21

2005-05-30 Thread Meik Hellmund
Package: tuareg-mode
Version: 1.45.0-beta1-1
Severity: normal

# apt-get install tuareg-mode 
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  tuareg-mode
  0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
  Need to get 0B/54.8kB of archives.
  After unpacking 244kB of additional disk space will be used.
  Selecting previously deselected package tuareg-mode.
  (Reading database ... 226618 files and directories currently
  installed.)
  Unpacking tuareg-mode (from .../tuareg-mode_1.45.0-beta1-1_all.deb)
  ...
  Setting up tuareg-mode (1.45.0-beta1-1) ...
  install/tuareg-mode: Handling install for emacsen flavor xemacs21
  Loading /usr/share/emacs/site-lisp/debian-startup...
  Loading 00debian...
  Loading site-start...
  Loading 00debian-vars...
  Loading 50a2ps...
  Loading a2ps-print...
  Loading 50autoconf...
  Loading 50devhelp...
  Loading 50dictionaries-common...
  Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el...
  Loading /var/cache/dictionaries-common/emacsen-ispell-default.el...
  Loading 50emacs-intl-fonts...
  Loading 50festival...
  Loading 50ftnchek...
  Loading 50mit-scheme...
  Loading 50mmm-mode...
  Loading 50ocaml...
  Loading 50ocaml-nox...
  Loading 50tramp...
  Loading 50tuareg-mode...
  Loading 50whizzytex...
  Loading 60cltl...
  Loading 60hyperspec...
  Compiling
  /usr/share/xemacs21/site-lisp/tuareg-mode/append-tuareg.el...
  Wrote /usr/share/xemacs21/site-lisp/tuareg-mode/append-tuareg.elc
  Compiling
  /usr/share/xemacs21/site-lisp/tuareg-mode/camldebug-tuareg.el...
  Loading tuareg... (file tuareg.el is newer)
  While compiling toplevel forms in file
  /usr/share/xemacs21/site-lisp/tuareg-mode/camldebug-tuareg.el:
!! Symbol's function definition is void ((charsetp))
Error occurred processing camldebug-tuareg.el: 
Symbol's function definition is void: charsetp


Compiling
/usr/share/xemacs21/site-lisp/tuareg-mode/custom-tuareg.el...
Wrote /usr/share/xemacs21/site-lisp/tuareg-mode/custom-tuareg.elc
Compiling /usr/share/xemacs21/site-lisp/tuareg-mode/tuareg.el...
Wrote /usr/share/xemacs21/site-lisp/tuareg-mode/tuareg.elc
Done
emacs-package-install:
/usr/lib/emacsen-common/packages/install/tuareg-mode xemacs21
xemacs21 failed at /usr/lib/
emacsen-common/emacs-package-install line 30, TSORT line 1.
dpkg: error processing tuareg-mode (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  tuareg-mode


-- System Information:
Debian Release: 3.1
  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.11-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages tuareg-mode depends on:
ii  xemacs21-gnome-nomule [emacse 21.4.17-2  highly customizable text editor --
ii  xemacs21-mule [emacsen]   21.4.17-2  highly customizable text editor --
ii  xemacs21-nomule [emacsen] 21.4.17-2  highly customizable text editor --

-- no debconf information


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