Bug#298648: acknowledged by developer ([cdparanoia] Closing bug: cdparanoia generates syslog messages)

2006-02-25 Thread Graham
Hi Daniel,

I don't think this bug is resolved. I haven't seen a problem with
extraction speed, but there is a ridiculous amount of kernel log
output being generated while cdparanoia is running.

My guess is that this is indeed a kernel bug.

So could you reopen this bug and reassign it to linux-2.6?

thanks

-- graham


On 2/23/06, Debian Bug Tracking System <[EMAIL PROTECTED]> wrote:
> This is an automatic notification regarding your Bug report
> #298648: cdparanoia generates a lot of warnings from the kernel,
> which was filed against the cdparanoia package.
>
> It has been closed by one of the developers, namely
> Daniel Baumann <[EMAIL PROTECTED]> (reply to [EMAIL PROTECTED]).
>
> Their explanation is attached below.  If this explanation is
> unsatisfactory and you have not received a better one in a separate
> message then please contact the developer, by replying to this email.
>
> Debian bug tracking system administrator
> (administrator, Debian Bugs database)
>
>
>
>
> -- Forwarded message --
> From: Daniel Baumann <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Date: Thu, 23 Feb 2006 23:18:16 +0100
> Subject: [cdparanoia] Closing bug: cdparanoia generates syslog messages
> Hi,
>
> I'm closing this bug. You reported, that the extraction part using
> sound-juicer took so long. This may be true, especially if you use a
> USB-attached cdrom which the kernel often has some problems with cdda
> extraction. It is not related to the fact, that something was written
> into syslog (which are, btw, kernel-messages, and not cdparanoia messages).
>
> Regards,
> Daniel
>
> --
> Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
> Email:  [EMAIL PROTECTED]
> Internet:   http://people.panthera-systems.net/~daniel-baumann/



Bug#354422: mutt-ng: do not check for new mail while in compose

2006-02-25 Thread Elimar Riesebieter
forwarded #354422 [EMAIL PROTECTED]

thanks

On Sun, 26 Feb 2006 the mental interface of
Yaroslav Halchenko told:

> Package: mutt-ng
> Version: 0.0+20060213-1
> Severity: wishlist
> Tags: patch
> 
> I've got quite a few of imap mailboxes which mutt is dedicated to
> monitor, but it started to annoy me too much now when it "slept" for
> up to 10 seconds whenever I leave vim while composing an email.
> That is why I decided that it will be useful to have that "forced"
> check for new mail optional. Please see patch below which provides an
> option sidebar_mail_check_compose (yes by default to confirm previous
> behavior)
> 
> --- muttng.orig/mutt-ng-0.0+20060213/compose.c2006-02-11 
> 17:09:29.0 -0500
> +++ mutt-ng-0.0+20060213/compose.c2006-02-25 22:40:34.0 -0500
> @@ -563,8 +563,11 @@
>  menu->help =
>mutt_compile_help (helpstr, sizeof (helpstr), MENU_COMPOSE,
>   ComposeHelp);
> -
> -  if (option (OPTMBOXPANE))
> +  /* [EMAIL PROTECTED]: 
> +   * I don't want that delay to be whenever I edit the mail: 
> +   * OPTSIDEBARMAILCHECKCOMPOSE is for that purpose
> +   */
> +  if (option (OPTMBOXPANE) && option (OPTSIDEBARMAILCHECKCOMPOSE))
>  buffy_check (1);
>while (loop) {
>  #ifdef USE_NNTP
> --- muttng.orig/mutt-ng-0.0+20060213/init.h   2006-01-13 03:51:23.0 
> -0500
> +++ mutt-ng-0.0+20060213/init.h   2006-02-25 22:33:27.0 -0500
> @@ -1584,6 +1584,11 @@
> ** .pp
> ** The width of the sidebar.
> */
> +  {"sidebar_mail_check_compose", DT_BOOL, R_BOTH, 
> OPTSIDEBARMAILCHECKCOMPOSE, "yes" },
> +  /*
> +   ** .pp
> +   ** If \fIset\fP, checks for new mail when sidebar is displaied in compose 
> mode.
> +   */
>{"sidebar_newmail_only", DT_BOOL, R_BOTH, OPTSIDEBARNEWMAILONLY, "no" },
>/*
> ** .pp
> --- muttng.orig/mutt-ng-0.0+20060213/mutt.h   2005-10-22 20:52:43.0 
> -0400
> +++ mutt-ng-0.0+20060213/mutt.h   2006-02-25 23:19:57.0 -0500
> @@ -519,6 +519,7 @@
>  #endif
>OPTSHORTENHIERARCHY,  /* set when to shorten "hierarchies" in the 
> sidebar */
>OPTSIDEBARNEWMAILONLY,
> +  OPTSIDEBARMAILCHECKCOMPOSE,   /* set when to check for new mail while in 
> compose mode */
>OPTMAX
>  };

Forwarded upstream

Elimar


-- 
  Learned men are the cisterns of knowledge, 
  not the fountainheads ;-)


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



Bug#354420: mutt-ng: FTBFS: Build-Depends seems to be missing libdb-dev

2006-02-25 Thread Yaroslav Halchenko

>  ldd `which muttng`
linux-gate.so.1 =>  (0xe000)
libgpgme.so.11 => /usr/lib/libgpgme.so.11 (0xb7f8c000)
libgpg-error.so.0 => /usr/lib/libgpg-error.so.0 (0xb7f88000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb7f3c000)
libgnutls.so.11 => /usr/lib/libgnutls.so.11 (0xb7ed5000)
libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0xb7ec)
libidn.so.11 => /usr/lib/libidn.so.11 (0xb7e8f000)
libqdbm.so.11 => /usr/lib/libqdbm.so.11 (0xb7e67000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7d2f000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7d2b000)
libtasn1.so.2 => /usr/lib/libtasn1.so.2 (0xb7d1b000)
libgcrypt.so.11 => /usr/lib/libgcrypt.so.11 (0xb7ccd000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7cb8000)
libresolv.so.2 => /lib/tls/libresolv.so.2 (0xb7ca5000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7c93000)
/lib/ld-linux.so.2 (0xb7fc4000)
libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7c7d000)

-- 
Yaroslav Halchenko
Research Assistant, Psychology Department, Rutgers-Newark
Office: (973) 353-5440x263 | FWD: 82823 | Fax: (973) 353-1171
101 Warren Str, Smith Hall, Rm 4-105, Newark NJ 07105
Student  Ph.D. @ CS Dept. NJIT


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



Bug#354420: mutt-ng: FTBFS: Build-Depends seems to be missing libdb-dev

2006-02-25 Thread Elimar Riesebieter
On Sun, 26 Feb 2006 the mental interface of
Yaroslav Halchenko told:

> Package: mutt-ng
> Version: 0.0+20060213-1
> Severity: normal
> 
> Sorry that I don't report original configure error which asks for DB4
> and otherwise fails to build.
> Installation of libdb4.3-dev helped (as probably any other
> libdb4.x-dev) thus probably it is important to include it in
> Build-Depends (may be it is possible to specify dependency on
> libdb-dev>4.0.0?)

What is your output of:
$ ldd `which muttng`

Elimar

-- 
.~.
/V\   L   I   N   U   X
   /( )\ >Phear the Penguin<
   ^^-^^


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



Bug#154868: Are you ready for the summer?

2006-02-25 Thread Efren Chaney
How's it going 154868,

Here's the info you were you wanted on how to get back into sh ape

I've heard that only the wealthiest have been able to acquire it. It's
great that it's not only here for the we athly anymore, it's here at
www.enchmeyouuldketo.com/n2. 

It doesn't take an expert to appreciate what a titanic gem this is!

ttyl
Antwan Odom



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



Bug#319673: Intent to NMU aspell-fo

2006-02-25 Thread Jurij Smakov

Hi Peter,

Marc 'HE' Brockschmidt ([EMAIL PROTECTED]) has kindly agreed to sponsor an NMU 
of aspell-fo based on my patch (included above). Please let us know if 
there any reason why it should not be done, otherwise it is going to be 
uploaded next weekend (March 4-5).


Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


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



Bug#354428: apt-cacher: apparently persistent damaged Packages.bz2 file [workaround]

2006-02-25 Thread Ross Boylan
Deleting
/usr/local/var/mirrors/apt-cacher/packages/linux.csua.berkeley.edu_debian_dists_testing_main_binary-i386_Packages.bz2
and then doing an update seems to have fixed the problem.


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



Bug#354425: xprint: black background color always

2006-02-25 Thread Mario Oyorzabal Salgado
Drew Parsons wrote:
> On Sat, 2006-02-25 at 23:50 -0600, Mario Oyorzabal Salgado wrote:
> 
> 
>>I'm using with firefox, when print a file to pdf format, in the pdf file is
>>show pictures good, but, the background color is always black =P. I first
>>think a bug in firefox, but in openoffice.org is the same.
> 
> 
> Do you mean the background is black when you view the file online using
> xpdf, or when you print it onto paper?
> 
> I'm not sure that OpenOffice is currently using Xprint, I suspect it may
> be printing to CUPS directly. So it's possibly not Xprint's bug, but
> we'll try to work out what's going on.
> 
> It would be useful if you could provide the url of a webpage where this
> happens. I presume it does not occur on all pages, only some (perhaps
> those that try to provide a background colour? not all pages do that).
> I don't remember seeing it happen to me.
> 
> 
>>sorry my english is poor =).
> 
> 
> it's fine :)
> 
> Drew
> 

I don't think that cups are the problem, why i not have cups install, only
xprint, after how two version xprint work fine to my by now not =P. Only i make
pdf files to view on screen, not in paper.

I have done apt-get update, updating some packages, and testing again xprint
printing a pdf file, and print good, no anymore background color black, but the
update packages not are relations with xprint. can other package affect to 
xprint ?.


-- 
"hechando a perder se aprende"
Debian Etch tuxsoul 2.6.12-1-686 2005 i686 GNU/Linux
Intel Celeron (Coppermine) stepping 06
  http://mx.dolric.com
  http://mx.tuxsoul.com
--BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d? s: a? C+++ UL+++ P+ L++ E--- W++ N+ o K- w++
O-- M V- PS PE Y PGP++ t++ 5 X+++ R* tv++ b- DI+++ D
G++ e- h++ !r !z
---END GEEK CODE BLOCK--
--BEGIN BLOGGER CODE BLOCK
B5 d t++ k+ s++ u-- f- i++ o+ x-- e l++ c+
---END BLOGGER CODE BLOCK-


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



Bug#354427: java-package: warnings messages making 1.4.2-10 java package

2006-02-25 Thread Barry Hawkins
tags 354427 confirmed pending
stop

On Sun, Feb 26, 2006 at 12:18:12AM -0600, Mario Oyorzabal Salgado wrote:
> Package: java-package
> Version: 0.27
> Severity: minor
> 
> Using java-package to make the java 1.4.2-10 version package, i get
> a lot of warnings messages:
> 
> dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
[...] 
> and:
> 
> objdump: 'Depends': No hay tal fichero
[...] 
> aparently the pakage that result it's fine =).
> sorry my english is poor =P.
[...]
Mario,
Thanks for your use of Debian and java-package.  Yes, this bug is due
to a change in the syntax of the warning generated by dpkg-shlibdeps.  The
issue has been corrected in the upcoming release of java-package 0.28.

Regards,
-- 
Barry Hawkins
All Things Computed
site: www.alltc.com
weblog: www.yepthatsme.com

Registered Linux User #368650


signature.asc
Description: Digital signature


Bug#354428: apt-cacher: apparently persistent damaged Packages.bz2 file

2006-02-25 Thread Ross Boylan
Package: apt-cacher
Version: 1.5.1
Severity: normal

For at least several days I've been getting errors from aptitude and
apt-get about missing packages files; unfortunately testing/main is
one of them.  apt doesn't seem to write the packages into its spots
(/var/lib/apt/lists). testing/non-free is the other missing file;
test/contrib is present.

I find the corresponding packages files in apt-cacher's cache.  bzip2
verifies they are corrupt, and their lengths are shorter than the file
in the original archive.  I can download the latter via lftp; the
result is full length and verifies OK.

My efforts to trigger an update via aptitude update appear partly
successful; the timestamps on the file in apt-cacher's cache change.
But the file remains broken.

Possibly this is related to running out of disk space, though it looks
as if there should be enough.  /var did fill up a few days ago, maybe
around when this started.  Possibly the problem is related to issues
reported in 353152, and since fixed.  Since my updates from main are
not working, it's hard to upgrade (:

Here's some more information that may be helpful:
After apt-get dist-upgrade I get
W: Couldn't stat source package list http://localhost testing/non-free Packages 
(/var/lib/apt/lists/localhost:3142_linux.csua.berkeley.edu_debian_dists_testing_non-free_binary-i386_Packages)
 - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
True, the file isn't there.  Also, testing_main_binary-i386_Packages
isn't there.  aptitude warns of both missing when it starts, and says
W: You may want to update the package lists to correct the missing
files.

apt-cacher seems to have the necessary files under /packages/

When I do aptitude update I get
99% [13 Packages bzip2 12599296] [Waiting for headers]
bzip2: Data integrity error when decompressing.
Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

Err http://localhost testing/main Packages
  Sub-process bzip2 returned an error code (2)
and at the end it reports
W: Couldn't stat source package list http://localhost testing/main Packages 
(/var/lib/apt/lists/localhost:3142_linux.csua.berkeley.edu_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)
W: Couldn't stat source package list http://localhost testing/non-free Packages 
(/var/lib/apt/lists/localhost:3142_linux.csua.berkeley.edu_debian_dists_testing_non-free_binary-i386_Packages)
 - stat (2 No such file or directory)
W: You may want to update the package lists to correct these missing files
W: Couldn't stat source package list http://localhost testing/main Packages 
(/var/lib/apt/lists/localhost:3142_linux.csua.berkeley.edu_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)
W: Couldn't stat source package list http://localhost testing/main Packages 
(/var/lib/apt/lists/localhost:3142_linux.csua.berkeley.edu_debian_dists_testing_main_binary-i386_Packages)
 - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems

[EMAIL PROTECTED]:/usr/local/var/mirrors/apt-cacher/packages$ ls -l 
linux.csua.berkeley.edu_debian_dists_testing_main_binary-i386_Packages.bz2
-rw-r--r--  1 www-data www-data 2435536 2006-02-25 21:35 
linux.csua.berkeley.edu_debian_dists_testing_main_binary-i386_Packages.bz2

The file at Berkeley, is 
lftp linux.csua.berkeley.edu:/debian/dists/testing/main/binary-i386> ls
-rw-r--r--1 103  65534 2850393 Feb 25 20:17 Packages.bz2

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (990, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27advncdfs
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apt-cacher depends on:
ii  bzip2 1.0.3-2high-quality block-sorting file co
ii  libwww-perl   5.803-4WWW client/server library for Perl
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 

apt-cacher recommends no packages.

-- no debconf information


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



Bug#354313: galeon: 354313: also broke login to mailman admin interfaces

2006-02-25 Thread Paul Wise
Package: galeon
Version: 2.0.0-3
Followup-For: Bug #354313

Not sure if this is the same problem, but with the xulrunner version of
galeon, I can no longer login to mailman admin interfaces to discard
spam and so on. Luckily firefox/epiphany still work fine with this.

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

Versions of packages galeon depends on:
ii  galeon-common2.0.0-3 GNOME web browser for advanced use
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libbonobo2-0 2.10.1-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.1-2The Bonobo UI library
ii  libc62.3.6-2 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-2 generic font configuration library
ii  libgcc1  1:4.0.2-9   GCC support library
ii  libgconf2-4  2.12.1-9GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.8.6-1 The GLib library of C routines
ii  libgnome-desktop-2   2.12.2-2Utility library for loading .deskt
ii  libgnome-keyring00.4.7-1 GNOME keyring services library
ii  libgnome2-0  2.12.0.1-5  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.12.0-2A powerful object-oriented display
ii  libgnomeui-0 2.12.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.12.2-6GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.12-1The GTK+ graphical user interface 
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libmozjs0d   1.8.0.1-4   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d  1.8.0.1-4   NetScape Portable Runtime Library
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.10.3-1Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libstdc++6   4.0.2-9 The GNU Standard C++ Library v3
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-2 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  libxul0d 1.8.0.1-4   Gecko engine library
ii  procps   1:3.2.6-2.1 /proc file system utilities
ii  zlib1g   1:1.2.3-9   compression library - runtime

Versions of packages galeon recommends:
ii  gnome-control-center [capplet 1:2.12.3-2 utilities to configure the GNOME d
ii  gnome-icon-theme  2.12.1-2   GNOME Desktop icon theme
ii  iso-codes 0.49-1 ISO language, territory, currency 
ii  scrollkeeper  0.3.14-10  A free electronic cataloging syste
ii  yelp  2.12.2-4   Help browser for GNOME 2

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#354427: java-package: warnings messages making 1.4.2-10 java package

2006-02-25 Thread Mario Oyorzabal Salgado
Package: java-package
Version: 0.27
Severity: minor

Using java-package to make the java 1.4.2-10 version package, i get
a lot of warnings messages:

dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libverify.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjava.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjava.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjava.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libnet.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjava.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjava.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjava.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libmlib_image.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjvm.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libjava.so' not recognized
dpkg-shlibdeps: warning: format of `NEEDED libawt.so' not recognized

more ...

and:

objdump: 'Depends': No hay tal fichero
objdump: 'Depends': No hay tal fichero
objdump: 'Depends': No hay tal fichero
objdump: 'Depends': No hay tal fichero
objdump: 'Depends': No hay tal fichero

more ...

aparently the pakage that result it's fine =).
sorry my english is poor =P.


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

Versions of packages java-package depends on:
ii  coreutils 5.2.1-2.1  The GNU core utilities
ii  debhelper 5.0.22 helper programs for debian/rules
ii  fakeroot  1.5.7  Gives a fake root environment
ii  unzip 5.52-6 De-archiver for .zip files

java-package recommends no packages.

-- no debconf information


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



Bug#354425: xprint: black background color always

2006-02-25 Thread Drew Parsons
On Sat, 2006-02-25 at 23:50 -0600, Mario Oyorzabal Salgado wrote:

> I'm using with firefox, when print a file to pdf format, in the pdf file is
> show pictures good, but, the background color is always black =P. I first
> think a bug in firefox, but in openoffice.org is the same.

Do you mean the background is black when you view the file online using
xpdf, or when you print it onto paper?

I'm not sure that OpenOffice is currently using Xprint, I suspect it may
be printing to CUPS directly. So it's possibly not Xprint's bug, but
we'll try to work out what's going on.

It would be useful if you could provide the url of a webpage where this
happens. I presume it does not occur on all pages, only some (perhaps
those that try to provide a background colour? not all pages do that).
I don't remember seeing it happen to me.

> sorry my english is poor =).

it's fine :)

Drew


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



Bug#354426: Doesn't parse (all) ghc6 liberalized deriving clauses.

2006-02-25 Thread Daniel Burrows
Package: haddock
Version: 0.7-1
Severity: normal

  Trying to generate documentation from some files containing GHC
extensions generates a parse error.  The culprit seems to be the
ability to derive from arbitrary classes -- haddock swallows this
just fine for unary classes but panics if the class being derived
has more arguments.  I've attached a trivial example.

  Daniel

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

Versions of packages haddock depends on:
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libgmp3c2 4.1.4-11   Multiprecision arithmetic library

haddock recommends no packages.

-- no debconf information
module Foo where

class Foo z f | f -> z where
foo :: f -> f -> z

newtype (Foo z f) => Bar z f = Bar f
deriving(Foo z)


signature.asc
Description: Digital signature


Bug#354423: openoffice.org: data loss export word (*.doc) format

2006-02-25 Thread Mario Oyorzabal Salgado
Package: openoffice.org
Version: 2.0.1-2
Severity: normal

Hi, i have problem with the word format file, first create the new file, insert 
file *.html, export the file to word format, but the create file is not correct
when open with abiword this show nothing, sometimes crash, when file is load in
micro$oft word, this too show nothing.


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

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   2.0.1-2OpenOffice.org office suite - data
ii  openoffice.org-calc   2.0.1-2OpenOffice.org office suite - spre
ii  openoffice.org-core   2.0.1-2OpenOffice.org office suite archit
ii  openoffice.org-draw   2.0.1-2OpenOffice.org office suite - draw
ii  openoffice.org-impress2.0.1-2OpenOffice.org office suite - pres
ii  openoffice.org-java-common2.0.1-2OpenOffice.org office suite Java s
ii  openoffice.org-math   2.0.1-2OpenOffice.org office suite - equa
ii  openoffice.org-writer 2.0.1-2OpenOffice.org office suite - word

openoffice.org recommends no packages.

-- no debconf information


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



Bug#354425: xprint: black background color always

2006-02-25 Thread Mario Oyorzabal Salgado
Package: xprint
Version: 1:0.1.0.alpha1-13
Severity: normal

I'm using with firefox, when print a file to pdf format, in the pdf file is
show pictures good, but, the background color is always black =P. I first
think a bug in firefox, but in openoffice.org is the same.

sorry my english is poor =).


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

Versions of packages xprint depends on:
ii  libc6  2.3.5-13  GNU C Library: Shared libraries an
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxau66.9.0.dfsg.1-4X Authentication library
ii  libxaw76.9.0.dfsg.1-4X Athena widget set library
ii  libxdmcp6  6.9.0.dfsg.1-4X Display Manager Control Protocol
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxmu66.9.0.dfsg.1-4X Window System miscellaneous util
ii  libxp6 6.9.0.dfsg.1-4X Window System printing extension
ii  libxpm46.9.0.dfsg.1-4X pixmap library
ii  libxt6 6.9.0.dfsg.1-4X Toolkit Intrinsics
ii  xprint-common  1:0.1.0.alpha1-13 Xprint - the X11 print system (con
ii  zlib1g 1:1.2.3-9 compression library - runtime

xprint recommends no packages.

-- no debconf information


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



Bug#354424: Install report: sarge 3.1r1a

2006-02-25 Thread Dave Witbrodt

Package: installation-reports
Version:  3.1r1a

INSTALL REPORT

Debian-installer-version:
  downloaded on 25-02-2006 from
  http://cdimage.debian.org/debian-cd/3.1_r1/i386/iso-cd/
  debian-31r1a-i386-netinst.iso
  24-Dec-2005   03:17   108M

uname -a:
  Linux P4BOX 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/ Linux

Date:  25-Feb-2006, 5:30 PM EST

Method:
  Installed from netinst CD

Machine:  Dell Dimension 8400
Processor:  Pentium 4 Prescott DT 3.0 GHz
Memory:  1.0 GB

Root Device:
  SATA hard drive
  Maxtor 6Y160M0
  /dev/sdb


Root Size/partition table:

$  cat /etc/fstab
# /etc/fstab: static file system information.
#
#
proc/proc   procdefaults0   0
/dev/sdb1   /boot   ext2defaults0   2
/dev/sdb2   /   ext2defaults,errors=remount-ro 0 
 1

/dev/sdb7   /usrext3defaults0   2
/dev/sdb8   /tmpext3defaults0   2
/dev/sdb9   /varext3defaults0   2
/dev/sdb10  /optext3defaults0   2
/dev/sdb11  /home   ext3defaults0   2
/dev/sda3   noneswapsw  0   0
/dev/hda/media/cdrom0   iso9660 ro,user,noauto  0   0
/dev/hdb/media/cdrom1   iso9660 ro,user,noauto  0   0


$  fdisk -l /dev/sda
Disk /dev/sda: 160.0 GB, 1600 bytes
255 heads, 63 sectors/track, 19452 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1   8   64228+  de  Dell Utility
/dev/sda2   *   9   18960   1522319407  HPFS/NTFS
/dev/sda3   18961   19452 3951990   82  Linux swap / 
Solaris



$  fdisk -l /dev/sdb
Disk /dev/sdb: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   1  31  248976   83  Linux
/dev/sdb2  32  93  498015   83  Linux
/dev/sdb3  94155211719417+   b  W95 FAT32
/dev/sdb41553   19929   147613252+   5  Extended
/dev/sdb515532160 4883728+  83  Linux
/dev/sdb62161459219535008+   b  W95 FAT32
/dev/sdb745935808 9767488+  83  Linux
/dev/sdb858097024 9767488+  83  Linux
/dev/sdb970257632 4883728+  83  Linux
/dev/sdb10   76338240 4883728+  83  Linux
/dev/sdb11   8241   1504854685228+  83  Linux
/dev/sdb12  15049   1992939206601   83  Linux


Output of lspci and lspci -n:

$  lspci
:00:00.0 Host bridge: Intel Corp. 925X Memory Controller Hub (rev 04)
:00:01.0 PCI bridge: Intel Corp. 925X PCI Express Root Port (rev 04)
:00:1c.0 PCI bridge: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) PCI Express Port 1 (rev 03)
:00:1c.1 PCI bridge: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) PCI Express Port 2 (rev 03)
:00:1d.0 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB UHCI #1 (rev 03)
:00:1d.1 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB UHCI #2 (rev 03)
:00:1d.2 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB UHCI #3 (rev 03)
:00:1d.3 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB UHCI #4 (rev 03)
:00:1d.7 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) USB2 EHCI Controller (rev 03)

:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev d3)
:00:1e.2 Multimedia audio controller: Intel Corp. 
82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 03)
:00:1f.0 ISA bridge: Intel Corp. 82801FB/FR (ICH6/ICH6R) LPC 
Interface Bridge (rev 03)
:00:1f.1 IDE interface: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 
Family) IDE Controller (rev 03)
:00:1f.2 IDE interface: Intel Corp. 82801FR/FRW (ICH6R/ICH6RW) 
SATA Controller (rev 03)
:00:1f.3 SMBus: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
SMBus Controller (rev 03)
:01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown 
device 5b60

:01:00.1 Display controller: ATI Technologies Inc: Unknown device 5b70
:02:00.0 Ethernet controller: Broadcom Corporation NetXtreme 
BCM5751 Gigabit Ethernet PCI Express (rev 01)

:04:02.0 Modem: Intel Corp.: Unknown device 1080 (rev 04)

$  lspci -n
:00:00.0 0600: 8086:2584 (rev 04)
:00:01.0 0604: 8086:2585 (rev 04)
:00:1c.0 0604: 8086:2660 (rev 03)
:00:1c.1 0604: 8086:2662 (rev 03)
:00:1d.0 0c03: 8086:2658 (rev 03)
:00:1d.1 0c03: 8086:2659 (rev 03)
:00:1d.2 0c03: 8086:265a (rev 03)
:00:1d.3 0c03: 8086:265b (rev 03)
:00:1d.7 0c03: 8086:265c (rev 03)
:00:1e.0 0604: 8086:244e

Bug#354422: mutt-ng: do not check for new mail while in compose

2006-02-25 Thread Yaroslav Halchenko
Package: mutt-ng
Version: 0.0+20060213-1
Severity: wishlist
Tags: patch

I've got quite a few of imap mailboxes which mutt is dedicated to
monitor, but it started to annoy me too much now when it "slept" for
up to 10 seconds whenever I leave vim while composing an email.
That is why I decided that it will be useful to have that "forced"
check for new mail optional. Please see patch below which provides an
option sidebar_mail_check_compose (yes by default to confirm previous
behavior)

--- muttng.orig/mutt-ng-0.0+20060213/compose.c  2006-02-11 17:09:29.0 
-0500
+++ mutt-ng-0.0+20060213/compose.c  2006-02-25 22:40:34.0 -0500
@@ -563,8 +563,11 @@
 menu->help =
   mutt_compile_help (helpstr, sizeof (helpstr), MENU_COMPOSE,
  ComposeHelp);
-
-  if (option (OPTMBOXPANE))
+  /* [EMAIL PROTECTED]: 
+   * I don't want that delay to be whenever I edit the mail: 
+   * OPTSIDEBARMAILCHECKCOMPOSE is for that purpose
+   */
+  if (option (OPTMBOXPANE) && option (OPTSIDEBARMAILCHECKCOMPOSE))
 buffy_check (1);
   while (loop) {
 #ifdef USE_NNTP
--- muttng.orig/mutt-ng-0.0+20060213/init.h 2006-01-13 03:51:23.0 
-0500
+++ mutt-ng-0.0+20060213/init.h 2006-02-25 22:33:27.0 -0500
@@ -1584,6 +1584,11 @@
** .pp
** The width of the sidebar.
*/
+  {"sidebar_mail_check_compose", DT_BOOL, R_BOTH, OPTSIDEBARMAILCHECKCOMPOSE, 
"yes" },
+  /*
+   ** .pp
+   ** If \fIset\fP, checks for new mail when sidebar is displaied in compose 
mode.
+   */
   {"sidebar_newmail_only", DT_BOOL, R_BOTH, OPTSIDEBARNEWMAILONLY, "no" },
   /*
** .pp
--- muttng.orig/mutt-ng-0.0+20060213/mutt.h 2005-10-22 20:52:43.0 
-0400
+++ mutt-ng-0.0+20060213/mutt.h 2006-02-25 23:19:57.0 -0500
@@ -519,6 +519,7 @@
 #endif
   OPTSHORTENHIERARCHY,  /* set when to shorten "hierarchies" in the 
sidebar */
   OPTSIDEBARNEWMAILONLY,
+  OPTSIDEBARMAILCHECKCOMPOSE,   /* set when to check for new mail while in 
compose mode */
   OPTMAX
 };
 



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages mutt-ng depends on:
ii  exim4 4.60-3 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.60-3 lightweight exim MTA (v4) daemon
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgnutls11   1.0.16-14  GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgpgme111.1.0-1GPGME - GnuPG Made Easy
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libqdbm11 1.8.33-2   QDBM Database Libraries [runtime]
ii  libsasl2  2.1.19-1.9 Authentication abstraction library

mutt-ng recommends no packages.

-- no debconf information


--Yarik


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



Bug#354145: Bug#268308: dvd+rw-tools: growisofs prejudiced against sudo

2006-02-25 Thread Andree Leidenfrost
Hi Daniel,

I just stumbled across this bug whilst looking into an issue with the
mondo package that I maintain and writing DVDs under sudo which does not
work because of the situation described in this bug.

I believe that rather than applying a patch as suggested by LaMont, all
that would be required is to specify -DI_KNOW_ALL_ABOUT_SUDO when
compiling. This has been in since version 5.20 according to the
changelog in growisofs.c.

Other than that, it is really a matter of policy, I guess. And it
appears that upstream by providing the above define implicitly
acknowledges that three may be an issue.

Best regards,
Andree
-- 
Andree Leidenfrost
Sydney - Australia



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


Bug#354421: libdbd-sqlite3-perl: fails to add columns using SQL commands

2006-02-25 Thread Christoph Biedl
Package: libdbd-sqlite3-perl
Version: 1.08-1
Severity: normal

To my big surprise I cannot issue an "ALTER TABLE table ADD" command
using the Perl library.

The sqlite3 command line tool works fine:

$ sqlite3 test2.db
SQLite version 3.2.1
Enter ".help" for instructions
sqlite> CREATE TABLE data (foo INTEGER);
sqlite> ALTER TABLE data ADD bar INTEGER;
sqlite> .schema data
CREATE TABLE data (foo INTEGER, bar INTEGER);

Now the same in a perl script using libdbd-sqlite3-perl:
---
#!/usr/bin/perl -w

use DBI;

use strict;

sub docmd ($);

my $dbh = DBI -> connect('dbi:SQLite:dbname=test.db', '', '') or die;

docmd ('CREATE TABLE data (foo INTEGER)');
docmd ("ALTER TABLE data ADD bar INTEGER");

sub docmd ($) {
my $q = $_[0];
my $sth;
($sth  = $dbh -> prepare ($q)) ||
die "cannot prepare $q: $DBI::errstr";
($sth -> execute ()) ||
die "cannot execute $q: $DBI::errstr";
}
---
This results in:

$ perl -w /tmp/test_sqlite 
DBD::SQLite::db prepare failed: near "ADD": syntax error(1) at dbdimp.c
line 268 at /tmp/test_sqlite line 17.
cannot prepare ALTER TABLE data ADD bar INTEGER: near "ADD": syntax
error(1) at dbdimp.c line 268 at /tmp/test_sqlite line 17.

Please assist. I need the ability to add columns add a later time.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages libdbd-sqlite3-perl depends on:
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libdbi-perl1.46-6Perl5 database interface by Tim Bu
ii  perl   5.8.4-8sarge3 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4]  5.8.4-8sarge3 The Pathologically Eclectic Rubbis

-- no debconf information


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



Bug#354420: mutt-ng: FTBFS: Build-Depends seems to be missing libdb-dev

2006-02-25 Thread Yaroslav Halchenko
Package: mutt-ng
Version: 0.0+20060213-1
Severity: normal

Sorry that I don't report original configure error which asks for DB4
and otherwise fails to build.
Installation of libdb4.3-dev helped (as probably any other
libdb4.x-dev) thus probably it is important to include it in
Build-Depends (may be it is possible to specify dependency on
libdb-dev>4.0.0?)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages mutt-ng depends on:
ii  exim4 4.60-3 metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.60-3 lightweight exim MTA (v4) daemon
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgnutls11   1.0.16-14  GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgpgme111.1.0-1GPGME - GnuPG Made Easy
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libncursesw5  5.5-1  Shared libraries for terminal hand
ii  libqdbm11 1.8.33-2   QDBM Database Libraries [runtime]
ii  libsasl2  2.1.19-1.9 Authentication abstraction library

mutt-ng recommends no packages.

-- no debconf information


--Yarik


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



Bug#354419: hotplug's net.agent doest not use --allow=hotplug

2006-02-25 Thread cedric cellier
Package: hotplug
Version: 0.0.20040329-22
Severity: normal


The 'interfaces' man page tells that hotplug manages every interface
taged with 'auto=hotplug', using on the '--alow=' ifup command line
parameter.

Anyway, hotplug script net.agent, as documented in
/usr/share/doc/hotplug/README.Debian, bypass this mechanism and try to
find out which interfaces to up/down using the NET_AGENT_POLICY env
variable.

This is not coherent. In general, when documentation and code disagree,
I consider that the bug is in the code, so that's why I send this bug
report to hotplug. Also, I found the 'auto=hotplug' stanza a great deal
simplier than the NET_AGENT_POLICY various tricks.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.15.4msx
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages hotplug depends on:
ii  bash 2.05b-26The GNU Bourne Again SHell
ii  debconf  1.4.30.13   Debian configuration management sy
ii  grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii  module-init-tools3.2-pre1-2  tools for managing Linux kernel mo
ii  modutils 2.4.26-1.2  Linux module utilities
ii  procps   1:3.2.1-2   The /proc file system utilities
ii  sed  4.1.2-8 The GNU sed stream editor

-- debconf information:
  hotplug/ignore_pci_class_display: true
  hotplug/net_agent_policy: hotplug
  hotplug/static_module_list:
  hotplug/x11_usbmice_hack: false


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



Bug#354284: lynx vs. uxterm

2006-02-25 Thread Dan Jacobson
Starting over.
$ uxterm
$ su -
# su - nobody
$ env
TERM=xterm
HOME=/ #... etc. No LC_ or LANG stuff.
$ export http_proxy="http://localhost:8080/"; #needed for me, WWWOFFLE
$ wget -O - http://zh.wikipedia.org/wiki/%E8%9A%8A%E5%AD%90 #Chinese looks 
great!
$ lynx http://zh.wikipedia.org/wiki/%E8%9A%8A%E5%AD%90
$ export LYNX_CFG=/etc/lynx-cur/lynx-utf.cfg
$ lynx http://zh.wikipedia.org/wiki/%E8%9A%8A%E5%AD%90
Nope. No matter what I do, only 1% of the Chinese characters come thru
OK, all the rest turn into a tilde mess. wget, w3m work fine.
pstree -Al shows
`-xdm---sh-+-icewm
   |-2*[ssh-agent]
   `-xterm---luit---bash-+-pstree
 `-xterm---luit---bash---su---bash---su---sh
$ xterm -v
XTerm(202)
Well, OK I'll try again with 209 or whatever next time I go to town to
do my dist-upgrade downloads.


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



Bug#354283: can't just strip xterm.faq.html into xterm.faq.gz

2006-02-25 Thread Dan Jacobson
T> I see xterm.faq.html.gz in the same directory.
Well less sharp users might easily not. Or they might have printed it
out. Process with lynx -dump but no -nolist!
>> Also in the xterm.faq.html be sure all the links are still valid.
>> There were even some local file:/// ones broken.
T> hmm - I'm looking at revision 1.84, which seems ok (though pointers
T> to other sites tend to be unreliable).
$ grep 84 /usr/share/doc/xterm/xterm.faq.html
  $XTermId: xterm.faq.html,v 1.84 2004/07/13 21:47:03 tom Exp $
$ lynx -dump -listonly /usr/share/doc/xterm/xterm.faq.html|perl -nwe \
'[EMAIL PROTECTED]([^#]+)[EMAIL PROTECTED]@&&print'|sort -u|xargs find
find: /usr/share/doc/dialog/dialog.html: No such file or directory
find: /usr/share/doc/lynx: No such file or directory
find: /usr/share/doc/ncurses: No such file or directory
find: /usr/share/doc/scripts: No such file or directory
find: /usr/share/doc/vile: No such file or directory
find: /usr/share/doc/vttest: No such file or directory
find: /usr/share/doc/xterm/XTerm-debian-88c: No such file or directory
/usr/share/doc/xterm/xterm.faq.html
/usr/share/doc/xterm/xterm.log.html
$ zcat sid/Contents-i386.gz|zgrep /usr/share/doc/ncurses/
$
etc.
And for me lynx is lynx-cur etc.


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



Bug#354418: man-db: LC_CTYPE=zh_TW.utf8 vs. quote marks

2006-02-25 Thread Dan Jacobson
Package: man-db
Version: 2.4.3-3
Severity: wishlist

Hrumf. Can't use LC_CTYPE=zh_TW.utf8 or else ASCII examples get turned
into smart quotes oversmartness:
$ env|egrep LC\|zh
LC_MESSAGES=C
LC_COLLATE=C
LANG=zh_TW.utf8
LC_CTYPE=zh_TW.utf8
$ man bash|grep /bfox|cat -v
 [EMAIL PROTECTED]/var/mail/bfox?"You have mail":~/shell-mail?"$_ has
$ LC_CTYPE=C man bash|grep /bfox|cat -v
 MAILPATH='/var/mail/bfox?"You have mail":~/shell-mail?"$_ has
So in emacs I must do (setq manual-program "LC_CTYPE=C man")
but what about in the shell? man --ascii apparently is something different.

I can no longer cut and paste examples from man pages, I mean weren't
those examples meant to be ASCII? Am I to blame?


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



Bug#354417: general: "You have new mail" but how to read?

2006-02-25 Thread Dan Jacobson
Package: general
Severity: wishlist

Often new users encounter
You have new mail in /home/nordsburg/Maildir/
$ mail
mail: /home/nordsburg/Maildir/: Is a directory

One sees it often. At least the reminder mechanism, knowing where the
mail is hidden on the system, could also give a hint in its message of
at least one basic way of reading ones mail. Otherwise one can just cd
... ls ... cd ... ls ... cat.

Anyway, apparently it is so easy for system administrators to turn
their system into a Maildir system, leaving users in the lurch.

Bash's MAILPATH's custom messages in /etc/profile perhaps is a candidate,
but is it applicable to directories? And then it must get pasted into
/etc/profile.

$ apropos Maildir
maildir: nothing appropriate.
$ apropos mail|wc -l
172
$ apt-cache search maildir|wc -l
67
Then I suppose he would use dlocate -l to see which of those were
installed.  Anyway, by now our grandma's initial joy at "You've got
mail!" will surely be her last.

Anyway, it's too easy for a Debian system to end up this way.

Perhaps make dependency/alternatives between Maildir enabled clients
and servers?


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



Bug#354416: metamail: test="xxx" field isn't passed the correct value of '%s'

2006-02-25 Thread Shawn Lamson
Package: metamail
Version: 2.7-51
Severity: normal


according to the man page for mailcap metamail should evaluate the
test=xxx field with the same arguments as the command field, namely %s
should be the name of the file (the attachment to a mail message) 


 If  the  command contains "%s", those two characters will be
replaced by the name of a file that contains the body of  the
message.



The command may be any UNIX command, using the same syntax and the same 
 %-escapes as for the  viewing command, as described above.

Granted, a careful reading indicates it says that %s is "replaced by the name of
*a* file that contains the body of the message" but I would think that
it would be the filename of the attached file... however an strace shows
that %s is actually the name of the temp file created... this makes it
impossible to have mailcap entries test on the file name of the
attachement.

If one wanted to use the attachment file name to determine what
application to use on files with the same Content-Type but different
extensions it would be nice to be able to test the actual attachment
filename

video/x-ms-asf; mplayer %s; description="MS Media File"; test=echo %s |
grep -qi asf
video/x-ms-asf; avifile %s; description="MS Media File"; test=echo %s |
grep -qi asx

should evaluate the attachment file name but instead evaluate the name
of the temp file created; from an strace
- start snip
[pid  5837] execve("/bin/sh", ["sh", "-c", "echo /tmp/MHE5of5 | grep -qi
asf"...], [/* 34 vars */]) = 0
- end

or better yet with debugging on:
- start snip
write(1, "Metamail Version 2.7, debugging "..., 278Metamail Version 2.7,
debugging turned on.
Trying to open input file:
/home/slamson/.sylpheed-claws/mimetmp/002e.funny_scene.asf
Here is the environment:

Executing test command: echo /tmp/M2LNuzg | grep -qi tmp
Here is the environment:

---Executing:  mplayer /tmp/M86wEAl
- end

Of course it executed because I used "tmp" as the search key for grep
instead of "asf" or "asx" as I would have wanted.

Is there an alternate solution available for this type of filename
evaluation?  Is this a bug?  A wishlist item?


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages metamail depends on:
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

Versions of packages metamail recommends:
ii  mime-support  3.35-1 MIME files 'mime.types' & 'mailcap
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode

-- no debconf information


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



Bug#354415: ITP: gnome-colorscheme - Generates a variety of colorschemes from a single starting color

2006-02-25 Thread Carlos C Soto

Package: wnpp
Severity: ITP

* Package name: gnome-colorscheme
  Version : 0.3.90
  Upstream: Jonathon Jongsma <[EMAIL PROTECTED]>
* URL : http://home.gna.org/colorscheme/
* License : GPL
  Description : Generates a variety of colorschemes from a single starting color
 GNOME Colorscheme is a very simple application for the GNOME desktop that
 allows you to generate a variety of colorschemes from a single starting color.
 .
 Some of the grat features include:
   - Generate 6 different types of color schemes: Complements, Split
 Complements, Triads, Tetrads, Analogous, and Monochromatic.
   - Select a color that's displayed anywhere on the screen.
   - Easily change the lightness or saturation of a colorscheme.
   - Navigate back and forward through history of previously selected colors.
   - Save your favorite colors to a 'Favorites' list for easy reference and
 export your favorites as a Gimp Palette file.
   - Choose colors from a palette of pre-defined "web-safe" colors.


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



Bug#338089: aic7xxx vs k3b troubles

2006-02-25 Thread Graham
Hi Florian

I think the problem you are describing is unrelated to my original bug report.

But look here:  http://bugs.debian.org/339871

-- graham



Bug#354346: fail2ban: Wrong apache log is monitored

2006-02-25 Thread Yaroslav Halchenko
thank you for reporting... 
indeed there was a bit of confusion, and access.log was considered since
upstream author uses combined log file thus everything gets into it...
the other question which bothers me: why the heck apache uses two
different formats for timestamp in access and error files? ;-)

anyways -- I've fixed it (now it s error.log with reverted regexes) --
it will be uploaded soon and close this bug
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]




pgpbPK0548Zyt.pgp
Description: PGP signature


Bug#353475: /usr/share/man/man2/wait3.2.gz: should point to clock man pages

2006-02-25 Thread Bernd Eckenfels
On Sun, Feb 26, 2006 at 03:52:41AM +0100, Michael Kerrisk wrote:
> > it would be good if wait3(2) and wait4(2) points to clock(3) and
> > clock_gettime(3) 
> 
> Why?
> 
> > Also
> > getrusage(2) should point to clock(3) and clock_gettime(3)
> 
> Why?

Because those are alternative ways to get to accounting data. I think if
somebody knows the traditional interface like wait3(2) and time(1) she might
want to know about the other posix possibilities to get to that data (not
after the fact). At least I had this situation that I was looking up time
and its background and did not get a pointer to the clock_ familiy.

Gruss
Bernd


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



Bug#244711: update request

2006-02-25 Thread Vincent McIntyre
Hi

my group is also interested in this package being in Debian.
It has been a great help to have Zed's package and the new
packaging done so far seems a good improvement.

The licensing situation seems to be summarised here:
  http://forums.iraf.net/viewtopic.php?t=84858
and it seems grim.

If there were a list of the bits that depend on NCARGRAPHICS perhaps
they can be replaced by freely licensed code.

Kind regards
Vince



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



Bug#354414: www.debian.org: Invalid URL in jigdo files used to download Debian Stable DVD ISO

2006-02-25 Thread Ferenczi Viktor
Package: www.debian.org
Severity: grave
Justification: renders package unusable


I've downloaded jigdo and template files from
http://cdimage.debian.org/debian-cd/current/i386/jigdo-dvd/

After jigdo-lite (installed from the jigdo-file package)
started to download files, I got error messages for each
file download like this:

--04:14:02--  
http://security.debian.org/pool/main/s/shfs/shfs-source_0.35-2_all.deb
   => 
`debian-31r1-i386-binary-1.iso.tmpdir/security.debian.org/pool/main/s/shfs/shfs-source_0.35-2_all.deb'
   Csatlakozás security.debian.org[128.101.240.212]:80-hoz... 
kapcsolódva.
   HTTP kérés elküldve, várom a választ... 404 Not Found
   04:14:02 HIBA 404: Not Found.

(some words are in Hungarian, but 404 Not Found is the problem)

I've checked the URL:

http://security.debian.org/pool/main/s/shfs/shfs-source_0.35-2_all.deb

It is a wrong link.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.13
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)



Bug#354413: libsasl2: the only package in base still linked against libdb4.2

2006-02-25 Thread Steve Langasek
Package: libsasl2
Version: 2.1.19-1.9
Severity: important

The libsasl2 package is still linked against libdb4.2, and is the only
package still in the base system to do so.  Please update to libdb4.3 or
libdb4.4 instead.

If updating to libdb4.4, this probably should be discussed with the db
maintainers first, because I understand there may be a pending ABI break on
some architectures due to NPTL issues.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#339707: gdm: GDM must not mess with the dpi.

2006-02-25 Thread Simon Budig
Package: gdm
Version: 2.8.0.6-2
Followup-For: Bug #339707


Even if gnome messes around with the DPI (wrongly!), this is no reason
to do it in gdm as well. You can change the gnome dpi setting at
runtime, but you cannot do this with the changed gdm setting, since
xdpyinfo will stick to that dpi setting. Applications relying on proper
dpi information are doomed to failed and the user is bound to edit
config files. Heck, even the explicit configuration of the monitor size
in the xorg.conf file gets clobbered.

If you need to work around broken autodetection of the display size from
the x-server, do it by hardcoding a display size for the x-server in the
xorg.conf (DisplaySize keyword in the Monitor section). This is the
place where someone would look for that setting. GDM must not mess with
this.

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

Versions of packages gdm depends on:
[...]
ii  xlibs6.9.0.dfsg.1-4  X Window System client libraries m

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


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



Bug#211237: twiki: crontab and .mailnotify time stamps

2006-02-25 Thread Sven Dowideit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I implemented the .mailnotify suggestion in (20030201-3) - but i've been
reluctant to create a crontab magically

Sven
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEARspPAwzu0QrW+kRAnMbAKCSQLWheqyJuZICRfsyKur12eRp2QCgp62r
zy+n/Hu8hSZ4uiKEYYn/ZO8=
=/uyc
-END PGP SIGNATURE-


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



Bug#354389: checkinstall segfaults

2006-02-25 Thread C.Y.M
Updating checkinstall to version 1.6.0 fixes the segfaults with the latest Sid
sources.


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



Bug#353475: /usr/share/man/man2/wait3.2.gz: should point to clock man pages

2006-02-25 Thread Michael Kerrisk
Hello Bernd,

> it would be good if wait3(2) and wait4(2) points to clock(3) and
> clock_gettime(3) 

Why?

> Also clock(3) should point to the clock_ man pages. 

Perhaps.

> Also
> getrusage(2) should point to clock(3) and clock_gettime(3)

Why?

Cheers,

Michael

-- 
Michael Kerrisk
maintainer of Linux man pages Sections 2, 3, 4, 5, and 7 

Want to help with man page maintenance?  
Grab the latest tarball at
ftp://ftp.win.tue.nl/pub/linux-local/manpages/, 
read the HOWTOHELP file and grep the source 
files for 'FIXME'.


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



Bug#319617: python2.4-yappy depends on pcre _again_

2006-02-25 Thread Rogerio Reis
On Sat, 25 Feb 2006 23:32:15 +0100
"Dr. ERDI Gergo" <[EMAIL PROTECTED]> wrote:

DEG> Package: python2.4-yappy
DEG> Version: 1.5-2
DEG> Followup-For: Bug #319617
DEG> 
DEG> 
DEG> It looks like the package depends on pcre again:
DEG> 
DEG>   File "/usr/lib/python2.4/site-packages/yappy/parser.py", line
DEG> 38, in ? import pcre, re, exceptions
DEG> ImportError: No module named pcre
DEG> 


Yep! you're right! Somehow "import pcre" managed to ressurect
in my sources... 
It is now corrected and uploaded in a new version (1.6)


r.
 


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



Bug#332439: #332439 - twiki: Undeclared dependency on package bc

2006-02-25 Thread Sven Dowideit
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

/usr/lib/cgi-bin/nagios/grouplist.cgi is not a twiki script

Sven
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEARQpPAwzu0QrW+kRAp3sAJ9A1mjzWdKxIwdGlcqStM5IWYR/tgCcCG8r
ja3TgtTAVpMivufEDG5zaaY=
=JPiM
-END PGP SIGNATURE-


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



Bug#347384: xterm: URLs are not the only thing you want to select...

2006-02-25 Thread Simon Budig
Package: xterm
Version: 208-3.1
Followup-For: Bug #347384


IMHO the changed charClass resource is a bad idea. It is trivial to
doubleclick on the "http" and drag over the URL. The new setting makes
it basically impossible to select e.g. the directory part of a fully
qualified filename. Being able to select URLs with a doubleclick
requires an awful lot of "separator-like" characters in them: '/', ':',
'=', '&' etc. pp.

Just for example: 
Having '&' no longer separating makes selecting of table cells in a
LaTeX-Document very troublesome.
Having '/' no longer separating makes selecting parts of a filename very
inconvenient. "," is inconvenient for CSV-formatted files (Comma
separated values), and so on and so on.

*Please* please please revert this change and restore the original
behaviour by unsetting the charClass resource.

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

Versions of packages xterm depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxaw8   6.9.0.dfsg.1-4 X Athena widget set library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxmu6   6.9.0.dfsg.1-4 X Window System miscellaneous util
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  xlibs-data6.9.0.dfsg.1-4 X Window System client data
ii  zlib1g1:1.2.3-9  compression library - runtime

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

-- debconf information:
* xterm/clobber_xresource_file: true
  xterm/xterm_needs_devpts:


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



Bug#354412: missing symlink to manpage

2006-02-25 Thread C.Y.M
Package: manpages-dev
Version: 2.17-1

fmemopen.3.gz is missing from manpages-dev.

/etc/cron.daily/man-db:
mandb: warning: /usr/share/man/man3/open_memstream.3.gz is a dangling symlink

open_memstream.3.gz -> fmemopen.3.gz



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



Bug#347790: xterm: boldFont problem seems related to font encoding

2006-02-25 Thread Simon Budig
Package: xterm
Version: 208-3.1
Followup-For: Bug #347790


I too discovered that xterm no longer respects the boldFont ressource.
In my .Xresources file I have these lines:

*vt100*font: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-1
*vt100*boldFont: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso8859-1
*vt100*boldMode: off
*vt100*boldColors: true
*vt100*colorBDMode: true

Now this does not work for some reason. *But* when I change the font to the
unicode encoding:

*vt100*font: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso10646-1
*vt100*boldFont: -misc-fixed-medium-r-semicondensed-*-*-120-*-*-c-*-iso10646-1
*vt100*boldMode: off
*vt100*boldColors: true
*vt100*colorBDMode: true

then boldMode suddenly starts working for whatever reason.

Hope this helps,
Simon

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

Versions of packages xterm depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxaw8   6.9.0.dfsg.1-4 X Athena widget set library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxmu6   6.9.0.dfsg.1-4 X Window System miscellaneous util
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  xlibs-data6.9.0.dfsg.1-4 X Window System client data
ii  zlib1g1:1.2.3-9  compression library - runtime

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

-- debconf information:
* xterm/clobber_xresource_file: true
  xterm/xterm_needs_devpts:


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



Bug#354411: beagle: BEAGLE_EXERCISE_THE_DOG can't be switched off by setting it to 0

2006-02-25 Thread Sunny Kalsi
Package: beagle
Version: 0.2.1-1
Severity: minor

beagled has a BEAGLE_EXERCISE_THE_DOG option which can be used to index
as fast as possible. However, even if this value is set to "0", it will
still index as fast as possible. "unset" has to be called on the
variable to have beagled return to it's former behaviour (or it needs to
be relaunched in a new terminal). This is slightly confusing.

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

Versions of packages beagle depends on:
ii  bash  3.1-2  The GNU Bourne Again SHell
ii  dbus-1-utils  0.60-5 simple interprocess messaging syst
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libexif12 0.6.12-2   library to parse EXIF files
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libgalago-cil 0.3.2-4CLI bindings for libgalago
ii  libgconf2.0-cil   2.8.1-1CLI binding for GConf 2.12
ii  libglade2.0-cil   2.8.1-1CLI binding for the Glade librarie
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libglib2.0-cil2.8.1-1CLI binding for the GLib utility l
ii  libgmime2.1-cil   2.1.19-1   CLI binding for the MIME library, 
ii  libgnome2.0-cil   2.8.1-1CLI binding for GNOME 2.12
ii  libgnomevfs2-02.12.2-5   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libgtk2.0-cil 2.8.1-1CLI binding for the GTK+ toolkit 2
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libmono0  1.1.13.2-1 libraries for the Mono JIT
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  librsvg2-22.12.7-5   SAX-based renderer library for SVG
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libsqlite02.8.16-1   SQLite shared library
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxss1   6.9.0.dfsg.1-4 X Screen Saver client-side library
ii  mono-classlib-1.0 1.1.13.2-1 Mono class library (1.0)
ii  mono-jit  1.1.13.2-1 fast CLI JIT/AOT compiler for Mono

Versions of packages beagle recommends:
ii  beagle-backend-evolution  0.2.1-1evolution data backend for beagle

-- no debconf information


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



Bug#354410: stop using cdbs System/Cpu fields

2006-02-25 Thread Peter Eisentraut
Package: tailor
Severity: normal

This package uses the cdbs control auto update feature.  As part of this
feature one can specify the fields System: and Cpu: in place of
Architecture: to allow a more fine-grained selection of architectures.
This feature was added with the apparent presumption that dpkg-dev would
eventually understand this syntax as well, but in fact dpkg-dev now
supports a different syntax.  Therefore, the cdbs-specific syntax will
be removed as soon as possible.  Since this package only makes trivial
use of the System/Cpu feature, please just revert to the normal
Architecture field.


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



Bug#354145: mindi: Cdrom not detected after cdrom boot

2006-02-25 Thread Andree Leidenfrost
Salut Yann,

Thanks a lot for reporting this issue and for mentioning the workaround
you found!

I can confirm the problem and it's all my fault: When I made the change
in 1.06-2 to get DMA to work on VIA chipsets, I relied on the
ide-generic module to get loaded later, which is wrong as the CD can't
be accessed because of the missing ide driver - catch 22. Silly me!

mindi unfortunately uses a brute force approach to load modules and to
satisfy inter-module dependencies. It does not allow for loading modules
in a particular order. This, however, is exactly what is required to get
DMA working on VIA chipsets: module via82cxxx needs to get loaded before
ide-generic does.

The attached patch init_#354145.diff makes it so that ide-core and
via82cxxx get loaded before the rest of the essential modules. It works
for me and I believe it should not impact things on non-VIA chipset
systems. (mindi_#354145.diff simply puts ide-generic back into
IDE_MODS.)

It would be great if you could apply the two patches, try again and let
me know the outcome. This would confirm that it does work on non-VIA
systems as well - something I can't test myself. (The mindi patch may
not be required as you've already added ide-generic back in.)

Thanks a lot & best regards,
Andree

On Thu, 2006-02-23 at 19:00 +0100, Yann Aubert wrote:
> Package: mindi
> Version: 1.06-3
> Severity: grave
> Justification: renders package unusable
> 
> When booting from a cdrom burned with mondorescue.iso, the kernel and 
> initrd are loaded without problems. But after that, when looking after 
> the other files on the cdrom, the system ask for the floppies.
> I don't have a patch but can give a hint. For my setup, I had to put 
> ide-generic back in mindi (IDE_MODS) in order to make the cdrom works 
> correctly.
> 
> 
> -- System Information:
> Debian Release: 3.1
> Architecture: i386 (i686)
> Kernel: Linux 2.6.14-2-686-smp
> Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
> 
> Versions of packages mindi depends on:
> ii  binutils  2.15-6 The GNU assembler, linker and 
> bina
> ii  bzip2 1.0.2-7high-quality block-sorting file 
> co
> ii  dosfstools2.11-2 Utilities to create and check 
> MS-D
> ii  file  4.12-1 Determines file type using 
> "magic"
> ii  gawk  1:3.1.4-2  GNU awk, a pattern scanning and 
> pr
> ii  mindi-busybox 1.00-6 Collection of shell utilities in 
> a
> ii  mkisofs   4:2.01+01a01-2 Creates ISO-9660 CD-ROM 
> filesystem
> ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel 
> mo
> ii  ms-sys1.1.3-1Write a Microsoft compatible 
> boot 
> ii  nano  1.2.4-5free Pico clone with some new 
> feat
> ii  parted1.6.21-1   The GNU Parted disk partition 
> resi
> ii  syslinux  2.11-0.1   Bootloader for Linux/i386 using 
> MS
> 
> -- no debconf information
> 
-- 
Andree Leidenfrost
Sydney - Australia



init_#354145.diff
Description: Binary data


mindi_#354145.diff
Description: Binary data


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


Bug#354401: Error "chown: `root:UNKNOWN': invalid group" when setting up tex-common

2006-02-25 Thread Vincent Lefevre
On 2006-02-26 01:42:04 +0100, Norbert Preining wrote:
> This is strange, how did the UNKNOWN came into the tex-common/groupname?

I really don't know. It was previously 82 (in my config.dat backup from
2006-02-22 01:07:52), and now UNKNOWN.

In the past, /etc/group contained:

users:x:82:

(I had this group number because the NIS setup here has another
group for gid 100), but now it contains:

users:x:100:

(it seems that another package has changed it to 100).

> Did you enter it?

No, I didn't do anything.

> The default for groupname is users, but when you select to manage
> the TeX font cache with debconf, you should have entered a valid
> groupname.

I didn't have any question concerning the groupname.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Bug#354173: digikam displays all black when trying to view image

2006-02-25 Thread Rodney Gordon II
On Sat, Feb 25, 2006 at 11:51:38PM +0100, Achim Bohnet wrote:
> Hi Rodney, Anthony, Fabrice,
> 
> I've replaced the faulty patch that works on PPC but breaks on AMD64
> with a newer one from upstream.  Can you download
> 
>   http://www.mpe.mpg.de/~ach/tmp/digikam_0.8.1-4.diff.gz
>   http://www.mpe.mpg.de/~ach/tmp/digikam_0.8.1-4.dsc  
> 
> into the dir with digikam_0.8.1.orig.tar.gz.  Then
> 
>   rm -r digikam-0.8.1
>   dpkg-source -x digikam_0.8.1-4.dsc
>   cd digikam-0.8.1
>   debuild
>   sudo debi
> 
> Let me know if this version works.

After a fresh apt-get update:
dpkg-source: warning: extracting unsigned source package
(./digikam_0.8.1-4.dsc)
dpkg-source: error: file digikam_0.8.1.orig.tar.gz has size
4957475 instead of expected 4926951

I can't find a way to make it force this through.. ?
0c6950d1189fc63b08261f81018fb444  digikam_0.8.1.orig.tar.gz

Thanks.



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



Bug#353727: linux-source-2.6.15: HP-INTEL MEGARAID SCSI controller not detected

2006-02-25 Thread maximilian attems
On Mon, 20 Feb 2006, Paul Libert wrote:

> Kernel 2.6.15 cannot be installed on old HP Netserver L(H)3000 equipped
> with various INTEL based MegaRAID SCSI controller.  Altough manually
> loading megaraid, megaraid_mbox, megaraid_mm or megaraid_sas, no drives
> are detected.  This problem occurs on 3 server equipped with differents
> cards (Integrated HP NetRAID T5, HP NetRAID-3Si)

you may want to use 2.6.16-rcX from experimental.
this has been fixed upstream.
 
-- 
maks


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



Bug#354409: stop using cdbs System/Cpu fields

2006-02-25 Thread Peter Eisentraut
Package: commit-tool
Severity: normal

This package uses the cdbs control auto update feature.  As part of this
feature one can specify the fields System: and Cpu: in place of
Architecture: to allow a more fine-grained selection of architectures.
This feature was added with the apparent presumption that dpkg-dev would
eventually understand this syntax as well, but in fact dpkg-dev now
supports a different syntax.  Therefore, the cdbs-specific syntax will
be removed as soon as possible.  Since this package only makes trivial
use of the System/Cpu feature, please just revert to the normal
Architecture field.


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



Bug#310456: completion: sudo invoke-rc.d basename: too few arguments (forwarded from Javier Kohen)

2006-02-25 Thread Ian Macdonald
On Sat 25 Feb 2006 at 21:51:53 -0300, you wrote:

> That was easy. Could you please forward this bug to the file-rc package?
> The bug is in the completion file it installs.
> 
> I think the bug lies in that using sudo shifts the position of the
> script arguments by (at least) one to the right. The file-rc script
> contains absolute references to its parameters, thus fails to address
> the ones it expects.

Actually, I'm not a Debian user and am not sure how to forward the bug.
I'll leave that to the owner of this bug to do that.

As for your theory, it sounds right. Anything that contains absolute
position references is going to have trouble when used in combination
with sudo, nice, etc.

Ian
-- 
Ian Macdonald   | Perhaps the biggest disappointments were
[EMAIL PROTECTED] | the ones you expected anyway. 
http://www.caliban.org/ | 
| 
| 


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



Bug#354408: stop using cdbs System/Cpu fields

2006-02-25 Thread Peter Eisentraut
Package: bfbtester
Severity: normal

This package uses the cdbs control auto update feature.  As part of this
feature one can specify the fields System: and Cpu: in place of
Architecture: to allow a more fine-grained selection of architectures.
This feature was added with the apparent presumption that dpkg-dev would
eventually understand this syntax as well, but in fact dpkg-dev now
supports a different syntax.  Therefore, the cdbs-specific syntax will
be removed as soon as possible.  Since this package only makes trivial
use of the System/Cpu feature, please just revert to the normal
Architecture field.


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



Bug#354407: stop using cdbs System/Cpu fields

2006-02-25 Thread Peter Eisentraut
Package: aview
Severity: normal

This package uses the cdbs control auto update feature.  As part of this
feature one can specify the fields System: and Cpu: in place of
Architecture: to allow a more fine-grained selection of architectures.
This feature was added with the apparent presumption that dpkg-dev would
eventually understand this syntax as well, but in fact dpkg-dev now
supports a different syntax.  Therefore, the cdbs-specific syntax will
be removed as soon as possible.  Since this package only makes trivial
use of the System/Cpu feature, please just revert to the normal
Architecture field.


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



Bug#354401: Error "chown: `root:UNKNOWN': invalid group" when setting up tex-common

2006-02-25 Thread Norbert Preining
Hi Vincent!

On Son, 26 Feb 2006, Vincent Lefevre wrote:
> Adjusting permissions of TeX font cache... chown: `root:UNKNOWN': invalid 
> group
>   tex-common/groupname: UNKNOWN

This is strange, how did the UNKNOWN came into the tex-common/groupname?
Did you enter it? The default for groupname is users, but when you
select to manage the TeX font cache with debconf, you should have
entered a valid groupname.

Best wishes

Norbert

---
Dr. Norbert Preining  Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
His eyes seemed to be popping out of his head. He wasn't
certain if this was because they were trying to see more
clearly, or if they simply wanted to leave at this point.
 --- Arthur trying to see who had diverted him from going to
 --- a party.
 --- Douglas Adams, The Hitchhikers Guide to the Galaxy


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



Bug#354403: [doc] various editorial errors (typos, grammar and punctuation problems)

2006-02-25 Thread Daniel B.
Package: menu
Version: 2.1.24
Severity: normal

There are a number of editorial errors (typos, grammar errors, and 
punctuation errors) in the documentation.


The update-menus(1) manual page says:

* "update-menus will be ran automatically"

  That should be "... will be run ..."

* "... when Debian packages ... are installed or removed from the 
  system"

  That should be: " ... installed on or removed from ..."

* "(but this can be overruled by the system administrator/user, see 
  below)

  That comma should actually be a semicolon.  (The clauses before
  an after the colon are independent clauses (they could have been
  separate sentences), so they need to be separated with a semicolon
  instead of a comma.)


* "... update-menus execute the menu entry file, and use its stdout"

  That "execute" should be "executes" (and "use" should be "uses").

* "... to the list of directory to search..."

  That should be "... list of directories ..."

* "In these directory ..."

  That should be "these directories ..."

* "files. (if a file ... any more)."

  That should be: 

"files.  (If ... .)"

  or

"files (if ... )."

* "... generated system."$wm"rc files ..."

  The would be clearer as:

"... system.${wm}rc ..."


The menufile(5) manual page says:

* '... you can list several "menu entries", that specify ...'

  That should be 

'... "menu entries" that specify ...'

  or 

'... "menu entries," which specify ...'


* "Each menu entry specifies what package it depends on ..."

  That whould be "... which package ..."


* "Each menu entry specifies what package it depends on, if that package 
  is not installed, the menu entry will be ignored by update-menus(1)."

  The first comma should be a semicolon.


* Similar: 'In a menu entry you can specify pseudo-packages that start 
  with "local.", update-menus will always use those menu entries).'

  That comma should also be a semicolon.


*  "?package(package-name):var1=value var2=varlue2 ..."


* "needs= What type of display will the program run on?"

  That would be better as:

"needs= What type of display the program will run on."

  (because other items (section, icon, etc.) are not described
  with questions).

  (Actually, it would probably be better to say "What type of display
  the program needs" (or "... runs on").


(Also, although this isn't an editorial error:  The FORMAT section
doesn't seem to document that quotes are allowed (or when they are
required).  

Also, that section doesn't document the "hotkey=" option that is
mentioned in the NOTES section.))


* '(icon="none" is also possible, preferably just leave it out)'

  The comma should be a semicolon (and there should be a period 
  right after the word "out").


* "... the X11 one will be used, otherwise the text one will be 
  used..."

  That comma should be a semicolon.

* "... A comma-separated list of  hints  on  how  grouping  menu
  entries, see manual."

  That comma should also be a semicolon (and "see manual" would
  probably be better as "see the manual").


The install-menu(1) manual page says:

* "menu-information" (several times)

  That should be "menu information".

* "menuentries" should be "menu entries".


/usr/share/doc/menu/html/ch2.html says:

* "Basically, you as user don't need to know ...":

  That should be "user as a user don't ..." (or "users don't ...").

* "startupfiles" should be "startup files"

* "Update-menus then reads in all menu files in /etc/menu/ /usr/lib/menu 
and /usr/share/menu/default, ..."

  There should be a comma after "/etc/menu" (between it and 
  "/usr/lib/menu").


/usr/share/doc/menu/html/ch3.html says:

* "Packages provided menu files should be in /usr/lib/menu/."

  That should be "Package-provided ..."


* "The format is"

  That should be:

"The format is:"

* "An entry must be terminated by a newline, however you can use \ to 
  escape a newline."

  That comma should be a semicolon.  Also, that backslash should be
  quoted (although, actually, it would be better to write out the word
  "backslash").

* "... meta-character ... be escaped ..."

  That should be "... meta-characters ..."

* "You can include several entries in the same files."

  I think you mean "... in the same file."

* "The file must be encoded in ASCII 7bit."

  That should be "in 7-bit ASCII."

* "... that do not support 8bit."

  That should be "8-bit" something, probably "8-bit encodings."

* "... not depended by the package ..."

  That should be "... not depended on by the package ..."

* "Users can use pseudo packages names starting by local. which are assumed
  to be always installed.

  In the above:
  - "packages names" should be "package names"
  - "pseudo package..." should probably be "pseudo-package..."
  - "starting by" should be "starting with"
  - the string "local." must be quoted so the period (full stop) doesn't
seem to end the sentence
 
* "menuentry" should be "menu entry"


* "Two entries must not ha

Bug#354334: udev removal should remake initrd

2006-02-25 Thread maximilian attems
reassign 354334 initramfs-tools
stop

On Sat, 25 Feb 2006, matthieu castet wrote:

> after installing udev, my computer randomly fails to boot and displayed
> a busybox.

what is your root on?
please send your /etc/fstab

does this command cure your troulbes:
update-initramfs -t -u

that although would still need latest udev.
 
> For that reason I decided to install yaird and remove udev.
> But when removing udev, the initrd wasn't remade and still contained some
> udev scripts.
> It make the system unbootable.
 
you tried another initramfs generator to regenerate an newer initrd
just reconfigure your linux-image like that, it will pick available
generators: dpkg-reconfigure linux-image-2.6.15-1-686

> When udev is removed it should remake the initrd or display a big
> warning asking the user that it should remade the initrd.

udev is not generatoring initrds, just updating the one
of initramfs-tools on upgrade to place it newest hooks there.

-- 
maks


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



Bug#344905: mldonkey server does not support normal address/mask format in allowed_ips

2006-02-25 Thread Josip Rodin
On Tue, Dec 27, 2005 at 11:48:18PM +0100, Sylvain Le Gall wrote:
> > It's quite unfortunate that the allowed_ips variable doesn't accept the
> > normal address/mask format, because that way there is no easy way to
> > specify networks such as 213.202.64.0/18, let alone something larger.
> 
> I agree with this statement. But, from my experience, people don't play
> a lot with anything outside 192.168.0.* or 127.0.0.1. But off course, i
> will be better to adress everything in the netmask... I think you would
> agree that this bug is "wishlist"...

Well, perhaps minor, but not wishlist, because I think it's silly to expect
people to maintain an IP access list without netmask support. It's 2006 :)

It doesn't even extend only to larger blocks - think smaller networks too -
how do you specify a /26, skip the next /27, and then include another /27?
It's simply painful :)

-- 
 2. That which causes joy or happiness.


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



Bug#348782: [2.6.15-6 aha152x-cs] BUG: soft lockup detected on CPUU#0!

2006-02-25 Thread maximilian attems
hello philippe,

On Thu, 23 Feb 2006, Philippe Bourcier wrote:

> On Wed, Feb 15, 2006 at 09:51:48PM +0100, Philippe Bourcier wrote:
> >   let's start with a reminder of the original bug (
> > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348782 ) «
> > I just got the following BUG. I copied the message by hand so
> > it's not a perfect backtrace; I apologize for that.
> > 
> > comm: ipw2200
> > EIP is at __queue_work+3e
> > EFLAGS 00200246 Not tainted
> > eax: f4ba5650 ebx: f44db268 ECX: 0001 EDX: f4ba5650
> > ESI: f4ba5648 EDI: 00200246 EBP: f44da670 DS: 007b ES: 007b
> > CR0: 8005003b CR2: b7dbe080 CR3: 1fd17000 CR4: 06d0
> > queue_work+27
> > ipw_associate+172
> > ipw_bg_associate+0x14
> > worker_thread+0x140
> > ipw_bg_associate+0x0
> > default_wake_function+0x0
> > worker_thread+0
> > kthread+68
> > kthread+0
> > kernel_thread_helper+5 »
urrgs never seen that on the ipw2200 i have my hands on,
which version of the intel firmware are you using:
ls /lib/firmware/

> >   I have a similar problem with linux-image-2.6.15-1-686
> > (2.6.15-6) when I use all the scsi hardware (cd-rom, cd-burner,
> > 2*dd): (I copy the message by hand)
 
when is that happening?
please post dmesg with affected devices.

>   same problem with new update:
> linux-image-2.6.15-1-686   2.6.15-7
> 
> > BUG: soft lockup detected on CPUU#0!
> > Pid: 4, comm:events/0
> > EIP: 0060 []CPU:0
> > EIP is at worker_thread+0x129/0x19f
> >   EFLAGS: 0246 Not tainted (2.6.15-1-686)
> > EAX: c8c83084  EBX: c8c83084  ECX: c8c83080  EDX: c8c83084
> > ESI: c7ff59a0  EDI: 0246  EBP:   DS: 0076  ES:007b
> > CR0: 8005003b  CR2: bfd25124  CR3: 076e3000  CR4: 0240
> > [] run+0x0/0x3b [aha152_cs]
> > [] default_wake_function+0x0/0x12
> > [] worker_thread+0x0/0x19f
> > [] kthread+0x68/0x95
> > [] kthread+0x68/0x95
> > [] kernel_thread_helper+0x5/0xb
> 
> best regards,
> -- 
>/ \
>   ((__-^^-,-^^-__))
>  .''`.  Philippe BOURCIER  `-_---' `---_-'  .-.
> : :' :  http://bourcier.philippe.online.fr  `--|o` 'o|--'   /V\
> `. `'  \  `  / // \\
>   `-   Linux Counter registered user #290012): :( /(   )\
> :o_o:  ^^-^^
>  "-"
-- 
maks



Bug#310456: completion: sudo invoke-rc.d basename: too few arguments (forwarded from Javier Kohen)

2006-02-25 Thread Javier Kohen
El dom, 26-02-2006 a las 01:40 +0100, Ian Macdonald escribió:
> On Sat 25 Feb 2006 at 21:21:01 -0300, you wrote:
> 
> > El dom, 26-02-2006 a las 01:16 +0100, Ian Macdonald escribió:
> > > On Mon 05 Sep 2005 at 14:21:56 +0200, you wrote:
> > >  
> > > > Trying to complete on "sudo invoke-rc.d" causes the following error
> > > > messages to be displayed:
> > > > 
> > > > [EMAIL PROTECTED]:~$ sudo invoke-rc.d basename: too few arguments
> > > > Try `basename --help' for more information.
> > > > bash: [: ==: unary operator expected
> > > > basename: too few arguments
> > > > Try `basename --help' for more information.
> > > > bash: [: ==: unary operator expected
> > > > 
> > > > Plainly completing on invoke-rc.d doesn't cause this problem, same for
> > > > sudo with other commands (xine, ls, synaptic, etc.).
> > > 
> > > I can't reproduce this here. sudo's completion function doesn't even use
> > > basename. In fact, none of the completion functions do.
> > 
> > I see... I'm not familiar with the completion system. Any ideas on how
> > to start debugging this will be very appreciated.
> 
> Try 'set -x' before attempting the tab completion. The output should
> make reasonably clear where the call to basename is coming from.

That was easy. Could you please forward this bug to the file-rc package?
The bug is in the completion file it installs.

I think the bug lies in that using sudo shifts the position of the
script arguments by (at least) one to the right. The file-rc script
contains absolute references to its parameters, thus fails to address
the ones it expects.

Thanks!
-- 
Javier Kohen <[EMAIL PROTECTED]>
ICQ: blashyrkh #2361802
Jabber: [EMAIL PROTECTED]


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#310456: completion: sudo invoke-rc.d basename: too few arguments (forwarded from Javier Kohen)

2006-02-25 Thread Ian Macdonald
On Sat 25 Feb 2006 at 21:21:01 -0300, you wrote:

> El dom, 26-02-2006 a las 01:16 +0100, Ian Macdonald escribió:
> > On Mon 05 Sep 2005 at 14:21:56 +0200, you wrote:
> >  
> > > Trying to complete on "sudo invoke-rc.d" causes the following error
> > > messages to be displayed:
> > > 
> > > [EMAIL PROTECTED]:~$ sudo invoke-rc.d basename: too few arguments
> > > Try `basename --help' for more information.
> > > bash: [: ==: unary operator expected
> > > basename: too few arguments
> > > Try `basename --help' for more information.
> > > bash: [: ==: unary operator expected
> > > 
> > > Plainly completing on invoke-rc.d doesn't cause this problem, same for
> > > sudo with other commands (xine, ls, synaptic, etc.).
> > 
> > I can't reproduce this here. sudo's completion function doesn't even use
> > basename. In fact, none of the completion functions do.
> 
> I see... I'm not familiar with the completion system. Any ideas on how
> to start debugging this will be very appreciated.

Try 'set -x' before attempting the tab completion. The output should
make reasonably clear where the call to basename is coming from.

Ian
-- 
Ian Macdonald   |  we're calling 2.2 POTATO?? 
[EMAIL PROTECTED] | 
http://www.caliban.org/ | 
| 
| 



Bug#354406: ftp.debian.org: invalid Release.gpg of sarge (expired key)

2006-02-25 Thread Andrzej Adam Filip
Package: ftp.debian.org
Severity: important

Gnupg key used to generate Release.gpg of sarge has expired at
2006-01-31. New Release.gpg should be generated using currecnt gpg key.

Old key: 4F368D5D Debian Archive Automatic Signing Key (2005)
New key: 2D230C5F Debian Archive Automatic Signing Key (2006)

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


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



Bug#354405: lastfm: Should support alsa "dmix" devices

2006-02-25 Thread Erich Schubert
Package: lastfm
Version: 1.1.5-3
Severity: normal

The lastfm player should support the "dmix" dvices used by alsa for
software mixing. So the player doesn't block while my audio device is in
use, and allows other applications to play sounds as well during
playback.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages lastfm depends on:
ii  libasound21.0.10+1.0.11rc2-1 ALSA library
ii  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-9  GCC support library
ii  libqt4-core   4.1.0-3Qt 4 core non-GUI functionality ru
ii  libqt4-gui4.1.0-3Qt 4 core GUI functionality runtim
ii  libstdc++64.0.2-9The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  xlibs 6.9.0.dfsg.1-4 X Window System client libraries m

Versions of packages lastfm recommends:
ii  dillo [www-browser]  0.8.5-4 Small and fast web browser
ii  elinks [www-browser] 0.10.6-1advanced text-mode WWW browser
ii  encompass [www-brows 0.5.99.3-4  a lightweight web-browser for GNOM
ii  epiphany-browser [ww 1.8.5-2 Intuitive GNOME web browser
ii  firefox [www-browser 1.5.dfsg+1.5.0.1-2  lightweight web browser based on M
ii  galeon [www-browser] 2.0.0+cvs20060225-1 GNOME web browser for advanced use
ii  konqueror [www-brows 4:3.5.1-1   KDE's advanced file manager, web b
ii  links [www-browser]  0.99+1.00pre12-1Character mode WWW browser
ii  links2 [www-browser] 2.1pre20-3  Web browser running in both graphi
ii  lynx [www-browser]   2.8.5-2sarge1   Text-mode WWW Browser
ii  mozilla-browser [www 2:1.7.12-1.1The Mozilla Internet application s
ii  opera-static [www-br 8.50-20050916.1 The Opera Web Browser

-- no debconf information


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



Bug#354404: xine-ui: polish translation is not availalbe, but correct gettexted file is included

2006-02-25 Thread Emil Nowak
Package: xine-ui
Version: 0.99.3-1.2
Severity: normal

Polish transaltion for xine-ui is included in pacage, but translation is not
avaiable in gui. I can only see translated strings when I try display some
messages to console like:
$ xine --help

I was checking by running xine through strace, and it seems that it opens this
file:

open("/usr/share/locale/pl/LC_MESSAGES/xine-ui.mo", O_RDONLY) = 3

I made:
msgunfmt /usr/share/locale/pl/LC_MESSAGES/xine-ui.mo 
and it seems that almost all gui is translated here, however those messages
never appear when normaly using program

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages xine-ui depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libcomerr21.38+1.39-WIP-2005.12.31-1 common error description library
ii  libcurl3  7.15.1-1   Multi-protocol file transfer libra
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libice6   6.9.0.dfsg.1-1 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libkrb53  1.4.3-5MIT Kerberos runtime libraries
ii  libncurses5   5.5-1  Shared libraries for terminal hand
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libreadline5  5.1-5  GNU readline and history libraries
ii  libslang2 2.0.5-1The S-Lang programming library - r
ii  libsm66.9.0.dfsg.1-1 X Window System Session Management
ii  libssl0.9.8   0.9.8a-5   SSL shared libraries
ii  libx11-6  6.9.0.dfsg.1-1 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxine1  1.1.1-1the xine video/media player librar
ii  libxinerama1  6.9.0.dfsg.1-1 X Window System multi-head display
ii  libxtst6  6.9.0.dfsg.1-1 X Window System event recording an
ii  libxv16.9.0.dfsg.1-1 X Window System video extension li
ii  libxxf86vm1   6.9.0.dfsg.1-1 X Video Mode selection library
ii  xlibs 6.9.0.dfsg.1-2 X Window System client libraries m
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages xine-ui recommends:
ii  libaa11.4p5-30   ascii art library

-- no debconf information


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



Bug#354173: digikam displays all black when trying to view image

2006-02-25 Thread Fabrice Flore-Thebault
Le Samedi 25 Février 2006 23:51, Achim Bohnet a écrit :
> Hi Rodney, Anthony, Fabrice,

Hi all,

> I've replaced the faulty patch that works on PPC but breaks on AMD64
> with a newer one from upstream.  Can you download
>
>   http://www.mpe.mpg.de/~ach/tmp/digikam_0.8.1-4.diff.gz
>   http://www.mpe.mpg.de/~ach/tmp/digikam_0.8.1-4.dsc
...
> Let me know if this version works.

Just tested and : yes it works (on ppc).

> Thanks for you patience and testing..

Thanks for your great work and reactivity...

-- 
Fabrice Flore-Thébault
http://www.libregraphicsmeeting.org/ - Lyon, France, 17-18-19th March 2006



Bug#340871: [m68k] Toolchain regression in mathinline.h (glibc)

2006-02-25 Thread Roger Leigh
Stephen R Marenka <[EMAIL PROTECTED]> writes:

> On Tue, Feb 21, 2006 at 07:12:09PM +, Roger Leigh wrote:
>
>> There is a problem with compiling C++ code using mathinline.h.  The
>> inline function signatures do not match the prototypes in
>> mathcalls.h.  The prototypes in mathcalls.h include a throw specifier
>> (AFAICT from __MATHCALL), but the functions in mathinline.h lack this,
>> leading to build failures:
>
> [...]
>
>> I'm not familiar with glibc/m68k, but adding __THROW to the inline
>> functions should be all that is required.
>
> It's just not clear to me where this is supposed to go. I stuck
> mathinline.h at .
>
> I'd be happy to test the results if you could give me some pointers.

Another pointer: the code in mathinline.h needs to match the
prototypes generated by __MATHCALL in mathcalls.h (defined in
/usr/include/math.h).

I'm not sure why there's such a mismatch.  Perhaps mathinline.h can
reuse some of the __MATHDECL* macros to prevent the differences?


Regards,
Roger

-- 
Roger Leigh
Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.


pgpng5V1HzCDZ.pgp
Description: PGP signature


Bug#293939: #293939 joe in html mode segfaults

2006-02-25 Thread Josip Rodin
On Sun, Jul 10, 2005 at 06:49:35PM +0300, Jarno Elonen wrote:
> I don't really understand the internals of JOE, but it looks like
> the crash occurs because the editor tries to remove a 
> corrupt/non-existent/orphaned link from a doubly linked list in
> b.c line 334 (using the deque_f macro from queue.h on line 29).
> 
> This quick fix prevents the segfault but might leak memory, cause
> some other defects and/or mask the real bug:
> 
> --- orig/joe-3.1/b.c2004-05-27 01:23:37.0 +0300
> +++ joe-3.1/b.c 2005-07-10 18:16:26.0 +0300
> @@ -331,7 +331,8 @@
> *p->owner = NULL;
> if (p->ptr)
> vunlock(p->ptr);
> -   pfree(deque_f(P, link, p));
> +   if ( p->link.prev && p->link.next )
> +   pfree(deque_f(P, link, p));
>  }
> 
>  P *pset(P *n, P *p)

This patch would still apply to 3.3, but I can't seem to reproduce the bug.
Guys?

-- 
 2. That which causes joy or happiness.


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



Bug#327414: bash: no completion for invoke-rc.d (forwarded from Jan Christoph Ebersbach)

2006-02-25 Thread Ian Macdonald
On Sat 10 Sep 2005 at 14:09:15 +0200, you wrote:

> X-Loop: [EMAIL PROTECTED]
> Reply-To: Jan Christoph Ebersbach <[EMAIL PROTECTED]>,
>   [EMAIL PROTECTED]
> X-Debian-PR-Message: report 327414
> X-Debian-PR-Package: bash
> X-Debian-PR-Keywords: patch
> In-Reply-To: <[EMAIL PROTECTED]>
> User-Agent: Mutt/1.5.10i
> Delivered-To: [EMAIL PROTECTED]
> X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de (including spamassassin)
> X-Spam-Status: No, hits=0 tagged_above=0 required=3 tests=
> X-Spam-Level: 
> Resent-From: Jan Christoph Ebersbach <[EMAIL PROTECTED]>
> Resent-To: debian-bugs-dist@lists.debian.org
> Resent-CC: Matthias Klose <[EMAIL PROTECTED]>
> Resent-Date: Sat, 10 Sep 2005 09:18:09 UTC
> Resent-Message-ID: <[EMAIL PROTECTED]>
> Resent-Sender: Debian BTS <[EMAIL PROTECTED]>
> From: Jan Christoph Ebersbach <[EMAIL PROTECTED]>
> To: Justin Pryzby <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: Bug#327414: bash: no completion for invoke-rc.d
> Date: Sat, 10 Sep 2005 11:05:09 +0200
> 
> On Sat 10-09-2005, Jan Christoph Ebersbach wrote:
> 
> > On Fri 09-09-2005, Justin Pryzby wrote:
> >
> > > I agree!  And it should work with sudo, too.  Your patch doesn't
> > > implement /etc/init.d/$foo start,stop completion, correct?
> >
> > The start,stop completion should work with my patch.
> >
> > If the previous word is not invoke-rc.d, start, stop ... will be
> > completed.
> >
> > +*) COMPREPLY=( $( compgen -W 'start stop restart reload
> > +force-reload' -- $cur ) ) return 0 ;;
> >
> 
> Ah, there is a bug - the find-parameter "-perm +u=x" should be "-perm
> +111"
> 
> Here is the correct patch.

> --- bash_completion.old   2005-09-10 00:44:54.0 +0200
> +++ bash_completion   2005-09-10 10:58:44.0 +0200
> @@ -3238,6 +3238,32 @@
>  } &&
>  complete -F _mysqladmin mysqladmin
>  
> +# invoke-rc.d(8) completion
> +#
> +have invoke-rc.d &&
> +_invokercd()
> +{
> +local cur prev options
> +
> +COMPREPLY=()
> +cur=${COMP_WORDS[COMP_CWORD]}
> +prev=${COMP_WORDS[COMP_CWORD-1]}
> +
> +case $prev in
> +invoke-rc.d)
> +files=$( find /etc/init.d/ -perm +111 | sed 's|^/etc/init.d/||' )
> +COMPREPLY=( $( compgen -W "${files}" -- $cur ) )
> +return 0
> +;;
> +
> +*)
> +COMPREPLY=( $( compgen -W 'start stop restart reload force-reload' 
> -- $cur ) )
> +return 0
> +;;
> +esac
> +} &&
> +complete -F _invokercd invoke-rc.d
> +
>  # gzip(1) completion
>  #
>  have gzip &&

Added for next release.

Ian
-- 
Ian Macdonald   | "It's God.  No, not Richard Stallman, or
[EMAIL PROTECTED] | Linus Torvalds, but God." (By Matt Welsh) 
http://www.caliban.org/ | 
| 
| 


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



Bug#324169: bash: [completion] Mercurical revision control bash completions available (forwarded from Jari Aalto)

2006-02-25 Thread Ian Macdonald
On Mon 05 Sep 2005 at 14:38:27 +0200, you wrote:

Content-Description: message body text
> or is this one too specific?
> 

Content-Description: forwarded message
> X-Loop: [EMAIL PROTECTED]
> Reply-To: Jari Aalto <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> X-Debian-PR-Message: report 324169
> X-Debian-PR-Package: bash
> X-Debian-PR-Keywords: 
> X-Mailer: reportbug 3.15
> Delivered-To: [EMAIL PROTECTED]
> X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de (including spamassassin)
> X-Spam-Status: No, hits=0 tagged_above=0 required=3 tests=
> X-Spam-Level: 
> Resent-From: Jari Aalto <[EMAIL PROTECTED]>
> Resent-To: debian-bugs-dist@lists.debian.org
> Resent-CC: Matthias Klose <[EMAIL PROTECTED]>
> Resent-Date: Sat, 20 Aug 2005 17:33:04 UTC
> Resent-Message-ID: <[EMAIL PROTECTED]>
> Resent-Sender: Debian BTS <[EMAIL PROTECTED]>
> From: Jari Aalto <[EMAIL PROTECTED]>
> To: Debian Bug Tracking System <[EMAIL PROTECTED]>
> Subject: Bug#324169: bash: [completion] Mercurical revision control bash 
> completions available
> Date: Sat, 20 Aug 2005 20:19:41 +0300
> 
> Package: bash
> Version: 3.0-15
> Severity: wishlist
> 
> Please include Mercurial complations with bash. See full bash script
> at:
> 
>http://www.selenic.com/pipermail/mercurial/2005-August/003378.html

Added to contrib for next release.

Ian
-- 
Ian Macdonald   | A pain in the ass of major dimensions.   --
[EMAIL PROTECTED] | C.A. Desoer, on the solution of non-linear 
http://www.caliban.org/ | circuits 
| 
| 


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



Bug#323613: bash: [COMPLETION] fail to complete commands when prefixed with variable assignment (forwarded from Justin Pryzby)

2006-02-25 Thread Ian Macdonald
On Mon 05 Sep 2005 at 14:13:08 +0200, you wrote:

> X-Loop: [EMAIL PROTECTED]
> Reply-To: Justin Pryzby <[EMAIL PROTECTED]>,
>   [EMAIL PROTECTED]
> X-Debian-PR-Message: report 323613
> X-Debian-PR-Package: bash
> X-Debian-PR-Keywords: 
> User-Agent: Mutt/1.5.9i
> X-Virus-Scanned: Symantec AntiVirus Scan Engine
> Delivered-To: [EMAIL PROTECTED]
> X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de (including spamassassin)
> X-Spam-Status: No, hits=0 tagged_above=0 required=3 tests=
> X-Spam-Level: 
> Resent-From: Justin Pryzby <[EMAIL PROTECTED]>
> Resent-To: debian-bugs-dist@lists.debian.org
> Resent-CC: Matthias Klose <[EMAIL PROTECTED]>
> Resent-Date: Wed, 17 Aug 2005 15:18:06 UTC
> Resent-Message-ID: <[EMAIL PROTECTED]>
> Resent-Sender: Debian BTS <[EMAIL PROTECTED]>
> From: Justin Pryzby <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Bug#323613: bash: [COMPLETION] fail to complete commands when 
> prefixed with variable assignment
> Date: Wed, 17 Aug 2005 11:14:42 -0400
> 
> Package: bash
> Severity: normal
> Version: 3.0-15
> 
> The following will not complete to "pkg-config",
> 
>   DEB_BUILD_OPTIONS=nostrip apt-get -b source pkg-confi
> 
> but the following will
> 
>   apt-get -b source pkg-confi

This is outside of the control of the bash completion project, I'm
afraid. The variable assignment at the start of the line switches off
the calling of the associated completion function.

To fix this would require a change to bash, itself.

Thanks,

Ian
-- 
Ian Macdonald   | "Die?  I should say not, dear fellow.  No
[EMAIL PROTECTED] | Barrymore would allow such a conventional
http://www.caliban.org/ | thing to happen to him."   -- John
| Barrymore's dying words 
| 


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



Bug#327413: bash: no package-completion for "aptitude show" (forwarded from Jan Christoph Ebersbach)

2006-02-25 Thread Ian Macdonald
On Sat 25 Feb 2006 at 22:55:48 +0100, you wrote:

> X-Loop: [EMAIL PROTECTED]
> Reply-To: Jan Christoph Ebersbach <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
> X-Debian-PR-Message: report 327413
> X-Debian-PR-Package: bash
> X-Debian-PR-Keywords: patch
> X-Mailer: reportbug 3.17
> Delivered-To: [EMAIL PROTECTED]
> X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de (including spamassassin)
> X-Spam-Status: No, hits=0 tagged_above=0 required=3 tests=
> X-Spam-Level: 
> Resent-From: Jan Christoph Ebersbach <[EMAIL PROTECTED]>
> Resent-To: debian-bugs-dist@lists.debian.org
> Resent-CC: Matthias Klose <[EMAIL PROTECTED]>
> Resent-Date: Fri, 09 Sep 2005 22:48:07 UTC
> Resent-Message-ID: <[EMAIL PROTECTED]>
> Resent-Sender: Debian BTS <[EMAIL PROTECTED]>
> From: Jan Christoph Ebersbach <[EMAIL PROTECTED]>
> To: Debian Bug Tracking System <[EMAIL PROTECTED]>
> Subject: Bug#327413: bash: no package-completion for "aptitude show"
> Date: Sat, 10 Sep 2005 00:45:47 +0200
> 
> Package: bash
> Version: 3.0-16
> Severity: normal
> Tags: patch
> 
> 
> Unfortunately there is no package-completion for "aptitude show", like
> "apt-cache show" has.

Thanks. Someone else has already reported this, so it's fixed for the
next release.

Ian
-- 
Ian Macdonald   | To lead people, you must follow behind.  
[EMAIL PROTECTED] | -- Lao Tsu 
http://www.caliban.org/ | 
| 
| 


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



Bug#310456: completion: sudo invoke-rc.d basename: too few arguments (forwarded from Javier Kohen)

2006-02-25 Thread Javier Kohen
El dom, 26-02-2006 a las 01:16 +0100, Ian Macdonald escribió:
> On Mon 05 Sep 2005 at 14:21:56 +0200, you wrote:
>  
> > Trying to complete on "sudo invoke-rc.d" causes the following error
> > messages to be displayed:
> > 
> > [EMAIL PROTECTED]:~$ sudo invoke-rc.d basename: too few arguments
> > Try `basename --help' for more information.
> > bash: [: ==: unary operator expected
> > basename: too few arguments
> > Try `basename --help' for more information.
> > bash: [: ==: unary operator expected
> > 
> > Plainly completing on invoke-rc.d doesn't cause this problem, same for
> > sudo with other commands (xine, ls, synaptic, etc.).
> 
> I can't reproduce this here. sudo's completion function doesn't even use
> basename. In fact, none of the completion functions do.

I see... I'm not familiar with the completion system. Any ideas on how
to start debugging this will be very appreciated.

Thanks,
-- 
Javier Kohen <[EMAIL PROTECTED]>
ICQ: blashyrkh #2361802
Jabber: [EMAIL PROTECTED]


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#310456: completion: sudo invoke-rc.d basename: too few arguments (forwarded from Javier Kohen)

2006-02-25 Thread Ian Macdonald
On Mon 05 Sep 2005 at 14:21:56 +0200, you wrote:

> X-Loop: [EMAIL PROTECTED]
> Reply-To: Javier Kohen <[EMAIL PROTECTED]>,
>   [EMAIL PROTECTED]
> X-Debian-PR-Message: report 310456
> X-Debian-PR-Package: bash
> X-Debian-PR-Keywords: 
> X-Comment: RFC 2476 MSA function at avas-mr03.fibertel.com.ar logged sender 
> identity as: jkohen
> X-Mailer: reportbug 3.12
> X-Fib-Al-Info: Al
> X-Fib-Al-MRId: 64db35a7551b038591d7ac795baf647d
> X-Fib-Al-From: [EMAIL PROTECTED]
> Delivered-To: [EMAIL PROTECTED]
> X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de (including spamassassin)
> X-Spam-Status: No, hits=0 tagged_above=0 required=3 tests=
> X-Spam-Level: 
> Resent-From: Javier Kohen <[EMAIL PROTECTED]>
> Resent-To: debian-bugs-dist@lists.debian.org
> Resent-Cc: Matthias Klose <[EMAIL PROTECTED]>
> Resent-Date: Mon, 23 May 2005 18:33:04 UTC
> Resent-Message-ID: <[EMAIL PROTECTED]>
> Resent-Sender: Debian BTS <[EMAIL PROTECTED]>
> From: Javier Kohen <[EMAIL PROTECTED]>
> To: Debian Bug Tracking System <[EMAIL PROTECTED]>
> Subject: Bug#310456: completion: sudo invoke-rc.d basename: too few arguments
> Date: Mon, 23 May 2005 15:26:42 -0300
> 
> Package: bash
> Version: 3.0-14
> Severity: minor
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Trying to complete on "sudo invoke-rc.d" causes the following error
> messages to be displayed:
> 
> [EMAIL PROTECTED]:~$ sudo invoke-rc.d basename: too few arguments
> Try `basename --help' for more information.
> bash: [: ==: unary operator expected
> basename: too few arguments
> Try `basename --help' for more information.
> bash: [: ==: unary operator expected
> 
> Plainly completing on invoke-rc.d doesn't cause this problem, same for
> sudo with other commands (xine, ls, synaptic, etc.).

I can't reproduce this here. sudo's completion function doesn't even use
basename. In fact, none of the completion functions do.

Ian
-- 
Ian Macdonald   | Booker's Law:  An ounce of application is
[EMAIL PROTECTED] | worth a ton of abstraction. 
http://www.caliban.org/ | 
| 
| 


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



Bug#315515: bash: Environment variables completion error for commands 'cd' and 'ls'. (forwarded from Peter Gebauer)

2006-02-25 Thread Ian Macdonald
On Mon 05 Sep 2005 at 14:25:25 +0200, you wrote:

> X-Loop: [EMAIL PROTECTED]
> Reply-To: Peter Gebauer <[EMAIL PROTECTED]>,
>   [EMAIL PROTECTED]
> X-Debian-PR-Message: report 315515
> X-Debian-PR-Package: bash
> X-Debian-PR-Keywords: 
> X-Mailer: reportbug 3.12
> X-Virus-Scanned: by amavisd-new at smtp.su.se
> Delivered-To: [EMAIL PROTECTED]
> X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de (including spamassassin)
> X-Spam-Status: No, hits=0 tagged_above=0 required=3 tests=
> X-Spam-Level: 
> Resent-From: Peter Gebauer <[EMAIL PROTECTED]>
> Resent-To: debian-bugs-dist@lists.debian.org
> Resent-Cc: Matthias Klose <[EMAIL PROTECTED]>
> Resent-Date: Thu, 23 Jun 2005 10:33:10 UTC
> Resent-Message-ID: <[EMAIL PROTECTED]>
> Resent-Sender: Debian BTS <[EMAIL PROTECTED]>
> From: Peter Gebauer <[EMAIL PROTECTED]>
> To: Debian Bug Tracking System <[EMAIL PROTECTED]>
> Subject: Bug#315515: bash: Environment variables completion error for 
> commands 'cd' and 'ls'.
> Date: Thu, 23 Jun 2005 09:23:59 +0200
> 
> Package: bash
> Version: 3.0-15
> Severity: minor
> 
> "cd $MY_VAR" will complete to "cd \$MY_VARIABLE" and escape the 
> dollar character.
> You don't want it escaped, you want to use it. Also, it doesn't need to 
> expand variables, just leave them as they are.
> "ls $MY_VAR" will not complete at all.

This can't be fixed, due to a limitation in bash itself. For cd
completion to treat pathnames correctly and not append a space to them,
'complete -o filenames' must be used. Unfortunately, this has the
effect of treating $foo as a filename, too, so bash escapes the $
metacharacter.

Ian
-- 
Ian Macdonald   | Q: What's the difference between a duck and
[EMAIL PROTECTED] | an elephant? A: You can't get down off an
http://www.caliban.org/ | elephant. 
| 
| 


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



Bug#354402: libchipcard2-0c2: invalid URL in copyright file

2006-02-25 Thread Jörg Sommer
Package: libchipcard2-0c2
Version: 1.9.15.99+1.9.16alpha-1
Severity: normal

Hi Thomas,

the URL http://sf.net/libchipcard/ in debian/copyright is invalid. I
should be http://sf.net/projects/libchipcard/

Regards, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15.4
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages libchipcard2-0c2 depends on:
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libgwenhywfar17c2 1.19.2-1   OS abstraction layer
ii  libsysfs1 1.3.0-7interface library to sysfs
ii  libusb-0.1-4  2:0.1.11-4 userspace USB programming library

libchipcard2-0c2 recommends no packages.

-- no debconf information


pgp5FrFNfQfTZ.pgp
Description: PGP signature


Bug#354351: fail to install

2006-02-25 Thread Norbert Preining
Dear Miguel!

On Sam, 25 Feb 2006, Miguel Gea Milvaques wrote:
> >>kpsewhich: unrecognized option `-var-value'
> 
> /usr/bin/kpsewhich
> 
> > and
> > kpsewhich --version
> 
> [EMAIL PROTECTED]:/media/loop0$ kpsewhich --version
> kpathsea version 3.4.5


Uuups, where did you got this from?

Do you have teTeX or TeX live installed?

You are running sid, but what is your version of tetex-bin? 

Please send me the output of
dpkg -l tetex-bin texlive-base-bin

This is very strange. Did you NOT upgrade tetex to tetex3? In case you
are running still tetex2, then I could explain this, but otherwise that
would be strange.

Best wishes

Norbert

---
Dr. Norbert Preining  Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
TRISPEN (n.) A form of intelligent grass. It grows a single, tough
stalk and makes its home on lawns. When it sees the lawnmower coming
it lies down and pops up again after it has gone by.
--- Douglas Adams, The Meaning of Liff


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



Bug#345604: [Fontinst] License of the fontinst documentation

2006-02-25 Thread Ulrik Vieth

Taco Hoekwater wrote:

Frank Küster wrote:



But there's also files in the talks subdirectory for which no source is
currently available.  Do you know about the license situation for them,
or should I try to contact Ulrik or Taco?  And, for that matter, I guess
roadmap.eps has been created with MetaPost - do you happen to have the
sources available?



I completely forgot I helped with that talk. The documents were
prepared by Ulrik (I do not have sources and am not an author).


Hi Frank,

I prepared the documents for a presentation at EuroTeX 99 and Taco
assisted with the presentation. Therefore his name was on it as well.

As for licensing, I never bothered to define any specifc license for
the documents. As far as I know, they have been available on CTAN
since fontinst-prerelease-1.914 in November 1999. (I just checked the
CTAN CD 2000, which shows a filedate of Nov 16 1999 for doc/talks.)

As for sources, I may still have them somewhere on my local machine,
but they were never released, partly because the fonts required to
typeset the documents are non-free (Lucida Bright) and partly because
the PDF doucments are the final form intended for consumption.

As for roadmap.eps, the diagram was presumably created by Alan Jeffrey
and has been part of earlier fontinst distributions since 1995.

The orignal source of the EPS may have been created with xfig, since
the archive copy of fontinst-1.504 contains a file roadmap.fig along
with roadmap.eps, which can be found here:

ftp://ftp.tug.org/historic/fonts/utilities/fontinst/fontinst-1.504/doc/


Please let me know, if you need and further statement of clarification
regarding the licensing isseue.

Ulrik Vieth






Bug#354399: PAM Session Closing breaks `suspend`

2006-02-25 Thread Elliott Mitchell
Package: login
Version: 1:4.0.3-31sarge5

Enabling CLOSE_SESSIONS in /etc/login.defs prevents suspending of su'd
shells. Typing `suspend` into the shell simply hangs. Sending SIGCONT to
the shell gets it to resume, but access to the parent shell is never
obtained.


-- 
(\___(\___(\__  --=> 8-) EHM <=--  __/)___/)___/)
 \BS (| [EMAIL PROTECTED] PGP 8881EF59 |)   /
  \_CS\   |  _  -O #include  O-   _  |   /  _/
\___\_|_/82 04 A1 3C C7 B1 37 2A*E3 6E 84 DA 97 4C 40 E6\_|_/___/




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



Bug#340871: [m68k] Toolchain regression in mathinline.h (glibc)

2006-02-25 Thread Roger Leigh
Stephen R Marenka <[EMAIL PROTECTED]> writes:

> On Tue, Feb 21, 2006 at 07:12:09PM +, Roger Leigh wrote:
>
>> There is a problem with compiling C++ code using mathinline.h.  The
>> inline function signatures do not match the prototypes in
>> mathcalls.h.  The prototypes in mathcalls.h include a throw specifier
>> (AFAICT from __MATHCALL), but the functions in mathinline.h lack this,
>> leading to build failures:
>
> [...]
>
>> I'm not familiar with glibc/m68k, but adding __THROW to the inline
>> functions should be all that is required.
>
> It's just not clear to me where this is supposed to go. I stuck
> mathinline.h at .
>
> I'd be happy to test the results if you could give me some pointers.

It might be as simple as:

--- m68kmath/mathinline.h   2006-02-21 18:26:28.0 +
+++ mathinline.h2006-02-25 23:30:48.0 +
@@ -100,7 +100,7 @@
 /* Define a const math function.  */
 #define __m81_defun(rettype, func, args) \
   __m81_inline rettype __attribute__((__const__))\
-  __m81_u(func) args
+  __m81_u(func) args __THROW
 
 /* Define the three variants of a math function that has a direct
implementation in the m68k fpu.  FUNC is the name for C (which will be


Basically, you need to add __THROW after the function prototype.
Following all the #defines backwards:

__inline_mathop(atan, atan)
__inline_mathop1(double, func, op)
__m81_defun (float_type, func, (float_type __mathop_x))

leads us to the real prototype being expanded in __m81_defun.  I think
this is the right place, but I'm not completely certain.


Regards,
Roger

-- 
Roger Leigh
Printing on GNU/Linux?  http://gutenprint.sourceforge.net/
Debian GNU/Linuxhttp://www.debian.org/
GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.


pgpWIr1X5NLJa.pgp
Description: PGP signature


Bug#354400: beagle: does not index pdf files using their contents

2006-02-25 Thread Arnaud Cornet
Package: beagle
Version: 0.2.1-1
Severity: normal

beagled does not use the content of the pdf files on the system when the
programs pdftotext and pdfinfo are not available at runtime.
It works when poppler-utils is installed. The package juste needs an
extra dependancy.

Regards,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4-suspend2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages beagle depends on:
ii  bash  3.1-2  The GNU Bourne Again SHell
ii  dbus-1-utils  0.60-6 simple interprocess messaging syst
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
hi  libc6 2.3.6-2GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libexif12 0.6.12-2   library to parse EXIF files
ii  libfontconfig12.3.2-2generic font configuration library
ii  libgalago-cil 0.3.2-4CLI bindings for libgalago
ii  libgconf2.0-cil   2.8.1-1CLI binding for GConf 2.12
ii  libglade2.0-cil   2.8.1-1CLI binding for the Glade librarie
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libglib2.0-cil2.8.1-1CLI binding for the GLib utility l
ii  libgmime2.1-cil   2.1.19-1   CLI binding for the MIME library, 
ii  libgnome2.0-cil   2.8.1-1CLI binding for GNOME 2.12
ii  libgnomevfs2-02.12.2-6   GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.12-1   The GTK+ graphical user interface 
ii  libgtk2.0-cil 2.8.1-1CLI binding for the GTK+ toolkit 2
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libmono0  1.1.13.2-1 libraries for the Mono JIT
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  librsvg2-22.12.7-5   SAX-based renderer library for SVG
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libsqlite02.8.16-1   SQLite shared library
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxss1   6.9.0.dfsg.1-4 X Screen Saver client-side library
ii  mono-classlib-1.0 1.1.13.2-1 Mono class library (1.0)
ii  mono-jit  1.1.13.2-1 fast CLI JIT/AOT compiler for Mono

Versions of packages beagle recommends:
ii  beagle-backend-evolution  0.2.1-1evolution data backend for beagle

-- no debconf information


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



Bug#354398: problems with streams

2006-02-25 Thread Decklin Foster
Michal Čihař writes:

> when I execute pygmy, I get following excetion on console and pygmy
> doesn't work at all. It happens only while playing stream.

I believe we have this fixed in svn. If you'd like to test it out before
the next version is ready to be packaged and report back here that would
be helpful. Thanks.
(https://developer.berlios.de/svn/?group_id=3815)

-- 
things change.
[EMAIL PROTECTED]



Bug#354401: Error "chown: `root:UNKNOWN': invalid group" when setting up tex-common

2006-02-25 Thread Vincent Lefevre
Package: tex-common
Version: 0.18
Severity: grave
Justification: renders package unusable

When setting up tex-common:

Setting up tex-common (0.18) ...
Adjusting permissions of TeX font cache... chown: `root:UNKNOWN': invalid group
dpkg: error processing tex-common (--configure):
 subprocess post-installation script returned error exit status 123
Errors were encountered while processing:
 tex-common
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.4-20051215
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.4.71 Debian configuration management sy
ii  ucf   2.005  Update Configuration File: preserv

tex-common recommends no packages.

-- debconf information:
* tex-common/managecache: true
  tex-common/groupname: UNKNOWN
* tex-common/cnf_name:


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



Bug#350519: More info

2006-02-25 Thread Martin Lefebvre
This might be a bit long, and I'm not too sure what this all means, but
I hope it helps someone resolve the problem:

(gdb) run
Starting program: /usr/bin/giftui
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1218500384 (LWP 23778)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)

Program received signal SIGSEGV, Segmentation fault.
---Type  to continue, or q  to quit---
[Switching to Thread -1218500384 (LWP 23778)]
0xb776c1e3 in strlen () from /lib/tls/libc.so.6
(gdb) bt
#0  0xb776c1e3 in strlen () from /lib/tls/libc.so.6
#1  0xb790ea8e in g_strdup () from /usr/lib/libglib-2.0.so.0
#2  0xb7e3157d in gtk_tree_view_column_set_title ()
from /usr/lib/libgtk-x11-2.0.so.0
#3  0x080593ca in giftui_about_get_type ()
#4  0xb7987d46 in g_type_create_instance ()
from /usr/lib/libgobject-2.0.so.0
#5  0xb796cf42 in g_object_thaw_notify ()
from /usr/lib/libgobject-2.0.so.0
#6  0xb796d5bf in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#7  0xb796e1cf in g_object_new_valist ()
from /usr/lib/libgobject-2.0.so.0
#8  0xb796e320 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#9  0x0805a023 in giftui_about_new ()
#10 0x08053189 in gift_connected ()
#11 0x080533ed in gift_connected ()
#12 0x08053613 in main ()
(gdb)


-- 
Martin Lefebvre <[EMAIL PROTECTED]>
SIGTerm Technologies



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



Bug#354124: 02/21 Etch install -- DHCP fails for Realtek 8139

2006-02-25 Thread Geert Stappers
On Sat, Feb 25, 2006 at 05:05:16PM -0500, David B van Balen wrote:

> The installer appears to recognize my card
> (Realtek Semiconductor Co., Ltd RTL-8139/813/8139C+ (rev 10)) properly
> and load the correct modules (8139cp, 8139too, mii, eth1394, ieee1394)
> during the "Detect Network Hardware" step,
> but fails in the "Configure the network" step.


Mmm,  8139cp _and_ 8139too  
I wonder why twice a simular NIC driver ?

One loaded by the kernel, the other by discover,
both for the same physical NIC.  That will cause problems


> If I then run ifconfig in a separate VT, I can see lo, but not eth0.
> Running 'ifconfig eth0 up' succeeds and I can see eth0,
> but running dhclient merely results in multiple messages
> like "DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6,"
> followed by "No DHCPOFFERS received" and
> "No working leases in persistent database."

That reminds me at bugreport #354124.


HtH
GSt


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



Bug#354173: digikam displays all black when trying to view image

2006-02-25 Thread Achim Bohnet
Hi Rodney, Anthony, Fabrice,

I've replaced the faulty patch that works on PPC but breaks on AMD64
with a newer one from upstream.  Can you download

http://www.mpe.mpg.de/~ach/tmp/digikam_0.8.1-4.diff.gz
http://www.mpe.mpg.de/~ach/tmp/digikam_0.8.1-4.dsc  

into the dir with digikam_0.8.1.orig.tar.gz.  Then

rm -r digikam-0.8.1
dpkg-source -x digikam_0.8.1-4.dsc
cd digikam-0.8.1
debuild
sudo debi

Let me know if this version works.

Thanks for you patience and testing..

Achim


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



Bug#354398: problems with streams

2006-02-25 Thread Michal Čihař
Package: pygmy
Version: 0.47-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

when I execute pygmy, I get following excetion on console and pygmy
doesn't work at all. It happens only while playing stream.

Traceback (most recent call last):
  File "/usr/share/python-support/pygmy/pygmy.py", line 436, in iterate
Player.iterate(self)
  File "/usr/share/python-support/pygmy/pygmy.py", line 256, in iterate
self.handle_change_status()
  File "/usr/share/python-support/pygmy/pygmy.py", line 484, in 
handle_change_status
self.update_progressbar()
  File "/usr/share/python-support/pygmy/pygmy.py", line 578, in 
update_progressbar
self.w.progressbar.set_fraction(float(self.time[0])/self.time[1])
ZeroDivisionError: float division

Also when I switch to another song, pygmy starts, but ends with
exception while displaying playlist (after adding first of stream URL):

Traceback (most recent call last):
  File "/usr/share/python-support/pygmy/pygmy.py", line 436, in iterate
Player.iterate(self)
  File "/usr/share/python-support/pygmy/pygmy.py", line 256, in iterate
self.handle_change_status()
  File "/usr/share/python-support/pygmy/pygmy.py", line 488, in 
handle_change_status
self.update_playlist()
  File "/usr/share/python-support/pygmy/pygmy.py", line 609, in update_playlist
total_time = total_time + int(track.time)
  File "/usr/lib/python2.3/site-packages/mpdclient2.py", line 271, in 
__getattr__
raise AttributeError
AttributeError

- -- 
Michal Čihař | http://cihar.com


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

Versions of packages pygmy depends on:
ii  python2.3.5-5An interactive high-level object-o
ii  python-empy   3.3-2  A templating system for Python
ii  python-glade2 2.8.2-3GTK+ bindings: Glade support
ii  python-gtk2   2.8.2-3Python bindings for the GTK+ widge
ii  python-mpdclient  0.11.1-1   Python interface to MPD
ii  python-support0.1.1  automated rebuilding support for p

Versions of packages pygmy recommends:
ii  gnome-icon-theme  2.12.1-2   GNOME Desktop icon theme
ii  python-gnome2-extras  2.12.1-2.1 Python bindings for the GNOME desk

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEAOS83DVS6DbnVgQRAskqAKDKvK1uLAGLwBg+lZo1kmKoeq9bbwCdEAlC
ANFXBr3SCRhaYTFFnOnEOnQ=
=9P8I
-END PGP SIGNATURE-


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



Bug#234848: Bug reports for texinfo (and 2 wishes)

2006-02-25 Thread Karl Berry
> FIrst: What do you get when you make
>   man Top

No manual entry for Top.

> And I assume that this returns the manpage for Top, which is here on my
> system the same as man top.

Sounds right to me.  

I'm just guessing, since I still can't reproduce this bug any more, but
how about this (checked in to cvs):

--- nodes.c.~1.6.~  2006-02-23 16:29:45.0 -0800
+++ nodes.c 2006-02-25 15:04:41.0 -0800
@@ -141,4 +141,5 @@
 {
   NODE *node = NULL;
+  int implicit_nodename = 0;
 
   /* If we are unable to find the file, we have to give up.  There isn't
@@ -153,5 +154,8 @@
   /* If NODENAME is not specified, it defaults to "Top". */
   if (!nodename)
-nodename = "Top";
+{
+  nodename = "Top";
+  implicit_nodename = 1;
+}
 
   /* If the name of the node that we wish to find is exactly "*", then the
@@ -172,7 +176,7 @@
   /* If the file buffer is the magic one associated with manpages, call
  the manpage node finding function instead. */
-  else if (file_buffer->flags & N_IsManPage)
+  else if (!implicit_nodename && file_buffer->flags & N_IsManPage)
 {
-node = get_manpage_node (file_buffer, nodename);
+  node = get_manpage_node (file_buffer, nodename);
 }
 #endif /* HANDLE_MAN_PAGES */


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



Bug#354380: ia32-libs patch

2006-02-25 Thread Goswin von Brederlow
Hi,

testing on an actual ia64 revealed that the depends on latest libc6 is
unneeded, the ldconfig already finds the libs on its own without the
new /lib/ldconfig dir.

So debian rules can do with a tiny change:

# Set Arch specific variables
# On amd64 some package compile 32bit debs directly.
# Skip converting them and Depend on them instead.
ifeq (amd64,$(DEB_HOST_ARCH))
  lib_depends = libc6-i386 (>= 2.3.6-2), lib32z1
  FILTER = zlib1g libc6 libgcc1
  EXTRA_INSTALL =
else
-  lib_depends = libc6 (>= 2.3.6-2)
+  lib_depends =
  FILTER = libgcc1
  EXTRA_INSTALL = install-ia32-libs-dev install-lib32gcc1
endif

MfG
Goswin


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



Bug#323815: bzflag: This bug still present in both testing and unstable.

2006-02-25 Thread Chris Metzler
On Sat, 25 Feb 2006 13:57:36 -0800
Steve Langasek wrote:
> 
> The version which was listed as fixing the bug is indeed present in
> testing and unstable (rather, a later version is present).

Whoops.  For some dumb reason I took 2.0.4.20051017-0.1 as an earlier
version than 2.0.4.20051017 because of the 0.1 on the end.  Sorry.


> But it does
> seem to be the case that the bug should be reopened because it was
> never fixed.

Thanks.

-c


-- 
Chris Metzler   [EMAIL PROTECTED]
(remove "snip-me." to email)

"As a child I understood how to give; I have forgotten this grace since I
have become civilized." - Chief Luther Standing Bear


signature.asc
Description: PGP signature


Bug#293810: reproducible

2006-02-25 Thread Peter Gervai
On Thu, 16 Feb 2006 09:22:39 -0500
Justin Pryzby <[EMAIL PROTECTED]> wrote:

> On Thu, Feb 16, 2006 at 01:15:12PM +0100, Peter Gervai wrote:
> > Hello folks,
> > 
> > Wouldn't it be proper to remove the unreproducible flag, since this 
> > crash is quite common. And since it contains a patch it could be 
> > flagged as, well, +patch. And dunno about the upstream but it may
> > even be fixed, so I don't have to force DSP to none
> It doesn't much matter, since the patch is for another package (I'm
> working on the assumption that the patch actually fixes the problem,
> which seems to be affect mostly am64 people).  So it doesn't matter
> what happens to all the duplicate firefox bugs, since there's already
> a handful of duplicate esound bugs. :)
> 
> Your bug is also different in that you're not running amd64, so it
> doesn't trigger the "reassign or merge" alarm in my head.

Hell, if life just could be simple. :)

Firefox just started to crash (good old sig11), bus error is absent
since I disabled darned esd. Oh well, life is full of fun. But tracking
sig11 is a nightmare, so I belive I'll just sit and wait. :-/ 

Thanks for the reply,
Peter



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



Bug#354397: hibernate: Log should include times

2006-02-25 Thread Victor Porton
Package: hibernate
Version: 1.12-1
Severity: wishlist

Hibernate should provide detailed log WITH TIMES.

We need to know the time (better up to 1/100 sec) of execution of each
stage of suspend and especially resume (to tune for faster resume).

/var/log/hibernate.log should contain times.


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



Bug#354396: libxine1: setting subtitle delay doesn't work

2006-02-25 Thread Emil Nowak
Package: libxine1
Version: 1.0.1-1.4
Severity: normal

Setting subbitle delay doesn't work. 
Default keybindings for changing subtitle delay is N and M (in xine-ui), when
I press those keys there is OSD-message saing "SPU offset: 0:0...somethng",
but it doesn't affect subtitles, They are displayed at the same defult thime.

Maybe the probles is only with this one subtitle format. I don't know what is
the name of this format but, it looks like this:
{2095}{2165}first text
{2169}{2246}second text


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages libxine1 depends on:
ii  libasound21.0.10-2   ALSA library
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libglu1-xorg [libglu1]6.9.0.dfsg.1-3 Mesa OpenGL utility library [X.Org
ii  libmodplug0c2 1:0.7-5shared libraries for mod music bas
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libspeex1 1.1.12-1   The Speex Speech Codec
ii  libtheora00.0.0.alpha5-1 The Theora Video Compression Codec
ii  libvorbis0a   1.1.2-1The Vorbis General Audio Compressi
ii  libxext6  6.9.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxinerama1  6.9.0.dfsg.1-1 X Window System multi-head display
ii  xlibmesa-gl [libgl1]  6.9.0.dfsg.1-3 Mesa 3D graphics library [X.Org]
ii  xlibs 6.9.0.dfsg.1-2 X Window System client libraries m
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages libxine1 recommends:
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libxv16.9.0.dfsg.1-1 X Window System video extension li

-- no debconf information


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



Bug#353820: [Build-common-hackers] Bug#353820: Please use debhelper v5 compatibility by default

2006-02-25 Thread Peter Eisentraut
Marc Dequènes wrote:
> Beside swapping to level 5 itself, it seems only debug package
> management is affected, seems easy to fix. If Nohar or myself find
> some spare time, we could make a small patch for it.

I think it'd be wisest if this were addressed in conjunction with 
"#228044: support for dh_strip's --dbg-package=package or --keep-debug 
missing" since the debug package support is the more interesting part 
of debhelper 5.



Bug#319617: python2.4-yappy depends on pcre _again_

2006-02-25 Thread Dr. ERDI Gergo
Package: python2.4-yappy
Version: 1.5-2
Followup-For: Bug #319617


It looks like the package depends on pcre again:

  File "/usr/lib/python2.4/site-packages/yappy/parser.py", line 38, in ?
import pcre, re, exceptions
ImportError: No module named pcre



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

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

python2.4-yappy recommends no packages.

-- no debconf information


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



Bug#248500: [Adduser-devel] Bug#248500: adduser: do not re-use uids used once

2006-02-25 Thread Marc Haber
On Sat, Feb 25, 2006 at 11:11:38PM +0100, Marc Haber wrote:
> Hast Du den applied? Ich find "reuse" nicht in der Konfigdatei und
> auch nicht in adduser.

Errm. That one was not meant to go to the BTS. I apologize.

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#338882: privoxy: filters out google searchbox

2006-02-25 Thread Adam Kessel
On Sat, Feb 11, 2006 at 10:13:17PM +0100, Roland Rosenfeld wrote:
> > Package: privoxy
> > Version: 3.0.3-5
> > Severity: minor
> > 
> > Starting some time last night, Google's code changed such that privoxy
> > thinks the search box should be a blocked ad in a default configuration.
> > 
> > E.g.:
> > 
> > http://images.rosi-kessel.org/google_changed_screenshot.png
> 
> Sorry for not answering to this that long.
> Currently I'm working on privoxy again and I cannot reproduce the
> effect (nor did I ever experience it myself in the past).
> Did the problem go away in the meantime or does it persist for you?
> Could you please send me an example URL (the one in the screenshot was
> cut in the middle)?
> 
> Do you use some special filters?

Hi Roland:

Hmm. The problem has disappeared for me too. I don't know if Google
switche its code back, or perhaps I had some custom privoxy setting that
has since been overriden by an upgrade. I guess if no one else
experienced the problem, we might as well close the bug.

(Incidentally, the search in the screenshot above was just a Firefox
google search box search for the term 'google').

Adam


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



Bug#219188: equivs ignores Provides:, also prints strange error message

2006-02-25 Thread Peter Samuelson

[Paul Pergamenshchik]
> When I run "equivs-build faketwisted", where faketwisted contains the line
> Provides: python2.2-twisted python-twisted python2.3-twisted

Package names must be comma-separated:

  dpkg-gencontrol: warning: can't parse dependency python2.2-twisted 
python-twisted python2.3-twisted


> dh_md5sums
> dh_builddeb
> dpkg-deb: building package `faketwisted' in
> `../faketwisted_1.0_all.deb'.
> /usr/bin/fakeroot: line 1: wait: pid 11578 is not a child of this shell

As era said, this is probably a fakeroot bug (and I can't reproduce it
here), and seems to be harmless.

Can I close this bug?

Thanks,
Peter


signature.asc
Description: Digital signature


Bug#354395: useless README.Debian file

2006-02-25 Thread Marco d'Itri
Package: neverball
Version: 1.4.0-1
Severity: minor

Please remove /usr/share/doc/neverball/README.Debian from the package
since it contains no information.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#100421: We have a new supervisor position, pat hysler

2006-02-25 Thread Casey
pat hysler, Ring me if you would like to quit
your deadend job and start generating triple what your making now.

My Number - 888 712 1097

10k+ a week from the comfort of your own home!

Casey



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



Bug#323815: bzflag: This bug still present in both testing and unstable.

2006-02-25 Thread Steve Langasek
reopen 323815
thanks

On Sat, Feb 25, 2006 at 02:22:01PM -0500, Chris Metzler wrote:

> This bug was marked fixed and closed four months ago; but the version
> which fixes the bug is not in unstable and never made it to testing.

The version which was listed as fixing the bug is indeed present in testing
and unstable (rather, a later version is present).  But it does seem to be
the case that the bug should be reopened because it was never fixed.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#354216: changing upstream's MODULE_LICENSE string in module source

2006-02-25 Thread Alexander Terekhov
On 2/25/06, Don Armstrong <[EMAIL PROTECTED]> wrote:
[...]
> Next, the presence of the binary blobs, if they're actually needed,
> preclued this work from being compatible with the GPL.

Sez who?

The last I heard Moglen "freed" blobs. The Prof in GNU Law declared
them to be fully resistant to the General Public Virus even in his
totally perverse alternative reality where linking magically converts
"proprietary" object code into GPL'd source code.

> If we assume
> that the combination of this work with a GPL forms a derived work

A combination is a compilation, not a derivative work. So full stop.

regards,
alexander.



  1   2   3   >