Bug#897338: sddm: Cannot launch SDDM at boot time and from console

2018-05-01 Thread Maximiliano Curia
¡Hola Alexander! El 2018-05-01 a las 17:12 +0300, Alexander Kernozhitsky escribió: Package: sddm Version: 0.17.0-1 Severity: grave Justification: renders package unusable I tried to do a fresh install of Debian Testing with KDE. After installing it, SDDM did not launch. Launching it manually

Bug#862757: dnssec-trigger 0.15 release

2018-05-01 Thread Diane Trout
Hi, I put together a potential 0.15 release for dnssec-trigger. I'm not sure how far Michael Biebl got, and I had a little bit of time to clean fix a few issues. I don't have access to the dns team salsa page, so I put the repository in my personal space for the moment.

Bug#897191: [Debichem-devel] Bug#897191: Bug#897191: pymol: autopkgtest times out with new version while succeeded in the past

2018-05-01 Thread Stuart Prescott
An update on my investigations... > pymol-2.1.0+dfsg/examples/cookbook/scenes2movie.pml > > Running that script by hand shows why -- it's playing the movie in a loop > forever. Does someone know pymol well enough to say that the "mplay" syntax > has changed or how to limit the movie to just one

Bug#897399: ITP: node-require-optional -- Node.js module to manage optional peer dependencies

2018-05-01 Thread Xavier Guimard
Package: wnpp Severity: wishlist Owner: Xavier Guimard * Package name: node-require-optional Version : 1.0.1 Upstream Author : Christian Kvalheim * URL : https://github.com/christkv/require_optional * License :

Bug#897171: synergy: diff for NMU version 1.8.8-stable+dfsg.1-1.1

2018-05-01 Thread Steve M. Robbins
Control: tags 897171 + patch Control: tags 897171 + pending Dear maintainer, I've prepared an NMU for synergy (versioned as 1.8.8-stable+dfsg.1-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. -Steve diff -Nru

Bug#897398: gridengine-exec: qlogin fails when prolog is used

2018-05-01 Thread Daniel Povey
Package: gridengine-exec Version: 8.1.9+dfsg-4 Severity: important Tags: upstream patch Dear Maintainer, We have an existing queue environment based on GridEngine and after upgrading our grid to Debian 9 "Stretch", attempts to "qlogin" would fail after the qlogin was assigned to a node. We have

Bug#897397: webmagick: Use of defined on aggregates is no longer supported

2018-05-01 Thread Carlo Segre
Package: webmagick Version: 2.02-11 Severity: important Dear Maintainer, Webmagick will not run on newer version of Perl unless "defined" is removed in lines: 1329, 1383, 1383, 3795. The diffs are below diff webmagick webmagick.orig 1329c1329 < if( ! %dirTitles || (

Bug#897174: Package erroneously expects googletest headers in /usr/include

2018-05-01 Thread Steve M. Robbins
On Sun, Apr 29, 2018 at 07:41:26AM -0500, Steve M. Robbins wrote: > 1. Modify the build to look for headers in /usr/src/googletest. Below is a patch to achieve this. --- meson-0.46.0.orig/mesonbuild/dependencies/dev.py2018-03-03 16:02:02.0 -0600 +++

Bug#897396: ITP: apertium-streamparser -- Python library to parse Apertium stream format

2018-05-01 Thread Kartik Mistry
Package: wnpp Severity: wishlist Owner: Kartik Mistry * Package name: apertium-streamparser Version : 5.0.2 Upstream Author : Sushain K. Cherivirala , Kevin Brubeck Unhammer ,

Bug#884648: mate-panel occasionally crashes with segfault

2018-05-01 Thread agafnd
> Hi, > > Can you also install the debug packages [1] and use "bt full" command in gdb? > The debug packages are needed for libgtk-3, libglib-2.0, mate-panel. > > This will show function names, line numbers, variable values and other useful > info > to determine where and why the crash happens.

Bug#897395: name of the current file when reading from "<>" AND BEYOND

2018-05-01 Thread 積丹尼 Dan Jacobson
Package: perl-doc Version: 5.26.2-3 Severity: wishlist File: /usr/share/man/man1/perlvar.1.gz $ARGV Contains the name of the current file when reading from "<>". Actually that wording make it seem it will only work within while(<>){ HERE }

Bug#897394: libvirt: Reboooting an application container reboots the host

2018-05-01 Thread Peter.Chubb
Package: libvirt-daemon Version: 1:1.4.3-1 Severity: important Dear Maintainer, I created a simple application container on lxc:// using all the defaults, using virt-manager, with /bin/sh as the application. When the application is run I see a console with a root shell. All good so far. I

Bug#897391: say which one

2018-05-01 Thread 積丹尼 Dan Jacobson
print join "\n", $ARGV[0], @out; Use of uninitialized value in join or string at ./parser line 37, <> line 1. OK but please say which one or both.

Bug#896934: diffoscope: decode monitor EDID data to text

2018-05-01 Thread Paul Wise
On Thu, 2018-04-26 at 09:08 +0200, Mattia Rizzolo wrote: > * add a test EDID data is almost always proprietary so I'm not sure how to do that. > * expand that TODO item, I can't understand what it is about diffoscope does not compare the output of the commands when one of them returns an

Bug#897393: RFS: groonga/8.0.2-1

2018-05-01 Thread Kentaro Hayashi
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "groonga" * Package name: groonga Version : 8.0.2-1 Upstream Author : Groonga Project * Url : http://groonga.org/ * Licenses:

Bug#897392: '/usr/lib/jvm/java-10-openjdk-i386/lib/client' not empty so not removed

2018-05-01 Thread 積丹尼 Dan Jacobson
Package: openjdk-10-jre-headless:i386 Version: 10.0.1+10-3 Removing openjdk-10-jre-headless:i386 (10.0.1+10-3) ... dpkg: warning: while removing openjdk-10-jre-headless:i386, directory '/usr/lib/jvm/java-10-openjdk-i386/lib/client' not empty so not removed found:

Bug#897391: say uninitialized LEFT SIDE value in pattern match

2018-05-01 Thread 積丹尼 Dan Jacobson
Package: perl Version: 5.26.2-3 Severity: wishlist Sometimes perl tells you which item is uninitialized, $ perl -we 'print 1 if $x =~ $y;' Use of uninitialized value $y in regexp compilation at -e line 1. Use of uninitialized value $x in pattern match (m//) at -e line 1. $ perl -we 'print 1 if

Bug#897149: Package erroneously expects googletest headers in /usr/include

2018-05-01 Thread Steve M. Robbins
On Sun, Apr 29, 2018 at 01:36:08PM +0200, David Kalnischkies wrote: > Not really knowledgeable enough about cmake through to know if that is > the best we can do ??? it looks kinda ugly/dirty. Your patch looks fine to me. A slight improvement below avoids repeating the /usr/src path. > We

Bug#897381: kitty: fails to start

2018-05-01 Thread James McCoy
On Tue, May 01, 2018 at 09:09:01PM +0300, Ulyanich Michael wrote: > $ kitty > [121 21:06:37.050428] [glfw error 65543]: GLX: Failed to create context: > GLXBadFBConfig > [121 21:06:37.050748] Failed to create a window at size: 640x400, using a > standard size instead. > [121 21:06:37.053618] [glfw

Bug#897390: Acknowledgement (xwayland: Segmentation fault loading GNOME 3)

2018-05-01 Thread Manolinux
I tried to attach the core file, but it was too big for the mail server. This is what I get with gdb. $ gdb /usr/bin/Xwayland core GNU gdb (Debian 7.12-6+b1) 7.12.0.20161007-git Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

Bug#897390: xwayland: Segmentation fault loading GNOME 3

2018-05-01 Thread Manolinux
Package: xwayland Version: 2:1.19.6-1 Severity: grave Justification: renders package unusable This started happening to me when I updated the system after a long time. When I login into GNOME 3 (default session), the system appears to be loading correctly, I can see the wallpaper and the

Bug#897389: wesnoth-1.14: Unversioned wesnoth-music meta package went missing with 1.14

2018-05-01 Thread Axel Beckert
Source: wesnoth-1.14 Version: 1:1.14.0-1 Severity: normal Dear Wesnoth Maintainers, the changelog entry for wesnoth-1.14 1:1.14.0-1 contains the following item: * Re-add unversioned meta packages. Nevertheless the wesnoth-music meta package on my system stayed at 1.12, keeping

Bug#893167: source repository update

2018-05-01 Thread Felipe Bergo
This debian package appears to be based on the old repository (CVS at sourceforge) that was last updated around 2008. I did some cleanup on the code (I am the eboard author) and moved the repository to github in 2016 ( https://github.com/fbergo/eboard ). I am unable to reproduce the bug with the

Bug#897388: Logs accessed files, etc. to syslog

2018-05-01 Thread Anthony DeRobertis
Package: kactivitymanagerd Version: 5.12.1-1 Severity: important Similar (but nowhere near as bad as) bug #805399, ActivityManager is logging files I access to the systemd journal & syslog. Some examples: May 1 16:43:33 Zia org.kde.ActivityManager[4152]: Creating the cache for:

Bug#895619: plexus-compiler: use --release instead of -source/-target for jdk9+ when setting defaults

2018-05-01 Thread Emmanuel Bourg
Le 01/05/2018 à 17:44, Tiago Daitx a écrit : > Do we have packages that are currently setting the fork option? I > would like to take a look at a few examples to get on overview of what > else is being set (and maybe why) before committing any changes to the > way the patch deals with a fork.

Bug#897383: proftpd-mod-tar: FTBFS on hurd-i386

2018-05-01 Thread James Clarke
On 1 May 2018, at 22:15, Hilmar Preuße wrote: > > On 01.05.2018 20:22, Hilmar Preusse wrote: > > Hi, > >> We fail to build from source on Hurd: >> >> https://buildd.debian.org/status/fetch.php?pkg=proftpd-mod-tar=hurd-i386=0.3.3-2=1525171751=0 >> > I noticed that there is

Bug#897178: mozjs52: more fixes for ia64

2018-05-01 Thread Jeremy Bicha
On Tue, May 1, 2018 at 5:07 PM, John Paul Adrian Glaubitz wrote: > Meh, can't just someone go ahead and apply all this, please? Could you go ahead and prepare a merge proposal like you suggested on https://bugs.debian.org/887494 ? Thanks, Jeremy Bicha

Bug#897383: proftpd-mod-tar: FTBFS on hurd-i386

2018-05-01 Thread Hilmar Preuße
On 01.05.2018 20:22, Hilmar Preusse wrote: Hi, > We fail to build from source on Hurd: > > https://buildd.debian.org/status/fetch.php?pkg=proftpd-mod-tar=hurd-i386=0.3.3-2=1525171751=0 > I noticed that there is v0.4 available from upstream. I pushed it to our repo. My impression is that it

Bug#897277: Bug#474540: ext[23] should not be marked "essential"

2018-05-01 Thread Theodore Y. Ts'o
On Tue, May 01, 2018 at 05:22:34PM +0200, Helmut Grohne wrote: > Hi Ted, > > I do want to ensure that this has gone through well ahead of the > transition freeze. Batching up such changes to the last moment makes > releasing buster on time harder. Even though the chance of breaking > something is

Bug#897178: mozjs52: more fixes for ia64

2018-05-01 Thread John Paul Adrian Glaubitz
On 05/01/2018 11:05 PM, James Clarke wrote: >> I have updated the sparc64 support patch to include "defined(__ia64__)" where >> it's still missing which seems to fix the problem for me. Attaching the >> updated sparc64 patch. > > You're still dropping the __aarch64__ from the first patch :) Meh,

Bug#897156: [Pkg-javascript-devel] Bug#897156: node-cache-base: FTBFS and Debci failure with node-is-extendable 1.0.1-1

2018-05-01 Thread Paolo Greppi
Il 29/04/2018 09:29, Adrian Bunk ha scritto: > Source: node-cache-base > Version: 0.8.4-1 > Severity: serious > > https://ci.debian.net/packages/n/node-cache-base/unstable/amd64/ > https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/node-cache-base.html > > ... > 39 passing

Bug#897384: nestopia: fails to start

2018-05-01 Thread Stephen Kitt
Control: tag -1 + moreinfo Hi, On Tue, 01 May 2018 21:34:37 +0300, Ulyanich Michael wrote: > $ nestopia > Failed to read config file /home/ulianich/.nestopia/nestopia.conf: Using > defaults. > 0 joystick(s) found: > Failed to load input config file

Bug#897178: mozjs52: more fixes for ia64

2018-05-01 Thread James Clarke
> On 1 May 2018, at 20:31, John Paul Adrian Glaubitz > wrote: > > On 04/29/2018 03:16 PM, Jason Duerstock wrote: >> Attached please find patches to let mozjs52 build on ia64, and (mostly) pass >> the test suite. >> ia64 currently requires -G0 for linking, but

Bug#896439: gradle-debian-helper points to an invalid java api directory

2018-05-01 Thread Emmanuel Bourg
Le 01/05/2018 à 17:54, Tiago Daitx a écrit : > If that is enforced for debhelper/compat >=11 than java-common does > not seems to be following the rules. What about updating java-common > to use the /usr/share/doc/default-jdk path? If so, should we keep > links (for the existing files) in the

Bug#896811: [Pkg-nagios-devel] Bug#896811: stretch-pu: package icinga2/2.6.0-2+deb9u1

2018-05-01 Thread Alexander Wirt
On Tue, 01 May 2018, Felix Geyer wrote: > Hi Bas, > > On 24.04.2018 15:08, Bas Couwenberg wrote: > > Hi Felix, > > > > Thanks for caring about icinga2. > > > > Please help maintain the package withing the Nagios team. > > > > On 2018-04-24 14:59, Felix Geyer wrote: > >> I'd like to upload

Bug#896811: [Pkg-nagios-devel] Bug#896811: stretch-pu: package icinga2/2.6.0-2+deb9u1

2018-05-01 Thread Sebastiaan Couwenberg
Hi Felix, On 05/01/2018 10:09 PM, Felix Geyer wrote: > On 24.04.2018 15:08, Bas Couwenberg wrote: >> Thanks for caring about icinga2. >> >> Please help maintain the package withing the Nagios team. >> >> On 2018-04-24 14:59, Felix Geyer wrote: >>> I'd like to upload this fix to stretch, debdiff

Bug#896811: [Pkg-nagios-devel] Bug#896811: stretch-pu: package icinga2/2.6.0-2+deb9u1

2018-05-01 Thread Felix Geyer
Hi Bas, On 24.04.2018 15:08, Bas Couwenberg wrote: > Hi Felix, > > Thanks for caring about icinga2. > > Please help maintain the package withing the Nagios team. > > On 2018-04-24 14:59, Felix Geyer wrote: >> I'd like to upload this fix to stretch, debdiff is attached. > > Please push your

Bug#897269: [Pkg-samba-maint] Bug#897269: samba: build against system heimdal instead of outdated embedded code copy

2018-05-01 Thread Mathieu Parent
Control: tag -1 + upstream 2018-05-01 7:36 GMT+02:00 Paul Wise : > Source: samba > Severity: wishlist > Usertags: embed > Forwarded: https://bugzilla.samba.org/show_bug.cgi?id=12976 Hello Paul, Thanks for your report > As noted in samba upstream bug #12505, the embedded copy

Bug#897373: Bug also in stretch but not in jessie

2018-05-01 Thread Vincent Danjean
Hi, I just tested the provided program on sid, stretch and jessie using the same binary (compiled on sid). The bug occurs on sid and stretch but not on jessie. I tagged the bts accordingly. Regards, Vincent -- Vincent Danjean GPG key ID 0xD17897FA vdanj...@debian.org

Bug#897178: mozjs52: more fixes for ia64

2018-05-01 Thread John Paul Adrian Glaubitz
On 04/29/2018 03:16 PM, Jason Duerstock wrote: Attached please find patches to let mozjs52 build on ia64, and (mostly) pass the test suite. ia64 currently requires -G0 for linking, but crashes if the current *MAINT_APPEND strings are used. Also, the memory allocation fails because the address

Bug#891224: Bug 891224

2018-05-01 Thread Jörg Delker
Hello, I'm suffering the same problem. In my case I can confirm that mod_php (libapache2-mod-php7.0) is in use and is linked against openssl 1.1: /usr/lib/apache2/modules/libphp7.0.so     linux-vdso.so.1 (0x7fff74595000)     libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1

Bug#897387: xfslibs-dev needs to include .la files

2018-05-01 Thread Matthew Wilcox
Package: xfslibs-dev Version: 4.15.1-1 trying to build the latest from git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git [CC]t_truncate_self /bin/bash ../libtool --quiet --tag=CC --mode=link gcc t_truncate_self.c -o t_truncate_self -g -O2 -g -O2 -DDEBUG -I../include

Bug#897386: cysignals: autopkgtest fails since python3.6 dropped depends on python3-distutils

2018-05-01 Thread Paul Gevers
Source: cysignals Version: 1.6.7+ds-1 Severity: normal User: ci-t...@tracker.debian.org Usertags: needs-update Since the upload of python3.6 version 3.6.5~rc1-2, it doesn't depend on python3-distutils anymore. Your autopkgtest¹ fails since than with the errors copied below. There are rumors that

Bug#897284: rss2email: barfs "sax parsing error: :2:0: syntax error:" even on debian rss feeds

2018-05-01 Thread Gregor Zattler
Hi, this typo: * Gregor Zattler [2018-05-01; 11:48]: > fetch debian-news2 (url -> http2://www.debian.org/News/news) > process debian-news2 (url -> http2://www.debian.org/News/news) > HTTP status 200 > could not get HTTP headers: debian-news2 (url -> >

Bug#879741: RFH: phpmyadmin -- MySQL web administration tool

2018-05-01 Thread Michal Čihař
Hello Felipe On Tue, 2018-05-01 at 11:37 -0300, Felipe Sateler wrote: > > I use this package for $work so I'm planning to help here. Here is > what I'll be doing, time permitting: > > 1. Migrate source away from alioth to salsa > 2. Package new composer dependencies: sql-parser, motranslator, >

Bug#897385: Existence of Dropbox plugin is not documented

2018-05-01 Thread James Lu
Package: src:dolphin-plugins Version: 4:18.04.0-1 Severity: minor Dear maintainers, The dolphin-plugins package provides a Dropbox integration plugin[1], which works well but isn't documented in e.g. the package description. This makes it fairly difficult to find. Because Dropbox is not

Bug#897384: nestopia: fails to start

2018-05-01 Thread Ulyanich Michael
Package: nestopia Version: 1.48-1 Severity: important Dear Maintainer, $ nestopia Failed to read config file /home/ulianich/.nestopia/nestopia.conf: Using defaults. 0 joystick(s) found: Failed to load input config file /home/ulianich/.nestopia/input.conf: Using defaults. (nestopia:30893):

Bug#894159: transition: icu

2018-05-01 Thread Bernd Zeimetz
Hi, > pyicu FTBFS, seems unmaintained. Last upload was in 2016 and since then > there were seven upstream releases. Version 1.9.8+ builds fine with the new > ICU version. Maintainer also Cc-d, may I overtake it? unmaintained is the wrong word, I try to have it uptodate before the next release -

Bug#586158: #586158 : some quotes possibly forgotten

2018-05-01 Thread jhcha54008
Hi, The variable DEBOOTSTRAP_DIR may contain some white spaces if the option --second-stage-target is given. $DEBOOTSTRAP_DIR may be surrounded with quotes in second stage too. I hope it will help ! Regards, JH Chatenet diff -Naur a/debootstrap b/debootstrap --- a/debootstrap 2018-04-17

Bug#897383: proftpd-mod-tar: FTBFS on hurd-i386

2018-05-01 Thread Hilmar Preusse
Package: proftpd-mod-tar Version: 0.3.3-2 Severity: important Tags: upstream We fail to build from source on Hurd: https://buildd.debian.org/status/fetch.php?pkg=proftpd-mod-tar=hurd-i386=0.3.3-2=1525171751=0 libtool: compile: gcc -DGNU -g2 -g -O2

Bug#897382: devscripts: [uscan] Support JSON format (for registry.npmjs.com for example)

2018-05-01 Thread Xavier Guimard
Package: devscripts Version: 2.18.2 Severity: wishlist Hi all, npmjs.com provides archive links is JSON format. Example: "versions":{ "1.0.0": { "dist":{ "shasum":"52a86137a849728eb60a55533617f8f914f59abf",

Bug#897381: kitty: fails to start

2018-05-01 Thread Ulyanich Michael
Package: kitty Version: 0.9.0-1 Severity: important Dear Maintainer, $ kitty [121 21:06:37.050428] [glfw error 65543]: GLX: Failed to create context: GLXBadFBConfig [121 21:06:37.050748] Failed to create a window at size: 640x400, using a standard size instead. [121 21:06:37.053618] [glfw error

Bug#897380: taskcoach: fails to start if python-gtk2 is installed

2018-05-01 Thread Paolo Greppi
Package: taskcoach Version: 1.4.3-7 Severity: important Dear Maintainer, on testing if python-gtk2 is installed, taskcoach fails to start, these messages are displayed: /usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_boxed_type_register_static: assertion

Bug#897379: debian-common path if DEBOOTSTRAP_DIR in use

2018-05-01 Thread jhcha54008
Package: debootstrap Version: 1.0.97 Severity: minor Tags: patch Dear Maintainer, It seems that using the variable DEBOOTSTRAP_DIR may result in some strange behavior. (/usr/sbin/debootstrap gives an unconditionnal priority to DEBOOTSTRAP_DIR if set, and /usr/share/debootstrap/scripts/sid not)

Bug#897378: git: Please move the packaging repository to salsa.d.o

2018-05-01 Thread Nicolas Braud-Santoni
Package: git Version: 1:2.17.0-1 Severity: normal Dear git maintainers, The packaging repository for git, as indicated by the Vcs-Git field in debian/control, is https://repo.or.cz/r/git/debian.git/ repo.or.cz uses an invalid and expired certificate chain [0], so cloning over HTTPS does not

Bug#895894: Duplicate

2018-05-01 Thread Bálint Réczey
Control: merge 895892 -1 2018-04-17 13:07 GMT+02:00 steven hay : > This appears to be duplicated from 895892. I attempted to send the message a > second time directly from my account when my email provided indicated that > the previous mail had not been delivered. My

Bug#896531: libsbml5-perl: Can't locate loadable object for module LibSBML

2018-05-01 Thread gregor herrmann
Control: tag -1 + patch > thanks for spotting this. I guess if I would add > >Testsuite: autopkgtest-pkg-perl > > to debian/control this would become obvious by autopkgtests immediately, > right? Probably, although it might be more involved due to the complex structure of the package (but

Bug#894159: transition: icu

2018-05-01 Thread GCS
On Mon, Apr 23, 2018 at 11:31 PM Emilio Pozuelo Monfort wrote: > On 23/04/18 21:40, László Böszörményi (GCS) wrote: > > I do agree and open to do an other compilation test of the dependent > > packages with icu-config being available. > Thanks. Let me know how that goes, and

Bug#897377: qa.debian.org: Please add '_' in npmjs_project_char_re (fakeupstream.cgi)

2018-05-01 Thread Xavier Guimard
Package: qa.debian.org Severity: normal Tags: patch Hi all, npmjs.com authorizes project to have a '_' in their name. For example require-optional and require_optional are 2 different projects. Sadly a lot af npmjs projects don't have valid git tags in their GitHub repository. That's why

Bug#897376: RFS: fox1.6/1.6.57-1

2018-05-01 Thread Fabian Wolff
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "fox1.6". This is a routine upload with a new upstream release and only relatively minor changes otherwise. My changes are summarized in the latest changelog entry: fox1.6 (1.6.57-1)

Bug#897375: xmonad: should recommend dmenu and gmrun or at least suggest gmrun

2018-05-01 Thread Tzafrir Cohen
Package: xmonad Version: 0.13-7 Severity: wishlist Hi, I recently moved to a new system and copied my xmonad setup to it. But it was broken. Among the things that broke were -p and -shift-p. It took me a while to realise that I needed to install dmenu and gmrun. dmenu (now suckless-tools) is in

Bug#897373: libc6: feof(file) always false when forking after read

2018-05-01 Thread David Beniamine
Package: libc6 Version: 2.27-3 Severity: normal Dear Maintainer, We found a weird bug working on a small shell interpreter : feof(file) was always 0 while we read the file entirely. There is a minimal code showing the bug. If you run it with the name of a file containing at least two chars as

Bug#897374: RM: post-faq -- ROM; dead upstream, few users, not required any more

2018-05-01 Thread Roland Rosenfeld
Package: ftp.debian.org Severity: normal Please remove package post-faq from the Debian archive. I personally stopped using post-faq myself some years ago and usage of usenet news, especially FAQs posted in usenet news seem to be retrogressive. I requested for adoption in

Bug#897372: ITP: jameica -- Runtime environment for Java applications like Hibiscus

2018-05-01 Thread Jochen Sprickerhof
Package: wnpp Severity: wishlist Owner: Jochen Sprickerhof * Package name: jameica Version : 2.6.6 Upstream Author : Olaf Willuhn * URL : http://www.willuhn.de/products/jameica/ * License : GPL Programming Lang: Java

Bug#893946: texstudio: Suggests non-existant package latex-beamer

2018-05-01 Thread Tom Jampen
Hi Boyuan Thanks for pointing this out. I'm just preparing the next upload (new upstream version) and I've fixed this issue in git. There is no need to add texlive-latex-recommended to suggests as it is already listed in recommends. Kind regards Tom

Bug#897371: ITP: hbci4java -- Java online banking client using the HBCI standard

2018-05-01 Thread Jochen Sprickerhof
Package: wnpp Severity: wishlist Owner: Jochen Sprickerhof * Package name: hbci4java Version : 3.0.15 Upstream Author : Olaf Willuhn * URL : https://github.com/hbci4j/hbci4java/ * License : LGPL-2.1 Programming Lang:

Bug#766132: ITP: python-versioneer -- version-string management for VCS-controlled trees

2018-05-01 Thread Daniel Stender
Alive ping. Coming up shortly. DS -- 4096R/DF5182C8 (sten...@debian.org) http://www.danielstender.com/

Bug#897370: ITP: jameica-datasource -- OR mapper for Jameica - Java library

2018-05-01 Thread Jochen Sprickerhof
Package: wnpp Severity: wishlist Owner: Jochen Sprickerhof * Package name: jameica-datasource Version : 2.8.0 Upstream Author : Olaf Willuhn * URL : https://github.com/willuhn/datasource * License : GPL Programming

Bug#897368: stretch-pu: package faad2/2.8.0~cvs20161113-1

2018-05-01 Thread Markus Koschany
Package: release.debian.org Severity: normal Tags: stretch User: release.debian@packages.debian.org Usertags: pu Dear release team, I would like to update faad2 in Stretch and fix all currently open CVEs. The security team marked them as no-dsa and the maintainer does not seem to have any

Bug#897369: jessie-pu: package faad2/2.7-8

2018-05-01 Thread Markus Koschany
Package: release.debian.org Severity: normal Tags: jessie User: release.debian@packages.debian.org Usertags: pu Hi, I would like to update faad2 in Jessie and fix all currently open CVEs. The security team marked them as no-dsa and the maintainer does not seem to have any interest in fixing

Bug#896549: libhtml-popuptreeselect-perl: diff for NMU version 1.6-7.1

2018-05-01 Thread gregor herrmann
Control: tags 896549 + patch Control: tags 896549 + pending Dear maintainer, I've prepared an NMU for libhtml-popuptreeselect-perl (versioned as 1.6-7.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`. https://info.comodo.priv.at --

Bug#897352: Acknowledgement (libosmo-ranap-dev claims to be Multi-Arch: same but is not)

2018-05-01 Thread Francois Gouget
This is a duplicate of bug 897345. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897345 Sorry. There was an email issue on my end that caused the report to be sent twice. -- Francois Gouget http://fgouget.free.fr/ Indifference will certainly be the

Bug#878550: liblog-dispatch-filerotate-perl: diff for NMU version 1.19-1.1

2018-05-01 Thread gregor herrmann
Control: tags 878550 + patch Control: tags 878550 + pending Dear maintainer, I've prepared an NMU for liblog-dispatch-filerotate-perl (versioned as 1.19-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- .''`.

Bug#897366: monkeysphere: update-users is paranoid; locks out users unnecessarily

2018-05-01 Thread Andrew Gallagher
Package: monkeysphere Version: 0.41-1 Severity: important Tags: upstream Dear Maintainer, `/usr/share/monkeysphere/ma/update_users` deletes the managed authorised_keys file in the case of error, even when that error has no possible security impact. The offending code is here: ```

Bug#897367: ITP: jameica-util -- utility classes for Jameica - Java library

2018-05-01 Thread Jochen Sprickerhof
Package: wnpp Severity: wishlist Owner: Jochen Sprickerhof * Package name: jameica-util Version : 2.6.5 Upstream Author : Olaf Willuhn * URL : https://github.com/willuhn/util * License : GPL Programming Lang: Java

Bug#897354: Acknowledgement (libvisual-0.4-dev claims to be Multi-Arch: same but is not)

2018-05-01 Thread Francois Gouget
This is a duplicate of bug 897344. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897344 Sorry. There was an email issue on my end that caused the report to be sent twice. -- Francois Gouget http://fgouget.free.fr/ Dieu dit: "M-x Lumi\xC3\xA8re".

Bug#896439: gradle-debian-helper points to an invalid java api directory

2018-05-01 Thread Tiago Daitx
Markus and Emmanuel, Thanks for the replies, I got the feedback that I needed. On Sat, Apr 21, 2018 at 3:16 PM, Markus Koschany wrote: > > Am 21.04.2018 um 19:57 schrieb Emmanuel Bourg: >> Hi Tiago, >> >> I don't think gradle-debian-helper should depend on default-jdk-doc by >>

Bug#897346: FIXME

2018-05-01 Thread Chris Lamb
retitle 897346 Stalls on MacOS found 897346 93-1 tags 897346 + moreinfo thanks Hi Gilles, First, thanks for filing this! > But now when I run it on 2 PDFs, I get the program on stall, not doing > anything after a few seconds. top tells me there is no diffoscope > running, but there is a

Bug#897351: Acknowledgement (libmstch-dev claims to be Multi-Arch: same but is not)

2018-05-01 Thread Francois Gouget
This is a duplicate of bug 897342. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897342 Sorry. There was an email issue on my end that caused the report to be sent twice. -- Francois Gouget http://fgouget.free.fr/ A black hole is just God

Bug#897357: Acknowledgement (libpfm4-dev claims to be Multi-Arch: same but is not)

2018-05-01 Thread Francois Gouget
This is a duplicate of bug 897343. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897343 Sorry. There was an email issue on my end that caused the report to be sent twice. -- Francois Gouget http://fgouget.free.fr/ Dieu dit: "M-x Lumi\xC3\xA8re".

Bug#897356: Acknowledgement (libjson-glib-dev claims to be Multi-Arch: same but is not)

2018-05-01 Thread Francois Gouget
This is a duplicate of bug 897341. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897341 Sorry. There was an email issue on my end that caused the report to be sent twice. -- Francois Gouget http://fgouget.free.fr/ Un western sans indien c'est

Bug#897353: Acknowledgement (libcidr-dev claims to be Multi-Arch: same but is not)

2018-05-01 Thread Francois Gouget
This is a duplicate of bug 897340. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897340 Sorry. There was an email issue on my end that causes the report to be sent twice. -- Francois Gouget http://fgouget.free.fr/ It really galls me that most of the

Bug#897355: Acknowledgement (libtorch-th-dev claims to be Multi-Arch: same but is not)

2018-05-01 Thread Francois Gouget
This is a duplicate of bug 897339. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897339 Sorry. There was an email issue on my end that causes the report to be sent twice. -- Francois Gouget http://fgouget.free.fr/ If you think the whole world

Bug#897365: ITP: obantoo -- OBanToo is a Java library with banking tools

2018-05-01 Thread Jochen Sprickerhof
Package: wnpp Severity: wishlist Owner: Jochen Sprickerhof * Package name: obantoo Version : 2.1.12 Upstream Author : Heiner Jostkleigrewe * URL : http://obantoo.sourceforge.net/ * License : LGPL Programming Lang:

Bug#895619: plexus-compiler: use --release instead of -source/-target for jdk9+ when setting defaults

2018-05-01 Thread Tiago Daitx
On Mon, Apr 30, 2018 at 9:02 AM, Emmanuel Bourg wrote: > Thank you fo the update. I'm attaching the revised patch since it wasn't > sent to the bug log. Thanks! > I suggest also setting the -release parameter when the VM is forked. > Since the plexus-compiler package is only

Bug#882383: Bug#897328: libgeocode-glib-dev claims to be Multi-Arch: same but is not

2018-05-01 Thread Francois Gouget
On Tue, 1 May 2018, Simon McVittie wrote: > Control: tags 897328 + patch > Control: tags 897341 + patch > > On Tue, 01 May 2018 at 07:34:26 -0400, Francois Gouget wrote: > > Trying to install the amd64 and i386 versions of this > > package results in the following error: > ... > > trying to

Bug#897364: [debian-installer] debian-installer: fails to install to unclean target (tar: can't open ?)

2018-05-01 Thread kardan
Package: debian-installer Severity: normal --- Please enter the report below this line. --- Installing debian stretch onto an unclean target fails with tar: can't open './lib/x86_64-linux-gnu/libacl.so.1.1.0': File exists Instead existing files should be overwritten or kept instead of failing.

Bug#474540: ext[23] should not be marked "essential"

2018-05-01 Thread Helmut Grohne
Hi Ted, Thank you for your quick reply. On Tue, May 01, 2018 at 10:16:40AM -0400, Theodore Y. Ts'o wrote: > I just didn't think it was worth it to do an upload just with the > priority change; my plan was to batch it with some other bug fixes in > the next e2fsprogs minor release. Is there a

Bug#897363: gir1.2-ibus-1.0:amd64: Unqualified gir1.2-ibus-1.0 package name in prerm

2018-05-01 Thread Francois Gouget
Package: gir1.2-ibus-1.0 Version: 1.5.18-1 Severity: normal Dear Maintainer, The prerm script contains the following: else dpkg -L gir1.2-ibus-1.0 | perl -ne 's,/([^/]*)\.py$,/__pycache__/\1.*, or next; unlink $_ or die $! foreach glob($_)' Should this line be run when more than one

Bug#897277: [ty...@mit.edu: Re: Bug#474540: ext[23] should not be marked "essential"]

2018-05-01 Thread Theodore Y. Ts'o
--- Begin Message --- On Tue, May 01, 2018 at 10:29:19AM +0200, Helmut Grohne wrote: > > On Sun, Apr 15, 2018 at 07:15:45PM +0200, Helmut Grohne wrote: > > Thus I ask Ted to drop the Essential flag now. I am attaching a patch > > that replaces Essential: yes with XB-Important: yes. > > It seems

Bug#474540: ext[23] should not be marked "essential"

2018-05-01 Thread Theodore Y. Ts'o
On Tue, May 01, 2018 at 10:29:19AM +0200, Helmut Grohne wrote: > > On Sun, Apr 15, 2018 at 07:15:45PM +0200, Helmut Grohne wrote: > > Thus I ask Ted to drop the Essential flag now. I am attaching a patch > > that replaces Essential: yes with XB-Important: yes. > > It seems that you presently

Bug#897361: ITP: node-mongodb-core -- low level part of the 2.0 or higher MongoDB driver

2018-05-01 Thread Xavier Guimard
Package: wnpp Severity: wishlist Owner: Xavier Guimard * Package name: node-mongodb-core Version : 3.0.7 Upstream Author : Christian Kvalheim * URL : https://github.com/mongodb-js/mongodb-core * License :

Bug#897362: wayland: Incomplete debian/copyright?

2018-05-01 Thread Chris Lamb
Source: wayland Version: 1.15.0-1 Severity: serious Justication: Policy 12.5 X-Debbugs-CC: Timo Aaltonen Hi, I just ACCEPTed wayland from NEW but noticed it was missing attribution in debian/copyright for at least Yong Bakos, Giulio Camuffo, Samsung, Marek Chalupa, etc.

Bug#897360: fails to configure during upgrade

2018-05-01 Thread Dimitrios Eftaxiopoulos
Package: mpich Version: 3.3~b2-5 Severity: serious During an upgrade attempt I get the following output: ~$ LANG=C sudo aptitude full-upgrade The following partially installed packages will be configured: libmpich-dev mpich No packages will be installed, upgraded, or removed. 0 packages

Bug#897358: python-pjproject breaks package system in multiarch setting

2018-05-01 Thread Francois Gouget
Package: python-pjproject Version: 2.7.2~dfsg-1 Severity: critical Justification: breaks unrelated software Dear Maintainer, python-pjproject is marked as Multi-Arch: same but its postinst and preinst scripts call pycompile and pyclean without specifying the package architecture. As a result

Bug#897359: libmarco-private1 is marked Multi-Arch: same but is not coinstallable

2018-05-01 Thread Francois Gouget
Package: libmarco-private1 Version: 1.20.1-1 Severity: normal Dear Maintainer, Trying to install the amd64 and i386 versions of this package results in the following error: # apt-get install libmarco-private1:amd64 libmarco-private1:i386 [...] Unpacking libmarco-private1:i386 (1.20.1-1) ...

Bug#897350: ITP: motranslator -- Translation API for PHP using Gettext MO files

2018-05-01 Thread Felipe Sateler
Package: wnpp Severity: wishlist Owner: Felipe Sateler * Package name: motranslator Version : 4.0 Upstream Author : phpMyAdmin Authors * URL : https://github.com/phpmyadmin/motranslator/releases * License : GPL Programming Lang: PHP

Bug#897265: haskell-vector: FTBFS on hppa - virtual memory exhausted

2018-05-01 Thread John David Anglin
On 2018-05-01 8:07 AM, Clint Adams wrote: Any interest in adding SMP, register, or native codegen support to GHC? I don't have the time at the moment. Development and bug fixes can be done on the phantom buildd.  So if someone with ghc knowledge wants to help, arrangements can be made. Dave

Bug#896934: diffoscope: decode monitor EDID data to text

2018-05-01 Thread Chris Lamb
Mattia Rizzolo wrote: > First please: > * add a test > * expand that TODO item, I can't understand what it is about > * wrap the long lines the way pep8 teaches > * explain why the external_tools.py's dict lists both edid-decode and >read-edid, but in the build-dep are made as

Bug#897349: ITP: sql-parser -- validating SQL lexer and parser with a focus on MySQL dialect

2018-05-01 Thread Felipe Sateler
Package: wnpp Severity: wishlist Owner: Felipe Sateler * Package name: sql-parser Version : 4.2.4 Upstream Author : PhpMyAdmin Authors * URL : https://github.com/phpmyadmin/sql-parser * License : GPL Programming Lang: PHP Description

  1   2   3   >