Bug#1081105: tiemu: FTBFS: gencpu.c:307:13: error: type of ‘needcycles’ defaults to ‘int’ [-Wimplicit-int]

2024-09-10 Thread Adrien Bertrand
Hello, This has now been fixed upstream: https://github.com/debrouxl/tiemu/commit/d9affb42bd5b0d06636a024654ad2aba301d87f4 Thank you, Adrien Bertrand

Bug#1079767: test_suite still present in setup.py (minor issue)

2024-09-03 Thread Adrien Nader
b.com/byllyfish/precis_i18n/pull/38 . It can be nice to have but I also don't think there is a need for a new version solely for that but wanted to supplement the bug report (NB: the patch would need minor changes due to upstream having used black since their last release). -- Adrien

Bug#1077184: It really breaks my router

2024-08-09 Thread Adrien CLERC
lling administrator to create a symlink might be a good idea. Please do it in a NEWS entry. This is really important. Have a nice day, Adrien

Bug#1076444: beancount: oauth2client has been deprecated for seven years

2024-07-16 Thread Adrien Nader
gs have settled down. -- Adrien

Bug#1057382: Certbot 2.10.0 and 2.11.0 releases are signed

2024-07-03 Thread Adrien Nader
/certbot/commit/b0d0a832772bc7747f65c2c2c90d0f790fa40f8a#diff-6d0d0d0e6b37c647ff94c0cb9b4333aafb7ae686e8746eec1ed9151be92f5807 By the way, do you know if there is extra work required with updating to one of the latest releases? -- Adrien

Bug#1029032: Package (almost) ready

2024-06-24 Thread Adrien Nader
HI László, Apologies, I was busy on other topics and I had gotten some initial comments on the packaging too (d/copyright needing tweaks). I can't upload and would appreciate sponsoring. I've updated the packaging in the git repository: https://salsa.debian.org/adrien-n/python-googl

Bug#1071268: Patch

2024-06-23 Thread Adrien CLERC
I used the following patch to manage all cases, see attached. Have fun, Adrien Description: Support Linux >= 6.8 strlcpy was removed in Linux 6.8, and we should use strscpy. Returned value was not checked before, so we keep it like this. Author: Adrien CLERC Last-Update: 2024-06-23 --- T

Bug#1071268: strscpy must be used

2024-06-21 Thread Adrien CLERC
urned value, so replacing strlcpy with strscpy in nf_conntrack_rtsp.c "just works", but it's as safe code as before. Adrien

Bug#1071268: make.log

2024-06-21 Thread Adrien CLERC
12-common/Makefile:252 : __sub-make] Erreur 2 make : on quitte le répertoire « /usr/src/linux-headers-6.8.12-amd64 » Maybe it's linked to kernel headers cleaning, and some #include are missing? Adrien

Bug#1072828: Work-around is ineffective on !amd64

2024-06-19 Thread Adrien Nader
I found https://tug.org/svn/texlive?revision=71214&view=revision this morning. It only touches the win32 implementations however. I did something similar for the non-win32 implementation and it fixed the issue for me: https://git.launchpad.net/~adrien/ubuntu/+source/texlive-bin/commit

Bug#1072828: Work-around is ineffective on !amd64

2024-06-18 Thread Adrien Nader
usr/sbin:/usr/bin:/sbin:/bin", > "MT_MKTEXNAM_OPT=/usr/share/texlive/texmf-dist/web2c/mktexnam.opt", > "SCHROOT_COMMAND=/bin/sh -c bash -i /dev/tty 2>/dev/tty", > "SCHROOT_SESSION_ID=oracular-amd64-d07c1014-b360-465a-91e8-3cc500813699", > "engin

Bug#1072828: Work-around is ineffective on !amd64

2024-06-18 Thread Adrien Nader
r is still present (see https://launchpad.net/~adrien/+archive/ubuntu/oracular-gdcm-ftbfs-vtk-9.3/+sourcepub/16226649/+listing-archive-extra ) I didn't investigate further. -- Adrien

Bug#1073793: camitk FTBFS with VTK 9.3

2024-06-18 Thread Adrien Nader
s > API. The last issue means that API of the package would likely break which means it would be better to have a new upstream version. -- Adrien

Bug#1072822: Patch available

2024-06-17 Thread Adrien Nader
Hi, I've prepared a fixed version in Ubuntu and Graham uploaded it. There is another issue than this SPDX one. I'm attaching the patch and won't paraphrase it. -- Adrien diff --git a/debian/changelog b/debian/changelog index d155039..da50cb1 100644 --- a/debian/changelog +++ b/d

Bug#1029032: Package (almost) ready

2024-06-13 Thread Adrien Nader
Hi, I hadn't spotted your ITP until I had prepared https://salsa.debian.org/adrien-n/python-google-api-core and was filling an ITP myself. Since it's ready and passing, I'd like to more forward with this. Do you have any objection? Thanks, -- Adrien

Bug#1069994: systemd-resolved: resolvectl dnssec failed for unsigned domains

2024-04-28 Thread Adrien CLERC
255.4-1+b1, but I'm unable to rollback, since it depends on libsystemd which makes a lot of package unhappy with dependencies. Did I miss something? In the meantime, I'll use "DNSSEC=no", but that's not a definitive answer. Have a nice day, Adrien -- System Informatio

Bug#1062770: Headers still prevent dumps; worked around

2024-02-22 Thread Adrien Nader
something else, and it would therefore be safe to ignore an ABI change that abi-compliance-checker reports. Since I don't have specific experience with this package, I can't take such decisions and it is ultimately your call. -- Adrien

Bug#1061341: Some headers are still unusable

2024-02-16 Thread Adrien Nader
On Fri, Feb 16, 2024, Adrien Nader wrote: > I was able to analyze the library after modifying auth.h (actually > cyrus/*.h) to use cyrus/strarray.h and skipping bitvector.h. The > analysis returns that the library is both time_t and LFS sensitive. I > will publish a report soon (ho

Bug#1061341: Some headers are still unusable

2024-02-16 Thread Adrien Nader
FS sensitive. I will publish a report soon (hopefully this evening but I can't guarantee it). -- Adrien

Bug#1063916: RFP: freenginx -- a fork of nginx maintained by Maxim Dounin and the development community

2024-02-15 Thread Adrien CLERC
les I guess. Adrien

Bug#1062057: updated analysis results (ABI is unaffected)

2024-02-13 Thread Adrien Nader
Hi, I just ran the analysis again: the ABI was dumped without requiring any quirk. After diff, the result is that the ABI is not affected by either time_t or LFS. :) I don't publish results after every update as that would be overwhelming but I should do so by friday evening. -- Adrien

Bug#1062567: libpg-query: NMU diff for 64-bit time_t transition

2024-02-09 Thread Adrien Nader
On Fri, Feb 09, 2024, Christoph Berg wrote: > Re: Adrien Nader > > I think the most recent version of that script would be in my > > repository: https://salsa.debian.org/adrien-n/armhf-time_t/ > > Hi Adrien, > > I actually got the script running, I th

Bug#1062567: libpg-query: NMU diff for 64-bit time_t transition

2024-02-09 Thread Adrien Nader
Hi Christoph, The automated assessment uses a script which in turns uses abi-compliance-checker. I think the most recent version of that script would be in my repository: https://salsa.debian.org/adrien-n/armhf-time_t/ The README.md file describes it (it doesn't describe other tools in that

Bug#1063329: libselinux1t64: breaks system in upgrade from unstable

2024-02-06 Thread Adrien Nader
ore freedom although I'm not sure what would be the preferred route. -- Adrien

Bug#1038505: RM: mlv

2023-11-04 Thread Adrien Boussicault
some pain, but, few year agos, it was very helpfull for a small community. Adrien Boussicault - Mail original - De: "Alexandre Detiste" À: 1038...@bugs.debian.org, "Simon McVittie" Envoyé: Vendredi 3 Novembre 2023 14:19:27 Objet: Bug#1038505: RM: mlv Hi Simon, I think

Bug#1051348: Acknowledgement (svt-av1: Please package gstreamer element)

2023-10-23 Thread Adrien Nader
thought on this? -- Adrien

Bug#1054402: sslscan: Please update to latest sslscan version (currently 2.1.1)

2023-10-23 Thread Adrien Nader
he package in close to three years. Can you let us know about your intents wrt maintenance going forward? I'd be willing to help or handle the package. Thanks, -- Adrien -- System Information: Debian Release: bookworm/sid APT prefers lunar-updates APT policy: (500, 'lunar-upd

Bug#844025: sslscan does not rely on openssl for ssl/tls anymore

2023-10-21 Thread Adrien Nader
such, a) the issue reported is fixed, b) there should be no future discussions about statically linking openssl. I've also closed the three or four bug reports in Ubuntu that were related to this. -- Adrien

Bug#1051348: svt-av1: Please package gstreamer element

2023-09-06 Thread Adrien Nader
Source: svt-av1 Version: 1.4.1+dfsg-1 Severity: wishlist Hi, There is a gstreamer element in the "gstreamer-plugin" directory. Can you package it? At the moment the only gstreamer element available to encode using AV1 is libaom. Thanks.

Bug#1037359: Patch for 7.3.0

2023-07-02 Thread Adrien CLERC
://github.com/OpenSMTPD/OpenSMTPD/releases/tag/7.3.0p1) In the meantime, yes, opensmtpd is (nearly) completely unusable in bookworm. Adrien

Bug#1038450: patch probably available

2023-06-21 Thread Adrien Nader
On Wed, Jun 21, 2023, julien.pu...@gmail.com wrote: > Le mardi 20 juin 2023 à 22:38 +0200, Adrien Nader a écrit : > > > > > > The patch seems to fix the issue. I say "seem" because the build > > compiled the file that was failing to build but the build is n

Bug#1038450: patch probably available

2023-06-20 Thread Adrien Nader
On Tue, Jun 20, 2023, julien.pu...@gmail.com wrote: > Hi, > > Le mardi 20 juin 2023 à 15:35 +0200, Adrien Nader a écrit : > > I was looking at the migration for coq on Ubuntu and a build failure > > on armhf is preventing it. > > > > I expect that this issue

Bug#1038725: gnustep-base: NSURL tests can fail due to httpbin.org being unreliable

2023-06-20 Thread Adrien Nader
ssible you encounter the issue with a future upload. If this happens more frequently, maybe a solution would be to use a debian hostname since they should not be failing when the CI is working. -- Adrien

Bug#1038450: patch probably available

2023-06-20 Thread Adrien Nader
here's a lot of users on these (except maybe for JS). -- Adrien

Bug#1035095: lomiri-desktop-session: Unable to install aside gnome-core

2023-04-29 Thread Adrien Dorsaz
atana-indicator- sound package is installed by the package lomiri. Best regards, Adrien Dorsaz -- System Information: Debian Release: 12.0 APT prefers testing-security APT policy: (500, 'testing-security'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-7-

Bug#1035093: ayatana-indicator-sound: Unable to install Lomiri desktop aside GNOME desktop due to pulseaudio dependency

2023-04-29 Thread Adrien Dorsaz
ession. So I've opened for this package a similar bug report. This issue is not limited to the Lomiri desktop, but to all desktops depending on the ayatana-indicator-sound package. Best regards, Adrien Dorsaz -- System Information: Debian Release: 12.0 APT prefers testing-security APT po

Bug#1033745: sequeler: Unlisted dependency on libgda-5.0-mysql

2023-04-12 Thread Adrien Dorsaz
On Sat, 1 Apr 2023 09:58:47 +0800 Yangfl wrote: > Brian Vaughan 于2023年4月1日周六 01:33写道: > > > > Versions of packages sequeler depends on: > > ii dconf-gsettings-backend [gsettings-backend] 0.40.0-4 > > ii libc6 2.36-8 > > ii libcairo2 1.16.0-7 > > ii libgda-5.0-4 5.2.10-3 > > ii libgee-0.8-2 0.20.

Bug#1026728: Update to 2.4.0 should fix FTBFS

2023-02-13 Thread Adrien Nader
email the original author and ask for some clarifications. Anyway, upstream doesn't seem to have the same FTBFS. Please note that I didn't try to update the package and I can't tell how much work this needs but updating looks like the better path for maintenance. -- Adrien

Bug#1028587: Acknowledgement (datefudge: 64-bit time_t functions are not implemented/exposed)

2023-01-25 Thread adrien
rent freeze, it seems very unlikely that new issues will crop up for the release and there's probably no need to hurry too much. On the Ubuntu side, I think it wouldn't be reasonable to fix that later than for 23.10. On Wed, Jan 18, 2023, Matthias Urlichs wrote: > On 18.01.23 15:51, ad

Bug#1028587: Acknowledgement (datefudge: 64-bit time_t functions are not implemented/exposed)

2023-01-18 Thread adrien
y needed in practice and if it is, I'm confident we can add it to libfaketime. [1] https://github.com/wolfcw/libfaketime Best, -- Adrien

Bug#1028587: datefudge: 64-bit time_t functions are not implemented/exposed

2023-01-13 Thread Adrien Nader
onding deb and run something like the following (taken from the package tests): a='2019-07-31 23:01:12'; datefudge -s "$a" $(pwd)/bin/date '+%F %T' Best, -- Adrien

Bug#919348: UX feedback

2022-11-28 Thread Adrien CLERC
s. Have a nice day, Adrien

Bug#1019291: yarnpkg: depends on incompatible version of commander

2022-11-10 Thread Adrien Samson
7;t tell whether it also fixes the original reporter's issue. Best regards Adrien

Bug#1009703: grafx2: Grafx2 text tool true-type font rendering is garbled

2022-04-14 Thread Adrien Destugues
happens when you are not using https. Please use https to access the bugtracker. -- Adrien.

Bug#1005228: linux-image-4.19.0-18-amd64: Short freeze on virtual machine with message: "rcu: INFO: rcu_sched self-detected stall on CPU"

2022-02-28 Thread Adrien TREMOT
-common-onescape 5.12.0.1-1.ce >all Helpers for OpenNebula OneScape project (Community >Edition) >ii opennebula-node 5.12.0.1-1.ce >all Services for OpenNebula KVM node (Community Edition) >root@one-w-2-th3:~# uname -a --- Adrien Trémot Admin systèmes réseaux SI

Bug#1003689: chromium: Chromium doesn't start

2022-01-15 Thread Adrien Ponchelet
u-process. *** stack smashing detected ***: terminated [0115/143906.928570:ERROR:scoped_ptrace_attach.cc(37)] process not stopped *** stack smashing detected ***: terminated *** stack smashing detected ***: terminated Best regards, -- Adrien

Bug#999705: fusiondirectory: Provide version 1.3.1 for Bullseye ? (fix dashboard crash)

2021-11-15 Thread Adrien Grellier
on the Dashboard: https://gitlab.fusiondirectory.org/fusiondirectory/fd/-/commit/549d6143c8e1d3e614b3d3c2a522f1bd671161d2 Kind regards, Adrien -- DAS-NETZWERKTEAM c\o Technik- und Ökologiezentrum Eckernförde Mike Gabriel, Marienthaler Str. 17, 24340 Eckernförde mobile: +49 (1520) 1976

Bug#999705: fusiondirectory: Provide version 1.3.1 for Bullseye ? (fix dashboard crash)

2021-11-15 Thread Adrien Grellier
-plugins/-/releases | https://gitlab.fusiondirectory.org/fusiondirectory/fd-plugins/-/releases ] Is it possible to provides this version for Bullseye, via the normal repository or backports ? It would be very helpful. Kind regards, Adrien Grellier -- Adrien Grellier < adrien.grell...

Bug#996604: Not visible in pristine kernel

2021-10-25 Thread Adrien CLERC
lost on how to track down the issue… Any help would be greatly appreciated. Adrien

Bug#994495: filezilla/libfilezilla maintinance (Was: RFS: filezilla/3.55.1-1 [Team] -- Full-featured graphical FTP/FTPS/SFTP client)

2021-10-16 Thread Adrien Cunin
Le 14/10/2021 à 08:39, Philip Wyett a écrit : On Thu, 2021-10-14 at 07:12 +0100, Peter Michael Green wrote: BTW Bastain, mails sent to n...@bugs.debian.org don't get automatically sent to bug submitters. Bastian Germann Wrote: Which team is that? I see Adrien Cunin as maintainer.

Bug#996604: linux-image-5.14.0-3-amd64: atheros eeprom country ignored and set to "unset"

2021-10-15 Thread Adrien CLERC
Feel free to make me test something. Have a nice day, Adrien -- Package-specific info: ** Version: Linux version 5.14.0-3-amd64 (debian-ker...@lists.debian.org) (gcc-10 (Debian 10.3.0-11) 10.3.0, GNU ld (GNU Binutils for Debian) 2.37) #1 SMP Debian 5.14.12-1 (2021-10-14) ** Command line: BOOT_IMA

Bug#985544: grafx2: the program crashes when selecting an image format

2021-03-24 Thread Adrien Destugues
t; > Looking for the new release to package for experimental... Yes, I'll see what I can do in the next few days. (FYI I'm "otherone" in that discussion and one of the GrafX2 upstream maintainers). I've been a bit busy with other projects... as we all are I guess. -- Adrien

Bug#982998: chkrootkit chkproc uses incorrect value for max_pid

2021-03-09 Thread Adrien CLERC
ave the same issue here. So maybe __x86_64 isn't set as it should? Adrien

Bug#940621: libmeanwhile1: Login verification down or unavailable on 1.0.2-9+b1

2021-03-01 Thread Adrien CLERC
package fixes the bug once you have > access to meanwhile/1.1.1-2 in Debian Sid. Let me know if it needs > further fix. Tested and verified, the package works fine for me. Thanks for the quick fix! Adrien

Bug#940621: libmeanwhile1: Login verification down or unavailable on 1.0.2-9+b1

2021-02-26 Thread Adrien CLERC
On Fri, 26 Feb 2021 09:23:03 +0100 Adrien CLERC wrote: > > Boyuan Yang, can you reintroduce -fno-tree-vrp in CFLAGS please? I can't > connect to Sametime right now. I did a lot of tests, and it seems that only "export DEB_CFLAGS_MAINT_APPEND=-O0" fix this

Bug#940621: libmeanwhile1: Login verification down or unavailable on 1.0.2-9+b1

2021-02-26 Thread Adrien CLERC
5ced9cddb0b0) Boyuan Yang, can you reintroduce -fno-tree-vrp in CFLAGS please? I can't connect to Sametime right now. Have a nice day! Adrien

Bug#919320: RE: Bug#919320: nginx-extras: Would you please consider replacing Gzip module with Brotli for compression?

2021-01-23 Thread Adrien CLERC
On Tue, 30 Jun 2020 15:47:06 -0400 Thomas Ward wrote: > Notes: rejected downstream in Ubuntu for Security concerns (BREACH, etc.) OK, but having brotli_static can be really useful for pre-compressed assets. And for now, there is no solution in the packaged version :/ Adrien

Bug#976953: NIS account and usb mount

2020-12-09 Thread adrien moulin
account in /etc/passwd of the station and then it works, i can mount usbkey and have sound on video. Is that possible to include rules to include NIS sessions ? Best regards Adrien MOULIN

Bug#973147: pg-wait-sampling

2020-12-07 Thread Adrien Nayrat
version has been released and is available: https://tracker.debian.org/pkg/pg-wait-sampling I am not familiar with Debian bug tracking system, I do not know if I can close this bug or if Lucas Nussbaum has to do? Regards, -- Adrien NAYRAT

Bug#974644: postgresql-12-pg-wait-sampling: Package short description continues in long description

2020-12-07 Thread Adrien Nayrat
On 11/26/20 8:31 PM, Beatrice Torracca wrote: >> >> Hello Beatrice, >> >> Indeed, sorry I wasn't aware of this rule. >> >> What do you think of: >> Description: Extension providing statistics about PostgreSQL wait events >> pg_wait-sampling is an extension which provides functions for detailed >>

Bug#501456: dpkg: parallel compression and decompression

2020-11-24 Thread Adrien CLERC
rly five time faster on my 8C/16T system. Have a nice day! Adrien

Bug#965339: geeqie: Geeqie is painfully slow since GTK3

2020-11-18 Thread Adrien CLERC
structure was never cleaned and growing ever and ever. And to be noticeable, it could come from an exponentially growing structure. I hope this can help… Adrien

Bug#974644: Info received (Bug#974644: postgresql-12-pg-wait-sampling: Package short description continues in long description)

2020-11-16 Thread Adrien Nayrat
Changed proposed: https://github.com/postgrespro/pg_wait_sampling/pull/30

Bug#974644: postgresql-12-pg-wait-sampling: Package short description continues in long description

2020-11-13 Thread Adrien Nayrat
rice, Indeed, sorry I wasn't aware of this rule. What do you think of: Description: Extension providing statistics about PostgreSQL wait events pg_wait-sampling is an extension which provides functions for detailed per backend and per query wait events statistics. . It must be loaded in shared_prel

Bug#974129: freecad: Addon manager fails to retrieve addon and macro lists

2020-11-10 Thread adrien
Package: freecad Version: 0.18.4+dfsg2-5 Severity: normal Tags: patch upstream X-Debbugs-Cc: adr...@notk.org Dear Maintainer, Freecad's Addon Manager currently fails to retrieve the list of addons and macros. I guess this is caused by a change in the format of the HTML pages that it parses (appar

Bug#965339: Geeqie is painfully slow since GTK3

2020-11-01 Thread Adrien CLERC
for the help, I can keep enjoy using this wonderful software! Adrien

Bug#965339: Geeqie is painfully slow since GTK3

2020-11-01 Thread Adrien CLERC
UI is unresponsive for ~1 second. Now, I can use clutter, but it does not change. On geeqie-1.5.1-10 switching images are really fast, about 100ms. Now, it's still subsecond, but more around 900ms. I'll be glad to help on this, Adrien

Bug#973147: pg-wait-sampling: FTBFS: diff in generated debian/control

2020-10-28 Thread Adrien Nayrat
Hello, A fix has been submitted: https://github.com/postgrespro/pg_wait_sampling/pull/28 We also must wait for a new release from the project. Regards, -- Adrien NAYRAT

Bug#973006: gourmet: Missing dependency on python3-argcomplete

2020-10-27 Thread Adrien CLERC
Package: gourmet Version: 0.17.5~alpha2-4 Severity: important Dear Maintainer, I have the following output: Traceback (most recent call last): File "/usr/bin/gourmet", line 33, in sys.exit(load_entry_point('gourmet==0.17.5', 'console_scripts', 'gourmet')()) File "/usr/bin/gourmet", line

Bug#971734: webext-ublock-origin-firefox: after startup, doesn't work until disabled and reenabled

2020-10-15 Thread Adrien Panay
Hello, > so probably it is really related more to Firefox than to uBo. May be the case. On my setup, the two addons installed from Debian repositories present this behavior: - webext-noscript - webext-ublock-origin-firefox Disable/enable them manually from about:addons is a one shot solution, b

Bug#965339: geeqie: Geeqie is painfully slow since GTK3

2020-07-19 Thread Adrien CLERC
g get me the full speed of geeqie. Is there anything to test? Adrien -- System Information: Debian Release: bullseye/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kerne

Bug#942249: ITP: inkscape-ext-textext -- Re-editable LaTeX graphics for Inkscape

2020-05-26 Thread Adrien Grellier
Hi, It seems to work fine in inkscape, many thanks for your work! I just notice one thing: you may have forgot a dependency on python3-lxml. Kind regards, Adrien -- Adrien Grellier < adrien.grell...@ec-nantes.fr > (02 40 37 15 55) Administrateur système du LHEEA CNRS – École Centr

Bug#942249: ITP: inkscape-ext-textext -- Re-editable LaTeX graphics for Inkscape

2020-05-20 Thread Adrien Grellier
, Adrien -- Adrien Grellier < adrien.grell...@ec-nantes.fr > (02 40 37 15 55) Administrateur système du LHEEA CNRS – École Centrale de Nantes

Bug#959423: [pkg-cryptsetup-devel] Bug#959423: cryptsetup-initramfs: MODULES=dep missed "ecb" since linux-5.6.0

2020-05-07 Thread Adrien CLERC
I saw the upload of 2:2.3.2-1, thanks for that! I think the description should say Closes: #959423 but it says instead that it's closing (my old) #901884. Is it on purpose?

Bug#959423: cryptsetup-initramfs: MODULES=dep missed "ecb" since linux-5.6.0

2020-05-02 Thread Adrien CLERC
set. I am available for further testing, Adrien -- Package-specific info: -- /proc/cmdline BOOT_IMAGE=/vmlinuz-5.6.0-1-amd64 root=UUID=62463010-7399-44cd-a0ef-e99aad3568e5 ro quiet luks=no radeon.dpm=0 -- /etc/crypttab sda3_crypt UUID=0629b8a7-14db-4142-964c-dcdc84af1513 none luks,discard sda4_

Bug#955488: nat-rtsp-dkms: Does not build with kernel >= 5.3

2020-04-01 Thread Adrien
Package: nat-rtsp-dkms Version: 0.7+4.18-0.1 Severity: grave Justification: renders package unusable Hi, There is a new package on upstream, that should fix this. However, it renders the package unusable with current kernel. Thanks for this package, Adrien -- System Information: Debian

Bug#953953: [collectd-core] Python plugin is missing correct linking

2020-03-14 Thread Adrien CLERC
.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x0379283a1000)     /lib64/ld-linux-x86-64.so.2 (0x037928c31000) Something is missing somewhere :) I'm available for more testing, Adrien

Bug#947270: RFS: libfilezilla/0.19.3-1 -- build high-performing platform-independent programs (development

2020-01-09 Thread Adrien Cunin
IRC to discuss? Thank you, -- Adrien Cunin aka Adri2000 Ubuntu MOTU Developer Debian Contributor signature.asc Description: OpenPGP digital signature

Bug#947270: RFS: libfilezilla/0.19.3-1 -- build high-performing platform-independent programs (development

2020-01-03 Thread Adrien Cunin
marked as team maintained >>> + although Gianfranco does some "team uploads" >>> * you're not in its "Uploaders" field >>> * you have no prior history with this package >>> * the package is actively maintained >>> >>>

Bug#946387: Duplicates

2019-12-08 Thread Adrien CLERC
Sorry, it's a duplicate from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946221 It can be closed. Adrien

Bug#946387: rspamd: segfault on PCRE with rspamadm configtest

2019-12-08 Thread Adrien CLERC
for me to downgrade libpcre2-8-0:amd64, since I also have php7.3 which depends on the newer version, I need to downgrade the whole PHP package set. Maybe I'll do it later. But for now, I don't have any antispam system running. I am available for more information. Adrien -- System

Bug#940549: [gdm3] gdm3 seems to not respect x-session-manager since Buster

2019-09-17 Thread Adrien Grellier
fault session ! We have to specify manually Plasma on the first connexion. Does the configuration in gdm3 has changed ? If so, could you please tell me how to set up the default session in gdm3, so that Plasma is launched for the first connexion instead of Gnome ? Kind regards, Adrien Gre

Bug#919348: Time has passed

2019-09-04 Thread Adrien CLERC
Hi, I read the discussion, but since this software is very young, it's fixing bugs. Since the last message, version 0.1.8 is here, and it is quite stable now. Is there any feedback on recent versions? Have a nice day, Adrien

Bug#835086: RFP: nextcloud -- self-hosted cloud services

2019-09-03 Thread Adrien Grellier
Hi, Does the situation has evolved since 2018 ? I see that the client tools are now in Debian, but is there any chance to have NextCloud server in Debian ? Upstream does not seems to provide any repository at all, contrary to ownCloud. Kind regards, Adrien -- Adrien Grellier (02 40 37 15

Bug#919190: ITP: keepassxc-browser : blocked somewhere ?

2019-08-20 Thread Adrien Grellier
ll rebuild the package myself. Kind regards Adrien -- Adrien Grellier (02 40 37 15 55) Informaticien du LHEEA CNRS – École Centrale de Nantes

Bug#932604: sweethome3d: Unable to locate /usr/share/icedtea-web/netx.jar in /usr/share/java

2019-07-21 Thread Adrien CLERC
are/icedtea-web/netx.jar > > with > > find_jars /usr/share/icedtea-web/javaws.jar > > Does the game start again? Yes, it works without any warning nor error. Thanks for that. Adrien

Bug#932604: sweethome3d: Unable to locate /usr/share/icedtea-web/netx.jar in /usr/share/java

2019-07-21 Thread Adrien CLERC
Package: sweethome3d Version: 6.2+dfsg-1 Severity: important Dear Maintainer, I have the following error: > env LANG=C sweethome3d [warning] /usr/bin/sweethome3d: Unable to locate /usr/share/icedtea- web/netx.jar in /usr/share/java Error: Unable to initialize main class com.eteks.sweethome3d.Swe

Bug#928621: Old software

2019-05-08 Thread Adrien CLERC
Hi, The last commit for this software is 6 years old. I know that mature software doesn't need update, but I doubt this is the case here. Maybe it is abandoned upstream? Adrien

Bug#928075: mypaint: Homepage is mypaint.org not .info (squatted)

2019-04-27 Thread Adrien CLERC
Package: mypaint Version: 1.2.0-4.1 Severity: normal Dear Maintainer, The homepage of the package is http://mypaint.org not .info which is a parked domain. -- System Information: Debian Release: 10.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'ex

Bug#922452: sopel: Missing dependency to python3-dnspython

2019-02-16 Thread Adrien CLERC
Package: sopel Version: 6.6.2-1 Severity: important Hi, After starting sopel, I got the following errors: pkg_resources.DistributionNotFound: The 'dnspython<3.0' distribution was not found and is required by sopel It was removed for an unkown reason on my system 6 days ago. Maybe a transitive d

Bug#918725: grafx2 FTCBFS: hard codes the build architecture pkg-config

2019-01-08 Thread Adrien Destugues
Hi, Thanks, patch is now upstreamed. It will be part of GrafX2 2.6, which we will release soon. -- Adrien. 8 janvier 2019 20:54 "Helmut Grohne" a écrit: > Source: grafx2 > Version: 2.5+git20181211-1 > Tags: patch upstream > User: helm...@debian.org > Usertags: rebo

Bug#916208: [blender] Could you provide the Python module of Blender?

2018-12-11 Thread Adrien Grellier
but in the future if the module can be provided directly by Debian, it would spare time for our staff and students, and probably other users too. So If you can add it to sid/testing, it's good for me, backport would be heaven ;-) If it's in sid, I can recompile the package for our needs. K

Bug#916208: [blender] Could you provide the Python module of Blender?

2018-12-11 Thread Adrien Grellier
-python-module Could it be possible to provide this Python Module directly in Debian ? Kind regards, Adrien Grellier --- System information. --- Architecture: Kernel: Linux 4.9.0-8-amd64 Debian Release: 9.6 500 stable-updates ftp.univ-nantes.fr 500 stable packages.x2go.org 500 stable ftp.univ

Bug#644356: [backuppc] In host summary, column sort doesn't work well

2018-11-13 Thread Adrien Grellier
Hi, The bug was with firefox. I just re-tested it with firefox 60 from Debian Stable, and it is now properly sorted :) Maybe it was a more a problem of firefox than backuppc. Kind regards Adrien Le 14/11/2018 à 03:01, Axel Beckert a écrit : > Control: tag -1 + confirmed > Control: fo

Bug#913357: [php-redis] Missing support for default PHP version

2018-11-09 Thread Adrien CLERC
least built with this one, along with 7.3 to ease the transition. What's the plan for buster anyway? Having the default version to 7.3 seems fine, but removing supports for all older versions would likely break some applications. Adrien --- System information. --- Architecture: Kernel: Linu

Bug#911719: [php-apcu] Changelog is missing reference to PHP versions

2018-10-23 Thread Adrien CLERC
clear mention of it. Thanks for the package maintenance, Adrien --- System information. --- Architecture: Kernel: Linux 4.18.0-2-amd64 Debian Release: buster/sid 500 unstable-debug debug.mirrors.debian.org 500 unstable ftp.fr.debian.org 500 testing download.jitsi.org 1 experimental

Bug#911670: Add conflicts with php-redis

2018-10-23 Thread Adrien CLERC
Hi, I get hits by this release in testing, while using php7.2 with php-redis: PHP Warning:  PHP Startup: Unable to load dynamic library 'redis.so' (tried: /usr/lib/php/20170718/redis.so (/usr/lib/php/20170718/redis.so: undefined symbol: igbinary_serialize), /usr/lib/php/20170718/redis.so.so (/usr

Bug#907774: [libqt5network5] Requires openssl >= 1.1.1

2018-09-01 Thread Adrien
1_3_VERSION. Thus, I think that you should require a version of openssl greater or equal than 1.1.1 to avoid those issues. Thanks for maintaining the package, Adrien --- System information. --- Architecture: Kernel: Linux 4.17.0-3-amd64 Debian Release: buster/sid 500 unstable-debug debug.mir

Bug#895657: [gcompris-qt] Fixed

2018-08-16 Thread Adrien
Package: gcompris-qt Version: 0.91-1 --- Please enter the report below this line. --- Hi, It seems that this issue is fixed with the last update of Qt. --- System information. --- Architecture: Kernel: Linux 4.17.0-2-amd64 Debian Release: buster/sid 500 unstable ftp.fr.debian.org 500 testing do

Bug#904085: nginx-extras: Use recommends for dynamic modules

2018-07-19 Thread Adrien CLERC
alled by the default settings anyway, and could be removed afterwards without hard breaking the installation. Have a nice day, Adrien -- System Information: Debian Release: buster/sid   APT prefers testing   APT policy: (990, 'testing'), (500, 'stable') Architecture: amd64 (x8

  1   2   3   4   5   6   7   >