Bug#726983: visp: autopkgtest failure due to stderr output from test program

2013-10-24 Thread Thomas Moulard
On Mon, Oct 21, 2013 at 6:01 PM, Martin Pitt martin.p...@ubuntu.com wrote:
 Package: visp
 Version: 2.8.0-2
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu ubuntu-patch trusty

 Hello,

 Running visp's autopkgtest currently fails [1]:

 | adt-run:  dsc0t-build: [
 | adt-run1: teeing to stdout: 
 /tmp/adt-run.kkup5e/dsc0t-build-testtmp/test_stdout, stderr: 
 /tmp/adt-run.kkup5e/dsc0t-build-testtmp/test_stderr
 | build: OK
 | libdc1394 error: Failed to initialize libdc1394
 | run: OK
 | adt-run1: testbed executing test finished with exit status 0
 | adt-run:  dsc0t-build: ]
 | adt-run:  dsc0t-build:  - - - - - - - - - - results - - - - - - - - - -
 | dsc0t-build  FAIL status: 0, stderr: libdc1394 error: Failed to 
 initialize libdc1394
 | adt-run:  dsc0t-build:  - - - - - - - - - - stderr - - - - - - - - - -
 | libdc1394 error: Failed to initialize libdc1394

 Apparently the library has some constructor which prints that error
 message on machines without firewire. That's usually the case for VMs
 or servers where autopkgtests are being run.

 I don't want to suppress stderr for the entire debian/tests/build as
 gcc or other bits could produce some unexpected errors. So in the
 Ubuntu fix I only re-route the test program's stderr to stdout, which
 fixes the test.

 Thanks for considering,

Dear Martin,
thanks for submitting the patch, it has been integrated to the package
repository
as commit 2ba7cbf538e7f00634aac511cbe0486a4eeff66e[1] and will be part of next
upload.

Best,

[1] 
http://anonscm.debian.org/gitweb/?p=debian-science/packages/visp.git;a=commit;h=2ba7cbf538e7f00634aac511cbe0486a4eeff66e
-- 
Thomas Moulard


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



Bug#727537: Don't depend on network for autopkgtest

2013-10-24 Thread Martin Pitt
Package: aria2
Version: 1.18.0-1
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

Hello,

thanks for adding an autopkgtest! However, this currently assumes that
it can reach http://www.debian.org/, which may not always be the case
in test environments.

It would be better to run it against a local HTTP server, which also
makes it easier/possible to actually verify the result.

As a proposal I attach a debdiff which I just uploaded to Ubuntu. It
uses python3 -m http.server (which is the simplest, least intrusive,
and easiest server which I'm aware of) and compares the downloaded
file against the original one.

Thanks for considering,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
diff -Nru aria2-1.18.0/debian/changelog aria2-1.18.0/debian/changelog
--- aria2-1.18.0/debian/changelog   2013-09-22 19:15:53.0 +0200
+++ aria2-1.18.0/debian/changelog   2013-10-24 08:19:12.0 +0200
@@ -1,3 +1,10 @@
+aria2 (1.18.0-1ubuntu1) trusty; urgency=low
+
+  * debian/tests/httpfile: Use local http server (with python3 -m http.server)
+instead of relying on network access, and verify the downloaded result.
+
+ -- Martin Pitt martin.p...@ubuntu.com  Thu, 24 Oct 2013 08:18:45 +0200
+
 aria2 (1.18.0-1) unstable; urgency=low
 
   [ Kartik Mistry ]
diff -Nru aria2-1.18.0/debian/tests/control aria2-1.18.0/debian/tests/control
--- aria2-1.18.0/debian/tests/control   2013-09-22 14:58:28.0 +0200
+++ aria2-1.18.0/debian/tests/control   2013-10-24 08:11:14.0 +0200
@@ -1 +1,2 @@
 Tests: httpfile
+Depends: @, python3
diff -Nru aria2-1.18.0/debian/tests/httpfile aria2-1.18.0/debian/tests/httpfile
--- aria2-1.18.0/debian/tests/httpfile  2013-09-22 14:58:28.0 +0200
+++ aria2-1.18.0/debian/tests/httpfile  2013-10-24 08:18:28.0 +0200
@@ -1 +1,14 @@
-aria2c -d /tmp http://www.debian.org
+#!/bin/sh
+set -e
+PORT=43248
+
+# start local http server
+cd /etc
+python3 -m http.server $PORT 
+HTTP_PID=$!
+trap kill $HTTP_PID EXIT TERM INT
+
+aria2c -d $ADTTMP http://localhost:$PORT/passwd
+
+# verify that files are identical
+cmp /etc/passwd $ADTTMP/passwd


signature.asc
Description: Digital signature


Bug#724275: Can't resume from hiberation

2013-10-24 Thread Rodolfo García Peñas (kix)

Hi,

initramfs and uswsusp should use the same resume device to
hibernate/resume. We should solve this problem first.

I will forward this mail to initramfs-tools package, because it
doesn't update the configuration file using dpkg-reconfigure (you must
edit the file by hand). More info could be found here:

http://lists.debian.org/debian-kernel/2013/08/msg00060.html

kix

Kevin Vargo var...@yahoo.com escribió:


Removing/re-installing uswsusp didn't change the situation. 
Removing, of course, made it so the system didn't even try a
resume, re-installing left me back at the ~5 minute waiting before
being given the option to skip resume.  I'm not sure why the wait
duration is ~5 minutes.


Probably unrelated, but: I also note that Grub is behaving
differently as well.  I can no longer pick options on the grub boot 
menu; my KVM flashes the selector.  Likewise, I get hub/usbhid

warnings right before the resume/libgcrypt message.  I.e., i can't
even test previous kernels or boot-time configure. I've not looked
into configuring grub.


Also, if it's relevant: I'm using stock kernel:

$ uname -a
Linux blackbox 3.9-1-amd64 #1 SMP Debian 3.9.8-1 x86_64 GNU/Linux

and haven't change grub configuration.



--
 .''`.
: :'  : Rodolfo García Peñas (kix) k...@debian.org
`. `'`  Proud Debian Developer
 `-


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



Bug#726988: findbugs: fails to build from source

2013-10-24 Thread tony mancill
On 10/21/2013 02:48 AM, Ronny Standtke wrote:
 Package: findbugs
 Version: 2.0.2-1
 Severity: important
 
 
 The findbugs package fails to build from source with the following error 
 messages:
 
 generatemanual:
  [echo] Generating HTML version of manual
  [echo] Running saxon: /usr/share/java/saxon.jar
  [java] Error at xsl:import on line 8 of 
 file:/home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/doc/manual.xsl:
  [java]   Failure reading 
 file:/Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl: 
 /Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl (No such file or 
 directory)
  [java] Transformation failed: Failed to compile stylesheet. 1 error 
 detected.
 
 BUILD FAILED
 /home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/build.xml:748: The 
 following error occurred while executing this line:
 /home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2/build.xml:919: Java 
 returned: 2
 
 Total time: 11 seconds
 make[1]: *** [override_dh_auto_build] Error 1
 make[1]: Leaving directory 
 `/home/ronny/lernstick/backports/wheezy/src/findbugs-2.0.2'
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 debuild: fatal error at line 1357:
 dpkg-buildpackage -rfakeroot -D -us -uc -nc failed
 
 
 Looks like the hard-coded path 
 /Users/pugh/tools/docbook-xsl-1.76.1/html/chunk.xsl is the culprit here...

Hi Ronny,

It appears that you're trying to build the package before the debian
patches are applied.  debian/patches/0001-fix-ant-docs.patch patches
build.xml such that you shouldn't see that path during the build.

I'm not able to reproduce the build failure here.

Regards,
tony



signature.asc
Description: OpenPGP digital signature


Bug#727538: ocaml-sqlexpr: out-of-date binaries on architectures without ocaml-estring

2013-10-24 Thread Niels Thykier
Package: ocaml-sqlexpr
Version: 0.4.1-2
Severity: serious

Hi,

Your package has out of date binaries on architectures were
ocaml-estring is unavailable (e.g. armhf), but it appears to have
built there in the past.  This is a blocker for ocaml-sqlexpr
migrating to testing[1].
  If ocaml-sqlexpr should no longer be built on these architectures,
then please reassign this bug to ftp.debian.org and request them to
remove the binaries on the affected architectures.

~Niels

[1] Admittedly, it also appears to be blocked by ocaml-estring not
being able to migrate.


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



Bug#727539: mahara: CVE-2013-4432: a group member with no access rights to folder can still view it

2013-10-24 Thread Salvatore Bonaccorso
Package: mahara
Severity: grave
Tags: security upstream patch fixed-upstream

Hi,

the following vulnerability was published for mahara.

CVE-2013-4432[0]:
a group member with no access rights to folder can still view it

Upstream bugreport[1] contain also patches for various branches.

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4432
http://security-tracker.debian.org/tracker/CVE-2013-4432
[1] https://bugs.launchpad.net/mahara/+bug/1034180
[2] 
https://gitorious.org/mahara/mahara/commit/0b4952e063f50c001e4c2dfc5749f55258bff952

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore


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



Bug#727540: aptitude: symbol lookup error: aptitude: undefined symbol: _ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

2013-10-24 Thread Sebastian Bremicker
Package: aptitude
Version: 0.6.8.2-1.2
Severity: important

Dear Maintainer,

the latest version of aptitude does not start. I already tried to uninstall
debtags for instance but invoking aptitude always finishes with the undefined
symbol _ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs message.

Kind regards

Sebastian Bremicker

-- Package-specific info:
Terminal: xterm
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:

aptitude linkage:
linux-vdso.so.1 (0x7fff5afdb000)
libapt-pkg.so.4.12 = /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 
(0x7f41f2b82000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f41f2952000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f41f2728000)
libsigc-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7f41f2523000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f41f2223000)
libept.so.1.aptpkg4.12 = 
/usr/lib/x86_64-linux-gnu/libept.so.1.aptpkg4.12 (0x7f41f1fc9000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f41f1be6000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7f41f19ce000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7f41f1717000)
libboost_iostreams.so.1.54.0 = /usr/lib/libboost_iostreams.so.1.54.0 
(0x7f41f14fd000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f41f12e1000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f41f0fdd000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f41f0cdf000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f41f0ac9000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f41f071c000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f41f0519000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f41f0315000)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7f41f0104000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f41f00fe000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f41efef5000)
/lib64/ld-linux-x86-64.so.2 (0x7f41f350e000)

-- System Information:
Debian Release: jessie/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages aptitude depends on:
ii  aptitude-common   0.6.8.2-1.2
ii  libapt-pkg4.120.9.12.1
ii  libboost-iostreams1.54.0  1.54.0-3
ii  libc6 2.17-93
ii  libcwidget3   0.5.16-3.4
ii  libept1.4.12  1.0.10
ii  libgcc1   1:4.8.2-1
ii  libncursesw5  5.9+20130608-1
ii  libsigc++-2.0-0c2a2.2.10-0.2
ii  libsqlite3-0  3.8.0.2-1
ii  libstdc++64.8.2-1
ii  libtinfo5 5.9+20130608-1
ii  libxapian22   1.2.15-2
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages aptitude recommends:
ii  apt-xapian-index0.46
ii  aptitude-doc-en [aptitude-doc]  0.6.8.2-1.2
ii  libparse-debianchangelog-perl   1.2.0-1
ii  sensible-utils  0.0.9

Versions of packages aptitude suggests:
ii  debtags  1.10.2
ii  tasksel  3.17

-- no debconf information


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



Bug#724195: Unable to upload a fix for 724195 (RC, FTBFS)

2013-10-24 Thread Andrew Shadura
Hi,

On 24 October 2013 05:41, Rogério Brito rbr...@ime.usp.br wrote:
 I have just tried to upload a fix for this bug, but it seems that, with the
 transition from the DMUA flags, I lost the privileges of uploading this one.
 You can find an updated packaging in any of the following repositories:

 https://github.com/rbrito/pkg-hfsprogs

I've uploaded this one.

 ssh://git.debian.org/git/collab-maint/youtube-dl.git

And this one you probably don't want ;)

-- 
WBR, Andrew


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



Bug#727541: aptitude: undefined symbol: _ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

2013-10-24 Thread Pär-Ola Nilsson
Package: aptitude
Version: 0.6.8.2-1.2
Severity: important

Dear Maintainer,

I upgraded libept1.4.12 from version 1.0.9 to 1.0.10

Running aptitude i get:
aptitude: symbol lookup error: /tmp/aptitude: undefined symbol: 
_ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

I reverted to version 1.0.9 of libept1.4.12 and aptitude runs as expected



-- Package-specific info:
Terminal: xterm
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.6.8.2 compiled at Aug 25 2013 12:37:10
Compiler: g++ 4.8.1
Compiled against:
  apt version 4.12.0
  NCurses version 5.9
  libsigc++ version: 2.2.10
  Ept support enabled.
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 5.9.20130608
  cwidget version: 0.5.16
  Apt version: 4.12.0

aptitude linkage:
linux-vdso.so.1 (0x7fff411fe000)
libapt-pkg.so.4.12 = /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 
(0x7f9af9d7c000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f9af9b4c000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f9af9922000)
libsigc-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7f9af971d000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f9af941d000)
libept.so.1.aptpkg4.12 = /usr/lib/libept.so.1.aptpkg4.12 
(0x7f9af917c000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f9af8d99000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7f9af8b81000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7f9af88ca000)
libboost_iostreams.so.1.54.0 = /usr/lib/libboost_iostreams.so.1.54.0 
(0x7f9af86b)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f9af8494000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f9af819)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f9af7e92000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f9af7c7c000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f9af78cf000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f9af76cc000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f9af74c8000)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7f9af72b7000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f9af72b1000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f9af70a8000)
/lib64/ld-linux-x86-64.so.2 (0x7f9afa71e000)

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (800, 'testing'), (60, 'stable'), (49, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages aptitude depends on:
ii  aptitude-common   0.6.8.2-1.2
ii  libapt-pkg4.120.9.12.1
ii  libboost-iostreams1.54.0  1.54.0-3
ii  libc6 2.17-93
ii  libcwidget3   0.5.16-3.4
ii  libept1.4.12  1.0.9
ii  libgcc1   1:4.8.2-1
ii  libncursesw5  5.9+20130608-1
ii  libsigc++-2.0-0c2a2.2.10-0.2
ii  libsqlite3-0  3.8.0.2-1
ii  libstdc++64.8.2-1
ii  libtinfo5 5.9+20130608-1
ii  libxapian22   1.2.15-2
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages aptitude recommends:
ii  apt-xapian-index0.46
pn  aptitude-doc-en | aptitude-doc  none
ii  libparse-debianchangelog-perl   1.2.0-1
ii  sensible-utils  0.0.9

Versions of packages aptitude suggests:
ii  debtags  1.10.2
ii  tasksel  3.17

-- no debconf information


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



Bug#727542: mono: out of date binaries on sparc and ia64

2013-10-24 Thread Niels Thykier
Package: mono
Version: 3.0.6+dfsg2-7
Severity: serious

Hi,

mono currently has out of date binaries on sparc and ia64.  On sparc,
it appears to be caused by a FTBFS.  I haven't looked at the build log
at all, so a give-back may be sufficient to solve that.
  In the ia64, it seems to have been removed on the list of
architectures.  Here you will need to file a removal bug against
ftp.debian.org to remove the old ia64 binaries from unstable.  At the
same time, you probably also need a bug for all of the reverse
dependencies that now longer can be built on ia64.

Until both of these issues are resolved, mono cannot migrate to
testing.

~Niels


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



Bug#726597: Please document Acquire::http::ProxyAutoDetect

2013-10-24 Thread Michael Vogt
On Wed, Oct 23, 2013 at 07:20:23PM +0200, Francesco Poli wrote:
 On Wed, 23 Oct 2013 16:49:22 +0200 Michael Vogt wrote:
[..]
 This documents what happens when both Acquire::HTTP::ProxyAutoDetect
 and Acquire::http::Proxy-Auto-Detect are set, which is also an
 interesting thing to know.
 
 But what I was asking was: what happens when both *Acquire::HTTP::Proxy*
 and Acquire::http::Proxy-Auto-Detect are set?

Aha, I misread the original question then. Do you think the following
clarifies it?

+ literalhttp://proxy:port//literal. This will override the
+ generic literalAcquire::http::Proxy/literal but not any
specific
+ host porxy configuration set via 
+ literalAcquire::http::Proxy::$HOST/literal.

Cheers,
 Michael


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



Bug#724195: Unable to upload a fix for 724195 (RC, FTBFS)

2013-10-24 Thread Rogério Brito
Dear Andrew,

On Oct 24 2013, Andrew Shadura wrote:
 On 24 October 2013 05:41, Rogério Brito rbr...@ime.usp.br wrote:
  I have just tried to upload a fix for this bug, but it seems that, with the
  transition from the DMUA flags, I lost the privileges of uploading this one.
  You can find an updated packaging in any of the following repositories:
 
  https://github.com/rbrito/pkg-hfsprogs
 
 I've uploaded this one.

Thanks a lot for uploading this.

  ssh://git.debian.org/git/collab-maint/youtube-dl.git
 
 And this one you probably don't want ;)

Ooops. :) That's what you get when you are maintaining too many packages,
wearing upstream hats, writing blogs, studying a lot and sleep deprived. :)


Sorry for that and, again, thank you very much,

Rogério Brito.

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br


signature.asc
Description: Digital signature


Bug#727540: aptitude: symbol lookup error: aptitude: undefined symbol: _ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

2013-10-24 Thread Sven Joachim
Control: forcemerge -1 727541
Control: reassign -1 libept1.4.12 1.0.10
Control: severity -1 grave
Control: affects -1 aptitude

Am 24.10.2013 um 08:36 schrieb Sebastian Bremicker:

 Package: aptitude
 Version: 0.6.8.2-1.2
 Severity: important

 Dear Maintainer,

 the latest version of aptitude does not start. I already tried to uninstall
 debtags for instance but invoking aptitude always finishes with the undefined
 symbol _ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs message.

Looks like the new libept1.4.12 inadvertently dropped that symbol.

 ii  libept1.4.12  1.0.10

Downgrading that package to 1.0.9 should help.

Cheers,
   Sven


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



Bug#727543: samba 2:4.0.10+dfsg-3: update debconf PO translation for the package samba

2013-10-24 Thread Al Qalit
Package: samba
Version: 2:4.0.10+dfsg-3
Severity: wishlist

Dear Maintainer,
i have translate this po file to Indonesian language.

*Salam,*

Al Qalit (085360138581)
Studied at Department of Electrical Engineering, Syiah Kuala
Universityhttps://www.facebook.com/JTE.Unsyiah?ref=br_rs
Flight Reservation at Global Trans
Solutionshttps://www.facebook.com/GlobalTransSolutions
# http://hacker-newbie.org ; http://rootf.blogspot.com
# http://facebook.com/Qalit ; @qal_smith ; YM : qal.smith
# translation of samba_po-id.po to Bahasa Indonesia
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Arief S Fitrianto ar...@gurame.fisika.ui.ac.id, 2008.
# Mahyuddin Susanto udi...@gmail.com, 2012.
# Al Qalit qal.sm...@gmail.com, 2013.
#
msgid 
msgstr 
Project-Id-Version: samba_4.0.0~alpha17.dfsg2-2\n
Report-Msgid-Bugs-To: sa...@packages.debian.org\n
POT-Creation-Date: 2013-06-19 21:52+0200\n
PO-Revision-Date: 2012-02-16 04:48+0700\n
Last-Translator: Al Qalit qal.sm...@gmail.com\n
Language-Team: Debian Indonesia Translator debian-l10n-indonesian@lists.
debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms: nplural=1, plural1\n

#. Type: boolean
#. Description
#: ../samba-ad-dc.templates:1001
msgid Upgrade from Samba 3?
msgstr Upgrade dari Samba 3?

#. Type: boolean
#. Description
#: ../samba-ad-dc.templates:1001
msgid 
It is possible to migrate the existing configuration files from Samba 3 to 
Samba 4. This is likely to fail for complex setups, but should provide a 
good starting point for most existing installations.
msgstr 
Sangat memungkinkan untuk migrasi dari berkas pengaturan lama dari Samba 3 
ke Samba4.  Hal ini mungkin gagal untuk instalasi kompleks, tetapi 
memberikan titik awal yang baik untuk kebanyakan instalasi yang ada.

#. Type: select
#. Description
#: ../samba-ad-dc.templates:2001
msgid Server role
msgstr Aturan server

#. Type: select
#. Description
#: ../samba-ad-dc.templates:2001
msgid 
Domain controllers manage NT4-style or Active Directory domains and provide 
services such as identity management and domain logons. Each domain needs to 
have a at least one domain controller.
msgstr 
Pengelola kontroller domain gaya-NT4 atau Active Domain dan penyedia layanan 
seperti pengelola identitas dan login domain. Setiap domain harus memiliki 
setidaknya satu kontroller domain

#. Type: select
#. Description
#: ../samba-ad-dc.templates:2001
msgid 
Member servers can be part of a NT4-style or Active Directory domain but do 
not provide any domain services. Workstations and file or print servers are 
usually regular domain members.
msgstr 
Anggota server dapat menjadi bagian dari gaya-NT4 atau domain Active 
Directory tapi tidak menyediakan layanan domain apapun. Workstation dan 
berkas atau server pencetak biasanya aggota domain biasa.

#. Type: select
#. Description
#: ../samba-ad-dc.templates:2001
msgid 
A standalone server can not be used in a domain and only supports file 
sharing and Windows for Workgroups-style logins.
msgstr 
Server standalone tidak dapat digunakan di domain dan hanya mendukung 
sharing berkas dan login Windows untuk gaya-Workgroups.

#. Type: select
#. Description
#: ../samba-ad-dc.templates:2001
msgid 
If no server role is specified, the Samba server will not be provisioned, so 
this can be done manually by the user.
msgstr 
Jika tidak ada aturan server yang ditentukan. Server Samba tidak akan ditetapkan, jadi
ini bisa dikerjakan secara manual oleh pengguna.

#. Type: string
#. Description
#: ../samba-ad-dc.templates:3001
msgid Realm name:
msgstr Nama Realm:

#. Type: string
#. Description
#: ../samba-ad-dc.templates:3001
msgid 
Please specify the Kerberos realm for the domain that this domain controller 
controls.
msgstr 
Silakan tentukan realm Kerberos untuk domain yang dikendalikan oleh 
kontroller domain ini.

#. Type: string
#. Description
#: ../samba-ad-dc.templates:3001
msgid Usually this is the a capitalized version of your DNS hostname.
msgstr Biasanya ini adalah versi huruf besar dari nama DNS host anda.

#. Type: password
#. Description
#: ../samba-ad-dc.templates:4001
msgid New password for the Samba \administrator\ user:
msgstr Kata sandi baru untuk pengguna \administrator\ Samba:

#. Type: password
#. Description
#: ../samba-ad-dc.templates:4001
msgid If this field is left blank, a random password will be generated.
msgstr Jika bagian ini kosong, sebuah kata sandi acak akan dihasilkan

#. Type: password
#. Description
#: ../samba-ad-dc.templates:4001
msgid A password can be set later by running, as root:
msgstr Kata sandi dapat diatur kemudian, dengan dijalankan oleh root:

#. Type: password
#. Description
#: ../samba-ad-dc.templates:4001
msgid  $ samba-tool user setpassword administrator
msgstr  $ samba-tool pengguna setpassword administrator

#. Type: password
#. Description
#: 

Bug#727545: mahara: CVE-2013-4429: Arbitrary image download

2013-10-24 Thread Salvatore Bonaccorso
Package: mahara
Severity: grave
Tags: security upstream patch

Hi,

the following vulnerability was published for mahara.

CVE-2013-4429[0]:
Arbitrary image download

Upstream bugreport is at [1] and a patch for the 1.5 branch was
commited in [2].

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4429
http://security-tracker.debian.org/tracker/CVE-2013-4429
[1] https://bugs.launchpad.net/mahara/+bug/1211758
[2] http://bazaar.launchpad.net/~mahara-release/mahara/1.5_STABLE/revision/5543

Please adjust the affected versions in the BTS as needed.

p.s.: opening individual bugreports so that the individual bugs/CVE's
  can be tracked separately when closing the bug, since I have not
  verified that these bugs at same time all versions in Debian.

Regards,
Salvatore


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



Bug#727544: aptitude: symbol lookup error: aptitude: undefined symbol

2013-10-24 Thread Salvo 'LtWorf' Tomaselli
Package: aptitude
Version: 0.6.8.2-1.2
Severity: grave
Justification: renders package unusable

Dear Maintainer,
when running aptitude, with any parameters, i get this:

aptitude: symbol lookup error: aptitude: undefined symbol: 
_ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

I have just updated the following packages:
glx-alternative-mesa glx-alternative-nvidia glx-diversions libept1.4.12
libllvm3.3 libtxc-dxtn-s2tc0 python-apt python-apt-common python3-apt 

Before the update, aptitude was working fine.

Regards

-- Package-specific info:
Terminal: xterm
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:

aptitude linkage:
linux-vdso.so.1 (0x7fff7a3fe000)
libapt-pkg.so.4.12 = /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 
(0x7fc3c33ff000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7fc3c31cf000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7fc3c2fa5000)
libsigc-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7fc3c2da)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7fc3c2aa)
libept.so.1.aptpkg4.12 = 
/usr/lib/x86_64-linux-gnu/libept.so.1.aptpkg4.12 (0x7fc3c2846000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7fc3c2463000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7fc3c224b000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7fc3c1f94000)
libboost_iostreams.so.1.54.0 = /usr/lib/libboost_iostreams.so.1.54.0 
(0x7fc3c1d7a000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7fc3c1b5e000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7fc3c185a000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7fc3c155c000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7fc3c1346000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7fc3c0f99000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7fc3c0d96000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7fc3c0b92000)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7fc3c0981000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7fc3c097b000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7fc3c0772000)
/lib64/ld-linux-x86-64.so.2 (0x7fc3c3d78000)

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

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

Versions of packages aptitude depends on:
ii  aptitude-common   0.6.8.2-1.2
ii  libapt-pkg4.120.9.12.1
ii  libboost-iostreams1.54.0  1.54.0-3
ii  libc6 2.17-93
ii  libcwidget3   0.5.16-3.4
ii  libept1.4.12  1.0.10
ii  libgcc1   1:4.8.2-1
ii  libncursesw5  5.9+20130608-1
ii  libsigc++-2.0-0c2a2.2.10-0.2
ii  libsqlite3-0  3.8.0.2-1
ii  libstdc++64.8.2-1
ii  libtinfo5 5.9+20130608-1
ii  libxapian22   1.2.15-2
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages aptitude recommends:
pn  apt-xapian-indexnone
pn  aptitude-doc-en | aptitude-doc  none
ii  libparse-debianchangelog-perl   1.2.0-1
ii  sensible-utils  0.0.9

Versions of packages aptitude suggests:
pn  debtags  none
ii  tasksel  3.17

-- no debconf information


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



Bug#727324: audacity: update config.{sub,guess} for the AArch64 port

2013-10-24 Thread Fabian Greffrath
Am Donnerstag, den 24.10.2013, 01:40 +0200 schrieb Benjamin Drung: 
 We use dh-autoreconf to regenerate the autotool files and update
 config.{sub,guess}. The man page says that dh-autoreconf and
 autotools_dev shouldn't be used in conjunction. The problem is that
 autoreconf -f -i does not update the config.{sub,guess} files and I
 haven't found out why. Help is appreciated.

I think this is because autoreconf detects that audacity is not using
automake, see the output of autoreconf -f -i -v.

- Fabian


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



Bug#727540: aptitude: symbol lookup error:

2013-10-24 Thread cep

ii  libept1.4.12  1.0.10



Downgrading that package to 1.0.9 should help.


Yes, downgrading to libept1.4.12_1.0.9 solve the probleme.

Cheeres

Jean


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



Bug#679867: libxml2: failed to load external entity due to HTTP/1.1 301 Moved Permanently

2013-10-24 Thread Vincent Lefevre
On 2013-10-24 12:39:50 +0800, YunQiang Su wrote:
 It is not the problem of 301, it is due to https, which xmlint
 doesn't support.
 
 And, I don't think xmllint should support https, it will take ssh or
 gnutls as it's depends.

I diagree. https is more and more used in general and provides
security. I don't see the dependency as a problem, as many packages
already depend on libgnutls* and libssl*.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#727542: mono: out of date binaries on sparc and ia64

2013-10-24 Thread Jo Shields
On Thu, 2013-10-24 at 09:00 +0200, Niels Thykier wrote:
 Package: mono
 Version: 3.0.6+dfsg2-7
 Severity: serious
 
 Hi,
 
 mono currently has out of date binaries on sparc and ia64.  On sparc,
 it appears to be caused by a FTBFS.  I haven't looked at the build log
 at all, so a give-back may be sufficient to solve that.

Sadly it's more involved than that. I'm working with upstream to try and
resolve this, but the SPARC port has bitrotted significantly so it may
be nontrivial to revive (and better if we just drop it from the arch
list). I'm adding mipsel though, so I don't feel too bad about it.

   In the ia64, it seems to have been removed on the list of
 architectures.  Here you will need to file a removal bug against
 ftp.debian.org to remove the old ia64 binaries from unstable.  At the
 same time, you probably also need a bug for all of the reverse
 dependencies that now longer can be built on ia64.

Is there an easy way to generate the list of affected rdeps?


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



Bug#727544: [Aptitude-devel] Bug#727544: aptitude: symbol lookup error: aptitude: undefined symbol

2013-10-24 Thread Axel Beckert
Control: reassign -1 libept1.4.12
Control: forcemerge 727541 -1

Hi Salvo,

Salvo 'LtWorf' Tomaselli wrote:
 when running aptitude, with any parameters, i get this:
 
 aptitude: symbol lookup error: aptitude: undefined symbol: 
 _ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs
 
 I have just updated the following packages:
 glx-alternative-mesa glx-alternative-nvidia glx-diversions libept1.4.12
 libllvm3.3 libtxc-dxtn-s2tc0 python-apt python-apt-common python3-apt 
 
 Before the update, aptitude was working fine.

libept1.4.12 is the (already known) culprit. Merging accordingly.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


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



Bug#726671: Upgrade solved the bug

2013-10-24 Thread Gennady Uraltsev
The latest upgrade to libgtk-3-0 3.8.6-1 solved the problem. 

Bye!


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


Bug#174793: Namespace in entities are not correctly handled (workaround included)

2013-10-24 Thread Vincent Lefevre
On 2013-10-24 12:50:12 +0800, YunQiang Su wrote:
 It cannot be reproducable on squeeze and sid (2013-10-24).
 So I believe that it has been fixed before squeeze.

Well, the crash is fixed, but the behavior is different from xalan:
contrary to xalan, libxml2 doesn't find the namespace declared in
xsl:stylesheet. Now, I wonder whether the behavior is specified by
some spec. Anyway giving the namespace explicitly in the entity as
suggested is less error prone.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#727547: pkill xlock causes the program to not exit well

2013-10-24 Thread Yellow
Package: xlock
Version: current last
Severity: normal

Hi

I run xlock on :0 and from the root from tty, I run:

pkill xlock

when I alt-ctrl+f6 back to :0, then, the xlock is not well quited. It shows a 
black screen with a little box. 

The firefox, xterm,... are still running behind this non well closed xlock.

Please forward this bug to the appropriated owner.

thanks

-- System Information:
Debian Release: 6.0.3
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (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


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



Bug#727548: mahara: CVE-2013-4430: user supplied ['HTTP_HOST'] can be used for injections

2013-10-24 Thread Salvatore Bonaccorso
Package: mahara
Severity: important
Tags: security upstream

Hi,

the following vulnerability was published for mahara.

CVE-2013-4430[0]:
No description was found (try on a search engine)

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4430
http://security-tracker.debian.org/tracker/CVE-2013-4430
[1] https://bugs.launchpad.net/mahara/+bug/1175446

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore


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



Bug#720726: xcompmgr: window resize information is not displayed with fvwm

2013-10-24 Thread Vincent Lefevre
Control: clone -1 -2
Control: reassign -2 compton
Control: retitle -2 compton: window resize information is not displayed with 
fvwm
Control: found -2 0.1~beta1-1

On 2013-08-24 21:30:03 +0200, Vincent Lefevre wrote:
 While I'm resizing a window, fvwm normally displays geometry feedback
 (window size) at the top-left. But when xcompmgr -c is running,
 such information is no longer displayed.

Same problem with compton (with or without -c).

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#570709: packaging hhvm

2013-10-24 Thread GCS
Hi Paul,

 I think I've already contacted you or someone else from Facebook
about packaging HHVM for Debian. I own the ITP with its previous name,
hiphop-php . At the moment it can't be packaged for Wheezy and newer
because HHVM needs a libevent patch not available for the current
releases.
Couldn't find the error message from configure/cmake that it needs a
patched version of libevent ATM, still you can see the patching
line[1]. But Wheezy and later has a much newer[2] version (2.0.19+)
than the patch would like to extend (version 1.4.14).
If this can be solved, I would be happy to finish its packaging.

Regards,
Laszlo/GCS
[1] https://github.com/facebook/hhvm/blob/master/configure_ubuntu_12.04.sh#L79
[2] http://packages.debian.org/source/stable/libevent


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



Bug#727550: edos-distcheck: edos-debcheck MUST support :any qualifier ASAP

2013-10-24 Thread Thorsten Glaser
Package: edos-distcheck
Version: 1.4.2-13+b1
Severity: normal

tglase@tglase:~ $ x edos-debcheck -failures -explain
Completing conflicts...* 100.0%
Conflicts and dependencies...  * 100.0%
Solving* 100.0%
dh-python (= 1.20131021-1): FAILED
  dh-python (= 1.20131021-1) depends on missing:
  - python3:any (= 3.3.2-2~)
1|tglase@tglase:~ $ x sed s/:any//g | edos-debcheck -failures -explain
Completing conflicts...* 100.0%
Conflicts and dependencies...  * 100.0%
Solving* 100.0%
tglase@tglase:~ $ cat x
Package: dh-python
Version: 1.20131021-1
Installed-Size: 305
Maintainer: Piotr Ożarowski pi...@debian.org
Architecture: all
Replaces: python3 ( 3.3.2-4~)
Depends: python3:any (= 3.3.2-2~)
Breaks: python3 ( 3.3.2-4~)
Description: Debian helper tools for packaging Python libraries and applications
Description-md5: 9f24690d2f6e9b70048dc4079a2dfca7
Section: python
Priority: optional
Filename: pool/main/d/dh-python/dh-python_1.20131021-1_all.deb
Size: 51304
MD5sum: 5790257e34d861016fea18b20e3d0294
SHA1: 3a5eaf99f97f7dbf93976ba480ef4a00068131a3
SHA256: e2f8706c54e2852c2f9537f87208059bfee6c66baef2c662801b9cf1094e13ec

Package: python3
Source: python3-defaults
Version: 3.3.2-17
Installed-Size: 99
Maintainer: Matthias Klose d...@debian.org
Architecture: i386
Description: interactive high-level object-oriented language (default python3 
version)
Description-md5: 81733bd73a4c1fc634a99143ddb31ea1
Multi-Arch: allowed
Homepage: http://www.python.org/
Tag: devel::interpreter, devel::lang:python, devel::library,
 implemented-in::c, implemented-in::python, role::devel-lib,
 role::program, role::shared-lib
Section: python
Priority: optional
Filename: pool/main/p/python3-defaults/python3_3.3.2-17_i386.deb
Size: 20618
MD5sum: 7c310b77541682c434c0882f3852ad0f
SHA1: 6072efeb030d51e309c6d71699006023368e37be
SHA256: 293057a81fbf839516e70a315e6fea0cd75e9c24506ea0e0ec30f2576ad5d360


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

Kernel: Linux 3.10-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh

Versions of packages edos-distcheck depends on:
ii  libbz2-1.0 1.0.6-5
ii  libc6  2.17-93
ii  libgdbm3   1.8.3-12
ii  libpcre3   1:8.31-2
ii  libpopt0   1.16-7
ii  librpm34.11.1-3
ii  librpmio3  4.11.1-3
ii  perl   5.18.1-4
ii  python 2.7.5-5
ii  python-debian  0.1.21+nmu2
ii  zlib1g 1:1.2.8.dfsg-1

edos-distcheck recommends no packages.

edos-distcheck suggests no packages.

-- no debconf information


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



Bug#727551: compton: with -c, opaque window movement is slow

2013-10-24 Thread Vincent Lefevre
Package: compton
Version: 0.1~beta1-1
Severity: normal

With compton -c or compton -c --backend=xrender, opaque window
movement is slow (tested with fvwm). There is no such problem
without -c or without a compositor or with xcompmgr -c.

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

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

Versions of packages compton depends on:
ii  libc6 2.17-93
ii  libconfig91.4.9-1
ii  libdbus-1-3   1.6.16-1
ii  libgl1-mesa-glx [libgl1]  9.2.2-1
ii  libpcre3  1:8.31-2
ii  libx11-6  2:1.6.2-1
ii  libxcomposite11:0.4.4-1
ii  libxdamage1   1:1.1.4-1
ii  libxext6  2:1.3.2-1
ii  libxfixes31:5.0.1-1
ii  libxrandr22:1.4.1-1
ii  libxrender1   1:0.9.8-1

compton recommends no packages.

compton suggests no packages.

-- no debconf information


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



Bug#727199: [DRE-maint] Bug#727199: Same post uploadeded over and over again

2013-10-24 Thread Lucas Nussbaum
On 23/10/13 at 12:33 +0200, Joachim Breitner wrote:
 Package: feed2imap
 Version: 1.0-2
 Severity: normal
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi,
 
 I recently change a bit of the config (change the IMAP user name), and
 suddenly I have severe problems with the planet haskell feed at
 http://planet.haskell.org/rss20.xml (current snapshot attached)
 
 Certain posts, especially „What stops us defining Truth?“, “Haskell type
 graphs with Uniplate and Haskell-src-exts” and “Upcoming talks” are
 constantly re-uploaded.
 
 I tried deleting the cache _and_ the mailboxes on the IMAP server, but
 it did not help.
 
 Any idea?

This is generally caused by subtle changes to the posts that cause
feed2imap to think that they have been updated.

I'm sorry, I'm quite low on time, so feed2imap maintenance is suffering
a bit :(

Lucas


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



Bug#727552: mahara: CVE-2013-4431: Not checking ownership of blocks before editing them

2013-10-24 Thread Salvatore Bonaccorso
Package: mahara
Severity: grave
Tags: security upstream patch fixed-upstream

Hi,

the following vulnerability was published for mahara.

CVE-2013-4431[0]:
Not checking ownership of blocks before editing them

See upstream bugreport[1] which also contain a patch for the 1.5
branch[2].

If you fix the vulnerability please also make sure to include the
CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4431
http://security-tracker.debian.org/tracker/CVE-2013-4431
[1] https://bugs.launchpad.net/mahara/+bug/1233500
[2] https://bazaar.launchpad.net/~mahara-release/mahara/1.5_STABLE/revision/5542

Please adjust the affected versions in the BTS as needed.

Regards,
Salvatore


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



Bug#666464: xcompmgr: new upstream release (1.1.6)

2013-10-24 Thread Vincent Lefevre
Hi,

On 2013-10-23 08:46:46 -0700, Ryan Tandy wrote:
 On Wed, Oct 23, 2013 at 4:38 AM, Vincent Lefevre vinc...@vinc17.net wrote:
  I've just tried compton, and with compton -c, moving a window
  is very slow! There's no such problem with xcompmgr or without
  a compositor.
 
 You might try compton -c --backend=xrender. The default backend in
 compton is GLX, but XRender is what xcompmgr uses and so I'd expect
 the behaviour to be similar.

Same problem. I've just reported a bug (bug 727551).

  But window resize information is still missing:
 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720726
 
  Same problem with unagi. I'm now wondering whether this is a fvwm
  bug (but it looks similar to bug 471343).
 
 I guess they both inherited the problem from xcompmgr. I suggest
 assigning a clone of #720726 to compton, and maybe reporting it
 upstream as well.

I did the clone (bug 727549).

 I think you have a much better chance of having it fixed in one of
 those forks than in xcompmgr itself. To me, compton seems to be the
 more actively developed and maintained of the two.

OK.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#720466: cinnamon: Crashes when opening the menu, using command window or hot corner

2013-10-24 Thread Fabio Fantoni

I also have that problem on my notebook with intel gpu.
On same notebook I have also ubuntu with cinnamon 2.0.4 and has no 
problems, probably updating cinnamon (and the other dependencies, in 
particular muffin) to latest stable version solve all bugs present in 
sid with old cinnamon and missed in ubuntu with new cinnamon.



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



Bug#719559: Fwd: Bug#719559: cuetools: filenames are split on spaces

2013-10-24 Thread Dmitry Smirnov
Hi Martin,

When convenient could you please have a look at the bug #719559
(below)? Reporter claims that your patch causing regression so
perhaps you're the best person to ask for advise. Thank you.


Package: cuetools
Version: 1.3.1-13

Dear Maintainer,

it appears that the recent commit to fix bug 655078
caused unexpected name splitting

the following line in the function main
appears to serve no purpose
and removing it solves the problem

   set -- $FILES


-- 
Cheers,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B

---

Good luck happens when preparedness meets opportunity.


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



Bug#727553: New release of binwalk: 1.2.2

2013-10-24 Thread Mathieu Malaterre
Package: binwalk

It would be nice to have 1.2.2 packaged in debian !

thanks.


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



Bug#727542: mono: out of date binaries on sparc and ia64

2013-10-24 Thread Niels Thykier
On 2013-10-24 09:44, Jo Shields wrote:
 On Thu, 2013-10-24 at 09:00 +0200, Niels Thykier wrote:
 Package: mono
 Version: 3.0.6+dfsg2-7
 Severity: serious

 Hi,

 mono currently has out of date binaries on sparc and ia64.  On sparc,
 it appears to be caused by a FTBFS.  I haven't looked at the build log
 at all, so a give-back may be sufficient to solve that.
 
 Sadly it's more involved than that. I'm working with upstream to try and
 resolve this, but the SPARC port has bitrotted significantly so it may
 be nontrivial to revive (and better if we just drop it from the arch
 list). I'm adding mipsel though, so I don't feel too bad about it.
 

Thanks for the quick update on this. :)

   In the ia64, it seems to have been removed on the list of
 architectures.  Here you will need to file a removal bug against
 ftp.debian.org to remove the old ia64 binaries from unstable.  At the
 same time, you probably also need a bug for all of the reverse
 dependencies that now longer can be built on ia64.
 
 Is there an easy way to generate the list of affected rdeps?
 

I am not sure; normally I would use something like
 dak rm -nR -b -a ia64 list-of-binaries

but it does not compute transitive dependencies, so it would be a number
of repeated calls (and dak rm is not exactly fast) to build up the full
list of binaries.

~Niels


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



Bug#589520: openssl: IPv6-capable s_client and s_server

2013-10-24 Thread Olaf Zaplinski
Package: openssl
Version: 1.0.1e-2
Followup-For: Bug #589520

Dear Maintainer,

any news about IPv6 support?
FYI: on FreeBSD 9.2 it is the same.


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

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
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 openssl depends on:
ii  libc62.13-38
ii  libssl1.0.0  1.0.1e-2
ii  zlib1g   1:1.2.7.dfsg-13

openssl recommends no packages.

Versions of packages openssl suggests:
ii  ca-certificates  20130119

-- no debconf information


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



Bug#727554: libdr-tarantool-perl: t/010-xs.t randomly segfaults

2013-10-24 Thread Colin Watson
Package: libdr-tarantool-perl
Version: 0.42-1
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

t/010-xs.t is unreliable (at least on i386) and randomly segfaults on
the Ubuntu build daemons.  On investigation, this is because the last
block of tests construct packets containing random data after the
header, but this includes things like length fields, causing the parser
to sometimes jump off into space.  It would be sufficient for the
purposes of this test to construct packets with generally-valid formats
and only fill random data into fields that are actually allowed to
contain arbitrary data.  Would something like this patch be acceptable?

  * Fix packet parsing tests to construct valid packets.

diff -Nru libdr-tarantool-perl-0.42/debian/patches/fix-pkt-parse-tests.patch 
libdr-tarantool-perl-0.42/debian/patches/fix-pkt-parse-tests.patch
--- libdr-tarantool-perl-0.42/debian/patches/fix-pkt-parse-tests.patch  
1970-01-01 01:00:00.0 +0100
+++ libdr-tarantool-perl-0.42/debian/patches/fix-pkt-parse-tests.patch  
2013-10-24 09:35:13.0 +0100
@@ -0,0 +1,90 @@
+Description: Fix packet parsing tests to construct valid packets
+Author: Colin Watson cjwat...@ubuntu.com
+Forwarded: no
+Last-Update: 2013-10-24
+
+Index: b/t/010-xs.t
+===
+--- a/t/010-xs.t
 b/t/010-xs.t
+@@ -202,38 +202,71 @@
+ 
+ SKIP: {
+ # skip 'Devel tests $ENV{DEVEL_TEST}=0', 120 unless $ENV{DEVEL_TEST};
++
++# Pack an integer into an int32_varint, per the Tarantool binary protocol.
++sub pack_varint {
++my $num = shift;
++my $out = pack 'C', ($num  0x7f);
++$num = 7;
++while ($num) {
++$out .= pack 'C', (($num  0x7f) | 0x80);
++$num = 7;
++}
++return scalar reverse $out;
++}
++
++# Pack arbitrary data into a trivial fq_tuple, per the Tarantool binary
++# protocol.
++sub pack_fq_tuple {
++my $body = shift;
++my $len = length $body;
++# fq_tuple ::= sizetuple
++# tuple ::= cardinalityfield+
++# field ::= int32_varintdata
++my $len_varint = pack_varint($len);
++return pack 'LLa*a*',
++4 * length($len_varint) + $len,
++1,
++$len_varint,
++$body
++;
++}
++
+ for (1 .. 30) {
+ my $body = join '', map { chr int rand 256 } 1 .. (300 + int rand 300);
+ my $pkt =
+-pack 'a*',
++pack 'La*',
+ TNT_SELECT,
+-length $body,
++8 + length $body,
+ int rand 500,
+ 0,
+-$body
++1,
++pack_fq_tuple($body)
+ ;
+ $res = DR::Tarantool::_pkt_parse_response( $pkt );
+ diag explain $res unless
+ is $res-{status}, 'buffer', Broken package $_;
+ $pkt =
+-pack 'a*',
++pack 'La*',
+ TNT_SELECT,
+-10 + length $body,
++8 + 10 + length $body,
+ int rand 500,
+ 0,
+-$body
++1,
++pack_fq_tuple($body)
+ ;
+ $res = DR::Tarantool::_pkt_parse_response( $pkt );
+ diag explain $res unless
+ is $res-{status}, 'buffer', Broken package $_, too long body;
+ 
+ $pkt =
+-pack 'a*',
++pack 'La*',
+ TNT_SELECT,
+--10 + length $body,
++8 - 10 + length $body,
+ int rand 500,
+ 0,
+-$body
++1,
++pack_fq_tuple($body)
+ ;
+ $res = DR::Tarantool::_pkt_parse_response( $pkt );
+ diag explain $res unless
diff -Nru libdr-tarantool-perl-0.42/debian/patches/series 
libdr-tarantool-perl-0.42/debian/patches/series
--- libdr-tarantool-perl-0.42/debian/patches/series 1970-01-01 
01:00:00.0 +0100
+++ libdr-tarantool-perl-0.42/debian/patches/series 2013-10-24 
00:22:26.0 +0100
@@ -0,0 +1 @@
+fix-pkt-parse-tests.patch

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]


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



Bug#727556: please update system-config-printer to 1.4.3

2013-10-24 Thread Vlad Orlov
Package: system-config-printer
Version: 1.4.1-4
Severity: wishlist

The new version is available upstream [1] and it is needed because
the current version has a few annoying Unicode-related bugs [2][3].

[1] http://cyberelk.net/tim/data/system-config-printer/1.4/
[2] http://bugs.debian.org/718263
[3] http://bugs.debian.org/725882


Bug#727555: python-qt4: Crashes plasma-desktop on startup

2013-10-24 Thread Ralf Jung
Package: python-qt4
Version: 4.10.3-2
Severity: critical
Justification: breaks unrelated software

Dear Maintainer,

upgrading python-qt4 to 4.10.3-2 and python-sip to 4.15.2-2 makes 
plasma-desktop crash on startup.
I downgraded both back to their previous versions, now it's working again.

Should I try another combination of versions of these packages?

I have veromix installed, which may be why Python is loaded in plasma-desktop, 
leading to the crash.

Kind regards
Ralf


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages python-qt4 depends on:
ii  libc6  2.17-93
ii  libgcc11:4.8.1-10
ii  libpython2.7   2.7.5-8
ii  libqt4-dbus4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-declarative 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-designer4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-help4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-network 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-script  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-scripttools 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-svg 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-test4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-xml 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-xmlpatterns 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtassistantclient4  4.6.3-6
ii  libqtcore4 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtgui4  4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtwebkit4   2.2.1-6
ii  libstdc++6 4.8.1-10
ii  python 2.7.5-5
ii  python-sip [sip-api-10.0]  4.14.7-4

python-qt4 recommends no packages.

Versions of packages python-qt4 suggests:
pn  python-qt4-dbg  none

-- no debconf information


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



Bug#697709: Bug 697709

2013-10-24 Thread Bernard McNeill
I would like to suggest that this bug is given a higher priority.

I know that there are supposed to be no ill-effects from this bug, but
please consider:

1. On a 'system standard software'-only install, this is the _only_
error message;
2. It undermines confidence in Linux that any standard install
produces error messages;
3. It undermines those who (entirely correctly) go to the trouble of
testing for situations like this, and coding error messages for when
they occur.

It seems particularly inappropriate for Debian, which advertises
itself as a stable rock within the Linux world.

Best regards
Bernard


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



Bug#727537: Don't depend on network for autopkgtest

2013-10-24 Thread Martin Pitt
Martin Pitt [2013-10-24  8:23 +0200]:
 As a proposal I attach a debdiff which I just uploaded to Ubuntu. It
 uses python3 -m http.server (which is the simplest, least intrusive,
 and easiest server which I'm aware of) and compares the downloaded
 file against the original one.

Improved debdiff attached which gives the http servers some time to
start up. It succeeds now in our Jenkins, too.

Thanks!

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
  * debian/tests/httpfile: Use local http server (with python3 -m http.server)
instead of relying on network access, and verify the downloaded result.

diff -Nru aria2-1.18.0/debian/tests/control aria2-1.18.0/debian/tests/control
--- aria2-1.18.0/debian/tests/control   2013-09-22 14:58:28.0 +0200
+++ aria2-1.18.0/debian/tests/control   2013-10-24 08:11:14.0 +0200
@@ -1 +1,2 @@
 Tests: httpfile
+Depends: @, python3
diff -Nru aria2-1.18.0/debian/tests/httpfile aria2-1.18.0/debian/tests/httpfile
--- aria2-1.18.0/debian/tests/httpfile  2013-09-22 14:58:28.0 +0200
+++ aria2-1.18.0/debian/tests/httpfile  2013-10-24 09:41:13.0 +0200
@@ -1 +1,16 @@
-aria2c -d /tmp http://www.debian.org
+#!/bin/sh
+set -e
+PORT=43248
+
+# start local http server
+cd /etc
+python3 -m http.server $PORT 
+HTTP_PID=$!
+trap kill $HTTP_PID EXIT TERM INT
+# let the http server settle down
+sleep 2
+
+aria2c -d $ADTTMP http://localhost:$PORT/passwd
+
+# verify that files are identical
+cmp /etc/passwd $ADTTMP/passwd


signature.asc
Description: Digital signature


Bug#683731: [rsync] badly quotes the --delete option

2013-10-24 Thread intrigeri
Hi,

 The patch submitted by Reto Gantenbein is simply and works fine, why not
 implement it in the package?

What's missing is the upstream maintainer of the rsync handler to test
and ACK it. Also, it seems we might be running into circles, and I'm
afraid we might be re-introducing old bugs when fixing new ones.
See upstream ticket about this:

https://labs.riseup.net/code/issues/4019

Rhatto?

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#727555: python-qt4: Crashes plasma-desktop on startup

2013-10-24 Thread Ralf Jung
Hi again,

some more information:

* Just upgrading python-sip (and leaving python-qt4 at the old version)
also triggers the crash.

* Uninstalling veromix fixes the crash.

* I attached the backtrace.

Kind regards
Ralf
Application: Plasma Desktop Shell (plasma-desktop), signal: Segmentation fault
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[Current thread is 1 (Thread 0x7f020bd18780 (LWP 15053))]

Thread 3 (Thread 0x7f01ec3a3700 (LWP 15054)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f02051dca4b in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#2  0x7f02051dca89 in ?? () from /usr/lib/x86_64-linux-gnu/libQtScript.so.4
#3  0x7f01ffa87e0e in start_thread (arg=0x7f01ec3a3700) at 
pthread_create.c:311
#4  0x7f020b6199ed in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 2 (Thread 0x7f0163e9d700 (LWP 15055)):
#0  0x7f01ff1b4fda in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f01ff1b5289 in g_mutex_lock () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f01ff175a2b in g_main_context_query () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f01ff176102 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f01ff17629c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f020818f4d6 in QEventDispatcherGlib::processEvents 
(this=0x7f015c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:427
#6  0x7f0208160f9f in QEventLoop::processEvents 
(this=this@entry=0x7f0163e9cdb0, flags=...) at kernel/qeventloop.cpp:149
#7  0x7f0208161295 in QEventLoop::exec (this=this@entry=0x7f0163e9cdb0, 
flags=...) at kernel/qeventloop.cpp:204
#8  0x7f020805d91f in QThread::exec (this=this@entry=0x35aa500) at 
thread/qthread.cpp:537
#9  0x7f02081426c3 in QInotifyFileSystemWatcherEngine::run (this=0x35aa500) 
at io/qfilesystemwatcher_inotify.cpp:256
#10 0x7f020805ffef in QThreadPrivate::start (arg=0x35aa500) at 
thread/qthread_unix.cpp:349
#11 0x7f01ffa87e0e in start_thread (arg=0x7f0163e9d700) at 
pthread_create.c:311
#12 0x7f020b6199ed in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Thread 1 (Thread 0x7f020bd18780 (LWP 15053)):
[KCrash Handler]
#6  0x0001 in ?? ()
#7  0x7f01629502cf in type_call.26485 (type=optimized out, 
args=0x381d050, kwds=0x0) at ../Objects/typeobject.c:745
#8  0x7f016294e453 in PyObject_Call (func=func@entry=0x3e3dca0, 
arg=arg@entry=0x381d050, kw=kw@entry=0x0) at ../Objects/abstract.c:2529
#9  0x7f0161f91146 in sipWrapInstance (cpp=0x251a050, py_type=0x3e3dca0, 
args=0x381d050, owner=owner@entry=0x0, flags=4) at 
/build/sip4-r46l7p/sip4-4.15.2/siplib/threads.c:125
#10 0x7f0161f84745 in wrap_simple_instance (td=0x7f01615ae2a0 
sipTypeDef_plasma_Plasma_Constraints, flags=optimized out, owner=0x0, 
cpp=optimized out) at /build/sip4-r46l7p/sip4-4.15.2/siplib/siplib.c:11971
#11 sip_api_convert_from_new_type (cpp=0x251a050, td=0x7f01615ae2a0 
sipTypeDef_plasma_Plasma_Constraints, transferObj=optimized out) at 
/build/sip4-r46l7p/sip4-4.15.2/siplib/siplib.c:8623
#12 0x7f0161f8de48 in buildObject (obj=obj@entry=0x3db8d90, 
fmt=0x7f01612c99b3 , fmt@entry=0x7f01612c99b2 N, 
va=va@entry=0x7fff9ea7a388) at 
/build/sip4-r46l7p/sip4-4.15.2/siplib/siplib.c:2225
#13 0x7f0161f8e762 in sip_api_call_method (isErr=0x0, method=0x38d2c80, 
fmt=0x7f01612c99b2 N) at /build/sip4-r46l7p/sip4-4.15.2/siplib/siplib.c:1907
#14 0x7f0161125eef in sipVH_plasma_7(PyGILState_STATE, void 
(*)(_sipSimpleWrapper*, PyGILState_STATE), _sipSimpleWrapper*, _object*, 
QFlagsPlasma::Constraint) () from 
/usr/lib/python2.7/dist-packages/PyKDE4/plasma.so
#15 0x7f01612284c9 in 
sipPlasma_AppletScript::constraintsEvent(QFlagsPlasma::Constraint) () from 
/usr/lib/python2.7/dist-packages/PyKDE4/plasma.so
#16 0x7f020b110ff8 in Plasma::Applet::constraintsEvent (this=optimized 
out, constraints=...) at ../../plasma/applet.cpp:765
#17 0x7f020b11878d in Plasma::Applet::flushPendingConstraintsEvents 
(this=0x36bea90) at ../../plasma/applet.cpp:1365
#18 0x7f01eefe4d46 in SystemTray::PlasmoidTask::forwardConstraintsEvent 
(this=0x3acbb00, constraints=...) at 
../../../../../plasma/generic/applets/systemtray/protocols/plasmoid/plasmoidtask.cpp:126
#19 0x7f01eefe3931 in SystemTray::PlasmoidProtocol::forwardConstraintsEvent 
(this=0x26016e0, constraints=..., host=host@entry=0x25df6e0) at 
../../../../../plasma/generic/applets/systemtray/protocols/plasmoid/plasmoidtaskprotocol.cpp:54
#20 0x7f01eefdc499 in SystemTray::Manager::forwardConstraintsEvent 
(this=optimized out, constraints=..., host=host@entry=0x25df6e0) at 
../../../../../plasma/generic/applets/systemtray/core/manager.cpp:99
#21 0x7f01eefeaa61 in SystemTray::Applet::constraintsEvent (this=0x25df6e0, 
constraints=...) at 

Bug#727059: RE: freeplane: Wrong icon appears on GNOME 3 main and left panels

2013-10-24 Thread Felix Natter
Alessio Paonessa livm...@hotmail.com writes:

 Hi Felix,

hello Alessio,

 I already tried both, but it doesn't work. It seems a different problem and I 
 don't
 know if it's inside the 'freplane.desktop' or in the main program.

 In threads they talk about an issue in the java machine linked to wrong 
 headers,
 but I'm not able to verify it.

If you are able/willing to build a patched version of Freeplane (1.3.x),
then we could try this:

  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6528430

Does the description match what you're seeing? On the other hand, if the
above didn't work, I don't see high chances that this will work...

How about trying to find help on one of the openjdk lists?
  
  http://gmane.org/find.php?list=openjdk

(probably http://dir.gmane.org/gmane.comp.java.openjdk.awt.devel)

(gmane.org is mail2news and news2mail gateway, pretty cool thing :-)

Best Regards,
-- 
Felix Natter


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



Bug#570709: packaging hhvm

2013-10-24 Thread Paul Tarjan
It wasn¹t me, but I¹m happy to take over the conversation.

Sadly, HHVM doesn¹t work on libevent 2. It was a total rewrite of the API
and doesn¹t meet our needs.

Can we either:

1) distribute a libevent1.4-hhvm package with the patched .so files in
/var/lib/hhvm/ 
2) bundle the patched .so into hhvm (which I do for the one on [3])
3) something else?

A similar thing will have to happen for libglog. That one doesn¹t need any
patches and we work on anything 0.3.1 and higher so it might just be a
straightforward requirement to package.

As for the status of the ITP, I¹ve been trying to package it the correct
way, and our build environment wants to create all the temporary files
inline with the build instead of a subdirectory, so dpkg-buildpackage
doesn¹t like all the new files around. If you have a functioning packaging
environment I would be more than happy to hand off the packaging to you.

Paul

[3] https://github.com/facebook/hhvm/wiki/Prebuilt-Packages-on-Debian-7

On 10/24/13, 1:12 AM, László Böszörményi (GCS) g...@debian.org wrote:

Hi Paul,

 I think I've already contacted you or someone else from Facebook
about packaging HHVM for Debian. I own the ITP with its previous name,
hiphop-php . At the moment it can't be packaged for Wheezy and newer
because HHVM needs a libevent patch not available for the current
releases.
Couldn't find the error message from configure/cmake that it needs a
patched version of libevent ATM, still you can see the patching
line[1]. But Wheezy and later has a much newer[2] version (2.0.19+)
than the patch would like to extend (version 1.4.14).
If this can be solved, I would be happy to finish its packaging.

Regards,
Laszlo/GCS
[1] 
https://github.com/facebook/hhvm/blob/master/configure_ubuntu_12.04.sh#L79
[2] http://packages.debian.org/source/stable/libevent


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



Bug#727542: mono: out of date binaries on sparc and ia64

2013-10-24 Thread Jo Shields
On Thu, 2013-10-24 at 10:44 +0200, Niels Thykier wrote:
 On 2013-10-24 09:44, Jo Shields wrote:
  On Thu, 2013-10-24 at 09:00 +0200, Niels Thykier wrote:
  Package: mono
  Version: 3.0.6+dfsg2-7
  Severity: serious
 
  Hi,
 
  mono currently has out of date binaries on sparc and ia64.  On sparc,
  it appears to be caused by a FTBFS.  I haven't looked at the build log
  at all, so a give-back may be sufficient to solve that.
  
  Sadly it's more involved than that. I'm working with upstream to try and
  resolve this, but the SPARC port has bitrotted significantly so it may
  be nontrivial to revive (and better if we just drop it from the arch
  list). I'm adding mipsel though, so I don't feel too bad about it.
  
 
 Thanks for the quick update on this. :)
 
In the ia64, it seems to have been removed on the list of
  architectures.  Here you will need to file a removal bug against
  ftp.debian.org to remove the old ia64 binaries from unstable.  At the
  same time, you probably also need a bug for all of the reverse
  dependencies that now longer can be built on ia64.
  
  Is there an easy way to generate the list of affected rdeps?
  
 
 I am not sure; normally I would use something like
  dak rm -nR -b -a ia64 list-of-binaries
 
 but it does not compute transitive dependencies, so it would be a number
 of repeated calls (and dak rm is not exactly fast) to build up the full
 list of binaries.

For the record (i.e. this will become a series of bugs when I get time)

Sourceful upload required to alter debian/control:

gdcm
libgdiplus
libgpod
virtuoso-opensource

Requires a simple ftpmaster removal of the ia64 binaries, but no source
package changes:

activiz.net
antlr
banshee
banshee-community-extensions
bareftp
cairo-dock-plug-ins
cowbell
fsgateway
f-spot
gmime
gnome-desktop-sharp2
gnome-do
gnome-keyring-sharp
gnome-sharp2
gnome-subtitles
gstreamer-sharp
gtk-sharp2
ikvm
libappindicator
libindicate
libkarma
libproxy
libsbml
longomatch
mistelix
mono
mono-fuse
mummy
shogun
tangerine
tomboy
zeroc-ice

I'm reasonably sure this list is accurate


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



Bug#727542: mono: out of date binaries on sparc and ia64

2013-10-24 Thread Jo Shields
On Thu, 2013-10-24 at 10:18 +0100, Jo Shields wrote:
 cairo-dock-plug-ins

This should be in the first list, not the second, as of 3.2.1-2


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



Bug#727414: libmowgli: update config.{sub,guess} for the AArch64 port

2013-10-24 Thread Matthias Klose
Am 24.10.2013 07:17, schrieb Andrew Shadura:
 Hello,
 
 On Wed, 23 Oct 2013 23:12:17 + Matthias Klose d...@debian.org wrote:
 
 The package fails to build on arm64 (aarch64-linux-gnu), because the 
 config.{guess,sub} files are out of date, and are not updated during the
 build.  If possible, please do not update these files directly, but
 build-depend on autotools-dev instead, and use the tools provided by
 autotools-dev to update these files.
 
 Actually, I use dh-autoreconf, it should do the magic. If it doesn't, I 
 suggest filing a bug against it.

You may not use it correctly, that's the other possibility.


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



Bug#727557: gnome-screensaver: Unlocking crashes Gnome in dual monitor setup (but only when built-in is turned off)

2013-10-24 Thread Lech Karol Pawłaszek
Package: gnome-screensaver
Version: 3.6.1-1
Severity: normal

Dear Maintainer,

Usually unlocking crashes Gnome and after a while gdm as well. After
that I am unable to restart gdm (it doesn't do anything) and have to
restart the machine. Such situation happens only in my specific 
configuration, that is when I have external monitor attached and 
built-in lcd display turned off. If I have both displays turned on
or am using only built-in display and external unattached - unlocking
works just fine.

I have experienced this issue on sysvinit and systemd as well. I 
didn't have such issue using Gnome 3.6.

Kind regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages gnome-screensaver depends on:
ii  dbus-x11   1.6.16-1
ii  gnome-icon-theme   3.10.0-1
ii  gnome-session-bin  3.8.4-2
ii  gsettings-desktop-schemas  3.8.2-2
ii  libc6  2.17-93
ii  libcairo2  1.12.16-2
ii  libdbus-1-31.6.16-1
ii  libdbus-glib-1-2   0.100.2-1
ii  libgdk-pixbuf2.0-0 2.28.2-1
ii  libglib2.0-0   2.36.4-1
ii  libgnome-desktop-3-7   3.8.4-2
ii  libgnomekbd8   3.6.0-1
ii  libgtk-3-0 3.8.6-1
ii  libpam0g   1.1.3-10
ii  libx11-6   2:1.6.2-1
ii  libxext6   2:1.3.2-1
ii  libxklavier16  5.2.1-1
ii  libxxf86vm11:1.1.3-1

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   3.8.2-1
ii  libpam-gnome-keyring  3.8.2-2

gnome-screensaver suggests no packages.

-- no debconf information


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



Bug#727550: edos-distcheck: edos-debcheck MUST support :any qualifier ASAP

2013-10-24 Thread Steven Chamberlain
On 24/10/13 09:17, Thorsten Glaser wrote:
 dh-python (= 1.20131021-1): FAILED
   dh-python (= 1.20131021-1) depends on missing:
   - python3:any (= 3.3.2-2~)

edos.debian.net will need this fix, because it's showing hundreds of
python-related packages uninstallable in testing on all architectures
since 2013-09-26:

http://edos.debian.net/edos-debcheck/results/testing/history/amd64/history.php

That was prompted by the migration of the python:all dependency into
testing:

 python3.3 (3.3.2-6) unstable; urgency=medium
 [...]
   * Set Multi-Arch attributes for binary packages.


More recent examples:

http://edos.debian.net/edos-debcheck/results/testing/1382501010/amd64/diff.php

And so the EDOS weather outlook is rather gloomy as a result:
http://edos.debian.net/weather/

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org


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



Bug#727558: Upgrading gdm3 + gnome-shell from 3.4 to 3.8 is impossible

2013-10-24 Thread Ben Hutchings
Package: gnome-shell
Version: 3.8.4-4
Severity: grave

~$ sudo dpkg --configure gdm3
dpkg: dependency problems prevent configuration of gdm3:
 gdm3 depends on gnome-shell; however:
  Package gnome-shell is not configured yet.

dpkg: error processing gdm3 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gdm3
~$ sudo dpkg --configure gnome-shell
dpkg: dependency problems prevent configuration of gnome-shell:
 gnome-shell depends on gdm3 (= 3.5.90); however:
  Package gdm3 is not configured yet.

dpkg: error processing gnome-shell (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 gnome-shell
~$ dpkg -s gdm3 | egrep 'Version|Breaks|Depends'
Version: 3.8.4-2
Config-Version: 3.4.1-9+b1
Depends: libaccountsservice0 (= 0.6.8), libatk1.0-0 (= 1.12.4), libaudit1 (= 
1:2.2.1), libc6 (= 2.4), libcairo-gobject2 (= 1.10.0), libcairo2 (= 1.2.4), 
libcanberra-gtk3-0 (= 0.25), libcanberra0 (= 0.2), libgdk-pixbuf2.0-0 (= 
2.22.0), libgdm1 (= 3.8.4-2), libglib2.0-0 (= 2.36.0), libgtk-3-0 (= 3.0.0), 
libpam0g (= 0.99.7.1), libpango-1.0-0 (= 1.14.0), libpangocairo-1.0-0 (= 
1.14.0), libselinux1 (= 1.32), libwrap0 (= 7.6-4~), libx11-6, libxau6, 
libxdmcp6, libxrandr2 (= 2:1.2.99.3), dconf-gsettings-backend (= 0.12.1-2), 
debconf (= 0.5) | debconf-2.0, gir1.2-gdm3 (= 3.8.4-2), adduser, 
libpam-modules (= 0.72-1), libpam-runtime (= 0.76-13.1), gnome-session-bin 
(= 3.6), gnome-settings-daemon (= 3.2), gnome-shell, policykit-1-gnome, 
upower, gnome-session | x-session-manager | x-window-manager | 
x-terminal-emulator, lsb-base (= 3.2-14), librsvg2-common, accountsservice (= 
0.6.12), gsettings-desktop-schemas, libglib2.0-bin (= 2.35.0), dconf-cli (= 
0.12.1-2), 
 x11-common (= 1:7.6+11), x11-xserver-utils
Breaks: gnome-control-center ( 3.0), gnome-orca ( 2.30.0-2), gnome-panel 
( 3.0), gnome-screensaver ( 2.17.7), gnome-shell ( 3.5)
~$ dpkg -s gnome-shell | egrep 'Version|Breaks|Depends'
Version: 3.8.4-4
Config-Version: 3.4.2-16
Depends: gir1.2-clutter-1.0 (= 1.11.11), gir1.2-glib-2.0 (= 1.31), 
gir1.2-gmenu-3.0, gir1.2-gtk-3.0 (= 3.8), gir1.2-mutter-3.0 (= 3.8.3), 
gir1.2-networkmanager-1.0, gir1.2-soup-2.4 (= 2.40.1), 
gir1.2-telepathyglib-0.12, dconf-gsettings-backend | gsettings-backend, 
gnome-bluetooth (= 3.0.0), libatk-bridge2.0-0 (= 2.5.3), libatk1.0-0 (= 
1.12.4), libc6 (= 2.7), libcairo-gobject2 (= 1.10.0), libcairo2 (= 1.10.0), 
libcamel-1.2-43, libcanberra-gtk3-0 (= 0.25), libcanberra0 (= 0.2), 
libclutter-1.0-0 (= 1.13.4), libcogl-pango12 (= 1.7.4), libcogl12 (= 
1.10.0), libcroco3 (= 0.6.2), libdbus-1-3 (= 1.0.2), libdbus-glib-1-2 (= 
0.78), libecal-1.2-15 (= 3.5.91), libedataserver-1.2-17 (= 3.5.91), 
libegl1-mesa (= 7.8.1) | libegl1-x11, libgck-1-0 (= 2.91.1), libgcr-base-3-1 
(= 3.8.0), libgdk-pixbuf2.0-0 (= 2.22.0), libgirepository-1.0-1 (= 0.9.2), 
libgjs0-libmozjs185-1.0, libgjs0c (= 1.36.1), libglib2.0-0 (= 2.35.9), 
libgnome-menu-3-0 (= 3.4.2-3~), libgstreamer1.0
 -0 (= 1.0.0), libgtk-3-0 (= 3.7.10), libical0 (= 0.31), libjson-glib-1.0-0 
(= 0.13.2), libmozjs185-1.0 (= 1.8.5-1.0.0+dfsg), libmutter0b (= 3.8), 
libmutter0b ( 3.9), libnm-glib4 (= 0.8.998), libnm-gtk0 (= 0.9.1.95), 
libnm-util2 (= 0.8.998), libnspr4 (= 2:4.9-2~) | libnspr4-0d (= 1.8.0.10), 
libnss3 (= 2:3.13.4-2~) | libnss3-1d (= 3.12.0~1.9b1), libp11-kit0 (= 0.2), 
libpango-1.0-0 (= 1.14.0), libpangocairo-1.0-0 (= 1.14.0), 
libpolkit-agent-1-0 (= 0.99), libpolkit-gobject-1-0 (= 0.94), 
libpulse-mainloop-glib0 (= 0.99.1), libpulse0 (= 0.99.1), libsecret-1-0 (= 
0.7), libsoup2.4-1 (= 2.4.0), libsqlite3-0 (= 3.5.9), 
libstartup-notification0 (= 0.11), libtelepathy-glib0 (= 0.17.5), libx11-6, 
libxcomposite1 (= 1:0.3-1), libxdamage1 (= 1:1.1), libxext6, libxfixes3 (= 
1:4.0.1), libxi6 (= 2:1.2.99.4), libxml2 (= 2.6.27), libxrandr2, 
evolution-data-server (= 3.7.90), gdm3 (= 3.5.90), 
gir1.2-accountsservice-1.0, gir1.2-caribou-1.0 (= 0.4.8), gir1.2-freed
 esktop, gir1.2-gcr-3 (= 3.7.5), gir1.2-gkbd-3.0, gir1.2-gnomebluetooth-1.0 
(= 3.6.0), gir1.2-gnomedesktop-3.0 (= 3.7.90), gir1.2-ibus-1.0 (= 1.5.2), 
gir1.2-nmgtk-1.0, gir1.2-pango-1.0, gir1.2-polkit-1.0, 
gir1.2-telepathylogger-0.2 (= 0.8.0), gir1.2-upowerglib-1.0, gjs (= 1.35.4), 
gnome-icon-theme-symbolic (= 2.91), gnome-settings-daemon (= 3.4.0), 
gnome-shell-common (= 3.8.4-4), gnome-themes-standard, 
gsettings-desktop-schemas (= 3.7.4), python (= 2.6), 
telepathy-mission-control-5
Breaks: fglrx-driver ( 1:11-10), gdm3 ( 3.5.90), gnome-control-center ( 
1:3.0), gnome-session ( 3.0), gnome-tweak-tool ( 3.5)

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

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

Versions of packages gnome-shell depends 

Bug#725797: [Pkg-stud-maintainers] Bug#725797: stud: Fix failure to run stud restart

2013-10-24 Thread Louis Bouchard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Le 12/10/2013 10:07, Vincent Bernat a écrit :
 
 OK, sorry, I didn't understand that the first time. Since the other
 way to kill stud does not play nice with the multiple instance
 feature, what about put a sleep 1 between stop and start? This is
 unfortunate and may somewhat break but this is still often done.
 
 Other solutions would be to provide Upstart/systemd scripts or to
 modify stud to wait for its children before terminating. I can do a
 patch for the later.
 

Sorry for being late in replying.

I'm working on a patch for stud that would handle propagating the
SIGTERM to its children. I should be able to update shortly.

Kind regards,

...Louis
- -- 
Louis Bouchard
Software engineer, Cloud  Sustaining eng.
Canonical Ltd
Ubuntu support: http://canonical.com/support
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlJo8IAACgkQDvqokHrhnCy03QCgp6T2ZR6hmkb+kFYzwwhGB4E6
ao8Aniu98p1Q4bIoagBBBt5wqA1WzDS/
=IZ5D
-END PGP SIGNATURE-


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



Bug#727414: libmowgli: update config.{sub,guess} for the AArch64 port

2013-10-24 Thread Andrew Shadura
Hi,

On Oct 24, 2013 11:35 AM, Matthias Klose d...@debian.org wrote:
 Am 24.10.2013 07:17, schrieb Andrew Shadura:
  On Wed, 23 Oct 2013 23:12:17 + Matthias Klose d...@debian.org
wrote:
  The package fails to build on arm64 (aarch64-linux-gnu), because the
  config.{guess,sub} files are out of date, and are not updated during
the
  build.  If possible, please do not update these files directly, but
  build-depend on autotools-dev instead, and use the tools provided by
  autotools-dev to update these files.

  Actually, I use dh-autoreconf, it should do the magic. If it doesn't, I
  suggest filing a bug against it.

 You may not use it correctly, that's the other possibility.

Your help would be highly appreciated. I currently can't see what's wrong.

-- 
WBR, Andrew


Bug#727559: linux-image-3.11-1-686-pae: [Regression] screen flickering with new kernel

2013-10-24 Thread Dan Greene
Package: src:linux
Version: 3.11.5-1
Severity: normal

Dear Maintainer,

After updating to the new kernel, my screen has been flickering. This is 
annoying at the console (especially now as I am
typing this parenthetical note), and makes the web browser pretty much unusable.

This was not a problem with the linux-image-3.10-3-686-pae kernel.


-- Package-specific info:
** Version:
Linux version 3.11-1-686-pae (debian-ker...@lists.debian.org) (gcc version 
4.8.1 (Debian 4.8.1-10) ) #1 SMP Debian 3.11.5-1 (2013-10-17)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.11-1-686-pae 
root=UUID=3b36aee6-78ed-44c3-be2f-158767f5c289 ro video=VGA-1:1024x768m@75Hz 
quiet

** Not tainted

** Kernel log:
[9.003294] snd_intel8x0 :00:06.0: setting latency timer to 64
[9.004313] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 19
[9.004851] nouveau  [  DEVICE][:01:00.0] BOOT0  : 0x01f000a5
[9.004856] nouveau  [  DEVICE][:01:00.0] Chipset: nForce2 (NV1F)
[9.004860] nouveau  [  DEVICE][:01:00.0] Family : NV10
[9.006221] nouveau  [   VBIOS][:01:00.0] checking PRAMIN for image...
[9.037286] nouveau  [   VBIOS][:01:00.0] ... checksum invalid
[9.037291] nouveau  [   VBIOS][:01:00.0] checking PROM for image...
[9.037306] nouveau  [   VBIOS][:01:00.0] ... signature not found
[9.037310] nouveau  [   VBIOS][:01:00.0] checking ACPI for image...
[9.037313] nouveau  [   VBIOS][:01:00.0] ... signature not found
[9.037316] nouveau  [   VBIOS][:01:00.0] checking PCIROM for image...
[9.041241] nouveau  [   VBIOS][:01:00.0] ... appears to be valid
[9.041246] nouveau  [   VBIOS][:01:00.0] using image from PCIROM
[9.041250] nouveau  [   VBIOS][:01:00.0] BMP version 5.15
[9.041432] nouveau  [   VBIOS][:01:00.0] version 04.1f.00.07.00
[9.041447] nouveau W[   VBIOS][:01:00.0] unknown i2c type 3
[9.041523] nouveau W[   VBIOS][:01:00.0] unknown i2c type 3
[9.041814] nouveau W[  PTIMER][:01:00.0] unknown input clock freq
[9.041827] nouveau  [ PFB][:01:00.0] RAM type: stolen system memory
[9.041831] nouveau  [ PFB][:01:00.0] RAM size: 64 MiB
[9.041834] nouveau  [ PFB][:01:00.0]ZCOMP: 0 tags
[9.046486] agpgart-nvidia :00:00.0: AGP 2.0 bridge
[9.046504] agpgart-nvidia :00:00.0: putting AGP V2 device into 4x mode
[9.046554] nouveau :01:00.0: putting AGP V2 device into 4x mode
[9.046652] [TTM] Zone  kernel: Available graphics memory: 224412 kiB
[9.046655] [TTM] Initializing pool allocator
[9.046664] [TTM] Initializing DMA pool allocator
[9.046691] nouveau  [ DRM] VRAM: 63 MiB
[9.046694] nouveau  [ DRM] GART: 64 MiB
[9.046699] nouveau  [ DRM] BMP version 5.21
[9.046703] nouveau  [ DRM] DCB version 2.0
[9.046709] nouveau  [ DRM] DCB outp 00: 01000100 88b8
[9.046713] nouveau  [ DRM] DCB outp 01: 02010210 88b8
[9.047788] nouveau  [ DRM] Saving VGA fonts
[9.095148] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[9.095154] [drm] No driver support for vblank timestamp query.
[9.115419] nouveau W[ DRM] Unknown memclock table version 0.
[9.115424] nouveau  [ DRM] 0 available performance level(s)
[9.115429] nouveau  [ DRM] c: core 200MHz memory 167045M
[9.117337] nouveau  [ DRM] MM: using M2MF for buffer copies
[9.117359] parse error at position 13 in video mode '1024x768m@75Hz'
[9.172505] nouveau  [ DRM] allocated 1024x768 fb: 0x9000, bo da443600
[9.172640] fbcon: nouveaufb (fb0) is primary device
[9.352023] Console: switching to colour frame buffer device 128x48
[9.353822] nouveau :01:00.0: fb0: nouveaufb frame buffer device
[9.353827] nouveau :01:00.0: registered panic notifier
[9.353834] [drm] Initialized nouveau 1.1.1 20120801 for :01:00.0 on 
minor 0
[9.424028] intel8x0_measure_ac97_clock: measured 54206 usecs (2632 samples)
[9.424034] intel8x0: clocking to 47451
[9.879368] cfg80211: Calling CRDA to update world regulatory domain
[   10.188311] usb 1-2.4: reset high-speed USB device number 4 using ehci-pci
[   10.289153] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 
detected
[   10.343410] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
[   10.384192] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.384747] usbcore: registered new interface driver rt2800usb
[   11.468500] cfg80211: World regulatory domain updated:
[   11.468508] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[   11.468512] cfg80211:   (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   11.468515] cfg80211:   (2457000 KHz - 2482000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   11.468519] cfg80211:   (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[   11.468522] cfg80211:   (517 KHz - 525 

Bug#727560: samba: Overwrite /etc/samba/smb.conf without warnings

2013-10-24 Thread Nicholas
Package: samba
Version: 2:4.0.10+dfsg-3
Severity: important

Dear Maintainer,

After update (apt-get update and apt-get install) the /etc/samba/smb.conf
was overwritten with a new version without any warnings at all. (and the
conf. file was changed after last install)

Christian

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

Kernel: Linux 3.9.0 (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 samba depends on:
ii  adduser 3.113+nmu3
ii  dpkg1.17.1
ii  libbsd0 0.6.0-1
ii  libc6   2.17-93
ii  libldb1 1:1.1.16-1
ii  libpam-modules  1.1.3-10
ii  libpam-runtime  1.1.3-10
ii  libpopt01.16-7
ii  libroken18-heimdal  1.6~git20120403+dfsg1-4
ii  libtalloc2  2.1.0-1
ii  libtdb1 1.2.12-1
ii  libtevent0  0.9.19-1
ii  lsb-base4.1+Debian12
ii  procps  1:3.3.8-2
ii  python  2.7.5-5
ii  python-dnspython1.11.0-1
ii  python-samba2:4.0.10+dfsg-3
pn  python2.7:any   none
ii  samba-common2:4.0.10+dfsg-3
ii  samba-common-bin2:4.0.10+dfsg-3
ii  samba-dsdb-modules  2:4.0.10+dfsg-3
ii  samba-libs  2:4.0.10+dfsg-3
ii  sysv-rc 2.88dsf-43
ii  tdb-tools   1.2.12-1
ii  update-inetd4.43

Versions of packages samba recommends:
ii  attr   1:2.4.47-1
ii  logrotate  3.8.6-1

Versions of packages samba suggests:
pn  bind9  none
pn  bind9utils none
pn  ctdb   none
pn  ldb-tools  none
ii  ntp1:4.2.6.p5+dfsg-3
pn  smbldap-tools  none
ii  winbind2:4.0.10+dfsg-3

-- debconf information:
* samba/run_mode: daemons
  samba-common/title:


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



Bug#727192: gnome-screensaver: From 3.6 ignores pam and doesn't renew kerberos ticket

2013-10-24 Thread Laurent Bigonville
reassign gnome-shell 3.8.4-4
thanks

Le Wed, 23 Oct 2013 17:09:53 +0200,
Michal Kašpar mkas...@it-media.cz a écrit :

 On St, 2013-10-23 at 16:56 +0200, Laurent Bigonville wrote:
  With gnome-shell, gnome-screensaver is actually not used anymore.
 
 Thank you for the reply. I use gnome-shell. So the bug should be
 reassigned there?

Just reassigned it

Cheers,

Laurent Bigonville


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



Bug#725626: gpsshogi: FTBFS on i386: /usr/bin/ld: cannot find -lboost_thread-mt

2013-10-24 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS.
 I'm not familar with boost, so please check whether it is appropriate or not.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru gpsshogi-0.6.0/debian/changelog gpsshogi-0.6.0/debian/changelog
--- gpsshogi-0.6.0/debian/changelog	2013-07-21 22:09:06.0 +0900
+++ gpsshogi-0.6.0/debian/changelog	2013-10-24 10:18:54.0 +0900
@@ -1,3 +1,17 @@
+gpsshogi (0.6.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+- not specify boost1.49 but libboost-dev, now it depends on 1.54, 
+  and it'll fix FTBFS (Closes: #725626)
+  * debian/rules
+- s/-lboost_*-mt/-lboost_*/ since libboost-*1.54-dev doesn't have
+  -mt files
+  * debian/qt-common-local.pro.{i386,amd64}
+- remove BOOST_POSTFIX* as well as above
+
+ -- Hideki Yamane henr...@debian.org  Thu, 24 Oct 2013 09:21:37 +0900
+
 gpsshogi (0.6.0-1) unstable; urgency=low
 
   * New upstream release (r2844).
diff -Nru gpsshogi-0.6.0/debian/control gpsshogi-0.6.0/debian/control
--- gpsshogi-0.6.0/debian/control	2013-07-21 22:09:06.0 +0900
+++ gpsshogi-0.6.0/debian/control	2013-10-24 10:20:29.0 +0900
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Daigo Moriwaki da...@debian.org
-Build-Depends: debhelper (= 7), cdbs, quilt, dpkg-dev (= 1.16.1~), libosl-dev (= 0.6.0), libboost1.49-all-dev, libgoogle-perftools-dev, chrpath, help2man, libqt4-dev, qt4-dev-tools, libpoco-dev, libreadline6-dev, libgsl0-dev
+Build-Depends: debhelper (= 7), cdbs, quilt, dpkg-dev (= 1.16.1~), libosl-dev (= 0.6.0), libboost-all-dev, libgoogle-perftools-dev, chrpath, help2man, libqt4-dev, qt4-dev-tools, libpoco-dev, libreadline6-dev, libgsl0-dev
 Standards-Version: 3.9.4
 Homepage: http://gps.tanaka.ecc.u-tokyo.ac.jp/gpsshogi/pukiwiki.php
 Vcs-Browser: http://git.debian.org/?p=collab-maint/gpsshogi.git;a=summary
diff -Nru gpsshogi-0.6.0/debian/qt-common-local.pro.amd64 gpsshogi-0.6.0/debian/qt-common-local.pro.amd64
--- gpsshogi-0.6.0/debian/qt-common-local.pro.amd64	2013-07-21 22:09:06.0 +0900
+++ gpsshogi-0.6.0/debian/qt-common-local.pro.amd64	2013-10-24 09:56:02.0 +0900
@@ -16,5 +16,3 @@
 # to specify library path
 #QMAKE_LIBDIR_FLAGS = -L/usr/local/gcc-4.1/lib
 #
-BOOST_POSTFIX = -mt
-BOOST_POSTFIX_MT = -mt
diff -Nru gpsshogi-0.6.0/debian/qt-common-local.pro.i386 gpsshogi-0.6.0/debian/qt-common-local.pro.i386
--- gpsshogi-0.6.0/debian/qt-common-local.pro.i386	2013-07-21 22:09:06.0 +0900
+++ gpsshogi-0.6.0/debian/qt-common-local.pro.i386	2013-10-24 09:55:57.0 +0900
@@ -17,5 +17,3 @@
 # to specify library path
 #QMAKE_LIBDIR_FLAGS = -L/usr/local/gcc-4.1/lib
 #
-BOOST_POSTFIX = -mt
-BOOST_POSTFIX_MT = -mt
diff -Nru gpsshogi-0.6.0/debian/rules gpsshogi-0.6.0/debian/rules
--- gpsshogi-0.6.0/debian/rules	2013-07-21 22:09:06.0 +0900
+++ gpsshogi-0.6.0/debian/rules	2013-10-24 09:41:32.0 +0900
@@ -38,13 +38,13 @@
 
 build/gpsshogi::
 	# gpsusi, gpsshogi
-	$(MAKE) -C bin OSL_HOME=/usr/share/libosl-dev OSL_HOME_FLAGS=-DOSL_HOME=\\\/usr/share/gpsshogi-data\\\ FILE_TCMALLOC='' FILE_OSL_ALL='' LDFLAGS='-Wl,--as-needed `dpkg-buildflags --get LDFLAGS`' LDLIBS='-losl -lboost_date_time -lboost_filesystem-mt -lboost_serialization-mt -lboost_iostreams-mt -lboost_system-mt -ltcmalloc_minimal' RELEASE=t gpsshogi gpsusi
+	$(MAKE) -C bin OSL_HOME=/usr/share/libosl-dev OSL_HOME_FLAGS=-DOSL_HOME=\\\/usr/share/gpsshogi-data\\\ FILE_TCMALLOC='' FILE_OSL_ALL='' LDFLAGS='-Wl,--as-needed `dpkg-buildflags --get LDFLAGS`' LDLIBS='-losl -lboost_date_time -lboost_filesystem -lboost_serialization -lboost_iostreams -lboost_system -ltcmalloc_minimal' RELEASE=t gpsshogi gpsusi
 	help2man --section 6 -n GPSShogi for XShogi and the CSA protocol --no-info \
 	  $(CURDIR)/bin/gpsshogi  $(CURDIR)/debian/gpsshogi.1
 	help2man --section 6 -n GPSShogi for the USI protocol --no-info \
 	  $(CURDIR)/bin/gpsusi  $(CURDIR)/debian/gpsusi.1
 	# gpsshell
-	$(MAKE) -C sample/gpsshell OSL_HOME=/usr/share/libosl-dev OSL_HOME_FLAGS=-DOSL_HOME=\\\/usr/share/gpsshogi-data\\\ FILE_TCMALLOC='' FILE_OSL_ALL='' LDFLAGS='-Wl,--as-needed `dpkg-buildflags --get LDFLAGS`' LDLIBS='-losl -lboost_date_time -lboost_filesystem-mt -lboost_serialization-mt -lboost_iostreams-mt -lboost_system-mt -ltcmalloc_minimal' RELEASE=t gpsshell
+	$(MAKE) -C sample/gpsshell OSL_HOME=/usr/share/libosl-dev OSL_HOME_FLAGS=-DOSL_HOME=\\\/usr/share/gpsshogi-data\\\ FILE_TCMALLOC='' FILE_OSL_ALL='' LDFLAGS='-Wl,--as-needed `dpkg-buildflags --get LDFLAGS`' LDLIBS='-losl -lboost_date_time -lboost_filesystem -lboost_serialization -lboost_iostreams -lboost_system -ltcmalloc_minimal' RELEASE=t gpsshell
 	help2man --section 6 -n GPSShogi shell like client --version-string gpsshell --no-info \
 	  $(CURDIR)/sample/gpsshell/gpsshell  $(CURDIR)/debian/gpsshell.1
 	# viewer


Bug#724471: smokeping: FTBFS: configure.ac:24: error: required file 'conftools/compile' not found

2013-10-24 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru smokeping-2.6.9/debian/changelog smokeping-2.6.9/debian/changelog
--- smokeping-2.6.9/debian/changelog	2013-03-17 01:07:00.0 +0900
+++ smokeping-2.6.9/debian/changelog	2013-10-24 19:44:08.0 +0900
@@ -1,3 +1,14 @@
+smokeping (2.6.9-1~exp0.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- run autoreconf instead of other autotools to fix FTBFS (Closes: #724471)
+  * debian/patches
+- add ignore_roff-error.patch to ignore pod2man error since 
+  'the master/slave mode' contains non-escaped /
+
+ -- Hideki Yamane henr...@debian.org  Thu, 24 Oct 2013 19:44:01 +0900
+
 smokeping (2.6.9-1~exp0) experimental; urgency=high
 
   * New upstream release to properly fix CVE-2012-0790 (Closes: #659899)
diff -Nru smokeping-2.6.9/debian/patches/ignore_roff-error.patch smokeping-2.6.9/debian/patches/ignore_roff-error.patch
--- smokeping-2.6.9/debian/patches/ignore_roff-error.patch	1970-01-01 09:00:00.0 +0900
+++ smokeping-2.6.9/debian/patches/ignore_roff-error.patch	2013-10-24 19:46:36.0 +0900
@@ -0,0 +1,21 @@
+Description: ignore roff error
+
+ Probably -Lthe master/slave mode doesn't make sense, so just remove it.
+ (I'm not sure ;-)
+
+Author: Hideki Yamane henr...@debian.org
+
+Forwarded: no
+Last-Update: 2013-10-24
+
+--- smokeping-2.6.9.orig/lib/Smokeping.pm
 smokeping-2.6.9/lib/Smokeping.pm
+@@ -2631,7 +2631,7 @@ DOC
+ The base directory where SmokePing keeps the files related to the DYNAMIC function.
+ This directory must be writeable by the WWW server. It is also used for temporary
+ storage of slave polling results by the master in 
+-Lthe master/slave mode|smokeping_master_slave.
++smokeping_master_slave.
+ 
+ If this variable is not specified, the value of Cdatadir will be used instead.
+ DOC
diff -Nru smokeping-2.6.9/debian/patches/series smokeping-2.6.9/debian/patches/series
--- smokeping-2.6.9/debian/patches/series	2013-03-17 01:07:00.0 +0900
+++ smokeping-2.6.9/debian/patches/series	2013-10-24 19:42:03.0 +0900
@@ -6,3 +6,4 @@
 fix-conf-path-cgi
 typo_642197
 fix-400d-graph
+ignore_roff-error.patch
diff -Nru smokeping-2.6.9/debian/rules smokeping-2.6.9/debian/rules
--- smokeping-2.6.9/debian/rules	2013-03-17 01:07:00.0 +0900
+++ smokeping-2.6.9/debian/rules	2013-10-24 19:42:03.0 +0900
@@ -22,9 +22,7 @@
 TMP=$(CURDIR)/debian/smokeping
 
 override_dh_auto_configure:
-	aclocal
-	autoconf
-	automake
+	autoreconf -fi
 	./configure --prefix=/usr --with-htdocs-dir=/usr/share/smokeping/www --bindir=/usr/sbin --sysconfdir=/usr/share/doc/smokeping/
 
 


Bug#720818: sinfo: FTBFS: ld: cannot find -lboost_signals-mt

2013-10-24 Thread Hideki Yamane
Control: tags -1 +patch

Hi,

 Attached patch would fix this FTBFS, could you check and consider to 
 apply it, please?

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -Nru sinfo-0.0.46/debian/changelog sinfo-0.0.46/debian/changelog
--- sinfo-0.0.46/debian/changelog	2012-06-30 20:59:06.0 +0900
+++ sinfo-0.0.46/debian/changelog	2013-10-24 10:55:47.0 +0900
@@ -1,3 +1,12 @@
+sinfo (0.0.46-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches
+- add dont-specify_-mt.patch to fix FTBFS (Closes: #720818)
+  since boost1.54 doesn't have -mt files
+
+ -- Hideki Yamane henr...@debian.org  Thu, 24 Oct 2013 10:54:06 +0900
+
 sinfo (0.0.46-2) unstable; urgency=low
 
   * [4d938bb] Remove .la files on all architectures
diff -Nru sinfo-0.0.46/debian/patches/dont-specify_-mt.patch sinfo-0.0.46/debian/patches/dont-specify_-mt.patch
--- sinfo-0.0.46/debian/patches/dont-specify_-mt.patch	1970-01-01 09:00:00.0 +0900
+++ sinfo-0.0.46/debian/patches/dont-specify_-mt.patch	2013-10-24 10:55:04.0 +0900
@@ -0,0 +1,44 @@
+--- a/sinfo/Makefile.am
 b/sinfo/Makefile.am
+@@ -37,7 +37,7 @@
+ 	../libprotocol/libprotocol.la	\
+ 	../libprotocolasio/libprotocolasio.la	\
+ 	-lpthread			\
+-	-lboost_signals-mt		\
++	-lboost_signals		\
+ 	$(CURSES_LIB)
+ 
+ MAINTAINERCLEANFILES = \
+--- a/sinfo/Makefile.in
 b/sinfo/Makefile.in
+@@ -273,7 +273,7 @@
+ 	../libprotocol/libprotocol.la	\
+ 	../libprotocolasio/libprotocolasio.la	\
+ 	-lpthread			\
+-	-lboost_signals-mt		\
++	-lboost_signals		\
+ 	$(CURSES_LIB)
+ 
+ MAINTAINERCLEANFILES = \
+--- a/sinfod/Makefile.am
 b/sinfod/Makefile.am
+@@ -38,7 +38,7 @@
+ 	../libmessageparser/libmessageparser.la	\
+ 	../libmessageiobase/libmessageiobase.la	\
+ 	../libmessageio/libmessageio.la	\
+-	-lpthread -lboost_signals-mt
++	-lpthread -lboost_signals
+ 
+ MAINTAINERCLEANFILES = \
+ 	$(IDLXSOURCES)
+--- a/sinfod/Makefile.in
 b/sinfod/Makefile.in
+@@ -273,7 +273,7 @@
+ 	../libmessageparser/libmessageparser.la	\
+ 	../libmessageiobase/libmessageiobase.la	\
+ 	../libmessageio/libmessageio.la	\
+-	-lpthread -lboost_signals-mt
++	-lpthread -lboost_signals
+ 
+ MAINTAINERCLEANFILES = \
+ 	$(IDLXSOURCES)
diff -Nru sinfo-0.0.46/debian/patches/series sinfo-0.0.46/debian/patches/series
--- sinfo-0.0.46/debian/patches/series	2012-06-30 00:01:13.0 +0900
+++ sinfo-0.0.46/debian/patches/series	2013-10-24 10:52:51.0 +0900
@@ -1 +1,2 @@
 0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch
+dont-specify_-mt.patch


Bug#727562: [aptitude] On start: aptitude: symbol lookup error: aptitude: undefined symbol

2013-10-24 Thread Benjamin Eikel
Package: aptitude
Version: 0.6.8.2-1.2
Severity: important

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

When starting aptitude, I get the following error message:

aptitude: symbol lookup error: aptitude: undefined symbol: 
_ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

Aptitude does not start.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.11-1-amd64

Debian Release: jessie/sid
  500 unstableftp.de.debian.org 
  500 testing security.debian.org 
  500 testing ftp.de.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.de.debian.org 
  101 experimentalftp.de.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
aptitude-common(= 0.6.8.2-1.2) | 0.6.8.2-1.2
libapt-pkg4.12   (= 0.9.11.1) | 0.9.12.1
libboost-iostreams1.54.0   | 1.54.0-3
libc6(= 2.14) | 
libcwidget3| 
libept1.4.12(= 1.0.9) | 
libgcc1   (= 1:4.1.1) | 
libncursesw5 (= 5.6+20070908) | 
libsigc++-2.0-0c2a  (= 2.0.2) | 
libsqlite3-0(= 3.6.5) | 
libstdc++6(= 4.6) | 
libtinfo5  | 
libxapian22| 
zlib1g(= 1:1.1.4) | 


Recommends (Version) | Installed
-+-===
aptitude-doc-en  | 
 OR aptitude-doc | 
sensible-utils   | 0.0.9
apt-xapian-index | 
libparse-debianchangelog-perl| 1.2.0-1


Suggests  (Version) | Installed
===-+-===
tasksel | 3.17
debtags | 



--- Output from package bug script ---
Terminal: xterm
:0 is set.
which aptitude: /usr/bin/aptitude

aptitude version information:

aptitude linkage:
linux-vdso.so.1 (0x7b5fe000)
libapt-pkg.so.4.12 = /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12 
(0x7f5001f26000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5 
(0x7f5001cf6000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5 
(0x7f5001acc000)
libsigc-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0 
(0x7f50018c7000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f50015c7000)
libept.so.1.aptpkg4.12 = /usr/lib/x86_64-linux-
gnu/libept.so.1.aptpkg4.12 (0x7f500136d000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f5000f8a000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7f5000d72000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 
(0x7f5000abb000)
libboost_iostreams.so.1.54.0 = /usr/lib/libboost_iostreams.so.1.54.0 
(0x7f50008a1000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f5000685000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6 
(0x7f5000381000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f583000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1 
(0x7f4fffe6d000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f4fffac)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f4fff8bd000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f4fff6b9000)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0 
(0x7f4fff4a8000)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f4fff4a2000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f4fff299000)
/lib64/ld-linux-x86-64.so.2 (0x7f50028ad000)


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



Bug#727561: augeas-lenses: NagiosConfig can't handle incinga configuration files

2013-10-24 Thread Juan Sierra Pons
Package: augeas-lenses
Version: 1.0.0-1.1
Severity: normal

Dear Maintainer,
augeas-lenses does not support icinga configuration files. While the version 
(1.1.0 - 2013-06-14) on augeas webpage says it can handle them
http://augeas.net/docs/references/lenses/files/nagioscfg-aug.html#NagiosConfig.Lens_Usage

This lens applies to /etc/{nagios{3,},icinga/*.cfg.

http://augeas.net/news.html

NagiosCfg: handle Icinga and resources.cfg (Jasper Lievisse Adriaanse)


Thank for your time

Regards

*** End of the template - remove these lines ***


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

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

augeas-lenses depends on no packages.

augeas-lenses recommends no packages.

Versions of packages augeas-lenses suggests:
pn  augeas-doc  none

-- no debconf information


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



Bug#727563: okular: Okular fails to print files to a SAMBA PostScript printer

2013-10-24 Thread Grzegorz Andruszkiewicz
Package: okular
Version: 4:4.10.5-1
Severity: normal

Dear Maintainer,

I was trying to print a couple of pages of a pdf, and then a djvu document from
Okular on my college's HP PostScript printer, accessed using the smp://
protocol. The first page prints fine, but usually around the middle of the
second page the printer stops, and prints a page with error that there was an
unknown command known (if I understand it correctly).



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'stable'), (50, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.10-3-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages okular depends on:
ii  kde-runtime   4:4.10.5-1
ii  libc6 2.17-93
ii  libfreetype6  2.4.9-1.1
ii  libgcc1   1:4.8.1-10
ii  libjpeg8  8d-1
ii  libkactivities6   4:4.10.5-1
ii  libkdecore5   4:4.10.5-1+b1
ii  libkdeui5 4:4.10.5-1+b1
ii  libkio5   4:4.10.5-1+b1
ii  libkparts44:4.10.5-1+b1
ii  libkprintutils4   4:4.10.5-1+b1
ii  libkpty4  4:4.10.5-1+b1
ii  libokularcore24:4.10.5-1
ii  libphonon44:4.6.0.0-3
ii  libpoppler-qt4-3  0.18.4-8
ii  libqca2   2.0.3-4
ii  libqimageblitz4   1:0.0.6-4
ii  libqt4-dbus   4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-svg4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-xml4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtcore44:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtgui4 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libsolid4 4:4.10.5-1+b1
ii  libspectre1   0.2.7-2
ii  libstdc++64.8.1-10
ii  phonon4:4.6.0.0-3
ii  zlib1g1:1.2.8.dfsg-1

okular recommends no packages.

Versions of packages okular suggests:
ii  ghostscript9.05~dfsg-8
ii  jovie  4:4.10.5-1
ii  okular-extra-backends  4:4.10.5-1
ii  poppler-data   0.4.6-4
ii  texlive-binaries   2013.20130729.30972-2
ii  unrar  1:5.0.10-1

-- no debconf information


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



Bug#727564: openvpn-auth-radius: netmask computation is bogus

2013-10-24 Thread Samuel Thibault
Package: openvpn-auth-radius
Version: 2.1-4
Severity: normal
Tags: upstream patch

Hello,

The netmask computation is bogus, using for instance 10.11.12.13/29
leads to bogus values such as 255.255.255.248. (with a trailing dot).
Worse, on amd64 there's an additional 0 leading to a buffer overflow
which drops the route itself.

The attached patch rewrites the computation in a much more simple and
working way. It has already been submitted upstream on May 24th and
today, without any answer so far.

Samuel

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

Kernel: Linux 3.11.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Subject: [PATCH] Fix iroute netmask computation

This rewrites computation of the netmask from CIDR netmask.  It was
previously completely buggy due to using j instead of k.  Using doubles
to store a 32bit value is not really safe, and using masks and shifts
is much simpler actually.

--- a/UserAuth.cpp  29 Aug 2012 10:22:57 -  1.10
+++ b/UserAuth.cpp  24 May 2013 21:48:26 -
@@ -1493,11 +1493,10 @@ int UserAuth::createCcdFile(PluginContex
char framedroutes[4096];
char framednetmask_cidr[3]; // -/24
char framednetmask[16]; // -255.255.255.0
-   char mask_part[6];
char framedgw[16];
char framedmetric[5]; //what is the biggest metric? 

-   double d1,d2;
+   unsigned long d1,d2;

int j=0,k=0;
int len=0;
@@ -1602,7 +1601,6 @@ int UserAuth::createCcdFile(PluginContex
{
j=0;k=0;
//set everything back for the 
next route entry
-   memset(mask_part,0,6);
memset(framednetmask_cidr,0,3);
memset(framedip,0,16);
memset(framednetmask,0,16);
@@ -1674,78 +1672,31 @@ int UserAuth::createCcdFile(PluginContex



//create string for 
client config file
//transform 
framednetmask_cidr
-   d2=7;
-   d1=0;

memset(framednetmask,0,16);
-   if 
(atoi(framednetmask_cidr)32)
+   
d2=atoi(framednetmask_cidr);
+   if (d232)
{
cerr  
getTime()  RADIUS-PLUGIN: Bad net CIDR netmask.\n;
}
else
{
-   for (k=1; 
k=atoi(framednetmask_cidr); k++)
+   if (d2==32)
{
-   
d1=d1+pow(2,d2);
-   d2--;
-   
-   if 
(k==8)
-   {
-   
sprintf(mask_part,%.0lf., d1);
-   
d1=0;
-   
d2=7;
-   
strncat(framednetmask, mask_part, 4);
-   
memset(mask_part,0,6);
-   }
-   
if(k==16)
-   {
-   
sprintf(mask_part,%.0lf., d1);
- 

Bug#664841: logstash upstream provides debian sources

2013-10-24 Thread Antoine Musso
Hello,

I just found out the logstash project does contain a debian directory,
albeit under /pkg/ which is not obvious.

Source tree:

 https://github.com/logstash/logstash/tree/master/pkg/debian

Lame commands for the lazy ones:

 git clone https://github.com/logstash/logstash.git
 cd logstash/pkg/debian


-- 
Antoine hashar Musso


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



Bug#709084: fim SEGVs immediately

2013-10-24 Thread Salvatore Bonaccorso
Hi

There is a new upstream version (4.0rc0). Have not verified if his
addresses this issue, though.

Regards,
Salvatore


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



Bug#727562: [Aptitude-devel] Bug#727562: [aptitude] On start: aptitude: symbol lookup error: aptitude: undefined symbol

2013-10-24 Thread Axel Beckert
Control: reassign -1 libept1.4.12
Control: forcemerge 727540 -1

Hi Benjamin,

Benjamin Eikel wrote:
 When starting aptitude, I get the following error message:
 
 aptitude: symbol lookup error: aptitude: undefined symbol: 
 _ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

This is due to a faulty libept1.4.12 update. Reassigning and merging
accordingly.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


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



Bug#727467: munge: update config.{sub,guess} for the AArch64 port

2013-10-24 Thread oliva . g
On Wed, Oct 23, 2013 at 04:42:04PM -0700, Chris Dunlap wrote:
 munge-0.5.11 was released 2013-08-27.  It includes updated
 config.{guess,sub} files.

Yes I'm about to release it.

Chris can you please consider to add the patch attached?

Lintian pointed out that the systemd service file contains
After=syslog.target that is obsolete by now [1]

[1] 
http://lintian.debian.org/tags/systemd-service-file-refers-to-obsolete-target.html

Regards
-- 
Gennaro Oliva
--- munge-0.5.11.orig/src/etc/munge.service
+++ munge-0.5.11/src/etc/munge.service
@@ -2,7 +2,6 @@
 Description=MUNGE authentication service
 Documentation=man:munged(8)
 After=network.target
-After=syslog.target
 After=time-sync.target

 [Service]


Bug#587616: [dnssec-tools]: zonesigner fails if class field (i.e. IN) would be omitted with SOA record

2013-10-24 Thread Olaf Zaplinski
Package: dnssec-tools
Version: 1.13-1
Followup-For: Bug #587616

Dear Maintainer,
this bug still exists in the current version.

Cheers
Olaf


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

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
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 dnssec-tools depends on:
ii  bind9utils   1:9.8.4.dfsg.P1-6+nmu2+deb7u1
ii  libmailtools-perl2.09-1
ii  libnet-dns-perl  0.66-2+b2
ii  libnet-dns-sec-perl  0.16-2
ii  libtimedate-perl 1.2000-1
ii  perl 5.14.2-21+deb7u1

Versions of packages dnssec-tools recommends:
ii  bind9  1:9.8.4.dfsg.P1-6+nmu2+deb7u1

dnssec-tools suggests no packages.

-- no debconf information


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



Bug#727565: aptitude: latest version of aptitude crash on startup

2013-10-24 Thread Petr Bena
Package: aptitude
Version: 0.6.8.2-1.2
Severity: important

petanb@petrbena:~$ aptitude
aptitude: symbol lookup error: aptitude: undefined symbol:
_
ZNK7tagcoll4coll4FastISsSsE13getTagsOfItemERKSs

didn't touch anything, just did apt-get update; apt-get upgrade



-- Package-specific info:
Terminal: xterm
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:

aptitude linkage:
linux-vdso.so.1 (0x7fff227ff000)
libapt-pkg.so.4.12 = /usr/lib/x86_64-linux-gnu/libapt-pkg.so.4.12
(0x7f9cba97e000)
libncursesw.so.5 = /lib/x86_64-linux-gnu/libncursesw.so.5
(0x7f9cba74e000)
libtinfo.so.5 = /lib/x86_64-linux-gnu/libtinfo.so.5
(0x7f9cba524000)
libsigc-2.0.so.0 = /usr/lib/x86_64-linux-gnu/libsigc-2.0.so.0
(0x7f9cba31f000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f9cba01f000)
libept.so.1.aptpkg4.12 = /usr/lib/x86_64-linux-
gnu/libept.so.1.aptpkg4.12 (0x7f9cb9dc5000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f9cb99e2000)
libz.so.1 = /lib/x86_64-linux-gnu/libz.so.1 (0x7f9cb97ca000)
libsqlite3.so.0 = /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
(0x7f9cb9513000)
libboost_iostreams.so.1.54.0 = /usr/lib/libboost_iostreams.so.1.54.0
(0x7f9cb92f9000)
libpthread.so.0 = /lib/x86_64-linux-gnu/libpthread.so.0
(0x7f9cb90dd000)
libstdc++.so.6 = /usr/lib/x86_64-linux-gnu/libstdc++.so.6
(0x7f9cb8dd9000)
libm.so.6 = /lib/x86_64-linux-gnu/libm.so.6 (0x7f9cb8adb000)
libgcc_s.so.1 = /lib/x86_64-linux-gnu/libgcc_s.so.1
(0x7f9cb88c5000)
libc.so.6 = /lib/x86_64-linux-gnu/libc.so.6 (0x7f9cb8518000)
libutil.so.1 = /lib/x86_64-linux-gnu/libutil.so.1 (0x7f9cb8315000)
libdl.so.2 = /lib/x86_64-linux-gnu/libdl.so.2 (0x7f9cb8111000)
libbz2.so.1.0 = /lib/x86_64-linux-gnu/libbz2.so.1.0
(0x7f9cb7f0)
libuuid.so.1 = /lib/x86_64-linux-gnu/libuuid.so.1 (0x7f9cb7efa000)
librt.so.1 = /lib/x86_64-linux-gnu/librt.so.1 (0x7f9cb7cf1000)
/lib64/ld-linux-x86-64.so.2 (0x7f9cbb2ff000)

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

Kernel: Linux 3.11.2-lite (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 aptitude depends on:
ii  aptitude-common   0.6.8.2-1.2
ii  libapt-pkg4.120.9.12.1
ii  libboost-iostreams1.54.0  1.54.0-3
ii  libc6 2.17-93
ii  libcwidget3   0.5.16-3.4
ii  libept1.4.12  1.0.10
ii  libgcc1   1:4.8.2-1
ii  libncursesw5  5.9+20130608-1
ii  libsigc++-2.0-0c2a2.2.10-0.2
ii  libsqlite3-0  3.8.0.2-1
ii  libstdc++64.8.2-1
ii  libtinfo5 5.9+20130608-1
ii  libxapian22   1.2.15-2
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages aptitude recommends:
ii  apt-xapian-index0.46
ii  aptitude-doc-en [aptitude-doc]  0.6.8.2-1.2
ii  libparse-debianchangelog-perl   1.2.0-1
ii  sensible-utils  0.0.9

Versions of packages aptitude suggests:
pn  debtags  none
ii  tasksel  3.17


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



Bug#727565: Doesn't even compile

2013-10-24 Thread Petr Bena
I was trying to compile the source package, and there seem to be some error:

sqlite.cc:255:65:   required from here
sqlite.cc:214:5: error:
‘aptitude::sqlite::statement::statement(aptitude::sqlite::db,
sqlite3_stmt*)’ is private
 statement::statement(db _parent, sqlite3_stmt *_handle)
 ^
In file included from /usr/include/boost/smart_ptr/make_shared.hpp:15:0,
 from /usr/include/boost/make_shared.hpp:15,
 from sqlite.h:28,
 from sqlite.cc:21:
/usr/include/boost/smart_ptr/make_shared_object.hpp:747:5: error:
within this context
 ::new( pv ) T( a1, a2 );


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



Bug#727574: RM: gnome-do [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727568: RM: bareftp [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727572: RM: gmime [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727566: RM: banshee-community-extensions [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727569: RM: activiz.net [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727571: RM: f-spot [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727570: RM: antlr [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727567: RM: banshee [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727573: RM: cowbell [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727575: RM: gnome-keyring-sharp [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727577: RM: gnome-desktop-sharp2 [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727580: RM: libkarma [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727583: RM: mono [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727586: RM: libindicate [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727585: RM: gstreamer-sharp [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727582: RM: gtk-sharp2 [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727576: RM: fsgateway [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727581: RM: libappindicator [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727579: RM: gnome-sharp2 [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727578: RM: gnome-subtitles [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727584: RM: ikvm [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727590: RM: tomboy [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727587: RM: shogun [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727594: IA64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: libgpod
Severity: normal

Dear maintainer,
  
Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Your package is currently using a hand-crafted list of supported architectures, 
which will need to be adjusted to remove IA64.

As advance warning, support for little-endian MIPS (mipsel) will be added to 
Mono in Unstable in the coming weeks, so your package will require further 
modification to its architectures list.


Thanks.


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



Bug#727589: RM: mono-fuse [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727598: RM: longomatch [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727595: IA64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: gdcm
Severity: normal

Dear maintainer,
  
Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Your package is currently using a hand-crafted list of supported architectures, 
which will need to be adjusted to remove IA64.

As advance warning, support for little-endian MIPS (mipsel) will be added to 
Mono in Unstable in the coming weeks, so your package will require further 
modification to its architectures list.


Thanks.


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



Bug#727588: RM: zeroc-ice [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



Bug#727596: RM: tangerine [ia64] -- ANAIS; ia64 support removed from Mono

2013-10-24 Thread Jo Shields
Package: ftp.debian.org
Severity: normal

Dear FTP team,

Itanium support has been dropped upstream in Mono, so all Mono-related packages 
for IA64 need to be removed.

Thanks.


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



  1   2   3   >