Bug#743027: ansible: copy module does not work with parameter directory_mode

2014-03-30 Thread Johannes Graumann
Package: ansible
Version: 1.5.3+dfsg-1
Severity: normal

Dear Maintainer,

According to the upstream ansible documentation ( 
http://docs.ansible.com/copy_module.html ), 
tasks using the 'copy' module supposedly accept the parameter 'directory_mode' 
as of ansible 
version 1.5.

The debian-shipped version does not recognize that parameter.

Using an inventory containing localhost, the following playbook demonstrates 
the failure:

CUT
---

- name: Demonstrate the copy bug
  hosts: all
  tasks:
  - name: Demonstrate the copy bug 1a - Make up src
action: shell mkdir -p /tmp/2bcopied
  - name: Demonstrate the copy bug 1b - Make up src
action: shell touch /tmp/2bcopied/dummy.txt
  - name: Demonstrate the copy bug 2 - Make up dest
action: shell mkdir -p /tmp/copytarget
  - name: Demonstrate the copy bug 3 - Working copy
action: copy src=/tmp/2bcopied dest=/tmp/copytarget mode=644
  - name: Demonstrate the copy bug 4 - Breaking copy
action: copy src=/tmp/2bcopied dest=/tmp/copytarget mode=644 
directory_mode=755

CUT

Sincerely, Joh

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

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

Versions of packages ansible depends on:
ii  openssh-client   1:6.5p1-6
ii  python   2.7.5-5
ii  python-crypto2.6.1-4
ii  python-httplib2  0.8-2
ii  python-jinja22.7.2-2
ii  python-paramiko  1.10.1-1
ii  python-yaml  3.10-4+b2

ansible recommends no packages.

Versions of packages ansible suggests:
pn  ansible-doc  none
pn  sshpass  none

-- Configuration Files:
/etc/ansible/hosts changed [not included]

-- 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#742207: [PATCH] Update the handling of colour output for more use-cases.

2014-03-30 Thread Lucas De Marchi
On Sat, Mar 22, 2014 at 3:05 AM, Paul Wise pa...@bonedaddy.net wrote:
 Disable colours when stdout is not a terminal by default.

 Add an option to enable colours when stdout is not a terminal.

 Fixes: https://bugs.debian.org/742207
 ---

Applied. Thanks.

Lucas De Marchi


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



Bug#743028: New Version 24.4 Available Upstream

2014-03-30 Thread Jeffrey Cliff
Package: emacs24
Version: 24.3+1-2

As per 
http://www.masteringemacs.org/articles/2013/12/29/whats-new-in-emacs-24-4/,
A newer version is available upstream, in Savannah ( 24.4.50 ).  For
sure 24.4 is ready to at the very least go into experimental, here in
Debian.

-- 
GENERATION 26: The first time you see this, copy it into your sig on any
forum and add 1 to the generation


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



Bug#714959: linux-image-3.2.0-4-kirkwood mdraid array fails to assemble b/c drives are not yet ready (sata_mv)

2014-03-30 Thread Ian Campbell
On Sat, 2014-03-29 at 19:33 +0100, Andrew Lunn wrote:
  Having looked back at the initial mail, it looks like dmesg_error.txt
  and dmesg_after_patch.txt show approximately the same thing, or at least
  I'm not spotting the error.
 
 I think error is too strong a word. It is more a problem of just
 going too slow. Take a look at the time stamps. In the error case,
 it takes it nearly 5 minutes to get the raid array assembled and
 going.

Ah, I stripped the timestamps because they were interfering with the
diff, oops!

Ian.

  For some reason, adding the last disk to a partially assembled
 raid is getting delayed long after the disc pops into existence.
 
  Andrew
 
 


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



Bug#737497: postgis: Please add dependency “Suggests: postgis-doc”

2014-03-30 Thread Ben Finney
package postgis
tags 737497 + patch
thanks

On 03-Feb-2014, Ben Finney wrote:
 Administrating PostGIS requires understanding how it works and what it
 does. Please set a “Suggests: postgis-doc” dependency, so that
 administrators choosing to install ‘postgis’ will receive the suggestion.

The attached patch addresses this by adding “Suggests: postgis-doc”
relationships to two packages.

-- 
 \“I knew it was a shocking thing to say, but … no-one has the |
  `\right to spend their life without being offended.” —Philip |
_o__)  Pullman, 2010-03-28 |
Ben Finney b...@benfinney.id.au
diff --git a/debian/changelog b/debian/changelog
index 209d7f9..2fc8f3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+postgis (2.1.1-7) UNRELEASED; urgency=low
+
+  [ Ben Finney ]
+  
+  * Some binary packages require an understanding of the PostGIS system;
+add a “Suggests: postgis-doc” dependency.
+(Closes: bug#737497)
+
+ --
+
 postgis (2.1.1-6) unstable; urgency=low
 
   * Recommend postgresql-contrib-M.N for the fuzzystrmatch
diff --git a/debian/control b/debian/control
index c8a973b..071033c 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
 Package: postgis
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: postgresql-9.3-postgis-2.1
+Suggests:
+postgresql-9.3-postgis-2.1,
+postgis-doc
 Description: Geographic objects support for PostgreSQL
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS spatially enables
@@ -106,6 +108,7 @@ Depends: ${shlibs:Depends}, postgresql-9.3,
  postgresql-9.3-postgis-scripts, liblwgeom-2.1.1,
  ${misc:Depends}
 Recommends: postgis, postgresql-contrib-9.3
+Suggests: postgis-doc
 Breaks: postgis ( 1.2.1)
 Architecture: any
 Description: Geographic objects support for PostgreSQL 9.3


signature.asc
Description: Digital signature


Bug#742953: A little more clarity on the arduino serial port perhaps -

2014-03-30 Thread shirish शिरीष
Hi all,
I think a little clarity is needed here.

There we saw in two systems today at an arduino meetup, both running debian.

The shortcut way that one of the devs. at the maker shared was to do :-

$ sudo arduino

to get the serial port to show. I was a bit tired and distracted at
that time to be of any real help.

Later I remembered, that just like when trying to write a CD/DVD the
user has to be a member of the cdrom group. Similarly, for serial port
access he might need to be a member of some groups as well. Also
having the whole application exposed via sudo might entail a security
risk.

Then a quick search lead me to this :-

http://playground.arduino.cc/Linux/Debian#.UzcQ6x__TQU

and esp. this part :-

sudo usermod -a -G tty yourUserName

sudo usermod -a -G dialout yourUserName

I don't either have a PI or the aurdino to test this theory but was
able to get the groups part while trying an external hdd which I can
connect and disconnect at will.

before connecting :-

$ ls /dev/sd TAB
sda   sda1  sda2  sda5  sda6  sda7  sda8  sda9

After connecting the external hdd :-

$ ls /dev/sd
sda   sda1  sda2  sda5  sda6  sda7  sda8  sda9  sdb   sdb1

$ ls -al /dev/sdb
brw-rw 1 root floppy 8, 16 Mar 30 00:30 /dev/sdb

hence you can figure out the group from that and yourself to that
group and it should work.

Looking at the package, figured there is a binary which fixes the
permissions at least in debian.

$arduino-add-groups

Just run the command and see if it works without resorting to sudo.

If the above works, then the bug is no longer there, just send a blank mail to

742953-d...@bugs.debian.org

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


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



Bug#473561:

2014-03-30 Thread Eduard Dumitrescu
Hi,

This appears to be an 'apertium-dbus' bug (not 'apertium-tolk'). It
seems the code in 'src/command_line.py' used the deprecated 'os.popen3'
function and did not encode the input to UTF-8 before attempting to send
it over (nor did it decode the output). Switching to 'subprocess.Popen'
and adding the required encode/decode UTF-8 calls appears to have fixed
this bug.

Patch attached.
--- apertium-dbus-0.1/src/command_line.py	2008-01-19 12:57:10.0 -0500
+++ apertium-dbus-0.1/src/command_line_modified.py	2014-03-30 03:59:34.822066803 -0400
@@ -1,6 +1,6 @@
 def call(cmdline, _in):
-import os
-
+import subprocess
+
 A convenience function to invoke a subprocess with the
 parameter list name (where the first argument is the name
 of an executable). The subprocess is fed the contents of
@@ -8,17 +8,16 @@
 stderr from the subprocess. If stderr is not empty, we
 raise an exception, otherwise we return the contents of
 stdout.
-child_in, child_out, child_err = os.popen3( .join(cmdline))
-
-child_in.write(_in)
-child_in.close() # You MUST close the child's stdin to get output from some programs
-
-out = child_out.read()
-child_out.close()
-err = child_err.read()
-child_err.close()
-
-return out, err
+proc = subprocess.Popen(cmdline,
+stdin =subprocess.PIPE,
+stdout=subprocess.PIPE,
+stderr=subprocess.PIPE)
+proc.stdin.write(_in.encode('utf-8'))
+proc.stdin.close()
+proc.stdin = None
+out, err = proc.communicate()
+
+return out.decode('utf-8'), err.decode('utf-8')
 
 class OsCommand(object):
 def __init__(self, cmd):


signature.asc
Description: OpenPGP digital signature


Bug#743029: autopkgtest: Support access to package repository during testrun

2014-03-30 Thread Thomas Bechtold
Package: autopkgtest
Version: 2.11
Severity: wishlist

Dear Maintainer,

I want to write a dep8 test for python-diskimage-builder. The test
should do something like this:

1) Create a qemu image (with: disk-image-create -a amd64 -u -o debian-amd64 vm 
debian)
2) Boot the image with qemu
3) Try to login with ssh

For the first step, disk-image-create uses debootstrap which needs
access to a Debian mirror but during the tests I can not assume to have
internet access. So I need a mirror which I can use for the tests.

I guess other packages (ie debootstrap, openstack-debian-images)
need this as well to write dep8 tests.

Cheers,

Tom


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

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

Versions of packages autopkgtest depends on:
ii  apt-utils  0.9.16.1
ii  debhelper  9.20140228
ii  pbuilder   0.215
ii  python 2.7.5-5
ii  python-debian  0.1.21+nmu2

autopkgtest recommends no packages.

Versions of packages autopkgtest suggests:
ii  autopkgtest-xenlvm  2.11
ii  lxc 0.9.0~alpha3-2+deb8u1
ii  qemu-system 1.7.0+dfsg-5
ii  qemu-utils  1.7.0+dfsg-5
ii  schroot 1.7.2-2

-- 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#743010: ITP: jquery-simpletreemenu -- visually-simple menu inspired by the Mac OS X Finder tree

2014-03-30 Thread Paul Gevers
On 30-03-14 01:27, Francois-Regis Vuillemin wrote:
   Description : visually-simple menu inspired by the Mac OS X Finder tree
 
  Simple Tree Menu creates a visually-simple menu inspired by the Mac OS X
  Finder tree.
  .
  It uses a straightforward HTML structure based on ul that is the same as
  the Son of Suckerfish drop-down menus, so it's easy to learn, and it degrades
  gracefully.

Would you know how this compares to jtree [1]? While waiting for
inclusion in Debian [2] I pulled that into my package cacti, but if a
Debian alternative exists, it would be cool to use that instead.

Paul
[1] http://www.jstree.com/
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694313




signature.asc
Description: OpenPGP digital signature


Bug#743030: wrong time deltas when entering daylight saving time

2014-03-30 Thread chrysn
Package: hamster-applet
Version: 2.91.3+git20120514.b9fec3e1-1
Severity: normal

in a time zone like central european, where summer time exists, creating
event that starts 2014-03-30 at 01:00 and ends at 09:00 makes the event
show up in the overview as 8h, while that span of time is actually 7h
long as wall time warps from 02:00 to 03:00 when entering dst.

(same would go in theory for people who regularly change timezones for
other reasons, eg travelling.)

how hard to fix this would be depends on implementation (i assume it is
not trivial -- were unix time stamps used internally, this wouldn't
happen in the first place), but i'd expect a program whose purpose it is
to count time not to err when doing so.

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

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

Versions of packages hamster-applet depends on:
ii  gconf23.2.6-2
ii  python2.7.5-5
ii  python-cairo  1.8.8-1+b2
ii  python-dbus   1.2.0-2+b2
ii  python-gconf  2.28.1+dfsg-1
ii  python-gnome2 2.28.1+dfsg-1
ii  python-gobject-2  2.28.6-12+b1
ii  python-gtk2   2.24.0-3+b1
ii  python-wnck   2.32.0+dfsg-3
ii  python-xdg0.25-4
ii  python2.6 2.6.8-2
ii  python2.7 2.7.6-8

Versions of packages hamster-applet recommends:
ii  gnome-icon-theme  3.12.0-1
ii  python-notify 0.1.1-3

Versions of packages hamster-applet suggests:
pn  python-evolution  none

-- no debconf information

-- 
To use raw power is to make yourself infinitely vulnerable to greater powers.
  -- Bene Gesserit axiom


signature.asc
Description: Digital signature


Bug#741070: note

2014-03-30 Thread Michael Sebastian
I can also confirm installing the version from experimental fixes the problem.
There were several dependency problems I had to work through.


ja...@jasonwoof.com: 

You need the josm-plugins package from experimental.

Bug#743031: gnome-desktop-environment: gnome3 is not able to start after upgrade 29/3/2014

2014-03-30 Thread Eric Streit
Source: gnome-desktop-environment
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

after upgrade this morning 29/3/2014 gnome doesn t run anymore

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
upgrade

   * What was the outcome of this action?
 no gdm or gnome are running

   * What outcome did you expect instead?

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



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

Kernel: Linux 3.11.10 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.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#743032: emacs-calfw: excessive Conflicts: emacs23

2014-03-30 Thread Tatsuya Kinoshita
Package: emacs-calfw
Version: 1.3+git20140316-1
Tags: patch

The dependency `Conflicts: emacs23` does not allow installing
emacs23, but I hope to install both emacs24 and emacs23.

Instead of the dependency `Conflicts: emacs23`, please skip
byte-compilation for emacs23 in emacsen-install, as follows:

```
From a18f595a80715015d31381109894a76d2fa684dc Mon Sep 17 00:00:00 2001
From: Tatsuya Kinoshita t...@debian.org
Date: Sun, 30 Mar 2014 17:52:37 +0900
Subject: [PATCH] Skip byte-compilation instead of `Conflicts: emacs23`

---
 debian/control  | 1 -
 debian/emacs-calfw-howm.emacsen-install | 2 +-
 debian/emacsen-install  | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 344c98d..e8d2769 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Architecture: all
 Depends: ${misc:Depends}, emacs24
 Suggests: org-mode, emacs-calfw-howm
 Breaks: emacs-calfw-howm (= 1.2-1)
-Conflicts: emacs23
 Description: calendar framework for Emacs
  This program displays a calendar view in the Emacs buffer,
  which also work with org-agenda, google calendar, and ical.
diff --git a/debian/emacs-calfw-howm.emacsen-install 
b/debian/emacs-calfw-howm.emacsen-install
index 295fab3..4ce35ac 100644
--- a/debian/emacs-calfw-howm.emacsen-install
+++ b/debian/emacs-calfw-howm.emacsen-install
@@ -9,7 +9,7 @@ FLAVOR=$1
 PACKAGE=emacs-calfw-howm
 
 if [ ${FLAVOR} = emacs ]; then exit 0; fi
-if [ ${FLAVOR} = emacs20 -o ${FLAVOR} = emacs21 -o ${FLAVOR} = emacs22 ]; then 
exit 0; fi
+if [ ${FLAVOR} = emacs20 -o ${FLAVOR} = emacs21 -o ${FLAVOR} = emacs22 -o 
${FLAVOR} = emacs23 ]; then exit 0; fi
 if [ ${FLAVOR} = xemacs20 -o ${FLAVOR} = xemacs21 ]; then exit 0; fi
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
diff --git a/debian/emacsen-install b/debian/emacsen-install
index f177ff5..ce63dea 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -9,7 +9,7 @@ FLAVOR=$1
 PACKAGE=emacs-calfw
 
 if [ ${FLAVOR} = emacs ]; then exit 0; fi
-if [ ${FLAVOR} = emacs20 -o ${FLAVOR} = emacs21 -o ${FLAVOR} = emacs22 ]; then 
exit 0; fi
+if [ ${FLAVOR} = emacs20 -o ${FLAVOR} = emacs21 -o ${FLAVOR} = emacs22 -o 
${FLAVOR} = emacs23 ]; then exit 0; fi
 if [ ${FLAVOR} = xemacs20 -o ${FLAVOR} = xemacs21 ]; then exit 0; fi
 
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
-- 
1.8.5.2

```

Thanks,
-- 
Tatsuya Kinoshita


pgpxEL4cBlcgJ.pgp
Description: PGP signature


Bug#743033: vlc: CVE-2014-1684: crafted ASF file handling integer divide-by-zero DoS

2014-03-30 Thread Henri Salo
Package: vlc
Version: 2.1.2-2
Severity: important
Tags: security, fixed-upstream

Patch available: 
http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;a=commitdiff;h=98787d0843612271e99d62bee0dfd8197f0cf404

---
Henri Salo


signature.asc
Description: Digital signature


Bug#743032: emacs-calfw: excessive Conflicts: emacs23

2014-03-30 Thread Tatsuya Kinoshita
Control: tags -1 + pending

On March 30, 2014 at 5:53PM +0900, tats (at vega.ocn.ne.jp) wrote:
 Instead of the dependency `Conflicts: emacs23`, please skip
 byte-compilation for emacs23 in emacsen-install

Ah, you already fixed this bug in the git repo 7a039d4.

Thanks,
--
Tatsuya Kinoshita


pgpTxemNmve5V.pgp
Description: PGP signature


Bug#743034: Path in CSS and path in disk do not match

2014-03-30 Thread Pau Garcia i Quiles
Package: fonts-font-awesome
Version: 4.0.3~dfsg-1

The CSS file on disk looks for path
/usr/share/fonts-font-awesome/fonts/fontawesome-webfont.eot (and ttf,
woff...):

/usr/share/fonts-font-awesome/css/font-awesome.css:  src:
url('../fonts/fontawesome-webfont.eot?#iefixv=4.0.3')
format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular')
format('svg');

But the install path for the font files is missing an 's':

$ ls -l /usr/share/fonts-font-awesome/font/fontawesome-webfont.*
lrwxrwxrwx 1 root root 52 mar 19 17:14
/usr/share/fonts-font-awesome/font/fontawesome-webfont.eot -
../../fonts/eot/font-awesome/fontawesome-webfont.eot
lrwxrwxrwx 1 root root 52 mar 19 17:14
/usr/share/fonts-font-awesome/font/fontawesome-webfont.svg -
../../fonts/svg/font-awesome/fontawesome-webfont.svg
lrwxrwxrwx 1 root root 57 mar 19 17:14
/usr/share/fonts-font-awesome/font/fontawesome-webfont.ttf -
../../fonts/truetype/font-awesome/fontawesome-webfont.ttf
lrwxrwxrwx 1 root root 54 mar 19 17:14
/usr/share/fonts-font-awesome/font/fontawesome-webfont.woff -
../../fonts/woff/font-awesome/fontawesome-webfont.woff


Proposed fixes: either edit CSS to remove the 's', or move font files
(symlinks) to /usr/share/fonts-font-awesome/fonts (notice the added
's')


-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)


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



Bug#742971: network-manager: network manager upgrade fails

2014-03-30 Thread Reinhard Karcher
I think, it's the bug as an 730437.

Reinhard


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



Bug#739186: inventor: FTBFS on s390x: error: cast from 'void*' to 'int' loses precision [-fpermissive]

2014-03-30 Thread Graham Inggs
Patch enabling s390x and aarch64 (arm64):

--- inventor-2.1.5-10/debian/patches/endianness.patch   2011-09-25
03:15:31.0 +
+++ inventor-2.1.5-10/debian/patches/endianness.patch   2014-03-30
12:05:39.0 +0200
@@ -53,7 +53,7 @@
  #endif

 +/* Added for Debian by Steve M. Robbins */
-+#if (_MIPS_SZPTR == 64 || __ia64 || __x86_64 || __alpha__ || __powerpc64__)
++#if (_MIPS_SZPTR == 64 || __ia64 || __x86_64 || __alpha__ ||
__powerpc64__ || __s390x__ || __aarch64__)
 +#  define USE_64BIT_HACKS 1
 +#else
 +#  define USE_64BIT_HACKS 0


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



Bug#731459: Brasero Normalizing just sits there for ages...

2014-03-30 Thread Thibaut
Hi,

I can confirm this bug on my Debian Sid :
libc6 2.18-4
Linux debian 3.13-1-amd64 #1 SMP Debian 3.13.5-1 (2014-03-04) x86_64
GNU/Linux
brasero 3.8.0-2+b1

Moreover this bug seems to occur on every distros, see
https://www.google.fr/search?output=searchsclient=psy-abq=brasero+normalization
: Ubuntu, OpenSuse, Fedora...


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



Bug#742902: a2ps: diff for NMU version 1:4.14-1.3

2014-03-30 Thread Salvatore Bonaccorso
tags 742902 + patch
tags 742902 + pending
thanks

Dear maintainer,

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

Regards,
Salvatore
diff -Nru a2ps-4.14/debian/changelog a2ps-4.14/debian/changelog
--- a2ps-4.14/debian/changelog	2014-03-27 15:08:23.0 +0100
+++ a2ps-4.14/debian/changelog	2014-03-30 09:09:47.0 +0200
@@ -1,3 +1,14 @@
+a2ps (1:4.14-1.3) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add CVE-2014-0466.diff patch.
+CVE-2014-0466: fixps does not invoke gs with -dSAFER. A malicious
+PostScript file could delete files with the privileges of the invoking
+user.
+Thanks to brian m. carlson sand...@crustytoothpaste.net (Closes: #742902)
+
+ -- Salvatore Bonaccorso car...@debian.org  Sun, 30 Mar 2014 09:09:07 +0200
+
 a2ps (1:4.14-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru a2ps-4.14/debian/patches/CVE-2014-0466.diff a2ps-4.14/debian/patches/CVE-2014-0466.diff
--- a2ps-4.14/debian/patches/CVE-2014-0466.diff	1970-01-01 01:00:00.0 +0100
+++ a2ps-4.14/debian/patches/CVE-2014-0466.diff	2014-03-30 09:09:47.0 +0200
@@ -0,0 +1,30 @@
+Description: CVE-2014-0466: fixps does not invoke gs with -dSAFER
+ A malicious PostScript file could delete files with the privileges of
+ the invoking user.
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/742902
+Author: Salvatore Bonaccorso car...@debian.org
+Last-Update: 2014-03-28
+
+--- a/contrib/fixps.in
 b/contrib/fixps.in
+@@ -389,7 +389,7 @@
+   	eval $command ;;
+   gs)
+ $verbose $program: making a full rewrite of the file ($gs). 2
+-  	$gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
++  	$gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
+ esac
+   )
+ fi
+--- a/contrib/fixps.m4
 b/contrib/fixps.m4
+@@ -307,7 +307,7 @@
+   	eval $command ;;
+   gs)
+ $verbose $program: making a full rewrite of the file ($gs). 2
+-  	$gs -q -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
++  	$gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pswrite -sOutputFile=- -c save pop -f $file ;;
+ esac
+   )
+ fi
diff -Nru a2ps-4.14/debian/patches/series a2ps-4.14/debian/patches/series
--- a2ps-4.14/debian/patches/series	2014-03-27 15:05:03.0 +0100
+++ a2ps-4.14/debian/patches/series	2014-03-30 09:09:47.0 +0200
@@ -10,3 +10,4 @@
 fix-bad-free.diff
 fix-format-security.diff
 fix-texi-build.diff
+CVE-2014-0466.diff


Bug#742932: adequate: Please indicate via exit code if warnings were emitted

2014-03-30 Thread Jakub Wilk

Control: tags -1 confirmed

* Axel Beckert a...@debian.org, 2014-03-29, 04:00:
it would be useful if adequate would indicate in its exit code if it 
emitted warnings or not.


Agreed. But this will almost certainly break piuparts, so I'll have to 
talk to piuparts folks first.



What doesn't work as expected:

$ adequate whizzytex ; echo $?
whizzytex: broken-symlink /usr/share/doc/whizzytex/examples/mlpost/mlpostx.native 
- _build/mlpostx.native
0
$

What I expected:

$ adequate whizzytex ; echo $?
whizzytex: broken-symlink /usr/share/doc/whizzytex/examples/mlpost/mlpostx.native 
- _build/mlpostx.native
1
$

This would be helpful for using adequate within autopkgtest tests.


adequate has a DEP-8 test that checks if it is adequate-clean. But I 
haven't thought about using it in other packages' autopkgtests. Very 
clever, thanks for the hint. :-)


In the mean time you can exploit the fact that non-empty stderr is by 
default considered an error:


adequate whizzytex 2

Or, if you use the allow-stderr restriction, you can use this 
monstrosity:


adequate whizzytex 21 | ( ! grep . )

--
Jakub Wilk


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



Bug#742602: [DPkg::Post-Invoke] needrestart should run before how-can-i-help

2014-03-30 Thread Thomas Liske
Hi Axel,

On 03/25/2014 01:00 PM, Axel Beckert wrote:
 Hi,
 
 a minor correction:
 
 Axel Beckert wrote:
 localepurge runs before needsrestart as run-parts seem to use C-locale
 ordering.
 [...]
 99-localepurge only outputs a few lines, so it's only a minor issue if
 it runs after how-can-i-help. Feel free to clone this bug report against
 localepurge,how-can-i-help if think this is worth being fixed, too.

if I understand aright the problem is that how-can-i-help just put it's
output directly on the tty (not using debconf magic or a pager). Which
debconf frontend are you using?

It sounds like a general problem with any hook script running after
hcih's hook. I'd put needrestart in the 99th row as there might be other
hooks restarting binaries - although I didn't check if there are any.

We could change the hook naming in needrestart, but depending on other's
package hook names sounds fragile to me. A more generic solution might
be changing hcih's hook name to be almost the last called hook
(z9how-can-i-help?) or use the debconf frontend (although this requires
user interaction to proceed).


HTH,
Thomas


-- 

::  WWW: http://fiasko-nw.net/~thomas/  ::
   :::  Jabber:   xmpp:tho...@jabber.fiasko-nw.net  :::
::  flickr:  http://www.flickr.com/photos/laugufe/  ::


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



Bug#731459: Brasero Normalizing just sits there for ages : the upstream bug and its 2013 Aug 5 workaround

2014-03-30 Thread Thibaut
See this commit upstream [1], related to upstream bug #699599 :

commit dda5d97bdae80926ddc34439850373f96a47a0fa
Author: Joshua Lock joshua.lock@x
Date: Mon Aug 5 12:38:58 2013 +0100

burn-normalize: disable normalisation for now

Since the port to GStreamer 1.0 the rganalysis pipleline stops after the
first track is processed and pauses the entire audio disc burning process
indefinitely.

Disable the normalisation plugin for now as I haven't yet been able to
determine an appropriate fix for this issue.

https://bugzilla.gnome.org/show_bug.cgi?id=699599;

[1] http://osdir.com/ml/commits.gnome/2013-08/msg01581.html

Le 30/03/2014 12:08, Thibaut a écrit :
 Hi,

 I can confirm this bug on my Debian Sid :
 libc6 2.18-4
 Linux debian 3.13-1-amd64 #1 SMP Debian 3.13.5-1 (2014-03-04) x86_64
 GNU/Linux
 brasero 3.8.0-2+b1

 Moreover this bug seems to occur on every distros, see
 https://www.google.fr/search?output=searchsclient=psy-abq=brasero+normalization
 : Ubuntu, OpenSuse, Fedora...


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



Bug#742976: /etc/fail2ban: Now there is 0.9.0 available. Requesting update in Debian.

2014-03-30 Thread Yaroslav Halchenko
Note that it is already in experimental
https://packages.debian.org/experimental/fail2ban

On March 29, 2014 12:24:19 PM EDT, chr...@gmail.com chr...@gmail.com wrote:
Package: fail2ban
Version: 0.8.11-1~nd70+1
Severity: wishlist
File: /etc/fail2ban

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   Update @fail2ban.org
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   Requesting update.
   * What was the outcome of this action?
   Looking for new version @debian and @fail2ban
   * What outcome did you expect instead?
   Update @debian

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


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

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

Versions of packages fail2ban depends on:
ii  lsb-base4.1+Debian8+deb7u1
pn  neurodebian-popularity-contest  none
ii  python  2.7.3-4+deb7u1

Versions of packages fail2ban recommends:
ii  iptables  1.4.14-3.1
ii  python-pyinotify  0.9.3-1.1
ii  whois 5.1.1~deb7u1

Versions of packages fail2ban suggests:
ii  bsd-mailx [mailx]8.1.2-0.2006cvs-1
pn  python-gamin none
ii  rsyslog [system-log-daemon]  5.8.11-3

-- Configuration Files:
/etc/fail2ban/action.d/apf.conf changed [not included]
/etc/fail2ban/action.d/complain.conf changed [not included]
/etc/fail2ban/action.d/ipfw.conf changed [not included]
/etc/fail2ban/action.d/iptables-new.conf changed [not included]
/etc/fail2ban/action.d/mail-whois-lines.conf changed [not included]
/etc/fail2ban/action.d/mail-whois.conf changed [not included]
/etc/fail2ban/action.d/osx-ipfw.conf changed [not included]
/etc/fail2ban/action.d/sendmail-whois-lines.conf changed [not included]
/etc/fail2ban/action.d/sendmail-whois.conf changed [not included]
/etc/fail2ban/filter.d/apache-auth.conf changed [not included]
/etc/fail2ban/filter.d/apache-common.conf changed [not included]
/etc/fail2ban/filter.d/apache-noscript.conf changed [not included]
/etc/fail2ban/filter.d/apache-overflows.conf changed [not included]
/etc/fail2ban/filter.d/asterisk.conf changed [not included]
/etc/fail2ban/filter.d/common.conf changed [not included]
/etc/fail2ban/filter.d/dovecot.conf changed [not included]
/etc/fail2ban/filter.d/exim-spam.conf changed [not included]
/etc/fail2ban/filter.d/exim.conf changed [not included]
/etc/fail2ban/filter.d/postfix.conf changed [not included]
/etc/fail2ban/filter.d/proftpd.conf changed [not included]
/etc/fail2ban/filter.d/pure-ftpd.conf changed [not included]
/etc/fail2ban/filter.d/recidive.conf changed [not included]
/etc/fail2ban/filter.d/roundcube-auth.conf changed [not included]
/etc/fail2ban/filter.d/sshd.conf changed [not included]
/etc/fail2ban/filter.d/vsftpd.conf changed [not included]
/etc/fail2ban/jail.conf changed [not included]

-- 
Sent from a phone which beats iPhone.


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



Bug#743036: nmu: dovecot-antispam_2.0+20130822-2

2014-03-30 Thread Jelmer Vernooij
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

dovecot-antispam has a tight dependency on dovecot. Please rebuild
dovecot-antispam so it and dovecot can migrate to testing.

nmu dovecot-antispam_2.0+20130822-2 . ALL . -m Rebuild against new dovecot.

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

Kernel: Linux 3.13-1-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


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



Bug#742943: [Pkg-nagios-devel] Bug#742943: check_raid: wants mpt-statusd / mptctl

2014-03-30 Thread Jan Wagner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi Daniel,

thanks for taking time to report your issue.

Am 29.03.2014 09:13, schrieb Daniel Pocock:
 I'm using check_raid for an md RAID (managed by mdadm)
 
 However, I get errors if mptctl is not loaded:
 
 # /usr/lib/nagios/plugins/check_raid open /dev/mptctl: No such file
 or directory Try: mknod /dev/mptctl c 10 220 Make sure mptctl is
 loaded into the kernel OK: md:[md0(raid1):UU]
 
 The errors are on stderr, regular status info is on stdout
 
 Loading mptctl manually makes the errors go away:
 
 # modprobe mptctl
 
 but it would be nice if I didn't have to make any workaround like
 this.
 
 If I don't have the mpt-statusd package on my system at all,
 check_raid gives spurious warnings:
 
 # /usr/lib/nagios/plugins/check_raid OK:
 md:[md0(raid1):UU]mpt:mpt-status program not found

right from the documentation:

Usage: check_raid [-h] [-V] [-S] [-O] [list of devices to ignore]

As check_raid can't know, which raid configuration is really used, you
need to blacklist all those devices you don't want to monitor.

Anyways ... as development of check_raid is still very rapid, it may
be a good idea to try the wheezy-backports version anyways, as it
ships many enhancements.

Cheers, Jan.
- -- 
Never write mail to w...@spamfalle.info, you have been warned!
- -BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V-
PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y
- --END GEEK CODE BLOCK--
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIVAwUBUzf1HQxwVXtaBlE+AQjU+BAAiEIC/tiKxFLdogf7j9y9mrWPa9gVVyY3
X6IriG+qLwGFSZ2xdSH02qeoGHimYIDWmAQaTNuvHi6qnEy4qr951qCAcJ2EmUqA
gEAE3AcxhpeDg4Dm5Sm4eCg0QGFxeBUfGzE4KeWPQpAnnaYfTqo+3hGtI1ixmhtS
6a73v5ENyHXF48nGLu/AGhRjKrnQcaF5dwAJDg1+frhzvICvugsQlyDHXpKuC/QG
3Q2D2qILhIXfahaJp4KUppJo13IFf4PiILNOcajHUGeQmBsohzN/MmZ6QpKYB9nV
YS8HoHthlrKFkeVtGUK/d3MR3VQAc7NVLyfq0IQt/K9bIsKaUk4mOyvCAO61KTZr
E67hwvaHWez8wAdYBXl5oxfhadJ5zcehrWZ4oOKl1vqll1Onmb7CF1lqWYr6jPvX
CLtDUXyzVgqbgboSj248wqZXswENdbMFfIYZcrLvE09wsYXR/uuZWIjbRu4godTe
NRydo3zBVSEHAROW65gVTybTlrb6+ONTueswHeisFiWUGfPsABH5pcwGu9zHaEB8
WNcQK9AXIHhn5ypUjW2kzkMUKx9AWF5UmX4tAWAr1DvKVAS28Am2A0U1Cq6ljPYX
mWXYG3svMS/Al0LEhInbxd+qayM55mwaNUVJng2u1eSYGMpz53YSnaKadqIn2Wty
OqEVJT/d7M0=
=mlal
-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#731350: closed by althaser altha...@gmail.com (closing 731350)

2014-03-30 Thread Steven Post
Just to have some closure:
This isn't an actual bug (not in gnome-shell, the kernel or any other
package), the strange behaviour was caused by my keyboard (Logitech MX
5500) with *also* another 'normal' PS/2 keyboard attached.

The MX5500 forces the numlock on in hardware, but only when using those
keys, otherwise it forces numlock off. A 'regular' PS/2 keyboard also
attached means there is conflicting hardware forcing the state of
numlock. When these 2 keyboards are attached at the same time it is not
possible to force numlock on through software, but its state can be
controlled using the numlock key on the second keyboard.
Disconnecting that PS/2 keyboard removes the conflict and the MX 5500
works again with numeric keys.

Best regards,
Steven


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


Bug#743037: FTBFS with Boost 1.54 (Parse error at BOOST_JOIN) on mips64el

2014-03-30 Thread Yunqiang Su
Package: src:avogadro
Version: 1.0.3-10.1

Hi, when I try to build src:avogadro mips64el, it failed.
This problem is quilt similar with
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653625

I solve it by define[1]

BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION

in boost148.patch, in the same way like
   BOOST_TT_HAS_OPERATOR_HPP_INCLUDED

Now it can be built.

[1] https://bugreports.qt-project.org/browse/QTBUG-22829

-- 
Yunqiang Su


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



Bug#742818: fix test failures when built with GCC 4.9

2014-03-30 Thread Niko Tyni
forwarded 742818 https://rt.perl.org/Ticket/Display.html?id=121505
thanks

On Fri, Mar 28, 2014 at 10:12:43PM +0100, Matthias Klose wrote:
 Am 28.03.2014 21:24, schrieb Niko Tyni:
 On Fri, Mar 28, 2014 at 01:54:02PM +0100, Matthias Klose wrote:
 Am 28.03.2014 13:09, schrieb Niko Tyni:
 tag 742818 confirmed upstream
 thanks
 
 On Thu, Mar 27, 2014 at 08:03:42PM +0100, Matthias Klose wrote:
 Package: perl
 Version: 5.18.2-2
 Severity: important
 Tags: sid jessie patch
 
* Fix undefined behaviour in sv.c, resulting in test failures when
  built with GCC 4.9. Patch by Marek Polacek.
 
 patch at
 http://launchpadlibrarian.net/170687513/perl_5.18.2-2_5.18.2-2ubuntu1.diff.gz

 Could you please supply a build log of a successful 5.18.2-2ubuntu1
 build with gcc-4.9 so I could try to find the difference?
 
 attached.

Somehow you seem to be building with a different patch than the one in
Launchpad. The Launchpad one really is missing the actual fix for the test
suite failures. Luckily Marek Polacek included it in his upstream ticket.

--- sv.c.bak2014-03-24 15:11:48.007595042 +0100
+++ sv.c2014-03-25 11:57:41.154752451 +0100
@@ -2008,7 +2008,7 @@ S_sv_2iuv_common(pTHX_ SV *const sv)
if (SvNVX(sv) == (NV) SvIVX(sv)
 #ifndef NV_PRESERVES_UV
 (((UV)1  NV_PRESERVES_UV_BITS) 
-   (UV)(SvIVX(sv)  0 ? SvIVX(sv) : -SvIVX(sv)))
+   (UV)(SvIVX(sv)  0 ? SvIVX(sv) : -SvUVX(sv)))
/* Don't flag it as accurately an integer if the number
   came from a (by definition imprecise) NV operation, and
   we're outside the range of NV integer precision */

Marek also supplied fixes for other similar cases of undefined behaviour,
and those were present in the 5.18.2-2ubuntu1 patch.

I'll wait a while for upstream to comment, but I expect this will be in
our next upload.
-- 
Niko


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



Bug#743038: RFS: lbzip2/2.5-1

2014-03-30 Thread Mikołaj Izdebski
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package lbzip2

Package name: lbzip2
Version : 2.5-1
Upstream Author : Mikolaj Izdebski zurg...@gmail.com
URL : http://lbzip2.org/
License : GPL-3+
Section : utils

It builds those binary packages:

  lbzip2 - fast, multi-threaded bzip2 utility

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/lbzip2

Alternatively, one can download the package with dget using this command:

  dget -x http://mentors.debian.net/debian/pool/main/l/lbzip2/lbzip2_2.5-1.dsc

More information about lbzip2 can be obtained from http://lbzip2.org/.

Changes since the last upload:

  * New upstream release:
- new sequential mode of operation,
- fixed several major and minor bugs.
  * debian/patches/automake-1.14: Remove patch, upstream has switched
to Automake 1.14.
  * debian/control: Bump Standards-Version to 3.9.5.
  * debian/copyright: Update copyright to new upstream release.

Regards,
Mikolaj Izdebski


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



Bug#672232: isc-dhcp-client: client requests (and applies) properties, though removed from the request int the config

2014-03-30 Thread Felix Dreissig
I can confirm such behaviour, but I don’t think it’s a bug:
The `request` setting really only specifies what options the client’s request 
contains. The server then replies with some arbitrary options, which may or may 
not match the requested. The client applies whatever options that response 
contains.
I verified using Wireshark that the protocol is being followed and options 
missing from the config really aren’t requested.

I don’t think „rogue DHCP server“ is part of the threat model at this point: 
The client just trusts the server and if it’s a rogue one, the network admin is 
supposed to get rid of it and in the meantime, you’re also in trouble for the 
options you actually requested.

However, there appears to be no way to just ignore certain options from the 
request: You can use `supersede`, but it only allows to force a specific value 
and not to remove the option entirely. See my Unix  Linux Stack Exchange 
question [1] on that.
I filed a feature request for that with ISC, but unfortunately, they don’t have 
a public bugtracker.

Regards,
Felix

[1] http://unix.stackexchange.com/q/120009

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



Bug#742896: xbmc: Blank video with VDPAU enabled

2014-03-30 Thread Sergej Wildemann
2014-03-28 21:28 GMT+01:00 Bálint Réczey bal...@balintreczey.hu:

 You could recompile mpv from experimental branch:
 http://anonscm.debian.org/gitweb/?p=pkg-multimedia/mpv.git;a=shortlog;h=refs/heads/experimental

 I have checked VDPAU.cpp, but the most likely problem is still libav 10.

I compiled mpv 0.3.3 from that branch against libav10 from
experimental. It seems to have no problems with vdpau. The picture is
normal and cpu usage is low as it should. Anything else that i could
try to find the problem?

$ mpv sample.mkv -ao null -hwdec=vdpau
Playing: sample.mkv
Detected file format: Matroska
[stream] Video (+) --vid=1 '12 Mbp/s AVC H.264' (h264)
[stream] Audio (+) --aid=1 --alang=ger (*) '5.1 AC3 640 Kbp/s' (ac3)
[stream] Subs  --sid=1 --slang=ger (subrip)
[stream] Subs  --sid=2 --slang=eng (subrip)
Trying to use hardware decoding.
Selected video codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 [lavc:h264]
Selected audio codec: ATSC A/52A (AC-3) [lavc:ac3]
AO: [null] 48000Hz stereo 2ch floatp
VO: [vdpau] 1920x800 = 1920x800 vdpau
[vo/vdpau] Got display refresh rate 60.000 Hz.
[vo/vdpau] If that value looks wrong give the -vo vdpau:fps=X
suboption manually.
AV: 00:00:01 / 02:16:17 (0%) A-V:  0.000

As a side note, xbmc from deb-multimedia has no problems either.

Thanks,
Sergej


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



Bug#734808: jitsi: Extra JavaEmbeddedFrame window, broken tray, unable to un-minimize (Gnome 3)

2014-03-30 Thread Thomas Bechtold
Package: jitsi
Version: 2.4.4997-1
Followup-For: Bug #734808

Dear Maintainer,

I have the same problem. I closed the jitsi windows and now there is an
icon in the gnome3 tray but I can not get the windows back. stdout says
after start:

org.osgi.framework.BundleException: Unresolved constraint in bundle 
net.java.sip.communicator.plugin.propertieseditor [82]: Unable to resolve 82.0: 
missing requirement [82.0] osgi.wiring.package; 
(osgi.wiring.package=org.apache.commons.lang3)
at 
org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3818)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1868)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191)
at 
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295)
at java.lang.Thread.run(Thread.java:744)
13:50:12.304 SEVERE: [37] 
impl.osdependent.jdic.SystrayServiceJdicImpl.checkInitialized().472 Systray not 
init


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

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

Versions of packages jitsi depends on:
ii  libbcprov-java 1.49+dfsg-2
ii  libcommons-codec-java  1.9-1
ii  libcommons-lang3-java  3.3.1-1
ii  libcommons-logging-java1.1.3-1
ii  libdbus-java   2.8-5
ii  libdnsjava-java2.1.5-0.1
ii  libfelix-framework-java4.0.1-2
ii  libfelix-main-java 4.0.1-2
ii  libhttpclient-java 4.3.3-1
ii  libhttpcore-java   4.3.2-1
ii  libhttpmime-java   4.3.3-1
ii  libjcalendar-java  1.3.3-3
ii  libjgoodies-forms-java 1.6.0-4
ii  libjitsi-jni   2.4.4997-1
ii  libjmdns-java  3.4.1-2
ii  libjna-java3.2.7-4+b1
ii  libjson-simple-java1.1.1-1
ii  libjzlib-java  1.1.3-1
ii  liblaf-widget-java 4.3-2
ii  liblog4j1.2-java   1.2.17-4
ii  libmac-widgets-java0.9.5+svn369-dfsg1-3
ii  libunixsocket-java 0.7.3-1
ii  libxpp3-java   1.1.4c-2
ii  openjdk-7-jre [java6-runtime]  7u51-2.4.6~pre1-1

jitsi recommends no packages.

jitsi 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#743039: dwb: please install bash-completion

2014-03-30 Thread Sebastian Ramacher
Package: dwb
Version: 20140307hg-1
Severity: wishlist

Upstream provides a completion for bash in contrib/bash-completion.
Please install this file to /usr/share/bash-completion/completions.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#743040: evince: Images incorrectly displayed

2014-03-30 Thread Christophe Troestler
Package: evince
Version: 3.12.0-1
Severity: normal

Dear Maintainer,

The images in the document

http://www2.cslaval.qc.ca/cdp/UserFiles/File/telechargement/panda_ATS_eleve.pdf

look like Grey rectangles.  The same also happens in Okular,... so it
may be a problem with a dependent library.  Only in the proprietary
acroread (Acrobat Reader) they are displayed properly.

Best,
C.

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

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

Versions of packages evince depends on:
ii  evince-common  3.12.0-1
ii  gnome-icon-theme-symbolic  3.10.1-1
ii  libatk1.0-02.10.0-2
ii  libc6  2.18-4
ii  libcairo-gobject2  1.12.16-2
ii  libcairo2  1.12.16-2
ii  libevdocument3-4   3.12.0-1
ii  libevview3-3   3.12.0-1
ii  libgail-3-03.10.7-1
ii  libgdk-pixbuf2.0-0 2.30.6-1
ii  libglib2.0-0   2.38.2-5
ii  libgtk-3-0 3.10.7-1
ii  libnautilus-extension1a3.8.2-2
ii  libpango-1.0-0 1.36.3-1
ii  libpangocairo-1.0-01.36.3-1
ii  libsecret-1-0  0.15-2
ii  libxml22.9.1+dfsg1-3
ii  shared-mime-info   1.2-1
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages evince recommends:
ii  dbus-x11  1.8.0-2
ii  gvfs  1.16.3-2

Versions of packages evince suggests:
ii  nautilus  3.8.2-2
ii  poppler-data  0.4.6-5
pn  unrar 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#742704: RFP: implicitcad -- Powerful, Open-Source, Programmatic CAD

2014-03-30 Thread Carlo Stemberger
Hi Joachim,

2014-03-29 21:12 GMT+01:00 Joachim Breitner nome...@debian.org:


 How mature and commonly used is this project?


I don't know, but it should be usable.


What is your personal
 motivation: Do you use this tool productively, or is it just something
 you’d like to see in Debian?


The second one.



 The Debian Haskell Group will be happy to help someone to maintain
 implicitcad, but there are plenty of non-Haskell-specific maintenance
 tasks, so someone else would have to step up as a maintainer.


Good news: Bas Wijnen is interested in packaging this software.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742704#10

Best regards,
Carlo


Bug#743041: plasma-nm: Missing versioned dependency on network-manager

2014-03-30 Thread Ralf Jung
Package: plasma-nm
Version: 0.9.3.3-2
Severity: normal

Dear Maintainer,

according to upstream [0], Plasma-NM 0.9.3.3 needs at least
network-manager 0.9.8.4 to function properly.
That's why I get a question mark in the tray icon all the time.

[0]: https://bugs.kde.org/show_bug.cgi?id=332590#c9

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.13-1-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 plasma-nm depends on:
ii  kde-runtime 4:4.11.5-1
ii  libc6   2.18-4
ii  libgcc1 1:4.8.2-16
ii  libkdecore5 4:4.11.5-1
ii  libkdeui5   4:4.11.5-1
ii  libkio5 4:4.11.5-1
ii  libknotifyconfig4   4:4.11.5-1
ii  libmodemmanagerqt1  1.0.1-2
ii  libnetworkmanagerqt10.9.8.1-2
ii  libopenconnect2 5.03-1
ii  libplasma3  4:4.11.5-1
ii  libqt4-dbus 4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-declarative  4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-network  4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-svg  4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-xml  4:4.8.5+git242-g0315971+dfsg-2
ii  libqtcore4  4:4.8.5+git242-g0315971+dfsg-2
ii  libqtgui4   4:4.8.5+git242-g0315971+dfsg-2
ii  libsolid4   4:4.11.5-1
ii  libstdc++6  4.8.2-16
ii  mobile-broadband-provider-info  20130915-1
ii  network-manager 0.9.8.0-5

Versions of packages plasma-nm recommends:
ii  kwalletmanager   4:4.11.3-1
ii  network-manager-openvpn  0.9.8.4-1
ii  network-manager-pptp 0.9.8.4-1
ii  network-manager-vpnc 0.9.8.6-1

Versions of packages plasma-nm suggests:
ii  kde-workspace-bin4:4.11.7-1+b1
ii  network-manager-openconnect  0.9.8.4-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#743042: alternative path /usr/bin/compare-im6 doesn't exist

2014-03-30 Thread 積丹尼 Dan Jacobson
Package: imagemagick
Version: 8:6.8.8.9-2
Severity: important

Setting up imagemagick (8:6.8.8.9-2) ...
update-alternatives: error: alternative path /usr/bin/compare-im6 doesn't exist
dpkg: error processing package imagemagick (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 imagemagick


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



Bug#743044: asciidoc: testasciidoc files are in source but don't seem to be installed

2014-03-30 Thread Joseph Herlant
Package: asciidoc
Version: 8.6.9-2
Severity: wishlist

Hi,

Currently, the files in the tests/data/ folder are not installed with the .deb
file, so testasciidoc script cannot be used proprely and easily.
As those files are needed for one of the binaries distributed by the package
and are present in the upstream tarball, the should be installed too.
Reported from: https://bugs.launchpad.net/ubuntu/+source/asciidoc/+bug/1254130

I'll correct that today or tomorrow in the git repo.

Best,
Joseph



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

Kernel: Linux 3.12-1-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 asciidoc depends on:
ii  python  2.7.5-5
ii  python-support  1.0.15

Versions of packages asciidoc recommends:
ii  dblatex0.3.4-3
ii  docbook-utils  0.6.14-3
ii  libxml2-utils  2.9.1+dfsg1-3
ii  xmlto  0.0.25-2

Versions of packages asciidoc suggests:
ii  source-highlight   3.1.7-1
ii  vim-addon-manager  0.5.3

-- 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#743045: asciidoc: debian/rules should use iconsdir

2014-03-30 Thread Joseph Herlant
Package: asciidoc
Version: 8.6.9-2
Severity: wishlist

Hi,

When generating userguide.html in the override_dh_install of
debian/rules, we should use the -a
iconsdir=/usr/share/asciidoc/images/ switch of the asciidoc command
instread of doing a big sed of the document because it also changes
some examples which have meaning being targetted to ./images.

I'll correct that today or tomorrow in the git repo.

Best,
Joseph

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

Kernel: Linux 3.12-1-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 asciidoc depends on:
ii  python  2.7.5-5
ii  python-support  1.0.15

Versions of packages asciidoc recommends:
ii  dblatex0.3.4-3
ii  docbook-utils  0.6.14-3
ii  libxml2-utils  2.9.1+dfsg1-3
ii  xmlto  0.0.25-2

Versions of packages asciidoc suggests:
ii  source-highlight   3.1.7-1
ii  vim-addon-manager  0.5.3

-- 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#743045: asciidoc: debian/rules should use iconsdir == patch

2014-03-30 Thread Joseph Herlant
Control: tags -1 + patch pending

Hi,

Please find bellow the git diff for the patch:
---
diff --git a/debian/rules b/debian/rules
index 1948dc6..dcd1e00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,8 +34,8 @@ override_dh_install:
cp -aL examples/website/
debian/asciidoc/usr/share/doc/asciidoc/examples/
cp -aL doc/ debian/asciidoc/usr/share/doc/asciidoc/
rm debian/asciidoc/usr/share/doc/asciidoc/doc/*.1
-   ./asciidoc.py  -b xhtml11 -o
debian/asciidoc/usr/share/doc/asciidoc/userguide.html doc/asciidoc.txt
-   sed -i -e 's#./images/#/usr/share/asciidoc/images/#g'
debian/asciidoc/usr/share/doc/asciidoc/userguide.html
+   ./asciidoc.py  -b xhtml11 -a iconsdir=/usr/share/asciidoc/images/icons \
+   -o
debian/asciidoc/usr/share/doc/asciidoc/userguide.html doc/asciidoc.txt

 override_dh_link:
rm -rf debian/asciidoc/etc/asciidoc/javascripts
---

Regards,
Joseph


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



Bug#743047: mpich: FTBFS on armel buildd: killed while running tests

2014-03-30 Thread Sebastian Ramacher
Source: mpich
Version: 3.1-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

mpich failed to build on the armhf buildd:
| make[6]: Entering directory `/«PKGBUILDDIR»/src/openpa/test'
| PASS: sanity
| make[6]: *** Deleting file `test_primitives.log'
| make[5]: *** wait: No child processes.  Stop.
| make[5]: *** Waiting for unfinished jobs
| make[5]: *** wait: No child processes.  Stop.
| make[4]: *** wait: No child processes.  Stop.
| make[4]: *** Waiting for unfinished jobs
| make[4]: *** wait: No child processes.  Stop.
| make[3]: *** wait: No child processes.  Stop.
| make[3]: *** Waiting for unfinished jobs
| make[3]: *** wait: No child processes.  Stop.
| make[2]: *** wait: No child processes.  Stop.
| make[2]: *** Waiting for unfinished jobs
| make[2]: *** wait: No child processes.  Stop.
| make[1]: *** [check] Error 2
| make: *** wait: No child processes.  Stop.
| make: *** Waiting for unfinished jobs
| make: *** wait: No child processes.  Stop.
| make[6]: *** wait: No child processes.  Stop.
| make[6]: *** Waiting for unfinished jobs
| make[6]: *** wait: No child processes.  Stop.
| Terminated
| Build killed with signal TERM after 300 minutes of inactivity

For a full log see
https://buildd.debian.org/status/fetch.php?pkg=mpicharch=armhfver=3.1-2stamp=1395987293

The problem is that test_primitives takes almost two days to complete on
armhf (tested on harris). In particular, test_threaded_llsc_ptr_aba
seems to take quite a while. Since test_primitives produces no ouptut,
sbuild thinks the build got stuck and gets killed after 300 minutes.

Please take a look at this issue.

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#742492: mirror submission for debian.mec.ac.in

2014-03-30 Thread Simon Paillard
Hi,

On Fri, Mar 28, 2014 at 10:08:30PM +0530, macs mec wrote:
 On Fri, Mar 28, 2014 at 8:24 PM, Simon Paillard spaill...@debian.orgwrote:
  On Mon, Mar 24, 2014 at 12:16:27PM +, Model Engineering College wrote:
[..]
   Site: debian.mec.ac.in

The dns resolution currently fails, your DNS setup could be more resilient.
;; Received 511 bytes from 192.33.4.12#53(192.33.4.12) in 57 ms

mec.ac.in.  86400   IN  NS  dns.mec.ac.in.
mec.ac.in.  86400   IN  NS  dnss.mec.ac.in.
dig: couldn't get address for 'dnss.mec.ac.in': no more

   Type: leaf
   Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64
  kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390x sparc
   Archive-ftp: /debian/
   Archive-http: /debian/
   Archive-rsync: debian/
 
  $ rsync debian.mec.ac.in::debian
  rsync: failed to connect to debian.mec.ac.in: Connection refused (111)
 
 Apologies for the error . It has been corrected now.
 
   IPv6: no
   Archive-upstream: ftp.uk.debian.org
   Updates: four
   Maintainer: Model Engineering College m...@mec.ac.in
   Country: IN India
   Location: Kerala , India
   Sponsor: Govt. Model Engineering College http://www.mec.ac.in
 
  How much bandwidth is available ?
 
 We have a 1Gbps  Internet connection

-- 
Simon Paillard


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



Bug#743046: security-tracker: DSA-2891-1 vs. tracker

2014-03-30 Thread Francesco Poli (wintermute)
Package: security-tracker
Severity: normal

Hello!
The tracker data [1] for DSA-2891-1 [2] seems to miss an epoch for the
wheezy fixed version of package mediawiki.

[1] https://security-tracker.debian.org/tracker/DSA-2891-1
[2] https://lists.debian.org/debian-security-announce/2014/msg00064.html

Please fix the data.
Thanks for your time!

Bye.


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



Bug#688428: fixed in packagekit 0.8.16-1

2014-03-30 Thread Vincent Lefevre
Control: found -1 0.8.17-1

On 2014-01-21 23:18:48 +, Matthias Klumpp wrote:
* New upstream release: 0.8.16
  - Adds missing annotations to DBus spec,
which closes: #735812
  - Increases aptcc notification timeout, which likely
closes: #688428

The problem has just occurred with packagekit 0.8.17-1
(note: the machine was having high disk activity).

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://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#738035: stax: please provide a desktop file and icons

2014-03-30 Thread Markus Koschany
Control: tags -1 patch

Dear maintainer,

please find attached a patch that achieves the following:

* Add stax.desktop file.
* Add stax.xpm icon and install it to /usr/share/pixmaps.
* Update menu file. Use valid section Games/Blocks. Add longtitle and
  icon entry. (Closes: #738035)

Regards,

Markus
From 7b2dbaa0307e69c19331f053203b7f8fd5564a1b Mon Sep 17 00:00:00 2001
From: Markus Koschany a...@gambaru.de
Date: Sun, 30 Mar 2014 15:23:14 +0200
Subject: [PATCH] fix 738035

---
 debian/changelog|  10 ++
 debian/menu |   7 +-
 debian/rules|   5 +-
 debian/stax.desktop |  11 ++
 debian/stax.xpm | 293 
 5 files changed, 323 insertions(+), 3 deletions(-)
 create mode 100644 debian/stax.desktop
 create mode 100644 debian/stax.xpm

diff --git a/debian/changelog b/debian/changelog
index 19ae98b..a695830 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+stax (1.0-13.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add stax.desktop file.
+  * Add stax.xpm icon and install it to /usr/share/pixmaps.
+  * Update menu file. Use valid section Games/Blocks. Add longtitle and
+icon entry. (Closes: #738035)
+
+ -- Markus Koschany a...@gambaru.de  Sun, 30 Mar 2014 15:23:26 +0200
+
 stax (1.0-13) unstable; urgency=low
 
   * yet another recompiled against a new Allegro version, this time really
diff --git a/debian/menu b/debian/menu
index f73584e..b6ca897 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1 +1,6 @@
-?package(stax):needs=X11 section=Games/Tetris-like title=Stax command=/usr/games/stax
+?package(stax):needs=X11 \
+  section=Games/Blocks \
+  title=Stax \
+  longtitle=Stax - collection of puzzle games similar to Tetris Attack \
+  command=/usr/games/stax \
+  icon=/usr/share/pixmaps/stax.xpm
diff --git a/debian/rules b/debian/rules
index eac8bcc..8480c99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,12 +40,13 @@ install: build
 	dh_testdir -pstax
 	dh_testroot -pstax
 	dh_clean -k -pstax
-	dh_installdirs -pstax usr/share/games/stax usr/games
+	dh_installdirs -pstax usr/share/games/stax usr/games usr/share/pixmaps usr/share/applications
 
 	# Add here commands to install the package into debian/tmp.
 	install -m755 `pwd`/stax `pwd`/debian/stax/usr/games/stax
 	cp -a `pwd`/*.dat `pwd`/debian/stax/usr/share/games/stax/
-#	install -m755 `pwd`/debian/stax.sh `pwd`/debian/stax/usr/games/stax
+	install -m644 debian/stax.xpm debian/stax/usr/share/pixmaps
+	install -m644 debian/stax.desktop debian/stax/usr/share/applications
 #	dh_link -pstax /usr/lib/games/stax/stax /usr/share/games/stax/stax
 
 # Build architecture-independent files here.
diff --git a/debian/stax.desktop b/debian/stax.desktop
new file mode 100644
index 000..0444746
--- /dev/null
+++ b/debian/stax.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Stax
+Comment=collection of puzzle games similar to Tetris Attack
+Comment[de]=Sammlung von Puzzlespielen ähnlich wie Tetris Attack
+Exec=stax
+Icon=stax
+Terminal=false
+Type=Application
+Categories=Game;BlocksGame;
+Keywords=Tetris;blocks;collection;attack;
diff --git a/debian/stax.xpm b/debian/stax.xpm
new file mode 100644
index 000..bc5e39e
--- /dev/null
+++ b/debian/stax.xpm
@@ -0,0 +1,293 @@
+/* XPM */
+static char *stax[] = {
+/* columns rows colors chars-per-pixel */
+32 31 256 2 ,
+   c #020101,
+.  c #0B0201,
+X  c #040A02,
+o  c #0B0C02,
+O  c #03020B,
++  c #0B010B,
+@  c #010C0C,
+#  c #0A0D0D,
+$  c #120202,
+%  c #1B0303,
+  c #150807,
+*  c #0A140A,
+=  c #131501,
+-  c #161900,
+;  c #1B1A03,
+:  c #0B0212,
+  c #000C13,
+,  c #0A0716,
+  c #13041A,
+1  c #180419,
+2  c #011413,
+3  c #001C1B,
+4  c #051914,
+5  c #161B1B,
+6  c #220203,
+7  c #2C0102,
+8  c #27080C,
+9  c #330201,
+0  c #3C,
+q  c #320B0C,
+w  c #3A080C,
+e  c #261907,
+r  c #350C16,
+t  c #3E1212,
+y  c #1B2109,
+u  c #1D2301,
+i  c #02221D,
+p  c #092911,
+a  c #142514,
+s  c #242201,
+d  c #282603,
+f  c #2B2A01,
+g  c #26280A,
+h  c #302D01,
+j  c #382805,
+k  c #323400,
+l  c #3A3601,
+z  c #3C3B02,
+x  c #3D3A08,
+c  c #1B0323,
+v  c #1A0626,
+b  c #081B27,
+n  c #1E1135,
+m  c #23072C,
+M  c #31072A,
+N  c #240533,
+B  c #2D0B3C,
+V  c #280837,
+C  c #3F003D,
+Z  c #012424,
+A  c #012B2A,
+S  c #08252B,
+D  c #00332E,
+F  c #01,
+G  c #023738,
+H  c #013B3B,
+J  c #013C34,
+K  c #022E31,
+L  c #450202,
+P  c #4B0304,
+I  c #4D0D0C,
+U  c #450B0D,
+Y  c #590404,
+T  c #451213,
+R  c #4B1313,
+E  c #541313,
+W  c #5B1414,
+Q  c #511B1B,
+!  c #590A14,
+~  c #620102,
+^  c #690B0B,
+/  c #790406,
+(  c #771717,
+)  c #6A1514,
+_  c #423C09,
+`  c #433F11,
+'  c #5A3627,
+]  c #672121,
+[  c #3D4103,
+{  c #02443F,
+}  c #4A4A03,
+|  c #474409,
+ . c #534D07,
+.. c #595507,
+X. c #484711,
+o. c #535411,
+O. c #5F6203,
++. c #6A660C,
+@. c #6E6919,
+#. c #716D12,
+$. c #71691A,
+%. c #787417,
+. c #75700D,
+*. c #7D742E,
+=. c #2B0642,
+-. c #340B45,
+;. c #330246,
+:. c #321246,

Bug#742971: Me too

2014-03-30 Thread Benjamin Eltzner
Hi, I have the exact same problem after rebooting after today's upgrade)
and I get the same message for
sudo /usr/sbin/NetworkManager --no-daemon --log-level=DEBUG .
I would like to add that downloading the testing-versions of the
network-manager (0.9.8.0-5) and modem-manager (0.5.2.0-2.1) from a
backup system and manually downgrading restored everything to a working
state.

(I have no idea whether the problem might actually be in modem-manager
which was updated almost at the same time.)

I run debian unstable amd64 with a default KDE desktop. If I can
contribute any kind of additional information please let me know.

Cheers, Benjamin


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



Bug#742999: Git Repo

2014-03-30 Thread Guido Günther
Hi,
just for completeness. Packaging is currently taking place at

  https://github.com/fpiotrow/caldav-tester-packaging

Cheers,
  -- Guido


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



Bug#743048: calypso: Add minimal autopkgtest support

2014-03-30 Thread Guido Günther
Package: calypso
Version: 1.4
Severity: wishlist

Hi,
attached patch adds minimal autopkgtest support via caldav-tester. Note
that in order for this to work we need caldav-tester (ITP #742999, about
to be uploaded) and the config dir patch posted to the ML recently.

I've only enabled some working tests so far so that we don't regress. I
hope to get around to make the get/put tests work too.
Cheers,
 -- Guido


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

Kernel: Linux 3.14.0-rc1+ (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 calypso depends on:
ii  git 1:1.9.0-1
ii  python  2.7.5-5
ii  python-daemon   1.5.5-1
ii  python-vobject  0.8.1c-4

calypso recommends no packages.

calypso suggests no packages.

-- no debconf information
From bda7ed427047d377dc91d2dce837973859cef117 Mon Sep 17 00:00:00 2001
Message-Id: bda7ed427047d377dc91d2dce837973859cef117.1396186929.git@sigxcpu.org
From: =?UTF-8?q?Guido=20G=C3=BCnther?= a...@sigxcpu.org
Date: Sat, 29 Mar 2014 22:34:30 +0100
Subject: [PATCH] Add autopkgtest based on caldav-tester

This makes sure the server listens and processes events. This will need
more work to pass more parts of the testsuite.
---
 debian/control  |   1 +
 debian/tests/caldav |  54 
 debian/tests/control|   3 +
 debian/tests/serverinfo.xml | 759 
 4 files changed, 817 insertions(+)
 create mode 100755 debian/tests/caldav
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/serverinfo.xml

diff --git a/debian/control b/debian/control
index a4012a4..ed68a4d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: debhelper (= 8.0.0), python (= 2.7), python-setuptools, python-
 Standards-Version: 3.9.4
 Homepage: http://keithp.com/calypso
 X-Python-Version: = 2.7
+XS-Testsuite: autopkgtest
 
 Package: calypso
 Architecture: all
diff --git a/debian/tests/caldav b/debian/tests/caldav
new file mode 100755
index 000..c4d78b1
--- /dev/null
+++ b/debian/tests/caldav
@@ -0,0 +1,54 @@
+#!/bin/sh
+
+TESTS=\
+CalDAV/delete.xml \
+CalDAV/vtodos.xml \
+
+
+set -e
+
+cleanup ()
+{
+   kill $(cat $WORKDIR/pid)
+   rm --preserve-root -rf $WORKDIR
+}
+
+WORKDIR=$(mktemp -d)
+trap cleanup 0 INT QUIT ABRT PIPE TERM
+
+export CALYPSO_CONFIG=$WORKDIR/config
+
+# Initial calendars
+CALENDARS=\
+   $WORKDIR/calendars/__uids__/user01/calendar/   \
+   $WORKDIR/calendars/__uids__/user01/tasks/  \
+  
+
+for d in $CALENDARS; do
+  mkdir -p $d
+  git init $d
+done
+
+# config
+cat EOF  $WORKDIR/config
+[server]
+ssl=false
+
+[acl]
+type=htpasswd
+filename=$WORKDIR/passwd
+encryption=plain
+
+[storage]
+folder=$WORKDIR/
+EOF
+echo user01:user01  $WORKDIR/passwd
+
+# Run the server
+calypso -d -P $WORKDIR/pid
+sleep 2
+
+# Run the tests
+testcaldav -s $PWD/debian/tests/serverinfo.xml $TESTS
+
+echo run: OK
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 000..e78ddac
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,3 @@
+Tests: caldav
+Restrictions: isolation-container
+Depends: caldav-tester
diff --git a/debian/tests/serverinfo.xml b/debian/tests/serverinfo.xml
new file mode 100644
index 000..9378d76
--- /dev/null
+++ b/debian/tests/serverinfo.xml
@@ -0,0 +1,759 @@
+?xml version=1.0 standalone=no?
+
+!DOCTYPE serverinfo SYSTEM serverinfo.dtd
+
+!--
+ Copyright (c) 2006-2013 Apple Inc. All rights reserved.
+
+ Licensed under the Apache License, Version 2.0 (the License);
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an AS IS BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ --
+
+serverinfo
+	hostlocalhost/host
+	nonsslport5233/nonsslport
+	sslport8443/sslport
+	authtypebasic/authtype
+	
+	waitcount120/waitcount
+	waitdelay0.25/waitdelay
+
+	features
+		!--  Generic WebDAV extensions --
+		featureCOPY Method/feature			!-- COPY method --
+		featureMOVE Method/feature			!-- MOVE method --
+		
+		featurectag/feature			!-- ctag extension --
+		featuredirectory listing/feature 			!-- GET on collection --
+
+		!-- CalDAV specific extension --
+		featurecaldav/feature	!-- Basic CalDAV feature enabler --
+		featureno-duplicate-uids/feature			!-- duplicate UIDs in same home not supported --
+
+		!-- CardDAV specific extension --
+		featurecarddav/feature 		!-- Basic 

Bug#742932: adequate: Please indicate via exit code if warnings were emitted

2014-03-30 Thread Axel Beckert
Hi Jakub,

Jakub Wilk wrote:
 * Axel Beckert a...@debian.org, 2014-03-29, 04:00:
 it would be useful if adequate would indicate in its exit code if
 it emitted warnings or not.
 
 Agreed. But this will almost certainly break piuparts, so I'll have
 to talk to piuparts folks first.

This could be solved by making the one or the other behaviour optional
via a commandline switch.

But no hurries if you want to implement this properly. :-)

 This would be helpful for using adequate within autopkgtest tests.
 
 adequate has a DEP-8 test that checks if it is adequate-clean.

Saw them, yes.

 But I haven't thought about using it in other packages'
 autopkgtests. Very clever, thanks for the hint. :-)

Oh? This seemed so obvious to me. As it would be made for that. :-)

 In the mean time you can exploit the fact that non-empty stderr is
 by default considered an error:
 
 adequate whizzytex 2

Ah, good point. Will do that.

 Or, if you use the allow-stderr restriction, you can use this
 monstrosity:
 
 adequate whizzytex 21 | ( ! grep . )

Saw that in adequate's own autopkgtests and wasn't really sure what it
should do. (Wasn't aware of this kind of ! usage inside parentheses
in POSIX sh.)

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#743049: Outdated regulatory information for many countries

2014-03-30 Thread Ben Hutchings
Package: wireless-regdb
Version: 2011.04.28-1
Severity: important
Tags: wheezy

The wireless regulatory database in wheezy has outdated (or never
correct!)  information for some countries.  This may result in users
unintentionally making illegal transmissions or being unable to access
some legal networks.

It also lacks information about Dynamic Frequency Selection (radar
avoidance) and 60 GHz band regulations which are needed to enable
these features in backported kernels.

I intend to backport the version in jessie into wheezy (s-p-u, not
-backports).

Ben.

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

Kernel: Linux 3.13-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

wireless-regdb depends on no packages.

wireless-regdb recommends no packages.

Versions of packages wireless-regdb suggests:
ii  crda  1.1.3-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#537622: tcc FTB mksh with bounds checking

2014-03-30 Thread Thomas Preud'homme
Le mardi 3 janvier 2012 17:03:29, vous avez écrit :
 
 I’m omitting -b when building mksh with tcc now, and it works
 and passes its testsuite fully, on i386. Just FYI.

I took a look at this bug recently. Thanks to this, two bugs have been fixed in 
tcc. Sadly it was regression both in tcc and due to change in the environment. 
I managed to go a bit further by changing the condition on NSIG from = NSIG 
to  NSIG in inittraps in histrap.c Are you sure it should be =NSIG?

I could go even further by changing NSIG to 32 when I noticed that the entries 
from 32 to 64 are null (I thought it could confuse tcc in some way). It then 
failed on the use of environ because the bound checking code cannot know the 
size of the valid area for environ and thus thinks an unsafe access is being 
done. The problem in histtrap seems to be the same. When computing the address 
of histtraps[i] at some point the bound checking code returns -2 (access to 
unsafe zone) which once multiplied by i * sizeof(void *) goes in the end of 
address space and causes a crash. I'll think how to solve this.

Anyway, I just wanted to tell you that we are trying to fix this and we didn't 
forget that bug.

Best regards,

Thomas

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


Bug#742453: ITP: geophar -- Swiss army knife for the math teacher

2014-03-30 Thread Mike Gabriel

Hi Andreas,

On  Mo 24 Mär 2014 08:03:25 CET, Andreas Tille wrote:


Hi,


I'm not sure in how far a Debian Edu packaging team has formed and
this package should go into Debian Edu team maintenance.  At least you
should regard this in your metapackages.

Kind regards

 Andreas.


Thanks for bringing this into our awareness!

@Georges: if you are interested in packaging under the umbrella of the  
Debian Edu packaging team, please ping me on IRC (sunweaver,  
#debian-devel, #debian-edu).


Mike


2014-03-23 22:24 GMT+01:00 Georges Khaznadar georg...@debian.org:

Package: wnpp
Severity: wishlist
Owner: Georges Khaznadar georg...@debian.org

* Package name: geophar
  Version : 13.04.5
  Upstream Author : Nicolas Pourcelot nicolas.pource...@gmail.com
* URL : http://sourceforge.net/projects/geophar/
* License : GPL-2+
  Programming Lang: Python
  Description : Swiss army knife for the math teacher

 This package is a deep rewrite of Nicolas Pourcelot's previous wxgeometrie.
 After its publication, wxgeometrie will become a transitional  
package, to be

 replaced.
 .
 Geophar contains every tool you would like to find when
 preparing math courses, exercises or their keys.


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact  
listmas...@lists.debian.org
Archive:  
https://lists.debian.org/20140323212418.31723.34872.report...@georges.khaznadar.fr




--
To UNSUBSCRIBE, email to debian-vote-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact  
listmas...@lists.debian.org
Archive:  
https://lists.debian.org/20140323212418.31723.34872.report...@georges.khaznadar.fr






--
http://fam-tille.de



--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpTCkQ956gzH.pgp
Description: Digitale PGP-Signatur


Bug#739787: attempt to fix parallel build of libvirt-glib

2014-03-30 Thread Andreas Henriksson
Hello!

I assume the build failure is caused by the parallel build.
Attached is my (untested) attempt at trying to fix it,
by adding a Makefile target dependency on the vapi to make sure
libvirt-gconfig-1.0.vapi is not built in parallel with
libvirt-gobject-1.0.vapi since apparently the latter needs
the former when building.

Regards,
Andreas Henriksson
diff -uriNp libvirt-glib-0.1.7/debian/changelog ../libvirt-glib-0.1.7/debian/changelog
--- a/libvirt-glib-0.1.7/debian/changelog	2014-02-16 17:53:33.0 +0100
+++ b/libvirt-glib-0.1.7/debian/changelog	2014-03-30 16:05:42.571474598 +0200
@@ -1,3 +1,14 @@
+libvirt-glib (0.1.7-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add debian/patches/parallel-build-fix.patch
+- fix target dependency in vapi/Makefile.am to work with
+  parallell build.
+  * Add dh-autoreconf build-dependency and use it in debian/rules
+  * Add gtk-doc-tools build-dependency to be able to autoreconf
+
+ -- Andreas Henriksson andr...@fatal.se  Sun, 30 Mar 2014 10:48:56 +0200
+
 libvirt-glib (0.1.7-2) unstable; urgency=medium
 
   * Upload to unstable (Closes: #726582)
diff -uriNp libvirt-glib-0.1.7/debian/control ../libvirt-glib-0.1.7/debian/control
--- a/libvirt-glib-0.1.7/debian/control	2014-02-16 17:53:03.0 +0100
+++ b/libvirt-glib-0.1.7/debian/control	2014-03-30 15:58:42.738799617 +0200
@@ -7,6 +7,8 @@ Build-Depends: debhelper (= 7.0.50~),
  pkg-config,
  libvirt-dev (= 0.10.2), libglib2.0-dev (= 2.10),
  libxml2-dev, libgirepository1.0-dev, gobject-introspection,
+# for autoreconf:
+ dh-autoreconf, gtk-doc-tools,
 # when building from git:
   automake, autoconf, libtool,
 # for python bindings:
diff -uriNp libvirt-glib-0.1.7/debian/patches/parallel-build-fix.patch ../libvirt-glib-0.1.7/debian/patches/parallel-build-fix.patch
--- a/libvirt-glib-0.1.7/debian/patches/parallel-build-fix.patch	1970-01-01 01:00:00.0 +0100
+++ b/libvirt-glib-0.1.7/debian/patches/parallel-build-fix.patch	2014-03-30 16:07:45.808847178 +0200
@@ -0,0 +1,24 @@
+From: Andreas Henriksson andr...@fatal.se
+Subject: fix parallel build
+
+The libvirt-gconfig-1.0.vapi needs to be finished before building the
+libvirt-gobject-1.0.vapi.
+Add an explicit dependency to avoid potential problems when
+running parallel builds, which causes a race condition otherwise.
+
+For build log from a problematic build, see:
+https://buildd.debian.org/status/fetch.php?pkg=libvirt-glibarch=i386ver=0.1.7-2stamp=1392571680
+
+
+
+--- a/vapi/Makefile.am
 b/vapi/Makefile.am
+@@ -17,7 +17,7 @@
+ 		--library libvirt-glib-1.0	\
+ 		$
+ 
+-libvirt-gobject-1.0.vapi: $(top_builddir)/libvirt-gobject/LibvirtGObject-1.0.gir libvirt-glib-1.0.vapi
++libvirt-gobject-1.0.vapi: $(top_builddir)/libvirt-gobject/LibvirtGObject-1.0.gir libvirt-glib-1.0.vapi libvirt-gconfig-1.0.vapi
+ 	$(AM_V_GEN)$(VAPIGEN)			 \
+ 		--vapidir=$(builddir)		 \
+ 		--pkg gobject-2.0		 \
diff -uriNp libvirt-glib-0.1.7/debian/patches/series ../libvirt-glib-0.1.7/debian/patches/series
--- a/libvirt-glib-0.1.7/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ b/libvirt-glib-0.1.7/debian/patches/series	2014-03-30 16:05:34.187381223 +0200
@@ -0,0 +1 @@
+parallel-build-fix.patch
diff -uriNp libvirt-glib-0.1.7/debian/rules ../libvirt-glib-0.1.7/debian/rules
--- a/libvirt-glib-0.1.7/debian/rules	2014-02-16 17:53:03.0 +0100
+++ b/libvirt-glib-0.1.7/debian/rules	2014-03-30 10:48:30.301579002 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	[ -x ./configure ] || ./autogen.sh


Bug#743051: concordance: New Upstream Release - Concordance 1.1

2014-03-30 Thread Scott Talbert
Source: concordance
Severity: wishlist

Dear Maintainer,

Concordance 1.1 has been released upstream.  Please consider packaging the 
updated version.

Thanks,
Scott

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

Kernel: Linux 3.12-1-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


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



Bug#743050: congruity: New Upstream Release - Congruity 18

2014-03-30 Thread Scott Talbert
Package: congruity
Severity: wishlist

Dear Maintainer,

Congruity-18 has been released upstream.  Please consider packaging this new 
version.

Thanks,
Scott

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

Kernel: Linux 3.12-1-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


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



Bug#743052: Use modern packaging utils in debian/rules

2014-03-30 Thread Mike Gabriel

Package: debian-edu-archive-keyring
Version: 2014.02.27
Severity: wishlist

The debian-edu-archive-keyring package still has a debian/rules file  
from good old dh_make times.


The package should switch to a more modern packaging utility like CDBS  
or debhelper.


Mike

--

DAS-NETZWERKTEAM
mike gabriel, herweg 7, 24357 fleckeby
fon: +49 (1520) 1976 148

GnuPG Key ID 0x25771B31
mail: mike.gabr...@das-netzwerkteam.de, http://das-netzwerkteam.de

freeBusy:
https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xfb


pgpXIBtyOVuqA.pgp
Description: Digitale PGP-Signatur


Bug#743053: wheezy-pu: package wireless-regdb/2013.11.27-0wheezy1

2014-03-30 Thread Ben Hutchings
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

The wireless regulatory database in wheezy has outdated (or never
correct!) information for some countries.  This may result in users
unintentionally making illegal transmissions or being unable to access
some legal networks.

Ben.

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

Kernel: Linux 3.13-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


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



Bug#742850: Acknowledgement (lxc 1.0 does not work with cgroups hierarchy mounted by systemd-logind.)

2014-03-30 Thread Javier Fafián Álvarez
On 03/28/2014 02:57 AM, Brigo wrote:
 I have a proble with lxc and cgroups with sytemd installed

are you running systemd in the container or on the host system?

I am running systemd in the host system, not sure in container i a
running wheezy.


unrelated to that, you might want to try cgmanager.

Yes, but i can find it in debian yet.



2014-03-28 3:00 GMT+01:00 Debian Bug Tracking System ow...@bugs.debian.org
:

 Thank you for filing a new Bug report with Debian.

 This is an automatically generated reply to let you know your message
 has been received.

 Your message is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 As you requested using X-Debbugs-CC, your message was also forwarded to
   faf...@gmail.com
 (after having been given a Bug report number, if it did not have one).

 Your message has been sent to the package maintainer(s):
  Daniel Baumann m...@daniel-baumann.ch

 If you wish to submit further information on this problem, please
 send it to 742...@bugs.debian.org.

 Please do not send mail to ow...@bugs.debian.org unless you wish
 to report a problem with the Bug-tracking system.

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




-- 
Por limitaciones presupuestarias nos hemos visto obligados a apagar la luz
al final del túnel. Disculpen las molestias.


Bug#730885: cctools: FTBFS: globus_common_include.h:24:27: fatal error: globus_config.h: No such file or directory

2014-03-30 Thread John David Anglin

This also appears on hppa.  However, the bug does not appear to be in
cctools.

The include in globus_common_include.h is incorrect for multiarch  
systems.
globus_config.h is not installed in the same directory as  
globus_common_include.h.


The header is provided by libglobus-common-dev.

Dave
--
John David Anglin   dave.ang...@bell.net


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



Bug#743054: bugs-everywhere: be status --complete raises an exception

2014-03-30 Thread Alexander Schier
Package: bugs-everywhere
Version: 1.1.1-3
Severity: important

Dear Maintainer,
bugs everywhere seems to be broken, when issuing a be status --complete
in a newly created repo (and in used ones as well, but the minimal
testcase is be init  be status --complete

be status --complete
Traceback (most recent call last):
  File /usr/bin/be, line 26, in module
sys.exit(libbe.ui.command_line.main())
  File /usr/lib/python2.7/dist-packages/libbe/ui/command_line.py, line
392, in main
ret = dispatch(ui, command, args)
  File /usr/lib/python2.7/dist-packages/libbe/ui/command_line.py, line
304, in dispatch
options,args = parser.parse_args(args)
  File /usr/lib/python2.7/dist-packages/libbe/ui/command_line.py, line
89, in parse_args
self, args=args, values=values)
  File /usr/lib/python2.7/optparse.py, line 1400, in parse_args
stop = self._process_args(largs, rargs, values)
  File /usr/lib/python2.7/optparse.py, line 1440, in _process_args
self._process_long_opt(rargs, values)
  File /usr/lib/python2.7/optparse.py, line 1515, in _process_long_opt
option.process(opt, value, values, self)
  File /usr/lib/python2.7/optparse.py, line 789, in process
self.action, self.dest, opt, value, values, parser)
  File /usr/lib/python2.7/optparse.py, line 809, in take_action
self.callback(self, opt, value, parser, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/libbe/ui/command_line.py, line
157, in callback
self.complete(argument, fragment)
  File /usr/lib/python2.7/dist-packages/libbe/ui/command_line.py, line
164, in complete
comps = self.command.complete(argument, fragment)
  File /usr/lib/python2.7/dist-packages/libbe/command/base.py, line
392, in complete
ret.extend(self.args[0].completion_callback(self, argument, fragment))
  File /usr/lib/python2.7/dist-packages/libbe/command/util.py, line
53, in complete_status
bd = sorted(command._get_bugdirs().items())[1]
IndexError: list index out of range


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

Kernel: Linux 3.13-1-amd64 (SMP w/8 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 bugs-everywhere depends on:
ii  python 2.7.5-5
ii  python-jinja2  2.7.2-2
ii  python-yaml3.10-4+b2

Versions of packages bugs-everywhere recommends:
ii  git  1:1.9.1-1

bugs-everywhere 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#743055: FTBFS on kfreebsd-*: missing -lm

2014-03-30 Thread Steven Chamberlain
Package: gst-buzztard
Version: 0.6.0-1
Severity: serious
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

gst-buzztard currently FTBFS on kfreebsd due to:

| /bin/bash ../libtool  --tag=CC   --mode=link gcc -I. -I.. 
-DG_LOG_DOMAIN=\gst-buzztard-check\ -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/gstre
| amer-0.10 -I/usr/include/libxml2-g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall  -Wl,-z,relro 
-o gst_buzztard gst_buzztard-m-gst-buzztard.o gst_buzztar
| d-s-gst-note2frequency.o gst_buzztard-e-gst-note2frequency.o 
gst_buzztard-t-gst-note2frequency.o ../libgstbuzztard/libgstbuzztard.la 
-pthread -Wl,--export-dynamic -lgstbase-0.10 -lgstcontroller-0.1
| 0 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 
-lglib-2.0   -lcheck 
| libtool: link: gcc -I. -I.. -DG_LOG_DOMAIN=\gst-buzztard-check\ -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include 
-I/usr/include/gstreamer-0.10 -I/usr/include/libxm
| l2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -Wl,-z -Wl,relro -o .libs/gst_buzztard 
gst_buzztard-m-gst-buzztard.o gst_buzztard-s-gst-note2frequency.o
|  gst_buzztard-e-gst-note2frequency.o gst_buzztard-t-gst-note2frequency.o 
-pthread -Wl,--export-dynamic  ../libgstbuzztard/.libs/libgstbuzztard.so 
/usr/lib/x86_64-kfreebsd-gnu/libgstbase-0.10.so /us
| r/lib/x86_64-kfreebsd-gnu/libgstcontroller-0.10.so 
/usr/lib/x86_64-kfreebsd-gnu/libgstreamer-0.10.so -lgobject-2.0 -lgmodule-2.0 
-lgthread-2.0 -lxml2 -lglib-2.0 -lcheck -pthread
| /usr/bin/ld.bfd.real: 
/usr/lib/gcc/x86_64-kfreebsd-gnu/4.8/../../../x86_64-kfreebsd-gnu/libcheck.a(check.o):
 undefined reference to symbol 'floor@@GLIBC_2.3'
| //lib/x86_64-kfreebsd-gnu/libm.so.1: error adding symbols: DSO missing from 
command line
| collect2: error: ld returned 1 exit status
| make[3]: *** [gst_buzztard] Error 1
| make[3]: Leaving directory `/home/steven/gst-buzztard-0.6.0/tests'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/steven/gst-buzztard-0.6.0'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/home/steven/gst-buzztard-0.6.0'
| make: *** [debian/stamp-makefile-build] Error 2

It links the testsuite binaries using the wrong libs.  There is a
CHECK_LIBS variable seemingly having the right ones but that isn't being
used currently.

The inline patch below fixes the build for me on kfreebsd-amd64:

--- gst-buzztard-0.6.0.orig/tests/Makefile.in   2011-12-15 08:27:51.0 
+
+++ gst-buzztard-0.6.0/tests/Makefile.in2014-03-30 15:50:24.446397154 
+0100
@@ -280,7 +280,7 @@
 
 @BUILD_CHECK_TESTS_TRUE@gst_buzztard_LDADD = \
 @BUILD_CHECK_TESTS_TRUE@   
$(top_builddir)/libgstbuzztard/libgstbuzztard.la \
-@BUILD_CHECK_TESTS_TRUE@   $(BASE_DEPS_LIBS) -lcheck
+@BUILD_CHECK_TESTS_TRUE@   $(BASE_DEPS_LIBS) @CHECK_LIBS@
 
 @BUILD_CHECK_TESTS_TRUE@gst_buzztard_SOURCES = m-gst-buzztard.c 
m-gst-buzztard.h \
 @BUILD_CHECK_TESTS_TRUE@   s-gst-note2frequency.c e-gst-note2frequency.c 
t-gst-note2frequency.c

Thanks.

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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#701302: Tagging fixed upstream

2014-03-30 Thread Vasudev Kamath

Control: tag -1 +fixed-upstream

This bug has been fixed upstream I forgot to tag it.

Cheers,
-- 
Vasudev Kamath
http://copyninja.info
Connect on ~friendica: copyni...@samsargika.copyninja.info
IRC nick: copyninja | vasudev {irc.oftc.net | irc.freenode.net}
GPG Key: C517 C25D E408 759D 98A4  C96B 6C8F 74AE 8770 0B7E


signature.asc
Description: PGP signature


Bug#743056: pastebinit: fails when -b is supplied a non-URL (the -l form) - please this

2014-03-30 Thread Nomen Nescio
Package: pastebinit
Version: 1.3-4
Severity: wishlist

Dear Maintainer,

When a -l is used to obtain a list of sites, and a choice from that
list is then supplied as-is to the -b option, pastebinit behaves as if
the site is unknown.  E.g.

  $ pastebinit -a anon -b slexy.org  debug.tex
  Unknown website, please post a bugreport to request this pastebin to be added 
(slexy.org)

  $ pastebinit -a anon -b sprunge.us  debug.tex
  Unknown website, please post a bugreport to request this pastebin to be added 
(sprunge.us)

  $ pastebinit -a anon -b paste.pocoo.org  debug.tex
  Unknown website, please post a bugreport to request this pastebin to be added 
(paste.pocoo.org)

  $ pastebinit -a anon -b cxg.de  debug.tex
  Unknown website, please post a bugreport to request this pastebin to be added 
(cxg.de)

  $ pastebinit -a anon -b paste.debian.net  debug.tex
  Unknown website, please post a bugreport to request this pastebin to be added 
(paste.debian.net)

The -b option only works when an URL is supplied.  Considering the -l
option does not list URLs, pastebinit should accept hostnames as well
and automatically work out what the URL is using a default scheme
(like https://;).


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

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

Versions of packages pastebinit depends on:
ii  python2.7.3-4+deb7u1
ii  python-configobj  4.7.2+ds-4

Versions of packages pastebinit recommends:
ii  lsb-release  4.1+Debian8+deb7u1

pastebinit 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#743057: FTBFS, testsuite failure

2014-03-30 Thread Steven Chamberlain
Package: buzztard
Version: 0.6.0-1.1
Severity: serious
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

buzztard currently does not build on kfreebsd-* because the gudev
dependency in debian/control should be linux-any:
| libgudev-1.0-dev [linux-any]

After that, there is a problem which might not be kfreebsd-* specific,
a problem during the testsuite:

| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../src/lib/core 
-I../src/lib/ic -DLOCALEDIR=\/usr/share/locale\ -DDATADIR=\/usr/share\ 
-DTESTSONGDIR=\/home/steven/buzztard-0.6.0/tests/songs\ 
-DG_LOG_DOMAIN=\buzztard-check\ -pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/libxml2 
-I/usr/include/gstreamer-0.10 -pthread -I/usr/include/gconf/2 
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-kfreebsd-gnu/dbus-1.0/include 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/gstreamer-0.10 
-I/usr/include/libxml2 -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/libxml2 -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-kfreebsd-gnu/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/pango-1.0 -I/usr/include/gio-uni
 x-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-kfreebsd-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz 
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gail-1.0 
-I/usr/include/libart-2.0 -march=native -D__SSE__ -D__MMX__ -D_FORTIFY_SOURCE=2 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -Wall -c bt-test-settings.c -o bt-test-settings.o 
/dev/null 21
| gst-launch-0.10 -q audiotestsrc num-buffers=10 ! wavenc ! filesink 
location=/tmp/test.wav
| ERROR: pipeline could not be constructed: no element audiotestsrc.
| make[4]: *** [/tmp/test.wav] Error 1
| make[4]: Leaving directory `/home/steven/buzztard-0.6.0/tests'
| make[3]: *** [all-recursive] Error 1
| make[3]: Leaving directory `/home/steven/buzztard-0.6.0/tests'
| make[2]: *** [all-recursive] Error 1
| make[2]: Leaving directory `/home/steven/buzztard-0.6.0'
| make[1]: *** [all] Error 2
| make[1]: Leaving directory `/home/steven/buzztard-0.6.0'
| make: *** [debian/stamp-makefile-build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2

Thanks.

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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#742992: The bug disappeared

2014-03-30 Thread Victor Porton
This bug disappeared.

Maybe dist-update helped, maybe reboot helped.

I think we should close the bug.

--
Victor Porton - http://portonvictor.org


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



Bug#603904: Fresh installation of mailman has wrong permissions, causes archiving to fail

2014-03-30 Thread Luca Capello
tag 603904 + patch
user cont...@itopie.ch
usertags 603904 + debian-packaging
thanks

Hi there!

On Sat, 08 Mar 2014 20:56:15 +0100, b...@debian.org wrote:
 I confirm the problem.  FYI here's the permissions at Gna(.org) that
 have been working for at least 2 years, more likely 10:

   drwxrws--- 4065 www-data list 139264 Mar  8 17:30 
 /var/lib/mailman/archives/private/

The above reflects both /usr/share/doc/mailman/mailman-install.txt.gz
From wheezy (1:2.1.15-1) and sid (1:2.1.16-2), as well as the online
documentation:

  http://www.gnu.org/software/mailman/mailman-install/node9.html

--8---cut here---start-8---
   4 Check your installation

   After you've run make install, you should check that your installation
   has all the correct permissions and group ownerships by running the
   check_perms script.
[...]
   Warning: If you're running Mailman on a shared multiuser system, and
   you have mailing lists with private archives, you may want to hide the
   private archive directory from other users on your system. In that
   case, you should drop the other execute permission (o-x) from the
   archives/private directory. However, the web server process must be
   able to follow the symbolic link in public directory, otherwise your
   public Pipermail archives will not work. To set this up, become root
   and run the following commands:

# cd prefix/archives
# chown web-server-user private
# chmod o-x private

   You need to know what user your web server runs as. It may be www,
   apache, httpd or nobody, depending on your server's configuration.
--8---cut here---end---8---

However, the above is still not the case on a default wheezy
(1:2.1.15-1) installation: list:www-data for private and root:list for
public.  And indeed, the current Debian settings cause a permission
error, everything is OK for www-data, but not for list:
=
root@maison:~# ls -l /var/lib/mailman/archives/*
/var/lib/mailman/archives/private:
total 16
drwxrwsr-x 2 root www-data 4096 Mar 29 15:28 mailman
drwxrwsr-x 2 root www-data 4096 Mar 29 15:28 mailman.mbox
drwxrwsr-x 2 www-data www-data 4096 Mar 29 18:02 test
drwxrwsr-x 2 www-data www-data 4096 Mar 29 18:02 test.mbox

/var/lib/mailman/archives/public:
total 0
lrwxrwxrwx 1 www-data list 38 Mar 29 18:02 test - 
/var/lib/mailman/archives/private/test
root@maison:/etc# ls -lR /var/lib/mailman/archives/*
/var/lib/mailman/archives/private:
total 16
drwxrwsr-x 2 root www-data 4096 Mar 29 15:28 mailman
drwxrwsr-x 2 root www-data 4096 Mar 29 15:28 mailman.mbox
drwxrwsr-x 2 www-data www-data 4096 Mar 29 18:02 test
drwxrwsr-x 2 www-data www-data 4096 Mar 29 18:02 test.mbox

/var/lib/mailman/archives/private/mailman:
total 4
-rw-rw-r-- 1 root www-data 573 Mar 29 15:28 index.html

/var/lib/mailman/archives/private/mailman.mbox:
total 0

/var/lib/mailman/archives/private/test:
total 4
-rw-rw-r-- 1 www-data www-data 564 Mar 29 18:02 index.html

/var/lib/mailman/archives/private/test.mbox:
total 0

/var/lib/mailman/archives/public:
total 0
lrwxrwxrwx 1 www-data list 38 Mar 29 18:02 test - 
/var/lib/mailman/archives/private/test
root@maison:~# 
=

Simply doing as Sylvain and upstream suggest is enough, which actually
reflects the public folder permissions:
=
root@maison:~# chown www-data:list /var/lib/mailman/archives/private/
root@maison:~# chgrp -R list /var/lib/mailman/archives/private/
=

Please note that Yubao Liu already pointed this out, both on this bug as
well as on the Debian Mailman list:

  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603904#10
  
http://lists.alioth.debian.org/pipermail/pkg-mailman-hackers/2011-December/003877.html

The patch is trivial:

--8---cut here---start-8---
diffstat for mailman-2.1.16 mailman-2.1.16

 changelog |9 +
 rules |2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff -Nru mailman-2.1.16/debian/changelog mailman-2.1.16/debian/changelog
--- mailman-2.1.16/debian/changelog 2014-02-03 14:01:47.0 +0100
+++ mailman-2.1.16/debian/changelog 2014-03-30 16:44:58.0 +0200
@@ -1,3 +1,12 @@
+mailman (1:2.1.16-3~fix603904.1) UNRELEASED; urgency=medium
+
+  * debian/rules:
++ fix ownership on /var/lib/mailman/archives/private as upstream
+  suggests, also reflecting group ownership for public archives
+  (Closes: #603904).
+
+ -- Luca Capello l...@pca.it  Sun, 30 Mar 2014 16:44:58 +0200
+
 mailman (1:2.1.16-2) unstable; urgency=medium
 
   * Upload to unstable, as requested by Thijs; we did not encounter
diff -Nru mailman-2.1.16/debian/rules mailman-2.1.16/debian/rules
--- mailman-2.1.16/debian/rules 2014-02-03 13:47:42.0 +0100
+++ mailman-2.1.16/debian/rules 2014-03-30 17:18:22.0 +0200
@@ -179,7 +179,7 @@
debian/mailman/usr/lib/$(package)/Mailman/Cgi/*
 
chmod o-rx 

Bug#743058: debian-installer: installer blocks expert users if /swap is not doubly encrypted

2014-03-30 Thread John Kennerson
Package: debian-installer
Severity: normal

Scenario:

  Perform a netinst install with at least one dm-crypt partition on an
  OPAL compliant storage device.

  The whole disk is hardware encrypted (due to being OPAL), and for
  compartmental protection, a couple partitions are additionally
  software encrypted.

  Even though the expert install mode was used, debian-installer
  (which is oblivious to the fact that an OPAL device is targetted)
  steps in as a nanny, and lectures the *expert* admin on the dangers
  of having an unencrypted swap space, and *forces* an abort.  Experts
  have no way to override this mandate.

Problems with this implementation:

  * The installer presumes erroneously that the target storage device
is not OPAL compliant.  So the admin is forced to doubly encrypt
the swap space.  A smart installer would know if a device is OPAL
based on the model number.  At a minimum, a simple installer
should at least have a bypass option for OPAL users.

  * The admin is an *expert*, and should not be nannied.  Expert mode
was chosen, and experts know what they're doing, by definition.

Workaround (painful!):

  The workaround is both irritating and error-prone.  The user must
  opt to /needlessly/ encrypt the swap space to fool the dumb
  installer in order to continue, and then go back and destroy the
  swap configuration to undo the (excessive) encryption.  Going from a
  dm-crypt partition to a non-dm-crypt partition is currently
  *experimental*.

  It should theoretically be trivial to undo the encryption on a swap
  area, but the following steps to eliminate an encrypted swap area
  actually result in an unbootable installation:

  $ swapoff /dev/mapper/hda2_crypt
  $ cryptsetup luksClose hda2_crypt
  $ sed --in-place '/hda2_crypt/d' /etc/crypttab
  $ sed --in-place 's@/dev/mapper/hda2_crypt@/dev/hda2@' /etc/fstab
  $ mkswap /dev/hda2
  $ swapon /dev/hda2

  Those steps are a boilerplate for workaround (assuming hda2 is the
  swap partition).  However, they're incomplete because rebooting
  results in:

lvm is not available

  and

/dev/disk/by-uuid/uuid of former swap drive does not exist.

  The author of this bug report is unclear how to recover from this.
  Perhaps something like:

lvm lvremove hda2_crypt

  is needed?

  Ultimately, the author had to start over, and leave unpartitioned
  space for a swap, but not create a swap at all.  Then after
  installation, a swap partition had to be created manually.

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

Kernel: Linux not sure-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


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



Bug#743059: globus-common: Incorrect include directives for globus_config.h

2014-03-30 Thread John David Anglin
Package: globus-common
Version: 14.10-2
Severity: important

See bug #730885:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730885

The following headers include globus_config.h:
dave@mx3210:~/debian/globus-common/globus-common-14.10/library$ grep 
globus_config\.h *.h
globus_common_include.h:#include globus_config.h
globus_release.h:#include globus_config.h
globus_thread.h:#include globus_config.h
globus_time.h:#include globus_config.h

I believe these need to change to

#include globus/globus_config.h


-- System Information:
Debian Release: jessie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 3.14.0-rc8+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_CA.utf8)
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#739123: Please support building with Ruby 2.0

2014-03-30 Thread Christian Hofstaedtler
Dear Maintainer,

The default ruby in unstable has now been changed to be 2.0.

I expect that your package now FTBFS, therefore I'm raising the
severity of this bug. (The bug was filed because your package FTBFS
in a test rebuild earlier.)

Some more info about the version change can be found in this email:
http://lists.alioth.debian.org/pipermail/pkg-ruby-extras-maintainers/2014-March/018856.html

Thank you,
-- 
 ,''`.  Christian Hofstaedtler z...@debian.org
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-



signature.asc
Description: Digital signature


Bug#730672: GNOME Shell crashing with Oh no, something went wrong

2014-03-30 Thread Antonio Aguilar
Package: gnome-shell
Version: 3.8.4-5+b2
Followup-For: Bug #730672

Dear Maintainer,

I have a similar bug when today I upgraded my system to a newer version
of gnome, libclutter etc. If I look into .cache/gdm/session.log I found some
interesting lines:

(gnome-shell:1863): Glib-CRITICAL **: g_strsplit: assertion 'string !=NULL' 
failed

(gnome-shell:1863): Clutter-CRITICAL **: Unable to initialize  Clutter: The 
OpenGL
version could not be determined
Error del gestor de ventanas: Unable to initialize Clutter. (- Error del 
gestor de ventanas
- Window manager error)
x-session-manager[1472]: WARNING: App 'gnome-shell.desktop' exited with code 1

(gnome-shell::1885): Glib-CRITICAL **: g_strsplit: assertion 'string !=NULL' 
failed

(gnome-shell::1885): Clutter-CRITICAL **:Unuable to initialize Clutter: The 
OpenGL
version could not be determined
Error del gestor de ventanas: Unable to initialize Clutter.
x-session-manager[1472]: WARNING: App 'gnome-shell.desktop' exited with code 1
x-session-manager[1472]: WARNING: App 'gnome-shell.desktop' respawning to 
quickly


Regards,
Antonio.

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

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

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.18.0-1
ii  evolution-data-server3.8.5-3+b2
ii  gdm3 3.8.4-6
ii  gir1.2-accountsservice-1.0   0.6.34-2
ii  gir1.2-caribou-1.0   0.4.12-1+b1
ii  gir1.2-clutter-1.0   1.18.0-2
ii  gir1.2-freedesktop   1.38.0-2
ii  gir1.2-gcr-3 3.12.0-1
ii  gir1.2-gkbd-3.0  3.6.0-1
ii  gir1.2-glib-2.0  1.38.0-2
ii  gir1.2-gmenu-3.0 3.8.0-2
ii  gir1.2-gnomebluetooth-1.03.8.1-2
ii  gir1.2-gnomedesktop-3.0  3.8.4-2
ii  gir1.2-gtk-3.0   3.10.7-1
ii  gir1.2-ibus-1.0  1.5.5-1
ii  gir1.2-mutter-3.03.8.4-3
ii  gir1.2-networkmanager-1.00.9.8.8-4
ii  gir1.2-nmgtk-1.0 0.9.8.8-2
ii  gir1.2-pango-1.0 1.36.3-1
ii  gir1.2-polkit-1.00.105-4
ii  gir1.2-soup-2.4  2.44.2-1
ii  gir1.2-telepathyglib-0.120.24.0-1
ii  gir1.2-telepathylogger-0.2   0.8.0-3
ii  gir1.2-upowerglib-1.00.9.23-2+b1
ii  gjs  1.36.1-2
ii  gnome-bluetooth  3.8.1-2
ii  gnome-icon-theme-symbolic3.12.0-1
ii  gnome-settings-daemon3.8.5-2
ii  gnome-shell-common   3.8.4-5
ii  gnome-themes-standard3.10.0-2
ii  gsettings-desktop-schemas3.8.2-2
ii  libatk-bridge2.0-0   2.10.2-2
ii  libatk1.0-0  2.10.0-2
ii  libc62.18-4
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libcamel-1.2-43  3.8.5-3+b2
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libclutter-1.0-0 1.18.0-2
ii  libcogl-pango20  1.18.0-2
ii  libcogl-path20   1.18.0-2
ii  libcogl201.18.0-2
ii  libcroco30.6.8-2
ii  libdbus-1-3  1.8.0-3
ii  libdbus-glib-1-2 0.102-1
ii  libdrm2  2.4.52-1
ii  libecal-1.2-15   3.8.5-3+b2
ii  libedataserver-1.2-173.8.5-3+b2
ii  libegl1-mesa [libegl1-x11]   10.1.0-4
ii  libgbm1  10.1.0-4
ii  libgck-1-0   3.12.0-1
ii  libgcr-base-3-1  3.12.0-1
ii  libgdk-pixbuf2.0-0   2.30.6-1
ii  libgirepository-1.0-11.38.0-2
ii  libgjs0c [libgjs0-libmozjs185-1.0]   1.36.1-2
ii  libglib2.0-0 2.38.2-5
ii  libgnome-menu-3-03.8.0-2
ii  libgstreamer1.0-01.2.3-1
ii  libgtk-3-0   3.10.7-1
ii  libical1

Bug#726310: gnome-shell: ALtGr dead keys are not dead after upgrade

2014-03-30 Thread Coffee on Mars

I am experiencing the same problem with the English international
layout, and I have gnome-shell version 3.8.4-5+b1.

Thanks and regards,
CoM


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



Bug#701844: closed by Osamu Aoki os...@debian.org (exchange 2003 is EOL soon)

2014-03-30 Thread W. Martin Borgert
Yes, I agree completely - and it seems I've been the only one
with this strange problem anyway...


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



Bug#743061: xburst-tools: FTBFS on kfreebsd-*: conflicting libusb dependencies

2014-03-30 Thread Steven Chamberlain
Package: xburst-tools
Version: 201206-01
Severity: serious
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

On kfreebsd, libusb-dev cannot be used together with libusb-1.0-0-dev,
causing this package to FTBFS.

With the change below, and the attached patch, it seems possible
to use libusb2-dev instead - though I've no suitable hardware to test
the package with:

--- debian/control.orig 2013-02-07 13:57:55.0 +
+++ debian/control  2014-03-30 16:46:51.316386682 +0100
@@ -4,7 +4,7 @@
 Maintainer: Xiangfu Liu xian...@sharism.cc
 Build-Depends: debhelper (= 9),
pkg-config, autoconf, automake,
-   libusb-dev, libconfuse-dev, libusb-1.0-0-dev,
+   libusb2-dev, libconfuse-dev,
libreadline-dev
 Build-Conflicts: automake1.4
 Standards-Version: 3.9.4

Thanks for considering.

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: xburst-tools-201206/xbboot/host-app/host_main.c
===
--- xburst-tools-201206.orig/xbboot/host-app/host_main.c	2013-02-07 13:50:55.0 +
+++ xburst-tools-201206/xbboot/host-app/host_main.c	2014-03-30 17:14:41.797387019 +0100
@@ -13,6 +13,7 @@
 #include string.h
 #include usb.h
 #include time.h
+#include stdlib.h
 #include xburst-tools-config.h
 
 #define HIWORD(dw)	(((dw)  16)  0x)
Index: xburst-tools-201206/jzboot/src/usbdev.c
===
--- xburst-tools-201206.orig/jzboot/src/usbdev.c	2013-02-07 13:50:55.0 +
+++ xburst-tools-201206/jzboot/src/usbdev.c	2014-03-30 17:15:30.190389097 +0100
@@ -19,6 +19,7 @@
 
 #include errno.h
 #include libusb.h
+#include stdlib.h
 
 #include usbdev.h
 #include debug.h


Bug#743062: FTBFS[kfreebsd-*,hurd-*]: testsuite failure

2014-03-30 Thread Steven Chamberlain
Package: mutextrace
Version: 0.1.4-1
Severity: serious
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

This package FTBFS because a test fails on kfreebsd and hurd, but
built successfully in the past:

https://buildd.debian.org/status/fetch.php?pkg=mutextracearch=kfreebsd-amd64ver=0.1.4-1stamp=1367844737
| make  check-TESTS
| make[3]: Entering directory 
`/build/buildd-mutextrace_0.1.4-1-kfreebsd-amd64-wqvM4r/mutextrace-0.1.4/tests'
| make[4]: Entering directory 
`/build/buildd-mutextrace_0.1.4-1-kfreebsd-amd64-wqvM4r/mutextrace-0.1.4/tests'
| PASS: mutex_working
| FAIL: two_threads_one_mutex
| PASS: mutex_timeout
| =
| 1 of 3 tests failed
| See tests/test-suite.log
| Please report to simon.rich...@hogyros.de
| =
| make[4]: *** [test-suite.log] Error 1
| make[4]: Leaving directory 
`/build/buildd-mutextrace_0.1.4-1-kfreebsd-amd64-wqvM4r/mutextrace-0.1.4/tests'
| make[3]: *** [check-TESTS] Error 2

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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#740729: rkhunder cron.daily emit errors: Error: Invalid display - keyword cannot be found: Display line: display --to LOG --type INFO NETWORK_PORTS_DISABLE_PATHS

2014-03-30 Thread Dominic Cleal
tags 740729 + patch
thanks

The issue appears to be that rkhunter is looking up the key
NETWORK_PORTS_DISABLE_PATHS in its i18n files when the lsof command
isn't installed, and the builtin display function throws this error
for an unknown i18n keyword.

A simple patch to the en i18n file to add this keyword is attached.
This isn't applicable in rkhunter 1.4.2 (hence the author's
recommendation to upgrade I suppose), as the port checks have been
rewritten and no longer report this error condition.

A simple workaround is to install lsof.

-- 
Dominic Cleal
domi...@cleal.org
--- /var/lib/rkhunter/db/i18n/en.orig	2014-03-30 16:23:07.0 +
+++ /var/lib/rkhunter/db/i18n/en	2014-03-30 16:23:25.0 +
@@ -565,6 +565,7 @@
 NETWORK_PORTS_FILE_NOTAFILE:The file of known backdoor ports is not a file: $1
 NETWORK_PORTS_UNKNOWN_NETSTAT:All backdoor port checks skipped.
 NETWORK_PORTS_UNKNOWN_NETSTAT:Unknown netstat command format with this O/S.
+NETWORK_PORTS_DISABLE_PATHS:Disabling pathnames and '*' in PORT_WHITELIST setting: no 'lsof' command present.
 NETWORK_PORTS_ENABLE_TRUSTED:Trusted pathnames are enabled for port whitelisting.
 NETWORK_PORTS_BACKDOOR_CHK:Checking for $1 port $2
 NETWORK_PORTS_PATH_WHITELIST:Network $1 port $2 is being used by $3: the pathname is whitelisted.


Bug#743063: ITP: ruby-github-linguist -- detection and highlight of the programming language of source code and ignore binary files

2014-03-30 Thread timothee
Package: wnpp
Severity: wishlist
Owner: timothee deb...@timotheegirard.com

* Package name: ruby-github-linguist
  Version : 2.10.11
  Upstream Author : GitHub supp...@github.com
* URL : https://github.com/github/linguist
* License : MIT
  Programming Lang: Ruby
  Description : detection and highlight of the programming language of 
source code and ignore binary files

Library use by GitHub to detect blob languages, highlight code, ignore binary 
files, suppress generated files in diffs, and generate language breakdown 
graphs.

Features :
- Language detection : ruby-github-linguist defines a list of all 
languages known to GitHub in a yaml file. In order for a file to be 
highlighted, a 
language and a lexer must be defined there.

Most languages are detected by their file extension. For disambiguating between 
files with common extensions, we first apply some common-sense heuristics to 
pick out obvious languages. After that, we use a statistical classifier. This 
process can help us tell the difference between, for example, .h files which 
could be either C, C++, or Obj-C.

- Syntax Highlighting : The actual syntax highlighting is handled by 
our Pygments wrapper, ruby-pygments.rb. It also provides a Lexer abstraction 
that determines which highlighter should be used on a file.

- Stats : The Language stats bar that you see on every repository is 
built by aggregating the languages of each file in that repository. The top 
language in the graph determines the project's primary language.

- Ignore vendored files : Checking other code into your git repo is a 
common practice. But this often inflates your project's language stats and may 
even cause your project to be labeled as another language. ruby-github-linguist 
is able to identify some of these files and directories and exclude them.

- Generated file detection : Not all plain text files are true source 
files. Generated files like minified js and compiled CoffeeScript can be 
detected and excluded from language stats. As an extra bonus, these files are 
suppressed in diffs.


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



Bug#730233: smtube: Please honor the $http_proxy environment variable

2014-03-30 Thread intrigeri
Hi,

any news on that one?

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#743064: apt-autoremove

2014-03-30 Thread Joe Kierpaul

Package: apt
Version: 0.9.7.9+deb7u1
Installed-Size: 3271
Maintainer: APT Development Teamde...@lists.debian.org
Architecture: amd64

Team,

Debian is asking me to autoremove a ton of packages and if I did 
this would severely break the system and make it inoperable. It happens 
every time I install or remove a package. Thanks for your time.


Regards,


Joe Kierpaul



sudo apt-get install banshee
[sudo] password for joe:=20
Reading package lists... Done
Building dependency tree=20=20=20=20=20=20=20
Reading state information... Done
The following packages were automatically installed and are no longer requi=
red:
  aisleriot ant ant-optional argyll at-spi2-core baobab bogofilter
  bogofilter-bdb bogofilter-common browser-plugin-gnash ca-certificates-java
  caribou caribou-antler cheese dconf-tools default-jre default-jre-headless
  dnsmasq-base empathy-common espeak-data evolution-common evolution-webcal
  file-roller fonts-cantarell fonts-opensymbol fonts-sil-gentium
  fonts-sil-gentium-basic gcalctool gdebi gdm3 gedit gedit-common
  gedit-plugins gir1.2-atspi-2.0 gir1.2-gdata-0.0 gir1.2-gnomekeyring-1.0
  gir1.2-goa-1.0 gir1.2-gtop-2.0 gir1.2-gucharmap-2.90
  gir1.2-javascriptcoregtk-3.0 gir1.2-rb-3.0 gir1.2-tracker-0.14
  gir1.2-webkit-3.0 gir1.2-wnck-3.0 gnash gnash-common gnome-backgrounds
  gnome-color-manager gnome-dictionary gnome-disk-utility gnome-documents
  gnome-font-viewer gnome-icon-theme-extras gnome-mag gnome-nettool gnome-o=
rca
  gnome-packagekit gnome-packagekit-data gnome-screenshot
  gnome-shell-extensions gnome-system-log gnome-tweak-tool gnome-video-effe=
cts
  gnuchess gnuchess-book grilo-plugins-0.1 gucharmap guile-2.0-libs
  hamster-applet hyphen-en-us icedtea-6-jre-cacao icedtea-6-jre-jamvm
  icedtea-netx icedtea-netx-common inkscape iputils-tracepath java-common
  libapache-pom-java libatk-adaptor libatk-adaptor-data libatk-bridge2.0-0
  libatk-wrapper-java libatk-wrapper-java-jni libatspi1.0-0 libatspi2.0-0
  libavahi-gobject0 libavahi-ui-gtk3-0 libblas3gf
  libboost-program-options1.49.0 libboost-thread1.49.0 libbrlapi0.5
  libcaribou-gtk-module libcaribou-gtk3-module libchamplain-0.12-0
  libchamplain-gtk-0.12-0 libcmis-0.2-0 libcolamd2.7.1 libcolorblind0
  libcommons-beanutils-java libcommons-collections3-java
  libcommons-compress-java libcommons-digester-java libcommons-logging-java
  libcommons-parent-java libdb-java libdb-je-java libdb5.1-java
  libdb5.1-java-jni libdee-1.0-4 libdmapsharing-3.0-2 libdotconf1.0 libespe=
ak1
  libevolution libexttextcat-data libexttextcat0 libfs6 libgail-common
  libgdict-1.0-6 libgdict-common libgdu-gtk0 libgeocode-glib0 libgexiv2-1
  libgnome-mag2 libgraphite2-2.0.0 libgrilo-0.1-0 libgsl0ldbl libgtk-vnc-2.=Use 
'apt-get autoremove' to remove them.

0-0
  libgtkhtml-4.0-0 libgtkhtml-4.0-common libgtkhtml-editor-4.0-0
  libgupnp-av-1.0-2 libgupnp-dlna-1.0-2 libgvnc-1.0-0 libhsqldb-java
  libhyphen0 libicc2 libicu4j-java libimdi0 libjim0debian2 libjline-java
  libjtidy-java liblinear-tools liblinear1 liblouis-data liblouis2
  liblucene2-java libmagick++5 libminiupnpc5 libmozjs17d libmythes-1.2-0
  libnatpmp1 libnetfilter-conntrack3 libplot2c2 libpst4 libpstoedit0c2a
  libraw5 libregexp-java libreoffice libreoffice-base libreoffice-base-core
  libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw
  libreoffice-emailmerge libreoffice-evolution libreoffice-filter-binfilter
  libreoffice-filter-mobiledev libreoffice-gnome libreoffice-gtk
  libreoffice-help-en-us libreoffice-impress libreoffice-java-common
  libreoffice-math libreoffice-report-builder-bin libreoffice-style-galaxy
  libreoffice-style-tango libreoffice-writer librhythmbox-core6
  libservlet2.5-java libsofia-sip-ua-glib3 libsofia-sip-ua0 libsonic0
  libspeechd2 libsvm-tools libtelepathy-farstream2 libunique-3.0-0
  libvisio-0.0-0 libwpd-0.9-9 libwpg-0.2-2 libwps-0.2-2 libxz-java lp-solve
  minissdpd mobile-broadband-provider-info modemmanager mythes-en-us
  nautilus-sendto-empathy network-manager network-manager-gnome nmap
  openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib p7zip-full perlmag=
ick
  pstoedit python-brlapi python-gconf python-gnome2 python-louis python-mako
  python-markupsafe python-pyatspi python-pyatspi2 python-pyorbit
  python-speechd python-uno python-wnck python-zeitgeist rdesktop
  rhythmbox-data rygel rygel-playbin rygel-preferences rygel-tracker seahor=
se
  shotwell shotwell-common simple-scan sound-juicer sound-theme-freedesktop
  speech-dispatcher task-desktop telepathy-gabble telepathy-idle
  telepathy-logger telepathy-rakia telepathy-salut transmission-common
  transmission-gtk ttf-liberation ttf-sil-gentium-basic tzdata-java uno-lib=
s3
  unoconv ure usb-modeswitch usb-modeswitch-data vinagre vino x11-apps
  x11-session-utils x11-xfs-utils xbrlapi xdg-user-dirs-gtk xfonts-mathml
  xinit xorg xulrunner-17.0 zeitgeist-core
Use 'apt-get autoremove' to remove them.




Bug#741968: closed by Lars Wirzenius l...@liw.fi (Bug#741968: fixed in obnam 1.7.2-1)

2014-03-30 Thread Lars Wirzenius
Hi, Nemo,

I've applied a patch from Valery to fix this, I hope. If you can try
Obnam from git master, could you do so and tell me if obnam mount
now works for you? You don't need to run a new backup.

To do that, the following steps should work:

* git clone git://git.liw.fi/obnam
* cd obnam
* python setup.py --quiet build_ext -i
* ./obnam mount

Add your usual command line arguments for obnam mount to that last
line, but do run it with the leading ./ so that you run Obnam from the
source tree and not the installed version.

I am going to be making a new release soon. If you can't test this
before then, that's OK, but if you can, that would be nice. An
indication later on that it's fixed would also be useful. I'll leave
the bug open until you've confirmed it works for you now.

On Sat, Mar 22, 2014 at 06:55:56PM -0700, Nemo Inis wrote:
 Hi Lars,
 
 I don't think the problem is fully fixed. I'm still getting weird errors 
 depending how I read
 the backed up files from the fuse-mounted repository.
 As an example, I've attached an annoted terminal session showing how if I try 
 to read an epub
 (with Calibre's ebook-viewer) from a fuse-mounted repo, I get corruption. But 
 if I first copy
 it out using cp then it's OK. Bizarre stuf...
 
 Cheers
 Nemo
 
 

 backupfuse/Books is an obnam mount of the latest generation
 /Books is the folder that was backed up
 ebook-viewer is the Calibre ebook-viewer (v1.23), written in python
 
 $ md5 backupfuse/Books/handbook.epub   --A) CHECKSUM OK
 06d524ff85facfc2993e67ef6494d05f  backupfuse/Books/handbook.epub
 $ ebook-viewer backupfuse/Books/handbook.epub  --B1) TRY TO VIEW THE EPUB
 InputFormatPlugin: EPUB Input running
 on backupfuse/Books/handbook.epub
 EPUB appears to be invalid ZIP file, trying a more forgiving ZIP parser
 --B2) EPUB IS CORRUPTED
 $ ebook-viewer /Books/handbook.epub  --C1) LET'S GO CHECK THE ORIGINAL
 InputFormatPlugin: EPUB Input running
 on /Books/handbook.epub
 Found HTML cover OEBPS/Text/cover.html--C2) ORIGINAL READS OK
 $ md5 /Books/handbook.epub
 06d524ff85facfc2993e67ef6494d05f  /Books/handbook.epub  --C3) BUT ORIGINAL 
 HAS SAME MD5 WE SAW IN STEP A!
 $ md5 backupfuse/Books/handbook.epub --D) CHECK MD5 OF BACKED FILE AGAIN
 b8d645db3af61ae2e8de03f496a1788d  backupfuse/Books/handbook.epub   --D2) 
 CHECKSUM HAS CHANGED!!
 $ sudo -s
 # echo 3  /proc/sys/vm/drop_caches  --E) DROP LINUX CACHES
 # exit
 $ md5 backupfuse/Books/handbook.epub  --F1) CHECK MD5 AGAIN
 06d524ff85facfc2993e67ef6494d05f  backupfuse/Books/handbook.epub  --F2) IT'S 
 CORRECT AGAIN
 $
 $ cp backupfuse/Books/handbook.epub /tmp/  --G1) SO NOW COPY IT OUT USING CP
 $ md5 /tmp/handbook.epub
 06d524ff85facfc2993e67ef6494d05f  /tmp/handbook.epub  --G2) GOOD CHECKSUM
 $ ebook-viewer /tmp/handbook.epub
 InputFormatPlugin: EPUB Input running
 on /tmp/handbook.epub
 Found HTML cover OEBPS/Text/cover.html   --G3) NOW IT READS OK
 $ ebook-viewer backupfuse/Books/handbook.epub  --H1) TRY READING THE BACKUP 
 COPY
 InputFormatPlugin: EPUB Input running
 on backupfuse/Books/handbook.epub
 Found HTML cover OEBPS/Text/cover.html  --H2) BACKUP COPY READS OK PROBABLY 
 FROM CACHE
 $ sudo -s
 # echo 3  /proc/sys/vm/drop_caches  --I) DROPPING CACHE
 # exit
 $ ebook-viewer backupfuse/Books/handbook.epub  --J1) TRY READING BACKUP COPY 
 AGAIN
 InputFormatPlugin: EPUB Input running
 on backupfuse/Books/handbook.epub
 EPUB appears to be invalid ZIP file, trying a more forgiving ZIP parser  
 --J2) CORRUPTED AGAIN
 


-- 
http://www.cafepress.com/trunktees -- geeky funny T-shirts
http://gtdfh.branchable.com/ -- GTD for hackers


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



Bug#717364: ninja-build: FTBFS on non-Linux: option --platform: invalid choice

2014-03-30 Thread Steven Chamberlain
Package: ninja-build
Version: 1.3.4-1.1
Tags: patch
Followup-For: Bug #717364

Hi,

The attached patch seems to fix building on kfreebsd 9 (and later)
very easily.

Thanks.

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: ninja-build-1.3.4/platform_helper.py
===
--- ninja-build-1.3.4.orig/platform_helper.py	2013-06-04 19:47:31.0 +0100
+++ ninja-build-1.3.4/platform_helper.py	2014-03-30 17:43:32.035385813 +0100
@@ -19,7 +19,7 @@
 
 def platforms():
 return ['linux', 'darwin', 'freebsd', 'openbsd', 'solaris', 'sunos5',
-'mingw', 'msvc', 'gnukfreebsd8']
+'mingw', 'msvc', 'gnukfreebsd']
 
 class Platform( object ):
 def __init__( self, platform):
@@ -31,7 +31,7 @@
 self._platform = 'linux'
 elif self._platform.startswith('freebsd'):
 self._platform = 'freebsd'
-elif self._platform.startswith('gnukfreebsd8'):
+elif self._platform.startswith('gnukfreebsd'):
 self._platform = 'freebsd'
 elif self._platform.startswith('openbsd'):
 self._platform = 'openbsd'


Bug#743065: chicken: FTBFS on hppa: incorrect link options in debian/rules

2014-03-30 Thread John David Anglin
Package: chicken
Version: 4.8.0.5-1
Severity: normal

See:
http://buildd.debian-ports.org/status/fetch.php?pkg=chickenarch=hppaver=4.8.0.5-1stamp=1391327674

The following line looks odd to me:

$(MAKE) PREFIX=$(CURDIR)/debian/tmp/usr LINKER_LINK_SHARED_DLOADABLE_O
PTIONS='-L. -shared $(LDFLAGS),-R.' LINKER_LINK_SHARED_PROGRAM_OPTIONS='$(LDFL
AGS),-R.' LIBCHICKEN_SO_LINKER_OPTIONS='$(LDFLAGS),-soname,libchicken.so.6' VA
RDIR=$(CURDIR)/debian/tmp/var/lib install

This only works if the suffix of LDFLAGS is -Wl.

-- System Information:
Debian Release: jessie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 3.14.0-rc8+ (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_CA.utf8)
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#743066: RFA: gutenprint -- runtime for the Gutenprint printer driver library

2014-03-30 Thread Willem van den Akker
Package: wnpp
Severity: normal

I request an adopter for the gutenprint package.

The package description is:
 This package includes the Gutenprint shared library, needed to
 run programs using Gutenprint drivers.
 .
 Gutenprint is the print facility for the GIMP, and in addition a
 suite of drivers that may be used with common UNIX spooling systems
 using GhostScript or CUPS.  These drivers provide printing quality
 for UNIX/Linux on a par with proprietary vendor-supplied drivers in


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



Bug#742932: adequate: Please indicate via exit code if warnings were emitted

2014-03-30 Thread Holger Levsen
Hi,

On Sonntag, 30. März 2014, Jakub Wilk wrote:
 it would be useful if adequate would indicate in its exit code if it
 emitted warnings or not.
 Agreed. But this will almost certainly break piuparts, so I'll have to
 talk to piuparts folks first.

I think I would prefer the suggestion from Axel of having a smooth transition 
with a commandline switch for enabling this new behaviour. But then, we could 
also easily adapt to a change of the default behaviour... IOW: fine fine.

:-)


cheers,
,   Holger


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


Bug#739626: How to name the websocket PT server in Debian; was ITP: tor-pt-websocket -- WebSocket pluggable transport

2014-03-30 Thread Ximin Luo
control: retitle 739626 ITP: pt-websocket -- WebSocket pluggable transport

On 20/02/14 17:00, David Fifield wrote:
 On Thu, Feb 20, 2014 at 03:58:02PM +, Ximin Luo wrote:
 - tor-pt-websocket or pt-websocket: These are unambigious but
 inconsistent with the other Tor pluggable transport in Debian,
 obfsproxy. And there is also fteproxy which will probably retain
 this naming when added to Debian in the future.
 
 I kind of like this option, with the idea that there will be more of
 such in the future.
 
 websocket is a special case because the upstream package only has a
 server (there is client code but just a toy that shouldn't be
 installed). What will other packages that have a matched client and
 server look like? People installing the client probably don't want to
 install the server (and have their init.d messed with, etc.), and people
 installing the server don't also need the client.
 

Lunar suggested pt-websocket since it is not intrinsically tied to Tor usage, 
so I will go with that.

I think the longer name pt-websocket-server is unnecessary, since we are 
unlikely to ever release a pt-websocket-client, so I will stick pt-websocket.

If anyone disagrees, please speak up soon, since I have all the packaging ready 
and just need to make some final tweaks before submitting it for sponsorship.

X

-- 
GPG: 4096R/1318EFAC5FBBDBCE
git://github.com/infinity0/pubkeys.git



signature.asc
Description: OpenPGP digital signature


Bug#703864: RFP: git-mercurial -- hg remote helper from git/contrib/remote-helpers

2014-03-30 Thread Jonathan McCrohan
Package: git
Version: 1:1.9.1-1
Followup-For: Bug #703864

Hi Jonathan,

Any news on this? Is there anything I can do to help get this patch
applied in time for Jessie?

Thanks,
Jon

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

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

Versions of packages git depends on:
ii  git-man  1:1.9.1-1
ii  libc62.18-4
ii  libcurl3-gnutls  7.35.0-1
ii  liberror-perl0.17-1.1
ii  libexpat12.1.0-4
ii  libpcre3 1:8.31-2
ii  perl-modules 5.18.2-2
ii  zlib1g   1:1.2.8.dfsg-1

Versions of packages git recommends:
pn  less none
ii  openssh-client [ssh-client]  1:6.5p1-6
ii  patch2.7.1-4
ii  rsync3.1.0-2

Versions of packages git suggests:
ii  gettext-base  0.18.3.2-1
pn  git-arch  none
ii  git-bzr   1:1.9.1-1
pn  git-cvs   none
pn  git-daemon-run | git-daemon-sysvinit  none
pn  git-doc   none
pn  git-elnone
ii  git-email 1:1.9.1-1
ii  git-gui   1:1.9.1-1
pn  git-mediawiki none
ii  git-svn   1:1.9.1-1
ii  gitk  1:1.9.1-1
pn  gitwebnone

-- 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#742426: slime: package update fails

2014-03-30 Thread Thorsten Bonow
 Milan == Milan Zamazal p...@debian.org writes:

 TB == Thorsten Bonow thorsten.bo...@withouthat.org writes:
TB updating to the newest version of the slime package failed
TB with the messages attached below. Downgrading to
TB cl-swank_20130626-1_all.deb and slime_20130626-1_all.deb
TB worked.

TB One more thing: I'm using emacs24-lucid and slime
TB complains---the package recommends emacs24 (= 24.3) |
TB emacs-snapshot | xemacs21.

Milan Both the problems should be fixed in slime 2.4-2.

Milan Please note the (harmless) error message will be still
Milan present on the first upgrade/install due to emacsen-common
Milan bug #736062.

Milan Thanks for the report.

Hi,

thanks for your help, but now I get the following (even after purging
slime and doing a fresh install):


root@catweazle:/var/cache/apt/archives# dpkg -i slime_2%3a2.4-2_all.deb 
Selecting previously unselected package slime.
(Reading database ... 527272 files and directories currently installed.)
Preparing to unpack slime_2%3a2.4-2_all.deb ...
ERROR: slime is broken - called emacs-package-install as a new-style add-on, 
but has no compat file.
Unpacking slime (2:2.4-2) ...
Setting up slime (2:2.4-2) ...
Install emacsen-common for emacs23
emacsen-common: Handling install of emacsen flavor emacs23
Wrote /etc/emacs23/site-start.d/00debian-vars.elc
Wrote /usr/share/emacs23/site-lisp/debian-startup.elc
Install emacsen-common for emacs24
emacsen-common: Handling install of emacsen flavor emacs24
Wrote /etc/emacs24/site-start.d/00debian-vars.elc
Wrote /usr/share/emacs24/site-lisp/debian-startup.elc
Install slime for emacs23
Install slime for emacs24
install/slime: Handling install for emacsen flavor emacs24
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/20apel.el (source)...
Loading /etc/emacs/site-start.d/50a2ps.el (source)...
Loading /etc/emacs/site-start.d/50auctex.el (source)...
Loading /usr/share/emacs/site-lisp/auctex.el (source)...
Loading /usr/share/emacs/site-lisp/preview-latex.el (source)...
Loading /etc/emacs/site-start.d/50auto-complete-el.el (source)...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50ccrypt.el (source)...
Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
Loading /etc/emacs/site-start.d/50cxref-emacs.el (source)...
Loading /etc/emacs/site-start.d/50develock-el.el (source)...
Real cl-lib shadowed by compatibility cl-lib? 
(/usr/share/emacs/24.3/site-lisp/slime/lib/cl-lib.el)
cl-letf already defined, not rebinding
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Loading /etc/emacs/site-start.d/50doxymacs.el (source)...
Loading /etc/emacs/site-start.d/50ecb.el (source)...
ECB 2.40 uses CEDET 2.0 (contains semantic 2.2, eieio 1.4, speedbar unknown 
version).
../ecb/ecb.elc:Warning: `interactive-p' is an obsolete function (as of 23.2);
use `called-interactively-p' instead.
../ecb/ecb.elc:Warning: `interactive-p' is an obsolete function (as of 23.2);
use `called-interactively-p' instead.
../ecb/ecb.elc:Warning: `interactive-p' is an obsolete function (as of 23.2);
use `called-interactively-p' instead.
Loading /etc/emacs/site-start.d/50flim.el (source)...
Loading /etc/emacs/site-start.d/50global.el (source)...
Loading /etc/emacs/site-start.d/50gnuplot-mode.el (source)...
Loading /etc/emacs/site-start.d/50gnus-bonus-el.el (source)...
Loading /etc/emacs24/site-start.d/50mailcrypt.el (source)...
Loading /etc/emacs/site-start.d/50maxima-emacs.el (source)...
Loading /etc/emacs/site-start.d/50mew.el (source)...
Loading /etc/emacs/site-start.d/50namazu2.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Loading /etc/emacs/site-start.d/50slime.el (source)...
Loading /usr/share/emacs/site-lisp/slime/slime-autoloads.el (source)...
Loading /etc/emacs/site-start.d/50w3m-el-snapshot.el (source)...
Loading /etc/emacs/site-start.d/50whizzytex.el (source)...
Loading /etc/emacs/site-start.d/50yasnippet.el (source)...
`flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
(lambda (field1 field2) ...) quoted with ' rather than with #'
`flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
Loading /etc/emacs/site-start.d/51debian-el.el (source)...
Loading /etc/emacs/site-start.d/55ecb.el (source)...
Error while loading 55ecb: Cannot open load file: ecb-autoloads
Loading /etc/emacs/site-start.d/70x-face-el.el (source)...
Package assoc is obsolete!
Real cl-lib shadowed by compatibility cl-lib? 
(/usr/share/emacs24/site-lisp/slime/lib/cl-lib.el)
Wrong type argument: stringp, nil
ERROR: install script from slime package failed
dpkg: error processing package slime (--install):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for 

Bug#728442: Gnome-Shell and Libc6 Segfaults on running of any unlock dialog or gksu

2014-03-30 Thread Mika
I have had a similar if not same problem for a long while now. I know
I can get around this by running things from terminal as su to root.
But now that I found this I thought I should join in with info.

So whenever I run synaptic from gnome it takes 15 seconds and crashes
the desktop. Whenever I run a program with admin unlock and press
unlock it crashes.

Here are a few log files. Hope we can find the culprit here and fix this.


dmesg :

[   22.470494] nvidia :01:00.0: irq 89 for MSI/MSI-X
[   23.103680] NVRM: Your system is not currently configured to drive
a VGA console
[   23.103689] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[   23.103691] NVRM: requires the use of a text-mode VGA console. Use
of other console
[   23.103693] NVRM: drivers including, but not limited to, vesafb,
may result in
[   23.103694] NVRM: corruption and stability problems, and is not supported.
[ 3498.164413] gnome-shell[2688]: segfault at 7fffcdd1aff8 ip
7f057c289812 sp 7fffcdd1b000 error 6 in
libc-2.18.so[7f057c21+1a]


###  auth.log ###

Mar 30 18:17:01 BirdFarm0 CRON[4451]: PAM unable to
dlopen(pam_ldap.so): /lib/security/pam_ldap.so: cannot open shared
object file: No such file or directory
Mar 30 18:17:01 BirdFarm0 CRON[4451]: PAM adding faulty module: pam_ldap.so
Mar 30 18:17:01 BirdFarm0 CRON[4451]: pam_unix(cron:session): session
opened for user root by (uid=0)
Mar 30 18:17:01 BirdFarm0 CRON[4451]: pam_unix(cron:session): session
closed for user root
Mar 30 18:19:14 BirdFarm0 polkitd(authority=local): Unregistered
Authentication Agent for
unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name
:1.50, object path /org/freedesktop/PolicyKit1/AuthenticationAgent,
locale en_US.utf8) (disconnected from bus)
Mar 30 18:19:14 BirdFarm0 polkitd(authority=local): Operator of
unix-session:/org/freedesktop/ConsoleKit/Session2 FAILED to
authenticate to gain authorization for action
org.gnome.controlcenter.datetime.configure for
unix-process:4476:347791 [gnome-control-center datetime] (owned by
unix-user:miqu)
Mar 30 18:19:15 BirdFarm0 dbus[1136]: [system] Rejected send message,
2 matched rules; type=method_call, sender=:1.82 (uid=1000 pid=5392
comm=/usr/bin/gnome-shell )
interface=org.freedesktop.DBus.Properties member=GetAll error
name=(unset) requested_reply=0 destination=:1.16 (uid=0 pid=2030
comm=/usr/sbin/console-kit-daemon --no-daemon )
Mar 30 18:19:15 BirdFarm0 polkitd(authority=local): Registered
Authentication Agent for
unix-session:/org/freedesktop/ConsoleKit/Session2 (system bus name
:1.82 [/usr/bin/gnome-shell], object path
/org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.utf8)
Mar 30 18:19:26 BirdFarm0 su[5556]: PAM unable to dlopen(pam_ldap.so):
/lib/security/pam_ldap.so: cannot open shared object file: No such
file or directory
Mar 30 18:19:26 BirdFarm0 su[5556]: PAM adding faulty module: pam_ldap.so
Mar 30 18:19:30 BirdFarm0 su[5556]: Successful su for root by miqu
Mar 30 18:19:30 BirdFarm0 su[5556]: + /dev/pts/0 miqu:root
Mar 30 18:19:30 BirdFarm0 su[5556]: pam_unix(su:session): session
opened for user root by miqu(uid=1000)

/var/log/kern.log

Mar 30 18:19:13 BirdFarm0 kernel: [ 3498.164413] gnome-shell[2688]:
segfault at 7fffcdd1aff8 ip 7f057c289812 sp 7fffcdd1b000 error
6 in libc-2.18.so[7f057c21+1a]

Please let me know if more info is needed.

Mika


Bug#743068: xbattbar: FTBFS[kfreebsd-*]: wrong ifdefs

2014-03-30 Thread Steven Chamberlain
Package: xbattbar
Version: 1.4.4-1
Severity: serious
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

xbattbar FTBFS on kfreebsd, but the attached simple change fixes this.

Thanks.

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: xbattbar-1.4.4/xbattbar-check-apm.c
===
--- xbattbar-1.4.4.orig/xbattbar-check-apm.c	2013-10-17 08:01:42.0 +0100
+++ xbattbar-1.4.4/xbattbar-check-apm.c	2014-03-30 18:14:25.117372374 +0100
@@ -74,8 +74,9 @@
 
 #endif /* __bsdi__ */
 
-#ifdef __FreeBSD__
+#if defined __FreeBSD__ || defined __FreeBSD_kernel__
 
+#include sys/fcntl.h
 #include machine/apm_bios.h
 
 #define APMDEV21   /dev/apm0
@@ -197,7 +198,7 @@
 #endif /* __NetBSD__ */
 
 
-#ifdef linux
+#ifdef __linux__
 
 #include errno.h
 #include linux/apm_bios.h


Bug#743072: alt-ergo: FTBFS: Error: Signature mismatch

2014-03-30 Thread David Suárez
Source: alt-ergo
Version: 0.95.2-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 ocamlc -c -annot -I +zarith -I +ocamlgraph -I +lablgtk2 -I +threads -I 
 src/util -I src/structures -I src/theories -I src/instances -I src/sat -I 
 src/preprocess -I src/parsing -I src/gui -I src/main  
 src/theories/instantiation.mli
 ocamlopt -c -annot -inline 1000 -I +zarith -I +ocamlgraph -I +lablgtk2 -I 
 +threads -I src/util -I src/structures -I src/theories -I src/instances -I 
 src/sat -I src/preprocess -I src/parsing -I src/gui -I src/main  -for-pack 
 AltErgo src/theories/instantiation.ml
 ocamlc -c -annot -I +zarith -I +ocamlgraph -I +lablgtk2 -I +threads -I 
 src/util -I src/structures -I src/theories -I src/instances -I src/sat -I 
 src/preprocess -I src/parsing -I src/gui -I src/main  
 src/theories/custom_theory.mli
 ocamlopt -c -annot -inline 1000 -I +zarith -I +ocamlgraph -I +lablgtk2 -I 
 +threads -I src/util -I src/structures -I src/theories -I src/instances -I 
 src/sat -I src/preprocess -I src/parsing -I src/gui -I src/main  -for-pack 
 AltErgo src/theories/custom_theory.ml
 ocamlc -c -annot -I +zarith -I +ocamlgraph -I +lablgtk2 -I +threads -I 
 src/util -I src/structures -I src/theories -I src/instances -I src/sat -I 
 src/preprocess -I src/parsing -I src/gui -I src/main  src/theories/cc.mli
 ocamlopt -c -annot -inline 1000 -I +zarith -I +ocamlgraph -I +lablgtk2 -I 
 +threads -I src/util -I src/structures -I src/theories -I src/instances -I 
 src/sat -I src/preprocess -I src/parsing -I src/gui -I src/main  -for-pack 
 AltErgo src/theories/cc.ml
 ocamlc -c -annot -I +zarith -I +ocamlgraph -I +lablgtk2 -I +threads -I 
 src/util -I src/structures -I src/theories -I src/instances -I src/sat -I 
 src/preprocess -I src/parsing -I src/gui -I src/main  src/sat/sat.mli
 ocamlopt -c -annot -inline 1000 -I +zarith -I +ocamlgraph -I +lablgtk2 -I 
 +threads -I src/util -I src/structures -I src/theories -I src/instances -I 
 src/sat -I src/preprocess -I src/parsing -I src/gui -I src/main  -for-pack 
 AltErgo src/sat/sat.ml
 ocamlc -c -annot -I +zarith -I +ocamlgraph -I +lablgtk2 -I +threads -I 
 src/util -I src/structures -I src/theories -I src/instances -I src/sat -I 
 src/preprocess -I src/parsing -I src/gui -I src/main  
 src/preprocess/pruning.mli
 ocamlopt -c -annot -inline 1000 -I +zarith -I +ocamlgraph -I +lablgtk2 -I 
 +threads -I src/util -I src/structures -I src/theories -I src/instances -I 
 src/sat -I src/preprocess -I src/parsing -I src/gui -I src/main  -for-pack 
 AltErgo src/preprocess/pruning.ml
 File src/preprocess/pruning.ml, line 59, characters 3-349:
 Error: Signature mismatch:
...
Values do not match:
  val vertex_attributes :
HS.t - Graph.Graphviz.DotAttributes.vertex list
is not included in
  val vertex_attributes :
V.t - Graph.Graphviz.DotAttributes.vertex list
File src/preprocess/pruning.ml, line 64, characters 8-25:
  Actual declaration
 make[2]: *** [src/preprocess/pruning.cmx] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/alt-ergo_0.95.2-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743077: python-trollius: FTBFS: Tests failures

2014-03-30 Thread David Suárez
Source: python-trollius
Version: 0.1.4+20140210+git+6f1f9233b1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 make[1]: Entering directory 
 `/«BUILDDIR»/python-trollius-0.1.4+20140210+git+6f1f9233b1'
 dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils 
 --with python2,python3
 dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: 
 binary binary-arch binary-indep build build-arch build-indep clean install 
 install-arch install-indep)
 nosetests tests
 ...SSS..SSS...SSSS.SS
 --
 Ran 721 tests in 21.226s
 
 OK (SKIP=12)
 nosetests3 tests
 make[1]: nosetests3: Command not found
 make[1]: *** [override_dh_auto_test] Error 127

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/python-trollius_0.1.4+20140210+git+6f1f9233b1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743076: littler: FTBFS: ld: cannot find -llzma

2014-03-30 Thread David Suárez
Source: littler
Version: 0.1.5-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 gcc -I/usr/share/R/include -g -O2 -fstack-protector --param=ssp-buffer-size=4 
 -Wformat -Werror=format-security -Wall littler.o  -Wl,--export-dynamic 
 -fopenmp -Wl,-z,relro -L/usr/lib/R/lib -lR -lpcre -llzma -lbz2 -lz -lrt -ldl 
 -lm -lblas -llapack \
   `cat ldflags.txt` -Wl,-z,relro \
   -o r   
 /usr/bin/ld: cannot find -llzma
 collect2: error: ld returned 1 exit status

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/03/29/littler_0.1.5-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743075: pandas: FTBFS: Tests failures

2014-03-30 Thread David Suárez
Source: pandas
Version: 0.13.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 pandas.tests.test_tseries.test_left_join_indexer_unique ... ok
 pandas.tests.test_tseries.test_left_outer_join_bug ... ok
 pandas.tests.test_tseries.test_inner_join_indexer ... ok
 pandas.tests.test_tseries.test_outer_join_indexer ... ok
 pandas.tests.test_tseries.test_left_join_indexer ... ok
 pandas.tests.test_tseries.test_left_join_indexer2 ... ok
 pandas.tests.test_tseries.test_outer_join_indexer2 ... ok
 pandas.tests.test_tseries.test_inner_join_indexer2 ... ok
 pandas.tests.test_tseries.test_is_lexsorted ... ok
 pandas.tests.test_tseries.test_groupsort_indexer ... ok
 pandas.tests.test_tseries.test_ensure_platform_int ... ok
 pandas.tests.test_tseries.test_duplicated_with_nas ... ok
 pandas.tests.test_tseries.test_maybe_booleans_to_slice ... ok
 pandas.tests.test_tseries.test_convert_objects ... ok
 pandas.tests.test_tseries.test_convert_infs ... ok
 pandas.tests.test_tseries.test_convert_objects_ints ... ok
 pandas.tests.test_tseries.test_convert_objects_complex_number ... ok
 pandas.tests.test_tseries.test_rank ... ok
 pandas.tests.test_tseries.test_get_reverse_indexer ... ok
 pandas.tests.test_tseries.test_pad_backfill_object_segfault ... ok
 pandas.tests.test_tseries.test_arrmap ... ok
 pandas.tests.test_tseries.test_series_grouper ... ok
 pandas.tests.test_tseries.test_series_bin_grouper ... ok
 pandas.tests.test_tseries.test_group_ohlc ... ok
 pandas.tests.test_tseries.test_try_parse_dates ... ok
 
 ==
 ERROR: Failure: TypeError (__class__ assignment: 'UnboundSelf' object layout 
 differs from 'TestSubDict')
 --
 Traceback (most recent call last):
   File /usr/lib/python3/dist-packages/nose/failure.py, line 39, in runTest
 raise self.exc_val.with_traceback(self.tb)
   File /usr/lib/python3/dist-packages/nose/loader.py, line 516, in makeTest
 return self._makeTest(obj, parent)
   File /usr/lib/python3/dist-packages/nose/loader.py, line 565, in _makeTest
 return self.loadTestsFromTestClass(obj)
   File /usr/lib/python3/dist-packages/nose/loader.py, line 509, in 
 loadTestsFromTestClass
 for case in filter(wanted, dir(cls))]
   File /usr/lib/python3/dist-packages/nose/loader.py, line 508, in 
 listcomp
 cases = [self.makeTest(getattr(cls, case), cls)
   File /usr/lib/python3/dist-packages/nose/loader.py, line 504, in wanted
 item = unbound_method(cls, item)
   File /usr/lib/python3/dist-packages/nose/pyversion.py, line 131, in 
 unbound_method
 return UnboundMethod(cls, func)
   File /usr/lib/python3/dist-packages/nose/pyversion.py, line 92, in 
 __init__
 self.__self__.__class__ = cls
 TypeError: __class__ assignment: 'UnboundSelf' object layout differs from 
 'TestSubDict'
 
 --
 Ran 4424 tests in 292.010s
 
 FAILED (SKIP=341, errors=1)
 ['Idx']
 ['Idx']
 None
 False
 09
 19
 29
 38
 48
 58
 Name: C, dtype: int64
 08
 19
 dtype: int64
 A   B  C
 0  12  10  8
 1 NaN NaN  9
 
 [2 rows x 3 columns]
 A   B  C
 0  12  10  8
 1 NaN NaN  9
 
 [2 rows x 3 columns]
 
 0  1  2  3  4  5  6  7  8  9
 8   0  9  3  5  8  1  5  8  6  1
 11  0  3  9  8  8  2  9  4  4  8
 18  0  8  2  7  3  3  1  0  9  7
 
 8 9
 113
 188
 
 8 9
 113
 188
 
 8 9
 113
 188
 
 8 9
 113
 188
 None
 Warning: discarding nonzero nanoseconds
 make[1]: *** [python-test3.3] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/03/29/pandas_0.13.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743069: libva: FTBFS: error: couldn't find library libva-wayland.so.1

2014-03-30 Thread David Suárez
Source: libva
Version: 1.2.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 make[1]: Entering directory `/«PKGBUILDDIR»'
 dh_makeshlibs -Nlibva1 -Nlibva-x11-1
 dh_makeshlibs -plibva-x11-1 -V 'libva-x11-1 ( 1.2.0~)'
 dh_makeshlibs -plibva1  -V 'libva1 ( 1.2.0~)'
 make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_shlibdeps -O--parallel
 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/libva-tpi1/usr/lib/x86_64-linux-gnu/libva-tpi.so.1.3400.0 was not 
 linked against libdl.so.2 (it uses none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/libva-egl1/usr/lib/x86_64-linux-gnu/libva-egl.so.1.3400.0 was not 
 linked against libdl.so.2 (it uses none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/libva-egl1/usr/lib/x86_64-linux-gnu/libva-egl.so.1.3400.0 was not 
 linked against libEGL.so.1 (it uses none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/libva-drm1/usr/lib/x86_64-linux-gnu/libva-drm.so.1.3400.0 was not 
 linked against libva.so.1 (it uses none of the library's symbols)
 dpkg-shlibdeps: error: couldn't find library libva-wayland.so.1 needed by 
 debian/vainfo/usr/bin/vainfo (ELF format: 'elf64-x86-64'; RPATH: '')
 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/vainfo/usr/bin/vainfo was not linked against libXext.so.6 (it uses 
 none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/vainfo/usr/bin/vainfo was not linked against libdl.so.2 (it uses none 
 of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/vainfo/usr/bin/vainfo was not linked against libXfixes.so.3 (it uses 
 none of the library's symbols)
 dpkg-shlibdeps: warning: package could avoid a useless dependency if 
 debian/vainfo/usr/bin/vainfo was not linked against libdrm.so.2 (it uses none 
 of the library's symbols)
 dpkg-shlibdeps: error: cannot continue due to the error above
 Note: libraries are not searched in other binary packages that do not have 
 any shlibs or symbols file.
 To help dpkg-shlibdeps find private libraries, you might need to use -l.
 dh_shlibdeps: dpkg-shlibdeps -Tdebian/vainfo.substvars 
 debian/vainfo/usr/bin/vainfo returned exit code 2
 make: *** [binary] Error 2

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/03/29/libva_1.2.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743074: aolserver4-nspostgres: FTBFS: nspostgres.c:1772:23: error: 'Tcl_Interp' has no member named 'result'

2014-03-30 Thread David Suárez
Source: aolserver4-nspostgres
Version: 4.5+20110709-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 gcc -Wall -g -Wl,--no-as-needed -O2 -DBIND_EMULATION 
 -I/usr/include/postgresql -DFOR_ACS_USE -O2 -Wall -fPIC 
 -I/usr/include/aolserver4 -I/usr/include/tcl8.6  -DNO_CONST 
 -DUSE_INTERP_ERRORLINE -DPACKAGE_NAME=\tcl\ -DPACKAGE_TARNAME=\tcl\ 
 -DPACKAGE_VERSION=\8.6\ -DPACKAGE_STRING=\tcl\ 8.6\ 
 -DPACKAGE_BUGREPORT=\\ -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 
 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\iso8859-1\ -DHAVE_ZLIB=1 
 -DMODULE_SCOPE=extern -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\.so\ 
 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 
 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 
 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 
 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 
 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 
 -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 
 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 
 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 
 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 
 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 
 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 
 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 
 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 
 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 
 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 
 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1  
 -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ 
 -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DTCL_CFG_OPTIMIZED=1 
 -DTCL_CFG_DEBUG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTTYPES_H=1 
 -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 -DHAVE_POLL=1 
 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1-c -o nspostgres.o nspostgres.c
 command-line:0:0: warning: PACKAGE_NAME redefined [enabled by default]
 command-line:0:0: note: this is the location of the previous definition
 command-line:0:0: warning: PACKAGE_TARNAME redefined [enabled by default]
 command-line:0:0: note: this is the location of the previous definition
 command-line:0:0: warning: PACKAGE_VERSION redefined [enabled by default]
 command-line:0:0: note: this is the location of the previous definition
 command-line:0:0: warning: PACKAGE_STRING redefined [enabled by default]
 command-line:0:0: note: this is the location of the previous definition
 nspostgres.c: In function 'Ns_PgSetErrorstate':
 nspostgres.c:246:5: warning: enumeration value 'PGRES_COPY_BOTH' not handled 
 in switch [-Wswitch]
  switch (PQresultStatus(nsConn-res)) {
  ^
 nspostgres.c:246:5: warning: enumeration value 'PGRES_SINGLE_TUPLE' not 
 handled in switch [-Wswitch]
 nspostgres.c: In function 'PgCmd':
 nspostgres.c:1772:23: error: 'Tcl_Interp' has no member named 'result'
  sprintf(interp-result, %u, nspgConn-cNum);
^
 nspostgres.c:1778:19: error: 'Tcl_Interp' has no member named 'result'
  interp-result = ok;
^
 nspostgres.c:1780:19: error: 'Tcl_Interp' has no member named 'result'
  interp-result = bad;
^
 nspostgres.c: In function 'pg_column_command':
 nspostgres.c:1985:17: error: 'Tcl_Interp' has no member named 'result'
   sprintf (interp-result, %d, tinfo-ncolumns);
  ^
 make[1]: *** [nspostgres.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/aolserver4-nspostgres_4.5+20110709-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743071: ruby-shoulda-context: FTBFS: ERROR: Test ruby2.0 failed: NoMethodError: undefined method `expects' for Test::Unit::TestCase:Class

2014-03-30 Thread David Suárez
Source: ruby-shoulda-context
Version: 1.1.2-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
   NoMethodError: undefined method `expects' for Test::Unit::TestCase:Class
 /«PKGBUILDDIR»/test/shoulda/should_test.rb:212:in 
 `test_should_create_test_methods_on_build_when_subcontext'
  209:   end
  210: end
  211: 
   = 212: tu_class.expects(:define_method).with(:test: A Context with a 
 child should define the test. )
  213: context.build
  214:   end
  215: 
 ===
 .
 
 Finished in 0.762444236 seconds.
 
 102 tests, 107 assertions, 0 failures, 29 errors, 0 pendings, 0 omissions, 0 
 notifications
 71.5686% passed
 
 133.78 tests/s, 140.34 assertions/s
 rake aborted!
 Command failed with status (1): [ruby 
 -Ilib:debian/ruby-shoulda-context/usr/lib/ruby/vendor_ruby:test 
 -I/usr/lib/ruby/vendor_ruby 
 /usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb test/**/*_test.rb ]
 -e:1:in `main'
 Tasks: TOP = default = test
 (See full trace by running task with --trace)
 ERROR: Test ruby2.0 failed: 

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/ruby-shoulda-context_1.1.2-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743073: openturns: FTBFS: Tests failures

2014-03-30 Thread David Suárez
Source: openturns
Version: 1.3-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 348/362 Test #355: cppcheck_RandomizedLHS_std 
 ...   Passed0.62 sec
 Start 356: cppcheck_RandomizedQuasiMonteCarlo_std
 Start 357: cppcheck_Wilks_std
 Start 358: cppcheck_VisualTest_std
 349/362 Test #357: cppcheck_Wilks_std 
 ...   Passed0.73 sec
 350/362 Test #356: cppcheck_RandomizedQuasiMonteCarlo_std 
 ...   Passed0.75 sec
 Start 359: cppcheck_FittingTest_std
 Start 360: cppcheck_HypothesisTest_std
 351/362 Test #341: cppcheck_FunctionalChaos_ishigami_sparse 
 .   Passed9.00 sec
 Start 361: cppcheck_LinearModelTest_std
 352/362 Test #338: cppcheck_FunctionalChaos_gsobol 
 ..   Passed   11.70 sec
 Start 362: cppcheck_NormalityTest_std
 353/362 Test #362: cppcheck_NormalityTest_std 
 ...   Passed0.92 sec
 354/362 Test #359: cppcheck_FittingTest_std 
 .   Passed5.35 sec
 355/362 Test #342: cppcheck_FunctionalChaos_ishigami_database 
 ...   Passed   14.22 sec
 356/362 Test #360: cppcheck_HypothesisTest_std 
 ..***Failed6.02 sec
 --- /«PKGBUILDDIR»/lib/test/t_HypothesisTest_std.expout   2014-03-06 
 09:09:07.0 +
 +++ /«PKGBUILDDIR»/obj-x86_64-linux-gnu/lib/test/t_HypothesisTest_std.out 
 2014-03-30 11:48:05.540711963 +
 @@ -1,5 +1,5 @@
  ChiSquared=class=TestResult name=Unnamed type=TwoSampleChiSquared 
 binaryQualityMeasure=true p-value threshold=0.1 p-value=0.985079 
 description=[]
  ChiSquared2=class=TestResult name=Unnamed type=TwoSampleChiSquared 
 binaryQualityMeasure=false p-value threshold=0.1 p-value=1.15627e-20 
 description=[]
 -Pearson=class=TestResult name=Unnamed type=TwoSamplePearson 
 binaryQualityMeasure=false p-value threshold=0.1 p-value=6.40572e-08 
 description=[]
 -Smirnov=class=TestResult name=Unnamed type=TwoSampleSmirnov 
 binaryQualityMeasure=false p-value threshold=0.1 p-value=7.47514e-11 
 description=[]
 -Spearman=class=TestResult name=Unnamed type=TwoSampleSpearman 
 binaryQualityMeasure=false p-value threshold=0.1 p-value=0 description=[]
 +Pearson=class=TestResult name=Unnamed type=TwoSamplePearson 
 binaryQualityMeasure=false p-value threshold=0.1 p-value=1.24732e-05 
 description=[]
 +Smirnov=class=TestResult name=Unnamed type=TwoSampleSmirnov 
 binaryQualityMeasure=true p-value threshold=0.1 p-value=1 description=[]
 +Spearman=class=TestResult name=Unnamed type=TwoSampleSpearman 
 binaryQualityMeasure=false p-value threshold=0.1 p-value=1.5068e-05 
 description=[]
 
 357/362 Test #361: cppcheck_LinearModelTest_std 
 .***Failed7.71 sec
 --- /«PKGBUILDDIR»/lib/test/t_LinearModelTest_std.expout  2014-03-06 
 09:09:07.0 +
 +++ /«PKGBUILDDIR»/obj-x86_64-linux-gnu/lib/test/t_LinearModelTest_std.out
 2014-03-30 11:48:08.032712355 +
 @@ -1,4 +1,4 @@
 -LinearModelAdjustedRSquared=class=TestResult name=Unnamed 
 type=AdjustedRSquared binaryQualityMeasure=false p-value threshold=0.95 
 p-value=0.251488 description=[]
 -LinearModelFisher=class=TestResult name=Unnamed type=Fisher 
 binaryQualityMeasure=false p-value threshold=0.05 p-value=1 description=[]
 +LinearModelAdjustedRSquared=class=TestResult name=Unnamed 
 type=AdjustedRSquared binaryQualityMeasure=false p-value threshold=0.95 
 p-value=0.169409 description=[]
 +LinearModelFisher=class=TestResult name=Unnamed type=Fisher 
 binaryQualityMeasure=false p-value threshold=0.05 p-value=0.85 
 description=[]
  LinearModelResidualMean=class=TestResult name=Unnamed type=ResidualMean 
 binaryQualityMeasure=true p-value threshold=0.05 p-value=1 description=[]
 -LinearModelRSquared=class=TestResult name=Unnamed type=RSquared 
 binaryQualityMeasure=false p-value threshold=0.95 p-value=0.259049 
 description=[]
 +LinearModelRSquared=class=TestResult name=Unnamed type=RSquared 
 binaryQualityMeasure=false p-value threshold=0.95 p-value=0.177799 
 description=[]
 
 358/362 Test #248: cppcheck_MeixnerDistribution_std 
 .   Passed   32.47 sec
 359/362 Test #340: cppcheck_FunctionalChaos_gsobol_sparse 
 ...   Passed   21.42 sec
 360/362 Test #249: cppcheck_MeixnerDistributionFactory_std 
 ..   Passed   34.21 sec
 361/362 Test #358: cppcheck_VisualTest_std 
 ..   Passed   17.80 sec
 Errors while running CTest
 362/362 Test #271: cppcheck_Distributions_draw 
 

Bug#743070: python-taskflow: FTBFS: Error parsing /«PKGBUILDDIR»/setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository.

2014-03-30 Thread David Suárez
Source: python-taskflow
Version: 0.1.3-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
  fakeroot debian/rules clean
 dh /usr/share/openstack-pkg-tools/pkgos.make --buildsystem=python_distutils 
 --with python2
 dh: Unknown sequence /usr/share/openstack-pkg-tools/pkgos.make (choose from: 
 binary binary-arch binary-indep build build-arch build-indep clean install 
 install-arch install-indep)
 dh clean --buildsystem=python_distutils --with python2
dh_testdir -O--buildsystem=python_distutils
dh_auto_clean -O--buildsystem=python_distutils
 pyversions: missing X(S)-Python-Version in control file, fall back to 
 debian/pyversions
 pyversions: missing debian/pyversions file, fall back to supported versions
 error in setup command: Error parsing /«PKGBUILDDIR»/setup.cfg: Exception: 
 Versioning for this project requires either an sdist tarball, or access to an 
 upstream git repository.
 dh_auto_clean: python setup.py clean -a returned exit code 1
 make: *** [clean] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/python-taskflow_0.1.3-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743078: ngraph-gtk: FTBFS: main.c:923:39: error: 'CPPFunction' undeclared (first use in this function)

2014-03-30 Thread David Suárez
Source: ngraph-gtk
Version: 6.06.13-3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

On new readline versions old-style function typedefs have been deprecated.

Relevant part (hopefully):
 /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
 -I../..  -DLOCALEDIR=\/usr/share/locale\ -D_FORTIFY_SOURCE=2 -pthread 
 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 
 -I/usr/include/libdrm   -I.. -I../math -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o 
 libngraphui_la-main.lo `test -f 'main.c' || echo './'`main.c
 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. 
 -DLOCALEDIR=\/usr/share/locale\ -D_FORTIFY_SOURCE=2 -pthread 
 -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 
 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0 
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/harfbuzz 
 -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 
 -I/usr/include/libdrm -I.. -I../math -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c main.c  -fPIC 
 -DPIC -o .libs/libngraphui_la-main.o
 main.c: In function 'main':
 main.c:923:39: error: 'CPPFunction' undeclared (first use in this function)
rl_attempted_completion_function = (CPPFunction *) 
 attempt_shell_completion;
^
 main.c:923:39: note: each undeclared identifier is reported only once for 
 each function it appears in
 main.c:923:52: error: expected expression before ')' token
rl_attempted_completion_function = (CPPFunction *) 
 attempt_shell_completion;
 ^
 make[5]: *** [libngraphui_la-main.lo] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/ngraph-gtk_6.06.13-3_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#743084: aolserver4-nsopenssl: FTBFS: tclcmds.c:338:31: error: 'Tcl_Interp' has no member named 'result'

2014-03-30 Thread David Suárez
Source: aolserver4-nsopenssl
Version: 3.0beta26-4
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 gcc -g -I/usr/include/openssl -I/usr/kerberos/include -O2 -Wall -fPIC 
 -I/usr/include/aolserver4 -I/usr/include/tcl8.6  -DNO_CONST 
 -DUSE_INTERP_ERRORLINE -DPACKAGE_NAME=\tcl\ -DPACKAGE_TARNAME=\tcl\ 
 -DPACKAGE_VERSION=\8.6\ -DPACKAGE_STRING=\tcl\ 8.6\ 
 -DPACKAGE_BUGREPORT=\\ -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 
 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\iso8859-1\ -DHAVE_ZLIB=1 
 -DMODULE_SCOPE=extern -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\.so\ 
 -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 
 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 
 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 
 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 
 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 
 -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 
 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 
 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 
 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 
 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 
 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 
 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 
 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 
 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 
 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 
 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1  
 -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ 
 -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DTCL_CFG_OPTIMIZED=1 
 -DTCL_CFG_DEBUG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTTYPES_H=1 
 -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 -DHAVE_POLL=1 
 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1-c -o tclcmds.o tclcmds.c
 command-line:0:0: warning: PACKAGE_NAME redefined [enabled by default]
 command-line:0:0: note: this is the location of the previous definition
 command-line:0:0: warning: PACKAGE_TARNAME redefined [enabled by default]
 command-line:0:0: note: this is the location of the previous definition
 command-line:0:0: warning: PACKAGE_VERSION redefined [enabled by default]
 command-line:0:0: note: this is the location of the previous definition
 command-line:0:0: warning: PACKAGE_STRING redefined [enabled by default]
 command-line:0:0: note: this is the location of the previous definition
 tclcmds.c: In function 'NsTclOpenSSLObjCmd':
 tclcmds.c:338:31: error: 'Tcl_Interp' has no member named 'result'
  sprintf(interp-result, %d, sslconn-peerport);
^
 tclcmds.c:359:27: error: 'Tcl_Interp' has no member named 'result'
  sprintf(interp-result, %d, sslconn-peerport);
^
 tclcmds.c:373:31: error: 'Tcl_Interp' has no member named 'result'
  sprintf(interp-result, %d, integer);
^
 tclcmds.c:401:31: error: 'Tcl_Interp' has no member named 'result'
  sprintf(interp-result, %lu, peercert == NULL ? 0 : 
 X509_get_version(peercert) + 1);
^
 tclcmds.c:403:31: error: 'Tcl_Interp' has no member named 'result'
  sprintf(interp-result, %ld, peercert == NULL ? 0 :
^
 tclcmds.c:451:31: error: 'Tcl_Interp' has no member named 'result'
  sprintf(interp-result, %d,
^
 tclcmds.c:275:20: warning: variable 'status' set but not used 
 [-Wunused-but-set-variable]
  intstatus   = TCL_OK;
 ^
 tclcmds.c: In function 'NsTclOpenSSLSockOpenObjCmd':
 tclcmds.c:621:5: warning: implicit declaration of function 
 'Ns_OpenSSLX509CertVerify' [-Wimplicit-function-declaration]
  if (Ns_OpenSSLX509CertVerify(sslconn-ssl)) {
  ^
 tclcmds.c: In function 'NsTclOpenSSLSockListenObjCmd':
 tclcmds.c:651:13: warning: unused variable 'thisServer' [-Wunused-variable]
  Server *thisServer = (Server *) arg;
  ^
 In file included from /usr/include/tcl8.6/tcl.h:2435:0,
  from 

  1   2   3   >