Bug#394585: ITP: hoz -- file splitter that uses the hacha file format

2006-10-22 Thread Ralf Treinen
On Sun, Oct 22, 2006 at 01:52:15AM +0200, Miriam Ruiz wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Miriam Ruiz <[EMAIL PROTECTED]>
> 
> 
> * Package name: hoz
>   Version : 1.65
>   Upstream Author : Gustavo Picon <[EMAIL PROTECTED]>
> * URL : http://hoz.sourceforge.net/
> * License : GPL
>   Programming Lang: C
>   Description : file splitter that uses the hacha file format
> 
>  HOZ is a file splitter, which uses the same file format as the popular
>  'Hacha' program.

The reference to hacha might be misleading in the context of debian
since we have already a program "hacha" in the hevea package, which
splits html files generated by hevea.

-Ralf.
-- 


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



Bug#394604: med-common: Fails to install

2006-10-22 Thread Andreas Tille

On Sun, 22 Oct 2006, Vincent [UTF-8] Lönngren wrote:


Package: med-common
Version: 0.12
Severity: normal

[EMAIL PROTECTED]:~$ LANG=C sudo dpkg --configure med-common
Setting up med-common (0.12) ...
/etc/cdd/cdd.conf: 14: source: not found
dpkg: error processing med-common (--configure):
subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
med-common

This problem causes installation to fail. I decided to wait with
reporting it in case it was fixed in 0.12, but it's still there. During
the upgrade, this also happened:


Well, there was in fact no need to wait.  The problem is not
med-common but cdd-common that uses probably a bashism in its
config file.  Which is your default shell?  Could you try to
replace all occurences of "source" in /etc/cdd/cdd.conf by
a simple '.' so that it looks as:

--
# unset it if no DBBACKEND is wanted (no use of Roles)
DBBACKEND=unixgroups

SHAREDIR=${SHAREDIR:-/usr/share/cdd}

# unset (NOT set it to false!) for disable dryrun
#DRYRUN=true
# This would print debugging information
#DRYRUN="echo DRYRUN: "
#DEBUG=1

# Utility functions, backend indep
. ${SHAREDIR}/cdd-utils
. ${SHAREDIR}/cdd-actions

# actual action performed by choosen backend
. ${SHAREDIR}/${DBBACKEND}/cdd-actions
--

Thanks for your bug report

 Andreas.

--
http://fam-tille.de


Bug#394608: linux-image-2.6-686: the system halts on boot with 2.6.17 - 686 only

2006-10-22 Thread alex bodnaru
Package: linux-image-2.6-686
Version: 2.6.17
Severity: important

the system halts during boot, most often during attempt to detect
unexistent /dev/hdb.
in the rare cases the boot process passes this hop, it finally hangs
when hald is been actived.
this happens only with the 2.6.17 kernel, in the 686 flavour. 486 works ok.


-- 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-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#394167: texlive-base: please provide eqivalent to prosper

2006-10-22 Thread Masayuki Hatta
Hi Norbert!

> In <[EMAIL PROTECTED]> 
>   Norbert Preining <[EMAIL PROTECTED]> wrote:

> I have prepared an NMU which fixes this problem and some minor
> problems.

Thanks a lot!  I chose to upload the new version by myself, based on
your work.

Best regards,
MH

--
Masayuki Hatta
Graduate School of Economics, The University of Tokyo


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



Bug#392466: updated dutch translation

2006-10-22 Thread Christian Perrier
Quoting Bart Cornelis ([EMAIL PROTECTED]):
> On Thursday 12 October 2006 07:00, Christian Perrier wrote:
> > This package is part of Debian Installer level 5 and this call for
> > updates is part of the final polishing actions to prepare the release of
> > Debian (planned in December).
> 
> updated version as vetted by debian-l10n-dutch is attached


Thanks, Bart.

FYI, exim4 is the very last missing bit for Dutch to be full 100% in
all D-I levels. Do you think you'll have it completed today ?




signature.asc
Description: Digital signature


Bug#327479: cyrus-sasl2: FTBFS (ppc64): /usr/bin/ld:Versions:3: syntax error in VERSION script

2006-10-22 Thread Andreas Metzler
Hello,
Fullquote, as this goes to the mailinglist.

On 2006-10-21 Andreas Jochens <[EMAIL PROTECTED]> wrote:
> On 06-Oct-21 10:55, Andreas Metzler wrote:
>>> gcc -shared  .libs/auxprop.o .libs/canonusr.o .libs/checkpw.o 
>>> .libs/client.o .libs/common.o .libs/config.o .libs/external.o .libs/md5.o 
>>> .libs/saslutil.o .libs/server.o .libs/seterror.o .libs/dlopen.o 
>>> .libs/plugin_common.o  -ldl -lresolv  -Wl,--version-script=Versions 
>>> -Wl,-soname -Wl,libsasl2.so.2 -o .libs/libsasl2.so.2.0.19
>>> /usr/bin/ld:Versions:3: syntax error in VERSION script
[...]
>> Could you please post the contents of lib/Versions after the failed
>> build to the bugreport?

> # cat lib/Versions
> SASL2 {
>   global:
> };

> The problem is that the object format for ppc64 is different. This 
> causes the output of the 'nm' utility to be different too. The function
> names are not marked as 'T' (text segment) as on most other 
> architectures so that the grep for " [Tt] " fails and the lib/Version
> script is basically empty. 

> This is not a bug in nm because the object format is really different 
> and the functions are not in the text segment but accessed indirectly
> on ppc64.

> The current procedure to create the lib/Versions script is simply not
> architecture independent and fails at least for ppc64.

> I could not yet find a filter condition which selects exactly the same
> symbols on ppc64 as on other architectures from the nm output.

I have seen that there are more similar bugs, e.g.
http://bugs.debian.org/354809 in which Florian Weimer says
| That's because ppc64 uses function descriptors.  It would probably
| make sense for binutils to mostly hide this distinction (unless there
| is a compelling reason not to do it).
| 
| > I am not an object file format expert at all, but I would take this 
| > as an indication that the current method of parsing of the nm output 
| > to create the Versions script is not really portable.
| 
| I still think this should be addressed in nm.

> The ppc64 port seems to work fine without using any versioning. Is it
> really necessary to use versioning for cyrus-sasl2?

Hello,
imho yes, for two reasons:
#1 libsasl2 is built with versioned symbols in sarge. Simply removing
them breaks binary compability, stuff built against lib+versym won't
work with the new version without versioned symbols.

#2 Sasl ends up in *many* applications directly or via libldap2 (e.g.)
and can also be pulled in by NSS. So if sasl changed its soname again
there _will_ be loads of packages temporarily (i.e. until we have made
te full transition) linking against both versions, and they will break
randomly due to symbol clashes.
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#394569: exim4-config: double space in debconf template

2006-10-22 Thread Christian Perrier
tags 394569 pending
thanks

Quoting Ming Hua ([EMAIL PROTECTED]):
> Package: exim4-config
> Severity: minor
> 
> Hello exim4 maintainers,
> 
> During the translation of the newly updated debconf templates, I noticed
> the following string:
> 
> #: ../exim4-config.templates:10001
> msgid ""
> "Accepting this option will cause /etc/aliases to be overwritten, and  the "
> "old file will be renamed to aliases.O."
> 
> There seems to be an extra space between "and" and "the".


Right. That's because the space is at the end of a line in the
original templates file (a very common error).

I fixed that and unfuzzied translations.




signature.asc
Description: Digital signature


Bug#394557: laptop-mode-tools: LVM partitions not supported

2006-10-22 Thread Mikko Rapeli
On Sun, Oct 22, 2006 at 08:14:58AM +0200, Bart Samwel wrote:
> I see, thanks for reporting this! Unfortunately adding the spaces to the 
> beginning and end is somewhat necessary, because otherwise (for 
> instance) the partition /dev/automatic_thingummy will be found using 
> "grep auto". I think the trick would be to do something like:
> 
> if ( (echo -n " " ; echo -n "$PARTITIONS" ; echo -n " ") | grep " $DEV " 
> > /dev/null ) ; then
> 
> Does it work for you that way?

I didn't try, since I found a cleaner way to do the shell wild card expansion.
What do you think? Expansion is postprocessing and all the comparisons
and white space additions are left as they are:

diff -ur laptop-mode-tools-1.32/usr/sbin/laptop_mode 
laptop-mode-tools-1.32-0mcf02/usr/sbin/laptop_mode
--- laptop-mode-tools-1.32/usr/sbin/laptop_mode 2006-10-06 13:07:02.0 
+0300
+++ laptop-mode-tools-1.32-0mcf02/usr/sbin/laptop_mode  2006-10-22 
09:58:47.0 +0300
@@ -271,6 +271,9 @@
PARTITIONS="auto /dev/mapper/*"
 fi
 
+# Expand shell wild cards
+PARTITIONS=$( echo $PARTITIONS )
+
 # Convert seconds to hdparm -S format
 # Everything over 20 minutes is interpreted as 2 hours.
 seconds_to_hdparm_S() {


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



Bug#394506: libpango1.0-0: Firefox crashes in libpango

2006-10-22 Thread Birger Koblitz
Hi,

I am running firefox 1.5.dfsg+1.5.0.7-1 (current testing).
I believe to have traced this problems to buggy fonts I had installed.
After cleaning up my locally installed unicode fonts, the problem is
gone. Unfortunately I cannot make it reappear again as I have also
installed newer font versions.

Birger

Loïc Minier wrote:
> tags 394506 + unreproducible
> severity 394506 important
> stop
> 
> Hi,
> 
> On Sat, Oct 21, 2006, Birger Koblitz wrote:
>> Firefox crashes in libpango when using several sites, including
>> www.debian.org, making it useless.
> 
>  What's your version of Firefox?
> 
>  Please report the bug against the program is crashing, even if the
>  crash happens in another library; for example I don't have the version
>  of Firefox you are running, nor the version of all dependencies...
> 
>> It seems this bug was introduced with the new 1.14.7-1 version of
>> libpango, as things worked fine before.
> 
>  Could you confirm this by downgrading pango to 1.14.5-1 via
>  snapshot.debian.net?
> 
>Thanks,



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



Bug#394598: Some more info

2006-10-22 Thread Andreas Metzler
John Goerzen <[EMAIL PROTECTED]> wrote:
> Now, whenever a client attempts to use TLS, I see:

> 2006-10-21 22:00:08 TLS error on connection from xxx (yyy) [x.x.x] (DH params 
>  import): Base64 decoding error.

On 2006-10-22 John Goerzen <[EMAIL PROTECTED]> wrote:
> After quite some time, I discovered the problem to be
> /var/spool/exim4/gnutls-params.

> On my systems that hadn't been running exim4 before, but had freshly
> installed this version, it was a happy ASCII text file.

> On the system with the problem, it had binary data in it.

> On a whim, I ran /usr/share/exim4/exim4_refresh_gnutls-params, which
> solved the problem.

> No idea why it was a problem, or why this fixed it.

The internal format of the file was changed to make it possible to
re-generate it offline (with certtool or openssl). Exim used to be able
to still read the old format iirc, some later change must have broken
this.
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#394609: can't modify operation! missing backquotes near a OUT

2006-10-22 Thread mathieu ruellan





Package: myphpmoney
Version: 1.3RC3+dfsg-2 

when I click on modify on any operation =>

MySQL Error :
1064(You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OUT,IMP
   FROM MPM_op
   WHERE TEMPID=1
   ' at line 2)

Database :

Invalid SQL: SELECT NUMID,VALID_OP,DATE_FORMAT(DATES,'%d-%m-%Y') AS DATES,
   THIRD,CAT,COMMENTS,OUT,IMP
   FROM MPM_op
   WHERE TEMPID=1
   AND OPID='1084107833141824'
   AND USERID='108410783314'
   AND ACCOUNT='108410783314000'



grep -n -R "COMMENTS,OUT,IMP" *
   newop.php:23:   THIRD,CAT,COMMENTS,OUT,IMP

I changed OUT to `OUT`, and it's ok!


Best regards,

Mathieu Ruellan





signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#380519: vlc: Can't drag and drop

2006-10-22 Thread Pascal Dormeau

Rémi Denis-Courmont a écrit :


Drag'n'Drop works. But the source application inserted a bogus carriage 
return at the end of the filename. Please reassign the bug to your file 
browser.


I am very sorry, I have not used vlc for quite a long time (because of 
the "alsa debug: recovered from buffer underrun

main debug: audio output is starving (x), playing silence" problem).

Re-tested this morning: with latest thunar version (0.4.0rc1-2) and 
latest vlc version (0.8.6-svn20061012.debian-1): the bug is no more 
there, I can drag and drop files in vlc.


I believe you can close this bug now (and no need for re-assigning it).

Best regards.





Bug#394610: Udev complains about the content of openct.rules

2006-10-22 Thread Eric Valette
Package: openct
Version: 0.6.9-1
Severity: normal


BTW : I also have it linked two times in /etc/udev/rules.d :
z60_openct.rules AND z60openct.rules
-- System Information:
Debian Release: testing/unstable
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages openct depends on:
ii  adduser  3.99Add and remove users and groups
ii  dpkg 1.13.24 package maintenance system for Deb
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libltdl3 1.5.22-4A system independent dlopen wrappe
ii  libopenct1   0.6.9-1 middleware framework for smart car
ii  libusb-0.1-4 2:0.1.12-2  userspace USB programming library

Versions of packages openct recommends:
ii  udev  0.100-2.1  /dev/ and hotplug management daemo

-- no debconf information


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



Bug#392344: Firefox Crash on Opening Webpage (bug is in flash)

2006-10-22 Thread Loïc Minier
On Sun, Oct 22, 2006, Malte Schmidt-Tychsen wrote:
> sorry about the misguided report. I opened the page without plugins
> and it did not crash. But there is flash on the page. I suppose the
> bug must be somewhere in the flash plugin.

 I don't know what the Firefox maintainers do with such bugs, I suppose
 it's hard to work on bugs that are caused by third party plugins
 without source.  :-/

-- 
Loïc Minier <[EMAIL PROTECTED]>



Bug#394611: tar options for building .orig.tar.gz are hardcoded

2006-10-22 Thread Clint Adams
Package: arch-buildpackage
Version: 0.1-3
Severity: normal

I would like to be able to be able to specify arbitrary options to tar
for building the .orig.tar.gz file.


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



Bug#394606: madwifi-source: Driver frequently loses association or cannot associate

2006-10-22 Thread Kel Modderman
On Sunday 22 October 2006 16:21, Nathaniel Wesley Filardo wrote:
> Package: madwifi-source
> Version: 1:0.9.2+r1710.20060914-1
> Severity: important
>
>
> SVN version 1710 contains outdated ath_hal code which on an Acer Aspire
> 5100 as well as other laptops containing (recent?) spins of the chipset.
> Fix seems to be in by 1730 and presumably is fixed in later releases as
> well.

This will not happen until upstream trac ticket #925 is solved (TKIP 
regression with HAL 0.9.18.0).

Thanks, Kel.


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



Bug#394598: Some more info

2006-10-22 Thread Andreas Metzler
# This was introduced in (4.63-5) with
#   * Patch by Florian Weimer which disables RSA_EXPORT support which
# should eliminate the "exim blocking on entropy starvation" issue.

found 394598 4.63-5
thanks


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



Bug#393064: Unreproducible in sid changeroot now

2006-10-22 Thread Helge Kreutzmann
Hello,
this bug seems to have gone with the upload mentioned in my last
email, at least in my current sid changeroot (i386) xmovie builds fine.
Since it continues to build fine in etch (at least on amd64, except
that the architecture has to be enabled, of course) I think this bug
can be downgraded to wishlist and retitled to "please support new
libquicktime API". Since the maintainer of libquicktime has stated
that he will definitly remove the old deprecated interface post etch,
this bug will then return to serious (unless fixed befor, of course).

Martin: Can you confirm that xmovie builds now?
David: I remember that the libquicktime maintener offered to send
   patches to upgrade to the new API; maybe you can contact him?
   Since the new API is available, you could still upload before
   etch, maybe even with an amd64 binary?

If you need more help on this bug, please contact me explicitly (I am
not subscribed to this bug).

Greetings

 Helge
-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#380519: vlc: Can't drag and drop

2006-10-22 Thread Sam Hocevar
Package: vlc
Version: 0.8.6-svn20061012.debian-1

On Sun, Oct 22, 2006, Pascal Dormeau wrote:

> Re-tested this morning: with latest thunar version (0.4.0rc1-2) and 
> latest vlc version (0.8.6-svn20061012.debian-1): the bug is no more 
> there, I can drag and drop files in vlc.

   Thanks for the information.

-- 
Sam.


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



Bug#74672: Bad Equifax Score susalla peter

2006-10-22 Thread Andres Smith
susalla peter,

After reviewing your previous history, I can 
offer you anywhere from 247K at 7.46% to 784K at 4.21%

www.oldhate.com/16r

Please fill out your info and automatically get your FICO rating.
Negative ratings aren't a problem. 

Thank you,
Andres Smith




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



Bug#394167: texlive-base: please provide eqivalent to prosper

2006-10-22 Thread Norbert Preining
Dear Hatta-san!

On Son, 22 Okt 2006, Masayuki Hatta wrote:
> Thanks a lot!  I chose to upload the new version by myself, based on
> your work.

Thanks a lot for the update and your work!

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Università di Siena
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
MANKINHOLES (pl.n.)
The small holes in a loaf of bread which give rise to the momentary
suspicion that something may have made its home within.
--- Douglas Adams, The Meaning of Liff


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



Bug#380257: Some uninitialised perl variable still hiding?

2006-10-22 Thread Andreas Metzler
On 2006-10-13 David Schweikert <[EMAIL PROTECTED]> wrote:
[...]
> Could you try the following patch? It makes postgrey consider every
> request as for a new "instance" if the instance attribute is missing.
> It should work without changing the configuration of Exim.

I have been running the patch for a couple of days now and it seems to
be working.
cu andreas


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



Bug#394612: courier imapd and imapd-ssl return imapd: xrealloc: ./bash/subst.c:512: cannot reallocate 512 b

2006-10-22 Thread vasek

Package: courier-imap
Version: 4.1.1-3

I am using debian etch.
Courier imapd and imapd-ssl write xrealloc: ./bash/subst.c:512: cannot 
reallocate 512 b. courier pop3d and pop3d-ssl run normally. I think 
there is problem with libc6.



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



Bug#394613: pgf: context support files are installed into the wrong location

2006-10-22 Thread Norbert Preining
Package: pgf
Version: 1.09-1
Severity: important
Tags: patch

Dear Ohura-san!

I am very sorry, but the package I prepared and on which your upload is
based has a problem: The context support files are in texmf/context/pgf
instead of tex/context/pgf. This is due to my complete ignorance wrt
context. The fix is quite easy:

--- rules.orig  2006-10-22 10:56:45.0 +0200
+++ rules   2006-10-22 10:57:03.0 +0200
@@ -63,8 +63,7 @@
$(DOCDIR)/pgf
 #  cp -r doc/generic/pgf/version-for-tex4ht/en/* \
 #  $(DOCDIR)/pgf/html/
-   cp -r generic latex plain $(TEXMF)/tex
-   cp -r context $(TEXMF)
+   cp -r context generic latex plain $(TEXMF)/tex
 
 # Build architecture-independent files here.
 binary-indep: build install


Sorry for the inconveniences and all the best

Norbert

-- 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.19-rc2
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages pgf depends on:
ii  latex-xcolor   2.09-1Easy driver-independent TeX class 
ii  texlive-latex-recommended  2005.dfsg.2-2 TeX Live: LaTeX recommended packag

pgf recommends no packages.

-- no debconf information


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



Bug#384525: [bug #384525] listen: Does not import m4a/aac files

2006-10-22 Thread Julien Valroff
package listen
tags 384525 patch
thanks

Hi,

A workaround for this bug was proposed on the SF bug tracker:

--- /usr/lib/listen/formats/mp4.py.old  2006-10-22 11:03:14.0 +0200
+++ /usr/lib/listen/formats/mp4.py  2006-10-22 11:03:23.0 +0200
@@ -98,7 +98,7 @@

 try:
 import ctypes
-if ctypes._ctypes_version < "0.9.9":
+if ctypes._ctypes_version > "0.9.9":
 _mp4v2 = ctypes.cdll.LoadLibrary("libmp4v2.so.0")
 else:
 _mp4v2 = ctypes.cdll.load("libmp4v2.so.0")


Can you please try and confirm this is a working solution?

Cheers,
Julien



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



Bug#394601: mgdiff: Feature request: Provide way of reloading files

2006-10-22 Thread Erik de Castro Lopo
Hi all,

Ben contacted me about this patch because my name is listed in
the Version Information dailog box.

I think Ben's patch is a great addition to this very useful program 
and I fully endose the patch.

Cheers,
Erik
-- 
+---+
  Erik de Castro Lopo
+---+
"Education is an admirable thing, but it is well to remember from 
time to time that nothing that is worth knowing can be taught."
--  Oscar Wilde


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



Bug#394614: libapreq2-dev: unsatisfiable dependency on libapr0-dev

2006-10-22 Thread Steve Langasek
Package: libapreq2-dev
Version: 2.08-2
Severity: grave

Hi Steinar,

libapreq2-dev is currently uninstallable in unstable, because it has an
unsatisfiable dependency on libapr0-dev.  This has of course been replaced
in unstable by libapr1-dev.  Please update your package ASAP so that this
bug doesn't hold up the apache 2.2 transition.

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


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



Bug#278538: Please use usertags to do this for already extant bugs

2006-10-22 Thread Don Armstrong
tag 278538 moreinfo
thanks

Before another pseudopackage is added to the BTS for stuff like this,
there should be a list of bugs in general for which the pseudopackage
is appropriate using usertags, and a set of circumstances where the
pseudopackage is proposed to be used for.

If usertags satisfies the need for a pseudopackage, please close this
bug by sending a message to -done. Otherwise, please respond with a
list of bugs which have had the usertag applied and a stanza to be
used in documenting the description of the pseudopackage.


Don Armstrong

-- 
A citizen of America will cross the ocean to fight for democracy, but
won't cross the street to vote in a national election.
 -- Bill Vaughan

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Bug#88029: Closing out ancient, fixed bugs

2006-10-22 Thread Josip Rodin
On Wed, Apr 26, 2006 at 09:46:50AM -0500, Manoj Srivastava wrote:
[Subject: Closing out ancient, fixed bugs]
> Versions: 3.7.0.0

This may be an ancient bug, but it's not a fixed bug. It is a matter over
which we have not found an agreement, and Policy 3.7 didn't do anything
particular about it AFAICT.

I suppose it would be good for the bug to be closed as a way of saying
"this dicussion got stale, produced no result and it should not cram the
active bug list any more" - but it should not be closed as "fixed".

-- 
 2. That which causes joy or happiness.


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



Bug#394616: neon26: LFS definition misleading

2006-10-22 Thread Sebastian Harl
Package: neon26
Severity: normal
Tags: upstream

Hi,

If sizeof(off_t) is not equal to 4, neon disables LFS support because it is
unnecessary. Basically, this is fine. However, a user has no way to tell if
LFS support was disabled because it is not available or because it is not
required.

Imho, the best way to solve this problem is the following:

if sizeof(off_t) >= 8:
- enable LFS support so the user knows that it is available
- typedef off_t ne_off_t
else if LFS support is available by any other means already implemented:
- enable LFS support
- typedef off64_t ne_off_t (or whatever else might be necessary)
else:
- disable LFS support
- typedef off_t ne_off_t

Now, do not define functions foo and foo64 depending on whether LFS support is
available but define function foo using ne_off_t for any offset parameters.

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl
GnuPG-ID: 0x8501C7FC
http://tokkee.org/



signature.asc
Description: Digital signature


Bug#394408: texlive-latex-extra: Typo in bibleref.sty

2006-10-22 Thread Norbert Preining
tags 394408 fixed-upstream
thanks

Hi Cameron!

On Sam, 21 Okt 2006, Cameron Horsburgh wrote:
> On lines 131 and 205 of bibleref.sty [EMAIL PROTECTED] should be replaced by 
> [EMAIL PROTECTED]

Normally I do not fix packages as they are present in TeX Live, because
we are shipping what upstream = TeX live 2005 ships, but this may be an
execption. Let's see.

Thanks for reporting.

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Università di Siena
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
BURLINGJOBB
A seventeenth-century crime by which excrement is thrown into the
street from a ground-floor window.
--- Douglas Adams, The Meaning of Liff


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



Bug#394438: received via SMTP or fetchmail

2006-10-22 Thread Olaf van der Spek

Hi,

> mail sent by smarthost; received via SMTP or fetchmail

Maybe a more detailed explanation should be given for that question.
If you only listen on localhost:smtp, receiving email is going to be a 
bit hard. Listening on localhost:smtp is fine for sending email of course.



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



Bug#388415: (no subject)

2006-10-22 Thread Fabio Tranchitella
On mer, 20 set 2006, Alex Pimperton wrote:
> Package: dovecot-imapd
> Version: 1.0.rc7-1
> 
> After upgrading to 1.0.rc7-1 on Debian Etch, Dovecot kicks out the
> errors below and gets very confused:

Hi, could you please test the just-uploaded dovecot 1.0.rc10-1?
It will hit unstable with the next mirror pulse, in the meanwhile you
can download it from http://incoming.debian.org.

I switched to the new release of dovecot deliver (LDA) distributed by
upstream in the dovecot tarball, so it is possible that the problem
is fixed by this new release.

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: Digital signature


Bug#394617: Typo in /usr/share/doc/exim4-base/README.Debian.gz

2006-10-22 Thread Olaf van der Spek
Package: exim4
Version: 4.63-7
Severity: minor

Hi,

   Please note that while most free-form fields in the debconf-driven
   configuration have the entered string end up verbatim in exim's
   configuration file (and thus using more advanced features like host,
   address and domain lists is possible used and will probably work),

The 'used' in the last sentence seems wrong.

I've got a question about exim4/conf.d/auth/30_exim4-config_examples too. 
The 'examples' filename seems to indicate the file content is ignored and 
(parts) should be copied somewhere else if you want to use them. I think this 
is not the case. Maybe this should be 
explained in that document?

-- Package-specific info:
Exim version 4.63 #1 built 15-Oct-2006 10:06:54
Copyright (c) University of Cambridge 2006
Berkeley DB: Sleepycat Software: Berkeley DB 4.3.29: (September  6, 2005)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch nis 
nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'

dc_eximconfig_configtype='smarthost'
dc_other_hostnames='debian'
dc_local_interfaces=''
dc_readhost='xwis.net'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='post.demon.nl'
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='true'
dc_mailname_in_oh='true'
dc_localdelivery='maildir_home'
mailname:debian

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

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0] 1.5.6  Debian configuration management sy
ii  exim4-base4.63-7 support files for all exim MTA (v4
ii  exim4-daemon-light4.63-7 lightweight exim MTA (v4) daemon

exim4 recommends no packages.

-- debconf information:
  exim4/drec:


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



Bug#394615: graphical installer fail on intel i810 chipset

2006-10-22 Thread Fabrice LORRAIN
Package: installation-reports
severity: normal

Hello,

First round on testing hetch installer... And kudos to the d-i team. The
 graphical installer is really nice.

The media used is the netinst iso has been grabed at
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd.
This iso is dated : 20061021.

I tested a bunch of Dell Optiplex boxen and things went fluently (french
install, text and graphical d-i, mix of usb & ps2 keyboard/mouse)
I had a failling on one of the box I tested, though. D-I-classic (text)
works find but d-i-graphical doesn't work.

The box is a Dell Optiplex GX110.

$ lspci | grep -i vga
00:01.1 VGA compatible controller: Intel Corporation 82810E DC-133 CGC
[Chipset Graphics Controller] (rev 03)

After the kernel boot, the swap to directfb failed with the following
cyclingly spit on he screen :

(*) DirectFB/Config: Parsing config file '/etc/directfbrc'.
[...blablabla about directfb version and initialisation...]
(*) Direct/Thread: Running 'Keyboard Input' (INPUT, 2157)...
 (!!!)  *** UNIMPLEMENTED [fusion_reactor_set_lock] ***
[../../../lib/fusion/reactor.C:853]
[...more blablabla about input* initalisation...]
(!) DirectFB/FBDev: No supported modes found in /etc/fb.modes and
current mode not supported!
(!) DirectFB/FBDev: Current mode's pixelformat: rgba 6/0, 6/0, 6/0, 0/0
(4bit)
(!) DirectFB/Core/layers: Failed to initialize layer 0!
--> Initialization error!
(!) DirectFB/Core: Could not initialize 'layers' core!
  --> Initialization error!
(#) DirectFBError [gdk_display_open: DirectFBCreate]: Initialization error!

(debconf:2152): Gtk-WARNING **: cannot open display:
(process:2181): INFO: kbd-mode: setting console mode to Unicode (UTF-8)


@+,
Fab


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



Bug#394618: libsys-utmp-perl - FTBFS: Can't call method "ut_user" on an undefined value

2006-10-22 Thread Bastian Blank
Package: libsys-utmp-perl
Version: 1.6-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of libsys-utmp-perl_1.6-1 on lxdebian.bfinv.de by sbuild/s390 
> 85
[...]
> t/01pod..skipped
> all skipped: Test::Pod 1.00 required for testing POD
> t/02podcoverage..skipped
> all skipped: Test::Pod::Coverage required for testing POD Coverage
> t/03utmp.ok
> t/04constantsok
> t/05fields...ok
> t/06taintCan't call method "ut_user" on an undefined value at 
> t/06taint.t line 26.
> # Looks like your test died before it could output anything.
> dubious
>   Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-2
>   Failed 2/2 tests, 0.00% okay
> t/07utent_methodsCan't call method "ut_user" on an undefined value at 
> t/07utent_methods.t line 10.
> # Looks like your test died before it could output anything.
> dubious
>   Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-7
>   Failed 7/7 tests, 0.00% okay
> t/08utent_types..Can't call method "accounting" on an undefined value at 
> t/08utent_types.t line 9.
> # Looks like your test died before it could output anything.
> dubious
>   Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-10
>   Failed 10/10 tests, 0.00% okay
> Failed Test Stat Wstat Total Fail  Failed  List of Failed
> ---
> t/06taint.t  255 65280 24 200.00%  1-2
> t/07utent_methods.t  255 65280 7   14 200.00%  1-7
> t/08utent_types.t255 6528010   20 200.00%  1-10
> 2 tests skipped.
> Failed 3/8 test scripts, 62.50% okay. 19/43 subtests failed, 55.81% okay.
> make[1]: *** [test_dynamic] Error 255
> make[1]: Leaving directory `/build/buildd/libsys-utmp-perl-1.6'
> make: *** [build-stamp] Error 2
> **
> Build finished at 20061022-0708
> FAILED [dpkg-buildpackage died]
> Purging chroot-unstable/build/buildd/libsys-utmp-perl-1.6
> --
>   /usr/bin/sudo dpkg --root=/srv/buildd/build/chroot-unstable --purge 
> po-debconf intltool-debian libmagic1 gettext file html2text gettext-base 
> debhelper
> (Reading database ... 9410 files and directories currently installed.)
> Removing debhelper ...
> Removing po-debconf ...
> Removing intltool-debian ...
> Removing gettext ...
> Removing file ...
> Purging configuration files for file ...
> Removing html2text ...
> Purging configuration files for html2text ...
> Removing gettext-base ...
> Removing libmagic1 ...
> Purging configuration files for libmagic1 ...
> **
> Finished at 20061022-0708
> Build needed 00:00:03, 428k disk space

Bastian

-- 
One does not thank logic.
-- Sarek, "Journey to Babel", stardate 3842.4


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



Bug#394594: texlive-context: Context is approx 45 versions out of date

2006-10-22 Thread Norbert Preining
severity 394594 wishlist
retitle 394594 please include current context
thanks


Hi Mike!

On Sam, 21 Okt 2006, Mike Bird wrote:
> Both the testing (2005.dfsg.2-1) and the new unstable (...2-2)
> versions of texlive-context are based on the 2005.10.27 version
> of ConTeXt which is 45 versions out of date as of this writing.

Yes, we know. What we ship are Debian packages of TeX Live 2005, and
this ships this version.

Maybe I come around to update ConTeXt, but this is a non-trivial task,
and I am not sure if I want this.

Of course it would be better if someone steps forward and creates a
debian packages context, which is independent of the texlive packages,
and can be updated regulary. Would be nice...

> Hopefully a new version can be picked up from
>   http://www.pragma-ade.com/download-1.htm
> before Etch freeze as the current Debian texlive-context
> package seems to serve no useful purpose.

Very unlikely, sorry. The context in 2005 *DOES* work for many people
and many things, of course new functionality introduced later will not
work. If you need this new functionality, please
- either step forward and create/maintain a Debian context package,
  we will happily help you in this!!!
- put the updated context files into your /usr/local/share/texmf tree

Best wishes

Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Università di Siena
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
ULLAPOOL (n.)
The spittle which builds up on the floor of the Royal Opera House.
--- Douglas Adams, The Meaning of Liff


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



Bug#392093: can't reproduce anymore

2006-10-22 Thread Mikko Rapeli
There might have been a glitch between debian-multimedia.org and
debian.org hugin packages, but I can't reproduce this problem anymore.
I tried the etch version from debian-miultimedia.org and the debian
version, purged all versions and installed one over the other, but the
problem I saw seems to have disappeared.

Feel free to close this bug.

-Mikko


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



Bug#384197: [PATCH] Fix 3-argument test

2006-10-22 Thread Herbert Xu
On Sat, Oct 21, 2006 at 02:16:28PM +, Gerrit Pape wrote:
> 
> Yes, I agree.  Treating ! the same as other BINOPs should fix this.

Thanks Gerrit.  I agree that this is a bug.  However, the problem is
deeper than this.  We also need to differentiate between string
binary primaries and numerical binary primaries (!= vs. -ne) as only
string binary primaries are higher in terms of precedence the unary
primaries (something like -d, note that ! is not a unary primary, but
an operator so it's lower than all primaries).

So a proper fix probably still requires a separate class for !...

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


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



Bug#393605: Regex at start of hostname pattern ignored

2006-10-22 Thread Roland Rosenfeld
On Tue, 17 Oct 2006, Me wrote:

> Package: privoxy
> Version: 3.0.5-beta-2
> Severity: important
>
> bug previously filed at sourceforge, but the privoxy team could not
> reproduce
> http://sourceforge.net/tracker/index.php?func=detail&aid=1568816&group_id=8&atid=18
>
> Previously (3.0.3 and earlier), a domain pattern such as
> "[0-9].example.com" would match a domain X.example.com where X is an
> integer 0-9. This appears to no longer be the case with 3.0.5 beta.
> The pattern actually seems to be irrelevant, [a-z].example.com will
> not match k.example.com.
> 
> A pattern w[0-9].example.com will still match w5.example.com
> 
> I downgraded to 3.0.3 and the problem disappeared.

You're right, that's some kind of side effect of the IPv6 patch, that
is part of the Debian packages 3.0.5-beta-1 and 3.0.5-beta-2.  I'll
remove the IPv6 patch in 3.0.5-beta-3 to get rid of this problem.

Tscho

Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *


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



Bug#392565: apache bug, really

2006-10-22 Thread Tollef Fog Heen

This is really an apache bug.  2.2.3-3 will have a fix for the
problem.  (The fix is checked in, but I would like to run a few tests
before uploading.)

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Bug#394622: New files for config section [Attributes]

2006-10-22 Thread Olleg Samoylov
Package: samhain
Version: 2.2.3-2
Severity: wishlist

This files changed by system:

file=/etc/adjtime
file=/etc/network/run/ifstate
file=/etc/lvm/.cache

This directory should be added too:

file=/etc/network/run

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages samhain depends on:
ii  debconf [debconf-2.0]1.5.5   Debian configuration management sy
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries

samhain recommends no packages.

-- debconf information:
* samhain/init-log:


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



Bug#387458: [PATCH] Check arg count in commandcmd

2006-10-22 Thread Herbert Xu
On Sat, Oct 21, 2006 at 02:19:18PM +, Gerrit Pape wrote:
> Hi Herbert, please see
>  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387458
> 
> On Thu, Sep 14, 2006 at 03:50:02PM +0200, Julien Danjou wrote:
> > I just found this bug which is easily reproductible:
> >
> > % dash -c 'command -v'
> > zsh: segmentation fault  dash -c 'command -v'

Thanks Gerrit.

Since bash's behaviour is minimalist here, I've decided to adopt its
behaviour here as well which is to return success silently.

I've put the following patch into the tree.

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
diff --git a/ChangeLog b/ChangeLog
index a4db7de..ecaff93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-22  Gerrit Pape <[EMAIL PROTECTED]>
+
+   * Fixed command -v segmentation fault.
+
 2006-10-13  Alexey Gladkov <[EMAIL PROTECTED]>
 
* Check return code for getgroups and fwrite.
diff --git a/src/exec.c b/src/exec.c
index 417ba8a..c55683d 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -846,6 +846,7 @@ commandcmd(argc, argv)
int argc;
char **argv;
 {
+   char *cmd;
int c;
enum {
VERIFY_BRIEF = 1,
@@ -862,8 +863,9 @@ #ifdef DEBUG
abort();
 #endif
 
-   if (verify)
-   return describe_command(out1, *argptr, verify - VERIFY_BRIEF);
+   cmd = *argptr;
+   if (verify && cmd)
+   return describe_command(out1, cmd, verify - VERIFY_BRIEF);
 
return 0;
 }


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



Bug#393495: [EMAIL PROTECTED]: Bug#393495: octave-forge: help of leasqr need improvements]

2006-10-22 Thread Rafael Laboissiere
package octave-forge
tags 393495 upstream
thanks

I am forwarding below a bug report filed against the octave-forge Debian
package, regarding the documentation for the leasqr function.  Please, tell
me if you think this patch is okay.  Since I am a member of the octave
project at SF, I can apply the patch to CVS if you wish.

For your convenience, I am attaching below a file containing the patch.
[BTW, Francisco, the next time please attach a stand-alone file with the
patch.  It makes things easier.]

Rafael


- Forwarded message from Francesco Potorti` <[EMAIL PROTECTED]> -

From: Francesco Potorti` <[EMAIL PROTECTED]>
Subject: [Pkg-octave-devel] Bug#393495: octave-forge: help of leasqr need
improvements
Date: Mon, 16 Oct 2006 17:49:45 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Reply-To: Francesco Potorti` <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Organization: Debian GNU/Linux
Message-id: <[EMAIL PROTECTED]>

Package: octave-forge
Version: 2006.07.09+dfsg1-2
Severity: minor

I suggest these improvements to the leasqr help test, which make the
text more consistent and readable and add some information.

--- leasqr.m~   2006-10-16 17:28:25.0 +0200
+++ leasqr.m2006-10-16 17:48:43.0 +0200
@@ -22,24 +22,30 @@ function [f,p,kvg,iter,corp,covp,covr,st
 % Levenberg-Marquardt nonlinear regression of f(x,p) to y(x).
 %
 % Version 3.beta
-%  {}= optional parameters
-% x=vec or mat of indep variables, 1 row/observation: x=[x0 x1xm]
-% y=vec of obs values, same no. of rows as x.
-% wt=vec(dim=length(x)) of statistical weights.  These should be set
-%   to be proportional to (sqrt of var(y))^-1; (That is, the covariance
-%   matrix of the data is assumed to be proportional to diagonal with diagonal
-%   equal to (wt.^2)^-1.  The constant of proportionality will be estimated.),
-%   default=ones(length(y),1).
-% pin=vector of initial parameters to be adjusted by leasqr.
-% dp=fractional incr of p for numerical partials,default= .001*ones(size(pin))
-%   dp(j)>0 means central differences.
-%   dp(j)<0 means one-sided differences.
-% Note: dp(j)=0 holds p(j) fixed i.e. leasqr wont change initial guess: pin(j)
-% F=name of function in quotes,of the form y=f(x,p)
-% dFdp=name of partials M-file in quotes default is prt=dfdp(x,f,p,dp,F)
-% stol=scalar tolerances on fractional improvement in ss,default stol=.0001
-% niter=scalar max no. of iterations, default = 20
-% options=matrix of n rows (same number of rows as pin) containing
+% Optional parameters are in braces {}.
+% x = column vector or matrix of independent variables, 1 row per
+%   observation: x = [x0 x1xm].
+% y = column vector of observed values, same number of rows as x.
+% wt = column vector (dim=length(x)) of statistical weights.  These
+%   should be set to be proportional to (sqrt of var(y))^-1; (That is,
+%   the covariance matrix of the data is assumed to be proportional to
+%   diagonal with diagonal equal to (wt.^2)^-1.  The constant of
+%   proportionality will be estimated.); default = ones(length(y),1).
+% pin = column vec of initial parameters to be adjusted by leasqr.
+% dp = fractional increment of p for numerical partial derivatives;
+%   default = .001*ones(size(pin))
+%   dp(j) > 0 means central differences on j-th parameter p(j).
+%   dp(j) < 0 means one-sided differences on j-th parameter p(j).
+%   dp(j) = 0 holds p(j) fixed i.e. leasqr wont change initial guess: pin(j)
+% F = name of function in quotes; the function shall be of the form y=f(x,p),
+%   with y, x, p of the form y, x, pin as described above.
+% dFdp = name of partial derivative function in quotes; default is "dfdp", a
+%   slow but general partial derivatives function; the function shall be
+%   of the form prt=dfdp(x,f,p,dp,F) (see dfdp.m).
+% stol = scalar tolerance on fractional improvement in scalar sum of
+%   squares = sum((wt.*(y-f))^2); default stol = .0001;
+% niter = scalar maximum number of iterations; default = 20;
+% options = matrix of n rows (same number of rows as pin) containing
 %   column 1: desired fractional precision in parameter estimates.
 % Iterations are terminated if change in parameter vector (chg) on two
 % consecutive iterations is less than their corresponding elements
@@ -52,16 +58,16 @@ function [f,p,kvg,iter,corp,covp,covr,st
 % default = Inf*ones().
 %
 %  OUTPUT VARIABLES
-% f=vec function values computed in function func.
-% p=vec trial or final parameters. i.e, the solution.
-% kvg=scalar: =1 if convergence, =0 otherwise.
-% iter=scalar no. of interations used.
-% corp= correlation matrix for parameters
-% covp= covariance matrix of the parameters
-% covr = diag(covariance matrix of the residuals)
-% stdresid= standardized residuals
-% Z= matrix that defines confidence region
-% r2= coefficient of multiple determination
+% f = column vector of values computed: f = F(x,p).
+% p = column vector trial or final parameters. i.e, the solution.
+% kvg = scalar: = 1

Bug#394623: python-profiler: depends on python2.3

2006-10-22 Thread Michael Prokop
Package: python-profiler
Severity: normal


Version 2.4.4-1 of python-profiler depends on:

| Depends: python2.5, python2.4, python (>= 2.3), python (<< 2.6), 
python-central (>= 0.5.7), python2.3

AFAIK python2.3 is outdated/deprecated and even though I've
python2.4 *and* python2.5 on my box I have to install python2.3 just
to be able to use python-profiler.

Would it be possible to split the package into
python-profiler-$PYTHONVERSION so it's possible to install
python-profiler for the according python version only?

regards,
-mika-


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



Bug#394534: lost syncing of calendar events and addressbook when upgrading to kpilot-3.5.5

2006-10-22 Thread David Schmitt
This seems to be a longstanding bug in kpilot, see 
http://bugs.kde.org/show_bug.cgi?id=86879


Regards, David
-- 
- hallo... wie gehts heute?
- *hust* gut *rotz* *keuch*
- gott sei dank kommunizieren wir über ein septisches medium ;)
 -- Matthias Leeb, Uni f. angewandte Kunst, 2005-02-15



Bug#394619: apt-get: not favoring sources listed first in sources.list

2006-10-22 Thread clayton
Package: apt
Version: 0.6.46.2
Severity: normal


I have several Debian testing machines on my local network, so I keep a partial 
mirror of 
installed packages on one of them (the "clayton1" machine at the top of my 
sources.list). In 
the past, the machine this bug report is being filed on would take packages 
first from 
clayton1, and anything it didn't find there would it would pull down from 
ftp.kr.debian.org.

For the past several weeks, apt-get has been insisting on downloading 
everything from 
ftp.kr.debian.org, and ignoring packages already present on my clayton1 local 
mirror.

(apt-get has been observed recently taking packages from clayton1 that do not 
exist on 
"http://ftp.kr.debian.org/debian/ testing", so I know the clayton1 mirror still 
works.)

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "i386";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::Default-Release "testing";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";

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


-- /etc/apt/sources.list --

deb http://clayton1/debian/ testing main
deb http://ftp.kr.debian.org/debian/ testing main contrib non-free

#deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Snapshot i386 Binary-1 
(2005)]/ etch contrib main

deb http://security.debian.org/ testing/updates main contrib non-free

-- 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.17-tp600e.2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apt depends on:
ii  debian-archive-keyring   2006.01.18  GnuPG archive keys of the Debian a
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-13  GCC support library
ii  libstdc++6   4.1.1-13The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information


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



Bug#394621: openoffice.org writer crashes when pasting a formula over the X clipboard

2006-10-22 Thread Jirka Bohac
Package: openoffice.org-writer
Version: 2.0.4~rc3-1

When a formula is inside a selection in writer, a paste request over the
X clipboard crashes openoffice. As a result, if KDE's klipper tool is
running, writer will crash immediatelly after selecting the formula (as
klipper immediately tries to paste).

To reproduce:
- open a new document in writer
- insert -> object -> formula
- type anything in the formula (plain text is enough)
- click anywhere in the document outisde the formula
- press Ctrl + A to select everything
- if klipper is running, OOo crashes now
- otherwise open up an xterm and middle-click -> crash

This shows up in the terminal OOo was run from:
/usr/lib/openoffice/program/soffice: line 252:  3850 Segmentation fault
"$sd_prog/$sd_binary" "$@"


This happens on a today fully uptodate Etch:

# dpkg -l|grep openoffice
rc  openoffice.org   1.1.4-7
ii  openoffice.org-base  2.0.4~rc3-1
rc  openoffice.org-bin   1.1.4-7.0.1
ii  openoffice.org-calc  2.0.4~rc3-1
ii  openoffice.org-common2.0.4~rc3-1
ii  openoffice.org-core  2.0.4~rc3-1
rc  openoffice.org-debian-files  1.1.4-6+1
ii  openoffice.org-draw  2.0.4~rc3-1
ii  openoffice.org-help-en-us2.0.4~rc3-1
ii  openoffice.org-impress   2.0.4~rc3-1
ii  openoffice.org-java-common   2.0.4~rc3-1
ii  openoffice.org-l10n-cs   2.0.4~rc3-1
rc  openoffice.org-l10n-en   1.1.4-7  
rc  openoffice.org-l10n-en-us2.0.3-2  
ii  openoffice.org-math  2.0.4~rc3-1
ii  openoffice.org-writer2.0.4~rc3-1

Feel free to ask for any further details. 



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



Bug#394620: [l10n] Add czech translation of ion .desktop entries

2006-10-22 Thread Miroslav Kure
Package: ion3
Severity: wishlist
Tags: l10n, patch

Hi,

please use the attached .desktop files to replace debian/ion3.desktop
and debian/pwm3.desktop. It includes Czech (cs.po) translation.

Thanks
-- 
Miroslav Kure
[Desktop Entry]
Encoding=UTF-8
Name=Ion3
Comment=Ion window manager (version 3)
Comment[cs]=Správce oken Ion (verze 3)
Exec=/usr/bin/ion3
Type=Application
[Desktop Entry]
Encoding=UTF-8
Name=PWM3
Comment=PWM window manager (version 3)
Comment[cs]=Správce oken PWM (verze 3)
Exec=/usr/bin/pwm3
Type=Application


Bug#393244: schoolbell: FTBFS: ImportError: No module named servicecontainer

2006-10-22 Thread Fabio Tranchitella
On mer, 18 ott 2006, Brian Sutherland wrote:
> Hi Andreas,
> 
> The error you describe is probably from trying to build schoolbell with
> Zope3.3 which was lately uploaded in an un-coordinated fashion.

Are you talking about uploads in Debian? Zope3.3 has been uploaded a few
days after the official release, so the "lately" doesn't apply to the
context.

> SchoolBell needs to be updated to work with Zope 3.3, but it looks as if
> upstream is not willing to make that happen. No outside volunteers have
> appeared to take over that role.

Well, doesn't schooltool depend on schoolbell? How can upstream release
a zope 3.3-compatible product for one without the other one? Are you
talking about just `schoolbell.app'? I think it is just a matter of
conditional import, isn't it?

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564


signature.asc
Description: Digital signature


Bug#336344: (no subject)

2006-10-22 Thread Moritz Muehlenhoff
Steve Langasek wrote:
> > >> This bug should be able to be closed as fixed in version 0.79.
> 
> > > No, it shouldn't.  This bug is known to be present in the Debian pam 0.79
> > > package, which includes a patch from the Debian selinux maintainers which
> > > does indeed open this (relatively minor) security hole.
> 
> > Hmm, ok then, but why is it still open several months after being
> > discovered if we know exactly what the problem is?
> 
> Because it's a low-risk vulnerability (no direct privilege escalation, just
> a brute-force vector) that only affects users running SELinux-enabled
> kernels in non-enforcing mode, and I disagree with upstream about the
> appropriate fix for the bug.

Since Etch will have solid selinux support out of the box it would be nice
to have it fixed. Has an agreement over the appropriate fix been found in
the mean time?

Cheers,
Moritz


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



Bug#382269: [Pkg-bluetooth-maintainers] Bug#382269: Any progress?

2006-10-22 Thread Filippo Giunchedi
Hi,

On Sat, Oct 21, 2006 at 09:17:44AM +0200, Hadmut Danisch wrote:
> Hi,
> 
> I just ran into the very same problem. Even if I put a PIN without the
> newline character in /etc/bluetooth/passkeys, the connection fails. 

bluez-utils 3.7-1 has just migrated to testing today, so it should hit your
nearest mirror tomorrow, please upgrade to 3.7-1 and don't forget to read
/usr/share/doc/bluez-utils/README.Debian for instructions, the
/etc/bluetooth/passkeys thing is gone.

thanks,
filippo


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



Bug#393495: [EMAIL PROTECTED]: Bug#393495: octave-forge: help of leasqr need improvements]

2006-10-22 Thread Francesco Potorti`
>For your convenience, I am attaching below a file containing the patch.

To be true, this patch is a first step towards improving the docs for
leasqr.  Once applied, it should be revised again, Latex references
added, and more info be added about the meaning of some of the return
values.

If anyone wants to exchange opinions, I'd be glad to help for what I can.

>[BTW, Francisco, the next time please attach a stand-alone file with the
>patch.  It makes things easier.]

What software do you use?  Having text in line makes things easier for
me and gives less problems on mailing lists.

-- 
Francesco Potortì (ricercatore)Voice: +39 050 315 3058 (op.2111)
ISTI - Area della ricerca CNR  Fax:   +39 050 315 2040
via G. Moruzzi 1, I-56124 Pisa Email: [EMAIL PROTECTED]
Web: http://fly.isti.cnr.it/   Key:   fly.isti.cnr.it/public.key




Bug#394465: unicorn: MODULE_PARM is deprecated in favor of module_param()

2006-10-22 Thread Gualter Barbas Baptista
Package: unicorn
Version: 0.9.2-1
Followup-For: Bug #394465

I found out that MODULE_PARM is getting deprecated and possibly is 
already out of use in this kernel versions. Some sites:
http://lwn.net/Articles/107303/
http://lwn.net/Articles/22768/

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

Versions of packages unicorn depends on:
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libglib1.2   1.2.10-13   The GLib library of C routines
ii  libgtk1.21.2.10-18   The GIMP Toolkit set of widgets fo
ii  libx11-6 2:1.0.3-2   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxi6   1:1.0.1-3   X11 Input extension library

unicorn recommends no packages.

-- no debconf information


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



Bug#325017: passwords can only be 31 characters

2006-10-22 Thread Martin Samuelsson

tag 325017 +fixed-upstream
thank you,

Martin Samuelsson wrote:

Authorization failure happens, if trying to use a jabber account with a
password longer than 31 characters.


Anyone encountering this bug might be interested in knowing that it is 
fixed in the development version.


Details can be found at: http://bugs.bitlbee.org/bitlbee/ticket/212
--
/Martin


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



Bug#121818: late to justify, the first time; matter then: faded to the

2006-10-22 Thread Ernest


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=uftvitbud
Your Login: uftvitbud
Your Pass:  vccvib

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#211359: me Lepold you talking to attend sir, most of soldiers crowded close to

2006-10-22 Thread Philip Ortiz


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=uqohwahce
Your Login: uqohwahce
Your Pass:  xglagyd

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#122776: But constructive to I doubt prevailed; wadiatsen damage. For

2006-10-22 Thread Porter


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=cwepgfnchg
Your Login: cwepgfnchg
Your Pass:  xfoxtqjp

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#153536: sharp, sword, and on double status I have, one month?

2006-10-22 Thread Tony Simmons


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=mmtilmoaei
Your Login: mmtilmoaei
Your Pass:  bafkr

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#153612: shall have freedom of: his own statement I see that, action line of

2006-10-22 Thread Christopher


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=akkpgefo
Your Login: akkpgefo
Your Pass:  dyvwuj

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#211661: me: know; what there it a mile? Mallow calmly, nothing more

2006-10-22 Thread Patrick Mcdonald


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=qutussfj
Your Login: qutussfj
Your Pass:  ortdr

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#122188: but even be obvious, one action rather; you without ever you is

2006-10-22 Thread Eugene Crawford


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=xyexxctx
Your Login: xyexxctx
Your Pass:  kdjrjb

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#203098: pad from theah ah!

2006-10-22 Thread Chris Reynolds


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=sxyrh
Your Login: sxyrh
Your Pass:  gcoxdsft

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#153161: Shall not the mob, as unofficial guardian on the five. Gaal did, not

2006-10-22 Thread Theodore


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=wtxxlepdce
Your Login: wtxxlepdce
Your Pass:  llplshqwt

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#211232: meetings of the four percent thousand generations and now on

2006-10-22 Thread Raymond


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=bblcckcm
Your Login: bblcckcm
Your Pass:  epvigpii

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#211765: melted into a cloak, second Galactic Empire?

2006-10-22 Thread Vincent Perry


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=myqbtak
Your Login: myqbtak
Your Pass:  gqanhmgsunv

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#153691: sheet, in none of Smyrno, and an unnoticed crash. Despite the

2006-10-22 Thread Earl Patterson


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=nduvxjylbjd
Your Login: nduvxjylbjd
Your Pass:  ksayv

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#211784: me. Just enough.

2006-10-22 Thread Stanley


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=lnfwcyxej
Your Login: lnfwcyxej
Your Pass:  ickrv

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#211659: me, in epigrams never glowed into a nobleman, it many in that

2006-10-22 Thread Louis


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=ordyppqnwn
Your Login: ordyppqnwn
Your Pass:  jethf

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#33994: The faded into is only following the missionary

2006-10-22 Thread Rodney


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=shrjnwstv
Your Login: shrjnwstv
Your Pass:  xavhfqrns

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#365115: x-ttcidfont-conf: missing deps (or broken path) to mkcfm

2006-10-22 Thread Henrique de Moraes Holschuh
On Thu, 01 Jun 2006, Adeodato Simó wrote:
> Yes, mkcfm is gone from unstable, since its license is non-free (see [1]).
> Since it seems you use CID fonts yourself (I don't), would you be willing 

I don't, either. I just have them installed for the heck of it, believe it
or not...

I noticed the errors, and reported.  But that's about it.

> to package it [2] in the non-free section? If so, I'd make x-ttcidfont-conf
> Suggest: mkcfm, and invoke if it's installed.

I am not intersted into taking care of yet another non-free package :(

However, if the CID font packages will not work well without mkcfm, we
should remove them all until someone steps to take care of non-free mkcfm
(or writes a replacement one).  Then the CID fonts can come back to either
contrib (mkcfm in non-free) or main (new DFSG-compliant mkcfm
implementation).

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



Bug#203188: paid for yourself demonstrated that waiting; for ours).

2006-10-22 Thread Paul White


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=caawmldvr
Your Login: caawmldvr
Your Pass:  pdrbevriw

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#394624: emacspeak: depends on tclx8.3

2006-10-22 Thread Michael Prokop
Package: emacspeak
Version: 24-1
Severity: normal


emacspeak depends on tclx8.3 whereas tclx8.4 exists in Debian as
well. I for example have tcl8.3, tcl8.4 and tclx8.3 on my box and
would like to remove tcl8.3/tclx8.3 and use the newer tcl8.4/tclx8.4
instead.

AFAICS emacspeak always uses '/usr/bin/tcl' in the shebang line and
does not depend on a specific version itself. It would be great if
the emacspeak package in Debian would use and depend on the current
tcl[x] version.

regards,
-mika-


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



Bug#394625: kdetv: No image for ATI Radeon AIW, Xvideo overlay

2006-10-22 Thread Benjamin Mesing
Package: kdetv
Version: 0.8.9-1
Severity: important

Hello,

I've tried to use kdetv to watch video using an Radeon AIW which provides
Xvideo overlay.
kdetv detects the card fine, labelling it as "Xvideo: ATI Radeon Video Overlay 
(port 73)",
which is also what xawtv detects.
However, kdetv does not display the TV-image, but only some 
green/cyan/mangenta/other colors 
in a stripe of constant height (independent of the windows size). The stripe is 
approx 80px
high. The rest of the window remains black.
TV-image works fine in xawtv.

Besides I do not get sound in either xawtv or kdetv.

Card information: ATI Technologies Inc Radeon R100 QD [Radeon 7200]

Best regards 

Ben


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

Versions of packages kdetv depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-1 core libraries and binaries for al
ii  libasound2 1.0.13-1  ALSA library
ii  libc6  2.3.6.ds1-6   GNU C Library: Shared libraries
ii  libgcc11:4.1.1-16GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.6-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-16  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxv1 1:1.0.2-1 X11 Video extension library
ii  libzvbi0   0.2.22-1  video Blank Interval decoder (VBI)
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages kdetv recommends:
ii  v4l-conf  3.95-6 tool to configure video4linux driv

-- no debconf information


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



Bug#394626: FTBFS on alpha: g++ ICE

2006-10-22 Thread Aurélien GÉRÔME
Package: qdbm
Version: 1.8.70-1
Severity: serious

When building on alpha, the auto-builder gave the following error.

alpha-linux-gnu-g++ -I. -I./.. -I/nonexistant/include
-I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1
-D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -D_POSIX_MAPPED_FILES=1
-D_POSIX_SYNCHRONIZED_IO=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -Wall
-ansi -pedantic -fsigned-char -fPIC -O1 -DNDEBUG -c xdptest.cc
xdptest.cc: In function 'int domisc(const char*)':
xdptest.cc:455: internal compiler error: in tree_split_edge, at
tree-cfg.c:3107
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .
Preprocessed source stored into /tmp/ccDWn91Q.out file, please attach
this to your bugreport.
make[1]: *** [xdptest.o] Error 1
make[1]: Leaving directory `/build/buildd/qdbm-1.8.70/plus'
make: *** [build-stamp] Error 2

This is fully reproducible with the last Sid toolchain on my alpha
development machine.

Cheers,
-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys & Net Admin


signature.asc
Description: Digital signature


Bug#325017: passwords can only be 31 characters

2006-10-22 Thread Wilmer van der Gaast
Hey |cos|, it's been a while! ;-)

Martin Samuelsson wrote:
> tag 325017 +fixed-upstream
> thank you,
> 
"thanks" works better. ;-)

> Anyone encountering this bug might be interested in knowing that it is
> fixed in the development version.
> 
You actually tried it out? Thanks! :-) Didn't try it myself yet, but I
was pretty sure all the limits are gone.

Good to know. Let's see if this major new release will be suitable for
Etch or not, since it'd solve many of the BitlBee bugs in the Debian BTS.


Wilmer van der Gaast.

-- 
+ .''`. - -- ---+  +- -- ---  - --+
| wilmer : :'  :  gaast.net |  | OSS Programmer   www.bitlbee.org |
| lintux `. `~'  debian.org |  | Full-time geek  wilmer.gaast.net |
+--- -- -  ` ---+  +-- -  --- -- -+



signature.asc
Description: OpenPGP digital signature


Bug#211610: melodramatic phraseology, a walnut, blast a great deal no

2006-10-22 Thread Jon


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=aqifqfcwn
Your Login: aqifqfcwn
Your Pass:  fjqpury

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#394627: Unneccessary complaining about missing orig.tar.gz

2006-10-22 Thread Goswin Brederlow
Package: devscripts
Version: 2.9.20
Severity: minor
File: /usr/bin/debuild

Hi, when I try to compile dballe I get the following:

$ debuild -B -us -uc
This package has a Debian revision number but there does not seem to be
an appropriate original tar file in the parent directory;
(expected dballe_2.6.orig.tar.gz)
continue anyway? (y/n) 

Since I only build binaries, not source, it seems unneccessary to
complain about the source. It will never be used.

MfG
Goswin

-- 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.8-frosties-2
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages devscripts depends on:
ii  debianutils  2.17Miscellaneous utilities specific t
ii  dpkg-dev 1.13.22 package building tools for Debian
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  perl 5.8.8-6.1   Larry Wall's Practical Extraction 
ii  sed  4.1.5-1 The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.5.10 Gives a fake root environment

-- no debconf information


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



Bug#153644: shear and the meeting in by more than the). Nice of the Foundation's

2006-10-22 Thread Timothy Reed


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=rmguwq
Your Login: rmguwq
Your Pass:  feujfnvflgw

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!







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



Bug#393064: Unreproducible in sid changeroot now

2006-10-22 Thread Martin Michlmayr
* Helge Kreutzmann <[EMAIL PROTECTED]> [2006-10-22 09:44]:
> Martin: Can you confirm that xmovie builds now?

Yes, it builds now.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#154868: find that, fails the sign said Gorov shrugged his own actions of HARI

2006-10-22 Thread Aaron Harrison


http://www.googoo.ru/ - BEST Ch1ld P0rn0 resource and hardware shop!!!

http://www.googoo.ru/?porno_acc=ynkay
Your Login: ynkay
Your Pass:  ppayjggss

Contacts:
ICQ: 617762 - support
ICQ: 62546427 - manager
Mail: [EMAIL PROTECTED]

Buy our Best HARDWARE and P0RN0 NOW!!!








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



Bug#394630: ICE on alpha

2006-10-22 Thread Aurélien GÉRÔME
Package: g++-4.1
Version: 4.1.1-16
Severity: grave

The package qdbm FTBFS on alpha due to an ICE. Here is an extract
from the buildd log [1].

alpha-linux-gnu-g++ -I. -I./.. -I/nonexistant/include
-I/usr/local/include -D_XOPEN_SOURCE_EXTENDED=1 -D_GNU_SOURCE=1
-D__EXTENSIONS__=1 -D_HPUX_SOURCE=1 -D_POSIX_MAPPED_FILES=1
-D_POSIX_SYNCHRONIZED_IO=1 -DPIC=1 -D_THREAD_SAFE=1 -D_REENTRANT=1 -Wall
-ansi -pedantic -fsigned-char -fPIC -O1 -DNDEBUG -c xdptest.cc
xdptest.cc: In function 'int domisc(const char*)':
xdptest.cc:455: internal compiler error: in tree_split_edge, at
tree-cfg.c:3107
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .
Preprocessed source stored into /tmp/ccDWn91Q.out file, please attach
this to your bugreport.
make[1]: *** [xdptest.o] Error 1
make[1]: Leaving directory `/build/buildd/qdbm-1.8.70/plus'
make: *** [build-stamp] Error 2

This is fully reproducible with the last Sid toolchain on my alpha
development machine.

Cheers,

[1] 

-- 
 .''`.   Aurélien GÉRÔME
: :'  :
`. `'`   Free Software Developer
  `- Unix Sys & Net Admin


signature.asc
Description: Digital signature


Bug#394631: [INTL:th] Thai debconf translation

2006-10-22 Thread Theppitak Karoonboonyanan
Package: debconf
Version: 1.5.6
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Please add Thai debconf translation.

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

Versions of packages debconf depends on:
ii  debconf-i18n  1.5.6  full internationalization support 
ii  perl-base 5.8.8-6.1  The Pathologically Eclectic Rubbis

Versions of packages debconf recommends:
ii  apt-utils 0.6.46.2   APT utility programs

- -- debconf information excluded

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

iD8DBQFFO0kjqgzR7tCLR/4RAkCyAKCkifNr7j873eGnwRZgowD1+k4ixQCfZ5cl
Lx/pJK4ADsjbRG6dek9wHj8=
=x4j9
-END PGP SIGNATURE-
# Thai translation of debconf.
# Copyright (C) 2006 Software in the Public Interest, Inc.
# This file is distributed under the same license as the debconf package.
# Theppitak Karoonboonyanan <[EMAIL PROTECTED]>, 2006.
# 
msgid ""
msgstr ""
"Project-Id-Version: debconf\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-08-26 11:15+0200\n"
"PO-Revision-Date: 2006-10-22 16:06+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <[EMAIL PROTECTED]>\n"
"Language-Team: Thai <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: select
#. Choices
#: ../templates:1001
msgid "Dialog"
msgstr "กล่องโต้ตอบ"

#. Type: select
#. Choices
#: ../templates:1001
msgid "Readline"
msgstr "อ่านจากบรรทัด"

#. Type: select
#. Choices
#: ../templates:1001
msgid "Editor"
msgstr "แก้ไขข้อความ"

#. Type: select
#. Choices
#: ../templates:1001
msgid "Noninteractive"
msgstr "ไม่โต้ตอบ"

#. Type: select
#. Description
#: ../templates:1002
msgid "Interface to use:"
msgstr "อินเทอร์เฟซที่จะใช้:"

#. Type: select
#. Description
#: ../templates:1002
msgid ""
"Packages that use debconf for configuration share a common look and feel. "
"You can select the type of user interface they use."
msgstr ""
"แพกเกจต่างๆ ที่ใช้ debconf ในการตั้งค่า จะมีรูปลักษณ์และการใช้งานเหมือนๆ กัน "
"คุณสามารถเลือกชนิดของการติดต่อผู้ใช้ที่จะใช้ได้"

#. Type: select
#. Description
#: ../templates:1002
msgid ""
"The dialog frontend is a full-screen, character based interface, while the "
"readline frontend uses a more traditional plain text interface, and both the "
"gnome and kde frontends are modern X interfaces, fitting the respective "
"desktops (but may be used in any X environment). The editor frontend lets "
"you configure things using your favorite text editor. The noninteractive "
"frontend never asks you any questions."
msgstr ""
"การติดต่อผ่านกล่องโต้ตอบ เป็นอินเทอร์เฟซเต็มจอในโหมดตัวอักษร 
ในขณะที่การติดต่อแบบอ่านจากบรรทัด "
"(readline) เป็นอินเทอร์เฟซแบบดั้งเดิมในโหมดตัวอักษร และการติดต่อทั้งของ GNOME 
และ KDE "
"จะใช้อินเทอร์เฟซแบบกราฟิกส์ผ่าน X สมัยใหม่ ตามเดสก์ท็อปที่ใช้ 
(แต่ก็สามารถใช้ในสภาพแวดล้อม X "
"ใดๆ ก็ได้) การติดต่อแบบแก้ไขข้อความ จะให้คุณตั้งค่าต่างๆ 
โดยใช้เครื่องมือแก้ไขข้อความที่คุณเลือกไว้ "
"ส่วนการติดต่อแบบไม่โต้ตอบ จะไม่ถามคำถามใดๆ กับคุณเลย"

#. Type: select
#. Choices
#: ../templates:2001
msgid "critical"
msgstr "วิกฤติ"

#. Type: select
#. Choices
#: ../templates:2001
msgid "high"
msgstr "สูง"

#. Type: select
#. Choices
#: ../templates:2001
msgid "medium"
msgstr "กลาง"

#. Type: select
#. Choices
#: ../templates:2001
msgid "low"
msgstr "ต่ำ"

#. Type: select
#. Description
#: ../templates:2002
msgid "Ignore questions with a priority less than:"
msgstr "ไม่ต้องถามคำถามที่มีระดับความสำคัญต่ำกว่า:"

#. Type: select
#. Description
#: ../templates:2002
msgid ""
"Debconf prioritizes the questions it asks you. Pick the lowest priority of "
"question you want to see:\n"
"  - 'critical' only prompts you if the system might break.\n"
"Pick it if you are a newbie, or in a hurry.\n"
"  - 'high' is for rather important questions\n"
"  - 'medium' is for normal questions\n"
"  - 'low' is for control freaks who want to see everything"
msgstr ""
"debconf จะจัดระดับความสำคัญของคำถามที่จะถามคุณ "
"กรุณาเลือกระดับความสำคัญของคำถามที่ต่ำที่สุดที่คุณต้องการเห็น:\n"
"  - 'วิกฤติ' จะถามคุณเฉพาะคำถามที่คำตอบมีโอกาสทำให้ระบบพังได้\n"
"คุณอาจเลือกตัวเลือกนี้ถ้าคุณเป็นมือใหม่ หรือกำลังรีบ\n"
"  - 'สูง' สำหรับคำถามที่สำคัญพอสมควร\n"
"  - 'กลาง' สำหรับคำถามปกติ\n"
"  - 'ต่ำ' สำหรับผู้อยากรู้อยากเห็นที่อยากปรับละเอียดทุกตัวเลือก"

#. Type: select
#. Description
#: ../templates:2002
msgid ""
"Note that no matter what level you pick here, you will be able to see every "
"question if you reconfigure a package with dpkg-reconfigure."
msgstr ""
"สังเกตว่า ไม่ว่าคุณจะเลือกระดับคำถามใดตรงนี้ 
คุณจะยังเห็นคำถามทุกข้อถ้าคุณตั้งค่าแพกเกจใหม่ด้วย "
"dpkg-reconfigure"

#. Type: text
#. Description
#: ../templates:3001
msgid "Installing packages"
msgstr 

Bug#394632: emacspeak: shipping source code files (tcldtk.c)

2006-10-22 Thread Michael Prokop
Package: emacspeak
Version: 24-1
Severity: normal


% dpkg -L emacspeak | grep '\.c$'
/usr/share/emacs/site-lisp/emacspeak/servers/software-dtk/tcldtk.c

# ls -l /usr/share/emacs/site-lisp/emacspeak/servers/software-dtk/
total 16
-rw-r--r-- 1 root root 2612 Sep  1 03:49 DTK
-rw-r--r-- 1 root root 1021 Sep  1 03:49 Makefile
-rw-r--r-- 1 root root 5663 Sep  1 03:49 tcldtk.c

I'm not sure whether these files are needed by emacspeak during
runtime but if not they should not be shipped with the binary
package.

regards,
-mika-


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



Bug#394633: debconf: [INTL:th] Thai program translation

2006-10-22 Thread Theppitak Karoonboonyanan
Package: debconf
Version: 1.5.6
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Please add Thai program translation.

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

Versions of packages debconf depends on:
ii  debconf-i18n  1.5.6  full internationalization support 
ii  perl-base 5.8.8-6.1  The Pathologically Eclectic Rubbis

Versions of packages debconf recommends:
ii  apt-utils 0.6.46.2   APT utility programs

- -- debconf information excluded

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

iD8DBQFFO0m2qgzR7tCLR/4RAso9AJ98IFsIgzq25N7iKtgFBHsrUMfaKgCdEng3
H0HTaYGkUWpGwpu1tNjwSK8=
=a2Eo
-END PGP SIGNATURE-
# Thai translation of debconf.
# Copyright (C) 2006 Software in the Public Interest, Inc.
# This file is distributed under the same license as the debconf package.
# Theppitak Karoonboonyanan <[EMAIL PROTECTED]>, 2006.
# 
msgid ""
msgstr ""
"Project-Id-Version: debconf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-10-05 19:44+0200\n"
"PO-Revision-Date: 2006-10-22 17:19+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <[EMAIL PROTECTED]>\n"
"Language-Team: Thai <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../Debconf/AutoSelect.pm:76
#, perl-format
msgid "falling back to frontend: %s"
msgstr "กำลังย้อนกลับไปใช้การติดต่อแบบ: %s"

#: ../Debconf/AutoSelect.pm:84
#, perl-format
msgid "unable to initialize frontend: %s"
msgstr "ไม่สามารถตั้งต้นการติดต่อแบบ: %s"

#: ../Debconf/AutoSelect.pm:90
#, perl-format
msgid "Unable to start a frontend: %s"
msgstr "ไม่สามารถเรียกการติดต่อผู้ใช้: %s"

#: ../Debconf/Config.pm:130
msgid "Config database not specified in config file."
msgstr "ไม่ได้ระบุฐานข้อมูลค่าตั้งไว้ในแฟ้มค่าตั้ง"

#: ../Debconf/Config.pm:134
msgid "Template database not specified in config file."
msgstr "ไม่ได้ระบุฐานข้อมูลต้นแบบคำถามไว้ในแฟ้มค่าตั้ง"

#: ../Debconf/Config.pm:139
msgid ""
"The Sigils and Smileys options in the config file are no longer used. Please "
"remove them."
msgstr "เลิกใช้ตัวเลือก Sigils และ Smileys ในแฟ้มค่าตั้งแล้ว กรุณาลบออกด้วย"

#: ../Debconf/Config.pm:153
#, perl-format
msgid "Problem setting up the database defined by stanza %s of %s."
msgstr "เกิดปัญหาขณะตั้งค่าฐานข้อมูลที่กำหนดโดยรายการ %s ใน %s"

#: ../Debconf/Config.pm:228
msgid ""
"  -f,  --frontend\t\tSpecify debconf frontend to use.\n"
"  -p,  --priority\t\tSpecify minimum priority question to show.\n"
"   --terse\t\t\tEnable terse mode.\n"
msgstr ""
"  -f,  --frontend\t\tระบุรูปแบบการติดต่อของ debconf ที่จะใช้\n"
"  -p,  --priority\t\tระบุระดับคำถามต่ำสุดที่จะแสดง\n"
"   --terse\t\t\tเปิดใช้โหมดประหยัดคำพูด\n"

#: ../Debconf/Config.pm:308
#, perl-format
msgid "Ignoring invalid priority \"%s\""
msgstr "จะละเลยค่าระดับความสำคัญ \"%s\" ซึ่งไม่ถูกต้อง"

#: ../Debconf/Config.pm:309
#, perl-format
msgid "Valid priorities are: %s"
msgstr "ค่าระดับความสำคัญที่ใช้ได้คือ: %s"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Multiselect.pm:31
#: ../Debconf/Element/Editor/Select.pm:31
msgid "Choices"
msgstr "ตัวเลือก"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:36
#: ../Debconf/Element/Editor/Boolean.pm:59
#: ../Debconf/Element/Teletype/Boolean.pm:28
msgid "yes"
msgstr "ใช่"

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:39
#: ../Debconf/Element/Editor/Boolean.pm:62
#: ../Debconf/Element/Teletype/Boolean.pm:29
msgid "no"
msgstr "ไม่ใช่"

#: ../Debconf/Element/Editor/Multiselect.pm:32
msgid ""
"(Enter zero or more items separated by a comma followed by a space (', ').)"
msgstr "(ป้อนรายการตั้งแต่ศูนย์รายการขึ้นไป คั่นด้วยจุลภาคตามด้วยเว้นวรรค (', 
'))"

#: ../Debconf/Element/Gnome.pm:183
msgid "_Help"
msgstr "_วิธีใช้"

#: ../Debconf/Element/Gnome.pm:185
msgid "Help"
msgstr "วิธีใช้"

#: ../Debconf/Element/Noninteractive/Error.pm:39
msgid ""
"Debconf was not configured to display this error message, so it mailed it to "
"you."
msgstr "debconf ไม่ได้ตั้งค่าไว้ให้แสดงข้อผิดพลาด ดังนั้นจะส่งเมลแจ้งถึงคุณแทน"

#: ../Debconf/Element/Noninteractive/Error.pm:63
msgid "Debconf"
msgstr "Debconf"

#: ../Debconf/Element/Noninteractive/Error.pm:86
#, perl-format
msgid "Debconf, running at %s"
msgstr "Debconf, ทำงานที่ %s"

#: ../Debconf/Element/Select.pm:95 ../Debconf/Element/Select.pm:110
#, perl-format
msgid ""
"Input value, \"%s\" not found in C choices! This should never happen. "
"Perhaps the templates were incorrectly localized."
msgstr ""
"ค่าที่ป้อนเข้า \"%s\" ไม่มีในตัวเลือกของ C! เหตุการณ์นี้ไม่ควรเกิดขึ้น "
"เป็นไปได้ว่าต้นแบบคำถามอาจถูกแปลไม่ถูกต้อง"

#: ../Debconf/Element/Teletype/Multiselect.pm:27
msgid "none of 

Bug#390954: [Pkg-openldap-devel] Bug#390954: slapd is compiled withou SLAPI support

2006-10-22 Thread Torsten Landschoff
On Thu, Oct 12, 2006 at 03:33:24PM -0700, Quanah Gibson-Mount wrote:
 
> Compiling OpenLDAP with SLAPI support means that ACL caching is disabled. 
> However, I'll note that ACL caching is broken in 2.3 for some types of 
> ACLs, and compiling with SLAPI support is the only way to make those ACL's 
> work correctly.  So even though I do not use SLAPI plugins, I compile with 
> SLAPI enabled so that my ACL's work right.
 
Wouldn't that come with a big performance impact?

Greetings

Torsten


signature.asc
Description: Digital signature


Bug#394634: xserver-xorg-input-wacom: module ABI version conflicts with server version

2006-10-22 Thread Jean-Marie Thomas
Package: xserver-xorg-input-wacom
Version: 0.7.4.1-5
Severity: normal

Xorg log mentions : "module ABI minor version (6) is newer than the
server's version (5)"
As a consequence, the module is not loaded by the x server, and tablet
is unusable.

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

-- no debconf information


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



Bug#386914: Known problem :-(

2006-10-22 Thread Wilmer van der Gaast
Hello,

This is a known problem. Unfortunately it's not very easy to track it
down. :-( I don't have it myself, but some people in #bitlbee do. I'm
trying to get a traffic dump or a valgrind analysis, which will
hopefully make it easier to fix this problem.

I myself get this message more often lately with a valid MSN handle in
it. It seems the MSN servers don't feel a need to send proper TCP FIN
packets anymore when they close a TCP connection, which mainly causes
problems for BitlBee because it likes to keep empty switchboard
connections to use them for later conversations.


Wilmer van der Gaast.

-- 
+ .''`. - -- ---+  +- -- ---  - --+
| wilmer : :'  :  gaast.net |  | OSS Programmer   www.bitlbee.org |
| lintux `. `~'  debian.org |  | Full-time geek  wilmer.gaast.net |
+--- -- -  ` ---+  +-- -  --- -- -+



signature.asc
Description: OpenPGP digital signature


Bug#393064: Ok, the maintainer should now deal with this non-RC (as of

2006-10-22 Thread Helge Kreutzmann
severity 393064 important
thanks

Leaving further actions to the maintainer then. xmovie as of now can
remain in Etch.

-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#35358: Negative Experian Report mary ann blicharz

2006-10-22 Thread Elmo Templeton
mary ann blicharz,

Accoring to your prior data, I can 
offer you anywhere from 361K at 6.38% to 746K at 4.87%

www.antifor.com/16r

Fill out your info and automatically recieve your FICO score.
Poor scores aren't a issue. 

Best Regards,
Elmo Templeton




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



Bug#394635: tix-dev: man-files of this package try to use man.macros which is not included in the package

2006-10-22 Thread Jani Hakala
Package: tix-dev
Version: 8.4.0-4.2
Severity: important


man-files of this package try to use man.macros which is not included in the
package. This makes the manual files quite unreadable.

Using this library is difficult if you don't know which options to use with
a certain widget. 

Please include the file man.macros in the package. The name is somewhat
generic so it could be renamed to something like tixman.macros. The manual
files should be then changed to refer to the new file name.

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

Versions of packages tix-dev depends on:
ii  tcl8.4-dev8.4.12-1.1 Tcl (the Tool Command Language) v8
ii  tix [tix] 8.4.0-4.2  The Tix library for Tk -- runtime 
ii  tk8.4-dev 8.4.12-1   Tk toolkit for Tcl and X11, v8.4 -

tix-dev recommends no packages.

-- no debconf information


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



Bug#394506: Additional info

2006-10-22 Thread xr
Okay, starting from a Doxygen page that failed, I stripped code piece by piece
and
came to the conclusion that arial italic failed.

For some reason, I never got to make ttf fonts work under XFree86 (now running
X.org) but I left them in /usr/X11R6/lib/X11/fonts/, thinking that it wouldn't
matter as they weren't in the font path anyway. I totally forgot about that
until today but it seems like I was wrong since Firefox found them.
I did like Birger, moved the ttf fonts out of the way and everything is back to
normal.

Even if it comes from my system, I'd still like to know why it failed all of a
sudden. Those fonts have been there since 2004 (didn't know much about
GNU/Linux back then) and never caused any problem.

If it's still any use, I've attached a backtrace of a segfault in Firefox. I'll
wait until the bug is closed to get rid of the symbols and upgrade libpango.

Thanks for the help,
Xr(gdb) run
Starting program: /usr/lib/firefox/firefox-bin
[Thread debugging using libthread_db enabled]
[New Thread -1490520384 (LWP 4759)]
[New Thread -1491276880 (LWP 4762)]
[New Thread -1500451920 (LWP 4763)]
[New Thread -1510343760 (LWP 4766)]
[New Thread -1519637584 (LWP 4767)]
[New Thread -1528591440 (LWP 4768)]
[New Thread -1538933840 (LWP 4769)]
[Thread -1519637584 (LWP 4767) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1490520384 (LWP 4759)]
0x08306f5a in nsTextFrame::Paint (this=0x96b4368, aPresContext=0x945c8e8,
[EMAIL PROTECTED], [EMAIL PROTECTED],
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsTextFrame.cpp:594
594 nsTextFrame.cpp: Aucun fichier ou répertoire de ce type.
in nsTextFrame.cpp
(gdb) bt
#0  0x08306f5a in nsTextFrame::Paint (this=0x96b4368, aPresContext=0x945c8e8,
[EMAIL PROTECTED], [EMAIL PROTECTED],
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsTextFrame.cpp:594
#1  0x082be61d in nsContainerFrame::PaintChild (this=0x96b42c8,
aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aFrame=0x96b4368,
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsContainerFrame.cpp:282
#2  0x082b13c8 in nsBlockFrame::PaintChildren (this=0x96b42c8,
aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aWhichLayer=eFramePaintLayer_Overlay, aFlags=0)
at nsBlockFrame.cpp:6443
#3  0x082d423a in nsHTMLContainerFrame::PaintDecorationsAndChildren (
this=0x96b42c8, aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aWhichLayer=eFramePaintLayer_Overlay, aIsBlock=1,
aFlags=0) at nsHTMLContainerFrame.cpp:136
#4  0x082b0fbc in nsBlockFrame::Paint (this=0x96b42c8, aPresContext=0x945c8e8,
[EMAIL PROTECTED], [EMAIL PROTECTED],
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsBlockFrame.cpp:6337
#5  0x082be61d in nsContainerFrame::PaintChild (this=0x96b3f24,
aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aFrame=0x96b42c8,
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsContainerFrame.cpp:282
#6  0x082b13c8 in nsBlockFrame::PaintChildren (this=0x96b3f24,
aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aWhichLayer=eFramePaintLayer_Overlay, aFlags=0)
at nsBlockFrame.cpp:6443
#7  0x082d423a in nsHTMLContainerFrame::PaintDecorationsAndChildren (
this=0x96b3f24, aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aWhichLayer=eFramePaintLayer_Overlay, aIsBlock=1,
aFlags=0) at nsHTMLContainerFrame.cpp:136
#8  0x082b0fbc in nsBlockFrame::Paint (this=0x96b3f24, aPresContext=0x945c8e8,
[EMAIL PROTECTED], [EMAIL PROTECTED],
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsBlockFrame.cpp:6337
#9  0x082be61d in nsContainerFrame::PaintChild (this=0x96b3ed4,
aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aFrame=0x96b3f24,
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsContainerFrame.cpp:282
#10 0x082b13c8 in nsBlockFrame::PaintChildren (this=0x96b3ed4,
aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aWhichLayer=eFramePaintLayer_Overlay, aFlags=0)
at nsBlockFrame.cpp:6443
#11 0x082d423a in nsHTMLContainerFrame::PaintDecorationsAndChildren (
this=0x96b3ed4, aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aWhichLayer=eFramePaintLayer_Overlay, aIsBlock=1,
aFlags=0) at nsHTMLContainerFrame.cpp:136
#12 0x082b0fbc in nsBlockFrame::Paint (this=0x96b3ed4, aPresContext=0x945c8e8,
[EMAIL PROTECTED], [EMAIL PROTECTED],
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsBlockFrame.cpp:6337
#13 0x082be61d in nsContainerFrame::PaintChild (this=0x96c0ac4,
aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aFrame=0x96b3ed4,
aWhichLayer=eFramePaintLayer_Overlay, aFlags=0) at nsContainerFrame.cpp:282
#14 0x082b13c8 in nsBlockFrame::PaintChildren (this=0x96c0ac4,
aPresContext=0x945c8e8, [EMAIL PROTECTED],
[EMAIL PROTECTED], aWhichLayer=eFramePaintLayer_Overlay, aFlags=0)
at nsBlockFrame.cpp

Bug#393907: [Pkg-openldap-devel] Bug#393907: slapadd: ad.c:163: slap_bv2ad: Assertion `*ad == ((void *)0)' failed

2006-10-22 Thread Torsten Landschoff
On Wed, Oct 18, 2006 at 08:04:25PM +0200, Frederik Himpe wrote:
 
> This last failure happend when reinstalling slapd without /var/lib/ldap.
> So /var/lib/ldap is created when installing slapd and contains default
> DB_CONFIG file. The ldif file which is being added, is the small ldif file
> generated by the slapd Debian configuration wizard (contains basic
> structure and rootdn and password). I guess something is broken on my
> system, but I'm not sure what, and this assertion does not really help in
> finding this out...
 
Can you reproduce the problem with a normal Debian system? I did not yet 
have the time to try Xen and can not reproduce this problem.

Greetings

Torsten


signature.asc
Description: Digital signature


Bug#393722: enlightenment: Menu and locale problem

2006-10-22 Thread teo
Package: enlightenment
Version: 1:0.16.7.2-3
Followup-For: Bug #393722


When I am starting enlightenment for a first time it tries to generate menu
with /usr/share/enlightenment/scripts/e_gen_menu script but there is now file
like that so I have almost useless window manager(left click) without menu.

Manager specyfic menu(right click) is translated but some characters are missing
Wrong locale support? Is it possible to produce menu-method like has vtwm or 
wmaker?


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



Bug#393404: closed by Matthijs Mohlmann <[EMAIL PROTECTED]> (Re: [Pkg-openldap-devel] Bug#393404: Source package contains non-free IETF RFC/I-D's)

2006-10-22 Thread Torsten Landschoff
On Mon, Oct 16, 2006 at 01:54:55PM +0200, Simon Josefsson wrote:
> [EMAIL PROTECTED] (Debian Bug Tracking System) writes:
> 
> > The current version in unstable is openldap 2.3.27 and those documents
> > are removed from the upstream source already.
> 
> Hi!  I looked at 2.3.27, and it seems the following files are still
> present:
> 
> openldap-2.3.27/doc/drafts/draft-behera-ldap-password-policy-xx.txt
> openldap-2.3.27/doc/drafts/draft-chu-ldap-csn-xx.txt

Good point, I did only remove the stuff in the rfcs folder. I can 
confirm that these files are still there and that they should be
removed. Time to go to 2.3.28 and update the orig.tar.gz ;)

Greetings

Torsten


signature.asc
Description: Digital signature


Bug#394636: bash: [completion] error msg with 'sudo mount' and spaces in filename

2006-10-22 Thread Wolf Wiegand
Package: bash
Version: 3.1dfsg-6
Severity: normal

Hi,

when there are more than one match for completion and at least one of
them has two spaces in it, I get an error message from grep:

[EMAIL PROTECTED]:/tmp $ touch foo\ bar.iso
[EMAIL PROTECTED]:/tmp $ touch foo\ bar\ baz.iso
[EMAIL PROTECTED]:/tmp $ sudo mount -o loop foo\ bargrep: Trailing backslash
grep: Trailing backslash

When hitting tab after foo, completion up to foo\ bar works. Hitting tab
twice at that point causes the grep error message to appear.

Cheers,

Wolf

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

Versions of packages bash depends on:
ii  base-files   3.1.16  Debian base system miscellaneous f
ii  debianutils  2.17.3  Miscellaneous utilities specific t
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libncurses5  5.5-5   Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information


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



Bug#394637: gaim-encryption plugin does not load

2006-10-22 Thread Jan Strnad
Package: gaim-encryption
Version: 3.0~beta5-3
Severity: critical
Tags: security
Justification: root security hole

Plugin can not be loaded with the message:

Message: You are using gtk-gaim, but this plugin requires gtk


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

Versions of packages gaim-encryption depends on:
ii  gaim 1:2.0.0+beta4-1 multi-protocol instant messaging c
ii  libc62.3.6.ds1-6 GNU C Library: Shared libraries
ii  libnspr4-0d  1.8.0.7-1   NetScape Portable Runtime Library
ii  libnss3-0d   1.8.0.7-1   Network Security Service libraries

gaim-encryption recommends no packages.

-- no debconf information


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



Bug#394311: libgl1-mesa-dri: i965_dri.so miscompiled with current gcc

2006-10-22 Thread Michel Dänzer
On Sat, 2006-10-21 at 18:52 +0100, Ben Hutchings wrote:
> On Sat, 2006-10-21 at 12:08 -0400, Ryan Richter wrote:
> > On Sat, Oct 21, 2006 at 10:18:41AM +0200, Michel Dänzer wrote:
> > > On Fri, 2006-10-20 at 12:47 -0400, [EMAIL PROTECTED] wrote:
> > > > Package: libgl1-mesa-dri
> > > > Version: 6.5.1-0.2
> > > > Severity: normal
> > > > 
> > > > The current build contains a faulty i965_dri.so causing all GL clients
> > > > to crash and lock up the display.  This is apparently caused by a
> > > > miscompilation with gcc-4.1.  Rebuilding with gcc-3.4 fixes the problem.
> > > 
> > > Ben, do you happen to know whether this was built with
> > > -fno-strict-aliasing? If not, that might be worth a try, as the Mesa
> > > code generally isn't strict aliasing safe.
> > 
> > I can't find -fno-strict-aliasing anywhere in configs/debian*, so I
> > don't think anything is built with that.
> 
> I didn't modify any of the build options, so I suppose I can't have used
> -fno-strict-aliasing.  Unfortunately pbuilder doesn't log (or I have not
> configured it to, if that's possible).

There's --logfile, but I usually just do

 2>&1 | tee 

You have my sincere respect for using pbuilder in the first place
though. :)


> You had better try that because I don't have any machine with an i965 to
> test on.

Yes, please try it Ryan.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#394638: uninstallable, /usr/lib/oo2c/ooconfig: No such file or directory

2006-10-22 Thread Julien Danjou
Package: libooc-x11-dev
Version: 20020123-3
Severity: serious

Setting up libooc-x11-dev (20020123-3) ...
xargs: /usr/lib/oo2c/ooconfig: No such file or directory
dpkg: error processing libooc-x11-dev (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 libooc-x11-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

Versions of packages libooc-x11-dev depends on:
ii  libooc-x1120020123-3 X11 specific modules for the oo2c 
ii  oo2c  2.1.11-2   Optimizing Oberon-2 to ANSI-C Comp

libooc-x11-dev recommends no packages.

-- no debconf information

-- 
Julien Danjou
// Λ̊ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// There is nothing under this line.


signature.asc
Description: Digital signature


Bug#232492: Announce of the upcoming NMU for the openldap2 package

2006-10-22 Thread Helge Kreutzmann
Hello Christian,
On Thu, Oct 19, 2006 at 07:05:04PM +0200, Christian Perrier wrote:
> I announced the intent to build and possibly upload a non-maintainer upload
> for this package in order to fix this long-time pending localization
> bug as well as all other pending translations.

Great.

> The package is currently translated to: cs da de fr ja nl pt_BR sv vi
> 
> The following translations are incomplete: cs da de fr ja pt_BR sv vi
>(even after applying pending l10n bugs, of course)


> If you did any of the, currently incomplete, translations you will get a
> copy of this announcement BCCd to you. Please review the translation.

German version is currently in review, will follow in the next days
(before the deadline of course).

>   http://people.debian.org/~lwall/i18n/pots/openldap2

In http://people.debian.org/~lwall/i18n/pots there are other templates
which are missing a german version. I started working on those as
well. Shall I send them directly to you once they are finished and
review, and is there a specific deadline for them as well (or the same
as for this one)?

Thanks for taking care of these translations.

> Thanks for your efforts and time.

Knowing that my translation is *actually included* is a huge
incentive!

Greetings

   Helge

-- 
Dr. Helge Kreutzmann, Dipl.-Phys.   [EMAIL PROTECTED]
   gpg signed mail preferred 
64bit GNU powered  http://www.itp.uni-hannover.de/~kreutzm
  Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


  1   2   3   4   5   >