Bug#602832: marked as done (libsocket-getaddrinfo-perl: 0.16-1 segfaults on lenny and squeeze)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Fri, 12 Nov 2010 08:18:41 +0200
with message-id <20101112061841.ga3...@madeleine.local.invalid>
and subject line Re: Bug#602832: libsocket-getaddrinfo-perl: Segfaults on lenny
has caused the Debian Bug report #602832,
regarding libsocket-getaddrinfo-perl: 0.16-1 segfaults on lenny and squeeze
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.)


-- 
602832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602832
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsocket-getaddrinfo-perl
Version: 0.16-1
Severity: important

Hi,

I haven't checked on squeeze, but rebuilding this on lenny this
module causes a segfault running the simple test script:

#!/usr/bin/perl

use strict;
use warnings;

use Socket::GetAddrInfo qw( :newapi getaddrinfo );
use Data::Dumper;

my ( $err, @addr ) = getaddrinfo( "www.larted.org.uk" );
foreach ( @addr ) {
print Dumper $_;
}

Rebuilding 0.19-1 instead seems to work okay; the script outputs
the expected dumps.

I'll leave it to you to decide whether 0.19 should be pushed
to squeeze as a result, to make backporters' lives easier.

Cheers,
Dominic.

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

Kernel: Linux 2.6.26-2-686 (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/bash

Versions of packages libsocket-getaddrinfo-perl depends on:
ii  libc62.7-18lenny6GNU C Library: Shared libraries
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10. 5.10.0-19lenny2 minimal Perl system

libsocket-getaddrinfo-perl recommends no packages.

libsocket-getaddrinfo-perl suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 0.19-1

On Thu, Nov 11, 2010 at 01:34:27PM +0100, Julien Cristau wrote:

> I've unblocked 0.19-1.

It's in testing now, closing this.
-- 
Niko Tyni   nt...@debian.org

--- End Message ---


Bug#601802: sun-java6-jre: update 22 not available in lenny is a security issue

2010-11-11 Thread Torsten Werner
On Sat, Nov 6, 2010 at 11:07 AM, Torsten Werner  wrote:
> a preliminary source package for Lenny is available at
>  but I need to build it in a
> stable chroot.

Binary packages for amd64 and i386 are available from the same place now.

Cheers,
Torsten



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



Bug#603237: python2.7-minimal: fails to configure with "IOError: invalid Python installation: unable to open /usr/lib/python2.7/config/Makefile"

2010-11-11 Thread Jonathan Nieder
Package: python2.7-minimal
Version: 2.7-9
Severity: grave

Stock experimental system.  python2.6 is already installed and
working great.  Trying to investigate [1], I hope to install python2.7:

 # cupt install python2.7
 [...]
 (Reading database ... 118078 files and directories currently installed.)
 Unpacking python2.7-minimal (from .../python2.7-minimal_2.7-9_i386.deb) ...
 Setting up python2.7-minimal (2.7-9) ...
 Traceback (most recent call last):
   File "/usr/lib/python2.7/site.py", line 552, in 
 main()
   File "/usr/lib/python2.7/site.py", line 534, in main
 known_paths = addusersitepackages(known_paths)
   File "/usr/lib/python2.7/site.py", line 261, in addusersitepackages
 user_site = getusersitepackages()
   File "/usr/lib/python2.7/site.py", line 236, in getusersitepackages
 user_base = getuserbase() # this will also set USER_BASE
   File "/usr/lib/python2.7/site.py", line 226, in getuserbase
 USER_BASE = get_config_var('userbase')
   File "/usr/lib/python2.7/sysconfig.py", line 558, in get_config_var
 return get_config_vars().get(name)
   File "/usr/lib/python2.7/sysconfig.py", line 457, in get_config_vars
 _init_posix(_CONFIG_VARS)
   File "/usr/lib/python2.7/sysconfig.py", line 310, in _init_posix
 raise IOError(msg)
 IOError: invalid Python installation: unable to open 
/usr/lib/python2.7/config/Makefile (No such file or directory)
 dpkg: error processing python2.7-minimal (--configure):
  subprocess installed post-installation script returned error exit status 1

Indeed, there is no /usr/lib/python2.7/config directory.  Unpacking
python2.7 with an explicit dpkg invocation allows the installation to
continue, so all is well.

[1] http://bugs.python.org/issue1736483



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



Bug#566072: util-linux: fsck goes into maintenance shell on every boot

2010-11-11 Thread John Goerzen

On 11/11/2010 09:02 PM, LaMont Jones wrote:

On Sun, Jan 31, 2010 at 06:58:21PM -0600, John Goerzen wrote:

Clint Adams wrote:

Is there a legitimate reason to set a pass number if you actually do not want
the filesystem to be checked?

I would say probably not.  But in the past, I (and others) would
often cut-and-paste fstab lines, then add noauto.  Previously, the
system would not attempt to fsck filesystems marked noauto.  So this
upgrade could render people's machines unbootable.


I'm inclined to check in preinst and at least warn the admin about what will
happen on the next boot.  Would that be sufficient for you?


I could live with that.

-- John



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



Bug#566072: util-linux: fsck goes into maintenance shell on every boot

2010-11-11 Thread LaMont Jones
On Sun, Jan 31, 2010 at 06:58:21PM -0600, John Goerzen wrote:
> Clint Adams wrote:
> >Is there a legitimate reason to set a pass number if you actually do not want
> >the filesystem to be checked?
> I would say probably not.  But in the past, I (and others) would
> often cut-and-paste fstab lines, then add noauto.  Previously, the
> system would not attempt to fsck filesystems marked noauto.  So this
> upgrade could render people's machines unbootable.

I'm inclined to check in preinst and at least warn the admin about what will
happen on the next boot.  Would that be sufficient for you?

> On the other side of the coin, I see no reason to fail to boot
> because a noauto filesystem didn't fsck.

It's more that a filesystem that fstab says to check failed to pass.

lamont




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



Bug#603220: RFS: libvdpau (updated package)

2010-11-11 Thread Andres Mejia
On Thursday 11 November 2010 17:54:53 Michael Gilbert wrote:
> Hi,
> 
> Would anyone be willing to sponsor another RC-fix upload?  This new
> libvdpau package fixes bug #603220:
> http://mentors.debian.net/debian/pool/main/l/libvdpau
> 
> Thanks,
> Mike

Well, I'm sure the maintainers of libvdpau would be willing to acknowledge the 
bug you reported merely a few hours ago and correct the issue in a timely 
manner.

-- 
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



Bug#603068: tex-common,texlive-binaries: can't be installed together

2010-11-11 Thread Norbert Preining
Sorry dpkg guys for involving you into that.

I have seen the bug report, checked the code, missed the || true I had
already added, and only afterwards realized the the bug report
was done with an ancient version of tex-common - which I also missed.


On Do, 11 Nov 2010, Sven Joachim wrote:
> You seem to have been aware of that some time ago, judging by the
> comment in tex-common's postinst script:
> 
> ,
> |  # dpkg-query has two defects wrt not existing packages
> |  # - it is noisy to stderr
> |  # - it returns 1
> |  # so shut both errors up
> |  stat=$(dpkg-query -W -f='${Status}' texlive-base 2>/dev/null || true)
> `

> The question remains WTF Holger's piuparts test was run with the ancient
> tex-common version 2.06.

Right, but this is not up to me to find out ;-)

Again, sorry for the noise, and thanks for the replies.

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

(aikamuotojen käyttö aikamatkustuksessa)
You can arrive (mayan arivan on-when) for any sitting you
like without prior (late fore-when) reservation because you
can book retrospectively, as it were when you return to
your own time. (you can have on-book haventa forewhen
presooning returningwenta retrohome.)
 --- Douglas Adams, The Hitchhikers Guide to the Galaxy



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



Bug#591924: How can I help?

2010-11-11 Thread Ivan Kohler
Is there anything I can do to assist with this bug?

-- 
Ivan Kohler
President & Head Geek, Freeside Internet Services, Inc.  http://freeside.biz/
Debian GNU/Linux developer  |  CPAN author  |  cat person  |  ski addict



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



Bug#599874: marked as done (pyopencl: incomplete d/copyright)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 23:02:06 +
with message-id 
and subject line Bug#599874: fixed in pyopencl 0.92-1
has caused the Debian Bug report #599874,
regarding pyopencl: incomplete d/copyright
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.)


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

Source: pyopencl
Version: 0.92~beta+git20100709-1
Severity: serious
Justification: Policy 4.5

pyopencl/clrandom.py contains some code which is “Copyright (C) 1990, 
RSA Data Security”. Current debian/copyright is missing this 
information.


--
Jakub Wilk


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: pyopencl
Source-Version: 0.92-1

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

pyopencl_0.92-1.debian.tar.gz
  to contrib/p/pyopencl/pyopencl_0.92-1.debian.tar.gz
pyopencl_0.92-1.dsc
  to contrib/p/pyopencl/pyopencl_0.92-1.dsc
pyopencl_0.92.orig.tar.gz
  to contrib/p/pyopencl/pyopencl_0.92.orig.tar.gz
python-pyopencl_0.92-1_i386.deb
  to contrib/p/pyopencl/python-pyopencl_0.92-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 599...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tomasz Rybak  (supplier of updated pyopencl 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, 05 Nov 2010 14:52:35 +0100
Source: pyopencl
Binary: python-pyopencl
Architecture: source i386
Version: 0.92-1
Distribution: unstable
Urgency: high
Maintainer: Tomasz Rybak 
Changed-By: Tomasz Rybak 
Description: 
 python-pyopencl - module to access OpenCL parallel computation API
Closes: 599782 599873 599874 599875
Changes: 
 pyopencl (0.92-1) unstable; urgency=high
 .
   * New upstream release
   * Fixed Vcs-* URLs in debian/control; now they point to Alioth
 instead of upstream git repository (Closes: #599875)
   * Fixed Maintainer field in debian/copyright (Closes: #599873)
   * Added missing licence for pyopencl/clrandom.py file (Closes: #599874)
   * Fixed FTBFS on i386 (Closes: #599782)
   * Forced build scripts not to use boost libraries that might be included
 in the source
   * Removed messages about missing Boost libraries; they are superfluous
 as package is using Debian ones
   * Update Standards-Version to 3.9.1; no changes necessary.
   * Changed dependencies:
 * Added alternative dependency to help with post-Squeeze changes
   in NVIDIA driver packages
 * Added alternative build-dependency on nvidia-libopencl1
   and opencl-headers instead of nvidia-libopencl1-dev
   which will be removed from NVIDIA driver packages after Squeeze
Checksums-Sha1: 
 d82d63b039aa551e4bd39fc4ac712f60d448f343 2095 pyopencl_0.92-1.dsc
 180242005a4cac770e4a08a6692575ce916ee2a3 81223 pyopencl_0.92.orig.tar.gz
 6cdec60619aadc5a6d06982639e3fb85b96c840d 6209 pyopencl_0.92-1.debian.tar.gz
 387239314ba659a352f953fdb148a4ce22f43790 540522 python-pyopencl_0.92-1_i386.deb
Checksums-Sha256: 
 0ed791281c58e4109d11bc98a619ae0159a950ae63f48a1f9c654a1afc4b4f63 2095 
pyopencl_0.92-1.dsc
 0471c0d5d0c4ccb94bbcbd3b82ceeacc5de627306f06c9eecad200dda1e4d035 81223 
pyopencl_0.92.orig.tar.gz
 1fd50140dfe6c3745ffc8d10b7900bfb3ce835fdb72b4a807dcc32e115ed758a 6209 
pyopencl_0.92-1.debian.tar.gz
 312e8e6a94e4c7220002123ae31d2db2ac30a026f03dd4c538eef4dd7b241ef2 540522 
python-pyopencl_0.92-1_i386.deb
Files: 
 ccb40f175880be6ebfd708903ab80689 2095 contrib/python optional 
pyopencl_0.92-1.dsc
 2e653886d3c9f32b8391f8cc860b 81223 contrib/python optional 
pyopencl_0.92.orig.tar.gz
 191d6cd37861d2c2e92aea659d832c70 6209 contrib/python optional 
pyopencl_0.92-1.debian.tar.gz
 1a7458de384dac44374a509f1beeed9a 540522 contrib/python optional 
python-pyopencl_0.92-1_i386.deb

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

iQIcBAEBCAAGBQJM3G9IAAoJEE+fbVUO1hIqsTwP/3WJoFvokzUbyqESQXx6Rqiv
cXwSE7gYCh2bm1iQTuNNrLalxWxF8KkvH+Ceq8GFyiyZN//O0BfUa6W6Q2ec0Lxm
6etio0FCW6UOrHPB+2943Mw0JUigDOMyntZo4JkbL+/zf72x0NS7+Gyqi3rKOv9I
UvTYtzrZGRC7oVAOiksZQewZEF4PsWnu81sNmOHPJz7eSLaqJUmgCm/fzCL

Processed: patch

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

> tag 603220 patch
Bug #603220 [libvdpau] libvdpau: ftbfs on amd64, needs build-depends on 
ia32-libs-dev
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603220
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#603220: patch

2010-11-11 Thread Michael Gilbert
tag 603220 patch
thanks

attached is a debdiff that fixes this.

mike


libvdpau.debdiff
Description: Binary data


Bug#603222: gjs: FTBFS: configure fails

2010-11-11 Thread Hector Oron
Package: gjs
Version: 0.7.6-1
Severity: serious
Tags: experimental

Hello,

  Your packaga fails to build from source:

mkdir _build
cp -a * _build || true
cp: cannot copy a directory, `_build', into itself, `_build/_build'
cd _build && autoreconf -fi
configure.ac:5: warning: AC_INIT: not a literal: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gjs
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
configure.ac:5: warning: AC_INIT: not a literal: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gjs
configure.ac:5: warning: AC_INIT: not a literal: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gjs
configure.ac:5: warning: AC_INIT: not a literal: 
http://bugzilla.gnome.org/enter_bug.cgi?product=gjs
configure.ac: installing `./mkinstalldirs'
configure.ac:6: option `no-dist-gzip' not recognized
./Makefile-test.am:204: clean-local was already defined in condition TRUE, 
which implies condition ENABLE_COVERAGE_TRUE ...
./Makefile-test.am:156: ... `clean-local' previously defined here.
autoreconf: automake failed with exit status: 1


  Full logs linked from: 
https://buildd.debian.org/pkg.cgi?pkg=gjs&maint=&dist=experimental

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.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



Processed: pending

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

> tags 603219 + pending
Bug #603219 [qemu-kvm] qemu-kvm embeds generated file which isn't being rebuilt 
when compiling
Added tag(s) pending.
> tags 588899 + pending
Bug #588899 [qemu-kvm] qemu-kvm: busy loop error message: "alsa: Unexpected 
state 1"
Bug #591273 [qemu-kvm] qemu-kvm: ALSA error message loop slows down guest and 
no sound available
Added tag(s) pending.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
588899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588899
603219: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603219
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#603220: libvdpau: ftbfs on amd64, needs build-depends on ia32-libs-dev

2010-11-11 Thread Michael Gilbert
package: libvdpau
version: 0.4-5
severity: grave

libvdpau ftbfs on amd64 since its missing a build-depends on
ia32-libs-dev.



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



Bug#603219: qemu-kvm embeds generated file which isn't being rebuilt when compiling

2010-11-11 Thread Michael Tokarev
Package: qemu-kvm
Version: 0.12.5+dfsg-4
Severity: serious

qemu-kvm source includes generated file,
roms/seabios/src/acpi-dsdt.hex, which is
a result of compilation by iasl.  The
source for this file is included too,
in acpi-dsdt.dsl, but upstream makefile
does not even have a rule that checks
if this file exists before using it
(roms/seabios/Makefile, ccode32flat.c
has #include "acpi-dsdt.hex").

This is against DFSG, hence the severity.



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



Bug#603068: tex-common,texlive-binaries: can't be installed together

2010-11-11 Thread Frank Küster
Holger Levsen  wrote:

>> Irrespective of whether tex-common has a bug, all those packages are
>> probably buggy, since it seems they depend on texlive-binaries.  This
>> package does not provide any functionality to outsiders. Only with
>> texlive-base can they expect anything usable.
>
> h: 
>
> $ apt-cache rdepends texlive-binaries
> texlive-binaries
> Reverse Depends:
>   xmltex
>  |xdvik-ja
>   texlive-lang-polish
>   texlive-lang-indic
>   texlive-lang-greek
>   texlive-lang-czechslovak
>   texlive-lang-cyrillic
>   texlive-science
[... many more ...]

it seems we give a bad example ourselves.  In fact we take the
dependency information from upstream, but upstream has no problem
declaring useless dependencies "just to be sure", while we have the
problem that others start thinking they'd get anything useful from
texlive-binaries.  They get a couple of scripts that can be run without
problems, but mostly they get binaries (and scripts) that won't do
anything but complain that their basic input or configuration files are
missing... 

> Should we file more bugs?

Since the bugs don't cause any problem (the packages *will* have
texlive-binaries installed, since it must be pulled in by texlive-base
or whatever), I suggest that the TeX task force tries to update our TeX
Policy.  Then we start adhering to it, and ask other to do the same...

Regards, Frank
-- 
Dr. Frank Küster
VCD Miltenberg, ADFC Aschaffenburg-Miltenberg
B90/Grüne KV Miltenberg
Debian Developer (TeXLive)



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



Bug#591133: linux86: diff for NMU version 0.16.17-3.1

2010-11-11 Thread gregor herrmann
tags 591133 + pending
thanks

Dear maintainer,

I've prepared an NMU for linux86 (versioned as 0.16.17-3.1) 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: Lightnin' Hopkins: Cryin' Shame
diff -u linux86-0.16.17/debian/changelog linux86-0.16.17/debian/changelog
--- linux86-0.16.17/debian/changelog
+++ linux86-0.16.17/debian/changelog
@@ -1,3 +1,11 @@
+linux86 (0.16.17-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS: ncc: illegal label": apply patch by dai that replaces strcpy
+by memmove (closes: #591133).
+
+ -- gregor herrmann   Thu, 11 Nov 2010 22:29:38 +0100
+
 linux86 (0.16.17-3) unstable; urgency=low
 
   * Added man pages for ar86, objdump86, size86 and nm86 with patch
only in patch2:
unchanged:
--- linux86-0.16.17.orig/copt/copt.c
+++ linux86-0.16.17/copt/copt.c
@@ -174,7 +174,7 @@
   /* Delete leading white spaces */
   for (cp = buf; *cp && isspace(*cp); cp++) ;
   if (cp != buf && *cp)
-	strcpy(buf, cp);
+	memmove(buf, cp, strlen(cp) + 1);
 
   return(buf);
 }


signature.asc
Description: Digital signature


Processed: linux86: diff for NMU version 0.16.17-3.1

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

> tags 591133 + pending
Bug #591133 [src:linux86] linux86: FTBFS: ncc: illegal label
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
591133: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591133
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#591133: Debian bug #591133: linux86: FTBFS: ncc: illegal label

2010-11-11 Thread gregor herrmann
On Mon, 25 Oct 2010 19:45:16 +0200, Sven Joachim wrote:

> >> It still fails for me on amd64 (but succeeds on i386).
> > Hmm. I am using amd64 as well. Was this in an up to date pbuilder?
> Not pbuilder, but an up to date sid chroot.

I just tried (all sid cowbuilder):
- without the patch:
  builds on i386, fails on amd64
- with the patch:
  builds on both architectures
 
> > Perhaps you could test the patch?
> Just did that, and it worked (i.e. the package built fine).

Since we are already two I'm uploading the package now.

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: Vic Chesnutt: Sad Peter Pan


signature.asc
Description: Digital signature


Bug#602731: Uses the non-free media plugin of TinyMCE (bug #591206)

2010-11-11 Thread Vincent Bernat
OoO Pendant le  journal télévisé du jeudi 11  novembre 2010, vers 20:36,
Moritz Muehlenhoff  disait :

>> > Package: roundcube
>> > Severity: grave
>> 
>> > program/js/editor.js initialises the media plugin, which depends on
>> > flv_player.swf, which was found to be non-free, see bug #591206.
>> 
>> I hardly see this as a bug for roundcube. flv_player.swf is shipped with
>> tinymce. I suppose  that tinymce maintainer will disable  it directly in
>> tinymce.

> Well, but when the media plugin is removed from tinymce, your package
> will need to be adapted, since it currently initialises this module,
> won't it?

Is flv_player the only component of media plugin?
-- 
printk("Entering UltraSMPenguin Mode...\n");
2.2.16 /usr/src/linux/arch/sparc64/kernel/smp.c


pgpAGGtTCE7At.pgp
Description: PGP signature


Bug#603068: tex-common,texlive-binaries: can't be installed together

2010-11-11 Thread Raphael Hertzog
Hi,

On Thu, 11 Nov 2010, Norbert Preining wrote:
> Currently, when I call
>   dpkg-query -W -f='${Status}' texlive-base 
> it returns 1 (error) if texlive-base is not installed (or going to 
> be installed).
> 
> This breaks installation of tex-common with texlive-binaries, but without
> texlive-base.
> 
> As far as I remember in former times this was working, so is this a
> recent change, and was it intended, or is this a coding error from
> our side.

It's not a recent change AFAIK, but nowadays dpkg is removing
entries of purged packages from the status file so maybe it's more
likely to happen than before due to this.

We recently documented that behaviour in dpkg-query however.

EXIT STATUS
   0  The requested query was successfully performed.

   1  Problems were encountered while parsing the command line or
  performing the query, including no file or package being found
  (except for --control-path).

> In principle what we are doing the in the tex-common trigger action
> is to check whether texlive-base is installed, and if it is we run
> some commands.

You should consider an error like an indication that the package
is not installed.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer ◈ [Flattr=20693]

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



--
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#602668: libdevel-bt-perl: FTBFS on armel

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

> severity 602668 important
Bug #602668 [libdevel-bt-perl] libdevel-bt-perl: FTBFS on armel
Severity set to 'important' from 'serious'

> clone 602668 -1
Bug#602668: libdevel-bt-perl: FTBFS on armel
Bug 602668 cloned as bug 603201.

> retitle -1 gdb: 7.2 falsely (?) shows stack corruption on armel
Bug #603201 [libdevel-bt-perl] libdevel-bt-perl: FTBFS on armel
Changed Bug title to 'gdb: 7.2 falsely (?) shows stack corruption on armel' 
from 'libdevel-bt-perl: FTBFS on armel'
> reassign -1 gdb 7.2-1
Bug #603201 [libdevel-bt-perl] gdb: 7.2 falsely (?) shows stack corruption on 
armel
Bug reassigned from package 'libdevel-bt-perl' to 'gdb'.
Bug No longer marked as found in versions libdevel-bt-perl/0.05-1.
Bug #603201 [gdb] gdb: 7.2 falsely (?) shows stack corruption on armel
Bug Marked as found in versions gdb/7.2-1.
> block 602668 with -1
Bug #602668 [libdevel-bt-perl] libdevel-bt-perl: FTBFS on armel
Was not blocked by any bugs.
Added blocking bug(s) of 602668: 603201
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602668
603201: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603201
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
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#602668: libdevel-bt-perl: FTBFS on armel

2010-11-11 Thread Niko Tyni
severity 602668 important
clone 602668 -1
retitle -1 gdb: 7.2 falsely (?) shows stack corruption on armel
reassign -1 gdb 7.2-1
block 602668 with -1
thanks

On Sat, Nov 06, 2010 at 11:15:01PM +, Hector Oron wrote:
> Package: libdevel-bt-perl
> Version: 0.05-1
> Severity: serious

It's never built on armel yet, so downgrading.

> t/basic.t (Wstat: 1280 Tests: 5 Failed: 5)
>   Failed tests:  1-5

This is because gdb thinks the stack gets corrupted somewhere between
perl_run() and Perl_runops_standard():

  abel% gdb perl
  GNU gdb (GDB) 7.2-debian
  [...]
  Reading symbols from /usr/bin/perl...(no debugging symbols found)...done.
  (gdb) br perl_run
  Breakpoint 1 at 0x898c
  (gdb) br Perl_runops_standard
  Function "Perl_runops_standard" not defined.
  Make breakpoint pending on future shared library load? (y or [n]) y
  
  Breakpoint 2 (Perl_runops_standard) pending.
  (gdb) run -e 1
  Starting program: /usr/bin/perl -e 1
  [Thread debugging using libthread_db enabled]
  
  Breakpoint 1, 0x400740c4 in perl_run () from /usr/lib/libperl.so.5.10
  (gdb) bt
  #0  0x400740c4 in perl_run () from /usr/lib/libperl.so.5.10
  #1  0x8b9c in main ()
  (gdb) c
  Continuing.
  
  Breakpoint 2, 0x400cead4 in Perl_runops_standard () from 
/usr/lib/libperl.so.5.10
  (gdb) bt
  #0  0x400cead4 in Perl_runops_standard () from /usr/lib/libperl.so.5.10
  #1  0x400743f4 in perl_run () from /usr/lib/libperl.so.5.10
  #2  0x00011008 in ?? ()
  Cannot access memory at address 0x0
  #3  0x00011008 in ?? ()
  Cannot access memory at address 0x0
  Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  (gdb) 
  
This seems to be a regression in gdb itself: 7.2-1 from sid shows the
above stack corruption, 7.0.1-2 from squeeze doesn't with the same perl
binary. (I tested this on abel by copying /usr/bin/gdb from the sid
chroot to my home directory and running it in the squeeze one.)

Cloning, reassigning and blocking.
-- 
Niko Tyni   nt...@debian.org



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



Bug#602932: Bug #602932: tilecache: Invalid maintainer address

2010-11-11 Thread Ralf Treinen
Hi,

this looks like a case for the MIA team: Bug#602932, the email address
of the maintainer is not valid. The maintainer does not seem to be a dd.

Good luck -Ralf.



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



Bug#591206: License updated (flvplayer)

2010-11-11 Thread Francois Marier
On 2010-11-11 at 16:35:53, Alexander Reichle-Schmehl wrote:
> If I understand it correctly, it's just a plugin of tinymce in need of
> that flash player?  Then couldn't that plugin be moved to non-free (in a
> sepperate source package) so that a tinymce cleaned from this plugin
> could stay in main as well as the other packages?

What we've done upstream for Mahara is that we've removed the media player
from the tinymce source we bundle with Mahara. I suspect that a number of
the other rdeps might be fine with that if they don't use that part of
tinymce.

Moving tinymce to nonfree would likely cause the mahara package to start
using its own flvplayer-free bundled copy again which would be sub-optimal
from a security standpoint.

Has anybody tried to get tinymce to remove flvplayer upstream?

Cheers,
Francois



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



Bug#602731: Uses the non-free media plugin of TinyMCE (bug #591206)

2010-11-11 Thread Moritz Muehlenhoff
On Sun, Nov 07, 2010 at 07:15:56PM +0100, Vincent Bernat wrote:
> OoO  Lors de  la soirée  naissante du  dimanche 07  novembre  2010, vers
> 17:48, Moritz Muehlenhoff  disait :
> 
> > Package: roundcube
> > Severity: grave
> 
> > program/js/editor.js initialises the media plugin, which depends on
> > flv_player.swf, which was found to be non-free, see bug #591206.
> 
> I hardly see this as a bug for roundcube. flv_player.swf is shipped with
> tinymce. I suppose  that tinymce maintainer will disable  it directly in
> tinymce.

Well, but when the media plugin is removed from tinymce, your package
will need to be adapted, since it currently initialises this module,
won't it?

Hence this bug.

Cheers,
Moritz



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



Processed: Re: gadmin-openvpn-server: puts logfile in /etc instead of /var/log

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

> tag 602869 pending
Bug #602869 [gadmin-openvpn-server] gadmin-openvpn-server: puts logfile in /etc 
instead of /var/log
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602869
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#602869: gadmin-openvpn-server: puts logfile in /etc instead of /var/log

2010-11-11 Thread Daniel Baumann
tag 602869 pending
thanks

fixed in git.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#603171: marked as done (sandboxgamemaker: FTBFS: shared/tools.h:885: error: incompatible types in assignment of 'short int*' to 'short int [8]')

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 13:58:02 -0500
with message-id 
and subject line Re: Bug#603171: sandboxgamemaker: FTBFS: shared/tools.h:885: 
error: incompatible types in assignment of 'short int*' to 'short int [8]'
has caused the Debian Bug report #603171,
regarding sandboxgamemaker: FTBFS: shared/tools.h:885: error: incompatible 
types in assignment of 'short int*' to 'short int [8]'
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.)


-- 
603171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603171
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: sandboxgamemaker
Version: 2.6.1+dfsg-1
Severity: serious

> 
> sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on porpora.debian.org
> 
> ╔══╗
> ║ sandboxgamemaker 2.6.1+dfsg-1 (powerpc)09 Nov 2010 
> 07:58 ║
> ╚══╝
[...]
> g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine 
> -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o 
> rpggame/rpgio.o rpggame/rpgio.cpp
> In file included from shared/cube.h:69:
> shared/tools.h: In function 'void endianswap(T*, int) [with T = short int 
> [8]]':
> rpggame/rpgio.cpp:312:   instantiated from here
> shared/tools.h:885: error: incompatible types in assignment of 'short int*' 
> to 'short int [8]'
> rpggame/rpgio.cpp: At global scope:
> rpggame/rpgio.cpp:765: warning: 'rpgio::__dummy_loadgame' defined but not used
> rpggame/rpgio.cpp:1335: warning: 'rpgio::__dummy_savegame' defined but not 
> used
> make[2]: *** [rpggame/rpgio.o] Error 1
> make[2]: Leaving directory 
> `/build/buildd-sandboxgamemaker_2.6.1+dfsg-1-powerpc-S06WCE/sandboxgamemaker-2.6.1+dfsg/src'
> make[1]: *** [override_dh_auto_build] Error 2
> make[1]: Leaving directory 
> `/build/buildd-sandboxgamemaker_2.6.1+dfsg-1-powerpc-S06WCE/sandboxgamemaker-2.6.1+dfsg'
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> Build finished at 20101109-0806
> FAILED [dpkg-buildpackage died]
> 
> Purging 
> /var/lib/schroot/mount/sid-experimental-powerpc-sbuild-5e9c6f8a-2a36-4c61-b436-ca5f214bacd1/build/buildd-sandboxgamemaker_2.6.1+dfsg-1-powerpc-S06WCE
> Not removing build depends: cloned chroot in use
> 
> Finished at 20101109-0806
> Build needed 00:08:22, 81904k disc space


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 2.6.1+dfsg-2
thanks


Thanks Philipp

 sandboxgamemaker  (2.6.1+dfsg-2) experimental; urgency=low

   * debian/patches/fix_ftbfs_bigendian.patch
 - Fixed a FTBFS on big endian machines due to wrong type used in
   function call

 -- Scott Howard   Wed, 10 Nov 2010 19:33:59 -0500

--- End Message ---


Bug#603172: python-elementary: FTBFS: No package 'python-evas' found

2010-11-11 Thread Philipp Kern
Source: python-elementary
Version: 0.7.3-1
Severity: serious

> 
> sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on zandonai.debian.org
> 
> ╔══╗
> ║ python-elementary 0.7.3-1 (s390)   10 Nov 2010 
> 01:26 ║
> ╚══╝
[...]
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for ELEMENTARY... no
> configure: error: Package requirements (elementary >= 0.7.0.52890 evas >= 
> 1.0.0 eina >= 1.0.0 python-evas >= 0.7.3) were not met:
> 
> No package 'python-evas' found
> 
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
> 
> Alternatively, you may set the environment variables ELEMENTARY_CFLAGS
> and ELEMENTARY_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
> make: *** [debian/stamp-autotools] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> Build finished at 20101110-0129
> FAILED [dpkg-buildpackage died]
> 
> Purging 
> /var/lib/schroot/mount/sid-experimental-s390-sbuild-686add4e-4bf1-4ab6-8d24-d5a1dcf9cdd5/build/buildd-python-elementary_0.7.3-1-s390-bRnnFx
> Not removing build depends: cloned chroot in use
> 
> Finished at 20101110-0129
> Build needed 00:02:54, 6640k disc space


signature.asc
Description: Digital signature


Bug#603171: sandboxgamemaker: FTBFS: shared/tools.h:885: error: incompatible types in assignment of 'short int*' to 'short int [8]'

2010-11-11 Thread Philipp Kern
Source: sandboxgamemaker
Version: 2.6.1+dfsg-1
Severity: serious

> 
> sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on porpora.debian.org
> 
> ╔══╗
> ║ sandboxgamemaker 2.6.1+dfsg-1 (powerpc)09 Nov 2010 
> 07:58 ║
> ╚══╝
[...]
> g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine 
> -Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o 
> rpggame/rpgio.o rpggame/rpgio.cpp
> In file included from shared/cube.h:69:
> shared/tools.h: In function 'void endianswap(T*, int) [with T = short int 
> [8]]':
> rpggame/rpgio.cpp:312:   instantiated from here
> shared/tools.h:885: error: incompatible types in assignment of 'short int*' 
> to 'short int [8]'
> rpggame/rpgio.cpp: At global scope:
> rpggame/rpgio.cpp:765: warning: 'rpgio::__dummy_loadgame' defined but not used
> rpggame/rpgio.cpp:1335: warning: 'rpgio::__dummy_savegame' defined but not 
> used
> make[2]: *** [rpggame/rpgio.o] Error 1
> make[2]: Leaving directory 
> `/build/buildd-sandboxgamemaker_2.6.1+dfsg-1-powerpc-S06WCE/sandboxgamemaker-2.6.1+dfsg/src'
> make[1]: *** [override_dh_auto_build] Error 2
> make[1]: Leaving directory 
> `/build/buildd-sandboxgamemaker_2.6.1+dfsg-1-powerpc-S06WCE/sandboxgamemaker-2.6.1+dfsg'
> make: *** [build] Error 2
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> 
> Build finished at 20101109-0806
> FAILED [dpkg-buildpackage died]
> 
> Purging 
> /var/lib/schroot/mount/sid-experimental-powerpc-sbuild-5e9c6f8a-2a36-4c61-b436-ca5f214bacd1/build/buildd-sandboxgamemaker_2.6.1+dfsg-1-powerpc-S06WCE
> Not removing build depends: cloned chroot in use
> 
> Finished at 20101109-0806
> Build needed 00:08:22, 81904k disc space


signature.asc
Description: Digital signature


Bug#602860: Closing

2010-11-11 Thread Jonathan E. Magen
Alessio,
Thanks for being such a sport! I'll gladly help to test the new
packages once I upgrade to the new testing branch shortly after
Squeeze goes stable.

On Thu, Nov 11, 2010 at 11:35 AM, Alessio Treglia  wrote:
> Hi Jonathan,
>
> On Thu, Nov 11, 2010 at 4:07 PM, Jonathan E. Magen  
> wrote:
>> I can confirm this. I built the package from source and did not get
>> this same breakage. Shame for it to not be in Squeeze but what can you
>> do?
>>
>
> Well, first of all: I'm an enthusiastic user of Mixxx and I'm very
> sorry that it won't be available in Squeeze, but deep freeze is in
> effect and the new release provides too many new features.
> Of course, I've tried to ask upstream's authors to help me reviewing &
> backporting patches from the 1.8.x series, they always said: "please
> upgrade mixxx to 1.8".
> This is not a criticism, I understand their reasons and policies but
> many changes have been introduced, and I don't feel comfortable to
> upload them into the next Debian 'stable' at this point.
>
> BTW, new Mixxx releases will be available in unstable/experimental
> and, once squeeze is released, I'll try to backport the most recent
> one from unstable/experimental.
>
>
> Regards,
>
>           Alessio
>
> --
> Alessio Treglia 
> Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
> 0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
>



-- 
Jonathan E. Magen
203-936-9665
http://www.yonkeltron.com
AIM: SuspectAshkenaz
GTALK: yonkelt...@gmail.com
http://twitter.com/yonkeltron
ב"ה



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



Bug#602860: Closing

2010-11-11 Thread Alessio Treglia
Hi Jonathan,

On Thu, Nov 11, 2010 at 4:07 PM, Jonathan E. Magen  wrote:
> I can confirm this. I built the package from source and did not get
> this same breakage. Shame for it to not be in Squeeze but what can you
> do?
>

Well, first of all: I'm an enthusiastic user of Mixxx and I'm very
sorry that it won't be available in Squeeze, but deep freeze is in
effect and the new release provides too many new features.
Of course, I've tried to ask upstream's authors to help me reviewing &
backporting patches from the 1.8.x series, they always said: "please
upgrade mixxx to 1.8".
This is not a criticism, I understand their reasons and policies but
many changes have been introduced, and I don't feel comfortable to
upload them into the next Debian 'stable' at this point.

BTW, new Mixxx releases will be available in unstable/experimental
and, once squeeze is released, I'll try to backport the most recent
one from unstable/experimental.


Regards,

   Alessio

-- 
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#602609: [xml/sgml-pkgs] Bug#602609: CVE-2010-4008: does not well process a malformed XPATH

2010-11-11 Thread Julien Cristau
On Sat, Nov  6, 2010 at 15:49:00 +0100, Mike Hommey wrote:

> Anyways, that would need a backport for stable, and maybe testing,
> depending how the release team feels about 2.7.8.
> 
2.7.8-1 unblocked.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#602860: marked as done (mixxx: segfault on startup with QT network socket error)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 17:03:42 +0100
with message-id 
and subject line Re: Bug#602860: Closing
has caused the Debian Bug report #602860,
regarding mixxx: segfault on startup with QT network socket error
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.)


-- 
602860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602860
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mixxx
Version: 1.7.2-1
Severity: grave
Justification: renders package unusable

Upon starting mixxx the program segfaults almost immediately with the following 
error:

Warning: [Main]: Qt: Session management error: Could not open network socket
Segmentation fault

I asked the devs about it in #mixxx on irc.freenode.net and they encouraged me 
to request an upgrade to a more recent version of mixxx. I am reporting this 
bug as I do not want Squeeze to ship with a broken version of this package. Can 
we get an upgraded version of mixxx into squeeze?

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

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

Versions of packages mixxx depends on:
ii  libasound2   1.0.23-2.1  shared library for ALSA applicatio
ii  libc62.11.2-7Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.5-4   GCC support library
ii  libgl1-mesa-glx [lib 7.7.1-4 A free implementation of the OpenG
ii  libglu1-mesa [libglu 7.7.1-4 The OpenGL utility library (GLU)
ii  libid3tag0   0.15.1b-10  ID3 tag reading library from the M
ii  libmad0  0.15.1b-5   MPEG audio decoder library
ii  libogg0  1.2.0~dfsg-1Ogg bitstream library
ii  libportaudio219+svn20071022-3+b2 Portable audio I/O - shared librar
ii  libqt4-network   4:4.6.3-4   Qt 4 network module
ii  libqt4-opengl4:4.6.3-4   Qt 4 OpenGL module
ii  libqt4-qt3support4:4.6.3-4   Qt 3 compatibility library for Qt 
ii  libqt4-script4:4.6.3-4   Qt 4 script module
ii  libqt4-sql   4:4.6.3-4   Qt 4 SQL module
ii  libqt4-svg   4:4.6.3-4   Qt 4 SVG module
ii  libqt4-xml   4:4.6.3-4   Qt 4 XML module
ii  libqtcore4   4:4.6.3-4   Qt 4 core module
ii  libqtgui44:4.6.3-4   Qt 4 GUI module
ii  libsndfile1  1.0.21-3Library for reading/writing audio 
ii  libstdc++6   4.4.5-4 The GNU Standard C++ Library v3
ii  libvorbis0a  1.3.1-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.3.1-1 The Vorbis General Audio Compressi
ii  mixxx-data   1.7.2-1 Digital Disc Jockey Interface -- d

mixxx recommends no packages.

Versions of packages mixxx suggests:
ii  okular [pdf-viewer]   4:4.4.5-2  universal document viewer

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 1.8.1-1

On Thu, Nov 11, 2010 at 4:11 PM, Alexander Reichle-Schmehl
 wrote:
> Am 11.11.2010 16:02, schrieb Alessio Treglia:
> Then you should have added a proper version semi-header so the bts knows
> which version have been affected by this bug and which haven't.  Could
> you please do so?

Yes, of course, and sorry for forgetting to do it.

-- 
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

--- End Message ---


Bug#602860: Closing

2010-11-11 Thread Alessio Treglia
Version: 1.8.1-1

On Thu, Nov 11, 2010 at 4:11 PM, Alexander Reichle-Schmehl
 wrote:
> Am 11.11.2010 16:02, schrieb Alessio Treglia:
> Then you should have added a proper version semi-header so the bts knows
> which version have been affected by this bug and which haven't.  Could
> you please do so?

Yes, of course, and sorry for forgetting to do it.

-- 
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#601805: marked as done (viewvc: Grave python errors which can be fixed with a one liner, already upstream)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 16:02:11 +
with message-id 
and subject line Bug#601805: fixed in viewvc 1.1.5-1.1
has caused the Debian Bug report #601805,
regarding viewvc: Grave python errors which can be fixed with a one liner, 
already upstream
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.)


-- 
601805: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: viewvc
Version: 1.1.5-1
Severity: grave
Tags: upstream patch
Justification: renders package unusable

Upstream version 1.1.6 includes a fix for some nasty python errors. We are 
hitting the bug on lots of places, which renders the package unusuable. More 
details can be found in the upstream bugtracker: 
http://viewvc.tigris.org/issues/show_bug.cgi?id=454

The fix is a oneliner included in the bug. It fixes the links like 'Copied 
from: ' link seen on, for example:
http://websvn.kde.org/trunk/kdesupport/strigi/libstreamanalyzer/lib/analysisresult.cpp?view=log

Tom Albers
KDE Sysadmin


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

Kernel: Linux 2.6.35.4-rscloud (SMP w/4 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 viewvc depends on:
ii  python  2.6.6-3  interactive high-level object-orie
ii  python-subversion   1.6.12dfsg-2 Python bindings for Subversion
ii  python-support  1.0.10   automated rebuilding support for P
ii  rcs 5.7-25   The GNU Revision Control System
ii  subversion  1.6.12dfsg-2 Advanced version control system

Versions of packages viewvc recommends:
ii  apache2 2.2.16-3 Apache HTTP Server metapackage
ii  apache2-mpm-itk [httpd-cgi] 2.2.16-3 multiuser MPM for Apache 2.2
ii  python-pygments 1.3.1+dfsg-1 syntax highlighting package writte

Versions of packages viewvc suggests:
pn  cvsgraph   (no description available)
pn  libapache2-mod-python  (no description available)
ii  mime-support  3.48-1 MIME files 'mime.types' & 'mailcap
pn  python-tk  (no description available)
pn  viewvc-query   (no description available)

-- Configuration Files:
/etc/viewvc/mimetypes.conf changed [not included]
/etc/viewvc/templates/diff.ezt changed [not included]
/etc/viewvc/templates/dir_new.ezt changed [not included]
/etc/viewvc/templates/file.ezt changed [not included]
/etc/viewvc/templates/include/footer.ezt changed [not included]
/etc/viewvc/templates/include/header.ezt changed [not included]
/etc/viewvc/templates/query_form.ezt changed [not included]
/etc/viewvc/templates/query_results.ezt changed [not included]
/etc/viewvc/viewvc.conf changed [not included]

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: viewvc
Source-Version: 1.1.5-1.1

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

viewvc-query_1.1.5-1.1_all.deb
  to main/v/viewvc/viewvc-query_1.1.5-1.1_all.deb
viewvc_1.1.5-1.1.diff.gz
  to main/v/viewvc/viewvc_1.1.5-1.1.diff.gz
viewvc_1.1.5-1.1.dsc
  to main/v/viewvc/viewvc_1.1.5-1.1.dsc
viewvc_1.1.5-1.1_all.deb
  to main/v/viewvc/viewvc_1.1.5-1.1_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 601...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ana Beatriz Guerrero Lopez  (supplier of updated viewvc 
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, 30 Oct 2010 12:12:36 +0200
Source: viewvc
Binary: viewvc viewvc-query
Architecture: source all
Version: 1.1.5-1.1
Distribution: unstable
Urgency: low
Maintainer: David Martínez Moreno 
Changed-By: Ana Beatriz Guerrero Lopez 
Description: 
 viewvc - web interface for CVS and/or Subversion repositories
 viewvc-query - utility to query CVS and Subversion commit database
Closes: 601805
Changes: 
 viewvc (1.1.5-1.1) unstable; urgency=low
 .
   * Non-maintainer up

Bug#601991: marked as done (zorp: file conflict when upgrading from lenny)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 16:02:23 +
with message-id 
and subject line Bug#601991: fixed in zorp 3.3.6-1.1
has caused the Debian Bug report #601991,
regarding zorp: file conflict when upgrading from lenny
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.)


-- 
601991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601991
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: zorp
Version: 3.3.6-1
Severity: serious

Installing the package in a lenny chroot, then upgrading to squeeze,
causes:

   Unpacking libzorp0 (from .../libzorp0_3.3.6-1_amd64.deb) ...
   dpkg: error processing /var/cache/apt/archives/libzorp0_3.3.6-1_amd64.deb 
(--unpack):
trying to overwrite '/usr/lib/libzorp.so.0.0.0', which is also in package 
libzorp2 3.0.8-0.5
   configured to not write apport reports
   dpkg-deb: subprocess paste killed by signal (Broken pipe)

- Lucas


--- End Message ---
--- Begin Message ---
Source: zorp
Source-Version: 3.3.6-1.1

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

libzorp0-dev_3.3.6-1.1_amd64.deb
  to main/z/zorp/libzorp0-dev_3.3.6-1.1_amd64.deb
libzorp0_3.3.6-1.1_amd64.deb
  to main/z/zorp/libzorp0_3.3.6-1.1_amd64.deb
python-kzorp_3.3.6-1.1_all.deb
  to main/z/zorp/python-kzorp_3.3.6-1.1_all.deb
zorp-doc_3.3.6-1.1_all.deb
  to main/z/zorp/zorp-doc_3.3.6-1.1_all.deb
zorp-modules_3.3.6-1.1_amd64.deb
  to main/z/zorp/zorp-modules_3.3.6-1.1_amd64.deb
zorp_3.3.6-1.1.diff.gz
  to main/z/zorp/zorp_3.3.6-1.1.diff.gz
zorp_3.3.6-1.1.dsc
  to main/z/zorp/zorp_3.3.6-1.1.dsc
zorp_3.3.6-1.1_amd64.deb
  to main/z/zorp/zorp_3.3.6-1.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 601...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen  (supplier of updated zorp 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: Thu, 11 Nov 2010 15:28:28 +0100
Source: zorp
Binary: zorp libzorp0-dev zorp-modules zorp-doc libzorp0 python-kzorp
Architecture: source all amd64
Version: 3.3.6-1.1
Distribution: unstable
Urgency: low
Maintainer: SZALAY Attila 
Changed-By: Ralf Treinen 
Description: 
 libzorp0   - The runtime library of Zorp
 libzorp0-dev - Development files needed to compile Zorp modules
 python-kzorp - Python bindings for kzorp.
 zorp   - An advanced protocol analyzing firewall
 zorp-doc   - Zorp documentation
 zorp-modules - Default proxy modules for Zorp
Closes: 601991
Changes: 
 zorp (3.3.6-1.1) unstable; urgency=low
 .
   * Non-maintainer upload
   * Add to libzorp0: "Replaces: "libzorp2; Breaks: libzorp2" to fix error
 when upgrading from lenny (closes: #601991). Thanks to Marcos Marado
 for the hint.
Checksums-Sha1: 
 5f13cca07077f852c8da416c4e8593201bf59e83 1137 zorp_3.3.6-1.1.dsc
 9c952c58f1ea5abc967b1937d94aa33ea4a74c78 38052 zorp_3.3.6-1.1.diff.gz
 6e8d148c39d032643abfbc80bfea9a4db801ffd8 22242 zorp-doc_3.3.6-1.1_all.deb
 75b9a82e1c567657e12141573fbc60c3da619364 10376 python-kzorp_3.3.6-1.1_all.deb
 30b631cce10313766bfc374e2e37f5e8b49f4718 124772 zorp_3.3.6-1.1_amd64.deb
 a5bec7f04ac8f3b7b87d1996eca854653b9c37d7 27268 libzorp0-dev_3.3.6-1.1_amd64.deb
 4509aeda2beb27826c8c94869e177084487c90c7 162928 
zorp-modules_3.3.6-1.1_amd64.deb
 035c50266d4963d33bdd1ca91992109ec94f0be4 100048 libzorp0_3.3.6-1.1_amd64.deb
Checksums-Sha256: 
 498180e9bed29c057be285300bb1a418aacdf8b9140c6ca0e18023d67f55278a 1137 
zorp_3.3.6-1.1.dsc
 2cb339d5573ccf03fc18089081d95b13e1266402338beb2064924b1e06a08506 38052 
zorp_3.3.6-1.1.diff.gz
 150d5ef38c2008ad2d9b516c8e1c052a1c75771bf4cbdd036e4129b2ef9dd393 22242 
zorp-doc_3.3.6-1.1_all.deb
 fd10e1b6cfc3171660fc560e72b8e00deacd640cc5967ba916e79899c4ec78ba 10376 
python-kzorp_3.3.6-1.1_all.deb
 bc1f6e4c10fee4a3923500fef5c30c640f65a9bb8e5e24b2f27891779bccec16 124772 
zorp_3.3.6-1.1_amd64.deb
 a9b8a113cb88021207b0e6a9485987c1df936348fa105bca5f5704b734116267 27268 
libzorp0-dev_3.3.6-1.1_amd64.deb
 9350b473e0162050d2f529fcd0297ada3349c099e51aa6f981bdaaa2d0c074c4 162928 
zorp-modules_3.3.6-1.1_amd64.deb
 937718f80c2ba7e5b6b861d013d1a4d698422a243db590e327ba5948d3646bf0 100048 
libzorp0_3.3.6-1.1_amd64.deb
Files: 
 25378

Bug#591206: License updated (flvplayer)

2010-11-11 Thread Alexander Reichle-Schmehl
Hi!

Am 11.11.2010 16:11, schrieb Marcos Marado:
> flvplayer's website[1] was updated with a "licence":
> 
> "I get a few questions about what kind of license this player is released 
> under. I donŽt know, really.
> You can do pretty much whatever the hell you want with it as far as IŽm 
> concerned ;) So use it for whatever, redistribute it, etc.
> As long as you donŽt try to profit from/sell it in any way, itŽs probably 
> fine. If you are unsure, just drop me a quick email. "
> 
> So, this is clearly non-free (you can't sell it), but distributable. Maybe 
> this is enough to let us move tinymce to non-free and close this bug?
> 
> [1] http://oos.moxiecode.com/flvplayer/

Yes, that makes it distributable for us, however:

$ apt-cache rdepends tinymce
tinymce
Reverse Depends:
  webgui
  citadel-webcit
  mahara
  horde3
  wordpress
  libwt21
  citadel-webcit
  roundcube-core
  python-django-tinymce
  knowledgeroot
  horde3

These packages would then need to be moved to contrib...

If I understand it correctly, it's just a plugin of tinymce in need of
that flash player?  Then couldn't that plugin be moved to non-free (in a
sepperate source package) so that a tinymce cleaned from this plugin
could stay in main as well as the other packages?


Best regards,
  Alexander



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



Bug#603068: tex-common,texlive-binaries: can't be installed together

2010-11-11 Thread Sven Joachim
On 2010-11-11 00:51 +0100, Norbert Preining wrote:

> Dear dpkg maintainers,

Dropping them since dpkg is not relevant here.

> I have a question concerning dpkg-query, it seems that the semantics
> of it has changed:
>
> Currently, when I call
>   dpkg-query -W -f='${Status}' texlive-base 
> it returns 1 (error) if texlive-base is not installed (or going to 
> be installed).
>
> This breaks installation of tex-common with texlive-binaries, but without
> texlive-base.

You seem to have been aware of that some time ago, judging by the
comment in tex-common's postinst script:

,
|  # dpkg-query has two defects wrt not existing packages
|  # - it is noisy to stderr
|  # - it returns 1
|  # so shut both errors up
|  stat=$(dpkg-query -W -f='${Status}' texlive-base 2>/dev/null || true)
`

> As far as I remember in former times this was working, so is this a
> recent change, and was it intended, or is this a coding error from
> our side.

Which you have corrected in tex-common 2.07:

,
| tex-common (2.07) unstable; urgency=high
| 
|   * work around an under-specification of dpkg-query that makes the calls
| to it in the configure script break configuration, and thus creates
| FTBFS of unrelated packages (Closes: #571334)
| 
|  -- Norbert Preining   Sun, 28 Feb 2010 13:13:35 +0900
`

The question remains WTF Holger's piuparts test was run with the ancient
tex-common version 2.06.

Sven



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



Bug#591206: License updated (flvplayer)

2010-11-11 Thread Marcos Marado
flvplayer's website[1] was updated with a "licence":

"I get a few questions about what kind of license this player is released 
under. I donŽt know, really.
You can do pretty much whatever the hell you want with it as far as IŽm 
concerned ;) So use it for whatever, redistribute it, etc.
As long as you donŽt try to profit from/sell it in any way, itŽs probably 
fine. If you are unsure, just drop me a quick email. "

So, this is clearly non-free (you can't sell it), but distributable. Maybe 
this is enough to let us move tinymce to non-free and close this bug?

[1] http://oos.moxiecode.com/flvplayer/
-- 
Marcos Marado



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



Bug#602860: Closing

2010-11-11 Thread Alexander Reichle-Schmehl
Hi!

Am 11.11.2010 16:02, schrieb Alessio Treglia:

> I'm closing this as mixxx has been removed from Squeeze and this bug
> is no longer reproducible with mixxx >> 1.8

Then you should have added a proper version semi-header so the bts knows
which version have been affected by this bug and which haven't.  Could
you please do so?


Best regards,
  Alexander



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



Bug#602860: Closing

2010-11-11 Thread Jonathan E. Magen
I can confirm this. I built the package from source and did not get
this same breakage. Shame for it to not be in Squeeze but what can you
do?

Thanks for everyone's help.

On Thu, Nov 11, 2010 at 10:02 AM, Alessio Treglia  wrote:
> Hi!
>
> I'm closing this as mixxx has been removed from Squeeze and this bug
> is no longer reproducible with mixxx >> 1.8
>
> Cheers.
>
> --
> Alessio Treglia 
> Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
> 0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
>
>
>



-- 
Jonathan E. Magen
203-936-9665
http://www.yonkeltron.com
AIM: SuspectAshkenaz
GTALK: yonkelt...@gmail.com
http://twitter.com/yonkeltron
ב"ה



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



Bug#602860: Closing

2010-11-11 Thread Alessio Treglia
Hi!

I'm closing this as mixxx has been removed from Squeeze and this bug
is no longer reproducible with mixxx >> 1.8

Cheers.

-- 
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#602860: marked as done (mixxx: segfault on startup with QT network socket error)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 16:02:10 +0100
with message-id 
and subject line Closing
has caused the Debian Bug report #602860,
regarding mixxx: segfault on startup with QT network socket error
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.)


-- 
602860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602860
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mixxx
Version: 1.7.2-1
Severity: grave
Justification: renders package unusable

Upon starting mixxx the program segfaults almost immediately with the following 
error:

Warning: [Main]: Qt: Session management error: Could not open network socket
Segmentation fault

I asked the devs about it in #mixxx on irc.freenode.net and they encouraged me 
to request an upgrade to a more recent version of mixxx. I am reporting this 
bug as I do not want Squeeze to ship with a broken version of this package. Can 
we get an upgraded version of mixxx into squeeze?

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

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

Versions of packages mixxx depends on:
ii  libasound2   1.0.23-2.1  shared library for ALSA applicatio
ii  libc62.11.2-7Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.5-4   GCC support library
ii  libgl1-mesa-glx [lib 7.7.1-4 A free implementation of the OpenG
ii  libglu1-mesa [libglu 7.7.1-4 The OpenGL utility library (GLU)
ii  libid3tag0   0.15.1b-10  ID3 tag reading library from the M
ii  libmad0  0.15.1b-5   MPEG audio decoder library
ii  libogg0  1.2.0~dfsg-1Ogg bitstream library
ii  libportaudio219+svn20071022-3+b2 Portable audio I/O - shared librar
ii  libqt4-network   4:4.6.3-4   Qt 4 network module
ii  libqt4-opengl4:4.6.3-4   Qt 4 OpenGL module
ii  libqt4-qt3support4:4.6.3-4   Qt 3 compatibility library for Qt 
ii  libqt4-script4:4.6.3-4   Qt 4 script module
ii  libqt4-sql   4:4.6.3-4   Qt 4 SQL module
ii  libqt4-svg   4:4.6.3-4   Qt 4 SVG module
ii  libqt4-xml   4:4.6.3-4   Qt 4 XML module
ii  libqtcore4   4:4.6.3-4   Qt 4 core module
ii  libqtgui44:4.6.3-4   Qt 4 GUI module
ii  libsndfile1  1.0.21-3Library for reading/writing audio 
ii  libstdc++6   4.4.5-4 The GNU Standard C++ Library v3
ii  libvorbis0a  1.3.1-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.3.1-1 The Vorbis General Audio Compressi
ii  mixxx-data   1.7.2-1 Digital Disc Jockey Interface -- d

mixxx recommends no packages.

Versions of packages mixxx suggests:
ii  okular [pdf-viewer]   4:4.4.5-2  universal document viewer

-- no debconf information


--- End Message ---
--- Begin Message ---
Hi!

I'm closing this as mixxx has been removed from Squeeze and this bug
is no longer reproducible with mixxx >> 1.8

Cheers.

-- 
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0

--- End Message ---


Processed: your mail

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

> tags 602860 - sid
Bug #602860 [mixxx] mixxx: segfault on startup with QT network socket error
Removed tag(s) sid.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602860
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#603158: possible kernel oops from user MSS

2010-11-11 Thread Ben Hutchings
Package: linux-2.6
Version: 2.6.28-1
Severity: serious
Tags: security patch upstream

This bug was introduced in upstream version 2.6.28 and is about to be
fixed in 2.6.37.  I don't think any CVE has been assigned yet.

Ben.

- Forwarded message from David Miller  -

From: David Miller 
To: shan...@cn.fujitsu.com
Cc: sc...@mvista.com, net...@vger.kernel.org
Subject: Re: possible kernel oops from user MSS
Date: Thu, 11 Nov 2010 13:40:18 +

From: David Miller 
Date: Wed, 10 Nov 2010 21:33:13 -0800 (PST)

> I'll make the minimum 64 or something like that.

Here is the patch I will use:


tcp: Increase TCP_MAXSEG socket option minimum.

As noted by Steve Chen, since commit
f5fff5dc8a7a3f395b0525c02ba92c95d42b7390 ("tcp: advertise MSS
requested by user") we can end up with a situation where
tcp_select_initial_window() does a divide by a zero (or
even negative) mss value.

The problem is that sometimes we effectively subtract
TCPOLEN_TSTAMP_ALIGNED and/or TCPOLEN_MD5SIG_ALIGNED from the mss.

Fix this by increasing the minimum from 8 to 64.

Reported-by: Steve Chen 
Signed-off-by: David S. Miller 
---
 net/ipv4/tcp.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c
index 245603c..0814199 100644
--- a/net/ipv4/tcp.c
+++ b/net/ipv4/tcp.c
@@ -2246,7 +2246,7 @@ static int do_tcp_setsockopt(struct sock *sk, int level,
/* Values greater than interface MTU won't take effect. However
 * at the point when this call is done we typically don't yet
 * know which interface is going to be used */
-   if (val < 8 || val > MAX_TCP_WINDOW) {
+   if (val < 64 || val > MAX_TCP_WINDOW) {
err = -EINVAL;
break;
}
-- 
1.7.3.2

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



- End forwarded message -

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



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



Bug#602832: libsocket-getaddrinfo-perl: Segfaults on lenny

2010-11-11 Thread Julien Cristau
On Thu, Nov 11, 2010 at 12:59:18 +0200, Niko Tyni wrote:

> tag 602832 patch
> thanks
> 
> On Mon, Nov 08, 2010 at 06:14:19PM +0100, gregor herrmann wrote:
> > severity 602832 grave
> > retitle 602832 libsocket-getaddrinfo-perl: 0.16-1 segfaults on lenny and 
> > squeeze
> > fixed 602832 0.19-1
> > thanks
> 
> Here's an isolated fix from upstream 0.18_001.
> 
> Looking at the code, I think squeeze would be better with the other
> fixes in 0.19 but that's not my call.

I've unblocked 0.19-1.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: found 602891 in 1.1.0~pre2-3

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

> found 602891 1.1.0~pre2-3
Bug #602891 [src:openvswitch] openvswitch: FTBFS on all arches (unix socket 
path name too long)
Bug #602911 [src:openvswitch] openvswitch: FTBFS on all arches (unix socket 
path name too long)
Bug Marked as found in versions openvswitch/1.1.0~pre2-3.
Bug Marked as found in versions openvswitch/1.1.0~pre2-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602891
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: reopening 602891

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

> reopen 602891
Bug #602891 {Done: Simon Horman } [src:openvswitch] 
openvswitch: FTBFS on all arches (unix socket path name too long)
Bug #602911 {Done: Simon Horman } [src:openvswitch] 
openvswitch: FTBFS on all arches (unix socket path name too long)
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602891
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#602832: libsocket-getaddrinfo-perl: Segfaults on lenny

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

> tag 602832 patch
Bug #602832 [libsocket-getaddrinfo-perl] libsocket-getaddrinfo-perl: 0.16-1 
segfaults on lenny and squeeze
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
602832: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602832
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#602832: libsocket-getaddrinfo-perl: Segfaults on lenny

2010-11-11 Thread Niko Tyni
tag 602832 patch
thanks

On Mon, Nov 08, 2010 at 06:14:19PM +0100, gregor herrmann wrote:
> severity 602832 grave
> retitle 602832 libsocket-getaddrinfo-perl: 0.16-1 segfaults on lenny and 
> squeeze
> fixed 602832 0.19-1
> thanks

Here's an isolated fix from upstream 0.18_001.

Looking at the code, I think squeeze would be better with the other
fixes in 0.19 but that's not my call.
-- 
Niko Tyni   nt...@debian.org
>From 2b0de3cec8d87d163ed18bb260d77d35eec4eff1 Mon Sep 17 00:00:00 2001
From: Niko Tyni 
Date: Thu, 11 Nov 2010 12:53:28 +0200
Subject: [PATCH] Fix crash on missing arguments to getaddrinfo()

Isolated from upstream version 0.18_001.
---
 lib/Socket/GetAddrInfo.xs |2 +-
 t/01getaddrinfo.t |   10 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/lib/Socket/GetAddrInfo.xs b/lib/Socket/GetAddrInfo.xs
index f6c0864..a786f96 100644
--- a/lib/Socket/GetAddrInfo.xs
+++ b/lib/Socket/GetAddrInfo.xs
@@ -111,7 +111,7 @@ BOOT:
   setup_constants();
 
 void
-getaddrinfo(host=NULL, service=NULL, hints=NULL)
+getaddrinfo(host=&PL_sv_undef, service=&PL_sv_undef, hints=NULL)
 SV   *host
 SV   *service
 SV   *hints
diff --git a/t/01getaddrinfo.t b/t/01getaddrinfo.t
index 3899712..d75c68c 100644
--- a/t/01getaddrinfo.t
+++ b/t/01getaddrinfo.t
@@ -2,7 +2,7 @@
 
 use strict;
 
-use Test::More tests => 28;
+use Test::More tests => 30;
 use Test::Exception;
 
 use Socket::GetAddrInfo qw( :newapi getaddrinfo AI_NUMERICHOST );
@@ -186,3 +186,11 @@ dies_ok( sub { getaddrinfo( "127.0.0.1", "80", "hints" ) },
  'getaddrinfo() with string hints dies' );
 dies_ok( sub { getaddrinfo( "127.0.0.1", "80", [] ) },
  'getaddrinfo() with ARRAY hints dies' );
+
+# Ensure it doesn't segfault if args are missing
+
+( $err, @res ) = getaddrinfo();
+ok( defined $err, '$err defined for getaddrinfo()' );
+
+( $err, @res ) = getaddrinfo( "127.0.0.1" );
+ok( defined $err, '$err defined for getaddrinfo("127.0.0.1")' );
-- 
1.7.2.3



Bug#601988: marked as done (xfsprogs: file conflict when upgrading from lenny)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 10:32:09 +
with message-id 
and subject line Bug#601988: fixed in xfsprogs 3.1.4
has caused the Debian Bug report #601988,
regarding xfsprogs: file conflict when upgrading from lenny
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.)


-- 
601988: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601988
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xfsdump
Version: 3.0.4
Severity: serious

Installing the package in a lenny chroot, then upgrading to squeeze,
causes:
   dpkg: considering deconfiguration of xfsdump, which would be broken by 
installation of xfsprogs ...
   dpkg: yes, will deconfigure xfsdump (broken by xfsprogs).
   Preparing to replace xfsprogs 2.9.8-1lenny1 (using 
.../xfsprogs_3.1.3_amd64.deb) ...
   De-configuring xfsdump ...
   Unpacking replacement xfsprogs ...
   dpkg: error processing /var/cache/apt/archives/xfsprogs_3.1.3_amd64.deb 
(--unpack):
trying to overwrite '/usr/sbin/xfs_estimate', which is also in package 
xfsdump 2.2.48-1
   configured to not write apport reports
   dpkg-deb: subprocess paste killed by signal (Broken pipe)
   dpkg: regarding .../xfsdump_3.0.4_amd64.deb containing xfsdump:
xfsdump conflicts with xfsprogs (<< 3.0.0)
 xfsprogs (version 2.9.8-1lenny1) is present and installed.
   dpkg: error processing /var/cache/apt/archives/xfsdump_3.0.4_amd64.deb 
(--unpack):
conflicting packages - not installing xfsdump

- Lucas


--- End Message ---
--- Begin Message ---
Source: xfsprogs
Source-Version: 3.1.4

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

xfslibs-dev_3.1.4_i386.deb
  to main/x/xfsprogs/xfslibs-dev_3.1.4_i386.deb
xfsprogs-udeb_3.1.4_i386.udeb
  to main/x/xfsprogs/xfsprogs-udeb_3.1.4_i386.udeb
xfsprogs_3.1.4.dsc
  to main/x/xfsprogs/xfsprogs_3.1.4.dsc
xfsprogs_3.1.4.tar.gz
  to main/x/xfsprogs/xfsprogs_3.1.4.tar.gz
xfsprogs_3.1.4_i386.deb
  to main/x/xfsprogs/xfsprogs_3.1.4_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 601...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nathan Scott  (supplier of updated xfsprogs 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: Tue, 09 Nov 2010 22:39:04 +1100
Source: xfsprogs
Binary: xfsprogs xfslibs-dev xfsprogs-udeb
Architecture: source i386
Version: 3.1.4
Distribution: unstable
Urgency: low
Maintainer: XFS Development Team 
Changed-By: Nathan Scott 
Description: 
 xfslibs-dev - XFS filesystem-specific static libraries and headers
 xfsprogs   - Utilities for managing the XFS filesystem
 xfsprogs-udeb - A stripped-down version of xfsprogs, for debian-installer 
(udeb)
Closes: 601710 601988
Changes: 
 xfsprogs (3.1.4) unstable; urgency=low
 .
   * New upstream release (32 projid resolution, fsr uses /proc/mounts)
   * Annotate Debian packages as being team maintained now.
   * Resolve Lenny upgrade issue with xfsdump (closes: #601988, #601710)
Checksums-Sha1: 
 c30da71f37a0bb986dd54b068c6b01f9e148ffc8 950 xfsprogs_3.1.4.dsc
 7094aacd18ecff576b8d7f30afff5aee4d4592e7 1394687 xfsprogs_3.1.4.tar.gz
 bb8a8bf2b37781cf5e595384880b3020ae3377a4 1478082 xfsprogs_3.1.4_i386.deb
 3d18e7852507b4d2a161052520770a8b7f1205c2 31380 xfslibs-dev_3.1.4_i386.deb
 bc9d27dccc73cd2f09a51ac9361276cb57e6eb82 119950 xfsprogs-udeb_3.1.4_i386.udeb
Checksums-Sha256: 
 ea06fbbdb90225dd39c78fb482b1ae7704ba845bc0896cebbb4a4f9b5ac83656 950 
xfsprogs_3.1.4.dsc
 b7f127da2cf2eb5bb0b682b30f1337ff752ea1805b07a8b86d77ef2e20aa5e05 1394687 
xfsprogs_3.1.4.tar.gz
 78b15b32c73b805e8417e1938868d3f01d8875e6f66a2184fb5def8a687ab8e0 1478082 
xfsprogs_3.1.4_i386.deb
 3ee9c0cf33a5fc01e8adec09e81fa24a235b271d3fe485fa1ae10bffb003400f 31380 
xfslibs-dev_3.1.4_i386.deb
 efa66e9b5a6e29cd1e503fbe08b12bf85684a0816f4e6c3ba2061a4195182c62 119950 
xfsprogs-udeb_3.1.4_i386.udeb
Files: 
 dc437faa8d64948c7df9cc8c25d136cd 950 admin optional xfsprogs_3.1.4.dsc
 23568a603c913b80076abe3c23521573 1394687 admin optional xfsprogs_3.1.4.tar.gz
 0174a6e9ea6cc02cb72ccb7f92456ce0 1478082 admin optional xfsprogs_3.1.4_i386.deb
 4c7ae28aaec953c65d2c4c62cd7df0a8 31380 libdevel extra 
xfslibs-de

Bug#603145: lprfax: fails to install and eats all cpu

2010-11-11 Thread Holger Levsen
Package: lprfax
Version: 0.6-28
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

Installation was hanging, so I had to kill it:

29522 pts/1S+ 0:00  \_ apt-get -y install lprfax
29776 pts/1S+ 0:00  
\_ /usr/bin/dpkg --status-fd 12 --configure lprfax
29777 pts/1S+ 0:00  
\_ /bin/sh /var/lib/dpkg/info/lprfax.postinst configure 
29778 pts/1R+63:23  
\_ /bin/bash /usr/lib/lprfax/config

From the attached log (scroll to the bottom...):

0m46.1s DEBUG: Starting command: 
['chroot', '/org/piuparts.debian.org/tmp/tmpooR_pb', 'apt-get', '-y', 
'install', 'lprfax']
sh: line 1:  1476 Killed  
sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others 
--warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir 
/etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad 
squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ lprfax

I've also noted the popcon score is 1 istallation and it wasn't part of lenny. 


cheers,
Holger
Start: 2010-07-05 04:54:20 UTC

Package: lprfax
Priority: extra
Section: net
Installed-Size: 204
Maintainer: Camm Maguire 
Architecture: amd64
Version: 0.6-28
Depends: libc6 (>= 2.2.5), netpbm, magicfilter, ghostscript, transfig, libjpeg-progs, texlive-latex-base, poppler-utils
Pre-Depends: lprng (>= 3.6.12), debianutils (>= 1.6), mgetty-fax
Suggests: samba, smbclient
Filename: pool/main/l/lprfax/lprfax_0.6-28_amd64.deb
Size: 29282
MD5sum: 9448fe50159620057a0b89db5d310ddb
SHA1: 83424aee3b591950d3ce66884679735cbfc95cd0
SHA256: c4ecdbe92ef18e95ffc075cf15e39d4673ca6fa90551e9547525127cb594400d
Description: Utility to allow printing to a fax modem
 lprfax provides a set of scripts and programs to control network
 fax spooling through the LPRng print system.  The goal is to enable
 transparent faxing in any application able to print, via
 'lpr -Pfax -J'.
 Features:
  * integration with mgetty/sendfax system and configuration files
  * load balancing among multiple fax modems
  * remote queue/log inspection and control
  * Customizable cover page generation via banner-page filters
  * Customizable name/fax number lookup from job specification
  * automated fax retries via lprng hold/release mechanism
Tag: hardware::modem, qa::low-popcon, role::program, scope::utility, works-with::fax

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ lprfax
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.39~201006211748 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --warn-on-leftovers-after-purge --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad squeeze -b squeeze.tar.gz --mirror http://piatti.debian.org/debian/ lprfax
0m0.0s INFO: Running on: Linux piatti 2.6.32.14-dsa-amd64 #1 SMP Thu May 27 15:09:09 CEST 2010 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpooR_pb
0m0.0s DEBUG: Unpacking squeeze.tar.gz into /org/piuparts.debian.org/tmp/tmpooR_pb
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpooR_pb', '-zxf', 'squeeze.tar.gz']
0m1.8s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpooR_pb', '-zxf', 'squeeze.tar.gz']
0m1.8s DEBUG: Created policy-rc.d and chmodded it.
0m1.8s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpooR_pb', 'apt-get', 'update']
0m3.8s DUMP: 
  Get:1 http://piatti.debian.org squeeze Release.gpg [835B]
  Get:2 http://piatti.debian.org squeeze Release [89.7kB]
  Ign http://piatti.debian.org squeeze/main Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/contrib Packages/DiffIndex
  Ign http://piatti.debian.org squeeze/non-free Packages/DiffIndex
  Get:3 http://piatti.debian.org squeeze/main Packages [8636kB]
  Hit http://piatti.debian.org squeeze/contrib Packages
  Get:4 http://piatti.debian.org squeeze/non-free Packages [119kB]
  Fetched 8846kB in 1s (8329kB/s)
  Reading package lists...
0m3.8s DEBUG: Command ok: ['chroot', '/org/piuparts.debian.org/tmp/tmpooR_pb', 'ap

Processed: webkit: diff for NMU version 1.2.5-2.1

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

> tags 598956 + pending
Bug #598956 [libwebkit-1.0-2] On kfreebsd going into web pane segfaults Liferea.
Bug #547177 [libwebkit-1.0-2] midori: segfaults when starting under 
kfreebsd-i386
Bug #550362 [libwebkit-1.0-2] epiphany-browser: Crash loading any webpage
Bug #559925 [libwebkit-1.0-2] libwebkit-1.0-2: on kfreebsd-i386, segfaults when 
opening pages with javascript
Bug #598894 [libwebkit-1.0-2] software-center: On kfreebsd the program 
segfaults.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
598956: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598956
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#598956: webkit: diff for NMU version 1.2.5-2.1

2010-11-11 Thread gregor herrmann
tags 598956 + pending
thanks

Dear maintainer,

I've prepared an NMU for webkit (versioned as 1.2.5-2.1) and
uploaded it to DELAYED/5. 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: Pink Floyd: The trial
diff -Nru webkit-1.2.5/debian/changelog webkit-1.2.5/debian/changelog
--- webkit-1.2.5/debian/changelog	2010-10-21 00:31:57.0 +0200
+++ webkit-1.2.5/debian/changelog	2010-11-10 23:35:01.0 +0100
@@ -1,3 +1,12 @@
+webkit (1.2.5-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add patch 05-fix-jit-on-kfreebsd-i386.patch by Petr Salinger and 
+Michael Dorrington: Fixes Javascript JIT crashing on kfreebsd-i386
+(closes: #598956).
+
+ -- gregor herrmann   Wed, 10 Nov 2010 23:28:55 +0100
+
 webkit (1.2.5-2) unstable; urgency=high
 
   * Unapply 02-pool-fixup-and-sparc-support.patch and
diff -Nru webkit-1.2.5/debian/patches/05-fix-jit-on-kfreebsd-i386.patch webkit-1.2.5/debian/patches/05-fix-jit-on-kfreebsd-i386.patch
--- webkit-1.2.5/debian/patches/05-fix-jit-on-kfreebsd-i386.patch	1970-01-01 01:00:00.0 +0100
+++ webkit-1.2.5/debian/patches/05-fix-jit-on-kfreebsd-i386.patch	2010-11-10 23:24:28.0 +0100
@@ -0,0 +1,51 @@
+Author: Petr Salinger
+Tester: Michael Dorrington
+Description: Fixes Javascript JIT crashing on kfreebsd-i386.
+ Fixes Javascript JIT issue that causes webkit to crash on kfreebsd-i386,
+ see .
+
+ For reasoning of patch see:
+ "Common practices and problems found when porting to GNU/k*BSD"
+ 
+
+ On kfreebsd-amd64, this issue does not occur.
+
+
+--- webkit-1.2.4/JavaScriptCore/jit/JITOpcodes.cpp	2010-09-03 20:18:02.0 +0100
 webkit-1.2.4-fix_jit_kfreebsd_i386/JavaScriptCore/jit/JITOpcodes.cpp	2010-10-07 06:09:55.0 +0100
+@@ -165,7 +165,7 @@
+  * stack pointer by the right amount after the call.
+  */
+ 
+-#if COMPILER(MSVC) || OS(LINUX)
++#if COMPILER(MSVC) || OS(LINUX) || defined(__GLIBC__)
+ #if COMPILER(MSVC)
+ #pragma pack(push)
+ #pragma pack(4)
+@@ -228,7 +228,7 @@
+ storePtr(regT2, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, thisValue) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)));
+ storePtr(regT3, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, thisValue) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)));
+ 
+-#if COMPILER(MSVC) || OS(LINUX)
++#if COMPILER(MSVC) || OS(LINUX) || defined(__GLIBC__)
+ // ArgList is passed by reference so is stackPointerRegister + 4 * sizeof(Register)
+ addPtr(Imm32(OBJECT_OFFSETOF(NativeCallFrameStructure, result)), stackPointerRegister, X86Registers::ecx);
+ 
+@@ -1689,7 +1689,7 @@
+  * not the rest of the callframe so we need a nice way to ensure we increment the
+  * stack pointer by the right amount after the call.
+  */
+-#if COMPILER(MSVC) || OS(LINUX)
++#if COMPILER(MSVC) || OS(LINUX) || defined(__GLIBC__)
+ struct NativeCallFrameStructure {
+   //  CallFrame* callFrame; // passed in EDX
+ JSObject* callee;
+@@ -1742,7 +1742,7 @@
+ loadPtr(Address(regT1, -(int)sizeof(Register)), regT1);
+ storePtr(regT1, Address(stackPointerRegister, OBJECT_OFFSETOF(NativeCallFrameStructure, thisValue)));
+ 
+-#if COMPILER(MSVC) || OS(LINUX)
++#if COMPILER(MSVC) || OS(LINUX) || defined(__GLIBC__)
+ // ArgList is passed by reference so is stackPointerRegister + 4 * sizeof(Register)
+ addPtr(Imm32(OBJECT_OFFSETOF(NativeCallFrameStructure, result)), stackPointerRegister, X86Registers::ecx);
+ 
diff -Nru webkit-1.2.5/debian/patches/series webkit-1.2.5/debian/patches/series
--- webkit-1.2.5/debian/patches/series	2010-10-21 00:31:57.0 +0200
+++ webkit-1.2.5/debian/patches/series	2010-11-10 23:34:11.0 +0100
@@ -1,5 +1,6 @@
 02-pool-fixup-and-sparc-support.patch
 04-spoof-user-agent-to-google.patch
+05-fix-jit-on-kfreebsd-i386.patch
 cve-2010-2646.patch
 cve-2010-2651.patch
 cve-2010-2900.patch


signature.asc
Description: Digital signature


Processed: severity of 474913 is serious

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

> severity 474913 serious
Bug #474913 [javascript-common] javascript-common overrides /javascript globally
Bug #553173 [javascript-common] Global /javascript Alias in Apache2 
configuration
Severity set to 'serious' from 'important'

Severity set to 'serious' from 'important'

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
474913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474913
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#603135: kcov: FTBFS on all architectures except x86. Support missing.

2010-11-11 Thread Sebastian Andrzej Siewior
Package: src:kcov
Version: 2-1
Severity: serious

Your package FTBFS on architectures except i386 [0]. Here a snippet from
powerpc [1]:

|gcc -g -c -Iinclude `pkg-config --cflags glib-2.0` -Wall -o kc_ptrace.o 
kc_ptrace.c
|In file included from kc_ptrace.c:11:
|/usr/include/sys/user.h:28: error: expected specifier-qualifier-list before 
'size_t'
|kc_ptrace.c: In function 'ptrace_get_ip':
|kc_ptrace.c:43: error: storage size of 'regs' isn't known
|kc_ptrace.c:53:5: error: #error specify how to read the IP
|kc_ptrace.c:43: warning: unused variable 'regs'
|kc_ptrace.c:55: warning: no return statement in function returning non-void
|kc_ptrace.c:62:5: error: #error specify how to adjust the IP after a breakpoint
|kc_ptrace.c:81:5: error: #error specify how to set a breakpoint
|kc_ptrace.c: In function 'ptrace_eliminate_breakpoint':
|kc_ptrace.c:88: error: storage size of 'regs' isn't known
|kc_ptrace.c:98:5: error: #error specify how to adjust the IP after a breakpoint
|kc_ptrace.c:88: warning: unused variable 'regs'
|kc_ptrace.c: In function 'fork_child':
|kc_ptrace.c:188: warning: implicit declaration of function 'access'
|kc_ptrace.c:188: error: 'X_OK' undeclared (first use in this function)
|kc_ptrace.c:188: error: (Each undeclared identifier is reported only once
|kc_ptrace.c:188: error: for each function it appears in.)
|kc_ptrace.c:192: warning: implicit declaration of function 'fork'
|kc_ptrace.c:196: warning: implicit declaration of function 'execv'
|make[1]: *** [kc_ptrace.o] Error 1
|make[1]: Leaving directory `/build/buildd-kcov_2-1-powerpc-IuoXCE/kcov-2'
|dh_auto_build: make -j1 returned exit code 2
|make: *** [build] Error 2
|dpkg-buildpackage: error: debian/rules build gave error exit status 2

It looks like there is no support for any other architecture except x86.

[0] https://buildd.debian.org/status/package.php?p=kcov&suite=unstable
[1] 
https://buildd.debian.org/fetch.cgi?pkg=kcov&arch=powerpc&ver=2-1&stamp=1289438497&file=log&as=raw

Sebastian



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