Bug#999345: redis-server: if "dir" is set in redis.conf redis won't work after update because the "redis.service" lacks write permission

2021-11-10 Thread Oliver Korff +++ PPW Digitalagentur +++
Package: redis-server
Version: 5:5.0.14-1+deb10u1
Severity: normal
X-Debbugs-Cc: o...@ppw.de


Dear Chris,

we set the dir option in the redis.conf file to our fastest disc:

dir /srv/redis

Of couse we adjust the redis.service file to this setting:

ReadWriteDirectories=-/srv/redis

After any update of the package: redis stops working with this in the logs:

46060:C 08 Nov 2021 14:11:42.019 # Failed opening the RDB file dump.rdb
(in server root dir /srv/redis) for saving: Read-only file system

The ReadWriteDirectories=-/srv/redis is lost in the redis.service.

Is there any known workaround? Can we preserve the redis.service anyhow?
Would linking of /var/lib/redis to /srv do the job or do we run into
other problems then?

Best Regards, keep up the good work!

Oliver


-- System Information:
Debian Release: 10.11
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-18-amd64 (SMP w/6 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages redis-server depends on:
ii  init-system-helpers  1.56+nmu1
ii  lsb-base 10.2019051400
ii  redis-tools  5:5.0.14-1+deb10u1

redis-server recommends no packages.

redis-server suggests no packages.

-- Configuration Files:
/etc/redis/redis.conf changed:
bind 127.0.0.1
protected-mode yes
port 6379
tcp-backlog 511
timeout 0
tcp-keepalive 300
daemonize yes
supervised no
pidfile /var/run/redis/redis-server.pid
loglevel notice
logfile /var/log/redis/redis-server.log
databases 16
always-show-logo yes
save 900 1
save 300 10
save 60 1
stop-writes-on-bgsave-error yes
rdbcompression yes
rdbchecksum yes
dbfilename dump.rdb
dir /srv/redis
replica-serve-stale-data yes
replica-read-only yes
repl-diskless-sync no
repl-diskless-sync-delay 5
repl-disable-tcp-nodelay no
replica-priority 100
maxmemory 400M
maxmemory-policy allkeys-lru
lazyfree-lazy-eviction no
lazyfree-lazy-expire no
lazyfree-lazy-server-del no
replica-lazy-flush no
appendonly no
appendfilename "appendonly.aof"
appendfsync everysec
no-appendfsync-on-rewrite no
auto-aof-rewrite-percentage 100
auto-aof-rewrite-min-size 64mb
aof-load-truncated yes
aof-use-rdb-preamble yes
lua-time-limit 5000
slowlog-log-slower-than 1
slowlog-max-len 128
latency-monitor-threshold 0
notify-keyspace-events ""
hash-max-ziplist-entries 512
hash-max-ziplist-value 64
list-max-ziplist-size -2
list-compress-depth 0
set-max-intset-entries 512
zset-max-ziplist-entries 128
zset-max-ziplist-value 64
hll-sparse-max-bytes 3000
stream-node-max-bytes 4096
stream-node-max-entries 100
activerehashing yes
client-output-buffer-limit normal 0 0 0
client-output-buffer-limit replica 256mb 64mb 60
client-output-buffer-limit pubsub 32mb 8mb 60
hz 10
dynamic-hz yes
aof-rewrite-incremental-fsync yes
rdb-save-incremental-fsync yes


-- no debconf information




-- 
::: DIGITALE ERLEBNISSE :::

++ PPW || Referenz-Projekte und Agentur-News
-> www.ppw.de

Aktuelle Informationen Ihrer Digitalagentur in unserem Newsletter - hier 
anmelden: www.ppw.de/ppw-newsletter

---
Diese Mitteilung ist ausschließlich für den beabsichtigten Empfänger bestimmt. 
Sie kann vertrauliche Informationen 
enthalten, die dem Schutz des Gesetzes unterliegen. Jede unberechtigte 
Weitergabe ist untersagt. 
 
This message is intended exclusively for the intended recipient. It may contain 
confidential information which are subject to the protection of the law. Any 
unauthorized disclosure is prohibited.

pietzpluswild GmbH - Internetagentur Köln + Münster
Gesellschaft mit beschränkter Haftung (GmbH) / Company with limited liability
Geschäftsführer/CEOs: Michael Pietz und/and Michael Wild von Hohenborn 
Sitz der Gesellschaft Köln und Münster/Registered offices Cologne and Münster, 
Germany
Registergericht/Registered at Amtsgericht Köln, Germany
Eintragungs-Nr./Registration no. HRB 63609
USt-IdNr./VAT ID no. DE 260 789 354



Bug#877992: Problem still persists in 9.3 -- me too

2018-02-15 Thread Oliver Korff +++ PPW Digitalagentur +++
Hi,

i can confirm this problem persists. I just upgraded a jessie machine to
9,3 and there was no Mailsystem running.

As others I had: inet_interfaces and smtp_bind_address set.

After several reinstalls I found this bug report.

 1233  15-02-18 19:30:57 systemctl enable postfix@-
 1236  15-02-18 19:31:31 systemctl enable postfix@-

But still the service and init scripts report postfix as "exited"


systemctl status postfix
● postfix.service - Postfix Mail Transport Agent
   Loaded: loaded (/lib/systemd/system/postfix.service; enabled; vendor
preset: enabled)
   Active: active (exited) since Thu 2018-02-15 19:53:00 CET; 2h 7min ago
  Process: 24634 ExecReload=/bin/true (code=exited, status=0/SUCCESS)
  Process: 24767 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
 Main PID: 24767 (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 9830)
   CGroup: /system.slice/postfix.service

Feb 15 19:53:00 fra-offticket1 systemd[1]: Starting Postfix Mail
Transport Agent...
Feb 15 19:53:00 fra-offticket1 systemd[1]: Started Postfix Mail
Transport Agent.

But somehow postfix is running and the machine is sendig mail:

ps -auxw | grep postfix
root 22994  0.0  0.2  81160  4476 ?Ss   19:43   0:00
/usr/lib/postfix/sbin/master -w
postfix  22996  0.0  0.3  83396  7064 ?S19:43   0:00 qmgr -l
-t unix -u
postfix  23615  0.0  0.4  87460  8744 ?S19:45   0:00 tlsmgr
-l -t unix -u -c
postfix  37323  0.0  0.3  83228  6732 ?S21:21   0:00 pickup
-l -t unix -u -c

Does someone know how to fix the "systemctl status postfix"?

Best regards,

oliver


-- 
Oliver Korff
http://www.ppw.de
https://www.ppw.de/blog/


-- 
::: DIGITALE ERLEBNISSE :::

++  Work InTime ||  Personal für Industrie und Handwerk.
-> www.work-intime.de

++ ifb AG || Lösungen für das Finanz- und Risikomanagement.
-> www.ifb-group.com

++ SWB Energie und Wasser || 23 Beispiele, die Bonn um Welten freundlicher 
machen.
-> www.klimahauptstadt-bonn.de

++ PPW || Referenz-Projekte und Agentur- News
-> www.ppw.de

---
Diese Mitteilung ist ausschließlich für den beabsichtigten Empfänger bestimmt. 
Sie kann vertrauliche Informationen 
enthalten, die dem Schutz des Gesetzes unterliegen. Jede unberechtigte 
Weitergabe ist untersagt. 
 
Agentur: pietzpluswild GmbH - Internetagentur Köln + Münster
Rechtsform: Gesellschaft mit beschränkter Haftung (GmbH)
Geschäftsführer: Michael Pietz, Michael Wild von Hohenborn 
Sitz der Gesellschaft: Köln
Registergericht: Amtsgericht Köln HRB 63609
USt.-IdNr. DE 260 789 354



Bug#788303: State of the bug?

2016-03-24 Thread Oliver Korff
Hi,

I am experiencing this bug on 20 low memory Jessie VMs. But only in 20%
of rebbot attempts. Adding memory might perhaps solve the problem, but
also rises budget, and can I be sure? Its a real problem anyway.

It took me some time to find out this might be a bug at all, because it
happens only at some of the reboots. Further I searched for other
reasons, until I found this bugreport and the corresponding log entry:

Mar 23 17:21:22 x swapoff[4187]: swapoff:
/dev/disk/by-uuid/38cd3812-d2ae-4d79-971a-1ed9b8b08505: swapoff failed:
Nicht genügend Hauptspeicher verfügbar

at shutdown time.

Thanks for the reporting and analysis so far!

@Frank Heckenbach: I would love to give the "workaround" a try, but I
don't fully understand, what will be achieved by

> ExecStop=/bin/sh -c 'while mount | grep -q "on /tmp "; do umount /tmp;
sleep 1; done; while ! swapoff -a; do sleep 1; done'

in systemctl shutdown phase. This is only working with /tmp as mount or
am I wrong? I don't think this can work for me.

Is there a general solution on the way or in work?

Regards,

Oliver Korff


-- 
::: IDEEN MIT KONZEPT :::

++  Katholisches Medienhaus ||  Image-Auftritt 
-> www.katholischesmedienhaus.de

++ Zukunft Landkreis Vechta || Kampagne
-> www.zukunft-landkreis-vechta.de

++ RSAG Service-App || App-Entwicklung
-> www.rsag.de/service/app/

++ Aktuelles im Blick || Agentur- News und Projekte
-> www.ppw.de/blog

---
Diese Mitteilung ist ausschließlich für den beabsichtigten Empfänger bestimmt. 
Sie kann vertrauliche Informationen 
enthalten, die dem Schutz des Gesetzes unterliegen. Jede unberechtigte 
Weitergabe ist untersagt. 
 
Agentur: pietzpluswild GmbH - Internetagentur Köln
Rechtsform: Gesellschaft mit beschränkter Haftung (GmbH)
Geschäftsführer: Michael Pietz, Michael Wild von Hohenborn 
Sitz der Gesellschaft: Köln
Registergericht: Amtsgericht Köln HRB 63609
USt.-IdNr. DE 260 789 354



Bug#759003: Syzygy considerations

2014-08-24 Thread Oliver Korff

Hello Rodrigo,

On 23.08.2014 20:02, Rodrigo Exterckötter Tjäder wrote:

The current syzygy code has some portability issues, and it will
probably be merged in upstream after those are fixed. [1]

[1] https://groups.google.com/d/topic/fishcooking/Db10mkxo2-E/discussion


Thank you for clearing this. As portability is a big matter to debian I 
will not touch it now.


It is good to know, that the stockfish team is aware of the demand and 
already discussing the move to the master branch.


As far as I can see there are the following issues:
- litte/big endian compatibility
- speed (ELO) impact
- testing
- maintainability and support of code

It seems like there are solutions for all of this addressed and it is 
likely we get tablebases with stockfish 6.


Thanks again,

Oliver


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



Bug#743334: pgn2web: Please update to use wxwidgets3.0

2014-06-05 Thread Oliver Korff

Hi Olly,

feel free to NMU, thanks for your good work,

Oliver

On 01.04.2014 23:01, Olly Betts wrote:

Package: pgn2web
Version: 0.4-1
Severity: normal
Tags: patch
User: freewx-ma...@lists.alioth.debian.org
Usertags: wx3.0

Dear maintainer,

We're aiming to migrate the archive to using wxwidgets3.0 instead of
wxwidgets2.8.

I've rebuilt your package using the attached patch (I also converted
it to source format 3.0 (quilt) and split out the upstream changes
from the debian diff).

The wx-related changes should be compatible with wxWidgets 2.8 too
in case you want to try to send them upstream (though I notice upstream
seems rather inactive).

The pgn2web GUI runs OK and the widgets in the dialog seem to function
correctly, though I don't have any PGN files to test it with.

I'm happy to NMU this change if you wish me to - just let me know.

Cheers,
 Olly




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



Bug#699309: stockfish: unusual scores

2013-01-30 Thread Oliver Korff

Hi Ian,

you are right, when you state, that stockfish scores are higher in the 
same position, compared to other engines. This is stockfishs behavior 
from the point, where I started to watch the stockfish development.


But there is nothing I can do about it, because scores are unique to 
each engine, as you correctly said in your mail.


Sorry for not beeing of any help.

Oliver


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



Bug#661091: Fwd: Bug#661091: xfcc: I cannot resign on SchemingMind

2012-03-11 Thread Oliver Korff

Hello,

I have received this bug report, that I can't handle. If there is any 
hint or suggestion, that would be greatly appreciated.



 Trying to resign for the first time on SchemingMind.com :-)  I have no
 luck with that.  scid seems to be sending _my opponent's_ last move
 instead and of course the server is flagging that as an invalid move.

 OTOH, I know that accepting a draw offer works.

Thank you very much for the great work on scid,

Oliver

 Original Message 
Subject: Bug#661091: xfcc: I cannot resign on SchemingMind
Resent-Date: Fri, 24 Feb 2012 04:36:01 +
Resent-From: Ian Zimmerman i...@buug.org
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: i...@buug.org, Oliver Korff o...@xynyx.de
Date: Thu, 23 Feb 2012 20:33:28 -0800
From: Ian Zimmerman i...@buug.org
Reply-To: Ian Zimmerman i...@buug.org, 661...@bugs.debian.org
To: Debian Bug Tracking System sub...@bugs.debian.org

Package: scid
Version: 1:4.3.0.cvs20111216-3
Severity: normal

Trying to resign for the first time on SchemingMind.com :-)  I have no
luck with that.  scid seems to be sending _my opponent's_ last move
instead and of course the server is flagging that as an invalid move.

OTOH, I know that accepting a draw offer works.

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

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

Versions of packages scid depends on:
ii  libc6   2.13-26
ii  libgcc1 1:4.6.2-12
ii  libstdc++6  4.6.2-12
ii  libx11-62:1.4.4-4
ii  python  2.7.2-10
ii  scid-data   1:4.3.0.cvs20111216-3
ii  tcl8.5  8.5.11-1
ii  tk8.5   8.5.11-1
ii  zlib1g  1:1.2.6.dfsg-1

Versions of packages scid recommends:
ii  libsnack2-alsa [libsnack2]  2.2.10-dfsg1-12
ii  libtk-img   1:1.3-release-11
ii  tdom0.8.3~20080525-3
ii  texlive-games   2009-10

Versions of packages scid suggests:
pn  crafty   none
pn  glaurung none
pn  phalanx  none
pn  scid-spell-data  200901-2
pn  stockfish2.1.1+git20111006-2
pn  toga2none

-- 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#661836: scid: filter AND mode doesn't work

2012-03-02 Thread Oliver Korff

On 01.03.2012 19:30, Ian Zimmerman wrote:

Package: scid
Version: 1:4.3.0.cvs20111216-3
Severity: important

I was trying to get a list of games featuring a particular position
where both player ratings are above a threshold.  No matter if I start
by filtering by the rating or by the position, the second filtering
operation undoes the first, even if I select the AND mode.

Marking Important because this is a core feature and must be one of the
most used operations.

P.S.: This may be related to something else I noticed with the latest
versions.  It used to be that when I reached a position by following a
line in the Tree window, and then I closed the Tree window, the filter
was left to the one set by the Tree mode, ie. filtered to the final
position.  But now, closing the Tree window resets the filter.  This is
annoying, though I could live with it if given a rationale for the
change.



Thank you for your bug report Ian. I send this bug to the upstream 
developers hereby. I can reproduce it.


For a workaround I can only suggest to copy the games to the 
cilpboard-database.


Thank you,

Oliver



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



Bug#657668: [Scid-users] Fwd: Bug#657668: scid: no generic menu key?

2012-03-02 Thread Oliver Korff

On 29.01.2012 13:31, Alexander Wagner wrote:

Argl. Seems a sideffect of docking mode again as all the stuff mentioned
works for me like a charm in classical mode.


Is there a solution by now?

Just curious,

Oliver



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



Bug#657668: Fwd: Bug#657668: scid: no generic menu key?

2012-01-28 Thread Oliver Korff

Hi,

I received this Bug Report at the debian bug tracker, and I wanted
to report it to the upstream mailing list. Any help or Ideas to the 
problem would be appreciated.


Regards,

Oliver

 Original Message 
Subject: Bug#657668: scid: no generic menu key?
Resent-Date: Fri, 27 Jan 2012 20:21:02 +
Resent-From: Ian Zimmerman i...@buug.org
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: i...@buug.org, Oliver Korff o...@xynyx.de
Date: Fri, 27 Jan 2012 12:17:10 -0800
From: Ian Zimmerman i...@buug.org
Reply-To: Ian Zimmerman i...@buug.org, 657...@bugs.debian.org
To: Debian Bug Tracking System sub...@bugs.debian.org

Package: scid
Version: 1:4.3.0.cvs20110714-2
Severity: normal

Hitting a key combination like Alt-G now seems to trigger keyboard move
entry (similarly as G alone would if the Keyboard Completion option were
on).  But now I don't know how to activate the Game menu with a keyboard.

As a workaround I tried to hit F10 to activate the first menu on the
menu bar, but instead I got the bookmark menu tearing off the icon bar
within the board tab.  I guess this is because the baord tab has the
focus, but then there doesn't seem to be a way to shift the focus via
keyboard (Tab does nothing).

I recommend the author or upstream maintainer sit down and try to drive
scid entirely with the keyboard, just once.

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

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

Versions of packages scid depends on:
ii  libc6   2.13-24
ii  libgcc1 1:4.6.2-11
ii  libstdc++6  4.6.2-11
ii  libx11-62:1.4.4-4
ii  oss-compat  0.0.6
ii  python  2.7.2-9
ii  tcl8.5  8.5.11-1
ii  tk8.5   8.5.11-1
ii  zlib1g  1:1.2.3.4.dfsg-3

Versions of packages scid recommends:
ii  libsnack2-alsa [libsnack2]  2.2.10-dfsg1-12
ii  libtk-img   none
ii  tdom0.8.3~20080525-3
ii  texlive-games   2009-10

Versions of packages scid suggests:
pn  crafty  none
pn  glaurungnone
pn  phalanx none
pn  scid-spell-data | scid-rating-data  none
pn  stockfish   none
pn  toga2   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#656789: scid: FTBFS: fatal error: tcl.h: No such file or directory

2012-01-23 Thread Oliver Korff

Hi Peter,

thank you very much for your patch. With the upgrade to Source format 
3.0 the patch, that added the arch specific library paths, was 
accidentally missed by me.


You understood the problem right away and I am very glad, that you 
helped out with this smart sed solution.


This should work in ubuntu too, shouldn't it?

Thanks again,

Oliver




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



Bug#648801: lib, commandline client and gui in one package

2011-11-14 Thread Oliver Korff
Package: cutechess
Version: 2014+0.4.2+0.0.1-1
Severity: serious

The lib, commandline client and gui should be separate packages.

There should be a -dev package. The lib should treat sonames and symbols 
correctly. 

See the excerpt of the README.Debian:

 README
Why including lib, commandline client and gui in one package

There are several reasons:
- The upstream sources are under heavy development and changes to the 
lib likely
- Upgrading is a pain, if no so-names are managed upstream
- No other software is using the lib

There will be a RC-bug filed against this package as long as this situation 
remains. This bug 
will prevent cutechess to go into testing.
### README

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

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

Versions of packages cutechess depends on:
ii  libc6   2.13-21  
ii  libgcc1 1:4.6.2-4
ii  libqt4-svg  4:4.7.3-8
ii  libqtcore4  4:4.7.3-8
ii  libqtgui4   4:4.7.3-8
ii  libstdc++6  4.6.2-4  

cutechess recommends no packages.

cutechess 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#640395: [Scid-users] Export to Latex Hangs on Black Move

2011-10-18 Thread Oliver Korff

On 05.09.2011 23:35, Harvey Kelly wrote:

That's okay, I'll try tomorrow to have a go.

Thanks for all your help. Can't wait for Scid 4.4 :-)


This might not be necessary. If you consider the bug, which started this 
thread (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640395) closed, 
I will move a git snapshot to debian unstable/testing soon.


Oliver



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



Bug#604703: Spellcorrection already included

2011-10-14 Thread Oliver Korff

Hi,

the spellcorrection was already done in a previous upload. See:

http://patch-tracker.debian.org/package/polyglot/1.4.66b-1

I will close the bug manually soon.

Oliver



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



Bug#637722: Fwd: gnuchess needs some love

2011-09-23 Thread Oliver Korff

Dear Bradley,

if you see any chance i would really like to co-maintain or takeover the 
care of gnuchess.


Regards,

Oliver

 Original Message 
Subject: gnuchess needs some love
Date: Tue, 11 Jan 2011 13:47:19 +0100
From: Oliver Korff o...@xynyx.de
To: Bradley Smith bradsm...@debian.org

Dear Bradley,

I am working as a DD on the chess related software in debian. In the
recent time I got to know, that gnuchess could be improved. Upstream
development is dead, but Michel Van den Bergh
michel.vandenbe...@uhasselt.be is working on it again and will respond
to bug-reports and maintenance issues. You could contact him to cover
the outstanding bug-reports.

I am personally very interested to help with the packaging.

Regards,

Oliver




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



Bug#638146: cutechess: segfault when CPU is selected

2011-09-07 Thread Oliver Korff

Hi Daniel,

I can confirm the bug and I will CC the developers.

But: This occurs only, if you have NOT configured any engines to play with.

So a quick workaround ist to configure any engine with:

Engines - Manage - Add

After this, a configfile is generated and the error does not occur anymore.

The development today concentrates on the cutechess-cli and the library 
at the moment. (One reason for me to keep it in the experimental repository)


Regards,

Oliver



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



Bug#636090: Missing scid.eco file

2011-08-02 Thread Oliver Korff

On 31.07.2011 01:01, Gabriele Stilli wrote:

domenica 31 luglio 2011, alle 00:32, Gabriele Stilli scrive:


at least in the latest version of scid, the scid.eco file (the ECO
catalog) is missing. What happened?


And, since we're at it, why aren't eco2pgn and eco2epd included in the
package?



Thanks for the bugreport. So I know, this package is not only in use by 
me ;o) It will soon be closed...


scid (1:4.3.0.cvs20110714-2) unstable; urgency=low

  * After locating the libX11.so on all additional ports, the
FTBFS bug should now be closed. Only the location of libX11.so
for s390x could not be discovered. I made a wild guess...
My apologies to Nobuhiro Iwamatsu, he had to reopen this issue.
(Closes: #633707)
  * scid.eco and scid_fr.eco and scid_es.eco are in place again.
A comment from the sources: eco2epd is now optional extra program
NOT compiled by default, since scid now reads the .eco file format
directly. I put them back, as requested by Gabriele Stilli.
Thanks for the bugreport.
(Closes: #636090)

 -- Oliver Korff o...@xynyx.de  Tue, 02 Aug 2011 13:21:22 +0200

Regards,

Oliver



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



Bug#636090: Missing scid.eco file

2011-08-02 Thread Oliver Korff

On 02.08.2011 13:34, Oliver Korff wrote:

On 31.07.2011 01:01, Gabriele Stilli wrote:

And, since we're at it, why aren't eco2pgn and eco2epd included in the
package?




A comment from the sources: eco2epd is now optional extra program
NOT compiled by default, since scid now reads the .eco file format
directly. I put them back, as requested by Gabriele Stilli.
Thanks for the bugreport.


Sorry I couldn't put eco2epd back in place, because it gives compile 
errors with misc.h and is not supported anymore...


Oliver



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



Bug#632597: Fwd: Bug#632597: scid: keyboard bindings for tree window (especially mask handling)

2011-07-05 Thread Oliver Korff

Hi,

I received this feature request at the debian bug tracker, and I wanted
to report it to the upstream mailing list.

Regards,

Oliver

 Original Message 
Subject: Bug#632597: scid: keyboard bindings for tree window (especially 
mask handling)

Resent-Date: Sun, 03 Jul 2011 21:57:02 +
Resent-From: Ian Zimmerman i...@buug.org
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: i...@buug.org, Oliver Korff o...@xynyx.de
Date: Sun, 03 Jul 2011 14:55:52 -0700
From: Ian Zimmerman i...@buug.org
Reply-To: Ian Zimmerman i...@buug.org, 632...@bugs.debian.org
To: Debian Bug Tracking System sub...@bugs.debian.org

Package: scid
Version: 1:4.3.0.cvs20110228-1
Severity: wishlist


There should be a way to quickly make a move from the tree window by
typing its number (really, what else is the number for?)

Also, there is currently _no_ way to add a move to a mask other than
the context menu in the tree window.  For those of us rodently
challenged, that is a big reason to resist the switch from repertoire
files.

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

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

Versions of packages scid depends on:
ii  libc6   2.13-7   Embedded GNU C Library: 
Shared lib

ii  libgcc1 1:4.6.0-10   GCC support library
ii  libstdc++6  4.6.0-10 The GNU Standard C++ Library v3
ii  libx11-62:1.4.3-2X11 client-side library
ii  oss-compat  0.0.6Open Sound System (OSS) 
compatibil
ii  python  2.6.6-14 interactive high-level 
object-orie
ii  tcl8.5  8.5.8-2  Tcl (the Tool Command 
Language) v8
ii  tk8.5   8.5.9-2  Tk toolkit for Tcl and X11, 
v8.5 -

ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages scid recommends:
ii  libsnack2-alsa [libsn 2.2.10-dfsg1-9 Sound extension to Tcl/Tk 
and Pyth
ii  libtk-img 1:1.3-release-9+b2 Extended image format 
support for
ii  tdom  0.8.3~20080525-3   A fast XML/DOM/XPath/XSLT 
extensio

ii  texlive-games 2009-10TeX Live: Games typesetting

Versions of packages scid suggests:
pn  craftynone (no description available)
pn  glaurung  none (no description available)
pn  phalanx   none (no description available)
ii  scid-rating-data  200901-2   contains spelling 
corrections and
ii  stockfish 2.1.1-1strong chess engine, to 
play chess

pn  toga2 none (no description available)

-- 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#620939: ITP: crafty-bitmaps -- bitmap images for crafty chess game annotation mode

2011-04-05 Thread Oliver Korff
Package: wnpp
Severity: wishlist
Owner: Oliver Korff o...@xynyx.de


* Package name: crafty-bitmaps
  Version : 1.0
  Upstream Author : George Barrett grbar...@eecs.umich.edu
* URL : ftp://ftp.cis.uab.edu/pub/hyatt/book/bitmaps.tgz
* License : GPL-2.0+
  Programming Lang: None
  Description : bitmap images for crafty chess game annotation mode

 crafty is able to annotate PGN (Portable Game Notation) format chess
 games. This annotaion mode produces output in HTML-format and needs 
 graphics to be user viewable. This package provides these graphics.



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



Bug#613655: systemwide sound disappears when starting scid

2011-04-05 Thread Oliver Korff

Hi Edmund,

I do not have a clue, maybe this bug is better placed at the packages 
snack or alsa-base


http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=alsa-base

I am CC-ing the alsa package team and hopefully they have any idea or 
hint for us where to look at.


Regards,

Oliver

Bug Report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613655

On 04.04.2011 01:54, Edmund Paxton wrote:

--- On Sun, 4/3/11, Edmund Paxtonedmundpax...@yahoo.com  wrote:

From: Edmund Paxtonedmundpax...@yahoo.com
Subject: Re: Bug#613655: systemwide sound disappears when starting scid
To: Oliver Korffo...@xynyx.de
Date: Sunday, April 3, 2011, 10:23 PM

Dear Oliver,
I am extremely sorry, too, for my late response, I absolutely forgot this bug. 
Well, I'm in the sid branch now (alsa-base1.0.23-dfg, scid4.3, vlc1.1.8), but 
the problem still appears. So vlc or a flash application/video runs, with 
perfect sound. Then I start scid, sound disappears. Closing scid doesn't help, 
and pause/play too. With (for example) Youtube I should refresh the page to 
have its sound again. When scid runs, I can start a new Youtube video, flash 
application or something with vlc (remember, not from paused state), sound 
appears.
I hope it is not confusing. My installation is the default system without GUI, 
then fluxbox, vlc, flashplugin-nonfree (with chromium or firefox), and scid. 
Well, I don't remember I installed alsa-base, but aptitude tells me it was 
non-automatic installation. Where can
  I check my soundweights? Maybe the sequence of my installation was X, vlc, 
scid, and THEN alsa-base, and probably this ruined the weighting chain. I don't 
know if it is important there, but I hope I helped you.
I will perform an OS-reinstall in a few days. I'll install stable_amd64, and 
will try to install X, fluxbox, vlc, browser, flashplugin-nonfree, alsa-base 
and scid. I'll send a mail about the issues.
Sorry for my bad English, and thanks your work :)
EP

--- On Mon, 2/28/11, Oliver Korffo...@xynyx.de  wrote:

From: Oliver Korffo...@xynyx.de
Subject: Re: Bug#613655: systemwide sound disappears when starting scid
To: Edmund Paxtonedmundpax...@yahoo.com, 613...@bugs.debian.org
Date: Monday, February 28, 2011, 10:17
  AM

Dear Edmund,

I am sorry to respond so late, but I can't reproduce.

I tried to do with 1:4.2.2.cvs20110111-1 and the later version. At the
moment I am testing with scid 4.3 and can't reproduce. But maybe I am
misunderstanding and I would like to sort some things out, that might
help us to get hold on the issue:

First:As far as I know the behavior of sound ressources are directly
bound to the sound system you choose. What sound system do you have
installed? Alsa would be the default or esound maybe?

My system with alsa soundsystem behaves different to yours:
- Video-Sound has more weight than scids move-sound
- If a video (vlc) is started scids move-sound is disabled
- If the video stops: move-sound is there as before

That Video-Sound has more weight than scids move-sound, sounds
tolerable, and might be caused due to hardware/soundcard access.

In my
  opinion this problem is related and caused by the sound system, so
I will try to find out more information there.

Any further information, especially of your sound system, would help.

Thanks,

Oliver

On 16.02.2011 14:04, Edmund Paxton wrote:

Package: scid
Version: 1:4.2.2.cvs20110111-1
Severity: important


running vlc or flash applications are losing their sound in the exact moment 
scid is started. video isn't affected.

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scid depends on:
ii

  libc6   2.11.2-11Embedded GNU C Library: Shared lib

ii  libgcc1 1:4.4.5-10   GCC support library
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-4X11 client-side library
ii  oss-compat  0.0.4+nmu3   OSS compatibility package
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  tcl8.5

 8.5.8-2  Tcl (the Tool Command Language) v8

ii  tk8.5   8.5.8-1  Tk toolkit for Tcl and X11, v8.5 -
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages scid recommends:
ii  libsnack2 2.2.10-dfsg1-9 Sound extension to Tcl/Tk and Pyth
ii  libtk-img 1:1.3-release-9+b2 Extended image format support for
ii  tdom  0.8.3~20080525-3   A fast XML/DOM/XPath/XSLT extensio
ii  texlive-games 2009-10

 TeX Live: Games typesetting


Versions of packages scid suggests:
pn  craftynone  (no description available)
pn  glaurungnone  (no description 

Bug#613655: systemwide sound disappears when starting scid

2011-02-28 Thread Oliver Korff
Dear Edmund,

I am sorry to respond so late, but I can't reproduce.

I tried to do with 1:4.2.2.cvs20110111-1 and the later version. At the
moment I am testing with scid 4.3 and can't reproduce. But maybe I am
misunderstanding and I would like to sort some things out, that might
help us to get hold on the issue:

First:As far as I know the behavior of sound ressources are directly
bound to the sound system you choose. What sound system do you have
installed? Alsa would be the default or esound maybe?

My system with alsa soundsystem behaves different to yours:
- Video-Sound has more weight than scids move-sound
- If a video (vlc) is started scids move-sound is disabled
- If the video stops: move-sound is there as before

That Video-Sound has more weight than scids move-sound, sounds
tolerable, and might be caused due to hardware/soundcard access.

In my opinion this problem is related and caused by the sound system, so
I will try to find out more information there.

Any further information, especially of your sound system, would help.

Thanks,

Oliver

On 16.02.2011 14:04, Edmund Paxton wrote:
 Package: scid
 Version: 1:4.2.2.cvs20110111-1
 Severity: important
 
 
 running vlc or flash applications are losing their sound in the exact moment 
 scid is started. video isn't affected.
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
 Locale: LANG=hu_HU.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages scid depends on:
 ii  libc6   2.11.2-11Embedded GNU C Library: Shared 
 lib
 ii  libgcc1 1:4.4.5-10   GCC support library
 ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
 ii  libx11-62:1.3.3-4X11 client-side library
 ii  oss-compat  0.0.4+nmu3   OSS compatibility package
 ii  python  2.6.6-3+squeeze5 interactive high-level 
 object-orie
 ii  tcl8.5  8.5.8-2  Tcl (the Tool Command Language) 
 v8
 ii  tk8.5   8.5.8-1  Tk toolkit for Tcl and X11, v8.5 
 -
 ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime
 
 Versions of packages scid recommends:
 ii  libsnack2 2.2.10-dfsg1-9 Sound extension to Tcl/Tk and 
 Pyth
 ii  libtk-img 1:1.3-release-9+b2 Extended image format support 
 for 
 ii  tdom  0.8.3~20080525-3   A fast XML/DOM/XPath/XSLT 
 extensio
 ii  texlive-games 2009-10TeX Live: Games typesetting
 
 Versions of packages scid suggests:
 pn  craftynone (no description available)
 pn  glaurung  none (no description available)
 pn  phalanx   none (no description available)
 pn  scid-spell-data | scid-rating none (no description available)
 ii  stockfish 1.8.0-4strong chess engine, to play 
 chess
 pn  toga2 none (no description available)
 
 -- 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#609062: [Scid-users] Bug#609062: scid: feature suggestion: merge game moves from an imported PGN file

2011-01-12 Thread Oliver Korff
On 12.01.2011 06:43, Ian Zimmerman wrote:
 The site in question is chess.com , and very likely they _don't_ offer
 xfcc yet, but if I learn that it is available in my version of scid I'm
 OK with the (nag)* bugfix. :-)
 

Hi Ian,

you can find it in scid, english version, at

Menu  Play  Correspondence Chess

And you have to configure it properly first. There are hints in the
manual. Also you can set it up with e-mail support. This might be an
option too...

http://www.chess.com/forum/view/community/xfcc-support

Says, that 2009 it was not implemented and I found nothing newer...

Regards,

Oliver



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



Bug#609062: scid: feature suggestion: merge game moves from an imported PGN file

2011-01-11 Thread Oliver Korff
On 05.01.2011 23:18, Ian Zimmerman wrote:
 Package: scid
 Version: 1:4.2.2.cvs20100202-2
 Severity: wishlist
 Tags: upstream
 
 
 Currently it is possible to replace the whole selected game with the
 Tools|Import One PGN Game menu item.  Websites which offer the online
 analogue of correspondence chess often have a feature to export the
 game moves in PGN format, and doing that periodically combined with
 the Import feature of scid is usually easier than entering each move
 manually, at least for this lazy chessplayer.  However each time I do
 this I lose all the analysis I saved as variations in scid.  So, I
 would find it extremely useful if there were a merge PGN or sync
 PGN feature that would just append the moves from the PGN that are
 _not_ in the game, and leave the common moves (and their variations!)
 untouched.
 

Hi,

I received this feature request at the debian bug tracker, and I wanted
to report it to the upstream mailing list.

Regards,

Oliver



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



Bug#604421: scid: skip book moves feature not working when annotating

2010-11-22 Thread Oliver Korff
On 22.11.2010 04:53, Ian Zimmerman wrote:
 Package: scid
 Version: 1:4.2.2.cvs20100202-2
 Severity: normal
 
 
 With stockfish as the engine, if I select the Use book checkbox in
 the annotation dialog box, stockfish still tries to analyze from move
 1, even though the game starts with a very bookish opening.  Perhaps I
 am misunderstanding how this is supposed to work?

The analyze feature is not easy to configure, and badly documented.

The attached picture shows the settings. (I chose 5 secs. So the
analyzing will be fast.)

You will get output in the pgn-Window like this:

### Begin
[White xyz]
[Black ok]
[Result *]
[WhiteElo ]
[BlackElo ]
[ECO B48]
[WhiteCountry USA]
[BlackCountry GER]

1.e4 c5 2.Nf3 Nc6 3.d4 cxd4 4.Nxd4 e6 5.Nc3 Qc7 6.Be3 a6 7.Qd2 Nf6
8.O-O-O Be7 9.f3 O-O 10.g4 b5 11.Rg1
 Move out of book  g5 100%
11...Ne5 12.g5 Nh5 13.f4 Nc4 14.Bxc4 Qxc4 15.Kb1 Rb8 16.Qf2 Bb7 17.Nb3
b4 18.Na4 Bxe4 19.Rxd7 Rfe8 20.Ra7 Bc6 21.Nbc5 Bxa4 22.Nxa4 Qb5 23.b3
Rb7 24.Rxb7 Qxb7 25.Rd1 g6 26.Nc5 Qc6 27.Nd3 Rd8 28.Rd2 Rc8 29.Ne5 *
### End

The line Move out of Book tells you, the book feature worked allright...

You experienced, that stockfish was running all the time, thats OK too.

But the first moves will run through in short time, until the end of
book is reached. Maybe you didn't have a move in the book...

If you checked Find opening errors or Mark tactical exercises
stockfish will run through all the opening-search and analyzes the book
moves. So it will take the amount of time (here 5 secs.) to process
that. If you checked one of the above and had an annotation time of 60
Secs. / Move you will wait long for the message Move out of Book.

Please tell me, if this explanation helped you and if it did, I will
close the bug-report.

Greetings,

Oliver



attachment: analyze-settings.png

Bug#599979: Fwd: Re: Request for building stockfish package or wrong gcc/g++ versions g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2

2010-11-04 Thread Oliver Korff


 Original Message 
Subject: Re: Request for building stockfish package or wrong gcc/g++
versions g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2
Date: Fri, 29 Oct 2010 00:20:11 +0200
From: Cyril Brulebois k...@debian.org
Organization: Debian
To: Oliver Korff o...@xynyx.de

Hi Oliver,

Oliver Korff o...@xynyx.de (27/10/2010):
 is it possible to recompile the package stockfish in experimental on
 ia64 and sparc. It did FTBFS on those machines, but that could have
 been a gcc/g++ (version) issue and might be solved by now.

ACK for sparc, once I've done some housekeeping. Feel free to ping
again in a few days if you don't see any action by then.

Mraw,
KiBi.




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



Bug#599979: Request for building stockfish package or wrong gcc/g++ versions g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2

2010-11-04 Thread Oliver Korff
Hi to the buildd admins,

a little more than a week ago I requested a new build of my package on
the sparc and ia64 buildds.

Maybe I made my point not really clear:

I consider the two FTBFS-bugs No. 599977 and 599979 not to be bugs in my
package. Instead they resolve from the wrong gcc/g++ versions
(g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2) on the buildd machines.

For sparc Kibi told me, that he will recompile (once he's done some
housekeeping...), thats ok, there is no hurry. But I did not receive any
answer from the ia64 buildd admins.

As an additional info, stockfish compiles nicely on:
 snip
(sid)ok...@smetana:~/stockfish-1.9.1$ gcc --version
gcc (Debian 4.4.5-4) 4.4.5
 snip
Which has a more recent processor architecture, than merulo.

What I would like to know is:
- Do you (like me) consider the gcc versions the main problem here?
- Is there anything, I can do/have to do to make someone interested in
the ia64 buildd machine (alkman)?

Thanks,

Oliver


On 27.10.2010 22:02, Oliver Korff wrote:
 Dear Buildd Admins,
 
 is it possible to recompile the package stockfish in experimental on
 ia64 and sparc. It did FTBFS on those machines, but that could have been
 a gcc/g++ (version) issue and might be solved by now.
 
 See:
 Bug#599979: stockfish: FTBFS on sparc: error: corrupted profile
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599977
 and
 stockfish: FTBFS on sparc: error: corrupted profile info
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599979
 
 It does build nice on sperger(sparc) and merulo(ia64) in a sid chroot.
 This is an gcc 4.4.4. Even with profiling switched on everything worked
 out well.
 
 As I found out, that experimental should build with the same gcc/g++
 version as in sid. But the build log explains:
 
 sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on alkman.debian.org (ia64)
 Package versions:  g++_4:4.4.4-2 g++-4.4_4.4.4-8 gcc_4:4.4.4-2
 gcc-4.4_4.4.4-8 gcc-4.4-base_4.4.4-8 
 
 sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on lebrun.debian.org (sparc)
 Package versions: .  g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2
 gcc-4.4_4.4.4-6 gcc-4.4-base_4.4.4-6 .
 
 So I tried the porterboxes and everything worked well.
 And we have now on sperger(sparc): 4.4.5-4
 And we have on merulo(ia64): 4.4.5-4
 
 So I think there is something wrong with the gcc versions on the ia64
 and sparc buildds.
 
 So I would like to request a rebuild for stockfish with the new gcc
 versions.
 
 Thanks,
 
 Oliver
 
 




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



Bug#601929: phalanx: [INTL:vi] Vietnamese debconf templates translation update

2010-10-31 Thread Oliver Korff
On 31.10.2010 05:32, Clytie Siddall wrote:
 Package: phalanx
 Version: 22+d051004-10
 Tags: l10n patch
 Severity: wishlist

 ***Note: I am concerned that you did not implement my initial translation 
 (Bug 
 #316819) submitted on 2005-08-07. Are you going to use my work, or not?

Dear Clytie,

In 2005 phalanx had another maintainer. If there are no technical
issues, I will shorly include your translation.

But be aware, that we have the release-freeze, so uploads will take
place in experimental first, until the release is done.

Thank you for your work and interest,

Oliver




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



Bug#599977: Request for building stockfish package or wrong gcc/g++ versions g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2

2010-10-27 Thread Oliver Korff
Dear Buildd Admins,

is it possible to recompile the package stockfish in experimental on
ia64 and sparc. It did FTBFS on those machines, but that could have been
a gcc/g++ (version) issue and might be solved by now.

See:
Bug#599979: stockfish: FTBFS on sparc: error: corrupted profile
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599977
and
stockfish: FTBFS on sparc: error: corrupted profile info
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599979

It does build nice on sperger(sparc) and merulo(ia64) in a sid chroot.
This is an gcc 4.4.4. Even with profiling switched on everything worked
out well.

As I found out, that experimental should build with the same gcc/g++
version as in sid. But the build log explains:

sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on alkman.debian.org (ia64)
Package versions:  g++_4:4.4.4-2 g++-4.4_4.4.4-8 gcc_4:4.4.4-2
gcc-4.4_4.4.4-8 gcc-4.4-base_4.4.4-8 

sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on lebrun.debian.org (sparc)
Package versions: .  g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2
gcc-4.4_4.4.4-6 gcc-4.4-base_4.4.4-6 .

So I tried the porterboxes and everything worked well.
And we have now on sperger(sparc): 4.4.5-4
And we have on merulo(ia64): 4.4.5-4

So I think there is something wrong with the gcc versions on the ia64
and sparc buildds.

So I would like to request a rebuild for stockfish with the new gcc
versions.

Thanks,

Oliver





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



Bug#599977: Request for building stockfish package or wrong gcc/g++ versions g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2

2010-10-27 Thread Oliver Korff
Dear Buildd Admins,

is it possible to recompile the package stockfish in experimental on
ia64 and sparc. It did FTBFS on those machines, but that could have been
a gcc/g++ (version) issue and might be solved by now.

See:
Bug#599979: stockfish: FTBFS on sparc: error: corrupted profile
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599977
and
stockfish: FTBFS on sparc: error: corrupted profile info
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599979

It does build nice on sperger(sparc) and merulo(ia64) in a sid chroot.
This is an gcc 4.4.4. Even with profiling switched on everything worked
out well.

As I found out, that experimental should build with the same gcc/g++
version as in sid. But the build log explains:

sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on alkman.debian.org (ia64)
Package versions:  g++_4:4.4.4-2 g++-4.4_4.4.4-8 gcc_4:4.4.4-2
gcc-4.4_4.4.4-8 gcc-4.4-base_4.4.4-8 

sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on lebrun.debian.org (sparc)
Package versions: .  g++_4:4.4.4-2 g++-4.4_4.4.4-6 gcc_4:4.4.4-2
gcc-4.4_4.4.4-6 gcc-4.4-base_4.4.4-6 .

So I tried the porterboxes and everything worked well.
And we have now on sperger(sparc): 4.4.5-4
And we have on merulo(ia64): 4.4.5-4

So I think there is something wrong with the gcc versions on the ia64
and sparc buildds.

So I would like to request a rebuild for stockfish with the new gcc
versions.

Thanks,

Oliver





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



Bug#599977: Bug#599979: stockfish: FTBFS on sparc: error: corrupted profile info

2010-10-12 Thread Oliver Korff
On 12.10.2010 18:16, Cyril Brulebois wrote:
 Source: stockfish
 Version: 1.9.1-1
 Severity: serious
 Justification: FTBFS
 User: debian-sp...@lists.debian.org
 Usertags: sparc

It does build nice on sperger(sparc) and merulo(ia64) in a sid chroot.
This is an gcc 4.4.4. Even with profiling switched on everything worked
out well.

I am not so experienced in these porting issues, what do you think is
the right thing to do:

- File a bug against gcc?!?: I could not test experimental on sperger,
no chroot there, and there is a gcc 4.5.1 in experimental.
- switch profiling off: nobody will need any stockfish on sparc or ia64
hardware, and if someone does, a non-profile build will do.

I tend to the second possibility, but I am curious, if you have any
advice for me.

Thanks in advance,

Oliver


-- snip end of merulos log--
   dh_usrlocal -O--sourcedirectory=src
   dh_link -O--sourcedirectory=src
   dh_compress -O--sourcedirectory=src
   dh_fixperms -O--sourcedirectory=src
   dh_strip -O--sourcedirectory=src
   dh_makeshlibs -O--sourcedirectory=src
   dh_shlibdeps -O--sourcedirectory=src
dpkg-shlibdeps: warning: dependency on libunwind.so.7 could be avoided
if debian/stockfish/usr/games/stockfish were not uselessly linked
against it (they use none of its symbols).
   dh_installdeb -O--sourcedirectory=src
   dh_gencontrol -O--sourcedirectory=src
   dh_md5sums -O--sourcedirectory=src
   dh_builddeb -O--sourcedirectory=src
dpkg-deb: building package `stockfish' in `../stockfish_1.9.1-1_ia64.deb'.
 dpkg-genchanges  ../stockfish_1.9.1-1_ia64.changes
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build stockfish-1.9.1
dpkg-buildpackage: full upload (original source is included)
(sid)ok...@merulo:~/stockfish-1.9.1$



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



Bug#584923: Fwd: Re: [Scid-users] Bug: Flipping board breaks animations

2010-10-11 Thread Oliver Korff
Hi,

I have found some more information on the issue at the projects mailing
list. As far as I can see, this problem still exists in the current version.

Oliver
---BeginMessage---
Hi
Am I the only one thinking that this variation might be eplainable by the
use/not-use og docked mode?

I am nearly certain we had a somewhat similar problem about a year ago
which ended up with a similar conclusion.

So.. are you in docked mode when you experience this?

-- 
Med venlig hilsen

Palle Bratholm
pa...@pbratholm.dk

 On Mon, 19 Jul 2010, Alexander Wagner wrote:
 $ scid bunch_of_games.pgn
 Options - Moves - Animation-Time = 1000ms
 Options - Moves - Autoplay delay = 1 second
 Click Autoplay

 Ok. Did that, still I can not reproduce your problem. Everything is fine
 here. As you say you use 4.2.1, could it be that the current cvs version
 solves the problem for you? Would you mind to give it a try? In case I
 could
 provide some help to compile it.

 Compiled and tried the 4.2.2 from the main download page (with clean .scid
 config area) and bug still present.

 Same with the 4.2.2 version from CVS (patchset 600 by the looks).

 $ ./configure
 configure: Makefile configuration program for Scid
  Renaming Makefile to Makefile.bak
  Tcl/Tk version: 8.5
  Your operating system is: Linux 2.6.32-23-generic
  Location of tcl.h: /usr/include/tcl8.5
  Location of tk.h: /usr/include/tcl8.5
  Location of Tcl 8.5 library: /usr/lib
  Location of Tk 8.5 library: /usr/lib
  Location of X11 library: /usr/lib
  Checking if your system already has zlib installed: yes.
  Using Makefile.conf.
 The Makefile configured for your system was written.
 Now just type make to compile Scid.
 $

 --
 Simon Lyall  |  Very Busy  |  Web: http://www.darkmere.gen.nz/
 To stay awake all night adds a day to your life - Stilgar | eMT.


 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
 ___
 Scid-users mailing list
 scid-us...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/scid-users




--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Scid-users mailing list
scid-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


---End Message---
---BeginMessage---
On Thu, 22 Jul 2010, pa...@pbratholm.dk wrote:
 Am I the only one thinking that this variation might be eplainable by the
 use/not-use og docked mode?

 I am nearly certain we had a somewhat similar problem about a year ago
 which ended up with a similar conclusion.

 So.. are you in docked mode when you experience this?

I was in docked mode (I quite like it, especially since I only have one 
screen at present).

Anyway I undocked and restarted (saving config) and after the restart 
(undocked) the animations are all good both with my default version and 
the version installed from CVS.

-- 
Simon Lyall  |  Very Busy  |  Web: http://www.darkmere.gen.nz/
To stay awake all night adds a day to your life - Stilgar | eMT.


--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
Scid-users mailing list
scid-us...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users


---End Message---
---BeginMessage---
Simon Lyall wrote:

Hi!

 On Thu, 22 Jul 2010, pa...@pbratholm.dk wrote:
 Am I the only one thinking that this variation might be eplainable by the
 use/not-use og docked mode?

 I am nearly certain we had a somewhat similar problem about a year ago
 which ended up with a similar conclusion.

 So.. are you in docked mode when you experience this?
 
 I was in docked mode (I quite like it, especially since I only have one 
 screen at present).

A convenient way is using a desktop switcher like those that come with 
almost all window managers (or GNOME etc.) or on Windows something like 
VirtuaWin.

 Anyway I undocked and restarted (saving config) and after the restart 
 (undocked) the animations are all good both with my default version and 
 the version installed from CVS.

I've noted this as a bug but I fear at the moment I can't do much here. 
Probably, Pascal might find a silent minute to check what's wrong here?

-- 

Kind regards,/ War is Peace.
 |Freedom is Slavery.
Alexander Wagner| Ignorance is Strength.

Bug#584923: scid: Move animation is too fast if board is fliped

2010-06-08 Thread Oliver Korff

Dear Premysl,

sorry, but I can't reproduce this bug. Maybe you do it in a special way, 
that I didn't try. Thats, what I did:


Case a:

1. I did load a pgn
2. Pressed the move button very fast, to make the moves
3. I flipped the board with the flip button
4. Pressed the move button very fast again, to make the moves
- The animation of the moving pieces were independent of the colour 
and, which side was up or down.


Case b.:

1. I loaded a pgn
2. Set the move time (in the analysis configuration menue) to 3 seconds
4. I pressed the autoplay button (blue arrow with a black one above it).
- The game is autoplayed forward
5. while autoplaying, I flipped the board, with the flip button
6. Flipped it back and forth
- The animation of the moving pieces was independent of the colour and, 
which side was up or down.


Maybe you are doing it in another way, please tell me how.

Oliver



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



Bug#583813: Does not compile at amd64

2010-05-31 Thread Oliver Korff
The unofficial package from: 
http://oko00.hostsharing.net/debian/unofficial/ does not compile at 
amd64. This should be solved befor any upload.


Oliver

### Build log start 
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DLIB_EXPORT= 
-DCUTECHESS_VERSION=\unknown\ -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I../lib/src -I. 
-Icomponents/hintlineedit/src -I.moc -Isrc -o .obj/moc_cutechessapp.o 
.moc/moc_cutechessapp.cpp
/usr/bin/moc-qt4 -DLIB_EXPORT= -DCUTECHESS_VERSION=\unknown\ 
-DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED 
-I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSvg -I/usr/include/qt4 
-I../lib/src -I. -Icomponents/hintlineedit/src -I.moc -Isrc 
src/gamepropertiesdlg.h -o .moc/moc_gamepropertiesdlg.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DLIB_EXPORT= 
-DCUTECHESS_VERSION=\unknown\ -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I../lib/src -I. 
-Icomponents/hintlineedit/src -I.moc -Isrc -o 
.obj/moc_gamepropertiesdlg.o .moc/moc_gamepropertiesdlg.cpp
/usr/bin/rcc -name chessboard res/chessboard/chessboard.qrc -o 
.rcc/qrc_chessboard.cpp
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DLIB_EXPORT= 
-DCUTECHESS_VERSION=\unknown\ -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_GUI_LIB 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtSvg -I/usr/include/qt4 -I../lib/src -I. 
-Icomponents/hintlineedit/src -I.moc -Isrc -o .obj/qrc_chessboard.o 
.rcc/qrc_chessboard.cpp
g++ -Wl,-O1 -o cutechess .obj/hintlineedit.o .obj/main.o 
.obj/chessboardview.o .obj/chessclock.o .obj/engineconfigurationmodel.o 
.obj/engineconfigurationdlg.o .obj/enginemanagementdlg.o 
.obj/mainwindow.o .obj/plaintextlog.o .obj/newgamedlg.o 
.obj/promotiondlg.o .obj/chessboardmodel.o .obj/movelistmodel.o 
.obj/gamedatabasemodel.o .obj/cutechessapp.o .obj/gamepropertiesdlg.o 
.obj/squareinfo.o .obj/moc_hintlineedit.o .obj/moc_chessboardview.o 
.obj/moc_chessclock.o .obj/moc_engineconfigurationmodel.o 
.obj/moc_engineconfigurationdlg.o .obj/moc_enginemanagementdlg.o 
.obj/moc_mainwindow.o .obj/moc_plaintextlog.o .obj/moc_newgamedlg.o 
.obj/moc_promotiondlg.o .obj/moc_chessboardmodel.o 
.obj/moc_movelistmodel.o .obj/moc_gamedatabasemodel.o 
.obj/moc_cutechessapp.o .obj/moc_gamepropertiesdlg.o 
.obj/qrc_chessboard.o-L/usr/lib -lchess 
-L/home/oko/debian/cutechess-li/cutechess-20100529+0.2.2+0.0.1/projects/lib 
-lqjson -lQtSvg -lQtGui -lQtCore -lpthread
.obj/engineconfigurationdlg.o: In function 
`EngineConfigurationDialog::engineConfiguration()':
engineconfigurationdlg.cpp:(.text+0x23a): undefined reference to 
`EngineConfiguration::setProtocol(QString const)'
.obj/engineconfigurationdlg.o: In function 
`EngineConfigurationDialog::EngineConfigurationDialog(EngineConfigurationDialog::DialogMode, 
QWidget*)':
engineconfigurationdlg.cpp:(.text+0x443): undefined reference to 
`EngineFactory::protocols()'
.obj/engineconfigurationdlg.o: In function 
`EngineConfigurationDialog::EngineConfigurationDialog(EngineConfigurationDialog::DialogMode, 
QWidget*)':
engineconfigurationdlg.cpp:(.text+0x633): undefined reference to 
`EngineFactory::protocols()'

.obj/mainwindow.o: In function `MainWindow::manageEngines()':
mainwindow.cpp:(.text+0x191d): undefined reference to 
`EngineManager::saveEngines(QString const)'

.obj/mainwindow.o: In function `MainWindow::newGame()':
mainwindow.cpp:(.text+0x1adb): undefined reference to 
`Chess::BoardFactory::create(QString const, QObject*)'
mainwindow.cpp:(.text+0x1afd): undefined reference to 
`ChessGame::ChessGame(Chess::Board*, QObject*)'
mainwindow.cpp:(.text+0x1b5d): undefined reference to 
`ChessGame::setTimeControl(TimeControl const, Chess::Side)'
mainwindow.cpp:(.text+0x1ebc): undefined reference to 
`EngineFactory::create(QString const, QObject*)'
mainwindow.cpp:(.text+0x1ee4): undefined reference to 
`ChessEngine::setDevice(QIODevice*)'

.obj/newgamedlg.o: In function `NewGameDialog::NewGameDialog(QWidget*)':
newgamedlg.cpp:(.text+0x31c): undefined reference to 
`Chess::BoardFactory::variants()'

.obj/newgamedlg.o: In function `NewGameDialog::NewGameDialog(QWidget*)':
newgamedlg.cpp:(.text+0x6ec): undefined reference to 
`Chess::BoardFactory::variants()'
.obj/promotiondlg.o: In function 
`PromotionDialog::PromotionDialog(Chess::Board const*, QListint 
const, QWidget*, QFlagsQt::WindowType)':
promotiondlg.cpp:(.text+0x850): undefined reference to 
`Chess::Board::pieceString(int) const'
promotiondlg.cpp:(.text+0x90b): undefined reference to 
`Chess::Board::pieceSymbol(Chess::Piece) const'
.obj/promotiondlg.o: 

Bug#583813: ITP: cutechess -- Qt commandline and graphical user interface for chess engine matches

2010-05-30 Thread Oliver Korff

Package: wnpp
Severity: wishlist
Owner: Oliver Korff o...@xynyx.de


* Package name: cutechess
  Version : 20100529+0.2.2+0.0.1
  Upstream Author : Ilari Pihlajisto ilari.pihlaji...@mbnet.fi, Arto 
Jonsson ajons...@kapsi.fi

* URL : http://ajonsson.kapsi.fi/cutechess.html
* License : GPL
  Programming Lang: Qt
  Description : commandline and graphical user interface for chess 
engine matches


 Qt graphical and commandline interface and also library for running
 chess engine matches. They use the Xboard or UCI chess communication
 protocol. The engines and matches can be widely configured and results
 can be stored in portable game notation, pgn files.



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



Bug#563451: hal: CDs and DVDs report errors in dmesg -- same problem

2010-04-27 Thread Oliver Korff
Package: hal
Version: 0.5.14-2
Severity: normal

I have got the same problem and it is no HW issue, because the drive works 
properly with
ubuntu.

It has the problem with almost all DVDs I have. And it takes ages to start one. 
ATM I boot over,
but thats no solution, is it?

[16717.772546] hda: command error: status=0x51 { DriveReady SeekComplete Error }
[16717.772559] hda: command error: error=0x54 { AbortedCommand 
LastFailedSense=0x05 }
[16717.772568] hda: possibly failed opcode: 0xa0
[16717.778360] end_request: I/O error, dev hda, sector 16103424
[16717.778368] Buffer I/O error on device hda, logical block 4025856
[16717.778376] Buffer I/O error on device hda, logical block 4025857
[16717.779614] hda: command error: status=0x51 { DriveReady SeekComplete Error }
[16717.779625] hda: command error: error=0x54 { AbortedCommand 
LastFailedSense=0x05 }
[16717.779634] hda: possibly failed opcode: 0xa0
[16717.781336] end_request: I/O error, dev hda, sector 16103424
[16717.781343] Buffer I/O error on device hda, logical block 4025856
[16717.781348] Buffer I/O error on device hda, logical block 4025857
[16717.959974] hda: command error: status=0x51 { DriveReady SeekComplete Error }
[16717.959987] hda: command error: error=0x54 { AbortedCommand 
LastFailedSense=0x05 }[16717.959996] hda: possibly failed opcode: 0xa0
[16717.965350] end_request: I/O error, dev hda, sector 16103584
[16717.965359] Buffer I/O error on device hda, logical block 4025896
[16717.965366] Buffer I/O error on device hda, logical block 4025897
[16717.965374] Buffer I/O error on device hda, logical block 4025898
[16717.965380] Buffer I/O error on device hda, logical block 4025899
[16717.966605] hda: command error: status=0x51 { DriveReady SeekComplete Error }
[16717.966616] hda: command error: error=0x54 { AbortedCommand 
LastFailedSense=0x05 }
[16717.966625] hda: possibly failed opcode: 0xa0
[16717.969358] end_request: I/O error, dev hda, sector 16103584
[16717.969364] Buffer I/O error on device hda, logical block 4025896
[16717.969370] Buffer I/O error on device hda, logical block 4025897
[16967.357194] SGI XFS with ACLs, security attributes, realtime, large 
block/inode numbers, no debug enabled
[16967.358494] SGI XFS Quota Management subsystem
[16967.442075] JFS: nTxBlock = 8017, nTxLock = 64139
[16967.546184] NTFS driver 2.1.29 [Flags: R/W MODULE].
[16967.692432] QNX4 filesystem 0.2.3 registered.
[16967.928354] Btrfs loaded

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

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

Versions of packages hal depends on:
ii  adduser  3.112   add and remove users and groups
ii  dbus 1.2.20-2simple interprocess messaging syst
ii  hal-info 20091130-1  Hardware Abstraction Layer - fdi f
ii  libblkid12.16.2-0block device id library
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libdbus-1-3  1.2.20-2simple interprocess messaging syst
ii  libdbus-glib-1-2 0.84-1  simple interprocess messaging syst
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libhal-storage1  0.5.14-2Hardware Abstraction Layer - share
ii  libhal1  0.5.14-2Hardware Abstraction Layer - share
ii  libusb-0.1-4 2:0.1.12-14 userspace USB programming library
ii  lsb-base 3.2-23  Linux Standard Base 3.2 init scrip
ii  mount2.16.2-0Tools for mounting and manipulatin
ii  pciutils 1:3.1.7-1   Linux PCI Utilities
ii  udev 151-2   /dev/ and hotplug management daemo
ii  usbutils 0.86-4  Linux USB utilities

Versions of packages hal recommends:
ii  consolekit  0.4.1-4  framework for defining and trackin
ii  eject   2.1.5+deb1+cvs20081104-7 ejects CDs and operates CD-Changer
ii  pm-utils1.3.0~rc3-2  utilities and scripts for power ma

Versions of packages hal suggests:
pn  gnome-device-manager  none (no description available)

-- 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#515431: ITA: povray -- Persistence of vision raytracer (3D renderer)

2010-03-22 Thread Oliver Korff
Hi,

My intention was to keep povray in the distribution, because I liked the 
software itself. But I 
now have make the conclusion, that packaging it is not the thing I would like 
to do anymore. 

* First: I didn't read the license as careful as Raphael.  I really hate not to 
be able to package 
the beta for experimental. (I had already started...)

* Second I have had a glance into the projects Mailings and Mailinglist and I 
dislike the spirit, 
that is spread by the main developer(s). I do not see that any debian related 
task would get a help 
of upstream. 

That is my personal opinion and migt be wrong. But because of this I will give 
up in taking over 
the packaging.

Sorry,

Oliver



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



Bug#515431: ITA: povray -- Persistence of vision raytracer (3D renderer)

2010-03-06 Thread Oliver Korff
Hi,

I would really regret the fact, if debian would come without povray. I have 
been raytracing 
some things in former times and will take over the management of the package. 
Don't expect 
everything to be resolved in a minute, but I will prepare an upload soon.

Regards,

Oliver



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



Bug#515431: ITA: povray -- Persistence of vision raytracer (3D renderer)

2010-03-06 Thread Oliver Korff
Hi Torsten,

I do not have any problems regarding the licence. But as you have had 
a deeper look into the package, do you see any other things, that might be 
difficult.

I plan to solve the bashism problems soon and remove the lintian warnings. 
The next thing is to make povray available to the kfreebsd arch. Another 
step might be to package povray 3.7.betaXX for experimental. 

Regards,

Oliver



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



Bug#570665: stockfish: FTBFS on non-x86: unrecognized command line option -msse

2010-02-20 Thread Oliver Korff
Dear Kurt,

I already saw, that stockfish was not building on alpha. Now I see, that it is 
not building on all of the non i386 archs.

I am building stockfish on i386 and amd64 wthout problems. Exactly for building 
on all arcitectures there is my patch: remove_msse_compile_opt.patch

But to my surprise it is NOT used on all archs.

I am new to the project and do (by now) not know how to connect to buildd 
machines with other architectures. I will have to spend some time on this 
problem now

Regards,

Oliver

Am Samstag 20 Februar 2010 16:16:22 schrieb Kurt Roeckx:
[...]
   /usr/bin/fakeroot debian/rules clean
  dh clean --sourcedirectory=src --with quilt
 dh_testdir -O--sourcedirectory=src
 debian/rules override_dh_auto_clean

On exactly this stage quilt should be pacthing the Makefile and tt.cpp. This is 
not done on other architectures than i386 and amd64. This is strange.

  make[1]: Entering directory
  `/build/buildd-stockfish_1.6.3JA-1-alpha-BXDLw6/stockfish-1.6.3JA' cd src
   make clean
  make[2]: Entering directory
  `/build/buildd-stockfish_1.6.3JA-1-alpha-BXDLw6/stockfish-1.6.3JA/src'
  Makefile:314: .depend: No such file or directory
  g++ -msse -MM application.cpp bitboard.cpp pawns.cpp material.cpp
  endgame.cpp evaluate.cpp main.cpp misc.cpp move.cpp movegen.cpp
  history.cpp movepick.cpp search.cpp piece.cpp position.cpp direction.cpp
  tt.cpp value.cpp uci.cpp ucioption.cpp mersenne.cpp book.cpp bitbase.cpp
  san.cpp benchmark.cpp  .depend cc1plus: error: unrecognized command line
  option -msse
  cc1plus: error: unrecognized command line option -msse
  cc1plus: error: unrecognized command line option -msse
 
 [...]
Author: Oliver Korff o...@xynyx.de
Description: Thanks to Joona Kiiski I could remove the -msse option from the
  gcc flags and stockfish might now build on other architectures.
  Problem was the include of xmmintrin.h, that holds the SSE extensions.
  Marc Costelba: in any case is only a speed optimization, not a
  functional change. This was a FTBS Bug for some architectures: (
  Closes: 559724) Upstream is not intersted to keep portability on 
  every price.

Index: stockfish-1.6.2JA/src/Makefile
===
--- stockfish-1.6.2JA.orig/src/Makefile	2010-01-06 12:56:33.0 +0100
+++ stockfish-1.6.2JA/src/Makefile	2010-01-06 12:57:24.0 +0100
@@ -26,7 +26,7 @@
 ### Compiler speed switches for both GCC and ICC. These settings are generally
 ### fast on a broad range of systems, but may be changed experimentally
 ### ==
-GCCFLAGS = -O3 -msse
+GCCFLAGS = -O3
 ICCFLAGS = -fast -msse
 ICCFLAGS-OSX = -fast -mdynamic-no-pic
 
@@ -301,6 +301,6 @@
 
 ### Dependencies. Do not change
 .depend:
-	$(CXX) -msse -MM $(OBJS:.o=.cpp)  $@
+	$(CXX) -MM $(OBJS:.o=.cpp)  $@
 
 include .depend
Index: stockfish-1.6.2JA/src/tt.cpp
===
--- stockfish-1.6.2JA.orig/src/tt.cpp	2010-01-06 12:53:53.0 +0100
+++ stockfish-1.6.2JA/src/tt.cpp	2010-01-06 12:56:19.0 +0100
@@ -25,7 +25,7 @@
 #include cassert
 #include cmath
 #include cstring
-#include xmmintrin.h
+// #include xmmintrin.h
 
 #include movegen.h
 #include tt.h
@@ -178,9 +178,9 @@
__asm__ ();
 #endif
 
-   char const* addr = (char*)first_entry(posKey);
-  _mm_prefetch(addr, _MM_HINT_T2);
-  _mm_prefetch(addr+64, _MM_HINT_T2); // 64 bytes ahead
+//   char const* addr = (char*)first_entry(posKey);
+//  _mm_prefetch(addr, _MM_HINT_T2);
+//  _mm_prefetch(addr+64, _MM_HINT_T2); // 64 bytes ahead
 }
 
 


Bug#570665: stockfish: FTBFS on non-x86: unrecognized command line option -msse

2010-02-20 Thread Oliver Korff
Am Samstag 20 Februar 2010 16:16:22 schrieb Kurt Roeckx:
   /usr/bin/fakeroot debian/rules clean
  dh clean --sourcedirectory=src --with quilt
 dh_testdir -O--sourcedirectory=src
 debian/rules override_dh_auto_clean

Here quilt should patch the sources.

  make[1]: Entering directory
  `/build/buildd-stockfish_1.6.3JA-1-alpha-BXDLw6/stockfish-1.6.3JA' cd src
   make clean
  make[2]: Entering directory
  `/build/buildd-stockfish_1.6.3JA-1-alpha-BXDLw6/stockfish-1.6.3JA/src'
  Makefile:314: .depend: No such file or directory
  g++ -msse -MM application.cpp bitboard.cpp pawns.cpp material.cpp
  endgame.cpp evaluate.cpp main.cpp misc.cpp move.cpp movegen.cpp
  history.cpp movepick.cpp search.cpp piece.cpp position.cpp direction.cpp
  tt.cpp value.cpp uci.cpp ucioption.cpp mersenne.cpp book.cpp bitbase.cpp
  san.cpp benchmark.cpp  .depend cc1plus: error: unrecognized command line
  option -msse
  cc1plus: error: unrecognized command line option -msse
  cc1plus: error: unrecognized command line option -msse

And on i386 it DOES it in a clean pbuilder environment:

dpkg-source: info: building stockfish in stockfish_1.6.3JA-1.dsc
   
 debian/rules build 
   
dh build --sourcedirectory=src --with quilt 
   
   dh_testdir -O--sourcedirectory=src   
   
   dh_quilt_patch -O--sourcedirectory=src   
   
Applying patch remove_msse_compile_opt.patch
   
patching file src/Makefile  
   
Hunk #2 succeeded at 309 (offset 8 lines).  
   
patching file src/tt.cpp
   

Now at patch remove_msse_compile_opt.patch
   dh_auto_configure -O--sourcedirectory=src
   debian/rules override_dh_auto_build  
make[1]: Entering directory `/tmp/buildd/stockfish-1.6.3JA'
cd src  make 
make[2]: Entering directory `/tmp/buildd/stockfish-1.6.3JA/src'
Makefile:314: .depend: No such file or directory   
g++ -MM application.cpp bitboard.cpp pawns.cpp material.cpp endgame.cpp 
evaluate.cpp main.cpp misc.cpp move.cpp movegen.cpp history.cpp movepick.cpp 
search.cpp piece.cpp position.cpp direction.cpp tt.cpp value.cpp uci.cpp 
ucioption.cpp mersenne.cpp book.cpp bitbase.cpp san.cpp benchmark.cpp  
.depend 
make[2]: Leaving directory `/tmp/buildd/stockfish-1.6.3JA/src'  
   
make[2]: Entering directory `/tmp/buildd/stockfish-1.6.3JA/src' 
   
make gcc
   
make[3]: Entering directory `/tmp/buildd/stockfish-1.6.3JA/src' 
   
make \  
   
CXX='g++' \ 
   
CXXFLAGS=-O3 -DNDEBUG -g -Wall -fno-exceptions -fno-rtti \
   
all 
   
make[4]: Entering directory `/tmp/buildd/stockfish-1.6.3JA/src' 
   
g++ -O3 -DNDEBUG -g -Wall -fno-exceptions -fno-rtti   -c -o application.o 
application.cpp

This is really strange. I thought I had something wrung with my setup. But 
thats not the problem.

Still searching

Oliver



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of 

Bug#568100: New upstream version of socat available

2010-02-02 Thread Oliver Korff

Package: socat
Version: 1.7.1.0-1

Hi,

there is a new upstream Version available. You should consider packaging
it. It also claims to fix some bugs, that appear in debian.

If you have some time problem and you don't mind, I can help and do the 
packaging and upload for you.


Oliver Korff


Excerpt of the changelog:

### V 1.7.1.2:

corrections:
user-late and group-late, when applied to a pty, affected the system
device /dev/ptmx instead of the pty (thanks to Matthew Cloke for
pointing me to this bug)

socats openssl addresses failed with nonblocking operation did not
complete when the peer performed a renegotiation. Thanks to Benjamin
Delpy for reporting this bug.

info message during socks connect showed bad port number on little
endian systems due to wrong byte order (thanks to Peter M. Galbavy for
bug report and patch)

Debian bug 531078: socat execs children with SIGCHLD ignored; corrected
to default. Thanks to Martin Dorey for reporting this bug.

porting:
building socat on systems that predefined the CFLAGS environment to
contain -Wall failed (esp.RedHat). Thanks to Paul Wouters for reporting
this problem and to Simon Matter for providing the patch

support for Solaris 8 and Sun Studio support (thanks to Sebastian
Kayser for providing the patches)

on some 64bit systems a compiler warning cast from pointer to integer
of different size was issued on some option definitions

added struct sockaddr_ll to union sockaddr_union to avoid strict
aliasing warnings (problem reported by Paul Wouters)

docu:
minor corrections in docu

### V 1.7.1.1:

corrections:
corrected the fixed possible SIGSEGV fix because SIGSEGV still might
occur under those conditions. Thanks to Toni Mattila for first
reporting this problem.

ftruncate64 cut its argument to 32 bits on systems with 32 bit long type

socat crashed on systems without setenv() (esp. SunOS up to Solaris 9);
thanks to Todd Stansell for reporting this bug

with unidirectional EXEC and SYSTEM a close() operation was performed
on a random number which could result in hanging e.a.

fixed a compile problem caused by size_t/socklen_t mismatch on 64bit
systems

docu mentioned option so-bindtodev but correct name is so-bindtodevice.
Thanks to Jim Zimmerman for reporting.

docu changes:
added environment variables example to doc/socat-multicast.html



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



Bug#544911: gnome-chess -- chess client for the GNOME desktop environment

2010-01-24 Thread Oliver Korff
I will soon retitle this bug to o: gnome-chess..., this is what the games 
group intended. Reasons:

- There are 9 bugs against that package, 1 important. The others are more or 
less also urgent.
- There are similar packages in the distribution, that do the same work eg: 
scid, eboard, pychess
- The person that did the ITA did not do so in 3 Months. Carlos Eduardo Sotelo 
Pinto krlos@gmail.com
- Latest upstream release was 05-Nov-2006 
http://ftp.gnome.org/pub/GNOME/sources/gnome-chess/0.4/

QA can then decide, what to do about this bug.

Oliver 


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


Bug#408118: Closing ITP: bug soon

2010-01-24 Thread Oliver Korff
Hi,

I will close this bug soon, if nobody responds. Reasons:

- No more Info since 2007
- Scid is a very similar package in the distro and is up to date
- chessdb has no updates since 16th August 2007

Contact me with any questions or reopen at will,

Oliver


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


Bug#566662: override: scid:games/extra

2010-01-24 Thread Oliver Korff
Package: ftp.debian.org
Severity: normal

debcheck says:

According to Policy Section 2.5: Priorities packages MUST NOT depend on 
packages with lower priority values (excluding build-time dependencies) nor 
should packages of priority optional (or higher) conflict with each other. In 
order to ensure this, the priorities of one or more packages must be adjusted.

Package is optional and has a Depends on oss-compat which is extra on 
kfreebsd-amd64.
Package is optional and has a Depends on oss-compat which is extra on mips.
Package is optional and has a Depends on oss-compat which is extra on s390.
Package is optional and has a Depends on oss-compat which is extra on alpha.
Package is optional and has a Depends on oss-compat which is extra on hppa.
Package is optional and has a Depends on oss-compat which is extra on 
kfreebsd-i386.
Package is optional and has a Depends on oss-compat which is extra on powerpc.
Package is optional and has a Depends on oss-compat which is extra on ia64.
Package is optional and has a Depends on oss-compat which is extra on mipsel.
Package is optional and has a Depends on oss-compat which is extra on sparc.
Package is optional and has a Depends on oss-compat which is extra on amd64.
Package is optional and has a Depends on oss-compat which is extra on armel.
Package is optional and has a Depends on oss-compat which is extra on i386.

This problem is solved by the new priority.

Oliver





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


Bug#565158: ITP: pgn2web -- convert PGN chess game files into webpages

2010-01-13 Thread Oliver Korff
Package: wnpp
Owner: Oliver Korff o...@xynyx.de
Severity: wishlist

* Package name: pgn2web
  Version : 0.4
  Upstream Author : William Hoggarth whogga...@users.sourceforge.net
* URL : http://pgn2web.sourceforge.net/downloads.html
* License : (GPL)
  Programming Lang: (C)
  Description : convert PGN chess game files into webpages

 conversion tool to generate webpages from chess portable game notation
 PGN files. The webpages allow the replaying of chess games within a web
 browser. It has a commandline client and a gtk graphical user interface
 for convenience. The html output is highly customisable, it is using
 javascript and the webpages are standards compliant and working with
 all major browsers.



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



Bug#497246: ITA: phalanx -- chess playing program

2010-01-09 Thread Oliver Korff
Although phalanx is not actively maintained by upstream anymore, the scid 
developers do in some way support it and have it integrated in the scid 
project. 

http://scid.sourceforge.net/

Therefore I see the need of keeping it in debian. 

I will adopt this package as soon as possible.

Oliver


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


Bug#523354: Help request and more Info

2009-10-15 Thread Oliver Korff
Hi,

I proved pinentry-qt is on my system. All links from /etc/alternatives are 
correct.

Please consider this bug as a grave functionality issue for kmail. FYI I found 
the kleopatra bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=523165 So 
something in general seems to be broken.

A gpg agent for requesting the pinentry is running.

I tried to solve it as I have found this ubuntu bug report:

https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/305565

So I recompiled gpgme1.0 and libgpgme11 with a --with-gpgconf=/usr/bin/gpgconf 
in the rules file. But no change of behavior. 

The --with-gpgconf=/usr/bin/gpgconf configuration option was missing in the 
package. 

Maybe this is an Problem of libgpgme11 but I don't know.

If you you have any information on how to configure this correctly please let 
us know.

In any way you cant leave the users with a broken GPG support, even if it may 
be in the undelaying system. It came with the KDE 4 Upgrade, so that might be 
related.

Oliver



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



Bug#523165: This bug affects kleopatra and kmail and maybe libgpgme11

2009-10-14 Thread Oliver Korff
Hi,

Please consider this bug as a grave functionality issue for kleopatra. I tried 
to solve it as I have found this ubuntu bug report:

https://bugs.launchpad.net/ubuntu/+source/gpgme1.0/+bug/305565

So I recompiled gpgme1.0 and libgpgme11 with a --with-gpgconf=/usr/bin/gpgconf 
in the rules file. But no change of behavior. 

The --with-gpgconf=/usr/bin/gpgconf configuration option was missing in the 
package. 

Maybe this is an Problem of libgpgme11 but I don't know.

I hope this Info is useful,

Oliver



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



Bug#550566: ITP: stockfish -- strong chess engine, to play chess against

2009-10-11 Thread Oliver Korff
Package: wnpp
Owner: Oliver Korff o...@xynyx.de
Severity: wishlist

* Package name: stockfish
  Version : 1.5.1JA
  Upstream Author : Marco Costalba mcosta...@gmail.com
* URL : http://www.mediafire.com/?5jx12zdyygw
* License : GPL
  Programming Lang: C++
  Description : strong chess engine, to play chess against

 free chess engine derived from Glaurung 2.1. It is not a complete
 chess program, but requires some UCI (universal chess interface) compatible
 GUI like XBoard with PolyGlot, eboard, Jose, Arena or scid in order to be
 used comfortably. The strongest open source chess engine by october
 2009 in the computer chess rating list CCRL. It is written in C++ and uses
 multiple threads and cores. It is capable of Chess960 and has experimental
 support for polyglot opening books.

# snip

Why another chess engine? -- Why another editor?

Playing serious chess means also to analyze your own moves with the strongest
computer program currently available. Strength here is a relative
impression of the user. We give him various possibilitys.

Oliver



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



Bug#548032: scid: new upstream release, again

2009-09-23 Thread Oliver Korff
Am Mittwoch 23 September 2009 13:40:13 schrieb Gabriele Stilli:

 just a reminder that scid 4.0 is out now :-)

Yes, I know. ;o) 

But there are some issues that are discussed at the mailling list and will 
maybe fixed. I will come on with a package soon.

Anyway the package cvs20090817-1 is not far away from 4.0. 

Thanks for your interest and concern. It is good to know, that someone is 
using scid in debian and cares.

Oliver



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



Bug#541181: fairymax as default engine compiled in leads to failures at startup

2009-08-12 Thread Oliver Korff

Package: xboard
Version: 4.4.0~alpha6-1
Severity: important


As I tried to use xboard it comes up with the failure message:

xboard: Failed to start first chess program fairymax on localhost: 
fairymax: No such file or directory


a grep through the sources produce:

xboard.h:#define FIRST_CHESS_PROGRAMfairymax
xboard.h:#define SECOND_CHESS_PROGRAM   fairymax
xboard.texi:Default: @file{Fairy-Max}.
xboard.texi:Default: @file{Fairy-Max}

There should NOT be any default engine! This failure leads to others if 
you start other engines with
xboard -fcp engine1 -scp engine2; maybe this is in the sources 
upstream. Did you EVER test xboard

after the update?

Oliver


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

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

Versions of packages xboard depends on:
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxpm4   1:3.5.7-2  X11 pixmap library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xaw3dg1.5+E-17   Xaw3d widget set

Versions of packages xboard recommends:
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X

Versions of packages xboard suggests:
ii  gnome-terminal [x-terminal-em 2.26.2-2   The GNOME terminal emulator 
applic
ii  gnuchess  5.07-5 Plays a game of chess, 
either agai

ii  konsole [x-terminal-emulator] 4:4.2.4-1  X terminal emulator for KDE 4
ii  xterm [x-terminal-emulator]   244-1  X terminal emulator

-- no debconf information
--
-
credativ GmbH, Tel.: +49 (0)21 61 / 46 43-190
Hohenzollernstr. 133, 41061 Mönchengladbach
HRB: 12080 ; Geschäftsführung: Dr. Michael Meskes, Jörg Folz
-



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



Bug#391385: scid cut and paste results in duplicate entries: Reproducing not possible (anymore)

2009-07-04 Thread Oliver Korff
Package: scid   

Severity: normal


I tried to reproduce this bug with the current scid version. This is 
1:3.7.3.cvs20090702-2  

As I have seen this bug myself in earlier Versions of scid, this was easy to 
do. My idea was that it was maybe connected with the type of window manager
you use. I once had this bug with gnome.   

So I tested:
KDE Windowmanager: KEdit; cut | paste into scid - Working, no duplicate
Gnome Windowmanager: GConsole; cat xy.pgn; cut | paste into scid
- Working, no duplicate

So to me this bug seems not existent in the current version of scid.

I will close this bug, if there is no other resonse to this bug for 
some time   

Oliver


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

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

Versions of packages scid depends on:
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libgcc11:4.4.0-5 GCC support library
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  oss-compat 0.0.4+nmu3OSS compatibility package  
ii  python 2.5.4-2   An interactive high-level object-
o
ii  tcl8.5 8.5.7-1   Tcl (the Tool Command Language) 
v8
ii  tk8.5  8.5.7-1   Tk toolkit for Tcl and X11, v8.5 
-
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime 

Versions of packages scid recommends:
ii  libsnack2 2.2.10-dfsg1-8 Sound extension to Tcl/Tk and 
Pyth
ii  texlive-games 2007.dfsg.17-2 TeX Live: Games typesetting 
(chess

Versions of packages scid suggests:
ii  crafty  22.10-3  state-of-the-art chess engine, 
com
ii  glaurung2.2-2free UCI chess engine, to 
calculat
pn  phalanx none   (no description available)
ii  toga2   1.4.1.1SE1-3 computer chess engine, calculates 

-- 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#356164: scid: Fonts: Not reproducable anymore

2009-07-04 Thread Oliver Korff
Package: scid   
 
Severity: normal
 


Fonts in the current version of scid appear to be working 
and they look allright. Changing fonts and working the parts of scid 
where they appear have been tried out with TTF fonts and 
Monospaced/Fixed fonts.  

I have been looking on scid 3.7 Versions in a lot of X environments. Any 
similar bug did never show up to me.

I think this might have been a X / fonts-package issue anyhow.   

This bug will be marked solved, if I don't get any response soon...

Oliver

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

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

Versions of packages scid depends on:
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libgcc11:4.4.0-5 GCC support library
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  oss-compat 0.0.4+nmu3OSS compatibility package
ii  python 2.5.4-2   An interactive high-level object-
o
ii  tcl8.5 8.5.7-1   Tcl (the Tool Command Language) 
v8
ii  tk8.5  8.5.7-1   Tk toolkit for Tcl and X11, v8.5 
-
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages scid recommends:
ii  libsnack2 2.2.10-dfsg1-8 Sound extension to Tcl/Tk and 
Pyth
ii  texlive-games 2007.dfsg.17-2 TeX Live: Games typesetting 
(chess

Versions of packages scid suggests:
ii  crafty  22.10-3  state-of-the-art chess engine, 
com
ii  glaurung2.2-2free UCI chess engine, to 
calculat
pn  phalanx none   (no description available)
ii  toga2   1.4.1.1SE1-3 computer chess engine, calculates

-- 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#531193: Opening postscript files fails, if ghostscript is not installed

2009-05-30 Thread oliver korff
Package: kpdf
Version: 4:3.5.9-3
Severity: important

Failure Notice: ps2pdf is not installed

kpdf is the main mime type handler also for postscript documents. 
Opening .ps files fails, if ghostscript is not installed. It depends on 
ps2pdf for this. This dependency should be added to your control files.


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

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

Versions of packages kpdf depends on:
ii  kdelibs4c2a 4:3.5.10.dfsg.1-1+b1 core libraries and binaries 
for al
ii  libc6   2.9-4GNU C Library: Shared libraries
ii  libfreetype62.3.7-2  FreeType 2 font engine, 
shared lib
ii  libgcc1 1:4.3.3-5GCC support library
ii  libpaper1   1.1.23+nmu1  library for handling paper 
charact
ii  libqt3-mt   3:3.3.8b-5+b1Qt GUI Library (Threaded 
runtime v
ii  libstdc++6  4.3.3-5  The GNU Standard C++ Library v3
ii  libxft2 2.1.13-3 FreeType-based font drawing 
librar

Versions of packages kpdf recommends:
ii  kghostview4:3.5.9-3  PostScript viewer for KDE

Versions of packages kpdf suggests:
ii  khelpcent 4:4.0.0.really.3.5.10.dfsg.1-1 help center for KDE

-- 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#530997: ITA: scid -- chess database

2009-05-30 Thread oliver korff
Am Saturday 30 May 2009 11:22:06 schrieb Sandro Tosi:
 Please both of you find an agreement who'll be the new maintainer;
 hopefully you can work together comaintaining scid for Debian :)

Dear Willem,

I hope this will be no problem. I know that you work at a debian package from 
the scid users list. I would be happy to co-maintain this package. And I 
think, even if not so many people will use it, it can be of some work. Just 
think of writing manpages for all the scripts... ;o)

I have looked at the pages of alioth.debian.org and came to know that there is 
already a project at: https://alioth.debian.org/projects/pkg-scid/

I would prefer to do it this way: 
We hijack that project, and it will become the new maintainer for scid. And we 
both become uploaders. If you have any other idea, let me know.

You can find my packages at:
http://oko00.hostsharing.net/debian/unofficial/scid 
Please take a look at them. I would also like to have a look at your package, 
Maybe you have a download link for me.  

Also I would like to release scid in CVS Versions to keep up with development. 
As far as I know Pascal Georges and Alexander Wagner, the main Upstream 
manager, will help us to keep it bug-free and if it comes to debian releases 
we will see. In other packaging matters I am totally open to any 
suggestions / Your ideas.

Best regards,

Oliver


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


Bug#425251: crafty IS using both cpu's when using smpmt=2

2009-02-12 Thread oliver korff
Package: crafty

This bug is not a bug but seems a misconfigutration.

This is easy to be reproduced:

./crafty
unable to open book file [./book.bin].
book is disabled
unable to open book file [./books.bin].
hash table memory =   12M bytes.
pawn hash table memory =2M bytes.
show book statistics
EGTB access enabled
using tbpath=./TB
0 piece tablebase files found
parallel threads disabled.


Crafty v20.14 (1 cpus)

White(1): mt=2
max threads set to 2
White(1): e4
  time used:  11.14
  time surplus   0.00  time limit 29.83 (+0.00) (3:28)
  depth   time  score   variation (1)
starting thread 1
8 0.21   0.18   1. ... Nc6 2. Nc3 Nf6 3. Bb5 d5 4.
Qf3 Bg4 5. Qf4 dxe4 6. Bxc6+ bxc6 7.
Nxe4 Nxe4 8. Qxe4 (s=2
With top I see 100% CPU Utiölisation

I also tried the crafty 22.10 and it works fine...

This is what upstream Dr. Robert Hyatt wrote:

[..]

What exactly is the problem? The parallel threads disabled??? That's normal. 
If you add smpnice=0 that will go away. All it means as that when Crafty is 
not thinking (ponder=off for example and it is the opponent's move) the 
threads are disabled so that they don't burn CPU. They will work just fine 
when it is actually searching

The program itself is not aware of the difference between cores and 
processors, that's up to the O/S. Crafty will run fine on multi-core boxes 
however, including 20.14... so long as you use the mt=2 or smpmt=2 (or 
whatever N is correct for the number of procesors/cores you want to use...

With the 20.14 you should be able to get 100% cpu with no problems, _unless_ 
the 20.14 version you have was compiled without SMP support. You can open a 
command prompt window, cd to the crafty directory and start crafty manually. 
Then type mt=2 and see if it complains. If so, it means the executable you 
have was not compiled with SMP support enabled...

[...]

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

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

Versions of packages crafty depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3

Versions of packages crafty recommends:
pn  crafty-books-medtosmall | cra none (no description available)
ii  xboard4.2.7-7.1  An X Window System Chess Board

crafty 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#382353: clamav-freshclam: freshclam hangs after running a while, restart impossible, no updates

2006-08-10 Thread Oliver Korff
Package: clamav-freshclam
Version: 0.84-2.sarge.9
Severity: important


Hi,

after a week or so running freshclam stops all action, and hangs around.
kill -1 does not work, it has to be kill -9. This is happening
regularily.

Directly after the restart it fetches the new database! 

Any Idea?


Logfile:
--
Received signal: wake up
ClamAV update process started at Thu Aug 10 05:28:10 2006
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.84 Recommended version: 0.88.4
DON'T PANIC! Read http://www.clamav.net/faq.html
main.cvd is up to date (version: 39, sigs: 58116, f-level: 8, builder:
tkojm)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 4, recommended = 8
DON'T PANIC! Read http://www.clamav.net/faq.html
daily.cvd is up to date (version: 1643, sigs: 6979, f-level: 8, builder:
ccordes)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 4, recommended = 8
DON'T PANIC! Read http://www.clamav.net/faq.html
--
Received signal: wake up
ClamAV update process started at Thu Aug 10 06:28:10 2006
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.84 Recommended version: 0.88.4
DON'T PANIC! Read http://www.clamav.net/faq.html
main.cvd is up to date (version: 39, sigs: 58116, f-level: 8, builder:
tkojm)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 4, recommended = 8
DON'T PANIC! Read http://www.clamav.net/faq.html
--
freshclam daemon 0.84 (OS: linux-gnu, ARCH: i386, CPU: i386)
ClamAV update process started at Thu Aug 10 15:40:13 2006
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.84 Recommended version: 0.88.4
DON'T PANIC! Read http://www.clamav.net/faq.html
main.cvd is up to date (version: 39, sigs: 58116, f-level: 8, builder:
tkojm)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 4, recommended = 8
DON'T PANIC! Read http://www.clamav.net/faq.html
daily.cvd updated (version: 1644, sigs: 7001, f-level: 8, builder:
ccordes)
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Current functionality level = 4, recommended = 8
DON'T PANIC! Read http://www.clamav.net/faq.html
Database updated (65117 signatures) from db.local.clamav.net (IP:
62.26.160.3)
Clamd successfully notified about the update.
--



-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages clamav-freshclam depends on:
ii  clamav-base   0.84-2.sarge.9 base package for clamav, an anti-v
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  libbz2-1.01.0.2-7high-quality block-sorting file co
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  libclamav10.84-2.sarge.9 virus scanner library
ii  libcurl3  7.13.2-2sarge5 Multi-protocol file transfer libra
ii  libgmp3   4.1.4-6Multiprecision arithmetic library
ii  libidn11  0.5.13-1.0 GNU libidn library, implementation
ii  libssl0.9.7   0.9.7e-3sarge1 SSL shared libraries
ii  logrotate 3.7-5  Log rotation utility
ii  ucf   1.17   Update Configuration File: preserv
ii  zlib1g1:1.2.2-4.sarge.2  compression library - runtime

-- debconf information:
* clamav-freshclam/autoupdate_freshclam: daemon
  clamav-freshclam/proxy_user:
* clamav-freshclam/NotifyClamd: true
* clamav-freshclam/local_mirror: db.local.clamav.net
* clamav-freshclam/http_proxy:
  clamav-freshclam/mirrors.txt-note:
* clamav-freshclam/update_interval: 24
  clamav-freshclam/internet_interface:


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



Bug#380388: ITP: toga2 -- computer chess engine, calculates chess moves

2006-07-29 Thread Oliver Korff
Package: wnpp
Severity: wishlist
Owner: Oliver Korff [EMAIL PROTECTED]


* Package name: toga2
  Version : 1.2.1.1
  Upstream Author : Thomas Gaksch [EMAIL PROTECTED]
* URL : http://www.uciengines.de/UCI-Engines/TogaII/togaii.html
* License : GPL
  Programming Lang: C++
  Description : computer chess engine, calculates chess moves

 Advancement of the strong chess engine fruit, it is
 even stronger, and will be further developed. As communication
 protocol it uses the UCI (universal chess interface), so you
 need an UCI capable frontend to play against it.
 .
 http://www.uciengines.de/UCI-Engines/TogaII/togaii.html

This is one of the strongest chess programs on the planet. 
Hell of an opponent and stronger than 90% of the commercial 
chess engines.

Oliver

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


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



Bug#379233: hoichess: new upstram release HoiChess 0.5.1

2006-07-22 Thread Oliver Korff
Package: hoichess
Version: 0.4.3-1
Severity: wishlist

new upstram release HoiChess 0.5.1

Just wanted to report BEFORE anybody else does and sets it 
severity grave or critical ;o)

The new package will be soon available at:

http://oko00.hostsharing.net/debian

It has to be sponsored, so it will take some time to get into 
debian. You are welcome to ask if any question occurs.

Oliver


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

Versions of packages hoichess depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libreadline5  5.1-7  GNU readline and history libraries
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3

hoichess recommends no packages.

-- no debconf information


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



Bug#378093: ITP: tourney-manager -- perl interface to run chess engine tournaments

2006-07-13 Thread Oliver Korff
Package: wnpp
Severity: wishlist
Owner: Oliver Korff [EMAIL PROTECTED]


* Package name: tourney-manager
  Version : 2006-06-15
  Upstream Author : Holger Ruckdeschel [EMAIL PROTECTED]
* URL :  http://www.hoicher.de/hoichess/tourney_manager/index.html
* License : GPL
  Programming Lang: Perl
  Description : perl interface to run chess engine tournaments


Description: perl interface to run chess engine tournaments
Let your chess engines play tournaments against each other. It
has an interactive commandline and can start and stop the
tournament, show current state and a crosstable. Every
game will be displayed in a xboard session and can be
observed. All games are stored in portable chess game notation,
pgn.
..
http://www.hoicher.de/hoichess/tourney_manager/index.html

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


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



Bug#375314: xboard fails to start: X Error of failed request: BadName (named color or font does not exist)

2006-06-25 Thread Oliver Korff
Package: xboard
Version: 4.2.7-6
Severity: important

This behavior appeared after an upgrade, *without* xboard being
upgraded. I assume its a encoding/font problem. In my env settings there
is a new LANG=en_US.UTF-8, but all applications defaults in /etc say
iso8859:

Example:
X11/app-defaults/Xditview-chrtr:H
-*-helvetica-medium-r-normal--*-*-*-*-*-*-iso8859-1\n\

There is no default in /etc for xboard 

Here is the whole line of the error message:
[EMAIL PROTECTED]:~$ xboard
X Error of failed request:  BadName (named color or font does not exist)
Major opcode of failed request:  45 (X_OpenFont)
Serial number of failed request:  18
Current serial number in output stream:  19

Now whats strace says (short version)

access(/usr/lib/X11/en_US.UTF-8/app-defaults/XBoard, R_OK) = -1 ENOENT
(No such file or directory)
access(/usr/lib/X11/en/app-defaults/XBoard, R_OK) = -1 ENOENT (No such
file or directory)
access(/usr/lib/X11/app-defaults/XBoard, R_OK) = -1 ENOENT (No such
file or directory)
access(/etc/X11/en_US.UTF-8/app-defaults/XBoard-color, R_OK) = -1
ENOENT (No such file or directory)
access(/etc/X11/en/app-defaults/XBoard-color, R_OK) = -1 ENOENT (No
such file or directory)
access(/etc/X11/app-defaults/XBoard-color, R_OK) = -1 ENOENT (No such
file or directory)
access(/etc/X11/en_US.UTF-8/app-defaults/XBoard, R_OK) = -1 ENOENT (No
such file or directory)
access(/etc/X11/en/app-defaults/XBoard, R_OK) = -1 ENOENT (No such
file or directory)
access(/etc/X11/app-defaults/XBoard, R_OK) = -1 ENOENT (No such file
or directory)
write(3, \20\1\t\0\33\0\0\0XDCCC_LINEAR_RGB_CORRECT..., 36) = 36
read(3, \1\0\v\0\0\0\0\0\216\0\0\0\0\0\0\0$\0\0\0$\0\0\0(\0\0\0...,
32) = 32
write(3, \20\1\t\0\31\0\0\0XDCCC_LINEAR_RGB_MATRICE..., 36) = 36
read(3, \1\0\f\0\0\0\0\0\217\0\0\0\0\0\0\0$\0\0\0$\0\0\0(\0\0\0...,
32) = 32
write(3, \24\0\6\0L\0\0\0\217\0\0\0\23\0\0\0\0\0\0\0t\31\0\0, 24) = 24
read(3, \1\0\r\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0(\0\0..., 32)
= 32
write(3, T\0\4\0 \0\0\0\0\356\0\356\0\346\0\0, 16) = 16
read(3, \1\0\16\0\0\0\0\0\276\357\276\357\235\347\0\0|\357\0\0..., 32)
= 32
stat64(/usr/lib/X11/Xcms.txt, 0xafd35fdc) = -1 ENOENT (No such file or
directory)
writev(3, [{U\0\5\0 \0\0\0\5\0\0\356, 12}, {black, 5}, {\0\0\0,
3}], 3) = 20
read(3, \1\0\17\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0(\0\0..., 32)
= 32
getpid()= 567
gettimeofday({1151181940, 526660}, {4294967176, 0}) = 0
write(3, \20\1\6\0\20\0\0\0WM_DELETE_WINDOW, 24) = 24
read(3, \1\0\20\0\0\0\0\0A\1\0\0\0\0\0\0\30\0\0\0\30\0\0\0(\0\0...,
32) = 32
writev(3, [{1\1\r\0?B+\0, 8}, {-*-helvetica-bold-r-normal--*-*-...,
43}, {\0, 1}], 3) = 52
read(3, \1\260\21\0\203\t\0\0\240\0\0\0\220\254\224\10\250\260..., 32)
= 32
readv(3, [{-adobe-helvetica-bold-r-normal-..., 9740}, {, 0}], 2) =
9740
writev(3, [{-\1\23\0\1\0`\3\0_D-adobe-helvetica-bol..., 84},
{XFree86-Bigfont, 15}, {\0, 1}], 3) = 100
read(3, [EMAIL PROTECTED]..., 32)
= 32
open(/usr/share/X11/XErrorDB, O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=37893, ...}) = 0
brk(0x81d6000)  = 0x81d6000
read(4, ! $Xorg: XErrorDB,v 1.3 2000/08/..., 37893) = 37893
close(4)= 0
write(2, X Error of failed request:  BadN..., 75X Error of failed
request:  BadName (named color or font does not exist)


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

Versions of packages xboard depends on:
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libsm6   1:1.0.0-4   X11 Session Management library
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxmu6  1:1.0.1-3   X11 miscellaneous utility library
ii  libxpm4  1:3.5.4.2-3 X11 pixmap library
ii  libxt6   1:1.0.0-5   X11 toolkit intrinsics library
ii  xaw3dg   1.5+E-14Xaw3d widget set

Versions of packages xboard recommends:
ii  xfonts-100dpi 1:1.0.0-2  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-2  100 dpi fonts for X

-- no debconf information


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



Bug#334927: ITP: hoichess -- xboard compatible chess engine to play chess with

2005-10-20 Thread Oliver Korff
Package: wnpp
Severity: wishlist
Owner: Oliver Korff [EMAIL PROTECTED]

I will have a package ready for hoichess in a few days

* Package name: hoichess
  Version : 0.3.4
  Upstream Author : Holger Ruckdeschel [EMAIL PROTECTED]
* URL : http://www.hoicher.de/hoichess/
* License : GPL
  Description : xboard compatible chess engine to play chess with

Description: xboard compatible chess engine to play chess with
 chess engine compatible with xboard, but may also be used stand-alone,
 via terminal.
 HoiChess is still under development, but already plays a legal game of
 chess, always winning against his author :-) and packager too.
 .
 See http://www.hoicher.de/hoichess for more information.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-1-686-smp
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#333330: spamassassin: starting -- Can't locate object method new via package Net::DNS::Resolver

2005-10-11 Thread Oliver Korff
Package: spamassassin
Version: 3.1.0a-1
Severity: important

starting spamassassin via the init script resolves with the error:

mybabe:~# /etc/init.d/spamassassin restart
Restarting SpamAssassin Mail Filter Daemon: [9296] error: Can't locate
object method new via package Ne
t::DNS::Resolver at /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm
line 87.
spamd.

Wether reinstalling nor purging and installing resoves the problem.


Some more info:
mybabe:~# /etc/init.d/spamassassin restart
Restarting SpamAssassin Mail Filter Daemon: [9280] error: Can't locate object 
method new via package Ne
t::DNS::Resolver at /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm line 87.
spamd.
mybabe:~# less /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm
mybabe:~# vi /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm
mybabe:~# /etc/init.d/spamassassin restart
Restarting SpamAssassin Mail Filter Daemon: [9296] error: Can't locate object 
method new via package Ne
t::DNS::Resolver at /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm line 87.
spamd.
mybabe:~# dpkg -S DnsResolver.pm
spamassassin: /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm
mybabe:~# apt-get install spamassassin
Reading package lists... Done
Building dependency tree... Done
spamassassin is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
mybabe:~# ps -auxw | grep spam
Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
root  9298  0.1  2.2  26392 23260 ?SNs  13:04   0:00 
/usr/sbin/spamd -c -m 10 -H -d --pidfile=
/var/run/spamd.pid
root  9300  0.0  2.2  26392 23260 ?SN   13:04   0:00 spamd child
root  9301  0.0  2.2  26392 23260 ?SN   13:04   0:00 spamd child
root  9334  0.0  0.0   1560   488 pts/5R+   13:10   0:00 grep spam
mybabe:~# /etc/init.d/spamassassin stop
Stopping SpamAssassin Mail Filter Daemon: spamd.
mybabe:~# /etc/init.d/spamassassin start
Starting SpamAssassin Mail Filter Daemon: [9340] error: Can't locate object 
method new via package Net:
:DNS::Resolver at /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm line 87.
spamd.
mybabe:~# cd /var/cache/apt/archives/
mybabe:/var/cache/apt/archives# ls -la spam*
mybabe:~# cd /var/cache/apt/archives/
mybabe:/var/cache/apt/archives# ls -la spam*
-rw-r--r--  1 root root 771630 Jun  8 07:17 spamassassin_3.0.4-2_all.deb
-rw-r--r--  1 root root 994064 Oct  8 04:17 spamassassin_3.1.0a-1_all.deb
-rw-r--r--  1 root root  59392 Jun  8 07:17 spamc_3.0.4-2_i386.deb
-rw-r--r--  1 root root 136404 Oct  8 04:17 spamc_3.1.0a-1_i386.deb
mybabe:/var/cache/apt/archives# dpkg -i spamassassin_3.1.0a-1_all.deb
(Reading database ... 113607 files and directories currently installed.)
Preparing to replace spamassassin 3.1.0a-1 (using 
spamassassin_3.1.0a-1_all.deb) ...
Stopping SpamAssassin Mail Filter Daemon: spamd.
Unpacking replacement spamassassin ...
Setting up spamassassin (3.1.0a-1) ...
Starting SpamAssassin Mail Filter Daemon: [9405] error: Can't locate object 
method new via package Net:
:DNS::Resolver at /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm line 87.
spamd.

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

Versions of packages spamassassin depends on:
ii  libdigest-sha1-perl   2.10-1 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.45-3 A collection of modules that parse
ii  perl  5.8.7-5Larry Wall's Practical Extraction 

Versions of packages spamassassin recommends:
ii  libnet-dns-perl   0.53-1 Perform DNS queries from a Perl sc
ii  perl [libmime-base64-perl]5.8.7-5Larry Wall's Practical Extraction 
ii  spamc 3.1.0a-1   Client for SpamAssassin spam filte

-- debconf information:
  spamassassin/upgrade/2.40:
  spamassassin/upgrade/2.40w:
  spamassassin/upgrade/cancel: Continue
  spamassassin/upgrade/2.42m: No
  spamassassin/upgrade/2.42u: No


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



Bug#330285: Additional strace info -- hints for solving -- RE:KDE-3.4.0 and knotes / kontact problem

2005-09-29 Thread Oliver korff
I tried to strace and had a log of 22Mb in about 2Min. for me it first
showed nothing,
but perhaps somebody knows a little more:

At the end its frozen with the following continuing for ever:

6019  write(4,
;\3\5\0003\4\340\1\0\0\0\0\0\0\0\0z\0\20\0;\3\5\0\207\7..., 448) = 448
6019  ioctl(4, FIONREAD, [0])   = 0
6019  gettimeofday({1127982709, 395252}, NULL) = 0
6019  select(17, [3 4 5 6 8 14 16], [], [], {0, 0}) = 0 (Timeout)
6019  gettimeofday({1127982709, 395354}, NULL) = 0
6019  nanosleep({0, 10}, NULL)  = 0
6019  ioctl(4, FIONREAD, [0])   = 0
6019  gettimeofday({1127982709, 396933}, NULL) = 0
6019  select(17, [3 4 5 6 8 14 16], [], [], {0, 0}) = 0 (Timeout)
6019  gettimeofday({1127982709, 397027}, NULL) = 0
6019  nanosleep({0, 10}, NULL)  = 0
6019  ioctl(4, FIONREAD, [0])   = 0
6019  gettimeofday({1127982709, 398928}, NULL) = 0
6019  select(17, [3 4 5 6 8 14 16], [], [], {0, 0}) = 0 (Timeout)
6019  gettimeofday({1127982709, 399021}, NULL) = 0
6019  nanosleep({0, 10}, NULL)  = 0
6019  ioctl(4, FIONREAD, [0])   = 0

In between there were things like this:
6019 
access(/homelocal/oko/.kde/share/config/kresources_kabc_egroupwarerc,
W_OK) = -1 ENOENT (No such f
ile or directory)
6019 
access(/homelocal/oko/.kde/share/config/kresources_kabc_egroupwarerc,
F_OK) = -1 ENOENT (No such f
ile or directory)
6019  access(/homelocal/oko/.kde/share/config, W_OK) = 0
6019 
lstat64(/homelocal/oko/.kde/share/config/kresources_kabc_egroupwarerc,
0x84c2ef8) = -1 ENOENT (No
such file or directory)
6019 
stat64(/homelocal/oko/.kde/share/config/kresources_kabc_egroupwarerc,
0x84c2ef8) = -1 ENOENT (No s
uch file or directory)
6019 
lstat64(/homelocal/oko/.kde/share/config/kresources_kabc_egroupwarerc,
0x84c2ef8) = -1 ENOENT (No
such file or directory)
6019 
stat64(/homelocal/oko/.kde/share/config/kresources_kabc_egroupwarerc,
0x84c2ef8) = -1 ENOENT (No s
uch file or directory)

Then I thought it might come from any configured xmlrpc ressource. I had
a connection to
an egroupware server running in former times:

keppler:~# dpkg -S egroupwarewizard
kdepim-wizards: /usr/lib/kde3/libegroupwarewizard.so
kdepim-wizards: /usr/bin/egroupwarewizard
kdepim-wizards: /usr/share/man/man1/egroupwarewizard.1.gz
kdepim-wizards: /usr/lib/kde3/libegroupwarewizard.la

And finding:
~/.kde$ less share/config/kresources/contact/stdrc

With lines with:
XmlRpcUrl=http:/egroupware/xmlrpc.php

I deleted the whole block. And kmail is now working.

I hope this will be useful for somebody. I will leave the bug open
because thats
impossible to solve for any common user!

Oliver



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



Bug#330285: kmail freezes after startup: Cannot execute call to system.login

2005-09-27 Thread Oliver Korff
Package: kmail
Version: 4:3.4.2-1
Severity: important

 use kmail as frontend for my imap mail. Right after startup it collects
 mailheaders and then freezes with the failure:

 kmail: WARNING: Cannot execute call to system.login: empty server URL

 This makes kmail unuseable for me. I found the following at the web:
 http://lists.debian.org/debian-amd64/2005/06/msg00104.html
 http://lists.debian.org/debian-kde/2005/04/msg00270.html
 The last message is indicating it may be a more general problem in 
 kontact/kde.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=de, LC_CTYPE=de (charmap=locale: Cannot set LC_CTYPE to default 
locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)

Versions of packages kmail depends on:
ii  kdebase-kio-plugins   4:3.4.2-3  core I/O slaves for KDE
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE applica
ii  kdepim-kio-plugins4:3.4.2-1  KDE pim I/O Slaves
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-8  GCC support library
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libkcal2b 4:3.4.2-1  KDE calendaring library
ii  libkdepim1a   4:3.4.2-1  KDE PIM library
ii  libkleopatra0a4:3.4.2-1  KDE GnuPG interface libraries
ii  libkmime2 4:3.4.2-1  KDE MIME interface library
ii  libkpimidentities14:3.4.2-1  KDE PIM user identity information 
ii  libksieve04:3.4.2-1  KDE mail/news message filtering li
ii  libmimelib1c2 4:3.4.2-1  KDE mime library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libstdc++64.0.1-8The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-7 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-7 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxinerama1  6.8.2.dfsg.1-7 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-7 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-7 X Toolkit Intrinsics
ii  perl  5.8.7-5Larry Wall's Practical Extraction 
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

Versions of packages kmail recommends:
ii  kdebase-kio-plugins   4:3.4.2-3  core I/O slaves for KDE
ii  kdepim-kio-plugins4:3.4.2-1  KDE pim I/O Slaves
ii  procmail  3.22-11Versatile e-mail processor

-- debconf information excluded


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



Bug#302413: xprint: Incorrect spacing and loosing unicode charackters

2005-09-15 Thread Oliver Korff
Package: xprint
Version: 1:0.1.0.alpha1-10
Followup-For: Bug #302413

also in mozilla thunderbird


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=de, LC_CTYPE=de (charmap=UTF-8) (ignored: LC_ALL set to 
de_DE.UTF-8)

Versions of packages xprint depends on:
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libice64.3.0.dfsg.1-14   Inter-Client Exchange library
ii  libsm6 4.3.0.dfsg.1-14   X Window System Session Management
ii  libx11-6   4.3.0.dfsg.1-14   X Window System protocol client li
ii  libxaw74.3.0.dfsg.1-14   X Athena widget set library
ii  libxext6   4.3.0.dfsg.1-14   X Window System miscellaneous exte
ii  libxmu64.3.0.dfsg.1-14   X Window System miscellaneous util
ii  libxp6 4.3.0.dfsg.1-14   X Window System printing extension
ii  libxpm44.3.0.dfsg.1-14   X pixmap library
ii  libxt6 4.3.0.dfsg.1-14   X Toolkit Intrinsics
ii  xlibs  4.3.0.dfsg.1-14   X Keyboard Extension (XKB) configu
ii  xprint-common  1:0.1.0.alpha1-10 Xprint - the X11 print system (con
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#325539: ITP: polyglot -- is a chess engine protocol adaptor. It connects a UCI protocol engine to xboard frontend.

2005-08-29 Thread Oliver Korff
Package: wnpp
Severity: wishlist
Owner: Oliver Korff [EMAIL PROTECTED]


* Package name: polyglot
  Version : 1.3
  Upstream Author : Fabien Letouzey, [EMAIL PROTECTED]
* URL : http://wbec-ridderkerk.nl/
* License : (GPL)
  Description : is a chess engine protocol adaptor. It connects a UCI 
protocol engine to xboard frontend.

 is a chess engine protocol adaptor. It connects a UCI protocol engine to 
xboard frontend.
 Common chess frontends have a winboard/xboard input interface, modern
 chess engines speak the UCI universal chess interface protocol. This
 protocol adaptor makes it possilble to use standard chess frontends,
 like xboard or scid with UCI speaking engines and play chess against
 them.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-1-686-smp
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#324677: ITP: fruit -- Fruit is an UCI-only chess engine.

2005-08-23 Thread Oliver Korff
Package: wnpp
Severity: wishlist
Owner: Oliver Korff [EMAIL PROTECTED]


* Package name: fruit
  Version : 2.1 
  Upstream Author : Fabien Letouzey 
* URL : http://wbec-ridderkerk.nl/
* License : (GPL)
  Description : Fruit is an UCI-only chess engine.

Description: Fruit is an UCI-only chess engine. Fruit is a UCI-only chess 
engine.  This distribution comes up with an opening book and 
platform-independent source code. You will need a frontend like knights toplay 
against it.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-k7
Locale: LANG=de, LC_CTYPE=de (charmap=locale: Cannot set LC_CTYPE to default 
locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)


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



Bug#324677: ITP: fruit -- Fruit is an UCI-only chess engine.

2005-08-23 Thread Oliver Korff
Thanks for all the good advice, I will be more descriptive with the short 
and long description, as I see that this is really necessary. 

And I will be more careful while using reportbug, because I don't want to 
bother people with Fruit is ..., Fruit is ..., Fruit is... -- sorry

Where I don't agree is changing the package name.  fruit is the name of the 
original package and I don't  see the point in changing that. We have 
orange, plum and apple2 in debian and nobody complains, because fruits ;) 
are not to be mixed up with real fruits in computer language.

Thanks again for taking care,

oliver

P.S.: knights is in sid, and I have a package ready for polyglot, which you 
can use to connect xboard and scid
-- 
-
credativ GmbH   Tel.:  +49 (2461) 69071-0
Karl-Heinz-Beckurts-Str. 13 Fax:   +49 (2461) 69071-1
D-52428 Jülich www:   http://www.credativ.de
-   -
Step 9: Print a few more Pages to see if the problem correct
itself HP9000 Users Manual
-