Bug#1104817: libaudit-common: crash of virtual machine

2025-05-06 Thread Nicola
Package: libaudit-common Version: 1:4.0.2-2 Severity: important Dear Maintainer, while using the a virtual machine it shutdown. [ 3496.073809] kauditd_printk_skb: 4 callbacks suppressed [ 3496.073812] audit: type=1400 audit(1746563968.184:209): apparmor="DENIED" operation="mknod" class="file" pr

Bug#1100370: Wrong depends library for Slurm RSMI package

2025-03-12 Thread Nicola Ferralis
Package: slurm-wlm Version: 24.11.3-1 Recently the RSMI plugin was made to depends on librocm-smi-dev (Closing: #1094164). Yet, in debian/control, the package slurm-wlm-rsmi-plugin depends on librocm-smi64-dev. This package does not exist anywhere on debian. This prevents the installation for

Bug#1100370: (no subject)

2025-03-12 Thread Nicola Ferralis
In the definition of slurm-wlm-rsmi-plugin (debian/control), the incorrect depends package librocm-smi64-dev needs to be replaced with librocm-smi64-1, not librocm-smi-dev as in my previous email.

Bug#1098387: (no subject)

2025-02-20 Thread Nicola Ferralis
It is worth nothing that gpac needs to be updated to version 2.4.0 so that both gpac and ccextractor can work with recent versions of Ubuntu/debian (because of the current lack of support for ffmpeg 7 in gpac 2.2.1). A separate bug for updating gpac is here: https://bugs.debian.org/cgi-bin/bu

Bug#1098400: (no subject)

2025-02-20 Thread Nicola Ferralis
I ported version 2.4.0 and created a full set of packages, source files (debian.tar.xz, orig.tar.xz, dsc), etc: https://launchpad.net/~bleedingedge/+archive/ubuntu/noble-bleed/+sourcepub/17011648/+listing-archive-extra Version 2.4.0 brings support for ffmpeg 7, which makes it compatible with r

Bug#1098400: Update gpac to version 2.4

2025-02-19 Thread Nicola Ferralis
Package: gpac Version: 2.2.1+dfsg1-2 gpac is currently in version 2.2.1 in debian Sid. This version is incompatible with Ffmpeg 7. Upstream has gpac in version 2.4 which is compatible. This bug report request pulling version 2.4 into sid. https://github.com/gpac/gpac https://github.com/gpac/gp

Bug#1098387: Fix FTBS of ccextractor with OCR enabled.

2025-02-19 Thread Nicola Ferralis
Package: ccextractor Version: 0.94-3 Patch from upstream to allow successful compilation under Ubuntu 24.04. diff -Nru ccextractor-0.94.orig/src/lib_ccx/ocr.c ccextractor-0.94/src/lib_ccx/ocr.c --- ccextractor-0.94.orig/src/lib_ccx/ocr.c 2021-12-15 12:03:45 +++ ccextractor-0.94/src/lib_ccx

Bug#1098386: Use correct library name for leptonica in ccextractor

2025-02-19 Thread Nicola Ferralis
Package: ccextractor Version: 0.94-3 With the transition from lept to leptonica, the configure.ac script needs to be updated. Patch attached. diff -Nru ccextractor-0.94.orig/linux/configure.ac ccextractor-0.94/linux/configure.ac --- ccextractor-0.94.orig/linux/configure.ac2021-12-15 12:03

Bug#1091675: RFS: uacme/1.7.6-1 -- Lightweight client for the RFC8555 ACMEv2 protocol

2024-12-29 Thread Nicola Di Lieto
bian.net/debian/pool/main/u/uacme/uacme_1.7.6-1.dsc Changes since the last upload: uacme (1.7.6-1) unstable; urgency=medium . * New upstream release - Build-Depends: on pkgconf instead of pkg-config Regards, -- Nicola Di Lieto

Bug#1072430: Fixed upstream with new release 2.2.8

2024-09-13 Thread Nicola Ferralis
Upstream version 2.2.8 fixes the compatibility issues with ffmpeg 7. It's available as stable here: https://github.com/sr99622/libonvif The version in debian/unstable (1.4.4-1.1) is to be considered obsolete. It would be good to port the newer version from upstream.

Bug#1081666: fix compilation of moc against ffmpeg 7

2024-09-13 Thread Nicola Ferralis
package: moc Version: 1:2.6.0~svn-r3005-3.1build6 The source code of moc is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. diff -Nru moc-2.6.0~svn-r3005.orig/decoder_

Bug#1072436: patch

2024-09-13 Thread Nicola Ferralis
Fixes compilation of moc against ffmpeg 7diff -Nru moc-2.6.0~svn-r3005.orig/decoder_plugins/ffmpeg/ffmpeg.c moc-2.6.0~svn-r3005/decoder_plugins/ffmpeg/ffmpeg.c --- moc-2.6.0~svn-r3005.orig/decoder_plugins/ffmpeg/ffmpeg.c2024-09-13 12:06:30.475572948 -0400 +++ moc-2.6.0~svn-r3005/decoder_plug

Bug#1072401: patch

2024-09-13 Thread Nicola Ferralis
The attached patch allows compilation of baresip against ffmpeg 7diff -Nru baresip-1.1.0.orig/modules/avcodec/decode.c baresip-1.1.0/modules/avcodec/decode.c --- baresip-1.1.0.orig/modules/avcodec/decode.c 2024-09-12 17:59:08.067564052 -0400 +++ baresip-1.1.0/modules/avcodec/decode.c 2024-0

Bug#1081663: Fix compilation of comskip against ffmpeg 7

2024-09-13 Thread Nicola Ferralis
package: comskip Version: 0.82.009+git20230112.d0cc422+ds.1-2.1 The source code of comskip is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. diff -Nru comskip-0.82.009

Bug#1072424: Patch

2024-09-13 Thread Nicola Ferralis
The attached patch allows compilation of janus against ffmpeg 7diff -Nru janus-gateway-1.1.2.orig/src/postprocessing/pp-avformat.c janus-gateway-1.1.2/src/postprocessing/pp-avformat.c --- janus-gateway-1.1.2.orig/src/postprocessing/pp-avformat.c 2023-01-17 09:36:18 +++ janus-gateway-1.1.2/src/

Bug#1072406: Patch

2024-09-13 Thread Nicola Ferralis
The attached patch allows compilation of comskip against ffmpeg 7 diff -Nru comskip-0.82.009+git20230112.d0cc422+ds.1.orig/mpeg2dec.c comskip-0.82.009+git20230112.d0cc422+ds.1/mpeg2dec.c --- comskip-0.82.009+git20230112.d0cc422+ds.1.orig/mpeg2dec.c 2024-09-13 11:02:56.126573122 -0400 +++ coms

Bug#1072431: Patch

2024-09-13 Thread Nicola Ferralis
The attached patch allows compilation of libopenshot against ffmpeg 7 diff -Nru libopenshot-0.3.2.orig/src/FFmpegReader.cpp libopenshot-0.3.2/src/FFmpegReader.cpp --- libopenshot-0.3.2.orig/src/FFmpegReader.cpp 2023-04-19 18:01:02 +++ libopenshot-0.3.2/src/FFmpegReader.cpp 2024-09-05 14:14:

Bug#1081652: fix compilation of baresip against ffmpeg 7

2024-09-13 Thread Nicola Ferralis
package: baresip Version: 1.1.0-1 The source code of baresip is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch (from upstream) fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unst

Bug#1081438: Updated patch

2024-09-12 Thread Nicola Ferralis
Attached an updated patch based on upstream trunk.diff -Nru zoneminder-1.36.33+dfsg1.orig/src/zm_camera.h zoneminder-1.36.33+dfsg1/src/zm_camera.h --- zoneminder-1.36.33+dfsg1.orig/src/zm_camera.h 2024-09-10 20:26:34.096617372 -0400 +++ zoneminder-1.36.33+dfsg1/src/zm_camera.h2024-09-1

Bug#1081485: Fix compilation of shotdetect against ffmpeg 7

2024-09-11 Thread Nicola Ferralis
package: shotdetect Version: 1.0.86-6 The source code of shotdetect is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstable. diff

Bug#1081438: fix compilation of zoneminder against ffmpeg 7

2024-09-11 Thread Nicola Ferralis
package: zoneminder Version: 1.36.33+dfsg1-1 The source code of zoneminder is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstabl

Bug#1081353: (no subject)

2024-09-10 Thread Nicola Ferralis
This is a duplicate of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081354

Bug#1081353: fix compilation of blender against ffmpeg 7

2024-09-10 Thread Nicola Ferralis
package: performous Version: 1.3.0+dfsg-1 The source code of performous is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstable.

Bug#1081354: fix compilation of performous against ffmpeg 7

2024-09-10 Thread Nicola Ferralis
package: performous Version: 1.3.0+dfsg-1 The source code of performous is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstable.

Bug#1081061: fix compilation of blender against ffmpeg 7

2024-09-07 Thread Nicola Ferralis
package: blender Version: 4.1.1+dfsg-3 The source code of blender is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstable. diff

Bug#1081024: fix compilation of janus against ffmpeg 7

2024-09-06 Thread Nicola Ferralis
Package: janus Version: 1.1.2-1 The source code of janus is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstable. diff -Nru janu

Bug#1080957: Fix compilation of libopenshot against ffmpeg 7

2024-09-05 Thread Nicola Ferralis
Package: libopenshot Version: 0.3.2+dfsg1-2.1 The source code of libopenshot incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstabl

Bug#1080949: Fix compilation of openboard against ffmpeg 7

2024-09-05 Thread Nicola Ferralis
Package: openboard Version: 1.6.4+dfsg-1 The source code of openboardis incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstable. di

Bug#1080481: Fix compilation of Webcamoid against ffmpeg 7.0

2024-09-04 Thread Nicola Ferralis
Package: webcamoid Version: 9.1.1-1 The source code of Webcamoid is incompatible with the current version of FFmpeg 7, leading to a crash when trying to compile against it. The attached patch fixes the issues, allowing successful compilation. I am using Ubuntu 24.04 and Debian Unstable. diff -

Bug#1078416: miniflux should not run as root, and other hardening

2024-08-25 Thread Laurențiu Nicola
Hi, I tried to install the version from sid, but it doesn't seem to work because it doesn't create the system user for it: $ getent passwd miniflux $ dpkg -L miniflux | grep sysusers $ journalctl -ocat -fu miniflux Starting miniflux.service - Miniflux... miniflux.service: Failed to determine use

Bug#1078416: miniflux should not run as root, and other hardening

2024-08-09 Thread Laurențiu Nicola
Package: miniflux Version: 2.1.4-1 The Debian package in trixie seems to run as root, which isn't ideal. I believe the upstream packages create a separate miniflux user instead. In addition, there's some hardening options that could be lifted off the upstream systemd unit: [Service] RuntimeDir

Bug#1076949: python3-kitchen: prints warning on import with python3.12

2024-07-24 Thread Nicola Chiapolini
if this leads to wrong results anywhere, but it at least unnecessarily pollutes the output of tools using the module. best wishes Nicola -- System Information: Debian Release: trixie/sid APT prefers stable-security APT policy: (990, 'stable-security'), (990, 'testing'), (500,

Bug#1069269: Enable OpenGL support to Gwyddion

2024-04-18 Thread Nicola Ferralis
Package: gwyddion Version: 2.64-1.1 By default the debian package of gwyddion is built without OpenGL support. This prevents gwyddion to render 3D display of the data, which is often needed for publication of SPM data. The attached patch (which changes debian/rules and debian/control only, enab

Bug#1067440: Compression makes searching packages very slow

2024-03-22 Thread Laurențiu Nicola
Thanks for the quick fix, I can confirm it's much faster now: # apt 2.7.13, trixie $ time apt search librust- real0m30.185s user0m28.286s sys 0m1.729s # apt 2.7.14, trixie $ time apt search librust- real0m0.640s user0m0.490s sys 0m0.035s And sorry for the empty subject, i

Bug#1067440:

2024-03-21 Thread Laurențiu Nicola
Correction: because of full-text search, it might actually be quadratic in the number of packages (I didn't check). And it might be possible to fix it, by going through the compressed stream just once, instead of restarting (assuming the results are returned in the file order, which seems reason

Bug#1067440: Compression makes searching packages very slow

2024-03-21 Thread Laurențiu Nicola
Package: apt Version: 2.7.12 I noticed that searching for packages is very slow if the package lists are compressed. To reproduce, remove `/var/lib/apt/lists`, enable Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz"; , run `apt update`. This enables LZ4 compression on my

Bug#1059934: Python 3.12 support

2024-02-05 Thread Nicola Soranzo
FYI Python 3.12 support for python-future is implemented in https://github.com/PythonCharmers/python-future/pull/632 . Cheers, Nicola Soranzo

Bug#1059856: correction to patch

2024-01-03 Thread Nicola Manini
Hello, it seems that the folder /etc/environment.d is not honored. So my suggested patch (involving adding a file there) fails. A workaround is to add the following line: MOZ_USE_XINPUT2=1 to configuration file /etc/environment This method does work. But I ignore if modifying a c

Bug#1055946: python3-wordcloud: pathon3-wordcloud should not recommend texlive-fonts-extra, not depend on it

2023-11-14 Thread Nicola Chiapolini
--install --force-all ... instead. After explicitly setting the font_path in my python file, the script works perfectly. It's a pitty, such unclean steps are needed to avoid the unnecessary bloat. Thanks for the packaging the tool nevertheless. best wishes Nicola

Bug#1054005: linux-image-6.5.0-1-amd64: System freeze when suspend or hybrid-suspend or hibernate

2023-10-15 Thread Nicola
Package: src:linux Version: 6.5.3-1 Severity: grave Justification: renders package unusable X-Debbugs-Cc: bram...@gmail.com Dear Maintainer, The system is a laptop, Lenovo Ideapad S 15-IKB. When the laptop enter in suspend mode, or hibernate or simply the lid switch calls to switch off the moni

Bug#1046040: uacme: Fails to build source after successful build

2023-08-14 Thread Nicola Di Lieto
Tags: fixed On Sun, Aug 13, 2023 at 09:21:31PM +0200, Lucas Nussbaum wrote: This package fails to build a source package after a successful build (dpkg-buildpackage ; dpkg-buildpackage -S). Fixed in 1.7.4-2 and uploaded to mentors. I added Adam Borowski in CC, as he did the upload for me in

Bug#1043014: (no subject)

2023-08-05 Thread Nicola Ferralis
Patches for Ubuntu Mantic have been discussed and approved: https://bugs.launchpad.net/ubuntu/+source/blender/+bug/2029503 Patch available: https://git.launchpad.net/~ahasenack/ubuntu/+source/blender/tree/debian/patches/0004-fix-support-ffmpeg6.patch?h=mantic-blender-ftbfs-ffmpeg6

Bug#1043015: Add support for ffmpeg 6.0 for python-av

2023-08-04 Thread Nicola Ferralis
Package: python-av Version: 10.0.0-1+b1 Python-av currently does not compile against ffmpeg 6.0. Upstream has released a patch that adds support for ffmpeg 6.0: https://github.com/PyAV-Org/PyAV/pull/1110 or from freebsd: https://github.com/freebsd/

Bug#1043014: Add support for ffmpeg 6.0 for blender

2023-08-04 Thread Nicola Ferralis
Package: blender Version: 3.4.1+dfsg-2+b1 Blender currently does not compile against ffmpeg 6.0. Support for ffmpeg 6 can be added by applying the attached patch developed for freebsd: https://cgit.freebsd.org/ports/commit/?id=0ed9c88a8c2de8744cb63163bdff9f9e4a71693e

Bug#1041378: (no subject)

2023-08-02 Thread Nicola Ferralis
The most relevant change is in the file: libavutil/hwcontext_qsv.h where in ffmpeg 5.1.3 it used to read (line 22): #include while in ffmpeg 6.0: #include That said, simply adding the folder mfx/ in ffmpeg 6.0 leads to a compilation error for ffmpeg: In file included from src/libavfilte

Bug#1032675: python3-numpy: conflict with python-numpy of /usr/bin/f2py

2023-03-10 Thread Nicola
Package: python3-numpy Version: 1:1.23.5-2 Severity: important Dear Maintainer, on update: Estrazione di python3-numpy (1:1.24.2-1) su (1:1.23.5-2)... dpkg: errore nell'elaborare l'archivio /var/cache/apt/archives/python3-numpy_1%3a1.24.2-1_amd64.deb (--unpack): tentata sovrascrittura di "/usr/

Bug#1030856: debian-i18n: The installer doesn't allow to select freely language and locale

2023-02-08 Thread Nicola Perotto
Package: debian-i18n Severity: important Tags: l10n X-Debbugs-Cc: nic...@nicolaperotto.it

Bug#1030351: python3-numpy: Upgrade to 1.24.1 impossible, conflict with python-numpy

2023-02-03 Thread Nicola
Package: python3-numpy Version: 1:1.23.5-2 Severity: normal Dear Maintainer, apt-get safe-upgrade output: Estrazione di python3-numpy (1:1.24.1-2+b1) su (1:1.23.5-2)... dpkg: errore nell'elaborare l'archivio /var/cache/apt/archives/python3-numpy_1%3a1.24.1-2+b1_amd64.deb (--unpack): tentata sovr

Bug#1029594: Fails to authenticate mit o365

2023-02-02 Thread Nicola Chiapolini
it hit me. $ aptitude versions thunderbird i 1:102.6.0-1 p 1:102.7.1-1 testing,unstable p 1:104.0~b2-1 experimental so listbugs is currently the remaining line of defence. best Nicola

Bug#1029594: Fails to authenticate mit o365

2023-02-01 Thread Nicola Chiapolini
s happy to see that the problem is fixed and upgraded. So I try to help others... (Since the only reason I use Thunderbird in the first place is to access o365, this bug might even be considered grave ;-) thanks for your work. Nicola

Bug#1029717: calcoo: segmentation error - XPM not supported

2023-01-26 Thread Nicola
Package: calcoo Version: 1.3.18-8 Severity: important Dear Maintainer, Calcoo doesn't load. nicola@lenovo:~$ calcoo (calcoo:512775): GdkPixbuf-WARNING **: 17:19:55.965: Error loading XPM image loader: Il tipo di immagine «xpm» non è supportato (calcoo:512775): GdkPixbuf-WARNING **:

Bug#1010297: matchbox-keyboard: The on screen keyboard does only have letters

2022-04-28 Thread Nicola Canepa
Package: matchbox-keyboard Version: 0.2+git20160713-1 Severity: important Dear Maintainer, The on screen keyboard does only have letters: no numbers, or punctuation/special characters, which makes it very hard to use it with a touch screen * What led up to the situation? I installed and sta

Bug#1007125: akonadi-backend-mysql: Akondai's mariadb dead after suspend + resume

2022-03-11 Thread Nicola Chiapolini
akonadi's mysqld. The mysqld instance of akonadi is dead after resume. If I SIGKILL it, I can restart akonadi and things work again. Below you find the output from some tests I run on the terminal. best Nicola -- Output from experiments on terminal user $ akonadictl status Akonadi C

Bug#1004207: locales: Add schwa combination in IT Keyboard layout

2022-01-22 Thread Nicola
Package: locales Version: 2.33-2 Severity: wishlist Dear Maintainer, could be useful add a combination to keyboard layout to write the schwa character ( ə ) IMHO the actual combination of AltGr + SHIFT + e (that produces ¢ , witch is already also in AltGr + SHIFT + c) could be assigned to Schwa.

Bug#906149: Confirmation

2022-01-14 Thread Nicola Mingotti
--- Source: gnu-smalltalk (3.2.5-1.3) Version: 3.2.5-1.3+b2 ... $> gst GNU Smalltalk ready st> 12.12 Object: 1 error: The program attempted to divide a number by zero ZeroDivide(Exception)>>signal (ExcHandling.st:254) SmallInteger(Number)>>zeroDivide (SysExcept.st:1426)

Bug#632960: bluetooth: Bluetoothd dies after restoring from hibernate PM

2022-01-14 Thread Nicola
Package: bluetooth Version: 5.62-2 Followup-For: Bug #632960 Dear Maintainer, Same situation. When any powerreduce act (p.e. display shutoff) the Bluetooth goes off, as WiFi, but on resume WiFi restarts normally, bluetooth no. bluetoothctl reports no controller on list command. blueman fails to s

Bug#939835: libvirt-clients: The problem is still here.

2021-09-15 Thread Nicola
Package: libvirt-clients Version: 7.6.0-1 Followup-For: Bug #939835 Dear Maintainer, The problem is still here. On shutdown, with no-running virtual machine libvirt-guests.sh[]: Running guests on default URI: no running guests. -- System Information: Debian Release: bookworm/sid APT pre

Bug#994206: libopenshot requires deprecated libavresample-dev, leading to broken system

2021-09-13 Thread Nicola Ferralis
Package: libopenshot Version: 0.2.5+dfsg1-5 libopenshot (v. 0.2.5+dfsg1-5) requires libavresample-dev in deboan/control. However, with FFmpeg 4.4-6, libavresample-dev is not available in version 4.4-5, leaving the system broken. Replacing libavresample-dev with libswresample-dev in debian/cont

Bug#994205: Compilation of libopenshot fails with FFmpeg 4.4

2021-09-13 Thread Nicola Ferralis
sh encoder that doesn't support it [libx264 @ 0x5620a7363100] Ignoring attempt to flush encoder that doesn't support it [libx264 @ 0x5620a7363100] Ignoring attempt to flush encoder that doesn't support it /home/nicola/Software/Ubuntu/openshot/test/libopenshot-0.2.5+dfsg1/tests/FFmpegWriter_Tes

Bug#994002: MPlayer fails to compile against ffmpeg 4.4

2021-09-09 Thread Nicola Ferralis
Package: mplayer Version:2:1.4+ds1-1 When MPlayer (v. 2:1.4+ds1-1) is compiled with FFMPEG 4.4-5 (now in bookworm/sid) compilation fails. Log: In file included from libmpcodecs/ad_spdif.c:25: /usr/include/x86_64-linux-gnu/libavformat/avformat.h:888:21: note: declared here   888 | AVCodecCont

Bug#993131: webext-keepassxc-browser: Chromium error: "Failed to load extension from: . Manifest file is missing or unreadable"

2021-08-27 Thread Nicola Davide Mannarelli
Package: webext-keepassxc-browser Version: 1.7.9.1+repack1-2 Severity: normal Tags: upstream X-Debbugs-Cc: li...@ndmnet.eu Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) t

Bug#989587: unblock: uacme/1.7.1-1

2021-06-10 Thread Nicola Di Lieto
Control: tags -1 - moreinfo On Thu, Jun 10, 2021 at 02:52:26PM +0200, Graham Inggs wrote: Control: tags -1 + confirmed Please go ahead and upoad to unstable, then remove the moreinfo tag. Done: http://deb.debian.org/debian/pool/main/u/uacme/uacme_1.7.1-1.dsc Nicola

Bug#989587: unblock: uacme/1.7.1-1

2021-06-09 Thread Nicola Di Lieto
On Wed, Jun 09, 2021 at 07:30:13PM +0200, Sebastian Ramacher wrote: This appears to be a pre-approval request. Please provide a debdiff between the source package in bullseye and unstable. as requested I attach the source debdiff. Thank you. uacme.debdiff.gz Description: application/gzip

Bug#989587: unblock: uacme/1.7.1-1

2021-06-07 Thread Nicola Di Lieto
Subject: unblock: uacme/1.7.1-1 Package: release.debian.org User: release.debian@packages.debian.org Usertags: unblock Severity: normal Please unblock package uacme 1.7.1-1 https://mentors.debian.net/package/uacme [ Reason ] New upstream bugfix version with two small changes: 1) uacme: fix

Bug#980263: taskwarrior: Filtering for project-names containing hyphen and number stopped working

2021-01-29 Thread Nicola Chiapolini
Reopened upstream, my use-case also includes 'c.vs.2021-11' which is not fixed

Bug#980263: taskwarrior: Filtering for project-names containing hyphen and number stopped working

2021-01-16 Thread Nicola Chiapolini
cts (`task project:c.vs.2021-01`) fail with error 'Cannot subtract strings'. Downgrading fixes the problem. Thanks for all the work. Let me know if I should report this upstream or can support in any other way. best regards Nicola -- System Information: Debian Release: bullseye/sid APT p

Bug#768073: ITP: lxd - The Linux Container Daemon

2020-11-01 Thread Nicola Tuveri
gt; -- > nodens > > This is great news indeed! I saw you mentioned limited availability to work on packaging LXD, can you give some estimate of how much work you think is left in light of the latest developments and how long it could take to have experimental packaging? Cheers, Nicola

Bug#969954: giblib1: error saving screenshot scrot

2020-09-09 Thread Nicola
Package: giblib1 Version: 1.2.4-12 Severity: important Dear Maintainer, scrot can't save screenshot nicola@lenovo:~$ scrot -c ~/screenshot/test.png giblib error: Saving to file /home/nicola/screenshot/test.png failed -- System Information: Debian Release: bullseye/sid APT prefers te

Bug#959238: yowsup-cli: requires python3-consonance

2020-05-01 Thread Nicola
Package: yowsup-cli Version: 3.2.3-1 Severity: normal Dear Maintainer, it's an error in dependecies. python3-consonance is required, otherwise Traceback (most recent call last): File "/usr/bin/yowsup-cli", line 6, in from yowsup.config.manager import ConfigManager File "/usr/lib/python3

Bug#958736: supertux: Segfault in Ghouls' lair

2020-04-24 Thread Nicola Chiapolini
ertux2` several times, generating backtraces after each segfault. The result are attached. Just let me know if I should investigate anything else or should report this upstream (to supertux or mesa). thanks Nicola -- System Information: Debian Release: bullseye/sid APT prefers testing A

Bug#951569: thunderbird: Changing account to send email doesn't work, it changes only FROM name.

2020-02-17 Thread Nicola
Package: thunderbird Version: 1:68.5.0-1 Severity: important Dear Maintainer, Situation. Thunderbird with 5 account e-mail (A, B, C, D, E). I receive an email on account A "Pippo " and I wish to reply using account B "Company ". I compose my e-mail, finally I go to change the account to use (Fr

Bug#663763: nouveau: Another case of freezing

2020-02-14 Thread Nicola
Package: xserver-xorg-video-nouveau Version: 1:1.0.16-1 Followup-For: Bug #663763 Dear Maintainer, when system starts using the GeForce card the X server freeze or crash. -- Package-specific info: /etc/X11/X does not exist. /etc/X11/X is not a symlink. /etc/X11/X is not executable. VGA-compatib

Bug#950792: /usr/lib/libreoffice/program/soffice: Opening OpenOffice make Xorg crash

2020-02-06 Thread Nicola
Package: libreoffice-core Version: 1:6.3.4-2 Severity: important File: /usr/lib/libreoffice/program/soffice Dear Maintainer, launching libreoffice make Xorg crash. Xorg log, /var/log/Xorg.0.log : [ 7245.804] (EE) [ 7245.804] (EE) Backtrace: [ 7245.805] (EE) 0: /usr/lib/xorg/Xorg (?+0x0) [0x55d

Bug#930952: RFS: libagentcrypt/1.0.5-2 [ITP] -- symmetric encryption with SSH Agent

2019-07-16 Thread Nicola Di Lieto
On Mon, Jul 15, 2019 at 09:15:15PM +0200, Adam Borowski wrote: How do I use this program? According to my reading of the man page, the following should work: [/tmp]$ echo meow >foo [/tmp]$ agentcrypt foo agentcrypt: failed to encrypt foo: Invalid argument [/tmp]$ agentcrypt -v foo agentcrypt: e

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-07-03 Thread Nicola Di Lieto
On Wed, Jul 03, 2019 at 02:40:30AM +0200, Adam Borowski wrote: One issue is the watch file being empty (save for comments). If there's nothing inside, it should be deleted. But, for a Github project that does sane release, it's too trivial to fill it instead: Done, but since I use pristine-t

Bug#930952: RFS: libagentcrypt/1.0.5-2 [ITP] -- symmetric encryption with SSH Agent

2019-06-23 Thread Nicola Di Lieto
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "libagentcrypt" * Package name: libagentcrypt Version : 1.0.5-2 Upstream Author : Nicola Di Lieto * URL : https://github.com/ndilieto/libagentcrypt

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-23 Thread Nicola Di Lieto
Oif. Still: a2x: ERROR: "xsltproc" --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 "/etc/asciidoc/docbook-xsl/manpage.xsl" "/<>/uacme.1.xml" returned non-zero exit status 127 Ok, I switched to sbuild on a fresh

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-22 Thread Nicola Di Lieto
On Sat, Jun 22, 2019 at 09:09:28PM +0200, Adam Borowski wrote: Alas: a2x: ERROR: "xsltproc" --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 "/etc/asciidoc/docbook-xsl/manpage.xsl" "/<>/uacme.1.xml" returned non-zer

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-22 Thread Nicola Di Lieto
On 2019-06-21 12:21, Adam Borowski wrote: > a2x: ERROR: "xmllint" --nonet --noout --valid "/<>/uacme.1.xml" returned non-zero exit status 4 Still same: http://ix.io/1Muo (I'm busy right now -- sorry for not giving you a better answer.) There are other undeclared dependencies when a2x calls

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-21 Thread Nicola Di Lieto
Try https://mentors.debian.net/debian/pool/main/u/uacme/uacme_1.0.16-3.dsc which build-depends on libxml2-utils too On 2019-06-21 12:21, Adam Borowski wrote: On Fri, Jun 21, 2019 at 12:05:39PM +0200, Nicola Di Lieto wrote: I don't know why the orig file disappeared, but I have now delete

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-21 Thread Nicola Di Lieto
xmllint is from package libxml2-utils, asciidoc recommends it but does not depend on it. On my system when I install asciidoc it pulls also libxml2-utils Should I add libxml2-utils to the build-deps? On 2019-06-21 12:21, Adam Borowski wrote: On Fri, Jun 21, 2019 at 12:05:39PM +0200, Nicola

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-21 Thread Nicola Di Lieto
IOn 2019-06-21 11:13, Adam Borowski wrote: On Wed, Jun 19, 2019 at 07:43:40AM +0200, Nicola Di Lieto wrote: I fixed it, please let me know if it builds now: https://mentors.debian.net/debian/pool/main/u/uacme/uacme_1.0.16-2.dsc Alas, this still 404s for me: [~/tmp/pkg]$ dget -u https

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-18 Thread Nicola Di Lieto
On Wed, Jun 19, 2019 at 02:24:58AM +0200, Adam Borowski wrote: I'm afraid it doesn't build again: http://ix.io/1Ma0 Aha, my fault again. it should build-depend on pkg-config otherwise it won't find gnutls. checking for pkg-config... no I fixed it, please let me know if it builds now: ht

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-17 Thread Nicola Di Lieto
On Tue, Jun 18, 2019 at 10:39:06AM +0800, Paul Wise wrote: You might want to sign these tarballs: https://wiki.debian.org/Creating%20signed%20GitHub%20releases You may also want to sign all git tags and commits: https://mikegerwitz.com/papers/git-horror-story All my git tags and releases ar

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-17 Thread Nicola Di Lieto
On Mon, Jun 17, 2019 at 05:59:17PM +0800, Paul Wise wrote: One should always build everything from source as often as possible. Also remove build products from upstream VCSen and tarballs (except autotools cruft). I generate the original tarball by tagging master with 'vX.Y.Z', then './configu

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-16 Thread Nicola Di Lieto
New version with suggestions from Adam dget -x https://mentors.debian.net/debian/pool/main/u/uacme/uacme_1.0.15-3.dsc

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-16 Thread Nicola Di Lieto
On Sun, Jun 16, 2019 at 12:55:38PM +0200, Adam Borowski wrote: Hi Adam There's already a team in Debian dedicated to packaging of stuff made by that anvil-making company. Have you contacted them? Yes, in April and unfortunately I received no reply. The package doesn't build for me: http

Bug#928469: Bug #928469: ITP: uacme -- lightweight client for the RFC8555 ACMEv2 protocol

2019-06-16 Thread Nicola Di Lieto
On Sat, Jun 15, 2019 at 08:48:09PM +0200, Vincent Bernat wrote: Then, you can do create a "Request For Sponsor" (RFS). Hi Vincent, thanks again. Here is the RFS: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930595

Bug#930595: RFS: uacme/1.0.15-2 [ITP]

2019-06-16 Thread Nicola Di Lieto
Package: sponsorship-requests Severity: wishlist Dear mentors, I am looking for a sponsor for my package "uacme" * Package name: uacme Version : 1.0.15-2 Upstream Author : Nicola Di Lieto * URL : https://github.com/ndilieto/uacme * License

Bug#928469: Bug #928469: ITP: uacme -- lightweight client for the RFC8555 ACMEv2 protocol

2019-06-15 Thread Nicola Di Lieto
bian.org at the end of April and have so far received no reply. What else can I do? Thanks Nicola

Bug#928469: Bug #928469: ITP: uacme -- lightweight client for the RFC8555 ACMEv2 protocol

2019-06-14 Thread Nicola Di Lieto
Package: wnpp Severity: wishlist Owner: 'Nicola Di Lieto' *Package Name: uacme Version : 1.0.14 Upstream Author : Nicola Di Lieto *URL : https://github.com/ndilieto/uacme *License : GPL-3.0+ Description : lightweight client for the RFC8555 ACMEv

Bug#928469: ITP: uacme -- lightweight client for the RFC8555 ACMEv2 protocol

2019-05-05 Thread Nicola Di Lieto
Package: wnpp Severity: wishlist Owner: 'Nicola Di Lieto' *Package Name: uacme Version : 1.0.8 Upstream Author : Nicola Di Lieto *URL : https://github.com/ndilieto/uacme *License : GPL-3.0+ Description : lightweight client for the RFC8555 ACMEv

Bug#923531: gcalcli: calw syntax retrocompatibilty

2019-03-01 Thread Nicola
Package: gcalcli Version: 4.0.3-1 Severity: wishlist Dear Maintainer, The old syntax calw [weeks] doesn't work anymore. Example: gcalcli calw 4 doesn't function anymore, and should be substituted with gcalcli calw today 4 to get the same output. It would be better notice this change on updating

Bug#921879: nouveau: Xorg crash and MMIO read of 00000000 FAULT at ... [IBUS]

2019-02-09 Thread Nicola
version 4.19.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 8.2.0 (Debian 8.2.0-13)) #1 SMP Debian 4.19.12-1 (2018-12-22) Xorg X server log files on system: -- -rw-r--r-- 1 nicola nicola 36168 Sep 3 14:59 /home/nicola/.local/share/xorg/Xorg.0.log -rw-r--r-- 1

Bug#914150: pcmanfm: SIGSEGV, Segmentation fault on opening folder

2019-01-26 Thread Nicola
Package: pcmanfm Version: 1.3.1-1 Followup-For: Bug #914150 Bug still exists. Opening a folder with many subfolder and files pcmanfm crash -- System Information: Debian Release: buster/sid APT prefers testing APT policy: (990, 'testing'), (800, 'unstable'), (750, 'experimental'), (500, 'sta

Bug#920384: xorg: invalid tap event TAP_EVENT_MOTION in state TAP_STATE_TAPPED

2019-01-24 Thread Nicola
Package: xorg Version: 1:7.7+19 Severity: normal Dear Maintainer, Sometimes Xorg crashes, specially when opening libreoffice on battery usage. PC: Lenovo Ideapad 320s-IKBR (Intel i5 8th, nVidia MX130) lspci: nicola@lenovo:~$ lspci 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen

Bug#918211: Acknowledgement (ovito: depends on obsolete libnetcdf11)

2019-01-05 Thread Nicola Manini
Hello, I notice now that ovito has been removed from testing. Apparently the problem is well known then. I think this bug is useless and can be closed at this point. Thanks a lot! Nick

Bug#914150: pcmanfm: Loader SEGFAULT

2018-12-03 Thread Nicola
Package: pcmanfm Version: 1.3.0-1 Followup-For: Bug #914150 Dear Maintainer, opening a folder, with some subfolders and file make pcmanfm crash. The folder is a Dropbox folder, already tried to remove it and download it again, problem remains. In dmesg: [ 4049.174559] loader[31144]: segfault at

Bug#913474: kile: Kile fails to start due to missing libnepomukutils (and other nepomuk related libs)

2018-11-11 Thread Nicola Chiapolini
ctory" * What outcome did you expect instead? kile to start ;-) Thanks for all you work. Nicola

Bug#786962: icedove: overzealous address autocompletion: completes to undesired address

2018-10-28 Thread Nicola Manini
Hello Carsten, I'm happy to report that current thunderbird 1:52.9.1-1 is free from this overzealous address autocompletion bug. 786962 can be closed (well, assuming icedove and thunderbird are the same). Thanx a lot! Nick

  1   2   3   >