Bug#838473: lighttpd: Not reliably stoppable using systemd service file

2017-10-03 Thread Stefan Bühler
Hi, On 09/21/2016 12:22 PM, Lukas Martini wrote: > Package: lighttpd > Version: 1.4.35-4+deb8u1 > Severity: normal > > When running 'systemctl stop lighttpd', sometimes the command will seemingly > complete successfully, but doesn't actually stop lighttpd. Similarly, after > 'systemctl restart

Bug#877625: libsane1 doesn't provide libsane so it breaks packages depend on libsane

2017-10-03 Thread Jörg Frings-Fürst
Hello Alex, first thank you for spending your time helping to make Debian better with this bug report. Am Dienstag, den 03.10.2017, 16:38 +0200 schrieb Alex ARNAUD: > Package: libsane1 > Version: 1.0.27-1~experimental2 > > Dear all, > > sane-backends source package generates libsane1 that

Bug#870597: Updates?

2017-10-03 Thread Joseph N
Dear Berto, Any updates on this? Does the upstream need need help in fixing the issue? Regards, Joseph signature.asc Description: OpenPGP digital signature

Bug#853613: pinfo: #853613: gcc-7 with -Os: undefined references to inline functions

2017-10-03 Thread Joost van Baal-Ilić
Control: tag -1 + fixed-upstream On 2017-08-07 Bas Zoetekouw commited https://github.com/baszoetekouw/pinfo/commit/c38522340979c92b7e9ed3fbfbd156dba5344f75 : >> * src/filehandling_functions.c, src/initializelinks.c, src/utils.c: >> Get rid of inlined functions, which break buildling with gcc7

Bug#877670: bcftools FTBFS on ppc64el

2017-10-03 Thread peter green
Package: bcftools Version: 1.5-1 Severity: serious The new version of bcftools no longer builds on ppc64el, it is suffering from test failures. test_mpileup: /<>/bcftools mpileup -a AD -f /<>/test/mpileup/indel-AD.1.fa /<>/test/mpileup/indel-AD.1.bam 2>/dev/null | grep -v ^##bcftools

Bug#877669: grammar/typo issues

2017-10-03 Thread Richard Hector
Package: release-notes Severity: minor In the stretch release notes, section 3.11 (What's new in the installation system?/Major changes): The full CD sets are not build anymore. The DVD images are still available as the netinst CD image. should be The full CD sets are not built anymore. The

Bug#872863: dh_sphinxdoc fails to handle singlehtml output again

2017-10-03 Thread Sean Whitton
control: reopen -1 control: found -1 1.6.4-1 Hello, Unfortunately, this seems to have broken again. Note that our singlehtml output has moved, to /usr/share/doc/debian-policy/policy-1.html. Steps to reproduce: 1. unpack debian-policy 2. delete override_dh_install stanza from d/rules (this

Bug#877212: [Pkg-javascript-devel] Bug#877212: node-d3-color: B-D npm not available in testing

2017-10-03 Thread Sean Whitton
Hello Pirate, On Tue, Oct 03 2017, Pirate Praveen wrote: > Alternatively, those who care enough about the issue can help get > these tools into main. I have been doing just that over the last years > (grunt, gulp, babel, jison, webpack to name a few, each with 100s of > dependencies) so many of

Bug#877212: [Pkg-javascript-devel] Bug#877212: node-d3-color: B-D npm not available in testing

2017-10-03 Thread Sean Whitton
Hello Jérémy, On Tue, Oct 03 2017, Jérémy Lal wrote: > It might be a good idea to make policy more explicit about downloads > during build. I'm not sure how it could be more explicit: For packages in the main archive, no required targets may attempt network access. -- Sean Whitton

Bug#877337: www.debian.org: Switch back to single page version of Policy Manual

2017-10-03 Thread Paul Wise
On Wed, Oct 4, 2017 at 11:41 AM, Sean Whitton wrote: > - installing the policy.html/ dir as > https://www.debian.org/doc/debian-policy/; > - copying policy-1.html into that dir; and > - telling Apache to serve policy-1.html as the directory index? Correct. > I'm a little worried people could

Bug#877337: www.debian.org: Switch back to single page version of Policy Manual

2017-10-03 Thread Sean Whitton
Hello Paul, On Tue, Oct 03 2017, Paul Wise wrote: > I propose to do it by placing both versions of the document into the > same directory and then setting the DocumentIndex Apache configuration > option to prefer the single page document over the multi-page one. You mean - installing the

Bug#853613: pinfo: #853613: gcc-7 with -Os: undefined references to inline functions

2017-10-03 Thread Joost van Baal-Ilić
Have verified package builds succesfully with gcc-7 in current sid chroot. Made another house-keeping change, updated debdiff attached. (If I have more time I'll upload later.) Bye, Joost diff -Nru pinfo-0.6.9/debian/changelog pinfo-0.6.9/debian/changelog --- pinfo-0.6.9/debian/changelog

Bug#853613: pinfo: #853613: gcc-7 with -Os: undefined references to inline functions

2017-10-03 Thread Joost van Baal-Ilić
Control: tags -1 + patch On Wed, Oct 04, 2017 at 03:58:59AM +0200, Joost van Baal-Ilić wrote: > > I'm investing some time in working on this issue now. debdiff attached. _untested_ ! more later. Bye, Joost PS/BTW: This bug did cause https://tracker.debian.org/news/866084: removal from

Bug#877316: clblas: Crashes on single-precision-only hardware, due to double-precision literals

2017-10-03 Thread Ghislain Vaillant
Hi Rebecca, On Sat, 30 Sep 2017 14:47:03 +0100 "Rebecca N. Palmer" wrote: Package: libclblas2 Version: 2.12-1 Control: tags -1 upstream Control: affects -1 beignet-opencl-icd Some clblas operations use '0.0' (a double-precision literal) not '0.0f' (a

Bug#877668: if all "Hit"s, then apt-get update should return immediately

2017-10-03 Thread 積丹尼 Dan Jacobson
Package: apt Version: 1.5 Severity: wishlist File: /usr/bin/apt-get Do "apt-get update" several times in a row. # apt-get update Hit:1 ... Hit:2 ... Reading package lists... Done # apt-get update Hit:1 ... Hit:2 ... Reading package lists... Done # apt-get update Hit:1 ... Hit:2 ... Reading

Bug#853613: pinfo: #853613: gcc-7 with -Os: undefined references to inline functions

2017-10-03 Thread Joost van Baal-Ilić
For the record: At https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81734#c3 Jakub Jelinek wrote on 2017-08-07 07:37:55 UTC: >> The C99/C11 inlining semantics in this case is that if it is possible and >> desirable to inline the function, then it is inlined, but the out-of-line >> copy of the inlined

Bug#877656: kodi: supports insecure download of non-free addons

2017-10-03 Thread Jonas Smedegaard
Quoting Felipe Sateler (2017-10-04 00:32:21) > On Tue, Oct 3, 2017 at 7:04 PM, Jonas Smedegaard wrote: >> Quoting Felipe Sateler (2017-10-03 23:32:24) >>> On Tue, Oct 3, 2017 at 5:49 PM, Jonas Smedegaard wrote: Kodi supports downloading and loading addons at

Bug#877632: uim: /var/lib/uim/ directory has been deleted after apt-get upgrade with --purge option

2017-10-03 Thread dai
Control: severity -1 serious it deletes file that is owned by other package, so severity is elevated. -- Regards, dai GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E signature.asc Description: PGP signature

Bug#868157: heimdal-kdc: Crashes periodically (bad error handling?)

2017-10-03 Thread Chris Chiappa
I'm not sure if it's a complete fix, but there appears to be a problem in kerberos5.c around line 2228. r->client_princ is NULL, so dereferencing it is not safe in the call to _kdc_fast_mk_error: ret = _kdc_fast_mk_error(context, r, _method,

Bug#877667: firmware-realtek: please add RTL8812 firmware (rtl8812aefw.bin & rtl8812aefw_wowlan.bin)

2017-10-03 Thread Zack Weinberg
Package: firmware-realtek Version: 20170823-1 Severity: normal Tags: upstream This PCI WiFi card... 05:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter [10ec:8812] (rev 01) Subsystem: TRENDnet RTL8812AE 802.11ac PCIe

Bug#877666: chkrootkit: alleged Chromium processes not running in /var/run/utmp after browser's update--false alarm?

2017-10-03 Thread Crystalslave
Package: chkrootkit Version: 0.50-4+b2 Severity: normal Dear Maintainer(s), This issue does pertain to you guys, but it'll take a bit of explaining. Thanks for bearing with me. I upgraded Chromium from 60.0.3112.78-1~deb9u1 to 61.0.3163.100-1~deb9u1 on September 28th. Yesterday afternoon, I ran

Bug#850751: gajim: Unexpected fingerprint collision in gnupg

2017-10-03 Thread W. Martin Borgert
Hi Dominik, could you please check whether this problem still occurs with the current versions of python-gnupg (0.4.1-1) and gajim (0.16.8-5) in Debian testing and unstable? Thank you! signature.asc Description: PGP signature

Bug#877665: epla-org: Upstream version 9.1 now available

2017-10-03 Thread John Goerzen
Package: epla-org Severity: wishlist A newer version is now available and has a time-prompt feature for org-capture (woot!). Thanks! -- System Information: Debian Release: 9.1 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64)

Bug#838473:

2017-10-03 Thread Hapip Alariqi
Six big

Bug#850751: (no subject)

2017-10-03 Thread forenjunkie
This is python-gnupg telling us that there is a key multiple times in the keyring, which it doesnt like. Other than package this into a nicer Error Dialog, Gajim cant do aynthing here. The correct way to solve this is to fix the keyring.

Bug#840813: mark xorg-docs-core Multi-Arch: foreign

2017-10-03 Thread Manuel A. Fernandez Montecelo
Hi Julien, 2017-10-01 22:50 Julien Cristau: On Fri, Sep 29, 2017 at 00:21:59 +0200, Manuel A. Fernandez Montecelo wrote: I uploaded to delayed/15, but if you want me to cancel or if it's OK to change it to happen sooner, please let me know. FWIW I don't think any of these changes are worth

Bug#877664: joe: display corruption on many Unicode characters

2017-10-03 Thread Adam Borowski
Package: joe Version: 4.4-1 Severity: normal If you try to edit for example the following file: . ♫ ⏴ ⏸     ⌂ ✉    ` joe displays wrong not just everything to the right of a character, but even most subsequent lines; redraw doesn't help. This happens on all terminals that know

Bug#877629: wordpress: CVE-2017-14990

2017-10-03 Thread Craig Small
I will add this to the security release you just reviewed and get you to re-review it :/ - Craig -- Craig Small https://dropbear.xyz/ csmall at : enc.com.au Debian GNU/Linuxhttps://www.debian.org/ csmall at : debian.org Mastodon: @smalls...@social.dropbear.xyz

Bug#877592: [Piuparts-devel] Bug#877592: /usr/sbin/useradd: resetting tallylog makes other packages fail piuparts

2017-10-03 Thread Holger Levsen
control: tags -1 pending Hi Simon, thanks for this nice bugreport! On Tue, Oct 03, 2017 at 10:02:49AM +0100, Simon McVittie wrote: > 0m25.7s ERROR: FAIL: Package purging left files on system: > /var/log/tallylog not owned Andreas just added this file to the files being ignored by

Bug#877663: MIMEDefang Restarts Broken with systemd

2017-10-03 Thread Richard Laager
Package: mimedefang On Debian/Ubuntu with systemd, restarting MIMEDefang does not work properly. This was discussed upstream: https://lists.roaringpenguin.com/pipermail/mimedefang/2017-September/038113.html The problem is that systemd implements a restart as a stop followed by a start. In the

Bug#877146: update to runc (1.0.0~rc4) breaks docker

2017-10-03 Thread Bálint Réczey
Hi Tianon, 2017-10-02 20:19 GMT+02:00 Tianon Gravi : > On 30 September 2017 at 08:37, Bálint Réczey wrote: >> Tianon, could you please switch to docker-runc in docker.io? >> >> I have the packaging commits in git for docker-runc but I did not want to >>

Bug#721358: coreutils: use dummy man when cross build

2017-10-03 Thread Manuel A. Fernandez Montecelo
2017-09-30 2:53 GMT+02:00 Michael Stone : > On Sat, Sep 30, 2017 at 01:08:18AM +0200, Manuel A. Fernandez Montecelo > wrote: >> >> 2017-09-29 2:59 GMT+02:00 Michael Stone : >>> >>> I'd rather have a standardized build option to skip the documentation >>> than

Bug#873993: [Packaging] Bug#873993: FTBFS with Java 9 due to -source/-target only

2017-10-03 Thread Holger Levsen
control: tags -1 upstream Hi Chris, thanks for your bug report! On Fri, Sep 01, 2017 at 09:02:15PM +0100, Chris West wrote: > This package fails to build with default-jdk pointing to openjdk-9-jdk. [...] > An automated tool has decided that this package will build fine if the > -source and

Bug#877418: dh-strip-nondeterminism: kills clojure performance

2017-10-03 Thread Emmanuel Bourg
Le 3/10/2017 à 19:49, Chris Lamb a écrit : > So, did you see Apollon's remarks to this bug? I guess the messages were delayed, I didn't see them yesterday. > Very happy to rollback the changes to strip-nondeterminism that > implement b) if we go with a) in the end; I haven't uploaded yet. > >

Bug#877656: kodi: supports insecure download of non-free addons

2017-10-03 Thread Felipe Sateler
On Tue, Oct 3, 2017 at 7:04 PM, Jonas Smedegaard wrote: > Quoting Felipe Sateler (2017-10-03 23:32:24) >> On Tue, Oct 3, 2017 at 5:49 PM, Jonas Smedegaard wrote: >> > Package: kodi >> > Version: 2:17.3+dfsg1-2 >> > Severity: grave >> >> This severity feels a bit

Bug#877661: runc: Block migration to testing until docker.io moves to docker-runc

2017-10-03 Thread Bálint Réczey
Package: runc Version: 1.0.0~rc4+dfsg1-1 Severity: critical Control: block -1 by 877329 Hi, Runc 1.0.0~rc4 breaks current docker.io (#877146) until docker.io moves to docker-runc (#877329), hence letting runc 1.0.0~rc4 to migrate to testing would be a bad idea. After fixing #877329 this bug

Bug#876033: primusrun doesn't find libGL.so.1

2017-10-03 Thread Luca Boccassi
On Fri, 2017-09-29 at 15:52 +0200, Bernd Vaske wrote: > On Mon, 25 Sep 2017 20:50:53 +0200 Andreas Beckmann > wrote: > > [ Cc:ing the libglvnd maintainer ] > > > > On 09/25/2017 04:38 PM, Emilio J. Padrón wrote: > > > I obtain the same error when trying primusrun (or optirun) in

Bug#877658: [Packaging] Bug#877658: munin: do not depend on cron on systemd systems

2017-10-03 Thread Holger Levsen
control: tags -1 pending Hi Christian, On Tue, Oct 03, 2017 at 11:07:01PM +0200, Christian Göttsche wrote: > Currently munin depends on `cron | cron-daemon`. > With systemd, one can trigger the periodic data gathering with a > systemd-timer. > Can you please change the dependency to something

Bug#862928: openvpn: systemd redirect impacts restart and init script functionality and should be disabled of fixed

2017-10-03 Thread Jörg Frings-Fürst
Hello Teco, first thank you for spending your time helping to make Debian better with this bug report. No answer since 2017-05-23 from Jacob Mansfield. So I close this bug. CU Jörg -- New: GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB 30EE 09F8 9F3C 8CA1 D25D GPG key (long) : 09F89F3C8CA1D25D

Bug#613892: git should only Recommend: git-man instead of Depends: git-man

2017-10-03 Thread Jonathan Nieder
Hi, Toni Mueller wrote: > I can only agree with Nelson. These days, a lot of git installations are > non-interactive to begin with, as part of some service or so. Nobody is > ever going to read the manual pages in such use cases. It's just a waste > - and if the packages are being generated

Bug#877656: kodi: supports insecure download of non-free addons

2017-10-03 Thread Jonas Smedegaard
Quoting Felipe Sateler (2017-10-03 23:32:24) > On Tue, Oct 3, 2017 at 5:49 PM, Jonas Smedegaard wrote: > > Package: kodi > > Version: 2:17.3+dfsg1-2 > > Severity: grave > > This severity feels a bit inflated. After all, you can download and > run non-free programs using a web

Bug#306000: openvpn: Connection fails if the key is too big

2017-10-03 Thread Jörg Frings-Fürst
Hello Daniel, first thank you for spending your time helping to make Debian better with this bug report. No answer since 2009-07-23. So I close this 12 year old bug. CU Jörg -- New: GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB 30EE 09F8 9F3C 8CA1 D25D GPG key (long) : 09F89F3C8CA1D25D GPG Key

Bug#876703: schroot: Can't run schroot as normal user

2017-10-03 Thread APT Gatuno MX
The problem lies in the created chroot itself. The root directory had '0700', so I fixed by entering chroot and changing permissions. The bug doesn't apply to schroot itself Special thanks to Roger for pointing the permissions problem. -- Atte. Félix Arreola «Sin firma GPG»

Bug#613892: git should only Recommend: git-man instead of Depends: git-man

2017-10-03 Thread Toni Mueller
Hi, I can only agree with Nelson. These days, a lot of git installations are non-interactive to begin with, as part of some service or so. Nobody is ever going to read the manual pages in such use cases. It's just a waste - and if the packages are being generated separately, anyway, weakening

Bug#875808: usbguard: does not work with 4.13 kernel

2017-10-03 Thread Aaron M. Ucko
Package: usbguard Followup-For: Bug #875808 I encountered this bug upon upgrading to 4.13, which hit unstable today, and can confirm the fix. Could you please go ahead and upload it when you get a chance? Thanks! -- System Information: Debian Release: buster/sid APT prefers testing APT

Bug#877419: pandas FTBFS on !x86/ppc64el: test failures

2017-10-03 Thread Rebecca N. Palmer
This is actually at least three problems: - (arm*, mips*el) datetime issues, at least mostly inconsistency in whether casting NaN to datetime gives NaT. - (armel, armhf) SystemError in JSON processing. Known upstream as https://github.com/pandas-dev/pandas/issues/14852 , but they don't have

Bug#360798: openvpn: Openvpn does not like time steps

2017-10-03 Thread Jörg Frings-Fürst
Hello Jan, first thank you for spending your time helping to make Debian better with this bug report. This bug was filled against release 2.0.5-1. At Debian the last supported release is 2.4.0-6. So I close this 11 years old bug. If the error still exists in a supported version, please file a

Bug#877660: CVE-2017-15010

2017-10-03 Thread Moritz Muehlenhoff
Package: node-tough-cookie Severity: grave Tags: security Please see http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15010 Cheers, Moritz

Bug#592088: openvpn: redirect-gateway fails when default route does not use a gateway

2017-10-03 Thread Jörg Frings-Fürst
Hello Lionel, first thank you for spending your time helping to make Debian better with this bug report. You patch is currently[1] broken. So we can't apply them and I close this bug. CU Jörg [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592088#20 -- New: GPG Fingerprint: 63E0 075F

Bug#876561: transition: gdal

2017-10-03 Thread Sebastiaan Couwenberg
On 10/03/2017 07:15 PM, Emilio Pozuelo Monfort wrote: > On 29/09/17 22:55, Sebastiaan Couwenberg wrote: >> On 09/27/2017 12:31 AM, Emilio Pozuelo Monfort wrote: >>> On 23/09/17 21:46, Bas Couwenberg wrote: Package: release.debian.org Severity: normal User:

Bug#877659: RFS: minetest-mod-craftguide/1.0-2

2017-10-03 Thread Julien Puydt
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "minetest-mod-craftguide" * Package name: minetest-mod-craftguide Version : 1.0-2 Upstream Author : kilbith * URL :

Bug#877656: kodi: supports insecure download of non-free addons

2017-10-03 Thread Felipe Sateler
On Tue, Oct 3, 2017 at 5:49 PM, Jonas Smedegaard wrote: > Package: kodi > Version: 2:17.3+dfsg1-2 > Severity: grave This severity feels a bit inflated. After all, you can download and run non-free programs using a web browser too! > Tags: security upstream patch > Justification:

Bug#771885: openvpn service script restarted, ignoring LSB header

2017-10-03 Thread Jörg Frings-Fürst
Hello Harald, first thank you for spending your time helping to make Debian better with this bug report. Your bug describes a problem that is normal with remote upgrades and it is no bug. A work around is using screen. I close this bug now. CU Jörg -- New: GPG Fingerprint: 63E0 075F C8D4

Bug#876703: schroot: Can't run schroot as normal user

2017-10-03 Thread APT Gatuno MX
El 03/10/2017 3:57 pm, Roger Leigh escribió: What are the permissions on the root directory of the chroot? You might have permission to access it as root for the chroot call, but that might not apply to the user after we call setuid/setgid to switch the user and group. But does the user or

Bug#602624: Shuts down connections on name server errors

2017-10-03 Thread Florian Weimer
* Jörg Frings-Fürst: > Openvpn use getaddrinfo to resolve the IP addresses for a given > hostname. Not sure if this was the case in 2010. It is likely, but I don't know anymore why I thought at the time that /etc/hosts wasn't being read. In retrospect, it could have been a bug in the glibc NSS

Bug#876703: schroot: Can't run schroot as normal user

2017-10-03 Thread Roger Leigh
On 03/10/2017 19:43, APT Gatuno MX wrote: Ok, I still can't schroot as normal user, but adding some debugging messages to schroot found that a chdir call fails, even if the directory exists (example /, /tmp). Running getcwd BEFORE doing the chdir return "/". That means that the chroot call

Bug#761488: Upgraded 2.3.4-1 init script fails to stop running daemons from previous version

2017-10-03 Thread Jörg Frings-Fürst
Hello Gedalya, first thank you for spending your time helping to make Debian better with this bug report. At upgrade the "old" daemon stopped with the "old" initscript. After upgrade they start the "new" daemon with the "new" initscript. This bug was filled against release 2.3.4-1. At Debian

Bug#877658: munin: do not depend on cron on systemd systems

2017-10-03 Thread Christian Göttsche
Package: munin Version: 2.0.33-3 Currently munin depends on `cron | cron-daemon`. With systemd, one can trigger the periodic data gathering with a systemd-timer. Can you please change the dependency to something like: `cron | cron-daemon | systemd-sysv`. Regards, Christian Göttsche

Bug#876703: schroot: Can't run schroot as normal user

2017-10-03 Thread APT Gatuno MX
Ok, I went further with the dbug messages. I added more debug messages to schroot and found that after calling chroot (and the call was successful) executing chdir fails with the error "EACCES". So, I removed the "chdir" for loop part, and tried to execute the shell, and the following "stat"

Bug#877657: ITP: python-murano-pkg-check -- murano package validator tool

2017-10-03 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: python-murano-pkg-check Version : 0.3.0 Upstream Author : OpenStack Foundation * URL : https://github.com/openstack/murano-pkg-check * License

Bug#721358: bug#28574: cross compilnng, man pages

2017-10-03 Thread Manuel A. Fernandez Montecelo
Hi Pádraig, 2017-10-01 5:56 GMT+02:00 Pádraig Brady : > On 23/09/17 20:18, Peter Bohning wrote: >> Cross compiling for aarch64 from amd64 >> >> Is there no way to disable the man pages in configure options? Thanks. >> >>

Bug#877656: kodi: supports insecure download of non-free addons

2017-10-03 Thread Jonas Smedegaard
Package: kodi Version: 2:17.3+dfsg1-2 Severity: grave Tags: security upstream patch Justification: user security hole -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Kodi supports downloading and loading addons at runtime. Official addon feed is served only via http and contain non-free addons.

Bug#877655: 389-ds: Installation and initial configuration of 389-ds fails and leaves apt in a bad state

2017-10-03 Thread Jon Jahren
Package: 389-ds Version: 1.3.5.17-2 Severity: important Dear Maintainer, after installing 389-ds on a fresh Debian Stable install, it will not start and leaves apt in an unfinished state. The first thing I noticed was wrong was that the directory /var/log/dirserv/admin-serv is not created.

Bug#877149: [Pkg-octave-devel] Bug#877149: octave-interval FTBFS: Depth and stencil doesn't match, are you sure you are using OSMesa >= 9.0?

2017-10-03 Thread Oliver Heimlich
On 03.10.2017 22:16, Mike Miller wrote: > On Fri, Sep 29, 2017 at 10:50:08 +0300, Adrian Bunk wrote: >> Some recent change in unstable makes octave-interval FTBFS: > […] >> error: __osmesa_print__: Depth and stencil doesn't match, are you sure you >> are using OSMesa >= 9.0? > > This is due to

Bug#877654: RFS: udftools/1.3-2

2017-10-03 Thread Pali Rohár
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "udftools" * Package name: udftools Version : 1.3-2 Upstream Author : Pali Rohár * URL : https://github.com/pali/udftools * License

Bug#672923: openvpn: /etc/network/if-up.d/ hook placement breaks ifupdown

2017-10-03 Thread Jörg Frings-Fürst
Hello Alessandro, first thank you for spending your time helping to make Debian better with this bug report. Your issue isn't a bug, its a support or feature request. Please use the debian help[1] or the openvpn feature request[2]. I close this bug now. CU Jörg [1]

Bug#877629: wordpress: CVE-2017-14990

2017-10-03 Thread Yves-Alexis Perez
On Tue, 2017-10-03 at 17:17 +0200, Salvatore Bonaccorso wrote: > Source: wordpress > Version: 4.8.2+dfsg-1 > Severity: important > Tags: upstream security > Forwarded: https://core.trac.wordpress.org/ticket/38474 > > Hi, > > the following vulnerability was published for wordpress. > >

Bug#876703: schroot: Can't run schroot as normal user

2017-10-03 Thread APT Gatuno MX
Ok, I still can't schroot as normal user, but adding some debugging messages to schroot found that a chdir call fails, even if the directory exists (example /, /tmp). Running getcwd BEFORE doing the chdir return "/". That means that the chroot call actually worked, but the next calls to chdir

Bug#843448: linux-image-4.8.0-1-armmp-lpae: fails to boot on Odroid-Xu4 with rootfs on USB

2017-10-03 Thread Ben Hutchings
On Tue, 2017-10-03 at 12:42 -0700, Vagrant Cascadian wrote: > On 2017-10-03, Ben Hutchings wrote: > > On Tue, 2017-10-03 at 11:28 -0700, Vagrant Cascadian wrote: > > > Control: found 4.13.4-1 4.14~rc3-1~exp1 > > > > > > On 2017-10-02, Debian Bug Tracking System wrote: > > > > This is an automatic

Bug#877653: RM: python-poppler-qt4 -- RoQA; unused, relies on deprecated Qt4

2017-10-03 Thread Pino Toscano
Package: ftp.debian.org Severity: normal Hi, please remove python-poppler-qt4: it is currently unused, and it relies on the deprecated Qt4. Thus, let's remove this now, before it becomes an obstacle in the near future when Poppler is going to drop Qt4 support. This removal was ACKed by the

Bug#857464: openjfx: FTBFS - Execution failed for task ':web:compileNativeLinux'

2017-10-03 Thread Emmanuel Bourg
Control: severity -1 important The build fails because the machine used lacks memory. I have been struggling with this issue since openjfx 8u121. On amd64 and i386 I managed to build the package with 16GB of RAM (the binaries for the other architectures are provided as a convenience as long as

Bug#877149: octave-interval FTBFS: Depth and stencil doesn't match, are you sure you are using OSMesa >= 9.0?

2017-10-03 Thread Mike Miller
On Fri, Sep 29, 2017 at 10:50:08 +0300, Adrian Bunk wrote: > Some recent change in unstable makes octave-interval FTBFS: […] > error: __osmesa_print__: Depth and stencil doesn't match, are you sure you > are using OSMesa >= 9.0? This is due to mesa in unstable using libglvnd now. This appears to

Bug#602624: Shuts down connections on name server errors

2017-10-03 Thread Jörg Frings-Fürst
Hello Florian, first thank you for spending your time helping to make Debian better with this bug report. Openvpn use getaddrinfo to resolve the IP addresses for a given hostname. Getaddrinfo checks the /etc/hosts only if your /etc/nsswitch.conf has the correct host line e.g.: (hosts:

Bug#560994: openvpn_execve: external program may not be called due to setting of --script-security level

2017-10-03 Thread Jörg Frings-Fürst
Hello Pol, no answer since 2010-07-09. So I close this bug. 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

Bug#801850: busybox: readlink gets shadowed by busybox causing debconf to possibly fail

2017-10-03 Thread Christoph Biedl
tags 801850 +moreinfo +patch thanks > With both coreutils and busybox installed however, the > busybox variant gets used before the coreutils variant causing package > failures. Does such a breakage happen or is this rather a theoretical scenario? Or: Is this an issue to be fixed in (old)stable

Bug#534911: subnet topology requires static client subnet routes

2017-10-03 Thread Jörg Frings-Fürst
Hello Martin, at the follow-up from your ML link you found the soulution. [quote] I have a solution. It's enough to explicitly add the client's (*) VPN address after the netmask: route 10.20.1.0 255.255.255.0 192.168.2.20 route 10.250.0.0 255.255.255.0 192.168.2.20 [/quote] So I close this

Bug#528651: openvpn: Doesn't use epoll()

2017-10-03 Thread Jörg Frings-Fürst
Hello Ralf, now epoll is used with option --fast-io: [quote] --fast-io (Experimental) Optimize TUN/TAP/UDP I/O writes by avoiding a call to poll/epoll/select prior to the write operation. The purpose of such a call would normally be to block until the device

Bug#877650: reportbug: crashes when maintainer's name contains incompatible character

2017-10-03 Thread Eckhard Neber
Package: reportbug Version: 7.1.7 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** When I wanted to report a bug against the udftools package using reportbug the script failed, probably it's because of a character set problem with

Bug#484715: openvpn: Entering incorrect auth information on connect doesn't indicate failure

2017-10-03 Thread Jörg Frings-Fürst
Hello Andrew, first thank you for spending your time helping to make Debian better with this bug report. Now we get "Permission denied, please try again." as message by enter a wrong password. So I close this bug. CU Jörg -- New: GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB 30EE 09F8 9F3C

Bug#861694: rxvt: diff for NMU version 1:2.7.10-7.1

2017-10-03 Thread Salvatore Bonaccorso
Control: tags 861694 + pending Dear maintainer, I've prepared an NMU for rxvt (versioned as 1:2.7.10-7.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards, Salvatore diff -Nru rxvt-2.7.10/debian/changelog rxvt-2.7.10/debian/changelog ---

Bug#876451: (no subject)

2017-10-03 Thread Sérgio Benjamim
Hi, The package is already updated, take a look (it's in mentors yet, 0.6.1 release): https://mentors.debian.net/package/mgba cheers, sergio-br2 On 22/09/2017 09:25, Andreas Hausmann wrote: I forgot to write the main thing. It is 0.6.0 now and available here:

Bug#877649: cdrom: Stuck when install any DE with apt

2017-10-03 Thread Gabriel Furtado Pires
Package: cdrom Severity: normal Dear Maintainer, (I'm not sure if I am opening this report in the right area, sorry if I'm wrong) I'm using the net install debian stretch media. Every time I install the system, then some Desktop Environment, the dpkg process stuck with "dbus" I guess. Steps

Bug#877648: gnome-shell: Java Applications are fullscreen, cannot be resized by hotkey, lacking buttons in titlebar

2017-10-03 Thread Wolf-Dieter Groll
Package: gnome-shell Version: 3.22.3-3 Severity: normal Dear Maintainer, Java Applications (like Mediathekview, Gpsprune) are always shown fullscreen in Gnome3, there are no buttons (close, resize, maximize) in the titlebar, hotkeys to resize (Alt-F9, Alt-F10, ...) do not work, neither does

Bug#877646: ITP: node-node-rest-client -- Rest API client for NodeJS

2017-10-03 Thread Ying-Chun Liu (PaulLiu)
Package: wnpp Severity: wishlist Owner: Ying-Chun Liu (PaulLiu) * Package name: node-node-rest-client Version : 3.1.0 Upstream Author : Alejandro Alvarez Acero * URL : https://github.com/aacerox/node-rest-client * License : Expat

Bug#877647: trackballs: crashes if sound initialization fails

2017-10-03 Thread Adam Borowski
Package: trackballs Version: 1.2.3-3 Severity: normal Hi! If for some reason sound initialization fails, trackballs segfaults. If, unlike one of my laptops, your machine has a working sound card, you can trigger this problem by writing junk into /etc/asound.conf (gdb) bt full #0

Bug#877645: source-highlight: libsource-highlight-dev depends on libboost-dev instead of libboost-regex-dev

2017-10-03 Thread Mattia Rizzolo
Package: libsource-highlight-dev Version: 3.1.8-1.1 Severity: serious Tags: patch source-highligt uses the regex module from boost, and therefore has a libboost-regex-dev build-dependency, and the pkgconfig has -lboost_regex, etc, etc. Now, the libsource-highlight-dev package has a dependency on

Bug#859136: CVE-2016-1566: XSS vulnerability in file browser

2017-10-03 Thread Salvatore Bonaccorso
Hi On Mon, Oct 02, 2017 at 09:19:17PM +0200, Moritz Muehlenhoff wrote: > On Thu, Mar 30, 2017 at 02:45:21PM -0400, Antoine Beaupre wrote: > > Package: guacamole-client > > X-Debbugs-CC: t...@security.debian.org > > secure-testing-t...@lists.alioth.debian.org > > Severity: normal > > Tags:

Bug#852093: hesiod: CVE-2016-10152: Use of hard-coded DNS domain if configuration file cannot be read

2017-10-03 Thread Salvatore Bonaccorso
Hi On Mon, Oct 02, 2017 at 09:23:05PM +0200, Moritz Muehlenhoff wrote: > On Sat, Jan 21, 2017 at 05:58:34PM +0100, Salvatore Bonaccorso wrote: > > Source: hesiod > > Version: 3.2.1-3 > > Severity: normal > > Tags: upstream patch security > > Forwarded: https://github.com/achernya/hesiod/pull/10 >

Bug#843448: linux-image-4.8.0-1-armmp-lpae: fails to boot on Odroid-Xu4 with rootfs on USB

2017-10-03 Thread Ben Hutchings
On Tue, 2017-10-03 at 11:28 -0700, Vagrant Cascadian wrote: > Control: found 4.13.4-1 4.14~rc3-1~exp1 > > On 2017-10-02, Debian Bug Tracking System wrote: > > This is an automatic notification regarding your Bug report > > which was filed against the src:linux package: > > > > #843448:

Bug#843448: linux-image-4.8.0-1-armmp-lpae: fails to boot on Odroid-Xu4 with rootfs on USB

2017-10-03 Thread Vagrant Cascadian
Control: found 4.13.4-1 4.14~rc3-1~exp1 On 2017-10-02, Debian Bug Tracking System wrote: > This is an automatic notification regarding your Bug report > which was filed against the src:linux package: > > #843448: linux-image-4.8.0-1-armmp-lpae: fails to boot on Odroid-Xu4 with > rootfs on USB

Bug#846083: autopkgtest fails HandlebarsAssets::HandlebarsProcessorTest#test_render

2017-10-03 Thread Antonio Terceiro
On Mon, Nov 28, 2016 at 05:05:39PM +0530, Pirate Praveen wrote: > package: ruby-handlebars-assets > version: 1:0.23.1-1 > severity: important > > RUBYLIB=. GEM_PATH= ruby2.3 -S rake -f debian/ruby-tests.rake > Run options: --seed 29929 this tests flapping on ci.debian.net are very annoying. I

Bug#877473: diffoscope: crashes on malformed fonts-humor-sans_1.0-2_all.deb: IndexError: string index out of range

2017-10-03 Thread Chris Lamb
tags 877473 + pending thanks Fixed in Git: https://anonscm.debian.org/git/reproducible/diffoscope.git/commit/?id=70cb725deb12a2eddc4613b5e3af69ed13434bf7 Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-

Bug#877644: ITP: load-relative-el -- relative file load (within a multi-file Emacs package)

2017-10-03 Thread Lev Lamberov
Package: wnpp Owner: Lev Lamberov Severity: wishlist * Package name: load-relative-el Version : 1.3 Upstream Author : Rocky Bernstein * URL or Web page : https://github.com/rocky/emacs-load-relative

Bug#876878: (no subject)

2017-10-03 Thread Michael Lustfield
Control: tags 876878 + fixed pending Control: owner 876878 ! I'm not sure why, but this package got dropped from unstable. Aside from buildd reporting Maybe-Failed, I'm not finding any reason for the removal. Even reproducible-builds seems happy with the last upload. Regardless, I uploaded a

Bug#877643: file: does not recognize object files generated by x64_64 MinGW compiler

2017-10-03 Thread Hilko Bengen
Package: file Version: 1:5.32-1 Severity: normal Dear Maintainer, file(1) recognizes 32bit Windows object files just fine... , | $ i686-w64-mingw32-gcc -o hello.o -c hello.c | $ file hello.o | hello.o: Intel 80386 COFF object file, no line number info, not stripped, 5 sections, symbol

Bug#877212: [Pkg-javascript-devel] Bug#877212: node-d3-color: B-D npm not available in testing

2017-10-03 Thread Gunnar Wolf
Jérémy Lal dijo [Tue, Oct 03, 2017 at 07:46:43PM +0200]: > It might be a good idea to make policy more explicit about downloads during > build. I completely agree. This led me to look at #813471 ("network access to the loopback device should be allowed"), and... Well, it seems to set the stage to

Bug#877497: libmatroska_1.4.8-1.1_i386.changes ACCEPTED into unstable

2017-10-03 Thread Matteo F. Vescovi
Il 03/ott/2017 17:07, "Christian Marillat" ha scritto: > > On 03 oct. 2017 13:48, "Matteo F. Vescovi" wrote: > > > Il 03/ott/2017 13:39, "Christian Marillat" ha scritto: > >> > >> On 03 oct. 2017 13:31, Mattia Rizzolo

Bug#877642: RM: cppformat -- ROM; superseded by fmtlib

2017-10-03 Thread Eugene V. Lyubimkin
Package: ftp.debian.org Severity: normal Hello, The newer version of 'cppformat' was uploaded as 'fmtlib' (following an upstream project rename). Thus, the older version can be now removed.

Bug#873718: Fixes for security vulnerabilities on libgig?

2017-10-03 Thread Christian Schoenebeck
Hi there, I just applied your patch regarding CVE-2017-12950, CVE-2017-12952 and CVE-2017-12953 for libgig on our side, in slightly modified form: http://svn.linuxsampler.org/cgi-bin/viewvc.cgi?view=revision=3348 Additionally, the following 2 patches are yet missing on your side, as far as I

Bug#819947: cppcheck: will not compile when CXX=ccache g++

2017-10-03 Thread Joachim Reichel
forwarded 819947 http://trac.cppcheck.net/ticket/8238 tag 819947 upstream thanks Hi Ilya, I've forwarded the problem to upstream since I don't like to carry this as a Debian-specific patch. (Sorry for taking that long -- somehow this fell through the cracks several times.) Joachim

  1   2   3   >