Bug#356315: [xml/sgml-pkgs] Bug#356315: checked=false is changed to checked

2006-03-12 Thread Mike Hommey
On Sat, Mar 11, 2006 at 09:27:36PM -0500, Allan Wind [EMAIL PROTECTED] wrote:
 On 2006-03-11T22:25:29+0100, Mike Hommey wrote:
  The false value for the checked attribute is wrong.
 
 http://www.w3.org/TR/REC-html40/interact/forms.html#adef-checked
 indicate that checked is a boolean attribute, and
 http://www.w3.org/TR/REC-html40/intro/sgmltut.html#didx-boolean_attribute
 that true and false are valid values.  Absence of the attribute implies
 false.  So I beg to differ that the notation used is wrong.

Quoting your URL:
  Their appearance in the start tag of an element implies that the value
  of the attribute is true. Their absence implies a value of false.
  (...)
  The attribute is set to true by appearing in the element's start tag:
  OPTION selected=selected

The wording is maybe badly chosen, but it doesn't mean true or false
are valid values.

Take a look at the DTD definition of INPUT for checked:
http://www.w3.org/TR/REC-html40/interact/forms.html#edef-INPUT

  checked (checked)  #IMPLIED  -- for radio buttons and check boxes --

That means the accepted value for checked is checked or nothing. Nothing
else is accepted.

See http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.3.4.

  Whether the default value of the attribute is implicit (keyword
  #IMPLIED), in which case the default value must be supplied by the
  user agent

That means that either you put the attribute with a value value, or omit
it in which case you get the default value (not really a value,
technically speaking), which is to not check the checkbox.

The semantics for the attribute possible value definition are the same
than that for the element declaration.
http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.3.3

  ( ... )
Delimits a group.
  A
A must occur, one time only.

Here we have (checked) which means a group for which checked must
occur (or not in which case you get the default behaviour).

An example of attribute that accepts several fixed values is given in
the element declaration section.

  valign  (top|middle|bottom|baseline) #IMPLIED

Which means a group for which either top, middle, bottom or
baseline must occur (or not in which case you get the default
behaviour). The | has the meaning defined in the element declaration
section:

  A | B
Either A or B must occur, but not both.

Coming back to checked, if true and false were valid values, it
would have been defined as

  checked (checked|true|false) #IMPLIED

  The html output method follows the rules of HTML for output and will
  not output something wrong HTML-wise. Use the xml output method if you
  want to keep your (wrong) checked=false attribute.
 
 The problem is that it changes meaning of the data.  It would be fine if
 it omitted the attribute entirely.

It would be fine if you'd put valid data.

Mike


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



Bug#356317: [xml/sgml-pkgs] Bug#356317: xsltproc: partial processing if input document contains DOCTYPE or xmlns

2006-03-12 Thread Mike Hommey
On Sat, Mar 11, 2006 at 10:53:15PM -0500, Allan Wind [EMAIL PROTECTED] wrote:
  For the /html match, you're trying to match a namespaced node with the
  default namespace (being null), which is not likely to match.
 
 So you are saying that the document path is \0:html, and that is
 different than /html?  I think you are right that is the problem, and
 I submit that the processor is currently behaving incorrectly:

The document path is (http://www.w3.org/1999/xhtml):html, and THAT is
different from ():html.

  You have to register a namespace and use it in the match, e.g.
  xmlns:h=http://www.w3.org/1999/xhtml;, and match=/h:html
 
 The work-around you suggested works, thanks.  I still think this shold
 work as is, and I noticed that if I use the --html option it does indeed
 work.  I have not reviewed the code, but I suspect this is a defect in
 libxml2 (2.6.20 has a change that looks interesting in this respect).

The --html option will parse your input file as HTML, not XML, thus not
taking care or the namespace. This is an expected behaviour, but it's
not something in the scope of the XML or XSLT specifications.

Mike


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



Bug#355085: fixed regexp

2006-03-12 Thread Adam Porter
Oops, I made a mistake in the regexp (left out a pair of brackets).  Here's 
one that should work.
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ smartd\[[0-9]+\]: Device: 
/dev/[[:alpha:]]{3}, SMART Usage Attribute: 194 Temperature_Celsius changed 
from ([5-9]|[1-4][0-9]|50) to ([5-9]|[1-4][0-9]|50)$

pgpyOycwdZ1PF.pgp
Description: PGP signature


Bug#348088: Please include Redhat SG_IO patch

2006-03-12 Thread Daniel Baumann
Hi,

I tested the mentioned patches, they work quite good with linux 2.6. But
unless it is not absolutely clear that 2.4 will be definitely purged
from etch, I can't apply them by default, unfortunately.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#356467: wine: Greek letters don't work

2006-03-12 Thread randhol
Package: wine
Version: 0.9.9-1
Severity: normal

Hi

After installing the latest version of wine I cannot get Greek letters
to work anymore. I also tried the packages at winehq  and I get the same
problem with them so this doesn't seem to be a debian bug.

I do this in my setup:

setxkbmap -option grp:rwin_switch,grp:alt_shift_toggle,grp_led:scroll no,el

and I use fbxkb to switch languages. This works fine in gvim and other
applications and it worked before with wine. Now I get these error messages:

err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 07E3 
(Greek_gamma) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=47,scanCode=22,keycode=2A,state=2000)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 07E3 
(Greek_gamma) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=47,scanCode=22,keycode=2A,state=2000)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 07E5 
(Greek_epsilon) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=45,scanCode=12,keycode=1A,state=2000)
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym 07E9 
(Greek_iota) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=49,scanCode=17,keycode=1F,state=2000)



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

Versions of packages wine depends on:
ii  debconf [debconf-2.0] 1.4.71 Debian configuration management sy
ii  libwine   0.9.9-1Windows API Implementation (Librar
ii  xbase-clients 6.9.0.dfsg.1-4 miscellaneous X clients

wine recommends no packages.

-- debconf information:
  wine/del_wine_conf: true
  wine/install_type: Autodetect


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



Bug#356365: heartbeat-2: [m68k, s390] FTBFS: undefined reference

2006-03-12 Thread Christian T. Steigies
On Sun, Mar 12, 2006 at 11:53:46AM +0900, Horms wrote:
 On Sat, Mar 11, 2006 at 03:40:11PM +0100, Christian T. Steigies wrote:
  Package: heartbeat-2
  Version: 2.0.4-1
  Severity: serious
  Justification: no longer builds from source
  
  Automatic build of heartbeat-2_2.0.4-1 on aahz by sbuild/m68k 85
  [...]
  ** Using build dependencies supplied by package:
  Build-Depends: debhelper (= 4.0.0), libsnmp9-dev, libglib2.0-dev, perl, 
  net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, 
  libnet1-dev, iproute, libtool, automake1.9 | automaken, 
  libcurl3-openssl-dev, libxml2-dev, bison, flex, uuid-dev, libopenipmi-dev 
  (= 2.0.1), lynx, libbz2-dev, zlib1g-dev, uuid-dev, libsensors-dev, 
  libltdl3-dev, swig, openssh-client, libgnutls11-dev, python2.3-dev, 
  libpam0g-dev, libncurses5-dev
  Build-Conflicts: automake1.4
  [...]
  checking for special snmp libraries... -L/usr/lib -lnetsnmp -lm -lwrap 
  -lwrap
  checking snmp libraries: -lc -luuid -lrt -ldl  -L/usr/lib -lnetsnmp -lm 
  -lwrap -lwrap... configure: error: cannot link with requested libraries. 
  Reported errors follow:
  /usr/lib/libnetsnmp.so: undefined reference to 
  `EVP_DigestInit'
  /usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestFinal'
  /usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestFinal_ex'
  /usr/lib/libnetsnmp.so: undefined reference to `EVP_md5'
  /usr/lib/libnetsnmp.so: undefined reference to `HMAC'
  /usr/lib/libnetsnmp.so: undefined reference to `EVP_MD_CTX_cleanup'
  /usr/lib/libnetsnmp.so: undefined reference to `SSLeay'
  /usr/lib/libnetsnmp.so: undefined reference to `EVP_sha1'
  /usr/lib/libnetsnmp.so: undefined reference to `EVP_MD_CTX_init'
  /usr/lib/libnetsnmp.so: undefined reference to `EVP_DigestUpdate'
  /usr/lib/libnetsnmp.so: undefined reference to `RAND_bytes'
  /usr/lib/libnetsnmp.so: undefined reference to `DES_cbc_encrypt'
  /usr/lib/libnetsnmp.so: undefined reference to `DES_ncbc_encrypt'
  /usr/lib/libnetsnmp.so: undefined reference to `DES_key_sched'
  collect2: ld returned 1 exit status
  
  See full logs at:
  
  http://buildd.debian.org/build.php?pkg=heartbeat-2
 
 Thanks, this problem seems to manifest on s390 as well.
 I have a rough idea of how to fix it. Do you know of a box
 that I can log into to do some testing - this problem does not
 seem to manifest on the architectures that I have (i386 and ppc).

Like an m68k box? I think crest is the developer machine:
http://crest.debian.org/

Christian


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



Bug#356400: squirrelmail: Error connecting to IMAP server: tls://localhost.

2006-03-12 Thread Olaf van der Spek

Jeroen van Wolffelaar wrote:

On Sun, Mar 12, 2006 at 12:15:59AM +0100, Olaf van der Spek wrote:

Jeroen van Wolffelaar wrote:

On Sat, Mar 11, 2006 at 09:41:11PM +0100, Olaf van der Spek wrote:
Warning: fsockopen() [function.fsockopen]: unable to connect to 
tls://localhost:143 (Unknown error) in 
Eh, 143 is IMAP 2. IMAPS (imap over TLS) is 993. 

Isn't 993 SSL?


That's what I said. TLS is the new name for standardized SSL.


Are you sure your imap
server is actually listening TLS on 143?
I can't guarantee it, but if I select TLS in Thunderbird it uses 143 and 
if I select SSL it uses 993.


Yes, I know that, that's because IMAP without TLS is 143 and with TLS is
993 :).


I'm not sure about that. All references to TLS for IMAP I've seen are 
talking about STARTTLS on port 143. Not about 'normal' TLS on port 993.


AFAIK it's initially using plaintext and then upgrades to TLS after a 
STARTTLS command.


Ah, but STARTTLS is something different to plain TLS. STARTTLS is an
extension to plain IMAP to 'upgrade' a connection from unencrypted to
using TLS, after the protocol discovers both sides support that. Because
of that, it's also run on 143 typically, because you start out
connecting normally.

You didn't answer the question yet, though: What kind of IMAP server do
you have (does it support TLS or STARTTLS, and on which port?). That's
kind of essential information to actually to track down your bug.


That information is in my first message, but I'll repeat it:

Squirrelmail is unable to connect to my local Courier IMAP server via TLS.

/etc/courier/imapd-ssl:
IMAPDSSLSTART=NO
IMAPDSTARTTLS=YES
IMAP_TLS_REQUIRED=0



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



Bug#356400: squirrelmail: Error connecting to IMAP server: tls://localhost.

2006-03-12 Thread Olaf van der Spek

Jeroen van Wolffelaar wrote:

Are you sure your imap
server is actually listening TLS on 143?
I can't guarantee it, but if I select TLS in Thunderbird it uses 143 and 
if I select SSL it uses 993.


Yes, I know that, that's because IMAP without TLS is 143 and with TLS is
993 :).


That doesn't explain why it uses 143 if I select TLS.


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



Bug#213145: same problem as described here and elsewhere; fixed upstream?

2006-03-12 Thread Andrew K. Bressen

I am having the problem described here and at
  http://qa.mandriva.com/show_bug.cgi?id=17393

XMMS spits the error mentioned in the bug title, and also will only
play one stream. When I attempt to stop the player and start another
stream, the program hangs while displaying connecting to server. 
It has to be killed to exit.

My kernel is by default configured without ipv6.
If I load ipv6, the bug goes away.

The web link referenced above indicates that this has been
fixed; did the fix propagate to debian?

  --best
  --akb



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



Bug#342859: ITP: fluxus -- Scheme script interpreter that creates graphics live with audio and OSC input data

2006-03-12 Thread Guillaume Pellerin
Hi Javier !

Since I am not a Debian Dev yet unfortunately (just co-maintainer), and if you
are one (are you ?), it would be better that I become your co-maintainer.. If
not, we could find a sponsor...
Anyway, I'll try to fix this bug...

Cheers !
Guillaume Pellerin

PS: your http address seems to be wrong...

Javier Candeira a écrit :
 Benjamin,
 
 I was about to do an ITP for fluxus when I came across yours. My packages
 for fluxus_0.8 are at http://hiperactivo.com/~kandinski/packages/fluxus/
 
 I have also packaged version 0.9rc1, but I am not putting it up for download
 till we solve some problems that I think are upstream bugs:
 http://lists.pawfal.org/pipermail/fluxus-pawfal.org/2006-March/000341.html
 
 I am telling you in case you would like to have me as a co-maintainer or any
 other type of collaboration.
 
 Regards,
 
 -- javier candeira
 

-- 
http://yomix.org



Bug#356468: cupsys: Cupsys incorrectly breaks and restarts prints

2006-03-12 Thread Markus Schaber
Package: cupsys
Version: 1.1.23-15
Severity: normal

Hello,

From time to time, cups occasionally restarts printing jobs (e. G. when 
reconfiguring the printer via http://localhost:631 or on crontab runs).

However, it restarts them from the beginning, which is extremely 
annoying if you were on page 115 on a 120-page printout on your inkjet 
printer.

Additionally, as the break seems to occur some midst the command 
sequences sent to the printer, the printer itsself sometimes hangs 
immediately, sometimes restarts the new page in the middle of the page 
it was just printing, occasinally hanging on the end of this page 
afterwards, and other funny effects.

Ideally, the current job should continue running on those occasions.

And the breaking and continuing of jobs should get some notion of page 
and command sequence, so that an ordinary stop job (e. G. no 
emergency stop or lprm) stops at the end of the current page, and lets 
the user continue at the beginning of the next page. And an emergency 
stop should always leave the printer in a consistent state, by 
gracefully aborting the current command sequence, and sending a reset to 
the printer.

But seeing the masses of bug reports filed against cupsys, I'm rather 
out of hope for this to be fixed. It seems that you debian maintainers 
gave up, and I'm afraid that I fully understand you...

Thanks for your work,
Markus

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

Versions of packages cupsys depends on:
ii  adduser  3.80Add and remove users and groups
ii  debconf [debconf-2.0]1.4.71  Debian configuration management sy
ii  gs-esp   8.15.1.dfsg.1-1 The Ghostscript PostScript interpr
ii  libc62.3.5-13GNU C Library: Shared libraries an
ii  libcupsimage21.1.23-15   Common UNIX Printing System(tm) - 
ii  libcupsys2   1.1.23-15   Common UNIX Printing System(tm) - 
ii  libgnutls12  1.2.9-2 the GNU TLS library - runtime libr
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpaper11.1.14-5Library for handling paper charact
ii  libslp1  1.2.1-5 OpenSLP libraries
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-2 Core Perl modules
ii  procps   1:3.2.6-2.1 /proc file system utilities
ii  xpdf-utils   3.01-7  Portable Document Format (PDF) sui
ii  zlib1g   1:1.2.3-9   compression library - runtime

Versions of packages cupsys recommends:
ii  cupsys-client   1.1.23-15Common UNIX Printing System(tm) - 
ii  foomatic-filters3.0.2-20060113-1 linuxprinting.org printer support 
ii  smbclient   3.0.21b-1a LanManager-like simple client fo

-- debconf information:
* cupsys/raw-print: false
* cupsys/ports: localhost:631
* cupsys/backend: ipp, lpd, parallel, socket, usb
  cupsys/portserror:
* cupsys/browse: false


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



Bug#356469: coreutils: Should md5sum man page mention -b/-t has no effect on Debian

2006-03-12 Thread Simon Waters
Package: coreutils
Version: 5.94-1
Severity: minor


The manual page omits to mention that text mode is for systems whose
internal and external representation of files is different. So the only
thing -b does on Debian is prefix the file with a *.

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

Versions of packages coreutils depends on:
ii  libacl1   2.2.35-1   Access control list shared library
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libselinux1   1.28-4 SELinux shared libraries

coreutils recommends no packages.

-- no debconf information


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



Bug#356470: gs-common: pdf2ps writes status info to stdout instead of stderr

2006-03-12 Thread Andre Koopal
Package: gs-common
Version: 0.3.7
Severity: normal

When useing pdf2ps I used it as I expected from unix tool and expected
it to write to stdout, so I did 'pdf2ps bla.pdf  bla.ps'. This works,
however pdf2ps produces status information that is also going to stdout
and not to stderr. Due to this you end up with an invalid postscript file.

Regards,

Andre Koopal

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

Versions of packages gs-common depends on:
ii  debconf   1.4.30.13  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  defoma0.11.8-0.1 Debian Font Manager -- automatic f
ii  gs8.01-5 Transitional package
ii  gs-gpl [gs]   8.01-5 The GPL Ghostscript PostScript int
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre

-- no debconf information


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



Bug#356471: cdlabelgen: Homepage link incorrect in debian/control

2006-03-12 Thread Colin Tuckley
Package: cdlabelgen
Version: 3.6.0-1
Severity: minor

The link to the homepage in the debian/control file is incorrect, it has:

Homepage: http://www.aczone.com/tools/cdinsert/

It should be:

Homepage: http://www.aczoom.com/tools/cdinsert/

The incorrect link is displayed on the package page at:
http://packages.debian.org/stable/graphics/cdlabelgen

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

Versions of packages cdlabelgen depends on:
ii  perl  5.8.8-2Larry Wall's Practical Extraction 

Versions of packages cdlabelgen recommends:
ii  gs   8.15-4.1Transitional package
ii  gs-esp [gs]  8.15.1.dfsg.1-1 The Ghostscript PostScript interpr
ii  gs-gpl [gs]  8.15-4.1The GPL Ghostscript PostScript int

-- no debconf information


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



Bug#356193: ITP

2006-03-12 Thread Daniel Baumann
Will be packaged sooner or later on behalf of Debian Live.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#356243: sylpheed: Missing option to Customize toolbar

2006-03-12 Thread ADFH
   it's there: View-Show or hide-Toolbar

Oh - I can turn it on and off - that's not a problem..

I just can't change what buttons are actually on the tool bar, and I
believe one used to be able to do that.


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



Bug#356400: squirrelmail: Error connecting to IMAP server: tls://localhost.

2006-03-12 Thread Olaf van der Spek
Enabling SSL in Courier IMAP (IMAPDSSLSTART=YES) and using port 993 in 
SquirrelMail results in a working configuration.

I take it that SquirrelMail doesn't support STARTTLS?
Maybe this should be documented (better), as most other IMAP software 
seems to refer to STARTTLS as just TLS.



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



Bug#351643: aptitude: Please switch to po4a to handle documentation translations

2006-03-12 Thread Thomas Huriaux
Christian Perrier [EMAIL PROTECTED] (12/03/2006):
 Quoting Ruben Porras ([EMAIL PROTECTED]):
 
  well, I think that when you have less translated strings as a limit, all
  the autogenerated document is english. am I right?
 
 
 Yes. IIRC the limit is usually somethign like 80%

You can choose how much you want, while the default is indeed 80 %.
However, to avoid build failures in the case of aptitude, I would
recommend to use 0 % (i.e. to always translate existing documents,
even if they are fully out-of-date).

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#356472: ITP: netjack -- realtime audio transport over IP networks with JACK

2006-03-12 Thread Guillaume Pellerin
Package: wnpp
Severity: wishlist
Owner: Guillaume Pellerin [EMAIL PROTECTED]


* Package name: netjack
  Version : 0.8
  Upstream Author : Torben Hohn [EMAIL PROTECTED]
* URL : http://netjack.sourceforge.net/
* License : GPL
  Description : realtime audio transport over IP networks with JACK

 Netjack is a Realtime Audio Transport over a generic IP Network. It is
 fully integrated into JACK.

 When you transport Audio Signals over a Network, you will always have
 the problem, that two Computers are bound to two different Sample
 Clocks. The other Network Transports face the Problem of compensating
 for the drift between these Sample Clocks. This is very hard to do.

 NetJack works around this problem, by syncing all Clients to one
 Soundcard. So there will be no resampling or glitches in the whole
 network. As long as there is no packet loss. Packet loss can not be
 compensated. 

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


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



Bug#356379: remove flag -P from fcopy

2006-03-12 Thread Henning Glawe
On Sat, Mar 11, 2006 at 05:02:17PM +0100, Thomas Lange wrote:
 
 Package: fai-client
 Version: 2.9.1
 severity: wishlist
 
 I like to remove flag -P from the command fcopy. Is somebody really
 using it?

Me. and with great success.

-- 
c u
henning


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



Bug#356473: id3v2: does not print no id3 tag although tag is missing

2006-03-12 Thread Norbert Schmitz
Package: id3v2
Version: 0.1.11-3
Severity: normal
Tags: patch


If multiple input files are chosen error message will not be printed.

I'm adding a patch for this problem and additional output messages for
id3v1 and id3v2.

Thanks

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

Versions of packages id3v2 depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-9  GCC support library
ii  libid3-3.8.3c2a   3.8.3-5Library for manipulating ID3v1 and
ii  libstdc++64.0.2-9The GNU Standard C++ Library v3
ii  zlib1g1:1.2.3-9  compression library - runtime

id3v2 recommends no packages.

-- no debconf information
363c363
 return 1;
---
 return 1; 
370,373c370,371
   bool id3v1_tag = false;
   bool id3v2_tag = false;
   int ret = 0;
 
---
   bool tags = false;
   int ret;
379a378
 {
380a380
 } 
382,383c382,384
   id3v1_tag = true;
 
---
 {
   tags = true;
 }
386,388c387,388
   id3v2_tag = true;
 
 if (!id3v1_tag  !id3v2_tag)
---
   tags = true;
 if(!tags)
390,397d389
 else {
   if (!id3v1_tag)
 std::cout  argv[nIndex]  : No ID3v1 tag  std::endl;
   if (!id3v2_tag)
 std::cout  argv[nIndex]  : No ID3v2 tag  std::endl;
 }
 id3v1_tag = false;
 id3v2_tag = false;


Bug#356474: phpwiki: does not work with PHP5

2006-03-12 Thread Carlos Izquierdo
Package: phpwiki
Severity: normal


I have an Apache2 server with PHP5. When trying to install phpwiki, the
system asks me to remove php5 and install the corresponding php4
libraries. I've checked some documentation and phpwiki apparently works
with php5. Can the dependencies for phpwiki be modified so it supports
php5 as well as php4?


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: mips (mips64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-rc1-mipscvs-20050327
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#356475: /etc/cron.daily/find: 'su: permission denied' with nice priority different from 0

2006-03-12 Thread Julien Valroff
Package: findutils
Version: 4.1.20-6
Severity: normal

Hi,

On a vserver, /etc/cron.daily/find issues su: permission denied if nice 
priority is 
different from 0:
~# LOCALUSER=nobody nice -n10 updatedb
su: Permission denied
~#

~# LOCALUSER=nobody nice -n0 updatedb
~#

As the default value in /etc/updatedb.conf is 10, the db cannot be updated.

I have no idea of the setup of the vserver host, but can try to ask my provider.

Cheers,
Julien

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12.4-vs2.0
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages findutils depends on:
ii  libc6   2.3.2.ds1-22 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#356476: texinfo - fails to install

2006-03-12 Thread Bastian Blank
Package: texinfo
Version: 4.8-6
Severity: serious

 Automatic build of gmsh_1.64.0-1 on debian01 by sbuild/s390 85
[...]
 Setting up texinfo (4.8-6) ...
 Running mktexlsr. This may take some time. ... done.
 dpkg: error processing texinfo (--configure):
  subprocess post-installation script returned error exit status 1
 Setting up html2text (1.3.2a-3) ...

Bastian


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



Bug#356477: manpages-de: Please stop providing the newgrp.1 man page

2006-03-12 Thread Nicolas François
Package: manpages-de
Version: 0.4-9
Severity: normal

Hello,

In #330571, we forgot to mention that newgrp.1 also collides with the
login package.

Please stop providing this one also.

Thanks in advance,
-- 
Nekral


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



Bug#330574: manpages-it: The Italian translation of newusers.8 is also provided by passwd

2006-03-12 Thread Nicolas François
Package: manpages-it
Version: 0.3.4-2
Followup-For: Bug #330574

Sorry, we did not see that the newusers.8 man page was also provided by
both passwd and manpages-it.

Please stop providing this one also.

Kind Regards,
-- 
Nekral


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



Bug#356130: French translation update

2006-03-12 Thread Thomas Huriaux
Luc FROIDEFOND [EMAIL PROTECTED] (12/03/2006):
 Le vendredi 10 mars 2006 à 11:10 +0100, Thomas Huriaux a écrit :
  retitle 356130 adduser: French translation update
  thanks
  
  Luc FROIDEFOND [EMAIL PROTECTED] (09/03/2006):
   
   Please find attached the French translation update, proofread by the
   debian-l10n-french mailing list contributors.
   
  
  This is not the translation of adduser that has been attached to the
  previous message, Luc should send you the real translation as soon as
  possible.
  
  Luc, as you are learning how to fill a bug, you just have to reply-all
  to this mail, to remove [EMAIL PROTECTED] from the recipient,
  and to attach the real translation before sending the mail.

Both files sent by Luc today and myself yesterday are the same, so no
need to worry about which one to take.
Sorry for the troubles.

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#356478: Contains non-free documentation

2006-03-12 Thread Florian Weimer
Package: drscheme
Version: 301-12
Severity: serious

At least part of the documentation is non-free.  Distribution of
derivative works is not permitted:

| Permission to make digital/hard copies and/or distribute this
| documentation for any purpose is hereby granted without fee,
| provided that the above copyright notice, author, and this
| permission notice appear in all copies of this documentation.

file:///usr/lib/plt/collects/doc/mzlib/mzlib.html


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



Bug#356479: manpages-ko: Please stop providing the su.1 and vipw.8 man pages

2006-03-12 Thread Nicolas François
Package: manpages-ko
Version: 20050219-1
Severity: normal

Hello,

The Korean translation of the su.1 and vipw.8 man pages are also provided
by the passwd and login packages.

Please stop providing these pages in the manpages-ko package.

Thanks in advance,
-- 
Nekral


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



Bug#356480: NSLU2 installation report

2006-03-12 Thread Pepijn Oomen

Package: installation-reports

Boot method: Network, RedBoot
Image version: debian-etch-beta2-20060216 (incl. IXP firmware)
Date: Sun Mar 12 10:41:04 CET 2006

Machine: Linksys NSLU2, overclocked
Processor: XScale-IXP42x Family rev 1 (v51)
Memory: 32Mb
Partitions:

Disk Drive: /dev/sda
Sector 0:
0x000: FC 31 C0 8E D0 31 E4 8E D8 8E C0 BE 00 7C BF 00
0x010: 06 B9 00 01 F3 A5 BE EE 07 B0 08 EA 20 06 00 00
0x020: 80 3E B4 07 FF 75 04 88 16 B4 07 80 3C 00 74 04
0x030: 08 06 B0 07 83 EE 10 D0 E8 73 F0 CD 1A 89 16 00
0x040: 08 E8 31 01 81 3E B2 07 FF FF 74 46 F6 06 B1 07
0x050: 80 74 06 B4 01 CD 16 75 39 F6 06 B1 07 40 74 07
0x060: F6 06 17 04 0F 75 2B 31 C0 CD 1A 2B 16 00 08 2B
0x070: 16 B2 07 72 D7 A0 B1 07 24 07 3C 07 75 0B BE BE
0x080: 07 B0 00 B9 04 00 80 3C 00 75 66 FE C0 83 C6 10
0x090: E2 F4 E8 E0 00 B4 0E BE 9E 07 8A 0E B0 07 AC D0
0x0A0: E9 73 02 CD 10 08 C9 75 F5 B0 3A CD 10 31 C0 CD
0x0B0: 16 3C 00 74 F8 3C 0D 74 BC 3C 61 72 06 3C 7A 77
0x0C0: 02 2C 20 88 C3 BE 9E 07 8A 0E B0 07 AC D0 E9 73
0x0D0: 04 38 C3 74 06 08 C9 75 F3 EB D2 B8 0D 0E 31 DB
0x0E0: CD 10 8D 84 61 00 3C 07 75 07 B0 1F A2 B0 07 EB
0x0F0: A1 E8 81 00 31 D2 B9 01 00 3C 04 74 47 73 F0 30
0x100: E4 B1 04 D2 E0 BE BE 07 01 C6 8A 16 B4 07 F6 C2
0x110: 80 74 2B B4 41 BB AA 55 56 52 CD 13 5A 5E 72 1E
0x120: 81 FB 55 AA 75 18 F6 C1 01 74 13 8B 44 08 8B 5C
0x130: 0A BE 8E 07 89 44 08 89 5C 0A B4 42 EB 0C 8A 74
0x140: 01 8B 4C 02 B8 01 02 BB 00 7C BF 05 00 50 C6 06
0x150: 90 07 01 CD 13 58 73 05 4F 75 F2 EB 92 81 3E FE
0x160: 7D 55 AA 75 F6 31 DB B8 0D 0E CD 10 B0 0A CD 10
0x170: EA 00 7C 00 00 50 B8 0D 0E 31 DB CD 10 BE 8A 07
0x180: B9 04 00 AC CD 10 E2 FB 58 C3 4D 42 52 20 10 00
0x190: 01 00 00 7C 00 00 00 00 00 00 00 00 00 00 31 32
0x1A0: 33 34 46 00 00 41 4E 44 54 6D 62 72 00 02 00 02
0x1B0: 90 C7 12 00 80 00 00 00 92 96 82 0D A6 01 00 01
0x1C0: 01 00 83 FE 3F 1B 3F 00 00 00 DD DC 06 00 00 00
0x1D0: 01 1C 05 FE 3F 1E 1C DD 06 00 43 BC 00 00 00 00
0x1E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 AA

Sector 449820:
0x000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01
0x1C0: 01 1C 82 FE 3F 1E 3F 00 00 00 04 BC 00 00 00 00
0x1D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x1F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 AA

Output of lspci and lspci -n:

:00:01.0 USB Controller: NEC Corporation USB (rev 43)
:00:01.1 USB Controller: NEC Corporation USB (rev 43)
:00:01.2 USB Controller: NEC Corporation USB 2.0 (rev 04)

:00:01.0 0c03: 1033:0035 (rev 43)
:00:01.1 0c03: 1033:0035 (rev 43)
:00:01.2 0c03: 1033:00e0 (rev 04)

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot worked:[O]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [E]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[X]
Reboot: [ ]

Comments/Problems:

- Terminal badly configured (TERM=linux, iTerm/MacOSX, console/Ubuntu), 
causing problems while reading windows (Ctrl-L helps)


- Automatic partitioning failed (256Mb USB flash drive), used manual 
partitioning instead: 90% sda1, 10% swap (sda5)




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



Bug#356481: manpages-es: Please stop providing the passwd.5 man page

2006-03-12 Thread Nicolas François
Package: manpages-es
Version: 1.55-3
Severity: normal

Hello,

The Spanish translation of the passwd.5 man page is also provided by the
passwd package. Please stop providing it.

Thanks in advance,
-- 
Nekral


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



Bug#356482: manpages-es-extra: Please stop providing man pages belonging to the passwd and login

2006-03-12 Thread Nicolas François
Package: manpages-es-extra
Version: 0.8a-14
Severity: normal

Hello,

In #330572, we forgot some pages which also collide with the passwd or
login packages:
  newgrp.1
  vigr.8
  vipw.8

Please stop providing these pages also.

Thanks in advance,
-- 
Nekral


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



Bug#356483: fvwm-crystal: No icon for Debian menu

2006-03-12 Thread Daniel Franganillo
Subject: fvwm-crystal: No icon for Debian menu
Package: fvwm-crystal
Version: 3.0-1
Severity: wishlist

Please add some icon to Debian menu so it doesnt fall-back to default icon.
Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
(ignored: LC_ALL set to [EMAIL PROTECTED])

Versions of packages fvwm-crystal depends on:
ii  fvwm-gnome 1:2.5.16-2F(?) Virtual Window Manager, versi
ii  habak  0.2.5-2   utility for creating multi-layered
ii  imagemagick6:6.2.4.5-0.7 Image manipulation programs
ii  python 2.3.5-5   An interactive high-level object-o
ii  trayer 1.0-1 lightweight GTK2-based systray for
ii  xterm  208-3.1   X terminal emulator

Versions of packages fvwm-crystal recommends:
pn  mpc none   (no description available)
ii  rox-filer   2.4.1-1  A simple graphical file manager fo
ii  xmms1.2.10+cvs20050809-5 Versatile X audio player
pn  xmms-find   none   (no description available)
ii  xmms-shell  0.99.3-5.1   XMMS Shell - Interface to control
ii  xscreensaver4.23-4   Automatic screensaver for X

-- no debconf information



Bug#356484: /etc/init.d/cryptdisks: bashism

2006-03-12 Thread Michal Politowski
Package: cryptsetup
Version: 2:1.0.2+1.0.3-rc2-1
Severity: serious
File: /etc/init.d/cryptdisks
Justification: Policy 10.4

/etc/init.d/cryptdisks uses '==' instead of '=' in a test.
This is bashism in a /bin/sh script.

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.



Bug#356485: gstreamer0.10-plugins-base: 0.10.3 kills Rhythmbox under GrSecurity, while 0.10.1 did not

2006-03-12 Thread Martin-Éric Racine
Package: gstreamer0.10-plugins-base
Version: 0.10.3-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rhythmbox dies systematically since upgrading gstreamer0.10-plugins-base to 
0.10.3, 
on a workstation hardened with GrSecurity. The backtrace under GDB:

(no debugging symbols found)
Program received signal SIGILL, Illegal instruction.
[Switching to Thread 946813696 (LWP 8953)]
0x38a737d8 in oil_debug_set_print_function () from /usr/lib/liboil-0.3.so.0
(gdb) bt
#0  0x38a737d8 in oil_debug_set_print_function () from /usr/lib/liboil-0.3.so.0
#1  0x38a739e8 in oil_cpu_fault_check_try () from /usr/lib/liboil-0.3.so.0
#2  0x38a73b00 in oil_cpu_fault_check_try () from /usr/lib/liboil-0.3.so.0
#3  0x38a73340 in oil_init () from /usr/lib/liboil-0.3.so.0
#4  0x38a4bc7c in resample_init ()
   from /usr/lib/gstreamer-0.10/libgstaudioresample.so
#5  0x38a4b100 in audioresample_set_caps ()
   from /usr/lib/gstreamer-0.10/libgstaudioresample.so
#6  0x373b4530 in _gst_plugin_initialize ()
   from /usr/lib/libgstreamer-0.10.so.0
#7  0x373b4be0 in gst_plugin_load_file () from /usr/lib/libgstreamer-0.10.so.0
#8  0x373ba3b8 in gst_registry_lookup () from /usr/lib/libgstreamer-0.10.so.0
#9  0x3737cb9c in gst_init () from /usr/lib/libgstreamer-0.10.so.0
#10 0x38273308 in g_option_context_parse () from /usr/lib/libglib-2.0.so.0
#11 0x3737c1b8 in gst_init_check () from /usr/lib/libgstreamer-0.10.so.0
#12 0x3737c244 in gst_init () from /usr/lib/libgstreamer-0.10.so.0
#13 0x1001fb08 in main ()
(gdb)

Syslog reports:

Mar 12 13:05:24 omena kernel: grsec: signal 4 sent to 
/usr/bin/rhythmbox[rhythmbox:8953] uid/euid:1000/1000 gid/egid:1000/1000, 
parent /usr/bin/gdb[gdb:11100] uid/euid:1000/1000 gid/egid:1000/1000

Downgrading gstreamer0.10-plugins-base to version 0.10.1 fixes this.

- -- System Information:
Debian Release: 3.1
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-imac
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages gstreamer0.10-plugins-base depends on:
ii  libc62.3.5-13GNU C Library: Shared libraries an
ii  libcdparanoia0   3a9.8-13Shared libraries for cdparanoia
ii  libglib2.0-0 2.8.6-1 The GLib library of C routines
ii  libgstreamer-plugins-bas 0.10.3-1GStreamer libraries from the base
ii  libgstreamer0.10-0   0.10.3-1Core GStreamer libraries, plugins,
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libogg0  1.1.3-2 Ogg Bitstream Library
ii  liboil0.30.3.6-1 Library of Optimized Inner Loops
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libtheora0   0.0.0.alpha5-1  The Theora Video Compression Codec
ii  libvisual0.2 0.2.0-4 Audio visualization framework
ii  libvorbis0a  1.1.2-1 The Vorbis General Audio Compressi
ii  libvorbisenc21.1.2-1 The Vorbis General Audio Compressi
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxml2  2.6.23.dfsg.2-2 GNOME XML library
ii  libxv1   6.9.0.dfsg.1-4  X Window System video extension li
ii  zlib1g   1:1.2.3-9   compression library - runtime

gstreamer0.10-plugins-base recommends no packages.

- -- no debconf information

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

iD8DBQFEFAK3eXr56x4Muc0RAmgCAKCN18DiEOtjWIgHHq+hAWp+m73CjACdELnf
rq6Bire8IxclnuJx1vbSHZM=
=gwUX
-END PGP SIGNATURE-


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



Bug#330577: list of pages provided by manpages-zh and also provided by login or passwd

2006-03-12 Thread Nicolas François
Package: manpages-zh
Version: 1.5-1
Followup-For: Bug #330577

Hello,

Here is a clarification of the list of man pages which collide between
manpages-zh and the login or passwd packages.
(The collisions are for zh_CN and zh_TW)

newgrp.1
su.1
chfn.1
chsh.1
passwd.5
chpasswd.8
groupadd.8
groupdel.8
groupmod.8
useradd.8
userdel.8
usermod.8

Please stop prividing them.

Thanks in advance,
-- 
Nekral


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



Bug#330578: List of man pages provided by manpages-fi and also provided passwd and login

2006-03-12 Thread Nicolas François
Package: manpages-fi
Version: 0.2-3
Followup-For: Bug #330578

Hello,

This is a clarification of the man pages creating a collision with the
login or passwd packages:
  su.1
  chfn.1
  chsh.1
  passwd.1

Kind Regards,
-- 
Nekral


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



Bug#330579: pages provided by manpages-tr and aslo provided by login or passwd

2006-03-12 Thread Nicolas François
Package: manpages-tr
Followup-For: Bug #330579

Hello,

Here is a clarification of the list of pages which collide between
manpages-tr and the login or passwd packages.

login.1
su.1
chage.1
chfn.1
passwd.1
passwd.5
shadow.5
groupadd.8
groupdel.8
groupmod.8
useradd.8
userdel.8
usermod.8

Please stop providing them.

Thanks in advance,
-- 
Nekral


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



Bug#356379: remove flag -P from fcopy

2006-03-12 Thread Michael Tautschnig
 On Sat, Mar 11, 2006 at 05:02:17PM +0100, Thomas Lange wrote:
  
  Package: fai-client
  Version: 2.9.1
  severity: wishlist
  
  I like to remove flag -P from the command fcopy. Is somebody really
  using it?
 
 Me. and with great success.


What is the reason for your removal-request? Although I'm not (yet) using it, I
consider this a really cool feature...

Regards,
Michael



signature.asc
Description: Digital signature


Bug#356408: Addition

2006-03-12 Thread Raphael Hertzog
On Sat, 11 Mar 2006, Jiří Paleček wrote:
 
 I forgot to describe the testcase: Try installing it, then remove, then
 delete /etc/test/test.conf, then install again.

This has always been a feature. An administrator can remove a conffile
and dpkg should respect this local change (a removal is considered a
change just like another).

Thus this is not a bug. If you want an improvement, you need to come up
with a way to differentiate a manual remove from the admin with a file
lost due to another problem. I don't know of any...

I suggest closing this bug.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/



Bug#356486: xsltproc: Doesn't fail when output file can't be created (due to space issue)

2006-03-12 Thread Raphael Hertzog
Package: xsltproc
Version: 1.1.15-2
Severity: normal

Here's the test case, my /mnt/ partition is full (no space left) and when I
ask xsltproc to create a file :
$ xsltproc -o /mnt/test.html xsl/pts.xsl something.xml
I/O error : No space left on device
$ echo $?
0

It exits as if no error happened ! xsltproc should fail on any I/O error
on the output file. Currently the -o option overwrites the output file and
this behaviour is fine except that I silently loose the previous file in
case of full disk... (I have this bug in the PTS: #240829)

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

Versions of packages xsltproc depends on:
ii  libc6  2.3.6-1   GNU C Library: Shared libraries an
ii  libgcrypt111.2.2-1   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.1-4 library for common error values an
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxslt1.1 1.1.15-2  XSLT processing library - runtime 
ii  zlib1g 1:1.2.3-9 compression library - runtime

xsltproc recommends no packages.

-- no debconf information


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



Bug#356487: [l10n] shadow debconf templates -- updated Czech translation

2006-03-12 Thread Miroslav Kure
Package: shadow
Severity: wishlist
Tags: l10n, patch

Hi,
in attachement there is updated Czech (cs.po) translation of
shadow debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure


cs.po.gz
Description: Binary data


Bug#356488: less: Unspecified (weak) dependency on catdoc

2006-03-12 Thread Shai Berger
Package: less
Version: 394-1
Severity: normal


lesspipe tries to use catdoc in order to preprocess .doc files. There are two 
problems  with this:

1. If catdoc is not found, lesspipe fails silently, returning an empty result. 
This causes less to present the 
original binary file, and will cause the first-time user (this user) to think 
he hasn't set up lesspipe correctly.

2. I think this implies less should suggest/recommend catdoc.

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

Versions of packages less depends on:
ii  debianutils   2.15.3 Miscellaneous utilities specific t
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libncurses5   5.5-1  Shared libraries for terminal hand

less recommends no packages.

-- no debconf information


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



Bug#356489: classpath-tools: manpage points to absent manpage

2006-03-12 Thread Bart Martens
Package: classpath-tools
Version: 0.0.20020812-1
Severity: minor

man javap-cp points to jdb(1) but there's no such man page.



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



Bug#356490: libmhash-dev: usage of VERSION macro pollutes namespace

2006-03-12 Thread Marc Haber
Package: libmhash-dev
Version: 0.9.4a-1
Severity: normal

Hi,

libmash-dev started defining a macro called VERSION in
include/mutils/mhash_config.h. This makes it harder or impossible to
use VERSION in other software, which has in at least one case led to
another software misreoprting its version number (aide, #355091).

Please convince upstream to use a different macro, like MHASH_VERSION,
instead.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.6-zgsrv
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#307068: mouseemu eats all the cpu when booting with a usb tablet plugged

2006-03-12 Thread Gaudenz Steinlin
Hi Paul

On Wed, May 04, 2005 at 06:59:24PM +0100, Paul Brossier wrote:
 Hi Gaudenz,
 
 sorry, my report was rather incomplete as the cpu eating happends
 after *removing* the usb tablet. i have tried to investigate a
 little more. 

Could you please test the new version of mouseemu which is available
from http://people.debian.org/~gaudenz/ to see if this bug is fixed now.
The new version of mouseemu should now handle disapearing devices
gracefully.

Gaudenz

 
 On Wed, May 04, 2005 at 02:58:54PM +0200, Gaudenz Steinlin wrote:
  Hi Piem 
  
  On Sat, Apr 30, 2005 at 02:28:47PM +0100, Paul Brossier wrote:
   Package: mouseemu
   Version: 0.15-2
   Severity: important
   
   after rebooting with a wacom tablet attached to the usb port, mouseemu
   was taking all the cpu, and the mouse had some weird behavior. rebooting
   without the usb tablet fixed the problem. i suspect this behavior to
   happen with a usb mouse too.
 
  I cannot reproduce this with an usb mouse. 
 
 it seems there is actually two problems:
   - when booting with a usb pointer, no mouse in X when mouseemu
 is running
   - when unplugging a wacom tablet, mouseemu eats all the cpu.
 after a few mouseemu restart, Xfree, keyboard and mouse are
 locked.
 
  Did you connect the tablet before starting mouseeum? 
 
 yes, the tablet was connected at boot time.
 
  Does this also occur when connecting the tablet after starting
  mouseemu? 
 
 this does not seem to cause any trouble.
 
  Does restarting mouseemu help? 
 
 not quite. stopping it gave me back the mouse. when starting
 mouseemu, the cpu goes back up.  more exactly: 
 
 no mouse at start in X. from here i tried the 2 following:
 
 1. unplug the tablet - still no mouse, mouseemu goes up
mouseemu stop - no more cpu eating
mouseemu start- process back to 100%, no more mouse
after 3 or 4 restart, X gets frozen and the keyboard does not
work anymore.
 
 2. mouseemu stop  - trackpad and tablets are back
mouseemu start - no more trackpad 
mouseemu stop  - trackpad back, seem to send \n to the terminal
where run from: the terminal execute empty command lines until i
press [enter] which stops it.
mouseemu start - no more trackpad
 
  Does only the tablet behave strange or also the internal
  trackpad (supposing you have one)?
 
 i have seen the mouse jumping only once. trying again today, i
 just managed 
 
  Can you give some more information about your hardware? 
 
 iBook G4 1000Mhz, wacom volito, logitech optical
 
  Can you check this with an usb mouse?
 
 trying to boot with a usb mouse plugged, unplugging the mouse
 does *not* make mouseemu eat all the cpu. but i had no mouse in X
 either, and stopping mouseemu gave me back both the mouse and the
 trackpad.
 
 HTH, Piem
 
  Gaudenz
  
  -- 
  Ever tried. Ever failed. No matter.
  Try again. Fail again. Fail better.
  ~ Samuel Beckett ~
 
 



-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


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



Bug#356043: blox does not get built on non i386 architectures

2006-03-12 Thread Matthew Hooker


Tried building with latest version (2.1.12-1) from

http://www.cundal.net/debian/

compiles with blox-tk on i386
does not have blox-tk on powerpc

Original sources do not build blox-tk on powerpc,
build fine on i386.








___ 
Win a BlackBerry device from O2 with Yahoo!. Enter now. 
http://www.yahoo.co.uk/blackberry


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



Bug#326486: mouseemu doesn't block all connected mice

2006-03-12 Thread Gaudenz Steinlin
Hi Holger

Could you please test the new version of mouseemu which is available
from http://people.debian.org/~gaudenz/ and check if this bug is still
present. Moueemu now periodically scans for new devices.

Gaudenz

On Sat, Sep 03, 2005 at 06:18:46PM +0200, Holger Levsen wrote:
 package: mouseemu
 version: 0.15-2
 
 Hi,
 
 I installed mouseemu and the trackpad blocking feature does not seem to work 
 with all my mouse devices. I'm running sarge with a 2.6.12 kernel  udev on a 
 thinkpad r51 (which has a trackpad and the thinkpad nipple mouse), with an 
 external mouse (and keyboard) connected.
 
 Only the external mouse and the nipple mouse get blocked, but not the 
 trackpad 
 - which is the device I want to be blocked at most :-)
 
 In /dev/input there is mice, mouse0, mouse1, mouse2 and uinput. 
 
 
 regards,
   Holger
 
 



-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


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



Bug#356491: FTBFS: broken dependency field for the libcegui-mk2-0c2a-dbg package

2006-03-12 Thread Robert Luberda
Package: cegui-mk2
Severity: serious
Justification: FTBFS

Hi,

The package fails to be build from source with the following error:

  dh_gencontrol -plibcegui-mk2-0c2a-dbg
  dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
  dpkg-gencontrol: warning: can't parse dependency  libcegui-mk2-0c2a (= 
0.4.1-1)
  dpkg-gencontrol: error: error occoured while parsing Depends

The bug seems to be caused by the lack of comma in the folowing line of 
the debian/control file:
  Depends: ${shlibs:Depends} libcegui-mk2-0c2a (= ${Source-Version}) 

Best Regards
robert



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


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



Bug#356493: suggestion for README.Debian in cacti-cactid

2006-03-12 Thread alex
Package: cacti-cactid
Version: 0.8.6g-2

When I install and use cacti-cactid, all the graphs that use perl to gather 
data stop working. I think it would improve the package to add a note in 
README.Debian explaining that cactid requires the full path to the 'perl' 
binary to be specified in the Data Input Methods for the scripts to work. I 
discovered this after a bit of digging with Google. It was a pain in the ass 
to work out, as all the error log says is Partial Result, not something 
useful like 'cactid: perl: command not found'.



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



Bug#356450: [EMAIL PROTECTED]: manpage for ghc]

2006-03-12 Thread Ian Lynagh
On Sun, Mar 12, 2006 at 04:06:08AM +0100, Jeroen van Wolffelaar wrote:
 Package: ghc6
 Severity: wishlist
 
 - Forwarded message from Jeffrey Bolden [EMAIL PROTECTED] -
 
 This came up in a websearch.  But there is a manpage for GHC you may  
 just want to forward this to whomever would be responsible for the bug:
 
 http://linux.com.hk/penguin/man/1/ghc6.html

What is the bug here? The above page contains the manpage as generated
by the scripts originally written by Michael Weber for Debian, and the
latest packages still contains this manpage as far as I can see.


Thanks
Ian



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



Bug#356471: URL should be corrected

2006-03-12 Thread Juan Manuel Garcia Molina
Package: cdlabelgen
Version: 3.6.0-1
Followup-For: Bug #356471

Hi.

cdlabelgen homepage will be changed in the next upload of the package to
the Debian archive.

Thanks to Colin for the bug report.


Regards,
Juanma.

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

Versions of packages cdlabelgen depends on:
ii  perl  5.8.8-2Larry Wall's Practical Extraction 

Versions of packages cdlabelgen recommends:
ii  gs   8.50-1  Transitional package
ii  gs-esp [gs]  8.15.1.dfsg.1-1 The Ghostscript PostScript interpr
ii  gs-gpl [gs]  8.50-1  The GPL Ghostscript PostScript int

-- no debconf information


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



Bug#356492: ITP: Spout - Tiny abstract bw 2D cave-shooter

2006-03-12 Thread Javier Candeira
Package: wnpp
Severity: wishlist
Owner: Javier Candeira [EMAIL PROTECTED]

* Package name: spout
  Version : 1.1
  Upstream Author : Kumi [EMAIL PROTECTED]
* URL : http://www.din.or.jp/~ku_/junk/spout11.zip
* License : None
  Description : Tiny abstract bw 2D cave-shooter

Spout is a small, abstract shooting game from Japanese developer Kuni.
It plays somewhat like Finnish cavefliers, except you have to erode
your surroundings with your ship’s exhuast. It’s great fun.
Your goal is to fly upwards as long as you possibly can, without
crashing or your time running out.

Currently the game is only source-available, as there is no license
provided. I have already emailed the developer asking him about releasing it
under a DFSG-compliant license.




Bug#356494: ITP: openjump -- Open Java Unified Mapping Platform JUMP

2006-03-12 Thread Petter Reinholdtsen

Package: wnpp
Severity: wishlist

* Package name: openjump
  Upstream Author : Vivid Solutions and the OpenJump developers.
* URL : http://www.openjump.org/
* License : GPL
  Description : Open Java Unified Mapping Platform JUMP

The Open Java Unified Mapping Platform (JUMP) is a GUI-based
application for viewing and processing spatial data.  It includes many
common spatial and GIS functions.

OpenJUMP has the following features:
 * provides viewing, editing, and processing spatial datasets
 * provides an API giving full programmatic access
 * is highly modular and extensible

OpenJUMP need buoy (WNPP request #356355) to run.

Test packages of openjump and buoy are available from the Debian GIS
repository, URL:http://pkg-grass.alioth.debian.org/debian-gis/pool/.


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



Bug#353652: gnome: Same problem here...

2006-03-12 Thread Julien BEHEM
Package: gnome
Followup-For: Bug #353652


I have the same problem since upgrade to xorg 6.9 and gnome 2.12 (debian 
testing).

Linux 2.6.12-1-k7 #1 Tue Sep 27 13:22:07 JST 2005 i686 GNU/Linux
ii  xserver-xorg  6.9.0.dfsg.1-4
ii  xserver-common6.9.0.dfsg.1-4

ii  gnome-common  2.12.0-1
ii  gnome-panel   2.12.3-1
ii  gnome-panel-data  2.12.3-1
ii  gnome-session 2.12.0-4
ii  gnome-utils   2.12.2-3
ii  gnome-themes  2.12.3-1 


gnome-setting-daemon working fine with this xorg.conf :

Section ServerLayout
Identifier Layout
Screen Dual Screen 0 0
InputDeviceCordless Desktop CoreKeyboard
InputDeviceMouse CorePointer
EndSection

Section InputDevice
Identifier  Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  ZAxisMapping  4 5
EndSection


But not with this :

Section ServerLayout
Identifier Layout
Screen Dual Screen 0 0
InputDeviceCordless Desktop CoreKeyboard
InputDeviceMX1000 CorePointer
EndSection

Section InputDevice
Identifier MX1000
Driver evdev
Option Device /dev/input/mx1000
EndSection


Thanks for help.


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


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



Bug#356355: RFP: buoy -- Java User Interface Toolkit

2006-03-12 Thread Petter Reinholdtsen
retitle 356355 ITP: buoy -- Java User Interface Toolkit
thanks

A test package for buoy is available from the debian-gis repository,
URL:http://pkg-grass.alioth.debian.org/debian-gis/pool/.  I plan to
maintain this package within the Debian java subproject.


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



Bug#356495: icewm: Slanted menu in ja_JP.UTF-8 locale

2006-03-12 Thread Jan Willem Stumpel
Package: icewm
Version: 1.2.25-1
Severity: important
Tags: l10n


When I start X (and therefore icewm) in a ja_JP.UTF-8 locale, the menus 
are very weirdly slanted. I can only explain this with a picture:

http://www.jw-stumpel.nl/ice_weird.png

Regards, Jan

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

Versions of packages icewm depends on:
ii  icewm-common  1.2.25-1   wonderful Win95-OS/2-Motif-like wi
ii  imlib11   1.9.14-29  Imlib is an imaging library for X 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig12.3.2-2generic font configuration library
ii  libfreetype6  2.1.10-1.1 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-10 GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libtiff4  3.8.0-3Tag Image File Format (TIFF) libra
ii  libungif4g4.1.4-2shared library for GIF images (run
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  zlib1g1:1.2.3-11 compression library - runtime

icewm recommends no packages.

-- debconf-show failed


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



Bug#356496: lighttpd: new version 1.4.11 available

2006-03-12 Thread Keegan Quinn
Package: lighttpd
Version: 1.4.10-0.keegan.1
Severity: wishlist

A new version of lighttpd (1.4.11) is available from upstream.

I've been backporting your packages to sarge for use on my servers,
and would much rather backport your 1.4.11 package than perform the
update from scratch.  Thanks for the great work!


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

Versions of packages lighttpd depends on:
ii  libbz2-1.0 1.0.2-7   high-quality block-sorting file co
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libldap2   2.1.30-8  OpenLDAP libraries
ii  libpcre3   4.5-1.2sarge1 Perl 5 Compatible Regular Expressi
ii  libssl0.9.70.9.7e-3sarge1SSL shared libraries
ii  lsb-base   2.0-7 Linux Standard Base 2.0 init scrip
ii  mime-support   3.28-1MIME files 'mime.types'  'mailcap
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information

-- 
Keegan Quinn  [EMAIL PROTECTED]
CEO, Producer
the basement productions
http://www.thebasement.org


signature.asc
Description: Digital signature


Bug#356497: libswt3.1-gtk-java: depends on mozilla-browser on i386

2006-03-12 Thread J. Woch
Package: libswt3.1-gtk-java
Severity: normal

(only) for i386 platforms, the package still depends on mozilla-browser. this
should be replaced to something generic.

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


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



Bug#356498: wrong call to find: invalid argument `-f' to `-type'

2006-03-12 Thread Martin Michlmayr
Package: ucf
Version: 2.006
Severity: normal

I got the following message:

| Purging configuration files for ucf ...
| find: invalid argument `-f' to `-type'
| find: invalid argument `-f' to `-type'

This is due to a wrong find call:

./debian/postrm:  find /var/lib/ucf/cache -type -f -print0 | xargs -0r 
/bin/rm -f


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

Versions of packages ucf depends on:
ii  debconf [debconf-2.0] 1.4.70 Debian configuration management sy

Versions of packages ucf recommends:
ii  debconf-utils 1.4.70 debconf utilities

-- debconf information excluded

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#356499: Can not install subversion on unstable.

2006-03-12 Thread alex

Package: subversion
Version: 1.2.3dfsg1-3

	I tried to install subversion in debian unstable from a weeks, 
but I can not do it because dependencies.


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

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

The following packages have unmet dependencies:
  subversion: Depends: libneon24 (= 0.24.7.dfsg) but it is not 
installable
  Depends: libsvn0 (= 1.2.3dfsg1) but it is not going to be 
installed

E: Broken packages



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



Bug#356476: texinfo - fails to install

2006-03-12 Thread Norbert Preining
On Son, 12 Mär 2006, Bastian Blank wrote:
 Package: texinfo
 Version: 4.8-6
 Severity: serious
 
  Automatic build of gmsh_1.64.0-1 on debian01 by sbuild/s390 85
 [...]
  Setting up texinfo (4.8-6) ...
  Running mktexlsr. This may take some time. ... done.
  dpkg: error processing texinfo (--configure):
   subprocess post-installation script returned error exit status 1

Huuu, could you please run
sh -ex /var/lib/dpkg/info/texinfo.postinst configure
and send me the output. This can only happen in the kpsewhich call or in
the install-info call, and I need to know where.

Thanks a lot for the cooperation.

Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
HUMBER (vb.)
To move like the cheeks of a very fat person as their car goes over a
cattle grid.
--- Douglas Adams, The Meaning of Liff


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



Bug#356480: NSLU2 installation report

2006-03-12 Thread Martin Michlmayr
* Pepijn Oomen [EMAIL PROTECTED] [2006-03-12 11:54]:
 - Terminal badly configured (TERM=linux, iTerm/MacOSX,
 console/Ubuntu), causing problems while reading windows (Ctrl-L
 helps)

Odd.  I know serial console looks slightly wrong but SSH should be
fine.

12:34  tbm pepijn: did you install via the serial console, or when
did
  you see those TERM problems?
12:35  pepijn tbm: no serial console available, so it was ssh
12:35  tbm pepijn: odd.  Because I know serial console is garbled,
but
  SSH should be fine
12:35  pepijn ssh in iTerm from MacOSX, but also ssh from console on
  Ubuntu/breezy
12:36  pepijn basically same issues
12:36  pepijn ssh from iTerm on MacOSX works ok when accessing
  Debian
12:37  pepijn just not within the d-i environment
12:55  pepijn tbm: fwiw, iTerm/MacOSX has TERM=xterm, while the
   Ubuntu console has TERM=linux

 - Automatic partitioning failed (256Mb USB flash drive), used manual 
 partitioning instead: 90% sda1, 10% swap (sda5)

What exactly failed?  Did it print an error?  What did it do?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#355644: e2fsck needs to search for journal by UUID

2006-03-12 Thread Theodore Ts'o
On Sat, Mar 11, 2006 at 08:25:08PM -0800, Elliott Mitchell wrote:
 But those are unlikely to move around, and hence unlikely to change major
 number often. Devices that do move around are likely to carry their
 journal with them, so having the hint contain only the minor number would
 be sufficient. This could even be handled through a hook in hotplug.

Nope.  Consider the use case where the data filesystem is using a SCSI
or a RAID disk, and the journal filesystem is using a battery-backed
up memory disk which looks, feels, and smells like an IDE disk.  In
that case, the major number of the data partition != to the major
number of the journal.  So as you can see, just storing the minor
number in the hint will not save you.

Or consider the case where you are using SCSI id #5 for the data disk,
but in order to get the faster performance, you have the external
journal on a separate spindle, which is SCSI id #6.  Now the system
administrator does a clean shutdown of the system, and remove SCSI id
#4.  *Poof* the SCSI minor device id's get renumbered, so what used to
be /dev/sdc1 and /dev/sdd1 now become /dev/sdb1 and /dev/sdc1, and any
hints based on major/minor device numbers will be invalidated.

If the system uses blkid to do mount-by-label, mount has no problem
finding the data disk on /dev/sdb1, but the hint in the external
journal is now incorrect.  Since the entire system was cleanly
shutdown, there is no reason why the system administrator needs to
force an fsck just to update the hint; that's just inelegant.  The
solution is that the mount program needs to be able to use the blkid
library to find the new location of the external journal as well.

  Nah, it's too hard, especially when you consider what might happen
  with iSCSI and Fibre Channel.  Searching for filesystems by UUID
  really does belong in userspace.  But mount does need to know how to
  specify the external journal to the filesystem, just as today it
  passes block device for the filesystem itself to the kernel.
 
 Strikes me as inelegant to not be able to directly call mount().  :-(

You can't directly call mount if you are (a) mounting an NFS
partition, without doing a lot of NFS-specific DNS name resolution,
etc., or (b) if you are doing any kind of mount-by-label or
mount-by-uuid.  And this is because putting DNS resolution into the
kernel, or doing find-block-device-by-UUID is insane.  This is another
example of needing to pass *all* of the parameters of the mount
command into the kernel, and the location of the external journal is
just one of the mount parameters, just as the IP address of the NFS
server or where to find the data partition is one of the mount
parameters.

The hint was a convenience to system administrator for simple cases,
but you can make the argument that we should have never implemented
the hint, since it left us in a position where we didn't have all of
the pieces (i.e., the journal_device mount option should have been
implemented a long time ago), and got people lazy and complacent about
finishing the userspace support for external journals.

- Ted


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



Bug#356497: libswt3.1-gtk-java: depends on mozilla-browser on i386

2006-03-12 Thread Stephan Michels
On 3/12/06, J. Woch [EMAIL PROTECTED] wrote:
 (only) for i386 platforms, the package still depends on mozilla-browser. this
 should be replaced to something generic.

Like what for example? xulrunner is not in a useable stage yet. And
firefox is a pile of crap.



Bug#356500: cupsys: doesn't print (not even testpage), Renderer fails (exit stat: 9)

2006-03-12 Thread Joerg Beyer
Package: cupsys
Version: 1.1.23-15
Severity: important

Hi,

my cups installation stopped working, after working for a long time.
Last successful print was about a month ago (I did not try it in the
last weeks).

The /var/log/cups/error_log suggests, that the renderer fails:

D [12/Mar/2006:13:52:24 +0100] AcceptClient: 5 from localhost:631.
D [12/Mar/2006:13:52:24 +0100] ReadClient: 5 GET 
/printers/ojetsw?op=print-test-page HTTP/1.1
D [12/Mar/2006:13:52:24 +0100] CGI /usr/lib/cups/cgi-bin/printers.cgi started - 
PID = 9490
I [12/Mar/2006:13:52:24 +0100] Started /usr/lib/cups/cgi-bin/printers.cgi 
(pid=9490)
D [12/Mar/2006:13:52:24 +0100] SendCommand: 5 file=8
D [12/Mar/2006:13:52:24 +0100] AcceptClient: 7 from localhost:631.
D [12/Mar/2006:13:52:24 +0100] ReadClient: 7 POST /printers/ojetsw HTTP/1.1
D [12/Mar/2006:13:52:24 +0100] print_job: request file type is 
application/postscript.
D [12/Mar/2006:13:52:24 +0100] check_quotas: requesting-user-name = ''
D [12/Mar/2006:13:52:24 +0100] print_job: requesting-user-name = ''
D [12/Mar/2006:13:52:24 +0100] Adding default job-sheets values none,none...
I [12/Mar/2006:13:52:24 +0100] Adding start banner page none to job 120.
I [12/Mar/2006:13:52:24 +0100] Adding end banner page none to job 120.
I [12/Mar/2006:13:52:24 +0100] Job 120 queued on 'ojetsw' by ''.
D [12/Mar/2006:13:52:24 +0100] Job 120 hold_until = 0
D [12/Mar/2006:13:52:24 +0100] StartJob(120, 0x80949f8)
D [12/Mar/2006:13:52:24 +0100] StartJob() id = 120, file = 0/1
D [12/Mar/2006:13:52:24 +0100] job-sheets=none,none
D [12/Mar/2006:13:52:24 +0100] banner_page = 0
D [12/Mar/2006:13:52:24 +0100] StartJob: argv = ojetsw,120,,Test 
Page,1,,/var/spool/cups/d00120-001
D [12/Mar/2006:13:52:24 +0100] StartJob: 
envp[0]=PATH=/usr/lib/cups/filter:/bin:/usr/bin
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[1]=SOFTWARE=CUPS/1.1
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[2]=USER=root
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[3]=CHARSET=iso-8859-15
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[4]=LANG=de
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[5]=TZ=Europe/Berlin
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[6]=PPD=/etc/cups/ppd/ojetsw.ppd
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[7]=CUPS_SERVERROOT=/etc/cups
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[8]=RIP_MAX_CACHE=8m
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[9]=TMPDIR=/var/spool/cups/tmp
D [12/Mar/2006:13:52:24 +0100] StartJob: 
envp[10]=CONTENT_TYPE=application/postscript
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[11]=DEVICE_URI=usb:/dev/hp_5510
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[12]=PRINTER=ojetsw
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[13]=CUPS_DATADIR=/usr/share/cups
D [12/Mar/2006:13:52:24 +0100] StartJob: 
envp[14]=CUPS_FONTPATH=/usr/share/cups/fonts
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[15]=CUPS_SERVER=localhost
D [12/Mar/2006:13:52:24 +0100] StartJob: envp[16]=IPP_PORT=631
D [12/Mar/2006:13:52:24 +0100] StartJob: statusfds = [ 9 11 ]
D [12/Mar/2006:13:52:24 +0100] StartJob: filterfds[1] = [ 12 -1 ]
D [12/Mar/2006:13:52:24 +0100] StartJob: filter = /usr/lib/cups/filter/pstops
D [12/Mar/2006:13:52:24 +0100] StartJob: filterfds[0] = [ 13 14 ]
D [12/Mar/2006:13:52:24 +0100] start_process(/usr/lib/cups/filter/pstops, 
0xbfab61e0, 0xbfab5758, 12, 14, 11)
I [12/Mar/2006:13:52:24 +0100] Started filter /usr/lib/cups/filter/pstops (PID 
9491) for job 120.
D [12/Mar/2006:13:52:24 +0100] StartJob: filter = 
/usr/lib/cups/filter/foomatic-rip
D [12/Mar/2006:13:52:24 +0100] StartJob: filterfds[1] = [ 12 15 ]
D [12/Mar/2006:13:52:24 +0100] 
start_process(/usr/lib/cups/filter/foomatic-rip, 0xbfab61e0, 0xbfab5758, 13, 
15, 11)
I [12/Mar/2006:13:52:24 +0100] Started filter /usr/lib/cups/filter/foomatic-rip 
(PID 9492) for job 120.
D [12/Mar/2006:13:52:24 +0100] StartJob: backend = /usr/lib/cups/backend/usb
D [12/Mar/2006:13:52:24 +0100] StartJob: filterfds[0] = [ -1 13 ]
D [12/Mar/2006:13:52:24 +0100] start_process(/usr/lib/cups/backend/usb, 
0xbfab61e0, 0xbfab5758, 12, 13, 11)
I [12/Mar/2006:13:52:24 +0100] Started backend /usr/lib/cups/backend/usb (PID 
9493) for job 120.
D [12/Mar/2006:13:52:24 +0100] ProcessIPPRequest: 7 status_code=0
D [12/Mar/2006:13:52:24 +0100] [Job 120] Page = 595x842; 10,36 to 585,833
D [12/Mar/2006:13:52:24 +0100] [Job 120] slowcollate=0, slowduplex=0, 
sloworder=0
D [12/Mar/2006:13:52:24 +0100] [Job 120] 0 %%BoundingBox: 0 0 612 792
D [12/Mar/2006:13:52:24 +0100] [Job 120] 0 %%Pages: 1
D [12/Mar/2006:13:52:24 +0100] [Job 120] 0 %%LanguageLevel: 1
D [12/Mar/2006:13:52:24 +0100] [Job 120] 0 %%DocumentData: Clean7Bit
D [12/Mar/2006:13:52:24 +0100] [Job 120] 0 %%DocumentSuppliedResources: procset 
testprint/1.1
D [12/Mar/2006:13:52:24 +0100] [Job 120] 0 %%DocumentNeededResources: font 
Helvetica Helvetica-Bold Times-Roman
D [12/Mar/2006:13:52:24 +0100] [Job 120] 0 %%Creator: Michael Sweet, Easy 
Software Products
D [12/Mar/2006:13:52:24 +0100] [Job 120] 0 %%CreationDate: May 11, 1999
D 

Bug#272859: fixed in bmp-alarm 0.6.0-1

2006-03-12 Thread Christoph Berg
Re: Yooseong Yang in [EMAIL PROTECTED]
 Source: bmp-alarm
* Package renamed

Hi,

shouldn't the xmms-alarm-bmp1 package be removed if it is obsolete?

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#347483: fixed in upstream

2006-03-12 Thread Fathi Boudra
it's fixed in upstream release.
it will be closed in next upload.

thanks for you report.

cheers,

Fathi


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



Bug#356497: libswt3.1-gtk-java: depends on mozilla-browser on i386

2006-03-12 Thread Michael Koch
On Sun, Mar 12, 2006 at 01:48:40PM +0100, J. Woch wrote:
 Package: libswt3.1-gtk-java
 Severity: normal
 
 (only) for i386 platforms, the package still depends on mozilla-browser. this
 should be replaced to something generic.

Not still but again.

It is currently not possible to depend on more stuff as nothing other work
s currently in unstable.


Cheers,
Michael
-- 
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html

Join the community at http://planet.classpath.org/


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



Bug#356501: python2.4-minimal: This package should not exist

2006-03-12 Thread Adam Rice
Package: python2.4-minimal
Version: 2.4.2-2
Severity: normal


python-minimal only exists in Ubuntu so that users can uninstall python
without breaking the base system. Ubuntu has an agreement with the python
developers that a user will only get a system with python-minimal but without
the full python base packages if they specifically request it.

Debian is not Ubuntu. Debian has no such agreement, and the only way Debian
could have such an agreement was if python was in the base system, which it
is not.

The only purpose python-minimal can serve in Debian is to force the inclusion
of python into the base system. Since there is neither a technical need for
this nor a consensus supporting it, I ask that python-minimal be removed.

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

Versions of packages python2.4-minimal depends on:
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  zlib1g1:1.2.3-9  compression library - runtime

python2.4-minimal recommends no packages.

-- no debconf information


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



Bug#346491: python2.3-dbus: Just the decorators?

2006-03-12 Thread Thomas Leonard
On 1/31/06, Sjoerd Simons [EMAIL PROTECTED] wrote:
 On Sat, Jan 28, 2006 at 11:59:47AM +, Thomas Leonard wrote:
  Not having D-BUS working with the default Python causes lots of
  problems with non-Debian packages. The following broke after I upgraded
  today:
 
  - ROX-Session (can't even log in!)
  - Keyboard (http://roxos.sunsite.dk/dev-contrib/guido/Configure/)
  - Mouse
  - LookAndFeel (http://rox.sourceforge.net/desktop/LookAndFeel)

 Don't remember the exact issue anymore. Anyway making both a python2.4 and
 python2.3 bindings available is far from trivial.

OK, don't worry about it. ROX has dropped D-BUS in favour of XML-RPC
for the time being.

Thanks,


--
Dr Thomas Leonard   http://rox.sourceforge.net
GPG: 9242 9807 C985 3C07 44A6  8B9A AE07 8280 59A5 3CC1



Bug#343744: possibe fix -- please test

2006-03-12 Thread Bastian Venthur
tags 345161 patch
close


Hi Cesar,

I've tried to fix this bug and prepared an NMU-Version. It includes the
new locales from upstream, builds fine in a pbuilder environment and
seems to work at least with the locales I've tested.

What I've done:
- applied the ubuntu patch to the latest Debian version
- removed ubuntu specific parts
- removed postinst/-rm scripts since they only executed one command,
which is not supported anymore by firefox
- used debian/rules wget to fetch the new locales
- used debian/rules update-debian-files to create the control files
- build the packages

Note:
- I've *not* renamed the downloaded xpi-files (eg. de to de-DE)
- I've not removed the blacklisted locales (which already have an extra
package
- The package is not linda/lintian clean


But it seems to work and may be a good start to get things moving again.
feel free to download and test your locale version. You can get it from
here:

http://venthur.de/debian/nmu/fx-locales/


I'll try to look through the code again and make the package
linda/lintian clean. If I succeed and don't hear any complains from the
other reporters/testers or you, I intend to NMU this package.

I've attached a patch, which is rather lengthly, so I'm tagging this bug
with + patch.


BTW: Is there any reason why some locales are split out of the
locales-all package and have their own Debian package?


I hope this helps a bit and kind regards

Bastian


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



Bug#356499: Can not install subversion on unstable.

2006-03-12 Thread Peter Samuelson

close 356499 1.3.0-2
merge 356499 355356
thanks

[alex]
 The following packages have unmet dependencies:
   subversion: Depends: libneon24 (= 0.24.7.dfsg) but it is not installable

The fixed package has been sitting in the NEW queue
(http://ftp-master.debian.org/new.html) for 2 and a half weeks.
The FTP masters will surely get to it soon.

Thanks,
Peter


signature.asc
Description: Digital signature


Bug#356502: manpages-dev: sendmsg(2) and recvmsg(2) incorrct description of struct msghdr

2006-03-12 Thread Paul Brook
Package: manpages-dev
Version: 2.19-1
Severity: normal


The sendmsg(2) and recvmsg(2) contain an incorrect desctiption of
struct msghdr.

The manpage says:

  socklen_tmsg_controllen; /* ancillary data buffer len */

Whereas the actual implementaton (from {x86_64-linux-gnu/,}bits/socket.h) is:

  size_t msg_controllen; /*...*/

Ths makes a difference on 64-bit targets.

Paul

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

Versions of packages manpages-dev depends on:
ii  manpages  2.19-1 Manual pages about using a GNU/Lin

manpages-dev recommends no packages.

-- no debconf information


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



Bug#356503: [l10n] Updated Czech translation of mysql-dfsg-5.0 debconf messages

2006-03-12 Thread Miroslav Kure
Package: mysql-dfsg-5.0
Severity: wishlist
Tags: l10n, patch

Hi,
in attachement there is updated Czech (cs.po) translation of
mysql-dfsg-5.0 debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure


cs.po.gz
Description: Binary data


Bug#355721: crm114: dies with SIGSEGV

2006-03-12 Thread Jörg Sommer
Hi Milan,

Milan Zamazal schrieb am Sat 11. Mar, 19:30 (+0100):
  JS == Jörg Sommer [EMAIL PROTECTED] writes:
 
 JS crm114 dies on some mails with sigseg. I append you and example
 JS and an strace and ltrace run.
 
 Thanks for the bug report and all the attached information.
 Unfortunately I can't reproduce it on i386, so I've just forwarded it
 upstream.

I talked to a friend who is using crm114 on i386 and he couldn't confirm
any problems. My admin installed me crm114 on a i386 machine and I
couldn't reproduce it.

I've took a look with a debugger on it and found out the sigseg happens
in at the end of the call in line crm_expr_classify.c:191. The function
crm_expr_markov_classify() is executed until the return call. It crashes
while leaving this stack frame. I can't explain why this happen.

I guess it has something to do with libtre. I will try to install an
older version of it and see if the problem occures again.

Bye, Jörg.


pgpvCROHrs7OU.pgp
Description: PGP signature


Bug#356504: autoconf: Bogus conftest.c failures due to non-standard main() prototype

2006-03-12 Thread Ron
Package: autoconf
Version: 2.59a-8
Severity: normal

Hi,

With my current gcc (4.0.2-10), the following code:

 int main() { return 0; }

Will warn: function declaration isn't a prototype
if compiled with -Wstrict-prototypes.

Since that is the signature for main which autoconf wraps its tests in
when creating conftest.c -- then tests which should normally succeed,
will fail if the language is C, and CPPFLAGS include -Wstrict-prototypes,
and -Werror (the latter being my preferred habit for release builds).

Hopefully this is as simple to fix as writing out one of the standard
prototypes for the main function.  If main(void) is no good for some
reason, then main(int a,char **b) { (void)a; (void)b; } is a bit uglier
to look at, but provides the right amount of realism for this to succeed
in more cases where it should.

Turning off useful compile time flags (that will actually be used at
compile time) to make all the right tests succeed doesnt seem quite
like the right answer otherwise..

cheers,
Ron


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

Versions of packages autoconf depends on:
ii  debianutils   2.15.3 Miscellaneous utilities specific t
ii  m41.4.4-1a macro processing language
ii  perl  5.8.8-2Larry Wall's Practical Extraction 

Versions of packages autoconf recommends:
ii  automake1.7 [automaken]   1.7.9-7A tool for generating GNU Standard
ii  automake1.9 [automaken]   1.9.6-3A tool for generating GNU Standard

-- no debconf information


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



Bug#356505: libcddb-get-perl: cddb.pl should be installed in /usr/bin

2006-03-12 Thread Dominique Dumont
Package: libcddb-get-perl
Version: 2.23-2
Severity: normal

Hello

cddb.pl is currently installed in /usr/share/perl5 just like a perl
module. 

But this file is an executable script and should be installed in
/usr/bin. (Unfortunately, this point is not explicitely specified in
perl policy...)

As it is, user has to launch it with full path:

   $ /usr/share/perl5/cddb.pl -t

Cheers


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

Versions of packages libcddb-get-perl depends on:
ii  perl  5.8.8-2Larry Wall's Practical Extraction 

libcddb-get-perl recommends no packages.

-- no debconf information


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



Bug#340468: hardlink?

2006-03-12 Thread Rene Engelhard
[ referring to your commend on Bug 340468 ]

Hi,

sorry for the late answer, I hear from many persons that a symlink would
work... Does a hardlink work? Not that I might be allowed to do one,
but

I don't see either why adding /usr/lib/openoffice/program into the
CLASSPATH would help.

Regards,

Reme


signature.asc
Description: Digital signature


Bug#356253: adduser: [INTL:fr] French manpages translation update

2006-03-12 Thread Nicolas François
Hello,

A typo was found in the previous PO.

Here is a new one. Sorry for the inconvenience.

Kind Regards,
-- 
Nekral


fr.po.bz2
Description: Binary data


Bug#356475: /etc/cron.daily/find: 'su: permission denied' with nice priority different from 0

2006-03-12 Thread Andreas Metzler
On 2006-03-12 Julien Valroff [EMAIL PROTECTED] wrote:
 Package: findutils
 Version: 4.1.20-6
 Severity: normal

 On a vserver, /etc/cron.daily/find issues su: permission denied if
 nice priority is different from 0:

 ~# LOCALUSER=nobody nice -n10 updatedb
 su: Permission denied

 ~# LOCALUSER=nobody nice -n0 updatedb

 As the default value in /etc/updatedb.conf is 10, the db cannot be
 updated.  I have no idea of the setup of the vserver host, but can
 try to ask my provider.

That's triggered by http://bugs.debian.org/241663, (see also
http://bugs.debian.org/240873) pam_limits tries to re-reset the nice
level to 0 and this seems to be one of the things that are not
possible on a vserver. I had to comment
sessionrequired   pam_limits.so
in /etc/pam.d/su myself.
 cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#356476: texinfo - fails to install

2006-03-12 Thread Bastian Blank
On Sun, Mar 12, 2006 at 01:53:58PM +0100, Norbert Preining wrote:
 Huuu, could you please run
   sh -ex /var/lib/dpkg/info/texinfo.postinst configure
 and send me the output. This can only happen in the kpsewhich call or in
 the install-info call, and I need to know where.

As it only fails in the autobuilder, I can't provide a sh output, but strace
shows the problem:

| execve(/usr/bin/kpsewhich, [kpsewhich, -var-value, TEXMFSYSVAR], [/* 
26 vars */]) = 0
| [...]
| access(/usr/share/texmf/aliases, R_OK) = -1 ENOENT (No such file or 
directory)
| fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
| mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x77fe6000
| write(1, \n, 1)   = 1
| munmap(0x77fe6000, 4096)= 0
| exit_group(1)  

At this point, the postinstall script bails out.

The configuration succeds if I do it by hand after it failed one time, so I
think it may some sort of recursive dependency, where the order of
configuration is undefined.

Bastian

-- 
The more complex the mind, the greater the need for the simplicity of play.
-- Kirk, Shore Leave, stardate 3025.8


signature.asc
Description: Digital signature


Bug#356476: texinfo - fails to install

2006-03-12 Thread Norbert Preining
Dear teTeX maintainers!

I have a strange problem with texinfo and autobuilders:

On Son, 12 Mär 2006, Bastian Blank wrote:
 Package: texinfo
 Version: 4.8-6
 Severity: serious
 
  Automatic build of gmsh_1.64.0-1 on debian01 by sbuild/s390 85
 [...]
  Setting up texinfo (4.8-6) ...
  Running mktexlsr. This may take some time. ... done.
  dpkg: error processing texinfo (--configure):
   subprocess post-installation script returned error exit status 1
  Setting up html2text (1.3.2a-3) ...

On Son, 12 Mär 2006, Bastian Blank wrote:
 On Sun, Mar 12, 2006 at 01:53:58PM +0100, Norbert Preining wrote:
  Huuu, could you please run
  sh -ex /var/lib/dpkg/info/texinfo.postinst configure
  and send me the output. This can only happen in the kpsewhich call or in
  the install-info call, and I need to know where.
 
 As it only fails in the autobuilder, I can't provide a sh output, but strace
 shows the problem:
 
 | execve(/usr/bin/kpsewhich, [kpsewhich, -var-value, TEXMFSYSVAR], 
 [/* 26 vars */]) = 0
 | [...]
 | access(/usr/share/texmf/aliases, R_OK) = -1 ENOENT (No such file or 
 directory)
 | fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
 | mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
 0x77fe6000
 | write(1, \n, 1)   = 1
 | munmap(0x77fe6000, 4096)= 0
 | exit_group(1)  
 
 At this point, the postinstall script bails out.
 
 The configuration succeds if I do it by hand after it failed one time, so I
 think it may some sort of recursive dependency, where the order of
 configuration is undefined.


For your information, the texinfo.postinst script contains:
# update-fmtutil checks for /etc/texmf/fmt.d/00tex.cnf which
# may not be present, also the update-fmtutil is already
# present (config files are installed at config time!)
# So we have to check for the existence of this file
# before we can call update-fmtutil
if [ -r /etc/texmf/fmt.d/00tex.cnf ] ; then
if which update-fmtutil  /dev/null ; then update-fmtutil ;
fi
fi
if which mktexlsr /dev/null; then update_lsr_files; fi
# tetex might be unpacked but not configured, we have to check
# wether kpsewhich can be run!
#if which fmtutil-sys  /dev/null ; then 
if kpsewhich --version  /dev/null 21 ; then 
build_format_if_format_exists --byfmt texinfo
build_format_if_format_exists --byfmt cyrtexinfo
fi

Where the call to kpsewhich -var-value TEXMFSYSVAR occurs in 
build_format_if_format_exists

This seems to be a problem that tetex is not already configured.
Although I thought that this should NOT happen, namely that only with
tex-common installed a call to kpsewhich should succeed. But it seems
that it doesn't. Do you have an idea why?

And how can I check this or circumvent this? I assume that I have to
check whether tetex-base and or -bin is configured. But I don't
understand why the above call to kpsewhich fails. It is strange.

Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
LIFF (n.)
A book, the contents of which are totally belied by its cover. For
instance, any book the dust jacket of which bears the words. 'This
book will change your life'.
--- Douglas Adams, The Meaning of Liff


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



Bug#356480: NSLU2 installation report

2006-03-12 Thread Pepijn Oomen
When choosing 'Erase entire disk: SCSI1 (0,0,0) (sda) - 257.9 MB USB 2.0 
Mobile Disk' under Guided partitioning, I am presented a dialog with the 
following information:


Failed to partition the selected disk
This probably happened because the selected disk or free space is too 
small to be automatically partitioned.



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



Bug#356476: texinfo - fails to install

2006-03-12 Thread Norbert Preining
Dear Bastian,

On Son, 12 Mär 2006, Bastian Blank wrote:
 As it only fails in the autobuilder, I can't provide a sh output, but strace
 shows the problem:
 
 | execve(/usr/bin/kpsewhich, [kpsewhich, -var-value, TEXMFSYSVAR], 
 [/* 26 vars */]) = 0
 | [...]
 | access(/usr/share/texmf/aliases, R_OK) = -1 ENOENT (No such file or 
 directory)
 | fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
 | mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
 0x77fe6000
 | write(1, \n, 1)   = 1
 | munmap(0x77fe6000, 4096)= 0
 | exit_group(1)  

Do you have tetex installed, and if yes, which version? I assume the
latest in unstable. 

 At this point, the postinstall script bails out.
 
 The configuration succeds if I do it by hand after it failed one time, so I
 think it may some sort of recursive dependency, where the order of
 configuration is undefined.

I will ask the tetex guys what could be the reason.

Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
SNITTER (n.)
One of the rather unfunny newspaper clippings pinned to an office
wall, the humour of which is supposed to derive from the fact that the
headline contains a name similar to that of one of the occupants to
the office.
--- Douglas Adams, The Meaning of Liff


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



Bug#356480: screendump

2006-03-12 Thread Pepijn Oomen
 


Bug#356506: libqt3-mt: Please add support for some more XF86 keys

2006-03-12 Thread Andreas Pakulat
Package: libqt3-mt
Version: 3:3.3.5-4.0
Severity: wishlist

Hi,

X.org's header files define some more XF86 keys for keyboards with keys
for Copy/Paste/Cut and also for Undo/Redo. I created a patch against
qt-x11 that adds support for these keys and also adds the needes keys to
the Qt::Key. It would be nice if the patches could be included in
Debians qt-packages so I don't need to rebuilt Qt everytime an update
arrives. Also this is needed as base for making KDE recognize the extra
keys, which is the real goal for me and I also have a patch for that,
I'll submit a wishlist bug as soon as I know wether the qt-patch will
get in sometime.

I'm not sure wether this breaks BC, so if it does please let me know and
close this bugreport. I don't want to break BC only to support my
keyboard.

Andreas

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

Versions of packages libqt3-mt depends on:
ii  fontconfig2.3.2-5generic font configuration library
ii  libaudio2 1.7-5  The Network Audio System (NAS). (s
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-5generic font configuration library
ii  libfreetype6  2.1.10-1.1 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libmng1   1.0.8-1Multiple-image Network Graphics li
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.0.3-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  zlib1g1:1.2.3-11 compression library - runtime

libqt3-mt recommends no packages.

-- no debconf information


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



Bug#356507: startup script fails to find Firefox

2006-03-12 Thread Rafal Jan Czlonka
Package: liferea
Version: 1.0.7-1
Severity: normal

When running liferea I get Neither Mozilla nor Firefox is available...
After checking the startup script I've found out that it is looking for
/usr/lib/firefox*/chrome/comm.jar file, but there is none.
Shouldn't it look for the binary instead?

Regards,
rjc

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

Versions of packages liferea depends on:
ii  dbus-1-utils 0.61-4  simple interprocess messaging syst
ii  gconf2   2.12.1-12   GNOME configuration database syste
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libc62.3.6-3 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libdbus-1-2  0.61-4  simple interprocess messaging syst
ii  libdbus-glib-1-2 0.61-4  simple interprocess messaging syst
ii  libfontconfig1   2.3.2-5 generic font configuration library
ii  libgconf2-4  2.12.1-12   GNOME configuration database syste
ii  libglib2.0-0 2.8.6-1 The GLib library of C routines
ii  libgtk2.0-0  2.8.13-1The GTK+ graphical user interface 
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.10.4-1Layout and rendering of internatio
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-2 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  liferea-gtkhtml  1.0.7-1 gtkhtml-based rendering library fo
ii  zlib1g   1:1.2.3-11  compression library - runtime

liferea recommends no packages.

-- no debconf information


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



Bug#343744: possibe fix -- please test

2006-03-12 Thread Luk Claes
Bastian Venthur wrote:
 tags 345161 patch
 close
 
 
 Hi Cesar,
 
 I've tried to fix this bug and prepared an NMU-Version. It includes the
 new locales from upstream, builds fine in a pbuilder environment and
 seems to work at least with the locales I've tested.

Please at least try to look what is going on...

The package has been taken over by David Moreno Garza and there is
already a fixed version in the NEW queue.

 What I've done:
 - applied the ubuntu patch to the latest Debian version
 - removed ubuntu specific parts
 - removed postinst/-rm scripts since they only executed one command,
 which is not supported anymore by firefox
 - used debian/rules wget to fetch the new locales
 - used debian/rules update-debian-files to create the control files
 - build the packages
 
 Note:
 - I've *not* renamed the downloaded xpi-files (eg. de to de-DE)

What with the upgrade path?

 - I've not removed the blacklisted locales (which already have an extra
 package

This makes sure that there are conflicts, which doesn't help anyone...

 - The package is not linda/lintian clean

 But it seems to work and may be a good start to get things moving again.
 feel free to download and test your locale version. You can get it from
 here:
 
   http://venthur.de/debian/nmu/fx-locales/
 
 
 I'll try to look through the code again and make the package
 linda/lintian clean. If I succeed and don't hear any complains from the
 other reporters/testers or you, I intend to NMU this package.

The package is already uploaded some time ago, but is still in the NEW
queue...

 I've attached a patch, which is rather lengthly, so I'm tagging this bug
 with + patch.
 
 
 BTW: Is there any reason why some locales are split out of the
 locales-all package and have their own Debian package?

It's the other way around... The locales packages are in process of
being centralised in locales-all...

 I hope this helps a bit and kind regards

It doesn't help much, but thanks for trying.

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D


signature.asc
Description: OpenPGP digital signature


Bug#356508: [patch] add a missing struct member initialization

2006-03-12 Thread Jindrich Makovicka
Package: gkrellm-volume
Version: 2.1.13-1

the attached patch adds a missing initialization of the changed_state
member in the ALSA mixer.

-- 
Jindrich Makovicka
--- alsa_mixer.c.orig   2004-08-19 22:07:27.0 +0200
+++ alsa_mixer.c2006-03-12 15:30:05.774491108 +0100
@@ -118,7 +118,7 @@
   alsaresult-sids =
 (snd_mixer_selem_id_t **) malloc(sizeof(snd_mixer_selem_id_t *) * count);
   alsaresult-ctltype = (int *) malloc(sizeof(int) * count);
-
+  alsaresult-changed_state = 0;
 
   for (elem = snd_mixer_first_elem(handle), i = 0; elem;
elem = snd_mixer_elem_next(elem)) {


Bug#355049: python2.3-poker-network: hangs in Preconfiguring packages ...

2006-03-12 Thread Loic Dachary
Mika Rastas writes:
  This is what i get when installing poker-network on my machine.
  
  Setting up python2.3-poker-network (1.0.11-1) ...
  /usr/bin/rsync --exclude CVS --delete -a -v --ignore-existing 
  /usr/share/poker-network2.3/conf/ /etc/poker-network2.3/
  building file list ... done
  ./
  
  sent 121 bytes  received 26 bytes  294.00 bytes/sec
  total size is 8125  speedup is 55.27
  Config::checkVersion: /etc/poker-network2.3/poker.bot.xml: up to date
  Config::checkVersion: /etc/poker-network2.3/poker.client.xml: up to date
  Config::checkVersion: /etc/poker-network2.3/poker.server.xml: up to date
  Database connection to localhost/pokernetwork open
  Starting poker server 2.3:
  Failed to load application: name 'DeprecationgWarning' is not defined
  invoke-rc.d: initscript python2.3-poker-network, action start failed.
  
  And then it freezes until I press ctrl-c.
  
  Hopefully this helps.

This is so strange. Please check /var/log/poker-network*log
for more error messages. 'DeprecationgWarning' looks like a typo (the
g) but I can't find it anywhere in /usr/lib/python2.3. The traces will
tell us exactly where it comes from.

Regarding the poker-web hang I'm surprised you get that when
installing poker-network (poker-web comes from the poker-web package).

Cheers,

-- 
Loic Dachary, 12 bd Magenta, 75010 Paris. Tel: 33 8 71 18 43 38
http://www.fsffrance.org/   http://www.dachary.org/loic/gpg.txt


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



Bug#356079: tetex-bin: updated poppler patch for poppler 0.5.1

2006-03-12 Thread Norbert Preining
Dear Martin!

On Don, 09 Mär 2006, Martin Pitt wrote:
 We upgraded to poppler 0.5.1 in Ubuntu, which grew a better unicode
 string handling. Unfortunately this broke the API a bit, so that the
 patch needs updating.
 
 I attach the new patch-poppler, and an interdiff between the old and
 new one.

Thanks for the patch (I too use them for the texlive packages). One
question: I guess we can only use the patch as soon as poppler 0.5.1 is
in unstable, it is not downward compatible?

Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
AFFPUDDLE (n.)
A puddle which is hidden under a pivoted paving stone. You only know
it's there when you step on the paving stone and the puddle shoots up
your leg.
--- Douglas Adams, The Meaning of Liff


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



Bug#356461: openoffice.org-core: all openoffice-programs crash at startup

2006-03-12 Thread Rene Engelhard
Ryan Underwood wrote:
 libGL warning: 3D driver returned no fbconfigs.
 libGL error: InitDriver failed
 libGL error: reverting to (slow) indirect rendering

Is that fglrx or some other binary-only thing by chance?
In that case, this is not supportable and ATIs/ fault.

Regards,

Rene


signature.asc
Description: Digital signature


Bug#356476: texinfo - fails to install

2006-03-12 Thread Bastian Blank
On Sun, Mar 12, 2006 at 03:22:40PM +0100, Norbert Preining wrote:
 Do you have tetex installed, and if yes, which version? I assume the
 latest in unstable. 

| Setting up tetex-base (3.0-15) ...
| done
| Creating config file /etc/texdoctk/texdocrc with new version
[...]
| Setting up texinfo (4.8-6) ...
| Running mktexlsr. This may take some time. ... done.
| dpkg: error processing texinfo (--configure):
|  subprocess post-installation script returned error exit status 1
[...]
| Setting up tetex-bin (3.0-14) ...
| Creating config file /etc/texmf/fmt.d/01tetex.cnf with new version
| Running fmtutil-sys. This may take some time. ...
| Running updmap-sys. This may take some time. ... done.

Bastian

-- 
There are always alternatives.
-- Spock, The Galileo Seven, stardate 2822.3


signature.asc
Description: Digital signature


Bug#356465: [l10n] Czech translation for gdebi

2006-03-12 Thread Gustavo Franco

Miroslav Kure wrote:

Package: gdebi
Severity: wishlist
Tags: l10n, patch

Hi,
in attachement there is Czech (cs.po) translation of gdebi program,
please include it.



Hi Miroslav,

I've just imported your translation in the upstream code, it will
be included in my next Debian upload.

Thanks,
Gustavo Franco - [EMAIL PROTECTED]


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



Bug#356487: [Pkg-shadow-devel] Bug#356487: [l10n] shadow debconf templates -- updated Czech translation

2006-03-12 Thread Christian Perrier
tags 356487 pending
thanks

Quoting Miroslav Kure ([EMAIL PROTECTED]):
 Package: shadow
 Severity: wishlist
 Tags: l10n, patch
 
 Hi,
 in attachement there is updated Czech (cs.po) translation of
 shadow debconf messages. Please include it with the package.

Commited.




signature.asc
Description: Digital signature


Bug#356253: Re: Bug#356253: adduser: [INTL:fr] French manpages translation update

2006-03-12 Thread Marc Haber
tags #356253 l10n patch confirmed pending
thanks

On Sun, Mar 12, 2006 at 03:15:19PM +0100, Nicolas François wrote:
 Here is a new one.

Committed to svn. thanks.

Greetings
Marc

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


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



Bug#356509: make dpkg-sig more resilient to peculiarities of BSD ar vs GNU ar

2006-03-12 Thread Norbert Preining
Package: dpkg-sig
Version: 0.13
Severity: wishlist
Tags: patch

Hi Marc!

If one disassembles a binary deb package and re-assembles it with GNU
ar, the file names have a final slash which is not recognized by
dpkg-sig, giving bad signature errors. 

What needs to be changed is the following check (already a diff):
(looks strange but is only that the tabs here are 8chars, and in the
dpkg-sig they are 4 chars)

--- dpkg-sig.orig   2006-03-12 16:15:52.0 +0100
+++ dpkg-sig2006-03-12 16:17:41.0 +0100
@@ -633,9 +633,13 @@
return FORCE_BAD;
}
 
-   return FORCE_BAD unless ($seen_files{control.tar.gz} 
-$seen_files{data.tar.gz} 
-$seen_files{debian-binary});
+   return FORCE_BAD unless ( ($seen_files{control.tar.gz}  
+
$seen_files{data.tar.gz}  
+
$seen_files{debian-binary}) 
+   ||
+   
($seen_files{control.tar.gz/}  
+ $seen_files{data.tar.gz/}  
+ $seen_files{debian-binary/}));
 
return GOOD;
 }

Best wishes

Norbert


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

Versions of packages dpkg-sig depends on:
ii  gnupg 1.4.2.2-1  GNU privacy guard - a free PGP rep
ii  libconfigfile-perl1.2.1  Parses simple configuration files
ii  perl [libdigest-md5-perl] 5.8.8-2Larry Wall's Practical Extraction 

dpkg-sig recommends no packages.

-- no debconf information


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



Bug#356510: helix-player: warning messages during postinstall configure

2006-03-12 Thread Justin Pryzby
Package: helix-player
Version: 1.0.4-1sarge2
Severity: minor

It would be nice if these errors were supressed, or redirected to
/dev/null.  Alternately, why not ship the symlinks in the package,
rather than creating them in the postinstall script?

Setting up helix-player (1.0.4-1sarge2) ...
ln: creating symbolic link `/usr/lib/mozilla/plugins/nphelix.so' to 
`/usr/lib/helix/player/mozilla/nphelix.so': No such file or directory
ln: creating symbolic link `/usr/lib/mozilla/components/nphelix.xpt' to 
`/usr/lib/helix/player/mozilla/nphelix.xpt': No such file or directory
ln: creating symbolic link `/usr/lib/mozilla-firefox/plugins/nphelix.so' to 
`/usr/lib/helix/player/mozilla/nphelix.so': No such file or directory
ln: creating symbolic link `/usr/lib/mozilla-firefox/components/nphelix.xpt' to 
`/usr/lib/helix/player/mozilla/nphelix.xpt': No such file or directory


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



Bug#356511: dpkg-sig: include an option to remove a signature

2006-03-12 Thread Norbert Preining
Package: dpkg-sig
Version: 0.13
Severity: wishlist

Dear Marc!

I would like to have an option to remove a signature from a given deb
file, or all signatures, or all signatures from all files in the
argument .changes.

Thanks a lot and all the best

Norbert

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

Versions of packages dpkg-sig depends on:
ii  gnupg 1.4.2.2-1  GNU privacy guard - a free PGP rep
ii  libconfigfile-perl1.2.1  Parses simple configuration files
ii  perl [libdigest-md5-perl] 5.8.8-2Larry Wall's Practical Extraction 

dpkg-sig recommends no packages.

-- no debconf information


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



  1   2   3   4   >