Bug#1022999: Please provide long descriptions

2022-10-28 Thread s3v
Source: promod3 Version: 3.2.1+ds-5 Severity: important Dear Maintainer, The following binary packages haven't long description: - libpromod3-core-dev - libpromod3-core3.2 - libpromod3-loop-dev - libpromod3-loop3.2 - libpromod3-modelling-dev - libpromod3-modelling3.2 - libpromod3-scoring-dev -

Bug#1017161: gringo: FTBFS: catch.hpp:6415:41: error: array bound is not an integer constant before ‘]’ token

2022-10-28 Thread s3v
Dear Maintainer, [...] > In file included from /<>/clasp/libpotassco/tests/main.cpp:19: > /<>/clasp/libpotassco/tests/catch.hpp:6415:41: error: array > bound is not an integer constant before ‘]’ token >  6415 | static char altStackMem[SIGSTKSZ]; >   | 

Bug#1002189: aiohttp-cors: FTBFS: AttributeError: 'NoneType' object has no attribute 'split'

2022-01-11 Thread s3v
Dear Maintainer, This bug was fixed in dh-python [1] and I've successfully built your package in a local sid chroot environment. Kind Regards [1] https://bugs.debian.org/1002182

Bug#983605: dicomscope: Files missing from distribution

2021-03-03 Thread s3v
Hi, >> -- System Information: >> Debian Release: bullseye/sid >>   APT prefers testing >>   APT policy: (500, 'testing') >> Architecture: amd64 (x86_64) >> >> Kernel: Linux 5.10.13-20210224 (SMP w/2 CPU threads) Maybe this kernel has been compiled without binfmt_misc support? Kind Regards

Bug#981452: python3-mkautodoc Please add extended description

2021-01-31 Thread s3v
Additional info. DDTP keeps old description for 0.1.0-1 [1] Description: Auto documentation for MkDocs This markdown extension adds 'autodoc' style support, for use with MkDocs. but I don't know where this comes from... I'm unable to find commits on Salsa related on this, something weird

Bug#981452: python3-mkautodoc Please add extended description

2021-01-31 Thread s3v
Source: mkautodoc Severity: important Dear maintainers, python3-mkautodoc hasn't extended description in d/control:  [...]  Recommends: ${python3:Recommends}  Suggests: ${python3:Suggests}  Description: AutoDoc for MarkDown This leads to broke DDTSS interface and makes your package

Bug#979841: rdflib: autopkgtest failure: cannot create directory ‘build/py3_testing’

2021-01-31 Thread s3v
Dear Maintainer, after recent upload of rdflib/5.0.0-1, tests fail with this message: (Reading database ... 18244 files and directories currently installed.) Removing autopkgtest-satdep (0) ... autopkgtest [12:41:57]: test python3: [---

Bug#977057: behave FTBFS with pytest 6

2021-01-31 Thread s3v
Dear Maintainer, After applying this patch [1], I was able to build your package in a sid chroot environment. Kind Regards [1] https://github.com/behave/behave/commit/66fcad

Bug#973128: celery-batches: FTBFS: dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.8" returned exit code 13

2021-01-30 Thread s3v
Dear Maintainer, celery-batches supports Celery 5.0 now [1]. FWIW, packaging new upstream version fixes this issue. Kind Regards [1] https://github.com/clokep/celery-batches/commit/5e3b9d

Bug#975530: pymol's autopkg tests fail with Python 3.9

2021-01-30 Thread s3v
Dear Maintainer, this issue was fixed upstream, please see https://github.com/schrodinger/pymol-open-source/commit/deabfe Kind Regards

Bug#980600: getdp: FTBFS: ld: /usr/lib/x86_64-linux-gnu/libslepc.so: undefined reference to `MPIU_SUM'

2021-01-29 Thread s3v
Dear Maintainer, I tried to build your package in a sid chroot environment and no problems occurred. Please see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980751 Kind Regards

Bug#976146: pipx broken with python 3.9

2021-01-28 Thread s3v
Dear Maintainer, the keyword argument "encoding" for json.loads() was removed in Python 3.9 [1]. Anyway, upstream code was heavily changed and affected lines disappeared. PWIW, packaging new version of pipx fixes this issue. Kind Regards. [1]

Bug#973061: nototools: FTBFS: dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 2

2021-01-25 Thread s3v
Dear Maintainer, attached patch makes your package to build correctly in a sid chroot environment. Kind Regards --- debian/rules 2021-01-25 16:23:50.215639571 +0100 +++ debian/rules.new 2021-01-25 16:23:40.541020908 +0100 @@ -22,3 +22,4 @@ override_dh_auto_clean: dh_auto_clean rm -rf

Bug#978360: python-whoosh: FTBFS: AttributeError: 'NullMatcherClass' object has no attribute '__name__'

2021-01-25 Thread s3v
Dear Maintainer, I was able to build your package in a sid chroot environment without any issue. Maybe this FTBFS was triggered by old bugged versions of Sphinx? Kind Regards

Bug#980670: pantalaimon: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13

2021-01-24 Thread s3v
Dear Maintainer, Your package builds fine in a sid chroot environment after applying this commit [1]. Kind Regards [1] https://github.com/matrix-org/pantalaimon/commit/726e969

Bug#975131: datovka: FTBFS: src/delegates/tag_item.cpp:59:15: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined

2021-01-16 Thread s3v
Dear Maintainer, I tried to build your package in a sid chroot environment, and I confirm that one-line patch fixes the issue. Kind Regards

Bug#977064: flask-gravatar FTBFS with pytest 6

2021-01-14 Thread s3v
Dear Maintainer, I suspect this issue is caused by python3-pytest-pep8 package. Just dropping pep8 support for pytest makes your package buildable. Kind Regards Index: flask-gravatar-0.4.2/debian/control === ---

Bug#975166: connectome-workbench: FTBFS: qwt_painter_command.h:85:22: error: field ‘clipPath’ has incomplete type ‘QPainterPath

2021-01-13 Thread s3v
Dear Maintainer, I tried to build your package in a sid chroot environment and I confirm that patch fixes this issue. Kind Regards

Bug#977132: python-pygal FTBFS with pytest 6

2021-01-13 Thread s3v
Dear Maintainer, after applying this patch [1], I was able to build your package in my sid chroot environment. Kind Regards. [1] https://github.com/Kozea/pygal/commit/19e539

Bug#977054: aiorwlock FTBFS with pytest 6

2021-01-10 Thread s3v
Dear Maintainer, please find attached a patch to fix this issue. Anyway new version for aiorwlock was released upstream and affected code was changed. FWIW, packaging aiorwlock 1.0.0 solves this bug. Kind Regards. Index: aiorwlock-0.6.0/tests/conftest.py

Bug#977056: beanbag FTBFS with pytest 6

2021-01-10 Thread s3v
Dear Maintainer, please find attached a patch to make tests able to pass. Kind Regards Index: beanbag-1.9.2/tests/test_attrdict.py === --- beanbag-1.9.2.orig/tests/test_attrdict.py +++ beanbag-1.9.2/tests/test_attrdict.py @@ -16,7

Bug#972767: frr ftbfs with python3.9

2021-01-06 Thread s3v
Dear Maintainer, I can confirm that mentioned patch fixed FTBFS in my sid chroot environment. Kind Regards.

Bug#975774: micropython FTBFS: test failures

2021-01-04 Thread s3v
Dear Maintainer, I've added some print statements [1] in 'tests/run-tests' to have more meaningful context for failed tests: [...] EXPECTED:  b'True\nTrue\n' REAL:  b'True\nTrue\nValueError\n' FAIL  extmod/urandom_basic.py [...] EXPECTED:  b'CPYTHON3 CRASH' REAL:  b'pkg __name__: pkg7\npkg

Bug#975539: buku's autopkg tests fail with Python 3.9

2020-12-21 Thread s3v
Reported upstream. https://github.com/jarun/buku/issues/490 Kind Regards

Bug#975169: litecoin: FTBFS: qt/trafficgraphwidget.cpp:55:9: error: invalid use of incomplete type ‘class QPainterPath’

2020-12-16 Thread s3v
Dear Maintainer, after adding  #include in qt/trafficgraphwidget.cpp, litecoin builds fine in a pbuilder sid chroot. Kind Regards

Bug#977224: pokerth FTBFS with Boost 1.74

2020-12-15 Thread s3v
Forgot to mention patch, sorry. https://bugs.gentoo.org/723520

Bug#977224: pokerth FTBFS with Boost 1.74

2020-12-15 Thread s3v
Dear Maintainer, I'm able to build your package after applying this patch [1] in a pbuilder sid chroot. Kind Regards

Bug#975667: supercollider: FTBFS against boost_1.74

2020-12-15 Thread s3v
Dear Maintainer, similar FTBFS against Boost 1.73 was fixed upstream [1]. If I read correctly, other issues related to Boost was fixed upstream in supercollider 3.11.2. Kind Regards [1] https://github.com/supercollider/supercollider/pull/4983

Bug#961958: librdkafka++1: Zero-size library on several architectures

2020-12-15 Thread s3v
Dear Maintainers, this issue seems fixed after 1.5.0-2 upload. https://buildd.debian.org/status/fetch.php?pkg=librdkafka=amd64=1.5.0-2=1602418635=0 ... librdkafka++1_1.5.0-2_amd64.deb ... -rw-r--r-- root/root161800 2020-10-11 11:13 ./usr/lib/x86_64-linux-gnu/librdkafka++.so.1 ... Kind

Bug#977270: [libmirwayland0, libmirwayland-dev] short descriptions overflow

2020-12-13 Thread s3v
Source: mir Severity: minor Dear Maintainer, short descriptions for libmirwayland0 and libmirwayland-dev packages overflow in long description: libmirwayland0 -- Mir Display Server - generated wrappers for Wayland protocol extensions. libmirwayland-dev - Mir

Bug#931982: forward to MR

2020-12-13 Thread s3v
https://salsa.debian.org/python-team/packages/python-django-celery-beat/-/merge_requests/1

Bug#963654: pillow: FTBFS with Sphinx 3.1: /<>/docs/conf.py:292: RemovedInSphinx40Warning: The app.add_javascript() is deprecated. Please use app.add_js_file() instead.

2020-11-24 Thread s3v
Dear Maintainers, both testing and sid have Sphinx 3.3 now and this package builds fine... [1] Kind Regards [1] https://buildd.debian.org/status/package.php?p=pillow=sid

Bug#948575: About removing overrides with deprecated "extra" priority

2020-11-15 Thread s3v
Dear Maintainers, please find attached a simple Python script to parse an override .gz file [1] and create a text file containing only lines with 'extra' priority replaced by 'optional' one. Example of usage:   python3 overrides.py --filein override.sid.main.gz --fileout override.sid.main   If I

Bug#972926: celery: autopkgtest failures

2020-10-27 Thread s3v
Hi, I tried to build Celery 5.0.0-2 in a pbuilder chroot:  # pbuilder build --basetgz /home/pbuilder-sid.tgz --use-network yes --buildplace ./cache --aptcache ./ cache celery_5.0.0-2.dsc and it succeed. Kind Regards

Bug#970291: golang-github-avast-apkverifier-dev misses description in Translation-en.bz2 for Sid

2020-09-14 Thread s3v
Package: ftp.debian.org Severity: minor Control: affects -1 golang-github-avast-apkverifier-dev Dear Maintainers, I just find out golang-github-avast-apkverifier-dev [1] has not description in Translation-en.bz2 file [2].  $ bzgrep golang-github-avast-apkverifier-dev Translation-en.bz2  $ I

Bug#953262: lintian.d.o: Provide archive-wide statistics on home page

2020-06-09 Thread s3v
Hi Felix, thanks for your reply e for taking care of package shape via Lintian. I much appreciated your huge restyling activity and your tons of commits addressed to make Lintian's internals more performant and consistent. First of all I have to make clear that my observations come from my

Bug#962000: Duplicated news for php-horde-image

2020-06-01 Thread s3v
Package: tracker.debian.org Severity: wishlist Dear maintainers, I have noticed that tracker.debian.org reports duplicated news for php-horde-image package [1] and others packages in php-horde ecosystem (php-horde-data, php-horde-cache, php-horde-crypt, et al.). I'm wondering if this behavior

Bug#953262: Please restore stats on the web page

2020-03-06 Thread s3v
Control: reassign 953262 lintian Sorry for the mess... Please find below the original message correctly formatted (hopefully) -- Dear maintainer, as reported in [1] a month ago, I would like to see stats of Lintian's tags get restored on the

Bug#953262: Please restore stats on the web page

2020-03-06 Thread s3v
Package: lintian Severity: normal Dear maintainer, as reported in [1] a month ago, I would like to see stats of Lintian's tags get restored on the main web page of the project. I used to read stats daily and I think these are a very useful mean for all users and contributors for making Debian even

Bug#947168: duplicate-short-description doesn't deal well with Haskell packages

2020-01-31 Thread s3v
Hi, On Tue, 24 Dec 2019 09:25:57 +0100 s3v wrote: > I think most immediate solution could be substituting Haskell variables by > Lintian itself before emitting tags. I guess hardcoding substitutions is not doable... PEAR packages have variables [1][2] handled by something at buildin

Bug#948575: About removing overrides with deprecated "extra" priority

2020-01-10 Thread s3v
Package: ftp.debian.org Severity: wishlist Dear Maintainers, Is there any block preventing removal of "extra" priority from overrides? e.g   gnupg-utils extra utils "extra" priority is deprecated as per Debian Policy [1]    extra     This priority is deprecated. Use the optional priority

Bug#947168: duplicate-short-description doesn't deal well with Haskell packages

2019-12-24 Thread s3v
Hi Felix, Il 23/12/19 10:58, Felix Lechner ha scritto: > Hi s3v, > > This message only deals with your supplemental question about geany-plugins. > > On Sun, Dec 22, 2019 at 3:21 AM s3v wrote: >> >> duplicate-short-description was not emitted for geany-plugins d

Bug#947168: duplicate-short-description doesn't deal well with Haskell packages

2019-12-22 Thread s3v
Package: lintian Severity: minor X-Debbugs-Cc: pkg-haskell-maintain...@alioth-lists.debian.net Dear maintainer, duplicate-short-description tag has been emitted for a lot of Haskell packages but short descriptions seem to be different. * haskell-abstract-deque [1] $ apt-cache show

Bug#942206: Unable to install libreoffice-{avmedia-backend-vlc, core, kde, ogltrans, pdfimport} packages in buster-backports

2019-11-03 Thread s3v
Dear Maintainer, libreoffice (versioned as 1:6.3.3-2~bpo10+1) migrated in bpo but the problem is still there. Kind regards.

Bug#942206: Unable to install libreoffice-{avmedia-backend-vlc, core, kde, ogltrans, pdfimport} packages in buster-backports

2019-10-12 Thread s3v
Package: src:libreoffice Severity: normal Dear maintainer, some packages are currently uninstallable in buster-backports: # apt -s -t buster-backports install libreoffice* [...] Some packages could not be installed. This may mean that you have requested an impossible situation or if you are

Bug#941759: Please fix duplicated paragraph in long descriptions

2019-10-04 Thread s3v
Package: src:haskell-random Version: 1.1-11 Severity: minor Tags: patch Dear maintainer, Please fix duplicated paragraph in long descriptions for libghc-random-{dev, doc, prof} packages. ... This package provides a basic random number generation library, including the ability to split random

Bug#932530: Please fix typos in short descriptions for various packages (missing round bracket

2019-07-20 Thread s3v
Source: gcc-9-cross Severity: minor Dear maintainer, please fix typos in short descriptions for these packages: lib32stdc++-9-dev-amd64-cross lib32stdc++-9-dev-ppc64-cross lib32stdc++-9-dev-mips64el-cross lib32stdc++-9-dev-s390x-cross lib32stdc++-9-dev-sparc64-cross lib32stdc++-9-dev-x32-cross

Bug#932138: minissdpd fails to upgrade from Stretch to Buster

2019-07-15 Thread s3v
Package: minissdpd Severity: important Dear maintainer, minissdpd fails with the error reported below during upgrade fron Stretch to Buster: Setting up minissdpd (1.5.20190210-1) ... Installing new version of config file /etc/init.d/minissdpd ... enp0s3 Job for minissdpd.service failed

Bug#931982: python3-django-celery-beat / python-django-celery-beat-doc: please swap short descriptions

2019-07-13 Thread s3v
Source: python-django-celery-beat Severity: minor Dear maintainter, please fix typos in short descriptions for python3-django-celery-beat and python-django-celery-beat-doc packages. Two descriptions must be swapped, I guess. Package: python-django-celery-beat-doc [...] Description:

Bug#928992: priority-extra-is-replaced-by-priority-optional doesn't catch some packages

2019-05-16 Thread s3v
Thanks a lot for explaining Lintian's behavior. I thought priority information come from package file... I've opened another bug report for (hopefully) solving this issue. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929087 Thanks again for your work and yourtime. Kind regards. Il

Bug#929087: Priority information in packages file is not reliable

2019-05-16 Thread s3v
Package: ftp.debian.org Dear developer, there is some divergence between priority information in Packages.xz file and priority field in binary .deb file. E.g. (from Packages.xz) Package: allure Version: 0.8.3.0-3 Installed-Size: 36600 Maintainer: Debian Haskell Group [...] Section: games

Bug#928992: priority-extra-is-replaced-by-priority-optional doesn't catch some packages

2019-05-14 Thread s3v
Package: lintian Severity: minor Dear maintainer,  after downloading Packages.xz file [1] and searching priority-extra files for amd64 architecture in sid:  $ sed -n "/Priority: extra/p" Packages | wc -l  272 I saw a little divergence. I compared the result with this page [2] that reports

Bug#919605: grub-fstest: segmentation fault with a very long value for '-n' option

2019-01-18 Thread s3v
I can't reproduce this issue anymore (with long argument or long file). Please feel free to close this bug, (I forgot to mention that my shell is Bash). Sorry for the noise and thanks for your time. Kind regards.

Bug#919605: grub-fstest: segmentation fault with a very long value for '-n' option

2019-01-18 Thread s3v
Hi Bernhard, thanks for your reply and for taking care of the issue. Il 18/01/19 15:53, Bernhard Übelacker ha scritto: > Hello s3v, > I tried to have a look at the crash, but unfortunately could > not reproduce it with packages on state of current buster > in a amd64 qemu V

Bug#919605: grub-fstest: segmentation fault with a very long value for '-n' option

2019-01-17 Thread s3v
Package: grub-common Severity: normal Dear maintainer, passing a very long value to grub-fstest command with '-n" option causes a segmentation fault. $ foo="0"; for i in {1..6000}; foo="$foo$i"; done $ grub-fstest -n $foo Segmentation fault Similarly: $ echo "$foo" > foofile $

Bug#917333: horst: please package 5.1 release

2018-12-26 Thread s3v
Package: src:horst Severity: wishlist Dear maintainer, I'd like to ask you to package the last release of horst (versioned as 5.1) [1]. Thanks in advance for considering. Kind regards. [1] https://github.com/br101/horst/releases

Bug#779483: collectd: Fails to install if no FQDN domain name

2018-12-22 Thread s3v
Severity: normal Control: retitle -1 collectd: Fails to install without a valid FQDN Hi again. On Sat, 25 Mar 2017 11:53:44 +0100 s3v wrote: > Control: severity -1 serious > Uhm, something gone wrong... > I think that this issue violates the Debian Policy (section 6.3), > there

Bug#914830: syslog-ng-mod-{getent, map-value-pairs, snmptrapd-parser, stardate}: please set priority to "optional"

2018-11-27 Thread s3v
Package: src:syslog-ng Version: 3.13.2-5 Severity: wishlist Justification: Debian Policy §2.5 Dear maintainer, I'd like to ask you to change deprecated "extra" priority in favor of "optional" as per Debian Policy: [...[ extra This priority is deprecated. Use the optional priority instead.

Bug#913321: r-cran-zip: please fix short description

2018-11-09 Thread s3v
Hi, thanks for your quick reply. Il 09/11/18 16:32, Dirk Eddelbuettel ha scritto: > > If it once was an issue it seems to already be fixed in the sources so maybe > you are looking at an older version? > > At > > https://salsa.debian.org/edd/r-cran-zip/blob/master/debian/control > > we

Bug#913321: r-cran-zip: please fix short description

2018-11-09 Thread s3v
Package: src:r-cran-zip Severity: minor Dear maintainer, I was wondering if you could please fix the short description for r-cran-zip package: GNU R package to read and write XLSX files This description is the same as r-cran-openxlsx packages. Kind regards.

Bug#913252: [Pkg-kbd-devel] Bug#913252: loadkeys: segmentation fault with a very long file name

2018-11-09 Thread s3v
Control: severity -1 minor Hi Andreas, thanks for your quick reply. Il 09/11/18 10:58, Andreas Henriksson ha scritto: > Control: tags -1 upstream > > Hello s3v, > > Thanks for your bug report. > > On Thu, Nov 08, 2018 at 07:06:36PM +0100, s3v wrote: >> Packa

Bug#913252: loadkeys: segmentation fault with a very long file name

2018-11-08 Thread s3v
Package: kbd Version: 2.0.4-4 Severity: important Dear maintainer, loadkeys segfaults with a very long file name and if the "-b" or "-m" option was specified: $ foo="0"; for i in {1..6000}; do foo="$foo$i"; done; loadkeys -b $foo segmentation fault $ loadkeys -b $foo segmentation fault

Bug#913161: nrss: pressing almost all keys has no effect

2018-11-07 Thread s3v
Package: nrss Version: 0.3.9-1+b3 Severity: grave Dear maintainer, I have created this content for ~/.nrss/config as suggested by the manpage: default_rate "5" default_show "30" default_maxitems "50" add "http://rss.slashdot.org/Slashdot/slashdotMain; "Slashdot" (Slashdot feed URL is

Bug#913014: e3 (all binaries): immediate segmentation fault

2018-11-05 Thread s3v
Package: e3 Version: 1:2.71-1 Severity: grave Dear maintainer, I'm unable to run e3 and related binaries (e3em, e3ne, e3pi, e3vi and e3ws):  $ e3  Segmentation fault  $ gdb e3  [...]  Reading symbols from e3...(no debugging symbols found)...done.  (gdb) run  Starting program: /usr/bin/e3  

Bug#909272: Please provide checks for spotting wrong indentation of paragraph separator

2018-09-20 Thread s3v
o.0 superfast... Thanks!

Bug#909272: Please provide checks for spotting wrong indentation of paragraph separator

2018-09-20 Thread s3v
Package: lintian Severity: wishlist Dear Maintainer, I would like to ask you to provide some checks for spotting wrong indentations of paragraph separators into long descriptions. E.g. Package: python3-ghost Description-md5: c97396987883115e33c12a7995af18f6 Description-en: webkit web client

Bug#908822: long descriptions are empty

2018-09-14 Thread s3v
Source: haskell-yi-mode-haskell Version: 0.17.1-1 Severity: minor Dear maintainer, Please fix long descriptions for libghc-yi-mode-haskell-{dev,prof,doc} packages as the current ones are almost empty. [...] Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git X-Description: Yi

Bug#908823: long descriptions are empty

2018-09-14 Thread s3v
Source: haskell-yi-frontend-pango Version: 0.17.1-2 Severity: minor Dear maintainer, Please fix long descriptions for libghc-yi-frontend-pango-{dev,prof,doc} packages as the current ones are almost empty. [...] Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git

Bug#908247: long descriptions are empty

2018-09-07 Thread s3v
Source: haskell-yi-frontend-vty Version: 0.17.1-1 Severity: minor Dear maintainer, Please fix long descriptions for libghc-yi-frontend-vty-{dev,prof,doc} packages as the current ones are almost empty. [...] Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git X-Description:

Bug#904831: [geany-plugin-keyrecord] Please fix short description

2018-07-28 Thread s3v
Package: geany-plugin-keyrecord Severity: minor Dear maintainer, please fix short description for geany-plugin-keyrecord package. Actually this description reads: git change bar plugin for Geany but it is the same as geany-plugin-git-changebar package. Regards.

Bug#902276: Please fix typos in control.cross-ml.in

2018-06-24 Thread s3v
Source: gcc-defaults Severity: minor Dear maintainer, please fix typos in control.cross-ml.in where "cross-compiler" recurs twice in two description templates. --- control.cross-ml.in 2018-06-24 12:27:40.504445944 +0200 +++ control.cross-ml.in-new 2018-06-24 12:27:50.872248116 +0200 @@

Bug#887903: akregator suddenly crashes. nouveau_fence.c: No such file or directory

2018-04-06 Thread s3v
Upgrading to 4:17.12.3-1 doesn't solve the problem but the crash vanishes after switching from nouveau to Nvidia proprietary drivers. Regards

Bug#887903: akregator suddenly crashes. nouveau_fence.c: No such file or directory.

2018-01-25 Thread s3v
Akregator still crashes after updating to 4:17.08.3-2. Regards.

Bug#887903: akregator suddenly crashes. nouveau_fence.c: No such file or directory.

2018-01-21 Thread s3v
Package: akregator Version: 4:17.08.3-1 Severity: important Dear maintainer,  after running akregator, just few clicks are allowed before a crash happens. This issue renders akregator totally unusable for me (sob...). $ gdb akregator [...] Reading symbols from akregator...Reading symbols from

Bug#880004: extended-description-is-empty doesn't catch debug packages

2017-10-29 Thread s3v
Control: clone -1 -2 Control: reassign -2 debian-i18n Control: retitle -2 "[DDTSS] Unable to translate packages with missing extended description" Thanks for your quick reply. On Sat, 28 Oct 2017 12:15:10 +0100 Chris Lamb wrote: > Thanks for the report. I note that these are

Bug#880004: extended-description-is-empty doesn't catch packages

2017-10-28 Thread s3v
Package: lintian Severity: normal Dear maintainer, I have filed a bug report against a package that do not provide an empty extended description [1]. After that i checked the tracker page [2] and i noticed that the lintian warning was not emitted despite this tag is active (but doesn't catch

Bug#880001: Please provide long description for *-dbg packages

2017-10-28 Thread s3v
Source: binutils Severity: important Justification: Policy violation (§ 3.4) [1] Dear mantainer, please provide long descriptions for some debug symbols packages as the current ones are empty. Binary packages involved: binutils-mips64el-linux-gnuabin32-dbg binutils-powerpc-linux-gnuspe-dbg

Bug#872033: apt edit-sources: missing newline at the end of "file changed, please run 'apt-get update'."

2017-08-13 Thread s3v
Package: apt Version: 1.5~beta1 Severity: minor Tags: patch Control: found -1 1.4.7 Dear maintainer, after some changes in sources.list file, "apt edit-sources" sends to output the message below: "Your '/etc/apt/sources.list' file changed, please run 'apt-get update'" but a missing newline

Bug#865864: [jigdo-lite] Please support HTTPS

2017-07-12 Thread s3v
Control: severity -1 important Control: tags -1 patch Hi, the official page [1] says: ...all that you need to do is tell the download tool the location of a ".jigdo" file to process. and: From one of the locations listed below, pick the".jigdo" files you want to download, and enter

Bug#866865: [SDDM] Poweroff/suspend buttons are invisible/disabled

2017-07-02 Thread s3v
) or disabled/greyed out (Elarun, Breeze themes) but after restarting sddm service the buttons come back to work again (until the next reboot). Some logs/outputs: $ groups s3v cdrom floppy audio dip video plugdev netdev bluetooth lpadmin # dmesg -l err systemd-logind[2066]: Failed to start user

Bug#865864: [jigdo-lite] Please support HTTPS

2017-06-25 Thread s3v
Package: jigdo-file Version: 0.7.3-4+b1 Severity: wishlist Dear maintainer, jigdo-lite fails to retreive .jigdo file if HTTPS protocol is specified into the URI: $ jigdo-lite [...] jigdo: https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dvd/debian-9.0.0-amd64-DVD-1.jigdo File

Bug#863567: rmail: unable to install because of unmet dependency

2017-05-28 Thread s3v
Package: rmail Severity: normal rmail is currently uninstallable on Stretch: # apt-get -o Debug::pkgProblemResolver=1 install rmail Reading package lists... Done Building dependency tree Reading state information... Done Starting pkgProblemResolver with broken count: 2 Starting 2

Bug#863367: apt does not find solutions that involve libssl1.0-dev -> libssl-dev

2017-05-27 Thread s3v
Thanks for investigating. Il 27/05/2017 08:32, Adrian Bunk ha scritto: > libecryptfs-dev Is not actually uninstallable, the core problem is that > you have libssl1.0-dev installed and apt fails to find the solution to > solve the dependencies: Yep, I haven't libssl-dev: $ dpkg -l | grep -i

Bug#863367: libecryptfs-dev: unable to install because of unmet dependency

2017-05-25 Thread s3v
Package: libecryptfs-dev Severity: grave Justification: renders package unusable Currently libecryptfs-dev is uninstallable on Stretch. This is the output when trying to install: # apt-get install libecryptfs-dev Reading package lists... Done Building dependency tree Reading state

Bug#861995: duplicated paragraph in long description

2017-05-07 Thread s3v
Package: libzypp-common Severity: minor Tags: l10n Hi, please fix duplicated paragraph in long description of the package libzypp-common. Other descriptions for the packages built from the same source are ok. libzypp is the package management library that powers applications like YaST,

Bug#860386: [DDTP] Please provide pages to list descriptions that had been previously translated

2017-04-15 Thread s3v
Package: debian-i18n Tags: l10n Severity: wishlist Hi, please provide HTML pages (such as this [1] or this [2]) to list the package descriptions that had been translated but aren't anymore because the description has been modified (e.g. a trivial typo fixed by maintainer causes the loss of

Bug#779483: (no subject)

2017-03-25 Thread s3v
Control: severity -1 serious Hi! Do yoy have any news about this issue? After more than two years the error message is slightly different: The following NEW packages will be installed: collectd collectd-core 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. Need to get 0 B/1106

Bug#781915: Patch (potential NMU) for multiple RC-grade issues in apt-zip

2015-04-09 Thread s3v
Thanks for having solved a lot of issues ;) Only one problem remains in place: since I use the experimental repository, the next upgrade shows many updates. This happens because InRelease files are correctly in /var/lib/apt/lists but the subsequent command: [ -n $APTGETACTION ] apt-get

Bug#781915: Checksum fails and other issues in Jessie

2015-04-04 Thread s3v
Package: apt-zip Version: 0.18 Severity: grave Hi! Machine A (Debian Wheezy without net connection, pendrive mounted in /media/3E77-C915, hostname=s3v3land-laptop) machine B (Debian Jessie connected to the Internet, pendrive mounted in /media/s3v/3E77-C915, hostname=s3v3land

Bug#779483: collectd: Fails to install if no FQDN domain name

2015-03-01 Thread s3v
Package: collectd Version: 5.4.1-6 Severity: wishlist Hi, attempting to install this package... # apt-get install collectd Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: collectd-core

Bug#774390: proftpd-basic - The ftpasswd man page should be updated

2015-01-01 Thread s3v
Package: proftpd-basic Version: 1.3.5-1.1 Severity: minor Hi! The man page should be updated because some options are missing and some others are in place but not properly displayed (i.e. the words next .br) . I attach the changes to the file ftpasswd.8 according to the official

Bug#764925: [Exim4] - Italian debconf translation

2014-10-12 Thread s3v
Package: exim4 Version: 4.84-2 Severity: minor Tags: patch l10n Minor corrections attached. https://lists.debian.org/debian-l10n-italian/2013/10/msg00029.html (original post). Thanks -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500,

Bug#725978: /usr/lib/udisks2/udisksd: Doesn't event on CD/DVD media insertion

2014-03-04 Thread s3v
Just a little more information. In my case, with systemd, the problem disappears and changes in a udev rule (or creating a new one in accordance with [1]) are no longer needed. $ cat /etc/default/init INIT=/lib/systemd/systemd I'm using Udisks2 + Jessie Thanks [1]

Bug#725978: /usr/lib/udisks2/udisksd: Doesn't event on CD/DVD media insertion

2013-11-30 Thread s3v
Same for me. I solved the problem by applying this patch [1]. With: $ udevadm monitor nothing happens if CD is inserted. The event is activated when System Settings - Permissions (for K3B) is opened or with the command: $ udisks --enumerate maybe with other commands related to udisks. After

<    1   2