Bug#353801: epiphany-browser: epiphany-browser does not start with error "undefined symbol: FT_GlyphSlot_Embolden"

2006-02-20 Thread Josselin Mouette
Le mardi 21 février 2006 à 10:52 +0900, Joo-won Jung a écrit :
> Package: epiphany-browser
> Version: 1.8.3-3
> Severity: normal
> 
> 
> I'm using etch. After upgrade, I found that epiphany does not start.
> The error message in .xsession-errors is as follows:
> 
> /usr/bin/epiphany: symbol lookup error: /usr/lib/libXft.so.2: undefined 
> symbol: FT_GlyphSlot_Embolden

If you have any locally installed versions of fontconfig on your disk,
please remove them. If you don't, please send the result of the
"ldd /usr/bin/epiphany" command.

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#327680: denemo 0.7.4-2.1 NMU

2006-02-20 Thread Geiger Guenter
On Mon, Feb 20, 2006 at 09:01:13AM +0100, Matej Vela wrote:
> Hello,
> 
> I'm doing an NMU of denemo to fix #327680 and #352453; diff attached.
> 

Thanks for the fix, although I think that blindly adding a dependency on
librsvg2-common is not the correct solution for this bug.
I still have to investigate what caused the problem. 

Guenter

> Thanks,
> 
> Matej

> diff -u denemo-0.7.4/debian/changelog denemo-0.7.4/debian/changelog
> --- denemo-0.7.4/debian/changelog
> +++ denemo-0.7.4/debian/changelog
> @@ -1,3 +1,13 @@
> +denemo (0.7.4-2.1) unstable; urgency=medium
> +
> +  * NMU.
> +  * Add a dependency on librsvg2-common to get the gdk-pixbuf loader for svg.
> +Closes: #352453.
> +  * Remove build dependency on libasound2-dev; upstream dropped ALSA support.
> +Closes: #327680.
> +
> + -- Matej Vela <[EMAIL PROTECTED]>  Mon, 20 Feb 2006 08:56:16 +0100
> +
>  denemo (0.7.4-2) unstable; urgency=low
>  
>* Included the exportmidi patch
> diff -u denemo-0.7.4/debian/control denemo-0.7.4/debian/control
> --- denemo-0.7.4/debian/control
> +++ denemo-0.7.4/debian/control
> @@ -2,12 +2,12 @@
>  Section: sound
>  Priority: optional
>  Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
> -Build-Depends: autoconf, automake1.7, libtool, bison, debhelper (>= 3.0.0), 
> cdbs, flex, gettext, libgtk1.2-dev, libglib2.0-dev, libgtk2.0-dev, 
> libxml2-dev, libasound2-dev
> +Build-Depends: autoconf, automake1.7, libtool, bison, debhelper (>= 3.0.0), 
> cdbs, flex, gettext, libgtk1.2-dev, libglib2.0-dev, libgtk2.0-dev, libxml2-dev
>  Standards-Version: 3.6.2
>  
>  Package: denemo
>  Architecture: any
> -Depends: ${shlibs:Depends}
> +Depends: ${shlibs:Depends}, librsvg2-common
>  Recommends: lilypond, csound
>  Suggests: playmidi | timidity, tetex-bin
>  Description: A gtk+ frontend to GNU Lilypond
> diff -u denemo-0.7.4/debian/rules denemo-0.7.4/debian/rules
> --- denemo-0.7.4/debian/rules
> +++ denemo-0.7.4/debian/rules
> @@ -11,8 +11,7 @@
>  binary-post-install/denemo::
>  #rm -r debian/denemo/etc/denemo/pixmaps
>  
> -DEB_CONFIGURE_EXTRA_FLAGS := --enable-alsa \
> -  --with-plugins="analysis" \
> +DEB_CONFIGURE_EXTRA_FLAGS := --with-plugins="analysis" \
>--enable-gtk2
>  
>  DEB_INSTALL_DOCS_denemo = build-tree/$(DEB_TAR_SRCDIR)/GOALS \



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



Bug#353694: account_policy_get: tdb_fetch_uint32 failed for field

2006-02-20 Thread Olaf van der Spek

Christian Perrier wrote:

On another system (unstable this time):

# cd /var/lib/s
-su: cd: /var/lib/s: No such file or directory
# cd /var/lib/samba
-su: cd: /var/lib/samba: No such file or directory


For the sake of it, can you check whether there is a
/etc/samba/smbpasswd file.


There isn't.

# ls -l /etc/samba/
total 9
-rw-r--r-- 1 root root8 Oct 26  2004 gdbcommands
-rw-r--r-- 1 root root 7828 Feb  8 09:26 smb.conf
#


These messages probably come from this piece of code in the postinst:

db_get samba/tdbsam || true
PDB_MIGRATE="${RET}"

# Done with debconf now.
db_stop

umask 066

# FIXME: disable if ldapsam support is enabled?
# FIXME: we don't want to pass these through the smbpasswd backend,
# some of the faking can cause us problems!
if [ "${GENERATE_SMBPASSWD}" = "true" -a ! -e /var/lib/samba/passdb.tdb -a ! -e 
/etc/samba/smbpasswd ]; then
getent passwd | /usr/sbin/mksmbpasswd > /etc/samba/smbpasswd
pdbedit -i smbpasswd -e tdbsam
rm /etc/samba/smbpasswd
fi

In your case, you probably answered "Yes" to the question about:


Indeed: * samba/generate_smbpasswd: true


Template: samba/generate_smbpasswd
Type: boolean
Default: false
_Description: Create samba password database, /var/lib/samba/passdb.tdb?


Could you try to run manually, after the install:

getent passwd | /usr/sbin/mksmbpasswd > /etc/samba/smbpasswd
pdbedit -i smbpasswd -e tdbsam

Then send here the content of /etc/samba/smbpasswd if these commands
output what you reported?

debian:/etc/samba# getent passwd | /usr/sbin/mksmbpasswd > 
/etc/samba/smbpasswd

debian:/etc/samba# pdbedit -i smbpasswd -e tdbsam
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_root)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_daemon)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_bin)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_sys)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_sync)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_games)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_man)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_lp)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_mail)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_news)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_uucp)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_proxy)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_www-data)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_backup)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_list)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_irc)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_gnats)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_nobody)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_olaf)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_identd)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_sshd)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_fetchmail)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_svn)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_joost)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_debian-exim)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_mysql)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_nagios)
Unable to modify passwd TDB! Error: Record exists occured while storing 
the main record (USER_ntp)

debian:/etc/samba# ls -l
total 13
-rw-r--r-- 1 root root8 Oct 26  2004 gdbcommands
-rw-r--r-- 1 root root 7828 Feb  8 09:26 smb.conf
-rw--- 1 root root 3088 Feb 21 08:25 smbpasswd
debian:/etc/samba# cat smbpasswd
#
# SMB password file.
#
root:0:::[U 
 ]:LCT-:root
daemon:1:::[U 
 ]:LCT-:daemon
bin:2:XXX

Bug#352312: Stopped happening, downgrading

2006-02-20 Thread Adam Porter
severity 352312 minor

Inexplicably, it's not happening anymore, so I'm downgrading it to minor.  I'd 
close it, but since there's a backtrace, I suppose there's still a chance to 
actually fix it.


pgpEhfqvLatfk.pgp
Description: PGP signature


Bug#353822: New options for denyhosts 2.0 are being removed from the denyhosts.conf

2006-02-20 Thread Mike Kelly
Package: denyhosts
Version: 2.0-1
Severity: minor

All sorts of options like the new Synchronization mode are being
removed from the configuration file by the debian patch. I can't see
any reason for doing this from reading through the change log, maybe
this was an oversight?

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

Versions of packages denyhosts depends on:
ii  denyhosts-python2.3   2.0-1  an utility to help sys
admins thwa

denyhosts recommends no packages.

-- no debconf information


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



Bug#343796: pmacct 0.9.1-1.1 NMU

2006-02-20 Thread Jamie Wilkinson
This one time, at band camp, Matej Vela wrote:
>Hello,
>
>I'm doing an NMU of pmacct to fix #343796; diff attached.

Thanks for the diff :-)


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



Bug#353821: New options for denyhosts 2.0 are being removed from the denyhosts.conf

2006-02-20 Thread Michael Kelly
Package: denyhosts
Version: 2.0-1
Severity: minor

All sorts of options like the new Synchronization mode are being
removed from the configuration file by the debian patch. I can't see
any reason for doing this from reading through the change log, maybe
this was an oversight?

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

Versions of packages denyhosts depends on:
ii  denyhosts-python2.3   2.0-1  an utility to help sys admins thwa

denyhosts recommends no packages.

-- no debconf information


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



Bug#353820: Please use debhelper v5 compatibility by default

2006-02-20 Thread Michael Biebl
Package: cdbs
Version: 0.4.34
Severity: wishlist

Debhelper V5 is the recommended mode of operation for the debhelper
scripts. If cdbs does not find a debian/compat file it creates one with
4 as default. Imho cdbs should use 5 in this case to enforce the usage
of the new compatibility level.

Cheers,
Michael

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

cdbs depends on no packages.

Versions of packages cdbs recommends:
ii  autotools-dev 20050803.1 Update infrastructure for config.{
ii  debhelper 5.0.22 helper programs for debian/rules

-- no debconf information


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



Bug#353813: [Pkg-shadow-devel] Bug#353813: passwd.config fails when root password is '!'

2006-02-20 Thread Christian Perrier
Quoting Vagrant Cascadian ([EMAIL PROTECTED]):
> Package: passwd
> Version: 4.0.14-6
> Severity: important
> Tags: patch
> 
> i found that when root password is set to '!', passwd.config seems to
> fail with the error message:
> 
> Shadow passwords are now on.
> /var/lib/dpkg/info/passwd.config: line 41: [: too many arguments
> /var/lib/dpkg/info/passwd.config: line 41: [: too many arguments
> 
> the following patch gets it to work, and is a little more POSIX, to
> boot.


Thanks for the report and patch.

This part of the passwd config step will very probably soon be
abandoned (after some advice from -devel) because its main purpose was
to be run from base-config.which is dead now.

There may be some interest for keeping it for people who setup chroots
but this needs more investigation.




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



Bug#353694: account_policy_get: tdb_fetch_uint32 failed for field

2006-02-20 Thread Christian Perrier

> On another system (unstable this time):
> 
> # cd /var/lib/s
> -su: cd: /var/lib/s: No such file or directory
> # cd /var/lib/samba
> -su: cd: /var/lib/samba: No such file or directory

For the sake of it, can you check whether there is a
/etc/samba/smbpasswd file.


> (Reading database ... 34359 files and directories currently installed.)
> Unpacking samba (from .../samba_3.0.21b-1_i386.deb) ...
> Setting up samba (3.0.21b-1) ...
> Generating /etc/default/samba...
> TDBSAM version too old (0), trying to convert it.
> TDBSAM converted successfully.


These messages probably come from this piece of code in the postinst:

db_get samba/tdbsam || true
PDB_MIGRATE="${RET}"

# Done with debconf now.
db_stop

umask 066

# FIXME: disable if ldapsam support is enabled?
# FIXME: we don't want to pass these through the smbpasswd backend,
# some of the faking can cause us problems!
if [ "${GENERATE_SMBPASSWD}" = "true" -a ! -e /var/lib/samba/passdb.tdb -a ! -e 
/etc/samba/smbpasswd ]; then
getent passwd | /usr/sbin/mksmbpasswd > /etc/samba/smbpasswd
pdbedit -i smbpasswd -e tdbsam
rm /etc/samba/smbpasswd
fi

In your case, you probably answered "Yes" to the question about:

Template: samba/generate_smbpasswd
Type: boolean
Default: false
_Description: Create samba password database, /var/lib/samba/passdb.tdb?


Could you try to run manually, after the install:

getent passwd | /usr/sbin/mksmbpasswd > /etc/samba/smbpasswd
pdbedit -i smbpasswd -e tdbsam

Then send here the content of /etc/samba/smbpasswd if these commands
output what you reported?




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



Bug#341801: independent confirmation

2006-02-20 Thread Kevin Brown
Anthony DeRobertis wrote:
> Kevin Brown wrote:
> 
> >>PS: Since you have the same hardware as me, I'm curious if you're able
> >>to use kernels > 2.6.12.
> > 
> > 
> > Yeah.  I'm currently using 2.6.15.  Note that I'm using the
> > amd64-generic kernel, not the amd64-k8 kernel.  I don't expect that
> > makes any difference at all with respect to this particular bug,
> > though it might change how much memory is visible.
> 
> I'm using the k8-smp version. I'd try generic, but there is no generic
> SMP, AFAIK (and having bought a >$500 dual-core chip, I damn well want
> to use it!)
> 
> The problem I've always seen with > 2.6.12 is that after a short while,
> either Ethernet or SATA (with the promise chip) dies. I've filed
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347412 on this (a while
> ago).
> 
> I'm sort of curious why you use -generic instead of -k8; unless, of
> course, this is why.

Well, the main reason is that I didn't see any advantage, since I'm
running a non-SMP system.

The secondary reason is that I'm running the NVidia proprietary
drivers, and getting them set up was a pain.

And finally, with the exception of this bug, everything appears to
work.

> > One other thing: I'm using ECC memory, and have ECC enabled.
> 
> Why they heck would you do that... ?

Two reasons: the first is that I want as much stability as I can get,
and ECC increases that.  I'll leave my systems running for hundreds of
days at a time unless there's a compelling need to reboot.  The second
is that I value my data, and don't want an undetected memory error
screwing me over.  I also run my disks in a mirrored configuration for
the same basic reason.



-- 
Kevin Brown   [EMAIL PROTECTED]


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



Bug#353727: patch proposition (?)

2006-02-20 Thread Paul Libert
Hello,

Please be comprehensive, it's the first time I do something like this.

After fiddling a bit, I've succeeded at patching the drivers and recompiling
the kernel.
My Megaraid card is now correctly detected and seems to work.

As stated previously, there is an overlapping with the content of debian
patch "drivers-scsi-megaraid_splitup.patch.bz2"

If this patch is included, status can be set as closed.

Here is the diff output :

--- ./megaraid.c.back   2006-02-20 11:35:17.0 +0100
+++ /usr/src/linux-source-2.6.15/drivers/scsi/megaraid.c2006-02-20
13:10:51.0 +0100
@@ -5045,6 +5045,8 @@
HP_SUBSYS_VID, HP_NETRAID1M_SUBSYS_DID, 0, 0, 0},
{PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID3,
HP_SUBSYS_VID, HP_NETRAID2M_SUBSYS_DID, 0, 0, 0},
+   {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_AMI_MEGARAID3,
+   PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0,}
 };
 MODULE_DEVICE_TABLE(pci, megaraid_legacy_pci_tbl);




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



Bug#343796: pmacct 0.9.1-1.1 NMU

2006-02-20 Thread Matej Vela
Hello,

I'm doing an NMU of pmacct to fix #343796; diff attached.

Thanks,

Matej
diff -u pmacct-0.9.1/debian/changelog pmacct-0.9.1/debian/changelog
--- pmacct-0.9.1/debian/changelog
+++ pmacct-0.9.1/debian/changelog
@@ -1,3 +1,10 @@
+pmacct (0.9.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build against libmysqlclient15-dev.  Closes: #343796.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Tue, 21 Feb 2006 07:33:15 +0100
+
 pmacct (0.9.1-1) unstable; urgency=low
 
   * New upstream release.
diff -u pmacct-0.9.1/debian/control pmacct-0.9.1/debian/control
--- pmacct-0.9.1/debian/control
+++ pmacct-0.9.1/debian/control
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Jamie Wilkinson <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), zlib1g-dev, libpcap-dev, libpq-dev | 
postgresql-dev, libmysqlclient12-dev
+Build-Depends: debhelper (>= 4.0.0), zlib1g-dev, libpcap-dev, libpq-dev | 
postgresql-dev, libmysqlclient15-dev
 Standards-Version: 3.6.1
 
 Package: pmacct


Bug#353277: ndiswrapper in main

2006-02-20 Thread Steve Langasek
On Tue, Feb 21, 2006 at 10:40:06AM +1000, Anthony Towns wrote:
> On Mon, Feb 20, 2006 at 05:36:13PM +0100, Robert Millan wrote:
> > I requested that ndiswrapper and ndiswrapper-modules-i386 be moved to 
> > contrib.

> ndiswrapper is a program to allow users to load Windows drivers for their
> hardware and use them on Linux. The drivers are executed on the main CPU;
> there are no free drivers that ndiswrapper is useful for, apart from a
> single example driver that is a port of a driver already in the kernel.

> We currently allow both emulators, that play non-free ROMs, and clients
> for network protocols for which there is no non-free server into main.

> ndiswrapper was accepted into main in November 2004.

> AFAICS, this would come under the "overrule a developer (3:1 majority)"
> power.

Yes, this is not a request from Andres that we make a decision on his
behalf, therefore the Technical Committee would be acting to override the
maintainer under 6.1.4 with a 3:1 majority.

> > The maintainer refuses to move it unless you rule a formal decision or a
> > consensus is reached.  I think the latter is impossible, and therefore I 
> > ask you
> > to consider the issue.

> While I would personally rather see the "contrib" demarkation cover
> this, emulators, and clients for propietary protocols, I'm disinclined
> to override both the maintainer and the ftpmaster that accepted it,
> particularly on this single issue rather than as a global policy change
> for those issues. I expect I'll either abstain or vote against.

I suspect I disagree with Anthony on where exactly the line should be drawn,
but it does seem to me that the arguments used to justify ndiswrapper's
presence in main are rather contrived.  Nobody is going to want to run
drivers under ndiswrapper in a production environment if there is a suitable
free equivalent available for Linux; the only practical applications I see
here are using non-free Windows drivers under Linux for
otherwise-unsupported hardware, and using ndiswrapper as a tool for
preliminary testing of drivers being written for Windows in an environment
that doesn't require booting Windows.  The former is what I use it for, and
what every user I know uses it for, and doesn't justify a claim that
ndiswrapper does not depend on non-free software.  The latter, IMHO, would
be grounds for shipping the software in main, but AFAIK this is purely a
hypothetical at this point.

Either way, I do agree with Anthony that one-off overrides of maintainers
don't seem like the best way for us to be spending our time.

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


signature.asc
Description: Digital signature


Bug#353819: catdoc: Update copyright file to use http://freshmeat.net/projects/catdoc

2006-02-20 Thread Jari Aalto
Package: catdoc
Version: 0.94.0-1
Severity: minor

The copyright file reads:

  Catdoc's homepage can be found at:

http://www.45.free.net/~vitus/ice/catdoc/

Instead of this, I think it would be better to point people to generic
project page at

  http://freshmeat.net/projects/catdoc

Add this line to the end of debian/control::Description [1]

  .
  Homepage: http://freshmeat.net/projects/catdoc

[1]
Debian Developer's Reference Chapter 6 - Best Packaging Practices
6.2.4 Upstream home page

http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html

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

Versions of packages catdoc depends on:
ii  libc6 2.3.6-1GNU C Library: Shared libraries an

catdoc recommends no packages.

-- no debconf information


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



Bug#353786: gnumeric: [INTL:sv] Swedish debconf templates translation

2006-02-20 Thread J.H.M. Dassen (Ray)
On Mon, Feb 20, 2006 at 22:36:19 +0100, Daniel Nylander wrote:
> Here is the Swedish translation of the debconf template for gnumeric.

Thank you. I have added it in upstream CVS; see
http://cvs.gnome.org/viewcvs/gnumeric/debian/?only_with_tag=gnumeric-1-6
and will include it in the next upload of gnumeric.

Ray
-- 
No longer will we mistake music for a noun, as its containers have tempted
us to do for a century. We will realize once more that music is a verb, a
relationship, a constantly evolving life form. 
John Perry Barlow in http://technocrat.net/958163435/index_html


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



Bug#350692: ttf2pt1 3.4.4-1.2 NMU

2006-02-20 Thread Matej Vela
Hello,

I'm doing an NMU of ttf2pt1 to fix #350692; diff attached.

Thanks,

Matej
diff -u ttf2pt1-3.4.4/debian/changelog ttf2pt1-3.4.4/debian/changelog
--- ttf2pt1-3.4.4/debian/changelog
+++ ttf2pt1-3.4.4/debian/changelog
@@ -1,3 +1,11 @@
+ttf2pt1 (3.4.4-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Makefile: Don't assume backslashes will be stripped by make.
+Closes: #350692.
+
+ -- Matej Vela <[EMAIL PROTECTED]>  Tue, 21 Feb 2006 07:19:08 +0100
+
 ttf2pt1 (3.4.4-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u ttf2pt1-3.4.4/Makefile ttf2pt1-3.4.4/Makefile
--- ttf2pt1-3.4.4/Makefile
+++ ttf2pt1-3.4.4/Makefile
@@ -249,17 +249,17 @@
chmod -R go-w $(DESTDIR)$(SHAREDIR)
scripts/inst_file ttf2pt1 $(DESTDIR)$(BINDIR)/ttf2pt1 $(OWNER) $(GROUP) 
0755
[ -f $(DESTDIR)$(BINDIR)/t1asm ] || scripts/inst_file t1asm 
$(DESTDIR)$(LIBXDIR)/t1asm $(OWNER) $(GROUP) 0755
-   sed 's|^TTF2PT1_BINDIR=$$|TTF2PT1_BINDIR=$(BINDIR)|;\
-   s|^TTF2PT1_LIBXDIR=$$|TTF2PT1_LIBXDIR=$(LIBXDIR)|;\
-   s|^TTF2PT1_SHAREDIR=$$|TTF2PT1_SHAREDIR=$(SHAREDIR)|;' 
cvt.tmp
+   sed -e 's|^TTF2PT1_BINDIR=$$|TTF2PT1_BINDIR=$(BINDIR)|' \
+   -e 's|^TTF2PT1_LIBXDIR=$$|TTF2PT1_LIBXDIR=$(LIBXDIR)|' \
+   -e 's|^TTF2PT1_SHAREDIR=$$|TTF2PT1_SHAREDIR=$(SHAREDIR)|' 
cvt.tmp
scripts/inst_file cvt.tmp $(DESTDIR)$(BINDIR)/ttf2pt1_convert $(OWNER) 
$(GROUP) 0755
scripts/inst_file cvt.tmp $(DESTDIR)$(SHAREDIR)/scripts/convert 
$(OWNER) $(GROUP) 0755
rm cvt.tmp
scripts/inst_file scripts/x2gs $(DESTDIR)$(BINDIR)/ttf2pt1_x2gs 
$(OWNER) $(GROUP) 0755
for i in $(MANS1); do { \
-   sed 's|TTF2PT1_BINDIR|$(BINDIR)|;\
-   s|TTF2PT1_LIBXDIR|$(LIBXDIR)|;\
-   s|TTF2PT1_SHAREDIR|$(SHAREDIR)|;' <$$i 
>$(DESTDIR)$(MANDIR)/man1/$$i \
+   sed -e 's|TTF2PT1_BINDIR|$(BINDIR)|' \
+   -e 's|TTF2PT1_LIBXDIR|$(LIBXDIR)|' \
+   -e 's|TTF2PT1_SHAREDIR|$(SHAREDIR)|' <$$i 
>$(DESTDIR)$(MANDIR)/man1/$$i \
&& chown $(OWNER) $(DESTDIR)$(MANDIR)/man1/$$i \
&& chgrp $(GROUP) $(DESTDIR)$(MANDIR)/man1/$$i \
&& chmod 0644 $(DESTDIR)$(MANDIR)/man1/$$i \


Bug#227386: libc6-dev: ENOTSUP==EOPNOTSUPP, which violates SUSv3

2006-02-20 Thread Brian M. Carlson
On Mon, 2006-02-20 at 07:51 +0100, Aurelien Jarno wrote:
> Brian M. Carlson a écrit :
> > # bcc'd to control
> > forwarded 227386 http://sources.redhat.com/bugzilla/show_bug.cgi?id=2363
> > thanks, control, and have a nice day
> > 
> > On Sun, 2006-02-19 at 17:36 +0100, Aurelien Jarno wrote:
> 
> The problem is not that there is currently not possibility to fix the 
> bug without broking everything, at least nobody found one. Please 
> provide us a patch instead of complaning.

Attached.

> We can't change the SONAME for the glibc because it is plainly 
> impossible to rebuild all packages. Have you look how difficult was the 
> latest c++ transition? It could qualified as very very simple comparing 
> to a glibc transition.

It's been done at least once before.  However, if there were a libc7,
then all packages need not be rebuilt right away, because conceivably
libc7 would provide /lib/ld.so and libc6 could use that.  However, I am
not necessarily advocating that, just pointing out that it is not
impossible.  The only thing is that packages could not use both libc6
and libc7, directly or indirectly.

> > This in
> > itself is a bug, but I really don't care since I don't have to deal with
> > it.  If the glibc maintainers want to make it hard on themselves by
> > having to support breakage for eternity, that's fine, as long as they
> > support non-breakage too.
> 
> Again if you are not happy with the current situation, stop complaining 
> and provide us a patch.

As I said above, attached.

> > glibc cannot claim compatibility with POSIX 1003.1-2004 by defining
> > _POSIX_VERSION to 200112L unless it fixes this or the standard changes.
> > It would be a lie to claim that glibc supports a standard which it does
> > not in fact support.
> 
> Which is the case for almost every systems. AFAIK, every  have a small 
> part which is not POSIX compliant. You've just found one for GNU/Linux!

That does not mean we should not fix it.  You are claiming that
"everyone does it".  If everyone jumps off a bridge, should Debian do
that, too?

> > Anyway, it would significantly reduce the number of packages to be
> > recompiled if the new error number were only used if _POSIX_SOURCE is
> > defined to 200112L.
> 
> That only ensure code compatibility, but will still break binary 
> compatibility because the new glibc will use the new numbers, while 
> binaries that have not been rebuilt will use the old one.

I would argue that such programs expect non-standard behavior while
asking only for standard-conformant behavior.  They are buggy.

> > IIRC, we already did with OpenSSL.  The social contract states that our
> > priorities are *our* users and free software.  It makes no mention of
> > Redhat's or Slackware's or anyone else's users.  Personally, if one does
> > not recompile when moving from distribution to distribution, there is no
> > guarantee of even the most basic functionality anyway.
> 
> Loosing binary compatibility means that users won't be able to use third 
> party software, or packages from non-free that are provided in binary 
> form. But as you said "priorities are *our* users and free software", so 
> we could not do that. Also note that software provided in binary form is 
> usually compiled in static but the glibc, so the OpenSSL do not break 
> third party software.

I wasn't aware that we gave any support whatsoever for third party
software, hence the term "third party".  Packages from non-free that are
provided only in binary form would have to be removed (or recompiled by
upstream) if there were a security problem.

> Looks like the upstream have the same opinion...

And I have done what Ulrich asked: filed a bug on the Linux kernel.
However, please do not reassign this bug to linux-2.6 because the Debian
kernel maintainers will close it, apparently not realizing that Linux,
as well as glibc, has a certain responsibility for standards compliance.

What my patch does is use the value of _STRICT_POSIX to modify the value
of ENOTSUP.  As more ABI incompatible changes occur that cannot be fixed
any other way, this value is bumped, keeping the old code still there.
So the valid values of _STRICT_POSIX are as follows:

0, or undefined: same old and broken behavior that has always occured.
1: change ENOTSUP to a valid value
9: use the largest supported value for _STRICT_POSIX
any other positive integral value: set _STRICT_POSIX to 1 and warn

Personally, I would recommend making getconf return
-D_STRICT_POSIX=9 where applicable, but I understand that some
people might use getconf and not depend on strictly-conforming POSIX
behavior, even though such a use is incorrect.

It is my belief that this meets the binary compatibility criteria: the
code only breaks compatibility if someone explicitly requests it, so if
someone unintentionally breaks their code, they did it themselves.
Additionally, if glibc is built with the new error code, strerror and
friends will support it, but they will also support 

Bug#227386: libc6-dev: ENOTSUP==EOPNOTSUPP, which violates SUSv3

2006-02-20 Thread Brian M. Carlson
On Mon, 2006-02-20 at 17:37 +0100, Gabor Gombas wrote:
> That seems overly complex. You should most certainly know the range of
> your own error codes, so something like the below looks much simpler (no
> script needed, no dependance on the value of standard error codes):

The problem with that is my error codes are not contiguous; the top byte
of each is 1xx (the one is so that they will be negative) where the
x's are the subsystem ID.  I would still have to use a case statement,
at least for my own error codes.

>   if (error_code >= MY_ERROR_MIN && error_code <= MY_ERROR_MAX)
>   {
>   /* handle your own error codes here */
>   }
>   else
>   {
>   errno = 0;
>   (void *)strerror(error_code);

Not thread safe.  Also, this code does not check that it is a *POSIX*
error code.  If you check the Linux sources, you can see that there are
many error codes (mostly for NFS) that are not standard, and therefore
are invalid for my program.

> After a quick check at least Darwin 6.8 and FreeBSD 5.1 also uses the
> same value for ENOTSUP and EOPNOTSUPP, so if you want to be portable,
> you can not assume that these values are distinct.

I don't know if those claim to support the standard.  If they do, I can
most certainly assume that, just as if __STDC__ is defined that I am
using standard C.

Again, if this will not be fixed, then glibc should not claim to support
the standard until and unless the standard changes.  I have a patch
forthcoming which mitigates the damage and allows people that really
want standards compliance to indicate so.


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


Bug#353818: causes mouse to freeze in X on upgrade

2006-02-20 Thread Peter Samuelson

[Paul Wise]
> I recently upgraded gpm (running debian sid), and was very annoyed
> when my mouse froze in gnome/X. Simply switching to a console, moving
> the mouse a bit till the cursor showed, then switching back to X
> fixed this, but it is still annoying.

This is why we have a debconf question:

  Do you want to start or restart GPM while X is running?

   Usually, GPM should be started or restarted when it is installed or
   upgraded.  But when X is running and trying to use the same mouse
   device, this can sometimes cause a problem with the X mouse cursor.
   Switching to the console and then back to X will usually fix it.

Some time in the past, you answered "yes":

> -- debconf information:
> * gpm/restart: true

I don't know what else we're supposed to do.  Can I close this bug?

Peter


signature.asc
Description: Digital signature


Bug#341801: independent confirmation

2006-02-20 Thread Anthony DeRobertis
Kevin Brown wrote:

>>PS: Since you have the same hardware as me, I'm curious if you're able
>>to use kernels > 2.6.12.
> 
> 
> Yeah.  I'm currently using 2.6.15.  Note that I'm using the
> amd64-generic kernel, not the amd64-k8 kernel.  I don't expect that
> makes any difference at all with respect to this particular bug,
> though it might change how much memory is visible.

I'm using the k8-smp version. I'd try generic, but there is no generic
SMP, AFAIK (and having bought a >$500 dual-core chip, I damn well want
to use it!)

The problem I've always seen with > 2.6.12 is that after a short while,
either Ethernet or SATA (with the promise chip) dies. I've filed
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347412 on this (a while
ago).

I'm sort of curious why you use -generic instead of -k8; unless, of
course, this is why.

Well, if you don't experience this problem, I guess I should try booting
w/o SMP support and seeing if its an SMP-only problem.

> 
> One other thing: I'm using ECC memory, and have ECC enabled.

Why they heck would you do that... ?



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



Bug#349316: In 3.5.1, patch posted

2006-02-20 Thread Adam Porter
found 349316 4:3.5.1-1
tags 349316 patch

It's reported in the KDE tracker to be in 3.5.1, and a rather large test patch 
has been posted: 


pgp4yScTgAVXc.pgp
Description: PGP signature


Bug#315392: Suggest closing or degrading

2006-02-20 Thread Adam Porter
May I suggest that this bug be closed, or at least degraded, since a) it's 
most likely been fixed in later versions, and b) seems to happen when used 
after a different version of KMail on the same config files?  Doesn't seem 
like an RC bug to me.  (But what do I know, I'm just a user.  :)


pgpgZuimhsFaE.pgp
Description: PGP signature


Bug#344046: make, m68k, and #344046

2006-02-20 Thread Manoj Srivastava
Hi,

Feel free to binNMU make if it helps any architecture.

manoj
-- 
I'm always looking for a new idea that will be more productive than
its cost. David Rockefeller
Manoj Srivastava   <[EMAIL PROTECTED]>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#325596: kernel-package: nvidia-kernel-source case

2006-02-20 Thread Manoj Srivastava
Hi,

Additionally, please say what heade -n 5 ./debian/changelog
 says when you call make-kpkg modules_image. I think that would be the
 crux of the problem.

manoj
-- 
Football is a game designed to keep coalminers off the streets. Jimmy
Breslin
Manoj Srivastava   <[EMAIL PROTECTED]>  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#353814: kdelibs-bin: meinproc is relicensing my code

2006-02-20 Thread Ben Burton

Hi again,

Just to confirm:

> As for the cause:  I'm not too familiar with meinproc internals, but I
> suspect the culprit is
> /usr/share/apps/ksgmltools2/customization/kde-chunk.xsl.
> Around lines 90--100 it does look rather like the fdl-notice is being
> dropped into the documentation regardless of what actually appears inside
> the  tag.

If you comment out lines 90--100 (the xsl:template block that deals with
legalnotice), the GFDL link goes away and the correct notice is
displayed instead (in my example, it correctly states that the program is
licensed under the GPL).

This should give you a quick fix for the RC bug.  However, this is a
rather serious issue -- meinproc should not be arbitrarily changing
authors' licenses, and for some licenses (such as GPL) it _cannot_
relicense under the GFDL.  This does therefore need to go upstream;
I would be most appreciative if whoever is best in touch with upstream
these days could do this.

Thanks - Ben.



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



Bug#353818: causes mouse to freeze in X on upgrade

2006-02-20 Thread Paul Wise
Package: gpm
Version: 1.19.6-22
Severity: normal

I recently upgraded gpm (running debian sid), and was very annoyed when
my mouse froze in gnome/X. Simply switching to a console, moving the
mouse a bit till the cursor showed, then switching back to X fixed this,
but it is still annoying. Relevant configs:

/etc/gpm.conf:
device=/dev/ttyS1
responsiveness=
repeat_type=none
type=ms
append=''
sample_rate=

/etc/X11/xorg.conf:
...
Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/ttyS1"
Option  "Protocol"  "Microsoft"
Option  "Emulate3Buttons"   "true"
EndSection
...
Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

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

Versions of packages gpm depends on:
ii  debconf [debconf-2.0] 1.4.70 Debian configuration management sy
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  ucf   2.005  Update Configuration File: preserv

gpm recommends no packages.

-- debconf information:
* gpm/responsiveness:
* gpm/repeat_type: none
* gpm/append:
* gpm/restart: true
* gpm/sample_rate:
* gpm/type: ms
* gpm/device: /dev/ttyS1


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


Bug#353748: Output in safe mode

2006-02-20 Thread Vincent Lönngren
I didn't realize that until the bug had already been posted. Sorry to
bother you. At least now you know that firefox is also affected, unless
you already knew that.

mån 2006-02-20 klockan 17:35 -0500 skrev Justin Pryzby:
> There are no fewer than 8 grave bugs file against that package for
> this issue..
> 
-- 
Vincent Lönngren <[EMAIL PROTECTED]>



Bug#353817: Incorrect Destination, Unchangable Destination

2006-02-20 Thread Elliott Mitchell
Package: kernel-package
Version: 8.135
Severity: wishlist
Tags: patch

I'll count this as wishlist due to the other tiny change here. The
default setting of KPKG_DEST_DIR is incorrect; it should be
$(SRCTOP)/$(DEB_DEST), not $(SRCTOP)/..

It would also be nice to change DEB_DEST, as such, the patch below:

--- usr/share/kernel-package/rules.orig  2006-02-20 21:28:55.358602940 -0800
+++ usr/share/kernel-package/rules   2006-02-20 21:29:37.577992974 -0800
@@ -1072,10 +1072,10 @@

 # The destination of all .deb files
 # (suggested by Rob Browning <[EMAIL PROTECTED]>)
-DEB_DEST := ..
+DEB_DEST ?= ..
 SRCTOP := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
 INSTALL_MOD_PATH=$(SRCTOP)/$(IMAGE_TOP)
-KPKG_DEST_DIR ?= $(SRCTOP)/..
+KPKG_DEST_DIR ?= $(SRCTOP)/$(DEB_DEST)

 # Include any site specific overrides here.
 -include $(CONFLOC)


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




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



Bug#343775: libnss-mysql: Does not work after upgrade

2006-02-20 Thread Steve Langasek
On Mon, Feb 20, 2006 at 08:50:22PM -0500, Guillaume Morin wrote:

> On 20 Feb 16:18, Steve Langasek wrote:
> > reopen 343775
> > thanks

> > Confirmed.  This package wrongly hard-codes a dependency on
> > libmysqlclient12 in debian/control.  Please do not bypass the shlibs
> > mechanism for ELF dependencies.

> I already uploaded an update.  Please check the upload queue before
> reopening a bug.

Uh, please use the BTS to notify submitters about relevant changes to
packages?  Anyway, done now...

> I do not remember why the dependency is hardcoded.  Either there was a
> good reason for that, or I overwrote it by mistake, I'll take a look.

Well, it is a mistake, because the package is missing dependencies on both
zlib1g and libc6: it's linked to other libraries than just libmysqlclient.

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


signature.asc
Description: Digital signature


Bug#353816: python-statgrab: Spurious Build-Depends, and a patch

2006-02-20 Thread Steve Kowalik
Package: python-statgrab
Version: 0.4-1
Severity: normal
Tags: patch

Hi,

Firstly, this package contains python in it's Build-Depends,
which will get dragged by the very next dependancy, namely
python2.3-dev, which means the python Build-Depends can be dropped.

Secondly, you call find twice in debian/rules, where one call
will do. I have attached a patch which calls find once.

Thanks,

-- System Information:
Debian Release: testing/unstable
  APT prefers breezy-updates
  APT policy: (500, 'breezy-updates'), (500, 'breezy-security'), (500, 'breezy')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-10-amd64-generic
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

-- 
Steve
C offers you enough rope to hang yourself.
C++ offers a fully equipped firing squad, a last cigarette and
a blindfold.
 - Erik de Castro Lopo
--- debian/rules~   2006-02-20 23:20:03.0 +1100
+++ debian/rules2006-02-21 15:50:31.0 +1100
@@ -38,9 +38,7 @@
dh_testroot
dh_clean -k 
dh_installdirs
-   find build -name _statgrab.so -print0 | \
-   xargs -0r -i mv {} 
debian/python-statgrab/usr/lib/python2.3/site-packages/
-   find build -name statgrab.py -print0 | \
+   find build \( -name _statgrab.so -o -name statgrab.py \) -print0 | \
xargs -0r -i mv {} 
debian/python-statgrab/usr/lib/python2.3/site-packages/
dh_install
 


Bug#353815: logcheck: Ignore Pocket PC/synce/USB messages, please

2006-02-20 Thread Adam Porter
Package: logcheck
Version: 1.2.42
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Here are some more messages that can be safely ignored:

localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial Driver core
localhost kernel: drivers/usb/serial/usb-serial.c: USB Serial support 
registered for PocketPC PDA
localhost kernel: drivers/usb/serial/ipaq.c: USB PocketPC PDA driver v0.5
localhost kernel: ipaq 3-1:1.0: PocketPC PDA converter detected
localhost kernel: usb 3-1: PocketPC PDA converter now attached to ttyUSB0
localhost kernel: CSLIP: code copyright 1989 Regents of the University of 
California
localhost synce-serial-start: Executing '/usr/sbin/pppd call synce-device'
localhost kernel: ipaq 3-1:1.0: device disconnected
localhost kernel: ipaq ttyUSB0: PocketPC PDA converter now disconnected from 
ttyUSB0

I'd make some rules, but I'm far from a regexp expert, and I'm sure you could 
do a more efficient job.

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

Versions of packages logcheck depends on:
ii  adduser  3.80Add and remove users and groups
ii  cron 3.0pl1-92   management of regular background p
ii  debconf [debconf 1.4.70  Debian configuration management sy
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  exim44.60-3  metapackage to ease exim MTA (v4) 
ii  exim4-daemon-lig 4.60-3  lightweight exim MTA (v4) daemon
ii  grep 2.5.1.ds2-4 GNU grep, egrep and fgrep
ii  lockfile-progs   0.1.10  Programs for locking and unlocking
ii  logcheck-databas 1.2.42  database of system log rules for t
ii  logtail  1.2.42  Print log file lines that have not
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  sysklogd [system 1.4.1-17System Logging Daemon

logcheck recommends no packages.

- -- debconf information:
  logcheck/changes:
* logcheck/install-note:

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

iD8DBQFD+pZb5+GdyTDsrJsRAvliAJ9VLJlZZFmR/nysYqbqrkr3GWw/jgCgthEc
i8nUIkcRgEvCiFAIwMi9wNc=
=4Q/B
-END PGP SIGNATURE-


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



Bug#353814: kdelibs-bin: meinproc is relicensing my code

2006-02-20 Thread Ben Burton
Package: kdelibs-bin
Version: 4:3.5.1-2
Severity: serious

Hi,

I have a KDE application whose documentation is licensed under the GPL.
In particular, its index.docbook contains the line:

&underGPL;

When I build the application and meinproc is run over the docbook files,
it generates an HTML index that looks like:

Title (large bold heading)

Author
Revision number
Copyright notice

Legal Notice

Abstract ...

In past versions of KDE, the legal notice was actually a short blurb
stating which license was used.  Now it is simply a hyperlink with the
two words "Legal Notice".

So: To find out the license, you must click on the "Legal Notice"
hyperlink, and --- it sends you to help:/common/fdl-notice.html, which
states that the documentation is licensed under the GFDL version 1.1 or
later.

For the obvious reasons, I most certainly do _not_ want my documentation
licensed under the GFDL.  It is GPLed, as stated in index.docbook, and
the documentation that appears in the help centre should not be telling
users something different.

I am marking this bug as serious, since meinproc is used to generate all
of the KDE help centre documentation, and so users are being presented
with license information that is incorrect.

As for the cause:  I'm not too familiar with meinproc internals, but I
suspect the culprit is /usr/share/apps/ksgmltools2/customization/kde-chunk.xsl.
Around lines 90--100 it does look rather like the fdl-notice is being
dropped into the documentation regardless of what actually appears inside
the  tag.

Ben.

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

Versions of packages kdelibs-bin depends on:
ii  kdelibs4c2a  4:3.5.1-2   core libraries for all KDE applica
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-4   The Network Audio System (NAS). (s
ii  libbz2-1.0   1.0.3-2 high-quality block-sorting file co
ii  libc62.3.6-1 GNU C Library: Shared libraries an
ii  libcupsys2   1.1.23-15   Common UNIX Printing System(tm) - 
ii  libfontconfig1   2.3.2-2 generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-9   GCC support library
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libjpeg626b-11   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libqt3-mt3:3.3.5-3   Qt GUI Library (Threaded runtime v
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libstdc++6   4.0.2-9 The GNU Standard C++ Library v3
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxft2  2.1.8.2-3   FreeType-based font drawing librar
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-1 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  libxslt1.1   1.1.15-3XSLT processing library - runtime 
ii  libxt6   6.9.0.dfsg.1-4  X Toolkit Intrinsics
ii  menu-xdg 0.2.2   freedesktop.org menu compliant win
ii  perl 5.8.8-2 Larry Wall's Practical Extraction 
ii  python   2.3.5-5 An interactive high-level object-o
ii  zlib1g   1:1.2.3-9   compression library - runtime

Versions of packages kdelibs-bin recommends:
ii  perl-suid 5.8.8-2Runs setuid Perl scripts

-- no debconf information


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



Bug#333962: Bug#353307: dovecot: 1.0.beta2-1 doesn't include deliver, previous version did

2006-02-20 Thread Jacob Elder

On Feb 20, 2006, at 9:31 AM, Jaldhar H. Vyas wrote:


On Fri, 17 Feb 2006, Fabio Tranchitella wrote:

Il giorno ven, 17/02/2006 alle 16.59 +, Alex Pimperton ha  
scritto:
I second the part about having dovecot-lda packaged, I'd really  
like the

seive support it introduces.


I've prepared the packages with both dovecot-lda and drac support,  
but

considering that I don't use these things I'd prefer if somebody
could try them and give me some feedback.

http://people.debian.org/~kobold/dovecot/



Has anyone had a chance to test Fabios packages yet?  We would  
really like to get this version uploaded ASAP.


btw, we will probably have to drop the drac support for the time  
being as Debians' drac package is a bit broken.  Hopefully that  
will get resolved soon.


--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
La Salle Debain - http://www.braincells.com/debian/



The sieve component is working for me so far in my limited test. Here  
is the ~/.dovecot.sieve I am using.


require ["fileinto", "vacation"];

if allof (
address :localpart :is "to" "diffmon",
address :domain :matches "to" "*.trec.us"
) {
fileinto "INBOX.Configuration Changes";
}

if allof (
address :localpart :is "to" "backup",
address :domain :matches "to" "*.trec.us"
) {
fileinto "INBOX.TapeWare";
}

if header :matches "subject" "[SNORT]*" {
fileinto "INBOX.Snort";
}

if exists "X-Cron-Env" {
fileinto "INBOX.Cron";
}

vacation
:days 1
:subject "Automatic Reply"
:addresses "[EMAIL PROTECTED]"
"Your messages has been received and I will get back to you as soon  
as possible


--
Jacob Elder
";

if address :is "to" "[EMAIL PROTECTED]" {
fileinto "INBOX.Postfix";
}

Pretty neat. I think it deserves more testing but the package itself  
looks good.


--
Jacob Elder







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



Bug#333962: Bug#353307: dovecot: 1.0.beta2-1 doesn't include deliver, previous version did

2006-02-20 Thread Jaldhar H. Vyas

On Mon, 20 Feb 2006, Jacob Elder wrote:

The sieve component is working for me so far in my limited test. Here is the 
~/.dovecot.sieve I am using.




That's good enough for me! :-)  I am uploading 1.0beta3-1 now and it will
be available in unstable tomorrow evening.

--
Jaldhar H. Vyas <[EMAIL PROTECTED]>
La Salle Debain - http://www.braincells.com/debian/


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



Bug#353813: passwd.config fails when root password is '!'

2006-02-20 Thread Vagrant Cascadian
Package: passwd
Version: 4.0.14-6
Severity: important
Tags: patch

i found that when root password is set to '!', passwd.config seems to
fail with the error message:

Shadow passwords are now on.
/var/lib/dpkg/info/passwd.config: line 41: [: too many arguments
/var/lib/dpkg/info/passwd.config: line 41: [: too many arguments

the following patch gets it to work, and is a little more POSIX, to
boot.

--- passwd.config.old   2006-02-20 20:02:27.079896858 -0800
+++ passwd.config   2006-02-20 20:01:22.265376554 -0800
@@ -38,8 +38,8 @@
fi

if [ -e /etc/shadow ] && \
-  [ "`grep ^root: /etc/shadow | cut -d : -f 2`" -a \
-"`grep ^root: /etc/shadow | cut -d : -f 2`" != '*' ]; then
+  [ "`grep ^root: /etc/shadow | cut -d : -f 2`" ] && \
+  [ "`grep ^root: /etc/shadow | cut -d : -f 2`" != '*' ]; then
return 0
fi

live well,
  vagrant


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



Bug#348703: zeroconf causes boot stall

2006-02-20 Thread Ross Johnson

Here's my experience ...

When I upgraded to unstable this weekend, my boot stopped right after 
running my firewall (iptables) scripts, which I called from 
/etc/dhcp3/dhclient-exit-hooks.d after there is a $new_ip_address for a 
non-private IP address.  In a panic, I found that unplugging/replugging 
the ethernet connection to the modem (causing a few down/up warnings) 
coaxed things to get moving again.  After I removed zeroconf, booting no 
longer stalled and things appeared to work as before.


Zeroconf was installed due to a recommend from libnss-mdns, depend from 
kdnssd, depend from kdenetwork, depend from kde.  dselect let me remove 
zeroconf after a warning.


Ross


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



Bug#353809: initramfs-tools: Silently destroys yaird initrd image on package update

2006-02-20 Thread Steve Langasek
On Tue, Feb 21, 2006 at 04:15:02AM +0100, Jonas Smedegaard wrote:
> Package: initramfs-tools
> Version: 0.52b
> Severity: critical
> Justification: breaks unrelated software

Um.  How does this "break unrelated software"?  It doesn't respect the
policy set in /etc/kernel-img.conf, and it overwrites the initrd image
without asking, but what *broke*?

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


signature.asc
Description: Digital signature


Bug#353812: libdb4.4: DB_ENV->open fails with mutex error (when not using tls)

2006-02-20 Thread david
Package: libdb4.4
Version: 4.4.20-2
Severity: important


I just upgraded three systems and now Berkeley Database application
will only run when using tls libraries.  When compiling it statically,
with a 2.4 kernel, or specifying to use 2.4 libaries it fails to
create a database environment.  I wrote a little program to
demonstrate this.  It takes the argument of an empty directory.

I jumped a few libdb revisions when upgrading, so I don't know what
revision broke it.

SubSpace:~/programming/c/pam_module/firewall/test$ LD_ASSUME_KERNEL=2.4 
./env_open db_dir
creating environment
verbose DB_VERB_DEADLOCK
verbose DB_VERB_RECOVERY
verbose DB_VERB_REGISTER
verbose DB_VERB_REPLICATION
verbose DB_VERB_WAITSFOR
unable to initialize mutex: Function not implemented
PANIC: Function not implemented
unable to join the environment
Error opening environment: DB_RUNRECOVERY: Fatal error, run database recovery
SubSpace:~/programming/c/pam_module/firewall/test$ ls db_dir
SubSpace:~/programming/c/pam_module/firewall/test$ ./env_open db_dir
creating environment
verbose DB_VERB_DEADLOCK
verbose DB_VERB_RECOVERY
verbose DB_VERB_REGISTER
verbose DB_VERB_REPLICATION
verbose DB_VERB_WAITSFOR
opening environment
closing environment
SubSpace:~/programming/c/pam_module/firewall/test$ ldd env_open
linux-gate.so.1 =>  (0xe000)
libdb-4.4.so => /usr/lib/libdb-4.4.so (0xb7deb000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7dd8000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7ca)
/lib/ld-linux.so.2 (0xb7ef9000)
SubSpace:~/programming/c/pam_module/firewall/test$ LD_ASSUME_KERNEL=2.4 ldd 
env_open
linux-gate.so.1 =>  (0xe000)
libdb-4.4.so => /usr/lib/libdb-4.4.so (0xb7e8b000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7e37000)
libc.so.6 => /lib/libc.so.6 (0xb7d13000)
/lib/ld-linux.so.2 (0xb7f99000)

Makefile

CFLAGS=-g -Wall
LDFLAGS=-ldb -lpthread

env_open:


env_open.c

#include 
#include 
#include 
#include 

void error_exit(const char *msg, int result)
{
if(!result)
{
printf("%s\n", msg);
return;
}

fprintf(stderr, "Error %s: %s\n", msg, db_strerror(result));
exit(1);
}

int main(int argc, char **argv)
{
DB_ENV *db_environ;
const char *db_home;
if(argc<2)
{
fprintf(stdout, "Usage: %s  db_dir\n", argv[0]);
return 1;
}
db_home=argv[1];
error_exit("creating environment", db_env_create(&db_environ, 0));
db_environ->set_errfile(db_environ, stderr);
error_exit("verbose DB_VERB_DEADLOCK", db_environ->set_verbose(
db_environ, DB_VERB_DEADLOCK, 1));
error_exit("verbose DB_VERB_RECOVERY", db_environ->set_verbose(
db_environ, DB_VERB_RECOVERY, 1));
error_exit("verbose DB_VERB_REGISTER", db_environ->set_verbose(
db_environ, DB_VERB_REGISTER, 1));
error_exit("verbose DB_VERB_REPLICATION", db_environ->set_verbose(
db_environ, DB_VERB_REPLICATION, 1));
error_exit("verbose DB_VERB_WAITSFOR", db_environ->set_verbose(
db_environ, DB_VERB_WAITSFOR, 1));
error_exit("opening environment", db_environ->open(db_environ, db_home,
DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL, 0600));
error_exit("closing environment", db_environ->close(db_environ, 0));
return 0;
}



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

Versions of packages libdb4.4 depends on:
ii  libc6 2.3.6-1GNU C Library: Shared libraries an

libdb4.4 recommends no packages.

-- no debconf information


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



Bug#353811: quick tab color changer

2006-02-20 Thread Clint Adams
Package: gnumeric
Version: 1.6.2-1
Severity: wishlist

Right now, if I right-click on a workbook tab, I can go to "Manage
sheets", then scroll down to the worksheet on which I was just
right-clicking, I can click on the paint-can dropdown and change the
tab's color.

I would like a shorter way to do this, f.ex. right-click, "Tab color",
select color.


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



Bug#353810: validation inadequacy

2006-02-20 Thread Clint Adams
Package: gnumeric
Version: 1.6.2-1

When importing an Excel 97 spreadsheet with a situation similar to the
following, the validation criteria get mangled.

In Excel, several cells are marked with validation settings to allow a
List.  The Source is

Alpha, Beta, Gamma

"Ignore blank" and "In-cell dropdown" are checked.

When loading into gnumeric, the validation settings for the cells become
Allow in a list
with a Source of

"Alpha"

"Ignore blank" is checked.

gnumeric proceeds to enforce these settings, only allowing a value of
"Alpha".  If I try to change the source to

"Alpha", "Beta", "Gamma"

gnumeric pops up the dialog saying "The validation criteria are
unusable. Disable validation?"


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



Bug#353808: smtm: column title alignment wrong when running under ion3

2006-02-20 Thread Dirk Eddelbuettel

On 21 February 2006 at 11:10, [EMAIL PROTECTED] wrote:
| Package: smtm
| Version: 1.6.8
| Severity: normal
| 
| When running smtm under ion3, the column title of the stock quote window
| are all wrong. This could also be the problem of ion3(as it is not a
| floating style).

I very much suspect so. smtm has worked fine for me under different window
managers, and even operating systems. 

I would have no idea would to parameterize differently for your issue. Do
other perl-tk or tcl-tk look better?  If not, then it may well be an ion3
issue. 

Dirk

| 
| -- System Information:
| Debian Release: testing/unstable
|   APT prefers unstable
|   APT policy: (500, 'unstable'), (500, 'stable')
| Architecture: i386 (i686)
| Shell:  /bin/sh linked to /bin/bash
| Kernel: Linux 2.4.32-xbox-chimpanzee-vs-ll
| Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
| 
| Versions of packages smtm depends on:
| ii  libdate-manip-perl   5.44-2  a perl library for manipulating 
da
| ii  libfinance-yahooquote-perl   0.21.1  Perl module for retrieving stock 
q
| ii  perl [libmime-base64-perl]   5.8.8-2 Larry Wall's Practical 
Extraction 
| ii  perl-tk  1:804.027-4 Perl module providing the Tk 
graph
| 
| smtm recommends no packages.
| 
| -- no debconf information
| 

-- 
Hell, there are no rules here - we're trying to accomplish something. 
  -- Thomas A. Edison


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



Bug#352729: ITP: cairomm -- C++ wrappers for Cairo

2006-02-20 Thread Dave Beckett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Danilo Piazzalunga wrote:
> Package: wnpp
> Version: N/A; reported 2006-02-13
> Severity: wishlist
> Owner: Danilo Piazzalunga <[EMAIL PROTECTED]>
> 
> * Package name: cairomm
>   Version : 0.5.0
>   Upstream Authors: Murray Cumming <[EMAIL PROTECTED]>
> The cairomm Development Team
> * URL : http://www.cairographics.org/cairomm
> * License : LGPL
>   Description : C++ wrappers for Cairo
> 
> cairomm provides C++ bindings for the Cairo graphics library,
> a multi-platform library providing anti-aliased vector-based
> rendering for multiple target backends.

I'm the maintainer of the core cairo packages for debian.It is a
supported API which is a good reason to package it.

If you want this in Debian and can do the packaging, I might be able to
sponsor it for you.  I'm not really a C++ developer so I would mostly be
only checking it on the packaging side of things.

Dave
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD+ou7Q+ySUE9xlVoRAljoAKCoI5NbH0oO1cAgghqU+pLaeZoZjwCfaLas
RUVNBMYwA0EZpNnZGpfJaUo=
=iP75
-END PGP SIGNATURE-


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



Bug#321233: amarok: Crashes on clicking analyzer

2006-02-20 Thread Adeodato Simó
close 321233 1.3.3-1
found 321233 1.3.8-1
thanks

> reopen 321233
> version 1.3.8-1
> thanks

  So that you know, you should have used the 'found' line above.

> Hi,

> it seems this bug has reappeared. I'm running the latest unstable. And when
> I click into the Analyzer area, after the 4th click (beginning with the
> default Analyzer), the UI completely disappears.

  Would you be willing to try with amarok 1.4-beta1 from experimental?

  Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Proper treatment will cure a cold in seven days, but left to itself, a
cold will hang on for a week.
-- Darrell Huff



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



Bug#353045: The symbol is referenced from...

2006-02-20 Thread Sam Morris
I changed the declaration of put_be32's prototype to be conditional on
the definition of CONFIG_MUXERS and so found out that the symbol is
referenced from:

 png.c: In function 'png_write_chunk':
 png.c:660: warning: implicit declaration of function 'put_be32'
 rtp.c: In function 'rtcp_send_sr':
 rtp.c:578: warning: implicit declaration of function 'put_be32'

These functions use a bunch of similar symbols that are all condifional
on CONFIG_MUXERS: put_byte, put_be16, put_be32, put_be64,
put_flush_packet and put_le32.

So, either:
 * CONFIG_MUXERS should not be set blindly to the same value as CONFIG_ENCODERS
 * The function prototypes for these functions in avio.h should be
   conditional, and png_write_chunk and rtcp_send_sr should not use them
 * The definitions for these functions in aviobuf.c should *not* be
   conditional
 * Something else that may be obvious to someone who knows anything
   about ffmpeg ;)

-- 
Sam Morris
http://robots.org.uk/

PGP key id 5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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



Bug#349784: Krusader: Test krusader-1.70.0 to see if it solves bug#349784

2006-02-20 Thread Scott

Frank Schoolmeesters spake thusly on 02/19/2006 02:43 AM:

Hi,

Maybe you like to download the unofficial 1.70.0 deb package
and check if it solves this issue.
http://krusader.sourceforge.net/downloads.php
"powadha" reported that it solves the issue at
http://krusader.sourceforge.net/phpBB/viewtopic.php?t=1473
Any feedback to solve this issue is welcome.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349784

I hope that an official deb package for 1.70.0 will become soon
available. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352574

kind regards,

Frank Schoolmeesters
http://www.krusader.org


Thanks for your reply. I apologize for not getting back to you sooner. 
I just downloaded the package for Debian Sid from your site and tried to 
install it.


$ sudo dpkg -i krusader_1.70.0-1sid0_i386.deb
(Reading database ... 316292 files and directories currently installed.)
Preparing to replace krusader 1.60.0-3.1 (using 
krusader_1.70.0-1sid0_i386.deb) ...

Unpacking replacement krusader ...
dpkg: dependency problems prevent configuration of krusader:
 krusader depends on libkjsembed1 (>= 4:3.4.3); however:
  Package libkjsembed1 is not installed.
dpkg: error processing krusader (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 krusader
$

So then I

$ sudo apt-get install libkjsembed

And that fixed it.  I'm thinking that perhaps libkjsembed is a missing 
dependency in the current version in sid?



--
Scott
www.angrykeyboarder.com
© 2006 angrykeyboarder™ & Elmer Fudd. All Wights Wesewved




Bug#353809: initramfs-tools: Silently destroys yaird initrd image on package update

2006-02-20 Thread Jonas Smedegaard
Package: initramfs-tools
Version: 0.52b
Severity: critical
Justification: breaks unrelated software

I have both initramfs-tools and yaird installed on my system.

Yaird is explicitly defined as the default to use in /etc/kernel-img.conf.

Updating to initramfs-tools an hour ago my yaird-generated initrd image
was silently overwritten with an image generated by initramfs-tools.

That's BAD!


I believe the best long-term solution to this is for a separately packaged
kernel-install-helper tool to be considered the owner of initrd images,
instead of each ramdisk-generator trying to be smart about them.

I believe best approach to a kernel-install-helper is for Manoj to find
time to move the kernel-package maintainer scripts out into such tool.


Until then I see no sane way of non-interactively replacing initrd images
not created by same package.


 - Jonas

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (100, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages initramfs-tools depends on:
ii  busybox   1:1.01-4   Tiny utilities for small and embed
ii  cpio  2.6-10 GNU cpio -- a program to manage ar
ii  klibc-utils   1.2.2-3small statically-linked utilities 
ii  udev  0.084-5/dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information


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



Bug#353808: smtm: column title alignment wrong when running under ion3

2006-02-20 Thread linux
Package: smtm
Version: 1.6.8
Severity: normal

When running smtm under ion3, the column title of the stock quote window
are all wrong. This could also be the problem of ion3(as it is not a
floating style).

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

Versions of packages smtm depends on:
ii  libdate-manip-perl   5.44-2  a perl library for manipulating da
ii  libfinance-yahooquote-perl   0.21.1  Perl module for retrieving stock q
ii  perl [libmime-base64-perl]   5.8.8-2 Larry Wall's Practical Extraction 
ii  perl-tk  1:804.027-4 Perl module providing the Tk graph

smtm recommends no packages.

-- no debconf information


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



Bug#353807: broken pipe during aptitude dist-upgrade from stable to sid

2006-02-20 Thread Amadan Korvin
Package: kdebase-kio-plugins
Version: 4.3.5.1-1

when attempting an upgrade from sarge to sid using aptitude, errors
occur as follows:

dpkg: error processing
/var/cache/apt/archives/kdemultimedia-kio-plugins+4%3a3.5.1-1_i386.deb
(--unpack):
trying to overwrite
'/usr/share/doc/kde/HTML/en/kioslave/audiocd.docbook' which is also in
package kdebase-kio-plugins
Errors were encountered while processing:
/var/cache/apt/archives/kdemultimedia-kio-plugins_4%3a3.5.1-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

this makes the upgrade impossible

adam



Bug#353806: broken pipe during aptitude dist-upgrade from stable to sid

2006-02-20 Thread Amadan Korvin
Package: kdemultimedia-kio-plugins
Version: 4.3.5.1-1

when attempting an upgrade from sarge to sid using aptitude, errors
occur as follows:

dpkg: error processing
/var/cache/apt/archives/kdemultimedia-kio-plugins+4%3a3.5.1-1_i386.deb
(--unpack):
trying to overwrite
'/usr/share/doc/kde/HTML/en/kioslave/audiocd.docbook' which is also in
package kdebase-kio-plugins
Errors were encountered while processing:
/var/cache/apt/archives/kdemultimedia-kio-plugins_4%3a3.5.1-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

this makes the upgrade impossible

adam



Bug#353805: libapache2-mod-python: Source package does not build.

2006-02-20 Thread jeremy avnet
Package: libapache2-mod-python
Version: 3.1.3-3
Severity: serious
Justification: no longer builds from source


The ./configure file appears to be broken. Since this failure happens
early on, I'm pasting the full output bellow:

$ sudo apt-get source -b libapache2-mod-python
Reading package lists... Done
Building dependency tree... Done
Skipping already downloaded file 'libapache2-mod-python_3.1.3-3.dsc'
Skipping already downloaded file 'libapache2-mod-python_3.1.3.orig.tar.gz'
Skipping already downloaded file 'libapache2-mod-python_3.1.3-3.diff.gz'
Need to get 0B of source archives.
Skipping unpack of already unpacked source in libapache2-mod-python-3.1.3
dpkg-buildpackage: source package is libapache2-mod-python
dpkg-buildpackage: source version is 3.1.3-3
dpkg-buildpackage: source changed by Peter Hawkins <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture i386
 debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/usr/local/src/modpy/libapache2-mod-python-3.1.3'
make[1]: *** No rule to make target `distclean'.  Stop.
make[1]: Leaving directory `/usr/local/src/modpy/libapache2-mod-python-3.1.3'
make: [clean] Error 2 (ignored)
rm -f config.log
dh_clean
dh_clean: Compatibility levels before 4 are deprecated.
 debian/rules build
dh_testdir
# Add here commands to configure the package.
autoconf
# Don't configure here (see install)
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
# Don't build it here, see install
#/usr/bin/make
#/usr/bin/docbook-to-man debian/libapache-mod-python.sgml > 
libapache-mod-python.1
touch build-stamp
 debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_clean: Compatibility levels before 4 are deprecated.
dh_installdirs
dh_installdirs: Compatibility levels before 4 are deprecated.
# Add here commands to install the package into debian/libapache-mod-python.
#/usr/bin/make install 
DESTDIR=/usr/local/src/modpy/libapache2-mod-python-3.1.3/debian/libapache-mod-python
# python 2.2
rm -f config.cache config.status
export PYTHON_BIN=/usr/bin/python2.2
env PYTHON_BIN=/usr/bin/python2.2 \
./configure --with-apxs=/usr/bin/apxs2 --prefix=/usr \
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info \
--with-python-version=2.2
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for main in -lm... yes
checking for an ANSI C-conforming const... yes
checking your blood pressure... a bit high, but we can proceed
configure: checking whether apxs is available...
checking for --with-apxs... /usr/bin/apxs2 executable, good
checking for Apache libexec directory... /usr/lib/apache2/modules
checking for Apache include directory... -I/usr/include/apache2
checking for --with-python... no
checking Python version... 2.2
checking Python install prefix... /usr
checking for Py_NewInterpreter in -lpython2.2... yes
checking what libraries Python was linked with... -lpython2.2   -ldl  -lpthread 
-lutil   -lm  
checking linker flags used to link Python... 
checking where Python include files are... -I/usr/include/python2.2
./configure: line 3214: syntax error near unexpected token `('
./configure: line 3214: `  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`'
make: [install] Error 2 (ignored)
/usr/bin/make clean && /usr/bin/make
make[1]: Entering directory `/usr/local/src/modpy/libapache2-mod-python-3.1.3'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/usr/local/src/modpy/libapache2-mod-python-3.1.3'
make: *** [install] Error 2
Build command 'cd libapache2-mod-python-3.1.3 && dpkg-buildpackage -b -uc' 
failed.
E: Child process failed

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

Versions of packages libapache2-mod-python depends on:
ii  libapache2-mod-python2.3  3.1.3-3An Apache 2 module that embeds Pyt
ii  python2.3.5-5An interactive high-level object-o

libapache2-mod-python recommends no packages.

-- no debconf information


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



Bug#352838: "circular dependency" bug gone in CVS, segfaults instead

2006-02-20 Thread Thomas Bleher
* Thomas Bleher <[EMAIL PROTECTED]> [2006-02-21 02:47]:
> I just built the latest make from CVS; it seems to fix this particular
> bug and the compilation proceeds further than before.
> Unfortunately make later segfaults (see
> https://savannah.gnu.org/bugs/?func=detailitem&item_id=15818 ).

Well, it seems like I was wrong; the segfault is already fixed (very
responsive upstream!) but the circular dependency issue remains. I
forwarded[*1*] all the info I had so hopefully upstream can make sense
of it.

Thomas

*1*: https://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=13529


signature.asc
Description: Digital signature


Bug#353045: Info about the missing symbol (put_be32)

2006-02-20 Thread Sam Morris
put_be32 is defined in 'gst-libs/ext/ffmpeg/libavformat/aviobuf.c'. It
is wrapped by #ifdef CONFIG_MUXERS. From gst-libs/ext/ffmpeg/configure.ac:

 AC_FF_ALLOW_DISABLE(CONFIG_ENCODERS, encoders, compilation of encoders)
 CONFIG_MUXERS=$CONFIG_ENCODERS

So it's the --disable-encoders argument to configure that is breaking the
package.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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



Bug#343775: libnss-mysql: Does not work after upgrade

2006-02-20 Thread Guillaume Morin
close 343775
thanks

On 20 Feb 16:18, Steve Langasek wrote:
> reopen 343775
> thanks
> 
> Confirmed.  This package wrongly hard-codes a dependency on
> libmysqlclient12 in debian/control.  Please do not bypass the shlibs
> mechanism for ELF dependencies.

I already uploaded an update.  Please check the upload queue before
reopening a bug.

I do not remember why the dependency is hardcoded.  Either there was a
good reason for that, or I overwrote it by mistake, I'll take a look.

Guillaume.

-- 
Guillaume Morin <[EMAIL PROTECTED]>

  Et si je suis bien que si j'ai bu, tant pis (Cornu)


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



Bug#350305: fails to find ipod after firmware-update (ipod-mini 1.4.1)

2006-02-20 Thread Adeodato Simó

* Bastian Venthur [Sat, 28 Jan 2006 19:40:06 +0100]:

Hi,

> Subject: fails to find ipod after firmware-update (ipod-mini 1.4.1)
> Package: amarok
> Version: 1.3.8-1
> Severity: normal

> When the "iPod_Control" folder in your top-level ipod-dir is missing, amarok 
> does not find the ipod anymore.

> How to reproduce:
> 1) format your ipod (vfat)
> 2) upgrade the firmware (1.4.1)

> After this, the iPod_Control folder is missing and amarok does not find the 
> ipod. Note, that the "Artwok", "Device" and "Notes" folders are *not* missing 
> after the procedure described above -- so I guess the ipod-fs is in a legal 
> state and amarok is to blame.

> Workaround:
> Use gtkpod to copy at least one song to your ipod -- it will create the 
> iPod_Control folder and all subfolders to the ipod and amarok will find the 
> ipod again afterwards.

  As I understand it, starting with amaroK 1.4, iPod support is done via
  libgpod0, instead of native. Since this library is what gtkpod itself
  uses, I think that perhaps amaroK 1.4 is capable of handling this
  gracefully.

  Bastian, would you be willing to test this with amarok 1.4-beta1 from
  experimental, and write back saying if it fixes?

  Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
   Listening to: Los Piratas - Equilibrio [acústico]



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



Bug#353804: INTL: polish translation

2006-02-20 Thread Emil Nowak
Package: eagle-usb
Severity: minor
Tags: l10n, patch

Here is polish translation for eagle-usb debconf templates.


eagle-usb_2.1.1-2_templates.pl.po.gz
Description: GNU Zip compressed data


Bug#353803: Typographical errors in ntpd manual page

2006-02-20 Thread Matt Kraai
Package: ntp
Version: 1:4.2.0a+stable-8.1
Severity: minor
Tags: patch

There are some typographical problems in the ntpd manual page which
cause the -A and -v options to be displayed at the end of the
preceding paragraphs instead of on lines of their own.  The attached
patch fixes this (though there may be a better way to fix the -v
problem).

-- 
Matt
diff -ru ntp-4.2.0a+stable-orig/debian/ntpd.1 ntp-4.2.0a+stable/debian/ntpd.1
--- ntp-4.2.0a+stable-orig/debian/ntpd.12006-02-20 18:31:17.0 
-0800
+++ ntp-4.2.0a+stable/debian/ntpd.1 2006-02-20 18:33:16.0 -0800
@@ -78,8 +78,8 @@
 .TP
 .I -a
 Enable authentication mode (default).
-.I -A
 .TP
+.I -A
 Disable authentication mode.
 .TP
 .I -b
@@ -136,7 +136,7 @@
 .TP
 .I -t key
 Add a key number to the trusted key list.
-.T
+.TP
 .I -v variable
 .TP
 .I -V variable


signature.asc
Description: Digital signature


Bug#353802: ITP: gcom -- Option GlobeTrotter and Vodafone datacard control tool

2006-02-20 Thread Andreas Gredler
Package: wnpp
Severity: wishlist
Owner: Andreas Gredler <[EMAIL PROTECTED]>

* Package name: gcom
  Version : 0.3
  Upstream Author : Paul Hardwick <[EMAIL PROTECTED]>
* URL : http://www.pharscape.org/content/view/46/70/
* License : GPL
  Description : Option GlobeTrotter and Vodafone datacard control tool

Gcom is a scripting language interpreter useful for establishing
communications on serial lines and through PCMCIA modems as well as
GPRS and 3G datacards. Works with Option GlobeTrotter
GPRS/EDGE/3G/HSDPA and Vodafone 3G/GPRS datacards.



I also want to package the kernel modules but have to get more
experience/knowledge with the creation of kernel packages, first.

greets Jimmy

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


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



Bug#353735: libct3: sqsh SIGSEGV when select-ing a columnt of type "datetime"

2006-02-20 Thread Adam Conrad
Tomasz Noinski wrote:
> 
> I wanted to use sqsh to connect to a Sybase database (ASE-15.0) and it
> segfaulted after:
> "select * from sysdatabases"
> gdb says it was in strftime_r. It was the same for "select crdate from
> sysdatabases", but it worked for columnt of other types.
>
[...]
> 
> Everything seems to work with libct3 from a debian source package from sid 
> with
> reverted patches on files:
> src/tds/locale.c
> src/tds/mem.c
> include/tds.h

Steve, this looks like more fallout from the locale munging patch that
we've been carrying around forever (and has caused other complaints,
such as malformed dates returned from queries).  Did you have plans to
review this patch and either drop it or fix it?

If not, I may try to find the offending bits and just revert the patch
wholesale.

... Adam


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



Bug#352838: "circular dependency" bug gone in CVS, segfaults instead

2006-02-20 Thread Thomas Bleher
I just built the latest make from CVS; it seems to fix this particular
bug and the compilition proceeds further than before.
Unfortunately make later segfaults (see
https://savannah.gnu.org/bugs/?func=detailitem&item_id=15818 ).

Regards,
Thomas



signature.asc
Description: Digital signature


Bug#305943: gnome-volume-control: volume must be adjusted after being unmuted

2006-02-20 Thread Matt Kraai
On Mon, Feb 20, 2006 at 05:24:06PM +0100, Loïc Minier wrote:
> On jeu, fév 16, 2006, Loïc Minier wrote:
> >  Does this still happen?  Are you using ALSA or OSS?
> >  (gstreamer-properties in gnome-media will help you choosing between
> >  these).

No, the volume seems to be preserved across reboots now.  I'm using
the ESD - Enlightened Sound Daemon as the Default Sink for Audio,
according to the Multimedia Systems Selector.

>  Also, do you have alsa-utils installed?

No.

-- 
Matt


signature.asc
Description: Digital signature


Bug#102186: is it you?

2006-02-20 Thread Jodie

Do not ignore me please,
I found your email somewhere and now decided to write you.
I am coming to your place in few weeks and thought we 
can meet each other. Let me know if you do not mind.
I am a nice pretty girl. Don't reply to this email. 
Email me direclty at [EMAIL PROTECTED]





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



Bug#353801: epiphany-browser: epiphany-browser does not start with error "undefined symbol: FT_GlyphSlot_Embolden"

2006-02-20 Thread Joo-won Jung
Package: epiphany-browser
Version: 1.8.3-3
Severity: normal


I'm using etch. After upgrade, I found that epiphany does not start.
The error message in .xsession-errors is as follows:

/usr/bin/epiphany: symbol lookup error: /usr/lib/libXft.so.2: undefined symbol: 
FT_GlyphSlot_Embolden
*** WARNING *** The programme 'epiphany' uses the HOWL compatiblity layer of 
Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see 


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

Versions of packages epiphany-browser depends on:
ii  gconf2 2.12.1-9  GNOME configuration database syste
ii  gnome-icon-theme   2.12.1-2  GNOME Desktop icon theme
ii  iso-codes  0.49-1ISO language, territory, currency 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.10.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.10.1-2  The Bonobo UI library
ii  libc6  2.3.5-13  GNU C Library: Shared libraries an
ii  libcairo2  1.0.2-3   The Cairo 2D vector graphics libra
ii  libdbus-1-20.60-5simple interprocess messaging syst
ii  libdbus-glib-1-2   0.60-5simple interprocess messaging syst
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libgcc11:4.0.2-8 GCC support library
ii  libgconf2-42.12.1-9  GNOME configuration database syste
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.8.6-1   The GLib library of C routines
ii  libgnome-desktop-2 2.12.2-2  Utility library for loading .deskt
ii  libgnome2-02.12.0.1-5The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.12.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-3  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-2  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.10.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.12.2-5  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.10-1  The GTK+ graphical user interface 
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  liborbit2  1:2.12.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.10.3-1  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libstartup-notificatio 0.8-1 library for program launch feedbac
ii  libstdc++6 4.0.2-8   The GNU Standard C++ Library v3
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxcursor11.1.3-1   X cursor management library
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxi6 6.9.0.dfsg.1-4X Window System Input extension li
ii  libxinerama1   6.9.0.dfsg.1-4X Window System multi-head display
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxrandr2 6.9.0.dfsg.1-4X Window System Resize, Rotate and
ii  libxrender11:0.9.0.2-1   X Rendering Extension client libra
ii  libxslt1.1 1.1.15-2  XSLT processing library - runtime 
ii  mozilla-browser2:1.7.12-1.1  The Mozilla Internet application s
ii  mozilla-psm2:1.7.12-1.1  The Mozilla Internet application s
ii  zlib1g 1:1.2.3-9 compression library - runtime

Versions of packages epiphany-browser recommends:
ii  epiphany-extensions   1.8.2-3Extensions for Epiphany web browse
ii  yelp  2.12.2-2   Help browser for GNOME 2

-- no debconf information


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



Bug#353800: apt: Apt refuses to authenticate any package from verified sources

2006-02-20 Thread Barrie Millar
Package: apt
Version: 0.6.43.2
Severity: normal


Hi
  
I have recently upgraded Apt to the newest version from the one contained in
Sarge version 3.1r0. Despite having installed the correct keys for the
Debian archives as well as the package debian-archive-keyring, I am getting
unauthenticated warnings for all packages downloaded from Debian servers.  

A couple of examples are shown below

WARNING: The following packages cannot be authenticated!
  libsmpeg0 libopenal0 libsdl-net1.2 scorched3d-data scorched3d

WARNING: The following packages cannot be authenticated!
  gaim gaim-data

This would be relatively normal error if the 2006 key was missing for the
Debian archives. However, this is not the case in this example and no errors
are produced by "apt-get update". I'm at a loss to explain this problem and 
therefore assume it must be a bug with apt. I'm submitted it here for that  
reason.

Thanks

Regards,

Barrie


-- Package-specific info:

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


-- (/etc/apt/sources.list present, but not submitted) --


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

Versions of packages apt depends on:
ii  libc6 2.3.5-8.1  GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3

Versions of packages apt recommends:
ii  debian-archive-keyring2006.01.18 GnuPG archive keys of the Debian a

-- no debconf information


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



Bug#353785: wide-dhcpv6: [INTL:sv] Swedish debconf templates translation

2006-02-20 Thread Jeremie Corbier
The debconf templates are about to deeply change tomorrow or the day
after tomorrow. I'm glad you're interested in translating this package
and I'm really sorry about this templating hiccup. This is my first
package and I've got feedback about my templates only today.

Regards,

-- 
Jérémie



signature.asc
Description: OpenPGP digital signature


Bug#353706: meld: Same bug symptoms in other packages

2006-02-20 Thread Takis Diakoumis
Package: meld
Version: 1.1.2-1
Followup-For: Bug #353706

i have also noticed this exact same behaviour with meld.
i thought i'd add that some other apps are behaving in the same way 
(hal-device-manager is one) so an obvious library issue.

some further info that may assist (or not): output of ldd 
/usr/lib/libXft.so.2

# ldd /usr/lib/libXft.so.2
linux-gate.so.1 =>  (0xe000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7ebc000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7e4f000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7e3b000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7e32000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7d67000)
libc.so.6 => /lib/tls/libc.so.6 (0xb7c2f000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb7c0f000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7c0b000)
/lib/ld-linux.so.2 (0x8000)

thanks

Takis

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

Versions of packages meld depends on:
ii  python2.3.5-5An interactive high-level
object-o
ii  python-glade2 2.8.2-3GTK+ bindings: Glade
support
ii  python-gnome2 2.10.0-4   Python bindings for the
GNOME desk
ii  python-gtk2   2.8.2-3Python bindings for the GTK
+ widge

Versions of packages meld recommends:
ii  python-gnome2-extras  2.12.1-2.1 Python bindings for the
GNOME desk

-- no debconf information




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



Bug#353359: pop-before-smtp is in need of an update: 1.39 is the latest

2006-02-20 Thread Wayne Davison
Some significant changes in timestamp handling were just recently
finished, so I went ahead and released version 1.40.  FYI.

..wayne..


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



Bug#353799: /usr/bin/dvips: dvips -pp option fails with multiple ranges

2006-02-20 Thread Ross Boylan
Package: tetex-bin
Version: 3.0-13
Severity: normal
File: /usr/bin/dvips

I gave this command
dvips -p 48-51,101-105 -f < mspath.dvi | lp
This produced every page from 48 on, violating the documented behavior
of this option in info and dvips --help, unless I'm misunderstanding.

I cut the printout off, but here's what showed at the terminal,
supporting the "everything after 48" theory:
This is dvips(k) 5.95a Copyright 2005 Radical Eye Software (www.radicaleye.com)
' TeX output 2005.10.27:1317' -> 
. 


[48] [49] [50] [51] 
[52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] 
[67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] 
[82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] 
[97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] 
[110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] 
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] 
[136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] 
[149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] 
[162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] 
[175] [176] [177] [178] [179] [180] [181] [182] [183] [184] 
[185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] 
[198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] 
[211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] 
[224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] 
[237] 
request id is lp-1163 (1 file(s))

Work-around: don't use multple ranges.

Possibly relevant is that the file has the first few TeX page numbers
repeat, for a table of contents.  But this stops well before p. 48,
which was accurately located.

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

Versions of packages tetex-bin depends on:
ii  debconf [debconf-2.0] 1.4.70 Debian configuration management sy
ii  debianutils   2.15.2 Miscellaneous utilities specific t
ii  dpkg  1.13.13package maintenance system for Deb
ii  ed0.2-20 The classic unix line editor
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.7-2.4  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-8  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libkpathsea4  3.0-13 path search library for teTeX (run
ii  libpaper1 1.1.14-5   Library for handling paper charact
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libpoppler0c2 0.4.4-1PDF rendering library
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.0.2-8The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxaw8   6.9.0.dfsg.1-4 X Athena widget set library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxmu6   6.9.0.dfsg.1-4 X Window System miscellaneous util
ii  libxp66.9.0.dfsg.1-4 X Window System printing extension
ii  libxpm4   6.9.0.dfsg.1-4 X pixmap library
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  mime-support  3.35-1 MIME files 'mime.types' & 'mailcap
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 
ii  sed   4.1.4-5The GNU sed stream editor
ii  tetex-base3.0-13 Basic library files of teTeX
ii  ucf   2.005  Update Configuration File: preserv
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages tetex-bin recommends:
ii  dialog1.0-20060126-1 Displays user-friendly dialog boxe
ii  libxml-parser-perl2.34-4 Perl module for parsing XML files
ii  perl-tk   1:804.027-4Perl module providing the Tk graph
ii  psutils   1.17-21A collection of PostScript documen

Bug#353798: gtranslator: improper use of GError

2006-02-20 Thread Emil Nowak
Package: gtranslator
Version: 1.1.6-3
Severity: normal

I was working with gtranslator and gtraslator crashed displaying this error
message:

(gtranslator:10039): GLib-WARNING **: GError set over the top of a previous 
GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before 
it's set.
The overwriting error message was: Invalid byte sequence in conversion input

I don't know correct recipe to reporoduce that. But as you can see upstream
authors made some error handling here. Unfortutnatly it seems that they didn't
used GError in the right way.

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

Versions of packages gtranslator depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaspell150.60.4-2  GNU Aspell spell-checker runtime l
ii  libatk1.0-01.10.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.10.1-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.10.1-2  The Bonobo UI library
ii  libc6  2.3.5-11  GNU C Library: Shared libraries an
ii  libgconf2-42.12.1-9  GNOME configuration database syste
ii  libglib2.0-0   2.8.6-1   The GLib library of C routines
ii  libgnome2-02.12.0.1-5The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.12.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.12.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.12.2-5  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.12-1  The GTK+ graphical user interface 
ii  libgtkspell0   2.0.10-3  a spell-checking addon for GTK's T
ii  libice66.9.0.dfsg.1-1Inter-Client Exchange library
ii  liborbit2  1:2.12.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.10.3-1  Layout and rendering of internatio
ii  libpopt0   1.7-5 lib for parsing cmdline parameters
ii  libsm6 6.9.0.dfsg.1-1X Window System Session Management
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  xlibs  6.9.0.dfsg.1-2X Window System client libraries m
ii  zlib1g 1:1.2.3-9 compression library - runtime

gtranslator recommends no packages.

-- no debconf information


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



Bug#353277: ndiswrapper in main

2006-02-20 Thread Raul Miller
On 2/20/06, Anthony Towns  wrote:
> AFAICS, this would come under the "overrule a developer (3:1 majority)"
> power.

That's a good point.

While there are technical issues here (such as: "what software does ndiswrapper
depend on?"), they are not the deciding issues.   The core issues are more like
"how will most people use ndiswrapper"?

Focusing on the technical aspects is probably the wrong thing to do in
this case.

--
Raul



Bug#353277: ndiswrapper in main

2006-02-20 Thread Anthony Towns
On Mon, Feb 20, 2006 at 05:36:13PM +0100, Robert Millan wrote:
> I requested that ndiswrapper and ndiswrapper-modules-i386 be moved to contrib.

ndiswrapper is a program to allow users to load Windows drivers for their
hardware and use them on Linux. The drivers are executed on the main CPU;
there are no free drivers that ndiswrapper is useful for, apart from a
single example driver that is a port of a driver already in the kernel.

We currently allow both emulators, that play non-free ROMs, and clients
for network protocols for which there is no non-free server into main.

ndiswrapper was accepted into main in November 2004.

AFAICS, this would come under the "overrule a developer (3:1 majority)"
power.

> The maintainer refuses to move it unless you rule a formal decision or a
> consensus is reached.  I think the latter is impossible, and therefore I ask 
> you
> to consider the issue.

While I would personally rather see the "contrib" demarkation cover
this, emulators, and clients for propietary protocols, I'm disinclined
to override both the maintainer and the ftpmaster that accepted it,
particularly on this single issue rather than as a global policy change
for those issues. I expect I'll either abstain or vote against.

Cheers,
aj



signature.asc
Description: Digital signature


Bug#352755: killing a ripper with ctrl-c leads to keyboard input being ignored

2006-02-20 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-02-21 00:17]:
> The reason for that is that jack_term.disable() is called, but nobody
> calls jack_term.enable()... adding this works.

But obviously we should only do this if we're not existing, otherwise
the display is broken afterwards...
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#325596: kernel-package: nvidia-kernel-source case

2006-02-20 Thread Matthieu Crapet
Package: kernel-package
Version: 10.035
Followup-For: Bug #325596

Greetings,

I reproducted it. For that, I will take the "nvidia-kernel-source"
package example. I have CONFIG_LOCALVERSION="-matt".

According to the documentation
(/usr/share/doc/nvidia-kernel-source/README.Debian), there is two ways to build
it. The first one uses headers only:

# export KSRC=/usr/src/linux
# uname -r
2.6.14-matt
# export KVERS=2.6.14-matt
# cd /usr/src/modules/nvidia-kernel
# debian/rules binary_modules

The .deb created is correct
(/CONTENTS/lib/modules/2.6.14-matt/nvidia/nvidia.ko).

The second method uses make-kpkg:

# cd /usr/src/linux
# make-kpkg modules_image

The scripts ends normally, but the path created is wrong
(/CONTENTS/lib/modules/2.6.14/nvidia/nvidia.ko).
By patching debian/rules (of nvidia-kernel-source), I can see
KVERS=2.6.14 that's the issue.

I noticed that inside make-kpkg, "debian/changelog" is read
and $version = "lala16" for me.
At this point I must say that I use the revision flag to manage my serial 
number:
make-kpkg --revision 'lala16' kernel-image
(I discovered --append-to-version recently). Does it matter ?
However it seems that my kernel package has a wrong name : 
linux-image-2.6.14_lala16_i386.deb,
localversion doesn't appear in the name ?

I attached my full typescript.

Hope it helps!

Regards,
Matthieu


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

Versions of packages kernel-package depends on:
ii  dpkg  1.13.16package maintenance system for Deb
ii  dpkg-dev  1.13.16package building tools for Debian
ii  file  4.15-2 Determines file type using "magic"
ii  gcc [c-compiler]  4:4.0.2-2  The GNU C compiler
ii  gcc-2.95 [c-compiler] 1:2.95.4-24The GNU C compiler
ii  gcc-3.0 [c-compiler]  1:3.0.4-7  The GNU C compiler.
ii  gcc-3.3 [c-compiler]  1:3.3.6-12 The GNU C compiler
ii  gcc-4.0 [c-compiler]  4.0.2-9The GNU C compiler
ii  gettext   0.14.5-2   GNU Internationalization utilities
ii  make  3.80+3.81.b4-1 The GNU version of the "make" util
ii  perl  5.8.8-2Larry Wall's Practical Extraction 
ii  po-debconf0.9.2  manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip2 1.0.3-2high-quality block-sorting file co
ii  libc6-dev [libc-dev]  2.3.6-1GNU C Library: Development Librari

-- no debconf information
Le script a débuté sur lun 20 fév 2006 00:16:47 CET
lala:/usr/src# pws d
/usr/src
lala:/usr/src# tar zxvf nvidia-kernel-source.tar.gz 
modules/
modules/nvidia-kernel/
modules/nvidia-kernel/debian/
modules/nvidia-kernel/debian/changelog
modules/nvidia-kernel/debian/control.template
modules/nvidia-kernel/debian/copyright
modules/nvidia-kernel/debian/devfs.devices
modules/nvidia-kernel/debian/dirs.template
modules/nvidia-kernel/debian/override.template
modules/nvidia-kernel/debian/patches/
modules/nvidia-kernel/debian/patches/03_pci_get_class
modules/nvidia-kernel/debian/patches/04_minion
modules/nvidia-kernel/debian/patches/01_sysfs
modules/nvidia-kernel/debian/patches/02_pcialias
modules/nvidia-kernel/debian/patches/00list
modules/nvidia-kernel/debian/postinst
modules/nvidia-kernel/debian/postrm
modules/nvidia-kernel/debian/README.Debian
modules/nvidia-kernel/debian/rules
modules/nvidia-kernel/nv/
modules/nvidia-kernel/nv/conftest.sh
modules/nvidia-kernel/nv/cpuopsys.h
modules/nvidia-kernel/nv/gcc-version-check.c
modules/nvidia-kernel/nv/makefile
modules/nvidia-kernel/nv/Makefile.kbuild
modules/nvidia-kernel/nv/Makefile.nvidia
modules/nvidia-kernel/nv/nv.c
modules/nvidia-kernel/nv/nv.h
modules/nvidia-kernel/nv/nv-kernel.o
modules/nvidia-kernel/nv/nv-linux.h
modules/nvidia-kernel/nv/nv-memdbg.h
modules/nvidia-kernel/nv/nv-misc.h
modules/nvidia-kernel/nv/nvtypes.h
modules/nvidia-kernel/nv/nv-vm.c
modules/nvidia-kernel/nv/nv-vm.h
modules/nvidia-kernel/nv/os-agp.c
modules/nvidia-kernel/nv/os-agp.h
modules/nvidia-kernel/nv/os-interface.c
modules/nvidia-kernel/nv/os-interface.h
modules/nvidia-kernel/nv/os-registry.c
modules/nvidia-kernel/nv/pat.h
modules/nvidia-kernel/nv/README
modules/nvidia-kernel/nv/rmretval.h
lala:/usr/src# cd modules/nvidia-kernel/             
            cd linux
lala:/usr/src/linux# make-kpkg modules_image
exec debian/rules  DEBIAN_REVISION=lala16  modules_image 

== making .config because of  ==
test -f .config || test ! -f .config.save || \
cp -pf .config.save .config
test -f .config || test ! -f .config || \
cp -pf .config 

Bug#196429: Does not restore window size on error

2006-02-20 Thread Martin Michlmayr
* Martin Michlmayr <[EMAIL PROTECTED]> [2006-02-08 01:05]:
> > Right, I know nothing about curses but given that nobody else will
> > probably look at this bug I might just as well try.  Can you give me a
> > simple example how I can reproduce this bug?  What kind of error
> > causes this?
> Cool, I just saw it myself.  If you have a good recipe to reproduce it
> I'd still like to hear it tho.

I just uploaded 3.1.1+cvs20050801-4 which definitely fixes the problem
I can reproduce.  It would be nice to hear whether you can find other
problems, though.  In which situation does this bug occur for you
exactly?
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#345999: installation-report: Fails to detect CD

2006-02-20 Thread Felipe Sateler
On Wednesday 11 January 2006 01:34, Felipe Sateler wrote:
> On Wednesday 11 January 2006 01:23, Frans Pop wrote:
> > Felipe, could you send us the output of 'lsmod' for both the old
> > installer (that worked) and the new one?
>
> That might be a problem, because the laptop is not currently here (it
> should back be in a couple of days). 

Unfortunately, I could never get a hold of that laptop for enough time to 
actually do that, and now the laptop is completely out of my reach, so I 
won't be able to check lsmod's output. Sorry.

-- 


 Felipe Sateler


pgpRYXbBYafPx.pgp
Description: PGP signature


Bug#353107: Debian is not usable in Mac OS X environments dute to this bug!

2006-02-20 Thread Steve Langasek
On Mon, Feb 20, 2006 at 08:09:28PM +0100, Christian Perrier wrote:
> Quoting Goetz Goerisch ([EMAIL PROTECTED]):
> > Hi maintainers,

> The latter is a matter of appreciation: should we support, in stable,
> environments that have appeared after the Debian stable release has
> been out?

> Steve, advice?

I think Joey has actually accepted self-contained compatibility fixes for
Samba before in precisely such circumstances.

But I have no time to work on backporting this myself.

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


signature.asc
Description: Digital signature


Bug#353551: patch

2006-02-20 Thread Martin Michlmayr
tags 353551 + patch pending
thanks

diff -urN jack-3.1.1+cvs20050801~/jack_checkopts.py 
jack-3.1.1+cvs20050801/jack_checkopts.py
--- jack-3.1.1+cvs20050801~/jack_checkopts.py   2006-02-20 23:40:15.0 
+
+++ jack-3.1.1+cvs20050801/jack_checkopts.py2006-02-21 00:12:12.0 
+
@@ -247,3 +247,42 @@
 else:
 error("No valid ripper found on your system.")
 
+# If the default CD device doesn't exist, see whether we can find another 
one
+if 'cd_device' not in all_keys and not 
os.path.exists(cf["cd_device"]["val"]):
+default = cf["cd_device"]["val"]
+devices = []
+# All CD devices can be found in /proc on Linux
+cdrom_info = "/proc/sys/dev/cdrom/info"
+if os.path.exists(cdrom_info):
+try:
+info = open(cdrom_info, "r")
+except (IOError, OSError):
+pass
+else:
+for line in info.readlines():
+if line.startswith("drive name:"):
+devices = ["/dev/" + x for x in 
line.rstrip().split("\t")[2:]]
+break
+info.close()
+message = "Default CD device %s does not exist" % default
+if not devices:
+error("%s." % message)
+elif len(devices) == 1:
+warning("%s, using %s." % (message, devices[0]))
+else:
+warning("%s but there are several CD devices." % message)
+for i in range(len(devices)):
+print "%2d" % (i+1) + ".) " + devices[i]
+input = 0
+while input <= 0 or input > len(devices):
+try:
+input = raw_input("Please choose: ")
+except KeyboardInterrupt:
+sys.exit(0)
+if input.isdigit():
+input = int(input)
+else:
+input = 0
+devices[0] = devices[input-1]
+cf.rupdate({'cd_device': {'val': devices[0]}}, "check")
+

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


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



Bug#352755: killing a ripper with ctrl-c leads to keyboard input being ignored

2006-02-20 Thread Martin Michlmayr
tags 352755 + patch pending
thanks

* Martin Michlmayr <[EMAIL PROTECTED]> [2006-02-14 01:22]:
> When I kill a ripper with ctrl-c, it is properly marked as "DAE failed
> with status 15, wav removed".  However, afterwards pressing any key
> does precisely nothing, e.g. cursor keys or ctrl-l.  ctrl-c does work,
> but messes up the display.

The reason for that is that jack_term.disable() is called, but nobody
calls jack_term.enable()... adding this works.  In addition, let's
ignore ctrl-c in the signal handler function because otherwise people
could press ctrl-c again within the signal handler (e.g. while jack is
waiting for the user to press enter when --wait is on), and then we
get the display problem again because jack_term.enable() is not
called.


diff -urN jack-3.1.1+cvs20050801~/jack_display.py 
jack-3.1.1+cvs20050801/jack_display.py
--- jack-3.1.1+cvs20050801~/jack_display.py 2006-02-20 23:08:48.0 
+
+++ jack-3.1.1+cvs20050801/jack_display.py  2006-02-20 23:33:42.0 
+
@@ -74,6 +74,10 @@
 else:
 exit_code = 0
 
+# Ignore Ctrl-C while we disable and enable curses, otherwise there may
+# be display problems.
+sigint_handler = signal.getsignal(signal.SIGINT)
+signal.signal(signal.SIGINT, signal.SIG_IGN)
 jack_term.disable()
 
 if sig:
@@ -93,6 +97,9 @@
 if cf['_wait_on_quit']:
 raw_input("press ENTER to exit")
 
+jack_term.enable()
+signal.signal(signal.SIGINT, sigint_handler)
+
 sys.exit(exit_code)
 
 #/ end of sig_handler /#

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


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



Bug#343775: libnss-mysql: Does not work after upgrade

2006-02-20 Thread Steve Langasek
reopen 343775
thanks

> I think you forget to upgrade the package dependencies to
> libmysqlclient15. The module stopped working for me until i installed
> libmysqlclient15.

Confirmed.  This package wrongly hard-codes a dependency on libmysqlclient12
in debian/control.  Please do not bypass the shlibs mechanism for ELF
dependencies.

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


signature.asc
Description: Digital signature


Bug#353797: magic: Please add MySQL recognition

2006-02-20 Thread Christian Hammers
Package: file
Version: 4.15-2
Severity: wishlist
Tags: patch

Hello

MySQL ships with the following extension for /etc/magic. Would you 
include it into the main file or is there something like dh_installmagic
or /etc/magic.d/* where I can add it myself?

bye,

-christian-


#
# Add the following to the end of your /etc/magic file to get the 'file'
# command to recognize some MySQL files.
#
0   beshort   0xfe01MySQL table definition file
>2  bytex   Version %d
0   belong&0xff00 0xfefe0300MySQL MISAM index file
>3  bytex   Version %d
0   belong&0xff00 0xfefe0700MySQL MISAM compressed data file
>3  bytex   Version %d
0   belong&0xff00 0xfefe0500MySQL ISAM index file
>3  bytex   Version %d
0   belong&0xff00 0xfefe0600MySQL ISAM compressed data file
>3  bytex   Version %d
0   string   \376binMySQL replication log



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

Versions of packages file depends on:
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libmagic1 4.15-2 File type determination library us
ii  zlib1g1:1.2.3-9  compression library - runtime

file recommends no packages.

-- no debconf information



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



Bug#339669: the problem is resolved

2006-02-20 Thread gpe
Hi,

The problem seems to be resolv with udev 0.084-5.

-- 
+---+
| gpe92 |
+---+


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



Bug#352468: mysql-server-5.0: crashes after SELECT query

2006-02-20 Thread Christian Hammers
forwarded 352468 http://bugs.mysql.com/bug.php?id=17601
tags 352468 + upstream
thanks

Hello Jamie

On 2006-02-12 Jamie L. Penman-Smithson wrote:
> Since I upgraded to 5.0 from 4.1 mysqld has crashed regularly once an  
> hour as a result of the same query:
> 
> Feb 11 21:41:40 lorien mysqld[18859]: thd->query at 0x8b461d0 =  
> SELECT flag FROM bayes_seen
> Feb 11 21:41:40 lorien mysqld[18859]:   WHERE id = '2'
> Feb 11 21:41:40 lorien mysqld[18859]: AND msgid =  
> '[EMAIL PROTECTED]'

Can you send me a copy of the table files in /var/lib/mysql/ or
a "mysqldump --opt ..." output? So that I can try to reproduce it?

Or simpler, if you dump the table and re-insert it, can you still
reproduce the bug? There is one open issue with tables generated
with MySQL 4.1 that seem not to be 100% compatible with MySQL 5.0.
See http://bugs.mysql.com/bug.php?id=16281

> Feb 11 21:41:40 lorien mysqld[18859]: 060211 21:41:40InnoDB:  
> Assertion failure in thread 2965867440 in file row0mysql.c line 341

This happens in a function that is commented with:
  /* Remove trailing spaces from old style VARCHAR columns. */
So it would be really great if you could send the raw table files from
your harddisc. I assume you tried "CHECK TABLE" etc?

bye,

-christian-


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



Bug#353796: filelight: [INTL:sv] Swedish PO translation

2006-02-20 Thread Daniel Nylander
Package: filelight
Severity: wishlist
Tags: patch l10n


Here is the Swedish translation of filelight.

Regards,
Daniel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE.ISO-8859-1, LC_CTYPE=sv_SE.ISO-8859-1 (charmap=ISO-8859-1)
# Swedish translation of filelight.
# This file is put in the public domain.
# Daniel Nylander <[EMAIL PROTECTED]>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: filelight 0.99beta6-1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-11-22 21:21+\n"
"PO-Revision-Date: 2006-02-21 00:50+0100\n"
"Last-Translator: Daniel Nylander <[EMAIL PROTECTED]>\n"
"Language-Team: Swedish <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: rc.cpp:2
#, no-c-format
msgid "&Scan"
msgstr "&Sök av"

#: rc.cpp:6
#, no-c-format
msgid "&Go"
msgstr "&Gå"

#: rc.cpp:10
#, no-c-format
msgid "Location Toolbar"
msgstr "Platslist"

#: rc.cpp:12
#: src/part/dialog.cpp:223
#, no-c-format
msgid "Settings - Filelight"
msgstr "Inställningar - Filelight"

#: rc.cpp:14
#: src/part/dialog.cpp:242
#, no-c-format
msgid "&Scanning"
msgstr "&Söker av"

#: rc.cpp:16
#: src/part/dialog.cpp:224
#, no-c-format
msgid "&Don't scan these directories:"
msgstr "&Sök inte av de här katalogerna:"

#: rc.cpp:19
#: src/part/dialog.cpp:226
#, no-c-format
msgid "Filelight will not scan these directories unless you specifically 
request them."
msgstr "Filelight kommer inte att söka av de här katalogerna om du inte 
specifik begär dem."

#: rc.cpp:21
#: src/part/dialog.cpp:227
#, no-c-format
msgid "R&emove"
msgstr "Ta &bort"

#: rc.cpp:23
#: src/part/dialog.cpp:229
#, no-c-format
msgid "&Add..."
msgstr "&Lägg till..."

#: rc.cpp:25
#: src/part/dialog.cpp:231
#, no-c-format
msgid "Exclude re&mote filesystems"
msgstr "Exkludera &fjärrfilsystem"

#: rc.cpp:28
#: src/part/dialog.cpp:234
#, no-c-format
msgid "Prevents scanning of filesystems that aren't on this computer, e.g. NFS 
or Samba mounts."
msgstr "Förhindrar avsökning av filsystem som inte är på den här datorn, 
exempelvis NFS eller Samba-monteringar."

#: rc.cpp:30
#: src/part/dialog.cpp:235
#, no-c-format
msgid "Scan across filesystem &boundaries"
msgstr "Sök av runt filsystemets &gränser"

#: rc.cpp:32
#: src/part/dialog.cpp:237
#, no-c-format
msgid "Stops scans entering directories that are part of other filesystems. For 
example, this will usually prevent the contents of /mnt from being 
scanned if you scan /."
msgstr "Stoppa avsökningar när kataloger som är del av andra filsystem nås. 
Till exempel, det kommer vanligtvis förhindra att innehållet av /mnt 
blir avsökt om du söker av /."

#: rc.cpp:34
#: src/part/dialog.cpp:238
#, no-c-format
msgid "Exclude remo&vable media"
msgstr "Exkludera &flyttbart media"

#: rc.cpp:37
#: src/part/dialog.cpp:241
#, no-c-format
msgid "Prevents Filelight from scanning removable media (eg. CD-ROMs)."
msgstr "Förhindrar Filelight från att söka av flyttbart media (såsom cd-rom)."

#: rc.cpp:39
#: src/part/dialog.cpp:256
#, no-c-format
msgid "&Appearance"
msgstr "&Utseende"

#: rc.cpp:41
#: src/part/dialog.cpp:243
#, no-c-format
msgid "Scheme"
msgstr "Schema"

#: rc.cpp:43
#: src/part/dialog.cpp:244
#, no-c-format
msgid "&Contrast"
msgstr "&Kontrast"

#: rc.cpp:45
#: src/part/dialog.cpp:245
#, no-c-format
msgid "Here you can vary the contrast of the filemap in realtime."
msgstr "Här kan du justera kontrasten på filkartan i realtid."

#: rc.cpp:47
#: src/part/dialog.cpp:246
#, no-c-format
msgid "&Use anti-aliasing"
msgstr "An&vänd anti-aliasing"

#: rc.cpp:49
#: src/part/dialog.cpp:248
#, no-c-format
msgid "Anti-aliasing the filemap makes it clearer and prettier, unfortunately 
it also makes rendering very slow."
msgstr "Använda anti-aliasing på filkartan gör den renar och vackrare, tyvärr 
gör det uppritningen mycket långsam."

#: rc.cpp:51
#: src/part/dialog.cpp:249
#, no-c-format
msgid "&Vary label font sizes"
msgstr "&Variera typsnittsstorlekarna på etiketter"

#: rc.cpp:53
#: src/part/dialog.cpp:251
#, no-c-format
msgid "The font size of exploded labels can be varied relative to the depth of 
the directories they represent. This helps you spot the important labels more 
easily. Set a sensible minimum font size."
msgstr "Typsnittsstorleken på exploderade etiketter kan varieras relativt till 
djuper av katalogerna de representerar. Det här hjälper dig att se viktiga 
etiketter lättare. Ställ in en känslig minimal typsnittsstorlek."

#: rc.cpp:55
#: src/part/dialog.cpp:252
#, no-c-format
msgid "Minimum &font size:"
msgstr "Minimum &typsnittsstorlek:"

#: rc.cpp:57
#: src/part/dialog.cpp:253
#, no-c-format
msgid "The smallest font size Filelight can render labels."
msgstr "Den minsta typsnittsstorleken som Filelight kan rita upp etiketter."

#: rc.cpp:59
#: src/part/dialog.cpp:254
#, n

Bug#353572: Crash: libXft.so.2: undefined symbol: FT_GlyphSlot_Embolden

2006-02-20 Thread Georg Wittenburg
Hi!

This bug was resolved after libfreetype6 2.1.10-1 entered testing and thus was 
updated on my system.

Thanks again!
   Georg

-- 
Georg Wittenburg
http://page.mi.fu-berlin.de/~wittenbu/


pgp4WFEGfYyPq.pgp
Description: PGP signature


Bug#353583: kontact: libXft.so.2: undefined symbol: FT_GlyphSlot_Embolden

2006-02-20 Thread Georg Wittenburg
Hi!

This bug was resolved after libfreetype6 2.1.10-1 entered testing and thus was 
updated on my system.

Thanks again!
   Georg

-- 
Georg Wittenburg
http://page.mi.fu-berlin.de/~wittenbu/


pgpzZHWw1nnkD.pgp
Description: PGP signature


Bug#350713: mysql-server-5.0: The database crashes after a particular LEFT JOIN

2006-02-20 Thread Christian Hammers
forwarded 350713 http://bugs.mysql.com/bug.php?id=15268
tags 350713 + unreproducible
severity 350713 normal
thanks

Hello Simon

On 2006-01-31 Simon Bonnick wrote:
> The database repeatably crashes after a particular LEFT JOIN. This
> appears to be MySQL bug #15268 for which a patch is available. The
> MySQL bug is reported fixed in version 5.0.18, 1.1960.85.1 but I
> can't see which source version the deb package is built against. I
> can't find the bug number in the changelog.

Normally, when they say "fixed in 5.0.18" it means at least the
5.0.18 that has been released so the fix should be at work.

When trying the test case from the mysql bug report with the Debian
5.0.18-7 I can *not* verify the bug which, too, leads to the conclusion 
that the bug is already fixed in Debian.

Can you still reproduce the bug?

bye,

-christian-


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



Bug#353795: collatinus-doc: please give a proper description

2006-02-20 Thread Ben Burton
Package: collatinus-doc
Severity: minor

Hi,

Currently the long description for collatinus-doc is:

  html and pdf files.

This is extremely brief (in fact it's not even a sentence), and it says
nothing about what collatinus is.

Could the long description be changed to use proper sentences, and to
say a little more about the package?  e.g.:

  This package provides documentation for Collatinus in HTML and PDF
  formats.
  .
  Collatinus is an application for lemmatising Latin texts, and it
  provides a nice graphical front-end.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=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#353674: postgresql-common: does not handle nonexistent users well

2006-02-20 Thread Chmouel Boudjnah
Hi,

Same problem show up on pam-ldap system. Since this regexp it's buggy :

for my $m (split /[,\s]/, $members) {

(split the full dc as well).

My fix/workaround was :

--- PgCommon.pm.chmou   2006-02-20 21:25:53.186576728 +1100
+++ PgCommon.pm 2006-02-20 21:26:29.475060040 +1100
@@ -595,7 +595,8 @@
 for(;;) {
my ($name, undef, $gid, $members) = getgrent;
last unless defined $gid;
-   for my $m (split /[,\s]/, $members) {
+   for my $m (split /[\s]/, $members) {
+   next if $m =~ /.*,.*/;
if ((getpwnam $m) == $uid) {
$groups .= " $gid";
}


-- 
Chmouel Boudjnah - Squiz.net - http://www.squiz.net/


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



Bug#353781: gajim: depends are diffrent to them of ubuntu

2006-02-20 Thread Marcus Husar
Package: gajim
Version: 0.9.1-3
Followup-For: Bug #353781

The gajim of ununtu has other dependecies than that of debian. They
use newer versions. Perhaps that is the problem.

http://packages.ubuntu.com/dapper/net/gajim

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

Versions of packages gajim depends on:
ii  libaspell15   0.60.4-3   GNU Aspell spell-checker runtime l
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.10-1   The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3   a spell-checking addon for GTK's T
ii  libpango1.0-0 1.10.3-1   Layout and rendering of internatio
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxss1   6.9.0.dfsg.1-4 X Screen Saver client-side library
ii  python2.3.5-5An interactive high-level object-o
ii  python-glade2 2.8.2-3GTK+ bindings: Glade support
ii  python-gtk2   2.8.2-3Python bindings for the GTK+ widge
ii  python-pysqlite2  2.0.5-1python interface to SQLite 3

Versions of packages gajim recommends:
pn  notification-daemon(no description available)
pn  python-dns (no description available)
pn  python2.4-dbus | python2.3-db  (no description available)

-- no debconf information


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



Bug#351681: adduser tries to re-use existing GID

2006-02-20 Thread Rob Browning

reopen 351681
thanks

Hmm.  It looks like this bug may have re-surfaced:

  # adduser nonexistent
  Adding user `nonexistent'...
  Adding new group `nonexistent' (1002).
  groupadd: GID 1002 is not unique
  adduser: `/usr/sbin/groupadd -g 1002 nonexistent' returned error code 4.  
Aborting.

  # adduser --version | head -1
  adduser: add a user or group to the system.  Version 3.84

I'd be happy to provide more information or perform further tests as
needed.  On this system, postfix is already assigned group 1002.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


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



Bug#343769: Please upgrade build-depends to libmysqlclient15-dev

2006-02-20 Thread Steve Langasek
severity 343769 important
thanks

Hi Paul,

This bug is actually not RC: kannel build-depends on libmysqlclient10-dev,
which is still in unstable, not on libmysqlclient14-dev which has been
removed.

Nevertheless, it would be appreciated if you could migrate to 15 ASAP, so we
can drop 10 for etch.

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


signature.asc
Description: Digital signature


Bug#353794: xserver-xorg: [ati] using "FastWrite" option crashe the computer

2006-02-20 Thread Nicolas Évrard
Package: xserver-xorg
Version: 6.9.0.dfsg.1-4
Severity: normal


Hello,

I made a quick search to be sure that it is a fresh bug, so I think 
it is. Anyway if it is not, do not hesitate to flame me as I'm not 
very knoledgeable with X !

I recently switched from a Matrox G550 to an ATI 9250 graphic card, 
everything works flawlessly if I do not try to add any option (well 
at least I can play 1h and a half of bzflag with full options enabled 
without a crash).

But then I tried some of the most common options available and here 
is my report:

- FastWrite simply crashes the computer ... gdm is started then 
  nothing else works, I'm just in front of a black screen. The 
  only way out is the "reset" button. I tried this with my 
  2.6.15-1 and 2.6.14-2 kernel, with and without other options.

- With AGPMode set to 8, I had one crash while trying bzflag 
  (that's the most intensive (and fun) 3D program I have) this 
  crashe is totally unreproductible. Odly enough setting it to 4 
  does not do any performance decrease (in glxgears).

Here is the relevant part of lspci


:00:00.0 Host bridge: VIA Technologies, Inc. VT8378 [KM400/A] Chipset Host 
Bridge
Subsystem: ASUSTeK Computer Inc.: Unknown device 8118
Flags: bus master, 66MHz, medium devsel, latency 8
Memory at d000 (32-bit, prefetchable) [size=128M]
Capabilities: 

:01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 
PRO] (rev 01) (prog-if 00 [VGA])
Subsystem: Micro-Star International Co., Ltd.: Unknown device 9994
Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 209
Memory at d800 (32-bit, prefetchable) [size=128M]
I/O ports at c000 [size=256]
Memory at e900 (32-bit, non-prefetchable) [size=64K]
Expansion ROM at e800 [disabled] [size=128K]
Capabilities: 

:01:00.1 Display controller: ATI Technologies Inc: Unknown device 5940 (rev 
01)
Subsystem: Micro-Star International Co., Ltd.: Unknown device 9995
Flags: 66MHz, medium devsel
Memory at e000 (32-bit, prefetchable) [disabled] [size=128M]
Memory at e901 (32-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: 


As you can see my ATI 9250 is really a 9200PRO (I wonder why they 
cannot write 9200PRO on the box, I don't care what is number is all I 
want is a graphical card supported by free software).


Thank you.

-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 17 2005-07-13 21:20 /etc/X11/X -> /usr/bin/X11/Xorg
-rwxr-xr-x 1 root root 1878044 2006-01-15 02:40 /usr/bin/X11/Xorg

Contents of /var/lib/xfree86/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
:01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 
PRO] (rev 01)

/etc/X11/xorg.conf does not match checksum in /var/lib/xfree86/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2929 2006-02-20 23:47 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreK

Bug#314744: Summary of a talk on IRC with Emfox

2006-02-20 Thread Ming Hua
On Sat, Feb 18, 2006 at 09:20:31PM -0600, Ming Hua wrote:
> I had a brief talk with Emfox about the patch for this bug

Said patch is not posted in this bug report, bug in #335426 (against
scim-pinyin instead).  Most discussion about im-switch support in SCIM
is happening in that bug report right now.

Ming
2006.02.20


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



Bug#353793: /usr/sbin/logcheck does no longer skip '~' files?

2006-02-20 Thread Cristian Ionescu-Idbohrn
Package: logcheck
Version: 1.2.43a
Severity: important
Tags: patch

This patch seems to work around the problem:

---8<---
--- /usr/sbin/logcheck.orig 2006-02-19 14:54:53.0 +0100
+++ /usr/sbin/logcheck  2006-02-20 23:43:57.0 +0100
@@ -207,7 +207,7 @@ cleanrules() {
mkdir $cleaned \
|| error "Could not make dir $cleaned for cleaned rulefiles."
fi
-   for rulefile in $(find $dir); do
+   for rulefile in $(find $dir -type f | egrep -v '~$'); do
rulefile=$(basename $rulefile)
if [ -f ${dir}/${rulefile} ]; then
debug "cleanrules: ${dir}/${rulefile}"
---8<---

but I may be wrong.

Thing is that statement:

  for rulefile in $(run-parts --list $dir); do

changed (1.2.42 -> 1.2.43a) to:

  for rulefile in $(find $dir); do

and things broke :(


Cheers,
Cristian

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

Versions of packages logcheck depends on:
ii  adduser  3.84Add and remove users and groups
ii  cron 3.0pl1-92   management of regular background p
ii  debconf [debconf 1.4.70  Debian configuration management sy
ii  debianutils  2.15.2  Miscellaneous utilities specific t
ii  grep 2.5.1.ds2-4 GNU grep, egrep and fgrep
ii  lockfile-progs   0.1.10  Programs for locking and unlocking
ii  logcheck-databas 1.2.43a database of system log rules for t
ii  logtail  1.2.43a Print log file lines that have not
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  sendmail-bin [ma 8.13.5-3powerful, efficient, and scalable
ii  sysklogd [system 1.4.1-17.1  System Logging Daemon

logcheck recommends no packages.

-- debconf information:
* logcheck/noroot:
  logcheck/changes:
* logcheck/install-note:


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



Bug#353792: openswan nat-t failure

2006-02-20 Thread Ben Willmore
Package: openswan
Version: 1:2.4.4-3
Tags: patch

Just noting that the patch for openswan to interoperate with (e.g.)
Windows XP over NAT-T is still required both upstream and in the
current Debian unstable version.  Initial discussion here:

http://lists.openswan.org/pipermail/users/2005-February/003927.html

Bug report against debian package version 2.3.0-2 here:

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

Currently applicable patch (for openswan up to and including 2.4.5rc5 here:

http://www.jacco2.dds.nl/networking/patches/openswan-2.3.1-NATserver.patch



Bug#353791: control-center - FTBFS: cp: cannot stat `./debian/tmp/usr/bin/gnome-display-properties': No such file or directory

2006-02-20 Thread Bastian Blank
Package: control-center
Version: 1:2.12.3-1
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of control-center_1:2.12.3-1 on debian-31 by sbuild/s390 85
[...]
> dh_installpam -pgnome-control-center 
> dh_installlogrotate -pgnome-control-center 
> if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck 
> -pgnome-control-center ; fi
> dh_installchangelogs -pgnome-control-center  ./ChangeLog 
> dh_install -pgnome-control-center  
> cp: cannot stat `./debian/tmp/usr/bin/gnome-display-properties': No such file 
> or directory
> dh_install: command returned error code 256
> make: *** [binary-install/gnome-control-center] Error 1
> **
> Build finished at 20060220-1331
> FAILED [dpkg-buildpackage died]

Bastian


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



Bug#353764: asterisk: Unbuildable in sid: bad dep on libopenh323-dev

2006-02-20 Thread Kilian Krause
Hi John,

Am Montag, den 20.02.2006, 13:01 -0600 schrieb John Goerzen:
> Package: asterisk
> Version: 1:1.2.4.dfsg-6
> Severity: important
> 
> This package build-deps on libopenh323-dev (>= 1.17.4-1).  However, the
> latest version in sid is 1.15.6-3.

unfortunately new openh323 is still stuck in NEW. It's already uploaded
though.

-- 
Best regards,
 Kilian


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#353783: poedit: DB_RUNRECOVERY error

2006-02-20 Thread Luk Claes
severity 353783 normal
tags 353783 + unreproducible
thanks mate

Robert Luberda wrote:
> Package: poedit
> Version: 1.3.4-2
> Severity: important
> 
> Hi,

Hi

> It seems poedit does not handle database errors in any sensible 
> way. From time to time after each saving the edited PO file, poedit
> shows the following error:
>   DB_RUNRECOVERY: Fatal error, run database recovery
> How am I supposed to "run database recovery"?  Yes, I can rebuild the
> database (removing the ~/.poedit/tm directory first), but the problem returns
> some time later.

It should be fixed by closing all poedit instances (processes) AFAICS,
please tell me if that works or not.

> Also today I got the other message:
>   DB_NOTFOUND: No matching key/data pair found
> but after saving and reopenig the file, the error disappered. Strange.

This might well be related to removing the databases (~/.poedit/tm/*)...

If closing all poedit instances works, I think I'll close the bug.

Cheers

Luk

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


signature.asc
Description: OpenPGP digital signature


Bug#353748: Output in safe mode

2006-02-20 Thread Justin Pryzby
On Mon, Feb 20, 2006 at 10:25:18PM +0100, Vincent L??nngren wrote:
> In safe mode, output is as follows:
> 
> [EMAIL PROTECTED]:~$ firefox -safe-mode
> *** loading the extensions datasource
> /usr/lib/mozilla-firefox/firefox-bin: symbol lookup
> error: /usr/lib/libXft.so.2: undefined symbol: FT_GlyphSlot_Embolden
> [EMAIL PROTECTED]:~$ 
> 
> Perhaps it's a problem with libXft rather than firefox?
There are no fewer than 8 grave bugs file against that package for
this issue..


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



Bug#353611: updated debconf pt.po translation for the package glibc 2.3.6-2

2006-02-20 Thread Simão Pedro Cardoso
hi,
the new portuguese translation for glibc 2.3.6-2  in attach

$ msgfmt -o /dev/null --statistics pt.po
10 translated messages.

best regards


[EMAIL PROTECTED] wrote:

>Hi,
>
>You are noted as the last translator of the debconf translation for
>glibc. The English template has been changed, and now some messages
>are marked "fuzzy" in your translation or are missing.
>I would be grateful if you could take the time and update it.
>Please respect the Reply-To: field and send your updated translation to
>[EMAIL PROTECTED] if this bug is still open.  Otherwise please
>file a new one.
>Here are the changes applied against original debconf templates.
>   --- locales.templates
>   +++ locales.templates
>   @@ -1,6 +1,6 @@
>Template: locales/locales_to_be_generated
>Type: multiselect
>   -Choices: ${locales}
>   +__Choices: All locales, ${locales}
>_Description: Locales to be generated:
> Locale is a framework to switch between multiple languages for users who 
> can
> select to use their language, country, characters, collation order, etc.
>   @@ -8,6 +8,9 @@
> Choose which locales to generate.  The selection will be saved to
> `/etc/locale.gen', which you can also edit manually (you need to run
> `locale-gen' afterwards).
>   + .
>   + When `All locales' is selected, /etc/locale.gen will be set as a symlink 
> to
>   + /usr/share/i18n/SUPPORTED.
>
>Template: locales/default_environment_locale
>Type: select
>
>Thanks,
>
>Denis
>
>  
>



pt.po.gz
Description: GNU Zip compressed data


  1   2   3   4   5   >