Bug#292152: akregator: akgregator does not cope well with '' in Subjects

2005-01-26 Thread Pierre Habouzit
Le Mer 26 Janvier 2005 03:47, Dirk Eddelbuettel a écrit :
 In response to the mail by Pierre Habouzit dated 25 January 2005 at 
14:10:
 | Le Mardi 25 Janvier 2005 13:20, Dirk Eddelbuettel a écrit :
 |  Package: akregator
 |  Version: 1.0-beta8-2
 |  Severity: important
 | 
 |  Salut Pierre,
 | 
 |  Thanks for looking akregator -- a great rss reader.  Once in a
 |  while, and in particular on Debian Planet, someone puts a ''
 |  into a story heading. Currently this can be seen on
 |  planet.debian.org in the story from Marga.
 | 
 |  Akregator then stops updating the feed. This is rather annoying. 
 |  I discussed this with the authors of the planet code, and their
 |  take is that their Python toolset, in particular the rss part, is
 |  robust -- it is the readers that are at fault.
 |
 |   they are wrong.
 |
 |   I don't say that akregator should'nt be more robust to bad
 | encoded entities, but the spec for RSS is xml, and in xml you have
 | to put things like that :
 |
 |  tagput an ampersand : amp;/tag
 |
 | OR
 |
 |  tag![CDATA[put an ampersand : ]]/tag
 |
 | any other solution is NOT correct, so you can bug debianplanet too.
 | or the python module they use.

 Can't resist CCing Scott here as I pestered him (unsuccessfully)
 about this before.

and if he is not convinced, ask him to open debian planet in 
mozilla/firefox or even the last konqueror. the verdict is 
unanimously : « xml error »

 |   the bug is well known ([1] : funny, it is a debian planet problem
 | too), and is Qt's fault, since akregator uses the Qt xml API that
 | has a very strict (but also correct) parser.

 Well, is someone going to fix it?

the problem is : we cannot act on the Qt xml parser easily. and make 
some preg_replace(/\b/, /amp;/, feed) will not work, because of the 
![CDATA[  ]]. that's why nothing has been done. the only solution I 
can see that is correct would be either to make a parser that only 
corrects the feed, but that's an overkill, and will moreover cost too 
many time. Or use another XML parser/API. but that's a big big work, 
since you imagine that the XML API has a major place in akregator :)

I guess we (i mean the akregator coder team) should look at what 
konqueror uses ... I guess there is KXML classes. but it would mean a 
major rewrite

 | anyway, the bug is certainly not important, at most normal, since
 | it only stop the fetch of the faulty feed, and not of the others.

 Don't disagree completely but reading Planet Debian is important to
 me, and I can't read it right now. As our lusers break the content,
 how about if both ends of the software strive to get better here?

I like to read DPlanet too. but ...

btw, the other * Planet I read (KDE Planet e.g.) does not suffer from 
the same problems.

And there is a computer sentence that say :

« you must be very strict wrt what you produce, and very tolerant wrt 
what you read » and I like to add « but nobody can blame you not to be 
tolerant enough when the input is faulty »

that's mean that the first sentence is a quite good practice. but it's 
not a philosophy that you HAVE to match.

and here, I'm sorry to confirm another time, DP *is* faulty, it's 
pervasive XML knowlege : in xml you have two choices wrt   and  : 
escape them amp; lt; gt; OR put them unescaped in ![CDATA[ ]] 
sections. DPlanet has been delivering bad feeds too many times, so I 
think they should really improve their RSS output module.

-- 
·O·  Pierre Habouzit
··O
OOOhttp://www.madism.org


pgpMLMfCdMyuv.pgp
Description: PGP signature


Bug#292242: [debacle@debian.org: Re: [jeroen@wolffelaar.nl: [brlink@debian.org: Bug#292242: manpage looks not distributeable, as license not adhered]]]

2005-01-26 Thread Frederic Peters
Relicensed manpages for snacc (from GFDL to GPL) attached; somebody
from QA to do an upload or should I do it myself ?


Regards,

Frederic

---BeginMessage---
On Tue, Jan 25, 2005 at 10:30:22PM +0100, Frederic Peters wrote:
 Would you mind relicensing berdecode and snacc-config under the GPL ?
 I won't adopt snacc but I can upload a version with the updated
 manpages.

The files are attached.  HTH.

Cheers,
-- 
W. Borgert [EMAIL PROTECTED], http://people.debian.org/~debacle/
?xml version='1.0' encoding='ISO-8859-1'?
!DOCTYPE refentry PUBLIC -//OASIS//DTD DocBook XML V4.2//EN
http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd; [
  !ENTITY dhfirstname firstnameW./firstname
  !ENTITY dhsurname   surnameBorgert/surname
  !-- Please adjust the date whenever revising the manpage. --
  !ENTITY dhdate  date2000-04-25/date
  !ENTITY dhsection   manvolnum1/manvolnum
  !ENTITY dhemail email[EMAIL PROTECTED]/email
  !ENTITY dhusername  W. Borgert
  !ENTITY dhucpackage refentrytitleberdecode/refentrytitle
  !ENTITY dhpackage   berdecode
  !ENTITY debian  productnameDebian GNU/Linux/productname
  !ENTITY gnu acronymGNU/acronym
]

!-- $Id: berdecode.dbk,v 1.1 2003/08/10 08:46:25 debacle Exp $ --

refentry
  refentryinfo
address
  dhemail;
/address
author
  dhfirstname;
  dhsurname;
/author
copyright
  year2000/year
  holderdhusername;/holder
/copyright
dhdate;
  /refentryinfo
  refmeta
dhucpackage;

dhsection;
  /refmeta
  refnamediv
refnamedhpackage;/refname

refpurposedecode BER encoded data/refpurpose
  /refnamediv
  refsynopsisdiv
cmdsynopsis
  commanddhpackage;/command

  argoption-s
  replaceablebytestostrip/replaceable/option/arg

  argoption-strip
  replaceablebytestostrip/replaceable/option/arg

  argoption-d/option/arg

  argoption-debug/option/arg

  argoption-t
  replaceabletablefilename/replaceable/option/arg

  argoption-table
  replaceabletablefilename/replaceable/option/arg

  argoptionfilename/option/arg

  argoption-/option/arg

/cmdsynopsis
  /refsynopsisdiv
  refsect1
titleDESCRIPTION/title

  paraThis program reads a binary ASN.1 grammar file generated
by commandsnacc/command option-T/option and uses it to
decode ASN.1 BER encoded data from files or stdin./para

  paraFrom every message the first lt;bytestostripgt; bytes
(default 2) are skipped./para

  paraFlag option-d/option gives additional information
during decoding./para

  paraThis manual page was written for the debian; distribution
because the original program does have only a README
file./para

  /refsect1
  refsect1
titleSEE ALSO/title

parasnacc (1), mkchdr(1), ptbl(1), pval(1),
  snacc-config(1)./para

paraPlease install the snacc-doc package for more
  information on snacc./para

  /refsect1
  refsect1
titleAUTHOR/title

paraThis manual page was written by dhusername; (dhemail;) for
  the debian; system.  Permission is granted to copy, distribute
  and/or modify this document under the terms of the
  acronymGNU/acronym General Public License, Version 2
  or any later version published by the Free Software Foundation./para
  /refsect1
/refentry
?xml version='1.0' encoding='ISO-8859-1'?
!DOCTYPE refentry PUBLIC -//OASIS//DTD DocBook XML V4.2//EN
http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd; [
  !ENTITY dhfirstname firstnameW./firstname
  !ENTITY dhsurname   surnameBorgert/surname
  !-- Please adjust the date whenever revising the manpage. --
  !ENTITY dhdate  date2001-02-17/date
  !ENTITY dhsection   manvolnum1/manvolnum
  !ENTITY dhemail email[EMAIL PROTECTED]/email
  !ENTITY dhusername  W. Borgert
  !ENTITY dhucpackage refentrytitlesnacc-config/refentrytitle
  !ENTITY dhpackage   snacc-config
  !ENTITY debian  productnameDebian GNU/Linux/productname
  !ENTITY gnu acronymGNU/acronym
]

!-- $Id: snacc-config.dbk,v 1.1 2003/08/10 08:46:25 debacle Exp $ --

refentry
  refentryinfo
address
  dhemail;
/address
author
  dhfirstname;
  dhsurname;
/author
copyright
  year2001/year
  holderdhusername;/holder
/copyright
dhdate;
  /refentryinfo
  refmeta
dhucpackage;

dhsection;
  /refmeta
  refnamediv
refnamedhpackage;/refname

refpurposescript to get information about the installed version
   of commandsnacc/command/refpurpose
  /refnamediv
  refsynopsisdiv
cmdsynopsis
  commanddhpackage;/command

  argoption--version/option/arg

  argoption--prefix=replaceableDIR/replaceable/option/arg

  argoption--exec-prefix=replaceableDIR/replaceable/option/arg

  argoption--uninstalled=replaceableDIR/replaceable/option/arg

  argoption--libtool/option/arg

  argoption--cflags/option/arg

  argoption--libs/option/arg

  argoption--compiler/option/arg

  

Bug#292295: dict-wn: grammar error in exude entry

2005-01-26 Thread Branden Robinson
Package: dict-wn
Version: 2.0g-11
Severity: normal

From WordNet (r) 2.0 (August 2003) [wn]:

  exude
  v 1: release (a liquid) in drops or small quantities; exude
   sweat through the pores [syn: {exudate}, {transude},
   {ooze out}, {ooze}]
  2: make apparent by one's mood or behaviour; She exude great
 confidence

She exude???

SHE EXUDE???

I exude.
You exude.
He exudes.
She exudes.
It exudes.
They exude.
We exude.

WordNet sucks.

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

Versions of packages dict-wn depends on:
ii  dictd [dict-server]   1.9.15-1   Dictionary Server

-- no debconf information


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



Bug#289217: alsaplayer-common: Uninstallable, please rebuild with libflac-dev 1.1.1-1

2005-01-26 Thread Stephen Quinney
On Wed, Jan 26, 2005 at 06:02:38AM +0100, Adeodato Sim? wrote:
 
   First of all, thanks again for the upload. Unfortunately, it seems to
   me that the packages didn't enter DELAYED+3days but 9-day, since they
   were on 6-day this morning.

hmm, how odd, it looks like I did upload to DELAYED+9. I certainly
intended to do DELAYED+3, oh well...

 
   I didn't give much importance to it, because there are a bunch of
   packages involved in the transition which have missing builds, but
   talking to RM Steve Langasek, he thinks it's better that alsaplayer
   enters sid ASAP.
 
   Could you please upload directly, now that 3 initial days are already
   over?

Yes, I will do it straight away.

Thanks for bringing this to my attention.

Stephen Quinney


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



Bug#292221: d-i: mkinitrd STILL omits medley.o (see also #265424)

2005-01-26 Thread Chris Carr
Yeah I thought you might say that. Challenge accepted.

 -Original Message-
 From: Frans Pop [mailto:[EMAIL PROTECTED]
 Sent: 26 January 2005 00:23
 To: Chris Carr; [EMAIL PROTECTED]
 Subject: Re: Bug#292221: d-i: mkinitrd STILL omits medley.o (see also
 #265424)
 
 On Tuesday 25 January 2005 21:33, Chris Carr wrote:
  It's now over 5 months since Todd submitted #265424, and it's surely
a
  simple matter of adding medley.o to that part of the script which
tries
  the other ataraid drivers. Grateful if someone could add this asap.
 
 If it's that simple, you are very welcome to send a patch to this bug
 report and reassign it to the proper package.
 
 Cheers,
 FJP




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



Bug#292296: Traceback invoking pylint without arguments.

2005-01-26 Thread Marco Andreini
Package: pylint
Version: 0.5.0-2
Severity: normal

The 0.6 version fix this bug (and other).

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (901, 'testing'), (102, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-1)

Versions of packages pylint depends on:
ii  python2.3.4-5An interactive high-level object-o
ii  python-logilab-common 0.8.0-1useful miscellaneous modules used 
ii  python-tk 2.3.4-5Tkinter - Writing Tk applications 
ii  python2.3-pylint  0.5.0-2Python code static checker [built 

-- no debconf information


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



Bug#292298: wdm tries to run /etc/X11/wdm/Xresources*

2005-01-26 Thread Elad Tsur
Package: wdm
Version: 1.27-2.1
Severity: normal


I found the follwing errors in my syslog:

Jan 24 08:14:08 lep1 wdm: /etc/X11/wdm/Xresources_0: line 1: 
/etc/X11/wdm/Xresources_0: Permission denied
Jan 24 08:14:08 lep1 wdm: /etc/X11/wdm/Xresources_0: line 2: syntax error near 
unexpected token newline'
Jan 24 08:14:08 lep1 wdm: /etc/X11/wdm/Xresources_0: line 2: !'
Jan 24 08:14:08 lep1 wdm: Cannot open config file. Using builtin defaults

I get these errors also for /etc/X11/wdm/Xresources if I connect using
XDHCP. Both file were unmodified from the debian distribution. It
looks like wdm try to execute these files instead of sending them to
xrdb as it should. I found that the follwing quick fix helps:

1. Make /etc/X11/wdm/Xresources* excutable (mode 755).
2. Put the following line on the top of these files.

#!/usr/bin/X11/xrdb


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

Versions of packages wdm depends on:
ii  debconf  1.4.42  Debian configuration management sy
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libpam-modules   0.76-22 Pluggable Authentication Modules f
ii  libpam-runtime   0.76-22 Runtime support for the PAM librar
ii  libpam0g 0.76-22 Pluggable Authentication Modules l
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libwraster3  0.91.0-6Shared libraries of Window Maker r
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  psmisc   21.5-1  Utilities that use the proc filesy
ii  xbase-clients4.3.0.dfsg.1-10 miscellaneous X clients
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  xutils   4.3.0.dfsg.1-10 X Window System utility programs

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


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



Bug#292297: gimp: fails to save xpm files

2005-01-26 Thread Jacob Brown
Package: gimp
Version: 2.2.3-1
Severity: important

error message is:
GIMP Message
Saving '/home/deathwire/blah.xpm' failed:
Plug-In could not save image

when searching for this error, I found
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=140815
It looks like from what they say, libxpm can no longer save files that
have a leading '/' character which gimps uses.




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

Versions of packages gimp depends on:
ii  aalib1   1.4p5-22ascii art library
ii  gimp-data2.2.3-1 Data files for The GIMP
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libasound2   1.0.8-1 ALSA library
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libexif100.6.9-4 The EXIF library allows you to par
ii  libexpat11.95.8-1XML parsing C library - runtime li
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgimp2.0   2.2.3-1 Libraries necessary to run the GIM
ii  libgimpprint14.2.7-4 The Gimp-Print printer driver libr
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liblcms1 1.13-1  Color management library
ii  libmng1  1.0.8-1 Multiple-image Network Graphics li
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtiff4 3.7.1-2 Tag Image File Format (TIFF) libra
ii  libwmf0.2-7  0.2.8-1.1   Windows metafile conversion librar
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  wget 1.9.1-10retrieves files from the web
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-26 Thread Marc Haber
Package: wnpp
Severity: wishlist
Owner: Marc Haber [EMAIL PROTECTED]

* Package name: policyrcd
  Version : 0.1
  Upstream Author : Marc Haber [EMAIL PROTECTED]
* URL : http://wiki.debian.net/index.cgi?ZugSchlus
* License : GPL
  Description : policy-compliant interface from invoke-rc.d to local config 
files

contains a script which is linked via the alternatives subsystem to
/usr/sbin/update-rc.d. This script looks for a local policy-rc.d
script in /usr/local an /etc, providing a policy- and FHS-compliant
way to interface invoke-rc.d with a local script.

Without this package, a local admin wanting to cleanly interface with
invoke-rc.d is forced to drop a local binary to /usr/sbin and/or
manually interface with the alternatives system. Both ways of doing
this are clumsy and error-prone, so this package offers a clean way of
interfacing with sysvrc and file-rc.

Since there are at least two packages containing their own version of
invoke-rc.d, having a search path policy for policy-rc.d can be
messy and is prone to be unstructured and uncoordinated.

Hence, having a dedicated package is the clean way of doing things.

Greetings
Marc

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


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



Bug#291281: mysql++: FTBFS: unsatisfied build dependencies.

2005-01-26 Thread Steve Langasek
tags 291281 patch
thanks

Attached is a patch for debian/control that fixes this problem.  This
package does not appear to build without source changes against
libmysqlclient14-dev, so this patch uses libmysqlclient12-dev for building.

Thanks,
-- 
Steve Langasek
postmodern programmer
diff -u mysql++-1.7.9.sp4/debian/changelog mysql++-1.7.9.sp4/debian/changelog
--- mysql++-1.7.9.sp4/debian/changelog
+++ mysql++-1.7.9.sp4/debian/changelog
@@ -1,3 +1,11 @@
+mysql++ (1.7.9.sp4-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build-depend on libmysqlclient14-dev instead of having a versioned
+build-dep on virtual package libmysqlclient-dev (closes: #291281).
+
+ -- Steve Langasek [EMAIL PROTECTED]  Tue, 25 Jan 2005 06:21:00 -0800
+
 mysql++ (1.7.9.sp4-5) unstable; urgency=low
 
   * (src) Adding default constructor definition for
diff -u mysql++-1.7.9.sp4/debian/control mysql++-1.7.9.sp4/debian/control
--- mysql++-1.7.9.sp4/debian/control
+++ mysql++-1.7.9.sp4/debian/control
@@ -2,13 +2,13 @@
 Priority: optional
 Section: libs
 Maintainer: Stephan A Suerken [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.4), autotools-dev, libmysqlclient-dev ( 
3.23.49), libssl-dev
+Build-Depends: debhelper (= 4.0.4), autotools-dev, libmysqlclient12-dev, 
libssl-dev
 Standards-Version: 3.5.9
 
 Package: libsqlplus-dev
 Section: libdevel
 Architecture: any
-Depends: libsqlplus1 (= ${Source-Version}), libmysqlclient-dev
+Depends: libsqlplus1 (= ${Source-Version}), libmysqlclient12-dev
 Description: Mysql++ library (development)
  Mysql++ is a complex C++ API for Mysql (And other SQL Databases
  Soon). The goal of this API is too make working with Queries as easy
diff -u mysql++-1.7.9.sp4/config.sub mysql++-1.7.9.sp4/config.sub
--- mysql++-1.7.9.sp4/config.sub
+++ mysql++-1.7.9.sp4/config.sub
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
 
-timestamp='2004-03-12'
+timestamp='2004-11-30'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -70,7 +70,7 @@
 version=\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -145,7 +145,7 @@
-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-   -apple | -axis)
+   -apple | -axis | -knuth | -cray)
os=
basic_machine=$1
;;
@@ -267,7 +267,7 @@
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xscale | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -300,7 +300,7 @@
| avr-* \
| bs2000-* \
| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
-   | clipper-* | cydra-* \
+   | clipper-* | craynv-* | cydra-* \
| d10v-* | d30v-* | dlx-* \
| elxsi-* \
| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
@@ -326,8 +326,9 @@
| mipsisa64sb1-* | mipsisa64sb1el-* \
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
| mipstx39-* | mipstx39el-* \
+   | mmix-* \
| msp430-* \
-   | none-* | np1-* | nv1-* | ns16k-* | ns32k-* \
+   | none-* | np1-* | ns16k-* | ns32k-* \
| orion-* \
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
@@ -342,8 +343,8 @@
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
-   | xtensa-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
;;
@@ -445,6 +446,10 @@
basic_machine=j90-cray
os=-unicos
;;
+   craynv)
+   basic_machine=craynv-cray
+   os=-unicosmp
+   ;;
cr16c)
basic_machine=cr16c-unknown
os=-elf
@@ -452,6 +457,9 @@
crds | unos)
basic_machine=m68k-crds
;;
+   crisv32 | crisv32-* | etraxfs*)
+   basic_machine=crisv32-axis
+   ;;
cris | cris-* | etrax*)
basic_machine=cris-axis

Bug#292301: init script has no reload, but dansguardian support it

2005-01-26 Thread Marco Andreini
Package: dansguardian
Version: 2.8.0.3-2
Severity: minor

The reload is commented in /etc/init.d/dansguardian, but dansguardian
support it (sighup supported from 2.3.3!).

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (901, 'testing'), (102, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-1)

Versions of packages dansguardian depends on:
hi  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-6GCC support library
ii  libstdc++5  1:3.3.5-5The GNU Standard C++ Library v3
ii  perl5.8.4-5  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#292304: libembperl-perl: Apache/Server.pm ( dropped in libapache2-mod-perl2 1.999.20-1 ) required

2005-01-26 Thread Marc Chantreux
Package: libembperl-perl
Version: 2.0debian-4
Severity: grave
Justification: renders package unusable


Hi,

Embperl depends on Apache/Server.pm that is dropped in the last version
of modperl2 ( libapache2-mod-perl2 1.999.20-1 ).

Other packages have the same problem :

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292029

thanks and regards


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

Versions of packages libembperl-perl depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libwww-perl 5.803-3  WWW client/server library for Perl
ii  libxml2 2.6.11-5 GNOME XML library
ii  libxslt1.1  1.1.8-5  XSLT processing library - runtime 
ii  perl5.8.4-5  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4]   5.8.4-5  The Pathologically Eclectic Rubbis
ii  perl-modules [libcgi-pm-per 5.8.4-5  Core Perl modules
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#292302: gnome-gv: Printing fails with strange error message when print command not set

2005-01-26 Thread Filipus Klutiero
Package: gnome-gv
Version: 1:2.8.2-1
Severity: normal

Two reports have reported this problem yet, the most recent being
258325. The only difference is that my error message is Unable to
execute print command:. It is confusing because you wonder why there's
nothing after. The reason is that the print command is blank.
This happens on two systems based on testing more recent than december.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)

Versions of packages gnome-gv depends on:
ii  desktop-file-utils0.9-1  Utilities for .desktop files
ii  gconf22.8.1-4GNOME configuration database syste
ii  gs8.01-5 Transitional package
ii  gs-esp [gs]   7.07.1-9   The Ghostscript PostScript interpr
ii  gs-gpl [gs]   8.01-5 The GPL Ghostscript PostScript int
ii  libart-2.0-2  2.3.16-6   Library of functions for 2D graphi
ii  libatk1.0-0   1.8.0-3The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-5Open-source version of SGI's audio
ii  libbonobo2-0  2.8.0-3Bonobo CORBA interfaces library
ii  libbonoboui2-02.8.0-2The Bonobo UI library
ii  libc6 2.3.2.ds1-18   GNU C Library: Shared libraries an
ii  libesd0   0.2.35-2   Enlightened Sound Daemon - Shared 
ii  libgconf2-4   2.8.1-4GNOME configuration database syste
ii  libgcrypt11   1.2.0-4LGPL Crypto library - runtime libr
ii  libglib2.0-0  2.6.1-2The GLib library of C routines
ii  libgnome-keyring0 0.4.0-2GNOME keyring services library
ii  libgnome2-0   2.8.0-6The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.8.0-1A powerful object-oriented display
ii  libgnomeui-0  2.8.0-3The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.8.3-8The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-9   GNU TLS library - runtime library
ii  libgpg-error0 1.0-1  library for common error values an
ii  libgtk2.0-0   2.4.13-1   The GTK+ graphical user interface 
ii  libhowl0  0.9.8-2Library for Zeroconf service disco
ii  libice6   4.3.0.dfsg.1-8 Inter-Client Exchange library
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  liborbit2 1:2.10.2-1.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.6.0-3Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm64.3.0.dfsg.1-8 X Window System Session Management
ii  libtasn1-20.2.10-3   Manage ASN.1 structures (runtime)
ii  libx11-6  4.3.0.dfsg.1-8 X Window System protocol client li
ii  libxml2   2.6.11-5   GNOME XML library
ii  scrollkeeper  0.3.14-9.1 A free electronic cataloging syste
ii  xlibs 4.3.0.dfsg.1-8 X Window System client libraries m
ii  zlib1g1:1.2.2-3  compression library - runtime

-- debconf information excluded


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



Bug#292295: dict-wn: grammar error in exude entry

2005-01-26 Thread Andreas Tille
On Wed, 26 Jan 2005, Branden Robinson wrote:
From WordNet (r) 2.0 (August 2003) [wn]:
 exude
 v 1: release (a liquid) in drops or small quantities; exude
  sweat through the pores [syn: {exudate}, {transude},
  {ooze out}, {ooze}]
 2: make apparent by one's mood or behaviour; She exude great
confidence
She exude???
SHE EXUDE???
I exude.
You exude.
He exudes.
She exudes.
It exudes.
They exude.
We exude.
WordNet sucks.
But this bug report sucks as well.  I'm sorry, but I'm no native speaker and
do not really know how to fix your problem.  Could you please provide a patch?
I have no idea how I can fix your problem neither do I know why this bug
reports has severity normal (instead of wishlist).
Kind regards
 Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#292305: kdrill: timeout not counted as miss

2005-01-26 Thread Maurice Massar
Package: kdrill
Version: 6.4-1
Severity: minor
Tags: patch

hi,

when using the timer option, there is no miss accounted if I do not
answer in time. Looking at the source, it looks like it should.
I have attached a patch which actually adds the missing call from
the timeout callback

maybe totalguessed should not be increased in the case of a
guess due to an timeout..

cu
Maurice Massar

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (400, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686-smp
Locale: LANG=C, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

Versions of packages kdrill depends on:
ii  debconf   1.4.41 Debian configuration management sy
ii  libc6 2.3.2.ds1-18   GNU C Library: Shared libraries an
ii  libice6   4.3.0.dfsg.1-8 Inter-Client Exchange library
ii  libsm64.3.0.dfsg.1-8 X Window System Session Management
ii  libx11-6  4.3.0.dfsg.1-8 X Window System protocol client li
ii  libxaw7   4.3.0.dfsg.1-8 X Athena widget set library
ii  libxext6  4.3.0.dfsg.1-8 X Window System miscellaneous exte
ii  libxmu6   4.3.0.dfsg.1-8 X Window System miscellaneous util
ii  libxpm4   4.3.0.dfsg.1-8 X pixmap library
ii  libxt64.3.0.dfsg.1-8 X Toolkit Intrinsics
ii  xlibs 4.3.0.dfsg.1-8 X Window System client libraries m

-- debconf information excluded
diff -ur kdrill-6.4-dist/game.c kdrill-6.4/game.c
--- kdrill-6.4-dist/game.c  2005-01-08 07:49:05.0 +0100
+++ kdrill-6.4/game.c   2005-01-26 09:48:13.0 +0100
@@ -379,7 +379,8 @@
 {
TRANSLATION kanjiP;
 
-   kanjiP = values[guess];/* for setting incorrect flag */
+   if (guess != -1)
+   kanjiP = values[guess];/* for setting incorrect flag */
 
totalguessed+=1;
 
@@ -412,13 +413,15 @@
 *  once for the quiz meaning you missed,
 *  and once for the incorrect kanji you thought it was
 */
-   Beep();
-   setstatus(Incorrect.);
-
-   /* Note that markasmissed also increments numberincorrect,
-*  *IFF* needed
-*/
+   
if(guess != -1){
+   /* Timeout already handles message */
+   Beep();
+   setstatus(Incorrect.);
+
+   /* Note that markasmissed also increments numberincorrect,
+*  *IFF* needed
+*/
markasmissed(kanjiP);
}
 
diff -ur kdrill-6.4-dist/mainwindow.c kdrill-6.4/mainwindow.c
--- kdrill-6.4-dist/mainwindow.c2003-08-23 08:26:10.0 +0200
+++ kdrill-6.4/mainwindow.c 2005-01-26 09:49:28.0 +0100
@@ -121,7 +121,6 @@
  * NOTE:
  * we get passed the value (key-1)
  */
-/* note that -1 means default due to time */
 void Guessvalue(Widget w,XEvent *event,String *params,Cardinal *num_parags)
 {
int value;
diff -ur kdrill-6.4-dist/timeout.c kdrill-6.4/timeout.c
--- kdrill-6.4-dist/timeout.c   2001-08-31 01:26:20.0 +0200
+++ kdrill-6.4/timeout.c2005-01-26 09:48:53.0 +0100
@@ -149,6 +149,7 @@
 void handletimeout(XtPointer closure, XtIntervalId *timerid){
Beep();
setstatus(TIME IS UP!);
+   guessvalue(-1);
cheatcallback(NULL, (XtPointer)1, NULL);
in_use=0;
 


Bug#246405: updated /etc/alsa/modprobe-post-install.d/awesfx

2005-01-26 Thread Thomas Hood
Here is how the /etc/alsa/modprobe-post-install.d/awesfx script should
look.  Compared with the previous script I posted, a test has been added
for the module name.  I don't know for which ALSA driver modules the
asfsload program should be run but I am told by a user that
snd-emu8000-synth is one of them.  If there are others then of course
add them in.

#!/bin/sh
# alsa modprobe-post-install script for awesfx 

[ -x /usr/bin/asfxload ] || exit 0
[ -f /etc/default/asfxload ] || exit 0
. /etc/default/asfxload
[ $SOUNDFONT_FILE ] || exit 0
case $1 in
snd-emu8000-synth)
/usr/bin/asfxload $ASFXLOAD_OPTS $SOUNDFONT_FILE || :
;;
esac
exit 0

-- 
Thomas Hood [EMAIL PROTECTED]



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



Bug#292010: new version

2005-01-26 Thread Michael Ablassmeier
hi,

i have talked to upstream and currently preparing a package for 1.61.3.

bye,
- michael


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



Bug#292217: galeon: Up button skips current directory

2005-01-26 Thread Loïc Minier
Hi,

Liam K Morland [EMAIL PROTECTED] - Tue, Jan 25, 2005:

 If I think the Up button on this page:
 http://example.com/one/two/file.html
 I am sent to:
 http://example.com/one/
 I should be sent to:
 http://example.com/one/two/

 I understand what you mean, and I think it's a feature or limitation of
 the up button.  I am talking with upstream to get this straight, but
 it's probably by design since there's no standard way to tell whether
 we're in the index.html, index.asp, index.php or whatever, or
 whether we're not.

 I'll contact you as soon as I get more information.

   Regards,

-- 
Loïc Minier [EMAIL PROTECTED]
Neutral President: I have no strong feelings one way or the other.




Bug#291979: zope-exuserfolder: NEWS.Debian is not in binary package

2005-01-26 Thread Andreas Tille
On Mon, 24 Jan 2005, Fabio Tranchitella wrote:
Are you using pgAuthSource or pgAuthSourceAlt?
I created another ExFolder Object in a test folder.
Authentication Source:   Postgresql Authentication Source
Property Source: Postgresql Property Source
Membership Source:   Basic Membership Source
Group Source:Null Group Source
Default password hashing method: Crypt
With this I can at least change passwords of the created users.  In my
application before I used
Authentication Source:   Advanced Postgresql Authentication Source
(for whatever reason - it might be that I just did not thought about this)
which has the consequence of beeing asked for an additional property
Roles Table:
in the next screen (which I filled with exactly the same table as for
the user table name which might have been the reason for the resulting trouble).
Does this answer your question?
Anyway, in the (simple) Postgresql Authentication Source the roles
property seems not to be used.  The roles I have set in the table are
not displayed in the selection box if I want to change a user and if
I for instance change a password of a user, the role is just set to NULL
(which can be verified) in the database.  Moreover I'm not able to login
with the newly created passwords.
So something is *really* wrong here.  Please tell me, which further information
is needed.
Kind regards
 Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#233728: What's the status of these ITPs?

2005-01-26 Thread Free Ekanayaka

Hi,

is there something blocking these ITPs?

I made non-official packages if it can help:

http://apt.agnula.org/demudi/pool/local/r/rev-plugins/
http://apt.agnula.org/demudi/pool/local/f/fil-plugins/

Cheers,

Free



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



Bug#209012: What's the status of this ITP?

2005-01-26 Thread Free Ekanayaka

Hi,

is there something blocking this ITP?

I made a non-official package too:

http://apt.agnula.org/demudi/pool/local/a/alsa-tools/

Cheers,

Free



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



Bug#291794: **FATAL_ERROR** ....open of /var/lib/ntop/prefsCache.db failed

2005-01-26 Thread Ola Lundqvist
Hello

Just a question. Have you done the first thing in the README.Debian
file that is made sure that an administrator account exist for ntop.

ntop -A

Also try to issue the command (as root):

# ntop -u jdoe

# ntop -u ntop

Depending on what user that have access to that directory.

You will have exactly this problem if you run ntop as wrong user.

Regards,

// Ola

On Tue, Jan 25, 2005 at 03:32:03PM -0500, Alfie Costa wrote:
 On 24 Jan 2005 at 22:04, Ola Lundqvist [EMAIL PROTECTED] wrote:
 
  Today I tryed to reproduce this problem.
  
  I run:
  ntop -u ntop
 
 It's good that it works for you.  But why attempt to 
 reproduce the problem by using different command line input?
 
 To attempt to see the buggy output, just do what I did:
 
   1) Uninstall 'ntop'.
   % feta purge ntop
   2) Reinstall 'ntop'
   % feta install ntop
   3) Enter the same data at the config script
  prompts:  'ppp0' and 'ntop'.
   Also: 'ppp0' and 'jdoe'
   4) Run the same command line prompts.
   a) as root:
   % ntop
   b) as user:
   % ntop
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#292183: ITP: gtkpizza -- Pizza takeaway managment program written in gtk

2005-01-26 Thread David Pashley
On Jan 25, 2005 at 16:08, Guglielmo Dapavo praised the llamas by saying:
 Package: wnpp
 Severity: wishlist
 Owner: Guglielmo Dapavo [EMAIL PROTECTED]
 
 * Package name: gtkpizza
 
   Version : 0.1.0
   Upstream Author : Guglielmo Dapavo [EMAIL PROTECTED]
 * URL : http://www.dapavo.it/
 * License : (GPL)
   Description : Pizza takeaway managment program written in gtk
 
 You can manage orders, external/internal customers, pizza types. It also
 has reports.
 

Is it really neccessary to say it uses gtk? 

Could it be used to manage items other than pizzas? If so you might want
to mention that it could be adapted for all types of fast food.

-- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.


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



Bug#290503: Fwd: Re: [Fwd: Bug#290503: cmucl: Request to add facilities for datagram networking to CMUCL]

2005-01-26 Thread Peter Van Eynde
Hello,

I got this reply from the cmucl-imp mailing list.

On Tue, 25 Jan 2005 10:04:26 -0500, Raymond Toy
[EMAIL PROTECTED] said:
  Peter == Peter Van Eynde [EMAIL PROTECTED] writes:
 
 Peter This is a simple request to add packaging of certain POSIX
 socket
 Peter operations to CMUCL.  The packaging is perfectly
 straightforward,
 Peter and has been tested extensively in the application for which I
 Peter developed them.
 
 Peter I post them to the Debian BTS because
 
 Peter 1) I thought other people might profit from using these
 extensions
 
 This is acceptable to me.  The only question is the names of the
 functions.  Perhaps more verbose names would be appropriate?  Say,
 receive-from-datagram instead of recvfrom?
 
 Peter 2) CMUCL itself does not seem to have a good place for
 Peterposting such requests
 
 cmucl-help (and/or cmucl-imp) is the best place for such things, I
 think.
 
 Ray
 


Groetjes, Peter


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



Bug#292308: ntp-server: ntpd dies on high load query

2005-01-26 Thread Sythos
Package: ntp-server
Version: 1:4.2.0a+stable-2
Severity: important

In /var/log/ntpd is visible as last entry too many recvbuff (40)
and die... with no additional log error 


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

Versions of packages ntp-server depends on:
ii  ntp1:4.2.0a+stable-2 Network Time Protocol: network uti
ii  ntp-simple 1:4.2.0a+stable-2 Network Time Protocol: daemon for 

-- no debconf information


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



Bug#292306: debconf: [INTL:ro] Romanian translation update

2005-01-26 Thread Sorin Batariuc
Package: debconf
Version: N/A
Severity: wishlist
Tags: patch l10n
# translation of ro.po to Romanian
# translation of debconf_ro.po to Romanian
# This file is distributed under the same license as the PACKAGE package.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
# Sorin Batariuc [EMAIL PROTECTED], 2004, 2005.
#
msgid 
msgstr 
Project-Id-Version: debconf_ro\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-01-23 09:06+0100\n
PO-Revision-Date: 2005-01-26 11:29+0200\n
Last-Translator: Sorin Batariuc [EMAIL PROTECTED]\n
Language-Team: Romanian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.3.1\n
Plural-Forms:  \n

#: ../Debconf/FrontEnd/Editor.pm:94
msgid 
You are using the editor-based debconf frontend to configure your system. 
See the end of this document for detailed instructions.
msgstr Utilizai interfaa program de editare debconf pentru a configura 
sistemul. Vedei sfritul acestui document pentru instruciuni detaliate.

#: ../Debconf/FrontEnd/Editor.pm:111
msgid 
The editor-based debconf frontend presents you with one or more text files 
to edit. This is one such text file. If you are familiar with standard unix 
configuration files, this file will look familiar to you -- it contains 
comments interspersed with configuration items. Edit the file, changing any 
items as necessary, and then save it and exit. At that point, debconf will 
read the edited file, and use the values you entered to configure the system.
msgstr Interfaa program de editare debconf v prezint unul sau mai multe 
fiiere text pentru editare. Acesta este unul din astfel de fiiere. Dac 
suntei familiarizat cu fiierele de configurare standard unix, acest fiier 
v va prea cunoscut -- conine comentarii intercalate printre liniile de 
configurare. Editai fiierul, schimbnd dup necesiti orice linie, 
salvai-l i ieii. n acest punct, debconf va citi fiierul editat, i 
va folosi valorile introduse pentru a configura sistemul.

#: ../Debconf/FrontEnd/Gnome.pm:96 ../Debconf/FrontEnd/Kde.pm:61
#: ../Debconf/FrontEnd/Kde.pm:72
#, c-format
msgid Debconf on %s
msgstr Debconf la %s

#: ../Debconf/FrontEnd/Web.pm:65
#, c-format
msgid Note: Debconf is running in web mode. Go to http://localhost:%i/;
msgstr Not: Debconf ruleaz n modul web. Ducei-v la 
http://localhost:%i/;

#: ../Debconf/FrontEnd/Web.pm:165
msgid Back
msgstr napoi

#: ../Debconf/FrontEnd/Web.pm:167
msgid Next
msgstr nainte

#: ../Debconf/FrontEnd/Teletype.pm:96
msgid More
msgstr Mai mult

#: ../Debconf/FrontEnd/Dialog.pm:50
msgid TERM is not set, so the dialog frontend is not usable.
msgstr TERM nu este specificat, astfel nct dialogul interfeei program nu 
este utilizabil.

#: ../Debconf/FrontEnd/Dialog.pm:53
msgid Dialog frontend is incompatible with emacs shell buffers
msgstr Dialogul interfeei program este incompatibil cu zonele de memorie 
tampon shell emacs

#: ../Debconf/FrontEnd/Dialog.pm:56
msgid 
Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or 
without a controlling terminal.
msgstr Dialogul interfeei program nu va funciona pe un terminal mut, pe o 
zon de memorie tampon shell emacs, sau fr un terminal controlor.

#: ../Debconf/FrontEnd/Dialog.pm:102
msgid 
No usable dialog-like program is installed, so the dialog based frontend 
cannot be used.
msgstr Nu este instalat nici un program utilizabil gen dialog, aa nct 
dialogul interfeei program nu poate fi folosit.

#: ../Debconf/FrontEnd/Dialog.pm:109
msgid Dialog frontend requires a screen at least 13 lines tall and 31 columns 
wide.
msgstr Dialogul interfeei program are nevoie de un ecran de cel puin 13 
linii nlime i 31 coloane lime.

#: ../Debconf/FrontEnd/Dialog.pm:282
msgid Debian Configuration
msgstr Configurare Debian

#: ../Debconf/FrontEnd/Readline.pm:47
msgid This frontend requires a controlling tty.
msgstr Aceast interfa program are nevoie de un tty controlor.

#: ../Debconf/FrontEnd/Readline.pm:58
msgid Term::ReadLine::GNU is incompatable with emacs shell buffers.
msgstr Term::ReadLine::GNU este incompatibil cu zone de memorie tampon shell 
emacs.

#: ../Debconf/AutoSelect.pm:76
#, c-format
msgid falling back to frontend: %s
msgstr retragere la interfaa program: %s

#: ../Debconf/AutoSelect.pm:84
#, c-format
msgid unable to initialize frontend: %s
msgstr nu pot iniializa interfaa program: %s

#: ../Debconf/AutoSelect.pm:90
#, c-format
msgid Unable to start a frontend: %s
msgstr Nu pot porni interfaa program: %s

#: ../Debconf/Config.pm:127
msgid Config database not specified in config file.
msgstr Configurarea bazei de date n-a fost specificat n fiierul de 
configurare.

#: ../Debconf/Config.pm:131
msgid Template database not specified in config file.
msgstr ablonul bazei de date n-a fost specificat n fiierul de 
configurare.

#: ../Debconf/Config.pm:136
msgid 
The Sigils and Smileys options in the config file are no longer used. Please 
remove them.
msgstr Opiunile Sigils i Smileys din 

Bug#292307: Theme does not contain a .themerc nor a .theme file.

2005-01-26 Thread Andrew Errington
Package: kdebase
Version: 4:2.2.2-14.8

I think the KDE Theme Manager (Preferences | Look  Feel | Theme Manager) 
is still broken.  It was reported in bug 203863 which is marked as fixed 
and closed.

The error message is:
Theme does not contain a .themerc nor a .theme file.

To repeat the error:
From the K menu select Preferences | Look  Feel | Theme Manager then click 
on a theme, or from the K menu select Control Centre | Look  Feel | Theme 
Manager then click on a theme.  The bug might not appear on a fresh install.

What I was expecting:
Actually, this used to work, and a lot of people have reported the same.  I 
was expecting the theme to change when I clicked on a new theme name.

What I think is broken:
I think something is deleting the directory
.kde/share/apps/kthememgr/Work

You can see an error report if you run the theme manager in a shell and 
select a theme:

[EMAIL PROTECTED]:~$ kcmshell kthememgr
Xlib:  extension RENDER missing on display host:1.0.
sh: cd: /home/user/.kde/share/apps/kthememgr/Work/: No such file or 
directory
QDir::readDirEntries: Cannot read the directory: 
/home/user/.kde/share/apps/kthememgr/Work

As an experiment, I created this directory and tried to select a theme.  
The directory was deleted.  I think something is deleting the directory 
rather than the *contents* of the directory.

e.g:
[EMAIL PROTECTED]:~$ mkdir .kde/share/apps/kthememgr/Work
[EMAIL PROTECTED]:~$ ls .kde/share/apps/kthememgr/Work
[EMAIL PROTECTED]:~$

Now select a theme.

[EMAIL PROTECTED]:~$ ls .kde/share/apps/kthememgr/Work
ls: .kde/share/apps/kthememgr/Work: No such file or directory
[EMAIL PROTECTED]:~$


System configuration:
This happens on a server and a laptop I have installed.  Both are running 
Debian 3.0 r0 Woody (bf24 variant) with all security updates and various 
(and different) packages.

uname -a output:
Linux host 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686 unknown

It originally worked, but because I use the feature so rarely I don't know 
when it stopped working.

I don't think bug 203863 should have been closed yet.  Or rather, it may 
well have been fixed in KDE 3.2, but not in KDE 2.2.2, which is the version 
in Debian 3.0 Woody.

Thank you.

Andrew Errington


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



Bug#283896: libdbd-sqlite-perl: version mismatch with sqlite package.

2005-01-26 Thread Krzysztof Krzyzaniak
On pi, 2005-01-21 at 09:00 -0600, Marcelo E. Magallon wrote:
 Hi Steve,
 
 On Sat, Jan 08, 2005 at 04:44:22AM -0800, Steve Langasek wrote:
 
   - First, this bug is not critical: it does not break unrelated
 packages or the whole system.  It is at most grave (if it makes
 the package unusable), or serious (if it's your opinion that this
 bug makes the package unsuitable for release for other reasons).
 
  It depends on how you understand unrelated packages.  It breaks
  existing scripts because the backend is changed from SQLite 2 to 3.
  SQLite 3 can't read files written by SQLite 2 and the error message
  that DBD outputs is rather confusing (much more generic than can't
  read files in SQLite 2 format).
 
  The package itself is usable, one must only pay attention to what one
  is doing.
 
  It's unsuitable for release with sarge because we don't know what
  upstream's plan is (maybe Krzysztof has already figured out something
  with upstream, but there's no record of that on the BTS).  I would very
  much prefer _not_ to release these packages with sarge unless this is
  fixed and an upgrade path is provided.  SQLite provides such path, only
  the Perl DBD is a mess.

Upstream author answered that he don't want to change name of package
(to dbd::sqlite3) but will provide another solution. He didn't tell
what he mind writing this. 

I am afraid I am not able to find solution myself so I'll donate this
package to Debian Perl Group. I will upload to Alioth this package as
soon as possible.

  eloy

-- 
* Allegro.pl / Aukro.cz / Au-Au.ru
* Krzysztof 'eloy' Krzyaniak
* [EMAIL PROTECTED]




Bug#291979: zope-exuserfolder: NEWS.Debian is not in binary package

2005-01-26 Thread Fabio Tranchitella
clone 291979 -1
retitle -1 zope-exuserfolder: Troubles with Postgresql Authentication
thanks

Hi Andreas, sorry for not being so responsive these days, but my work
has taken too much time.

Il giorno mer, 26-01-2005 alle 10:28 +0100, Andreas Tille ha scritto:
 Does this answer your question?
Yes, this answer to my question.

 in the next screen (which I filled with exactly the same table as for
 the user table name which might have been the reason for the resulting 
 trouble).

I suspect this is the problem. For some reasons, this will result in two 
different updates to that table: one for the role, and one for the password.
If you define that table to require (NOT NULL) both the fields, you'll
never be able to write that table with exUserFolder, that's it.

Maybe exUserFolder asks for two _different_ tables to store password and
roles. I'll have a look on this today at lunch time, I hope.

 Anyway, in the (simple) Postgresql Authentication Source the roles
 property seems not to be used.  The roles I have set in the table are
 not displayed in the selection box if I want to change a user and if
 I for instance change a password of a user, the role is just set to NULL
 (which can be verified) in the database.  Moreover I'm not able to login
 with the newly created passwords.

 So something is *really* wrong here.  Please tell me, which further 
 information
 is needed.

Mmm, this sounds strange.. I'll check what happens in this scenario.

Talk to you later,


-- 
Fabio Tranchitella http://www.kobold.it
Studio Tranchitella Assoc. Professionale   http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata


Bug#292174: debarchiver: Strange permissions on incoming/*/, useless error message.

2005-01-26 Thread Ola Lundqvist
Hello

On Tue, Jan 25, 2005 at 04:21:33PM +0100, Andreas Metzler wrote:
 Package: debarchiver
 Version: 0.1.4
 Severity: important
 
 
 On a fresh installation:
 
 ls -l /var/lib/debarchiver/incoming/
 total 20
 drwxr-sr-x  2 debarchiver debarchiver 4096 2005-01-25 16:08 REJECT
 drwxr-xr-x  2 rootdebarchiver 4096 2005-01-10 21:59 stable
 drwxr-xr-x  2 rootdebarchiver 4096 2005-01-10 21:59 testing
 drwxr-xr-x  2 rootdebarchiver 4096 2005-01-10 21:59 unstable
 
 
 If I now (as root) take a file and move it to one of the
 subdirectories, I'll get this strange error message:
 
 | Error: Removing sarge/pilot_4.61-1_i386.deb after it has been installed.
 |
 | Warning: Move sarge/pilot_4.61-1_i386.deb to REJECT dir.
 
 Which seems to be debarchiver's way of saying The default permissions
 are less than optimal, because of lacking write permissions of group
 debarchiver to incoming/* debarchiver is never able to clean up.
  cu andreas

I do not really understand what you do here. I can see that only
root have access to those directories.

... I'll check on a fresh install here.

labradorit:/var/lib/debarchiver# ls -la incoming/
total 0
drwxrwsr-x  5 root debarchiver 48 Jan 26 10:29 .
drwxr-xr-x  4 root root33 Jan 26 10:29 ..
drwxr-xr-x  2 root debarchiver  6 Jan 10 21:59 stable
drwxr-xr-x  2 root debarchiver  6 Jan 10 21:59 testing
drwxr-xr-x  2 root debarchiver  6 Jan 10 21:59 unstable
labradorit:/var/lib/debarchiver#

Hmm yes. Less than good.

It is now fixed. Unfortunatly it will not fix it for you as this
fix only applies to a fresh install. But it will be fixed for everyone
else.

If you remove the package and the /var/lib/debarchiver/incoming directory
and make a new install it will be fixed for you too.

If you do not want to do that then you have to execute:
chmod g+ws -Rf /var/lib/debarchiver/incoming

Regards,

// Ola

 -- System Information:
 Debian Release: 3.1
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.8-2-686-smp
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set t
 o en_US)
 
 Versions of packages debarchiver depends on:
 ii  adduser   3.59   Add and remove users and groups
 ii  apt-utils 0.5.28.1   APT utility programs
 ii  dpkg-dev  1.10.26Package building tools for Debian
 ii  opalmod   0.1.13 A set of Perl modules for various
 
 
 -- no debconf information
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#292242: [debacle@debian.org: Re: [jeroen@wolffelaar.nl: [brlink@debian.org: Bug#292242: manpage looks not distributeable, as license not adhered]]]

2005-01-26 Thread Jeroen van Wolffelaar
On Wed, Jan 26, 2005 at 09:01:12AM +0100, Frederic Peters wrote:
 Relicensed manpages for snacc (from GFDL to GPL) attached; somebody
 from QA to do an upload or should I do it myself ?

Cool!

You can upload yourself, just upload mentionioning QA Upload and use a
regular maintainer version number, no need to change anything to
debian/control. lintian provides some basic checks for QA Uploads.

If you don't upload, someone else will probably do it in one of the
following days.

Thanks for your really swift actions :).
--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#292254: less: fails to display lines on piped input from pstree

2005-01-26 Thread Thomas Schoepf
I am not surprised that the pstree output is not displayed correctly. pstree
is using a lot of control sequences which more does not care about. less
on the other hand needs to know about what happens to the screen when
control sequences are used. (see the manpage for option -R).

The fix is quite simple: tell pstree not to use control sequences to draw
the lines on the screen but ascii characters: pstree -A | less.

 Package: less
 Version: 382-1
 Severity: normal
 
 pstree|less
 
 fails to properly display the lines that pstree draws. Sadly, the
 following does work properly:
 
 pstree|more
 
 Sorry is the day when more is more. :-)
 
 Charles
 
 -- System Information:
 Debian Release: 3.1
   APT prefers testing
   APT policy: (90, 'testing'), (80, 'unstable')
 Architecture: i386 (i686)
 Kernel: Linux 2.4.26-1-686
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 
 Versions of packages less depends on:
 ii  debianutils 2.8.4Miscellaneous utilities
 specific t
 ii  libc6   2.3.2.ds1-20 GNU C Library: Shared
 libraries an
 ii  libncurses5 5.4-4Shared libraries for terminal
 hand
 
 -- no debconf information
 

-- 
Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl


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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-26 Thread Henrique de Moraes Holschuh
On Wed, 26 Jan 2005, David Pashley wrote:
  Since there are at least two packages containing their own version of
  invoke-rc.d, having a search path policy for policy-rc.d can be
  messy and is prone to be unstructured and uncoordinated.

No, it is not. invoke-rc.d *HAS* to be coordinated, and implemented by every
initscript system.   The maintainers of these packages are well aware of
that fact.

The better fix IS to add an extra line to both incarnations of invoke-rc.d
(sysv-rc's and file-rc's) to look under /usr/local/sbin first.

 It seems a bit excessive having a package for just one script. Is there
 not another package this could go in instead?

No.  Either it has to go on a package of its own, or it has to have the
functionality folded into file-rc and sysv-rc.

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


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



Bug#292198: smartmontools: 3ware 7506-8 problem

2005-01-26 Thread Guido Guenther
Hi,
On Tue, Jan 25, 2005 at 06:53:17PM +0100, Kosa Attila wrote:
 Package: smartmontools
 Version: 5.32-2
 Severity: important
 
 
 If the kernel version is 2.4.24, the reply just arrives.
 If the kernel version is 2.4.28, it happens:
 
 time smartctl -a -d 3ware,7 /dev/sda
 ..
 ..
 ..
 real0m24.814s
 user0m0.010s
 sys 0m0.030s
 
 During this time data can't be read from the disk array.
 Any simple command (i.e. ls -R /mountpoint) stops and waits,
 until smarctl program stops running.
 
 The smartmontools version in both cases is 5.32-2.
Please try the version from experimental.
Thanks,
 -- Guido


signature.asc
Description: Digital signature


Bug#292310: korganizer: printing TODO list puts a wrong month in the upper right corner

2005-01-26 Thread Matteo Calorio
Package: korganizer
Version: 4:3.3.1-3
Severity: minor

*** Please type your report below this line ***
When I print TODO list, a wrong month (in the past) results in the upper 
right corner. It seems the date range can't be updated nor automatically, nor 
manually from the print form. In the same form it would be nice if I could 
choose something like print all categories/print just following 
categories. Thanks for your attention!

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.24-xfs
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-1)

Versions of packages korganizer depends on:
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  ktnef4:3.3.1-3   KDE TNEF viewer
ii  libart-2.0-2 2.3.16-6Library of functions for 2D 
graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries 
an
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, 
implementation
ii  libkcal2 4:3.3.1-3   KDE calendaring library
ii  libkdepim1   4:3.3.1-3   KDE PIM library
ii  libkgantt0   4:3.3.1-3   KDE gantt charting library
ii  libkpimexchange1 4:3.3.1-3   KDE PIM Exchange library
ii  libkpimidentities1   4:3.3.1-3   KDE PIM user identity information
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-7   Qt GUI Library (Threaded runtime 
v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session 
Management
ii  libstdc++5   1:3.3.5-5   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client 
li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous 
exte
ii  libxrender1  0.8.3-7 X Rendering Extension client 
libra
ii  perl 5.8.4-5 Larry Wall's Practical Extraction
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) 
configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information
~
~
~
~
~
~
~
~


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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-26 Thread David Pashley
On Jan 26, 2005 at 08:26, Marc Haber praised the llamas by saying:
 Package: wnpp
 Severity: wishlist
 Owner: Marc Haber [EMAIL PROTECTED]
 
 * Package name: policyrcd
   Version : 0.1
   Upstream Author : Marc Haber [EMAIL PROTECTED]
 * URL : http://wiki.debian.net/index.cgi?ZugSchlus
 * License : GPL
   Description : policy-compliant interface from invoke-rc.d to local 
 config files
 
 contains a script which is linked via the alternatives subsystem to
 /usr/sbin/update-rc.d. This script looks for a local policy-rc.d
 script in /usr/local an /etc, providing a policy- and FHS-compliant
 way to interface invoke-rc.d with a local script.
 
 Without this package, a local admin wanting to cleanly interface with
 invoke-rc.d is forced to drop a local binary to /usr/sbin and/or
 manually interface with the alternatives system. Both ways of doing
 this are clumsy and error-prone, so this package offers a clean way of
 interfacing with sysvrc and file-rc.
 
 Since there are at least two packages containing their own version of
 invoke-rc.d, having a search path policy for policy-rc.d can be
 messy and is prone to be unstructured and uncoordinated.
 
 Hence, having a dedicated package is the clean way of doing things.
 
It seems a bit excessive having a package for just one script. Is there
not another package this could go in instead?

-- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.


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



Bug#292183: ITP: gtkpizza -- Pizza takeaway managment program written in gtk

2005-01-26 Thread Guglielmo
Diwaker Gupta wrote:
* URL : http://www.dapavo.it/
   

Umm... this URL isn't really helpful (atleast right now). It shows up
as a Zope page saying: Root zope server at dapavo.it
 

I'm awaiting for a response from the person who started the project, if 
he won't respond I'll put a page on that site.

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


Bug#292313: libecasound2.2-dev: please update for libreadline5-dev

2005-01-26 Thread Laurent Bonnaud
Package: libecasound2.2-dev
Version: 2.3.5-7
Severity: wishlist


Hi,

installing libecasound2.2-dev would force me to remove several
important packages:

# apt-get install libecasound2.2-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libkvutils2.2-dev libreadline4-dev
The following packages will be REMOVED:
  drscheme guile-1.6-dev junior-programming libgeda-dev libmatheval1-dev 
libreadline5-dev mzscheme
  octave2.1-headers r-base-dev
The following NEW packages will be installed:
  libecasound2.2-dev libkvutils2.2-dev libreadline4-dev
0 upgraded, 3 newly installed, 9 to remove and 5 not upgraded.
Need to get 1258kB of archives.
After unpacking 69.8MB disk space will be freed.


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

Versions of packages libecasound2.2-dev depends on:
ii  libartsc0-dev 1.3.2-2aRts Sound system C support librar
ii  libasound2-dev1.0.8-1ALSA library development files
ii  libaudiofile-dev  0.2.6-5Open-source version of SGI's audio
ii  libjack0.80.0-dev 0.99.0-2   JACK Audio Connection Kit (develop
pn  libkvutils2.2-devNot found.
ii  libsamplerate0-dev0.1.1-2development files for audio rate c
ii  libsndfile1-dev   1.0.10-2   Library for reading/writing audio 


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



Bug#292183: ITP: gtkpizza -- Pizza takeaway managment program written in gtk

2005-01-26 Thread Diwaker Gupta
 * URL : http://www.dapavo.it/

Umm... this URL isn't really helpful (atleast right now). It shows up
as a Zope page saying: Root zope server at dapavo.it

-- 
Diwaker Gupta
http://resolute.ucsd.edu/diwaker


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



Bug#292242: [debacle@debian.org: Re: [jeroen@wolffelaar.nl: [brlink@debian.org: Bug#292242: manpage looks not distributeable, as license not adhered]]]

2005-01-26 Thread Frank Lichtenheld
On Wed, Jan 26, 2005 at 09:01:12AM +0100, Frederic Peters wrote:
 Relicensed manpages for snacc (from GFDL to GPL) attached; somebody
 from QA to do an upload or should I do it myself ?

Just do it yourself. If this isn't possible due to time or other
constraints, I would be happy to help out, though.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-26 Thread Henrique de Moraes Holschuh
On Wed, 26 Jan 2005, David Pashley wrote:
  The better fix IS to add an extra line to both incarnations of invoke-rc.d
  (sysv-rc's and file-rc's) to look under /usr/local/sbin first.

Make that later.  I just noticed one has to run the system's
/usr/sbin/policy-rc.d in preference to all else.  If it does not exist, then
/usr/local/sbin/policy-rc.d can be checked for.

 Then I suggest a patch is submitted to both file-rc and sysv-rc.

So do i.

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


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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-26 Thread David Pashley
On Jan 26, 2005 at 09:59, Henrique de Moraes Holschuh praised the llamas by 
saying:
 On Wed, 26 Jan 2005, David Pashley wrote:
   Since there are at least two packages containing their own version of
   invoke-rc.d, having a search path policy for policy-rc.d can be
   messy and is prone to be unstructured and uncoordinated.
 
 No, it is not. invoke-rc.d *HAS* to be coordinated, and implemented by every
 initscript system.   The maintainers of these packages are well aware of
 that fact.
 
 The better fix IS to add an extra line to both incarnations of invoke-rc.d
 (sysv-rc's and file-rc's) to look under /usr/local/sbin first.
 
  It seems a bit excessive having a package for just one script. Is there
  not another package this could go in instead?
 
 No.  Either it has to go on a package of its own, or it has to have the
 functionality folded into file-rc and sysv-rc.
 
Then I suggest a patch is submitted to both file-rc and sysv-rc.

-- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.


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



Bug#200923: Status of this bug?

2005-01-26 Thread Alexander Schmehl
Hi!

What is the status of this bug?  I just stumbled over it and was about
to report it, when I saw, that it has allready been reported nearly 1
2/3 years ago.

IMHO this find doesn't makes any sense, and I wonder why after your fist
comment nothing happend.  Can't you just remove this find or mark this
bug wontfix if you don't agree?


Yours sincerely,
  Alexander

-- 
http://learn.to/quote/
http://www.catb.org/~esr/faqs/smart-questions.html


signature.asc
Description: Digital signature


Bug#292315: libbind-confparser-perl: unable to handle masters with port declarations

2005-01-26 Thread Alexander List
Package: libbind-confparser-perl
Version: 0.95-3
The parser is unable to handle masters with port declarations in a slave 
zone specification.

This example won't be parsed correctly:
---
zone example.com {
 type slave;
 file sec/example.com;
 masters port 52 {
   1.2.3.4;
   2.3.4.5;
   };
   };
---
leads to
parse error: Expected Fwuh?  `', saw 'port' following `masters' at 
filename:4 at /usr/share/perl5/BIND/Conf_Parser.pm line 23

This one is parsed correctly:
zone example.com {
 type slave;
 file sec/example.com;
 masters {
   1.2.3.4;
   2.3.4.5;
   };
   };
Happy hacking...
Alex
---
ii  libbind-confpa 0.95-3 Parser class for BIND configuration files

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


Bug#134571: A better economy for all

2005-01-26 Thread Margie S
Dear Client,
Today is a new day for your residence. With levels 
at their headline-making historic lows, our programs 
are better now than ever before. Even if you've recently 
closed on a property, now is the time to check your 
numbers.

Our advisors are here to help you decide your options.
In fact, did you know that a 30 year fixed program may 
not always be the best option? 

There are other ways to do it, and we would like to tell 
you about it.

Find out what all your neighbors are talking about.
http://www.ndfidf.net/index2.php?refid=Mf3  
Sincerely,
Your Lending Specialist.


Bug#292308: addendum

2005-01-26 Thread Sythos
I found a mistake in ntpd log:

Jan 26 10:22:57 vortex kernel: UDP: bad checksum. From
207.155.226.130:63999 to 192.168.0.3:123 ulen 56
Jan 25 18:22:49 vortex kernel: UDP: bad checksum. From 81.72.219.50:123
to 192.168.0.3:123 ulen 56

probably with bad-checksum ntpd segfault?

I cannot verify time...

-- 

Sythos - http://www.sythos.net
  ()  ASCII Ribbon Campaign - against html/rtf/vCard in mail
  /\- against M$ attachments


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



Bug#292217: galeon: Up button skips current directory

2005-01-26 Thread Loïc Minier
forwarded 292217 http://bugzilla.gnome.org/show_bug.cgi?id=165094
tags 292217 + fixed-upstream
thanks

Hi,

Liam K Morland [EMAIL PROTECTED] - Tue, Jan 25, 2005:

 The Up button skips the current directory. Example: 

 This has already been reported and has been fixed upstream, the fix
 will be in the next release of Galeon.

   Regards,

-- 
Loïc Minier [EMAIL PROTECTED]
Neutral President: I have no strong feelings one way or the other.



Bug#85088: Take advantage of low interest-rates!

2005-01-26 Thread Mandy A
Dear Client,
Today is a new day for your residence. With levels 
at their headline-making historic lows, our programs 
are better now than ever before. Even if you've recently 
closed on a property, now is the time to check your 
numbers.

Our advisors are here to help you decide your options.
In fact, did you know that a 30 year fixed program may 
not always be the best option? 

There are other ways to do it, and we would like to tell 
you about it.

Find out what all your neighbors are talking about.
http://www.xxdksq.net/index2.php?refid=Mf3  
Sincerely,
Your Lending Specialist.


Bug#292282: mdadm: unable to assemble devices in degraded mode

2005-01-26 Thread Mario Joußen
Andres Salomon wrote:
According to Neil Brown, mdadm 1.8.1 is a development version
(http://www.issociate.de/board/post/141215/Multipath_problem.html);
he recommends 1.8.0.  If this is indeed the case, we should
definitely not be releasing sarge w/ this version.  The severity of this
bug is grave because the whole point of running w/ raid5 is so that
if a drive fails, data can be recovered from the remaining 2 drives.
Not being able to assemble the md device to recover such data is a bit
of a show stopper.
I talked with Neil and he plans to release 1.9.0 in about one week. I 
think I will wait until then and package the new version.

Cheers, Mario
--
  ,,,
   Mario Joußen  (o o)  [EMAIL PROTECTED]
+oOO--(_)--OOo+
BOFH excuse #197: I'm sorry a pentium won't do, you need an SGI to 
connect with us.




Bug#292316: spew: package overlap with snarf

2005-01-26 Thread Laurent Bonnaud
Package: spew
Version: 1.0.3-1
Severity: serious
Justification: Policy 0.0 packages must not overlap


Hi,

here is the problem:

Unpacking spew (from .../archives/spew_1.0.3-1_i386.deb) ...
dpkg - warning, overriding problem because --force enabled:
 trying to overwrite `/usr/bin/snarf', which is also in package snarf
dpkg - warning, overriding problem because --force enabled:
 trying to overwrite `/usr/share/man/man1/snarf.1.gz', which is also in package 
snarf


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

Versions of packages spew depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0-0pre4  GCC support library
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  libpopt01.7-5lib for parsing cmdline parameters
ii  libstdc++5  1:3.3.5-6The GNU Standard C++ Library v3

-- no debconf information


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



Bug#292317: confusing debian/copyright file

2005-01-26 Thread Frank Lichtenheld
Package: blinkd
Severity: normal
Tags: patch

While checking out the GFDL related bug I found the copyright file
for blinkd a little confusing as it states the copyright and the license
for the GPL but not the GPL itself or a pointer to it. I would suggest
replacing this with a more standard text:

--- copyright.bak   2005-01-26 11:37:17.0 +0100
+++ copyright   2005-01-26 11:39:50.0 +0100
@@ -6,11 +6,21 @@
 
 Copyright:
 
+Copyright (C) 1998 W. Borgert [EMAIL PROTECTED]
 
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-   59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+   On Debian systems the full text of the GNU General Public Licence,
+   version 2, can be found at /usr/share/common-licenses/GPL-2


Gruesse,
Frank Lichtenheld

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7-smp
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#287989: version 0.9.21

2005-01-26 Thread Domenico Andreoli
hi,

  i'm also interested in the new upstream version. i'm working on a
debian package for my own use. in the next weeks i could upload it,
if anybody is interested in.

cheers
domenico

-[ Domenico Andreoli, aka cavok
 --[ http://people.debian.org/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


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



Bug#200923: Status of this bug?

2005-01-26 Thread Matthew Vernon
Hello,
What is the status of this bug?  I just stumbled over it and was about
to report it, when I saw, that it has allready been reported nearly 1
2/3 years ago.
IMHO this find doesn't makes any sense, and I wonder why after your 
fist
comment nothing happend.  Can't you just remove this find or mark this
bug wontfix if you don't agree?
You'll  notice that I replied to the original submitter. I was 
expecting there to be further discussion, but there wasn't.

In particular, this behaviour was introduced in response to a previous 
bug report, where debroster had failed to notice eterm being installed 
in a non-standard place. I wasn't convinced that reverting to the 
either eterm is somewhere sensible, or we don't bother looking for 
behaviour was the best course of action. Perhaps you could convince me?

Matthew
--
Matthew Vernon MA VetMB LGSM MRCVS
Farm Animal Epidemiology and Informatics Unit
Department of Veterinary Medicine, University of Cambridge

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


Bug#292318: kernel-image-2.6.10-1-686: Disappearing header line in /proc/swaps

2005-01-26 Thread jtv
Package: kernel-image-2.6.10-1-686
Version: 2.6.10-3
Severity: minor


The file /proc/swaps normally contains a header line reading something
like

Filename\t\t\t\tType\t\tSize\tUsed\tPriority\n

at least that's how it appears to be generated in mm/swapfile.c.  I just
had a situation where this header line went missing, breaking dynswap (a
dynamic swap manager designed to replace swapd).

The scenario went as follows.  In the /proc/swaps dumps I trimmed some
whitespace for legibility and line length.

 - started out with a swapless system (with /proc/swaps completely empty)
 - added n swap files (with swapon(file, 0))
 - removed the most recent n-2 swapfiles in LIFO order (using swapoff())
 - removed the original swapfile
 - left with only the second swapfile, /proc/swaps now read:

/var/tmp/dynswap/2 file320544  10112   -2

 - note missing header line!
 - after swapoff /var/tmp/dynswap/2, /proc/swaps was (properly) empty
 - then, after swapon /var/tmp/dynswap/2, it was back to normal:

Filename   TypeSizeUsed
Priority/var/tmp/dynswap/2 file320544  0   -18

I can reproduce the scenario with a minimum of 3 swapfiles, i.e. n=3:
 - swapon 1
 - swapon 2
 - swapon 3
 - swapoff 3
 - swapoff 1
 - cat /proc/swaps - missing header!

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

Versions of packages kernel-image-2.6.10-1-686 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  initrd-tools  0.1.76 tools to create initrd image
for p
ii  module-init-tools 3.1-rel-2  tools for managing Linux
kernel mo

-- no debconf information




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



Bug#292319: Description of iptables package

2005-01-26 Thread Arnaud Fontaine
Package: iptables
Version: 1.2.11-8
Severity: wishlist

Hello,

I use lintian to verify Iptables package but i noticed a little problem.
As a matter of fact, the sysnopsis of the package description shouldn't
begin by a capital letter. Maybe something like that could be better for
the first line :

(control file)
Description: a Netfilter administration tool for Linux kernel 2.4+

Best regards,
Arnaud Fontaine

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

Versions of packages iptables depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#292320: initscripts: bootclean.sh warns because of the wrong placement of the find option -maxdepth

2005-01-26 Thread Steffen Rcker
Package: initscripts
Version: 2.86.ds1-1
Severity: normal
Tags: patch
bootclean.sh warns because of the wrong placement of the find option 
-maxdepth, that might confuse users because it does so on the boot screen.

a trivial patch is attached.
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages initscripts depends on:
ii  coreutils5.2.1-2 The GNU core utilities
ii  dpkg 1.13.0  Package maintenance system 
for Deb
ii  e2fsprogs1.36rc3-2   ext2 file system utilities 
and lib
ii  libc62.3.2.ds1-20ubuntu3 GNU C Library: Shared 
libraries an
ii  mount2.12p-2ubuntu1  Tools for mounting and 
manipulatin
ii  util-linux   2.12p-2ubuntu1  Miscellaneous system utilities

-- no debconf information
--- bootclean.sh2005-01-26 11:58:59.700827216 +0100
+++ bootclean.sh-fixed  2005-01-26 11:58:40.084809304 +0100
@@ -53,7 +53,7 @@
! ( -path ./.clean -uid 0 )
! ( -path './...security*' -uid 0 )'
 
-   ( if cd /tmp  [ `find . -perm -002 -maxdepth 0` = . ]
+   ( if cd /tmp  [ `find . -maxdepth 0 -perm -002` = . ]
  then
# First remove all old files.
find . -xdev $TEXPR $EXCEPT \


Bug#280762: Are you still seeing this?

2005-01-26 Thread Vincent Pelletier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Amaya wrote:
| Please try the 0.7.1pre1-2 version I'm just about to upload, and tell me
| if this ugly issue is still there.
It's ok, the problem is gone.
Great work, Amaya !
Thanks,
Vincent Pelletier
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFB93ipFEQoKRQyjtURAudSAKCejbRfzweB8DOSe07tZwPqReiebgCgnImF
Qks4FIqeh92WPI0bZOenZoA=
=1qLj
-END PGP SIGNATURE-

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


Bug#292174: debarchiver: Strange permissions on incoming/*/, useless error message.

2005-01-26 Thread Andreas Metzler
reopen 292174
thanks
On 2005-01-26 Ola Lundqvist [EMAIL PROTECTED] wrote:
 On Tue, Jan 25, 2005 at 04:21:33PM +0100, Andreas Metzler wrote:
  Package: debarchiver
  Version: 0.1.4
  Severity: important
  
  
  On a fresh installation:
  
  ls -l /var/lib/debarchiver/incoming/
  total 20
  drwxr-sr-x  2 debarchiver debarchiver 4096 2005-01-25 16:08 REJECT
  drwxr-xr-x  2 rootdebarchiver 4096 2005-01-10 21:59 stable
[...] 
  If I now (as root) take a file and move it to one of the
  subdirectories, I'll get this strange error message:
  
  | Error: Removing sarge/pilot_4.61-1_i386.deb after it has been installed.
  |
  | Warning: Move sarge/pilot_4.61-1_i386.deb to REJECT dir.
  
  Which seems to be debarchiver's way of saying The default permissions
  are less than optimal, because of lacking write permissions of group
  debarchiver to incoming/* debarchiver is never able to clean up.

 I do not really understand what you do here. I can see that only
 root have access to those directories.

 ... I'll check on a fresh install here.

 labradorit:/var/lib/debarchiver# ls -la incoming/
 total 0
 drwxrwsr-x  5 root debarchiver 48 Jan 26 10:29 .
 drwxr-xr-x  4 root root33 Jan 26 10:29 ..
 drwxr-xr-x  2 root debarchiver  6 Jan 10 21:59 stable
[...]
 It is now fixed.
[...]

It is not.
[EMAIL PROTECTED]:~$ dpkg --contents debarchiver_0.1.5_all.deb | grep 
/var/lib/debarchiver/incomin
drwxr-xr-x root/root 0 2005-01-26 02:37:54 
./var/lib/debarchiver/incoming/
drwxr-xr-x root/root 0 2005-01-26 02:37:54 
./var/lib/debarchiver/incoming/stable/
drwxr-xr-x root/root 0 2005-01-26 02:37:54 
./var/lib/debarchiver/incoming/testing/
drwxr-xr-x root/root 0 2005-01-26 02:37:54 
./var/lib/debarchiver/incoming/unstable/

Whether the directory is 755 root:root or 755 root:debarchiver does
not change anything, everybody can still rx to it but the cronjob
running as debarchiver:debarchiver still has no permissions to remove
files.
  cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash
   http://downhill.aus.cc/


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



Bug#290719: ps on kfreebsd-gnu

2005-01-26 Thread Robert Millan
On Tue, Jan 25, 2005 at 11:41:43PM -0500, Albert Cahalan wrote:
 Woah you're brave...

=)

 Adding a top-level common.h is wrong.
 See the proc/*.h files, including proc/procps.h.

Ah, I see.

 In general I'm moving away from PAGE_SIZE, but I
 sure do wish to keep it in minimal.c. Note that
 this file is not compiled in by default, and that
 it already supports FreeBSD.

Well, currently it hardcoded PAGE_SIZE to 4096 when undefined.  I think
it's better to get it from system headers as FreeBSD (and GNU/kFreeBSD)
have it =)

 You should not remove stuff from the example
 sysctl.conf. It's commented out anyway.

Are your comments wrt debian or upstream?  In the debian package, my patch
makes a copy of sysctl.conf.  This way we only modify the
sysctl.conf.kfreebsd-gnu version so that linux-gnu systems are not affected.
(the linux-gnu defaults aren't much useful to kfreebsd's sysctl namespace).

 SIGPOLL is in the UNIX standard. SIGIO is not there.
 This suggests that FreeBSD is less of a UNIX than
 Linux is. :-) Please fix your kernel and/or libc.

The glibc manual says this about SIGPOLL:

 This is a System V signal name, more or less similar to `SIGIO'.
 It is defined only for compatibility.

... where the last phrase isn't really true -- this is a bug indeed.

As for standards, I know SIGIO is not mentioned but it doesn't hurt to support
it imho.

 Redefining LINUX_VERSION is a huge mistake. You may
 wish to change how linux_version_code is set though,
 perhaps based on __FreeBSD_kernel_version and some
 knowledge of how FreeBSD kernels match up with Linux
 kernels. Probably you want something like:
 
 linux_version_code = LINUX_VERSION(2,0,0);

Yes, Linux 2.0 is accurate for that.

 TAB3 is also part of the UNIX standard, in termios.h.
 It's not even part of the XSI feature set, but just
 a regular feature required of all POSIX systems.

I know.  I wrote this down to fix it next time i hacked on Glibc.

 I can not find XTABS in the UNIX and POSIX standard.

Glibc defines it in bits/ioctl.h.  It is barely documented but seems to be
the same as TAB3 (on linux-gnu, both macros are the same number).

 SIGPWR is not Linux-specific. AIX, HP-UX, IRIX, and
 Solaris all have it. Hopefully it will get into the next
 revision of POSIX. Here is the Solaris 9 description:
 
  Name Value   DefaultEvent
  SIGPWR   19  Ignore Power Fail or Restart
 
 The IRIX description is identical.

Looks like *BSD systems and GNU/k*BSD derivatives don't have it.  Is there
any way to conditionalise its use in the code?

-- 
 .''`.   Proudly running Debian GNU/kFreeBSD unstable/unreleased (on UFS2+S)
: :' :
`. `'http://www.debian.org/ports/kfreebsd-gnu
  `-


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



Bug#292256: hald timing out waiting for hotplug event

2005-01-26 Thread Sjoerd Simons
On Wed, Jan 26, 2005 at 01:36:32AM +0100, Aaron Isotton wrote:
 Sjoerd Simons wrote:
 Hal has a timeout of 1 minute to wait for ``late'' hotplug events, after 
 that
 expires it just goes on with the next. The interesting question is why did 
 a
 certain hotplug event not arrive..
 
 If you plug in you drive, is there still a 20-hal.hotplug process running 
 some
 time after the timeout has expired ?
 
 I tried doing a 'ps -ef | grep hot' several times (about once per
 second) from the moment I switched the camera on until  the drive was
 successfully mounted. There was no process with 'hot' in its name at any
 moment.

Okay anything interesting in /var/log/user.log ?

  Sjoerd
-- 
God made everything out of nothing, but the nothingness shows through.
-- Paul Valery


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



Bug#292324: Patch to build pciutils on Debian GNU/kFreeBSD

2005-01-26 Thread Robin Elfrink
Package: pciutils
Version: 2.1.11
This patch allows pciutils to build and run on Debian GNU/kFreeBSD. Part 
of it is taken from the FreeBSD port of libpci, so upstream may like 
this patch as well.

In file lib/configure:
'uname -s' returns 'GNU/kFreeBSD'. The first part is truncated to make 
sure libpci builds for a FreeBSD kernel based system. This also works 
for any other Debian system in the future that is based on a kernel 
other than linux, eg. Debian GNU/kNetBSD.

In file lib/fbsd-device.c:
Patch from FreeBSD's libpci port, to include the correct PCI headers for 
that system. It needed an extra kernel version definition because Debian 
GNU/kFreeBSD has __FreeBSD_kernel_version instead of __FreeBSD_version. 
Also an extra header was included (stdint.h) because in Debian 
GNU/kFreeBSD it is not automatically used.


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


Bug#292325: License does not permit redistribution

2005-01-26 Thread Göran Weinholt
Package: libforms-doc
Version: 0.89-2
Severity: serious

Quoting debian/copyright:

---
Copyright (c) 1996-2000 by T.C. Zhao and Mark Overmars
Copyright (c) 1999-2000 by T.C. Zhao and Steve Lamont
ALL RIGHTS RESERVED. 

No part of this document may be reproduced, in any form or by any means,
without permission from the authors. Permission to produce hardcopies in
its entirety for private use is granted.
---

Where is the permission to redistribute the document? If you have
obtained permission from the authors so that Debian and our mirrors
can distribute the document, then it would be appropriate to mention
this fact in debian/copyright.

Regards,

-- 
Göran Weinholt [EMAIL PROTECTED]
Debian developer, sysadmin, netadmin


signature.asc
Description: Digital signature


Bug#292323: jack: Dislikes CD titles with exclamation marks?

2005-01-26 Thread era eriksson
Package: jack
Version: 3.0.0-9
Severity: normal
Tags: upstream

I'm not overtly certain of this diagnostic, but I happened to have two
Pretenders CD:s with exclamation marks in the title, and both of them
failed with the following error message:

 bash$ jack -Q
 This is  jack 3.0.0 (C) 2003  Arne Zellentin [EMAIL PROTECTED]
  *warning* charset has no effect without a char_filter
  *info* querying...
 /home/era/jack/jack-880a980c
 Info: cwd now /home/era/jack/Pretenders/¡Viva el Amor!
 Traceback (most recent call last):
   File /usr/bin/jack, line 222, in ?
 global_error = jack_main_loop.main_loop(mp3s_todo, wavs_todo, space, 
dae_queue, enc_queue, track1_offset)
   File /usr/lib/python2.3/site-packages/jack_main_loop.py, line 317, in 
main_loop
 jack_status.enc_stat_upd(num, 'waiting for encoder.')
   File /usr/lib/python2.3/site-packages/jack_status.py, line 44, in 
enc_stat_upd
 jack_term.tmod.enc_stat_upd(num, string)
   File /usr/lib/python2.3/site-packages/jack_t_curses.py, line 233, in 
enc_stat_upd
 status_pad.addstr(map_track_num[num], jack_ripstuff.max_name_len + 40,   
+ jack_status.enc_status[num])
 curses.error: addstr() returned ERR
  *warning* abnormal exit

 bash$ echo $?
 1

 bash$

(The other one is DISCID=8909170b, DTITLE=Pretenders / Packed!)

Ripping appears to proceed normally, just about up to the point where
you would expect files to be renamed with the freedb info, then it
fails.

Ripping without -q or -Q works fine, then jack -q with the CD still in
the drive also works okay, so there is a workaround (if even my hunch
about what this is happening is correct in the first place. I tested
this with the two CD:s I have, and the tests seemed to bear this out).

/* era */

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

Versions of packages jack depends on:
ii  cdda2wav 4:2.0+a34-2 Creates WAV files from audio CDs
ii  cdparanoia   3a9.8-11An audio extraction tool for sampl
ii  python   2.3.4-4 An interactive high-level object-o
ii  python-cddb  1.4-3   Python interface to CD-IDs and Fre
ii  python-id3   1.2-6.1 Python module for id3-tags manipul
ii  python-id3lib0.5.1-3 id3lib wrapper for Python - dummy 
ii  python-pyvorbis  1.3-1   A Python interface to the Ogg Vorb
ii  vorbis-tools 1.0.1-1 Several Ogg Vorbis Tools




Bug#292273: sylpheed-claws-maildir-plugin: handle subdirectories

2005-01-26 Thread Christoph Hohmann
Micha Feigin wrote:

Package: sylpheed-claws-maildir-plugin
Version: 0.7-1
Severity: wishlist

Unless I missed somthing, the maildir plugin doesn't handle nested
maildirs. Each one needs to be added on its own, which means each one
has its own inbox/trash/... and reaching the inbox or seeing the nuber
of new messages requires to uncolapse the mailbos. This makes it very
cumbersome to handle more then a very small number of maildir
directories.

The plugin follows the specification found on
http://www.inter7.com/courierimap/README.maildirquota.html
as it is used by BincIMAP, Dovecot and other IMAP servers.

-- 
http://reboot.animeirc.de (Personal Homepage)
http://sylpheed-claws.sourceforge.net/ (Open Source Mailer)



pgpVN5bKcejT6.pgp
Description: PGP signature


Bug#292327: spamassassin: Bayes Scores are lowered and thus useless

2005-01-26 Thread Thorsten Haude
Package: spamassassin
Version: 3.0.2-1
Severity: important

After the upgrade to 3.0.2-1 the Bayes results are scored lower than before,
thus letting a lot of spam in that is at BAYES_99.

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

Versions of packages spamassassin depends on:
ii  debconf   1.4.30.11  Debian configuration management sy
ii  libdigest-sha1-perl   2.10-1 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.45-1 A collection of modules that parse
ii  perl [libstorable-perl]   5.8.4-5Larry Wall's Practical Extraction 
ii  spamc 3.0.2-1Client for SpamAssassin spam filte

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


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



Bug#292326: Old drawings incorrectly rendered when opened by a newer version of Dia

2005-01-26 Thread Johannes Lehtinen
Package: dia
Version: 0.94.0-4
I have some state diagrams drawn with earlier versions of Dia (some 
version greater than the 0.88.1-3 in stable). When opening these files 
with Dia 0.94.0-4 all state boxes wider than the default width are 
shifted left. This will also break connections between boxes and lines.

I have attached an example file produced using the 0.88.1-3 version 
together with screenshots taken from that version and the 0.94.0-4 
version of Dia after opening the file. Newer Dia also reports some 
errors when opening the file.

--
Johannes Lehtinen [EMAIL PROTECTED], http://www.iki.fi/jle/


test.dia
Description: Binary data
inline: dia-0.88.1-3.pnginline: dia-0.94.0-4.png

Bug#292328: kernel-image-2.6.10-1-686: kernel freezes for about 30 sec. during the boot process

2005-01-26 Thread Cesar Martinez Izquierdo
Package: kernel-image-2.6.10-1-686
Version: 2.6.10-4
Severity: normal

Hi, kernel-image-2.6.10-1-686 freezes for about 30 sec. during the
boot procces, just after the message:
ide1 at 0x170-0x177,0x376 on irq 15

After that, the boot proccess continues but a bunch of error
messages with modules are shown; something like this:
ERROR: Removing 'rz1000': Device or resource busy

These error messages are shown just before the message:
EXT3-fs: mounted filesystem with ordered data mode.
(But they are not shown in dmesg!)

Finally, the boot proccess ends normally, and everything works fine.



lspci -vv output:

:00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 02)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR-
Latency: 0
Region 0: Memory at unassigned (32-bit, prefetchable)
Capabilities: [40] #09 [0105]

:00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Control 
Registers (rev 02)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0

:00:00.3 System peripheral: Intel Corp. 855GM/GME GMCH Configuration 
Process Registers (rev 02)
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0

:00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated 
Graphics Device (rev 02) (prog-if 00 [VGA])
Subsystem: Toshiba America Info Systems: Unknown device 0002
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Latency: 0
Interrupt: pin A routed to IRQ 193
Region 0: Memory at d800 (32-bit, prefetchable) [size=128M]
Region 1: Memory at d000 (32-bit, non-prefetchable) [size=512K]
Region 2: I/O ports at eff8 [size=8]
Capabilities: [d0] Power Management version 1
Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

:00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics 
Device (rev 02)
Subsystem: Toshiba America Info Systems: Unknown device 0002
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
Region 0: Memory at 2000 (32-bit, prefetchable) [disabled] 
[size=128M]
Region 1: Memory at 1f00 (32-bit, non-prefetchable) [disabled] 
[size=512K]
Capabilities: [d0] Power Management version 1
Flags: PMEClk- DSI+ D1+ D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin A routed to IRQ 193
Region 4: I/O ports at cfe0 [size=32]

:00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin B routed to IRQ 201
Region 4: I/O ports at cf80 [size=32]

:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI 
Controller (rev 03) (prog-if 20 [EHCI])
Subsystem: Toshiba America Info Systems: Unknown device 0001
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR-
Latency: 0
Interrupt: pin D routed to IRQ 209
Region 0: Memory at 1f08 (32-bit, non-prefetchable) 

Bug#292330: project: UTF-8 as default

2005-01-26 Thread Harald Thingelstad
Package: project
Severity: wishlist
Tags: l10n


Most basic problems with use of UTF-8 (both in languages and standard
libraries) should have been fixed now, and as I see it, it's time to
head for easier integration of UTF-8, system-wide.

By this, I'm not talking about enforcing this character code on the
whole Debian system, but see to that:
1) Installing systems with UTF-8 is easier, also with locales not
strictly in need of this. UTF-8 as default is not necessarily my
ultimate goal (as the title suggests), but having the option of using
UTF-8 (or other encodings) system-wide, no matter what languages are
chosen.
2) See to that all Debian packages handles UTF-8 properly.

The problem with choosing one character encoding per language is multilingual 
environments.
When one language suggests one encoding and another language something else, 
trying to mix these languages will always give you unreadable text. 
One way or another.

As written in http://www.jw-stumpel.nl/stestu.html:
Traditionally, for storing texts in various languages, special encoding
methods are used, for instance Latin-1 (1 byte per character) for
West-European languages with accented letters, KOI-8 for Russian, or
EUC-JP (2 bytes per character) for Japanese.

Only very limited 'mixing' of languages (..) is possible in these
systems.


Some examples:
1)
I've been working in Eritrea lately, setting up computers in a school.
Eritreans have nine official languages, all treated equally. 
One is Arabic, using arabic script of course.
Two, Tigre and Tigrinya, uses an ancient script called Geez. Normal
western left-to-right, but more than two hundred letters look nothing
like Latin.
The rest of the languages use the latin alphabet.
Adding to that, the official language in school, secondary level and up, is
English. That doesn't stop them from wanting to use their own languages from 
time to time.
So the situation is this:
They'll mostly use English, but sometimes other languages, covering
up to three script systems. This means documents, file names, etcetera.
And even when using English desktop settings, they'll want be able to
read these other scripts.
Only option is to use UTF-8 on the whole system, no matter what
language.

2)
There's an ethnic minority in this country of mine, called Sami. They have 
their own language. Basically they use latin characters, but with some 
extensions only covered in UTF-8.
The rest of us use ISO-LATIN-1, also called ISO-8859-1. Popular
eight bit charset, that is.
Now: Most of us only see Sami language occasionally. We can't even read
that other language, so it doesn't bother us if ISO-8859-1 is default.
Debian-installer enforces it quite heavily.
But some people use both. More or less one, more or less the other.
So what do you make your default language, when one of them (the most
popular) will give you gibberish in every second word?


So:
So for people only using English, it doesn't matter. Nor much in Western
Europe.
But the rest of the world uses several languages and even several
scripts. Especially when using computers, english-dominated as they are.
Character encodings not supporting all characters can only be used for a
few languages at a time. Redhat solved this a long time ago, so why
can't we?

I think it's time to wake up and smell the coffee.

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


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



Bug#288905: With this line uncommented, apt-proxy is much more stable

2005-01-26 Thread Chris Halls
On Thursday 06 Jan 2005 08:59, Nikita V. Youshchenko wrote:
 I've tried to debug endless apt-proxy hangups and failures, and found
 that almost all of them go away if I apply the following:

Hi, thanks for your observation.  I had to comment that line out when I 
realised that it broke one of the backend archive types.  I think it was 
rsync.  That is why I am reluctant to apply this patch as is.

The whole life cycle of a cache file is problematic in the current 
implementation.  It is not very well defined and Fetcherxxx classes come and 
go in mysterious ways.  I'm giving some thought to a reorganisation of these 
classes.  I have just committed code to CVS to tidy up the Backend classes, 
and the Fetcher classes are next on the list.

Chris


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



Bug#292329: Include the version of the producing program in data files

2005-01-26 Thread Johannes Lehtinen
Package: dia
Version: 0.94.0-4
Severity: wishlist
I suggest that the version of the producing program would be included in 
Dia data files. I could not find such information in the files. And 
maybe also the producing program in case there will more Dia-compatible 
software in future.

This would make it easier to locate and fix inconsistencies between 
different versions of Dia (see bug reports #164291 and #292326, for 
example). It would also make it possible to support files produced with 
older versions even when making changes or fixes that are not backwards 
compatible. At the very least it would enable for a third party to 
develope a separate converter program that fixes old files for newer Dia 
versions (to support a smooth transition for users of Debian stable, for 
example).

--
Johannes Lehtinen [EMAIL PROTECTED], http://www.iki.fi/jle/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#232756: Half-broken pre-dependency on emacs20

2005-01-26 Thread Frank Küster
Martin Michlmayr [EMAIL PROTECTED] schrieb (a year ago):

 Package: emacspeak
 Version: 17.0-1
 Severity: minor

 emacs20 has been removed from the archive a few weeks ago.  You have a
 pre-dependency entry which lists emacs20 as one alternative.  Please
 remove emacs20 as an alternative to fulfil this pre-dependency.

Why does this package have a Pre-depends on Emacs at all? It doesn't
even have a preinst script.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#292328: kernel-image-2.6.10-1-686: kernel freezes for about 30 sec. during the boot process

2005-01-26 Thread martin f krafft
FYI, I cannot confirm this hanging on a Sony Vaio.

 :00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage 
 Controller (rev 03) (prog-if 8a [Master SecP PriP])
 Subsystem: Toshiba America Info Systems: Unknown device 0001
 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
 Stepping- SERR- FastB2B-
 Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
 TAbort- MAbort- SERR- PERR-
 Latency: 0
 Interrupt: pin A routed to IRQ 177
 Region 0: I/O ports at ignored
 Region 1: I/O ports at ignored
 Region 2: I/O ports at ignored
 Region 3: I/O ports at ignored
 Region 4: I/O ports at bfa0 [size=16]
 Region 5: Memory at 1f080400 (32-bit, non-prefetchable) [size=1K]

:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage 
Controller (rev 03) (prog-if 8a [Master SecP PriP])
  Subsystem: Sony Corporation: Unknown device 8140
  Flags: bus master, medium devsel, latency 0, IRQ 255
  I/O ports at unassigned
  I/O ports at unassigned
  I/O ports at unassigned
  I/O ports at unassigned
  I/O ports at 1860 [size=16]
  Memory at 2000 (32-bit, non-prefetchable) [size=1K]

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Bug#237723: Please fix the gateway between debian-chinese-* lists.

2005-01-26 Thread Andrew Lee
Hi guys,
I am so sorry to remind this again, but this outstanding bug has been
listed *319 days*.
Does anyone can give me some hits that how can we do for solving this
problem?
[ Taiwan Linux Users Group ]
Andrew Lee () http://wiki.debian.org.tw
Winkler Partners http://www.winklerpartners.com
My [EMAIL PROTECTED]: +886 2 2311 2345 cell: +886 968749 055
Wild at Heart Legal Defense Association http://ecosophy.org



Bug#292320: initscripts: bootclean.sh warns because of the wrong placement of the find option -maxdepth

2005-01-26 Thread Miquel van Smoorenburg
On Wed, 2005-01-26 at 12:07 +0100, Steffen Röcker wrote:
 Package: initscripts
 Version: 2.86.ds1-1
 Severity: normal
 Tags: patch
 
 bootclean.sh warns because of the wrong placement of the find option 
 -maxdepth, that might confuse users because it does so on the boot screen.
 
 a trivial patch is attached.

Thank you, but this has been reported to the BTS more than once already.

Mike.




Bug#292324: The forgotten attachment

2005-01-26 Thread Robin Elfrink
Here it is.


pciutils-2.1.11.kfreebsd.diff.gz
Description: GNU Zip compressed data


Bug#292322: emacspeak: might be non-free

2005-01-26 Thread Frank Küster
Hi,

It seems to me that the maintainer of emacspeak is not very much
interested in this package currently, or at least didn't have time for a
couple of months. Therefore I forward this bug report to -devel and
-emacsen, in the hope to find somebody who is more interested.

Personally, I only came across the issue because I reported #291970, and
thought about NMU'ing it. I have no further interest in emacspeak except
that it doesn't break auctex, which is the result of that bug.

I don't even know why I looked at the copyright file..., but once I did I
couldn't let this go unnoticed.

Regards, Frank

Frank Küster [EMAIL PROTECTED] schrieb:

 Package: emacspeak
 Version: 17.0-1
 Severity: severity

 The copyright of emacspeak is confusing, and the package is possibly non-free:

 debian/copyright claims two contradicting licenses for the
 packages. The first seems to be present in some source files:

 ,
 | Copyright:
 | 
 | Source files contain this copyright notice:
 | --
 | ;;{{{  Copyright:
 | 
 | ;;;Copyright (C) 1995, 1996, 1997  T. V. Raman  Adobe Systems Incorporated
 | ;;; Copyright (c) 1996 by T. V. Raman 
 | ;;; All Rights Reserved. 
 | ;;;
 | ;;; This file is not part of GNU Emacs, but the same permissions apply.
 | ;;;
 | ;;; GNU Emacs is free software; you can redistribute it and/or modify
 | ;;; it under the terms of the GNU General Public License as published by
 | ;;; the Free Software Foundation; either version 2, or (at your option)
 | ;;; any later version.
 | ;;;
 | [...]
 `

 On the other hand, there is a file etc/COPYRIGHT which seems to be a
 copyright file for the whole package. The license therein is non-free
 because it does not explicitly allow modifcation:

 ,
 | ;;
 | ;;; Author: T. V. Raman,   [EMAIL PROTECTED]
 | ;;;Copyright (C) 1995 -- 2002, T. V. Raman 
 | ;;; All Rights Reserved
 | ;;; Author: T. V. Raman, Digital Equipment Corporation. [EMAIL PROTECTED]
 | ;;; Copyright 1994, 1995  by Digital Equipment Corporation, Maynard, MA. 
 | ;;; All Rights Reserved
 | ;;;  $Id: COPYRIGHT,v 17.0 2002/11/23 01:29:08 raman Exp $
 | ;;;Permission to use, copy, and distribute this software and its 
 documentation
 | ;;;for any purpose and without fee is hereby granted, provided that the 
 above
 | ;;;copyright notice appears in all copies and that both that copyright 
 notice
 | ;;;and this permission notice, including the disclaimers below, appear in
 | ;;;supporting documentation, and that the name of Adobe and Digital not be
 | ;;;used in advertising or publicity pertaining to distribution of the 
 software
 | ;;;without specific, written prior permission.
 | 
 | Digital Equipment Corporation,  and T.V. Raman
 | ;;;DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL 
 IMPLIED
 | ;;;WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL Digital
 | ;;;Equipment Corporation,  or T.V. Raman BE LIABLE
 | ;;;FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 | ;;;WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 | ;;;ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION OR ANY ACTION OF
 | ;;;ANY OTHER KIND WHATSOEVER, ARISING OUT OF OR IN CONNECTION WITH THE USE 
 OR
 | ;;;PERFORMANCE OF THIS SOFTWARE.
 | ;;; Permission to use, copy, and distribute this software and its 
 | ;;; documentation for any purpose and without fee is hereby granted, 
 provided 
 | ;;; that the above copyright notice appear in all copies and that both that 
 | ;;; copyright notice and this permission notice appear in supporting 
 | ;;; documentation, and that the name of  Adobe Systems  not be used in 
 | ;;; advertising or publicity pertaining to distribution of the software 
 without
 | ;;; specific, written prior permission.
 `

 (this is repeated for Adobe, and the disclaimer once more for DEC)

 This file is still present in the current upstream version.

 Additionally, the source contains a lot of sound files without
 specific copyright notice. Some are probably just sounds needed to
 synthesize speech, and may not be copyrightable, or be spoken and
 copyright by Mr. Raman. But files like

 emacspeak-17.0/realaudio/radio/bbc-world-service.ram
 emacspeak-17.0/realaudio/radio/science-in-action-bbc.ram 
 emacspeak-17.0/realaudio/radio/cnn-biz.ram
 emacspeak-17.0/realaudio/radio/cnn-si.ram
 emacspeak-17.0/realaudio/radio/cnn-cnn.ram
 emacspeak-17.0/realaudio/radio/cnn-sports.ram
 emacspeak-17.0/realaudio/radio/cnn-es.ram 
 emacspeak-17.0/realaudio/radio/cnn-top-stories.ram
 emacspeak-17.0/realaudio/radio/cnn-hn.ram

 Do sound like somebody else had a copyright on them.

 Minor issues with the copyright file:

 ,
 | Emacspeak is written and maintained by  T. V. Raman [EMAIL PROTECTED]
 `

 But does not say who 

Bug#292334: vimdiff doesn't work

2005-01-26 Thread Tomas Pospisek
Package: vim
Version: 1:6.3-058+1
Severity: normal

$ cat /tmp/1
bla
bli
$ cat /tmp/2
uga
aga
$ vimdiff /tmp/1 /tmp/2
[will show me /tmp/1 only - nothing else and after exiting...]
cp: `/tmp/1' and `/tmp/1' are the same file
$

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

Versions of packages vim depends on:
ii  dpkg1.10.26  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgpmg11.19.6-19General Purpose Mouse - shared lib
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  vim-common  1:6.3-058+1  Vi IMproved - Common files

-- no debconf information


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



Bug#292333: Patch to build apache 1.3.33

2005-01-26 Thread Robin Elfrink
Package: apache
Version: 1.3.33
Patch to the apache 1.3.33 debian package, so it builds and runs on 
Debian GNU/kFreeBSD.

- Adds three patches to the debian/patches/ directory, which can be used 
by upstream as well (00[123]_gnukfreebsd_compile_fix_for_upstream).

- Add __FreeBSD_kernel__ check to mod_backtrace.c because it also works 
on GNU/kFreeBSD.

- Modify dbm patches so it also recognizes any GNU userland system, not 
only GNU/Hurd.


Robin Elfrink


apache-1.3.33.kfreebsd.diff.gz
Description: GNU Zip compressed data


Bug#292331: websvn: Several targets separated with comas dont work as expected.

2005-01-26 Thread Jesus Climent
Package: websvn
Severity: important

The separation by comas of the target directories does not work as
expected.

Here comes a patch for the package configuration which should solve the
problem.

--- config.orig 2005-01-26 14:47:52.0 +0200
+++ config  2005-01-26 14:48:11.0 +0200
@@ -25,6 +25,7 @@
db_input high websvn/webservers || true
db_input high websvn/parentpath || true
db_input high websvn/repositories || true
+   db_input high websvn/usenames || true

# TODO warn users www-data user MUST have WRITE permission !

--- postinst.orig   2005-01-26 14:49:32.0 +0200
+++ postinst2005-01-26 14:50:46.0 +0200
@@ -26,19 +26,27 @@
db_get websvn/parentpath || true
repositories=$RET
if [ x$repositories != x ]; then
- echo $repositories | sed -e 's/,/\n/' | \
+ echo $repositories | sed -e 's/,/\n/g' | \
  while read dirname; do
echo \$config-parentPath(\$dirname\);  
$tmpfile
  done
fi

+   db_get websvn/usenames || true
+   usenames=$RET
+
db_get websvn/repositories || true
i=1
repositories=$RET
if [ x$repositories != x ]; then
- echo $repositories | sed -e 's/,/\n/' | \
+ echo $repositories | sed -e 's/,/\n/g' | \
  while read dirname; do
-   echo \$config-addRepository(\repos $i\, 
\$dirname\);  $tmpfile
+   if [ x$usenames = xy ] ;then
+ reponame=$(echo $dirname | awk 
'BEGIN{FS=/}{print $NF}')
+   else
+ reponame=repos $i
+   fi
+   echo \$config-addRepository(\$reponame\, 
\$dirname\);  $tmpfile
i=$(($i + 1))
  done
fi
--- templates.orig  2005-01-26 14:43:32.0 +0200
+++ templates   2005-01-26 14:47:42.0 +0200
@@ -8,6 +8,14 @@
  If you want to configure it later, you should run 'dpkg-reconfigure
  websvn'.

+Template: websvn/usenames
+Type: boolean
+Default: false
+_Description: Do you want to use the directory name for naming the repository?
+ WebSVN can use both the repository directory to name the repository on
+ the interface or use a defined string (repos #number). You can select
+ which one to use here.
+
 Template: websvn/parentpath
 Type: string
 _Default: /var/lib/svn


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9-10-amd64-k8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#292335: vimdiff doesn't understand -o, -O

2005-01-26 Thread Tomas Pospisek
Package: vim
Version: 1:6.3-058+1
Severity: minor

$ man vimdiff
[...]
OPTIONS
   Vertical splits are used to align the lines, as if the -O
   argument  was  used.   To  use  horizontal  splits
   intead, use the -o argument.
[...]
$ vimdiff -O reference1.xml reference2.xml
namei: invalid option -- O
usage: namei [-mx] pathname [pathname ...]
cp: invalid option -- O
Try `cp --help' for more information.
$ vimdiff -o reference1.xml reference2.xml
namei: invalid option -- o
usage: namei [-mx] pathname [pathname ...]
cp: invalid option -- o
Try `cp --help' for more information.


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

Versions of packages vim depends on:
ii  dpkg1.10.26  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgpmg11.19.6-19General Purpose Mouse - shared lib
ii  libncurses5 5.4-4Shared libraries for terminal hand
ii  vim-common  1:6.3-058+1  Vi IMproved - Common files

-- no debconf information


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



Bug#292285: migrate devfs to udev: no terminal, no cdrom, no sound

2005-01-26 Thread Justin Pryzby
udev bind mounts /dev/ to /.dev/.  Check your /dev/; I bet there's
little if anything there.  Didn't udev say you should restart your
computer at the earliest possible convenience, and shouldn't expect
stuff to work if you enable udev without doing so?  It used to do
that.

Maybe it is a problem with wajig?  debconf is capable of showing
messages in a variety of ways, including both gtk and text messages
and menus.  If it can't use any interactive display (for example if I
ssh cyberia sudo aptitude upgrade), then it will send an email to
root (IIRC).  Did you get an email?

Does rebooting fix the problem?

Justin

On Tue, Jan 25, 2005 at 09:49:59PM -0800, solo turn wrote:
 Subject: migrate devfs to udev: no terminal, no cdrom, no sound
 Package: udev
 Version: 0.050-5
 Severity: critical
 Justification: breaks unrelated software
 
 *** Please type your report below this line ***
 i did wajig purge devfs and then wajig install -t unstable udev.
 after that there is:
 * no kde, or gnome terminal (there was an error creating a child
   process for this terminal)
 * no cdrom (which should be something lide hdc)
 * no sound


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



Bug#292276: debian-installer: split components into separate packages

2005-01-26 Thread Charles Fry
 Not sure what you mean exactly. All these _are_ separate packages.
 Some are even subdivided (like partman and the bootloader installers) 
 because you don't need all possible bootloaders on all architectures.
 
 Here are some links for you:
 http://packages.debian.org/cgi-bin/search_packages.pl?keywords=netcfgsearchon=namessubword=1version=unstablerelease=all
 http://packages.debian.org/cgi-bin/search_packages.pl?keywords=partmansearchon=namessubword=1version=unstablerelease=all
 http://packages.debian.org/unstable/debian-installer/grub-installer
 http://packages.debian.org/unstable/debian-installer/hw-detect

I see. I had searched using apt-cache search, not realizing that I
needed to add main/debian-installer to my apt sources.

Very impressive work, indeed!

 The source for components can of course be found in our SVN repository.

I had found that, but had hoped to depend on packages rather than
source.

thanks for the help,
Charles

-- 
Proper
Distance
To him was bunk
They pulled him out
Of some guy's trunk
Burma-Shave
http://frogcircus.org/burmashave/1951/proper


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



Bug#292338: Alsaplayer and libflac6

2005-01-26 Thread EmIscA
package: alsaplayer
version: 0.99.76-0.2
Alsaplayer is linked against libflac++2c102 and libflac4 which are 
replaced by libflac++4 and libflac6. It's the only package which is not 
updated. Can you rebuild the package with the updated dependency?

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


Bug#292337: doc++ segfaults on m68k, including during its own build

2005-01-26 Thread Adam Conrad
Package: doc++
Version: 3.4.10-3
Severity: serious

Building dmachinemon on m68k fails[1] due to a segfault in doc++.  Upon
further investigation (attempting a rebuild of doc++ to see if that
would magically make it happy), it appears that doc++ segfaults when
creating its own docs during its build process too.

You can use the unstable user chroot on crest.debian.org (I'll make sure
the doc++ build-deps are installed there) to debug this.

... Adam

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.4.29
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages doc++ depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-7GCC support library
ii  libstdc++5  1:3.3.5-6The GNU Standard C++ Library v3


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



Bug#292339: mssstest: License does not permit modification, but source is modified

2005-01-26 Thread Göran Weinholt
Package: mssstest
Version: 2.0-1
Severity: serious

This package's license does not permit modification, but
mssstest-2.0/makefile and mssstest-2.0/roxburgh.cpp have been modified
anyway. I suggest you either revert the modifications or obtain the
required permission.

Quoting debian/copyright:

---
This software is downloaded at the user's risk.  Anyone may copy it but
no one may sell it.

We make no representation or warranties with respect to the MSSStest
software and specifically disclaim any implied warranties of
merchantability and fitness for a particular purpose.  We reserve the
right to revise the MSSStest software and to make changes therein from
time to time without obligation to notify any person or organisation of
such revision or changes.  While we make every effort to ensure the
reliability of the MSSStest software we may not be held responsible for
errors, omissions or other inaccuracies or any consequences thereof.

THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
NO EVENT SHALL SHAUN SEAMAN OR RICHARD ROXBURGH OR THEIR EMPLOYERS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---

Regards,

-- 
Göran Weinholt [EMAIL PROTECTED]
Debian developer, sysadmin, netadmin


signature.asc
Description: Digital signature


Bug#292331: Acknowledgement (websvn: Several targets separated with comas dont work as expected.)

2005-01-26 Thread Jesus Climent

And

+   if [ x$usenames = xy ] ;then

Should be

+   if [ x$usenames = xtrue ] ;then

Thanks!

-- 
Jesus Climent  info:www.pumuki.org
Unix SysAdm|Linux User #66350|Debian Developer|2.6.10|Helsinki Finland
GPG: 1024D/86946D69 BB64 2339 1CAA 7064 E429  7E18 66FC 1D7F 8694 6D69

Jack, please, I'm only an elected official here, I can't make decisions by 
myself!
--Mayor (The Nightmare Before Christmas)


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



Bug#291222: bluefish: New upstream version: 1.0

2005-01-26 Thread Leo \Costela\ Antunes
Hi

On Qui, 2005-01-20 at 19:58 +0100, Davide Puricelli wrote:
 I won't have time to package it before Tuesday-Wednesday, if you want to
 do a NMU is ok for me, even if .. well, maybe we could wait a bit :)

Hmm... you lost me there! =]
I didn't really understand what you meant, but I packaged 1.0 anyway.
Take a look at the packages[1] and if you don't have any major problem
with it, I'll upload.

Cheers

[1] http://people.debian.org/~costela/index.php?page=packages.php

-- 

 Leo Costela
 [EMAIL PROTECTED] | [EMAIL PROTECTED] | [EMAIL PROTECTED]
 you must cut down the mightiest tree in the forest... with... a herring!


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


Bug#290705: Wrong package, file against ruby1.8?

2005-01-26 Thread BG - Ben Armstrong
Shouldn't this be filed against ruby1.8?  The ruby package only depends
on ruby1.8, and it is ruby1.8 that is fragmented.  Furthermore, ruby and
ruby1.8 have different maintainers.

Ben



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



Bug#234655: nautilus: Confirming #234655

2005-01-26 Thread Sjoerd Simons
reassing 234655 sawfish
thanks,

On Wed, Dec 15, 2004 at 10:15:08PM -0500, James Sumners wrote:
 Package: nautilus
 Version: 2.8.2-2
 Followup-For: Bug #234655
 
 
 I can reproduce this bug. I bought a new monitor today that supports
 1280x1024. My old monitor only supported 1024x768. Upon logging in with the
 new monitor set to 1280x1024 nautilus would only allow interaction with the
 desktop in a 1024x768 window starting from the upper left corner. After
 killing nautilus and restarting it nautilus allows interaction with the full
 1280x1024 desktop.
 
 I am also using sawfish as my window manager.

Just checked. sawfish saves the size of the desktop window, and although
nautilus requests the widget to be the same size as your screen it's forced to
the size that sawfish saved..

  Sjoerd
-- 
If all the world's economists were laid end to end, we wouldn't reach a
conclusion.
-- William Baumol


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



Bug#292340: reportbug crashes after python upgrade

2005-01-26 Thread Kiss Gabor
Package: reportbug
Version: 3.2

reportbug crashes:

--
$ reportbug
Please enter the name of the package in which you have found a problem,
or type
'other' to report a more general problem.
 reportbug
*** Welcome to reportbug.  Use ? for help at prompts. ***
Using 'Gabor Kiss [EMAIL PROTECTED]' as your from address.
Detected character set: us-ascii
Please change your locale if this is incorrect.

Getting status for reportbug...
Verifying package integrity...
Checking for newer versions at packages.debian.org...
Traceback (most recent call last):
  File /usr/bin/reportbug, line 1637, in ?
main()
  File /usr/bin/reportbug, line 1134, in main
http_proxy=options.http_proxy, arch=arch)
  File /usr/share/reportbug/checkversions.py, line 182, in
check_available
avail.update(get_versions_available(package, dists, http_proxy,
arch))
  File /usr/share/reportbug/checkversions.py, line 131, in
get_versions_available
page = open_url(PACKAGES_URL % package, http_proxy)
  File /usr/share/reportbug/urlutils.py, line 125, in open_url
page = urlopen(url, proxies)
  File /usr/share/reportbug/urlutils.py, line 115, in urlopen
return _opener.open(req)
  File /usr/lib/python2.3/urllib2.py, line 326, in open
'_open', req)
  File /usr/lib/python2.3/urllib2.py, line 306, in _call_chain
result = func(*args)
  File /usr/lib/python2.3/urllib2.py, line 491, in lambda
lambda r, proxy=url, type=type, meth=self.proxy_open: \
  File /usr/lib/python2.3/urllib2.py, line 498, in proxy_open
if '@' in host:
TypeError: iterable argument required
$

Dependencies:
ii  python2.3  2.3.4-19   (updated 7 days ago)
ii  libc6  2.3.2.ds1-20

Kernel:
Linux zeronull 2.6.10 #1 Fri Jan 21 16:24:18 CET 2005 i686 GNU/Linux

Distro: Debian Sarge


Regards

Gabor


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



Bug#292257: a python2.4-pyrex package would be nice

2005-01-26 Thread Paul Brossier
On Mon, Jan 24, 2005 at 11:32:02PM +, Dafydd Harries wrote:
 I have a package which build-depends on Pyrex which I'd like to build Python
 2.4 versions for. Hence, a python2.4-pyrex package would be necessary for
 building such packages.

please try the following set of packages:
http://piem.org/~piem/debian/pool/pyrex/
cheers, piem



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



Bug#292285: migrate devfs to udev: no terminal, no cdrom, no sound

2005-01-26 Thread Marco d'Itri
On Jan 26, Justin Pryzby [EMAIL PROTECTED] wrote:

 udev bind mounts /dev/ to /.dev/.  Check your /dev/; I bet there's
 little if anything there.  Didn't udev say you should restart your
 computer at the earliest possible convenience, and shouldn't expect
 stuff to work if you enable udev without doing so?  It used to do
 that.
It used to, but now it does not because rebooting is not needed anymore.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#287989: version 0.9.21

2005-01-26 Thread Guillem Jover
Hi,

[ Bug relative to upgrading directfb to 0.9.21, CCing all dirtectfb
  reverse depending maintainers ]

On Wed, Jan 26, 2005 at 11:37:18AM +0100, Domenico Andreoli wrote:
   i'm also interested in the new upstream version. i'm working on a
 debian package for my own use. in the next weeks i could upload it,
 if anybody is interested in.

As freeze was approaching I wanted to wait and not break much
packages, there are just 3 packages depending on directfb.

So I'll do a first upload fixing the sysfs bug, and then another one
with a new upstream version to experimental, wait for NEW processing,
and then all you will be able to test and see if packages just build
w/o problems. If all of you agree and RM don't have any problem with
this I'll proceed uploading to sid on a given flag day just after a
katie run, so we break as less as possible.

regards,
guillem


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



Bug#136990: libc6: sigaction has a race condition

2005-01-26 Thread GOTO Masanori
tags 136990 confirmed fixed-upstream
thanks

 Package: libc6
 Version: 2.2.4-7
 Severity: normal
 
 /** 
  *  Demonstrate race condition in glibc/linuxthreads/signal.c in
  *  sigaction handler.
  *
  *  compile with gcc -g -o sa sigaction.c -lpthread
  *
  *  Run with ./sa
  *
  *  Watch it crash when pthread_signalhandler_rt tries to call a
  *  callback funtion through a function pointer that isn't set yet.
  *
  *  The race condition is in linuxthreads/signals.c.  The sigaction
  *  function registers the signal handler with the kernel *BEFORE*
 *  setting the user callback function pointer.

I confirmed this bug is apparently existed in 2.3.2.ds1-20.  However
it seems this bug was already fixed in upstream cvs:

2003-11-04  Jakub Jelinek  [EMAIL PROTECTED]

* signals.c (__pthread_sigaction): Set __sighandler[sig].old before
__libc_sigaction if it has been one of the special values before.

It'll be fixed in the next glibc major update after sarge.  

Currently this bug is still existed, so I don't close it now.  But in
future, it'll be closed when new glibc is available.  If you notice
this bug still alive at that time, please reopen and report this bug.

Regards,
-- gotom



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



Bug#292344: dovecot-common: upgrade fails

2005-01-26 Thread Adrian Zaugg
Package: dovecot-common
Version: 0.99.13-3
Severity: normal


Dear Jaldhar

Upgrading dovecot-common fails with the following error:

Setting up dovecot-common (0.99.13-3) ...
Creating generic self-signed certificate: /etc/ssl/certs/dovecot.pem
(replace with hand-crafted or authorized one if needed).
dpkg: error processing dovecot-common (--configure):
 subprocess post-installation script returned error exit status 1

(Sorry, I can't find out what the version it tries to replace.)

It doesn't matter if a file /etc/ssl/certs/dovecot.pem already exists or not.

Please tell me, if you need more information!

Thank you and kind regards, Adrian.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: alpha
Kernel: Linux 2.4.27-1-smp
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages dovecot-common depends on:
ii  libc6.1 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libldap22.1.30-3 OpenLDAP libraries
ii  libmysqlclient103.23.56-2LGPL-licensed client library for M
ii  libpam-runtime  0.76-22  Runtime support for the PAM librar
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpq3  7.4.6-6  PostgreSQL C client library
ii  libsasl22.1.19-1.5   Authentication abstraction library
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  openssl 0.9.7e-2 Secure Socket Layer (SSL) binary a
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#292343: scrollkeeper directory in /usr/var/

2005-01-26 Thread Thomas Hood
Package: scrollkeeper
Version: 0.3.14-9.1
Severity: normal

I don't know how it got there, but I have a directory named
'scrollkeeper' in /usr/var/.  /usr/var/ is not a FHS directory.
The files seem to be comparable to those in /var/lib/scrollkeeper.

$ ls /tmp/1
am az be C ca cs da de el es fr hu index it ja kn ko nl no pl pt_BR ro ru
scrollkeeper_docs sk sl sr [EMAIL PROTECTED] sv TOC tr uk vi zh_CN zh_TW

If these files were located in /usr/var/ by mistake in some earlier
version then please delete them in the postinst or, if that is too
dangerous, at least on purge in the postrm.


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

Versions of packages scrollkeeper depends on:
ii  docbook-xml 4.3-1.1  standard XML documentation system,
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libscrollkeeper00.3.14-9.1   Library to load .omf files (runtim
ii  libxml2 2.6.11-5 GNOME XML library
ii  libxslt1.1  1.1.8-5  XSLT processing library - runtime 
ii  zlib1g  1:1.2.2-3compression library - runtime

-- no debconf information


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



Bug#292342: python-nautilus: crashes on alpha at startup

2005-01-26 Thread Alexandre Fayolle
Package: python-nautilus
Version: 0.3.0-2
Severity: important

Hi,

I'm setting this to important and not grave since I cannot reproduce the
behaviour on a normal pc, so this may be an alpha (64bit) related
problem.

Steps to reproduce: 

* log on an alpha station
* launch nautilus
* watch the crash

Here's the backtrace I got when running nautilus under gdb:

0x02000211c4fc in PyModule_GetDict () from
/usr/lib/libpython2.3.so.1.0
(gdb) bt
#0  0x02000211c4fc in PyModule_GetDict () from
/usr/lib/libpython2.3.so.1.0
#1  0x0200020a2e00 in nautilus_python_init_python ()
   from /usr/lib/nautilus/extensions-1.0/libnautilus-python.so
#2  0x0200020a3398 in nautilus_module_initialize ()
   from /usr/lib/nautilus/extensions-1.0/libnautilus-python.so
#3  0x0210b58c in nautilus_mime_has_any_applications_for_file ()
   from /usr/lib/libnautilus-private.so.2
#4  0x02eca060 in g_type_module_use ()
   from /usr/lib/libgobject-2.0.so.0
#5  0x0210b8e8 in nautilus_mime_has_any_applications_for_file ()
   from /usr/lib/libnautilus-private.so.2
#6  0x0210ba20 in nautilus_mime_has_any_applications_for_file ()
   from /usr/lib/libnautilus-private.so.2
#7  0x000120028398 in nautilus_application_new ()
#8  0x000120028bf8 in nautilus_application_startup ()
#9  0x00012003d180 in main ()

Hope this helps. If you need more information, please ask.

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

Versions of packages python-nautilus depends on:
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libbonobo2-0 2.8.0-4 Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.8.0-2 The Bonobo UI library
ii  libc6.1  2.3.2.ds1-20GNU C Library: Shared libraries an
ii  libeel2-22.8.2-1 Eazel Extensions Library (for GNOM
ii  libgail-common   1.8.2-1 GNOME Accessibility Implementation
ii  libgail171.8.2-1 GNOME Accessibility Implementation
ii  libgconf2-4  2.8.1-4 GNOME configuration database syste
ii  libglade2-0  1:2.4.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgnome2-0  2.8.0-6 The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.8.0-1 A powerful object-oriented display
ii  libgnomeui-0 2.8.0-3 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.8.3-9 The GNOME virtual file-system libr
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libnautilus2-2   2.8.2-2 libraries for nautilus components 
ii  liborbit21:2.10.2-1.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libxml2  2.6.11-5GNOME XML library
ii  python2.32.3.4-19An interactive high-level object-o
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#292345: apt: apt-get [manual] Add SEE ALSO debget(1)

2005-01-26 Thread Jari Aalto
Package: apt
Version: 0.5.28.1
Severity: minor


The manual of apt-get(1) reads:

  SEE ALSO
   apt-cache(8),   apt-cdrom(8),   dpkg(8),  dselect(8),  sources.list(5),
   apt.conf(5),apt-config(8),TheAPTUser's guide in
   /usr/share/doc/apt/, apt_preferences(5), the APT Howto.

You might want to consider adding also

apt-file(1) apt-show-versions(1) aptitude(1) debget(1) 

-- Package-specific info:

-- (no /etc/apt/preferences present) --

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages apt depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-7GCC support library
ii  libstdc++5  1:3.3.5-6The GNU Standard C++ Library v3

-- no debconf information


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



Bug#290115: knoda: FTBFS: `listdatasource_is_table' undeclared

2005-01-26 Thread Stephen Quinney
On Wed, 12 Jan 2005 12:25:25 -0800 Daniel Schepler wrote:

 From my build log, using pbuilder in an ia32 chroot:

 [Most of knoda FTBFS log snipped]

 hk_kdesimplegrid.cpp: In member function `virtual QWidget* 
hk_kdesimplegrid::createEditor(int, int, bool) const':
 hk_kdesimplegrid.cpp:585: error: `listdatasource_is_table' undeclared (first 
use this function)
 hk_kdesimplegrid.cpp:585: error: (Each undeclared identifier is reported
only once for each function it appears in.)

I have now spent a bit of time investigating this build problem with
knoda and have tracked down the source of the problem to the
libhk-classes6-dev package (thus I am CCing the maintainer of that
package as well).

The function listdatasource_is_table() was provided as part of the
libhk-classes6-dev package, version 0.7.1 (I grabbed it from
snapshot.debian.org) but is nowhere to be seen in version 0.7.2
(current in sid/unstable. Whether this is by design or an oversight on
the part of the libhk-classes6-dev upstream developers I do not know.

According to the hk-classes API docs on the webpage
http://hk-classes.sourceforge.net/api/hk_dsgridcolumn.html the
listdatasource_is_table() function should be available but those docs
may be out-of-date now.

I hope this helps in resolving the issue.

Stephen Quinney


signature.asc
Description: Digital signature


Bug#292351: gallery: New upstream version available - 1.4.4-pl5

2005-01-26 Thread Michael Schultheiss
Package: gallery
Version: unavailable; reported 2005-01-26
Severity: wishlist
Several days ago, Rafel Ivgi informed the developers of Gallery of a
possible cross site scripting (definition:
http://en.wikipedia.org/wiki/Cross_site_scripting) problem in current
versions of Gallery. The problem and some similar problems discovered by
our team has been addressed in Gallery 2 CVS as well as in this release
of 1.4.4-pl5.
As with most other cross site scripting problems, no risk is posed to 
the webserver itself or any non-Gallery data, but a Gallery install 
could be compromised using appropriate code.

In addition to the security fix, Gallery 1.4.4-pl5 uses the proper 
parameters for new versions of ImageMagick and fixes some small issues 
with PHP 5.

All Gallery users are strongly urged to upgrade to 1.4.4-pl5 
immediately, which fixes this problem and will secure your system.

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


  1   2   3   4   >