Bug#301632: findutils: updatedb chokes on /.dev

2005-03-28 Thread Andreas Metzler
On 2005-03-28 Joachim Berdal Haga [EMAIL PROTECTED] wrote:
updatedb has stopped working (truncated db). No errors
 [...]

 which references this line in /etc/mtab:

 /dev /.dev unknown rw,bind 0 0

 Is this a dead line in /etc/mtab? i.e. is the filesystem mounted
 (Please show /proc/mounts)?

 This is /proc/mounts:
[nothing about /dev or /.dev]

Looks like a dead mountpoint, i.e. something is umounting with mount
-n. But there has to be more factors, becaus if I simply add the
broken line to _my_ /etc/mtab (and optionally additionally mkdir /.dev)
updatedb continues to work fine.

[...]
 (please note: I'm just guessing that the kernel is involved, because that 
 is the only change that I've made recently. I can reboot into an older 
 kernel if you want me to.)

I'd appreciate if you could do these tests:

* remove the /dev /.dev unknown rw,bind 0 0-line from /etc/mtab and
  reboot into your usual kernel. Check whether the broken line in mtab
  is regenerated.
* If the line indeed is persistent make the same test with the older
  kernel.
   cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash
   http://downhill.aus.cc/


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



Bug#275451: Debian qwt 4.2.0 pending ftp-master processing

2005-03-28 Thread Brian Nelson
tag 275451 pending
thanks

Qwt 4.2.0 has been uploaded and is now in the NEW queue awaiting
ftp-master processing.  It should be available in the archive in 2-4
weeks.  In the meantime, you can find it at
http://people.debian.org/~pyro/pending/.

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Bug#301466: Then it's strange

2005-03-28 Thread Ganesan Rajagopal
On Mon, 28 Mar 2005 13:55:41 +0700
Michael Kolomeitsev [EMAIL PROTECTED] wrote:

 Yes, you're right.
 I replaced require with use and it works.
 
 It's strange that setkey permits using require keyword (in 
 ipcomp/transport//require) instead of use (which works on small
 packets not compressing them and works on others using compression). 
 Either Ipcomp has to compress _always_ when require is used or setkey
 doesn't have to permit using require in ipcomp context.

I don't think this is a setkey/racoon issue. From racoon's perspective
require only means that you must negotiate compression - if the other
side does not support compression, negotiation should fail. After
compression is successfully negotiated, the fact that a packet is too
small to usefully compress should not break IPCOMP with a require rule.
I think this is a Linux kernel bug.

Ganesan

-- 
Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA
Web: http://employees.org/~rganesan| http://rganesan.blogspot.com


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



Bug#301767: Priority should be optional

2005-03-28 Thread Jan Alonzo
Package: myspell-ca
Version: 0.4-3
Severity: normal

Hi,

I was looking at ispellcat and I noticed that myspell-ca has a Priority of
'extra'. The 'Choice of Architecture and Priority Level of the Debian
Spelling Dictionaries and Tools Policy[1] says that:

.. myspell dictionary packages are Architecture: all and have priority 
optional

That's all for now. 

Cheers,

[1] http://dict-common.alioth.debian.org/dsdt-policy.htm

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: LANG=tl_PH, LC_CTYPE=tl_PH (charmap=ISO-8859-1)

Versions of packages myspell-ca depends on:
ii  dictionaries-common   0.25.0 Common utilities for spelling dict


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



Bug#301766: please ship RELEASE-NOTES

2005-03-28 Thread Robert Bihlmeyer
Package: udev
Version: 0.056-1
Severity: wishlist

Please put upstream's RELEASE-NOTES in /usr/share/doc/udev

TIA!


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



Bug#297228: Can't reproduce anymore

2005-03-28 Thread Tim Connors
On Tue, 22 Mar 2005, Filipus Klutiero wrote:

 Tim, unless you can reproduce with 0.33, it looks like you just tried it
 2 days too early.
 Tell me and I'll close.

I think it was still not working - just a black frame was shown.  Anyway,
I've installed flashplayer-mozilla, which works, so I'll probably not be
able to test this again...

-- 
TimC -- http://astronomy.swin.edu.au/staff/tconnors/
All science is either physics or stamp collecting.
-- Ernest Rutherford


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



Bug#301736: vim-common: syntax/xml.vim produces E399 error

2005-03-28 Thread Matthijs Mohlmann
Marc Wilson wrote:
Package: vim-common
Version: 1:6.3-068+1
Severity: normal
The change made to fix #196001 seems to have introduced another problem:
Error detected while processing /usr/share/vim/vim63/syntax/xml.vim:
line   61:
E399: Not enough arguments: syntax region xmlString contained start=++ 
contains=xmlEntity display
line   62:
E399: Not enough arguments: syntax region xmlString contained start=+'+ 
contains=xmlEntity display
Hit ENTER or type command to continue
Those two lines are currently:
syn region  xmlString contained start=++ contains=xmlEntity display
syn region  xmlString contained start=+'+ contains=xmlEntity display
Shouldn't they actually be:
syn region  xmlString contained start=++ end=++ contains=xmlEntity display
syn region  xmlString contained start=+'+ end=++ contains=xmlEntity display
I'm certainly no great shakes at writing a syntax file, but I can tell
the existing one isn't right. :)
-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages vim-common depends on:
ii  vim  1:6.3-068+1 Vi IMproved - enhanced vi editor
-- no debconf information

Thanks for reporting this bug, it's fixed in svn.
Matthijs Mohlmann


signature.asc
Description: OpenPGP digital signature


Bug#301768: racc: New upstream version 1.4.4

2005-03-28 Thread Kazuhiro NISHIYAMA
Package: racc
Version: 1.4.3-2
Severity: normal

Please update new upstream version.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=ja_JP.eucJP, LC_CTYPE=ja_JP.eucJP (charmap=EUC-JP)

Versions of packages racc depends on:
ii  libruby1.8 [libracc-runtime-r 1.8.2-3Libraries necessary to run Ruby 1.
ii  ruby1.8   1.8.2-3Interpreter of object-oriented scr

-- no debconf information


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



Bug#301372: kernel-source-2.6.8: [CAN-2005-0839] Insecure restriction of access to the N_MOUSE line disciple for TTYs

2005-03-28 Thread Horms
tags 301372 +pending
thanks

On Fri, Mar 25, 2005 at 01:37:14PM +0100, Moritz Muehlenhoff wrote:
 Package: kernel-source-2.6.8
 Version: 2.6.8-15
 Severity: grave
 Tags: security
 
 Kernels before 2.6.11 do not properly restrict access to the N_MOUSE line
 disciple for TTYs, which allows local users to inject mouse or keyboard
 events into other's users sessions and possibly gain extended privileges.
 
 A fix is referenced at
 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0839 (I currently
 don't have a mouse and typing Bitkeeper web URLs is too weird :-))

Thanks, I have added this patch into svn for 2.6.8.

-- 
Horms


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



Bug#301531: xscreensaver: Hyperball causes system crash

2005-03-28 Thread Ralf Hildebrandt
* Dimitri Chausson [EMAIL PROTECTED]:

 Ok, It was a mistake, this is not a system crash, the machine is still
 accessible through network: Can ping, can access Zope.
 So it seems that only local input devices do not work anymore..
 
 Graphic card is a Radeon 9200 SE (128 Mb)

OK, so the X Server crashes (probably). Can you use ps to see if X
is still running when that occurs? Anything in /var/log/XFree.log.0?


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



Bug#301642: pdns: FTBFS: error: ambiguous overload for 'operator' in '(+(+(+(+(+(+theL((string(,

2005-03-28 Thread Matthijs Mohlmann
Kurt Roeckx wrote:
On Sun, Mar 27, 2005 at 06:10:03PM +0200, Matthijs Mohlmann wrote:
I've created a new diff, can you test it for me ?
http://www.cacholong.nl/~matthijs/pdns

It build without problems now.
Thanks!
PS: If you put up a patch, please also put the .dsc there.
Sorry, my fault.
Kurt

Matthijs Mohlmann


signature.asc
Description: OpenPGP digital signature


Bug#301769: Conf file (/etc/fcron.conf) must be owned by root:fcron and (no more than) 644: ignored

2005-03-28 Thread Pauli Manninen
Package: fcron
Version: 2.9.5.1-1
Severity: important


After installing fcron following can be found in logs:

 Mar 28 11:37:02 leafycape useradd[5516]: new user: name=fcron, uid=112, 
gid=112, home=/var/spool/fcron, shell=/bin/false
 Mar 28 11:37:03 leafycape fcrontab[5531]: Conf file (/etc/fcron.conf) must be 
owned by root:fcron and (no more than) 644 : ignored
 Mar 28 11:37:03 leafycape fcrontab[5531]: reinstalling systab's fcrontab
 Mar 28 11:37:03 leafycape fcrontab[5531]: installing file /tmp/fcr-IRmVlA for 
user systab
 Mar 28 11:37:04 leafycape fcronsighup[5533]: Conf file (/etc/fcron.conf) must 
be owned by root:fcron and (no more than) 644 : ignored
 Mar 28 11:37:05 leafycape fcron[5554]: fcron[5554] 2.9.5.1 started
 Mar 28 11:37:05 leafycape fcron[5554]: updating configuration from 
/var/spool/fcron
 Mar 28 11:37:05 leafycape fcron[5554]: removing file systab
 Mar 28 11:37:05 leafycape fcron[5554]: adding new file systab

And fcron seems unusable to me (does not execute cron.(daily|weekly|monthly). 
chmod 644 /etc/fcron.conf seems to fix the situation.

- Miyo


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages fcron depends on:
ii  adduser   3.63   Add and remove users and groups
ii  debconf [debconf-2.0] 1.4.30.11  Debian configuration management sy
ii  dpkg  1.10.27+merge2 Package maintenance system for Deb
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libpam0g  0.76-22Pluggable Authentication Modules l
ii  libselinux1   1.22-1 SELinux shared libraries
ii  postfix [mail-transport-a 2.1.5-6A high-performance mail transport 
ii  sysklogd [system-log-daem 1.4.1-16   System Logging Daemon

-- debconf information:
* fcron/anacronwarn:


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



Bug#301770: RFP: mozilla-firefox-linktoolbar -- Link Toolbar extension for Firefox

2005-03-28 Thread Vincent Lefevre
Package: wnpp
Severity: wishlist


* Package name: mozilla-firefox-linktoolbar
  Version : 0.9.1
  Upstream Author : Stephen Clavering [EMAIL PROTECTED]
* URL : http://cdn.mozdev.org/linkToolbar/
* License : ?
  Description : Link Toolbar extension for Firefox

[Description found on http://extensionroom.mozdev.org/more-info/linktoolbar]

Provides easy navigation within sequences of pages (e.g. Web comics,
forums, or technical specifications such as the HTML 4 Recommendation)
via a panel of buttons in the status bar for the first, previous,
next, and last page. Also includes buttons to move up a level in the
website, or to the top of the website, and a menu of links to further
related pages, which can include a table of contents, an index,
alternative versions of the current page (e.g. a printable version, or
ones in other languages), a site search page, or the page authors'
contact details.

Web pages can provide the information about the related pages using
the HTML link element, or the extension can guess them by scanning
the page for key phrases (which only works well on English-language
pages at present), or from the address of the cuurent page. The
guessing can be configured from the extension's Options panel in the
Firefox Extensions Manager.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (200, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9-powerpc
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)


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



Bug#301771: kernel 2.6.10/2.6.11 and e2fsprogs incompatibility

2005-03-28 Thread Taska Lszl
Package: e2fsprogs
Version: 1.35-6

I installed the kernel 2.6.11 (from source) and I had to install the NVIDIA
driver for X again. At next reboot fsck checked the root partition (maximum
mount count was reached and the filesystem was cleanly unmounted) and it gave
a lot of messages: Inode xxx i_blocks is yyy should be zzz. The number of
messages was 14 and each of them referred to files installed/used by the
NVIDIA driver package. The filesystem seems OK (even the freshly compiled 
driver files).

The error is reproducible (set mount count to limit with tune2fs and
 reinstall driver) both with kernel 2.6.10  2.6.11 but not with 2.6.9. I've
 downloaded the e2fslibs/e2fsprogs 1.37 from unstable (instead of 1.35 in
 testing) but the same happened.

I think the driver package does a special file operation because I've
downloaded kernel-source-2.6.10 (using 2.6.11) and built it but no error was
displayed by fsck.

I'm using Sarge with few packages from unstable. Libc6 is 2.3.2.ds1-20. Kernel 
is 2.6.9 and 2.6.11

The NVIDIA driver can be found at:
http://download.nvidia.com/XFree86/Linux-x86/1.0-7167/NVIDIA-Linux-x86-1.0-71
67-pkg1.run


Thanks in advance for your efforts
Regards
Laszlo Taska

---


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



Bug#298326: Fwd: k3b: consumes too much cpu while burning

2005-03-28 Thread Christian Tsotras
Any news, please ?

Thank you.

--  Forwarded Message  --

Subject: k3b: consumes too much cpu while burning
Date: Sunday 06 March 2005 20:03
From: Christian Tsotras [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]

Package: k3b
Version: 0.11.20-1
Severity: normal

While burning, the window showing the progress of the operation is
refreshing too many times per second (I can see it flicking rapidly).

This makes X Window consuming much CPU (around 35% on my Pentium III
550), while elevating the global load average. If I don't stop other
parallel activities, I may risk to meet buffer underrun problems.

The consuming continues after burning has been finished.
When I close this window, the CPU consumption drops.

This phenomenon is certainly lesser visible on recent configurations
with fast processors, but may be a problem for PCs with less power than
mine (my PC has 1000 bogomips).

Thank you for your help.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages k3b depends on:
ii  cdparanoia   3a9.8-11An audio extraction tool for sampl
ii  cdrecord 4:2.01+01a01-2  command line CD writing tool
ii  k3blibs  0.11.20-1   The KDE cd burning application lib
ii  kcontrol 4:3.3.2-1   KDE Control Center
ii  kdebase-bin  4:3.3.2-1   KDE Base (binaries)
ii  kdelibs-data 4:3.3.2-1   KDE core shared data
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libarts1 1.3.2-2 aRts Sound system
ii  libasound2   1.0.8-3 ALSA library
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libaudiofile00.2.6-5 Open-source version of SGI's audio
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libesd0  0.2.35-2Enlightened Sound Daemon - Shared 
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libglib2.0-0 2.6.2-1 The GLib library of C routines
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, implementation
ii  libjack0.80.0-0  0.99.0-6JACK Audio Connection Kit (librari
ii  libmad0  0.15.1b-1   MPEG audio decoder library
ii  libogg0  1.1.0-1 Ogg Bitstream Library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libvorbis0a  1.0.1-1 The Vorbis General Audio Compressi
ii  libvorbisenc21.0.1-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.0.1-1 The Vorbis General Audio Compressi
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  mkisofs  4:2.01+01a01-2  Creates ISO-9660 CD-ROM filesystem
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information



---


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



Bug#301696: vserver: similarly named vhosts cause problems when setting up networking

2005-03-28 Thread Ola Lundqvist
Hello

On Sun, Mar 27, 2005 at 11:40:58PM +0100, Martin wrote:
  Please test the version in unstable as it might fix your problem.
 Tested the version from unstable, think it was 0.30.204-1.

That is the latest version.

  It would be nice for me to know if it fix the problem or not.
 It didn't seem to, but it's possible I didn't get the very latest
 version (I used the one from the UK mirror) - I'll try again later.

Ok. It may be that you use too long names, or actually I quite
sure that it is the problem. Longer names are supported but not
if they have the same start name.

Regards,

// Ola

 Cheers,
  - Martin
 
 -- 
 Martin
 [EMAIL PROTECTED]
 Seasons change, things come to pass
 
 

-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering 
/  [EMAIL PROTECTED]   Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://www.opal.dhs.org   Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


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



Bug#301772: mplayer-nogui: Can you add mplayer.desktop to this package?

2005-03-28 Thread Hongzheng Wang
Subject: mplayer-nogui: Can you add mplayer.desktop to this package?
Package: mplayer-nogui
Version: 1:1.0-pre6-0.4
Severity: wishlist

*** Please type your report below this line ***
Hello,

I'm a user of your mplayer packages.  They are really wonderful.
I don't like the style of gtk1.2 GUI, so I prefer the mplayer-nogui,
other than the mplayer-586; mplayer-586 has a ugly GUI and an
independence on XMMS.

I wonder if you can add mplayer.desktop to mplayer-nogui too, so that
the users can open their media files by mouse in desktop system, such as
gnome?  I also tried mplayer-586 and found it has such a desktop file,
which provided a way to add mplayer into open with menu for media files
and did not show in application menu of gnome.  It's very convenient
indeed.  If you add this desktop file to mplayer-nogui, the users of
this package, for example me :), will be very happy for it.

By the way, why the mplayer-586 has to be independent on XMMS?


Thank you.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US, LC_CTYPE=zh_CN.GBK (charmap=GBK)

Versions of packages mplayer-nogui depends on:
ii  aalib11.4p5-22   ascii art library
ii  libartsc0 1.3.2-2aRts Sound system C support
librar
ii  libasound21.0.8-3ALSA library
ii  libaudio2 1.7-2  The Network Audio System
(NAS). (s
ii  libaudiofile0 0.2.6-5Open-source version of
SGI's audio
ii  libavcodeccvs 2:20050319-0.0 library to encode decode
multimedi
ii  libbio2jack0  0.4-0.1oss/alsa to jack porting
lib - run
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared
libraries an
ii  libcdparanoia 3a9.8-11   Shared libraries for
cdparanoia (r
ii  libdirectfb-0 0.9.20-5   frame buffer graphics
library
ii  libdivxdecore 1:5.0.1-1  DivX MPEG-4 Codec - decoder
librar
ii  libdv40.103-2software library for DV
format dig
ii  libdvdread3   0.9.4-5Simple foundation for
reading DVDs
ii  libesd0   0.2.35-2   Enlightened Sound Daemon -
Shared 
ii  libfaad2-02.0.0-0.5  freeware Advanced Audio
Decoder - 
ii  libfontconfig 2.3.1-2generic font configuration
library
ii  libfreetype6  2.1.7-2.3  FreeType 2 font engine,
shared lib
ii  libfribidi0   0.10.4-6   Free Implementation of the
Unicode
ii  libgcc1   1:4.0-0pre0GCC support library
ii  libggi2   1:2.0.5-1  General Graphics Interface
runtime
ii  libglib2.0-0  2.6.3-1The GLib library of C
routines
ii  libjack0.80.0 0.99.0-6   JACK Audio Connection Kit
(librari
ii  libjpeg62 6b-10  The Independent JPEG
Group's JPEG 
ii  liblircclient 0.7.1pre2-2LIRC client library
ii  liblzo1   1.08-2 data compression library
ii  libmad0   0.15.1b-1.1MPEG audio decoder library
ii  libncurses5   5.4-4  Shared libraries for
terminal hand
ii  libogg0   1.1.2-1Ogg Bitstream Library
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libpostproc0  1:1.0-pre1.1   Mplayer postproc shared
libraries
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer
ii  libsmbclient  3.0.11-1   shared library that allows
applica
ii  libstdc++51:3.3.5-12 The GNU Standard C++
Library v3
ii  libsvga1  1:1.4.3-21 console SVGA display
libraries
ii  libtheora01.0.alpha3-2   Theora Video Codec from
Xiph - lib
ii  libungif4g4.1.3-2shared library for GIF
images (run
ii  libvorbis0a   1.1.0-1The Vorbis General Audio
Compressi
ii  libx11-6  4.3.0.dfsg.1-12.0.1X Window System protocol
client li
ii  libxext6  4.3.0.dfsg.1-12.0.1X Window System
miscellaneous exte
ii  libxt64.3.0.dfsg.1-12.0.1X Toolkit Intrinsics
ii  libxv14.3.0.dfsg.1-12.0.1X Window System video
extension li
ii  libxvidcore4  2:1.1.0-beta1-0.0  High quality ISO MPEG4
codec libra
ii  slang11.4.9dbs-8 The S-Lang programming
library - r
ii  xlibmesa-gl [ 4.3.0.dfsg.1-12.0.1Mesa 3D graphics library
[XFree86]
ii  xlibs 4.3.0.dfsg.1-12X Keyboard Extension (XKB)
configu
ii  zlib1g1:1.2.2-4  compression library -
runtime

-- no debconf information

-- 
Hongzheng Wang 
Department of Electronic Engineering 
Tsinghua University 
Beijing 100084, China 
Tel: (+86 10) 6278 2690



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

Bug#272621: kvim icon directories incorrect

2005-03-28 Thread Matthijs Mohlmann
Hi,
I cannot reproduce this problem. Can you tell me what version of kvim
you use plus the dependencies on kvim ?
Matthijs Mohlmann


signature.asc
Description: OpenPGP digital signature


Bug#301775: libupnp: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment

2005-03-28 Thread Andreas Jochens
Package: libupnp
Version: 1.2.1-1
Severity: normal
Tags: patch

When building 'libupnp' on amd64/unstable with gcc-4.0,
I get the following error:

gcc -Wall -I./ -I../inc -I../../pil/inc -fPIC -c -Wall -Os -DNDEBUG -I. 
-I../inc -Iinc -c element.c -o obj/element.o
In file included from inc/ixmlparser.h:35,
 from element.c:32:
../inc/ixml.h:298: warning: type qualifiers ignored on function return type
element.c: In function 'ixmlElement_removeAttributeNode':
element.c:457: error: invalid lvalue in assignment
element.c:458: error: invalid lvalue in assignment
element.c:459: error: invalid lvalue in assignment
make[3]: *** [obj/element.o] Error 1
make[3]: Leaving directory `/libupnp-1.2.1/ixml/src'

With the attached patch 'libupnp' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/libupnp-1.2.1/ixml/src/element.c ./ixml/src/element.c
--- ../tmp-orig/libupnp-1.2.1/ixml/src/element.c2003-01-15 
22:39:43.0 +0100
+++ ./ixml/src/element.c2005-03-28 11:22:07.016192110 +0200
@@ -454,9 +454,9 @@
 element-n.firstAttr = nextSib;
 }
 
-( IXML_Attr * ) attrNode-parentNode = NULL;
-( IXML_Attr * ) attrNode-prevSibling = NULL;
-( IXML_Attr * ) attrNode-nextSibling = NULL;
+attrNode-parentNode = NULL;
+attrNode-prevSibling = NULL;
+attrNode-nextSibling = NULL;
 *rtAttr = ( IXML_Attr * ) attrNode;
 return IXML_SUCCESS;
 


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



Bug#301777: Debian bug #285493

2005-03-28 Thread David Pastern
Package: xine-ui

Version: 0.99.3-1

[EMAIL PROTECTED]:~$ which xine-check
/usr/bin/xine-check
[EMAIL PROTECTED]:~$ type xine-check
xine-check is /usr/bin/xine-check
[EMAIL PROTECTED]:~$ dpkg --search /usr/bin/xine-check
xine-ui: /usr/bin/xine-check
[EMAIL PROTECTED]:~$ dpkg --list xine-ui
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  xine-ui0.99.3-1   the xine video player, user interface

[EMAIL PROTECTED]:~$ dpkg --status xine-ui
Package: xine-ui
Status: install ok installed
Priority: optional
Section: graphics
Installed-Size: 3368
Maintainer: Siggi Langauf [EMAIL PROTECTED]
Version: 0.99.3-1
Depends: libc6 (= 2.3.2.ds1-4), libcurl3 (= 7.12.2-1), libfreetype6
(= 2.1.5-1), libice6 | xlibs ( 4.1.0), libidn11 (= 0.5.2),
libncurses5 (= 5.4-1), libpng12-0 (= 1.2.8rel), libreadline5, libsm6 |
xlibs ( 4.1.0), libssl0.9.7, libx11-6 | xlibs ( 4.1.0), libxext6 |
xlibs ( 4.1.0), libxine1 (= 1-rc3a), libxtst6 | xlibs ( 4.1.0),
libxv1, zlib1g (= 1:1.2.1)
Recommends: aalib1 (= 1.2), slang1 ( 1.4.9dbs-4)
Description: the xine video player, user interface
 This is an X11 based GUI for the libxine video player library.
 It provides xine, a skin based media player that can play all the
 audio/video formats that libxine supports. Currently, this includes
MPEG1/2,
 some AVI and Quicktime files, some network streaming methods and disc
based
 media (VCD, SVCD, DVD). A more complete list can be found on
 http://xinehq.de/index.php/features/.
 .
 This package contains an additional front end, aaxine, which runs even
on the
 console. aaxine uses aalib to render ASCII art video, or you can tell
it to
 use a framebuffer device. This is more a proof of concept, but you can
use it
 to watch DVDs on your old vt100 terminal, of course. ;-)
 .
 Most DVDs on the market today are play-protected by the Content
Scrambling
 System (CSS). Xine does not provide any code to descramble those DVDs,
 because of legal uncertainties. Have a look at
 /usr/share/doc/xine-ui/README.Debian for more information!

Running xine-check gives this output (with error messages):

[EMAIL PROTECTED]:~$ xine-check
Please be patient, this script may take a while to run...
[ good ] you're using Linux, doing specific tests
[ good ] looks like you have a /proc filesystem mounted.
[ good ] You seem to have a reasonable kernel version (2.6.11-ln.std)
[ good ] intel compatible processor, checking MTRR support
[ good ] you have MTRR support and there are some ranges set.
[ good ] found the player at /usr/bin/xine
[ good ] /usr/bin/xine is in your PATH
[ hint ] No xine-config found. Assuming xine from Debian package
 The xine-config script can be used to deternime some file locations
 used by xine-lib, but you don't have such a script on your system.
 However, it looks like you installed xine from the Debian packages.
 So I'll just guess that you are using the standard locations.
 If you want me to be sure about those file locations, you can install
 the 'libxine-dev' package, which contains xine-config. However, this
 package is not really needed to run xine...
 press enter to continue...
 
[ good ] plugin directory /usr/lib/xine/plugins exists.
[ good ] found unknown plugin: *.so
[OUCH!!] There are no input plugins.
 xine needs at least one input plugin, but none is installed.
 You should probably reinstall xine-lib...
 press enter to continue...

[OUCH!!] There are no demux plugins.
 xine needs at least one demux plugin, but none is installed.
 You should probably reinstall xine-lib...
 press enter to continue...

[OUCH!!] There are no decoder plugins.
 xine needs at least one decoder plugin, but none is installed.
 You should probably reinstall xine-lib...
 press enter to continue...

[OUCH!!] There are no video_out plugins.
 xine needs at least one video_out plugin, but none is installed.
 You should probably reinstall xine-lib...
 press enter to continue...

[OUCH!!] There are no audio_out plugins.
 xine needs at least one audio_out plugin, but none is installed.
 You should probably reinstall xine-lib...
 press enter to continue...

[ good ] skin directory /usr/share/xine/skins exists.
[ good ] found logo in /usr/share/xine/skins
[ good ] I even found some skins.
[ good ] /dev/cdrom points to /dev/hde
[ good ] /dev/dvd points to /dev/hde
[ hint ] DMA is disabled for your DVD interface.
 This will probably result in a serious performance hit when
 playing DVDs. You can issue the command
 hdparm -d1 /dev/hde
 as root to enable DMA. It would be wise to add this command 

Bug#297806: FTBFS in experimental

2005-03-28 Thread Ola Lundqvist
Hello

On Sun, Mar 27, 2005 at 04:12:06PM -0800, Steve Langasek wrote:
 reopen 297806
 thanks
 Ola,

Thanks.

 On Sun, Mar 27, 2005 at 11:26:44PM +0200, Ola Lundqvist wrote:
 
  Your fix is now applied. Thanks a lot.
 
 0.30.204-2 still doesn't fix the problem where gcc (and therefore diet) is
 being invoked as a cross-compiler, so we still have build failures on
 powerpc, hppa, and mipsel due to the mismatch of directory names.

Noticed that. :) The only arch that was fixed seem to be sparc.

 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=297806msg=44 for my
 explanation on this.

So this kind of --configure would fix this?

export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

# FOR AUTOCONF 2.52 AND NEWER ONLY
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
  confflags += --build $(DEB_HOST_GNU_TYPE)
else
  confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif

./configure $(confflags) \
... (other configure options) ..

Instead of always give --build and --host, or did I misunderstood you?

Regards,

// Ola

 Cheers,
 -- 
 Steve Langasek
 postmodern programmer



-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering 
/  [EMAIL PROTECTED]   Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://www.opal.dhs.org   Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


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



Bug#301486: kernel-image-2.6.8-2-generic: Aiee, killing interrupt handler!

2005-03-28 Thread hars
On Sat, Mar 26, 2005 at 05:48:18PM +0100, Norbert Tretkowski wrote:
 Why are you loading both, qlogicisp _and_ qla1280 on boot? Disabling
 the qlogicisp module should fix your problem.

I didn't do anything, I just booted the kernel as installed by
apt-get.

Yours, Florian


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



Bug#301344: kde-core - xserver-xfree86: All KDE windows are completely unreadable

2005-03-28 Thread Florian Hars
I found a non-KDE application with the same behaviour (tuxpaint, linked
against SDL), so it is probably a bug in the X-server. Somebody please
move this bug to the package containing the TGA server (probably
xserver-xfree86).

Disabling all modules i except font renderers in XFree86Config-4
doesn't seem to change anything.

Architecture: alpha
Source: xfree86
Version: 4.3.0.dfsg.1-10

OS Kernel: Linux version 2.4.27-2-generic ([EMAIL PROTECTED]) (gcc
version 3.3.5 (Debian 1:3.3.5-8)) #1 Tue Feb 15 01:56:26 UTC 2005
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Mon Mar 28 10:54:29 2005
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Standardbildschirm
(**) |   |--Device Standardgrafikkarte
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout de
(**) XKB: layout: de
(**) Option XkbVariant nodeadkeys
(**) XKB: variant: nodeadkeys
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(**) |--Input Device Generic Mouse
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /usr/lib/X11/fonts/CID does not exist.
Entry deleted from font path.
(**) FontPath set to
unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:03:0: chip 1011,0019 card , rev 30 class 02,00,00
hdr 00
(II) PCI: 00:07:0: chip 1080,c693 card , rev 00 class 06,01,00
hdr 80
(II) PCI: 00:07:1: chip 1080,c693 card , rev 00 class 01,01,80
hdr 80
(II) PCI: 00:07:2: chip 1080,c693 card , rev 00 class 01,01,00
hdr 80
(II) PCI: 00:07:3: chip 1080,c693 card , rev 00 class 0c,03,10
hdr 80
(II) PCI: 00:0b:0: chip 1011,000d card , rev 22 class 03,00,00
hdr 00
(II) PCI: 00:14:0: chip 1011,0024 card , rev 03 class 06,04,00
hdr 01
(II) PCI: 01:04:0: chip 1077,1020 card , rev 05 class 01,00,00
hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is
set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:20:0), (0,1,1), BCTRL: 0x0004 (VGA_EN is
cleared)
(II) Bus 1 I/O range:
[0] -1  0   0x8000 - 0x80ff (0x100) IX[B]
[1] -1  0   0x8400 - 0x84ff (0x100) IX[B]
[2] -1  0   0x8800 - 0x88ff (0x100) IX[B]
[3] -1  0   0x8c00 - 0x8cff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0x0900 - 0x090f (0x10) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0x0910 - 0x091f (0x10) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,0), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x1) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x1) MX[B]
(--) PCI:*(0:11:0) Digital Equipment Corporation PBXGB [TGA2] rev 34,
Mem @ 0x0a00/25, BIOS @ 0x0925/15
(II) Addressable bus resource ranges are
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x - 0x (0x1) IX[B]
(II) OS-reported resource ranges:
[0] -1  0   0x - 0x (0x1) MX[B]
[1] -1  0   0x - 0x (0x1) MX[B]
[2] -1  0   0x000c - 0x000e (0x3) MX[B]
[3] 

Bug#301202: mozilla-firefox: Provide support for link element (link toolbar / site navigation bar)

2005-03-28 Thread Vincent Lefevre
On 2005-03-28 01:14:12 -0500, Eric Dorland wrote:
 Indeed. I find it perfectly acceptable to be in an extension rather
 than in the main program. 

I've just filled a RFP for mozilla-firefox-linktoolbar (bug 301770).

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


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



Bug#301778: metacity: closing windows produces confusing dialogs

2005-03-28 Thread Florian Hars
Package: metacity
Version: 1:2.8.8-1
Severity: normal

If you close a window like one of the combined gimp-2.2 dialog windows,
gimp will open a dialog saying This window contains 2 tabs, close
anyway?, and before you have even finished reading the dialog, metacity
will open another dialog The selected window doesn't answer with the
options Cancel and force termination. This is annoying for people who
understand the principles of X window management, and mortally
terrifying for mere mortals.

Yours, Florian.
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: alpha
Kernel: Linux 2.4.27-2-generic
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages metacity depends on:
ii  gconf2   2.8.1-4 GNOME configuration database syste
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc6.1  2.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
ii  libgtk2.0-0  2.6.2-4 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libmetacity0 1:2.8.8-1   Common library of lightweight GTK2
ii  liborbit21:2.10.5-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxrandr2   4.3.0.dfsg.1-10 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  sgml-base1.26SGML infrastructure and SGML catal
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#285261: Crash when arts is disabled

2005-03-28 Thread Ulrich Eckhardt
Just for your information, I also get this problem. The crash only involves 
the plugin, the website around it still works, apart from the reserved space 
for the plugin which is not redrawn. I'm running version 3.3.2-1 of the 
konqueror-plugins, but I've been experiencing this for quite some time, I 
daresay even longer than when the original bugreport was filed. I'm not 
running any DE of any kind, just fluxbox or ion2 as windowmanager.

Also, has this been filed upstream already, and if, where?

cheers and happy easter

Ulrich Eckhardt


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



Bug#261848: inkscape: Segfault still there in 0.41-1

2005-03-28 Thread Florian Hars
Package: inkscape
Version: 0.41-1
Followup-For: Bug #261848

For what it's worth, I get the exact same behaviour with the current
version.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: alpha
Kernel: Linux 2.4.27-2-generic
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages inkscape depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc6.1  2.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgc1   1:6.4-1 conservative garbage collector for
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
ii  libglibmm-2.4-1  2.4.6-1 C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0  2.6.2-4 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1   2.4.10-1C++ wrappers for GTK+ 2.4 (shared 
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsigc++-2.0-0  2.0.10-1type-safe Signal Framework for C++
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxml2  2.6.16-3GNOME XML library
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxslt1.1   1.1.12-5XSLT processing library - runtime 
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#301779: addresses.framework: screwed when you have addresses-framework installed

2005-03-28 Thread Jrgen A. Erhard
Package: addresses.framework
Version: 0.4.6-3
Severity: important

If you release to unstable, consider it out there, and deal with it.
Renames need a Conflicts/Replaces combo (IIRC).

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.26-sanctum
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages addresses.framework depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
pn  libgnustep-base1.10  Not found.

-- 
Jrgen A. Erhard
My rants  http://christian-anarchist.org
  The GNU Project (http://www.gnu.org)
 pros do it for money -- amateurs out of love.


signature.asc
Description: Digital signature


Bug#301679: acknowledged by developer (Re: Bug#301679: linda: False warning: config has no shebang line.)

2005-03-28 Thread Artur R. Czechowski
On Sun, Mar 27, 2005 at 07:18:05PM -0800, Debian Bug Tracking System wrote:
 [EMAIL PROTECTED]:/tmp/linda-lab-03101/control% head -n 1 config
 #/bin/sh -e
 That's a comment, not a shebang as the first line.
Shame on me. I should spend more time sleeping.

Cheers
Artur
-- 
Dekolektywizacja stosunkw zarzdzanie-praca, ktr implikuje deregulacja,
oddziaywa bedzie dysfunkcyjnie
  /Raport Midzynarodowego Biura Pracy z 1995 roku/


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



Bug#206782: Fixes for the Vim spanish translation

2005-03-28 Thread Bram Moolenaar

Alejandro -

 Following up on Javier's comments, I have produced a cleaned up version 
 of the message catalog sent earlier today. I have synched the 
 translation of the menu file (runtime/lang) too. Hopefully, the number 
 of typos and bugs has reduced substantially.

Thanks.  I'll include this one.  At least until the next version.

- Bram

-- 
hundred-and-one symptoms of being an internet addict:
27. You refer to your age as 3.x.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  Project leader for A-A-P -- http://www.A-A-P.org///
 \\\ Buy LOTR 3 and help AIDS victims -- http://ICCF.nl/lotr.html   ///


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



Bug#301781: yacpi: crash when acpi but no info

2005-03-28 Thread Meelis Roos
Package: yacpi
Version: 1.2-1
Severity: normal


I tried to run yacpi on my desktop PC. It has ACPI but no battery nor
thermal info. yacpi told thjat no battery information is available and
the dumped core (backtrace below but unfortunately it's quite useless).
The terminal was left with echo off.

(no debugging symbols found)
Core was generated by `yacpi'.
Program terminated with signal 11, Segmentation fault.

warning: current_sos: Can't read pathname for load map: Input/output
error

Reading symbols from /lib/libncurses.so.5...(no debugging symbols
found)...done.
Loaded symbols for /lib/libncurses.so.5
Reading symbols from /lib/tls/i686/cmov/libc.so.6...(no debugging
symbols found)...done.
Loaded symbols for /lib/tls/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...
(no debugging symbols found)...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0x0804b116 in ?? ()
(gdb) bt
#0  0x0804b116 in ?? ()
#1  0x08059b60 in ?? ()
#2  0x0100 in ?? ()
#3  0x in ?? ()
#4  0xb7f3808c in assume_default_colors () from /lib/libncurses.so.5
#5  0x0804baaf in ?? ()
#6  0x in ?? ()
#7  0x in ?? ()
#8  0x in ?? ()
#9  0x0804d9a0 in ?? ()
#10 0xbfa81e78 in ?? ()
#11 0xbfa81e74 in ?? ()
#12 0xbfa81e88 in ?? ()
#13 0x0804bb4b in ?? ()
#14 0x in ?? ()
#15 0x in ?? ()
#16 0x in ?? ()
#17 0xb7f12c5c in ?? () from /lib/tls/i686/cmov/libc.so.6
#18 0xbfa81f14 in ?? ()
#19 0xbfa81f1c in ?? ()
#20 0xbfa81ee8 in ?? ()
#21 0xb7df7900 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#22 0xb7df7900 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#23 0x08048f61 in ?? ()
(gdb)


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.12-rc1
Locale: LANG=et_EE, LC_CTYPE=et_EE (charmap=ISO-8859-15)

Versions of packages yacpi depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information


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



Bug#301782: goobox: Ripping to ogg causes segfault

2005-03-28 Thread Helge Kreutzmann
Package: goobox
Version: 0.9.90-1
Severity: normal

I once ripped to ogg-files without problem. Now I got the new version,
added the titles (for some reason it does not get them from the net)
and now ripping always ends in a segfault when I press extract.

I attaced the strace files (-ff). Also I rebuild goobox without
stripping and ran it in gdb. Here is what I got:

[EMAIL PROTECTED]:~/tmp$ gdb /usr/bin/goobox 
GNU gdb 6.3-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as x86_64-linux...Using host libthread_db library /li
b/libthread_db.so.1.

(gdb) run
Starting program: /usr/bin/goobox 
[Thread debugging using libthread_db enabled]
[New Thread 182977096768 (LWP 4414)]
[New Thread 1082128752 (LWP 4417)]
[New Thread 1084225904 (LWP 4418)]
[New Thread 1086323056 (LWP 4419)]
[Thread 1084225904 (LWP 4418) exited]
[Thread 1082128752 (zombie) exited]
[Thread 1086323056 (LWP 4419) exited]

(goobox:4414): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(goobox:4414): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYP
E_CHECK_INSTANCE (instance)' failed

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 182977096768 (LWP 4414)]
0x002a983fb1d7 in gst_element_set_state ()
   from /usr/lib/libgstreamer-0.8.so.1
(gdb) bt full
#0  0x002a983fb1d7 in gst_element_set_state ()
   from /usr/lib/libgstreamer-0.8.so.1
No symbol table info available.
#1  0x0042dbec in rip_current_track (data=0x8d2cb0) at dlg-ripper.c:471
track = (TrackInfo *) 0x814620
folder = 0x8f9ed0 \200Å\217
e_title = 0x8fc460 P\235\217
event = (GstEvent *) 0x1
#2  0x0042b8f1 in dlg_extract__start_ripping (dialog=0x0)
at dlg-extract.c:133
data = (DialogData *) 0x8687c0
destination = 0x8cdd50 /scr/media/audio/Prodigy
file_format = GOO_FILE_FORMAT_OGG
tracks_to_rip = (GList *) 0x85b1f8
#3  0x002a98ceebe2 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#4  0x002a98cdef16 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#5  0x002a98cee78e in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#6  0x002a98ced7c6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#7  0x002a98ceda93 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#8  0x002a97504b5c in gtk_button_clicked ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#9  0x002a97505776 in _gtk_button_paint ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#10 0x002a98ceebe2 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#11 0x002a98cdf190 in g_cclosure_new_swap ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#12 0x002a98cdef16 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#13 0x002a98cee042 in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#14 0x002a98ced7c6 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#15 0x002a98ceda93 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#16 0x002a97504afc in gtk_button_released ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#17 0x002a97505639 in _gtk_button_paint ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#18 0x002a975ace13 in _gtk_marshal_BOOLEAN__BOXED ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#19 0x002a98cdf190 in g_cclosure_new_swap ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#20 0x002a98cdef16 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#21 0x002a98cee23a in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#22 0x002a98ced5d3 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#23 0x002a98ceda93 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
No symbol table info available.
#24 0x002a9767ba66 in gtk_widget_send_expose ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#25 0x002a975ab965 in gtk_propagate_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#26 0x002a975aab22 in gtk_main_do_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
No 

Bug#247192: [patch] conflict gnome-pim-conduits with gnome-pim

2005-03-28 Thread Sebastian Rittau
On Sun, Mar 27, 2005 at 12:41:46AM +0100, Maurizio Lemmo (Tannoiser) wrote:
 * sabato 26 marzo 2005, alle 15:21, Steve Langasek scrive:
  I think you really want a Replaces here, not a Conflicts.
 
 Sorry, my bad.
 
 I've correct my control file with
 
 Replaces: gnome-pim-conduits
 
 Eventually NMU will be correct.

Please go ahead and NMU. I currently have problems to compile gnome-pim
from source, so I can't make a maintainer upload.

Thanks!

 - Sebastian



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



Bug#301531: xscreensaver: Hyperball causes system crash

2005-03-28 Thread Dimitri Chausson
On Mon, Mar 28, 2005 at 10:35:43AM +0200, Ralf Hildebrandt wrote:
 * Dimitri Chausson [EMAIL PROTECTED]:
 
  Ok, It was a mistake, this is not a system crash, the machine is still
  accessible through network: Can ping, can access Zope.
  So it seems that only local input devices do not work anymore..
  
  Graphic card is a Radeon 9200 SE (128 Mb)
 
 OK, so the X Server crashes (probably). Can you use ps to see if X
 is still running when that occurs? Anything in /var/log/XFree.log.0?
 
A top shows that XFree86 is running with full CPU load. Tried as root
(using ssh) to kill the process (first 15, then 9) but it did not work.
A shutdown -h now had no effect.. joining the XFree86 log as attachment.

-- Dimitri

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-10 20041215174925 [EMAIL 
PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26 i686 [ELF] 
Build Date: 15 December 2004

This version of XFree86 has been extensively modified by the Debian
Project, and is not supported by the XFree86 Project, Inc., in any
way.  Bugs should be reported to the Debian Bug Tracking System; see
URL: http://www.debian.org/Bugs/Reporting .

We strongly encourage the use of the reportbug package and command
to ensure that bug reports contain as much useful information as
possible.

Before filing a bug report, you may want to consult the Debian X FAQ:
   XHTML version: file:///usr/share/doc/xfree86-common/FAQ.xhtml
  plain text version: file:///usr/share/doc/xfree86-common/FAQ.gz

Module Loader present
OS Kernel: Linux version 2.6.11 ([EMAIL PROTECTED]) (version gcc 3.3.5 (Debian 
1:3.3.5-8)) #1 Fri Mar 25 12:58:20 CET 2005 
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/XFree86.0.log, Time: Mon Mar 28 09:39:56 2005
(==) Using config file: /etc/X11/XF86Config-4
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor IVM:1819
(**) |   |--Device ATI Radeon 9200 SE
(**) |--Input Device Generic Keyboard
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout de
(**) XKB: layout: de
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Configured Mouse
(WW) The directory /usr/lib/X11/fonts/cyrillic does not exist.
Entry deleted from font path.
(**) FontPath set to 
unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/CID,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi
(==) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(++) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0.1, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000582c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3099 card , rev 00 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b099 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 1073,0010 card 1073,0010 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:0b:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
(II) PCI: 00:0b:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
(II) PCI: 00:0c:0: chip 1106,3065 card 1186,1400 rev 43 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 1106,3065 card 1186,1400 rev 43 class 02,00,00 hdr 00
(II) PCI: 00:11:0: chip 1106,3074 card 1106,3074 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:1: chip 1106,0571 card 1106,0571 rev 06 class 01,01,8a hdr 00
(II) PCI: 00:11:2: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:3: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:4: chip 1106,3038 card 0925,1234 rev 1b class 0c,03,00 hdr 00
(II) PCI: 00:11:5: chip 1106,3059 card 1458,a002 rev 30 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5964 card 1787,5964 rev 01 class 03,00,00 hdr 80

Bug#301629: wmaker: Docking isn't working

2005-03-28 Thread Micha Cichowicz
Hi,
Hmmm...
Can you try moving ~/GNUstep out of the way (it would be best if you do
this while Window Maker is *not* running) and restarting Window Maker?
E.g.:
$ mv ~/GNUstep ~/GNUstep.backup
If that fixes it, I'd like to have a copy of ~/GNUstep/Defaults
 

No difference. I was even trying not to launch xmodmap and imwheel 
thinking it could mess up somehow but there was no difference too.

--
Micha Cichowicz (cichy)
Registered Linux User #365356

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


Bug#297806: FTBFS in experimental

2005-03-28 Thread Steve Langasek
On Mon, Mar 28, 2005 at 11:12:35AM +0200, Ola Lundqvist wrote:
  On Sun, Mar 27, 2005 at 11:26:44PM +0200, Ola Lundqvist wrote:

   Your fix is now applied. Thanks a lot.

  0.30.204-2 still doesn't fix the problem where gcc (and therefore diet) is
  being invoked as a cross-compiler, so we still have build failures on
  powerpc, hppa, and mipsel due to the mismatch of directory names.

 Noticed that. :) The only arch that was fixed seem to be sparc.

  See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=297806msg=44 for my
  explanation on this.

 So this kind of --configure would fix this?

 export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)

 # FOR AUTOCONF 2.52 AND NEWER ONLY
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
   confflags += --build $(DEB_HOST_GNU_TYPE)
 else
   confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif

 ./configure $(confflags) \
 ... (other configure options) ..

 Instead of always give --build and --host, or did I misunderstood you?

Yes, this is what I had in mind.

Cheers,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#301783: fakeroot breaks perl test scripts

2005-03-28 Thread Harald Dunkel
Package: perl
Version: 5.8.4-8
Hi folks,
On amd64 (gcc-3.4/gcc-4.0) some tests run at build time don't
work when run via fakeroot:
% fakeroot dpkg-buildpackage -us -uc
:
:
ext/threads/t/basic..ok
ext/threads/t/endok
ext/threads/t/join...Died at ../ext/threads/t/join.t line 117.
FAILED at test 11
ext/threads/t/libc...ok
ext/threads/t/list...ok
:
:
lib/Net/Ping/t/100_load..ok
lib/Net/Ping/t/110_icmp_inst.icmp socket error - Operation not 
permitted at ../lib/Net/Ping/t/110_icmp_inst.t line 27
FAILED at test 2
lib/Net/Ping/t/120_udp_inst..ok
:
:
lib/Net/Ping/t/450_service...ok
lib/Net/Ping/t/500_ping_icmp.icmp socket error - Operation not 
permitted at ../lib/Net/Ping/t/500_ping_icmp.t line 27
FAILED at test 2
lib/Net/Ping/t/510_ping_udp..ok
lib/Net/protoent.ok
:
Running these tests manually as an ordinary user (or
using UID0) there is no such problem.
Regards
Harri


signature.asc
Description: OpenPGP digital signature


Bug#301599: Fw: Processing of kernel-patch-bluez_20050328-1_powerpc.changes

2005-03-28 Thread Raphael Bossek
Begin forwarded message:

Date: Mon, 28 Mar 2005 05:26:37 -0500
From: Archive Administrator [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Processing of kernel-patch-bluez_20050328-1_powerpc.changes


kernel-patch-bluez_20050328-1_powerpc.changes uploaded successfully to
localhost
along with the files:
  kernel-patch-bluez_20050328-1.dsc
  kernel-patch-bluez_20050328.orig.tar.gz
  kernel-patch-bluez_20050328-1.diff.gz
  kernel-patch-2.4-bluez_20050328-1_all.deb
  kernel-patch-2.6-bluez_20050328-1_all.deb

Greetings,

Your Debian queue daemon


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



Bug#301781: yacpi: crash when acpi but no info

2005-03-28 Thread Nico Golde
Hello Meelis,

* Meelis Roos [EMAIL PROTECTED] [2005-03-28 12:48]:
 Package: yacpi
 Version: 1.2-1
 Severity: normal
 
 
 I tried to run yacpi on my desktop PC. 

yacpi is only for notebooks.

 It has ACPI but no battery nor
 thermal info. yacpi told thjat no battery information is available and
 the dumped core (backtrace below but unfortunately it's quite useless).
 The terminal was left with echo off.

can you give me a complete directory tree of /proc/acpi ?
does the program terminate with a segfault?
regards and thanks for reporting
nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred



Bug#301781: yacpi: crash when acpi but no info

2005-03-28 Thread Nico Golde
Hallo Meelis,

* Meelis Roos [EMAIL PROTECTED] [2005-03-28 12:48]:
 (no debugging symbols found)

there are no because the binary is stripped.
can you try to get the tarball form www.ngolde.de/yacpi.html
and remove the srtip call in the Makefile?
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpylxdKS1kur.pgp
Description: PGP signature


Bug#301531: xscreensaver: Hyperball causes system crash

2005-03-28 Thread Ralf Hildebrandt
* Dimitri Chausson [EMAIL PROTECTED]:

 A top shows that XFree86 is running with full CPU load.

uha!

 Tried as root (using ssh) to kill the process (first 15, then 9) but it
 did not work. A shutdown -h now had no effect.. joining the XFree86 log
 as attachment.

Sounds like a Xfree bug...

-- 
Ralf Hildebrandt (i.A. des IT-Zentrum)  [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to [EMAIL PROTECTED]



Bug#297806: FTBFS in experimental

2005-03-28 Thread Gerrit Pape
On Sun, Mar 27, 2005 at 04:12:06PM -0800, Steve Langasek wrote:
 0.30.204-2 still doesn't fix the problem where gcc (and therefore diet) is
 being invoked as a cross-compiler, so we still have build failures on
 powerpc, hppa, and mipsel due to the mismatch of directory names.
 
 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=297806msg=44 for my
 explanation on this.

Hi, unfortunately there's another build failure on s390[0] caused by the
dietlibc package; current version doesn't properly provide the select()
syscall.  It's a trivial fix from cvs I'll include in dietlibc-dev
0.28-3, see below.  I suggest to build-depend on (= 0.28-3) with the
next upload. 

The workarounds in debian/rules for hppa and powerpc can be removed with
the newer dietlibc packages, the one for sparc still is necessary;
what's wrong on arm ;-)?

Regards, Gerrit.

[0]
http://buildd.debian.org/fetch.php?pkg=util-vserverver=0.30.204-2arch=s390stamp=969081file=logas=raw
--- ../../dietlibc/s390/select.S1970-01-01 00:00:00.0 +
+++ s390/select.S   2005-03-23 19:57:53.0 +
@@ -0,0 +1,3 @@
+#include syscalls.h
+
+syscall(_newselect,select)


Bug#301781: yacpi: crash when acpi but no info

2005-03-28 Thread Meelis Roos
can you give me a complete directory tree of /proc/acpi ?
/proc/acpi/
|-- alarm
|-- button
|   `-- power
|   `-- PWRF
|   `-- info
|-- dsdt
|-- embedded_controller
|-- event
|-- fadt
|-- fan
|-- info
|-- power_resource
|   |-- FDDP
|   |   `-- state
|   |-- LPTP
|   |   `-- state
|   |-- URP1
|   |   `-- state
|   `-- URP2
|   `-- state
|-- processor
|   `-- CPU1
|   |-- info
|   |-- limit
|   |-- power
|   `-- throttling
|-- sleep
|-- video
`-- wakeup
does the program terminate with a segfault?
Yes.
--
Meelis Roos ([EMAIL PROTECTED])
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#301786: docbook: Build depends on symlinks that's not in testing.

2005-03-28 Thread Kurt Roeckx
Package: docbook
Version: 4.3-1
Severity: serious

Hi,

Your package has a build depends indep on the symlinks packages
which was removed from testing because of license problems
(#273338).

Could you please remove the dependency on it?


Kurt



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



Bug#301785: quanta: Quanta (from alioth) craches after few minutes (even when it's idle)

2005-03-28 Thread Glennie Vignarajah
Package: quanta
Version: 4:3.4.0-0pre1
Severity: grave
Justification: renders package unusable

Quanta, from Alioth, crashes few minutes after it's launched (even if it's
idle). It seems that the crash is due to libcvsservice0 package from
Alioth. Using the /usr/lib/libcvsservice.so.0.0.1 (included in the
package libcvsservice0_3.3.1-2_i386.deb, unstable release) solves the issue !


-- System Information:
Debian Release: 3.1
  APT prefers experimental
  APT policy: (990, 'experimental'), (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11nephthys
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages quanta depends on:
ii  kdelibs4 4:3.4.0-0pre2   core libraries for all KDE applica
ii  kfilereplace 4:3.4.0-0pre1   batch search-and-replace component
ii  klinkstatus  4:3.4.0-0pre1   web link validity checker for KDE
ii  kommander4:3.4.0-0pre1   visual dialog builder and executor
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.4-2 GNU C Library: Shared libraries an
ii  libcvsservice0   4:3.4.0-0pre1   DCOP service for accessing CVS rep
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0-0pre8 GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11 0.5.13-1.0  GNU libidn library, implementation
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpcre3 5.0-1   Perl 5 Compatible Regular Expressi
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-1   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxml2  2.6.16-4GNOME XML library
ii  libxrandr2   4.3.0.dfsg.1-12.0.1 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxslt1.1   1.1.12-6XSLT processing library - runtime 
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  quanta-data  4:3.4.0-0pre1   data files for Quanta Plus web dev
ii  tidy 20040811-2  HTML syntax checker and reformatte
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#301787: icewm-themes: Build depends on symlinks that's not in testing.

2005-03-28 Thread Kurt Roeckx
Package: icewm-themes
Version: 1.2.20.1
Severity: serious

Hi,

Your package has a build depends indep on the symlinks packages
which was removed from testing because of license problems
(#273338).

Could you please remove the dependency on it?


Kurt



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



Bug#301788: sgml-data: Build depends on symlinks that's not in testing.

2005-03-28 Thread Kurt Roeckx
Package: sgml-data
Version: 2.0.2
Severity: serious

Hi,

Your package has a build depends indep on the symlinks packages
which was removed from testing because of license problems
(#273338).

Could you please remove the dependency on it?


Kurt



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



Bug#301632: findutils: updatedb chokes on /.dev

2005-03-28 Thread Joachim Berdal Haga
Andreas Metzler wrote:
[snipalot]

I'd appreciate if you could do these tests:
* remove the /dev /.dev unknown rw,bind 0 0-line from /etc/mtab and
  reboot into your usual kernel. Check whether the broken line in mtab
  is regenerated.
* If the line indeed is persistent make the same test with the older
  kernel.
I did this and rebooted, and the line did not reappear. It was replaced 
by /dev /dev/.static/dev unknown rw,bind 0 0 which causes no problems.

So it seems that something udev-related has put a truncated line in 
/etc/mtab. That's hardly findutils' fault :) Thanks for helping out.

As to this,
But there has to be more factors, becaus if I simply add the
broken line to _my_ /etc/mtab (and optionally additionally mkdir /.dev)
updatedb continues to work fine.
If I add the original line again, it fails in the same way. If I then 
mkdir /.dev it works again. The same behaviour (ie. updatedb fails and 
truncates db) if I instead add /foo /bar ext3 rw 0 0.

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


Bug#301722: gnupg-agent does not start

2005-03-28 Thread Volker Schlecht
On Monday 28 March 2005 09:31, you wrote:
Hi

 Did you uncomment the use-agent line in ~/.gnupg/gpg.conf ?

Yes.

  I start my Xsession via a KDM login, in case that is relevant.

 If yes: Can you please add

  exec /tmp/gpgstart.log 21
  set -xv

 to the beginning (well, after the #!-line) of the init script, and mail
 me that file after you've logged in again?

well, first of all, there is no sysv-init script as far as I can tell:

/usr
/usr/bin
/usr/bin/gpg-agent
/usr/share
/usr/share/man
/usr/share/man/man1
/usr/share/doc
/usr/share/doc/gnupg-agent
/usr/share/doc/gnupg-agent/copyright
/usr/share/doc/gnupg-agent/changelog.gz
/usr/share/doc/gnupg-agent/changelog.Debian.gz
/usr/share/lintian
/usr/share/lintian/overrides
/usr/share/lintian/overrides/gnupg-agent
/etc
/etc/X11
/etc/X11/Xsession.d
/etc/X11/Xsession.d/90gpg-agent

As for the Xsession.d script: It's set to non-executable and does not have a 
#! line at all:

: ${GNUPGHOME=$HOME/.gnupg}

GPGAGENT=/usr/bin/gpg-agent
PID_FILE=$GNUPGHOME/gpg-agent-info

if grep -qs ^use-agent $GNUPGHOME/gpg.conf $GNUPGHOME/options 
   test -x $GPGAGENT; then

   if [ -r $PID_FILE ]; then
   . $PID_FILE
   fi

   # Invoking gpg-agent with no arguments exits successfully if the agent
   # is already running as pointed by $GPG_AGENT_INFO
   if ! $GPGAGENT 2/dev/null; then
   $GPGAGENT --daemon --sh $PID_FILE
   . $PID_FILE
   fi

fi

Are we talking about the same scripts here?

regards,
Volker


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



Bug#301488: patch failed

2005-03-28 Thread Joergen Bergmann
Hello,
The patch doesn't work for me. Here the compiler message:
 CC [M]  drivers/char/drm/radeon_drv.o
  CC [M]  drivers/char/drm/radeon_cp.o
  CC [M]  drivers/char/drm/radeon_state.o
drivers/char/drm/radeon_state.c: In Funktion »radeon_cp_cmdbuf«:
drivers/char/drm/radeon_state.c:2316: Warnung: implicit declaration of 
function `DRM_ALLOC'
drivers/char/drm/radeon_state.c:2316: Warnung: Zuweisung erzeugt Zeiger 
von Ganz zahl ohne Typkonvertierung
drivers/char/drm/radeon_state.c:2416:58: dem Makro »DRM_FREE« wurden 3 
Argumente  übergeben, aber es nimmt nur 2
drivers/char/drm/radeon_state.c:2416: error: `DRM_FREE' undeclared 
(first use in  this function)
drivers/char/drm/radeon_state.c:2416: error: (Each undeclared identifier 
is repo rted only once
drivers/char/drm/radeon_state.c:2416: error: for each function it 
appears in.)
drivers/char/drm/radeon_state.c:2424:58: dem Makro »DRM_FREE« wurden 3 
Argumente  übergeben, aber es nimmt nur 2
make[4]: *** [drivers/char/drm/radeon_state.o] Fehler 1
make[3]: *** [drivers/char/drm] Fehler 2
make[2]: *** [drivers/char] Fehler 2
make[1]: *** [drivers] Fehler 2
make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'
make: *** [stamp-build] Fehler 2

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


Bug#301790: it'd be nice if rails packaging would play nice with gem

2005-03-28 Thread Tomas Pospisek
Package: rails
Version: 0.11.0-1
Severity: wishlist

This is when I try to install login-generator for rails:

# gem install --source http://dist.leetsoft.com login_generator
Attempting local installation of 'login_generator'
Local gem file not found: login_generator*.gem
Attempting remote installation of 'login_generator'
Updating Gem source index for: http://dist.leetsoft.com
Install required dependency rails? [Yn]
ERROR:  While executing gem ... (Gem::GemNotFoundException)
Could not find rails (= 0.10.0) in the repository

It'd be nice if the rails packaging (or ruby in itself? I don't know)
could play nice with the gem installer.
*t

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.22
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#301735: inst. report: RC3 businesscard (kernel 2.6) on sparc64: kb failure

2005-03-28 Thread Herbert Kaminski
On Mon, 28 Mar 2005 01:59:58 +0200, Herbert Kaminski wrote:

Package: installation-reports
...
Machine: Sun Ultra5
...
while the first stage went very smooth, after reboot the
keyboard mapping was so wrong that I was unable to continue.
I have a SUN 5c keyboard, german layout.

The RC3 netinst iso shows the same bug.
After installing kernel 2.4 with priority=medium
the keyboard is OK, so to me this seems to be 
a problem of kernel 2.6.8-2.

regards
  Herbert





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



Bug#301781: yacpi: crash when acpi but no info

2005-03-28 Thread Nico Golde
Hello Meelis,

* Meelis Roos [EMAIL PROTECTED] [2005-03-28 13:38]:
 can you give me a complete directory tree of /proc/acpi ?
 
 /proc/acpi/
 |-- alarm

[...] 
thanks
so can you rerun your backtrace with the tarball and
modified Makefile?
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpoIJe2cfibc.pgp
Description: PGP signature


Bug#301735: inst. report: RC3 businesscard (kernel 2.6) on sparc64: kb failure

2005-03-28 Thread Frans Pop
On Monday 28 March 2005 01:59, Herbert Kaminski wrote:
 while the first stage went very smooth, after reboot the
 keyboard mapping was so wrong that I was unable to continue.
 I have a SUN 5c keyboard, german layout.

That can easily be explained from the fact that you switched kernels in 
the install.
The installation CD uses the 2.4.27 kernel so you configured the installer 
(and the target system) to use a Sun keymap.
For the target system, you selected a 2.6 kernel. Because of changes in 
the input layer, 2.6 kernels no longer use arch specific keymaps, but 
always use general PC keymaps.

It is possible to correct this problem by logging in over SSH and running 
'dpkg-reconfigure console-data'.
Alternatively, don't switch kernels during the installation (but you will 
run into the same problem if you upgrade from 2.4 to 2.6 kernel later).
Alternatively, use the netboot installation method with a 2.6 kernel which 
will let you select the correct keymap right from the start.


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



Bug#299218: Debian on cobalt cube

2005-03-28 Thread Martin Michlmayr
* Florian Lohoff [EMAIL PROTECTED] [2005-03-28 13:36]:
 On Fri, Mar 25, 2005 at 05:33:53PM +0100, Thiemo Seufer wrote:
  It turned out to be a bug in kernel-package which went surprisingly
  undetected. The kernel-package bug #301389 has a patch which should
  fix the problem.
 
 Duplicate of #299218 - Fixed in upload 8.126

It seems this patch accidentally got lost, though.  It's not in 8.129.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#265385: RFP: streamtuner-plugins -- Live365, local, Xiph and 'pythonÂ? (various) plugins for streamtuner.

2005-03-28 Thread Florent Rougon
Hi,

  Description : Live365, local, Xiph and 'pythonÂ? (various) plugins
for streamtuner.


It seems to me that all of these are in the streamtuner package,
therefore this RFP should be closed, right?

-- 
Florent


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



Bug#301791: kbear: FTBFS (amd64/gcc-4.0): Please do not use /lib64 on amd64 and ppc64

2005-03-28 Thread Andreas Jochens
Package: kbear
Version: 2.1.1-8
Severity: normal
Tags: patch

Please do not use use 'libsuff=64' on amd64 and ppc64. Everything should
be installed in /usr/lib or /usr/X11R6/lib (not in /usr/lib64 or 
/usr/X11R6/lib64) on these architectures.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kbear-2.1.1/acinclude.m4 ./acinclude.m4
--- ../tmp-orig/kbear-2.1.1/acinclude.m42005-03-28 10:13:22.233567669 
+0200
+++ ./acinclude.m4  2005-03-28 10:12:56.741347329 +0200
@@ -6673,7 +6673,7 @@
   libsuff=
   if test x$LINUX_64_MODE = x64; then
 # Some platforms are per default 64-bit, so there's no /lib64
-if test -d /lib64; then
+if test -d /lib64  ! test -L /lib64; then
   libsuff=64
 fi
   fi
diff -urN ../tmp-orig/kbear-2.1.1/aclocal.m4 ./aclocal.m4
--- ../tmp-orig/kbear-2.1.1/aclocal.m4  2005-03-28 10:13:22.171579292 +0200
+++ ./aclocal.m42005-03-28 10:12:56.581377323 +0200
@@ -6663,7 +6663,7 @@
   libsuff=
   if test x$LINUX_64_MODE = x64; then
 # Some platforms are per default 64-bit, so there's no /lib64
-if test -d /lib64; then
+if test -d /lib64  ! test -L /lib64; then
   libsuff=64
 fi
   fi
diff -urN ../tmp-orig/kbear-2.1.1/admin/libtool.m4.in ./admin/libtool.m4.in
--- ../tmp-orig/kbear-2.1.1/admin/libtool.m4.in 2005-03-28 10:13:22.165580416 
+0200
+++ ./admin/libtool.m4.in   2005-03-28 10:12:56.532386509 +0200
@@ -1270,7 +1270,7 @@
   libsuff=
   if test x$LINUX_64_MODE = x64; then
 # Some platforms are per default 64-bit, so there's no /lib64
-if test -d /lib64; then
+if test -d /lib64  ! test -L /lib64; then
   libsuff=64
 fi
   fi
diff -urN ../tmp-orig/kbear-2.1.1/configure ./configure
--- ../tmp-orig/kbear-2.1.1/configure   2005-03-28 10:13:22.225569169 +0200
+++ ./configure 2005-03-28 10:12:56.695355953 +0200
@@ -9413,7 +9413,7 @@
   libsuff=
   if test x$LINUX_64_MODE = x64; then
 # Some platforms are per default 64-bit, so there's no /lib64
-if test -d /lib64; then
+if test -d /lib64  ! test -L /lib64; then
   libsuff=64
 fi
   fi
@@ -12712,7 +12712,7 @@
   libsuff=
   if test x$LINUX_64_MODE = x64; then
 # Some platforms are per default 64-bit, so there's no /lib64
-if test -d /lib64; then
+if test -d /lib64  ! test -L /lib64; then
   libsuff=64
 fi
   fi
@@ -15532,7 +15532,7 @@
   libsuff=
   if test x$LINUX_64_MODE = x64; then
 # Some platforms are per default 64-bit, so there's no /lib64
-if test -d /lib64; then
+if test -d /lib64  ! test -L /lib64; then
   libsuff=64
 fi
   fi


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



Bug#301792: sbcl contains file also in package sbcl-common

2005-03-28 Thread Andreas Liebig
Package: sbcl
Version: 1:0.8.20.5-2
Severity: grave
Tags: experimental
Justification: renders package unusable


in Debian unstable, sbcl depends on sbcl-common, but conflicts with it:

Unpacking sbcl (from .../sbcl_1%3a0.8.20.5-2_powerpc.deb) ...
dpkg: error processing
/var/cache/apt/archives/sbcl_1%3a0.8.20.5-2_powerpc.deb (--unpack):
 trying to overwrite `/usr/share/doc-base/sbcl', which is also in
 package sbcl-common
 dpkg-deb: subprocess paste killed by signal (Broken pipe)

With best regards,
Andreas Liebig

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.10ra
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages sbcl depends on:
ii  common-lisp-controller  4.12 This is a Common Lisp source and c
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  sbcl-common 1:0.8.20.5-2 Architecture independent files for


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



Bug#301728: ion3-dev: libs.mk is missing from the includes

2005-03-28 Thread Norbert Tretkowski
* Norbert Tretkowski wrote:
 * Nikolai Prokoschenko wrote:
  Trying to compile a drawing enginge based on the default one
  (experimenting with xftde), I've to tried to compile it
  stand-alone. TOPDIR set to /usr/include/ion3 yields:
  
  /usr/include/ion3/system-inc.mk:15: /usr/include/ion3/libs.mk: No
  such file or directory
  
  /usr/include/ion3/libs.mk is really missing, while it exists in
  the tarball.
 
 Thanks for your bugreport, I'll prepare a fixed package today.

Could you please try to build your drawing engine with the new package
from http://people.debian.org/~nobse/upload/ion3/ again?

Norbert


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



Bug#301518: clamsmtp: Plain installation on sarge fails with /var/lib/ucf/cache not existing

2005-03-28 Thread Artras lajus
Chad Walstrom wrote:
On Sat, Mar 26, 2005 at 05:40:32PM +0200, Arturas Slajus wrote:
Installing clamsmtp on sarge throws up error as /var/lib/ucf/cache
isn't there and there is nobody to create it. That renders package
uninstallable.

I am unable to reproduce this error.  This is very strange, indeed.  I
cannot seem to find any reference to that directory in the source code
for 1.2, nor in the package.  Can you run clamsmtpd from the command
line with the option '-d 4' and include the output in another email to
this bug report?
This is not a bug in program, this is bug in packaging. The error is 
produced by dpkg in preconfigure (i think) state.

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


Bug#301793: Starting FF by hotkey overrides homepage setting

2005-03-28 Thread B. Janssen
Package: mozilla-firefox
Version: 1.0.2-1
Description:
This happens on Debian SID. I assigned hotkeys to start Firefox within 
Gnome 2.8. Normal start through menu or launcher icon doesn't show this 
behaviour.

If i launch FF by pressing the apropiate hotkey-combination, FF starts 
and immediatly loads this URL: http://www1.umn.edu/twincities/index.php
It overrides my personal homepage (either blank or other URL, it doesn't 
matter) setting by doing this. It doesn't matter which 
hotkey-combination i use, the behaviour and URL is always the same.
This also doesn't change wether extensions are installed or not. I 
purged FF once and reinstalled - no improvement.

This might be a Gnome problem, i don't know.
Linux gorgias 2.6.10_bj4 #1 Tue Feb 1 20:42:08 CET 2005 i686 GNU/Linux
libc6 Version: 2.3.2.ds1-20
Need more info? Please get in contact.
Regards

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


Bug#300748: Batik goes into sarge tonight

2005-03-28 Thread Wolfgang Baer
batik 1.5.1 is scheduled for sarge tonight.
Therefore this bug should be closed now.
Wolfgang
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#300447: New upstream version available

2005-03-28 Thread Tom Cato Amundsen
On Sat, Mar 19, 2005 at 11:44:58PM +0300, Dan Korostelev wrote:
 Package: solfege
 Severity: minor
 
 There's version 2.2.0 of GNU Solfege available. Please, update Debian
 package. Thanks for maintaining it!

I have uploaded 2.2.2 to experimental. You can apt-get it or download it
from ftp://ftp.debian.org/debian/pool/main/s/solfege/ after the next
dinstall run. (I think it is run at least once a day.)

Let me know what you think about the package.


We are sort of trying to make a release, so I'm not shure if I want to
upload 2.2.2 to unstable.
-- 
Tom Cato Amundsen [EMAIL PROTECTED] http://www.solfege.org/
GNU Solfege - free ear traininghttp://www.gnu.org/software/solfege/


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



Bug#206782: Fixes for the Vim spanish translation

2005-03-28 Thread Alejandro López-Valencia
Bram Moolenaar wrote:
Alejandro -
 

Following up on Javier's comments, I have produced a cleaned up version 
of the message catalog sent earlier today. I have synched the 
translation of the menu file (runtime/lang) too. Hopefully, the number 
of typos and bugs has reduced substantially.
   

Thanks.  I'll include this one.  At least until the next version.
- Bram
 

Bram,
I plan to port the changes to the vim7 tree and add the missing messages 
in both files sometime this week. Do you think these 6.3 files can be 
integrated into the vim6 CVS tree or somewhere with high visibility? On 
my part, I have uploaded copies to my web pages at 
http://dradul.tripod.com/vim/.

Alejo

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


Bug#301794: kdeaddons: FTBFS (amd64/gcc-4.0): Please do not use /lib64 on amd64 and ppc64

2005-03-28 Thread Andreas Jochens
Package: kdeaddons
Version: 4:3.3.2-2
Severity: normal
Tags: patch

Please do not use use 'libsuff=64' on amd64 and ppc64. Everything should
be installed in /usr/lib or /usr/X11R6/lib (not in /usr/lib64 or
/usr/X11R6/lib64) on these architectures.

Regards
Andreas Jochens

diff -urN ../tmp-orig/kdeaddons-3.3.2/admin/libtool.m4.in ./admin/libtool.m4.in
--- ../tmp-orig/kdeaddons-3.3.2/admin/libtool.m4.in 2004-04-02 
17:39:50.0 +0200
+++ ./admin/libtool.m4.in   2005-03-28 13:52:03.164460509 +0200
@@ -1424,7 +1424,7 @@
   libsuff=
   if test x$LINUX_64_MODE = x64; then
 # Some platforms are per default 64-bit, so there's no /lib64
-if test -d /lib64; then
+if test -d /lib64  ! test -L /lib64; then
   libsuff=64
 fi
   fi


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



Bug#301785: quanta: Quanta (from alioth) craches after few minutes (even when it's idle)

2005-03-28 Thread Ben Burton

tags 301785 + experimental
thanks mate

Hi.. just a note that this bug relates to the experimental and
unofficial KDE 3.4 packages on alioth, and not to any of the packages in
woody, sid or sarge.

Ben.



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



Bug#289041: mozilla-mailnews: no more mail filter with 1.7.5-1

2005-03-28 Thread Klaus Fuerstberger
The Bug should have been fixed in 1.7.6:
https://bugzilla.mozilla.org/show_bug.cgi?id=275558
Bye,
Klaus
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#301796: kdeedu: FTBFS (amd64/gcc-4.0): Please do not use /lib64 on amd64 and ppc64

2005-03-28 Thread Andreas Jochens
Package: kdeedu
Version: 4:3.3.2-3
Severity: normal
Tags: patch

Please do not use use 'libsuff=64' on amd64 and ppc64. Everything should
be installed in /usr/lib or /usr/X11R6/lib (not in /usr/lib64 or
/usr/X11R6/lib64) on these architectures.

Regards
Andreas Jochens

diff -urN ../../tmp-orig/kdeedu-3.3.2/admin/libtool.m4.in ./admin/libtool.m4.in
--- ../../tmp-orig/kdeedu-3.3.2/admin/libtool.m4.in 2004-04-02 
17:39:50.0 +0200
+++ ./admin/libtool.m4.in   2005-03-28 13:54:41.786719650 +0200
@@ -1424,7 +1424,7 @@
   libsuff=
   if test x$LINUX_64_MODE = x64; then
 # Some platforms are per default 64-bit, so there's no /lib64
-if test -d /lib64; then
+if test -d /lib64  ! test -L /lib64; then
   libsuff=64
 fi
   fi


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



Bug#301769: Conf file (/etc/fcron.conf) must be owned by root:fcron and (no more than) 644: ignored

2005-03-28 Thread Henrique de Moraes Holschuh
On Mon, 28 Mar 2005, Pauli Manninen wrote:
 Version: 2.9.5.1-1

Please test it with fcron 2.9.6-2 from sid.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#301798: libpango1.0-common: undefined symbol: g_assert_warning

2005-03-28 Thread Muschick Christian
Package: libpango1.0-common
Version: 1.8.1-1
Severity: important


Upgrading pango from 1.6 to 1.8 results in the following error message, 
rendering all packages dependent on pango unusable:


The following packages will be upgraded:
  libpango1.0-0 libpango1.0-common
2 upgraded, 0 newly installed, 0 to remove and 21 not upgraded.
1 not fully installed or removed.
Need to get 0B/285kB of archives.
After unpacking 111kB disk space will be freed.
Do you want to continue? [Y/n] 
Preconfiguring packages ...
(Reading database ... 96467 files and directories currently installed.)
Preparing to replace libpango1.0-common 1.6.0-3 (using 
.../libpango1.0-common_1.8.1-1_i386.deb) ...
Cleaning up font configuration of pango...
Cleaning up category xfont..
Unpacking replacement libpango1.0-common ...
Preparing to replace libpango1.0-0 1.6.0-3 (using 
.../libpango1.0-0_1.8.1-1_i386.deb) ...
Unpacking replacement libpango1.0-0 ...
Setting up libpango1.0-common (1.8.1-1) ...
Updating the modules list for Pango-1.4.0...Cannot load module 
/usr/lib/pango/1.4.0/modules/pango-arabic-fc.so: 
/usr/lib/pango/1.4.0/modules/pango-arabic-fc.so: undefined symbol: 
g_assert_warning
/usr/lib/pango/1.4.0/modules/pango-arabic-fc.so does not export Pango module API
Cannot load module /usr/lib/pango/1.4.0/modules/pango-basic-x.so: 
/usr/lib/libpangox-1.0.so.0: undefined symbol: g_return_if_fail_warning
/usr/lib/pango/1.4.0/modules/pango-basic-x.so does not export Pango module API
Cannot load module /usr/lib/pango/1.4.0/modules/pango-basic-fc.so: 
/usr/lib/pango/1.4.0/modules/pango-basic-fc.so: undefined symbol: 
g_return_if_fail_warning
/usr/lib/pango/1.4.0/modules/pango-basic-fc.so does not export Pango module API
Cannot load module /usr/lib/pango/1.4.0/modules/pango-indic-fc.so: 
/usr/lib/pango/1.4.0/modules/pango-indic-fc.so: undefined symbol: 
g_assert_warning
/usr/lib/pango/1.4.0/modules/pango-indic-fc.so does not export Pango module API
Cannot load module /usr/lib/pango/1.4.0/modules/pango-thai-fc.so: 
/usr/lib/pango/1.4.0/modules/pango-thai-fc.so: undefined symbol: 
g_assert_warning
/usr/lib/pango/1.4.0/modules/pango-thai-fc.so does not export Pango module API
Cannot load module /usr/lib/pango/1.4.0/modules/pango-hebrew-fc.so: 
/usr/lib/pango/1.4.0/modules/pango-hebrew-fc.so: undefined symbol: 
g_assert_warning
/usr/lib/pango/1.4.0/modules/pango-hebrew-fc.so does not export Pango module API
Cannot load module /usr/lib/pango/1.4.0/modules/pango-syriac-fc.so: 
/usr/lib/pango/1.4.0/modules/pango-syriac-fc.so: undefined symbol: 
g_assert_warning
/usr/lib/pango/1.4.0/modules/pango-syriac-fc.so does not export Pango module API
Cannot load module /usr/lib/pango/1.4.0/modules/pango-tibetan-fc.so: 
/usr/lib/pango/1.4.0/modules/pango-tibetan-fc.so: undefined symbol: 
g_assert_warning
/usr/lib/pango/1.4.0/modules/pango-tibetan-fc.so does not export Pango module 
API
done.
Cleaning up font configuration of pango...
Cleaning up category xfont..
Updating font configuration of pango...
Cleaning up category xfont..
Updating category xfont..

Setting up libpango1.0-0 (1.8.1-1) ...

Setting up libgtk2.0-bin (2.6.2-4) ...
Updating the IM modules list for GTK+-2.4.0...Cannot load module 
/usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so: 
/usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so: undefined symbol: g_assert_warning
/usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so does not export GTK+ IM module API: 
/usr/lib/gtk-2.0/2.4.0/immodules/im-xim.so: undefined symbol: g_assert_warning
dpkg: error processing libgtk2.0-bin (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libgtk2.0-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)




Examples for errors when starting a program:

Mon Mar 28: ~ mozilla

(Gecko:2907): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT 
(object)' failed

(Gecko:2907): Pango-CRITICAL **: _pango_engine_shape_shape: assertion 
`PANGO_IS_FONT (font)' failed

Pango-ERROR **: file shape.c: line 75 (pango_shape): assertion failed: 
(glyphs-num_glyphs  0)
aborting...
Aborted

Mon Mar 28: ~ gimp
gimp: relocation error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: 
g_option_context_new








-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-20041007
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libpango1.0-common depends on:
ii  debconf 1.4.30.11Debian configuration management sy
ii  defoma  0.11.8-0.1   Debian Font Manager -- automatic f
ii  fontconfig  2.2.3-4  generic font configuration library
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfontconfig1  2.2.3-4  generic font configuration library
ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared 

Bug#301797: please provide more comprehensive changelog

2005-03-28 Thread Robert Bihlmeyer
Package: apt
Version: 0.5.28.6
Severity: wishlist

I'd like to read what changed. Entries like 

  * Merge [EMAIL PROTECTED]/apt--sarge--0 again (patch-36)

don't help without a lot of digging (and the right tools). In this case,
including the summary line of patch-36 would have been nice.

TIA


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



Bug#297607: Long pause when exim daemon is being stopped (was: Re: exim4 prone to break d-i, bug #297607)

2005-03-28 Thread Eugeniy Meshcheryakov
28.03.2005  00:21 +0200 Frans Pop (-):
  Is it possible that the installer establishes a signal handler which
  is then inherited by the processes started from the installer, and
  thus the SIGTERM sent by s-s-d to exim is caught by that handler
  instead of getting through to exim?
 
 Could well be. /usr/sbin/base-config has:
 
 snip
 if [ $NEW ]; then
 # Trap most signals because a ctrl-c killing base-config
 # in the middle of the second stage install would be bad.
 trap  HUP INT QUIT TERM
 
 [some lines not included]
 else
 # Running again on an existing install. Just trap ctrl-c, and
 # cleanly exit.
 trap cleanup INT
 fi
 /snip
 

Here is part of diff of contents of /proc/$PID/status files for exim run
form command line and from base-config:

24c24
 SigIgn:   1000
---
 SigIgn:   5006

Those new ignored signals are INT (2+1), QUIT (3+1) and TERM (14+1).

-- 
Eugeniy Meshcheryakov

Kyiv National Taras Shevchenko University
Information and Computing Centre
http://icc.univ.kiev.ua


signature.asc
Description: Digital signature


Bug#301735: inst. report: RC3 businesscard (kernel 2.6) on sparc64: kb failure

2005-03-28 Thread Frans Pop
On Monday 28 March 2005 13:58, Frans Pop wrote:
 It is possible to correct this problem by logging in over SSH and
 running 'dpkg-reconfigure console-data'.

Just realized this won't work as users and passwords are not yet 
configured :-(


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



Bug#301799: kernel-tree-2.6.11: new upstream source available: 2.6.11.6

2005-03-28 Thread Henrique de Moraes Holschuh
Package: kernel-tree-2.6.11
Version: 2.6.11-1
Severity: grave
Tags: security
Justification: user security hole

As usual.  I feel weird filling what used to be a wishlist-level report as
grave, but...

Summary of changes from v2.6.11.5 to v2.6.11.6
==

Chris Wright:
  o isofs: more defensive checks against corrupt isofs images
  o Linux 2.6.11.6

Herbert Xu:
  o Potential DOS in load_elf_library

Linus Torvalds:
  o isofs: Handle corupted rock-ridge info slightly better
  o isofs: more corrupted iso image error cases

Marcel Holtmann:
  o Fix signedness problem at socket creation

Mathieu Lafon:
  o Suspected information leak (mem pages) in ext2

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-debian6+libata9dev1+bluesmoke
Locale: LANG=pt_BR.ISO-8859-1, LC_CTYPE=pt_BR.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages kernel-tree-2.6.11 depends on:
ii  kernel-patch-debian-2.6.112.6.11-1   Debian patches to Linux 2.6.11
ii  kernel-source-2.6.11  2.6.11-1   Linux kernel source for version 2.

-- no debconf information

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#301800: debian-installer-manual: Partitioning size guidelines (appendix B) should be increased

2005-03-28 Thread Karsten M. Self
Package: debian-installer-manual
Severity: normal


Section Appendix B.2 of the Debian GNU/Linux Installation Guide covers
partitioning of new systems.  I maintain a popular and frequently
referenced guide on GNU/Linux partitioning, and feel the size specs
given are small relative to current system needs (and likely to be
increasingly insufficient).

My guide can be found at:

http://kmself.home.netcom.com/Linux/FAQs/partition.html


Specifically, rationale:

 - / (root) filesystem:  100 MiB is too small, given current kernels,
   particularly if stock kernels with large numbers of modules are
   installed.  Current 2.6.x kernel + module runs over 40 MiB currently,
   future kernels will likely be larger.  150 MiB minimum, and 250 MiB
   suggested size.

 - /usr:  While a light system can fit into 500 MiB or less, a rich
   workstation or server environment (particularly with extensive
   documentation -- HOWTOs, RFCs, and optional documents) will exceed 3
   GiB.  Given likely future growth, suggesting 4-5 GiB, space allowing,
   is recommended.

 - /home:  Current recommendation is good.  My own suggestion is to
   allocate balance of space (after system partitions are allocated) to
   /home.  For small-disk installs, I generally symlink /home under
   /usr/home.

 - /var:  Current recommendation is good.

 - /tmp:  I'd double the minimum config to 40-100 MiB.  Some tools
   (xcdroast, mc) use /tmp for temporary files including of potentially
   large ISO or compressed file images.  My current /tmp config is 250
   MiB, and is now at 20% utilization.  Disk is cheap.


Suggested rewrite:



The following is a list of important considerations regarding
directories and partitions.  Note that disk usage varies widely given
system configuration and specific usage patterns.  The recommendations
here should apply to a typical workstation or server configuration.

- The root partition / must always physically contain /etc, /bin,
  /sbin, /lib and /dev, otherwise you won't be able to boot.
  Typically 150 MB is needed for the root partition, but this may
  vary.

- /usr: all user programs (/usr/bin), libraries (/usr/lib),
  documentation (/usr/share/doc), etc., are in this directory. This
  part of the file system needs most of the space. You should
  provide at least 500 MB of disk space. If you want to install more
  packages you should increase the amount of space you give this
  directory.  A generous workstation or server install should allow
  4-6 GiB.

- /home: every user will put his data into a subdirectory of this
  directory. The size of this depends on how many users will be
  using the system and what files are to be stored in their
  directories. Depending on your planned usage you should reserve
  about 100 MB for each user, but adapt this value to your needs.

- /var: all variable data like news articles, e-mails, web sites,
  the packaging system cache, etc. will be placed under this
  directory. The size of this directory depends greatly on the usage
  of your computer, but for most people will be dictated by the
  package management tool's overhead. If you are going to do a full
  installation of just about everything Debian has to offer, all in
  one session, setting aside 2 or 3 gigabytes of space for /var
  should be sufficient. If you are going to install in pieces (that
  is to say, install services and utilities, followed by text stuff,
  then X, ...), you can get away with 300-500 megabytes in /var. If
  hard drive space is at a premium and you don't plan on doing major
  system updates, you can get by with as little as 30 or 40
  megabytes in /var.

- /tmp: if a program creates temporary data it will most likely go
  in /tmp. 40-100 MB should usually be enough.  Some applications
  including archive manipulators, CD/DVD authoring tools, and
  multimedia software may use /tmp for temporarially storing image
  files.  Allow  700 MiB for CD and  2 GiB for DVDs, on such
  systems.




-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (950, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#300286: aspell-sv: Swedish aspell dictionary not working with ispell.el

2005-03-28 Thread Erik Rigtorp
On fre, 2005-03-18 at 11:10 -0800, Brian Nelson wrote:
 The problem is simply that aspell-sv lacks a .info-aspell file, as
 specified in:
 
 http://dict-common.alioth.debian.org/dsdt-policy.html#aspell-registration

I have an updated package at http://rigtorp.se/debian/unstable/. I was
waiting for confirmation from Björn Lindström that this fixes the
problem but haven't gotten any reply. 

Feel free to upload.

-- 
Erik Rigtorp [EMAIL PROTECTED]




Bug#286572: xserver-xfree86: pc105 keyboard in XF86Config-4 of SUN Ultra5 renders keyboard unusable

2005-03-28 Thread Herbert Kaminski
Branden,

I think this can be closed now:

tag 286572 + moreinfo

On Mon, Dec 20, 2004 at 10:32:28PM +0100, Herbert Kaminski wrote:
 Package: xserver-xfree86
 Version: 4.3.0.dfsg.1-8
 Severity: important
 
 After a fresh installation of sarge and a manual installation of X (via 
 aptitude),
 XF86config contains the line
 
  Option  XkbModel  pc105
 
 instead of
 
  Option  XkbModel  type5
 
 This makes the keyboard virtually unusable.

This is a configuration problem.  Are the instructions unclear?

They are clear. But I expected the installation to use the already 
known information about my 'type 5' keyboard.

OTOH: I just tested RC3 of D-I and again installed X manually 
afterwards the same way. The problem does not show any more,  this
bug - if any - seems to be fixed, so the report can be closed.

Thanks for your work and for caring
  Herbert





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



Bug#301803: galeon-common: assertions failed when installing

2005-03-28 Thread EikeSauer
Package: galeon-common
Version: 1.3.20-1
Severity: normal

When I did apt-get install -t unstable galeon, I got the 
following messages. (The Browser seems to work anyway.)

Selecting previously deselected package galeon-common.
(Reading database ... 158133 files and directories currently installed.)
Unpacking galeon-common (from .../galeon-common_1.3.20-1_all.deb) ...
Selecting previously deselected package galeon.
Unpacking galeon (from .../galeon_1.3.20-1_i386.deb) ...
Setting up galeon (1.3.20-1) ...
Setting up galeon-common (1.3.20-1) ...

** (process:6460): CRITICAL **: file eggdesktopentries.c: line 2223 
(egg_desktop_entries_add_group): assertion 
`egg_desktop_entries_lookup_group (entries, group_name) == NULL' failed

** (process:6460): CRITICAL **: file eggdesktopentries.c: line 2223 
(egg_desktop_entries_add_group): assertion 
`egg_desktop_entries_lookup_group (entries, group_name) == NULL' failed

** (process:6460): CRITICAL **: file eggdesktopentries.c: line 2223 
(egg_desktop_entries_add_group): assertion 
`egg_desktop_entries_lookup_group (entries, group_name) == NULL' failed




-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages galeon-common depends on:
ii  galeon1.3.20-1   GNOME web browser for advanced use

-- no debconf information


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



Bug#301801: kernel-patch-openswan: Fails to build with Debian 2.6.10 source

2005-03-28 Thread Lupe Christoph
Package: kernel-patch-openswan
Version: 2.3.0-2
Severity: important

Using the configuration file from kernel-image-2.6.10-1-386,
config-2.6.10-1-386.  I changed no option in menuconfig.

  LD  .tmp_vmlinux1
net/built-in.o(.text+0x68c90): In function `strstr':
: multiple definition of `strstr'
arch/i386/lib/lib.a(strstr.o)(.text+0x0): first defined here
ld: Warning: size of symbol `strstr' changed from 47 in 
arch/i386/lib/lib.a(strstr.o) to 94 in net/built-in.o
make[1]: *** [.tmp_vmlinux1] Error 1
make[1]: Leaving directory `/sw/WORK/Debian/Kernel/kernel-source-2.6.10'
make: *** [stamp-build] Error 2

The strstr in net/built-in.o is from net/ipsec/addrtot.c, added by the
openswan patch:

#if defined(__KERNEL__) /*  !defined(__HAVE_ARCH_STRSTR) */
/*
 * Find the first occurrence of find in s.
 * (from NetBSD 1.6's /src/lib/libc/string/strstr.c)
 */
char *
strstr(s, find)
const char *s, *find;
{
...
}
#endif

I can find defines for __HAVE_ARCH_STRSTR, but they are not seen:

include/asm-m68knommu/string.h:#define __HAVE_ARCH_STRSTR 1
include/asm-i386/string.h:#define __HAVE_ARCH_STRSTR
include/asm-h8300/string.h:#define __HAVE_ARCH_STRSTR 1
include/asm-s390/string.h:#define __HAVE_ARCH_STRSTR/* arch function */

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-lpc.7.k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kernel-patch-openswan depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 

-- no debconf information


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



Bug#301552: Three more data points

2005-03-28 Thread Alan Chandler
Since the last message on this bug I have done the following

Removed the new hardware - so my hardware configuration was the same as 
before.  Still getting the lockups

Run both memtest86 and prime (CPU load tester) on the hardware.  All tests 
passed perfectly

Downgraded kde completely from 3.4.0 back down to 3.3.2 (from SID).  I am 
still getting lockups when I start konqueror (and not when I do most other 
things - including browse with mozilla firefox).

I think this is pointing away from a kde 3.4 problem into something else.
-- 
Alan Chandler
[EMAIL PROTECTED]
First they ignore you, then they laugh at you,
 then they fight you, then you win. --Gandhi


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



Bug#301722: gnupg-agent does not start

2005-03-28 Thread Matthias Urlichs
Hi,

Volker Schlecht:
  to the beginning (well, after the #!-line) of the init script, and mail
  me that file after you've logged in again?
 
Sorry, my fault, sloppy wording. s/init/startup/, and it's sourced so
doesn't need a #! line (or an exec bit).

 Are we talking about the same scripts here?
 
Actually, yes.

NB, you don't even need the exec redirect, the output will end up in
~/.xession-errors.

Send me your gpg.conf file?

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#301798: libpango1.0-common: undefined symbol: g_assert_warning

2005-03-28 Thread Sebastien Bacher
Le lundi 28 mars 2005 à 14:50 +0200, Muschick Christian a écrit :

 Mon Mar 28: ~ gimp
 gimp: relocation error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: 
 g_option_context_new

Hi,

What's the output of ldd /usr/bin/gimp | grep libgtk ?



Cheers,

Sebastien Bacher






Bug#301722: gnupg-agent does not start

2005-03-28 Thread Volker Schlecht
On Monday 28 March 2005 15:19, Matthias Urlichs wrote:

 NB, you don't even need the exec redirect, the output will end up in 
~/.xession-errors.

After starting it *once* manually (with --daemon option), it now seems to 
start automatically.

 Send me your gpg.conf file?

NP, see private eMail

-- 
Something's rotten in the state of Denmark.
  -- Shakespeare


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



Bug#296514: Cervisia licensing: moving forward?

2005-03-28 Thread Christian Loose
Am Samstag, 26. März 2005 09:25 schrieb André Wöbbeking:
 On Saturday 26 March 2005 09:15, Ben Burton wrote:
  Hi again,
 
  At this stage it seems that everyone is happy to go with a dual
  QPL/GPL license for cervisia.  My question now is how to go forward
  with the change.

 I prefer a single GPL license and AFAIK Christian too. I think this
 shouldn't be a problem, right?


I changed the license locally here from QPL to GPL v2 or later. Please speak 
up now, if you don't agree with this license change. Otherwise I will commit 
the changes to HEAD on Wednesday evening (CEST).

Thanks to Ben and Thiago for the input!

Bye
Christian



Bug#301804: cupsys: init script does not create cupsd.pid file

2005-03-28 Thread Javier Uruen Val
Package: cupsys
Version: 1.1.23-7
Severity: minor

/etc/init.d/cupsys script does not create /var/run/cupsd.pid file 

I attach a small patch for it.

-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cupsys depends on:
ii  adduser 3.63 Add and remove users and groups
ii  debconf 1.4.46   Debian configuration management 
sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries 
an
ii  libcupsimage2   1.1.23-7 Common UNIX Printing System(tm) -
ii  libcupsys2-gnutls10 1.1.23-7 Common UNIX Printing System(tm) -
ii  libgnutls11 1.0.16-13GNU TLS library - runtime library
ii  libpam0g0.76-22  Pluggable Authentication Modules 
l
ii  libpaper1   1.1.14-3 Library for handling paper 
charact
ii  libslp1 1.0.11a-2OpenSLP libraries
ii  patch   2.5.9-2  Apply a diff file to an original
ii  perl-modules5.8.4-8  Core Perl modules
ii  xpdf-utils  3.00-13  Portable Document Format (PDF) 
sui
ii  zlib1g  1:1.2.2-4compression library - runtime

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, socket, usb
--- /etc/init.d/cupsys	2005-03-28 15:25:33.072802960 +0200
+++ debian/cupsys.init.d	2005-03-28 15:22:17.501534312 +0200
@@ -8,17 +8,14 @@
 #		by Ian Murdock [EMAIL PROTECTED].
 #
 # Version:	@(#)skeleton  1.8  03-Mar-1998  [EMAIL PROTECTED]
-# Modified for Debian GNU/Linux by Javier Uruen  [EMAIL PROTECTED].
 #
 # This file was automatically customized by dh-make on Sun,  3 Oct 1999 20:58:02 -0500
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/cupsd
 NAME=cupsd
-PIDFILE=/var/run/$NAME.pid
 DESC=printing system service
 
-OPTS=-F
 test -f $DAEMON || exit 0
 
 set -e
@@ -32,29 +29,24 @@
 case $1 in
   start)
 	echo -n Starting $DESC: $NAME
-	start-stop-daemon --start --quiet --background --make-pidfile \
-		--pidfile $PIDFILE --exec $DAEMON -- $OPTS
+	start-stop-daemon --start --quiet --exec $DAEMON
 	echo .
 	;;
   stop)
 	echo -n Stopping $DESC: $NAME
-	start-stop-daemon --stop --quiet --oknodo \
-		--pidfile $PIDFILE --exec $DAEMON  rm -f $PIDFILE 
+	start-stop-daemon --stop --quiet --oknodo --exec $DAEMON
 	echo .
 	;;
   reload|force-reload)
 	echo -n Reloading $DESC: $NAME
-	start-stop-daemon --stop --quiet --oknodo --signal 1 \
-		--pidfile $PIDFILE --exec $DAEMON  rm -f $PIDFILE
+	start-stop-daemon --stop --quiet --oknodo --signal 1 --exec $DAEMON
 	echo .
 	;;
   restart)
 	echo -n Restarting $DESC: $NAME
-	start-stop-daemon --stop --quiet --oknodo \
-		--pidfile $PIDFILE --exec $DAEMON  rm -f $PIDFILE
+	start-stop-daemon --stop --quiet --oknodo --exec $DAEMON
 	sleep 1
-	start-stop-daemon --start --quiet  --background --make-pidfile \
-		--pidfile $PIDFILE  --exec $DAEMON -- $OPTS
+	start-stop-daemon --start --quiet --exec $DAEMON
 	echo .
 	;;
   *)


Bug#301735: inst. report: RC3 businesscard (kernel 2.6) on sparc64: kb failure

2005-03-28 Thread Herbert Kaminski
On Mon, 28 Mar 2005 13:58:36 +0200, Frans Pop wrote:

On Monday 28 March 2005 01:59, Herbert Kaminski wrote:
 after reboot the keyboard mapping was so wrong that I was unable to continue.
 I have a SUN 5c keyboard, german layout.
...
For the target system, you selected a 2.6 kernel. Because of changes in 
the input layer, 2.6 kernels no longer use arch specific keymaps, but 
always use general PC keymaps.

It is possible to correct this problem by logging in over SSH 

How that? sshd is not yet running after reboot...

and running 'dpkg-reconfigure console-data'.
Alternatively, don't switch kernels during the installation (but you will 
run into the same problem if you upgrade from 2.4 to 2.6 kernel later).

Essentially this means: no 2.6 kernel for Sun?
This looks like an errata item. Maybe it is already? I know there 
is a list of errata, I was just too stupid to find it...

Alternatively, use the netboot installation method with a 2.6 kernel which 
will let you select the correct keymap right from the start.

Going to try this tomorrow.

Thanks for your comments
  Herbert





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



Bug#301806: wrong plugin link on amd64

2005-03-28 Thread Harald Dunkel
Package: java-package
Version: 0.22
On amd64 java-package creates code to link
/etc/alternatives/firefox-javaplugin.so
to
/usr/lib/j2sdk1.4-blackdown/jre/plugin/i386/mozilla/libjavaplugin_oji.so
instead of the amd64 directory.
Regards
Harri


signature.asc
Description: OpenPGP digital signature


Bug#167367: inetd-xinetd config converter breaks amanda

2005-03-28 Thread Andrea Borgia
Thomas Seyrat wrote:

  Could you try to specify the additional configuration instruction to
  the amanda-related stanzas of your xinetd.conf :
groups = yes
I applied the patch to the xconv.pl script on the stable machine, 
reran the conversion and got this warning:

Must specify server args if using NAMEINARGS flag
(repeated 5 times; all services involved are disabled)
Removing the flag from the config file apparently let Amanda run fine, 
so I guess Javier got the fix almost right 8-)

KUTGW,
Andrea.
--
Homepage: http://andrea.borgia.bo.it /Amateur radio: IZ4FHT
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#301696: vserver: similarly named vhosts cause problems when setting up networking

2005-03-28 Thread inkubus
  Please test the version in unstable as it might fix your problem.
 Tested the version from unstable, think it was 0.30.204-1.
 That is the latest version.
The package page also lists 0.30.204-2 but it doesn't seem to be available
yet.  The changelog also doesn't suggest it will be any different.

Should I report this upstream then?

  It would be nice for me to know if it fix the problem or not.
 It didn't seem to, but it's possible I didn't get the very latest
 version (I used the one from the UK mirror) - I'll try again later.
 Ok. It may be that you use too long names, or actually I quite
 sure that it is the problem. Longer names are supported but not
 if they have the same start name.
How long is too long?  I don't recall finding any limits in any of the
documentation.  Given the device is 'eth0:mjb-' I guess that it will be a
problem if the first four letters of the name are the same.  I created
another vserver called test which didn't seem to clash or cause problems
so I think that's the problem.

BTW what's the difference between kernel-patch-vserver and
kernel-patch-ctx - they appear to be the same.  Also what's the status of
vserver / util-vserver on SPARC, I suspect I'll need to use it on a large
SMP sun4u machine so if you need any help debugging it I'm happy to help.

Cheers,
 - Martin




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



Bug#301808: mysql-dfsg: FTBFS (amd64/gcc-4.0): Please use CXX=g++ instead of CXX=gcc

2005-03-28 Thread Andreas Jochens
Package: mysql-dfsg
Version: 4.0.24-3
Severity: normal
Tags: patch

When building 'mysql-dfsg' on amd64/unstable with gcc-4.0,
I get the following error:

../mysys/libmysys.a(raid.o)(.text+0xb02): In function `my_raid_create':
: undefined reference to `operator new(unsigned long)'
../mysys/libmysys.a(raid.o)(.text+0xbba): In function `my_raid_create':
: undefined reference to `operator delete(void*)'
../mysys/libmysys.a(raid.o)(.text+0x1532): In function `my_raid_open':
: undefined reference to `operator new(unsigned long)'
../mysys/libmysys.a(raid.o)(.text+0x15e5): In function `my_raid_open':
: undefined reference to `operator delete(void*)'
collect2: ld returned 1 exit status
make[5]: *** [mysqld] Error 1
make[5]: Leaving directory `/mysql-dfsg-4.0.24/sql'

With the attached patch 'mysql-dfsg' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mysql-dfsg-4.0.24/debian/rules ./debian/rules
--- ../tmp-orig/mysql-dfsg-4.0.24/debian/rules  2005-03-28 15:25:37.519797715 
+0200
+++ ./debian/rules  2005-03-28 14:53:15.0 +0200
@@ -63,9 +63,9 @@
#  -felide-constructors $(FNO_EXCEPTIONS) -fno-rtti}
# )
sh -c  'PATH=$${MYSQL_BUILD_PATH:-/bin:/usr/bin} \
CC=$${MYSQL_BUILD_CC:-gcc} \
CFLAGS=$${MYSQL_BUILD_CFLAGS:--DBIG_JOINS=1 -O3} \
-   CXX=$${MYSQL_BUILD_CXX:-gcc} \
+   CXX=$${MYSQL_BUILD_CXX:-g++} \
CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:--DBIG_JOINS=1 
-felide-constructors -fno-rtti -O3} \
./configure \
--build=${DEB_BUILD_GNU_TYPE} \


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



Bug#301807: mysql-dfsg-4.1: FTBFS (amd64/gcc-4.0): Please use CXX=g++ instead of CXX=gcc

2005-03-28 Thread Andreas Jochens
Package: mysql-dfsg-4.1
Version: 4.1.10a-3
Severity: normal
Tags: patch

When building 'mysql-dfsg-4.1' on amd64/unstable with gcc-4.0,
I get the following error:

../../../ndb/src/common/util/.libs/libgeneral.a(BaseString.o)(.gnu.linkonce.t._ZN6VectorI10BaseStringED1Ev+0x3f):
 In function `VectorBaseString::~Vector()':
: undefined reference to `operator delete[](void*)'
../../../ndb/src/common/util/.libs/libgeneral.a(ConfigValues.o)(.text+0xe37): 
In function 
`ConfigValuesFactory::extractCurrentSection(ConfigValues::ConstIterator 
const)':
: undefined reference to `operator new(unsigned long)'
../../../ndb/src/common/util/.libs/libgeneral.a(ConfigValues.o)(.text+0xeca): 
In function 
`ConfigValuesFactory::extractCurrentSection(ConfigValues::ConstIterator 
const)':
: undefined reference to `operator delete(void*)'
collect2: ld returned 1 exit status
make[6]: *** [ndbd] Error 1
make[6]: Leaving directory `/mysql-dfsg-4.1-4.1.10a/ndb/src/kernel'

With the attached patch 'mysql-dfsg-4.1' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/mysql-dfsg-4.1-4.1.10a/debian/rules ./debian/rules
--- ../tmp-orig/mysql-dfsg-4.1-4.1.10a/debian/rules 2005-03-28 
15:24:33.828739462 +0200
+++ ./debian/rules  2005-03-28 15:05:12.0 +0200
@@ -53,7 +53,7 @@
sh -c  'PATH=$${MYSQL_BUILD_PATH:-/bin:/usr/bin} \
CC=$${MYSQL_BUILD_CC:-gcc} \
CFLAGS=$${MYSQL_BUILD_CFLAGS:--DBIG_JOINS=1 -O3} \
-   CXX=$${MYSQL_BUILD_CXX:-gcc} \
+   CXX=$${MYSQL_BUILD_CXX:-g++} \
CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:--DBIG_JOINS=1 
-felide-constructors -fno-rtti -O3} \
./configure \
--build=${DEB_BUILD_GNU_TYPE} \


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



Bug#301099: [Pkg-nagios-devel] Bug#301099: nagios-common: /etc/init.d/nagios removed twice

2005-03-28 Thread sean finney
hi alban,

 This is harmless but i guess there are two calls to remove the
 init script.

i think i see what's causing this, i'll commit a fix to cvs and
test it.


sean

-- 


signature.asc
Description: Digital signature


Bug#295408: sodipodi: Patch provided

2005-03-28 Thread Dylan Thurston
Package: sodipodi
Version: 0.34-0.1
Followup-For: Bug #295408

The problem is that mime types should be separated by a ';' rather
than a ',', as you can see from the patch below.

--- sodipodi.desktop.orig   2005-03-28 09:23:37.413957408 -0500
+++ sodipodi.desktop2005-03-28 09:23:44.785836712 -0500
@@ -59,7 +59,7 @@
 
 Type=Application
 Categories=Application;Graphics;
-MimeType=image/svg+xml,image/svg
+MimeType=image/svg+xml;image/svg
 
 FilePattern=sodipodi
 Exec=sodipodi %U


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9y
Locale: LANG=C, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages sodipodi depends on:
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.8.0-4  The ATK accessibility toolkit
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libfontconfig1  2.3.1-2  generic font configuration library
ii  libfreetype62.1.7-2.3FreeType 2 font engine, shared lib
ii  libglib2.0-02.6.3-1  The GLib library of C routines
ii  libgtk2.0-0 2.6.2-4  The GTK+ graphical user interface 
ii  libpango1.0-0   1.8.1-1  Layout and rendering of internatio
ii  libpng12-0  1.2.8rel-1   PNG library - runtime
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libxml2 2.6.16-4 GNOME XML library
ii  zlib1g  1:1.2.2-4compression library - runtime

-- no debconf information


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



Bug#301810: galeon: Incorrect parsing of .desktop files

2005-03-28 Thread Dylan Thurston
Package: galeon
Version: 1.3.20-1
Severity: normal

In some circumstances, galeon seems to ignore the '%' escapes in the
Exec lines of .desktop files; these escapes are described at
http://standards.freedesktop.org/desktop-entry-spec/latest/ar01s06.html

For instance, the kpdf desktop entry, which has an Exec line
which reads:

  Exec=kpdf %i %m -caption %c

resultsn in kpdf being called with two extra file names, '%i'
and '%m', and all the windows end up being titled '%c'.  You can
verify all this with 'ps -ef'.

Note that this is a different bug from #300661.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9y
Locale: LANG=C, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages galeon depends on:
ii  debconf  1.4.46  Debian configuration management sy
ii  galeon-common1.3.20-1GNOME web browser for advanced use
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbonobo2-0 2.8.1-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.1-2 The Bonobo UI library
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libeel2-22.8.2-1 Eazel Extensions Library (for GNOM
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglade2-0  1:2.4.2-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.3-1 The GLib library of C routines
ii  libgnome2-0  2.8.1-2 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.1-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.4-2 The GNOME virtual file-system libr
ii  libgtk2.0-0  2.6.2-4 The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libnautilus2-2   2.8.2-2 libraries for nautilus components 
ii  liborbit21:2.12.1-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.1-1 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxml2  2.6.16-4GNOME XML library
ii  mozilla-browser  2:1.7.6-1   The Mozilla Internet application s
ii  procps   1:3.2.5-1   /proc file system utilities
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#297607: Long pause when exim daemon is being stopped (was: Re: exim4 prone to break d-i, bug #297607)

2005-03-28 Thread Frans Pop
On Monday 28 March 2005 00:21, Frans Pop wrote:
 So how come this pause has only recently become visible? I'm fairly
 sure that the pause was not there a few months ago (although I do 2nd
 stage installations a lot less than 1st stage installations).

OK. I've tested with the RC2 netinst CD which had exim4 version 4.34-7.

The difference is that exim used to only reload the config files on a 
-reconfigure, while now it does a restart.

So, in the old situation the exim4 deamon started on system boot would 
keep running, but now the old daemon is stopped and a new daemon is 
started which indeed seems to inherit the SigIgnore settings from 
base-config.

I tried adding a line with 'trap  INT' to the script
/usr/lib/base-config/menu/mta but that did not help; apparently that does 
not untrap the other signals.


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



Bug#297607: Long pause when exim daemon is being stopped (was: Re: exim4 prone to break d-i, bug #297607)

2005-03-28 Thread Marc Haber
On Mon, Mar 28, 2005 at 03:52:00PM +0300, Eugeniy Meshcheryakov wrote:
 28.03.2005 ?? 00:21 +0200 Frans Pop ??(-):
   Is it possible that the installer establishes a signal handler which
   is then inherited by the processes started from the installer, and
   thus the SIGTERM sent by s-s-d to exim is caught by that handler
   instead of getting through to exim?
  
  Could well be. /usr/sbin/base-config has:
  
  snip
  if [ $NEW ]; then
  # Trap most signals because a ctrl-c killing base-config
  # in the middle of the second stage install would be bad.
  trap  HUP INT QUIT TERM
  
  [some lines not included]
  else
  # Running again on an existing install. Just trap ctrl-c, and
  # cleanly exit.
  trap cleanup INT
  fi
  /snip
  
 
 Here is part of diff of contents of /proc/$PID/status files for exim run
 form command line and from base-config:
 
 24c24
  SigIgn:   1000
 ---
  SigIgn:   5006
 
 Those new ignored signals are INT (2+1), QUIT (3+1) and TERM (14+1).

So exim is configured by base-config to ignore SIGTERM? No wonder that
it wouldn't die.

I'd call that a base-config issue.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#301813: gwenview: Gwenview crash on some images when browsing backward

2005-03-28 Thread Robert Gomuka
Package: gwenview
Version: 1.1.8+1.2.0pre4-1
Severity: normal

I made some photos with Canon Powershot A70.
Edited it with gimp, then reduced size with mogrify (mogrify -scale 50%
*).
I have gwenview attached to images in mc.
So I press enter in mc on one of images. Image appears ok. I press space
to look at other images. Still no problems. Until I press backspace to
view previous one. Gwenview exits with message:
$ gwenview IMG_3697.JPG
gwenview: ERROR: No data
gwenview: WARNING: [int
GVImageUtils::inmem_fill_input_buffer(jpeg_decompress_struct*)] Image
is incomplete
Not a JPEG file: starts with 0xff 0xd9

I can't understand - I have just seen that image ...

Reproducible - always.

I attach output of od file | more for file B and A (gwenview A - ok,
space - ok, backspace - exit).
A:
000 154377 160377 01 043112 043111 000400 000401 132000
020 132000 00 160777 177031 074105 063151 00 044511
040 52 10 00 11 000417 02 06 00
060 000172 00 000420 02 24 00 000200 00
100 000422 03 01 00 01 00 000432 05
120 01 00 000240 00 000433 05 01 00
140 000250 00 000450 03 01 00 02 00
160 000462 02 24 00 000260 00 001023 03
200 01 00 01 00 103551 04 01 00
220 000304 00 003072 00 060503 067556 000156 060503
240 067556 020156 067520 062567 051562 067550 020164 033501
260 60 00 00 00 00 00 00 000264
300 00 01 00 000264 00 01 00 030062
320 032460 030072 035063 033462 030440 035062 034462 030472
340 70 37 101232 05 01 00 001606 00
360 101235 05 01 00 001616 00 11 07
400 04 00 031060 030062 110003 02 24 00
420 001076 00 110004 02 24 00 001122 00
440 110401 07 04 00 001001 03 110402 05
460 01 00 001556 00 111001 12 01 00
500 001566 00 111002 05 01 00 001576 00
520 111004 12 01 00 001626 00 111005 05
540 01 00 001636 00 111007 03 01 00
560 05 00 111011 03 01 00 20 00
600 111012 05 01 00 001646 00 74 07
620 001076 00 001656 00 111206 07 000410 00
640 001146 00 12 07 04 00 030460 030060
660 120001 03 01 00 01 00 120002 03
700 01 00 004000 00 120003 03 01 00
720 003000 00 120005 04 01 00 003004 00
740 121016 05 01 00 002754 00 121017 05
760 01 00 002764 00 121020 03 01 00
0001000 02 00 121027 03 01 00 02 00
0001020 121400 07 01 00 03 00 122001 03
0001040 01 00 00 00 122002 03 01 00

A:
000 154377 160377 01 043112 043111 000400 000401 132000
020 132000 00 160777 164420 074105 063151 00 044511
040 52 10 00 11 000417 02 06 00
060 000172 00 000420 02 24 00 000200 00
100 000422 03 01 00 01 57 000432 05
120 01 00 000224 00 000433 05 01 00
140 000234 00 000450 03 01 00 02 000111
160 000462 02 24 00 000244 00 001023 03
200 01 00 01 67 103551 04 01 00
220 000270 00 003056 00 060503 067556 000156 060503
240 067556 020156 067520 062567 051562 067550 020164 033501
260 60 000264 00 01 00 000264 00 01
300 00 030062 032460 030072 035063 033462 030440 035062
320 034462 030072 62 37 101232 05 01 00
340 001062 00 101235 05 01 00 001072 00
360 11 07 04 00 031060 030062 110003 02
400 24 00 001102 00 110004 02 24 00
420 001126 00 110401 07 04 00 001001 03
440 110402 05 01 00 001152 00 111001 12
460 01 00 001162 00 111002 05 01 00
500 001172 00 111004 12 01 00 001202 00
520 111005 05 01 00 001212 00 111007 03
540 01 00 05 070563 111011 03 01 00
560 20 040565 111012 05 01 00 001222 00
600 74 07 001076 00 001232 00 111206 07
620 000410 00 002330 00 12 07 04 00
640 030460 030060 120001 03 01 00 01 040565
660 120002 03 01 00 004000 014537 120003 03
700 01 00 003000 040565 121016 05 01 00
720 002740 00 121017 05 01 00 002750 00
740 121020 03 01 00 

Bug#301811: gwenview: Gwenview crash on some images when browsing backward

2005-03-28 Thread Robert Gomuka
Package: gwenview
Version: 1.1.8+1.2.0pre4-1
Severity: normal

I made some photos with Canon Powershot A70.
Edited it with gimp, then reduced size with mogrify (mogrify -scale 50%
*).
I have gwenview attached to images in mc.
So I press enter in mc on one of images. Image appears ok. I press space
to look at other images. Still no problems. Until I press backspace to
view previous one. Gwenview exits with message:
$ gwenview IMG_3697.JPG
gwenview: ERROR: No data
gwenview: WARNING: [int
GVImageUtils::inmem_fill_input_buffer(jpeg_decompress_struct*)]  Image
is incomplete
Not a JPEG file: starts with 0xff 0xd9

I can't understand - I have just seen that image ...

Reproducible - always.

I attach output of od file | more for file B and A (gwenview A - ok,
space - ok, backspace - exit).
A:
000 154377 160377 01 043112 043111 000400 000401 132000
020 132000 00 160777 177031 074105 063151 00 044511
040 52 10 00 11 000417 02 06 00
060 000172 00 000420 02 24 00 000200 00
100 000422 03 01 00 01 00 000432 05
120 01 00 000240 00 000433 05 01 00
140 000250 00 000450 03 01 00 02 00
160 000462 02 24 00 000260 00 001023 03
200 01 00 01 00 103551 04 01 00
220 000304 00 003072 00 060503 067556 000156 060503
240 067556 020156 067520 062567 051562 067550 020164 033501
260 60 00 00 00 00 00 00 000264
300 00 01 00 000264 00 01 00 030062
320 032460 030072 035063 033462 030440 035062 034462 030472
340 70 37 101232 05 01 00 001606 00
360 101235 05 01 00 001616 00 11 07
400 04 00 031060 030062 110003 02 24 00
420 001076 00 110004 02 24 00 001122 00
440 110401 07 04 00 001001 03 110402 05
460 01 00 001556 00 111001 12 01 00
500 001566 00 111002 05 01 00 001576 00
520 111004 12 01 00 001626 00 111005 05
540 01 00 001636 00 111007 03 01 00
560 05 00 111011 03 01 00 20 00
600 111012 05 01 00 001646 00 74 07
620 001076 00 001656 00 111206 07 000410 00
640 001146 00 12 07 04 00 030460 030060
660 120001 03 01 00 01 00 120002 03
700 01 00 004000 00 120003 03 01 00
720 003000 00 120005 04 01 00 003004 00
740 121016 05 01 00 002754 00 121017 05
760 01 00 002764 00 121020 03 01 00
0001000 02 00 121027 03 01 00 02 00
0001020 121400 07 01 00 03 00 122001 03
0001040 01 00 00 00 122002 03 01 00

A:
000 154377 160377 01 043112 043111 000400 000401 132000
020 132000 00 160777 164420 074105 063151 00 044511
040 52 10 00 11 000417 02 06 00
060 000172 00 000420 02 24 00 000200 00
100 000422 03 01 00 01 57 000432 05
120 01 00 000224 00 000433 05 01 00
140 000234 00 000450 03 01 00 02 000111
160 000462 02 24 00 000244 00 001023 03
200 01 00 01 67 103551 04 01 00
220 000270 00 003056 00 060503 067556 000156 060503
240 067556 020156 067520 062567 051562 067550 020164 033501
260 60 000264 00 01 00 000264 00 01
300 00 030062 032460 030072 035063 033462 030440 035062
320 034462 030072 62 37 101232 05 01 00
340 001062 00 101235 05 01 00 001072 00
360 11 07 04 00 031060 030062 110003 02
400 24 00 001102 00 110004 02 24 00
420 001126 00 110401 07 04 00 001001 03
440 110402 05 01 00 001152 00 111001 12
460 01 00 001162 00 111002 05 01 00
500 001172 00 111004 12 01 00 001202 00
520 111005 05 01 00 001212 00 111007 03
540 01 00 05 070563 111011 03 01 00
560 20 040565 111012 05 01 00 001222 00
600 74 07 001076 00 001232 00 111206 07
620 000410 00 002330 00 12 07 04 00
640 030460 030060 120001 03 01 00 01 040565
660 120002 03 01 00 004000 014537 120003 03
700 01 00 003000 040565 121016 05 01 00
720 002740 00 121017 05 01 00 002750 00
740 121020 03 01 00 

Bug#301700: ITP: update-manager -- a GNOME application that manages apt updates

2005-03-28 Thread Steve Greenland
On 27-Mar-05, 14:01 (CST), Andre Filipe de Assuncao e Brito [EMAIL PROTECTED] 
wrote: 
   Description : GNOME application that manages apt updates
 
 This is the GNOME apt update manager. It checks for updates and 
 lets the user choose which to install.

apt-cache show apt-watch

Steve
-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net


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



Bug#301812: Focus problems in gwenview

2005-03-28 Thread Robert Gomuka
Package: gwenview
Version: 1.1.8+1.2.0pre4-1
Severity: normal

Some of focus problems have been fixed in releases, but some still
exist.
Reproducible: always.
Steps to reproduce:
1. open image in gwenview.
2. click right mouse button on image
3. select 'rename' or 'image properties' from menu (examples)
4. click/select cancel

Problem - focus is now on image name (blinking caret). Using keyboard
for browsing images is now impossible (space adds space to file name,
backspace deletes char).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)

Versions of packages gwenview depends on:
ii  kdelibs4 4:3.4.0-0pre2   core libraries for all KDE applica
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-2   The Network Audio System (NAS). (s
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libfontconfig1   2.3.1-2 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11 0.5.13-1.0  GNU libidn library, implementation
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxrandr2   4.3.0.dfsg.1-12.0.1 X Window System Resize, Rotate and
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



  1   2   3   4   >