Bug#792013: log4cxx: library transition may be needed when GCC 5 is the default

2015-08-04 Thread Tobias Frost
Package: release.debian.org
Followup-For: Bug #792013

I'll take a look at roboptim-core  tonight; 
At a quick glanze, it could be 
http://lists.boost.org/Archives/boost/2015/05/221934.php

regrading solarpowerlog, it's libconfig that needs to be uploaded to sid. See 
#791108
(its already in experimental), beside that I'll need a sourceful upload because 
of boost.
(updateing boost.m4) -- it's already in the packaging git.

I intend to NMU libconfig to DELAYED/2 this evening.

-- 
tobi

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

Kernel: Linux 4.0.5-revert-done (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


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



Bug#794298: asciinema: broken, Unable to upload

2015-08-04 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Aug 04, 2015 at 10:28:47 +:
 [api]
 token = 5539660d-91c0-4a29-975c-6ecb14523fce

Note that this token is anonymized; it's not the actual token in my
config file.


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



Bug#791108: libconfig: library transition may be needed when GCC 5 is the default

2015-08-04 Thread Tobias Frost
Package: src:libconfig
Followup-For: Bug #791108
Control: severity -1 serious

Dear Maintainer,

can you pleae upload to sid?
(Note: This is also an intend to NMU the upload to sid)

Bumping severity, as the transistion started this is now RC. 

Thanks!

--
tobi

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

Kernel: Linux 4.0.5-revert-done (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


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



Bug#779631: please make gemspec output reproducible

2015-08-04 Thread Chris Lamb
reopen 779631
found 779631
tags - patch
thanks

It seems like this didn't fix it, or there is an extremely similar
issue. For example:

 
https://reproducible.debian.net/rb-pkg/unstable/amd64/ruby-rack-mobile-detect.html

I will investigate soon; apologies that I am reopening this without it
being immediately actionable on your part.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org / chris-lamb.co.uk
   `-


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



Bug#777944: soname change required for libept

2015-08-04 Thread Matthias Klose
Control: tags -1 + patch confirmed

please find attached a patch to build with all the rebuilt build-dependencies,
changing the soname.  The soname bump is at least needed for the changed
libstdc++6 ABI.

diff -Nru libept-1.0.13/CMakeLists.txt libept-1.0.13.1/CMakeLists.txt
--- libept-1.0.13/CMakeLists.txt2015-06-18 01:33:59.0 +0200
+++ libept-1.0.13.1/CMakeLists.txt  2015-08-04 12:43:08.0 +0200
@@ -5,7 +5,7 @@
 
 add_custom_target( unit )
 
-set( EPT_VERSION 1.0.13 )
+set( EPT_VERSION 1.0.13.1 )
 
 # Get the soversion from libapt-pkg to include in our own
 execute_process(
diff -Nru libept-1.0.13/debian/changelog libept-1.0.13.1/debian/changelog
--- libept-1.0.13/debian/changelog  2015-06-18 10:33:46.0 +0200
+++ libept-1.0.13.1/debian/changelog2015-08-04 12:28:45.0 +0200
@@ -1,3 +1,13 @@
+libept (1.0.13.1) wily; urgency=medium
+
+  * Non maintainer upload.
+  * Rebuild using GCC 5.
+  * Tighten dependencies on -dev packages.
+  * Rename libept1.4.12 to libept1.4.16 for the apt transition.
+  * Update links and install files.
+
+ -- Matthias Klose d...@ubuntu.com  Thu, 30 Jul 2015 18:38:18 +0200
+
 libept (1.0.13) experimental; urgency=medium
 
   [Raúl Sánchez Siles]
diff -Nru libept-1.0.13/debian/control libept-1.0.13.1/debian/control
--- libept-1.0.13/debian/control2015-06-18 11:01:41.0 +0200
+++ libept-1.0.13.1/debian/control  2015-08-04 12:37:03.0 +0200
@@ -6,10 +6,10 @@
 Build-Depends:
   debhelper (= 9), dh-exec, dh-buildinfo,
   cmake (= 2.6), pkg-config, doxygen,
-  libapt-pkg-dev (= 0.6.46.1),
-  libwibble-dev (= 1.1), libwibble-dev ( 2.0),
-  libtagcoll2-dev (= 2.0.6), libtagcoll2-dev ( 2.1),
-  libxapian-dev (= 1.0.5)
+  libapt-pkg-dev (= 1.0.10),
+  libwibble-dev (= 1.1-1+b1), libwibble-dev ( 2.0),
+  libtagcoll2-dev (= 2.0.14-1+b1), libtagcoll2-dev ( 2.1),
+  libxapian-dev (= 1.2.21-1.2)
 Standards-Version: 3.9.6.0
 Vcs-Git: git://git.debian.org/git/debtags/libept.git
 Vcs-Browser: http://git.debian.org/?p=debtags/libept.git
@@ -19,10 +19,11 @@
 Architecture: any
 Recommends: pkg-config
 Depends:
-  libept1.4.12 (= ${binary:Version}),
-  libwibble-dev (= 1.1), libwibble-dev ( 2.0),
-  libtagcoll2-dev (= 2.0.6), libtagcoll2-dev ( 2.1),
-  libapt-pkg-dev (= 0.6.46.1), libxapian-dev (= 1.0.5), ${misc:Depends}
+  libept1.4.16 (= ${binary:Version}),
+  libwibble-dev (= 1.1-1+b1), libwibble-dev ( 2.0),
+  libtagcoll2-dev (= 2.0.14-1+b1), libtagcoll2-dev ( 2.1),
+  libapt-pkg-dev (= 1.0.10), libxapian-dev (= 1.2.21-1.2), ${misc:Depends}
+Built-Using: ${libwibble:Source}, ${tagcoll2:Source}
 Description: High-level library for managing Debian package information
  The library defines a very minimal framework in which many sources of data
  about Debian packages can be implemented and queried together.
@@ -36,11 +37,12 @@
  .
  This is the development library.
 
-Package: libept1.4.12
+Package: libept1.4.16
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Built-Using: ${libwibble:Source}, ${tagcoll2:Source}
 Description: High-level library for managing Debian package information
  The library defines a very minimal framework in which many sources of data
  about Debian packages can be implemented and queried together.
diff -Nru libept-1.0.13/debian/libept1.4.12.install 
libept-1.0.13.1/debian/libept1.4.12.install
--- libept-1.0.13/debian/libept1.4.12.install   2015-06-18 11:01:29.0 
+0200
+++ libept-1.0.13.1/debian/libept1.4.12.install 1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libept.so.1.aptpkg4.12
diff -Nru libept-1.0.13/debian/libept1.4.12.links 
libept-1.0.13.1/debian/libept1.4.12.links
--- libept-1.0.13/debian/libept1.4.12.links 2015-06-18 11:01:26.0 
+0200
+++ libept-1.0.13.1/debian/libept1.4.12.links   1970-01-01 01:00:00.0 
+0100
@@ -1,2 +0,0 @@
-#!/usr/bin/dh-exec
-usr/lib/${DEB_HOST_MULTIARCH}/libept.so.1.aptpkg4.12 
usr/lib/libept.so.1.0.5.4.12
diff -Nru libept-1.0.13/debian/libept1.4.16.install 
libept-1.0.13.1/debian/libept1.4.16.install
--- libept-1.0.13/debian/libept1.4.16.install   1970-01-01 01:00:00.0 
+0100
+++ libept-1.0.13.1/debian/libept1.4.16.install 2015-07-30 18:36:49.0 
+0200
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libept.so.1.aptpkg*
diff -Nru libept-1.0.13/debian/libept1.4.16.links 
libept-1.0.13.1/debian/libept1.4.16.links
--- libept-1.0.13/debian/libept1.4.16.links 1970-01-01 01:00:00.0 
+0100
+++ libept-1.0.13.1/debian/libept1.4.16.links   2015-07-30 18:37:09.0 
+0200
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+usr/lib/${DEB_HOST_MULTIARCH}/libept.so.1.aptpkg4.16 
usr/lib/libept.so.1.0.5.4.16
diff -Nru libept-1.0.13/debian/rules libept-1.0.13.1/debian/rules
--- libept-1.0.13/debian/rules  2015-06-18 10:21:02.0 +0200
+++ libept-1.0.13.1/debian/rules2015-08-04 12:42:23.0 +0200
@@ -2,6 +2,9 @@
 
 BUILDDIR = $(CURDIR)/debian/build
 

Bug#792013: Is it ok to upload liblog4cxx to sid?

2015-08-04 Thread Jonathan Wiltshire

On 2015-08-04 06:20, Tobias Frost wrote:

Hi Julien,

Am Montag, den 03.08.2015, 15:40 +0200 schrieb Julien Cristau:

On Sun, Aug  2, 2015 at 21:59:05 +0200, Tobias Frost wrote:

 Just asking if I should upload the package with the GCC-5 fix to
 sid,
 as the transistion has now started?

 Please let me know!

Yes, please go ahead.

Cheers,
Julien


Many thanks, uploaded, and all the buildds are green.

zookeeper and roboptim-core needs a binNMU,
(the remaining one, solarpowerlog will require an upload and a two
other libs fixed first; as I'm the maintainer of it, I'll take care)


Scheduled, and the auto tracker fixed as log4cxx.html.

(What are the two other libraries?)

--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


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



Bug#792013: Is it ok to upload liblog4cxx to sid?

2015-08-04 Thread Jonathan Wiltshire

On 2015-08-04 06:20, Tobias Frost wrote:

Hi Julien,

Am Montag, den 03.08.2015, 15:40 +0200 schrieb Julien Cristau:

On Sun, Aug  2, 2015 at 21:59:05 +0200, Tobias Frost wrote:

 Just asking if I should upload the package with the GCC-5 fix to
 sid,
 as the transistion has now started?

 Please let me know!

Yes, please go ahead.

Cheers,
Julien


Many thanks, uploaded, and all the buildds are green.

zookeeper and roboptim-core needs a binNMU,


roboptim-core seems to fail to build against the new boost
https://buildd.debian.org/status/fetch.php?pkg=roboptim-corearch=amd64ver=2.0-7%2Bb1stamp=1438682995


--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


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



Bug#773018: closed by Sebastian Reichel s...@debian.org (Re: tint2: Some patches for tint2)

2015-08-04 Thread nodiscc
Thank you Sebastian, glad to see tint2 alive again.

2015-08-04 1:39 GMT+02:00 Debian Bug Tracking System ow...@bugs.debian.org
:

 This is an automatic notification regarding your Bug report
 which was filed against the tint2 package:

 #773018: tint2: Some patches for tint2

 It has been closed by Sebastian Reichel s...@debian.org.

 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Sebastian Reichel 
 s...@debian.org by
 replying to this email.


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


 -- Message transféré --
 From: Sebastian Reichel s...@debian.org
 To: 773018-d...@bugs.debian.org
 Cc:
 Date: Tue, 4 Aug 2015 01:25:50 +0200
 Subject: Re: tint2: Some patches for tint2
 Hi,

 Please request this @ new upstream:

 https://gitlab.com/o9000/tint2

 Btw. some of your patchsets were already in the Debian package and
 some have already been applied upstream. Since upstream is alive
 again I would prefer not to add Debian specific patches.

 -- Sebastian


 -- Message transféré --
 From: nodiscc nodi...@gmail.com
 To: Debian Bug Tracking System sub...@bugs.debian.org
 Cc:
 Date: Sat, 13 Dec 2014 10:09:42 +0100
 Subject: tint2: Some patches for tint2
 Package: tint2
 Severity: normal

 Hello, the current upstream for tint2 is https://code.google.com/p/tint2/

 As you can see, the project is inactive (no updates since 2012), and bugs
 and feature requests are left open. The last updates can be listed at:
 https://code.google.com/feeds/p/tint2/svnchanges/basic

 I've found an updated fork at https://github.com/chazmcgarvey/tint2/,
 which
 repo provides several patches for tint2, adding the following enhancements
 and bug fixes:


 https://github.com/chazmcgarvey/tint2/commit/1aea2f679d269af1facc9f80870793bb43126703
 fix clock to update even if it is on line two (bugfix)


 https://github.com/chazmcgarvey/tint2/commit/9f7b8f30f440c4ba7d9894458fa92dfa4344db03
 https://code.google.com/p/tint2/issues/detail?id=381
 New config parameter launcher_apps_dir:
 ..desktop launchers placed in the configured directory will be
 automatically added
 to tint2's program launchers section. This provides a simpler way to add
 launchers.
 (in upstream tint2, you had to add one launcher_item_app directive per
 launcher in the config file)



 https://github.com/chazmcgarvey/tint2/commit/aafb2db7a1f2b69f4f33b4c041e4c1452947daa5
 https://code.google.com/p/tint2/issues/detail?id=382
 Adds a new separator/freespace object:
 Adding 'F' to the panel_items directive now places a separator/freespace
 that
 takes the maximum available space. Useful to condense task lists on the
 left/right
 side of the panel.


 Can you consider adding these patches to the Debian package? Upstream
 developers
 seem to have abandoned the project and do not respond to patch requests.

 Thanks in advance

 -- System Information:
 Debian Release: 8.0
   APT prefers testing
   APT policy: (500, 'testing'), (200, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)

 Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
 Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 Init: systemd (via /run/systemd/system)

 Versions of packages tint2 depends on:
 ii  libatk1.0-0   2.14.0-1
 ii  libc6 2.19-13
 ii  libcairo2 1.14.0-2.1
 ii  libfontconfig12.11.0-6.3
 ii  libfreetype6  2.5.2-2
 ii  libgdk-pixbuf2.0-02.31.1-2+b1
 ii  libglib2.0-0  2.42.1-1
 ii  libgtk2.0-0   2.24.25-1
 ii  libimlib2 1.4.6-2+b3
 ii  libpango-1.0-01.36.8-3
 ii  libpangocairo-1.0-0   1.36.8-3
 ii  libpangoft2-1.0-0 1.36.8-3
 ii  libstartup-notification0  0.12-4
 ii  libx11-6  2:1.6.2-3
 ii  libxcomposite11:0.4.4-1
 ii  libxdamage1   1:1.1.4-2+b1
 ii  libxfixes31:5.0.1-2+b2
 ii  libxinerama1  2:1.1.3-1+b1
 ii  libxrandr22:1.4.2-1+b1
 ii  libxrender1   1:0.9.8-1+b1

 tint2 recommends no packages.

 tint2 suggests no packages.




Bug#637627: hostname -A has multiple values

2015-08-04 Thread Thorsten Glaser
On Mon, 3 Aug 2015, Gianfranco Costamagna wrote:

 what about adding a cut -d   -f 1?

This probably works… but I’d either do something like:

mailname=$(hostname -f 2/dev/null || hostname -A)
echo ${mailname%% *} …/etc/mailname

Or, even better maybe, copy the /etc/mailname file from outside.

That being said, with USENETWORK=no, it shouldn’t even need one…

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg


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



Bug#794560: WordPress 4.2.3 and earlier multiple vulnerabilities

2015-08-04 Thread Henri Salo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: wordpress
Version: 4.2.3+dfsg-1
Severity: grave
Tags: security, fixed-upstream

This release addresses six issues, including three cross-site scripting
vulnerabilities and a potential SQL injection that could be used to compromise a
site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí
of the WordPress security team, Netanel Rubin of Check Point, and Ivan Grigorov.
It also includes a fix for a potential timing side-channel attack, discovered by
Johannes Schmitt of Scrutinizer, and prevents an attacker from locking a post
from being edited, discovered by Mohamed A. Baset.

For more information please see:

https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/
http://openwall.com/lists/oss-security/2015/08/04/5

- -- 
Henri Salo
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJVwLJNAAoJECet96ROqnV08QwQAMJvwXTWaHZssqXCPTo77H1R
vXHSu865JrpSjZkBruXA3yJzqefL8u1bCtxAMn1xIMYKCoweHvQyhce1ipBLM5NG
CT9XGZUUPrvjAkiwNSkWnwm475ixH8AdsZvUXqQY5Yb2QcA/KBAPjMfu5IS12FTM
PN3fg3OKOYgJlaVAzai/He1IMakzPyH9l+7NCa8lr1upJIJ1v5xyMzfTzyZ9hZnW
dcpWFcP5/MjvkTGtqyDtc0s/Q5qHJPQEYYGvQTrGo9yo567t6xzjuVSHwWUhnlTT
C41RV0VbjpPefhFcuR51wt0mMy77TB+DJh8lMl5XH5zQCE4/YjCPZ356I1EnKJ7g
/2Xj0JbovF0b+eK+Xr+7VW8j8npf9gx2QALiQnFXS8EuaE4Aap2xxpDHLlqJiSl2
xK/+u67EnkkO1KRpztMNcSyUxEulQQZnEMD151Sg+8SanbfF5H4cHzea5zf8keTm
EtPQ+48loWFe1N1c11xPgKLYU5SqOz5puwKqkzftD4mhnYarUrlulPy+enMVrM0o
kMCnIyJWwo90pu3PGs4eT4XLsoxeyZMBJMjo2F6g4+eywl1/Hcw/qKMWi2Cau9IY
GYm1KAZXl+X57heGyYj2nmZLidx3D8lX1ypGUtSXkIZ3EU5lZ2ZpGSPxONoYptkg
8HjdESDayI1Z6aHajdj7
=5NXI
-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#780077: dh-golang doesn't say *anything* about what it calls, even with DH_VERBOSE set

2015-08-04 Thread Michael Stapelberg
I can’t reproduce this. When I run gbp buildpackage --git-pbuilder
(for example in golang-gopkg-dancannon-gorethink.v1/, after using gbp
clone 
git://anonscm.debian.org/pkg-go/packages/golang-gopkg-dancannon-gorethink.v1.git),
I see the following lines in the output:

dpkg-source: info: building golang-gopkg-dancannon-gorethink.v1 in
golang-gopkg-dancannon-gorethink.v1_1.0.0-1.dsc
 debian/rules build
dh build --buildsystem=golang --with=golang
   dh_testdir -O--buildsystem=golang
   dh_auto_configure -O--buildsystem=golang
   dh_auto_build -O--buildsystem=golang
go generate -v github.com/dancannon/gorethink
github.com/dancannon/gorethink/encoding
github.com/dancannon/gorethink/ql2
github.com/dancannon/gorethink/types
src/github.com/dancannon/gorethink/benchmarks_test.go
src/github.com/dancannon/gorethink/buffer.go
[…]
make[1]: Leaving directory
'/tmp/buildd/golang-gopkg-dancannon-gorethink.v1-1.0.0'
 fakeroot debian/rules binary
dh binary --buildsystem=golang --with=golang
   dh_testroot -O--buildsystem=golang
   dh_prep -O--buildsystem=golang
   dh_auto_install -O--buildsystem=golang
mkdir -p 
/tmp/buildd/golang-gopkg-dancannon-gorethink.v1-1.0.0/debian/golang-gopkg-dancannon-gorethink.v1-dev/usr/share/gocode/src/github.com/dancannon/gorethink
cp -r -T src/github.com/dancannon/gorethink
/tmp/buildd/golang-gopkg-dancannon-gorethink.v1-1.0.0/debian/golang-gopkg-dancannon-gorethink.v1-dev/usr/share/gocode/src/github.com/dancannon/gorethink
   dh_installdocs -O--buildsystem=golang

Is the patch you posted obsolete, perhaps due to other changes in debhelper?


On Mon, Mar 9, 2015 at 3:35 AM, Matthias Klose d...@debian.org wrote:
 Package: dh-golang
 Version: 1.6
 Tags: sid stretch patch
 Severity: important

 dh-golang doesn't say *anything* about what it calls, even with DH_VERBOSE 
 set.

 apparently dh-golang uses doit_in_builddir, which doesn't print anything, just
 uses doit, not complex_doit.  The attached patch at least prints something 
 when
 DH_VERBOSE is set.




-- 
Best regards,
Michael


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



Bug#794536: squid3: FTBS on GCC-5

2015-08-04 Thread Amos Jeffries
Package: squid3
Version: 3.5.5-1
Severity: important


squid3 package is FTBS in sid due to libstdc++6 transition.

Adding this bug to hold squid3 in unstable until we can sort out libecap3.

Amos


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



Bug#783516: RM: llvm-toolchain-3.4 -- ROM; 3.5 and 3.6 are available

2015-08-04 Thread Steven Chamberlain
# clang-3.4 removal waits for llvm-py
block 783516 by 784249
# possibly need to fix the iwyu FTBFS on kfreebsd
block 783516 by 794563
thanks

Hi,

kfreebsd-10 and kfreebsd-11 should no longer be blocking this as
they are now built with either clang-3.5 or clang-3.6.

iwyu may be still blocking this because after its Build-Depends were
changed to clang-3.5, it FTBFS on kfreebsd, so the old version is
still in sid.  Following up in #794563.

dragonegg similarly FTBFS on [armel armhf] and the old version
had Build-Depends on clang-3.4.  Perhaps it could be removed from
those arches for now.

python-shogun similarly FTBFS on [powerpc] and the old version
had Build-Depends on clang-3-5.

ghc depends on llvm-3.4 only on [arm64 armel armhf] but I'm not
sure why.

I think that's all.

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


signature.asc
Description: Digital signature


Bug#794521: update-menus not recognizing or using entry in ~/.menu

2015-08-04 Thread Bill Allombert
On Mon, Aug 03, 2015 at 07:56:28PM -0700, Michael wrote:
 Package: menu
 Version: 2.1.46
 
 Kernal: Linux 3.2.0-4-486 #1 Debian 3.2.68-1+deb7u2 i686 GNU/Linux
 
 I am using X11 LDXE
 
 I am experiencing the same problem as former unresolved bug#: 
 196379 (closed): update-menus is not recognizing or using my entry 
 in ~/.menu
 
 Example:
 I'm trying to remove the menu item Galculator from 'Accessories'. I 
 have placed an empty file named 'galculator' in ~/.menu with the 
 command:
 
 echo -n  ~/.menu/galculator
 
 Then from the user command prompt I run update-menus. No error is 
 occurs. User prompt returned with no error reported. 
 
 When I mouse over to Menu:Accessories, Galculator is still visible.

Hello Michael,
Menu:Accessories is not part of the Debian menu, but of the XDG menu hierarchy,
which is not managed by update-menus.
There are XDG specific tools to update the XDG menu hierarchy.
I do not know what is the best tool for LXDE, but I would suggest menulibre.

Thanks for using Debian,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 


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



Bug#794461: Yes, the issue is in python-mock

2015-08-04 Thread Thomas Goirand
Hi,

Indeed, the problem is in python-mock.

What happens is that python-mock uses PBR, which has a kind of new
definition of the way to define requirements, using:

funcsigs;python_version3.3 at ;python_version3.3

I've done a team upload fixing it (it patches requirements.txt to avoid
this new format).

Cheers,

Thomas Goirand (zigo)


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



Bug#794567: RFS: clfft/2.6-1

2015-08-04 Thread Ghislain Vaillant

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package clfft

* Package name: clfft
  Version : 2.6-1
  Upstream Author : Advanced Micro Devices, Inc.
* URL : https://github.com/clMathLibraries/clFFT
* License : Apache version 2
  Section : science

It builds those binary packages:

libclfft-bin - OpenCL FFT library (executables)
libclfft-dev - OpenCL FFT library (development files)
libclfft-doc - OpenCL FFT library (documentation)
libclfft2  - OpenCL FFT library (shared library)
libclfft2-dbg - OpenCL FFT library (debugging symbols)

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

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

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

dget -x http://mentors.debian.net/debian/pool/main/c/clfft/clfft_2.6-1.dsc

Changes since the last upload:

  * New upstream release.
  * Break fix-doxygen-settings.patch down to more specific patches:
- fix-docs-output.patch,
- use-system-mathjax.patch,
- reproducible-build.patch.
  * Drop the following patches:
- fix-client-name.patch,
- fix-cmake-config-install.patch.
Reason: applied upstream.
  * Improve fix-libdl-linkage.patch.

Best regards,
Ghislain Vaillant


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



Bug#794529: Sound goes to internal speaker and not lineout

2015-08-04 Thread Erwan David
Package: src:linux
Version: 4.0.8-2
Severity: normal

Since 4.0, even with sound configured to go on line out and not
internal speaker of the PC, sound is emitted by the speakers (even
with speakers muted and line out not muted).

I use the Intel sound card not the radeon HDMI.


-- Package-specific info:
** Version:
Linux version 4.0.0-2-amd64 (debian-ker...@lists.debian.org) (gcc version 4.9.3 
(Debian 4.9.3-2) ) #1 SMP Debian 4.0.8-2 (2015-07-22)

** Command line:
BOOT_IMAGE=/vmlinuz-4.0.0-2-amd64 
root=UUID=c5a32d03-3629-4b5d-b47d-4091c2cc3d94 ro quiet systemd.show_status=true

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[   10.320184] [drm] CRT2: INTERNAL_KLDSCP_DAC2
[   10.320185] [drm] Connector 1:
[   10.320186] [drm]   HDMI-A-1
[   10.320187] [drm]   HPD1
[   10.320188] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 
0x7e5c
[   10.320189] [drm]   Encoders:
[   10.320191] [drm] DFP1: INTERNAL_UNIPHY
[   10.320192] [drm] Connector 2:
[   10.320192] [drm]   DVI-I-1
[   10.320193] [drm]   HPD4
[   10.320195] [drm]   DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 
0x7f1c
[   10.320196] [drm]   Encoders:
[   10.320197] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[   10.320198] [drm] DFP2: INTERNAL_UNIPHY2
[   10.444750] [drm] fb mappable at 0xE045F000
[   10.444753] [drm] vram apper at 0xE000
[   10.444754] [drm] size 8294400
[   10.444755] [drm] fb depth is 24
[   10.444756] [drm]pitch is 7680
[   10.444901] fbcon: radeondrmfb (fb0) is primary device
[   10.446771] Console: switching to colour frame buffer device 240x67
[   10.451121] radeon :01:00.0: fb0: radeondrmfb frame buffer device
[   10.451122] radeon :01:00.0: registered panic notifier
[   10.483732] [drm] Initialized radeon 2.41.0 20080528 for :01:00.0 on 
minor 0
[   10.794534] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: 
(null)
[   10.851560] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT 
filesystems, filesystem will be case sensitive!
[   11.203057] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: 
(null)
[   11.255125] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: 
(null)
[   11.376274] systemd-journald[223]: Received request to flush runtime journal 
from PID 1
[   12.372769] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.572580] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
None
[   16.572623] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   20.168252] RPC: Registered named UNIX socket transport module.
[   20.168256] RPC: Registered udp transport module.
[   20.168258] RPC: Registered tcp transport module.
[   20.168259] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   20.193556] FS-Cache: Loaded
[   20.225227] FS-Cache: Netfs 'nfs' registered for caching
[   20.253751] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[   20.592401] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   20.892504] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   21.192633] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   21.492774] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   21.792907] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   22.093028] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   22.393190] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   22.693317] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   22.930783] vboxdrv: Found 4 processor cores.
[   22.931010] vboxdrv: fAsync=0 offMin=0x2f6 offMax=0x1d16
[   22.931076] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 
'normal'.
[   22.931077] vboxdrv: Successfully loaded version 4.3.30_Debian (interface 
0x001a000a).
[   22.993456] sound hdaudioC1D0: HDMI ATI/AMD: no speaker allocation for ELD
[   24.517022] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery 
directory
[   24.534957] NFSD: starting 90-second grace period (net 818c5480)
[   24.770184] vboxpci: IOMMU not found (not registered)
[   54.947259] Key type dns_resolver registered
[   55.011135] FS-Cache: Netfs 'cifs' registered for caching
[   55.011171] Key type cifs.spnego registered
[   55.011178] Key type cifs.idmap registered
[   55.119422] CIFS VFS: Autodisabling the use of server inode numbers on 
\\fas\It. This server doesn't seem to support them properly. Hardlinks will not 
be recognized on this mount. Consider mounting with the noserverino option to 
silence this message.
[   56.660261] CIFS VFS: Autodisabling the use of server inode numbers on 
\\gpk-netapp-ns.cisco.com\workgroup. This server doesn't seem to support them 
properly. Hardlinks will not be recognized on this mount. Consider mounting 
with the noserverino option to silence this message.
[  102.123747] capability: warning: `VirtualBox' uses 32-bit capabilities 
(legacy support in 

Bug#794504: cppunit_1.13.2-2.1_amd64.changes is NEW

2015-08-04 Thread Rene Engelhard
On Mon, Aug 03, 2015 at 09:20:14PM +, Debian FTP Masters wrote:
 binary:libcppunit-1.13-0v5 is NEW.

Oops, obviously I failed and it got directly there. (I noticed the
error but my dcut was too late..)

Sorry.

Regards,

Rene


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



Bug#793487: squid: fails to install: FATAL: Ipc::Mem::Segment::create failed to shm_open(/squid-cf__metadata.shm): (13) Permission denied

2015-08-04 Thread Mattia Rizzolo
Control: reassign -1 piuparts 0.64
Control: severity -1 normal

On Sat, Jul 25, 2015 at 10:25:32AM +1200, Amos Jeffries wrote:
 Squid needs the /dev/shm device to be mounted in its normal chmod 777 state.
 
 I believe that is taken care of on regular machinery by the init script
 / system boot dependencies.
 
 If not, then ideas on how to ensure it is mounted properly are welcome.

After asking in #-release looks like this is a bug in piuparts:

[11:46:50 AM] h01ger jcristau: #793487?
[11:47:01 AM] jcristau yes
[11:48:13 AM] h01ger yeah, piuparts is not mounting /dev/shm
[11:48:24 AM] jcristau can you reassign/downgrade?
[11:48:54 AM] h01ger is /dev/shm access now mandatory?
[11:49:01 AM] jcristau has always been afaik
[11:49:28 AM] h01ger ic. havent noticed in running piuparts on the archive
  since 2007
[11:50:12 AM] jcristau probably you run with a policy-rc.d?
[11:50:18 AM] h01ger yes
[11:50:34 AM] jcristau right, so daemons don't start and don't get to notice
  they can't shm_open
[12:07:13 PM] h01ger jcristau: mind if i quote you in that bug?
[12:07:21 PM] h01ger (and reassign it to piuparts...)

Thus, reassinging.

Sorry for the bothering!

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540 .''`.
more about me:  http://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-


signature.asc
Description: Digital signature


Bug#794532: kmail: Various IMAP Problems after upgrade to Debian 8.1

2015-08-04 Thread Benoit Panizzon
Package: kmail
Version: 4:4.14.1-1
Severity: normal

Dear Maintainer,

There is no clear debugging I can provide. I just observed a lot of stuff that 
stopped working
in kmail or the kontact email part after upgrading to debian 8.1

The update proccess converted all my kdepim ressources. So maybe this could 
have led to the problem.

* The Akonadi IMAP Ressources keep 'hanging' randomly and have to be restarted, 
sometimes even the whole Akonadi Server.
* It is not possible to access shared IMAP Folders anymore.
* It is not possible to create new IMAP folders in the 'root'. You can only 
create subfolders in existing folders.
* Searching first was not possible at all, as apparently there is no server 
based IMAP search anymore.
  Solved after installing the akonadi_baloo_indexer which renders the whole 
boathed thing very slow...

Overall updating kdepim broke a lot of IMAP stuff. Any chance that this will be 
fixed soon?

-Benoit-

-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kmail depends on:
ii  kde-runtime   4:4.14.2-2
ii  kdepim-runtime4:4.14.2-3
ii  kdepimlibs-kio-plugins4:4.14.2-2+b1
ii  libakonadi-calendar4  4:4.14.2-2+b1
ii  libakonadi-contact4   4:4.14.2-2+b1
ii  libakonadi-kde4   4:4.14.2-2+b1
ii  libakonadi-kmime4 4:4.14.2-2+b1
ii  libakonadiprotocolinternals1  1.13.0-2
ii  libc6 2.19-18
ii  libcalendarsupport4   4:4.14.1-1
ii  libfollowupreminder4  4:4.14.1-1
ii  libgcc1   1:4.9.2-10
ii  libgpgme++2   4:4.14.2-2+b1
ii  libgrantlee-core0 0.4.0-2
ii  libincidenceeditorsng44:4.14.1-1
ii  libkabc4  4:4.14.2-2+b1
ii  libkalarmcal2 4:4.14.2-2+b1
ii  libkcalcore4  4:4.14.2-2+b1
ii  libkcalutils4 4:4.14.2-2+b1
ii  libkcmutils4  4:4.14.2-5
ii  libkdecore5   4:4.14.2-5
ii  libkdepim44:4.14.1-1
ii  libkdeui5 4:4.14.2-5
ii  libkio5   4:4.14.2-5
ii  libkleo4  4:4.14.1-1
ii  libkmanagesieve4  4:4.14.1-1
ii  libkmime4 4:4.14.2-2+b1
ii  libknewstuff3-4   4:4.14.2-5
ii  libknotifyconfig4 4:4.14.2-5
ii  libkontactinterface4a 4:4.14.2-2+b1
ii  libkparts44:4.14.2-5
ii  libkpgp4  4:4.14.1-1
ii  libkpimidentities44:4.14.2-2+b1
ii  libkpimtextedit4  4:4.14.2-2+b1
ii  libkpimutils4 4:4.14.2-2+b1
ii  libkprintutils4   4:4.14.2-5
ii  libksieveui4  4:4.14.1-1
ii  libktnef4 4:4.14.2-2+b1
ii  libmailcommon44:4.14.1-1
ii  libmailimporter4  4:4.14.1-1
ii  libmailtransport4 4:4.14.2-2+b1
ii  libmessagecomposer4   4:4.14.1-1
ii  libmessagecore4   4:4.14.1-1
ii  libmessagelist4   4:4.14.1-1
ii  libmessageviewer4 4:4.14.1-1
ii  libpimcommon4 4:4.14.1-1
ii  libqt4-dbus   4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-network4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqt4-xml4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtcore44:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1
ii  libqtwebkit4  2.3.4.dfsg-3
ii  libsendlater4 4:4.14.1-1
ii  libsolid4 4:4.14.2-5
ii  libstdc++64.9.2-10
ii  libtemplateparser44:4.14.1-1
ii  perl  5.20.2-3+deb8u1

Versions of packages kmail recommends:
ii  gnupg-agent   2.0.26-6
ii  gnupg22.0.26-6
ii  pinentry-gtk2 [pinentry-x11]  0.8.3-2

Versions of packages kmail suggests:
ii  bogofilter1.2.4+dfsg1-3
ii  clamav0.98.7+dfsg-0+deb8u1
ii  kaddressbook  4:4.14.1-1
ii  kleopatra 4:4.14.1-1
ii  procmail  3.22-24

-- 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#794530: RFP: pyaspora -- reimplentation of the Diaspora protocol in Python

2015-08-04 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

Package name: pyaspora
Version : 0.8
Upstream Author : Luke Ross l...@lukeross.name
URL : http://pyaspora.info/
License : Expat
Programming Lang: Python
Description : reimplentation of the Diaspora protocol in Python

Python-based software compatible with the Diaspora social networking platform.

Note: This is a work-in-progress and is only suitable for experimental!


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



Bug#794379: Regression: can't play bgr0 AVI's anymore

2015-08-04 Thread Sebastian Ramacher
Control: tags -1 + moreinfo

Hi Manuel

On 2015-08-02 13:12:57, Manuel Bilderbeek wrote:
 Package: mplayer2
 Version: 2.0-728-g2c378c7-4+b2
 Severity: normal
 
 Dear Maintainer,
 
* What led up to the situation?
 
 I probably an update, I dist-upgrade my testing daily.
 
* What exactly did you do (or not do) that was effective (or
  ineffective)?
 
 I've been able to replay AVI videos as exported by openMSX (see package
 openmsx) for over 10 years with mplayer, but yesterday I discovered it doesn't
 work anymore.
 
* What outcome did you expect instead?
 
 I expected it to keep working.
 
 This is what I get:
 
 $ mplayer ~/.openMSX/videos/beer_ide.avi 
 MPlayer2 2.0-728-g2c378c7-4+b2 (C) 2000-2012 MPlayer Team
 Cannot open file '/home/manuel/.mplayer/input.conf': No such file or directory
 Failed to open /home/manuel/.mplayer/input.conf.
 Cannot open file '/etc/mplayer/input.conf': No such file or directory
 Failed to open /etc/mplayer/input.conf.
 
 Playing /home/manuel/.openMSX/videos/beer_ide.avi.
 Detected file format: AVI (Audio Video Interleaved) (libavformat)
 [lavf] stream 0: video (zmbv), -vid 0
 [lavf] stream 1: audio (pcm_s16le), -aid 0
 Clip info:
  encoder: openMSX 0.11.0-307-g87db06e
  date: 2015-07-31
 Load subtitles in /home/manuel/.openMSX/videos/
 Selected video codec: Zip Motion Blocks Video [libavcodec]
 Selected audio codec: Uncompressed PCM [pcm]
 AUDIO: 44100 Hz, 1 ch, s16le, 705.6 kbit/100.00% (ratio: 88200-88200)
 AO: [pulse] 44100Hz 1ch s16le (2 bytes per sample)
 Starting playback...
 Unsupported PixelFormat bgr0 (298)
 VIDEO:  960x720  50.159 fps   62.6 kbps ( 7.8 kB/s)
 Could not find matching colorspace - retrying with -vf scale...
 Opening video filter: [scale]
 Unsupported format Unknown 0x
 The selected video_out device is incompatible with this codec.
 Try appending the scale filter to your filter list,
 e.g. -vf spp,scale instead of -vf spp.
 
 FATAL: Could not initialize video filters (-vf) or video output (-vo).

If file plays fine with mplayer 2.0-728-g2c378c7-4+b1, this might be a
regression from the transition to ffmpeg. Could you check if you can play the
file with ffplay (from the ffmpeg package).

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#794531: ITP: python-diaspy -- unofficial Python interface to the Diaspora social network

2015-08-04 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist
Owner: W. Martin Borgert deba...@debian.org

Package name: python-diaspy
Version : v0.5.0.1
Upstream Author : Marek Marecki h...@ozro.pw
URL : https://github.com/marekjm/diaspy/
License : MIT
Programming Lang: Python
Description : unofficial Python interface to the Diaspora social network

diaspy is a set of modules which form an Python interface to the
API of Disapora* social network.


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



Bug#794430: [Cupt-devel] Bug#794430: Bug#794430: cupt: Trying to install a uninstallable package, and not error is show

2015-08-04 Thread Eugene V. Lyubimkin
Control: severity -1 important


Hi Javier,

On 04.08.2015 00:18, Javier Barroso wrote:
 $ sudo cupt  -o debug::resolve=yes install gnome-shell

There is no log becaused you missed one 'r'. It's resolver, not resolve. 
Could you try?


 Why sudo is not showing me Violación de segmento?

That's a good question indeed.


 At gdb:

 Program received signal SIGSEGV, Segmentation fault.
 0x77aa9378 in
 boost::xpressive::detail::tracking_ptrboost::xpressive::detail::regex_implchar
 const* ::get (this=this@entry=0xfc5268)
 at /usr/include/boost/xpressive/detail/utility/tracking_ptr.hpp:430
 430if(intrusive_ptrelement_type impl = this-fork_())

Ack, thanks, that gives the first pointer to Boost.Xpressive library, will test 
in unstable.

Could you also install 'cupt-dbg' package, then launch the gdb, wait for 
segmentation fault, type 'bt full' and paste
the full backtrace here?


 The same behaviour with any package:
 # cupt install cupt
 # cupt install sl # sl is not installed

Ack, so it was not related to a specific package.


-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf(maildog)jabber.fsfe.org
C++ GNU/Linux userspace developer, Debian Developer


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



Bug#794528: bug specific to ftpfs

2015-08-04 Thread Emmanuel CHANTREAU
Hi

This email show that:

1) with same options sshfs works well and not ftpfs
2) the user option is not in mtab and sshfs works, so it contradicts
the analyze of the bug at
http://fuse.996288.n3.nabble.com/Cannot-umount-as-non-root-user-anymore-td689.html

I use also sshfs the same way, I modified a bit the fstab entry to have
the same options:
fstab:

--
p2p-lect...@gool.bibu.eu:/var/lib/transmission-daemon/downloads   
/mpnts/bibup2p
fuse.sshfs
noauto,_netdev,ro,user,allow_other,idmap=user,uid=1000,gid=1000,default_permissions
0 0

curlftpfs#emmanuel:password@telemmanuel:2221  /mpnts/telephone-emmanuel
fuse
noauto,_netdev,ro,user,allow_other,uid=1000,gid=1000,default_permissions
0 0
--


command line:
--
emmanuel@fanti: ~
$ mount /mpnts/telephone-emmanuel/
emmanuel@fanti: ~
$ mount /mpnts/bobup2p/
emmanuel@fanti: ~
$ tail -n2 /etc/mtab 
curlftpfs#ftp://emmanuel:tytotu@telemmanuel:2221/ /mpnts/telephone-emmanuel
fuse
ro,nosuid,nodev,noexec,relatime,user_id=1000,group_id=1000,default_permissions,allow_other
0 0
p2p-lect...@global.bobu.eu:/var/lib/transmission-daemon/downloads /mpnts/bobup2p
fuse.sshfs
ro,nosuid,nodev,noexec,relatime,user_id=1000,group_id=1000,default_permissions,allow_other
0 0 
emmanuel@fanti: ~ 
$ umount /mpnts/bobup2p/ 
emmanuel@fanti: ~ 
$ umount /mpnts/telephone-emmanuel/ umount: /mpnts/telephone-emmanuel:
umount failed: Operation not permitted

--
and as usual, root can umount it


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



Bug#794533: fsharp FTBFS/uninstallable with mono 4.0.2.5 (currently in experimental)

2015-08-04 Thread peter green

Package: fsharp
Version: 3.1.1.26+dfsg2-3
Serverity: important

I backported mono 4.0.2.5 from Debian experimental to raspbian 
wheezy/jessie (I built it in wheezy but the fsharp testing was done in 
jessie) as we have users asking for more recent mono versions (arm 
support has been improving in mono upstream recently).


Since fsharp was one of the programs people have been having trouble 
with I decided to try it against my new mono packages but I found it was 
uninstallable as it depends on libmono-microsoft-build2.0-cil which is 
no longer provided in the mono 4.0.2.5 packages.


So I decided to try rebuilding fsharp, that failed too with a configure 
error. Reading configure.ac I found


MONOGACDIR20=$MONOGACDIR/2.0
MONOGACDIR35=$MONOGACDIR/3.5
MONOGACDIR40=$MONOGACDIR/4.0

if ! test -e $MONOGACDIR20/mscorlib.dll; then
AC_ERROR(Couldn't find the mono gac directory or mscorlib.dll 
in the usu

fi

The only version of mscorlib.dll provided by the mono 4.0.2.5 packages 
is in /usr/lib/mono/4.5/mscorlib.dll which clearly cannot satisfy that test.



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



Bug#794470: ITP: openxcom -- Open-source clone of the original X-Com game

2015-08-04 Thread Nils Dagsson Moskopp
Alexandre Detiste alexandre.deti...@gmail.com writes:

 Package: wnpp
 Severity: wishlist
 Owner: Alexandre Detiste alexandre.deti...@gmail.com

 * Package name: openxcom
   Version : 1.1 (not yet released)
   Upstream Author : SupSuper @ GitHub, OpenXcom Developers
 * URL : http://openxcom.org/
 * License : GPL 3
   Programming Lang: C
   Maintainer  : Debian Games Team
   Description : Open-source clone of the original X-Com game

 As this needs the original game data, as currently still
 sold on Steam, this game would go in contrib.

I think it should be noted that this game data is not only available on
Steam, though. Did other games (OpenTTD before free content) note the
availability of game data on abandonware sites in their README?

 Upcoming game-data-packager can automacialy create a .deb
 for local consumption with these data.

For future reference: “Since OpenXcom depends on the original game data,
it also suffers from bugs present in that data like map glitches and
problems. To fix these you need to apply a data patch.”.

Source: http://openxcom.org/downloads-extras/

 A draft package is available here:
 http://anonscm.debian.org/cgit/pkg-games/openxcom.git/

 The current draft package is built upon a recent git snapshot,
 because the commercial data layout has evolved since v1.0
 to allow room for 'Terror from the deep' sequel.


 There is a regression in libyaml-cpp0.5 0.5.2;
 one needs to downgrade to 0.5.1-1 before building this draft package.

 This will be solved in next libyaml-cpp release:
 https://github.com/jbeder/yaml-cpp/commit/b426fafff6238dda8d86fa668f585cba732dd272


 -- 
 To UNSUBSCRIBE, email to debian-devel-games-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/20150803120222.27135.23545.reportbug@antec


-- 
Nils Dagsson Moskopp // erlehmann
http://dieweltistgarnichtso.net


pgp6mLlyXO0Et.pgp
Description: PGP signature


Bug#794548: wordpress: Latest upgrade BREAKS WP: syntax error, unexpected '$pee'

2015-08-04 Thread Ralf G. R. Bergs
Package: wordpress
Version: 4.1+dfsg-1+deb8u2
Severity: important

Dear Maintainer,

just upgraded to this version, and now ALL blogs are broken.

This is what I have in php-errors.log:

[04-Aug-2015 09:19:32 UTC] PHP Parse error:  syntax error, unexpected
'$pee' (T_VARIABLE) in /usr/share/wordpress/wp-includes/formatting.php
on line 508

Kind regards,

Ralf

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-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
Init: sysvinit (via /sbin/init)

Versions of packages wordpress depends on:
ii  apache2 [httpd]  2.4.10-10+deb8u1
ii  ca-certificates  20141019
ii  libapache2-mod-php5  5.6.9+dfsg-0+deb8u1
ii  libjs-cropper1.2.2-1
ii  libjs-mediaelement   2.15.1+dfsg-1
ii  libphp-phpmailer 5.2.9+dfsg-2
ii  mysql-client-5.5 [mysql-client]  5.5.44-0+deb8u1
ii  php-getid3   1.9.8-3
ii  php5 5.6.9+dfsg-0+deb8u1
ii  php5-gd  5.6.9+dfsg-0+deb8u1
ii  php5-mysql   5.6.9+dfsg-0+deb8u1
ii  wordpress-theme-twentyfifteen4.1+dfsg-1+deb8u2

Versions of packages wordpress recommends:
ii  wordpress-l10n  4.1+dfsg-1+deb8u2

Versions of packages wordpress suggests:
ii  mysql-server  5.5.44-0+deb8u1

-- 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#794406: [Aptitude-devel] Bug#794406: g++: Non-deterministic /usr/include/c++/5/bits/basic_string.h:121:53: internal compiler error: Segmentation fault when compiling aptitude 0.7-1

2015-08-04 Thread Matthias Klose
On 08/03/2015 09:00 AM, Axel Beckert wrote:
 So I think unstable is not yet ready to do this rebuild.
 
 *nod* My current plan is to upload aptitude once all the reverse
 dependencies, I had to rebuild, are BinNMUed or had a fresh,
 gcc5-related upload (and are built on all architectures preferably).

unstable should be ready now (cppunit maybe is still in incoming). the
libsigc++2-0 maintainer thinks that a rebuild is not needed. Please could you
recheck?


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



Bug#794237: openconnect: Does not work with network-manager 1.0.4

2015-08-04 Thread David Woodhouse
On Tue, 2015-08-04 at 08:45 +0300, Matti Koskimies wrote:
 I'm using only command line for both openconnect and network-manager.
 So don't even have network-manager-openconnect installed. I'm using
 self written systemd files to connect and disconnect the VPN. The
 command I use for starting is:
 
 /usr/sbin/openconnect --quiet --background --pid
 -file=/var/run/openconnect.pid --usergroup=$USERGROUP --user=$VPNUSER 
 -
 -passwd-on-stdin $SERVER  $PASSWORD
 
 That's all the configuration I have.

So presumably what's happening is that OpenConnect sets a default route
to the VPN, and then NetworkManager renews its DHCP lease and 'fixes'
the default route to go the way that NetworkManager expects it to.

This (doing stuff behind NetworkManager's back) isn't really a
supported configuration. But as you've observed, adding an *additional*
default route does make it work because NetworkManager's own route
isn't being removed; it's still there with a lower metric?

 Connecting from the GUI never worked for me, because the GUI is 
 missing some settings that are required by my VPN provider (username,
 usergroup).

It should ask you for the username if it needs one, and the 'usergroup'
is merely the first path element of the login URL. So you can set a
gateway of https://vpn.example.com/usergroup or something along those
lines. Please let me know if that doesn't work.

-- 
David WoodhouseOpen Source Technology Centre
david.woodho...@intel.com  Intel Corporation


smime.p7s
Description: S/MIME cryptographic signature


Bug#794572: Fix setting GCC version

2015-08-04 Thread Matthias Klose
Package: src:llvm-toolchain-3.7
Version: 1:3.7~+rc2-1
Severity: serious
Tags: sid stretch patch

patch at
http://launchpadlibrarian.net/213567928/llvm-toolchain-3.7_1%3A3.7~%2Brc2-1_1%3A3.7~%2Brc2-1ubuntu1.diff.gz


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



Bug#769406: Serial console not set up after serial install

2015-08-04 Thread Bernhard Schmidt
On Wed, Dec 03, 2014 at 11:29:00PM +0100, Samuel Thibault wrote:

Hi,

 Geert Stappers, le Wed 03 Dec 2014 22:30:39 +0100, a écrit :
  Jan  1 21:50:07 kernel: [0.00] Command line: 
  BOOT_IMAGE=http://alpaca.gpm.stappers.nl/d-i/jessie/amd64/linux vga=normal 
  console=ttyS0,19200,n8 -- 
  initrd=http://alpaca.gpm.stappers.nl/d-i/jessie/amd64/initrd.gz 
 
 Options to be propagated to the installed kernel have to be put after
 --.  With the recent kernel change which lead to #764675, it's actually
 now ---, so it'd be something like
 
  vga=normal initrd=http://alpaca.gpm.stappers.nl/d-i/jessie/amd64/initrd.gz 
  --- console=ttyS0,19200,n8 
 
 How were this console= parameter added precisely?
 
 I have added to the manual's Boot Parameters section an explicit mention
 of this.

I can confirm that both 

[...] console=ttyS0,115200n8 -- console=ttyS0,115200n8

and

[...] --- console=ttyS0,115200n8

work as expected. 

Part of the problems described here come from #764675. 

I think Florian's problems are actually a missing feature. For SysVinit
and upstart there is code in finish-install that enables a serial
console in inittab or upstart when it is detected (_not_ triggered by
the kernel command line)

http://sources.debian.net/src/finish-install/2.56/finish-install.d/90console/

systemd-enabled fresh systems do not have an inittab, so this entire
code is more or less a no-op. systemd systems get a serial console when
a serial console is specified on the kernel command line, which is most
likely either not done by virtinst or used in the wrong way (without
---, see above).

Takatsugu's comment is related to Bug #760947 .

Best Regards,
Bernhard


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



Bug#794453: systemd: System freezee when systemd starts

2015-08-04 Thread Michael Biebl
Am 04.08.2015 um 10:29 schrieb Jens Stavnstrup:
 Michael
 
 Tried to follow your instructions.
 
 - First removed the input group
 - Then tried to install 222-2 which failed, udev would not install (no
 error message)
 - Then tried to install 215-17 which did not succeed.
 - When booting again added init=/bin/bash to boot command and then
 sucessfully installed systemd 215-17 and friends
 
 Enclosed logfiles, which might reveal something. Events tool place between
 6:50 and 7:10 on Aug 4.

Unfortunately, the dpkg log doesn't contain any useful information.

Can you post the error messages you get when you are upgrading the
udev/systemd package?
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#794280: udev: Cannot upgrade: group 'input' already exists

2015-08-04 Thread Michael Biebl
Am 04.08.2015 um 13:35 schrieb ael:
 On Fri, Jul 31, 2015 at 11:11:54PM +0200, Michael Biebl wrote:
 Am 31.07.2015 um 22:32 schrieb ael:
 Package: udev
 Version: 222-2
 Severity: normal

 Setting up udev (222-2) ...
 addgroup: The group `input' already exists as a system group. Exiting.

Actually, this message is harmless...

 Not a bug in the udev package. The udev package always created the
 input group as system group. So it's most likely that you created this
 group yourself as non-system group.

The addgroup message is only diagnostic, it doesn't indicate a failure.
I was mislead by the bug title.

 I have just tried again on the target system.
 
 1) I deleted the input group.
 2) I updated udev with apt-get install udev. That worked.
 3) I tried to update systemd-pam but apt-get recommended apt-get -f
 install.
 4) apt-get -f install tried to install udev again (why, when it was up
 to date?). But then udev again reported failure because of the existing
 input group.
 
 So I now believe that I did not (directly) create input, but that it
 was created by udev itself in a failed previous attempt to upgrade.
 
 So a problem with cleaning up after a failed upgarde attempt?
 

Can you add a set -x to /var/lib/dpkg/info/udev.postinst to see at
which point the postinst fails.



-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#794572: Fix setting GCC version

2015-08-04 Thread Sylvestre Ledru
Le 04/08/2015 16:37, Matthias Klose a écrit :
 Package: src:llvm-toolchain-3.7
 Version: 1:3.7~+rc2-1
 Severity: serious
 Tags: sid stretch patch

 patch at
 http://launchpadlibrarian.net/213567928/llvm-toolchain-3.7_1%3A3.7~%2Brc2-1_1%3A3.7~%2Brc2-1ubuntu1.diff.gz


This patch does not work in the context of http://llvm-jenkins.debian.net/
I fixed in the repository but I will try to fix bug 794539 before
uploading it

Sylvestre


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



Bug#778025: netrek-client-cow: diff for NMU version 3.3.0-3.1

2015-08-04 Thread gregor herrmann
Control: tags 778025 + pending

Dear maintainer,

I've prepared an NMU for netrek-client-cow (versioned as 3.3.0-3.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Eric Clapton: Nobody Knows You When You're Down  Out
diff -Nru netrek-client-cow-3.3.0/debian/changelog netrek-client-cow-3.3.0/debian/changelog
--- netrek-client-cow-3.3.0/debian/changelog	2011-06-23 12:43:42.0 +0200
+++ netrek-client-cow-3.3.0/debian/changelog	2015-08-04 16:56:50.0 +0200
@@ -1,3 +1,17 @@
+netrek-client-cow (3.3.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-5: add patches provided by Thavatchai
+Makphaibulchoke:
+- add -std=gn89 to CFLAGS in debian/rules, a work around to instruct gcc-5
+  to use gnu-89 semantics for inline function declarations
+- 006-gcc5.patch: add -P to CPPFLAGS when checking for GMP 2, a work
+  around for gcc-5 preprocessor started to emit line markers to properly
+  distinguish whether a macro token comes from a system header
+(Closes: #778025)
+
+ -- gregor herrmann gre...@debian.org  Tue, 04 Aug 2015 16:54:47 +0200
+
 netrek-client-cow (3.3.0-3) unstable; urgency=low
 
   * Team upload.
diff -Nru netrek-client-cow-3.3.0/debian/patches/006-gcc5.patch netrek-client-cow-3.3.0/debian/patches/006-gcc5.patch
--- netrek-client-cow-3.3.0/debian/patches/006-gcc5.patch	1970-01-01 01:00:00.0 +0100
+++ netrek-client-cow-3.3.0/debian/patches/006-gcc5.patch	2015-08-04 16:54:43.0 +0200
@@ -0,0 +1,29 @@
+Description: Fix gcc-5 build issue.
+ Add -P to CPPFLAGS when checking for GMP 2, a work around for gcc-5
+ preprocessor started to emit line markers to properly distinguish whether a
+ macro token comes from a system header.
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/778025
+Author: Thavatchai Makphaibulchoke thavatchai.makpahibulch...@hp.com
+Reviewed-by: gregor herrmann gre...@debian.org
+Last-Update: 2015-08-04
+
+--- a/configure
 b/configure
+@@ -7182,6 +7182,8 @@
+ # Checking for GMP 2
+ SAVEINCS=$INCS
+ INCS=$INCS $XINCLUDES
++SAVECPPFLAGS=$CPPFLAGS
++CPPFLAGS=$CPPFLAGS -P
+ cat conftest.$ac_ext _ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -7202,6 +7204,7 @@
+ fi
+ rm -f conftest*
+ 
++CPPFLAGS=$SAVECPPFLAGS
+ INCS=$SAVEINCS
+ 
+ if test $MPLIB = nope; then
diff -Nru netrek-client-cow-3.3.0/debian/patches/series netrek-client-cow-3.3.0/debian/patches/series
--- netrek-client-cow-3.3.0/debian/patches/series	2011-05-11 13:45:57.0 +0200
+++ netrek-client-cow-3.3.0/debian/patches/series	2015-08-04 16:49:10.0 +0200
@@ -3,3 +3,4 @@
 003-typos.patch
 004-honor-flags.patch
 005-hardening.patch
+006-gcc5.patch
diff -Nru netrek-client-cow-3.3.0/debian/rules netrek-client-cow-3.3.0/debian/rules
--- netrek-client-cow-3.3.0/debian/rules	2011-06-23 12:42:06.0 +0200
+++ netrek-client-cow-3.3.0/debian/rules	2015-08-04 16:51:05.0 +0200
@@ -4,7 +4,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS:=	$(shell dpkg-buildflags --get CFLAGS)
+CFLAGS:=	$(shell dpkg-buildflags --get CFLAGS) -std=gnu89
 CPPFLAGS:=	$(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS:=	$(shell dpkg-buildflags --get LDFLAGS)
 


signature.asc
Description: Digital Signature


Bug#794526: busybox: testsuite is run iff DEB_BUILD_OPTIONS contains nocheck

2015-08-04 Thread Helmut Grohne
On Tue, Aug 04, 2015 at 03:35:38PM +0200, Cyril Brulebois wrote:
 The non attached patch certainly might not fix anything. ;)

Sorry for the omission.

Helmut
diff -Nru busybox-1.22.0/debian/changelog busybox-1.22.0/debian/changelog
--- busybox-1.22.0/debian/changelog 2015-03-04 17:46:39.0 +0100
+++ busybox-1.22.0/debian/changelog 2015-08-04 15:45:44.0 +0200
@@ -1,3 +1,11 @@
+busybox (1:1.22.0-15.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix logic inversion in DEB_BUILD_OPTIONS=nocheck handling.
+(Closes: #794526)
+
+ -- Helmut Grohne hel...@subdivi.de  Tue, 04 Aug 2015 15:45:02 +0200
+
 busybox (1:1.22.0-15) unstable; urgency=medium
 
   [ Michael Gilbert ]
diff -Nru busybox-1.22.0/debian/rules busybox-1.22.0/debian/rules
--- busybox-1.22.0/debian/rules 2015-03-04 16:12:02.0 +0100
+++ busybox-1.22.0/debian/rules 2015-08-04 15:45:51.0 +0200
@@ -7,7 +7,7 @@
 PKGVERSION := $(shell dpkg-parsechangelog | sed -ne 's,^Version: 
*\(.*\)$$,\1,p')
 VENDOR := $(shell dpkg-vendor --query vendor)
 
-ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 RUN_TESTSUITE = y
 endif
 TESTSUITE_ENV = SKIP_KNOWN_BUGS=y VERBOSE=y


Bug#794541: bash: /etc/skel/.bashrc handles appending of /usr/sbin and /sbin to $PATH incorrectly

2015-08-04 Thread Ken Yap
Package: bash
Version: 4.3-11+b1
Severity: normal

Dear Maintainer,

While examining why ~/.bashrc didn't append /usr/sbin:/sbin to $PATH as
advertised at the bottom of the file I found that it had a logic error. It
reads:

[ -z ${PATH##*/sbin*} ]  PATH=$PATH:/sbin:/usr/sbin

If $PATH doesn't contain /sbin, then no subsitution happens and the resulting
string is non-zero length so fails -z so the assignment doesn't happen. It
should read:

[ -n ${PATH##*/sbin*} ]  PATH=$PATH:/sbin:/usr/sbin

An alternative fix is to change  to ||.

I'm using AntiX-15-V. It is possible that the bash package is a downstream one.



-- System Information:
Debian Release: 8.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 4.0.5-antix.1-486-smp (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages bash depends on:
ii  base-files   8+deb8u1
ii  dash 0.5.7-4+b1
ii  debianutils  4.4+b1
ii  libc62.19-18
ii  libncurses5  5.9+20140913-1+b1
ii  libtinfo55.9+20140913-1+b1

Versions of packages bash recommends:
ii  bash-completion  1:2.1-4

Versions of packages bash suggests:
pn  bash-doc  none

-- Configuration Files:
/etc/bash.bashrc changed:
[ -z $PS1 ]  return
shopt -s checkwinsize
if [ -z $debian_chroot ]  [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
 '
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi

/etc/skel/.bashrc changed:
[ -z $PS1 ]  return
HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
HISTCONTROL=ignoreboth
shopt -s histappend
shopt -s checkwinsize
if [ -z $debian_chroot ]  [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
case $TERM in
xterm-color) color_prompt=yes;;
esac
if [ -n $force_color_prompt ]; then
if [ -x /usr/bin/tput ]  tput setaf 1 /dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
if [ $color_prompt = yes ]; then

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
 '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt
case $TERM in
xterm*|rxvt*)
PS1=\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1
;;
*)
;;
esac
red='\[\e[0;31m\]'
RED='\[\e[1;31m\]'
blue='\[\e[0;34m\]'
BLUE='\[\e[1;34m\]'
cyan='\[\e[0;36m\]'
CYAN='\[\e[1;36m\]'
green='\[\e[0;32m\]'
GREEN='\[\e[1;32m\]'
yellow='\[\e[0;33m\]'
YELLOW='\[\e[1;33m\]'
PURPLE='\[\e[1;35m\]'
purple='\[\e[0;35m\]'
nc='\[\e[0m\]'
if [ $UID = 0 ]; then
PS1=$red\u$nc@$red\H$nc:$CYAN\w$nc\\n$red#$nc 
else
PS1=$PURPLE\u$nc@$CYAN\H$nc:$GREEN\w$nc\\n$GREEN\$$nc 
fi
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors  eval $(dircolors -b ~/.dircolors) || eval 
$(dircolors -b)
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
#alias grep='grep --color=auto'
#alias fgrep='fgrep --color=auto'
#alias egrep='egrep --color=auto'
fi
alias ll='ls -lh'
alias la='ls -A'
alias l='ls -CF'
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
LESS=-R -i
if [ -f /etc/bash_completion ]  ! shopt -oq posix; then
. /etc/bash_completion
fi
[ -z ${PATH##*/sbin*} ]  PATH=$PATH:/sbin:/usr/sbin


-- 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#794568: OpenSSH server does not recognize principals option in authorized_keys file

2015-08-04 Thread Adam D. Barratt

Control: tags -1 + moreinfo

On 2015-08-04 15:10, Gordon Grubert wrote:
[...]

Disabling these options and using an user-based configuration in
$HOME/.ssh/authorized_keys does not work. The authorized_keys file 
looks

like

cert-authority,principals=MYPRINCIPAL ssh-ed25519 
C3NzaC1lZDI1NT.


The ssh server says:

Bad options in /root/.ssh/authorized_keys file, line 1:
principals=MYPRINCIPAL ssh-ed25519 C3NzaC1lZDI1NT

The syntax of the file authorzied_keys seems to be invalid, but this
should be the syntax specified in man 8 sshd (section AUTHORIZED_KEYS
FILE FORMAT).


It's not - at least not precisely.

sshd(8) says that the option is

 principals=principals

The quotes are part of the syntax. I can replicate the error you're 
seeing by specifying principals=FOO, but principals=foo parses fine.


Regards,

Adam


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



Bug#794538: devscripts: mk-build-depends generates wrong dependency for cross builds

2015-08-04 Thread Dima Kogan
Package: devscripts
Version: 2.15.1
Severity: normal

mk-build-deps has a -a option to target foreign arches. This however
generates a dependency build-essential:$arch. This is WRONG for
cross-building. In the current world we would want
crossbuild-essential-$arch:native, but this is a bit controversial
currently, and could change in the future. How about simply omitting the
build-essential dependency if -aforeign is given?


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



Bug#791034: flac: library transition may be needed when GCC 5 is the default

2015-08-04 Thread Fabian Greffrath
Am Montag, den 03.08.2015, 21:41 +0200 schrieb Sebastian Ramacher:
 flac needs a transition. A version changing the name of libflac++6 
 has been uploaded to experimental.

Thank you, Sebastian, for doing this!

I just arrived back from my vacation last weekend and did not find time
 yet to look into this myself.

So, thanks again,

Fabian


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


Bug#794539: llvm-3.7-doc and clang-3.7-doc: error when trying to install together

2015-08-04 Thread Ralf Treinen
Package: clang-3.7-doc,llvm-3.7-doc
Version: clang-3.7-doc'1:3.7~svn239806-1@all, 
clang-3.7-doc'1:3.7~svn230892-1@all, clang-3.7-doc/1:3.7~+rc2-1
Version: llvm-3.7-doc'1:3.7~svn239806-1@all, 
llvm-3.7-doc'1:3.7~svn230892-1@all, llvm-3.7-doc/1:3.7~+rc2-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2015-08-04
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


Selecting previously unselected package clang-3.7-doc.
(Reading database ... 10901 files and directories currently installed.)
Preparing to unpack .../clang-3.7-doc_1%3a3.7~+rc2-1_all.deb ...
Unpacking clang-3.7-doc (1:3.7~+rc2-1) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../libjs-jquery_1.7.2+dfsg-3.2_all.deb ...
Unpacking libjs-jquery (1.7.2+dfsg-3.2) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../libjs-underscore_1.7.0~dfsg-1_all.deb ...
Unpacking libjs-underscore (1.7.0~dfsg-1) ...
Selecting previously unselected package llvm-3.7-doc.
Preparing to unpack .../llvm-3.7-doc_1%3a3.7~+rc2-1_all.deb ...
Unpacking llvm-3.7-doc (1:3.7~+rc2-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/llvm-3.7-doc_1%3a3.7~+rc2-1_all.deb (--unpack):
 trying to overwrite '/usr/lib/llvm-3.7/docs/llvm/html/Dummy.html', which is 
also in package clang-3.7-doc 1:3.7~+rc2-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/llvm-3.7-doc_1%3a3.7~+rc2-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/lib/llvm-3.7/docs/llvm/html/Dummy.html
  /usr/lib/llvm-3.7/docs/llvm/html/LibASTMatchersReference.html

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://qa.debian.org/dose/file-overwrites.html.


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



Bug#794542: ITP: libnet-statsd-perl -- send statistics to the stats daemon over UDP

2015-08-04 Thread Jonas Smedegaard
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard d...@jones.dk

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: libnet-statsd-perl
  Version : 0.11
  Upstream Author : Cosimo Streppone cos...@cpan.org
* URL : http://search.cpan.org/dist/Net-Statsd/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : send statistics to the stats daemon over UDP

 Net::Statsd implement a UDP client for the statsd statistics collector
 daemon.
 .
 You want to use this module to track statistics in your Perl
 application, such as how many times a certain event occurs (user logins
 in a web application, or database queries issued), or you want to time
 and then graph how long certain events take, like database queries
 execution time or time to download a certain file, etc...

Package is needed for testsuite of recent releases of
libmessage-parsing-perl.

Package will be maintained in the Perl team.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVwH8bAAoJECx8MUbBoAEhwjQP/3CFaAMbiiINvfN6GqI1jRAV
plEaorVaihfq5u1RLBFYCfo/yu2bVJkMtdWBV83WM9q0jG7nkqyhPSAD0mgywy3m
yc2vu+uCJl+2vc3+zLXDF+E25N5Q3800M0pIHTUsGuY0xjsTeJiVAPvVkrW2XvXE
5AaaL9lb1YU4lxZXnCjzKlNov+C6dmgwYi9b/MvyGEiuuUXRt9vOzKRLCQPmkJLd
PiHDQrYEIAAnG1P9VWgMGZpi4fgd09XFP9G+/AM3hgpfnU5VEVwVXjRhBPlmw4vE
2/iAd+MZQ33L2zs/F/S+BOl5Nff0gwRFEAiT3HkEsDcjmRyKg6mpssSFm0LSk5AF
NHJtn3MwjvelMzDuZk9NjbDHggCU7LqMZa8Kq8EIq39hXkffqqKPmNUriSvNWemd
62uumPIjuUIC9hLiIGypdYguVnQEm+DccPQCbjdyPTZWoyNbemLBS81ac/zr1qO3
netlnCpFa+HKGXOEqkJNDGV82UD41zF04YvDDNrAw2/VK4x27CVVVaaC5RbdDGqm
m5tkKps4OdkjcV4VDGjladIp2s8azkyPwojXCB5zgWsuaiBnraNnL7dP6J2pW16s
2S1upKvbdDcnTDPZarI5MGqA0zdz/BaBXq7QDGb2uaaU1qBDH/lu1b155UFNILIt
jT3+GUv+0G7lwvIW+rjj
=ILND
-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#794559: ld.so(8) LD_LIBRARY_PATH also treats ';' as a seperator

2015-08-04 Thread Jonathan David Amery
Package: manpages
Version: 3.44-1
Severity: normal

The documentation for LD_LIBRARY_PATH notes that the list is colon-seperated;
however ld.so also treats ';' as a seperator (possibly for compatability 
reasons).

The manpage should note this otherwise the results of trying to have a library
path that includes a ';' as part of a directory name are very confusing.

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

Kernel: Linux 3.2.0-4-686-pae (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

manpages depends on no packages.

manpages recommends no packages.

Versions of packages manpages suggests:
ii  man-db [man-browser]  2.6.2-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#32353: [bug #45689] wget: opens a new connection for each ftp document

2015-08-04 Thread NoëlKöthe
URL:
  http://savannah.gnu.org/bugs/?45689

 Summary: wget: opens a new connection for each ftp document
 Project: GNU Wget
Submitted by: nok
Submitted on: Di 04 Aug 2015 14:18:38 CEST
Category: Feature Request
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
 Originator Name: 
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Release: trunk
Operating System: GNU/Linux
 Reproducibility: Every Time
   Fixed Release: None
 Planned Release: None
  Regression: None
   Work Required: None
  Patch Included: None

___

Details:

Hello,

reporting an old bug/report from the mailing list:

if I use 'wget ftp://site.com/file1.txt ftp://site.com/file2.txt', wget will
no reuse the ftp connection, but will open one for each document downloaded
from the same site...

https://www.mail-archive.com/wget%40sunsite.dk/msg03316.html
https://bugs.debian.org/32353

thx and regards

Noël




___

Reply to this item at:

  http://savannah.gnu.org/bugs/?45689

___
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/


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



Bug#399439: evince browser plugin available as of version 3.14

2015-08-04 Thread Miguel Rubio-Roy
On Wed, 20 May 2015 08:34:04 +0200 Fabian Greffrath fab...@debian.org wrote:
 Am Montag, den 20.10.2014, 11:25 +0200 schrieb Fabian Greffrath: 
  In the current Debian package, the plugin is built, but not installed.
  Please add the /usr/lib/mozilla/plugins path to the appropriate
  debian/*.install files.
 
 I have tested the plugin locally and it works great with Epiphany. If we
 decide to ship it in Debian (I mean, should we? This plugin comes a bit
 late, as NPAPI is widely considered mostly dead nowadays.), should we
 ship it in a separate package, like e.g. totem did, or stuff it into the
 main package? I don't think it will pull in any GNOME-only dependencies:

I've also tested the plugin in Evince's source and it works great although it 
still lacks important features such as search and copypaste, but it provides 
the easiest solution to see PDF files in-browser in Epiphany. I'd love to see 
it included in the binary packages. Is it being considered? Has a decision been 
taken?

Thanks in advance.


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



Bug#750601: GnuTLS: Error in the push function when using a client certificate

2015-08-04 Thread Noël Köthe
tags 750601 + moreinfo
thanks

Hello Florent,

Am Donnerstag, den 05.06.2014, 00:15 +0200 schrieb Florent Rougon:

 It seems unfortunately that bug #646983 is back in wheezy, or 
 something that
 looks similar:
 
 % wget --certificate=*.pem --private-key=*** -rc -nH -np -vvv \
   --ca-cert=*** https://server-name:port/path;
 --2014-06-03 23:09:39--  https://server-name:port/path;
 Resolving server-name (server-name)... server-ip
 Connecting to server-name (server-name)|server-ip|:port... 
 connected.
 GnuTLS: Error in the push function.
 Unable to establish SSL connection.
 
 The same thing works fine in Firefox as well as with curl (using 
 options
 --cert and --key).

Is this still reproduce able with wget in jessie (1.16) or later?

Thanks.

Regards

Noël

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


Bug#794568: OpenSSH server does not recognize principals option in authorized_keys file

2015-08-04 Thread Gordon Grubert

On 08/04/2015 04:52 PM, Adam D. Barratt wrote:
 Control: tags -1 + moreinfo
 
 On 2015-08-04 15:10, Gordon Grubert wrote:
 [...]
 Disabling these options and using an user-based configuration in
 $HOME/.ssh/authorized_keys does not work. The authorized_keys file looks
 like

 cert-authority,principals=MYPRINCIPAL ssh-ed25519 C3NzaC1lZDI1NT.

 The ssh server says:

 Bad options in /root/.ssh/authorized_keys file, line 1:
 principals=MYPRINCIPAL ssh-ed25519 C3NzaC1lZDI1NT

 The syntax of the file authorzied_keys seems to be invalid, but this
 should be the syntax specified in man 8 sshd (section AUTHORIZED_KEYS
 FILE FORMAT).
 
 It's not - at least not precisely.
 
 sshd(8) says that the option is
 
  principals=principals
 
 The quotes are part of the syntax. I can replicate the error you're
 seeing by specifying principals=FOO, but principals=foo parses fine.

You're right. Using quotes, everything is fine. IMHO, I had also tested
this scenario. Obviously, I did not. I'm not sure, that the line

principals=principals

in sshd(8) says, that you have to use quotes. sshd(8) also says for the
options:

No spaces are permitted, except within double quotes.

This implies, to use quotes for spaces only.

Thx and best regards,
Gordon


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



Bug#794526: busybox: testsuite is run iff DEB_BUILD_OPTIONS contains nocheck

2015-08-04 Thread Cyril Brulebois
Hi,

Helmut Grohne hel...@subdivi.de (2015-08-04):
 Source: busybox
 Version: 1.22.0-15
 Severity: important
 Tags: patch
 User: helm...@debian.org
 Usertags: rebootstrap
 
 During a partial archive cross rebuild, I noticed that busybox FTCBFS,
 because it runs its test suite despite being told
 DEB_BUILD_OPTIONS=nocheck. This is surprising, because it actually tries
 to take care of that flag. Even more surprising (and the reason for
 flagging this bug as important) is that the test suite is not run during
 native buildd builds.
 
 It turned out that the detection logic has an inversion flaw, so the
 test suite is run and only run when DEB_BUILD_OPTIONS contains nocheck.
 The attached patch might or might not fix the FTCBFS, but it fixes the
 logic inversion.

The non attached patch certainly might not fix anything. ;)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#794569: libbsd0: Can't upgrade libbsd0 (0.4.2-1 = 0.7.0-2~bpo70+1)

2015-08-04 Thread Timur I. Bakeyev
Package: libbsd0
Version: 0.4.2-1
Severity: important

Dear Maintainer,

I'm using Debian wheezy and wheezy backports:

deb http://mirror.nl.leaseweb.net/debian/   wheezy-backportsmain 
contrib non-free

APT offers an upgrade for libbsd0:

The following packages have been kept back:
   libbsd0 (0.4.2-1 = 0.7.0-2~bpo70+1)

But it is kept back, as version 2.14 of libc is required, while wheezy is still 
on 2.13:

Package: libbsd0
Source: libbsd
Version: 0.7.0-2
Installed-Size: 121
Maintainer: Guillem Jover guil...@debian.org
Architecture: amd64
Depends: libc6 (= 2.14)
Pre-Depends: multiarch-support
Description-en: utility functions from BSD systems - shared library
 This library provides some C functions such as strlcpy() that are commonly
 available on BSD systems but not on others like GNU systems.
 .
 For a detailed list of the provided functions, please see the libbsd-dev
 package description.
Multi-Arch: same
Homepage: http://libbsd.freedesktop.org/
Description-md5: 85853962ecf54d2af43ee57974a0c0ed
Tag: implemented-in::c, role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libb/libbsd/libbsd0_0.7.0-2_amd64.deb
Size: 67948
MD5sum: fa47bab09be337c267ad2dd0b2f66215
SHA1: 2f2448dc11e43c56ebafff062767fa5153a7bc5d
SHA256: 86573a9b5b774f6a5e87ecfb52a8ab31ad5a8469d3971856fa91f4f6ea7f3c69

I guess, dependency should be lowered or it shouldn't be backported to wheezy.

-- System Information:
Debian Release: 7.8
  APT prefers oldstable
  APT policy: (700, 'oldstable'), (500, 'oldstable-updates'), (50, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-0.bpo.2-amd64 (SMP w/16 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 libbsd0 depends on:
ii  libc6  2.13-38+deb7u8
ii  multiarch-support  2.13-38+deb7u8

libbsd0 recommends no packages.

libbsd0 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#793026: kde-window-manager: upgrade to 4:5.3.2-2 generates

2015-08-04 Thread Pedram Pourang
On Sun, 26 Jul 2015 23:03:21 -0300 Lisandro 
=?ISO-8859-1?Q?Dami=E1n_Nicanor_P=E9rez?= Meyer perezme...@gmail.com wrote:
 Yes, as Jeremey said, that was a bug already solved. Can you try again? I'm 
 wanting to see if it's due to a missing dependency or not.
 
 Also please log in, reproduce the bug (after installing kde-full and being 
 able to reproduce it, of course) and send us /var/log/Xorg.0.log. I want to 
 see if we have a video-related issue here.
 
 The fact that not everyone sees this behavior normally means a missing 
 dependency or a problem with the video driver (and if not everyone sees it 
we 
 might need to downgrade it to important).
 
 Thanks **a lot** for your help!
 
 Tsu Jan: the same goes for you, if you can still reproduce it.

Now all KF5 packages are in Testing. After I upgraded my Debian Testing, I had 
KF5. What a buggy environment!! Apart from so many small bugs here and there, 
the CPU usage of the shell went up after a few minutes, no matter what I did. 
I'd seen the same symptom in Manjaro too.

I had a REALLY hard time to downgrade to the previous version of KDE (mainly 
because of plasma-nm).

My point is:

Why uploading a buggy KDE to Testing? Why not just keeping them in Unstable 
until a reliable version comes out? Dear maintainers, PLEASE DO USE WHAT YOU 
MAINTAIN! At least for a few days!


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



Bug#794576: RFS: clblas/2.6-1

2015-08-04 Thread Ghislain Vaillant

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package clblas

* Package name: clblas
  Version : 2.6-1
  Upstream Author : Advanced Micro Devices, Inc.
* URL : https://github.com/clMathLibraries/clBLAS
* License : Apache version 2
  Section : science

It builds those binary packages:

libclblas-bin - OpenCL BLAS library (executables)
libclblas-dev - OpenCL BLAS library (development files)
libclblas-doc - OpenCL BLAS library (documentation)
libclblas2 - OpenCL BLAS library (shared library)
libclblas2-dbg - OpenCL BLAS library (debugging symbols)

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

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

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

dget -x http://mentors.debian.net/debian/pool/main/c/clblas/clblas_2.6-1.dsc

Changes since last upload:

  * New upstream release.
  * d/patches: add patch fixing missing linkage with pthread.
  * Break fix-doxygen-settings.patch down to more specific patches:
- fix-docs-output.patch,
- use-system-mathjax.patch,
- reproducible-build.patch.

Best regards,
Ghislain


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



Bug#793289: review of 793289 xsd

2015-08-04 Thread Diane Trout
Hello,

The inability to install xsd in sid is blocking part of the KDE PIM 
transition.

Upstream has commented on the system_error type change here (and in this bug)

http://codesynthesis.com/pipermail/xsd-users/2015-July/004664.html

and believes that xsd isn't significantly impacted.

Is there a chance that's enough to remove xsd the Breaks clause in libstdc++6? 
Or does the xsd maintainer need to release a new version?

Diane Trout

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


Bug#794624: RFP: web-mode -- web template editing mode for emacs

2015-08-04 Thread Francois Marier
Package: wnpp
Severity: wishlist

* Package name: web-mode
  Version : 12
  Upstream Author : François-Xavier Bois fxb...@gmail.com
* URL : http://web-mode.org/
* License : GPL
  Programming Lang: emacs lisp
  Description : web template editing mode for emacs

web-mode.el is an autonomous emacs major-mode for editing web templates.
HTML documents can embed parts (CSS / JavaScript) and blocks (client /
server side).


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



Bug#791379: [pkg-gnupg-maint] Bug#791379: me too

2015-08-04 Thread Daniel Kahn Gillmor
On Sat 2015-07-25 00:17:34 -0400, David Bremner wrote:
 David Bremner da...@tethera.net writes:

 I can confirm the same problem, with gnupg-agent 2.1.3-1, fixed by
 removing pinentry-gtk3.

hm, i'm assuming you mean pinentry-gnome3 here.

 I guess I similarly failed to upgrade gnupg 2 from experimental.

 I can also duplicate this with gnupg-agent 2.1.6-1. So I guess the issue
 is not really the version of gnupg. Note that I'm not running gnome, so
 it's perhaps not surprising that pinentry-gnome3 fails.

Sounds like maybe we have a missing dependency between pinentry-gnome3
and gcr.  I've just pushed a change to address that dependency.

--dkg


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



Bug#794625: /sbin/hwclock: hwclock: not saves time to hardware clock during halt/reboot

2015-08-04 Thread YK
Package: util-linux
Version: 2.25.2-6
Severity: normal
File: /sbin/hwclock

Hello,
Sorry my bad English.

Subj

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages util-linux depends on:
ii  initscripts2.88dsf-59
ii  libblkid1  2.25.2-6
ii  libc6  2.19-18
ii  libmount1  2.25.2-6
ii  libncurses55.9+20140913-1+b1
ii  libpam0g   1.1.8-3.1
ii  libselinux12.3-2
ii  libslang2  2.3.0-2
ii  libsmartcols1  2.25.2-6
ii  libtinfo5  5.9+20140913-1+b1
ii  libuuid1   2.25.2-6
ii  lsb-base   4.1+Debian13+nmu1
ii  tzdata 2015e-0+deb8u1
ii  zlib1g 1:1.2.8.dfsg-2+b1

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools  3.0.27-1
ii  kbd 1.15.5-2
pn  util-linux-locales  none

-- debconf information:
  util-linux/noauto-with-nonzero-passnum:


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



Bug#773351: silly: Broken /usr/lib/pkgconfig/SILLY.pc makes other package FTBFS

2015-08-04 Thread Steve Langasek
Control: tags -1 patch

Hi Muammar,

The silly -dev package has been broken in Debian since it was NMUed in
October 2014, causing the reverse-dependency chain to fail to build.  Since
there has been no activity on this bug since December, and the regression
was introduced by the NMU, I'm going ahead and uploading a 0-day fix for
this problem.  Please find the patch attached.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru silly-0.1.0/debian/changelog silly-0.1.0/debian/changelog
--- silly-0.1.0/debian/changelog2014-10-28 03:19:49.0 +
+++ silly-0.1.0/debian/changelog2015-08-05 04:50:19.0 +
@@ -1,3 +1,11 @@
+silly (0.1.0-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Correct previous NMU patch which causes a broken .pc file and results
+in reverse-dependencies failing to build.  Closes: #773351.
+
+ -- Steve Langasek vor...@debian.org  Wed, 05 Aug 2015 04:50:16 +
+
 silly (0.1.0-3.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru silly-0.1.0/debian/patches/autoreconf-fixups.patch 
silly-0.1.0/debian/patches/autoreconf-fixups.patch
--- silly-0.1.0/debian/patches/autoreconf-fixups.patch  2014-10-28 
03:19:49.0 +
+++ silly-0.1.0/debian/patches/autoreconf-fixups.patch  2015-08-05 
04:49:20.0 +
@@ -1,8 +1,14 @@
 Index: silly-0.1.0/configure.ac
 ===
 silly-0.1.0.orig/configure.ac  2006-11-05 14:03:06.0 +
-+++ silly-0.1.0/configure.ac   2014-10-28 02:42:15.251984601 +
-@@ -22,7 +22,7 @@
+--- silly-0.1.0.orig/configure.ac
 silly-0.1.0/configure.ac
+@@ -17,12 +17,11 @@
+ AC_PREREQ(required_autoconf_version)
+ AC_INIT([pkg_name], 
+   [pkg_version], 
+-  [pkg_maintener], 
+-  [pkg_fullname])
++  [pkg_maintener])
  AC_CANONICAL_BUILD
  AC_CANONICAL_HOST
  AC_CANONICAL_TARGET


signature.asc
Description: Digital signature


Bug#791108: libconfig: library transition may be needed when GCC 5 is the default

2015-08-04 Thread Tobias Frost
Control: reopen -1
Control: notfixed 1.5-0.1

Seems that the lib needs a transistion tracker; It changes ABI and that
at least breaks solarpowerlog...

--
tobi


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



Bug#794594: aptitude: undefined symbol: _ZN7cwidget7widgets5pager8set_textERKSsPKc

2015-08-04 Thread sacrificial-spam-address
Axel Beckert wrote:
 I am a bit lost with this, what is it exactly that it doesn't work?
 aptitude failing to load (or compile) with the binNMUed cwidget?

If you install libcwidget_0.5.17-3+b1, then aptitude 0.6.11-1+b1
fails with

# aptitude
aptitude: symbol lookup error: aptitude: undefined symbol: 
_ZN7cwidget7widgets5pager8set_textERKSsPKc

Reverting libcwidget fixes the error.


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



Bug#791379: [pkg-gnupg-maint] Bug#791379: me too

2015-08-04 Thread David Bremner
Daniel Kahn Gillmor d...@fifthhorseman.net writes:

 On Sat 2015-07-25 00:17:34 -0400, David Bremner wrote:
 David Bremner da...@tethera.net writes:

 I can confirm the same problem, with gnupg-agent 2.1.3-1, fixed by
 removing pinentry-gtk3.

 hm, i'm assuming you mean pinentry-gnome3 here.

yes, sorry about that.

d


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



Bug#792475: iceweasel: Error code: ssl_error_weak_server_ephemeral_dh_key

2015-08-04 Thread Daniel Kahn Gillmor
On Wed 2015-07-15 03:08:54 -0400, Daniel Harrison wrote:

 I received this error while trying to connect to a server and the connection 
 to
 the server failed. wget 1.16 seems to make the connection successfully, but 
 not
 this package.

I'm assuming you mean this error from iceweasel:

  Error code: ssl_error_weak_server_ephemeral_dh_key

you don't mention which server you experienced this with.

This aborted connection is iceweasel protecting you from a TLS
connection that is insufficiently secure.  see https://weakdh.org/ for
more details.

If you can identify the server, we should inform the administrators that
they're not properly configured.

Perhaps this bug should be reassigned to wget, since wget is making an
ostensibly secure connection using weak handshake parameters?

   --dkg


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



Bug#793495: xfsprogs fails to build on debian ppc64el

2015-08-04 Thread Fernando Seiti Furusato

Hi Dave.

I have just noticed that for config.guess and config.sub to be updated, no
autoreconf or dh_autotools-dev is needed, because of how Makefile was made.

In Makefile, @row 80:

 LIBTOOLIZE_INSTALL = `libtoolize -n -i /dev/null 2/dev/null  echo -i`

 configure:
 libtoolize -c $(LIBTOOLIZE_INSTALL) -f
 cp include/install-sh .
 aclocal -I m4
 autoconf

This runs libtoolize -c -i which updates those files.

The file debian/rules runs `make default`, which at some point calls the target
above (`make configure`). But the file configure already exists, so it does not
run.

Curiously, running `dpkg-buildpackage` twice, causes configure file to be
deleted, and the build completes without errors.

So, answering to your question:

 Nowdays, the generated files in the 3.2.4 tarball created via a
 'make dist' rule. I run that on an up to date debian unstable box
 with autoconfig 2.69 installed to generate the files, so the
 question I have is this: why is an up-to-date build box generating
 out of date configure/m4 scripts? What, exactly, is out of date,
 and how do I ensure that the pre-build config files are correctly
 up-to-date?

The configure file comes shipped with the debian package, so that specific file
is not re-generated and is always out of date.
By the looks of the Makefile, there is no need to include autoreconf or 
autotools-dev in debian/rules, but to force `make distclean` to `rm configure`.


Attached is a patch that summarizes that, but for some reason it does not work
when running with parallel jobs enabled. But you can get the idea :)

Regards.
--

Fernando Seiti Furusato
IBM Linux Technology Center
diff -Nru xfsprogs-3.2.4/debian/changelog 
xfsprogs-3.2.4ppc64el1/debian/changelog
--- xfsprogs-3.2.4/debian/changelog 2015-07-30 03:45:12.0 -0400
+++ xfsprogs-3.2.4ppc64el1/debian/changelog 2015-08-04 11:07:37.0 
-0400
@@ -1,3 +1,10 @@
+xfsprogs (3.2.4ppc64el1) UNRELEASED; urgency=medium
+
+  * debian/rules: removed usage of dh_autoreconf since it is not necessary.
+  * Makefile: change distclean target to remove configure every time. 
+
+ -- Fernando Seiti Furusato ferse...@br.ibm.com  Tue, 04 Aug 2015 11:07:01 
-0400
+
 xfsprogs (3.2.4) unstable; urgency=low
 
   * New upstream release
diff -Nru xfsprogs-3.2.4/debian/rules xfsprogs-3.2.4ppc64el1/debian/rules
--- xfsprogs-3.2.4/debian/rules 2014-11-09 19:51:18.0 -0500
+++ xfsprogs-3.2.4ppc64el1/debian/rules 2015-08-04 11:06:56.0 -0400
@@ -35,7 +35,6 @@
 .census:
@echo == dpkg-buildpackage: configure 12
$(checkdir)
-   AUTOHEADER=/bin/true dh_autoreconf
$(options) $(MAKE) include/platform_defs.h
touch .census
 
@@ -58,7 +57,6 @@
$(MAKE) distclean
-rm -rf $(dirme) $(dirdev) $(dirdi)
-rm -f debian/*substvars debian/files* debian/*.debhelper
-   dh_autoreconf_clean
dh_clean
 
 binary-indep:
diff -Nru xfsprogs-3.2.4/Makefile xfsprogs-3.2.4ppc64el1/Makefile
--- xfsprogs-3.2.4/Makefile 2013-10-10 17:07:16.0 -0400
+++ xfsprogs-3.2.4ppc64el1/Makefile 2015-08-04 11:06:40.0 -0400
@@ -116,7 +116,7 @@
$(Q)$(MAKE) $(MAKEOPTS) -C $* install-qa
 
 distclean: clean
-   $(Q)rm -f $(LDIRT)
+   $(Q)rm -f $(LDIRT) $(CONFIGURE)
 
 realclean: distclean
$(Q)rm -f $(CONFIGURE) .gitcensus


Bug#794419: sddm doesn't source /etc/profile and $HOME/.profile

2015-08-04 Thread Fufu Fang
I am experiencing the same problem. Switching to the old kdm does help. 

-- System Information: Debian Release:
stretch/sid APT prefers
testing APT policy: (500, 'testing'), (500, 'stable'), (1,
'unstable') Architecture: amd64
(x86_64) Foreign Architectures:
i386 
Kernel: Linux 4.0.0-2-amd64 (SMP w/8 CPU
cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8
(charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages sddm depends on:
ii  adduser   3.113+nmu3
ii  debconf [debconf-2.0] 1.5.57
ii  libc6 2.19-19
ii  libgcc1   1:5.1.1-14
ii  libpam0g  1.1.8-3.1
ii  libqt5core5a  5.4.2+dfsg-5
ii  libqt5dbus5   5.4.2+dfsg-5
ii  libqt5gui55.4.2+dfsg-5
ii  libqt5network55.4.2+dfsg-5
ii  libqt5qml55.4.2-4
ii  libqt5quick5  5.4.2-4
ii  libstdc++65.1.1-14
ii  libsystemd0   222-2
ii  libxcb-xkb1   1.10-3+b1
ii  libxcb1   1.10-3+b1
ii  qml-module-qtquick2   5.4.2-4
ii  sddm-theme-breeze [sddm-theme]4:5.3.2-4
ii  sddm-theme-circles [sddm-theme]   0.11.0-3
ii  sddm-theme-elarun [sddm-theme]0.11.0-3
ii  sddm-theme-maldives [sddm-theme]  0.11.0-3
ii  sddm-theme-maui [sddm-theme]  0.11.0-3

sddm recommends no packages.

sddm suggests no packages.

-- debconf information:
* shared/default-x-display-manager: sddm
  sddm/daemon_name: /usr/bin/sddm


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



Bug#794595: ITP: golang-github-golang-leveldb -- Implementation of the LevelDB key/value database in Go

2015-08-04 Thread Hilko Bengen
Package: wnpp
Severity: wishlist
Owner: Hilko Bengen ben...@debian.org

* Package name: golang-github-golang-leveldb
  Version : 0.0~git20150720.0.df57eb2-1
  Upstream Author : The LevelDB-Go Authors
* URL : https://github.com/golang/leveldb
* License : BSD-3-clause
  Programming Lang: Go
  Description : Implementation of the LevelDB key/value database in Go
   LevelDB is a fast key-value storage library written at Google that
   provides an ordered mapping from string keys to string values.
   .
   This is an implementation of LevelDB in the Go language.

github.com/golang/leveldb is needed for stenographer which I also intend
to package. It seems to have nothing in common with the existing
golang-goleveldb-dev.


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



Bug#793419: RFS: mirage/0.9.5.2-1 ITA

2015-08-04 Thread Thomas Ross
reopen 793419 =

Hi Eriberto,

I've added all changes to the changelog.

Thanks,
Thomas

On 01/08/15 07:17 PM, Eriberto wrote:
 Hi Thomas,
 
 Thanks for all adjustments. However, you need to register all changes
 in d/changelog. See an example here[1] (see  1.2.0-6).
 
 [1] 
 http://metadata.ftp-master.debian.org/changelogs/main/d/detox/unstable_changelog
 
 Regards,
 
 Eriberto
 


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



Bug#794534: icedove: Crash with LDAP auth and NFS home

2015-08-04 Thread Christoph Goehre
Hi Yaroslav,

On Di, Aug 04, 2015 at 09:47:00 +0200, Yaroslav Maslennikov wrote:
 Thread 1 (Thread 0x77fda720 (LWP 16214)):
 #0  0x76f14f2b in strtok_r () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x75911e91 in ldap_str2charray (str=0x7fffe8e0b20d 
 ldap://localhost/;, brkstr=0x7fffe8e0af6e , ) at 
 /build/icedove-wMZ9LX/icedove-31.8.0/mozilla/../ldap/sdks/c-sdk/ldap/libraries/libldap/charray.c:218

seems to me like a overlay of libldap and icedove's internal ldap
libary. I've seen this in earlier bug reports, but the main different is
that you've installed nscd, see:

 nscd  2.13-38+deb7u8  amd64

Normally nscd fixes the symbol versioning problem. Could you try to
reinstall the previous version of icedove (you'll find it at
snapshot.debian.org[1]) and check if it's still working? If so, install
31.8.0-1~deb7u1 from oldstable-security and check again.

Cheers,
Christoph

[1] http://snapshot.debian.org/package/icedove/31.7.0-1~deb7u1/


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



Bug#602807: libvirt: Support esx hypervisor

2015-08-04 Thread Dmitry Smirnov
On Wednesday 05 August 2015 04:11:07 Christoph Anton Mitterer wrote:
 On Wed, 2015-08-05 at 11:09 +1000, Dmitry Smirnov wrote:
  What if we try to enable ESX while labelling it as unsupported in
  README.Debian so we reserve rights to close/reject any bugs
  related to ESX support right away?
 
 One could even add that to the package description.

Or to bug-presubj file. :)

-- 
All the best,
 Dmitry Smirnov
 GPG key : 4096R/53968D1B

---

Writing non-free software is not an ethically legitimate activity, so if
people who do this run into trouble, that's good! All businesses based
on non-free software ought to fail, and the sooner the better.
-- Richard Stallman


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


Bug#794618: gbsplay: FTBFS on big endian architectures: Bigendian output failed

2015-08-04 Thread Sebastian Ramacher
Source: gbsplay
Version: 0.0.92-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

gbsplay failed on mips, powerpc and s390x with
| Verifying output correctness for examples/nightmode.gbs:
| make[1]: *** [test] Error 1
| Bigendian output failed
|   Expected: 5269fdada196a6b67d947428ea3ca934
|   Got:  b54dfe17bea6505c7c1e611464d2ae86

See
https://buildd.debian.org/status/fetch.php?pkg=gbsplayarch=s390xver=0.0.92-1stamp=1438531446
for a full log.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#794601: Dolphin in KDE5

2015-08-04 Thread Lisandro Damián Nicanor Pérez Meyer
severity 794601 important
thanks

On Tuesday 04 August 2015 14:56:44 Carlos Kosloff wrote:
 Package: dolphin
 Version: 4:15.04.3-1
 Severity: grave
 Tags: stretch
 
 Dear Maintainer,
 
 Please bear in mind that I am using KDE5 on the computer that showed the
 bug.
 This desktop is transitioning and has lots of weird behaviors.
 Same file in another computer with xfce4 opened OK.
 
* What led up to the situation?
 
 I attempted to open a password-protected Calc spreadsheet using Dolphin
 in a KDE5 environment.
 
* What exactly did you do (or not do) that was effective (or
  ineffective)?
 
 Nothing special, just navigated to the file and clicked on it, then
 entered password.
 
* What was the outcome of this action?
 
 Black screen

This is by no means serious nor grave, it doesn't make dolhpin useless for 
every usage.

And I'm even tempted to downgrade it to normal.

-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#794192: closed by Scott Kitterman deb...@kitterman.com (Re: Bug#794192: kde-plasma-desktop: recent testing dist-upgrade makes kde-plasma go crazy.)

2015-08-04 Thread Scott Kitterman


On August 4, 2015 12:03:22 PM EDT, Paul Elliott pelli...@blackpatchpanel.com 
wrote:
On Fri, Jul 31, 2015 at 05:57:04AM +, Debian Bug Tracking System
wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the kde-plasma-desktop package:
 
 #794192: kde-plasma-desktop: recent testing dist-upgrade makes
kde-plasma go crazy.
 
 It has been closed by Scott Kitterman deb...@kitterman.com.




  
  Dear Maintainer,
  
  I have recently dist-upgrade d my debian testing on my laptop.
  Kde plasma went crazy. No x in right corner of frame windows.
  konsole text area never gets focus. Alt-f2 does not work.
  
  konsole unusable cause no focus.
  
  I am using gnome to file this bug, cause kde-plasma is broke.
 
 We think that we understand what's missing and the balance of the
needed 
 packages should migrate to testing today.  In the meantime, it sounds
like the
 major thing you are missing is kwin.  You can execute manually using 
 /usr/bin/kwin_x11.  That should help considerably.

It has been 4 days since this bug was closed, but the problem
persists. dist-ugrade does say
The following packages have been kept back:
  db5.1-util kde-full kde-plasma-desktop kde-standard plasma-desktop


How long till this problem is fixed?
Should I reopen this bug?
Thank You.





 
 Since I don't see anything here that's not covered by existing bugs,
I'm going 
 to close this one.  Once you have the next 24 hours of package
updates and 
 have restarted your KDE session, then check and see what residual
issues 
 remain.

The smooth upgrade issues won't be fixed for awhile.  Apt-get install 
kde-plasma-install should allow you to finish the upgrade.  After you get all 
the new packages installed, restart your KDE session and see how it works.

Scott K


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



Bug#794551: libsvn-perl: adequate: undefined-symbol libsvn_swig_perl-1.so.1.0.0 = svn_swig_pl_get_current_pool

2015-08-04 Thread James McCoy
On Tue, Aug 04, 2015 at 12:31:24PM +0200, Thorsten Glaser wrote:
 upon upgrading libsvn-perl, adequate reports the following underlinking
 or missing symbol error:
 
 libsvn-perl: undefined-symbol 
 /usr/lib/x86_64-linux-gnux32/libsvn_swig_perl-1.so.1.0.0 = 
 svn_swig_pl_get_current_pool

This seems to be a recurring topic over the years.  Looks like the Perl
modules work under the assumption that there is an explicit use
SVN::Core; in the Perl script, which handles this issue.

Cheers,
-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Bug#794597: Updated Swedish translation for doc-base

2015-08-04 Thread Josef Andersson
Package: doc-base
Version: 0.10.6

Attached is an updated Swedish translation for doc-base, reviewed by
fellow translator at the Swedish tp-sv-project.
Please commit.

Best Regards
Josef Andersson
 
# Swedish translation for doc-base
# Copyright © YEAR Robert Luberda rob...@debian.org
# This file is distributed under the same license as the PACKAGE package.
# Josef Andersson josef.anders...@fripost.org, 2015.
msgid 
msgstr 
Project-Id-Version: doc-base 0.10.6~\n
Report-Msgid-Bugs-To: doc-b...@packages.debian.org\n
POT-Creation-Date: 2014-08-24 21:58+0200\n
PO-Revision-Date: 2015-07-24 10:13+0100\n
Last-Translator: Josef Andersson josef.anders...@fripost.org\n
Language-Team: Swedish tp...@listor.tp-sv.se\n
Language: sv\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: Poedit 1.7.5\n

#: ../../install-docs.in:107
#, perl-format
msgid Too many arguments for `%s'.
msgstr För många argument för ”%s”.

#: ../../install-docs.in:110
#, perl-format
msgid `%s' requires exactly one argument.
msgstr ”%s” kräver exakt ett argument.

#: ../../install-docs.in:113
#, perl-format
msgid Arguments missing for `%s'.
msgstr Argument saknas för ”%s”.

#: ../../install-docs.in:132
#, perl-format
msgid Re-registration of all documents forced by %s.
msgstr Omregistrering av alla dokument tvingad av %s.

#: ../../perl/Debian/DocBase/DB.pm:43
#, perl-format
msgid Cannot read file `%s': %s.
msgstr Kan inte läsa filen ”%s”: %s.

#: ../../perl/Debian/DocBase/DB.pm:74
#, perl-format
msgid Saving `%s' (%d).
msgstr Sparar ”%s” (%d).

#: ../../perl/Debian/DocBase/DB.pm:77
msgid Needs to be root for this operation.
msgstr Måste vara root för denna åtgärd.

#: ../../perl/Debian/DocBase/DB.pm:83
#, perl-format
msgid Cannot save file `%s': %s.
msgstr Kan inte spara filen ”%s”: %s.

#: ../../perl/Debian/DocBase/DB.pm:87
#: ../../perl/Debian/DocBase/Document.pm:273
#: ../../perl/Debian/DocBase/InstallDocs.pm:156
#, perl-format
msgid Cannot rename file `%s' to `%s': %s.
msgstr Kan inte byta namn på filen ”%s” till ”%s”: %s.

#: ../../perl/Debian/DocBase/DB.pm:108
#, perl-format
msgid Contents of file `%s':
msgstr Innehållet för filen ”%s”:

#: ../../perl/Debian/DocBase/DocBaseFile.pm:104
msgid 
Note: `install-docs --verbose --check file_name' may give more details about 
the above error.
msgid_plural 
Note: `install-docs --verbose --check file_name' may give more details about 
the above errors.
msgstr[0] 
OBS: ”install-docs --verbose --check file_name” kan ge fler detaljer om 
ovanstående fel.
msgstr[1] 
OBS: ”install-docs --verbose --check file_name” kan ge fler detaljer om 
ovanstående fel.

#: ../../perl/Debian/DocBase/DocBaseFile.pm:226
#: ../../perl/Debian/DocBase/Document.pm:167
#: ../../perl/Debian/DocBase/Utils.pm:183
#, perl-format
msgid Cannot open file `%s' for reading: %s.
msgstr Kan inte öppna filen ”%s” för läsning: %s.

#: ../../perl/Debian/DocBase/DocBaseFile.pm:257
#, perl-format
msgid `%s', line %d
msgstr ”%s”, rad %d

#: ../../perl/Debian/DocBase/DocBaseFile.pm:265
#: ../../perl/Debian/DocBase/DocBaseFile.pm:268
#, perl-format
msgid Error in %s: %s.
msgstr Fel i %s: %s.

#: ../../perl/Debian/DocBase/DocBaseFile.pm:270
#, perl-format
msgid Warning in %s: %s.
msgstr Varning i %s: %s.

#: ../../perl/Debian/DocBase/DocBaseFile.pm:272
#, perl-format
msgid Unknown flag (%s, %s).
msgstr Okänd flagga (%s, %s).

#: ../../perl/Debian/DocBase/DocBaseFile.pm:288
#, perl-format
msgid line in field `%s' seems not to be UTF-8 encoded, recoding
msgstr rad i fältet ”%s” verkar inte vara använda kodningen UTF-8, kodar om

#: ../../perl/Debian/DocBase/DocBaseFile.pm:324
#, perl-format
msgid control field `%s' already defined
msgstr kontrollfältet ”%s” är redan definierat

#: ../../perl/Debian/DocBase/DocBaseFile.pm:327
#, perl-format
msgid unrecognised control field `%s'
msgstr okänt kontrollfält ”%s”

#: ../../perl/Debian/DocBase/DocBaseFile.pm:330
#, perl-format
msgid field `%s' in incorrect section (missing empty line before the field?)
msgstr fältet ”%s” är i fel avsnitt (saknas tom rad innan fältet?)

#: ../../perl/Debian/DocBase/DocBaseFile.pm:337
msgid syntax error - no field specified
msgstr syntaxfel - inget fält angivet

#: ../../perl/Debian/DocBase/DocBaseFile.pm:338
#, perl-format
msgid field `%s' cannot consist of multi lines
msgstr fältet ”%s” kan inte bestå av flera rader

#: ../../perl/Debian/DocBase/DocBaseFile.pm:342
#, perl-format
msgid syntax error in control file: %s
msgstr syntaxfel i kontrollfil: %s

#: ../../perl/Debian/DocBase/DocBaseFile.pm:352
#, perl-format
msgid File `%s' not yet parsed.
msgstr Filen ”%s” ännu inte tolkad.

#: ../../perl/Debian/DocBase/DocBaseFile.pm:370
#, perl-format
msgid unknown section: `%s'
msgstr okänt avsnitt: ”%s”

#: ../../perl/Debian/DocBase/DocBaseFile.pm:384
#, 

Bug#794581: /usr/bin/kwin_x11: crashes when starting first window

2015-08-04 Thread Dominik George
Package: kwin-x11
Version: 4:5.3.2-3
Severity: grave
File: /usr/bin/kwin_x11
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

kwin_x11 crashes the very moment the first application brings up a full,
decorated window withn the KDE session. The first time this appeared was
when I started Konsole. I had to kill the session, ando n the next login
it was DrKonqi trzing to report the last crash on login.

kwin_core: Too many crashes recently, disabling compositing
QXcbConnection: XCB error: 3 (BadWindow), sequence: 170, resource id: 60817417, 
major code: 20 (GetProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 186, resource id: 60817417, 
major code: 20 (GetProperty), minor code: 0
QXcbConnection: XCB error: 3 (BadWindow), sequence: 198, resource id: 60817417, 
major code: 20 (GetProperty), minor code: 0
kf5.kiconthemes: Theme tree: (Breeze)
found lsb_release
Using /proc to determine executable path
Executable is: /usr/bin/kwin_x11
Executable exists: true
kwin_core: Extensions: shape: 0x 11  composite: 0x 4  render: 0x b  
fixes: 0x 50  randr: 0x 14  sync: 0x 31  damage: 0x  11 

Enabling drkonqi crash catching
Constructing a KPluginInfo object from old style JSON. Please use 
kcoreaddons_desktop_to_json() for 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/kwin5_aurorae.so 
instead of kservice_desktop_to_json() in your CMake code.
Constructing a KPluginInfo object from old style JSON. Please use 
kcoreaddons_desktop_to_json() for 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
 instead of kservice_desktop_to_json() in your CMake code.
kf5.kservice.sycoca: Trying to open ksycoca from /home/dgeorg/.cache/ksycoca5
Trying to load decoration plugin:  
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
Invalid pixmap specified.
No frame loaded
No frame loaded
No frame loaded
No frame loaded
No frame loaded
No frame loaded
kwin_core: screens:  3 desktops:  1
kwin_core: Done.
kwin_core: User timestamp, ASN: 371480
kwin_core: User timestamp, final: 'ID: 44040223 ;WMCLASS: plasmashell : 
plasmashell ;Caption: Arbeitsfläche — Plasma ' : 371480
kwin_core: Activation: No client active, allowing
kwin_core: screens:  3 desktops:  1
kwin_core: Done.
kwin_core: User timestamp, ASN: 371480
kwin_core: User timestamp, final: 'ID: 44040211 ;WMCLASS: plasmashell : 
plasmashell ;Caption: Arbeitsfläche — Plasma ' : 371480
kwin_core: Activation: No client active, allowing
kwin_core: screens:  3 desktops:  1
kwin_core: Done.
kwin_core: User timestamp, ASN: 371480
kwin_core: User timestamp, final: 'ID: 44040217 ;WMCLASS: plasmashell : 
plasmashell ;Caption: Arbeitsfläche — Plasma ' : 371480
kwin_core: Activation: No client active, allowing
kwin_core: screens:  3 desktops:  1
kwin_core: Done.
Application::crashHandler() called with signal 11; recent crashes: 3
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kwin_x11 path = /usr/bin pid = 3201
KCrash: Arguments: /usr/bin/kwin_x11 --crashes 2 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from 
kdeinit
kdeinit5: Got EXEC_NEW '/usr/lib/x86_64-linux-gnu/libexec/drkonqi' from wrapper.
kdeinit5: preparing to launch '/usr/lib/x86_64-linux-gnu/libexec/drkonqi'


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

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/lksh
Init: systemd (via /run/systemd/system)

Versions of packages kwin-x11 depends on:
ii  kwin-common  4:5.3.2-3
ii  libc62.19-19
ii  libkf5i18n5  5.12.0-1
ii  libkf5windowsystem5  5.12.0-1
ii  libqt5core5a 5.4.2+dfsg-5
ii  libqt5gui5   5.4.2+dfsg-5
ii  libqt5widgets5   5.4.2+dfsg-5
ii  libqt5x11extras5 5.4.2-2
ii  libstdc++6   5.1.1-14
ii  libxcb1  1.10-3+b1

kwin-x11 recommends no packages.

kwin-x11 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJOBAEBCAA4BQJVwOLsMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQt5o8FqDE8pbSpQ//QjqTJqcUKHMj1hY7SZEW
Hyhg1DS2n0dyvoswAiGuyeBN3Xaqludmak3M970oCwKeP0TLwWGGzbvXDms5BNc/
nYc5Mm4j3BXYt7P4JX1Y7lQqywLH9OFTwzOODdGBmO3ux6fnewSa+d31l3HVbUvT
sgfk/T3kXRwDO+3qGUx3rxWwS86JQWoBbQWR8FSAkC9P8OlHj7YFev2/o5zHO7yR
m2pAAK5X6UNlu1EiivLm0pGavTW7RiiAL/k7rHzX/kTGWMC38JTRoEDZbC3eZO7B
PL06UAketkwDvfmN7U+yKUfSh9mNN1993rovK72RRI00WHlHWotNU1ZpHrwyF0+z
yxAHfUzsRS/CdWOU0a5TOX2vpskCF0LJQneX6ucWpiGcMlISbBRVse5Bs6ef8A+M
mytKi+XnRiD0iahA5WnfIJ30fgiDkSuM1ElOfVlmh6wO0ktPrj4XwoakBJYlkEUg
WHYekYAeruoTUHcXHK9u1YLadku9UJmQgW8YW2/l8BKWKi39Cbe+q6pseAGQb3Su
wNoRVyVHt2v2aip6lBSiZ4JXRnGjG4ux13IA8UlaayUoqImo6KO4d2ygu9U6/uNt
2r4wNsOmY2YtAldPm5IllQDtBT7izv2F7rq6MHhwZ7Sbc42GWTjwqP80nSBmxv/l
Z9SVbw1jXGt24z3nODpMMbY=
=nP1L

Bug#790276: radiusd-livingston: FTBFS with glibc 2.21 and gcc-5

2015-08-04 Thread Paul Martin
Although I've addressed these errors (apart from the sccsid warning)
in my recent upload, I suspect that compiling this ancient code with
gcc-5 will throw up plenty more errors.  (Unfortunately due to
breaks dependencies, I can't yet install gcc-5 on this laptop.)

-- 
Paul Martin p...@debian.org


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



Bug#793419: RFS: mirage/0.9.5.2-1 ITA

2015-08-04 Thread Eriberto
Hi Thomas,

This is my last try. Please, use a diff to see the diferences between
versions and write each change in d/changelog.

Regards,

Eriberto

2015-08-04 19:00 GMT-03:00 Thomas Ross th0m4sr...@gmail.com:
 tags 793419 - moreinfo
 thanks

 Hi Eriberto,

 Sorry about that, I simply forgot to include that change.

 I have reuploaded to mentors

 Thanks,
 Thomas.

 On 04/08/15 05:01 PM, Eriberto wrote:
 tags 793419 moreinfo
 thanks

 Hi Thomas,

 2015-08-04 17:41 GMT-03:00 Thomas Ross th0m4sr...@gmail.com:
 Hi Eriberto,

 I've added all changes to the changelog.

 Not in current version in mentors.d.n. E.g., you didn't put a
 reference to new priority (optional).

 Please, use a 'diff -Naur' between the revison in unstable and your
 revision to find all changes.

 Regards,

 Eriberto





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



Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Gavin Smith
On 4 August 2015 at 16:39, Eli Zaretskii e...@gnu.org wrote:
 You could easily install and access multiple versions of manuals
 side-by-side, by configuring with --program-suffix. Taking the example
 of Texinfo, you could access different versions of the Texinfo manual
 with info texinfo-5.0, info texinfo-4.13, etc.

 Users can already have that, by placing each version in its own
 directory and adding that directory to INFOPATH.  How is this better
 or even significantly different?

Convenience. People won't want to write an INFOPATH in their .bashrc
or wherever which is dozens of entries long. Also it would save
editing dir files by hand to add versioned entries. Speaking for
myself, I know I would certainly install multiple versions of the
Texinfo manuals, and multiple versions of some other manuals as well,
if it was convenient to do so.

Suppose for example I wanted to have the Texinfo 4.13 manual handy,
then I could build from that release. make install would by default
install the Info files under /usr/local/share/info, overriding those
that are already there. I could create a new directory and specify
that as the infodir to configure (like
/usr/local/share/info/texinfo-4.13), but then I would have to add that
new directory to INFOPATH and update or restart all of my terminal
sessions. Then accessing the manual still wouldn't be as easy as info
texinfo-4.13. The only ways I can think of are either info --all
texinfo followed by selecting a menu entry, or else give the full
path to the installed Info file, which is too much to type. Really
it's not worth the trouble.

 I don't think we should promote a semi-broken solution to this
 problem.  I think we should look for a complete solution.

Can you elaborate on what would constitute a complete solution?


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



Bug#794581: Acknowledgement (/usr/bin/kwin_x11: crashes when starting first window)

2015-08-04 Thread Dominik George
Control: severity -1 normal

This is obviously bug #794061.

The question is whether a broken theme, should make kwin crash, so I am not 
reassigning/marking this bug as duplicate.

-nik

-- 
PGP-Fingerprint: 3C9D 54A4 7575 C026 FB17  FD26 B79A 3C16 A0C4 F296

Dominik George · Mobil: +49-151-61623918

Teckids e.V. · FrOSCon e.V. · OpenRheinRuhr e.V.
Fellowship of the FSFE · Piratenpartei Deutschland
Opencaching Deutschland e.V. · Debian Contributor

LPIC-3 Linux Enterprise Professional (Security)

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


Bug#762054: [Pkg-fonts-devel] Bug#762054: d-i.debian.org: investigate ttf-* vs. fonts-* for udebs?

2015-08-04 Thread Fabian Greffrath
Hi Christian,

sorry for the late reply!

Am Sonntag, den 26.07.2015, 09:19 +0200 schrieb Christian PERRIER:
 Guys, do you think we want to manage a transition for, say
 ttf-freefont-udeb-fonts-freefont-udeb (with transitional package,
 etc. as we did for the ttf-fonts transitions)or will we just
 replace the package (given that only the installer is using the udeb)
 ?

I think we should simply replace the package with the one following the
new naming scheme and just ping the d-i maintainers about it.

Cheers,

Fabian


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


Bug#794602: TJENER does not accept mails from other Edu client machines on 10.0.0.0/8

2015-08-04 Thread Mike Gabriel

Package: debian-edu-config
Severity: normal

Today I tested my local mailbox on a Debian Edu network for the first time.

I have a machine (contentserver.intern) running ILIAS (based on Debian  
Edu minimal client, jessie) that wants to send mails to my internal  
address (gabmik@postoffice.intern).


When ILIAS attempts to send an email to TJENER, I get this error message:

  gabmik@postoffice.intern
SMTP error from remote mail server after RCPT  
TO:gabmik@postoffice.intern:
host tjener.intern [10.0.2.2]: 550 SMTP server requires  
authentication. Check your SMTP client configuration.


Any hint what to change in exim.conf (on TJENER, I guess). I am a  
posfix guru but have no knowledge on exim4 syntax.


Thanks for any hint + I think we should whitelist the 10./8 network in  
TJENER's exim4 server configuration.


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


pgpqYYqsBilDj.pgp
Description: Digitale PGP-Signatur


Bug#794598: Creates circular reference to Catalyst context leading to memory leak

2015-08-04 Thread gregor herrmann
On Tue, 04 Aug 2015 15:15:38 -0400, Anthony DeRobertis wrote:

 Package: libcatalyst-controller-formbuilder-perl
 Version: 0.06-3~asd1
 Severity: important
 Tags: patch
 
 CatalystX::LeakChecker found a circular reference in my app. The below
 patch appears to fix, and doesn't seem to break anything...

Thanks for your bug report, I've forwarded it to the upstream bug
tracker:
https://rt.cpan.org/Ticket/Display.html?id=106251


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT  SPI, fellow of the Free Software Foundation Europe
   `-   NP: Pink Floyd: The Trial


signature.asc
Description: Digital Signature


Bug#794558: gdb in eclipse terminates after entering main in c++ program

2015-08-04 Thread developer
Package: gdb
Version: 7.7.1+dfsg-5
Severity: normal

Dear Maintainer,

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

   * What led up to the situation?
Debugging simple C++ program; first lines in main() were:
int arr[] = { 100, 110, 120, 130 }; //-- Line 1.
vectorint v(arr, arr + sizeof(arr) / sizeof(int));//-- Line 2.
cout  vint before insert: ;   //-- Line 3.
as you can see, noting unusual;

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
- entered debugging mode: pressed Debug button
- pressed bug icon to start program in debug mode
- debuger stoped at first line in main() - int arr[] = ...
- pressed F6 to go to second line

   * What was the outcome of this action?
- debuger terminated; in the Debug window, the only message was:
terminated, exit value:-1gdb
   * What outcome did you expect instead?
- the program had to proceed to Line 2, Line 3 and so on

BTW, This Debian-8 works under VMWare-7;

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



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

Kernel: Linux 3.16.0-4-686-pae (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
Init: systemd (via /run/systemd/system)

Versions of packages gdb depends on:
ii  libc6 2.19-18
ii  libexpat1 2.1.0-6+deb8u1
ii  liblzma5  5.1.1alpha+20120614-2+b3
ii  libncurses5   5.9+20140913-1+b1
ii  libpython2.7  2.7.9-2
ii  libreadline6  6.3-8+b3
ii  libtinfo5 5.9+20140913-1+b1
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages gdb recommends:
ii  gdbserver 7.7.1+dfsg-5
ii  libc6-dbg [libc-dbg]  2.19-18

Versions of packages gdb suggests:
pn  gdb-doc  none

-- no debconf information


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



Bug#794615: ITP: ovaldi -- Oval Interpreter

2015-08-04 Thread Nicholas Luedtke

Package: wnpp
Severity: wishlist

Owner: Nicholas Luedtke nicholas.lued...@hp.com

* Package name: ovaldi
  Version : 5.10.1.7
  Upstream Author : The MITRE Corporation
* URL : sourceforge.net/projects/ovaldi 
http://en.gpcf.eu/2048

* License : MITRE
  Programming Lang: CPP
  Description : Oval Intreperter

The OVAL Interpreter is a freely available reference implementation that 
demonstrates the evaluation of OVAL Definitions. Based on a set of 
Definitions the Interpreter collects system information, evaluates it, 
and generates a detailed OVAL Results file. It has been developed to 
demonstrate the usability of OVAL Definitions and to ensure correct 
syntax and adherence to the OVAL Schemas by definition writers.


IMPORTANT: Please note that the OVAL Interpreter is not an enterprise 
scanning tool; it is a simplistic, command-line interface that has the 
ability to execute OVAL Content on an end system.


ovaldi was previously listed in debian packages but was removed. I have 
simply taken the upstream source, cleaned it, prepared it for debian, 
and packaged it.


--
Nicholas Luedtke
Linux for HP Helion OpenStack, Hewlett-Packard


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



Bug#784262: linux-image-3.16.0-4-686-pae: System hangs at poweroff command

2015-08-04 Thread Jan Fuchs

Dear mr. Hutchings,

I have same problem.

If you need any more information to squash this bug I am happy also to provide
it.

Best Regards Jan Fuchs

--
http://www.fuky.org


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



Bug#794440: Debian bug #794440

2015-08-04 Thread Jörg Frings-Fürst
Hello,

Thank you for spending your time helping to make Debian better with
this bug report. 

With the requested changes at d/rules I don't see any new cli file(s).

So I must first search why.


CU
Jörg

-- 
New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1 D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.




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


Bug#790994: ccfits: library transition may be needed when GCC 5 is the default

2015-08-04 Thread Jonathan Wiltshire

On 2015-08-03 23:23, Aurelien Jarno wrote:

On 2015-08-03 22:11, Jonathan Wiltshire wrote:

Control: tag -1 confirmed

On Mon, Aug 03, 2015 at 09:49:27PM +0200, Aurelien Jarno wrote:
 user release.debian@packages.debian.org
 usertag 790994 + transition
 block 790994 by 790756
 reassign 790994 release.debian.org
 tag 790994 + patch
 tag 790994 + fixed-in-experimental
 thanks

 On 2015-08-01 13:31, Aurelien Jarno wrote:
  On 2015-07-29 22:05, Matthias Klose wrote:
   On 07/29/2015 09:35 PM, Aurelien Jarno wrote:
ccfits will need a transition. Please find the patch for it below.
  
   missing Conflicts/Replaces or Breaks/Replaces
 
  Indeed, good catch. Here is an updated debdiff. I have uploaded the
  package to experimental, to get the NEW processing done faster.
 
  Given it doesn't have any build-depends on c++ libraries besides
  libstdc++-dev and doesn't have any reverse depends, I can upload
  it to unstable as soon as GCC 5 is the default on all architectures and
  on buildds.

 The package in experimental went out of NEW and has been built
 successfully on all architectures. I made a mistake in the above
 statement, this package actually has one reverse dependency,
 luminance-hdr, so a very small transition is needed.

 I am ready to get the package uploaded to unstable, when I get the green
 light for that.

Yes please.


Ok thanks. Just uploaded it to unstable.


binNMU scheduled.

--
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

directhex i have six years of solaris sysadmin experience, from
8-10. i am well qualified to say it is made from bonghits
layered on top of bonghits


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



Bug#780998: Info received (Problem only applies to Emacs)

2015-08-04 Thread Nick Phillips
Amusingly, as I settled in this morning to work out what was actually
causing this problem, everything now works.

Between the failing and succeeding, there have been:

ubuntu updates
reboot
logging in and out with Gnome Classic  Unity before back to Gnome


Fingers crossed it stays working.


Cheers,


Nick
-- 
Nick Phillips / nick.phill...@otago.ac.nz / 03 479 4195
# These statements are mine, not those of the University of Otago


Bug#641590: bwm-ng: Miscalculation with default 0.5s timeout

2015-08-04 Thread Volker Gropp

Hi,

this issue is probably related to the kernel interface driver. I noticed 
this with some drivers which update the values only once in a second. 
Therefore i don't see a chance to fix this in bwm-ng unless changing the 
timeout to 1s


Regards Volker


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



Bug#791138: libmatroska: library transition may be needed when GCC 5 is the default

2015-08-04 Thread Sebastian Ramacher
On 2015-08-03 23:02:38, Sebastian Ramacher wrote:
 libmatroska requires a transition and needs to go together with libebml. A
 version with the renamed packages has been uploaded to experimental.

I've uploaded libmatroska and libebml to unstable since only vlc is affected by
this.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Bug#780206: Checkout Clashot!

2015-08-04 Thread Sarah Stone
Hi! I use the Clashot for publishing and selling my mobile photos. Join me
and try it right now! http://clashot.com


Bug#791268: marked as done (rlog: library transition may be needed when GCC 5 is the default)

2015-08-04 Thread Jonathan Wiltshire
On Tue, Aug 04, 2015 at 10:03:04AM +, Debian Bug Tracking System wrote:
 Your message dated Tue, 04 Aug 2015 10:00:39 +
 with message-id e1zmz1t-0006vc...@franck.debian.org
 and subject line Bug#791268: fixed in rlog 1.4-4
 has caused the Debian Bug report #791268,
 regarding rlog: library transition may be needed when GCC 5 is the default
 to be marked as done.

The package may have been uploaded, but that does not complete the
transition. Please leave this bug open and it will be closed by the release
team.


-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



signature.asc
Description: Digital signature


Bug#780609: arduino: Uno fails to reset on Jessie (works on Wheezy)

2015-08-04 Thread Osamu Aoki
Package: arduino
Followup-For: Bug #780609

I tried to use arduino Uno (and MICRO with CH304D) on this jessie but it
does not work.  

I think I had working system around 2014 September.  (See my bug report
to avrdude Fix reset on FT245R. Patch cherry-picked from upstream.
(Closes: #760764) as reference.

It may be me making some strange configuration on Arduino but ...

Does anyone usiong this after systemd migration?

Osamu

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable'), (99, 'testing'), (98, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages arduino depends on:
ii  arduino-core   2:1.0.5+dfsg2-4
ii  default-jre [java6-runtime]2:1.7-52
ii  libjna-java4.1.0-1
ii  librxtx-java   2.2pre2-13
ii  openjdk-7-jre [java6-runtime]  7u79-2.5.6-1~deb8u1

Versions of packages arduino recommends:
ii  extra-xdg-menus  1.0-4
ii  policykit-1  0.105-8

arduino 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#794573: kwin-style-breeze: breaks kwin_x11

2015-08-04 Thread Salvo Tomaselli
Package: kwin-style-breeze
Version: 4:5.3.2-4
Severity: critical
Justification: breaks unrelated software

Dear Maintainer,
after the last upgrade of this package, kwin_x11 hangs and needs to be killed.

I am attaching the output that it gives, in hopes that it can be helpful.

I suspect the behaviour to be related to breeze because using other themes
kwin works, but it is not possible to open the configuration of kwin (I imagine
because it links to breeze to show the preview).

Downgrading this package to the previous release fixes the issue.

I am also attaching the trace generated, however I couldn't find any dbg package
for breeze, so I don't know how useful it can be.


Best regards


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

Kernel: Linux 4.1.3a (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kwin-style-breeze depends on:
ii  libc6 2.19-19
ii  libkdecorations2-54:5.3.2-1
ii  libkf5configcore5 5.12.0-1
ii  libkf5configgui5  5.12.0-1
ii  libkf5configwidgets5  5.12.0-1
ii  libkf5coreaddons5 5.12.0-1
ii  libkf5guiaddons5  5.12.0-1
ii  libkf5i18n5   5.12.0-1
ii  libkf5windowsystem5   5.12.0-1
ii  libqt5core5a  5.4.2+dfsg-5
ii  libqt5dbus5   5.4.2+dfsg-5
ii  libqt5gui55.4.2+dfsg-5
ii  libqt5widgets55.4.2+dfsg-5
ii  libqt5x11extras5  5.4.2-2
ii  libstdc++65.1.1-14
ii  libxcb1   1.10-3+b1

kwin-style-breeze recommends no packages.

kwin-style-breeze suggests no packages.

-- no debconf information
kf5.kiconthemes: Theme tree: (Oxygen)
kwin_core: Extensions: shape: 0x 11  composite: 0x 4  render: 0x b  
fixes: 0x 50  randr: 0x 14  sync: 0x 31  damage: 0x  11 

Constructing a KPluginInfo object from old style JSON. Please use 
kcoreaddons_desktop_to_json() for 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
 instead of kservice_desktop_to_json() in your CMake code.
Constructing a KPluginInfo object from old style JSON. Please use 
kcoreaddons_desktop_to_json() for 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/kwin5_aurorae.so 
instead of kservice_desktop_to_json() in your CMake code.
kf5.kservice.sycoca: Trying to open ksycoca from /home/salvo/.cache/ksycoca5
Trying to load decoration plugin:  
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
kwin_core: screens:  1 desktops:  4
kwin_core: Done.
kwin_core: User timestamp, ASN: 122359766
kwin_core: User timestamp, final: 'ID: 52428817 ;WMCLASS: plasmashell : 
plasmashell ;Caption: Desktop — Plasma ' : 122359766
kwin_core: Activation: No client active, allowing
kwin_core: screens:  1 desktops:  4
kwin_core: Done.
kwin_core: User timestamp, ASN: 122213289
kwin_core: User timestamp, final: 'ID: 52428829 ;WMCLASS: plasmashell : 
plasmashell ;Caption: Plasma ' : 122213289
kwin_core: Activation: No client active, allowing
kwin_core: screens:  1 desktops:  4
kwin_core: Done.
Application::crashHandler() called with signal 11; recent crashes: 1
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kwin_x11 path = /usr/bin pid = 15391
KCrash: Arguments: /usr/bin/kwin_x11 --replace 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from 
kdeinit
sock_file=/run/user/1001/kdeinit5__1
QXcbConnection: XCB error: 3 (BadWindow), sequence: 170, resource id: 
49063, major code: 20 (GetProperty), minor code: 0
kf5.kiconthemes: Theme tree: (Oxygen)
kwin_core: Extensions: shape: 0x 11  composite: 0x 4  render: 0x b  
fixes: 0x 50  randr: 0x 14  sync: 0x 31  damage: 0x  11 

Constructing a KPluginInfo object from old style JSON. Please use 
kcoreaddons_desktop_to_json() for 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
 instead of kservice_desktop_to_json() in your CMake code.
Constructing a KPluginInfo object from old style JSON. Please use 
kcoreaddons_desktop_to_json() for 
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/kwin5_aurorae.so 
instead of kservice_desktop_to_json() in your CMake code.
kf5.kservice.sycoca: Trying to open ksycoca from /home/salvo/.cache/ksycoca5
Trying to load decoration plugin:  
/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so
kwin_core: screens:  1 desktops:  4
kwin_core: Done.
Application::crashHandler() called with signal 11; recent crashes: 2
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kwin_x11 path = /usr/bin pid = 15398
KCrash: Arguments: /usr/bin/kwin_x11 --crashes 1 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from 
kdeinit
sock_file=/run/user/1001/kdeinit5__1
kwin_core: Too many crashes recently, 

Bug#784152: linux: Queued TRIM causes ATA timeouts on Samsung SSD 8* series

2015-08-04 Thread Andreas Stempfhuber
reopen 784152 !
retitle 784152 linux: Queued TRIM causes ATA timeouts on Samsung SSD 8* series
severity 784152 critical
thanks

Hi,

the upstream patch was incomplete as it affects the whole Samsung SSD 8* 
series.

Fixed upstream in commit 9a9324d3969678d44b330e1230ad2c8ae67acf81
libata: Blacklist queued TRIM on all Samsung 800-series
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/ata/libata-
core.c?id=9a9324d3969678d44b330e1230ad2c8ae67acf81

Additional details are available at 
https://bugs.launchpad.net/ubuntu/+source/fstrim/+bug/1449005
and http://comments.gmane.org/gmane.linux.ide/59791

The issue causes data loss, please fix it for Jessie.

Thanks

Andreas


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



Bug#791009: colpack: library transition may be needed when GCC 5 is the default

2015-08-04 Thread Jonathan Wiltshire
Control: tag -1 confirmed patch

On Fri, Jul 03, 2015 at 01:09:25PM +, Matthias Klose wrote:
  - Rebuild the library using g++/g++-5 from experimental. Note that
most likely all C++ libraries within the build dependencies need
a rebuild too. You can find the log for a rebuild in
  https://people.debian.org/~doko/logs/gcc5-20150701/
Search for BEGIN GCC CXX11 in the log.
 
  - Decide if the symbols matching __cxx11 or B5cxx11 are part of the
library API, and are used by the reverse dependencies of the
library.

I believe that there are affected symbols matching the public API, and
therefore colpack requires a transition.

Patch attached, which I intend to upload to DELAYED/2.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

diff -Nru colpack-1.0.9/debian/changelog colpack-1.0.9/debian/changelog
--- colpack-1.0.9/debian/changelog  2014-03-15 09:57:04.0 +
+++ colpack-1.0.9/debian/changelog  2015-08-04 17:56:21.0 +0100
@@ -1,3 +1,10 @@
+colpack (1.0.9-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libcolpack0 to libcolpack0v5 (see #791009)
+
+ -- Jonathan Wiltshire j...@debian.org  Tue, 04 Aug 2015 17:56:18 +0100
+
 colpack (1.0.9-3) unstable; urgency=medium
 
   * chmod -x /usr/share/doc/libcolpack-dev/examples/.../*.cpp
diff -Nru colpack-1.0.9/debian/control colpack-1.0.9/debian/control
--- colpack-1.0.9/debian/control2014-03-15 09:57:04.0 +
+++ colpack-1.0.9/debian/control2015-08-04 17:55:09.0 +0100
@@ -15,7 +15,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}, libcolpack0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libcolpack0v5 (= 
${binary:Version})
 Description: Specialized graph vertex coloring library, development files
  ColPack is a package comprising of implementation of algorithms for
  specialized vertex coloring problems that arise in sparse derivative
@@ -27,7 +27,7 @@
  This package contains the development library, header files, and
  documentation.
 
-Package: libcolpack0
+Package: libcolpack0v5
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
diff -Nru colpack-1.0.9/debian/libcolpack0.install 
colpack-1.0.9/debian/libcolpack0.install
--- colpack-1.0.9/debian/libcolpack0.install2014-03-15 09:56:57.0 
+
+++ colpack-1.0.9/debian/libcolpack0.install1970-01-01 01:00:00.0 
+0100
@@ -1 +0,0 @@
-/usr/lib/*/lib*.so.*
diff -Nru colpack-1.0.9/debian/libcolpack0v5.install 
colpack-1.0.9/debian/libcolpack0v5.install
--- colpack-1.0.9/debian/libcolpack0v5.install  1970-01-01 01:00:00.0 
+0100
+++ colpack-1.0.9/debian/libcolpack0v5.install  2014-03-15 09:56:57.0 
+
@@ -0,0 +1 @@
+/usr/lib/*/lib*.so.*


signature.asc
Description: Digital signature


Bug#794598: Creates circular reference to Catalyst context leading to memory leak

2015-08-04 Thread Anthony DeRobertis
Package: libcatalyst-controller-formbuilder-perl
Version: 0.06-3~asd1
Severity: important
Tags: patch

CatalystX::LeakChecker found a circular reference in my app. The below
patch appears to fix, and doesn't seem to break anything...

I think this is caused by the Plack changes in Catalyst 5.9, but I
wasn't able to test if it happened on older versions of Catalyst as
well.

diff --git a/lib/Catalyst/Controller/FormBuilder/Action.pm 
b/lib/Catalyst/Controller/FormBuilder/Action.pm
index be476b7..29fad7a 100644
--- a/lib/Catalyst/Controller/FormBuilder/Action.pm
+++ b/lib/Catalyst/Controller/FormBuilder/Action.pm
@@ -133,6 +133,7 @@ sub execute {
 
 my $form = $self-_setup_form(@_);
 Scalar::Util::weaken($form-{c});
+Scalar::Util::weaken($form-{params});
 $controller-_formbuilder($form);
 $self-maybe::next::method(@_);
 $controller-_formbuilder($form);   # keep the same form in case of 
forwards


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

Kernel: Linux 4.0.1-p+ (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
Init: systemd (via /run/systemd/system)

Versions of packages libcatalyst-controller-formbuilder-perl depends on:
ii  libcatalyst-perl 5.90075-2
ii  libcgi-formbuilder-perl  3.09-3
ii  libclass-data-inheritable-perl   0.08-2
ii  libclass-inspector-perl  1.28-1
ii  libmro-compat-perl   0.12-1
ii  libtest-www-mechanize-catalyst-perl  0.59-1
ii  libtie-ixhash-perl   1.23-2
ii  perl 5.20.2-6

libcatalyst-controller-formbuilder-perl recommends no packages.

libcatalyst-controller-formbuilder-perl 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#794581: Possibly related bug: 794573

2015-08-04 Thread Diederik de Haas
There's another bug related to breeze, but it seems to not show up because it 
was 'done': https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794573
It was filed against a different binary package, but (afaik) the same source 
package.


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


Bug#794563: iwyu: FTBFS[kfreebsd-*]: undefined reference to `dladdr'

2015-08-04 Thread Steven Chamberlain
Package: iwyu
Version: 3.5-1
Severity: important

Hi

iwyu 3.5-1 FTBFS on kfreebsd-*:

https://buildd.debian.org/status/fetch.php?pkg=iwyuarch=kfreebsd-amd64ver=3.5-1stamp=1434455305
| /usr/bin/c++-fno-rtti -std=c++11   
CMakeFiles/include-what-you-use.dir/iwyu.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_ast_util.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_cache.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_driver.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_getopt.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_globals.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_include_picker.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_lexer_utils.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_location_util.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_output.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_path_util.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_preprocessor.cc.o 
CMakeFiles/include-what-you-use.dir/iwyu_verrs.cc.o  -o include-what-you-use  
-L/usr/lib/llvm-3.5/lib  -lclangFrontend -lclangSerialization -lclangDriver 
-lclangParse -lclangSema -lclangAnalysis -lclangAST -lclangBasic -lclangEdit 
-lclangLex -lLLVMX86AsmParser -lLLVMX86Desc -lLLVMX86AsmPrinter -l
 LLVMX86Info -lLLVMX86Utils -lLLVMipo -lLLVMScalarOpts -lLLVMInstCombine 
-lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMOption 
-lLLVMMCParser -lLLVMMC -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMSupport 
-lpthread -lz -lcurses -lform -Wl,-rpath,/usr/lib/llvm-3.5/lib: 
| /usr/lib/llvm-3.5/lib/libLLVMSupport.a(Signals.o): In function 
`llvm::sys::PrintStackTrace(_IO_FILE*)':
| (.text._ZN4llvm3sys15PrintStackTraceEP8_IO_FILE+0x84): undefined reference to 
`dladdr'
| /usr/lib/llvm-3.5/lib/libLLVMSupport.a(Signals.o): In function 
`llvm::sys::PrintStackTrace(_IO_FILE*)':
| (.text._ZN4llvm3sys15PrintStackTraceEP8_IO_FILE+0x1a5): undefined reference 
to `dladdr'

I'll take a look into it sometime;  seems it is probably missing -ldl
or similar.

Thanks.

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm-ipsec
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#794577: please binNMU cwidget

2015-08-04 Thread Matthias Klose
Package: release.debian.org

please binNMU cwidget, the renamed version was still built with the old GCC
(still in unstable, and only aptitude depends on it, so no need to rename 
again).


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



Bug#794616: casablanca: FTBFS on hppa: test failures

2015-08-04 Thread John David Anglin
Source: casablanca
Version: 2.6.0-3
Severity: normal

Build log is here:
http://buildd.debian-ports.org/status/fetch.php?pkg=casablancaarch=hppaver=2.6.0-3stamp=1438720810

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

Kernel: Linux 3.18.19+ (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_CA.utf8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)


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



Bug#793067: Bug#792328: info: can no longer find the Emacs manual

2015-08-04 Thread Gavin Smith
On 4 August 2015 at 14:34, Eli Zaretskii e...@gnu.org wrote:
 It would still be better than what we have at the moment, though.

 In what way would it be better?  I don't see any significant
 improvement, just the added complexity.

You could easily install and access multiple versions of manuals
side-by-side, by configuring with --program-suffix. Taking the example
of Texinfo, you could access different versions of the Texinfo manual
with info texinfo-5.0, info texinfo-4.13, etc. What would fail
would be cross-references to, for example, info-stnd: if the current
file was texinfo-5.0.info, this wouldn't necessarily give you
info-stnd-5.0.info, but whatever info-stnd.info was. In the case
of the Texinfo manuals, I don't think that's a huge inconvenience, and
in fact might be the desired behaviour (as info-stnd.info would
likely be the file describing the version of info that the shell
would find).

 The equivalent works with, say, GCC, because GCC has all of its
 auxiliary programs and files in a versioned directory, whose name is
 dynamically computed by GCC given its own version that is hard-coded
 into the binary, so the only file that needs to be renamed is the GCC
 executable itself.  But this has its limits: e.g., if I have more than
 one version of Binutils installed, GCC will always invoke the 'ld'
 executable it finds first on PATH, not some 'ld-X.Y.Z' that I happen
 to want to use.

If there are many auxiliary programs associated with GCC which have
their own manuals, a solution similar to that suggested for Emacs is
indicated: have a separate infodir for the GCC manuals (likely
/usr/share/info/gcc-VERSION), and make sure it is on INFOPATH.

There should be an option to the Info reader to either prefer the
current infodir, or to search through INFOPATH in the regular order.
Either could be the desired behaviour. Using the regular order would
be desirable when the user was looking for the manual for the first
command in the shell's PATH.

 IOW, the equivalent of the problem of inter-manual references exists
 in shell commands as well, and is not solved well there, either.


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



  1   2   3   >