Bug#581069: marked as done (sip-tester: GPL code linked with OpenSSL without permission)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 06:32:09 +
with message-id e1ongjp-00013c...@ries.debian.org
and subject line Bug#581069: fixed in sip-tester 1:3.1-1
has caused the Debian Bug report #581069,
regarding sip-tester: GPL code linked with OpenSSL without permission
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
581069: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sip-tester
Version: 3.1.r590-1
Severity: serious

Among the many lintian complaints for sip-tester I saw this:

E: sip-tester: possible-gpl-code-linked-with-openssl
http://lintian.debian.org/tags/possible-gpl-code-linked-with-openssl.html

I've confirmed that the upstream code does not contain any exception to
the GPL to allow it to be linked against OpenSSL. In addition there is
almost zero copyright information in the code so it isn't clear who can
add such an exception.

For more info, see these links from the ftp-master's reject FAQ:

http://ftp-master.debian.org/REJECT-FAQ.html
http://www.openssl.org/support/faq.html#LEGAL2
http://www.gnome.org/~markmc/openssl-and-the-gpl.html

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sip-tester depends on:
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.5.0-2  GCC support library
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand
ii  libpcap0.81.1.1-2system interface for user-level pa
ii  libssl0.9.8   0.9.8n-1   SSL shared libraries
ii  libstdc++64.4.2-9The GNU Standard C++ Library v3

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
---End Message---
---BeginMessage---
Source: sip-tester
Source-Version: 1:3.1-1

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

sip-tester_3.1-1.diff.gz
  to main/s/sip-tester/sip-tester_3.1-1.diff.gz
sip-tester_3.1-1.dsc
  to main/s/sip-tester/sip-tester_3.1-1.dsc
sip-tester_3.1-1_amd64.deb
  to main/s/sip-tester/sip-tester_3.1-1_amd64.deb
sip-tester_3.1.orig.tar.gz
  to main/s/sip-tester/sip-tester_3.1.orig.tar.gz



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 581...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Purcell m...@debian.org (supplier of updated sip-tester 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 13 Jun 2010 16:15:44 +1000
Source: sip-tester
Binary: sip-tester
Architecture: source amd64
Version: 1:3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 sip-tester - a performance testing tool for the SIP protocol
Closes: 450035 510663 581067 581069 581335
Changes: 
 sip-tester (1:3.1-1) unstable; urgency=low
 .
   * New Upstream Release - (Closes: #510663)
   * Update debian/watch - (Closes: #450035)
   * Switch Maintainer: Debian VoIP Team pkg-voip-maintainers
 - Thanks  Welcome ARAKI Yasuhiro
   * Switch to cdbs
 - Added ${misc:Depends}
   * Update to Standards 3.8.0:
 - Add Homepage:
 - Add Vcs- headers
 - debian/compat - 7
   * Update debian/copyright
   * debian/patches/include-limits.patch
   * Drop OpenSSL support - Build-Conflicts: libssl-dev
 - possible-gpl-code-linked-with-openssl
 - Fixes GPL code linked with OpenSSL without permission (Closes: #581069)
   * Add resonable man page with help2man - sipp.1 (Closes: #581067)
   * Enable GLS - Build-Depends:  enable-gsl.patch (Closes: #581335)
Checksums-Sha1: 
 159a384951caf480c09fa1e6176d6a85efd95f95 1339 sip-tester_3.1-1.dsc
 781e50a74844abbdff1b90781fa24d062f0c1352 9428792 sip-tester_3.1.orig.tar.gz
 

Bug#584600: cronjob fails silently

2010-06-13 Thread Alexander Galanin
Package: apticron
Version: 1.1.41
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I found the root cause of the problem:
In line 165 of /usr/sbin/apticron script tries to check that package is
installed:

i=`dpkg -s $p 2/dev/null| grep ^Status: install ok installed`
if [ -z $i ] ; then

But grep returns non-zero code there are no matching line (package is
not installed). So script will exit because it lanched with -e bash option.

Patch:

- --- a/apticron   2010-05-27 05:33:38.0 +0400
+++ b/apticron   2010-06-13 11:00:01.0 +0400
@@ -162,8 +162,7 @@
 if [ $NOTIFY_NEW = 0 ]; then
# new packages don't go to the upgrading candidates list (see #531002)
for p in $PKGNAMES; do
- -   i=`dpkg -s $p 2/dev/null| grep ^Status: install ok 
installed`
- -   if [ -z $i ] ; then
+   if [ -z `dpkg -s $p 2/dev/null| grep '^Status: install ok 
installed'` ] ; then
PKGNAMES=`echo $PKGNAMES |sed s/\(^\| \)$p\( \|$\)/ 
/g;s/^ //g`
fi
done


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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apticron depends on:
ii  apt0.7.25.3  Advanced front-end for dpkg
ii  cron   3.0pl1-111process scheduling daemon
ii  debconf [debconf-2.0]  1.5.32Debian configuration management sy
ii  mailutils [mailx]  1:2.1+dfsg1-6 GNU mailutils utilities for handli
ii  ucf3.0025Update Configuration File: preserv

Versions of packages apticron recommends:
ii  apt-listchanges   2.84   package change history notificatio
ii  iproute   20100519-2 networking and traffic control too

apticron suggests no packages.

- -- debconf information:
* apticron/notification: root

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

iEYEARECAAYFAkwUg3kACgkQp0cjlW3dsl/KygCfbe1mlEeYcZXVffhUvw2a4iZt
v3AAn0bwqYSU4GTNowXzE/vGfG3KF2E0
=+ii2
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585618: mesa: FTBFS on kfreebsd and hurd (gallium/auxiliary: os/os_time.c:51:4: error: #error Unsupported OS

2010-06-13 Thread Cyril Brulebois
Julien Cristau jcris...@debian.org (12/06/2010):
 Would be nice if porters could take a look.

Quick and dirty band-aid for kfreebsd attached. Please note that the
build is long enough that I only used '-nc' to continue the build once
that patch applied, instead of starting the build afresh.

Then fails with:
| # Classic DRI and Gallium DRI are mixed up together here
| # Remove the whole tree to avoid false-positives in --list-missing, and
| # install the right files manually.
| rm -r debian/tmp/usr/lib/dri
| # Radeon searches for r{200,300,600}_dri only, but the gallium driver
| # is (at the moment) radeong_dri.  Rename it to r300_dri, as it
| # fails to support r600.
| mv build/dri/glx/gallium/radeong_dri.so \
|   build/dri/glx/gallium/r300_dri.so
| mv: cannot stat `build/dri/glx/gallium/radeong_dri.so': No such file or 
directory
| make: *** [binary-arch] Error 1

I prefixed 'mv' with a dash to see if that goes further.

Then I got:
| dpkg-gensymbols: warning: debian/libgles1-mesa/DEBIAN/symbols doesn't match 
completely debian/libgles1-mesa.symbols
| --- debian/libgles1-mesa.symbols (libgles1-mesa_7.8.1-2_kfreebsd-i386)
| +++ dpkg-gensymbolsGyh1AU 2010-06-13 10:05:34.0 +0200
| @@ -1,6 +1,6 @@
|  libGLESv1_CM.so.1 libgles1-mesa #MINVER#
|   (regex)^_glapi...@base$ 7.8.1
| - (regex|optional=mesa internal ASM optimized functions)^_mesa...@base$ 
7.8.1
| +#MISSING: 7.8.1-2# (regex|optional=mesa internal ASM optimized 
functions)^_mesa...@base$ 7.8.1
|   _glthread_ge...@base 7.8.1
|   glactivetext...@base 7.8.1
|   glalphaf...@base 7.8.1
| dpkg-gensymbols: warning: debian/libgles2-mesa/DEBIAN/symbols doesn't match 
completely debian/libgles2-mesa.symbols
| --- debian/libgles2-mesa.symbols (libgles2-mesa_7.8.1-2_kfreebsd-i386)
| +++ dpkg-gensymbolsC1BleL 2010-06-13 10:05:34.0 +0200
| @@ -1,6 +1,6 @@
|  libGLESv2.so.2 libgles2-mesa #MINVER#
|   (regex)^_glapi...@base$ 7.8.1
| - (regex|optional=mesa internal ASM optimized functions)^_mesa...@base$ 
7.8.1
| +#MISSING: 7.8.1-2# (regex|optional=mesa internal ASM optimized 
functions)^_mesa...@base$ 7.8.1
|   _glthread_ge...@base 7.8.1
|   glactivetext...@base 7.8.1
|   glattachsha...@base 7.8.1

but got a successful build.

Mraw,
KiBi.
--- a/src/gallium/auxiliary/os/os_time.c
+++ b/src/gallium/auxiliary/os/os_time.c
@@ -37,7 +37,7 @@
 
 #if !defined(PIPE_OS_EMBEDDED)
 
-#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_APPLE) || defined(PIPE_OS_HAIKU)
+#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_APPLE) || defined(PIPE_OS_HAIKU) || defined(__GLIBC__)
 #  include sys/time.h /* timeval */
 #elif defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY)
 #  include windows.h


signature.asc
Description: Digital signature


Bug#585699: libmodplug0c2: Library crashes when playing music modules on amd64

2010-06-13 Thread Robert Högberg
Package: libmodplug0c2
Version: 1:0.8.8-1
Severity: grave
Justification: renders package unusable

Version 0.8.7 of libmodplug library is not working properly on amd64. Playing 
any music module will cause the library to crash.

This affects gstreamer-plugins-bad, which links to this library and this in 
turn affects other software such as the gnome file browser (which can't preview 
music modules, but instead crashes).

I have verified that upstream version 0.8.8 resolves this problem.

I can provide a backtrace of the crash, but bringing in a new upstream release 
seems like the best fix here.


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-22-generic (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libmodplug0c2 depends on:
ii  libc6  2.11.1-0ubuntu7.1 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.3-4ubuntu5  GCC support library
ii  libstdc++6 4.4.3-4ubuntu5The GNU Standard C++ Library v3

libmodplug0c2 recommends no packages.

libmodplug0c2 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585679: libscilab-java: should, but does not, install /usr/lib/scilab/libjavasci

2010-06-13 Thread Sylvestre Ledru
Le samedi 12 juin 2010 à 17:57 -0700, Jorge Moraleda a écrit :
 Package: libscilab-java
 Version: 5.2.2-1
 Severity: grave
 Justification: renders package unusable
 
 libjavasci is not installed by this package, but it is required for the 
 package to provide the desired functionality. In particular to invoke scilab 
 from java. Currently java programs trying to invoke scilab fail with: 
 The native library javasci does not exist or cannot be found.
 java.lang.UnsatisfiedLinkError: no javasci in java.library.path
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
   at java.lang.Runtime.loadLibrary0(Runtime.java:840)
   at java.lang.System.loadLibrary(System.java:1047)
   at javasci.Scilab.clinit(Unknown Source)
As said in Scilab documentation, you have to provide the path to javasci
in the java.library.path.
This path is /usr/lib/scilab/

-Djava.library.path=/usr/lib/scilab/
should do it.

Sylvestre





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#574812: valgrind: suppressions need to be updated for glibc 2.11

2010-06-13 Thread Jonathan Nieder
Török Edwin wrote:

 ==16452== Invalid read of size 8
 ==16452==at 0x3A5E509DB2: ??? (strcpy.S:94)
 ...
 ==16452==  Address 0x4fb63d0 is 0 bytes inside a block of size 7 alloc'd
 ==16452==at 0x4A061A7: malloc (vg_replace_malloc.c:195)
 ...
 
 And many more errors (most of them are strlen/__strcmp_sse3 repeated in 
 various
 contexts):

FYI: see http://bugs.debian.org/585051#17

Based on that, I suspect the proximate cause for the strlen + co false
positives is not glibc’s bumped version number but the new
--with-multi-arch feature.

Hope that helps,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583187: marked as done (aMSN shouldn't compile with v4l support on non linux archs)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 09:17:40 +
with message-id e1onjk0-0005w8...@ries.debian.org
and subject line Bug#583187: fixed in amsn 0.98.3-2
has caused the Debian Bug report #583187,
regarding aMSN shouldn't compile with v4l support on non linux archs
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
583187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583187
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: amsn
Version: 0.98.3-1
Severity: Serious

Hi,

aMSN shouldn't compile with v4l support on non linux archs.
This prevents building on kfreebsd-*

Best Regards

Laurent Bigonville


---End Message---
---BeginMessage---
Source: amsn
Source-Version: 0.98.3-2

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

amsn-data_0.98.3-2_all.deb
  to main/a/amsn/amsn-data_0.98.3-2_all.deb
amsn_0.98.3-2.diff.gz
  to main/a/amsn/amsn_0.98.3-2.diff.gz
amsn_0.98.3-2.dsc
  to main/a/amsn/amsn_0.98.3-2.dsc
amsn_0.98.3-2_amd64.deb
  to main/a/amsn/amsn_0.98.3-2_amd64.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 583...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Muammar El Khatib muammarelkha...@gmail.com (supplier of updated amsn 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 12 Jun 2010 15:42:08 -0430
Source: amsn
Binary: amsn amsn-data
Architecture: source amd64 all
Version: 0.98.3-2
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib muammarelkha...@gmail.com
Changed-By: Muammar El Khatib muammarelkha...@gmail.com
Description: 
 amsn   - An MSN messenger written in Tcl
 amsn-data  - Data files for aMSN
Closes: 583187
Changes: 
 amsn (0.98.3-2) unstable; urgency=low
 .
   * debian/patches/06_recognize_kfreebsd.patch.dpatch
 + Added. Make configure recognize kFreeBSD as a BSD
   * debian/rules
 + Only special case the bits that are actually linux only
 + Don't build-depend on libv4l-dev on GNU/KFreeBSD (Closes: #583187)
   * Thanks to Sjoerd Simons for providing the patch that fixed this problem.
Checksums-Sha1: 
 26beabc5115d680770a3bc2e2f3f5dd06270ab73 1529 amsn_0.98.3-2.dsc
 79eddbd8e8a279a58a89558f1bb9ee37c8f7c8fb 24823 amsn_0.98.3-2.diff.gz
 d4ec11891d120aac07311bee3342cd3a1430e054 428174 amsn_0.98.3-2_amd64.deb
 5568e36684a99128deb580e51bf01a07fe5b3d29 12973538 amsn-data_0.98.3-2_all.deb
Checksums-Sha256: 
 9606f4a93c0c89ab8fb16a00377af0e4d0b43dae3f9eab7322db329ff11ba35f 1529 
amsn_0.98.3-2.dsc
 bdc4d6e6e913fcc6e46db77cd84da218c6562cf2f31dbd5a7e8677599adc 24823 
amsn_0.98.3-2.diff.gz
 9a60d6505f341ba1b716a8c0636161c4dfa57ebc3d69bde542d97f174a758e84 428174 
amsn_0.98.3-2_amd64.deb
 efc3771bcafed2a64368a4bf050ae8268ef8696efbd379b36caf98a56a184b1e 12973538 
amsn-data_0.98.3-2_all.deb
Files: 
 cb4b123a76e02c1e12f3507b967f6874 1529 x11 optional amsn_0.98.3-2.dsc
 702dc91febd4b03c7124b413b1f8b53f 24823 x11 optional amsn_0.98.3-2.diff.gz
 6a9376927c0da85e0c0f17d094ae55ee 428174 x11 optional amsn_0.98.3-2_amd64.deb
 b98f23454fa41becac525ced2a2394e2 12973538 x11 optional 
amsn-data_0.98.3-2_all.deb

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

iQEcBAEBCAAGBQJMFJF1AAoJEB/FiR66sEPVSQQIAJ9COuRHtnHiMC939EP2vxiD
felqqMep72BpkYXiUU8rnj+s827g4oQGeyLR9BxoyPZUYZhiHlIB8LozXBopl5Y4
CQfckfz27zGGK8cUVOsljt/oOw43qxipeWiMbZEYJ90CO9+qj85Rq2goGxmjn9E5
Xs+t0ua30SNUpdsruHFPpCEh37F1/7j2g6+Pd9iv2dZthc+0wts/ONLrpMLwesWf
8XnAnNaGWhelrDBwsMgdOIPFKdQtKHlHG1GbuDFhoSy5AbnlxORVPxdAD6THXFIE
kOjKVrrZNjmYg/2rdel+asmwBXNPXAOPE5YPEO3E6S3EwGzW+hDxtDNT+e9JMlU=
=sY/F
-END PGP SIGNATURE-


---End Message---


Bug#583856: valgrind: suppressions need to be updated for glibc 2.11

2010-06-13 Thread Török Edwin
On 2010-06-13 11:58, Jonathan Nieder wrote:
 Török Edwin wrote:
 
 ==16452== Invalid read of size 8
 ==16452==at 0x3A5E509DB2: ??? (strcpy.S:94)
 ...
 ==16452==  Address 0x4fb63d0 is 0 bytes inside a block of size 7 alloc'd
 ==16452==at 0x4A061A7: malloc (vg_replace_malloc.c:195)
 ...

 And many more errors (most of them are strlen/__strcmp_sse3 repeated in 
 various
 contexts):
 
 FYI: see http://bugs.debian.org/585051#17
 
 Based on that, I suspect the proximate cause for the strlen + co false
 positives is not glibc’s bumped version number but the new
 --with-multi-arch feature.

Upgrading to the valgrind version in experimental
(1:3.5.0+3.6.0svn20100609-1) makes all these warnings go away, if used
with eglibc 2.11.

However valgrind from experimental and eglibc 2.10 shows some new errors
(again some uninitialized value/jump in dl_*), but I don't think thats
relevant since unstable contains 2.11 now.

Best regards,
--Edwin



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585690: eclipse: JVM terminated at startup with exit code 127

2010-06-13 Thread Torsten Werner
severity 585690 important
thanks

On Sun, Jun 13, 2010 at 9:36 AM, Henri Salo he...@nerv.fi wrote:
 JVM get terminated at startup with exit code 127.

Please install openjdk-6-jre. Maybe the Depends are not perfect. I am
downgrading the severity because there is a workaround for the bug
that makes the package usable.

Torsten



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#585690: eclipse: JVM terminated at startup with exit code 127

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 585690 important
Bug #585690 [eclipse] eclipse: JVM terminated at startup with exit code 127
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585690: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585690
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583856: marked as done (valgrind: suppressions need to be updated for glibc 2.11)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 04:48:39 -0500
with message-id 20100613094839.ga21...@burratino
and subject line Re: Bug#583856: valgrind: suppressions need to be updated for 
glibc 2.11
has caused the Debian Bug report #583856,
regarding valgrind: suppressions need to be updated for glibc 2.11
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
583856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583856
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: valgrind
Version: 1:3.5.0-3
Severity: normal

After upgrading libc to 2.11 I get lots of errors like this from valgrind:
==16452== Conditional jump or move depends on uninitialised value(s)
==16452==at 0x3A5E016226: index (strchr.S:56)
==16452==by 0x3A5E007164: expand_dynamic_string_token (dl-load.c:324)
==16452==by 0x3A5E007567: _dl_map_object (dl-load.c:2173)
==16452==by 0x3A5E00186A: map_doit (rtld.c:634)
==16452==by 0x3A5E00D5B5: _dl_catch_error (dl-error.c:178)
==16452==by 0x3A5E00176E: do_preload (rtld.c:818)
==16452==by 0x3A5E0043F1: dl_main (rtld.c:1678)
==16452==by 0x3A5E014766: _dl_sysdep_start (dl-sysdep.c:243)
==16452==by 0x3A5E001422: _dl_start (rtld.c:338)
==16452==by 0x3A5E000AF7: ??? (in /lib/ld-2.11.1.so)
==16452==by 0x2: ???
==16452==by 0x7FF00043A: ???
==16452== Conditional jump or move depends on uninitialised value(s)
==16452==at 0x3A5E01622B: index (strchr.S:59)
==16452==by 0x3A5E007164: expand_dynamic_string_token (dl-load.c:324)
==16452==by 0x3A5E007567: _dl_map_object (dl-load.c:2173)
==16452==by 0x3A5E00186A: map_doit (rtld.c:634)
==16452==by 0x3A5E00D5B5: _dl_catch_error (dl-error.c:178)
==16452==by 0x3A5E00176E: do_preload (rtld.c:818)
==16452==by 0x3A5E0043F1: dl_main (rtld.c:1678)
==16452==by 0x3A5E014766: _dl_sysdep_start (dl-sysdep.c:243)
==16452==by 0x3A5E001422: _dl_start (rtld.c:338)
==16452==by 0x3A5E000AF7: ??? (in /lib/ld-2.11.1.so)
==16452==by 0x2: ???
==16452==by 0x7FF00043A: ???
==16452== Conditional jump or move depends on uninitialised value(s)
==16452==at 0x3A5E00AC3E: _dl_relocate_object (do-rel.h:65)
==16452==by 0x3A5E00383A: dl_main (rtld.c:2297)
==16452==by 0x3A5E014766: _dl_sysdep_start (dl-sysdep.c:243)
==16452==by 0x3A5E001422: _dl_start (rtld.c:338)
==16452==by 0x3A5E000AF7: ??? (in /lib/ld-2.11.1.so)
==16452==by 0x2: ???
==16452==by 0x7FF00043A: ???
==16452==by 0x7FF000471: ???
==16452==by 0x7FF000474: ???
==16452== 
==16452== Conditional jump or move depends on uninitialised value(s)
==16452==at 0x3A5E00AC47: _dl_relocate_object (do-rel.h:68)
==16452==by 0x3A5E00383A: dl_main (rtld.c:2297)
==16452==by 0x3A5E014766: _dl_sysdep_start (dl-sysdep.c:243)
==16452==by 0x3A5E001422: _dl_start (rtld.c:338)
==16452==by 0x3A5E000AF7: ??? (in /lib/ld-2.11.1.so)
==16452==by 0x2: ???
==16452==by 0x7FF00043A: ???
==16452==by 0x7FF000471: ???
==16452==by 0x7FF000474: ???

==16452== Conditional jump or move depends on uninitialised value(s)
==16452==at 0x3A5E47A0D6: __GI_strchr (strchr.S:46)

==16452== Invalid read of size 8
==16452==at 0x3A5E50D356: __strcmp_ssse3 (strcmp.S:99)

==16452==  Address 0x4faf0d0 is 0 bytes inside a block of size 5 alloc'd
==16452==at 0x4A061A7: malloc (vg_replace_malloc.c:195)
==16452==by 0x3A5E47B8C1: strdup (strdup.c:43)


==16452== Invalid read of size 8
==16452==at 0x3A5E50D35E: __strcmp_ssse3 (strcmp.S:101)
...
==16452==  Address 0x4faf0d8 is 3 bytes after a block of size 5 alloc'd
==16452==at 0x4A061A7: malloc (vg_replace_malloc.c:195)
==16452==by 0x3A5E47B8C1: strdup (strdup.c:43)


==16452== Invalid read of size 8
==16452==at 0x3A5E50D3DC: __strcmp_ssse3 (strcmp.S:155)
...
==16452==  Address 0x4fafed0 is 16 bytes inside a block of size 18 alloc'd
==16452==at 0x4A061A7: malloc (vg_replace_malloc.c:195)
==16452==by 0x3A5E47B8C1: strdup (strdup.c:43)
...

==16452== Invalid read of size 8
==16452==at 0x3A5E47BB92: __GI_strlen (strlen.S:31)
==16452==by 0x3A5E47B8B5: strdup (strdup.c:42)

==16452==  Address 0x4fb5298 is 8 bytes inside a block of size 11 alloc'd
==16452==at 0x4A061A7: malloc (vg_replace_malloc.c:195)
==16452==by 0x3A5E47B8C1: strdup (strdup.c:43)
...

==16452== Conditional jump or move depends on uninitialised value(s)
==16452==at 0x3A5E47BBB9: __GI_strlen (strlen.S:44)
...

==16452== Invalid read of size 8
==16452==at 0x3A5E47D65A: __GI_strrchr (strrchr.S:33)
...
==16452==  Address 0x4fb6388 is 8 

Bug#574812: marked as done (valgrind: false positives in x86-32 strlen() from libc6/experimental)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 04:48:39 -0500
with message-id 20100613094839.ga21...@burratino
and subject line Re: Bug#583856: valgrind: suppressions need to be updated for 
glibc 2.11
has caused the Debian Bug report #583856,
regarding valgrind: false positives in x86-32 strlen() from libc6/experimental
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
583856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583856
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: valgrind
Version: 1:3.5.0-3

A simple use of strlen() leaves valgrind unhappy:

$ cat valg-test.c
#include stdio.h
#include stdlib.h
#include string.h

int main(void)
{
char* s = malloc(5);

memcpy(s, aagh, 5);
printf(%d\n, (int) strlen(s));
return 0;
}
$ gcc -Wall -W -o valg-test valg-test.c 
$ valgrind ./valg-test
==22406== Memcheck, a memory error detector
==22406== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==22406== Using Valgrind-3.5.0-Debian and LibVEX; rerun with -h for copyright 
info
==22406== Command: ./valg-test
==22406== 
==22406== Conditional jump or move depends on uninitialised value(s)
==22406==at 0x400C561: _dl_relocate_object (do-rel.h:104)
[... a few Memcheck:Cond from dl.so ...]
==22406== 
==22406== Invalid read of size 4
==22406==at 0x40A938B: __GI_strlen (strlen.S:115)
==22406==by 0x404BC84: (below main) (libc-start.c:228)
==22406==  Address 0x418002c is 4 bytes inside a block of size 5 alloc'd
==22406==at 0x4024C4C: malloc (vg_replace_malloc.c:195)
==22406==by 0x8048478: main (in /home/jrn/valg-test)
==22406== 
4
==22406== 
[... summary correctly noting the 5 bytes leaked ...]
$

IIRC valgrind should be redirecting strlen() calls to its own, simpler
implementation.  Maybe that is failing for some reason...

$ COLUMNS=72 dpkg -l libc6 libc6-dbg | tail -2
ii  libc6  2.11-0exp4 Embedded GNU C Library: Shared libraries
ii  libc6-dbg  2.11-0exp4 Embedded GNU C Library: detached debugging s
$ uname -r
2.6.33-2-686


---End Message---
---BeginMessage---
Version: 1:3.5.0+3.6.0svn20100609-1

Török Edwin wrote:

 Upgrading to the valgrind version in experimental
 (1:3.5.0+3.6.0svn20100609-1) makes all these warnings go away, if used
 with eglibc 2.11.

*checks*

Thanks!

---End Message---


Bug#574810: marked as done (valgrind: Memcheck:Cond in _dl_relocate_object)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 04:48:39 -0500
with message-id 20100613094839.ga21...@burratino
and subject line Re: Bug#583856: valgrind: suppressions need to be updated for 
glibc 2.11
has caused the Debian Bug report #583856,
regarding valgrind: Memcheck:Cond in _dl_relocate_object
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
583856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583856
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: valgrind
Version: 1:3.5.0-3

Hi,

With the default suppressions, even a simple “hello world” program
appears to have errors:

$ cat hello.c
#include stdio.h

int main(void)
{
puts(hello);
return 0;
}
$ gcc -Wall -W -o hello hello.c
$ valgrind ./hello
==22017== Memcheck, a memory error detector
==22017== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et
al.
==22017== Using Valgrind-3.5.0-Debian and LibVEX; rerun with -h for
copyright info
==22017== Command: ./hello
==22017== 
==22017== Conditional jump or move depends on uninitialised value(s)
==22017==at 0x400C561: _dl_relocate_object (do-rel.h:104)
==22017==by 0x4003402: dl_main (rtld.c:2234)
==22017==by 0x4015030: _dl_sysdep_start (dl-sysdep.c:243)
==22017==by 0x4000C7F: _dl_start (rtld.c:338)
==22017==by 0x4000856: ??? (in /lib/ld-2.11.1.so)
==22017== 
==22017== Conditional jump or move depends on uninitialised value(s)
==22017==at 0x400ADBC: _dl_relocate_object (do-rel.h:117)
==22017==by 0x4003402: dl_main (rtld.c:2234)
==22017==by 0x4015030: _dl_sysdep_start (dl-sysdep.c:243)
==22017==by 0x4000C7F: _dl_start (rtld.c:338)
==22017==by 0x4000856: ??? (in /lib/ld-2.11.1.so)
[ and so on ]

Probably ld.so is using some optimization that involves reading
uninitialized data.  I work around this by using a suppression file
to ignore everything from ld.so.

Is this a known problem?  How can I help to fix it?

$ COLUMNS=72 dpkg -l libc6 libc6-dbg  | tail -2
ii  libc6  2.11-0exp4 Embedded GNU C Library: Shared libraries
ii  libc6-dbg  2.11-0exp4 Embedded GNU C Library: detached debugging s
$ uname -r
2.6.33-2-686
$


---End Message---
---BeginMessage---
Version: 1:3.5.0+3.6.0svn20100609-1

Török Edwin wrote:

 Upgrading to the valgrind version in experimental
 (1:3.5.0+3.6.0svn20100609-1) makes all these warnings go away, if used
 with eglibc 2.11.

*checks*

Thanks!

---End Message---


Bug#580322: marked as done ([liblwt-ocaml] lwt thread canceling broken in 2.1.0)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 09:47:21 +
with message-id e1onjmj-0007ob...@ries.debian.org
and subject line Bug#580322: fixed in lwt 2.1.1-1
has caused the Debian Bug report #580322,
regarding [liblwt-ocaml] lwt thread canceling broken in 2.1.0
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
580322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: liblwt-ocaml
Version: 2.1.0-1
Severity: important
Tags: patch

--- Please enter the report below this line. ---

lwt thread canceling is broken in lwt 2.1.0.
After discussion with upstream they came up with a set of fixes, which are 
available in DARCS:

http://ocsigen.org/darcsweb/?r=lwt;a=commit;h=20100504133633-
c41ad-7976869aa57bc45fe37045a1dc9cd46defcf5ec9.gz

http://ocsigen.org/darcsweb/?r=lwt;a=commit;h=20100504155722-c41ad-
a3a20adea6a21b00ab9052e8b4768803e053bec8.gz

It would be great if these fixes could be imported in the debian package.

Greetings, Joost Damad

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-trunk-amd64

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.nl.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends (Version) | Installed
=-+-===
libfindlib-ocaml-rqn85| 
libreact-ocaml-ebm48  | 
libtext-ocaml-4w712   | 
ocaml-base-nox-3.11.2 | 
libc6  (= 2.2.5) | 2.10.2-7


Package's Recommends field is empty.

Package's Suggests field is empty.






---End Message---
---BeginMessage---
Source: lwt
Source-Version: 2.1.1-1

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

liblwt-glib-ocaml-dev_2.1.1-1_amd64.deb
  to main/l/lwt/liblwt-glib-ocaml-dev_2.1.1-1_amd64.deb
liblwt-glib-ocaml_2.1.1-1_amd64.deb
  to main/l/lwt/liblwt-glib-ocaml_2.1.1-1_amd64.deb
liblwt-ocaml-dev_2.1.1-1_amd64.deb
  to main/l/lwt/liblwt-ocaml-dev_2.1.1-1_amd64.deb
liblwt-ocaml-doc_2.1.1-1_all.deb
  to main/l/lwt/liblwt-ocaml-doc_2.1.1-1_all.deb
liblwt-ocaml_2.1.1-1_amd64.deb
  to main/l/lwt/liblwt-ocaml_2.1.1-1_amd64.deb
liblwt-ssl-ocaml-dev_2.1.1-1_amd64.deb
  to main/l/lwt/liblwt-ssl-ocaml-dev_2.1.1-1_amd64.deb
lwt_2.1.1-1.debian.tar.gz
  to main/l/lwt/lwt_2.1.1-1.debian.tar.gz
lwt_2.1.1-1.dsc
  to main/l/lwt/lwt_2.1.1-1.dsc
lwt_2.1.1.orig.tar.gz
  to main/l/lwt/lwt_2.1.1.orig.tar.gz



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 580...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu glo...@debian.org (supplier of updated lwt 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Jun 2010 11:33:56 +0200
Source: lwt
Binary: liblwt-ocaml-dev liblwt-ocaml liblwt-ssl-ocaml-dev 
liblwt-glib-ocaml-dev liblwt-glib-ocaml liblwt-ocaml-doc
Architecture: source all amd64
Version: 2.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 liblwt-glib-ocaml - cooperative GLib bindings for OCaml (runtime)
 liblwt-glib-ocaml-dev - cooperative GLib bindings for OCaml
 liblwt-ocaml - cooperative light-weight thread library for OCaml (runtime)
 liblwt-ocaml-dev - cooperative light-weight thread library for OCaml
 liblwt-ocaml-doc - cooperative light-weight thread library (documentation)
 liblwt-ssl-ocaml-dev - cooperative OpenSSL bindings for OCaml
Closes: 580322
Changes: 
 lwt (2.1.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #580322)
   * Add libfindlib-ocaml-dev to Build-Depends
Checksums-Sha1: 
 546004ee376fc0954b9c2a630a8816b681b580ad 2185 lwt_2.1.1-1.dsc
 2fb268d6ef227720700cf610971637c5a40b6225 342996 lwt_2.1.1.orig.tar.gz
 ea78b53339056a8bb5d03c5aacabf938cc1d338f 5007 lwt_2.1.1-1.debian.tar.gz
 78439eecff5242a6af4c448feb1edd72579e918c 114406 
liblwt-ocaml-doc_2.1.1-1_all.deb
 99f17210e4dba43102d2bd060e18c642f4f94b5f 738428 
liblwt-ocaml-dev_2.1.1-1_amd64.deb
 

Bug#581725: util-linux: FTBFS on kfreebsd-*: ln: target `fdisk-udeb/usr/sbin/' is not a directory

2010-06-13 Thread Cyril Brulebois
Adam D. Barratt a...@adam-barratt.org.uk (05/06/2010):
 The attached trivial patch guards the call linking in the locales
 files with a check that debian/cfdisk-udeb actually exists, which
 will be the case on architectures where the package is built.

Thanks, Adam.

Just in case maintainers were waiting for an ACK from my side, sorry,
I thought it was easy enough to be merged without any second thought.
Anyway, better late than never: tested on my kfreebsd-i386 porterbox,
and the patch indeed fixes the FTBFS.

Also, e2fsprogs is waiting for that fix to flow in, so that it can be
tried because of a versioned B-D on util-linux stuff:
  http://release.debian.org/migration/testing.pl?package=e2fsprogs

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#584695: marked as done (debootstrap: Failure while configuring required packages)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 12:11:57 +0200
with message-id 20100613101157.ga15...@debian.org
and subject line Re: Bug#584695: debootstrap: Failure while configuring 
required packages
has caused the Debian Bug report #584695,
regarding debootstrap: Failure while configuring required packages
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
584695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: debootstrap
Version: 1.0.23
Severity: important

Hi,

in current sid,

$ debootstrap sid sid

results in the following:

...
I: Configuring grep...
I: Configuring liblocale-gettext-perl...
I: Configuring bash...
I: Configuring libtext-charwidth-perl...
I: Configuring libtext-wrapi18n-perl...
I: Configuring lsb-base...
I: Configuring debconf-i18n...
I: Configuring debconf...
I: Configuring libpam0g...
I: Configuring sysv-rc...
I: Configuring libpam-modules...
I: Configuring tzdata...
I: Configuring passwd...
I: Configuring libpam-runtime...
I: Configuring login...
I: Configuring libuuid1...
I: Configuring libblkid1...
I: Configuring util-linux...
I: Configuring initscripts...
I: Configuring sysvinit...
I: Configuring e2fsprogs...
W: Failure while configuring required packages.

bye,
  Roland


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

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debootstrap depends on:
ii  wget  1.12-2 retrieves files from the web

Versions of packages debootstrap recommends:
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep

debootstrap suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Version: 2.17.2-3

AFAICT that's now fixed; I've been able to reproduce this failure some
days ago, and I can't right now. This might have to do with:
|* Restore dropped dep on initscripts.  Closes: #581420

given that debootstrap.log was about initscripts-related issues.

Mraw,
KiBi.


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


Bug#585068: [PATCH] Fix grub-probe partition naming on FreeBSD

2010-06-13 Thread Colin Watson
The following patch is aimed at fixing this Debian bug:

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

I've tested it on Debian GNU/kFreeBSD and it seems to be producing sensible
output now.

The one glitch is that if you ask it to probe /dev/ad0s1a, it returns
(hd0,msdos1) rather than (hd0,msdos1,bsd1): this is because both /dev/ad0s1
and /dev/ad0s1a have the same start sector, and it just uses the first one
it finds.  When I set prefix to (hd0,msdos1)/boot/grub, GRUB can read from
that perfectly well, so can I ignore this glitch on the basis that it
doesn't cause a practical problem?

2010-06-13  Colin Watson  cjwat...@ubuntu.com

* kern/emu/hostdisk.c: Include sys/ioctl.h and sys/disklabel.h
on FreeBSD.  Define HAVE_DIOCGDINFO on NetBSD and FreeBSD to reduce
the verbosity of later #ifs.
(find_partition_start): Define this function on FreeBSD too.
(device_is_wholedisk) [__FreeBSD__ || __FreeBSD_kernel__]: New
function.
(grub_util_biosdisk_get_grub_dev): Use partition-start-sector logic
on FreeBSD.

=== modified file 'kern/emu/hostdisk.c'
--- kern/emu/hostdisk.c 2010-06-13 00:36:39 +
+++ kern/emu/hostdisk.c 2010-06-13 10:27:31 +
@@ -102,9 +102,15 @@ struct hd_geometry
 # include libdevmapper.h
 #endif
 
-#if defined(__NetBSD__)
+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+# define HAVE_DIOCGDINFO
 # include sys/ioctl.h
 # include sys/disklabel.h/* struct disklabel */
+#else /* !defined(__NetBSD__)  !defined(__FreeBSD__)  
!defined(__FreeBSD_kernel__) */
+# undef HAVE_DIOCGDINFO
+#endif /* defined(__NetBSD__) || defined(__FreeBSD__) || 
defined(__FreeBSD_kernel__) */
+
+#if defined(__NetBSD__)
 # ifdef HAVE_GETRAWPARTITION
 #  include util.h/* getrawpartition */
 # endif /* HAVE_GETRAWPARTITION */
@@ -329,17 +335,17 @@ device_is_mapped (const char *dev)
 }
 #endif /* HAVE_DEVICE_MAPPER */
 
-#if defined(__linux__) || defined(__CYGWIN__) || defined(__NetBSD__)
+#if defined(__linux__) || defined(__CYGWIN__) || defined(HAVE_DIOCGDINFO)
 static grub_disk_addr_t
 find_partition_start (const char *dev)
 {
   int fd;
-# if !defined(__NetBSD__)
+# if !defined(HAVE_DIOCGDINFO)
   struct hd_geometry hdg;
-# else /* defined(__NetBSD__) */
+# else /* defined(HAVE_DIOCGDINFO) */
   struct disklabel label;
   int p_index;
-# endif /* !defined(__NetBSD__) */
+# endif /* !defined(HAVE_DIOCGDINFO) */
 
 # ifdef HAVE_DEVICE_MAPPER
   if (grub_device_mapper_supported ()  device_is_mapped (dev)) {
@@ -413,36 +419,38 @@ devmapper_fail:
   if (fd == -1)
 {
   grub_error (GRUB_ERR_BAD_DEVICE,
-# if !defined(__NetBSD__)
+# if !defined(HAVE_DIOCGDINFO)
  cannot open `%s' while attempting to get disk geometry, 
dev);
-# else /* defined(__NetBSD__) */
+# else /* defined(HAVE_DIOCGDINFO) */
  cannot open `%s' while attempting to get disk label, dev);
-# endif /* !defined(__NetBSD__) */
+# endif /* !defined(HAVE_DIOCGDINFO) */
   return 0;
 }
 
-# if !defined(__NetBSD__)
+# if !defined(HAVE_DIOCGDINFO)
   if (ioctl (fd, HDIO_GETGEO, hdg))
-# else /* defined(__NetBSD__) */
+# else /* defined(HAVE_DIOCGDINFO) */
+#  if defined(__NetBSD__)
   configure_device_driver (fd);
+#  endif /* defined(__NetBSD__) */
   if (ioctl (fd, DIOCGDINFO, label) == -1)
-# endif /* !defined(__NetBSD__) */
+# endif /* !defined(HAVE_DIOCGDINFO) */
 {
   grub_error (GRUB_ERR_BAD_DEVICE,
-# if !defined(__NetBSD__)
+# if !defined(HAVE_DIOCGDINFO)
  cannot get disk geometry of `%s', dev);
-# else /* defined(__NetBSD__) */
+# else /* defined(HAVE_DIOCGDINFO) */
  cannot get disk label of `%s', dev);
-# endif /* !defined(__NetBSD__) */
+# endif /* !defined(HAVE_DIOCGDINFO) */
   close (fd);
   return 0;
 }
 
   close (fd);
 
-# if !defined(__NetBSD__)
+# if !defined(HAVE_DIOCGDINFO)
   return hdg.start;
-# else /* defined(__NetBSD__) */
+# else /* defined(HAVE_DIOCGDINFO) */
   p_index = dev[strlen(dev) - 1] - 'a';
 
   if (p_index = label.d_npartitions)
@@ -452,9 +460,9 @@ devmapper_fail:
   return 0;
 }
   return (grub_disk_addr_t) label.d_partitions[p_index].p_offset;
-# endif /* !defined(__NetBSD__) */
+# endif /* !defined(HAVE_DIOCGDINFO) */
 }
-#endif /* __linux__ || __CYGWIN__ */
+#endif /* __linux__ || __CYGWIN__ || HAVE_DIOCGDINFO */
 
 #ifdef __linux__
 /* Cache of partition start sectors for each disk.  */
@@ -994,8 +1002,7 @@ grub_util_biosdisk_fini (void)
 
 /*
  * Note: we do not use the new partition naming scheme as dos_part does not
- * necessarily correspond to an msdos partition.  See e.g. the FreeBSD code
- * in function grub_util_biosdisk_get_grub_dev.
+ * necessarily correspond to an msdos partition.
  */
 static char *
 make_device_name (int drive, int dos_part, int bsd_part)
@@ -1333,6 +1340,27 @@ device_is_wholedisk (const char *os_dev)
 }
 #endif /* defined(__NetBSD__) */
 
+#if defined(__FreeBSD__) || 

Bug#585716: kdebase-workspace-bin: File conflict with ksplash (/usr/bin/ksplashsimple)

2010-06-13 Thread Petter Reinholdtsen

Package:  kdebase-workspace-bin
Version:  4:4.4.3-1
Severity: serious
User: debian-...@lists.debian.org
UserTags: debian-edu

When trying to upgrade KDE from Lenny to Squeeze, the upgrade fail
because kdebase-workspace-bin refuses to install because ksplash
version 4:3.9.5.dfsg.1-6+lenny1 is already installed and they share
the file /usr/bin/ksplashsimple.

This is the relevant fragment of the upgrade log:

  Selecting previously deselected package kaboom.
  Unpacking kaboom (from .../archives/kaboom_1.1.2_i386.deb) ...
  Selecting previously deselected package kdebase-workspace-kgreet-plugins.
  Unpacking kdebase-workspace-kgreet-plugins (from
.../kdebase-workspace-kgreet-plugins_4%3a4.4.3-1_i386.deb) ...
  Selecting previously deselected package kdebase-workspace-bin.
  Unpacking kdebase-workspace-bin (from
.../kdebase-workspace-bin_4%3a4.4.3-1_i386.deb) ...
  dpkg: error processing
/var/cache/apt/archives/kdebase-workspace-bin_4%3a4.4.3-1_i386.deb
(--unpack):
   trying to overwrite `/usr/bin/ksplashsimple', which is also in
 package ksplash
  dpkg-deb: subprocess paste killed by signal (Broken pipe)
  Preparing to replace klipper 4:3.5.9.dfsg.1-6 (using
.../klipper_4%3a4.4.3-1_i386.deb) ...
  Unpacking replacement klipper ...

The complete log is currently available from
URL: 
http://people.skolelinux.org/pere/debian-upgrade-testing/test-20100612-lenny-squeeze-kde-aptitude.txt
 .

I guess some kind of breaks/conflicts/replaces should be used here to
ensure upgrades go smooth.

Setting severity to serious, as this issue breaks upgrades and policy
state that packages providing the same file need to conflict with each
other.

Happy hacking,
--
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560238: tech-ctte: Default value for net.ipv6.bindv6only sysctl

2010-06-13 Thread Guus Sliepen
reassign 560238 tech-ctte
thanks

Dear members of the Technical Committee,

There has been an extensive discussion about the proper default value of the
net.ipv6.bindv6only sysctl, both on the debian-devel mailing list and in
bugreport 560238. Since people are clearly divided on the issue, and it is
unlikely a compromise can be found, I have forwarded it to you for a decision.
Please read the past discussion, but to summarise the arguments for both
possible default values:


net.ipv6.bindv6only = 0
---

* This is the default value of the Linux kernel.

* This value is used as a default in many other Linux distributions.

* This behaviour is the opposite of the default of the FreeBSD kernel.

* Many applications work properly (ie, support both IPv4 and IPv6
  simultaneously) only with this setting.

* The behaviour of the network stack with this value conforms to RFC 3493
  sections 3.7 and 5.3.

* It is said to conform to POSIX 2008, Volume 2, Section 2.10.20.

* Instead of IPv4 addresses, sockets return IPv6-mapped addresses, and not all
  software handles this properly (ie, and ACL for an IPv4 address gets ignored
  because the software only sees an IPv6 address).

* This value does not introduce new bugs.

* Setting this value now will keep unstable in a more usable state.

net.ipv6.bindv6only = 1
---

* This restricts IPv6 addresses to IPv6 sockets, and IPv4 address to IPv4
  sockets, making interpretation of addresses unambiguous, and hence increases
  security of programs.

* This requires some applications to be adapted to support multiple sockets.

* The behaviour of the network stack with this value is the same as the default
  behaviour of FreeBSD.

* This value reduces security bugs, but introduces new bugs since some
  applications no longer work as expected.

* This value will flush out all applications that cannot handle an alternative
  setting of net.ipv6.bindv6only.

* Setting this value now will get more bugs fixed before the next release.


In the past maintainers have pushed for new ways for doing things that upset
the status quo. The idea is that introducing new functionality, although it
will break some existing functionality, will result in faster convergence to a
better situation. Opponents will argue that new functionality should
preferrably only be introduced when it will not break exisiting functionality.
I hope the Committee will issue a statement whether the former is, in general,
accepted behaviour, or if Debian should be more conservative.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen g...@debian.org


signature.asc
Description: Digital signature


Processed: severity of 582374 is important

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # As per http://bugs.debian.org/582952
 severity 582374 important
Bug #582374 [pacemaker] pacemaker: FTBFS: export: 16182: Illegal option -n
Severity set to 'important' from 'serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582374
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tech-ctte: Default value for net.ipv6.bindv6only sysctl

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 560238 tech-ctte
Bug #560238 [netbase] net.ipv6.bindv6only=1 breaks some buggy programs
Bug reassigned from package 'netbase' to 'tech-ctte'.
Bug No longer marked as found in versions netbase/4.40, courier/0.64.2-1, and 
netbase/4.39.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
560238: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560238
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560238: tech-ctte: Default value for net.ipv6.bindv6only sysctl

2010-06-13 Thread Julien Cristau
On Sun, Jun 13, 2010 at 13:24:39 +0200, Guus Sliepen wrote:

 net.ipv6.bindv6only = 1
 ---
 
 * This restricts IPv6 addresses to IPv6 sockets, and IPv4 address to IPv4
   sockets, making interpretation of addresses unambiguous, and hence increases
   security of programs.
 
 * This requires some applications to be adapted to support multiple sockets.
 
The most likely way applications are going to be adapted is to use
setsockopt to set IPV6_V6ONLY to 0, not to support multiple sockets...

[...]
 * This value reduces security bugs, but introduces new bugs since some
   applications no longer work as expected.
 
... in which case those (hypothetical) security bugs aren't reduced.

[...]
 * Setting this value now will get more bugs fixed before the next release.

I'm unconvinced.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#585728: netwag: does not start (wrong dependencies - tk8.4)

2010-06-13 Thread dpdt1
Package: netwag
Version: 5.36.0-1.1
Severity: grave
Justification: renders package unusable

package depends on tk8.4 but when trying to run following error occurs and
program does not start :
$ netwag
bash: /usr/bin/netwag: /usr/bin/wish8.5: bad interpreter: No such file or
directory

installing tk8.5 solves the problem.

thanks,

dpdt1



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

Kernel: Linux 2.6.32-5-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/dash

Versions of packages netwag depends on:
ii  gnome-terminal [x-terminal-em 2.30.1-1   The GNOME terminal emulator applic
ii  guake [x-terminal-emulator]   0.4.1-3A drop-down terminal for GNOME Des
ii  lxterminal [x-terminal-emulat 0.1.7-1desktop independent vte-based term
ii  netwox5.36.0-1.1 networking utilities
ii  terminator [x-terminal-emulat 0.93-1 multiple GNOME terminals in one wi
ii  tk8.4 8.4.19-4   Tk toolkit for Tcl and X11, v8.4 -
ii  xterm [x-terminal-emulator]   259-1  X terminal emulator

netwag recommends no packages.

Versions of packages netwag suggests:
pn  netwag-docnone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572464: Waiting

2010-06-13 Thread Neil Williams
After a request from the bug submitter (Santiago Vila
sanv...@unex.es), there is reason to wait for gettext 0.18.1 to be
uploaded before uploading the NMU's for these bugs.

I could use delayed queues but I'm happy to wait until the gettext
upload is made.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpB3lyheCJaZ.pgp
Description: PGP signature


Bug#572478: marked as done (rezound: Please build-depend on autopoint)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 12:33:37 +
with message-id e1onmnd-00011n...@ries.debian.org
and subject line Bug#572478: fixed in rezound 0.12.3beta-3
has caused the Debian Bug report #572478,
regarding rezound: Please build-depend on autopoint
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
572478: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572478
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: rezound
Version: 0.12.3beta-2.3
Severity: important
User: gett...@packages.debian.org
Usertags: switch-to-autopoint

There is now an autopoint package. If your package uses the
autopoint script (either directly or indirectly), please build-depend
on the autopoint package. If you had cvs in build-depends only because
of autopoint, you should drop it now.

If gettext itself is in build-depends and it's not used other than
indirectly by autopoint, it could be dropped as well.

You will find more details about this in the README.Debian file for
the gettext package (= 0.17-10).

Thanks.


---End Message---
---BeginMessage---
Source: rezound
Source-Version: 0.12.3beta-3

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

rezound_0.12.3beta-3.diff.gz
  to main/r/rezound/rezound_0.12.3beta-3.diff.gz
rezound_0.12.3beta-3.dsc
  to main/r/rezound/rezound_0.12.3beta-3.dsc
rezound_0.12.3beta-3_amd64.deb
  to main/r/rezound/rezound_0.12.3beta-3_amd64.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 572...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Neil Williams codeh...@debian.org (supplier of updated rezound 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Jun 2010 15:37:29 +0100
Source: rezound
Binary: rezound
Architecture: source amd64
Version: 0.12.3beta-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Neil Williams codeh...@debian.org
Description: 
 rezound- Audio file editor
Closes: 572478
Changes: 
 rezound (0.12.3beta-3) unstable; urgency=low
 .
   * QA upload.
   * Add build-depend on autopoint. (Closes: #572478)
   * Include NMU's by Barry deFreese bdefre...@debian.org
 and two by James Vega james...@debian.org. Thanks to
 both.
Checksums-Sha1: 
 2c21e74f3193b648c849ba77abaf521bc6eda44f 1481 rezound_0.12.3beta-3.dsc
 ceecc505f1d7b589dcdb6f33262983034f410ef2 19734 rezound_0.12.3beta-3.diff.gz
 41a20f549d2dccc5238b7fe28d2c11ed17bfd259 1746386 rezound_0.12.3beta-3_amd64.deb
Checksums-Sha256: 
 fde4f1d191f436df898c27c0bf9c1818e68327af6c99899f56402ea6bac4ef75 1481 
rezound_0.12.3beta-3.dsc
 1cf33ef422c275d6688a63ef8aad61dc5f36b338cbc96e056a0c90aaac1628ba 19734 
rezound_0.12.3beta-3.diff.gz
 2ee654d0feba1fbce9b2d94896126a2d55ac23f4f4b20065be2dd42f91bdcca6 1746386 
rezound_0.12.3beta-3_amd64.deb
Files: 
 edc780e71efa4010d4c4cb078917fc08 1481 sound optional rezound_0.12.3beta-3.dsc
 0c4341496ae1b1009d4d8d163580d264 19734 sound optional 
rezound_0.12.3beta-3.diff.gz
 4b874c7a20d442dc997b3a2b2a532347 1746386 sound optional 
rezound_0.12.3beta-3_amd64.deb

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

iEYEARECAAYFAkwUys8ACgkQiAEJSii8s+MfCQCg4jcS+4of0Lj5UzWSvpWQmK1p
zrcAoPSGxh4+zQW9r4gII+r+gTfTUXhU
=XVDN
-END PGP SIGNATURE-


---End Message---


Bug#585733: mke2fs 1.41.12-1 built against libblkid.so.1 2.17 on which it does not depend

2010-06-13 Thread David Madore
Package: e2fsprogs
Version: 1.41.12-1
Severity: grave

Debian testing currently has e2fsprogs 1.41.12-1 and libblkid1
2.16.2-0 but the latter does not satisfy the dependencies of the
former.  This makes mke2fs non-functional.

pleiades david ~ $ sudo mke2fs
mke2fs: /lib/libblkid.so.1: version `BLKID_2.17' not found (required by mke2fs)
pleiades david ~ $ apt-cache policy e2fsprogs
e2fsprogs:
  Installed: 1.41.12-1
  Candidate: 1.41.12-1
  Version table:
 1.41.12-2 0
 50 ftp://ftp.fr.debian.org sid/main Packages
 *** 1.41.12-1 0
500 ftp://ftp.fr.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
 1.41.3-1 0
500 ftp://ftp.fr.debian.org lenny/main Packages
 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 0
500 http://security.debian.org etch/updates/main Packages
500 ftp://ftp.fr.debian.org etch/main Packages
pleiades david ~ $ apt-cache policy libblkid1
libblkid1:
  Installed: 2.16.2-0
  Candidate: 2.16.2-0
  Version table:
 2.17.2-2 0
 50 ftp://ftp.fr.debian.org sid/main Packages
 *** 2.16.2-0 0
500 ftp://ftp.fr.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
 1.41.3-1 0
500 ftp://ftp.fr.debian.org lenny/main Packages
 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 0
500 http://security.debian.org etch/updates/main Packages
500 ftp://ftp.fr.debian.org etch/main Packages
pleiades david ~ $ dpkg-architecture
DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_ARCH_BITS=32
DEB_BUILD_ARCH_ENDIAN=little
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i486-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=i386
DEB_HOST_ARCH_BITS=32
DEB_HOST_ARCH_ENDIAN=little
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i486-linux-gnu

-- 
 David A. Madore
   ( http://www.madore.org/~david/ )



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585733: marked as done (mke2fs 1.41.12-1 built against libblkid.so.1 2.17 on which it does not depend)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 14:56:44 +0200
with message-id 20100613125644.gi3...@radis.liafa.jussieu.fr
and subject line Re: Bug#585733: mke2fs 1.41.12-1 built against libblkid.so.1 
2.17 on which it does not depend
has caused the Debian Bug report #585733,
regarding mke2fs 1.41.12-1 built against libblkid.so.1 2.17 on which it does 
not depend
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
585733: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585733
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: e2fsprogs
Version: 1.41.12-1
Severity: grave

Debian testing currently has e2fsprogs 1.41.12-1 and libblkid1
2.16.2-0 but the latter does not satisfy the dependencies of the
former.  This makes mke2fs non-functional.

pleiades david ~ $ sudo mke2fs
mke2fs: /lib/libblkid.so.1: version `BLKID_2.17' not found (required by mke2fs)
pleiades david ~ $ apt-cache policy e2fsprogs
e2fsprogs:
  Installed: 1.41.12-1
  Candidate: 1.41.12-1
  Version table:
 1.41.12-2 0
 50 ftp://ftp.fr.debian.org sid/main Packages
 *** 1.41.12-1 0
500 ftp://ftp.fr.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
 1.41.3-1 0
500 ftp://ftp.fr.debian.org lenny/main Packages
 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 0
500 http://security.debian.org etch/updates/main Packages
500 ftp://ftp.fr.debian.org etch/main Packages
pleiades david ~ $ apt-cache policy libblkid1
libblkid1:
  Installed: 2.16.2-0
  Candidate: 2.16.2-0
  Version table:
 2.17.2-2 0
 50 ftp://ftp.fr.debian.org sid/main Packages
 *** 2.16.2-0 0
500 ftp://ftp.fr.debian.org squeeze/main Packages
100 /var/lib/dpkg/status
 1.41.3-1 0
500 ftp://ftp.fr.debian.org lenny/main Packages
 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 0
500 http://security.debian.org etch/updates/main Packages
500 ftp://ftp.fr.debian.org etch/main Packages
pleiades david ~ $ dpkg-architecture
DEB_BUILD_ARCH=i386
DEB_BUILD_ARCH_OS=linux
DEB_BUILD_ARCH_CPU=i386
DEB_BUILD_ARCH_BITS=32
DEB_BUILD_ARCH_ENDIAN=little
DEB_BUILD_GNU_CPU=i486
DEB_BUILD_GNU_SYSTEM=linux-gnu
DEB_BUILD_GNU_TYPE=i486-linux-gnu
DEB_HOST_ARCH=i386
DEB_HOST_ARCH_OS=linux
DEB_HOST_ARCH_CPU=i386
DEB_HOST_ARCH_BITS=32
DEB_HOST_ARCH_ENDIAN=little
DEB_HOST_GNU_CPU=i486
DEB_HOST_GNU_SYSTEM=linux-gnu
DEB_HOST_GNU_TYPE=i486-linux-gnu

-- 
 David A. Madore
   ( http://www.madore.org/~david/ )


---End Message---
---BeginMessage---
On Sun, Jun 13, 2010 at 14:37:03 +0200, David Madore wrote:

 Package: e2fsprogs
 Version: 1.41.12-1
 Severity: grave
 
 Debian testing currently has e2fsprogs 1.41.12-1 and libblkid1
 2.16.2-0 but the latter does not satisfy the dependencies of the
 former.  This makes mke2fs non-functional.
 
Dupe of #583551, closing.

Cheers,
Julien


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


Bug#585743: chromium-browser: Stops working on URIs after running for awhile

2010-06-13 Thread S.D.Allen
Package: chromium-browser
Version: 5.0.375.70~r48679-1
Severity: grave
Tags: upstream
Justification: renders package unusable


This is a wierd bug and I'm very frustrated by it. Everything seems to
work in the main tab; but if one clicks on any URI that is to open in
a child tab it will result in the cursor just spinning. This doesn't
seem to affect an URI clicked on the first time after launching the
application. Subsequent attempts do fail however.

When the above behaviour exhibts itself, upon quitting chromium these
tasks continue running gobbling up memory. I've found it necessary to
force quite via htop afterwards, each and every time.

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium-browser depends on:
ii  chromium-browser-i 5.0.375.70~r48679-1   page inspector for the chromium-br
ii  libasound2 1.0.23-1  shared library for ALSA applicatio
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libavcodec52   5:0.6~svn20100603-0.0 library to encode decode multimedi
ii  libavformat52  5:0.6~svn20100603-0.0 ffmpeg file format library
ii  libavutil494:0.5.2-1 ffmpeg utility library
ii  libbz2-1.0 1.0.5-4   high-quality block-sorting file co
ii  libc6  2.11.1-3  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-4  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-1  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.86-1simple interprocess messaging syst
ii  libevent-1.4-2 1.4.13-stable-1   An asynchronous event notification
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.4-4 GCC support library
ii  libgconf2-42.28.1-3  GNOME configuration database syste
ii  libglib2.0-0   2.24.1-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-1  The GTK+ graphical user interface 
ii  libicu42   4.2.1-3   International Components for Unico
ii  libjpeg62  6b-16.1   The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.8.4-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.6-2  Network Security Service libraries
ii  libpango1.0-0  1.28.0-1  Layout and rendering of internatio
ii  libpng12-0 1.2.43-1  PNG library - runtime
ii  libstdc++6 4.4.4-4   The GNU Standard C++ Library v3
ii  libv8-2.2.72.2.7-1   V8 JavaScript Engine
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxext6   2:1.1.1-3 X11 miscellaneous extension librar
ii  libxml22.7.7.dfsg-2  GNOME XML library
ii  libxrender11:0.9.5-2 X Rendering Extension client libra
ii  libxslt1.1 1.1.26-3  XSLT processing library - runtime 
ii  libxss11:1.2.0-2 X11 Screen Saver extension library
ii  xdg-utils  1.0.2+cvs20100307-1   desktop integration utilities from
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

chromium-browser recommends no packages.

Versions of packages chromium-browser suggests:
ii  chromium-browser-l10 5.0.375.70~r48679-1 chromium-browser language packages

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585751: kde-plasma-desktop: KDE desktop is completely screwed up after last upgrade

2010-06-13 Thread Marc Coll
Package: kde-plasma-desktop
Version: 5:62
Severity: grave
Justification: renders package unusable


Today, after doing an upgrade, my KDE desktop is completely screwed up. 
All I can see is a white background, with some red squares with a white 
cross in them spread over the desktop. No widgets, no background, no menu, 
no task list... nothing at all. Not even an error message.

If I press Alt+F2, the launcher window appears, but it doesn't work. 
Luckily for me, Yakuake loads automatically on startup, and from there I 
can launch my applications. Normal KDE applications, like KWrite or Dolphin, 
seem to be working fine, so it looks like a desktop issue.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages kde-plasma-desktop depends on:
ii  kdebase-apps  4:4.4.3-1  base applications from the officia
ii  kdebase-runtime   4:4.4.4-1  runtime components from the offici
ii  kdebase-workspace 4:4.4.4-1  base workspace components from the
ii  plasma-desktop4:4.4.4-1  The KDE Plasma workspace for deskt

Versions of packages kde-plasma-desktop recommends:
ii  kdm   4:4.4.4-1  KDE Display Manager for X11
ii  xserver-xorg  1:7.5+6the X.Org X server

Versions of packages kde-plasma-desktop suggests:
ii  kde-l10n-ca [kde-l10n]4:4.4.3-1  Catalan (ca) localization files fo

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585752: kdebase: KDE totally broke on upgrade

2010-06-13 Thread Alexander Waldmann
Package: kdebase
Version: 5:62
Severity: grave
Tags: squeeze
Justification: renders package unusable


I just did an apt-get dist-upgrade on my system. But after rebooting,
my KDE desktop is totally messed up. Only the binary clock widget was
showing, with the rest of them as red X boxes. The run dialog appears
when I press its key, but actually trying to run things with it does
not work.

I can still start programs from a TTY, and Qt-based programs have
no issues. I'm typing this in Konsole. Window management features seem
to be working fine too, including virtual desktops, compositing, window
specific settings, etc.

I've tried moving ~/.kde out of the way, and logging in again, but the
fresh config still had the problem.

Unstable is pinned to allow chromium-browser to be installed only. I
also use debian-multimedia, if that's important. Thanks in advance.

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

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kdebase depends on:
ii  hal   0.5.14-2   Hardware Abstraction Layer
ii  kde-plasma-desktop5:62   the KDE Plasma Desktop and minimal

Versions of packages kdebase recommends:
pn  kde-standard  none (no description available)

Versions of packages kdebase suggests:
pn  kde-l10n  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#462810: allegro4.2: diff for NMU version 2:4.2.2-2.2

2010-06-13 Thread gregor herrmann
tags 462810 + pending
thanks

Dear maintainer,

I've prepared an NMU for allegro4.2 (versioned as 2:4.2.2-2.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Townes Van Zandt: The Velvet Voices
diff -u allegro4.2-4.2.2/debian/changelog allegro4.2-4.2.2/debian/changelog
--- allegro4.2-4.2.2/debian/changelog
+++ allegro4.2-4.2.2/debian/changelog
@@ -1,3 +1,11 @@
+allegro4.2 (2:4.2.2-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix alsa plugin doesn't work with many sound cards: apply patch from
+Peter De Wachter (debian/patches/070_alsa_signed.diff) (closes: #462810).
+
+ -- gregor herrmann gre...@debian.org  Sun, 13 Jun 2010 17:03:36 +0200
+
 allegro4.2 (2:4.2.2-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u allegro4.2-4.2.2/debian/patches/series allegro4.2-4.2.2/debian/patches/series
--- allegro4.2-4.2.2/debian/patches/series
+++ allegro4.2-4.2.2/debian/patches/series
@@ -11,0 +12 @@
+070_alsa_signed.diff
only in patch2:
unchanged:
--- allegro4.2-4.2.2.orig/debian/patches/070_alsa_signed.diff
+++ allegro4.2-4.2.2/debian/patches/070_alsa_signed.diff
@@ -0,0 +1,89 @@
+Index: allegro4.2-4.2.2/src/unix/alsa9.c
+===
+--- allegro4.2-4.2.2.orig/src/unix/alsa9.c	2008-01-27 16:01:06.0 +0100
 allegro4.2-4.2.2/src/unix/alsa9.c	2008-01-27 16:22:56.0 +0100
+@@ -353,26 +353,47 @@
+alsa_bits = (_sound_bits == 8) ? 8 : 16;
+alsa_stereo = (_sound_stereo) ? 1 : 0;
+alsa_rate = (_sound_freq  0) ? _sound_freq : 44100;
+-   alsa_signed = 0;
+ 
+-   format = ((alsa_bits == 16) ? SND_PCM_FORMAT_U16_NE : SND_PCM_FORMAT_U8);
+-
+-   switch (format) {
++   snd_pcm_hw_params_malloc(hwparams);
++   ALSA9_CHECK(snd_pcm_hw_params_any(pcm_handle, hwparams));
+ 
+-  case SND_PCM_FORMAT_U8:
+-	 alsa_bits = 8;
+-	 break;
+-
+-  case SND_PCM_FORMAT_U16_NE:
+-	 if (sizeof(short) != 2) {
+-	ustrzcpy(allegro_error, ALLEGRO_ERROR_SIZE, get_config_text(Unsupported sample format));
+-	goto Error;
+-	 }
+-	 break;
+-
+-  default:
+-	 ustrzcpy(allegro_error, ALLEGRO_ERROR_SIZE, get_config_text(Unsupported sample format));
+-	 goto Error;
++   if (alsa_bits == 8) {
++  if (snd_pcm_hw_params_test_format(pcm_handle, hwparams, SND_PCM_FORMAT_U8) == 0) {
++ format = SND_PCM_FORMAT_U8;
++ alsa_signed = 0;
++  }
++  else if (snd_pcm_hw_params_test_format(pcm_handle, hwparams, SND_PCM_FORMAT_S8) == 0) {
++ format = SND_PCM_FORMAT_S8;
++ alsa_signed = 1;
++  }
++  else {
++ ustrzcpy(allegro_error, ALLEGRO_ERROR_SIZE, get_config_text(Unsupported sample format));
++ goto Error;
++  }
++   }
++   else if (alsa_bits == 16)
++   {
++  if (sizeof(short) != 2)
++  {
++ ustrzcpy(allegro_error, ALLEGRO_ERROR_SIZE, get_config_text(Unsupported sample format));
++ goto Error;
++  }
++
++  if (snd_pcm_hw_params_test_format(pcm_handle, hwparams, SND_PCM_FORMAT_U16_NE) == 0)
++  {
++ format = SND_PCM_FORMAT_U16_NE;
++ alsa_signed = 0;
++  }
++  else if (snd_pcm_hw_params_test_format(pcm_handle, hwparams, SND_PCM_FORMAT_S16_NE) == 0)
++  {
++ format = SND_PCM_FORMAT_S16_NE;
++ alsa_signed = 1;
++  }
++  else
++  {
++ ustrzcpy(allegro_error, ALLEGRO_ERROR_SIZE, get_config_text(Unsupported sample format));
++ goto Error;
++  }
+}
+ 
+alsa_sample_size = (alsa_bits / 8) * (alsa_stereo ? 2 : 1);
+@@ -384,10 +405,6 @@
+ 	 fragsize = 1;
+}
+ 
+-   snd_pcm_hw_params_malloc(hwparams);
+-   snd_pcm_sw_params_malloc(swparams);
+-
+-   ALSA9_CHECK(snd_pcm_hw_params_any(pcm_handle, hwparams));
+ALSA9_CHECK(snd_pcm_hw_params_set_access(pcm_handle, hwparams, SND_PCM_ACCESS_RW_INTERLEAVED));
+ALSA9_CHECK(snd_pcm_hw_params_set_format(pcm_handle, hwparams, format));
+ALSA9_CHECK(snd_pcm_hw_params_set_channels(pcm_handle, hwparams, alsa_stereo + 1));
+@@ -403,6 +420,7 @@
+ 
+TRACE (PREFIX_I alsa_bufsize = %ld, alsa_fragments = %d\n, alsa_bufsize, alsa_fragments);
+ 
++   snd_pcm_sw_params_malloc(swparams);
+ALSA9_CHECK(snd_pcm_sw_params_current(pcm_handle, swparams));
+ALSA9_CHECK(snd_pcm_sw_params_set_start_threshold(pcm_handle, swparams, alsa_bufsize));
+ALSA9_CHECK(snd_pcm_sw_params_set_avail_min(pcm_handle, swparams, fragsize));


signature.asc
Description: Digital signature


Processed: allegro4.2: diff for NMU version 2:4.2.2-2.2

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 462810 + pending
Bug #462810 [liballegro4.2] liballegro4.2: alsa plugin doesn't work with many 
sound cards
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
462810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585751: The same here, kwin refuses to startup

2010-06-13 Thread Alain Péteut
Dear all,

Here is the log from 'startkde'.

Cheers
Alain
startkde: Starting up...
kdeinit4: Shutting down running client.
kdeinit4: preparing to launch /usr/lib/kde4/libexec/klauncher
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kdeinit4: preparing to launch /usr/bin/kded4
kdeinit4: preparing to launch /usr/bin/kbuildsycoca4
kbuildsycoca4 running...
kbuildsycoca4(8799) KBuildSycoca::checkTimestamps: checking file timestamps
kbuildsycoca4(8799) KBuildSycoca::checkTimestamps: timestamps check ok
kbuildsycoca4(8799) kdemain: Emitting notifyDatabaseChanged ()
kdeinit4: preparing to launch /usr/lib/kde4/libexec/kconf_update
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kded(8798) Kded::loadModule: Could not load library kded_device_automounter . [ The plugin 'kded_device_automounter' uses an incompatible KDE library (4.4.4 (KDE 4.4.4)). ] 
kded(8798) Kded::loadModule: Could not load library kded_powerdevil . [ The plugin 'kded_powerdevil' uses an incompatible KDE library (4.4.4 (KDE 4.4.4)). ] 
kded(8798) Kded::loadModule: Could not load library kded_statusnotifierwatcher . [ The plugin 'kded_statusnotifierwatcher' uses an incompatible KDE library (4.4.4 (KDE 4.4.4)). ] 
kdeinit4: preparing to launch /usr/bin/kcminit_startup
kdeinit4: preparing to launch /usr/bin/ksmserver
unknown program name(8795)/ KStartupInfo::createNewStartupId: creating:  w500;1276441424;421147;8795_TIME0 : unnamed app
kwin: unable to claim manager selection, another wm running? (try using --replace)
ksmserver(8804) KSMServer::wmProcessChange: Window manager kwin failed to launch 
kdeinit4: preparing to launch /usr/bin/plasma-desktop
kded(8798) Kded::loadModule: Could not load library kded_kephal . [ The plugin 'kded_kephal' uses an incompatible KDE library (4.4.4 (KDE 4.4.4)). ] 
could not access kephald, falling back to QDesktopWidget 
adding an output 0 with geom:  QRect(0,0 1680x1050) 
kdeinit4: preparing to launch /usr/bin/kglobalaccel
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kglobalaccel(8810) GlobalShortcutsRegistry::loadSettings: Loading group  kmix
kglobalaccel(8810) GlobalShortcutsRegistry::loadSettings: Loading group  kwin
kglobalaccel(8810) GlobalShortcutsRegistry::loadSettings: Loading group  krunner
kglobalaccel(8810) GlobalShortcutsRegistry::loadSettings: Loading group  plasma-desktop
kglobalaccel(8810) GlobalShortcutsRegistry::loadSettings: Loading group  khotkeys
kglobalaccel(8810) GlobalShortcutsRegistry::loadSettings: Loading group  kded
kglobalaccel(8810) GlobalShortcutsRegistry::loadSettings: Loading group  klipper
kglobalaccel(8810) GlobalShortcutsRegistry::registerKey: Registering key Ctrl+F12 for plasma-desktop : Show Dashboard
QDBusObjectPath: invalid path 
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x2200049
plasma-desktop(8808)/kdecore (services) KServiceFactory::findServiceByDesktopPath:  not found
plasma-desktop(8808)/kdecore (services) KServiceFactory::findServiceByDesktopPath:  not found
kded(8798) Kded::loadModule: Could not load library kded_networkstatus . [ The plugin 'kded_networkstatus' uses an incompatible KDE library (4.4.4 (KDE 4.4.4)). ] 
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.10'
Invalid D-BUS interface name 'org.kde.plasma-desktop.PlasmaApp' found while parsing introspection
kdeinit4: preparing to launch /usr/lib/kde4/kio_desktop.so
kded(8798) Kded::loadModule: Could not load library kded_desktopnotifier . [ The plugin 'kded_desktopnotifier' uses an incompatible KDE library (4.4.4 (KDE 4.4.4)). ] 
kdeinit4: preparing to launch /usr/lib/kde4/kio_file.so
kio_desktop(8811)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing  /usr/share/mime/magic
kio_desktop(8811)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing  /home/alain/.local/share/mime/magic
ICE default IO error handler doing an exit(), pid = 8808, errno = 11
klauncher: Exiting on signal 15


Bug#584933: marked as done (CVE-2010-1513)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 15:38:20 +
with message-id e1onpgo-0004xu...@ries.debian.org
and subject line Bug#584933: fixed in ziproxy 3.1.0-1
has caused the Debian Bug report #584933,
regarding CVE-2010-1513
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
584933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584933
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ziproxy
Severity: grave
Tags: security

Hi,
the following security has been reported against ziproxy:

CVE-2010-1513

Multiple integer overflows in src/image.c in Ziproxy before 3.0.1
allow remote attackers to execute arbitrary code via (1) a large JPG
image, related to the jpg2bitmap function or (2) a large PNG image,
related to the png2bitmap function, leading to heap-based buffer
overflows.

This is fixed in 3.0.1.

Cheers,
Moritz

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, lc_ctype=de_de.iso-8859...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages ziproxy depends on:
ii  libc6   2.10.2-9 Embedded GNU C Library: Shared lib
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libjasper1  1.900.1-7The JasPer JPEG-2000 runtime libra
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

ziproxy recommends no packages.

ziproxy suggests no packages.


---End Message---
---BeginMessage---
Source: ziproxy
Source-Version: 3.1.0-1

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

ziproxy_3.1.0-1.debian.tar.gz
  to main/z/ziproxy/ziproxy_3.1.0-1.debian.tar.gz
ziproxy_3.1.0-1.dsc
  to main/z/ziproxy/ziproxy_3.1.0-1.dsc
ziproxy_3.1.0-1_i386.deb
  to main/z/ziproxy/ziproxy_3.1.0-1_i386.deb
ziproxy_3.1.0.orig.tar.bz2
  to main/z/ziproxy/ziproxy_3.1.0.orig.tar.bz2



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 584...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Marcos Talau ta...@users.sourceforge.net (supplier of updated ziproxy 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Fri, 04 Jun 2010 17:50:03 -0300
Source: ziproxy
Binary: ziproxy
Architecture: source i386
Version: 3.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Marcos Talau ta...@users.sourceforge.net
Changed-By: Marcos Talau ta...@users.sourceforge.net
Description: 
 ziproxy- compressing HTTP proxy server
Closes: 581153 584933
Changes: 
 ziproxy (3.1.0-1) unstable; urgency=low
 .
   * New upstream release (LP: #569611) (Closes: #584933) [CVE-2010-1513]
   * Fixed bashisms in ziproxy_genhtml_stats.sh (Closes: #581153)
 - Thanks to Raphael Geissert.
   * Updated debian/copyright
   * debian/ziproxy.init:
 - Added Required-* $remote_fs
 - Now using pidfile option from daemon
   * User/group name now in debian/ziproxy.default
   * Removed patch for Russian man page
 - Upstream removed Russian man pages due to lack of maintainer
   * config.* is now updating with debhelper
   * Changed maintainer mail
Checksums-Sha1: 
 9de06086d6c79373e7c5e7c18cf880e4b3949adf 1557 ziproxy_3.1.0-1.dsc
 2bf70793c923e53b8a390626c180fa79ac337b14 260739 ziproxy_3.1.0.orig.tar.bz2
 3668fe6474aba4c08c392a7e68ffccec98cc6a5a 7772 ziproxy_3.1.0-1.debian.tar.gz
 ea8effe8b1095cafd4c12c7081b41bea897f0e78 124816 ziproxy_3.1.0-1_i386.deb
Checksums-Sha256: 
 03f9c23b8e485ed9fc0eb759cb67cf6c8fe1143ae32f38cf63c91d05c8356194 1557 
ziproxy_3.1.0-1.dsc
 e92589172abc7a055467b66983ae65452f688760a0eea973cc09bf242d7d7206 260739 
ziproxy_3.1.0.orig.tar.bz2
 dbb25343d5bf4662f63e79368412e04e754b2b65975e2fcac997c26192a6e35b 7772 
ziproxy_3.1.0-1.debian.tar.gz
 04922c16c214e284af61168defef7387b51c46a143e904742be69ca5b60c81f6 124816 
ziproxy_3.1.0-1_i386.deb
Files: 
 9ebfe4915e8a3668eb0f558c887762d0 1557 net extra 

Bug#581552: vtun: diff for NMU version 3.0.2-2.1

2010-06-13 Thread gregor herrmann
tags 581552 + pending
thanks

Dear maintainer,
¡hola Tincho!

I've prepared an NMU for vtun (versioned as 3.0.2-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Dire Straits: Walk Of Life
diff -u vtun-3.0.2/debian/changelog vtun-3.0.2/debian/changelog
--- vtun-3.0.2/debian/changelog
+++ vtun-3.0.2/debian/changelog
@@ -1,3 +1,11 @@
+vtun (3.0.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix vtun is broken on 'testing' when IPv6 is configured: apply patch by
+Mats Erik Andersson as debian/patches/06-ipv6.patch (closes: #581552).
+
+ -- gregor herrmann gre...@debian.org  Sun, 13 Jun 2010 17:30:52 +0200
+
 vtun (3.0.2-2) unstable; urgency=low
 
   * Acknowledging NMU. Thanks Aurélien.
diff -u vtun-3.0.2/debian/patches/series vtun-3.0.2/debian/patches/series
--- vtun-3.0.2/debian/patches/series
+++ vtun-3.0.2/debian/patches/series
@@ -6,0 +7 @@
+06-ipv6.patch
only in patch2:
unchanged:
--- vtun-3.0.2.orig/debian/patches/06-ipv6.patch
+++ vtun-3.0.2/debian/patches/06-ipv6.patch
@@ -0,0 +1,73 @@
+Description: Replace gethostbyname() with getaddrinfo().
+ In recent versions of glibc, a call to gethostbyname()
+ will be default return an IPv6 reference as first entry.
+ This completely breaks communication between the vtund
+ server instance and the vtund client instance.
+ .
+ The solution to this clash is to migrate the code in
+ 'netlib.c' to use getaddrinfo(), since this function
+ can easily be configured to only return IPv4 addresses.
+Author: Mats Erik Andersson deb...@gisladisker.se
+Forwarded: no
+Last-Update: 2010-05-13
+--- vtun-3.0.2.debian/netlib.c
 vtun-3.0.2/netlib.c
+@@ -229,21 +229,23 @@ int local_addr(struct sockaddr_in *addr,
+ 
+ int server_addr(struct sockaddr_in *addr, struct vtun_host *host)
+ {
+- struct hostent * hent;
++ struct addrinfo hints, *aiptr;
+ 
+  memset(addr,0,sizeof(struct sockaddr_in));
+- addr-sin_family = AF_INET;
+- addr-sin_port = htons(vtun.bind_addr.port);
++ memset(hints, '\0', sizeof(hints));
++ hints.ai_family = AF_INET;
+ 
+  /* Lookup server's IP address.
+   * We do it on every reconnect because server's IP 
+   * address can be dynamic.
+   */
+- if( !(hent = gethostbyname(vtun.svr_name)) ){
++ if( getaddrinfo(vtun.svr_name, NULL, hints, aiptr) ){
+ vtun_syslog(LOG_ERR, Can't resolv server address: %s, vtun.svr_name);
+ return -1;
+  }
+- addr-sin_addr.s_addr = *(unsigned long *)hent-h_addr; 
++ memcpy(addr, aiptr-ai_addr, aiptr-ai_addrlen);
++ addr-sin_port = htons(vtun.bind_addr.port);
++ freeaddrinfo(aiptr);
+ 
+  host-sopt.raddr = strdup(inet_ntoa(addr-sin_addr));
+  host-sopt.rport = vtun.bind_addr.port;
+@@ -254,8 +256,11 @@ int server_addr(struct sockaddr_in *addr
+ /* Set address by interface name, ip address or hostname */
+ int generic_addr(struct sockaddr_in *addr, struct vtun_addr *vaddr)
+ {
+- struct hostent *hent;
++ struct addrinfo hints, *aiptr;
++
+  memset(addr, 0, sizeof(struct sockaddr_in));
++ memset(hints, '\0', sizeof(hints));
++ hints.ai_family = AF_INET;
+   
+  addr-sin_family = AF_INET;
+   
+@@ -270,13 +275,14 @@ int generic_addr(struct sockaddr_in *add
+ 	 }
+break;
+ case VTUN_ADDR_NAME:
+-	 if (!(hent = gethostbyname(vaddr-name))) {
++	 if( getaddrinfo(vaddr-name, NULL, hints, aiptr) ){
+ 	vtun_syslog(LOG_ERR,
+ 	Can't resolv local address %s,
+ 	vaddr-name);
+ 	return -1;
+}
+-	 addr-sin_addr.s_addr = *(unsigned long *) hent-h_addr;
++	 memcpy(addr, aiptr-ai_addr, aiptr-ai_addrlen);
++	 freeaddrinfo(aiptr);
+break;
+ default:
+addr-sin_addr.s_addr = INADDR_ANY;


signature.asc
Description: Digital signature


Processed: vtun: diff for NMU version 3.0.2-2.1

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 581552 + pending
Bug #581552 [vtun] vtun is broken on 'testing' when IPv6 is configured
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
581552: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585751: same thing

2010-06-13 Thread Luigi Pizzirani
I have the same bug. KDE became white and I cannot do nothing. For now I 
am using fluxbox hoping that this bug will be fixed ASAP.


--
Messaggio verificato dal servizio antivirus di Database Informatica




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#581552: vtun: diff for NMU version 3.0.2-2.1

2010-06-13 Thread Julien Cristau
On Sun, Jun 13, 2010 at 17:38:28 +0200, gregor herrmann wrote:

 tags 581552 + pending
 thanks
 
 Dear maintainer,
 ¡hola Tincho!
 
 I've prepared an NMU for vtun (versioned as 3.0.2-2.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.
 
I think this is wrong.  The bug was a misconfiguration of the
submitter's machine.  This bug should be closed.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#585757: libglewmx1.5: 1.5.4-1 makes libglc0 crash

2010-06-13 Thread Christian Ohm
Package: libglewmx1.5
Version: 1.5.4-1
Severity: grave
Justification: renders package unusable

Hello,

after upgrading to the above version, any program using libglc (i.e.
cromium-bsu and warzone2100) crash as soon as they try rendering text.
Backtrace:

#0  0x769f83f0 in __glcRenderCharTexture () from /usr/lib/libGLC.so.0
#1  0x769f5c2e in ?? () from /usr/lib/libGLC.so.0
#2  0x769ef72f in __glcProcessChar () from /usr/lib/libGLC.so.0
#3  0x769f547a in ?? () from /usr/lib/libGLC.so.0
#4  0x769f5635 in glcRenderString () from /usr/lib/libGLC.so.0
#5  0x006006b1 in iV_DrawTextRotated (string=0xccec20 Version 2.3 
branch r10963 - Built Jun 13 2010 - DEBUG, XPos=1391, YPos=1036, rotation=90)
at ../../../lib/ivis_opengl/textdraw.c:648

Warzone is compiled from SVN, but chromium-bsu from the Debian repo also
crashes. Downgrading libglewmx1.5 to 1.5.3-2 makes things work again.

Best regards,
Christian Ohm

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libglewmx1.5 depends on:
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx [libgl1]  7.8.1-1A free implementation of the OpenG
ii  libglu1-mesa [libglu1]7.7.1-3The OpenGL utility library (GLU)
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxext6  2:1.1.1-3  X11 miscellaneous extension librar
ii  libxi62:1.3-4X11 Input extension library
ii  libxmu6   2:1.0.5-1  X11 miscellaneous utility library

libglewmx1.5 recommends no packages.

libglewmx1.5 suggests no packages.

-- no debconf information

-- 
If I want your opinion, I'll ask you to fill out the necessary form.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583695: /usr/sbin/update-initramfs: line 149: initramfs_bak: unbound variable

2010-06-13 Thread Vladmimir Stavrinov
Package: initramfs-tools
Version: 0.96.1
Severity: normal

This bug exists since Jun 2. It break system upgrade and force downgrade the
linux-image package, because current initrd.img is zero in size.


-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 2.0M Apr 24 05:56 /boot/initrd.img-2.6.32-3-686
-rw-r--r-- 1 root root0 Jun 13 19:58 /boot/initrd.img-2.6.32-5-686.new
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-686 
root=UUID=b09171b7-2718-403a-b42e-09e41b9ede7f ro acpi=noirq

-- resume
# RESUME=/dev/hda2
RESUME='UUID=12ab0bbe-3c8d-4d91-b92b-3a22ff184322'
-- /proc/filesystems
ext3
fuseblk

-- lsmod
Module  Size  Used by
ppp_async   5305  0 
crc_ccitt   1039  1 ppp_async
snd_intel8x0   19523  0 
pppoe   6849  2 
pppox   1242  1 pppoe
ppp_generic16359  7 ppp_async,pppoe,pppox
slhc3691  1 ppp_generic
nf_conntrack_ipv4   7597  2 
nf_defrag_ipv4   779  1 nf_conntrack_ipv4
xt_state 927  2 
iptable_filter  1790  1 
ip_tables   7690  1 iptable_filter
x_tables8327  2 xt_state,ip_tables
autofs416667  1 
fuse   43750  1 
configfs   15880  0 
nf_conntrack_ftp4272  0 
nf_conntrack   38063  3 nf_conntrack_ipv4,xt_state,nf_conntrack_ftp
i915  218794  0 
drm_kms_helper 17247  1 i915
drm   107671  2 i915,drm_kms_helper
i2c_algo_bit3497  1 i915
video  14605  1 i915
output  1204  1 video
vmlfb   7689  0 
i810fb 17949  1 
vgastate5662  1 i810fb
sd_mod 25781  0 
crc_t10dif  1012  1 sd_mod
usb_storage29805  0 
tuner_simple9694  1 
tuner_types 7537  1 tuner_simple
tuner  14428  1 
snd_ac97_codec 79140  1 snd_intel8x0
ac97_bus 710  1 snd_ac97_codec
snd_pcm_oss28671  0 
saa7134   119996  0 
snd_mixer_oss  10461  1 snd_pcm_oss
snd_pcm47362  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
ir_common  22187  1 saa7134
snd_seq_midi3576  0 
v4l2_common 9816  2 tuner,saa7134
snd_rawmidi12505  1 snd_seq_midi
videodev   25541  3 tuner,saa7134,v4l2_common
snd_seq_midi_event  3684  1 snd_seq_midi
v4l1_compat10250  1 videodev
videobuf_dma_sg 7199  1 saa7134
snd_seq35459  2 snd_seq_midi,snd_seq_midi_event
videobuf_core  10476  2 saa7134,videobuf_dma_sg
tveeprom9393  1 saa7134
snd_timer  12258  2 snd_pcm,snd_seq
snd_seq_device  3673  3 snd_seq_midi,snd_rawmidi,snd_seq
uhci_hcd   16045  0 
8139cp 13417  0 
i2c_core   12648  9 
i915,drm,i2c_algo_bit,tuner_simple,tuner,saa7134,v4l2_common,videodev,tveeprom
snd34363  9 
snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
ehci_hcd   27574  0 
8139too14945  0 
mii 2714  2 8139cp,8139too
intel_agp  20233  1 
usbcore98126  4 usb_storage,uhci_hcd,ehci_hcd
shpchp 21220  0 
agpgart19516  3 drm,i810fb,intel_agp
soundcore   3450  1 snd
snd_page_alloc  5041  2 snd_intel8x0,snd_pcm
nls_base4541  1 usbcore
rng_core2178  0 
pcspkr  1207  0 
pci_hotplug18065  1 shpchp
psmouse44413  0 
evdev   5609  10 
processor  26571  1 
button  3598  1 i915
serio_raw   2916  0 
dm_mod 46074  0 
hwmon_vid   1528  0 
ext3   94192  1 
jbd32161  1 ext3
mbcache 3762  1 ext3
ide_cd_mod 21076  0 
ide_gd_mod 17171  3 
cdrom  26487  1 ide_cd_mod
ata_generic 2015  0 
libata114408  1 ata_generic
scsi_mod  101297  3 sd_mod,usb_storage,libata
ide_pci_generic 1924  0 
fan 2586  0 
thermal 9206  0 
piix3564  3 
thermal_sys 9378  4 video,processor,fan,thermal
ide_core   64146  4 ide_cd_mod,ide_gd_mod,ide_pci_generic,piix

-- /etc/kernel-img.conf
# Do not create symbolic links in /
do_symlinks = No
do_initrd = Yes
do_boot_enable = No
# do_bootloader = No
# silent_loader = Yes
silent_modules = Yes
postinst_hook = /usr/sbin/update-grub
postrm_hook   = /usr/sbin/update-grub


-- /etc/initramfs-tools/initramfs.conf
MODULES=dep
BUSYBOX=n
KEYMAP=n
BOOT=local
DEVICE=eth0
NFSROOT=auto

-- /sys/block
hda
hdc


-- System Information:
Debian Release: 

Bug#585751: Same thing

2010-06-13 Thread Alexandre LISSY
Dear all,

« Same here » bug report.
I tried Plasma-netbook but no success too, same white background with
nothing else.

I'm using a nVidia with tainted driver 195.36.24



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#583832: dulwich: FTBFS: FAILED (SKIP=2, errors=7)

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # dulwich used to build fine on kfreebsd-*
 severity 583832 serious
Bug #583832 [src:dulwich] dulwich: FTBFS: FAILED (SKIP=2, errors=7)
Severity set to 'serious' from 'important'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
583832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583832
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#581552: vtun: diff for NMU version 3.0.2-2.1

2010-06-13 Thread Martín Ferrari
On Sun, Jun 13, 2010 at 17:53, Julien Cristau jcris...@debian.org wrote:

 I've prepared an NMU for vtun (versioned as 3.0.2-2.1) and
 uploaded it to DELAYED/2. Please feel free to tell me if I
 should delay it longer.

 I think this is wrong.  The bug was a misconfiguration of the
 submitter's machine.  This bug should be closed.

I think it is indeed a bug, but not remotely serious as the submitter
said. I just forgot to lower the severity

-- 
Martín Ferrari



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585751: Workaround

2010-06-13 Thread Alexandre LISSY
Hello,

I've just got informed of a workaround on IRC. Installing libkdecore5 from Sid 
solves the issue, at least temporarly.


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


Bug#585751: Fix

2010-06-13 Thread UPV
I had this issue, with help from #debian-kde in irc.debian.org fixed it by 
installing libkdecore5 from sid manually (aptitude throws a lot of 
dependencies and attempts to uninstall most of programs).

So, that's my advice, download libkdecore5 .deb from sid and dpkg -i it



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#581552: vtun: diff for NMU version 3.0.2-2.1

2010-06-13 Thread Julien Cristau
severity 581552 wishlist
retitle 581552 vtun: want ipv6 support
kthxbye

On Sun, Jun 13, 2010 at 18:40:29 +0200, Martín Ferrari wrote:

 On Sun, Jun 13, 2010 at 17:53, Julien Cristau jcris...@debian.org wrote:
 
  I've prepared an NMU for vtun (versioned as 3.0.2-2.1) and
  uploaded it to DELAYED/2. Please feel free to tell me if I
  should delay it longer.
 
  I think this is wrong.  The bug was a misconfiguration of the
  submitter's machine.  This bug should be closed.
 
 I think it is indeed a bug, but not remotely serious as the submitter
 said. I just forgot to lower the severity
 
Well.  To the extent that using gethostbyname is a bug...
In any case, I don't believe an NMU for this is appropriate.  IPv6
support in vtun is probably more work than the patch included in this
report, which doesn't solve a real world problem.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#581552: vtun: diff for NMU version 3.0.2-2.1

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 581552 wishlist
Bug #581552 [vtun] vtun is broken on 'testing' when IPv6 is configured
Severity set to 'wishlist' from 'grave'

 retitle 581552 vtun: want ipv6 support
Bug #581552 [vtun] vtun is broken on 'testing' when IPv6 is configured
Changed Bug title to 'vtun: want ipv6 support' from 'vtun is broken on 
'testing' when IPv6 is configured'
 kthxbye
Stopping processing here.

Please contact me if you need assistance.
-- 
581552: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585762: rakudo: load_bytecode couldn't find file 'PCT.pbc'

2010-06-13 Thread Alessandro Ghedini
Package: rakudo
Version: 0.1~2010.01-1
Severity: grave
Justification: renders package unusable

When I try to run perl6 it exits with the error:

load_bytecode couldn't find file 'PCT.pbc'
current instr.: '' pc -1 ((unknown file):-1)
called from Sub '_block879' pc 130677 (src/parser/quote_expression.pir:478)
... call repeated 1 times

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

Kernel: Linux 2.6.34-vanilla (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rakudo depends on:
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  libparrot-dev 2.3.0-1Parrot shared library development 
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  parrot2.3.0-1A virtual machine for dynamic lang
ii  parrot-devel  2.3.0-1Parrot development tools

rakudo recommends no packages.

rakudo suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585751: Workaround

2010-06-13 Thread Modestas Vainius
reassign 585752 kde-plasma-desktop
forcemerge 585751 585752
retitle 585751 KDE is broken in testing, do not upgrade!
reassign 585751 
kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin
severity 585751 grave
thanks

Hello,

On sekmadienis 13 Birželis 2010 19:43:34 Alexandre LISSY wrote:
 I've just got informed of a workaround on IRC. Installing libkdecore5 from
 Sid solves the issue, at least temporarly.

Yes, it is a known problem. I recommend not to upgrade but if you did, you may
do the following to fix it:

1) Add unstable to /etc/apt/sources.list:

# echo deb http://ftp.de.debian.org/debian unstable main  
/etc/apt/sources.list

2) aptitude (or apt-get) update
# aptitude update

3) Upgrade installed binary packages from kde4libs source package:

# aptitude --without-recommends install '?source-package(kde4libs)~i'/unstable

In fact, you only need libkdecore5 4:4.4.4-1 to fix this but installing this
package alone will cause dependency issues. It is harder to achieve the same
effect with apt-get, but you may try:

# apt-cache showsrc kde4libs | sed -n '/^Binary:/ { s/^Binary:\s\+//; s/,/\n/g; 
p}' | sort -u | xargs 
dpkg-query -l | grep ^ii | awk '{print $2}' | xargs apt-get -y -t unstable 
install

4) Remove unstable from sources.list.

We are working to fix this in a proper way but it probably won't be easy
or fast solution.

-- 
Modestas Vainius modes...@vainius.eu


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


Processed: Re: Bug#585751: Workaround

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 585752 kde-plasma-desktop
Bug #585752 [kdebase] kdebase: KDE totally broke on upgrade
Bug reassigned from package 'kdebase' to 'kde-plasma-desktop'.
Bug No longer marked as found in versions meta-kde/5:62.
 forcemerge 585751 585752
Bug#585751: kde-plasma-desktop: KDE desktop is completely screwed up after last 
upgrade
Bug#585752: kdebase: KDE totally broke on upgrade
Forcibly Merged 585751 585752.

 retitle 585751 KDE is broken in testing, do not upgrade!
Bug #585751 [kde-plasma-desktop] kde-plasma-desktop: KDE desktop is completely 
screwed up after last upgrade
Bug #585752 [kde-plasma-desktop] kdebase: KDE totally broke on upgrade
Changed Bug title to 'KDE is broken in testing, do not upgrade!' from 
'kde-plasma-desktop: KDE desktop is completely screwed up after last upgrade'
Changed Bug title to 'KDE is broken in testing, do not upgrade!' from 'kdebase: 
KDE totally broke on upgrade'
 reassign 585751 
 kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin
Bug #585751 [kde-plasma-desktop] KDE is broken in testing, do not upgrade!
Bug #585752 [kde-plasma-desktop] KDE is broken in testing, do not upgrade!
Bug reassigned from package 'kde-plasma-desktop' to 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin'.
Bug reassigned from package 'kde-plasma-desktop' to 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin'.
Bug No longer marked as found in versions meta-kde/5:62.
Bug No longer marked as found in versions meta-kde/5:62.
 severity 585751 grave
Bug #585751 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin] KDE is 
broken in testing, do not upgrade!
Bug #585752 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin] KDE is 
broken in testing, do not upgrade!
Ignoring request to change severity of Bug 585751 to the same value.
Ignoring request to change severity of Bug 585752 to the same value.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585751
585752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585699: marked as done (libmodplug0c2: Library crashes when playing music modules on amd64)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 17:47:08 +
with message-id e1onrh2-0002o3...@ries.debian.org
and subject line Bug#585699: fixed in libmodplug 1:0.8.8-1
has caused the Debian Bug report #585699,
regarding libmodplug0c2: Library crashes when playing music modules on amd64
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
585699: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libmodplug0c2
Version: 1:0.8.8-1
Severity: grave
Justification: renders package unusable

Version 0.8.7 of libmodplug library is not working properly on amd64. Playing 
any music module will cause the library to crash.

This affects gstreamer-plugins-bad, which links to this library and this in 
turn affects other software such as the gnome file browser (which can't preview 
music modules, but instead crashes).

I have verified that upstream version 0.8.8 resolves this problem.

I can provide a backtrace of the crash, but bringing in a new upstream release 
seems like the best fix here.


-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-22-generic (SMP w/2 CPU cores)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libmodplug0c2 depends on:
ii  libc6  2.11.1-0ubuntu7.1 Embedded GNU C Library: Shared lib
ii  libgcc11:4.4.3-4ubuntu5  GCC support library
ii  libstdc++6 4.4.3-4ubuntu5The GNU Standard C++ Library v3

libmodplug0c2 recommends no packages.

libmodplug0c2 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: libmodplug
Source-Version: 1:0.8.8-1

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

libmodplug-dev_0.8.8-1_all.deb
  to main/libm/libmodplug/libmodplug-dev_0.8.8-1_all.deb
libmodplug0c2_0.8.8-1_amd64.deb
  to main/libm/libmodplug/libmodplug0c2_0.8.8-1_amd64.deb
libmodplug_0.8.8-1.diff.gz
  to main/libm/libmodplug/libmodplug_0.8.8-1.diff.gz
libmodplug_0.8.8-1.dsc
  to main/libm/libmodplug/libmodplug_0.8.8-1.dsc
libmodplug_0.8.8.orig.tar.gz
  to main/libm/libmodplug/libmodplug_0.8.8.orig.tar.gz



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 585...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Zed Pobre z...@debian.org (supplier of updated libmodplug 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jun 2010 12:54:12 -0400
Source: libmodplug
Binary: libmodplug0c2 libmodplug-dev
Architecture: source all amd64
Version: 1:0.8.8-1
Distribution: unstable
Urgency: high
Maintainer: Zed Pobre z...@debian.org
Changed-By: Zed Pobre z...@debian.org
Description: 
 libmodplug-dev - development files for mod music based on ModPlug
 libmodplug0c2 - shared libraries for mod music based on ModPlug
Closes: 585699
Changes: 
 libmodplug (1:0.8.8-1) unstable; urgency=high
 .
   * New upstream version
 * Fix 32 to 32 bit downsampling on 64bit platforms. (Closes: #585699)
   * The above bug is causing crashes in the Gnome file browser during
 previews, thus urgency is set to high.
 * Fix usage of bigendian in include files
 * Fix PSM files on bigendian computers
 * Allow configuration of Stereo Seperation and MaxMixChannels
 * Fix possible problem with misaligned data structure when converting
   to int32 (load_669)
   * Added AC_PROG_LIBTOOL to configure.in to allow libtool during rebuild
   * Added real package alternative dependency for libstdc++-dev
   * Standards-Version: 3.8.4 (no changes required)
   * Added misc:Depends to dependencies
Checksums-Sha1: 
 a55681655d40957aa35c4e0a3276ec5023b5d222 1636 libmodplug_0.8.8-1.dsc
 00c6de0fc173a83503ddf6733842ebe7ed130500 513376 libmodplug_0.8.8.orig.tar.gz
 c84f984114bf1d4fc189b018d576d1961131f672 8155 libmodplug_0.8.8-1.diff.gz
 099494239048b329c9eb462db2db436b6da71a56 26708 libmodplug-dev_0.8.8-1_all.deb
 

Bug#585751: download libkdecore5?

2010-06-13 Thread Marco Righi
I have update my repository to sid and I have executed

apt-get update
apt-get install apt-get install libkdecore5


I got the background but not the menu bar (the menu bar generally is ah
the bottom of the page even if I place it at the top of the page)

Sincerely
Marco Righi



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#578495: moreinfo and wrong severity

2010-06-13 Thread Neil Williams
severity 578495 normal
tag 578495 + moreinfo
quit

Policy 3.5 does not justify the severity of this bug and you haven't
included details of which packages were to be upgraded or which
repositories are configured on your system, so this bug cannot be
reproduced or tested with the information provided.

Depending on your configuration and your apt sources, it is common for
Debian unstable to generate impossible upgrades and although
update-manager tries to create a safe-upgrade from the resulting
complexity, it isn't possible to determine if this was possible without
exact details of all the packages involved.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgptx5qWAjAP9.pgp
Description: PGP signature


Bug#583187: aMSN shouldn't compile with v4l support on non linux archs

2010-06-13 Thread Sjoerd Simons
On Sat, Jun 12, 2010 at 04:06:43PM -0430, Muammar El Khatib wrote:
 On 12/06/2010 06:39, Sjoerd Simons wrote:
  On Wed, Jun 09, 2010 at 11:20:27AM -0430, Muammar El Khatib wrote:
  On 07/06/2010 21:31, Sjoerd Simons wrote:
 
  Attached debdiff makes amsn build on kFreeBSD again.
 
 
  Thanks for the patch, but with it, aMSN fails to load in other
  architectures e.g. amd64 (see pictures attached). The reason is because
  the files listed in Makefile.in in FOUND_OS for linux are not in their
  respective places.
  
  Looking at the debdiff i supplied i'm not sure how that could happen unless
  it was a pre-existing issue. For the linux build all files should still end
  up in the same location as before. Also the amsn package i build on my
  machine seem to start fine (although i don't use msn so i couldn't test any
  further)
  
 
 I apologize. I applied again your debdiff, and it works perfectly. I had
 done something wrong. I'll upload the package with your patch.

No worries :)

  Any updates on this, it's blocking a whole set of my packages from going
  into testing which is starting to become quite annoying :)
  
 
 Laurent offered me to upload the package for me. So I will ask him for
 sponsorship.

I just saw it make it's way in. Good work, hopefully it'll nicely go through ot
testing :)

  Sjoerd
-- 
The instruments of science do not in themselves discover truth.  And there are
searchings that are not concluded by the coincidence of a pointer and a mark.
-- Fred Saberhagen, The Berserker Wars



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: moreinfo and wrong severity

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 578495 normal
Bug #578495 [update-manager] Update manager fails in a smart upgrade
Severity set to 'normal' from 'serious'

 tag 578495 + moreinfo
Bug #578495 [update-manager] Update manager fails in a smart upgrade
Added tag(s) moreinfo.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
578495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578495
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#585765: unable to start KDE's systemsettings after upgrade

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 585765 
 kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin
Bug #585765 [systemsettings] unable to start KDE's systemsettings after upgrade
Bug reassigned from package 'systemsettings' to 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin'.
Bug No longer marked as found in versions kdebase-workspace/4:4.4.4-1.
 forcemerge 585751 585765
Bug#585751: KDE is broken in testing, do not upgrade!
Bug#585765: unable to start KDE's systemsettings after upgrade
Bug#585752: KDE is broken in testing, do not upgrade!
Forcibly Merged 585751 585752 585765.

 reassign 585751 
 kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings
Bug #585751 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin] KDE is 
broken in testing, do not upgrade!
Bug #585752 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin] KDE is 
broken in testing, do not upgrade!
Bug #585765 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin] unable to 
start KDE's systemsettings after upgrade
Bug reassigned from package 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin' to 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings'.
Bug reassigned from package 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin' to 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings'.
Bug reassigned from package 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin' to 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585751
585765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585765
585752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#560627: marked as done (libebook-tools-perl: FTBFS: tests failed)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 18:32:30 +
with message-id e1onryw-0004mu...@ries.debian.org
and subject line Bug#560627: fixed in libebook-tools-perl 0.4.8-1
has caused the Debian Bug report #560627,
regarding libebook-tools-perl: FTBFS: tests failed
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560627: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560627
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libebook-tools-perl
Version: 0.4.6-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-libebook-tools-perl_0.4.6-2-amd64-8rnyps/libebook-tools-perl-0.4.6'
 /usr/bin/perl Build --makefile_env_macros 1 test
 t/00-errorhandling.t ... ok
 Use of uninitialized value in string eq at (eval 68) line 1.
 Use of uninitialized value in string eq at (eval 68) line 1.
 Use of uninitialized value in string eq at (eval 68) line 1.
 t/01-init_and_accessors.t .. ok
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 Use of uninitialized value in string eq at (eval 87) line 1.
 t/02-fix_methods.t . ok
 
 #   Failed test '-MMDD'
 #   at t/10-fix_datestring.t line 24.
 #  got: undef
 # expected: '2001-11-12'
 # Looks like you failed 1 test of 21.
 t/10-fix_datestring.t .. 
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/21 subtests 
 t/15-misc_procedures.t . ok
 Use of uninitialized value in string eq at (eval 44) line 1.
 Use of uninitialized value in string eq at (eval 44) line 1.
 Use of uninitialized value in string eq at (eval 44) line 1.
 Use of uninitialized value in string eq at (eval 90) line 1.
 Use of uninitialized value in string eq at (eval 90) line 1.
 Use of uninitialized value in string eq at (eval 90) line 1.
 Use of uninitialized value in string eq at (eval 90) line 1.
 Use of uninitialized value in string eq at (eval 44) line 1.
 Use of uninitialized value in string eq at (eval 44) line 1.
 Use of uninitialized value in string eq at (eval 44) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 113) line 1.
 Use of uninitialized value in string eq at (eval 44) line 1.
 Use of uninitialized value in string eq at (eval 44) line 1.
 Use of uninitialized value in string eq at (eval 44) line 1.
 t/20-unpack.t .. ok
 t/21-mobi_languages.t .. ok
 EBook::Tools::IMP::image(): no image type specified!
  at t/25-imp.t line 54
 EBook::Tools::IMP::image(): ID not specified!
  at t/25-imp.t line 55
 t/25-imp.t . ok
 t/40-lzss.t  ok
 t/50-user_scripts.t  skipped: Automated testing often breaks on 
 actual scripts.
 t/98-pod.t . skipped: Test::Pod 1.00 required for testing POD
 Failed 1/12 test programs. 1/457 subtests failed.
 t/99-pod_coverage.t  skipped: Test::Pod::Coverage 1.00 required for 
 testing POD coverage
 make[1]: 
 Test Summary Report
 *** [test] Error 

Bug#583846: Bad test case

2010-06-13 Thread Neil Williams
severity 583846 normal
tag 583846 + moreinfo
quit

Where did you come up with the source code for the test? I think you
are missing some steps. (I used to maintain this package but orphaned
it due to a lack of time and because I never got around to releasing
any code that needed the library. I won't be adopting the package or
writing perfect test cases for the same reasons.)

Take a look at the test code within the package itself,
'src/backend/sqlite3/test/' but that code isn't directly comparable as
it uses internal test namespaces which need further tweaks.

SOCI doesn't have particularly good documentation but even so, nothing
about your test justifies a severity of 'grave' as the internal test
cases do find the backends just fine. True, tests need to do more than
just call a single routine but that's just how it goes with orphaned
packages like soci. Nobody cares about it anymore.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpKMvutZRkgq.pgp
Description: PGP signature


Processed: Bad test case

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 583846 normal
Bug #583846 [soci] fails loading backends
Severity set to 'normal' from 'grave'

 tag 583846 + moreinfo
Bug #583846 [soci] fails loading backends
Added tag(s) moreinfo.
 quit
Stopping processing here.

Please contact me if you need assistance.
-- 
583846: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583846
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 583695

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 583695 pending
Bug #583695 {Done: Michael Prokop m...@debian.org} [initramfs-tools] 
/usr/sbin/update-initramfs: line 317: 1: unbound variable
Bug #583666 {Done: Michael Prokop m...@debian.org} [initramfs-tools] 
[initramfs-tools] upgrade from 0.94.4 to 0.95 fails
Bug #583700 {Done: Michael Prokop m...@debian.org} [initramfs-tools] 
initramfs-tools: package upgrade fails
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
583695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585765: unable to start KDE's systemsettings after upgrade

2010-06-13 Thread Michal Wirth
Hi again,

are you sure? IMHO it is not the same problem like in bug #585751. I don't 
have any such problem with Plasma (no white background, no red squares, no 
white crosses ...). I just can't run KDE's systemsettings application 
correctly after last system upgrade.

Thank you,

Michal Wirth

 It's bug #585751.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585773: pyftpd: Insecure usage of temporary directory

2010-06-13 Thread Henri Salo
Package: pyftpd
Version: 0.8.4.6
Severity: critical
Justification: causes serious data loss

*** Please type your report below this line ***
Pyftpd creates log-file to a temporary directory using predictable
name. This allows a local attacker to create a denial of service
condition and discloses sensitive information to unprivileged users.
For example accounts of other users connecting to server and paths they
visit.

One should use tempfile.mkstemp
http://docs.python.org/library/tempfile.html#tempfile.mkstemp or
use /var/log/ -directory instead of /tmp/ and use proper file system
modes for the log-file.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages pyftpd depends on:
ii  python2.5.2-3An interactive high-level
object-o ii  python-central0.6.8  register and
build utility for Pyt

Versions of packages pyftpd recommends:
ii  python-tk 2.5.2-1Tkinter - Writing Tk
applications 

pyftpd suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585751: Recovery

2010-06-13 Thread Filipus Klutiero
 I have update my repository to sid and I have executed
 
 apt-get update
 apt-get install apt-get install libkdecore5
 
 
 I got the background but not the menu bar (the menu bar generally is ah
 the bottom of the page even if I place it at the top of the page)
 
 Sincerely
 Marco Righi

Yes, upgrading alone won't fix profiles that used the broken KDE. The profiles 
are largely broken and you may want to create a new one or log in as another 
user temporarily.

I'm using my own profile close to how it used to be since a few minutes. I had 
to add a new panel and to add widgets to that panel: Application Launcher, 
Battery Monitor, Digital Clock, System Tray and Task manager.
Use the Tool box (palette icon in the corner) to add a new panel.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573672: marked as done (FTBFS in various ways.)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 21:10:36 +0200
with message-id 20100613211036.5c8be...@fornost.bigon.be
and subject line Re: FTBFS in various ways.
has caused the Debian Bug report #573672,
regarding FTBFS in various ways.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
573672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573672
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: beid
Version: 3.5.2.dfsg-6
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100312 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-beid_3.5.2.dfsg-6-amd64-Y6mCHz/beid-3.5.2.dfsg/_src/eidmw'
 make[1]: Leaving directory 
 `/build/user-beid_3.5.2.dfsg-6-amd64-Y6mCHz/beid-3.5.2.dfsg/_src/eidmw'
 make: [clean] Error 2 (ignored)
 find _src/eidmw/eidlibJava -name '*.class' -exec rm -f {} \;
 rm _src/eidmw/bin/eidmw_*.qm
 rm: cannot remove `_src/eidmw/bin/eidmw_*.qm': No such file or directory
 make: [clean] Error 1 (ignored)
 rm _src/eidmw/jar/beid35libJava.jar
 rm -Rf _src/eidmw/_DocsExternal/*
 dh_clean
  dpkg-source -b beid-3.5.2.dfsg
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building beid using existing beid_3.5.2.dfsg.orig.tar.gz
 dpkg-source: info: building beid in beid_3.5.2.dfsg-6.diff.gz
 dpkg-source: warning: file 
 beid-3.5.2.dfsg/_src/eidmw/cardlayer/cardpluginSIS/cardpluginSIS.pro has no 
 final newline (either original or modified version)
 dpkg-source: warning: file 
 beid-3.5.2.dfsg/_src/eidmw/commonTest/commonTest.pro has no final newline 
 (either original or modified version)
 dpkg-source: warning: ignoring deletion of file 
 _src/eidmw/jar/beid35libJava.jar
 dpkg-source: warning: the diff modifies the following upstream files: 
  _src/beid-2.6/Makefile
  _src/beid-2.6/admin/generic.py
  _src/beid-2.6/build_eidmw_debian_5684.log
  _src/beid-2.6/src/beidservicecrl/CRLScheduler.cpp
  _src/eidmw/Makefile.am
  _src/eidmw/aclocal.m4
  _src/eidmw/applayer/CRLService.cpp
  _src/eidmw/applayer/Makefile.am
  _src/eidmw/applayer/applayer.pro
  _src/eidmw/applayerEmulation/applayerEmulation.pro
  _src/eidmw/applayerTest/applayerTest.pro
  _src/eidmw/build_eidmw_debian_5684.log
  _src/eidmw/cardlayer/Makefile.am
  _src/eidmw/cardlayer/cardlayer.pro
  _src/eidmw/cardlayer/cardpluginBeid/cardpluginBeid.pro
  _src/eidmw/cardlayer/cardpluginBeid/cardpluginBeidEmulation.pro
  _src/eidmw/cardlayer/cardpluginSIS/cardpluginSIS.pro
  _src/eidmw/cardlayer/cardpluginSIS/cardpluginSISEmulation.pro
  _src/eidmw/cardlayer/cardpluginSIS_ACR38U/cardpluginSIS_ACR38U.pro
  _src/eidmw/cardlayerEmulation/cardlayerEmulation.pro
  _src/eidmw/cardlayerTool/cardlayerTool.pro
  _src/eidmw/common/LogBase.h
  _src/eidmw/common/Makefile.am
  _src/eidmw/common/common.pro
  _src/eidmw/commonTest/commonTest.pro
  _src/eidmw/config.status
  _src/eidmw/configure
  _src/eidmw/configure.try
  _src/eidmw/configure_debian.sh
  _src/eidmw/dialogs/Makefile.am
  _src/eidmw/dialogs/dialogsQT/Makefile.am
  _src/eidmw/dialogs/dialogsQT/dialogsQT.pro
  _src/eidmw/dialogs/dialogsQTsrv/Makefile.am
  _src/eidmw/dialogs/dialogsQTsrv/dialogsQTsrv.pro
  _src/eidmw/dialogs/dialogsQTsrv/dlgWndAskPIN.cpp
  _src/eidmw/dialogs/dialogsQTsrv/dlgWndAskPINs.cpp
  _src/eidmw/eidgui/Makefile.am
  _src/eidmw/eidgui/eidgui.pro
  _src/eidmw/eidgui/main.cpp
  _src/eidmw/eidgui/mainwnd.h
  _src/eidmw/eidlib/Makefile.am
  _src/eidmw/eidlib/eidlib.i
  _src/eidmw/eidlib/eidlib.pro
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_Biometric.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_ByteArray.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_Card.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_CardType.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_CardVersionInfo.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_CertifStatus.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_CertifType.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_Certificate.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_Certificates.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_Config.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_Crl.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_CrlStatus.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_Crypto.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_DocumentType.java
  _src/eidmw/eidlibJava_Wrapper/GeneratedFiles/BEID_EIDCard.java
  

Bug#585776: pyftpd: Default username and password vulnerability

2010-06-13 Thread Henri Salo
Package: pyftpd
Version: 0.8.4.6
Severity: critical
Justification: root security hole
Tags: security

*** Please type your report below this line ***
File /etc/pyftpd/auth_db_config.py contains:

passwd = [('test', 'test', 'CY9rzUYh03PK3k6DJie09g=='),
 ('user', 'users', '7hHLsZBS5AsHqsDKBgwj7g=='),
 ('roxon', 'users', 'ItZ2pB7rPmzFV6hrtdnZ7A==')]

These accounts can be used to login to the FTP-server and read
arbitrary files and list directories. File perm_acl_config.py lists
user permissions.

-- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages pyftpd depends on:
ii  python2.5.2-3An interactive high-level
object-o ii  python-central0.6.8  register and
build utility for Pyt

Versions of packages pyftpd recommends:
ii  python-tk 2.5.2-1Tkinter - Writing Tk
applications 

pyftpd suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585773: Acknowledgement (pyftpd: Insecure usage of temporary directory)

2010-06-13 Thread Henri Salo
Email from
http://packages.debian.org/changelogs/pool/main/p/pyftpd/current/copyright
says:

host mailgw.fmph.uniba.sk[158.195.16.250] said: 550 Previous (cached)
callout verification failure (in reply to RCPT TO command)

Best regards,
Henri Salo



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585765: unable to start KDE's systemsettings after upgrade

2010-06-13 Thread Michal Wirth
Hi,

I just upgraded package libkdecore5 from sid (to also 4:4.4.4-1 version) and I 
don't have described problem any more. It's fixed there. That's great. :-)

Michal Wirth



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#565893: marked as done (login not possible after upgrade)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 21:59:12 +0200
with message-id 20100613195912.ga8...@dedibox.ebzao.info
and subject line Re: Bug#565893: close bug
has caused the Debian Bug report #565893,
regarding login not possible after upgrade
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
565893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: upgrade-reports
Justification: renders package unusable
Severity: grave

*** Please type your report below this line ***
My laptop Aspire 5000 was running on lenny very stable and because my other 
systems are running squeeze i decided to upgrade to squeeze. The first days the 
system was running good for 2 of the users and i used the suspend to disk for 
a quick startup.

On 13 jan i upgraded the system and logged in as a 3rd user (not logged in 
before under squeeze). The upgrade to kde4 started and i saw Ktorrent screen 
(apperently used in kde3). The upgrade proces stopped and after this no user 
can login with kde (icewm is possible until the screensaver comes in). The 
loging proces stops each time with a segmentation fault.

I installed the dbg packages to get more information and the debug information 
is available.

If more information is needed i can provide it. 


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

Kernel: Linux 2.6.30-2-amd64 (SMP w/1 CPU core)
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Application: Plasma-werkgebied (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0x7fcd8546d750 (LWP 3116))]

Thread 2 (Thread 0x7fcd66d5e910 (LWP 3120)):
#0  0x7fcd81bd5f89 in pthread_cond_wait@@GLIBC_2.3.2 () from 
/lib/libpthread.so.0
#1  0x7fcd84ea6499 in QWaitCondition::wait(QMutex*, unsigned long) () from 
/usr/lib/libQtCore.so.4
#2  0x7fcd812953b4 in ?? () from /usr/lib/libQtNetwork.so.4
#3  0x7fcd84ea54a5 in ?? () from /usr/lib/libQtCore.so.4
#4  0x7fcd81bd173a in start_thread () from /lib/libpthread.so.0
#5  0x7fcd8279a69d in clone () from /lib/libc.so.6
#6  0x in ?? ()

Thread 1 (Thread 0x7fcd8546d750 (LWP 3116)):
[KCrash Handler]
#5  0x7fcd84ef2cbe in QtPrivate::QStringList_contains(QStringList const*, 
QString const, Qt::CaseSensitivity) () from /usr/lib/libQtCore.so.4
#6  0x7fcd65b19a76 in HalPower::brightness(QString const) () from 
/usr/lib/kde4/solid_hal_power.so
#7  0x7fcd69395ca4 in Solid::Control::PowerManager::brightness(QString 
const) () from /usr/lib/libsolidcontrol.so.4
#8  0x7fcd679f7806 in ?? () from /usr/lib/kde4/plasma_applet_battery.so
#9  0x7fcd7c8630e6 in ?? () from /usr/lib/libplasma.so.3
#10 0x7fcd7c86419d in Plasma::Extender::Extender(Plasma::Applet*) () from 
/usr/lib/libplasma.so.3
#11 0x7fcd7c82975d in Plasma::Applet::extender() const () from 
/usr/lib/libplasma.so.3
#12 0x7fcd679fae39 in ?? () from /usr/lib/kde4/plasma_applet_battery.so
#13 0x7fcd7c84fa0a in Plasma::Corona::loadLayout(QString const) () from 
/usr/lib/libplasma.so.3
#14 0x7fcd7c850ab2 in Plasma::Corona::initializeLayout(QString const) () 
from /usr/lib/libplasma.so.3
#15 0x7fcd79deea36 in ?? () from /usr/lib/libkdeinit4_plasma-desktop.so
#16 0x7fcd79deed08 in ?? () from /usr/lib/libkdeinit4_plasma-desktop.so
#17 0x7fcd79deef1c in ?? () from /usr/lib/libkdeinit4_plasma-desktop.so
#18 0x7fcd84f9fdf2 in QMetaObject::activate(QObject*, int, int, void**) () 
from /usr/lib/libQtCore.so.4
#19 0x7fcd84fa4f5f in ?? () from /usr/lib/libQtCore.so.4
#20 0x7fcd84f9a353 in QObject::event(QEvent*) () from 
/usr/lib/libQtCore.so.4
#21 0x7fcd82f0b01d in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/libQtGui.so.4
#22 0x7fcd82f1307a in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libQtGui.so.4
#23 0x7fcd83b62e06 in KApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libkdeui.so.5
#24 0x7fcd84f8ac9c in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/libQtCore.so.4
#25 0x7fcd84fb72c6 in ?? () from /usr/lib/libQtCore.so.4
#26 0x7fcd84fb3634 in ?? () from /usr/lib/libQtCore.so.4
#27 0x7fcd81e2213a in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#28 0x7fcd81e25998 in ?? () from /lib/libglib-2.0.so.0
#29 0x7fcd81e25b4c in g_main_context_iteration () from /lib/libglib-2.0.so.0
#30 0x7fcd84fb339c in 

Bug#585615: salome: FTBFS on many architectures

2010-06-13 Thread Adam C Powell IV
tags 585615 pending
thanks

On Sat, 2010-06-12 at 13:09 +0200, Denis Barbier wrote:
 Package: src:salome
 Version: 5.1.3-9
 Severity: serious
 Tags: patch
 
 Hello,
 
 Here are 2 patches:
   * kernel-cleanup.patch
  Fix FTBFS when compiling with lam
   * geom-fix-powerpc.patch
  Fix FTBFS on powerpc

Thanks Denis for your thoroughness!  Just pushed these to alioth.

-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Processed: Re: Bug#585615: salome: FTBFS on many architectures

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 585615 pending
Bug #585615 [src:salome] salome: FTBFS on many architectures
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585615: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585615
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585470: python-django-squeeze: license of squeeze/jsmin.js is considered non-free

2010-06-13 Thread Janos Guljas
Hi,

I filed a RM request bug #585779, regarding this issue.


Best,
Janoš Guljaš



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585765: unable to start KDE's systemsettings after upgrade

2010-06-13 Thread Modestas Vainius
Hello,

On sekmadienis 13 Birželis 2010 21:53:29 Michal Wirth wrote:
 Hi again,
 
 are you sure? IMHO it is not the same problem like in bug #585751. I don't
 have any such problem with Plasma (no white background, no red squares, no
 white crosses ...). I just can't run KDE's systemsettings application
 correctly after last system upgrade.

Symptoms are the same (version mismatch).

-- 
Modestas Vainius modes...@vainius.eu


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


Bug#585751: Too paranoid version check in kpluginloader.cpp:243

2010-06-13 Thread Modestas Vainius
summary 585751 35
clone 585751 -1
reassign -1 libkdecore5
retitle -1 Too paranoid plugin version check in kpluginloader.cpp:243
severity -1 serious
thanks

Plugin version check at kpluginloader.cpp:243 (kde_plugin_verification_data) 
is too paranoid and does not accept plugins compiled against later release of 
kde4libs. This behaviour is harmful when dependencies are enforced at the 
symbol level and may cause breakages like in #585751. It's an open question 
how much that version check should be relaxed (to accept minor or even major 
releases).

-- 
Modestas Vainius modes...@vainius.eu


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


Processed (with 4 errors): Too paranoid version check in kpluginloader.cpp:243

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 summary 585751 35
Bug #585751 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings]
 KDE is broken in testing, do not upgrade!
Bug #585752 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings]
 KDE is broken in testing, do not upgrade!
Bug #585765 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings]
 unable to start KDE's systemsettings after upgrade
Summary recorded from message bug 585751 message 35
Summary recorded from message bug 585751 message 35
Summary recorded from message bug 585751 message 35
 clone 585751 -1
Bug#585751: KDE is broken in testing, do not upgrade!
Bug is marked as being merged with others. Use an existing clone.

 reassign -1 libkdecore5
Failed to clear fixed versions and reopen on -1: The 'bug' parameter (-1) to 
Debbugs::Control::set_package did not pass regex check

Debbugs::Control::set_package('transcript', 
'IO::Scalar=GLOB(0x1f69d28)', 'requester', 'Modestas Vainius 
modes...@vainius.eu', 'request_addr', 'cont...@bugs.debian.org', 
'request_msgid', '201006132355.48432.modes...@vainius.eu', 'request_subject', 
...) called at /usr/lib/debbugs/service line 556
eval {...} called at /usr/lib/debbugs/service line 555

 retitle -1 Too paranoid plugin version check in kpluginloader.cpp:243
Failed to set the title of -1: The 'bug' parameter (-1) to 
Debbugs::Control::set_title did not pass regex check

Debbugs::Control::set_title('transcript', 'IO::Scalar=GLOB(0x1f69d28)', 
'requester', 'Modestas Vainius modes...@vainius.eu', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'201006132355.48432.modes...@vainius.eu', 'request_subject', ...) called at 
/usr/lib/debbugs/service line 879
eval {...} called at /usr/lib/debbugs/service line 878

 severity -1 serious
Failed to set severity of Bug -1 to serious: The 'bug' parameter (-1) to 
Debbugs::Control::set_severity did not pass regex check

Debbugs::Control::set_severity('transcript', 
'IO::Scalar=GLOB(0x1f69d28)', 'requester', 'Modestas Vainius 
modes...@vainius.eu', 'request_addr', 'cont...@bugs.debian.org', 
'request_msgid', '201006132355.48432.modes...@vainius.eu', 'request_subject', 
...) called at /usr/lib/debbugs/service line 778
eval {...} called at /usr/lib/debbugs/service line 777

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
585751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#583603: Upstream fixed

2010-06-13 Thread Jussi Pakkanen
Hi

This file was just removed from upstream trunk. It's not used so you can just 
delete it.


  



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: your mail

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unmerge 585751
Bug#585751: KDE is broken in testing, do not upgrade!
Bug#585752: KDE is broken in testing, do not upgrade!
Bug#585765: unable to start KDE's systemsettings after upgrade
Disconnected #585751 from all other report(s).

 clone 585751 -1
Bug#585751: KDE is broken in testing, do not upgrade!
Bug 585751 cloned as bug 585792.

 reassign -1 libkdecore5
Bug #585792 
[kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings]
 KDE is broken in testing, do not upgrade!
Bug reassigned from package 
'kde-plasma-desktop,libkdecore5,plasma-desktop,kdebase-workspace-bin,systemsettings'
 to 'libkdecore5'.
 retitle -1 Too paranoid plugin version check in kpluginloader.cpp:243
Bug #585792 [libkdecore5] KDE is broken in testing, do not upgrade!
Changed Bug title to 'Too paranoid plugin version check in 
kpluginloader.cpp:243' from 'KDE is broken in testing, do not upgrade!'
 severity -1 serious
Bug #585792 [libkdecore5] Too paranoid plugin version check in 
kpluginloader.cpp:243
Severity set to 'serious' from 'grave'

 forcemerge 585751 585752
Bug#585751: KDE is broken in testing, do not upgrade!
Bug#585752: KDE is broken in testing, do not upgrade!
Bug#585765: unable to start KDE's systemsettings after upgrade
Forcibly Merged 585751 585752 585765.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585792: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585792
585765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585765
585752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585752
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
585751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585751
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585618: mesa: FTBFS on kfreebsd and hurd (gallium/auxiliary: os/os_time.c:51:4: error: #error Unsupported OS

2010-06-13 Thread Julien Cristau
Thanks for the patch.

On Sun, Jun 13, 2010 at 10:15:17 +0200, Cyril Brulebois wrote:

 --- a/src/gallium/auxiliary/os/os_time.c
 +++ b/src/gallium/auxiliary/os/os_time.c
 @@ -37,7 +37,7 @@
  
  #if !defined(PIPE_OS_EMBEDDED)
  
 -#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || 
 defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_APPLE) || defined(PIPE_OS_HAIKU)
 +#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || 
 defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_APPLE) || defined(PIPE_OS_HAIKU) 
 || defined(__GLIBC__)
  #  include sys/time.h /* timeval */
  #elif defined(PIPE_SUBSYSTEM_WINDOWS_DISPLAY)
  #  include windows.h

Should probably change src/gallium/include/pipe/p_config.h to set the
right PIPE_* defines, and check everywhere they're used that we're going
with the right path.

03:13  jcristau looks like there are 2 places where PIPE_OS_BSD and 
  PIPE_OS_LINUX do different things.  rtasm/rtasm_execmem.c we 
  want the linux path, and util/u_cpu_detect.c we want the bsd 
  path.. :)

I didn't check the PIPE_OS_FREEBSD uses.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#535260: marked as done (Does not work anymore with instantclient 11.1)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 21:36:05 +
with message-id e1onuqb-0006r8...@ries.debian.org
and subject line Bug#535260: fixed in libdbd-oracle-perl 1.24b-1
has caused the Debian Bug report #535260,
regarding Does not work anymore with instantclient 11.1
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
535260: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libdbd-oracle-perl
Version: 1.21-2
Severity: important

Hi

Please upload a new version of libdbd-oracle-perl (1.22 already contains a fix 
to work with the new instantclient and 1.23 is out since April).

Cheers

Luk

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-6-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libdbd-oracle-perl depends on:
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libdbi-perl 1.605-1  Perl5 database interface by Tim Bu
ii  oracle-instantclient11.1-ba 11.1.0.7.0-2 Instant Client for Oracle Database
ii  perl5.10.0-19Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]  5.10.0-19minimal Perl system

libdbd-oracle-perl recommends no packages.

Versions of packages libdbd-oracle-perl suggests:
pn  perl-tk   none (no description available)

-- no debconf information


---End Message---
---BeginMessage---
Source: libdbd-oracle-perl
Source-Version: 1.24b-1

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

libdbd-oracle-perl_1.24b-1.debian.tar.bz2
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.24b-1.debian.tar.bz2
libdbd-oracle-perl_1.24b-1.dsc
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.24b-1.dsc
libdbd-oracle-perl_1.24b-1_amd64.deb
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.24b-1_amd64.deb
libdbd-oracle-perl_1.24b-1_i386.deb
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.24b-1_i386.deb
libdbd-oracle-perl_1.24b.orig.tar.gz
  to contrib/libd/libdbd-oracle-perl/libdbd-oracle-perl_1.24b.orig.tar.gz



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 535...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julián Moreno Patiño darkju...@gmail.com (supplier of updated 
libdbd-oracle-perl 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jun 2010 15:57:14 -0500
Source: libdbd-oracle-perl
Binary: libdbd-oracle-perl
Architecture: amd64 i386 source
Version: 1.24b-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Julián Moreno Patiño darkju...@gmail.com
Closes: 483141 535260 548322
Description: 
 libdbd-oracle-perl - Perl DBI driver for Oracle
Changes: 
 libdbd-oracle-perl (1.24b-1) unstable; urgency=low
 .
   [ Julián Moreno Patiño ]
   * New upstream release.
 + Add libaio1 to Depends. (Closes: #483141)
 + New version works with new instant client versions. (Closes: #535260)
   * New maintainer. Closes: #548322
   * debian/control:
 + Set Uploaders field to Julián Moreno Patiño.
 + Adjusted B-D to newer oracle instant clients versions  11.1
   * debian/patches: Added, fixing spelling mistakes.
   * debian/copyright: Updated ora_explain.PL license details.
   * Bumped Standards-Version to 3.8.4 (no changes).
 .
   [ Damyan Ivanov ]
   * convert debian/rules to debhelper 7 tiny with overrides
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); ${misc:Depends} to Depends: field. Changed:
 Maintainer set to Debian Perl Group pkg-perl-
 maintain...@lists.alioth.debian.org (was: Peter Eisentraut
 pet...@debian.org); Peter Eisentraut pet...@debian.org moved to
 Uploaders.
   * debian/watch: use dist-based URL.
 + drop uupdate, we use svn-buildpackage
   * long description: remove version from the suggested client 

Bug#572479: marked as done (scim-unikey: Please build-depend on autopoint)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 22:02:42 +
with message-id e1onvgm-0008ov...@ries.debian.org
and subject line Bug#572479: fixed in scim-unikey 0.3.1+debian-2.1
has caused the Debian Bug report #572479,
regarding scim-unikey: Please build-depend on autopoint
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
572479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572479
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: scim-unikey
Version: 0.3.1+debian-2
Severity: important
User: gett...@packages.debian.org
Usertags: switch-to-autopoint

There is now an autopoint package. If your package uses the
autopoint script (either directly or indirectly), please build-depend
on the autopoint package. If you had cvs in build-depends only because
of autopoint, you should drop it now.

If gettext itself is in build-depends and it's not used other than
indirectly by autopoint, it could be dropped as well.

You will find more details about this in the README.Debian file for
the gettext package (= 0.17-10).

Thanks.


---End Message---
---BeginMessage---
Source: scim-unikey
Source-Version: 0.3.1+debian-2.1

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

scim-unikey_0.3.1+debian-2.1.diff.gz
  to main/s/scim-unikey/scim-unikey_0.3.1+debian-2.1.diff.gz
scim-unikey_0.3.1+debian-2.1.dsc
  to main/s/scim-unikey/scim-unikey_0.3.1+debian-2.1.dsc
scim-unikey_0.3.1+debian-2.1_i386.deb
  to main/s/scim-unikey/scim-unikey_0.3.1+debian-2.1_i386.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 572...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gilles Filippini p...@debian.org (supplier of updated scim-unikey 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 11 Jun 2010 22:46:28 +0200
Source: scim-unikey
Binary: scim-unikey
Architecture: source i386
Version: 0.3.1+debian-2.1
Distribution: unstable
Urgency: low
Maintainer: Lê Quốc Tuấn mr.lequoct...@gmail.com
Changed-By: Gilles Filippini p...@debian.org
Description: 
 scim-unikey - Vietnamese Input Method Engine for SCIM using Unikey Engine
Closes: 572479
Changes: 
 scim-unikey (0.3.1+debian-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Build-Depends: s/cvs/autopoint/ (Closes: #572479).
Checksums-Sha1: 
 5b76a867459e988f55eacbda1f2f200522601cbe 1477 scim-unikey_0.3.1+debian-2.1.dsc
 e08307c13104489816b704e530d875cea628f56c 3256 
scim-unikey_0.3.1+debian-2.1.diff.gz
 fbfd85d340aafc05f5ba92a2bc60c52a615cf82a 118720 
scim-unikey_0.3.1+debian-2.1_i386.deb
Checksums-Sha256: 
 b87f030630dcb389a48fadc6118ea208788d7f50e5dc6ece69a19d0a3b6891a6 1477 
scim-unikey_0.3.1+debian-2.1.dsc
 69cd57ae575aa7c673db509ee31fca4e1172dcb347654097f1ea59cd84629585 3256 
scim-unikey_0.3.1+debian-2.1.diff.gz
 85df690e071c97d8a830260a180a3a857ffe5a56a0421afd95f2c78311254179 118720 
scim-unikey_0.3.1+debian-2.1_i386.deb
Files: 
 19f543ad021d45c6e352a929d64a351b 1477 utils extra 
scim-unikey_0.3.1+debian-2.1.dsc
 2c16201d4ff662806e03aae704c7682b 3256 utils extra 
scim-unikey_0.3.1+debian-2.1.diff.gz
 c26e6a63acea8674580f00d3c67f5bc9 118720 utils extra 
scim-unikey_0.3.1+debian-2.1_i386.deb

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

iQEcBAEBCAAGBQJMEqSJAAoJEO/obGx//s+D5+0H/1J3uDYdMWs+jeBTDjB9prbP
MZA39v639NmwCgoAOPA5mmqPY5DVze5FID/CeE92lOY9FThvoYadzJE7u4uxjkac
1dPFAxvkQc8j89wCnSvmhAPhlRCmnVgwGUdQiZc/LMFcMPJtX9DO/NMBqaFfgiJR
Yd8XHm4xQwQbzzTlP/GwIMf8EeRywK4P+09kjkiEp+SzWQznx6QmTzjJOyuyBoIU
O/ChU9Nk02Vn3JHjBvBDKSfuyFeMcAKit2PsD5zF+XPvrEpes5ycyXtucK/sD5Oi
TL+qHS9xbe41ukiaEfx5LHlgu5I/AHwIwBWH+2Gz+CArZL5AgecppfpmvLecOTg=
=PUBQ
-END PGP SIGNATURE-


---End Message---


Bug#581008: marked as done (dballe: BD-uninstallable on kfreebsd-*)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Sun, 13 Jun 2010 22:47:41 +
with message-id e1onvxt-0002tc...@ries.debian.org
and subject line Bug#581008: fixed in dballe 4.0.18-1
has caused the Debian Bug report #581008,
regarding dballe: BD-uninstallable on kfreebsd-*
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
581008: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581008
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: dballe
Version: 4.0.16-1
Severity: serious

Hello,

Your package build-depends on libsqliteodbc, but this package is not 
available on kfreebsd-* (see bug #570246). As a consequence, dballe is 
out-of-date on these architectures.


To fix this bug:
- either #570246 should be fixed;
- or kfreebsd-* binary packages should be removed from ustable;
- or build dependencies of dballe should be adjusted.

(I'm filing this bug mainly for tracking purposes; the package won't 
migrate to testing if this issue isn't fixed anyway.)


--
Jakub Wilk


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: dballe
Source-Version: 4.0.18-1

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

dballe-common_4.0.18-1_amd64.deb
  to main/d/dballe/dballe-common_4.0.18-1_amd64.deb
dballe_4.0.18-1.diff.gz
  to main/d/dballe/dballe_4.0.18-1.diff.gz
dballe_4.0.18-1.dsc
  to main/d/dballe/dballe_4.0.18-1.dsc
dballe_4.0.18-1_amd64.deb
  to main/d/dballe/dballe_4.0.18-1_amd64.deb
dballe_4.0.18.orig.tar.gz
  to main/d/dballe/dballe_4.0.18.orig.tar.gz
libdballe-dev_4.0.18-1_amd64.deb
  to main/d/dballe/libdballe-dev_4.0.18-1_amd64.deb
libdballe-doc_4.0.18-1_all.deb
  to main/d/dballe/libdballe-doc_4.0.18-1_all.deb
libdballe4_4.0.18-1_amd64.deb
  to main/d/dballe/libdballe4_4.0.18-1_amd64.deb
libdballef-dev_4.0.18-1_amd64.deb
  to main/d/dballe/libdballef-dev_4.0.18-1_amd64.deb
libdballef4_4.0.18-1_amd64.deb
  to main/d/dballe/libdballef4_4.0.18-1_amd64.deb
libdballepp-dev_4.0.18-1_amd64.deb
  to main/d/dballe/libdballepp-dev_4.0.18-1_amd64.deb
libdballepp4_4.0.18-1_amd64.deb
  to main/d/dballe/libdballepp4_4.0.18-1_amd64.deb
provami_4.0.18-1_all.deb
  to main/d/dballe/provami_4.0.18-1_all.deb
python-dballe_4.0.18-1_amd64.deb
  to main/d/dballe/python-dballe_4.0.18-1_amd64.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 581...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Enrico Zini enr...@debian.org (supplier of updated dballe 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Jun 2010 23:43:14 +0200
Source: dballe
Binary: libdballe-dev libdballe-doc libdballe4 libdballef-dev libdballef4 
libdballepp-dev libdballepp4 python-dballe dballe-common dballe provami
Architecture: source all amd64
Version: 4.0.18-1
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini enr...@debian.org
Changed-By: Enrico Zini enr...@debian.org
Description: 
 dballe - Database for punctual meteorological data (Command line tools)
 dballe-common - Common data files for all DB-All.e modules
 libdballe-dev - DB-All.e C development library for weather research
 libdballe-doc - documentation for the DB-ALL.e C library for weather research
 libdballe4 - DB-ALL.e C shared library for weather research
 libdballef-dev - DB-All.e Fortran development library for weather research
 libdballef4 - DB-ALL.e Fortran shared library for weather research
 libdballepp-dev - DB-All.e C++ development library for weather research
 libdballepp4 - DB-ALL.e C++ shared library for weather research
 provami- Graphical interface to DB-All.e databases
 python-dballe - DB-ALL.e Python library for weather research
Closes: 581008
Changes: 
 dballe (4.0.18-1) unstable; urgency=low
 .
   * New upstream version
  + Lua bindings to be used from C
   * Dropped sqliteodbc build-dep and disabled make check as a consequence.
 Closes: #581008
Checksums-Sha1: 
 dc59e4e65be5eac8010cc534de3724b61e6a20d1 2154 dballe_4.0.18-1.dsc
 d119c18834eb2f9d61edf32e360fd580b937c01e 1745747 dballe_4.0.18.orig.tar.gz
 c767c2fdae7b739eeac15793739877b4f4417b61 6166 dballe_4.0.18-1.diff.gz
 

Bug#585751: KDE is broked on Testing/Squeeze

2010-06-13 Thread Renato S. Yamane
Same problem here...
The work arround said by Modestas Vainius fix the problem.

Regards,
Renato S. Yamane



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585810: r-cran-amore: FTBFS: xvfb-run: error: xauth command not found

2010-06-13 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Source: r-cran-amore
Version: 0.2-12-2
Severity: serious
Justification: FTBFS
tags: patch

Hi,

your package FTBFS.
I checked on sid in amd64, i386 and sh4.

http://buildd.debian-ports.org/fetch.php?pkg=r-cran-amorearch=sh4ver=0.2-12-2stamp=1276473033file=logas=raw

- -
...
dh_installdirs  usr/lib/R/site-library
if test -f /usr/bin/xvfb-run; then  \
 xvfb-run   \
R CMD INSTALL -l 
/build/buildd-r-cran-amore_0.2-12-2-sh4-xaSrkA/r-cran-amore-0.2-12/debian/r-cran-amore/usr/lib/R/site-library
 --clean \
 . ;\
else\
 R CMD INSTALL -l 
/build/buildd-r-cran-amore_0.2-12-2-sh4-xaSrkA/r-cran-amore-0.2-12/debian/r-cran-amore/usr/lib/R/site-library
 \
--clean  . ;\
fi
xvfb-run: error: xauth command not found
make: *** [R_any_arch] Error 3
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error 
exit status 2
...
- -

Please check your package.

Best regards,
  Nobuhiro

- -- 
Nobuhiro Iwamatsu
  GPG ID: 40AD1FA6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwVeTcACgkQQSHHQzFw6+nbZgCgi2OK9jvxwIQcPGSPCCwGRUO4
N4cAoIie6PAmMTkSjOeutleYKWxn+87Q
=akBO
-END PGP SIGNATURE-
diff --git a/debian/control b/debian/control
index d04efc0..de3fda6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Team debian-science-maintain...@lists.alioth.debian.org
 Uploaders: Andreas Tille ti...@debian.org
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (= 7.0), cdbs, r-base-dev
+Build-Depends: debhelper (= 7.0), cdbs, r-base-dev, xauth
 Standards-Version: 3.8.4
 Homepage: http://cran.r-project.org/web/packages/AMORE/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/?rev=0sc=0


Bug#585811: rcmdr: FTBFS: xvfb-run: error: xauth command not found

2010-06-13 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Source: rcmdr
Version: 1.5-5-1
Severity: serious
Justification: FTBFS
tags: patch

Hi,

your package FTBFS.
I checked on sid in amd64, i386 and sh4.

http://buildd.debian-ports.org/fetch.php?pkg=rcmdrarch=sh4ver=1.5-5-1stamp=1276475550file=logas=raw

- --
...
mkdir -p .
dh_installdirs  usr/lib/R/site-library
if test -f /usr/bin/xvfb-run; then  \
 xvfb-run   \
R CMD INSTALL -l 
/build/buildd-rcmdr_1.5-5-1-sh4-JWLpfO/rcmdr-1.5-5/debian/r-cran-rcmdr/usr/lib/R/site-library
 --clean \
 . ;\
else\
 R CMD INSTALL -l 
/build/buildd-rcmdr_1.5-5-1-sh4-JWLpfO/rcmdr-1.5-5/debian/r-cran-rcmdr/usr/lib/R/site-library
 \
--clean  . ;\
fi
xvfb-run: error: xauth command not found
make: *** [R_any_arch] Error 3

...
- --

I created a patch that fix this problem.
Could you check and apply this patch?

Best regards,
  Nobuhiro

- - -- 
Nobuhiro Iwamatsu
  GPG ID: 40AD1FA6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwVewwACgkQQSHHQzFw6+nfCACcCsNuSH9fjeOgmR8Hltp7Nea4
BW0AnjPZkE1v22P0Y3koGjVDNDKElLLN
=eX/y
-END PGP SIGNATURE-
diff --git a/debian/control b/debian/control
index 9b2c326..e17fb94 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: rcmdr
 Section: gnu-r
 Priority: optional
 Maintainer: Dirk Eddelbuettel e...@debian.org
-Build-Depends: debhelper (= 5.0.0), r-base-dev (= 2.11.0~20100409), cdbs, r-cran-car
+Build-Depends: debhelper (= 5.0.0), r-base-dev (= 2.11.0~20100409), cdbs, r-cran-car, xauth
 Standards-Version: 3.8.4
 
 Package: r-cran-rcmdr


Bug#585811: rcmdr: FTBFS: xvfb-run: error: xauth command not found

2010-06-13 Thread Dirk Eddelbuettel

On 14 June 2010 at 09:42, Nobuhiro Iwamatsu wrote:
| -BEGIN PGP SIGNED MESSAGE-
| Hash: SHA1
| 
| Source: rcmdr
| Version: 1.5-5-1
| Severity: serious
| Justification: FTBFS
| tags: patch
| 
| Hi,
| 
| your package FTBFS.
| I checked on sid in amd64, i386 and sh4.
| 
| 
http://buildd.debian-ports.org/fetch.php?pkg=rcmdrarch=sh4ver=1.5-5-1stamp=1276475550file=logas=raw

According to https://buildd.debian.org/build.cgi?pkg=rcmdr it builds
everywhere but mips and mipsel which seem to have tcl/tk issues.

| - --
| ...
| mkdir -p .
| dh_installdirsusr/lib/R/site-library
| if test -f /usr/bin/xvfb-run; then\
|xvfb-run   \
|   R CMD INSTALL -l 
/build/buildd-rcmdr_1.5-5-1-sh4-JWLpfO/rcmdr-1.5-5/debian/r-cran-rcmdr/usr/lib/R/site-library
 --clean \
|. ;\
|   else\
|R CMD INSTALL -l 
/build/buildd-rcmdr_1.5-5-1-sh4-JWLpfO/rcmdr-1.5-5/debian/r-cran-rcmdr/usr/lib/R/site-library
 \
|   --clean  . ;\
|   fi
| xvfb-run: error: xauth command not found
| make: *** [R_any_arch] Error 3

Yes -- but note that there is an 'if'.  Some packages need x11, for those I
add xfvb (as well as fonts and, yes. xauth). 

Here we do not. The build depends is

Build-Depends: debhelper (= 5.0.0), r-base-dev (= 2.11.0~20100409), cdbs, 
r-cran-car

so we should have been in the else branch.

To me, it looks like your build environment is at fault as it has a partial
x11 setup.

| ...
| - --
| 
| I created a patch that fix this problem.
| Could you check and apply this patch?
| 
| Best regards,
|   Nobuhiro
| 
| - - -- 
| Nobuhiro Iwamatsu
|   GPG ID: 40AD1FA6
| -BEGIN PGP SIGNATURE-
| Version: GnuPG v1.4.10 (GNU/Linux)
| 
| iEYEARECAAYFAkwVewwACgkQQSHHQzFw6+nfCACcCsNuSH9fjeOgmR8Hltp7Nea4
| BW0AnjPZkE1v22P0Y3koGjVDNDKElLLN
| =eX/y
| -END PGP SIGNATURE-
| 
| --
| diff --git a/debian/control b/debian/control
| index 9b2c326..e17fb94 100644
| --- a/debian/control
| +++ b/debian/control
| @@ -2,7 +2,7 @@ Source: rcmdr
|  Section: gnu-r
|  Priority: optional
|  Maintainer: Dirk Eddelbuettel e...@debian.org
| -Build-Depends: debhelper (= 5.0.0), r-base-dev (= 2.11.0~20100409), cdbs, 
r-cran-car
| +Build-Depends: debhelper (= 5.0.0), r-base-dev (= 2.11.0~20100409), cdbs, 
r-cran-car, xauth
|  Standards-Version: 3.8.4

That is not right. To take a package that depends on xvfb (like cairoDevice,
many of the f* packages from Rmetrics or rggobi) then we have

 xvfb, xauth, xfonts-base

so either all or nothing.

What do you think?

-- 
  Regards, Dirk



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585811: rcmdr: FTBFS: xvfb-run: error: xauth command not found

2010-06-13 Thread Nobuhiro Iwamatsu
Hi, Dirk.

2010/6/14 Dirk Eddelbuettel e...@debian.org:

 On 14 June 2010 at 09:42, Nobuhiro Iwamatsu wrote:
 | -BEGIN PGP SIGNED MESSAGE-
 | Hash: SHA1
 |
 | Source: rcmdr
 | Version: 1.5-5-1
 | Severity: serious
 | Justification: FTBFS
 | tags: patch
 |
 | Hi,
 |
 | your package FTBFS.
 | I checked on sid in amd64, i386 and sh4.
 |
 | 
 http://buildd.debian-ports.org/fetch.php?pkg=rcmdrarch=sh4ver=1.5-5-1stamp=1276475550file=logas=raw

 According to https://buildd.debian.org/build.cgi?pkg=rcmdr it builds
 everywhere but mips and mipsel which seem to have tcl/tk issues.

 | - --
 | ...
 | mkdir -p .
 | dh_installdirs                usr/lib/R/site-library
 | if test -f /usr/bin/xvfb-run; then                    \
 |                        xvfb-run                       \
 |                               R CMD INSTALL -l 
 /build/buildd-rcmdr_1.5-5-1-sh4-JWLpfO/rcmdr-1.5-5/debian/r-cran-rcmdr/usr/lib/R/site-library
  --clean     \
 |                                        . ;    \
 |               else                                                    \
 |                        R CMD INSTALL -l 
 /build/buildd-rcmdr_1.5-5-1-sh4-JWLpfO/rcmdr-1.5-5/debian/r-cran-rcmdr/usr/lib/R/site-library
          \
 |                                       --clean  . ;\
 |               fi
 | xvfb-run: error: xauth command not found
 | make: *** [R_any_arch] Error 3

 Yes -- but note that there is an 'if'.  Some packages need x11, for those I
 add xfvb (as well as fonts and, yes. xauth).

 Here we do not. The build depends is

 Build-Depends: debhelper (= 5.0.0), r-base-dev (= 2.11.0~20100409), cdbs, 
 r-cran-car

 so we should have been in the else branch.

 To me, it looks like your build environment is at fault as it has a partial
 x11 setup.

I checked my buildd environment.
You are right.
Xvfb was installed in the environment that build rcmdr package.
Thanks !


 | ...
 | - --
 |
 | I created a patch that fix this problem.
 | Could you check and apply this patch?
 |
 | Best regards,
 |   Nobuhiro
 |
 | - - --
 | Nobuhiro Iwamatsu
 |   GPG ID: 40AD1FA6
 | -BEGIN PGP SIGNATURE-
 | Version: GnuPG v1.4.10 (GNU/Linux)
 |
 | iEYEARECAAYFAkwVewwACgkQQSHHQzFw6+nfCACcCsNuSH9fjeOgmR8Hltp7Nea4
 | BW0AnjPZkE1v22P0Y3koGjVDNDKElLLN
 | =eX/y
 | -END PGP SIGNATURE-
 |
 | --
 | diff --git a/debian/control b/debian/control
 | index 9b2c326..e17fb94 100644
 | --- a/debian/control
 | +++ b/debian/control
 | @@ -2,7 +2,7 @@ Source: rcmdr
 |  Section: gnu-r
 |  Priority: optional
 |  Maintainer: Dirk Eddelbuettel e...@debian.org
 | -Build-Depends: debhelper (= 5.0.0), r-base-dev (= 2.11.0~20100409), 
 cdbs, r-cran-car
 | +Build-Depends: debhelper (= 5.0.0), r-base-dev (= 2.11.0~20100409), 
 cdbs, r-cran-car, xauth
 |  Standards-Version: 3.8.4

 That is not right. To take a package that depends on xvfb (like cairoDevice,
 many of the f* packages from Rmetrics or rggobi) then we have

     xvfb, xauth, xfonts-base

 so either all or nothing.

 What do you think?

Yes, this is correct you.
But I think that does not need this to this package.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585810: r-cran-amore: FTBFS: xvfb-run: error: xauth command not found

2010-06-13 Thread Nobuhiro Iwamatsu
close 585810 0.2-12-2
thanks

This problem had the cause in my environment.
Sorry for the noise.

Best regards,
  Nobuhiro



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: r-cran-amore: FTBFS: xvfb-run: error: xauth command not found

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 close 585810 0.2-12-2
Bug#585810: r-cran-amore: FTBFS: xvfb-run: error: xauth command not found
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.2-12-2, send any further explanations to 
Nobuhiro Iwamatsu iwama...@nigauri.org

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585819: linux-image-2.6.32-5-686: unbootable after kernel upgrade to 2.6.32-5

2010-06-13 Thread Niu Kun
Package: linux-2.6
Version: 2.6.32-15
Severity: critical
Justification: breaks the whole system

My computer boots fine when using kernel 2.6.32-trunk-686.
But when upgrading to 2.6.32-5-686 on Debian's testing branch, it doesn't boot 
any more.
Stuck on waiting for root file system.
Here's the configuration of my grub menu list:
title Debian GNU/Linux, kernel 2.6.32
root(hd0,2)
kernel  /boot/vmlinuz-2.6.32-5-686 root=/dev/hdb3 ro 
rootflags=data=writeback vga=791
initrd  /boot/initrd.img-2.6.32-5-686
savedefault

I don't have a digital camera, so I can't attach a photo.:(
-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
not available

** Network interface configuration:

auto lo
iface lo inet loopback


iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider

auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1






** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82915G/P/GV/GL/PL/910GL Memory 
Controller Hub [8086:2580] (rev 04)
Subsystem: Intel Corporation Device [8086:4156]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied
Kernel driver in use: agpgart-intel

00:01.0 PCI bridge [0604]: Intel Corporation 82915G/P/GV/GL/PL/910GL PCI 
Express Root Port [8086:2581] (rev 04) (prog-if 00 [Normal decode])
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: ffa0-ffaf
Prefetchable memory behind bridge: cff0-cfff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:02.0 VGA compatible controller [0300]: Intel Corporation 82915G/GV/910GL 
Integrated Graphics Controller [8086:2582] (rev 04) (prog-if 00 [VGA 
controller])
Subsystem: Intel Corporation Device [8086:4156]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at ff48 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at ec00 [size=8]
Region 2: Memory at d000 (32-bit, prefetchable) [size=256M]
Region 3: Memory at ff44 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at unassigned [disabled]
Capabilities: access denied
Kernel driver in use: i915

00:1b.0 Audio device [0403]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) High Definition Audio Controller [8086:2668] (rev 03)
Subsystem: Intel Corporation Device [8086:e203]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at ff43c000 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) PCI Express Port 1 [8086:2660] (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
I/O behind bridge: 1000-1fff
Memory behind bridge: ff60-ff6f
Prefetchable memory behind bridge: cfb0-cfbf
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR+ NoISA+ VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 
Family) PCI 

Bug#585820: sip-tester: FTBFS: /usr/bin/ld: cannot find -lgsl

2010-06-13 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Source: sip-tester
Version: 1:3.1-1
Severity: serious
Justification: FTBFS
tags: patch

Hi,

your package FTBFS on some architectures.
https://buildd.debian.org/pkg.cgi?pkg=sip-tester

- --
g++   -I. -I/usr/include/openssl  -c -o deadcall.o deadcall.cpp
deadcall.cpp: In member function 'virtual bool 
deadcall::process_incoming(char*)':
deadcall.cpp:78: warning: deprecated conversion from string constant to 'char*'
deadcall.cpp: In member function 'virtual bool 
deadcall::process_twinSippCom(char*)':
deadcall.cpp:86: warning: deprecated conversion from string constant to 'char*'
g++   -I. -I/usr/include/openssl  -c -o task.o task.cpp
g++   -I. -I/usr/include/openssl  -c -o socketowner.o socketowner.cpp
g++   -I. -I/usr/include/openssl  -c -o listener.o listener.cpp
gcc \
 -o sipp   xp_parser.o message.o scenario.o screen.o call.o comp.o 
sipp.o stat.o actions.o variables.o infile.o deadcall.o task.o socketowner.o 
listener.o -ldl -lpthread -lncurses -lstdc++ -lm -L /usr/local/lib -L /usr/lib 
-L /usr/lib64 -L`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; 
else echo ./ext; fi;`/lib -lgsl -lgslcblas   
/usr/bin/ld: cannot find -lgsl
collect2: ld returned 1 exit status
make[2]: *** [sipp] Error 1
make[2]: Leaving directory 
`/build/buildd-sip-tester_3.1-1-i386-gCP7sp/sip-tester-3.1'

- --

I created a patch that fix this problem.
Could you check and apply this patch?

Best regards,
  Nobuhiro

- - -- 
Nobuhiro Iwamatsu
  GPG ID: 40AD1FA6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwVlYYACgkQQSHHQzFw6+lgKACglmq3YBPF4msaSiw8ug4nSG+m
FJoAoLGK8jwOMJ5srXwcAdTyxCkJHLyA
=Wv8y
-END PGP SIGNATURE-
diff --git a/debian/control b/debian/control
index 601b350..8b2177c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: comm
 Priority: optional
 Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
 Uploaders: Mark Purcell m...@debian.org, ARAKI Yasuhiro a...@debian.org, Paul Wise p...@debian.org
-Build-Depends: debhelper (= 7), cdbs, libncurses5-dev, libnet1-dev, libpcap-dev
+Build-Depends: debhelper (= 7), cdbs, libncurses5-dev, libnet1-dev, libpcap-dev, libgsl0-dev
 Build-Conflicts: libssl-dev
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/sipp/


Bug#585821: libvpx: includes non-free MD5 implementation

2010-06-13 Thread Andres Mejia
Package: libvpx
Version: 0.9.0-6
Severity: serious
Justification: Policy 2.2.1

md5_utils.[ch] is an implementation of the MD5 algorithm from
RSA Data Security, Inc. This implementation is considered non-free. Here is
some explainations as to why [1] [2].

Attached is a patch that replaces the non-free implementation of the MD5
algorithm with a public domain implementation. This implementation is derived
from the MD5 implementation found in dpkg.

1. http://lists.debian.org/debian-mentors/2009/08/msg00082.html
2. http://bugs.debian.org/340538

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
This patch replaces the non-free RSA Data Security, Inc. implementation of the
MD5 algorithm with a public domain implementation.

--- libvpx-0.9.0.orig/ivfdec.c
+++ libvpx-0.9.0/ivfdec.c
@@ -235,9 +235,9 @@ void *out_open(const char *out_fn, int d
 if (do_md5)
 {
 #if CONFIG_MD5
-md5_ctx_t *md5_ctx = out = malloc(sizeof(md5_ctx_t));
+MD5Context *md5_ctx = out = malloc(sizeof(MD5Context));
 (void)out_fn;
-md5_init(md5_ctx);
+MD5Init(md5_ctx);
 #endif
 }
 else
@@ -259,7 +259,7 @@ void out_put(void *out, const uint8_t *b
 if (do_md5)
 {
 #if CONFIG_MD5
-md5_update(out, buf, len);
+MD5Update(out, buf, len);
 #endif
 }
 else
@@ -276,7 +276,7 @@ void out_close(void *out, const char *ou
 uint8_t md5[16];
 int i;
 
-md5_finalize(out, md5);
+MD5Final(md5, out);
 free(out);
 
 for (i = 0; i  16; i++)
--- libvpx-0.9.0.orig/md5_utils.c
+++ libvpx-0.9.0/md5_utils.c
@@ -1,299 +1,240 @@
 /*
- *  Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ * This code implements the MD5 message-digest algorithm.
+ * The algorithm is due to Ron Rivest.  This code was
+ * written by Colin Plumb in 1993, no copyright is claimed.
+ * This code is in the public domain; do with it what you wish.
  *
- *  Use of this source code is governed by a BSD-style license 
- *  that can be found in the LICENSE file in the root of the source
- *  tree. An additional intellectual property rights grant can be found
- *  in the file PATENTS.  All contributing project authors may 
- *  be found in the AUTHORS file in the root of the source tree.
+ * Equivalent code is available from RSA Data Security, Inc.
+ * This code has been tested against that, and is equivalent,
+ * except that you don't need to include two pages of legalese
+ * with every copy.
+ *
+ * To compute the message digest of a chunk of bytes, declare an
+ * MD5Context structure, pass it to MD5Init, call MD5Update as
+ * needed on buffers full of bytes, and then call MD5Final, which
+ * will fill a supplied 16-byte array with the digest.
+ *
+ * Changed so as no longer to depend on Colin Plumb's `usual.h' header
+ * definitions; now uses stuff from dpkg's config.h.
+ *  - Ian Jackson i...@chiark.greenend.org.uk.
+ * Still in the public domain.
  */
 
+#include sys/types.h/* for stupid systems */
 
-/*
-Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
-rights reserved.
-
-License to copy and use this software is granted provided that it
-is identified as the RSA Data Security, Inc. MD5 Message-Digest
-Algorithm in all material mentioning or referencing this software
-or this function.
-
-License is also granted to make and use derivative works provided
-that such works are identified as derived from the RSA Data
-Security, Inc. MD5 Message-Digest Algorithm in all material
-mentioning or referencing the derived work.
-
-RSA Data Security, Inc. makes no representations concerning either
-the merchantability of this software or the suitability of this
-software for any particular purpose. It is provided as is
-without express or implied warranty of any kind.
-
-These notices must be retained in any copies of any part of this
-documentation and/or software.
-*/
+#include string.h   /* for memcpy() */
 
 #include md5_utils.h
-#include string.h
-
-/* Constants for md5_transform routine.
- */
-#define S11 7
-#define S12 12
-#define S13 17
-#define S14 22
-#define S21 5
-#define S22 9
-#define S23 14
-#define S24 20
-#define S31 4
-#define S32 11
-#define S33 16
-#define S34 23
-#define S41 6
-#define S42 10
-#define S43 15
-#define S44 21
-
-static void md5_transform(uint32_t state[4], const uint8_t block[64]);
-static void Encode(uint8_t *output, const uint32_t *input, unsigned int len);
-static void Decode(uint32_t *output, const uint8_t *input, unsigned int len);
-#define md5_memset memset
-#define md5_memcpy memcpy
 
-static unsigned char PADDING[64] =
-{
-0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 

Processed: your mail

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 585821 patch
Bug #585821 [libvpx] libvpx: includes non-free MD5 implementation
Added tag(s) patch.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
585821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585821
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585821: libvpx: includes non-free MD5 implementation

2010-06-13 Thread Andres Mejia
Slight update to the patch. I removed mention that the MD5 implementation uses 
stuff from dpkg's config.h. It doesn't require config.h at all.

-- 
Regards,
Andres Mejia
This patch replaces the non-free RSA Data Security, Inc. implementation of the
MD5 algorithm with a public domain implementation.

--- libvpx-0.9.0.orig/ivfdec.c
+++ libvpx-0.9.0/ivfdec.c
@@ -235,9 +235,9 @@ void *out_open(const char *out_fn, int d
 if (do_md5)
 {
 #if CONFIG_MD5
-md5_ctx_t *md5_ctx = out = malloc(sizeof(md5_ctx_t));
+MD5Context *md5_ctx = out = malloc(sizeof(MD5Context));
 (void)out_fn;
-md5_init(md5_ctx);
+MD5Init(md5_ctx);
 #endif
 }
 else
@@ -259,7 +259,7 @@ void out_put(void *out, const uint8_t *b
 if (do_md5)
 {
 #if CONFIG_MD5
-md5_update(out, buf, len);
+MD5Update(out, buf, len);
 #endif
 }
 else
@@ -276,7 +276,7 @@ void out_close(void *out, const char *ou
 uint8_t md5[16];
 int i;
 
-md5_finalize(out, md5);
+MD5Final(md5, out);
 free(out);
 
 for (i = 0; i  16; i++)
--- libvpx-0.9.0.orig/md5_utils.c
+++ libvpx-0.9.0/md5_utils.c
@@ -1,299 +1,240 @@
 /*
- *  Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ * This code implements the MD5 message-digest algorithm.
+ * The algorithm is due to Ron Rivest.  This code was
+ * written by Colin Plumb in 1993, no copyright is claimed.
+ * This code is in the public domain; do with it what you wish.
  *
- *  Use of this source code is governed by a BSD-style license 
- *  that can be found in the LICENSE file in the root of the source
- *  tree. An additional intellectual property rights grant can be found
- *  in the file PATENTS.  All contributing project authors may 
- *  be found in the AUTHORS file in the root of the source tree.
+ * Equivalent code is available from RSA Data Security, Inc.
+ * This code has been tested against that, and is equivalent,
+ * except that you don't need to include two pages of legalese
+ * with every copy.
+ *
+ * To compute the message digest of a chunk of bytes, declare an
+ * MD5Context structure, pass it to MD5Init, call MD5Update as
+ * needed on buffers full of bytes, and then call MD5Final, which
+ * will fill a supplied 16-byte array with the digest.
+ *
+ * Changed so as no longer to depend on Colin Plumb's `usual.h' header
+ * definitions
+ *  - Ian Jackson i...@chiark.greenend.org.uk.
+ * Still in the public domain.
  */
 
+#include sys/types.h/* for stupid systems */
 
-/*
-Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
-rights reserved.
-
-License to copy and use this software is granted provided that it
-is identified as the RSA Data Security, Inc. MD5 Message-Digest
-Algorithm in all material mentioning or referencing this software
-or this function.
-
-License is also granted to make and use derivative works provided
-that such works are identified as derived from the RSA Data
-Security, Inc. MD5 Message-Digest Algorithm in all material
-mentioning or referencing the derived work.
-
-RSA Data Security, Inc. makes no representations concerning either
-the merchantability of this software or the suitability of this
-software for any particular purpose. It is provided as is
-without express or implied warranty of any kind.
-
-These notices must be retained in any copies of any part of this
-documentation and/or software.
-*/
+#include string.h   /* for memcpy() */
 
 #include md5_utils.h
-#include string.h
-
-/* Constants for md5_transform routine.
- */
-#define S11 7
-#define S12 12
-#define S13 17
-#define S14 22
-#define S21 5
-#define S22 9
-#define S23 14
-#define S24 20
-#define S31 4
-#define S32 11
-#define S33 16
-#define S34 23
-#define S41 6
-#define S42 10
-#define S43 15
-#define S44 21
-
-static void md5_transform(uint32_t state[4], const uint8_t block[64]);
-static void Encode(uint8_t *output, const uint32_t *input, unsigned int len);
-static void Decode(uint32_t *output, const uint8_t *input, unsigned int len);
-#define md5_memset memset
-#define md5_memcpy memcpy
 
-static unsigned char PADDING[64] =
-{
-0x80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
-0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
-};
+#ifdef WORDS_BIGENDIAN
+void
+byteSwap(UWORD32 *buf, unsigned words)
+{
+  md5byte *p = (md5byte *)buf;
+
+  do {
+*buf++ = (UWORD32)((unsigned)p[3]  8 | p[2])  16 |
+  ((unsigned)p[1]  8 | p[0]);
+p += 4;
+  } while (--words);
+}
+#else
+#define byteSwap(buf,words)
+#endif
 
-/* F, G, H and I are basic MD5 functions.
- */
-#define F(x, y, z) (((x)  (y)) | ((~x)  (z)))
-#define G(x, y, z) (((x)  (z)) | ((y)  (~z)))
-#define H(x, y, z) ((x) ^ (y) ^ (z))
-#define I(x, y, z) ((y) ^ ((x) | (~z)))
-
-/* ROTATE_LEFT rotates x left n bits.
- */
-#define ROTATE_LEFT(x, n) (((x)  (n)) | ((x)  (32-(n
-
-/* FF, GG, HH, and 

Processed: limit source to sip-tester, tagging 585820

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #sip-tester (1:3.1-2) UNRELEASED; urgency=low
 #
 #  * Really Add Build-Depends: libgsl0-dev - thks pabs (Closes: #585820)
 #
 limit source sip-tester
Limiting to bugs with field 'source' containing at least one of 'sip-tester'
Limit currently set to 'source':'sip-tester'

 tags 585820 + pending
Bug #585820 [src:sip-tester] sip-tester: FTBFS: /usr/bin/ld: cannot find -lgsl
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585824: KDE no longer works

2010-06-13 Thread Gary Dale

Package: kde
Version: kde-desktop
Severity: grave
Tags: squeeze
Justification: renders package unusable

After installing the latest upgrades to Squeeze, I have lost my KDE 
desktop. While KDE starts, I have no taskbar nor menus. The desktop does 
not respond to clicks or mouse moves of any kind.


I did note that at least one application (iceweasel) seems to have 
started so it looks like the session is being restored. However I can't 
do anything.


I tried creating a new user account and logging in to it, but again 
failed to get a working KDE desktop. I also tried purging and 
reinstalling but with no luck there either.


I have temporarily switched to Gnome to be able to use my computer.



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash




--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585820: marked as done (sip-tester: FTBFS: /usr/bin/ld: cannot find -lgsl)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jun 2010 04:02:13 +
with message-id e1oo0sh-f7...@ries.debian.org
and subject line Bug#585820: fixed in sip-tester 1:3.1-2
has caused the Debian Bug report #585820,
regarding sip-tester: FTBFS: /usr/bin/ld: cannot find -lgsl
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
585820: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Source: sip-tester
Version: 1:3.1-1
Severity: serious
Justification: FTBFS
tags: patch

Hi,

your package FTBFS on some architectures.
https://buildd.debian.org/pkg.cgi?pkg=sip-tester

- --
g++   -I. -I/usr/include/openssl  -c -o deadcall.o deadcall.cpp
deadcall.cpp: In member function 'virtual bool 
deadcall::process_incoming(char*)':
deadcall.cpp:78: warning: deprecated conversion from string constant to 'char*'
deadcall.cpp: In member function 'virtual bool 
deadcall::process_twinSippCom(char*)':
deadcall.cpp:86: warning: deprecated conversion from string constant to 'char*'
g++   -I. -I/usr/include/openssl  -c -o task.o task.cpp
g++   -I. -I/usr/include/openssl  -c -o socketowner.o socketowner.cpp
g++   -I. -I/usr/include/openssl  -c -o listener.o listener.cpp
gcc \
 -o sipp   xp_parser.o message.o scenario.o screen.o call.o comp.o 
sipp.o stat.o actions.o variables.o infile.o deadcall.o task.o socketowner.o 
listener.o -ldl -lpthread -lncurses -lstdc++ -lm -L /usr/local/lib -L /usr/lib 
-L /usr/lib64 -L`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; 
else echo ./ext; fi;`/lib -lgsl -lgslcblas   
/usr/bin/ld: cannot find -lgsl
collect2: ld returned 1 exit status
make[2]: *** [sipp] Error 1
make[2]: Leaving directory 
`/build/buildd-sip-tester_3.1-1-i386-gCP7sp/sip-tester-3.1'

- --

I created a patch that fix this problem.
Could you check and apply this patch?

Best regards,
  Nobuhiro

- - -- 
Nobuhiro Iwamatsu
  GPG ID: 40AD1FA6
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkwVlYYACgkQQSHHQzFw6+lgKACglmq3YBPF4msaSiw8ug4nSG+m
FJoAoLGK8jwOMJ5srXwcAdTyxCkJHLyA
=Wv8y
-END PGP SIGNATURE-
diff --git a/debian/control b/debian/control
index 601b350..8b2177c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: comm
 Priority: optional
 Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
 Uploaders: Mark Purcell m...@debian.org, ARAKI Yasuhiro a...@debian.org, Paul Wise p...@debian.org
-Build-Depends: debhelper (= 7), cdbs, libncurses5-dev, libnet1-dev, libpcap-dev
+Build-Depends: debhelper (= 7), cdbs, libncurses5-dev, libnet1-dev, libpcap-dev, libgsl0-dev
 Build-Conflicts: libssl-dev
 Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/sipp/
---End Message---
---BeginMessage---
Source: sip-tester
Source-Version: 1:3.1-2

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

sip-tester_3.1-2.diff.gz
  to main/s/sip-tester/sip-tester_3.1-2.diff.gz
sip-tester_3.1-2.dsc
  to main/s/sip-tester/sip-tester_3.1-2.dsc
sip-tester_3.1-2_amd64.deb
  to main/s/sip-tester/sip-tester_3.1-2_amd64.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 585...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Purcell m...@debian.org (supplier of updated sip-tester 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Jun 2010 09:22:37 +1000
Source: sip-tester
Binary: sip-tester
Architecture: source amd64
Version: 1:3.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 sip-tester - a performance testing tool for the SIP protocol
Closes: 585820
Changes: 
 sip-tester (1:3.1-2) unstable; urgency=low
 .
   * Really Build-Depends: libgsl0-dev - thks pabs  Nobuhuro (Closes: #585820)
   * Refresh enable-gls.patch
Checksums-Sha1: 
 1e41c1c4e3f19a328ca3f9b230ad36b38a18d741 1355 sip-tester_3.1-2.dsc
 52770a2de1bac51743b22d3a09a0cc7d4dbc5b7b 10616 sip-tester_3.1-2.diff.gz
 

Processed: reassign 585824 to libkdecore5,kde-plasma-desktop,kdebase-workspace-bin,plasma-desktop,systemsettings ...

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 585824 
 libkdecore5,kde-plasma-desktop,kdebase-workspace-bin,plasma-desktop,systemsettings
Bug #585824 [kde] KDE no longer works
Bug reassigned from package 'kde' to 
'libkdecore5,kde-plasma-desktop,kdebase-workspace-bin,plasma-desktop,systemsettings'.
Bug No longer marked as found in versions kde-desktop.
 forcemerge 585751 585751
Bug#585751: KDE is broken in testing, do not upgrade!
Bug#585752: KDE is broken in testing, do not upgrade!
Bug#585765: unable to start KDE's systemsettings after upgrade
Forcibly Merged 585751 585752 585765.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585765
585752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585752
585751: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585751
585824: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585614: Fails to open any mp3's to split

2010-06-13 Thread Ron
On Sat, Jun 12, 2010 at 10:07:32AM -0700, Ryan Niebur wrote:
 On Sat, Jun 12, 2010 at 08:30:20PM +0930, Ron wrote:
  Package: mp3splt-gtk
  Version: 0.5.6-1+b1
  Severity: grave
  
  Hi Ryan,
  
  This is the same bug we discussed a while back on IRC (and the subject
  says it all really anyway).  I'm filing it here now partly as a reminder
  for you (since it's been a while), partly as notice for the release team
  (since including this in squeeze if it doesn't work at all seems silly),
  and partly as documentation for an NMU I might do if you don't have any
  reasons to object to that.
  
 
 all the times before on IRC I had said make a bug report.
 I don't remember to do things without a bug report.
 anyways, I'll look this weekend.

Ok, so to add what information we actually have so far here:

It seems the original problem is a combination of user (interface) error
and the default gstreamer interface failing out on me somehow.  I have
been able to get it to work using audacious since then.  There's a bunch
of other issues still but I won't mash them in here -- the essence of
this bug is now why doesn't it work with gstreamer.  Since Ryan seemed
to recall it did, possibly we're just missing a dependency on something
he did have installed, but I don't.  We can close this one when that is
figured out.  That also does mean it's not really grave anymore, since
it's not _entirely_ disfunctional, but fixing the whatever it is that
keeps the default mode from working should probably stay RC for now.

I've confirmed this is still the case with (new) upstream 2.2.8/0.5.9

By way of consolation, I have a patch for the #581292 FTBFS, so I'm
still bug-neutral with the release team this week ;)

 Ron





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584600: marked as done (apticron cronjob fails silently)

2010-06-13 Thread Debian Bug Tracking System
Your message dated Mon, 14 Jun 2010 05:32:06 +
with message-id e1oo2hg-0004i5...@ries.debian.org
and subject line Bug#584600: fixed in apticron 1.1.42
has caused the Debian Bug report #584600,
regarding apticron cronjob fails silently
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
584600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584600
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apticron
Version: 1.1.41
Severity: grave
Tags: squeeze sid
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

apticron cronjob fails silently with exit code 1.
After running apticron by sh -x the following e-mail is sent:

+ /bin/date -R
+ /bin/cat
apticron report [Sat, 05 Jun 2010 02:19:03 +0400]


apticron has detected that some packages need upgrading on:

gaa -e 
[ 127.0.0.1 192.168.1.2 192.168.64.3 ]

The following packages are currently pending an upgrade:

+ PKGPATH=/var/cache/apt/archives/
+ LC_ALL=en /usr/bin/apt-cache policy base-files
+ /bin/grep Candidate:
+ /usr/bin/cut -f 4 -d  
+ VER=5.6
+ echo 5.6
+ /bin/sed -e s/:/%3a/g
+ VERFILE=5.6
/usr/sbin/apticron: 1: Syntax error: Bad fd number

I think that problem is in line 206 in /usr/sbin/apticron:

if ls ${PKGPATH}${PKG}_${VERFILE}_*.deb  /dev/null ; then

This construction () is valid for bash, but causes syntax error in
dash (my default shell).

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apticron depends on:
ii  apt0.7.25.3  Advanced front-end for dpkg
ii  cron   3.0pl1-111process scheduling daemon
ii  debconf [debconf-2.0]  1.5.32Debian configuration management sy
ii  mailutils [mailx]  1:2.1+dfsg1-6 GNU mailutils utilities for handli
ii  ucf3.0025Update Configuration File: preserv

Versions of packages apticron recommends:
ii  apt-listchanges   2.84   package change history notificatio
ii  iproute   20100224-5 networking and traffic control too

apticron suggests no packages.

- -- debconf information:
* apticron/notification: root

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

iEYEARECAAYFAkwJf7UACgkQp0cjlW3dsl+cewCgrQAyIwuj12k/7qjz1jp35t+p
gQYAoKIQWxwotyo4GyTe6t7UEun/ElqR
=5TFd
-END PGP SIGNATURE-


---End Message---
---BeginMessage---
Source: apticron
Source-Version: 1.1.42

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

apticron_1.1.42.dsc
  to main/a/apticron/apticron_1.1.42.dsc
apticron_1.1.42.tar.gz
  to main/a/apticron/apticron_1.1.42.tar.gz
apticron_1.1.42_all.deb
  to main/a/apticron/apticron_1.1.42_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 584...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tiago Bortoletto Vaz ti...@debian.org (supplier of updated apticron 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 ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 14 Jun 2010 02:18:43 -0300
Source: apticron
Binary: apticron
Architecture: source all
Version: 1.1.42
Distribution: unstable
Urgency: low
Maintainer: Tiago Bortoletto Vaz ti...@debian.org
Changed-By: Tiago Bortoletto Vaz ti...@debian.org
Description: 
 apticron   - Simple tool to mail about pending package updates
Closes: 584600
Changes: 
 apticron (1.1.42) unstable; urgency=low
 .
   * Avoid exiting with error when testing if a package is installed. Thanks to
 Alexander Galanin for the patch. (Closes: #584600)
Checksums-Sha1: 
 11c83d7d680c61c90111e94ac7c54bf38b67c434 858 apticron_1.1.42.dsc
 f5099eb5f857d19a51cf7d96cbb07ef9fb9f506a 18809 apticron_1.1.42.tar.gz
 d9e8c90805eaf19f096508208979dd883f260abf 18106 

Bug#585821: libvpx: includes non-free MD5 implementation

2010-06-13 Thread Andres Mejia
forwarded 585821 https://review.webmproject.org/#change,147
thanks

I went ahead and forwarded this issue upstream. I've also had to change the 
patch to follow their guidelines and also to check for endianness during 
runtime, since there exists platforms that can be both big endian and little 
endian.

-- 
Regards,
Andres Mejia



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: libvpx: includes non-free MD5 implementation

2010-06-13 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 585821 https://review.webmproject.org/#change,147
Bug #585821 [libvpx] libvpx: includes non-free MD5 implementation
Set Bug forwarded-to-address to 'https://review.webmproject.org/#change,147'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
585821: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585821
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   >