Processed: tagging 743766
Processing commands for cont...@bugs.debian.org: > tags 743766 - patch Bug #743766 [konsole] konsole: Please mark konsole Multi-Arch foreign Removed tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 743766: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743766 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#842238: nmu: zygrib_7.0.0-4
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: binnmu -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, libnova is an ABI unstable library and as such every new upstream release bumps it's so version. I've just uploaded libnova 0.16 to unstable, which requires a rebuild of zygrib. The auto-transition can be seen here: https://release.debian.org/transitions/html/auto-libnova.html Please trigger the following rebuild with --add-depends="libnova-dev (>= 0.16)" nmu zygrib_7.0.0-4 . ANY . unstable . -m "Rebuild against libnova 0.16" - -- System Information: Debian Release: stretch/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'buildd-unstable'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system) -BEGIN PGP SIGNATURE- iQItBAEBCgAXBQJYEcASEBxtYXh5QGRlYmlhbi5vcmcACgkQxxl2mbKbIypOexAA sNCei7lPbyz/K/l8AnEQHgANWzb9QmDfsljHJc7F6zZ9/TDn8voUj+SU+T9E+3Rs 1qXiQ6z+bEKCkJVF57HF00kubyosfyUJhF3zVxfzA27+xxjuIaE3zpvuS+VD8MTr RFKi18D00tLpIY0sBSpoYLwONYGQ6hXdPE+YjM3Zkhs8rJ8pV/AiWhppq2QV8PrY U/X672k0IoKiOvLdJtnsfm4XeheKLjj80fAxxJgu4lDnBNOw6qnO/yV6QwHj7lW1 dtpB+z9yAHb3o+KiRaB3pRZkeB4mwhy+NuWLkUTPRV+WHstSvfuzietajAX4cJD5 JU49/8S55CuJVanIdu8VdeSfdvdViXIesyoU6RnvM+IYW79DkUEoiCf2MwzNRZx/ fp1SLKPi1v6ZJ1m8Z5cBe3fdghFuT233/uhxfuPWyj6V0W4hivhLmR6EVxeNumSe qAzt+hpr/VF7U0nZDtlpqH2Q/6l/Nm+G+rM4a7A6tKjPTyRbV5LGwi1wam2y5/g3 Xj3RTxS6CCKrJAozfrBp47redtP9ydrhQ7vv7igbTDH25EuuvbNl7RcffSOqRRze S0wNN0RljawPAjiSglmWTYpk3XCLETIVSZ1InymHcvdGQhpmKc68evsAHBmIzqzh 69i8ZdUHSQEUXT/NfUTDja3P3WZSmBv9xcUyS7DjwDk= =tjTi -END PGP SIGNATURE-
Processing of libindi_1.2.0-3_source.changes
libindi_1.2.0-3_source.changes uploaded successfully to localhost along with the files: libindi_1.2.0-3.dsc libindi_1.2.0-3.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org)
Processing of libnova_0.16-2_source.changes
libnova_0.16-2_source.changes uploaded successfully to localhost along with the files: libnova_0.16-2.dsc libnova_0.16-2.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#671462: marked as done (libnova: CFLAGS hardening flags missing)
Your message dated Thu, 27 Oct 2016 10:25:06 + with message-id and subject line Bug#671462: fixed in libnova 0.16-2 has caused the Debian Bug report #671462, regarding libnova: CFLAGS hardening flags missing to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 671462: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671462 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: libnova Version: 0.14.0-2 Severity: normal Tags: patch Dear Maintainer, The CFLAGS hardening flags are missing because ./configure overwrites them. For more hardening information please have a look at [1], [2] and [3]. The attached patch fixes the issue, if possible it should be sent to upstream. To check if all flags were correctly enabled you can use `hardening-check` from the hardening-includes package and check the build log (for example with blhc [4]) (hardening-check doesn't catch everything): $ hardening-check /usr/bin/libnovaconfig /usr/lib/x86_64-linux-gnu/libnova-0.14.so.0.0.0 /usr/bin/libnovaconfig: Position Independent Executable: no, normal executable! Stack protected: no, not found! Fortify Source functions: yes Read-only relocations: yes Immediate binding: no not found! /usr/lib/x86_64-linux-gnu/libnova-0.14.so.0.0.0: Position Independent Executable: no, regular shared library (ignored) Stack protected: yes Fortify Source functions: yes (some protected functions found) Read-only relocations: yes Immediate binding: no not found! (Position Independent Executable and Immediate binding is not enabled by default.) Use find -type f \( -executable -o -name \*.so\* \) -exec hardening-check {} + on the build result to check all files. Regards, Simon [1]: https://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags [2]: https://wiki.debian.org/HardeningWalkthrough [3]: https://wiki.debian.org/Hardening [4]: http://ruderich.org/simon/blhc/ -- + privacy is necessary + using gnupg http://gnupg.org + public key id: 0x92FEFDB7E44C32F9 Description: Use CFLAGS from environment (dpkg-buildflags). Necessary for hardening flags. Author: Simon Ruderich Last-Update: 2012-05-04 --- libnova-0.14.0.orig/configure.in +++ libnova-0.14.0/configure.in @@ -63,7 +63,7 @@ AC_CHECK_FUNCS([acosl]) AC_CHECK_FUNCS([asinl]) AC_CHECK_FUNCS([atan2l]) -CFLAGS=-Wall +CFLAGS="$CFLAGS -Wall" # Checks for header files. AC_HEADER_STDC --- libnova-0.14.0.orig/configure +++ libnova-0.14.0/configure @@ -12529,7 +12529,7 @@ fi done -CFLAGS=-Wall +CFLAGS="$CFLAGS -Wall" # Checks for header files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 signature.asc Description: Digital signature --- End Message --- --- Begin Message --- Source: libnova Source-Version: 0.16-2 We believe that the bug you reported is fixed in the latest version of libnova, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 671...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Maximiliano Curia (supplier of updated libnova package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 27 Oct 2016 10:29:14 +0200 Source: libnova Binary: libnova-0.16-0 libnova-dev Architecture: source Version: 0.16-2 Distribution: unstable Urgency: medium Maintainer: Debian Krap Maintainers Changed-By: Maximiliano Curia Description: libnova-0.16-0 - celestial mechanics, astrometry and astrodynamics library libnova-dev - development files for libnova astronomical library Closes: 671462 725775 Changes: libnova (0.16-2) unstable; urgency=medium . * Add new patch: Use-CFLAGS-from-environment.patch. Thanks to Simon Ruderich for the patch (Closes: 671462) * Update sid version (Closes: 725775) Checksums-Sha1: 6f368ef98ab6817d62cf9e7b852b2c170f1032b5 1955 libnova_0.16-2.dsc b2000c7511f55df8f772ce4c647168babaec03ee 4360 libnova_0.16-2.debian.tar.xz Checksums-Sha256: d61907b62851bdf3efc24f00aa6e09cccfd2eb94297a63310772b84895c658a3 1955 libnova_0.16-2.dsc 891bf75ad3f8e1964bd963363dd06e0844cf5e2612743facc36b8b29506350e7 4360 libnova_0.16-2.debian.tar.xz Files: 49ffeffae4f
Bug#725775: marked as done (libnova: New upstream version (0.15.0))
Your message dated Thu, 27 Oct 2016 10:25:06 + with message-id and subject line Bug#725775: fixed in libnova 0.16-2 has caused the Debian Bug report #725775, regarding libnova: New upstream version (0.15.0) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 725775: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725775 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: libnova Severity: normal Dear Maintainer, It appears upstream has released version 0.15.0 on their sourceforge page. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.10-3-amd64 (SMP w/12 CPU cores) Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash --- End Message --- --- Begin Message --- Source: libnova Source-Version: 0.16-2 We believe that the bug you reported is fixed in the latest version of libnova, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 725...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Maximiliano Curia (supplier of updated libnova package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 27 Oct 2016 10:29:14 +0200 Source: libnova Binary: libnova-0.16-0 libnova-dev Architecture: source Version: 0.16-2 Distribution: unstable Urgency: medium Maintainer: Debian Krap Maintainers Changed-By: Maximiliano Curia Description: libnova-0.16-0 - celestial mechanics, astrometry and astrodynamics library libnova-dev - development files for libnova astronomical library Closes: 671462 725775 Changes: libnova (0.16-2) unstable; urgency=medium . * Add new patch: Use-CFLAGS-from-environment.patch. Thanks to Simon Ruderich for the patch (Closes: 671462) * Update sid version (Closes: 725775) Checksums-Sha1: 6f368ef98ab6817d62cf9e7b852b2c170f1032b5 1955 libnova_0.16-2.dsc b2000c7511f55df8f772ce4c647168babaec03ee 4360 libnova_0.16-2.debian.tar.xz Checksums-Sha256: d61907b62851bdf3efc24f00aa6e09cccfd2eb94297a63310772b84895c658a3 1955 libnova_0.16-2.dsc 891bf75ad3f8e1964bd963363dd06e0844cf5e2612743facc36b8b29506350e7 4360 libnova_0.16-2.debian.tar.xz Files: 49ffeffae4fa7d3f176fcb8eee6df9f3 1955 libs optional libnova_0.16-2.dsc cd84e7b66d17e9ae1f0acfd1690458ae 4360 libs optional libnova_0.16-2.debian.tar.xz -BEGIN PGP SIGNATURE- iQIcBAEBCgAGBQJYEb2CAAoJEMcZdpmymyMq8woP/1Cr6ouJaZMZLQTCdlX0ZKcO mfxYvuZKk21pkyUEkPF/kTACZNCacy2f+v7VO8VwXxSlnuoatfi5zJc8a91bzNRB 1OVoqx3Pb3L7mjXeTYyTMBAJ5QCjllH3jbL/KktjK5LU1qAMjiI3b8bWvP61LvE3 fdX10RMotfK6X7Gw8/8h70le/PuqvgrSgzMibmB4+TzDne9/BsDQOWqvBtZCkVZn c6kqKOOknxTaQ/yj2f76/W07kA6pmjn1dC0Zm2TnC12V5YPs8sJ1MOm/+LvlsC/p 60mtYDYP+zwUPbS46KlZcPsaQdzwbKabhY3+bryIKW1bqFt73XE+hi9Bx3DNWR4C +o+K3KPx3DOsOsJP7LPk3/TfLVdeIj9r8/XK+lleXZMDDoeQcSAa/86MaoDeV6S7 d60gB51rurn7TdS9ett/YMrm+sVU/Veew0Vn0W9KIHcUUjUw2jL+LaMvgfGT7zA7 PMxYVoeeLZxurRtEOxGJD3pVU5DCJsAm/jvcVYqd957o7TawjTRKxKEUIg94kYE3 lW/4YJ6/EcLwLA/wkEbYiaWGZ7IdWeRcSHiKbGAI6DvM3UzNz++3E1JTU6MSMolS utXCku03KHikcxmveOIc0SnAa1zchxFLXFUpXDfJE+EB1AUDyLltBM8iEgyUxRP7 5uWiTl3zK9nJ6kHi/UWy =cCap -END PGP SIGNATURE End Message ---
libindi_1.2.0-3_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 27 Oct 2016 10:41:34 +0200 Source: libindi Binary: libindi1 libindidriver1 libindialignmentdriver1 libindi-plugins libindi-dev libindi-data indi-bin Architecture: source Version: 1.2.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Krap Maintainers Changed-By: Maximiliano Curia Description: indi-bin - INDI server, drivers and tools libindi-data - Instrument-Neutral Device Interface library -- shared data libindi-dev - Instrument-Neutral Device Interface library -- development files libindi-plugins - Instrument-Neutral Device Interface library -- plugins libindi1 - Instrument-Neutral Device Interface library -- client library libindialignmentdriver1 - Instrument-Neutral Device Interface library -- alignment driver l libindidriver1 - Instrument-Neutral Device Interface library -- driver library Changes: libindi (1.2.0-3) unstable; urgency=medium . * Force build against libnova-dev 0.16 * Drop libgsl0-dev build dep Checksums-Sha1: ab6325448d657c539008cb8b1c206ea64af923c8 2421 libindi_1.2.0-3.dsc 9618b7a5b4d8f9b7ad11bc16ff339fd214dc9bf9 16368 libindi_1.2.0-3.debian.tar.xz Checksums-Sha256: 36169594a7a15fc564b3c31a230b1263e4cac308913c4618062273eed15f3543 2421 libindi_1.2.0-3.dsc c1e95d50644eea0a9fe74dc416e18233297baa18e1588a5ce3464c763834a46d 16368 libindi_1.2.0-3.debian.tar.xz Files: 1dac1578696413c5b7d188059123473e 2421 misc optional libindi_1.2.0-3.dsc 8909b45baf827dea87a582defadf26fb 16368 misc optional libindi_1.2.0-3.debian.tar.xz -BEGIN PGP SIGNATURE- iQIcBAEBCgAGBQJYEb4dAAoJEMcZdpmymyMqrOQP/3wwP9qYSZMJN7Q8B48eRlbX GhtAkRm2NK6pxGv3v8X7vBJ0V+38v4yzCDHYBPNbcfcdlrXkB5SjvhAbu6R8uLG2 udj6I9zSTYjzvjl8jZu0y0XSE6uWxoi2forP5v7+1+ZIJwavQ60YyEtRsC+x7aE1 884QXBl75/bSWHz6E9SnpQAOD3N1ANY37jICmosYnLGg+TvKLVz+PvZKEhdlhobH Ix5gqfW3en3/x5XtmtHaLqurMvLYnPrZiFtXX9md/T5D4DxCmt8//z3MIJ/LgOSu TfnV25xETmjHj13TRJE0+Y79hFlvhqErXNjrTgGWOO8gKCamjJYaikWyapAFWaYL cnxqQfzc8IUdI4tAwqWEjnJcuvE4pTCHrC7OnQaLsG72M3c2HEr4O6Sj3oixDmKG D6hGYDhnuxybu7ZrZIb++nVfCTCp0lvmDkXeB8ynA8sVZ2nbMnmQKGHgpNrJjiDo KjAlF1aryMx5ryAgiEOVHbu7MjiID2RjZsbB1c2o5WtiK+OXEPgATRJmHs43J4UV 4fk8VVAyC4Z+q/aztuD1QO2/SLKuLijK35mwsgarpBaOCzlrQ3vnQN8JcaD7T62w /z3QVa+wH5GicbKMHZAW1qVthI8GR13KhFG9Qy6LGpoxcshFwJaBFmZNShM18jvV JkVIFIWbbkLcGW4TVsPL =zqxn -END PGP SIGNATURE- Thank you for your contribution to Debian.
libnova_0.16-2_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 27 Oct 2016 10:29:14 +0200 Source: libnova Binary: libnova-0.16-0 libnova-dev Architecture: source Version: 0.16-2 Distribution: unstable Urgency: medium Maintainer: Debian Krap Maintainers Changed-By: Maximiliano Curia Description: libnova-0.16-0 - celestial mechanics, astrometry and astrodynamics library libnova-dev - development files for libnova astronomical library Closes: 671462 725775 Changes: libnova (0.16-2) unstable; urgency=medium . * Add new patch: Use-CFLAGS-from-environment.patch. Thanks to Simon Ruderich for the patch (Closes: 671462) * Update sid version (Closes: 725775) Checksums-Sha1: 6f368ef98ab6817d62cf9e7b852b2c170f1032b5 1955 libnova_0.16-2.dsc b2000c7511f55df8f772ce4c647168babaec03ee 4360 libnova_0.16-2.debian.tar.xz Checksums-Sha256: d61907b62851bdf3efc24f00aa6e09cccfd2eb94297a63310772b84895c658a3 1955 libnova_0.16-2.dsc 891bf75ad3f8e1964bd963363dd06e0844cf5e2612743facc36b8b29506350e7 4360 libnova_0.16-2.debian.tar.xz Files: 49ffeffae4fa7d3f176fcb8eee6df9f3 1955 libs optional libnova_0.16-2.dsc cd84e7b66d17e9ae1f0acfd1690458ae 4360 libs optional libnova_0.16-2.debian.tar.xz -BEGIN PGP SIGNATURE- iQIcBAEBCgAGBQJYEb2CAAoJEMcZdpmymyMq8woP/1Cr6ouJaZMZLQTCdlX0ZKcO mfxYvuZKk21pkyUEkPF/kTACZNCacy2f+v7VO8VwXxSlnuoatfi5zJc8a91bzNRB 1OVoqx3Pb3L7mjXeTYyTMBAJ5QCjllH3jbL/KktjK5LU1qAMjiI3b8bWvP61LvE3 fdX10RMotfK6X7Gw8/8h70le/PuqvgrSgzMibmB4+TzDne9/BsDQOWqvBtZCkVZn c6kqKOOknxTaQ/yj2f76/W07kA6pmjn1dC0Zm2TnC12V5YPs8sJ1MOm/+LvlsC/p 60mtYDYP+zwUPbS46KlZcPsaQdzwbKabhY3+bryIKW1bqFt73XE+hi9Bx3DNWR4C +o+K3KPx3DOsOsJP7LPk3/TfLVdeIj9r8/XK+lleXZMDDoeQcSAa/86MaoDeV6S7 d60gB51rurn7TdS9ett/YMrm+sVU/Veew0Vn0W9KIHcUUjUw2jL+LaMvgfGT7zA7 PMxYVoeeLZxurRtEOxGJD3pVU5DCJsAm/jvcVYqd957o7TawjTRKxKEUIg94kYE3 lW/4YJ6/EcLwLA/wkEbYiaWGZ7IdWeRcSHiKbGAI6DvM3UzNz++3E1JTU6MSMolS utXCku03KHikcxmveOIc0SnAa1zchxFLXFUpXDfJE+EB1AUDyLltBM8iEgyUxRP7 5uWiTl3zK9nJ6kHi/UWy =cCap -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processed: retitle 841951 to libqt5gui5: segfault dealing with systray, reassign 841951 to libqt5gui5
Processing commands for cont...@bugs.debian.org: > retitle 841951 libqt5gui5: segfault dealing with systray Bug #841951 [bitcoin-qt] bitcoin-qt segfaults on startup Changed Bug title to 'libqt5gui5: segfault dealing with systray' from 'bitcoin-qt segfaults on startup'. > reassign 841951 libqt5gui5 Bug #841951 [bitcoin-qt] libqt5gui5: segfault dealing with systray Bug reassigned from package 'bitcoin-qt' to 'libqt5gui5'. No longer marked as found in versions bitcoin/0.13.0-0.1. Ignoring request to alter fixed versions of bug #841951 to the same values previously set > thanks Stopping processing here. Please contact me if you need assistance. -- 841951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841951 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Fwd: Re: Can Plasma 5.9 depend on Qt 5.7
Hello. Lisandro, I forwarded your information on Qt 5.7 to KDE distributions mailing list, in the new thread "Can Plasma 5.9 depend on Qt 5.7?". I am not surprised that Martin recommends staying with Qt 5.6, but well I bet you have your reasons why you may choose Qt 5.7 for uploading. And fixes could be forward-ported I bet. Ciao, Martin -- Weitergeleitete Nachricht -- Betreff: Re: Can Plasma 5.9 depend on Qt 5.7 Datum: Donnerstag, 27. Oktober 2016, 12:39:17 CEST Von: Martin Gräßlin An: Martin Steigerwald Kopie: distributi...@kde.org Am 2016-10-27 11:40, schrieb Martin Steigerwald: > Hi Martin. > > Am Dienstag, 25. Oktober 2016, 08:16:26 CEST schrieb Martin Graesslin: >> the Plasma team would like to depend on Qt 5.7 for the next Plasma >> release >> (5.9). Reasons are among others, that we would like to use: >> * appmenu support >> * QtVirtualKeyboard support >> * QtQuickControls 2 >> >> Which are all new in Qt 5.7. >> >> We would like to know whether that would cause a problem for any >> distribution. Please remember that Plasma 5.8 is an LTS and will stay >> on Qt >> 5.6. > > From Lisandro of the Debian Qt/KDE team I received the following > answer: > > "we are working to have 5.7.1 into unstable soon, but we are on a tight > schedule." > > So it *might* be that Debian 9 aka Stretch ships with Qt 5.7. I would recommend to Debian to keep to Qt 5.6 which is the LTS version. Qt 5.6 will be maintained over (most of?) the life time of Debian 9. Qt 5.7 will be out of support pretty soon. > > Anyway unstable currently has Plasma 5.8.2 and I am not aware of any > plans to > move to 5.9 in time of Debian 9. So it is my personal oppinion that it > won´t > matter for Debian whether you require Qt 5.7 for Plasma 5.9 or not. ok, thanks for the info. Cheers - -- Martin
Fixed: chroot-installation_stretch_install_kde_upgrade_to_sid_aptdpkg_first/266
See https://jenkins.debian.net/job/chroot-installation_stretch_install_kde_upgrade_to_sid_aptdpkg_first/266//console or just https://jenkins.debian.net/job/chroot-installation_stretch_install_kde_upgrade_to_sid_aptdpkg_first/266/ for more information.
Bug#842266: polkit-kde-agent-1: Please provide polkit-1-auth-agent
Package: polkit-kde-agent-1 Version: 4:5.8.2-1 Severity: wishlist Please add Provides: polkit-1-auth-agent This is a virtual package used at least by gnome-shell. Thanks, Jeremy Bicha
Fixed: chroot-installation_stretch_install_kde-full_upgrade_to_sid_aptdpkg_first/266
See https://jenkins.debian.net/job/chroot-installation_stretch_install_kde-full_upgrade_to_sid_aptdpkg_first/266//console or just https://jenkins.debian.net/job/chroot-installation_stretch_install_kde-full_upgrade_to_sid_aptdpkg_first/266/ for more information.
Processed: More info
Processing control commands: > tag -1 moreinfo Bug #841951 [libqt5gui5] libqt5gui5: segfault dealing with systray Ignoring request to alter tags of bug #841951 to the same tags previously set -- 841951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841951 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: More info
Processing control commands: > tag -1 moreinfo Bug #841951 [libqt5gui5] libqt5gui5: segfault dealing with systray Added tag(s) moreinfo. -- 841951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841951 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#841951: More info
Control: tag -1 moreinfo Hi! What video card are you using? -- Either he's dead or my watch has stopped. -- Groucho Marx Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part.
Re: qtcreator is marked for autoremoval from testing
For what is wort Qt5 won't be switching to libssl 1.1, so if botan gets updated we will have to remove qtcreator from testing. On jueves, 27 de octubre de 2016 4:40:03 A. M. ART Debian testing autoremoval watch wrote: > qtcreator 4.1.0-2 is marked for autoremoval from testing on 2016-11-25 > > It (build-)depends on packages with these RC bugs: > 828252: botan1.10: FTBFS with openssl 1.1.0 -- ~/ sweet ~/ Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part.
Re: Bug#828252: qtcreator is marked for autoremoval from testing
So is there an option to not switch to openssl 1.1.0 for stretch? Cheers, -- Ondřej Surý Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server Knot Resolver (https://www.knot-resolver.cz/) – secure, privacy-aware, fast DNS(SEC) resolver Vše pro chleba (https://vseprochleba.cz) – Mouky ze mlýna a potřeby pro pečení chleba všeho druhu On Thu, Oct 27, 2016, at 16:33, Lisandro Damián Nicanor Pérez Meyer wrote: > For what is wort Qt5 won't be switching to libssl 1.1, so if botan gets > updated we will have to remove qtcreator from testing. > > On jueves, 27 de octubre de 2016 4:40:03 A. M. ART Debian testing > autoremoval > watch wrote: > > qtcreator 4.1.0-2 is marked for autoremoval from testing on 2016-11-25 > > > > It (build-)depends on packages with these RC bugs: > > 828252: botan1.10: FTBFS with openssl 1.1.0 > > > -- > ~/ sweet ~/ > > Lisandro Damián Nicanor Pérez Meyer > http://perezmeyer.com.ar/ > http://perezmeyer.blogspot.com/ > Email had 1 attachment: > + signature.asc > 1k (application/pgp-signature)
Bug#842266: polkit-kde-agent-1: Please provide polkit-1-auth-agent
¡Hola Jeremy! El 2016-10-27 a las 10:13 -0400, Jeremy Bicha escribió: Package: polkit-kde-agent-1 Version: 4:5.8.2-1 Severity: wishlist Please add Provides: polkit-1-auth-agent This is a virtual package used at least by gnome-shell. Would the polkit-kde-agent-1 work at all under a gnome-shell environment? The autostart is set to only start it in kde. Happy hacking, -- "Email is a wonderful thing for people whose role in life is to be on top of things. But not for me; my role is to be on the bottom of things. What I do takes long hours of studying and uninterruptible concentration." -- Donald Knuth Saludos /\/\ /\ >< `/ signature.asc Description: PGP signature
Re: Bug#828252: qtcreator is marked for autoremoval from testing
On jueves, 27 de octubre de 2016 4:48:33 P. M. ART Ondřej Surý wrote: > So is there an option to not switch to openssl 1.1.0 for stretch? I was recently told something along that, but the problem is not easy actually. Some people might need botan switched, some not. And we are to expect crashes if apps mix them :-/ -- 10: El procesador de textos es: * Un programa que le da vida a una computadora haciendo que intente dominar el mundo (ver pregunta 1) Damian Nadales http://mx.grulic.org.ar/lurker/message/20080307.141449.a70fb2fc.es.html Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part.
Re: Bug#828252: qtcreator is marked for autoremoval from testing
I can probably generate two sets of packages with versioned symbols if I have some help with that. Cheers, -- Ondřej Surý Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server Knot Resolver (https://www.knot-resolver.cz/) – secure, privacy-aware, fast DNS(SEC) resolver Vše pro chleba (https://vseprochleba.cz) – Mouky ze mlýna a potřeby pro pečení chleba všeho druhu On Thu, Oct 27, 2016, at 16:55, Lisandro Damián Nicanor Pérez Meyer wrote: > On jueves, 27 de octubre de 2016 4:48:33 P. M. ART Ondřej Surý wrote: > > So is there an option to not switch to openssl 1.1.0 for stretch? > > I was recently told something along that, but the problem is not easy > actually. Some people might need botan switched, some not. > > And we are to expect crashes if apps mix them :-/ > > -- > 10: El procesador de textos es: > * Un programa que le da vida a una computadora haciendo que > intente dominar el mundo (ver pregunta 1) > Damian Nadales > http://mx.grulic.org.ar/lurker/message/20080307.141449.a70fb2fc.es.html > > Lisandro Damián Nicanor Pérez Meyer > http://perezmeyer.com.ar/ > http://perezmeyer.blogspot.com/ > Email had 1 attachment: > + signature.asc > 1k (application/pgp-signature)
Fixed: chroot-installation_stretch_install_kde_upgrade_to_sid/260
See https://jenkins.debian.net/job/chroot-installation_stretch_install_kde_upgrade_to_sid/260//console or just https://jenkins.debian.net/job/chroot-installation_stretch_install_kde_upgrade_to_sid/260/ for more information.
Bug#842266: polkit-kde-agent-1: Please provide polkit-1-auth-agent
On Thu, Oct 27, 2016 at 10:47 AM, Maximiliano Curia wrote: > Would the polkit-kde-agent-1 work at all under a gnome-shell environment? > The autostart is set to only start it in kde. ¡Hola! I think my bug description was confusing since this doesn't really have anything to do with gnome-shell. What I meant by mentioning gnome-shell was to show that the virtual package was already in use. I see now that policykit-1-gnome also provides that virtual package. Take a look at https://code.launchpad.net/~jbicha/update-manager/update-alternate-pokit-deps/+merge/309469 I think it would be nice if the long list of alternate dependencies could be reduced there. Thanks, Jeremy
Processed: tagging 842266
Processing commands for cont...@bugs.debian.org: > tags 842266 + pending Bug #842266 [polkit-kde-agent-1] polkit-kde-agent-1: Please provide polkit-1-auth-agent Added tag(s) pending. > thanks Stopping processing here. Please contact me if you need assistance. -- 842266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842266 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#842280: kdevelop: memory leak when open js-file
Package: kdevelop Version: 4:5.0.1-2 Severity: important Dear Maintainer, When I open file 'test.js': -- ( function ($) { $(document).ready(function(){ }); })( jQuery ); -- Kdevelop eat all memory. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages kdevelop depends on: ii kdevelop-data 4:5.0.1-2 ii kdevplatform10-libs5.0.1-2 ii libc6 2.24-5 ii libclang1-3.8 1:3.8.1-12 ii libgcc11:6.2.0-6 ii libkasten3controllers3 4:16.08.2-1 ii libkasten3core34:16.08.2-1 ii libkasten3okteta1controllers1 4:16.08.2-1 ii libkasten3okteta1core1 4:16.08.2-1 ii libkasten3okteta1gui1 4:16.08.2-1 ii libkf5completion5 5.27.0-1 ii libkf5configcore5 5.27.0-1 ii libkf5configgui5 5.27.0-1 ii libkf5configwidgets5 5.27.0-1 ii libkf5coreaddons5 5.27.0-1 ii libkf5crash5 5.27.0-1 ii libkf5declarative5 5.27.0-1 ii libkf5i18n55.27.0-1 ii libkf5iconthemes5 5.27.0-1 ii libkf5itemviews5 5.27.0-1 ii libkf5jobwidgets5 5.27.0-1 ii libkf5kiocore5 5.27.0-1 ii libkf5kiowidgets5 5.27.0-1 ii libkf5newstuff55.27.0-1 ii libkf5parts5 5.27.0-1 ii libkf5texteditor5 5.27.0-1 ii libkf5threadweaver55.27.0-1 ii libkf5widgetsaddons5 5.27.0-1 ii libkf5xmlgui5 5.27.0-1 ii libprocesscore74:5.8.2-1 ii libprocessui7 4:5.8.2-1 ii libqt5core5a 5.6.1+dfsg-3+b1 ii libqt5dbus55.6.1+dfsg-3+b1 ii libqt5gui5 5.6.1+dfsg-3+b1 ii libqt5help55.6.1-3 ii libqt5network5 5.6.1+dfsg-3+b1 ii libqt5quickwidgets55.6.1-11 ii libqt5webkit5 5.6.1+dfsg-5 ii libqt5widgets5 5.6.1+dfsg-3+b1 ii libqt5xml5 5.6.1+dfsg-3+b1 ii libstdc++6 6.2.0-6 Versions of packages kdevelop recommends: ii g++ 4:6.1.1-1 ii gcc 4:6.1.1-1 ii gdb 7.11.1-2 ii kapptemplate 4:16.08.2-1 ii kio-extras4:16.08.2-1 ii make 4.1-9 Versions of packages kdevelop suggests: pn cmake ii kdevelop-l10n 4:5.0.1-2 pn ninja-build -- no debconf information
Fixed: chroot-installation_stretch_install_kde-full_upgrade_to_sid/261
See https://jenkins.debian.net/job/chroot-installation_stretch_install_kde-full_upgrade_to_sid/261//console or just https://jenkins.debian.net/job/chroot-installation_stretch_install_kde-full_upgrade_to_sid/261/ for more information.
Re: Bug#828252: qtcreator is marked for autoremoval from testing
On jueves, 27 de octubre de 2016 4:59:39 P. M. ART Ondřej Surý wrote: > I can probably generate two sets of packages with versioned symbols > if I have some help with that. That would be *very* kind of you! But before going ahead we might better contact the release team and see what they prefer here. -- La ciencia sin la religión es renga, la religión sin la ciencia es ciega. Albert Einstein Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http://perezmeyer.blogspot.com/ signature.asc Description: This is a digitally signed message part.
Processed: [bts-link] source package kalgebra
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package kalgebra > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to bts-link-upstr...@lists.alioth.debian.org (was bts-link-de...@lists.alioth.debian.org). > # remote status report for #798573 (http://bugs.debian.org/798573) > # Bug title: kalgebra-3D Graph views not working > # * http://bugs.kde.org/show_bug.cgi?id=352526 > # * remote status changed: UNCONFIRMED -> RESOLVED > # * remote resolution changed: (?) -> FIXED > # * closed upstream > tags 798573 + fixed-upstream Bug #798573 [kalgebra] kalgebra-3D Graph views not working Bug #798571 [kalgebra] kalgebra - 3D Graph Bug #798572 [kalgebra] kalgebra 3D Graph - reset view not working Added tag(s) fixed-upstream. Added tag(s) fixed-upstream. Added tag(s) fixed-upstream. > usertags 798573 - status-UNCONFIRMED Usertags were: status-UNCONFIRMED. Usertags are now: . > usertags 798573 + status-RESOLVED resolution-FIXED There were no usertags set. Usertags are now: status-RESOLVED resolution-FIXED. > # remote status report for #798573 (http://bugs.debian.org/798573) > # Bug title: kalgebra-3D Graph views not working > # * http://bugs.kde.org/show_bug.cgi?id=352526 > # * remote status changed: UNCONFIRMED -> RESOLVED > # * remote resolution changed: (?) -> FIXED > # * closed upstream > tags 798573 + fixed-upstream Bug #798573 [kalgebra] kalgebra-3D Graph views not working Bug #798571 [kalgebra] kalgebra - 3D Graph Bug #798572 [kalgebra] kalgebra 3D Graph - reset view not working Ignoring request to alter tags of bug #798573 to the same tags previously set Ignoring request to alter tags of bug #798571 to the same tags previously set Ignoring request to alter tags of bug #798572 to the same tags previously set > usertags 798573 - status-UNCONFIRMED Usertags were: resolution-FIXED status-RESOLVED. Usertags are now: resolution-FIXED status-RESOLVED. > usertags 798573 + status-RESOLVED resolution-FIXED Usertags were: status-RESOLVED resolution-FIXED. Usertags are now: status-RESOLVED resolution-FIXED. > # remote status report for #798573 (http://bugs.debian.org/798573) > # Bug title: kalgebra-3D Graph views not working > # * http://bugs.kde.org/show_bug.cgi?id=352526 > # * remote status changed: UNCONFIRMED -> RESOLVED > # * remote resolution changed: (?) -> FIXED > # * closed upstream > tags 798573 + fixed-upstream Bug #798573 [kalgebra] kalgebra-3D Graph views not working Bug #798571 [kalgebra] kalgebra - 3D Graph Bug #798572 [kalgebra] kalgebra 3D Graph - reset view not working Ignoring request to alter tags of bug #798573 to the same tags previously set Ignoring request to alter tags of bug #798571 to the same tags previously set Ignoring request to alter tags of bug #798572 to the same tags previously set > usertags 798573 - status-UNCONFIRMED Usertags were: status-RESOLVED resolution-FIXED. Usertags are now: status-RESOLVED resolution-FIXED. > usertags 798573 + status-RESOLVED resolution-FIXED Usertags were: resolution-FIXED status-RESOLVED. Usertags are now: resolution-FIXED status-RESOLVED. > thanks Stopping processing here. Please contact me if you need assistance. -- 798571: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798571 798572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798572 798573: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798573 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Processed: [bts-link] source package konsole
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package konsole > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to bts-link-upstr...@lists.alioth.debian.org (was bts-link-de...@lists.alioth.debian.org). > # remote status report for #841502 (http://bugs.debian.org/841502) > # Bug title: konsole: Profile persisting > # * http://bugs.kde.org/show_bug.cgi?id=371414 > # * remote status changed: (?) -> UNCONFIRMED > usertags 841502 + status-UNCONFIRMED There were no usertags set. Usertags are now: status-UNCONFIRMED. > # remote status report for #809081 (http://bugs.debian.org/809081) > # Bug title: konsole: Crash on mouse movement > # * http://bugs.kde.org/show_bug.cgi?id=345691 > # * remote status changed: UNCONFIRMED -> RESOLVED > # * remote resolution changed: (?) -> UPSTREAM > # * closed upstream > forwarded 809081 https://bugs.kde.org/show_bug.cgi?id=353911, > merged-upstream: http://bugs.kde.org/show_bug.cgi?id=345691 Bug #809081 [konsole] konsole: Crash on mouse movement Changed Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=353911, merged-upstream: http://bugs.kde.org/show_bug.cgi?id=345691' from 'https://bugs.kde.org/show_bug.cgi?id=353911'. > tags 809081 + fixed-upstream Bug #809081 [konsole] konsole: Crash on mouse movement Added tag(s) fixed-upstream. > usertags 809081 - status-UNCONFIRMED Usertags were: status-UNCONFIRMED. Usertags are now: . > usertags 809081 + status-RESOLVED resolution-UPSTREAM There were no usertags set. Usertags are now: status-RESOLVED resolution-UPSTREAM. > thanks Stopping processing here. Please contact me if you need assistance. -- 809081: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809081 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Re: Bug#828252: qtcreator is marked for autoremoval from testing
On 27/10/16 09:59 AM, Ondřej Surý wrote: I can probably generate two sets of packages with versioned symbols if I have some help with that. Cheers, Yes, but this will not help and I'm not sure it is required since OpenSSL is versioned already. The problem is that Qt5 is using dlopen for OpenSSL. Versioned symbols are not used with dlopen as is so we are SOL. Either Qt5 needs to be linked directly against OpenSSL, or Qt5 needs to use symbols from old OpenSSL library. And now I'm looking at Qt source, and it looks like for Qt5 it is possible to specify SHLIB version number for OpenSSL. see qtbase/src/network/ssl/qsslsocket_openssl_symbols.cpp line 653 which means it *may be* possible to have multiple OpenSSL versions installed and have Qt use only the old version. But this needs to be tested with some test application to make sure correct functions are actually called. SHLIB_VERSION_NUMBER = 1.0.2 during compilation of Qt maybe all that is required to keep Qt crypto support working in a mixed environment. - Adam