Bug#1059922: nut-server: upsd fails to start since version 2.8.1

2024-01-03 Thread Jörg-Volker Peetz
Package: nut-server Version: 2.8.1-1 Severity: grave Dear Laurent Bigonville, with version 2.8.0-7 an EATON UPS connected to a debian computer via USB was working in standalone mode as expected. The only change in the config files was in /etc/nut/ups.conf where I added the following lines:

Bug#1040927: redmine: bashism in postinst script

2023-07-12 Thread Jörg-Volker Peetz
Package: redmine Version: 5.0.4-7 Severity: serious Dear Maintainer, two bashisms in the postinst script in lines 7 and 57: `if [[ ...` lead to message /var/lib/dpkg/info/redmine.postinst: 7: [[: not found and /var/lib/dpkg/info/redmine.postinst: 57: [[: not found Probably not what is

Bug#1029601: closed by Debian FTP Masters (reply to Daniel Leidert ) (Bug#1029601: fixed in redmine 5.0.4-2)

2023-02-03 Thread Jörg-Volker Peetz
Hi again, right after sending the previous E-mail I noticed that the "without" setting is already done in /usr/share/redmine/.bundle/config". So that still needs the dependency on package ruby-mocha. How about using a second Gemfile for the tests? Regards, Jörg. Jörg-Volker Pe

Bug#1029601: closed by Debian FTP Masters (reply to Daniel Leidert ) (Bug#1029601: fixed in redmine 5.0.4-2)

2023-02-03 Thread Jörg-Volker Peetz
Hi, thanks for looking into this. On a second thought it might be better to change the `bundle install` line in the postinst script to include "--without=test". I have no experience with bundle. Would that work and allow to avoid the dependency on the package ruby-mocha? Regards, Jörg.

Bug#1029601: redmine: upgrade fails because of missing dependency on mocha

2023-01-25 Thread Jörg-Volker Peetz
Package: redmine Version: 5.0.4-1 Severity: serious Dear Debian Ruby Team, upgrading redmine from version 5.0.2-2 fails with error message: ``` Could not find gem 'mocha (>= 1.4.0)' in cached gems or installed locally. dpkg: error processing package redmine (--configure): installed redmine

Bug#1028908: python3-pynndescent: "import pynndescent.sparse as sparse" results in error

2023-01-14 Thread Jörg-Volker Peetz
Package: python3-pynndescent Version: 0.5.7-1 Severity: serious Dear Debian Python Team, in the python3 or ipython3 interpreter, the Python statement import pynndescent.sparse as sparse fails and the output in ipython3 is ```

Bug#1027140: keepassxc: requires Qt 5.15.7 - dependencies outdated?

2022-12-28 Thread Jörg-Volker Peetz
Julian Andres Klode wrote on 28/12/2022 15:18: Control: reassign -1 qtbase5-dev 5.15.7+dfsg-2 Control: affects -1 keepassxc On Wed, Dec 28, 2022 at 03:11:55PM +0100, Jörg-Volker Peetz wrote: Julian Andres Klode wrote on 28/12/2022 13:08: Control: tag -1 moreinfo On Wed, Dec 28, 2022 at 12:52

Bug#1027140: keepassxc: requires Qt 5.15.7 - dependencies outdated?

2022-12-28 Thread Jörg-Volker Peetz
Julian Andres Klode wrote on 28/12/2022 13:08: Control: tag -1 moreinfo On Wed, Dec 28, 2022 at 12:52:35PM +0100, Jörg-Volker Peetz wrote: Package: keepassxc Version: 2.7.4+dfsg.1-1 Severity: grave Dear Julian Andres Klode, Qt libraries are not updated as necessary. The dependencies should

Bug#1027140: keepassxc: requires Qt 5.15.7 - dependencies outdated?

2022-12-28 Thread Jörg-Volker Peetz
Package: keepassxc Version: 2.7.4+dfsg.1-1 Severity: grave Dear Julian Andres Klode, Qt libraries are not updated as necessary. The dependencies should be updated? Regards, Jörg -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (600, 'testing'), (500,

Bug#1012802: python3-ipykernel: breaks jupyter notebook

2022-06-14 Thread Jörg-Volker Peetz
Package: python3-ipykernel Version: 6.13.1-1 Severity: serious Dear Debian Python Modules Team, trying to load a jupyter notebook fails with the message /usr/bin/python3: No module named ipykernel_launcher Indeed, in the package there is no file

Bug#1004855: python3-ipykernel: missing dependency on debugpy

2022-02-16 Thread Jörg-Volker Peetz
Hi, in the upstream GitHub of ipykernel there's this advice concerning the dependency on debugpy: https://github.com/ipython/ipykernel/pull/767#issuecomment-916913893 "No, it shouldn't be removed in this repo. If a downstream packager wants to split this dependency, it may, but at the same

Bug#965954: python3-matplotlib: import of library fails

2020-07-21 Thread Jörg-Volker Peetz
Package: python3-matplotlib Version: 3.3.0-1 Severity: critical X-Debbugs-Cc: none, J-V Peetz Dear Sandro Tosi, in ipython3 the import of matplotlib.pyplot fails: In[1]: import matplotlib.pyplot as plt ---

Bug#949646: libsqlite3-0: Firefox immediately crashes at start with latest libsqlite3-0

2020-01-23 Thread Jörg-Volker Peetz
It also breaks thunderbird 1:68.4.1-1 which immediately crashes before any graphical component appears. Regards, Jörg.

Bug#945791: libopenblas0-openmp: undefined symbol: GOMP_parallel

2019-11-28 Thread Jörg-Volker Peetz
Package: libopenblas0-openmp Version: 0.3.7+ds-4 Severity: serious Dear Debian Science Team, when trying to exchange libopenblas0-openmp for libopenblas0-pthread, I get the following error from a self compiled program: /usr/lib/x86_64-linux-gnu/libblas.so.3: undefined symbol: GOMP_parallel

Bug#922772: redmine: start via unicorn fails

2019-02-21 Thread Jörg-Volker Peetz
Dear Maintainer team, for clearness I also append my redmine/config/environment.rb which I modified to run the redmine server in a sub-URI. The problematic line seems to be line 16 RedmineApp::Application.routes.default_scope = { :path => ENV['RAILS_RELATIVE_URL_ROOT'] } before the application

Bug#922772: redmine: start via unicorn fails

2019-02-20 Thread Jörg-Volker Peetz
Package: redmine Version: 4.0.1-1 Severity: grave Dear Maintainer team, after upgrading from 3.4.6 the start of redmine via unicorn fails. Please find the error protocol appended. It seems to fail in line 19 of /usr/share/redmine/config/environment.rb Regards, Jörg. -- System Information:

Bug#882592: Trackpad behaves erratic

2017-11-25 Thread Jörg-Volker Peetz
Package: libinput10 Version: 1.9.2-1 Dear Maintainer(s), this is to confirm the regression this version introduces and to describe some problems. After update from version 1.8.3-1 (also update of libc6 from version 2.24-15) the mouse clicks from my Logitech K830 keyboard with built in touchpad

Bug#867542: enigmail: can't decrypt messages in thunderbird

2017-07-07 Thread Jörg-Volker Peetz
Package: enigmail Version: 2:1.9.8-1 Severity: grave Dear Maintainer, decryption of messages in thunderbird fails. The log of enigmail shows this: --- %< --- 2017-07-07 08:34:46.501 [DEBUG] errorHandling.jsm: parseErrorOutputWith: statusFlags = 0020 2017-07-07 08:34:46.501 [DEBUG]

Bug#865232: Still depending on latex-xcolor

2017-06-20 Thread Jörg-Volker Peetz
Package: doxygen-latex Version: 1.8.13-5 Dear maintainer, version 1.8.13-5 in unstable still depends on latex-xcolor. Regards, jvp.

Bug#841368: gcc-6 6.2.0-7 breaks kernel build if stack protection is enabled

2016-10-25 Thread Jörg-Volker Peetz
On Thu, 20 Oct 2016 18:13:05 -0500 "S. R. Wright" wrote: > I agree. When the version changes from 6.2.0-6 to 6.2.0-7, only bug > fixes should be included, not changes in functionality. In this case > setting enable-default-pie essentially broke backwards compatibility.

Bug#832119: unicorn: start script won't start if config file exists!

2016-07-22 Thread Jörg-Volker Peetz
Package: unicorn Version: 5.0.1-1 Severity: grave Dear Maintainer, there seems to be an error in /etc/init.d/unicorn which forbids to start unicorn if a config file exists (and not if it *not* exist). In lines 42--44 it reads if [ -s $CONFIG_RB ]; then exit_with_message "Unicorn

Bug#806376: Fixed since 3.2.0-1

2016-02-23 Thread Jörg-Volker Peetz
AFAICT, this bug is fixed since version 3.2.0-1 although not mentioned in the changelog. The reason I replied to these bugs is that in the Package Tracker (https://security-tracker.debian.org/tracker/source-package/redmine ) version 3.2.0-2 of redmine is still marked as vulnerable. Regards,

Bug#807272: Fixed since 3.2.0-1

2016-02-23 Thread Jörg-Volker Peetz
AFAICT, this bug is fixed since version 3.2.0-1 although not mentioned in the changelog. Regards, Jörg-Volker.

Bug#815132: tesseract-ocr: link against libept5, libept4 is gone

2016-02-19 Thread Jörg-Volker Peetz
Package: tesseract-ocr Version: 3.04.01-2 Severity: serious Dear Maintainer(s), since the liblept4 package has been replaced by liblept5, tesseract-ocr is not installable in testing/sid. Regards, Jörg-Volker.

Bug#792361: redmine: dpkg --configure broken when installing ruby packages

2015-07-14 Thread Jörg-Volker Peetz
Package: redmine Version: 3.0~20140825-8 Severity: serious Dear Antonio, dear maintainers, thanks for the new redmine version. Installing it on my stretch/sid Debian worked without problem. After that I tried to update the ruby packages ruby-jquery-rails, ruby-kgio, and ruby-raindrops. This

Bug#792361: redmine: dpkg --configure broken when installing ruby packages

2015-07-14 Thread Jörg-Volker Peetz
Antonio Terceiro wrote on 07/14/2015 15:03: Control: reassign -1 ruby-jquery-rails Control: notfound -1 3.1.2-6 Control: found -1 4.0.4-1 Control: ruby-jquery-rails: new version breaks redmine dependencies Control: affects -1 + redmine On Tue, Jul 14, 2015 at 10:04:19AM +0200, Jörg-Volker

Bug#737161: dotclear: with sqlite essential functions are broken

2014-01-30 Thread Jörg-Volker Peetz
Package: dotclear Version: 2.6.1+dfsg-1 Severity: grave Dear Dario Minnucci, using a sqlite data base the creation of a new blog or editing existing blogs or comments doesn't work. This problem is already fixed upstream for this version of dotclear: http://dev.dotclear.org/2.0/ticket/1910 Also

Bug#727070: xpdf: Upgrade of fontconfig from 2.10.2 to 2.11 causes xpdf to deadlock on x86 and fail mutex on x86_64

2013-10-31 Thread Jörg-Volker Peetz
The difference in the package libfontconfig1 between version 2.10.2-2 and 2.11.0-1 is that /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 is now linked again /lib/x86_64-linux-gnu/libpthread.so.0. Also in the xpdf build the macro MULTITHREADED is not set the resulting binary /usr/bin/xpdf.real

Bug#727070: xpdf: Upgrade of fontconfig from 2.10.2 to 2.11 causes xpdf to deadlock on x86 and fail mutex on x86_64

2013-10-31 Thread Jörg-Volker Peetz
Sorry for the typos: s/linked again /linked against / s/Also in the xpdf build/Although in the xpdf build/ Regards, jvp -- -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#719773: unmet dependency: libmenu-cache3

2013-08-15 Thread Jörg-Volker Peetz
Package: lxpanel Version: 0.5.12-2 Severity: serious Dear Maintainers, thanks very much for the new version of lxpanel. But the upgrade to version 0.5.12-2 of the lxpanel package with aptitude -t unstable install ~Ulxpanel is not possible due to the fact: The following packages have unmet

Bug#631257: Fix suggestion

2012-07-28 Thread Jörg-Volker Peetz
Package: dovecot-core Version: 1:2.1.7-2 As a user of dovecot-imapd I would like to suggest a fix for the dovecot-core postinst script, please see attached patch. -- Best regards, Jörg-Volker. --- dovecot-core.postinst~ 2012-06-22 07:52:45.0 +0200 +++ dovecot-core.postinst 2012-07-28

Bug#665749: ca-certificates-java: postinst script generates link /libnss3.so

2012-03-25 Thread Jörg-Volker Peetz
Package: ca-certificates-java Version: 20120225 Severity: serious Dear Maintainer, the postinst script of package ca-certificate-java seems to me bogus: in the function first_install() the file /etc/java-6-openjdk/security/nss.cfg is searched for the term nssLibraryDirectory which is only to be

Bug#665754: ca-certificates: reconfiguration creates links in /

2012-03-25 Thread Jörg-Volker Peetz
Package: ca-certificates Version: 20120212 Severity: serious Dear Maintainer, the command dpkg-reconfigure ca-certificates produces the links /libnss3.so and /libsoftokn3.so. This is due to a bug in the script /etc/ca-certificates/update.d/jks-keystore: in the script the file

Bug#665754: correction (ca-certificates: reconfiguration creates links in /)

2012-03-25 Thread Jörg-Volker Peetz
I have to add some corrections. The file /etc/java-6-openjdk/security/nss.cfg is accessed through the link /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/security/nss.cfg which belongs to the package openjdk-6-jre-headless. So a remedy would be to search directly the file

Bug#662039: icedtea-7-plugin missing quotes in postinst script

2012-03-03 Thread Jörg-Volker Peetz
Package: icedtea-7-plugin Version: 1.2~pre3-1 Small correction: the bug is in line 28 of postinst script: it should read if [ -n $(update-alternatives ... instead of if [ -n $(update-alternatives ... -- Jörg-Volker. -- To UNSUBSCRIBE, email to

Bug#641873: xpdf: Bug#641873: doesn't display text in many PDF files; Bug#654308: maximal zoom factor is only 400%

2012-02-25 Thread Jörg-Volker Peetz
xpdf version: 3.03-9 Thank you very much for your work, Michael. Yes, I can confirm that these bugs are fixed. -- Best regards, Jörg-Volker. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#641873: xpdf doesn't display text in many PDF files

2012-02-12 Thread Jörg-Volker Peetz
Package: xpdf Version: 3.03-7 Hi Michael, concerning the patches applied in xpdf, I have a question about the patch named use-poppler-fix-findfontfile.patch (you created it?). This patch changes only the files GlobalParams.cc and GlobalParams.h but the function findFontFile is also called in the

Bug#653350: problem solved with rubygems 1.8.15-1

2012-01-23 Thread Jörg-Volker Peetz
Package: redmine Version: 1.3.0+dfsg1-2 With rubygems 1.8.15-1 from unstable redmine is (re-)installable/upgradable again. I tried a reinstall with redmine 1.3.0+dfsg1-1 as well as an upgrade to version 1.3.0+dfsg1-2. Both worked despite the messages about Gem::SourceIndex#add_spec is deprecated.

Bug#641873: xpdf doesn't display text in many PDF files

2012-01-17 Thread Jörg-Volker Peetz
Package: xpdf Version: 3.03-7 Using one of the already mentioned example files http://ec.europa.eu/transport/air-ban/doc/list_en.pdf and comparing the output when using the option -cmd for the self-compiled original xpdf 3.03 and xpdf from the debian package the following differences occur:

Bug#641873: xpdf doesn't display text in many PDF files

2012-01-17 Thread Jörg-Volker Peetz
Package: xpdf Version: 3.03-7 Forgot to mention, that with the self-compiled xpdf 3.03 the file http://ec.europa.eu/transport/air-ban/doc/list_en.pdf seemed to be correctly displayed. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#653350: redmine: redmine won't install with rubygems 1.8.12-1

2011-12-31 Thread Jörg-Volker Peetz
Jérémy Lal wrote, on 12/29/11 14:04: On 27/12/2011 12:25, Jörg-Volker Peetz wrote: Package: redmine ... uninitialized constant Gem::SyckDefaultKey ... gem2deb's fix is to call Gem.load_yaml before require 'yaml' is called elsewhere. Using that fix on redmine works too, in /usr/share

Bug#653350: redmine: redmine won't install with rubygems 1.8.12-1

2011-12-27 Thread Jörg-Volker Peetz
Package: redmine Version: 1.2.2+dfsg1-1 Severity: serious Dear Jérémy, trying to install redmine version 1.2.2 or the newer 1.3.0 from unstable fails with rubygems 1.8.12-1 from unstable, whereas with rubygems 1.8.10-1 from testing it is installlable (although with warnings like NOTE:

Bug#645139: redmine: fails to install also in testing; downgrade to previous version 1.1.3-4 also fails

2011-10-23 Thread Jörg-Volker Peetz
Package: redmine Version: 1.2.1+dfsg2-2 Dear maintainer, redmine 1.2.1+dfsg2-2 entered testing and also fails to install here. Even a downgrade to the previous version of redmine fails with the same symptoms: # dpkg -r redmine-sqlite redmine # dpkg -i redmine_1.1.3-4_all.deb

Bug#645139: redmine: fails to install also in testing; downgrade to previous version 1.1.3-4 also fails

2011-10-23 Thread Jörg-Volker Peetz
Jérémy Lal wrote, on 10/23/11 12:55: It seems .specification file is not forward compatible with rubygems 1.8.10 : cd /usr/share/redmine/vendor/gems rm rubytree-0.5.2/.specification rake gems:refresh_specs does the job. I'll update .specification in package today. Jérémy. Dear

Bug#642734: Version 1.1.3-1 also broken [ was: java applets don't work in iceweasel; java doesn't terminate after stopping iceweasel]

2011-09-29 Thread Jörg-Volker Peetz
Package: icedtea-plugin Version: 1.1.3-1 This version of the package also fails on my system (iceweasel 6.0.2-1, openjdk-6-jre 6b23~pre9-2) with the same error message. -- Best regards, Jörg-Volker. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Bug#642734: Bug#642598: w/ new javaws.policy HDtracks Download Manager no longer works

2011-09-29 Thread Jörg-Volker Peetz
Hallo Damien, Damien Raude-Morvan wrote, on 09/29/11 10:56: snip In fact, it's an issue with openjdk-6 where he didn't allow it's own sunpkcs11.jar library to access internal classes. I'm preparing an update for this. In the mean time, you can edit /etc/java-6-openjdk/security/java.policy

Bug#623523: Suggestion: use link /etc/network/run - /run/network

2011-05-29 Thread Jörg-Volker Peetz
User: rle...@debian.org Usertags: run-transition I added the above two tags due to the proposal in http://wiki.debian.org/ReleaseGoals/RunDirectory#Bug_reports I would like to suggest to use a link to /run/network for /etc/network/run in the ifupdown.postinst script with the new /run directory.

Bug#619175: closed by Norbert Tretkowski norb...@tretkowski.de (Bug#617240: fixed in mysql-5.1 5.1.57-1)

2011-05-20 Thread Jörg-Volker Peetz
Debian Bug Tracking System wrote, on 05/14/11 17:21: This is an automatic notification regarding your Bug report which was filed against the libmysqlclient16 package: #617240: paraview in testing linked against libmysqlclient16 of unstable? It has been closed by Norbert Tretkowski