Bug#456111: cvs: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by cvs)

2007-12-12 Thread Max
Package: cvs
Version: 1:1.12.13-9
Severity: grave
Justification: renders package unusable

cvs stoped working recently. On the client side I see the following error 
message:

cvs [checkout aborted]: unrecognized auth response from : 
cvs: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by cvs)

There are two issues here:
1) On the server side (under debian/unstable) there is no directory /lib/tls/
2) Even when I make a symlink /lib/tls -> /lib (where libc.so.6 resides), that 
does not solve the problem and the 
error message remains the same.

Max

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23.1
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages cvs depends on:
ii  debconf [debconf-2.0]   1.5.17   Debian configuration management sy
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libpam-runtime  0.99.7.1-5   Runtime support for the PAM librar
ii  libpam0g0.99.7.1-5   Pluggable Authentication Modules l
ii  update-inetd4.27-0.6 inetd.conf updater
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

Versions of packages cvs recommends:
ii  info [info-browser]4.11.dfsg.1-2 Standalone GNU Info documentation 
ii  netbase4.30  Basic TCP/IP networking system

-- debconf information:
  cvs/pserver_repos_individual: true
* cvs/pserver_setspawnlimit: false
  cvs/rotatekeep: 7
* cvs/badrepositories: create
  cvs/rotatekeep_individual: 7
* cvs/pserver_repos: all
* cvs/pserver: true
  cvs/cvs_conf_is_dead:
* cvs/repositories: /var/lib/cvs
  cvs/rotatekeep_nondefault: no
  cvs/rotate_individual: true
  cvs/pserver_spawnlimit: 400
* cvs/rotatehistory: no



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



Bug#455698: ampache: contains a non-free font

2007-12-12 Thread Charliej
Paul Wise wrote:
> Package: ampache
> Version: 3.3.3.5-dfsg-2
> Severity: serious
> User: [EMAIL PROTECTED]
> Usertags: non-free
>
> ampache contains a non-free font:
>
> /usr/share/ampache/www/modules/captcha/COLLEGE.ttf
> http://pkg-fonts.alioth.debian.org/review/fnt-7f918bfee88f88eb2c810fb4286c585f.html
>
> This looks to be from here:
>
> http://www.squaregear.net/fonts/
> http://www.squaregear.net/fonts/college.shtml
> http://www.squaregear.net/fonts/college.zip
>
> From the zip file:
>
> /
> College, like all of my fonts, is free.  You can use it for most
> personal or business uses you'd like, and I ask for no money.  I
> would, however, like to hear from you.  If you use my fonts for
> something please send me a postcard or e-mail letting me know how
> you used it.  Send me a copy if you can or let me know where I can
> find your work.
>
> You may use this font for graphical or printed work, but you may not
> sell it or include it in a collection of fonts (on CD or otherwise)
> being sold. You can redistribute this font as long as you charge
> nothing to receive it. If you redistribute it include this text file
> with it as is (without modifications).
>
> If you use this font for commercial purposes please credit me in
> at least some little way.
> \
>
> This licence does not clearly allow all the DFSG-required freedoms:
>
> http://www.debian.org/social_contract#guidelines
>
> Please contact the College font author and ask them to licence the font
> under a DFSG-compliant font licence such as the OFL:
>
> http://scripts.sil.org/OFL
> http://scripts.sil.org/OFL_web
> http://scripts.sil.org/OFL-FAQ_web
>
> If they are not willing to do so or cannot be contacted, please remove
> the font from the binary package and the source package and depend on
> another font package for generating the captcha or move the package to
> non-free.
>
> Please contact ampache upstream and ask them to use fontconfig or
> similar to get fonts for use by the captcha system.
>
> Also, perhaps ampache upstream would like to switch their captcha system
> to use recaptcha.net instead.
>
>   
Thank you for your bug report.  Forwarding to upstream.



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



Bug#455322: FTBFS with GCC 4.3: missing #includes

2007-12-12 Thread Martin Michlmayr
user [EMAIL PROTECTED]
usertag 455322 - ftbfs-gcc-4.3
thanks

* Reinhard Tartler <[EMAIL PROTECTED]> [2007-12-10 14:00]:
> This looks exactly like #455438. I'm therefore merging the two bugs.

I don't know what has changed, but I can confirm that I see this with
the default compiler in unstable too.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#456102: FTBFS: error: 'INT_MAX' undeclared

2007-12-12 Thread Martin Michlmayr
Package: udftools
Version: 1.0.0b3-13
Severity: serious

This package no longer builds in unstable:

> Automatic build of udftools_1.0.0b3-13 on em64t by sbuild/amd64 0.53
...
> if gcc -DHAVE_CONFIG_H -I. -I. -I../include  -D_LARGEFILE64_SOURCE   -g -O2 
> -MT cdrwtool.o -MD -MP -MF ".deps/cdrwtool.Tpo" -c -o cdrwtool.o cdrwtool.c; \
>   then mv -f ".deps/cdrwtool.Tpo" ".deps/cdrwtool.Po"; else rm -f 
> ".deps/cdrwtool.Tpo"; exit 1; fi
> cdrwtool.c: In function 'cdrom_open_check':
> cdrwtool.c:606: error: 'INT_MAX' undeclared (first use in this function)
> cdrwtool.c:606: error: (Each undeclared identifier is reported only once
> cdrwtool.c:606: error: for each function it appears in.)
> make[2]: *** [cdrwtool.o] Error 1
> make[2]: Leaving directory `/build/tbm/udftools-1.0.0b3/cdrwtool'

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



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



Bug#455482: PyZenity

2007-12-12 Thread Siegfried-Angel
Well, then I can't object neither... I'll upload it to my PPA for Ubuntu.

I've been thinking about it, and learning PyGTK is something I've
pending since a while... How much (time) do you think that it could
take to rewrite it properly up to the point of functionality it has
right now? (I'm just asking... Not sure if I'll work on it as
Ubuntu/Debian development is already taking a lot of time, and I've
other projects in progress, too).

Regards,

-- 
Siegfried-Angel Gevatter Pujals (RainCT)
GNU/Linux User #438657. Ubuntu User #11680.



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



Bug#455737: marked as done (CVE-2007-6304: DoS via mysql servers)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 22:47:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455737: fixed in mysql-dfsg-5.0 5.0.45-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mysql-dfsg-5.0
Severity: important
Tags: security

Hi

The following CVE[0] has been issued against mysql-dfsg-5.0.

CVE-2007-6304:

The federated engine in MySQL 5.0.x before 5.0.52, 5.1.x before 5.1.23,
and 6.0.x before 6.0.4, when performing a certain SHOW TABLE STATUS
query, does not properly handle a response with a small number of
columns, which allows remote MySQL servers to cause a denial of service
(federated handler crash and daemon crash) via a response that lacks the
minimum required number of columns.

Prepared patch can be found here[1].

Cheers
Steffen

[0]: http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-6304

[1]: http://klecker.debian.org/~white/mysql/CVE-2007-6304.patch


--- End Message ---
--- Begin Message ---
Source: mysql-dfsg-5.0
Source-Version: 5.0.45-5

We believe that the bug you reported is fixed in the latest version of
mysql-dfsg-5.0, which is due to be installed in the Debian FTP archive:

libmysqlclient15-dev_5.0.45-5_i386.deb
  to pool/main/m/mysql-dfsg-5.0/libmysqlclient15-dev_5.0.45-5_i386.deb
libmysqlclient15off_5.0.45-5_i386.deb
  to pool/main/m/mysql-dfsg-5.0/libmysqlclient15off_5.0.45-5_i386.deb
mysql-client-5.0_5.0.45-5_i386.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.45-5_i386.deb
mysql-client_5.0.45-5_all.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-client_5.0.45-5_all.deb
mysql-common_5.0.45-5_all.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-common_5.0.45-5_all.deb
mysql-dfsg-5.0_5.0.45-5.diff.gz
  to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.45-5.diff.gz
mysql-dfsg-5.0_5.0.45-5.dsc
  to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.45-5.dsc
mysql-server-5.0_5.0.45-5_i386.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.45-5_i386.deb
mysql-server_5.0.45-5_all.deb
  to pool/main/m/mysql-dfsg-5.0/mysql-server_5.0.45-5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Norbert Tretkowski <[EMAIL PROTECTED]> (supplier of updated mysql-dfsg-5.0 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 12 Dec 2007 20:23:43 +0100
Source: mysql-dfsg-5.0
Binary: libmysqlclient15-dev mysql-client mysql-client-5.0 mysql-server 
mysql-server-5.0 mysql-common libmysqlclient15off
Architecture: source all i386
Version: 5.0.45-5
Distribution: unstable
Urgency: high
Maintainer: Debian MySQL Maintainers <[EMAIL PROTECTED]>
Changed-By: Norbert Tretkowski <[EMAIL PROTECTED]>
Description: 
 libmysqlclient15-dev - MySQL database development files
 libmysqlclient15off - MySQL database client library
 mysql-client - MySQL database client (meta package depending on the latest 
versi
 mysql-client-5.0 - MySQL database client binaries
 mysql-common - MySQL database common files
 mysql-server - MySQL database server (meta package depending on the latest 
versi
 mysql-server-5.0 - MySQL database server binaries
Closes: 455737
Changes: 
 mysql-dfsg-5.0 (5.0.45-5) unstable; urgency=high
 .
   * SECURITY:
 Fix for CVE-2007-6303: ALTER VIEW retained the original DEFINER value,
 even when altered by another user, which could allow that user to gain the
 access rights of the view. Now ALTER VIEW is allowed only to the original
 definer or users with the SUPER privilege. (closes: #455737)
   * SECURITY:
 Fix for CVE-2007-6304: When using a FEDERATED table, the local server can
 be forced to crash if the remote server returns a result with fewer columns
 than expected.
Files: 
 2c53cd7bd6cbbde794e810db4a248e6f 1231 misc optional mysql-dfsg-5.0_5.0.45-5.dsc
 503d72234928931d4ca573051d7959e6 296015 misc optional 
mysql-dfsg-5.0_5.0.45-5.diff.gz
 9fa8ddb68a867d9f8c9131fb8b22593b 56254 misc optional 
mysql-common_5.0.45-5_all.deb
 2b9d29775ce84dd5a3726857774d33d8 50318 misc optional 
mysql-server_5.0.45-5_all.deb
 7fa687696878f4849f660773690936b8 48124 misc optional 
mysql-client_5.0.45-5_all.deb
 fbcd4f064f91

Bug#456010: couchdb_0.7.2-1(hppa/experimental): FTBFS: build-depends on libicu36-dev

2007-12-12 Thread Frank Lichtenheld
Package: couchdb
Version: 0.7.2-1
Severity: serious

Hi,

your package failed to build from source. Please change your
build-dependency to libicu-dev.

| Automatic build of couchdb_0.7.2-1 on meitner by sbuild/hppa 98-farm
| Build started at 20071212-2307
| **
| Checking available source versions...
| Fetching source files...
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Need to get 1623kB of source archives.
| Get:1 http://ftp.de.debian.org experimental/main couchdb 0.7.2-1 (dsc) [871B]
| Get:2 http://ftp.de.debian.org experimental/main couchdb 0.7.2-1 (tar) 
[1603kB]
| Get:3 http://ftp.de.debian.org experimental/main couchdb 0.7.2-1 (diff) 
[18.6kB]
| Fetched 1623kB in 3s (409kB/s)
| Download complete and in download only mode
| ** Using build dependencies supplied by package:
| Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), erlang-dev (>= 
1:11.b.4-4), erlang-nox, help2man, libicu36-dev, libreadline5-dev
| Checking for already installed source dependencies...
| cdbs: missing
| Using default version 0.4.50 (Priority: 500)
| debhelper: missing
| Using default version 5.0.62 (Priority: 500)
| erlang-dev: missing
| Using default version 1:11.b.5dfsg-11 (Priority: 500)
| erlang-nox: missing
| Using default version 1:11.b.5dfsg-11 (Priority: 500)
| help2man: missing
| Using default version 1.36.4 (Priority: 500)
| libicu36-dev: missing
| No default version. Virtual package?
| libreadline5-dev: missing
| Using default version 5.2-3 (Priority: 500)
| Checking for source dependency conflicts...
|   /usr/bin/sudo /usr/bin/apt-get --purge $CHROOT_OPTIONS -q -y install cdbs 
debhelper erlang-dev erlang-nox help2man libicu36-dev libreadline5-dev
| Reading package lists...
| Building dependency tree...
| Reading state information...
| Package libicu36-dev is not available, but is referred to by another package.
| This may mean that the package is missing, has been obsoleted, or
| is only available from another source
| However the following packages replace it:
|   libicu-dev
| E: Package libicu36-dev has no installation candidate
| apt-get failed.
| Package installation failed
| Trying to reinstall removed packages:
| Trying to uninstall newly installed packages:
| Source-dependencies not satisfied; skipping couchdb
| **
| Finished at 20071212-2307
| Build needed 00:00:00, 0k disk space

Full build log(s): 
http://experimental.ftbfs.de/build.php?&ver=0.7.2-1&pkg=couchdb&arch=hppa

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



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



Processed: Reassingned Bug

2007-12-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 452239 Package php-net-dime enter in stable without principal files
Bug#452239: php-net-dime: /usr/share/php/Net/DIME.php missing from package in 
stable release (0.3-1)
Changed Bug title to `Package php-net-dime enter in stable without principal 
files' from `php-net-dime: /usr/share/php/Net/DIME.php missing from package in 
stable release (0.3-1)'.

> reassign 452239 ftp.debian.org,php-net-dime
Bug#452239: Package php-net-dime enter in stable without principal files
Bug reassigned from package `php-net-dime' to `ftp.debian.org,php-net-dime'.

> quit
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#455482: PyZenity

2007-12-12 Thread Bernd Zeimetz

>  I would recommend hosting pyzenity packges outside of Debian or in an
>  unofficial repository; I hope you understand why I'm unhappy that
>  Debian would have to maintain and would advertize software which you
>  and me consider the improper way to do things.
> 
>  I'd like to hear from the Maintainer and/or sponsor.  Cc:ing Bernd.  If
>  they agree that pyzenity is best kept out of Debian, I'll file a
>  removal request.


Actually I found it very useful and I would appreciate if somebody would
come up with a replacement for the wrapper (as in: rewriting zenity
properly in py+gtk).
If upstream suggests not to ship it in Debian I have no objections
against a removal.

-- 
Bernd Zeimetz
<[EMAIL PROTECTED]> 



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



Bug#455997: marked as done (omenserve: pack not found)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 21:12:56 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455997: omenserve: pack not found
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---

Package: omenserve
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***
omenserve not found


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: operator <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: omenserve: pack not found
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.31
Date: Wed, 12 Dec 2007 15:07:59 -0500

Package: omenserve
Severity: grave
Justification: renders package unusable

omenserve not found


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


--- End Message ---
--- Begin Message ---
This one time, at band camp, operator said:
> omenserve not found

How true.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature
--- End Message ---


Processed: severity of 455996 is wishlist, reassign 455996 to wnpp ...

2007-12-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.7
> severity 455996 wishlist
Bug#455996: project: package not found
Severity set to `wishlist' from `grave'

> reassign 455996 wnpp
Bug#455996: project: package not found
Bug reassigned from package `project' to `wnpp'.

> retitle 455996 RFP: second-life -- Second Life Linux client
Bug#455996: project: package not found
Changed Bug title to `RFP: second-life -- Second Life Linux client' from 
`project: package not found'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#455961: openoffice.org-writer: Dependency problem with openoffice.org-common

2007-12-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 455961 serious
Bug#455961: openoffice.org-writer: Dependency problem with openoffice.org-common
Severity set to `serious' from `important'

> tag 455961 + pending
Bug#455961: openoffice.org-writer: Dependency problem with openoffice.org-common
There were no tags set.
Tags added: pending

> notfound 455961 1:2.3.0.dfsg-2
Bug#455961: openoffice.org-writer: Dependency problem with openoffice.org-common
Bug no longer marked as found in version 1:2.3.0.dfsg-2.

> found 455961 1:2.3.1-1
Bug#455961: openoffice.org-writer: Dependency problem with openoffice.org-common
Bug marked as found in version 1:2.3.1-1.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#455959: Link texts not displayed

2007-12-12 Thread Mike Hommey
severity 455959 important
thank

On Wed, Dec 12, 2007 at 05:45:14PM +0100, Philipp Klaus Krause wrote:
> Package: libxul0d
> Version: 1.8.1.11-1
> Severity: grave

This does not grant a grave severity

> Iceweasel does not display some link texts. I see this problem on many
> websites. Example: On http://www.us.debian.org/ the links "About Debian"
> and "Getting Debian" links in the upper left are not visible (they're
> just empty blue buttons.
> On the left the "Social contract" link has no text, there's just some
> underlined empty space. About half of the links on
> http://www.us.debian.org/ have this problem, the others display just
> fine. The situation is similar for other websites.
> Typically links are just displayed as underlined empty space by
> iceweasel when the text is missing.
> 
> I did not see this problem in earlier versions.

And do you see it if you downgrade ? What other upgrades did you do on
your machine ?

Mike




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



Bug#455997: omenserve: pack not found

2007-12-12 Thread operator

Package: omenserve
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***
omenserve not found


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: operator <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: omenserve: pack not found
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.31
Date: Wed, 12 Dec 2007 15:07:59 -0500

Package: omenserve
Severity: grave
Justification: renders package unusable

omenserve not found


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



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



Bug#455996: project: package not found

2007-12-12 Thread operator

Package: project
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***
second life package not found


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: operator <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: project: package not found
Message-ID: <[EMAIL PROTECTED]>
X-Mailer: reportbug 3.31
Date: Wed, 12 Dec 2007 14:51:27 -0500

Package: project
Severity: grave
Justification: renders package unusable

second life package not found


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



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



Processed: Re: Bug#455959: Link texts not displayed

2007-12-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 455959 important
Bug#455959: Link texts not displayed
Severity set to `important' from `grave'

> thank
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#455974: Fix

2007-12-12 Thread Marco Schuster
The problem can be fixed with the help of Busybox, the old libc6/locales .deb 
package, unp and a ftp client (or wget).
You first get busybox onto the machine, use the binary from busybox-static 
package.
Then "./busybox sh" in the path where busybox is.
I assume that you unpacked the .debs with unp already...if not, unpack 'em on 
another machine and transfer the content of data.tar.gz (recursive!!) with ftp 
to your broken server.
I use /tmp/dpkgs/usr/,/tmp/dpkgs/lib etc. for this walkthrough, just change if 
you have different paths.
Then, in busybox sh, "cp -R /tmp/dpkgs/* /"
Then, you need the .debs for libc6, libc6-i686 and locales.
In Busybox sh, "dpkg -i libc6deb libc6-i686...deb localesdeb".
Then you should be OK again.

Marco



signature.asc
Description: OpenPGP digital signature


Bug#449356: elfsh: should this package be orphaned?

2007-12-12 Thread Andrés Roldán
Please don't orphan this package as I am now packaging Eresi which will
replace elfsh.

Thanks.

On Mon, 2007-11-05 at 12:22 +0100, Lucas Nussbaum wrote:
> Package: elfsh
> Version: 0.65rc1-1.1
> Severity: serious
> User: [EMAIL PROTECTED]
> Usertags: proposed-orphan
> 
> Hi,
> 
> While reviewing some packages, your package came up as a package that
> should maybe be orphaned by its maintainer, because:
> 
>  * 4 RC bugs with no recent activity
> 
> If you think that it should be removed from Debian instead of being
> orphaned, please reply to this bug and tell so.
> 
> If you agree that it should be orphaned, sending the following commands
> to [EMAIL PROTECTED] should do it (after replacing nn with
> this bug's number):
> 
> severity nn normal
> reassign nn wnpp
> retitle nn O:  -- 
> thanks
> 
> For more information, see
> http://www.debian.org/doc/developers-reference/ch-pkgs.en.html#s-archive-manip
> http://www.debian.org/devel/wnpp/
> 
> If you disagree and want to continue to maintain this package, please
> close this bug, preferably in an upload also fixing the other issues.
> 
> Thank you,
> 
-- 
Andrés Roldán
Ingeniero de Proyectos - Debian Developer - C|EH
Fluidsignal Group S.A.
Where security meets business
http://www.fuidsignal.com/
ISO 9001:2000
ISO/IEC 27001:2005
Teléfono: +57 (4) 3522627 ext. 205
Móvil: +57 313-6463678
PGP Key-ID: 0xB29396EB



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


Bug#452047: marked as done (libopenmpi-dev: /usr/lib/libmpi.so conflicts with other packages' alternatives)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 19:47:21 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#452047: fixed in openmpi 1.2.4-4
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gromacs-openmpi
Version: 3.3.2-2
Severity: normal

Hi Nicholas,

gromacs-openmpi depends on lam4c2 which seems to be wrong. I think it's
related to #451991 but I'm not sure, so I file it as a seperate bug. (I'm
not sure about the severity either.)

Best regards
Manuel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (200, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gromacs-openmpi depends on:
ii  base-files4.0.1  Debian base system miscellaneous f
ii  lam4c27.1.2-1Shared libraries used by LAM paral
ii  libc6 2.6.1-1GNU C Library: Shared libraries
ii  libfftw3-33.1.2-3library for computing Fast Fourier
ii  libopenmpi1   1.2.4-3high performance message passing l
ii  openmpi-bin   1.2.4-3high performance message passing l

Versions of packages gromacs-openmpi recommends:
ii  gromacs 3.3.2-2  Molecular dynamics simulator, with

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: openmpi
Source-Version: 1.2.4-4

We believe that the bug you reported is fixed in the latest version of
openmpi, which is due to be installed in the Debian FTP archive:

libopenmpi-dbg_1.2.4-4_i386.deb
  to pool/main/o/openmpi/libopenmpi-dbg_1.2.4-4_i386.deb
libopenmpi-dev_1.2.4-4_i386.deb
  to pool/main/o/openmpi/libopenmpi-dev_1.2.4-4_i386.deb
libopenmpi1_1.2.4-4_i386.deb
  to pool/main/o/openmpi/libopenmpi1_1.2.4-4_i386.deb
openmpi-bin_1.2.4-4_i386.deb
  to pool/main/o/openmpi/openmpi-bin_1.2.4-4_i386.deb
openmpi-common_1.2.4-4_all.deb
  to pool/main/o/openmpi/openmpi-common_1.2.4-4_all.deb
openmpi-doc_1.2.4-4_all.deb
  to pool/main/o/openmpi/openmpi-doc_1.2.4-4_all.deb
openmpi_1.2.4-4.diff.gz
  to pool/main/o/openmpi/openmpi_1.2.4-4.diff.gz
openmpi_1.2.4-4.dsc
  to pool/main/o/openmpi/openmpi_1.2.4-4.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dirk Eddelbuettel <[EMAIL PROTECTED]> (supplier of updated openmpi package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 12 Dec 2007 09:40:29 -0600
Source: openmpi
Binary: openmpi-common openmpi-bin libopenmpi-dev libopenmpi1 libopenmpi-dbg 
openmpi-doc
Architecture: source all i386
Version: 1.2.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian OpenMPI Maintainers <[EMAIL PROTECTED]>
Changed-By: Dirk Eddelbuettel <[EMAIL PROTECTED]>
Description: 
 libopenmpi-dbg - high performance message passing library -- debug library
 libopenmpi-dev - high performance message passing library -- header files
 libopenmpi1 - high performance message passing library -- shared library
 openmpi-bin - high performance message passing library -- binaries
 openmpi-common - high performance message passing library -- common files
 openmpi-doc - high performance message passing library -- man pages
Closes: 449084 452047
Changes: 
 openmpi (1.2.4-4) unstable; urgency=low
 .
   [ Manuel Prinz ]
   * debian/rules: Several minor changes
 - Added cross-compilation support
 - Replaced (un)patch targets with dpatch's makefile snippet
   * debian/control: Changed Standards-Version to match latest policy
   * debian/control: Several cosmetic changes to control fields
 - XS-Vcs-*: Renamed fields to Vcs-*
 - XS-DM-Upload-Allowed: Added, allowing uploads for Debian Maintainers
 - Homepage: Newly added
 - Build-Depends: Removed libsysfs-dev (Closes: #449084)
 - Build-Depends: Removed automake
 - Uploaders: Added myself
   * Moved include files and libraries to /usr/lib/openmpi and use the "mpi"
 alternative. Tha

Bug#453242: gnustep-base: FTBFS: checking if ffcall trampolines work... no

2007-12-12 Thread Hubert Chathi
On Wed, 12 Dec 2007 08:11:25 +0100, Lucas Nussbaum <[EMAIL PROTECTED]> said:

> On 11/12/07 at 21:10 -0500, Hubert Chathi wrote:
>> Do you have any security-related features enabled?  PaX, grsecurity,
>> SELinux, etc.?  It could be related to GNUstep bug #18968.
>> 
>> http://savannah.gnu.org/bugs/?func=detailitem&item_id=18968

> No. But Opterons have the nx bit. Maybe that's part of the problem?

OK, that may explain why there have been reported problems of ffcall on
amd64 (#451356) even though upstream listed amd64 as having been tested
and working.

Thinking about this more, I really don't like the idea of not being able
to run on a system that has PaX, or grsecurity, or SELinux, as the
Debian default.  It seems like we would be discouraging people from
using the extra security features.

It looks like the best thing to do is to default to libffi, but make it
easy for someone to recompile gnustep-base with ffcall if they want.  I
believe that both options with gnustep-base are binary-compatible
(i.e. one would just need to recompile gnustep-base, and not all of the
GNUstep applications).

-- 
Hubert Chathi <[EMAIL PROTECTED]> -- Jabber: [EMAIL PROTECTED]
PGP/GnuPG key: 1024D/124B61FA http://www.uhoreg.ca/
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA



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



Bug#455969: Balazar will not play a game.

2007-12-12 Thread Brandon
Package: balazar
Version: 0.3.4.ds1-2
Severity: serious
Justification: makes package unusable

Balazar is currently broken. Here are the steps to reproduce:

1) Install balazar
2) rm -rf .balazar* (if you have played before)
3) balazar
4) Play Solo Game -> Start
5) Error: exceptions.UnboundLocalError(local variable 'control'
referenced before assignment

I have included the terminal output in an attached file. It wraps too
much for email.

I have an nvidia card, and am using the 1.0.8776-4 drivers, the same
package that can be found in stable. I am using the latest linux kernel
for Testing.

-Brandon
* Balazar * Balazar lives in /usr/share/games
* Soya * Using 8 bits stencil buffer

* Soya * version 0.13.2
* Using OpenGL 2.0.2 NVIDIA 87.76
*   - renderer : GeForce FX 5500/AGP/SSE2
*   - vendor   : NVIDIA Corporation
*   - maximum number of lights: 8
*   - maximum number of clip planes   : 6
*   - maximum number of texture units : 4
*   - maximum texture size: 4096 pixels
* Using OpenAL 1.1
*   - renderer  : Software
*   - vendor: OpenAL Community

* Tofu * Creating new player wk...
* Balazar * Creating level 0, 0...
* Tofu * Level level_0_0 139418132 activated !
* Tofu * Player wk login !
* Soya * Computing neighbor for Cal3D model, and caching the result in file 
/usr/share/games/balazar/shapes/echassien2/neighbors_0-0...
* Soya * Can't cache Cal3D neighbor face data in file 
/usr/share/games/balazar/shapes/echassien2/neighbors_0-0
* Soya * Computing neighbor for Cal3D model, and caching the result in file 
/usr/share/games/balazar/shapes/balazar/neighbors_0-0...
* Soya * Can't cache Cal3D neighbor face data in file 
/usr/share/games/balazar/shapes/balazar/neighbors_0-0
* Soya * Computing neighbor for Cal3D model, and caching the result in file 
/usr/share/games/balazar/shapes/echassien2/neighbors_1-0...
* Soya * Can't cache Cal3D neighbor face data in file 
/usr/share/games/balazar/shapes/echassien2/neighbors_1-0
* Soya * Computing neighbor for Cal3D model, and caching the result in file 
/usr/share/games/balazar/shapes/[EMAIL PROTECTED]/neighbors_1-0...
* Soya * Can't cache Cal3D neighbor face data in file 
/usr/share/games/balazar/shapes/[EMAIL PROTECTED]/neighbors_1-0
* Soya * Computing neighbor for Cal3D model, and caching the result in file 
/usr/share/games/balazar/shapes/sage/neighbors_1-0...
* Soya * Can't cache Cal3D neighbor face data in file 
/usr/share/games/balazar/shapes/sage/neighbors_1-0
* Soya * Computing neighbor for Cal3D model, and caching the result in file 
/usr/share/games/balazar/shapes/champignon/neighbors_0-0...
* Soya * Can't cache Cal3D neighbor face data in file 
/usr/share/games/balazar/shapes/champignon/neighbors_0-0
Traceback (most recent call last):
  File "/usr/share/games/balazar/gui.py", line 216, in play_solo
r = balazar.game_interface.start_single(globdef.NAME, "test")
  File "/usr/share/games/balazar/game_interface.py", line 110, in start_single
r = tofu.single.serve_forever(login = login, password = password)
  File "/var/lib/python-support/python2.4/tofu/single.py", line 75, in 
serve_forever
return tofu.IDLER.idle()
  File "main_loop.pyx", line 110, in _soya.MainLoop.idle
  File "main_loop.pyx", line 152, in _soya.MainLoop.main_loop
  File "/usr/share/games/balazar/game_interface.py", line 53, in begin_round
soya.tofu4soya.Idler.begin_round(self)
  File "/var/lib/python-support/python2.4/soya/tofu4soya.py", line 42, in 
begin_round
soya.MainLoop.begin_round(self)
  File "main_loop.pyx", line 227, in _soya.MainLoop.begin_round
  File "/usr/share/games/balazar/game_interface.py", line 76, in begin_round
soya.World.begin_round(self)
  File "world.pyx", line 542, in _soya._World.begin_round
  File "/usr/share/games/balazar/level.py", line 69, in begin_round
soya.tofu4soya.Level.begin_round(self)
  File "/var/lib/python-support/python2.4/soya/tofu4soya.py", line 103, in 
begin_round
soya.World.begin_round(self)
  File "world.pyx", line 542, in _soya._World.begin_round
  File "/usr/share/games/balazar/character.py", line 597, in begin_round
soya.tofu4soya.Mobile.begin_round(self)
  File "/var/lib/python-support/python2.4/soya/tofu4soya.py", line 140, in 
begin_round
tofu.Mobile.begin_round(self)
  File "/var/lib/python-support/python2.4/tofu/__init__.py", line 882, in 
begin_round
self.controller.begin_round()
  File "/usr/share/games/balazar/controller.py", line 180, in begin_round
r = action.begin_round()
  File "/usr/share/games/balazar/controller.py", line 253, in begin_round
if control != CONTROL_UNKNOWN:
UnboundLocalError: local variable 'control' referenced before assignment
* Soya3D * Quit...


Bug#454733: marked as done (linux-ftpd-ssl: CVE-2007-6263 remote denial of service)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 18:02:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#454733: fixed in linux-ftpd-ssl 0.17.18+0.3-9.1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-ftpd-ssl
Version: 0.17.18+0.3-3sarge1
Severity: important
Tags: security

Hi,
the following CVE (Common Vulnerabilities & Exposures) id was
published for linux-ftpd-ssl.

CVE-2007-6263[0]:
| The dataconn function in ftpd.c in netkit ftpd (netkit-ftpd) 0.17,
| when certain modifications to support SSL have been introduced, calls
| fclose on an uninitialized file stream, which allows remote attackers
| to cause a denial of service (daemon crash) and possibly have
| unspecified other impact via some types of FTP over SSL protocol
| behavior, as demonstrated by breaking a passive FTP DATA connection in
| a way that triggers an error in the server's SSL_accept function.
| NOTE: the netkit ftp issue is covered by CVE-2007-5769.

If you fix this vulnerability please also include the CVE id
in your changelog entry.

For further information:
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6263

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpP8RRYfXQva.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: linux-ftpd-ssl
Source-Version: 0.17.18+0.3-9.1

We believe that the bug you reported is fixed in the latest version of
linux-ftpd-ssl, which is due to be installed in the Debian FTP archive:

ftpd-ssl_0.17.18+0.3-9.1_i386.deb
  to pool/main/l/linux-ftpd-ssl/ftpd-ssl_0.17.18+0.3-9.1_i386.deb
linux-ftpd-ssl_0.17.18+0.3-9.1.diff.gz
  to pool/main/l/linux-ftpd-ssl/linux-ftpd-ssl_0.17.18+0.3-9.1.diff.gz
linux-ftpd-ssl_0.17.18+0.3-9.1.dsc
  to pool/main/l/linux-ftpd-ssl/linux-ftpd-ssl_0.17.18+0.3-9.1.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nico Golde <[EMAIL PROTECTED]> (supplier of updated linux-ftpd-ssl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Dec 2007 18:34:40 +0100
Source: linux-ftpd-ssl
Binary: ftpd-ssl
Architecture: source i386
Version: 0.17.18+0.3-9.1
Distribution: unstable
Urgency: high
Maintainer: Cai Qian <[EMAIL PROTECTED]>
Changed-By: Nico Golde <[EMAIL PROTECTED]>
Description: 
 ftpd-ssl   - FTP server with SSL encryption support
Closes: 454733
Changes: 
 linux-ftpd-ssl (0.17.18+0.3-9.1) unstable; urgency=high
 .
   * Non-maintainer upload by the testing-security team.
   * Fix remote denial of service cause by passing an
 uninitialized file stream to fopen().Initializing file
 with NULL and checking for NULL before calling fclose()
 fixes this (CVE-2007-6263; Closes: #454733).
Files: 
 e58996ec981d3f364968ae4ab23f12e6 633 net extra 
linux-ftpd-ssl_0.17.18+0.3-9.1.dsc
 86df550e414d9d2d34a8dce80b6d433e 6484 net extra 
linux-ftpd-ssl_0.17.18+0.3-9.1.diff.gz
 d8290f3a9cce071534c571a04ab30fc8 49166 net extra 
ftpd-ssl_0.17.18+0.3-9.1_i386.deb

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

iD8DBQFHYCF2HYflSXNkfP8RAhloAJ4+OvAs5OiESsL1t5R0r3xAgRBuFgCeIjqk
DX+HhwObhBvGMs1IV/S66+0=
=Klud
-END PGP SIGNATURE-


--- End Message ---


Bug#455737: [debian-mysql] Bug#455737: Bug#455737: more CVEs

2007-12-12 Thread Nico Golde
Hi,
* Norbert Tretkowski <[EMAIL PROTECTED]> [2007-12-12 13:49]:
> Am Mittwoch, den 12.12.2007, 10:08 +0100 schrieb Norbert Tretkowski:
> > Am Dienstag, den 11.12.2007, 20:08 +0100 schrieb Steffen Joeris:
> > > CVE-2007-5968:
> > 
> > This CVE was rejected, see
> > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5968
> 
> It's still an issue, but doesn't affect 5.0.x.

Thanks, we automatically get this status too in our CVE list 
by the daily update.
Kind regards
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpJOELenlvGO.pgp
Description: PGP signature


Bug#455959: Link texts not displayed

2007-12-12 Thread Philipp Klaus Krause
Package: libxul0d
Version: 1.8.1.11-1
Severity: grave

Iceweasel does not display some link texts. I see this problem on many
websites. Example: On http://www.us.debian.org/ the links "About Debian"
and "Getting Debian" links in the upper left are not visible (they're
just empty blue buttons.
On the left the "Social contract" link has no text, there's just some
underlined empty space. About half of the links on
http://www.us.debian.org/ have this problem, the others display just
fine. The situation is similar for other websites.
Typically links are just displayed as underlined empty space by
iceweasel when the text is missing.

I did not see this problem in earlier versions.

I have no such problem in konqueror and epiphany (webkit version).
The problem occours in other gecko-based browsers like galeon.

I use Debian unstable for amd64.
My libxul0d and libxul-common version is 1.8.1.11-1.
I have iceweasel-l10n-de 2.0.0.11+debian1 installed,
iceweasel version is 2.0.0.11-1, galeon version is 2.0.2-4

Philipp



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



Bug#455913: Checkpoint Client stopped working with 0.9.48

2007-12-12 Thread Aldemir Akpinar
Package: wine
Version: 0.9.48-1
Severity: grave

With the latest upgrade to 0.9.48 wine started crashing the Checkpoint client 
software (aka SmartDashboard). I am pasting the error I get, below. I have also 
tried getting the latest deb file from winehq (0.9.49), but this didn't work 
either. Here is the error I get:

wine: Unhandled page fault on read access to 0x4f446ebf at address 0x7d659af7 
(thread 0011), starting debugger...
Unhandled exception: page fault on read access to 0x4f446ebf in 32-bit code 
(0x7d659af7).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:7d659af7 ESP:0034ea34 EBP:0034eabc EFLAGS:00010246(   - 00  -RIZP1)
 EAX:4f446e6f EBX:7d69508c ECX:7d6945c0 EDX:9e39acea
 ESI:027d2a78 EDI:027d0048
Stack dump:
0x0034ea34:  0034ea58 0265144d 7bc31baf 02e11788
0x0034ea44:  028b3a0d 027636bc 028bf3f6 028bf309
0x0034ea54:  027636bc   026517e0
0x0034ea64:  027636b0 02679025 027dd580 0034eacc
0x0034ea74:   023f9268  023f2e00
0x0034ea84:  0034eac0 02652353 023f2dbc 027636b0
Backtrace:
=>1 0x7d659af7 setup_nswindow+0x27() in mshtml (0x0034eabc)
  2 0x7d6641b8 in mshtml (+0x441b8) (0x0034eaec)
  3 0x02d0c4b5 in gklayout (+0x11c4b5) (0x0034ebe4)
  4 0x02d0c754 in gklayout (+0x11c754) (0x0034ec3c)
  5 0x02d703fa in gklayout (+0x1803fa) (0x0034ecb8)
  6 0x02bfe5f7 in gklayout (+0xe5f7) (0x0034ed68)
  7 0x0318bb44 in docshell (+0xbb44) (0x0034ed8c)
  8 0x03182b87 in docshell (+0x2b87) (0x0034efa4)
  9 0x0318ba2e in docshell (+0xba2e) (0x0034efd4)
  10 0x03194b2a in docshell (+0x14b2a) (0x0034f014)
  11 0x03194423 in docshell (+0x14423) (0x0034f058)
  12 0x03194258 in docshell (+0x14258) (0x0034f08c)
  13 0x02af6756 in necko (+0x6756) (0x0034f0c4)
  14 0x02d304f0 in gklayout (+0x1404f0) (0x0034f0ec)
  15 0x02d2de86 in gklayout (+0x13de86) (0x0034f108)
  16 0x03086f5d in gkparser (+0x6f5d) (0x0034f120)
  17 0x030918c6 in gkparser (+0x118c6) (0x0034f150)
  18 0x02cd7b97 in gklayout (+0xe7b97) (0x0034f178)
  19 0x0318a414 in docshell (+0xa414) (0x0034f198)
  20 0x031c377c in webbrwsr (+0x377c) (0x0034f1d4)
  21 0x031c1463 in webbrwsr (+0x1463) (0x0034f224)
  22 0x7d63c0f2 in mshtml (+0x1c0f2) (0x0034f254)
  23 0x7d73811b deactivate_document+0x19b() in shdocvw (0x0034f284)
  24 0x7d73dfcb in shdocvw (+0xdfcb) (0x0034f324)
  25 0x7d73f1c1 navigate_url+0x261() in shdocvw (0x0034f374)
  26 0x7d746299 in shdocvw (+0x16299) (0x0034f3b4)
  27 0x5f42043d in mfc42 (+0x2043d) (0x0034f43c)
  28 0x56f33d20 in asmeditors (+0x73d20) (0x0001)
  29 0x (0x)
0x7d659af7 setup_nswindow+0x27 in mshtml: movl0x50(%eax),%eax
Modules:
ModuleAddressDebug infoName (276 modules)
PE  35-  362000Deferredrwuxthemes
PE  37-  3b8000Deferredvc6-re200l
PE  40-  a74000Deferredfwpolicy
PE 244- 2505000Deferredcpan~d5a
PE 253- 2587000Deferredsdsapp
PE 264- 2646000Deferredxpcom
PE 265- 26b9000Deferredxpcom_core
PE 26c- 26e7000Deferrednspr4
PE 26f- 26f7000Deferredplc4
PE 270- 2706000Deferredplds4
PE 282- 282f000Deferredjsd3250
PE 283- 28a1000Deferredjs3250
PE 28b- 28e5000Deferredxpc3250
PE 28f- 2921000Deferredfreebl3
PE 293- 2946000Deferredgkgfx
PE 295- 2963000Deferredjsj3250
PE 297- 2976000Deferredmozctlx
PE 298- 2991000Deferredmozz
PE 29a- 29fb000Deferrednss3
PE 2a0- 2a3f000Deferredsoftokn3
PE 2a4- 2a7e000Deferrednssckbi
PE 2a8- 2a9a000Deferredsmime3
PE 2aa- 2acDeferredssl3
PE 2ac- 2ad4000Deferredxpcom_compat
PE 2ae- 2ae6000Deferredxpistub
PE 2af- 2b6d000Export  necko
PE 2b7- 2b7c000Deferredxppref32
PE 2b8- 2bae000Deferredi18n
PE 2bb- 2bcf000Deferredembedcomponents
PE 2bd- 2bdf000Deferredcaps
PE 2be- 2bec000Deferredtypeaheadfind
PE 2bf- 2e89000Export  gklayout
PE 2fa- 2fc7000Deferredimglib2
PE 2fd- 2feb000Deferredrdf
PE 2ff- 3028000Deferredappcomps
PE 303- 304Deferredappshell
PE 304- 304f000Deferredprofile
PE 305- 3057000Deferredxpcom_compat_c
PE 306- 3067000Deferredsroaming
PE 307- 308Deferredchrome
PE 308- 30b9000Export  gkparser
PE 30c- 317e000Deferreduconv
PE 318- 31ac000Export  docshell
PE 31b- 31ba000Deferrednsprefm
PE 31c- 31ce000Export  webbrwsr

Bug#455908: amarok: Fails to install due to unavailable libmtp6

2007-12-12 Thread Brian DeRocher
Package: amarok
Version: 1.4.7-1+b2
Severity: grave
Justification: renders package unusable

Looks like amarok for powerpc uses libmtp7 and for amd64 it uses libmtp6.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
pn  amarok-engines | amarok(no description available)
ii  kdelibs4c2a 4:3.5.8.dfsg.1-4 core libraries and binaries for al
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libaudio2   1.9.1-1  Network Audio System - shared libr
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.2-4GCC support library
ii  libgl1-mesa-glx [libgl1 7.0.2-2  A free implementation of the OpenG
ii  libglib2.0-02.14.4-2 The GLib library of C routines
pn  libgpod1   (no description available)
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.1-1GNU libidn library, implementation
pn  libifp4(no description available)
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libkarma0   0.0.6-3  Rio Karma access library [runtime 
pn  libmtp5(no description available)
ii  libmysqlclient15off 5.0.45-4 MySQL database client library
pn  libnjb5(no description available)
ii  libpng12-0  1.2.15~beta5-3   PNG library - runtime
ii  libpq5  8.2.5-4  PostgreSQL C client library
ii  libqt3-mt   3:3.3.7-9Qt GUI Library (Threaded runtime v
ii  libruby1.8  1.8.6.111-2  Libraries necessary to run Ruby 1.
ii  libsdl1.2debian 1.2.12-1 Simple DirectMedia Layer
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsqlite3-03.4.2-2  SQLite 3 shared library
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-8+b1 TagLib Audio Meta-Data Library
ii  libtagc01.4-8+b1 TagLib Audio Meta-Data Library (C 
ii  libtunepimp50.5.3-6  MusicBrainz tagging library
ii  libusb-0.1-42:0.1.12-8   userspace USB programming library
ii  libvisual-0.4-0 0.4.0-2  Audio visualization framework
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  ruby1.8.2-1  An interpreter of object-oriented 
ii  unzip   5.52-10  De-archiver for .zip files
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.8-1  enables the browsing of audio CDs 



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



Bug#264107: O: dia2code -- a dia-UML code generator

2007-12-12 Thread Lucas Nussbaum
On 12/12/07 at 14:53 +0100, Francesco Aloe wrote:
> hi,
> im still interesting to adopt this package, i apologise for my low
> prefit work still now, a lot of things happend in my life in that period
> and i have been fair from debian.
> I have already packaged, have to be upload after to find a sponsored.
> I don find the bug 264107 in wnpp, it is removed already?

No, the package hasn't been removed. I'm ccing it the bug.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


signature.asc
Description: Digital signature


Bug#264107: 264107 ITA: dia2code -- a dia-UML code generator

2007-12-12 Thread Francesco aloe
Hi,
Im still intented to adopt this package




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



Bug#195969: O: libzvt2.0-0 -- The GNOME 2 zvt (zterm) widget

2007-12-12 Thread Tollef Fog Heen
* Lucas Nussbaum 

| Please note that rcalc and root-portal depend on this package, and will
| break if it is removed. Which action should be taken regarding rcalc and
| root-portal?

I don't think root-portal has many users any more and I don't use it,
so if you'd be so kind as to file a removal bug for that together with
the removal bug for libzvt2.0-0, that'd be good.

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



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



Bug#455737: [debian-mysql] Bug#455737: Bug#455737: more CVEs

2007-12-12 Thread Norbert Tretkowski
Am Mittwoch, den 12.12.2007, 10:08 +0100 schrieb Norbert Tretkowski:
> Am Dienstag, den 11.12.2007, 20:08 +0100 schrieb Steffen Joeris:
> > CVE-2007-5968:
> 
> This CVE was rejected, see
> http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5968

It's still an issue, but doesn't affect 5.0.x.

Norbert




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



Processed: add pending

2007-12-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 454973 + pending
Bug#454973: gnome-subtitles: FTBFS: **: file shared.c: line 337 
(shm_semaphores_init): assertion failed: (tmp_shared != NULL)
There were no tags set.
Tags added: pending

> --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#446665: mercury: should this package be removed?

2007-12-12 Thread Roy Ward

Lucas Nussbaum wrote:

> I don't know anything about mercury, but maybe it would be a better plan
> to package rotds, and find and fix bugs in them, instead of trying to
> get an old version in debian, and then switching to a brand new release
> just before lenny.
>
> Note that you could also decide to include a rotd in lenny, if upstream
> hasn't released anything by then...
>
> I think that the answer to that actually is "our priority is our users".
> What's the most useful choice for our users? ;)

Well, the most useful thing for users is to have a somewhat recent version of 
Mercury ;-)

As for the release vs. rotd, I'm really in two minds on that - gcc-3.4 is very old (I thought I saw a post somewhere 
suggesting that gcc-3.4 getting retired from Debian at some point, although I was unable to find the post when I went 
back to look for it). Also mercury-0.13.1 is a year old, and the rotds are very good.


On the other hand, at least one of the reasons that the previous version of Mercury never made it to testing/stable is 
that it got caught in the rotd versions - the maintainer didn't want a rotd ending up in stable. Also, as a user I use 
0.13.1 for all my Mercury development, so it is at least a viable option.


If anyone else reads this (and I could check on the Mercury mailing list as well and ask the other users directly), I'm 
open to suggestions on this.


There's also another delay on me spending time on this - I'm shortly going away 
till end of Jan.

Cheers,
Roy Ward.



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



Bug#455482: PyZenity

2007-12-12 Thread Loïc Minier
Hi,

 NB: @bugs.debian.org only mails the maintainer, not the
 submitter.  -submitter@ mails both.

On Mon, Dec 10, 2007, Brian Ramos wrote:
>  A few
> years ago I decided I wanted to learn how to use the new (in 2.4)
> subprocess module.
[...]
>   but the purpose of the
> module was not to create a serious module to do GUIs in python, it was
> to experiment with subprocess.
[...]

 Point a) One motivation was your own (to experiment with subprocess);
 Debian has obviously nothing to do with this.

> So, yes PyZenity is crack.  The "right" way to do it is to certainly
> use PyGtk, which I do in my own programs

 Point b) You agree that PyZenity is crack and not the right way to do
 things properly.

> Siegfried-Angel found it useful to some degree and decided he wanted
> to make a deb package for it, which is great.

 Point c) Siegfried-Angel finds it useful, and you claim other people do
 find it useful as well.

> Do I think it should be
> included in Debian?  Probably not.

 Point d) You don't think it should be included in Debian.

 Summarizing, the only motivation to keep pyzenity is convenience, but
 at the same time we would acknowledge that relying on pyzenity is the
 improper way to do things.  I can imagine local scripts could use
 pyzenity, but there's no plan to have any Debian package depend on it.

 I would recommend hosting pyzenity packges outside of Debian or in an
 unofficial repository; I hope you understand why I'm unhappy that
 Debian would have to maintain and would advertize software which you
 and me consider the improper way to do things.

 I'd like to hear from the Maintainer and/or sponsor.  Cc:ing Bernd.  If
 they agree that pyzenity is best kept out of Debian, I'll file a
 removal request.

   Bye,
-- 
Loïc Minier




Bug#455704: marked as done (apt-listchanges: generates UnicodeError instead of sending mail)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 11:02:02 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455704: fixed in apt-listchanges 2.79
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: apt-listchanges
Version: 2.78
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I experienced today that apt-listchanges generated a UnicodeError instead
of sending the usual changelog mail (I have [EMAIL PROTECTED], so apt
displays german messages):

Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Lese Changelogs...
apt-listchanges: Sende E-Mail an root: apt-listchanges: Changelogs für treasure
Traceback (most recent call last):
  File "/usr/bin/apt-listchanges", line 227, in ?
main()
  File "/usr/bin/apt-listchanges", line 207, in main
apt_listchanges.mail_changes(config.email_address, changes, subject)
  File "/usr/share/apt-listchanges/apt_listchanges.py", line 93, in mail_changes
message['Subject'] = email.Header.Header(subject, 'utf-8')
  File "email/Header.py", line 168, in __init__
  File "email/Header.py", line 252, in append
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 29-34: 
unsupported Unicode code range
(Lese Datenbank ... 215542 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereiten zum Ersetzen von libdirectfb-1.0-0 1.0.1-3 (durch 
.../libdirectfb-1.0-0_1.0.1-5_i386.deb) ...
Entpacke Ersatz für libdirectfb-1.0-0 ...
Vorbereiten zum Ersetzen von pdfedit 0.3.2-4 (durch 
.../pdfedit_0.3.2-5_i386.deb) ...
Entpacke Ersatz für pdfedit ...
Richte libdirectfb-1.0-0 ein (1.0.1-5) ...
Richte pdfedit ein (0.3.2-5) ...
[ Rootkit Hunter version 1.3.0 ]
File updated: searched for 150 files, found 129
Drücken Sie zum Fortsetzen die Eingabetaste.


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23treasure1 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-listchanges depends on:
ii  apt   0.7.9  Advanced front-end for dpkg
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  debianutils   2.28.2 Miscellaneous utilities specific t
ii  python2.4.4-6An interactive high-level object-o
ii  python-apt0.7.4  Python interface to libapt-pkg
ii  python-support0.7.5  automated rebuilding support for p
ii  ucf   3.004  Update Configuration File: preserv

Versions of packages apt-listchanges recommends:
ii  python-glade2   2.12.0-2 GTK+ bindings: Glade support
ii  python-gtk2 2.12.0-2 Python bindings for the GTK+ widge
ii  qmail-run [mail-tra 1.03+calvin-0calvin3 Secure, reliable, efficient, simpl

- -- debconf information:
* apt-listchanges/confirm: false
* apt-listchanges/email-address: root
* apt-listchanges/which: both
* apt-listchanges/frontend: mail
* apt-listchanges/overwrite_etc_apt_listchanges_conf: true
* apt-listchanges/save-seen: true

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

iD8DBQFHXlwfeBwlBDLsbz4RAojYAKCw6k2uAiM4/tzMr3RZzQ/VAEQCewCgpEIB
/8dBFfRsNKTIedPZEG2P1PU=
=63Z3
-END PGP SIGNATURE-


--- End Message ---
--- Begin Message ---
Source: apt-listchanges
Source-Version: 2.79

We believe that the bug you reported is fixed in the latest version of
apt-listchanges, which is due to be installed in the Debian FTP archive:

apt-listchanges_2.79.dsc
  to pool/main/a/apt-listchanges/apt-listchanges_2.79.dsc
apt-listchanges_2.79.tar.gz
  to pool/main/a/apt-listchanges/apt-listchanges_2.79.tar.gz
apt-listchanges_2.79_all.deb
  to pool/main/a/apt-listchanges/apt-listchanges_2.79_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Habouzit <[EMAIL PROTECTED]> (supplier of updated apt-listchanges 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-B

Bug#455716: marked as done (please provide a libgwenhywfar38-dev in parallel to libgwenhywfar47-dev)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 12:13:26 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455716: please provide a libgwenhywfar38-dev in parallel 
to libgwenhywfar47-dev
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Source: libgwenhywfar
Version: 2.9.3~beta-1
Severity: serious

Please provide a libgwenhywfar38-dev in parallel to libgwenhywfar47-dev.
Otherwise libchipcard3 will fail to build from source. Moreover it's
needed by AqBanking 2.

Regards
  Micha


--- End Message ---
--- Begin Message ---
Hi,

instead of packaging libgwenhywfar38-dev in parallel to
libgwenhywfar47-dev I decided to deprecate libchipcard3 in favour of
libchipcard (>= 4), to deprecate AqBanking 2 in favour of AqBanking 3.
Thus there is no need for a libgwenhywfar38-dev any more.

Micha

--- End Message ---


Bug#447595: closed by Paul Slootman <[EMAIL PROTECTED]> (Re: Bug#447595: rsync writes zeros to destination files on nfs volum

2007-12-12 Thread Andreas Ley
>There is: http://bugs.debian.org/ is the main page,
>http://bugs.debian.org/447595 shows the log of this specific bug.

Good to know - when I reported my problem to kernel.org, I got a reply
with the URL to the report's page - there was no such URL in the debian
answer. Dumb of me not to look for myself, but may I suggest that the
URL gets added to the standard reply template? Would help the ignorant
people :)

>There's no log of your response there either, so unfortunately it seems
>that your message was lost somewhere :-(

Ok, but since the problem is solved, no need to worry about that. Thanks
for your cooperation and the work you do! Hope not to (need to) hear from
you any more :)

Merry christmas!

Bye, Andy

-- 
Andreas Ley, Rechenzentrum, Universitaet Karlsruhe, D-76128 Karlsruhe, Germany
[EMAIL PROTECTED], Phone: +49 721 608 6341, Fax: +49 721 32550
"If you spend more on coffee than on IT security, you will be hacked. What's
more, you deserve to be hacked." -- White House cybersec. adviser Richard Clarke



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



Bug#446665: mercury: should this package be removed?

2007-12-12 Thread Lucas Nussbaum
On 30/11/07 at 17:22 +1300, Roy Ward wrote:
> Lucas Nussbaum wrote:
> > Have you made some progress on this package?
>
> Some, but not enough to submit a package.
>
> One bit of news is that gcc-3.3 is going to be the required compiler. I've 
> looking at building Mercury 0.13.1 with several versions of gcc on x86 and 
> amd64, and while projects are fine with a later gcc, Mercury itself won't 
> build under newer versions. The next upstream release (whenever that is) 
> will shift gcc versions to 4.1 or 4.2.
>
> If someone reading this can tell me that a version of gcc that old is not 
> acceptable, I'll package a rotd (release of the day), and then gamble that 
> there is a full upstream release before the Lenny release.

I don't know anything about mercury, but maybe it would be a better plan
to package rotds, and find and fix bugs in them, instead of trying to
get an old version in debian, and then switching to a brand new release
just before lenny.

Note that you could also decide to include a rotd in lenny, if upstream
hasn't released anything by then...

I think that the answer to that actually is "our priority is our users".
What's the most useful choice for our users? ;)
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#452311: marked as done (libvlc0-dev: build failed because of libtheora)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 10:53:32 +
with message-id <[EMAIL PROTECTED]>
and subject line try closing with the source version.
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libvlc0-dev
Version: 0.8.6.c-3+b1
Severity: grave
Justification: renders package unusable

Hi,

It's impossible to build the tuto found here :
http://doc.qtfr.org/post/2007/02/21/Integration-de-VLC


make
g++  -o tuto_vlc tuto_vlc.o-L/usr/lib -lvlc -lQtGui -lQtCore -lpthread
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libvlc.so: undefined reference to [EMAIL PROTECTED]'


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvlc0-dev depends on:
ii  libvlc0 0.8.6.c-3+b1 multimedia player and streamer lib

libvlc0-dev recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---

Version: 0.8.6.c-3

try closing with the source version.



--- End Message ---


Bug#455704: apt-listchanges: fixed using ugettext

2007-12-12 Thread Bastian Kleineidam
Package: apt-listchanges
Version: 2.78
Followup-For: Bug #455704

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I fixed the error using ugettext() instead of lgettext().
Now there is no encoding error anymore.

Regards,
  Bastian

- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.23treasure1 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-listchanges depends on:
ii  apt   0.7.9  Advanced front-end for dpkg
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  debianutils   2.28.2 Miscellaneous utilities specific t
ii  python2.4.4-6An interactive high-level object-o
ii  python-apt0.7.4  Python interface to libapt-pkg
ii  python-support0.7.5  automated rebuilding support for p
ii  ucf   3.004  Update Configuration File: preserv

Versions of packages apt-listchanges recommends:
ii  python-glade2   2.12.0-2 GTK+ bindings: Glade support
ii  python-gtk2 2.12.0-2 Python bindings for the GTK+ widge
ii  qmail-run [mail-tra 1.03+calvin-0calvin3 Secure, reliable, efficient, simpl

- -- debconf information:
* apt-listchanges/confirm: false
* apt-listchanges/email-address: root
* apt-listchanges/which: both
* apt-listchanges/frontend: mail
* apt-listchanges/overwrite_etc_apt_listchanges_conf: true
* apt-listchanges/save-seen: true

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

iD8DBQFHX7XKeBwlBDLsbz4RAqOvAJ9SwPs/htS7l2ohthQqzjQub9FfRACg0Gpb
eKQ5DeoYHskTfxVdIQDmcTw=
=ENuO
-END PGP SIGNATURE-
--- ALChacks.py.orig2007-12-12 11:16:56.0 +0100
+++ ALChacks.py 2007-12-12 10:07:03.0 +0100
@@ -33,7 +33,7 @@
 
 def _(x):
 try:
-return gettext.translation('apt-listchanges').lgettext(x)
+return gettext.translation('apt-listchanges').ugettext(x)
 except: return x
 
 # forcibly export _


Bug#431026: marked as done (knowledgeroot: clarify licence for HTMLSax3.php)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 10:17:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#431026: fixed in knowledgeroot 0.9.8.5-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: knowledgeroot
Version: 0.9.8.2-1
Severity: normal

Hi !

The file HTMLSax3.php has a PHP licence which is not listed in
debian/copyright.

Furthermore, the version of this licence is not clear, 2.02 is given but
linked to 3.0 ...

However, as a part of PEAR I don't see anything wrong with it, but you
may list it in debian/copyright..


Romain


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.20-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
Source: knowledgeroot
Source-Version: 0.9.8.5-2

We believe that the bug you reported is fixed in the latest version of
knowledgeroot, which is due to be installed in the Debian FTP archive:

knowledgeroot_0.9.8.5-2.diff.gz
  to pool/main/k/knowledgeroot/knowledgeroot_0.9.8.5-2.diff.gz
knowledgeroot_0.9.8.5-2.dsc
  to pool/main/k/knowledgeroot/knowledgeroot_0.9.8.5-2.dsc
knowledgeroot_0.9.8.5-2_all.deb
  to pool/main/k/knowledgeroot/knowledgeroot_0.9.8.5-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank Habermann <[EMAIL PROTECTED]> (supplier of updated knowledgeroot package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Dec 2007 22:30:45 +0200
Source: knowledgeroot
Binary: knowledgeroot
Architecture: source all
Version: 0.9.8.5-2
Distribution: unstable
Urgency: low
Maintainer: Frank Habermann <[EMAIL PROTECTED]>
Changed-By: Frank Habermann <[EMAIL PROTECTED]>
Description: 
 knowledgeroot - web-based knowledgebase system
Closes: 431026
Changes: 
 knowledgeroot (0.9.8.5-2) unstable; urgency=low
 .
   * now using package php-xml-htmlsax3 for htmlsax3 features that also clearify
 the license problems (Closes: #431026)
   * changed standards-version from 3.7.2 to 3.7.3
Files: 
 89d42a3f52a5d0052fd08f3e397e2f15 595 web optional knowledgeroot_0.9.8.5-2.dsc
 be4f8c589f7346f9828a98ac78914108 5868 web optional 
knowledgeroot_0.9.8.5-2.diff.gz
 4585f0de8ded3dc89bb225738b62b838 1239566 web optional 
knowledgeroot_0.9.8.5-2_all.deb

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

iD8DBQFHX7FR+C5cwEsrK54RAn1+AKCwyKOdlGyCyIeU/ixHRT7CfffEkQCfdrqm
uFHSsHML2c/pFl4yUXcoYYw=
=GYSZ
-END PGP SIGNATURE-


--- End Message ---


Bug#452167: xserver-xorg-core: xserver crashes briefly after startup of window manager

2007-12-12 Thread Wolf Wiegand
Hi,

Brice Goglin wrote:

> > I am using IceWM. I'll try to run gdb on the X server, but probably not
> > before next weekend.
> 
> It's probably similar to #451989 then, which is supposed to be fixed by
> the next upload of xserver-xorg-core. I am merging these bugs.

Thanks, I had missed that IceWM could have been involved in this issue,
even though I did have a look at some other recent bugs of
xserver-xorg-core. I just installed xserver-xorg-core
2:1.4.1~git20071119 and ran Gnome, no problems there. So this indeed
seems to be related to IceWM.

Thanks - Wolf
-- 
Wie unser Internet schöner wird: Ich werde demütig und verständnisvoll nicken, 
wenn meine computerversierte Freundin sich weigert, mir zum einhundertsten Mal 
zu erklären, wie Windows/das Internet/Word funktioniert. Anschließend werde ich 
mir mein Wissen einfach selbst erarbeiten und es auch zu behalten versuchen. 
(die tageszeitung)




Bug#455875: missing Replaces:?

2007-12-12 Thread Rene Engelhard
Package: libnss3-1d-dbg
Version: 3.12.0~1.9b1-1
Severity: serious

Unpacking replacement libnss3-0d ...
Unpacking libnss3-1d-dbg (from libnss3-1d-dbg_3.12.0~1.9b1-1_amd64.deb) ...
dpkg: error processing libnss3-1d-dbg_3.12.0~1.9b1-1_amd64.deb (--install):
 trying to overwrite `/usr/lib/debug/usr/lib/libsoftokn3.so.0d', which is also 
in package libnss3-0d-dbg
dpkg-deb: subprocess paste killed by signal (Broken pipe)

Regards,

Rene



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



Bug#455737: [debian-mysql] Bug#455737: more CVEs

2007-12-12 Thread Norbert Tretkowski
Am Dienstag, den 11.12.2007, 20:08 +0100 schrieb Steffen Joeris:
> CVE-2007-5968:

This CVE was rejected, see
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5968

Norbert




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



Bug#453242: gnustep-base: FTBFS: checking if ffcall trampolines work... no

2007-12-12 Thread Lucas Nussbaum
On 11/12/07 at 21:10 -0500, Hubert Chathi wrote:
> Hi Lucas,
> 
> On Tue, 27 Nov 2007 23:44:23 +0100, Lucas Nussbaum <[EMAIL PROTECTED]> said:
> 
> > During a rebuild of all packages in sid, your package failed to build
> > on i386.
> 
> > I'm building in an i386 chroot on amd64. Maybe that's part of the
> > problem.
> 
> > Relevant part:
> 
> >> checking if ffcall trampolines work... no none
> >> 
> >> You have ffcall, but it does not work properly. Most likely because
> >> your system's security policy is blocking some parts of ffcall we
> [...]
> 
> Do you have any security-related features enabled?  PaX, grsecurity,
> SELinux, etc.?  It could be related to GNUstep bug #18968.
> 
> http://savannah.gnu.org/bugs/?func=detailitem&item_id=18968

No. But Opterons have the nx bit. Maybe that's part of the problem?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Processed: severity of 455704 is grave

2007-12-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.10.11
> severity 455704 grave
Bug#455704: apt-listchanges: generates UnicodeError instead of sending mail
Severity set to `grave' from `normal'

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#432755: marked as done (flashplugin-nonfree: md5sum mismatch)

2007-12-12 Thread Debian Bug Tracking System
Your message dated Wed, 12 Dec 2007 09:15:51 +0100
with message-id <[EMAIL PROTECTED]>
and subject line flashplugin-nonfree: md5sum mismatch
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: flashplugin-nonfree
Version: 9.0.31.0.4
Severity: grave
Justification: renders package unusable

Impossible to install flashplugin-nonfree due to mismatching versions.

> Download done.
> md5sum mismatch install_flash_player_9_linux.tar.gz
> The Flash plugin is NOT installed.

I think package is build for version 9.0.31.0 and downloading adobe URL 
"http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz";
 which points to version 9,0,48,0 makes md5sum fail.



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2007-07-07 (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf-2.0]   1.5.13   Debian configuration management sy
ii  fontconfig  2.4.2-1.2generic font configuration library
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libexpat1   1.95.8-3.4   XML parsing C library - runtime li
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1  FreeType 2 font engine, shared lib
ii  libglib2.0-02.12.12-1+b1 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libpango1.0-0   1.16.4-1+b1  Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxau6 1:1.0.3-2X11 authorisation library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxdmcp6   1:1.0.2-2X11 Display Manager Control Protoc
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.1-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  wget1.10.2-3 retrieves files from the web
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

flashplugin-nonfree recommends no packages.

-- debconf information:
  flashplugin-nonfree/httpget: false
  flashplugin-nonfree/not_exist:
  flashplugin-nonfree/local:

--- End Message ---
--- Begin Message ---
Now documented on http://wiki.debian.org/FlashPlayer :

Supported versions
  * flashplugin-nonfree version 9.0.115.0.1~bpo40+1 : Should work on
Debian Etch (stable). 
  * flashplugin-nonfree version 9.0.115.0.1 : Should work on Debian
Lenny (testing) and should work on Debian Sid (unstable). 

If you use any other version, then you are strongly advised to remove
all instances of libflashplayer.so on your system at once for security
reasons.



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


Bug#455872: splashy: Fails to initialize, messes up loading other modules

2007-12-12 Thread Georg Wittenburg
Package: splashy
Version: 0.3.7-1
Severity: critical
Justification: breaks the whole system


Hi!

After upgrading to splashy 0.3.7, splashy fails to start with error code
-3 from splashy_start_splashy().

What is worse, several unrelated other modules fail to load afterwards,
e.g. all sound drivers (snd_*) and the WLAN driver iwl4965. This
effectively breaks sound and networking on my system.

I haven't seen any suspicios messages in dmesg or syslog that would
point to what exactly the problem is, but I could provide the output if
necessary. As a workaround I removed "splash" from the kernel command
line and the system works fine.

Regards,

   Georg


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages splashy depends on:
ii  initramfs-tools 0.90atools for generating an initramfs
ii  libc6   2.7-3GNU C Library: Shared libraries
ii  libdirectfb-1.0-0   1.0.1-5  direct frame buffer graphics - sha
ii  libgcc1 1:4.2.2-4GCC support library
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libmagic1   4.21-3   File type determination library us
ii  libsplashy1 0.3.7-1  Library to draw splash screen on b
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

splashy recommends no packages.

-- no debconf information



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