Bug#784947: libt-digest-java: Version 3.1 is severely incompatible with version 3.0

2015-05-11 Thread Emmanuel Bourg
Le 11/05/2015 03:45, Hilko Bengen a écrit : Elasticsearch 1.4.5 cannot be built with libt-digest-java/3.1-1 installed. Reverting back to 3.0-1 resolves this problem. Hi Hilko, t-digest is a fairly small library, did you consider porting Elasticsearch to the new version instead of reverting to

Bug#784135: Lowering severity

2015-05-11 Thread Tobias Hansen
Control: severity -1 important I'm lowering the severity for now because i suspect this happens only with some older graphics cards. -- Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

Bug#784947: libt-digest-java: Version 3.1 is severely incompatible with version 3.0

2015-05-11 Thread Hilko Bengen
* Emmanuel Bourg: t-digest is a fairly small library, did you consider porting Elasticsearch to the new version instead of reverting to the previous version? This looks like an easy modification, and upstream will certainly be interested in such a change. No, I did not. And I will not

Processed: Lowering severity

2015-05-11 Thread Debian Bug Tracking System
Processing control commands: severity -1 important Bug #784135 [out-of-order] out-of-order: starting out-of-order produces black window and high system load Severity set to 'important' from 'grave' -- 784135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784135 Debian Bug Tracking System

Bug#784565: [X2Go-Dev] [pkg-x2go-devel] Bug#784565: nx-libs-lite: parts are derived from non-free code

2015-05-11 Thread Stefan Baur
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 hi everyone, looking at the current homepage of DXPC, the following can be found in their changelog http://www.vigor.nu/dxpc/CHANGES: 3.8.1 Release: [...] Changed license to BSD license. - -Stefan Am 11.05.2015 um 11:07 schrieb Mike Gabriel:

Bug#771544: its because of tmpdir collision

2015-05-11 Thread Lucas Nussbaum
On 08/05/15 at 19:44 +0530, Pirate Praveen wrote: On Friday 08 May 2015 02:35 AM, Lucas Nussbaum wrote: So according to the discussion in https://github.com/assaf/uuid/issues/45, this is a bug in diaspora? Are you OK with reassigning? Lucas Can you review the patch in git

Bug#784947: libt-digest-java: Version 3.1 is severely incompatible with version 3.0

2015-05-11 Thread Emmanuel Bourg
Here is the patch for Elasticsearch: https://github.com/jpountz/elasticsearch/commit/9e5b561 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#784947: libt-digest-java: Version 3.1 is severely incompatible with version 3.0

2015-05-11 Thread Emmanuel Bourg
I got a look at Elasticsearch, and this is just a one line change: state.centroidCount() becomes state.centroids().size() in TDigestState.java. I wouldn't call that a severe incompatibility. We can also reintroduce the missing centroidCount() method in t-digest, such that our package supports

Bug#784565: [pkg-x2go-devel] Bug#784565: nx-libs-lite: parts are derived from non-free code

2015-05-11 Thread Mike Gabriel
Hi Francesco, Cc:ing a couple of people/groups being affected by the below. On Mi 06 Mai 2015 19:35:32 CEST, Francesco Poli (wintermute) wrote: Package: nx-libs-lite Version: 3.5.0.27-1 Severity: serious Justification: Policy 2.2.1 Hello and thanks for maintaining this package in Debian! I

Bug#784655: closed by Matthias Klose d...@debian.org (Bug#784655: fixed in gcc-5 5.1.1-5)

2015-05-11 Thread Gianfranco Costamagna
Hi Doko, does this mean that I need to b-d on g++-5 and export CXX=g++-5? It seems to be failing to build when mixing g++-4.9 and new libstdc++... thanks a lot for the fix! Now with gcc-5 I can build it correctly! cheers, Gianfranco Il Sabato 9 Maggio 2015 18:45, Debian Bug Tracking

Bug#784565: [pkg-x2go-devel] Bug#784565: nx-libs-lite: parts are derived from non-free code

2015-05-11 Thread Mike Gabriel
Hi Francesco, On Mi 06 Mai 2015 19:35:32 CEST, Francesco Poli (wintermute) wrote: Package: nx-libs-lite Version: 3.5.0.27-1 Severity: serious Justification: Policy 2.2.1 Hello and thanks for maintaining this package in Debian! I noticed that the debian/copyright states: [...] | Parts of

Bug#771544: its because of tmpdir collision

2015-05-11 Thread Pirate Praveen
Lucas Nussbaum എഴുതി: On 08/05/15 at 19:44 +0530, Pirate Praveen wrote: On Friday 08 May 2015 02:35 AM, Lucas Nussbaum wrote: So according to the discussion in https://github.com/assaf/uuid/issues/45, this is a bug in diaspora? Are you OK with reassigning? Lucas Can you review the patch

Processed: Re: Bug#784814: Confirmed

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: severity 784814 normal Bug #784814 [duplicity] BackendException: ... failed: incorrect response 'C0600 ...' Severity set to 'normal' from 'grave' tags 784814 + upstream Bug #784814 [duplicity] BackendException: ... failed: incorrect response

Bug#784975: partclone: FTBFS on non x86 arches: error: unrecognized command line option '-m32'

2015-05-11 Thread James Cowgill
Source: partclone Version: 0.2.78-1 Severity: serious Hi, partclone failed to build on all non-x86 arches with this error: Making all in fail-mbr make[3]: Entering directory '/«PKGBUILDDIR»/fail-mbr' gcc -Wall -Werror -m32 -nostdlib -o fail-mbr.o fail-mbr.S gcc: error: unrecognized command

Bug#784744: marked as done (xf86-video-msm: FTBFS against xserver 1.17)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 11:40:47 + with message-id e1yrm4l-0001ug...@franck.debian.org and subject line Bug#784762: Removed package(s) from unstable has caused the Debian Bug report #784744, regarding xf86-video-msm: FTBFS against xserver 1.17 to be marked as done. This means that

Bug#784947: libt-digest-java: Version 3.1 is severely incompatible with version 3.0

2015-05-11 Thread Emmanuel Bourg
Le 11/05/2015 13:28, Hilko Bengen a écrit : Please don't just look at Elasticsearch but at the japi-compliance-checker report I attached. The incompatibilities are only relevant if they affect the packages depending on the library, and this relevance isn't reported by japi-compliance-checker.

Processed (with 1 errors): forcibly merging 663368 781453

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forcemerge 663368 781453 Bug #663368 [src:firebird3.0] firebird-dev: uninstallable, typo in Depends: libib-utili Unable to merge bugs because: package of #781453 is 'firebird-dev' not 'src:firebird3.0' Failed to forcibly merge 663368: Did not

Bug#663368: marked as done (firebird-dev: uninstallable, typo in Depends: libib-utili)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 12:34:01 + with message-id e1yrmuh-00044v...@franck.debian.org and subject line Bug#663368: fixed in firebird3.0 3.0.0~svn+61473.ds4-1 has caused the Debian Bug report #663368, regarding firebird-dev: uninstallable, typo in Depends: libib-utili to be marked

Bug#781453: marked as done ([firebird-dev] Typo in control file)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 12:34:01 + with message-id e1yrmuh-00044v...@franck.debian.org and subject line Bug#663368: fixed in firebird3.0 3.0.0~svn+61473.ds4-1 has caused the Debian Bug report #663368, regarding [firebird-dev] Typo in control file to be marked as done. This means

Processed: tagging 784931

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 784931 + confirmed pending Bug #784931 [python-netlib] python-netlib: FTBFS due to no python-setuptools Added tag(s) confirmed and pending. thanks Stopping processing here. Please contact me if you need assistance. -- 784931:

Processed: tagging 784932

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 784932 + confirmed pending Bug #784932 [mitmproxy] mitmproxy: FTBFS due to no python-setuptools Added tag(s) confirmed and pending. thanks Stopping processing here. Please contact me if you need assistance. -- 784932:

Bug#784973: gcc-4.9-arm-linux-gnueabi depends on obsolete libgcc-4.9-dev:armel (= 4.9.2-10) in sid

2015-05-11 Thread Sebastian Schmidt
Package: gcc-4.9-arm-linux-gnueabi Version: 4.9.2-10 Severity: grave Justification: renders package unusable -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 % sudo apt-get install gcc-4.9-arm-linux-gnueabi Reading package lists... Done Building dependency tree Reading state information...

Bug#784972: network-manager-openconnect does not ask for username/password

2015-05-11 Thread Erwan David
Package: network-manager-openconnect Version: 0.9.10.0-1 Severity: grave When trying to connect through openconnect and networkmanager 1) network-manager does not ask for password, I immediately get an error Necessary secrets for the VPN connection were not provided. 2) in the logs I see May 11

Bug#784947: libt-digest-java: Version 3.1 is severely incompatible with version 3.0

2015-05-11 Thread Hilko Bengen
* Emmanuel Bourg: I got a look at Elasticsearch, and this is just a one line change: state.centroidCount() becomes state.centroids().size() in TDigestState.java. I wouldn't call that a severe incompatibility. Please don't just look at Elasticsearch but at the japi-compliance-checker report I

Bug#603996: marked as done (firebird3.0: FTBFS: error: 'COMPARE_EXCHANGE' was not declared in this scope)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 11:46:24 + with message-id 2015054623.ga7...@ktnx.net and subject line Re: #603996: firebird3.0: FTBFS: error: 'COMPARE_EXCHANGE' was not declared in this scope has caused the Debian Bug report #603996, regarding firebird3.0: FTBFS: error:

Processed: reassign 663368 to firebird-dev, forcibly merging 663368 781453

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reassign 663368 firebird-dev Bug #663368 [src:firebird3.0] firebird-dev: uninstallable, typo in Depends: libib-utili Bug reassigned from package 'src:firebird3.0' to 'firebird-dev'. No longer marked as found in versions

Bug#784984: Repmgr 3.0.1-4 lacks of pg_wrapper links for repmgr and repmgrd

2015-05-11 Thread Marco Nenciarini
Package: repmgr Version: 3.0.1-4 Severity: grave The repmgr and repmgrd pg_wrapper links are missing, so the executables are reachable only using the full path /usr/lib/postgresql/9.4/bin/repmgr{,d} This bug affects the version currently in incoming. Regards, Marco -- System Information:

Bug#784979: Make package fit for testing

2015-05-11 Thread Jörg Frings-Fürst
Package: libgphoto2-6 Version: 2.5.7-5 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, remove the packages libgphoto2-2-dev and libgphoto2-port10 at update to make the package fit for testing and finish the auto-libgphoto2 transition. CU Jörg - -- System Information:

Bug#784974: norwegian: FTBFS: cannot open debian/wnorwegian/usr/share/dict/bokmaal: No such file

2015-05-11 Thread James Cowgill
Source: norwegian Version: 2.0.10-6 Severity: serious Hi, norwegian fails on all arches to build with this error: iconv -f iso-8859-1 -t utf-8 debian/wnorwegian/usr/share/dict/bokmaal | sponge debian/wnorwegian/usr/share/dict/bokmaal /bin/sh: 1: cannot open

Bug#785000: libwebp: FTBFS on mips: Error: opcode not supported on this processor: mips2...

2015-05-11 Thread James Cowgill
Source: libwebp Version: 0.4.3-1 Severity: serious Tags: patch Hi, libwebp FTBFS on mips with this error (initially): libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src/webp -D_FORTIFY_SOURCE=2 -Wall -Wdeclaration-after-statement -Wextra -Wmissing-declarations -Wmissing-prototypes

Bug#784041: [Pkg-anonymity-tools] Bug#784041: exceptions.OSError: [Errno 2] No such file or directory

2015-05-11 Thread Holger Levsen
control: forwarded -1 https://github.com/micahflee/torbrowser-launcher/issues/176 control: tags -1 + upstream Hi, actually it's bee reported as #176 and #178 and #179 but #176 has the cause. cheers, Holger signature.asc Description: This is a digitally signed message part.

Processed: Re: [Pkg-anonymity-tools] Bug#784041: exceptions.OSError: [Errno 2] No such file or directory

2015-05-11 Thread Debian Bug Tracking System
Processing control commands: forwarded -1 https://github.com/micahflee/torbrowser-launcher/issues/176 Bug #784041 [torbrowser-launcher] exceptions.OSError: [Errno 2] No such file or directory Set Bug forwarded-to-address to 'https://github.com/micahflee/torbrowser-launcher/issues/176'. tags

Bug#785005: icinga-web: config XML parsing error and memory leak

2015-05-11 Thread Dominik George
Source: icinga-web Version: 1.12.0-1 Severity: grave Justification: renders package unusable The config parser fails when loading the Agavi configuration files: PHP Fatal error: Uncaught exception 'AgaviParseException' with message 'Validation of configuration file

Bug#780735: icedove: Segfault at startup, even in safe mode

2015-05-11 Thread Carsten Schoenert
Hello Vincent, On Sun, May 10, 2015 at 10:55:52PM +0200, Vincent Danjean wrote: I can't reproduce such segfaults in any case so we need your help. If you create a gdb backtrace could you please do this with 'LANG= ' so we get a english output. Also please use 'bt thread apply all' for

Bug#784972: network-manager-openconnect does not ask for username/password

2015-05-11 Thread Mike Miller
Control: tags -1 + moreinfo On Mon, May 11, 2015 at 13:17:29 +0200, Erwan David wrote: When trying to connect through openconnect and networkmanager 1) network-manager does not ask for password, I immediately get an error Necessary secrets for the VPN connection were not provided. 2) in the

Bug#763691: cdo FTBFS on ppc64el

2015-05-11 Thread Alastair McKinstry
Hi Bas, Hold off on a revision, as a new version of cdo has just gone into unstable for the 'proj' transition. I am preparing two uploads of cdo, to which I will apply this patch: (1) cdo-1.6.9, the latest. (2) cdo-1.6.8 for jessie-backports. cdo-1.6.9 uses a method grib_get_length() that needs

Processed: Re: Bug#784972: network-manager-openconnect does not ask for username/password

2015-05-11 Thread Debian Bug Tracking System
Processing control commands: tags -1 + moreinfo Bug #784972 [network-manager-openconnect] network-manager-openconnect does not ask for username/password Added tag(s) moreinfo. -- 784972: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784972 Debian Bug Tracking System Contact

Bug#763691: cdo FTBFS on ppc64el

2015-05-11 Thread Sebastiaan Couwenberg
Hi Alastair, Thanks for the feedback. Hold off on a revision, as a new version of cdo has just gone into unstable for the 'proj' transition. Please allow the cdo NMU for the proj transition to migrate to testing before uploading cdo to unstable again. The cdo NMU I uploaded yesterday should

Processed: found 784720 in systemd/214-1

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: found 784720 systemd/214-1 Bug #784720 [systemd] systemd: issues SIGKILL too early (risk of data loss) Marked as found in versions systemd/214-1. thanks Stopping processing here. Please contact me if you need assistance. -- 784720:

Bug#785020: libmoosex-getopt-perl: FTBFS: test failures

2015-05-11 Thread Niko Tyni
Package: libmoosex-getopt-perl Version: 0.64-1 Severity: serious User: debian-p...@lists.debian.org Usertags: autopkgtest This package fails to build from source on current sid due to test failures. Its autopkgtest checks also started failing recently in the same way, see

Bug#785038: collectl-utils and collectl: error when trying to install together

2015-05-11 Thread Ralf Treinen
Package: collectl,collectl-utils Version: collectl/4.0.0-1 Version: collectl-utils/4.8.1-2 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Date: 2015-05-11 Architecture: amd64 Distribution: sid Hi, automatic installation tests of packages that share a file and at the

Processed: closing 784979

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: # Actually close... close 784979 Bug #784979 [libgphoto2-6] Make package fit for testing Marked Bug as done thanks Stopping processing here. Please contact me if you need assistance. -- 784979:

Bug#784979: Make package fit for testing

2015-05-11 Thread Jörg Frings-Fürst
Hi Adam, Am Montag, den 11.05.2015, 19:58 +0100 schrieb Adam D. Barratt: On Mon, 2015-05-11 at 14:02 +0200, Jörg Frings-Fürst wrote: remove the packages libgphoto2-2-dev and libgphoto2-port10 at update to make the package fit for testing and finish the auto-libgphoto2 transition. Those

Bug#784565: [pkg-x2go-devel] Bug#784565: nx-libs-lite: parts are derived from non-free code

2015-05-11 Thread Francesco Poli
On Mon, 11 May 2015 09:26:36 + Mike Gabriel wrote: [...] As it seems, dxpc has been long ago relicensed to BSD-2-clause (for v3.8.1 in/around 2002). This is great news, indeed! I have no exact clue, if NoMachine forked prior to that (if they quote the old licensing terms, then

Bug#785040: libsoldout1-dev and libmarkdown2-dev: error when trying to install together

2015-05-11 Thread Ralf Treinen
Package: libmarkdown2-dev,libsoldout1-dev Version: libmarkdown2-dev/2.1.8-2 Version: libsoldout1-dev/1.3-3 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Date: 2015-05-11 Architecture: amd64 Distribution: sid Hi, automatic installation tests of packages that share a

Bug#785041: discount and libsoldout-utils: error when trying to install together

2015-05-11 Thread Ralf Treinen
Package: libsoldout-utils,discount Version: libsoldout-utils/1.3-3 Version: discount/2.1.8-2 Severity: serious User: trei...@debian.org Usertags: edos-file-overwrite Date: 2015-05-11 Architecture: amd64 Distribution: sid Hi, automatic installation tests of packages that share a file and at the

Bug#785041: discount and libsoldout-utils: error when trying to install together

2015-05-11 Thread Massimo Manghi
Thank you Ralf I can't gain access to the documentation page recommended in message though (Resolving edos.debian.net (edos.debian.net)... failed: Name or service not known.) -- Massimo On 05/11/2015 08:16 PM, Ralf Treinen wrote: Package: libsoldout-utils,discount Version:

Processed: bug 785020 is forwarded to https://rt.cpan.org/Public/Bug/Display.html?id=101724

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: forwarded 785020 https://rt.cpan.org/Public/Bug/Display.html?id=101724 Bug #785020 [libmoosex-getopt-perl] libmoosex-getopt-perl: FTBFS: test failures Set Bug forwarded-to-address to 'https://rt.cpan.org/Public/Bug/Display.html?id=101724'.

Processed: tagging 785020

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 785020 + upstream fixed-upstream Bug #785020 [libmoosex-getopt-perl] libmoosex-getopt-perl: FTBFS: test failures Added tag(s) upstream and fixed-upstream. thanks Stopping processing here. Please contact me if you need assistance. --

Bug#784979: [Pkg-phototools-devel] Bug#784979: Make package fit for testing

2015-05-11 Thread hpfn
Hi Jörg, On Mon, 11 May 2015 14:02:04 +0200 Jörg Frings-Fürst deb...@jff-webhosting.net wrote: Package: libgphoto2-6 Version: 2.5.7-5 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, remove the packages libgphoto2-2-dev and libgphoto2-port10 at update to make

Bug#784979: Make package fit for testing

2015-05-11 Thread Adam D. Barratt
On Mon, 2015-05-11 at 14:02 +0200, Jörg Frings-Fürst wrote: remove the packages libgphoto2-2-dev and libgphoto2-port10 at update to make the package fit for testing and finish the auto-libgphoto2 transition. Those binary packages have already stopped being built by libgphoto2. That's normal for

Bug#784973: marked as done (gcc-4.9-arm-linux-gnueabi depends on obsolete libgcc-4.9-dev:armel (= 4.9.2-10) in sid)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 20:54:00 +0100 with message-id 20150511195400.gc24...@halon.org.uk and subject line Re: Bug#784973: gcc-4.9-arm-linux-gnueabi depends on obsolete libgcc-4.9-dev:armel (= 4.9.2-10) in sid has caused the Debian Bug report #784973, regarding

Bug#779201: kfreebsd-{8,9}: CVE-2015-1414: DoS via IGMP packet

2015-05-11 Thread Alessandro Ghedini
On Sun, May 10, 2015 at 09:12:43PM +0100, Steven Chamberlain wrote: Dear Security Team, This bug was reopened because the original fix from upstream was found to be incomplete. Please may I upload to wheezy-security with the attached debdiff, replacing the CVE-2015-1414 patch with the new

Bug#783891: marked as done (ghc-doc: fails to upgrade from 'sid' - trying to overwrite /usr/lib/ghc-doc/haddock/xhtml-3000.2.1/xhtml.haddock)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 22:00:22 +0200 with message-id 1431374422.19658.4.ca...@debian.org and subject line Fixed along with 783863 has caused the Debian Bug report #783891, regarding ghc-doc: fails to upgrade from 'sid' - trying to overwrite

Bug#784655: closed by Matthias Klose d...@debian.org (Bug#784655: fixed in gcc-5 5.1.1-5)

2015-05-11 Thread Matthias Klose
On 05/11/2015 10:36 AM, Gianfranco Costamagna wrote: does this mean that I need to b-d on g++-5 and export CXX=g++-5? It seems to be failing to build when mixing g++-4.9 and new libstdc++... thanks a lot for the fix! Now with gcc-5 I can build it correctly! no, please continue to build with

Processed: Re:

2015-05-11 Thread Debian Bug Tracking System
Processing control commands: severity -1 normal Bug #784245 [src:ghc] ghc: build against llvm-toolchain = 3.5 Severity set to 'normal' from 'serious' -- 784245: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784245 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --

Bug#784245:

2015-05-11 Thread Joachim Breitner
Control: severity -1 normal On Mon, 4 May 2015 14:53:35 + (UTC) Gianfranco Costamagna costamagnagianfra...@yahoo.it wrote: As Joachim said in a mail where I requested the same thing: [1] (if correct) lists the compatibility matrix of ghc and llvm so 7.10 llvm 3.5 7.11 llvm 3.6 [1]

Processed: fixed 783891 in 7.8.4-4

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: fixed 783891 7.8.4-4 Bug #783891 {Done: Joachim Breitner nome...@debian.org} [ghc-doc] ghc-doc: fails to upgrade from 'sid' - trying to overwrite /usr/lib/ghc-doc/haddock/xhtml-3000.2.1/xhtml.haddock Marked as fixed in versions ghc/7.8.4-4.

Bug#785066: -m32 no longer supported on ppc64el; cannot build a kernel

2015-05-11 Thread Ben Hutchings
Package: gcc-4.9 Version: 4.9.2-16 Severity: serious In https://buildd.debian.org/status/fetch.php?pkg=linuxarch=ppc64elver=4.0.2-1stamp=1431383879: /«PKGBUILDDIR»/arch/powerpc/kernel/vdso32/gettimeofday.S: Assembler messages: /«PKGBUILDDIR»/arch/powerpc/kernel/vdso32/gettimeofday.S:42: Error:

Bug#785065: vdso32 fails to built on ppc64el

2015-05-11 Thread Ben Hutchings
Package: src:linux Version: 4.0.2-1 Severity: serious /«PKGBUILDDIR»/arch/powerpc/kernel/vdso32/gettimeofday.S: Assembler messages: /«PKGBUILDDIR»/arch/powerpc/kernel/vdso32/gettimeofday.S:42: Error: syntax error; found `@', expected `,'

Processed: block 785065 with 785066

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: block 785065 with 785066 Bug #785065 [src:linux] vdso32 fails to built on ppc64el 785065 was not blocked by any bugs. 785065 was not blocking any bugs. Added blocking bug(s) of 785065: 785066 thanks Stopping processing here. Please contact me if

Bug#784655: closed by Matthias Klose d...@debian.org (Bug#784655: fixed in gcc-5 5.1.1-5)

2015-05-11 Thread Gianfranco Costamagna
Hi Doko, yes, I had to force g++5 to make them run successfully thanks, (sorry for top posting) Gianfranco Sent from Yahoo Mail on Android From:Matthias Klose d...@debian.org Date:Mon, 11 May, 2015 at 22:34 Subject:Re: Bug#784655: closed by Matthias Klose (Bug#784655: fixed in gcc-5

Bug#785020: marked as done (libmoosex-getopt-perl: FTBFS: test failures)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 21:36:52 + with message-id e1yrvnc-0005vz...@franck.debian.org and subject line Bug#785020: fixed in libmoosex-getopt-perl 0.68-1 has caused the Debian Bug report #785020, regarding libmoosex-getopt-perl: FTBFS: test failures to be marked as done. This

Bug#756350: marked as done (libnanomsg-raw-perl: FTBFS: tests fail)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 21:36:58 + with message-id e1yrvni-0005wx...@franck.debian.org and subject line Bug#756350: fixed in libnanomsg-raw-perl 0.05-1 has caused the Debian Bug report #756350, regarding libnanomsg-raw-perl: FTBFS: tests fail to be marked as done. This means that

Bug#780359: Options w.r.t. libcgal11 transition

2015-05-11 Thread Joachim Reichel
Hi, dolfin is now the only reverse dependency holding up the libcgal11 transition. What are the options? (1) Fix dolfin without causing another transition (2) Remove dolfin from testing (3) Upload 1.5.0-1 from experimental to unstable (4) ...? (1) I don't know the details but it seems to me

Bug#784761: marked as done (Missing arm64 DTBs)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 22:00:12 + with message-id e1yrvkc-0008r7...@franck.debian.org and subject line Bug#784761: fixed in linux 4.0.2-1 has caused the Debian Bug report #784761, regarding Missing arm64 DTBs to be marked as done. This means that you claim that the problem has

Bug#783275: marked as done (linux: cross-building for armhf fails in install-udeb_armhf target due to missing module imx-hdmi)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 22:00:12 + with message-id e1yrvkc-0008qp...@franck.debian.org and subject line Bug#783275: fixed in linux 4.0.2-1 has caused the Debian Bug report #783275, regarding linux: cross-building for armhf fails in install-udeb_armhf target due to missing module

Bug#784278: marked as done (powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 22:00:12 + with message-id e1yrvkc-0008r1...@franck.debian.org and subject line Bug#784278: fixed in linux 4.0.2-1 has caused the Debian Bug report #784278, regarding powerpc/perf: Cap 64bit userspace backtraces to PERF_MAX_STACK_DEPTH to be marked as done.

Bug#783320: marked as done (linux: FTBFS on armhf, imx-hdmi module renamed to dw_hdmi-imx)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 22:00:12 + with message-id e1yrvkc-0008qp...@franck.debian.org and subject line Bug#783275: fixed in linux 4.0.2-1 has caused the Debian Bug report #783275, regarding linux: FTBFS on armhf, imx-hdmi module renamed to dw_hdmi-imx to be marked as done. This

Bug#785000: libwebp: FTBFS on mips: Error: opcode not supported on this processor: mips2...

2015-05-11 Thread Jeff Breidenbach
Sorry, I was under the impression upsteam had integrated the patch. NMU acceptable, or I can do it when I find time.

Bug#784972: network-manager-openconnect does not ask for username/password

2015-05-11 Thread Mike Miller
On Mon, May 11, 2015 at 18:26:20 +0200, Erwan David wrote: I use KDE as desktop, the problem is the same using the KDE applet, nmcli and nmtui. Whatever I use I get the attached window (with gateway name blurred) There seems to be something between the automatically connect and view logs

Bug#784565: [pkg-x2go-devel] Bug#784565: nx-libs-lite: parts are derived from non-free code

2015-05-11 Thread Mike Gabriel
Hi Francesco, On Mo 11 Mai 2015 21:36:59 CEST, Francesco Poli wrote: On Mon, 11 May 2015 09:26:36 + Mike Gabriel wrote: [...] As it seems, dxpc has been long ago relicensed to BSD-2-clause (for v3.8.1 in/around 2002). This is great news, indeed! I have no exact clue, if NoMachine

Bug#784711: libwraster-dev: Fails to install due to file conflict with libwraster3-dev

2015-05-11 Thread Ralf Treinen
installing libwraster-dev fails, if libwraster3-dev is still installed as they share files with the same file name and path: 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):

Processed: your mail

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: tags 784199 - newcomer Bug #784199 [src:librime] fcitx-rime: Cannot enable rime in fcitx Removed tag(s) newcomer. tags 784207 - newcomer Bug #784207 [libyaml-cpp0.5] dependency problem breaks librime Removed tag(s) newcomer. End of message,

Processed: Re:

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: retitle 784199 librime: need to rebuild against new libyaml-cpp Bug #784199 [src:librime] fcitx-rime: Cannot enable rime in fcitx Changed Bug title to 'librime: need to rebuild against new libyaml-cpp' from 'fcitx-rime: Cannot enable rime in

Bug#784199: marked as done (librime: need to rebuild against new libyaml-cpp)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 22:34:47 + with message-id e1yrwhf-0004n4...@franck.debian.org and subject line Bug#784199: fixed in librime 1.2+dfsg-2 has caused the Debian Bug report #784199, regarding librime: need to rebuild against new libyaml-cpp to be marked as done. This means

Bug#784565: [pkg-x2go-devel] Bug#784565: nx-libs-lite: parts are derived from non-free code

2015-05-11 Thread Mike Gabriel
Dear Kevin, (I Cc: several people involved in this, also the X2Go development mailing list...) [If you feel unconfortable with discussing the details / the impact of the below in public, feel free to answer to me directly first with questions and concerns, before answering to all people

Bug#784972: network-manager-openconnect does not ask for username/password

2015-05-11 Thread Erwan David
On Tue, May 12, 2015 at 05:33:10AM CEST, Mike Miller mtmil...@debian.org said: On Mon, May 11, 2015 at 18:26:20 +0200, Erwan David wrote: I use KDE as desktop, the problem is the same using the KDE applet, nmcli and nmtui. Whatever I use I get the attached window (with gateway name blurred)

Bug#713794: marked as done (vtk: FTBFS: make[2]: *** [Wrapping/CMakeFiles/vtkWrapPython.dir/all] Error 2)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Tue, 12 May 2015 06:50:40 +0100 with message-id 1431409840.1609.yahoomailandroidmob...@web171802.mail.ir2.yahoo.com and subject line has caused the Debian Bug report #713794, regarding vtk: FTBFS: make[2]: *** [Wrapping/CMakeFiles/vtkWrapPython.dir/all] Error 2 to be marked

Bug#785073: ruby-d3-rails: not installable in sid

2015-05-11 Thread Ralf Treinen
Package: ruby-d3-rails Version: 3.5.5+dfsg-1 Severity: serious User: trei...@debian.org Usertags: edos-uninstallable Hi, ruby-d3-rails is not installable in sid, since 2015-03-30. It depends on libjs-d3 (= 3.5.5) which currently only exists in experimental. Cheers -Ralf. -- To UNSUBSCRIBE,

Bug#785069: jessie live-installer can't install grub when booted via usb drive without internet

2015-05-11 Thread Pirate Praveen
package: live-installer severity: critical version: 49 I had to install grub manually going into console (control+alt f1), mount the install disk and use dpkg -i to install grub twice. One was i386 lxde edition of jessie on virtual box and second was amd64 version of cinnamon+nonfree on a dell

Bug#784972: network-manager-openconnect does not ask for username/password

2015-05-11 Thread Erwan David
Le 11/05/2015 17:17, Mike Miller a écrit : Control: tags -1 + moreinfo On Mon, May 11, 2015 at 13:17:29 +0200, Erwan David wrote: When trying to connect through openconnect and networkmanager 1) network-manager does not ask for password, I immediately get an error Necessary secrets for the

Bug#784972: network-manager-openconnect does not ask for username/password

2015-05-11 Thread Erwan David
Le 11/05/2015 17:17, Mike Miller a écrit : Control: tags -1 + moreinfo On Mon, May 11, 2015 at 13:17:29 +0200, Erwan David wrote: When trying to connect through openconnect and networkmanager 1) network-manager does not ask for password, I immediately get an error Necessary secrets for the

Processed: Fixed in unstable version

2015-05-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: fixed 784010 0.7.0 Bug #784010 [guake] guake: Toggle doesn't work correctly There is no source info for the package 'guake' at version '0.7.0' with architecture '' Unable to make a source version for version '0.7.0' Marked as fixed in versions

Bug#784010: marked as done (guake: Toggle doesn't work correctly)

2015-05-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 May 2015 11:07:12 -0500 with message-id CAJi_FchZ=Q=hbwyyl7ijttqbcwrzwf-39hrcnzdmd8qtn+o...@mail.gmail.com and subject line Fixed in unstable version has caused the Debian Bug report #784010, regarding guake: Toggle doesn't work correctly to be marked as done. This