Bug#1072657: rust-subtile: Fails to build

2024-06-05 Thread Jeremy Bícha
src/image/mod.rs:71:3 | 71 | #[profiling::function] | ^ use of undeclared crate or module `profiling` Thank you, Jeremy Bícha

Bug#1072512: debci: mutter fails tests

2024-06-03 Thread Jeremy Bícha
is is blocking migration of libxcursor to testing. The tests passed on retry and libxcursor is no longer blocked from migrating. Sorry that the autopkgtests are flaky. :( Thank you, Jeremy Bícha

Bug#1072130: geary: FTBFS: MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)

2024-06-01 Thread Jeremy Bícha
64744 (which was already marked as affecting geary). For instance, the ZINK error is also seen with Test 8 but Test 8 passes. However, I'll go ahead and do an upload to get rid of the ZINK stderr in the build tests to make this more obvious. Thank you, Jeremy Bícha

Bug#1064372: evolution: segfault during startup

2024-05-30 Thread Jeremy Bícha
Are you still experiencing this crash with evolution 3.52.1 in Debian Testing (or 3.52.2 which will reach Testing in a few days)? Thank you, Jeremy Bícha

Bug#1071546: rust-curve25519-dalek: failing autopkgtests

2024-05-20 Thread Jeremy Bícha
packages contains these features: fiat_backend error: none of the selected packages contains these features: bench error[E0412]: cannot find type `StaticSecret` in this scope Thank you, Jeremy Bícha

Bug#1071537: rust-snow: autopkgtest failures

2024-05-20 Thread Jeremy Bícha
` in the current scope --> tests/vectors.rs:151:37 | 151 | let mut init_builder = Builder::new(params.clone()); | ^^^ function or associated item not found in `Builder<'_>` Thank you, Jeremy Bícha

Bug#1071252: rust-libp2p-identity: fails to build

2024-05-17 Thread Jeremy Bícha
nk you, Jeremy Bícha

Bug#1071250: rust-imap-codec: Fails to build: error: no matching package named `libfuzzer-sys` found

2024-05-17 Thread Jeremy Bícha
, Jeremy Bícha

Bug#1070836: rust-apple-nvram: Switch from rust-nix 0.26 to 0.27

2024-05-10 Thread Jeremy Bícha
but dh_auto_test failed. Thank you, Jeremy Bícha

Bug#1070644: gnome-remote-desktop: System .service file enabled but not the user one?

2024-05-06 Thread Jeremy Bícha
, Jeremy Bícha

Bug#1070463: gnome-remote-desktop: 46 has failing build tests

2024-05-06 Thread Jeremy Bícha
Control: severity -1 important Control: unblock 1050237 by -1 On Sun, May 5, 2024 at 1:15 PM Jeremy Bícha wrote: > The build tests were passing with version 45. It is not clear to me > why the tests are failing in Debian Experimental but passing in Ubuntu > 24.04 LTS. I have igno

Bug#1070463: gnome-remote-desktop: 46 has failing build tests

2024-05-05 Thread Jeremy Bícha
have the same major version, at least while the projects are under heavy development. The build tests were passing with version 45. It is not clear to me why the tests are failing in Debian Experimental but passing in Ubuntu 24.04 LTS. Thank you, Jeremy Bícha

Bug#1052090: gnome-shell-extension-bluetooth-quick-connect: needs update for GNOME Shell 45

2024-05-03 Thread Jeremy Bícha
a fork: https://github.com/Extensions-Valhalla/gnome-bluetooth-quick-connect But the fork switched to TypeScript which might make it difficult to package for Debian main. Thank you, Jeremy Bícha

Bug#1068123: Breaks phosh << 0.37.0-2

2024-05-03 Thread Jeremy Bícha
n exists now. Thank you, Jeremy Bícha

Bug#1070250: telepathy-glib: Fails to build with glib 2.80

2024-05-02 Thread Jeremy Bícha
but will be uploaded to Unstable as soon as the t64 transitions clear out). There is also a commit there to port examples from Python 2 to 3. Thank you, Jeremy Bícha

Bug#1070247: telepathy-glib: Fails to build with glib 2.80

2024-05-02 Thread Jeremy Bícha
but will be uploaded to Unstable as soon as the t64 transitions clear out). There is also a commit there to port examples from Python 2 to 3. Thank you, Jeremy Bícha

Bug#1070186: python3-datalad: Don't recommend python3-boto

2024-05-01 Thread Jeremy Bícha
: python3-boto but python3-boto has been removed from Testing and will likely be removed from Unstable soon. See https://bugs.debian.org/1058652 The replacement is python3-boto3 but the package will likely need changes to upstream code to work with the new version. Thank you, Jeremy Bícha

Bug#1066797: gstreamer1.0: FTBFS: tests/check/libs/gstharness.c: Received signal 11 (Segmentation fault)

2024-04-29 Thread Jeremy Bícha
Control: severity -1 important This build failure does not appear to be reproducible on the official buildds and this RC bug is blocking big parts of the t64 transitions so I'm lowering the severity. Thank you, Jeremy Bícha

Bug#1069415: libsoup2.4: FTBFS on arm64: dh_auto_test: error: cd obj-aarch64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 meson test returned exit code 29

2024-04-24 Thread Jeremy Bícha
On Wed, Apr 24, 2024 at 5:04 PM Santiago Vila wrote: > > Jeremy Bícha wrote: > > It was also marked as severity important instead of RC because it does not > > affect official buildds. > > Not true: > > https://buildd.debian.org/status/logs.php?pkg=libsoup2

Bug#1069631: loki-ecmwf: Unsatisfiable dependency: python3-loki etc

2024-04-21 Thread Jeremy Bícha
about other uninstallable packages but I did not check them. Thank you, Jeremy Bícha

Bug#1069624: rapidfuzz: Fails to build on arch: all

2024-04-21 Thread Jeremy Bícha
Source: rapidfuzz Version: 3.6.2+ds-2 Severity: serious Tags: ftbfs The arch: all build for rapidfuzz is failing: https://buildd.debian.org/status/package.php?p=rapidfuzz If you use sbuild, I believe you can test this with sbuild -arch-all --no-arch-any Thank you, Jeremy Bícha

Bug#1069621: rust-event-listener: no-default-features autopkgtest fails

2024-04-21 Thread Jeremy Bícha
Simple patch attached. Thank you, Jeremy Bícha From: Jeremy Bicha Date: Sun, 21 Apr 2024 13:37:18 -0400 Subject: [PATCH] Mark no-default-features autopkgtest as flaky Closes: #1069621 --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests

Bug#1069621: rust-event-listener: no-default-features autopkgtest fails

2024-04-21 Thread Jeremy Bícha
-event-listener transition. I suggest marking the autopkgtest as flaky and reporting the issue upstream. Thank you, Jeremy Bícha

Bug#1061421: Fails to start after an upgrade

2024-04-21 Thread Jeremy Bícha
On Sun, Apr 21, 2024 at 2:36 AM Arto Jantunen wrote: > > Jeremy Bícha writes: > > Please verify whether wlgreet is working for you now. > > Was something changed somewhere? What, where? > > On trixie the issue reproduces exactly the same (even with sway upgraded > t

Bug#1069216: rust-futures-rustls: Fails to build from source

2024-04-17 Thread Jeremy Bícha
Source: rust-futures-rustls Version: 0.24.0-3 Severity: serious Tags: ftbfs rust-futures-rustls fails to build: https://buildd.debian.org/status/package.php?p=rust-futures-rustls Thank you, Jeremy Bícha

Bug#1061421: Fails to start after an upgrade

2024-04-17 Thread Jeremy Bícha
Control: tags +moreinfo Please verify whether wlgreet is working for you now. Thank you, Jeremy Bícha

Bug#1068923: heat-cfntools: Remove from Debian?

2024-04-13 Thread Jeremy Bícha
moved from Testing because of https://bugs.debian.org/1058242 Can we file a removal bug for heat-cfntools to allow for the removal of python-boto? Thank you, Jeremy Bícha

Bug#1068484: juce-modules-source: Depends: libwebkit2gtk-4.0-dev but it is no longer built

2024-04-05 Thread Jeremy Bícha
, Jeremy Bícha

Bug#1068468: tracker: failing autopkgtest

2024-04-05 Thread Jeremy Bícha
. Thank you, Jeremy Bícha

Bug#1065778: libcdio: FTBFS on arm{el,hf}: _cdio_stdio.c:53:20: error: implicit declaration of function ‘fseeko64’; did you mean ‘fseeko’? [-Werror=implicit-function-declaration]

2024-04-05 Thread Jeremy Bícha
Control: tags -1 +patch There was an Ubuntu upload to fix this issue: https://launchpadlibrarian.net/723206207/libcdio_2.1.0-4.1build1_2.1.0-4.1ubuntu1.diff.gz https://launchpad.net/ubuntu/+source/libcdio/2.1.0-4.1ubuntu1 Thank you, Jeremy Bícha

Bug#1063957: python-pytest-lazy-fixture: autopkgtest regression with pytest 8

2024-04-03 Thread Jeremy Bícha
, Jeremy Bícha

Bug#1066757: prettytable: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2024-04-03 Thread Jeremy Bícha
This is actually https://bugs.debian.org/1063957 prettytable has worked around this for the 3.10.0 release by switching to a fork, python-pytest-lazy-fixtures, which is not yet packaged in Debian. Thank you, Jeremy Bícha

Bug#1068230: automatic suspend regression with gnome-settings-daemon 46

2024-04-02 Thread Jeremy Bícha
On Tue, Apr 2, 2024 at 8:03 AM Jeremy Bícha wrote: > > On Tue, Apr 2, 2024 at 5:31 AM Pirate Praveen > wrote: > > Recently automatic suspend stopped working. I think this was after gnome > > settings daemon 46 was available. Some background > > https://salsa.deb

Bug#1068230: automatic suspend regression with gnome-settings-daemon 46

2024-04-02 Thread Jeremy Bícha
hosh needs some adjustments with recent changes in gnome > settings daemon. For now assigned to both. Do you have phosh 0.37 or higher installed yet? Thank you, Jeremy Bícha

Bug#1067458: pulseaudio: FTBFS cpu-volume-test fails

2024-03-21 Thread Jeremy Bícha
-volume-test.c:188:E:svolume:svolume_orc_test:0: (after this point) Received signal 11 (Segmentation fault) https://buildd.debian.org/status/package.php?p=pulseaudio Thank you, Jeremy Bícha

Bug#1067117: budgie-desktop: Fails to build with mutter >= 45

2024-03-18 Thread Jeremy Bícha
time_t transition completes. budgie-desktop would be removed from Testing until it is buildable and installable again. On behalf of the Debian GNOME team, Jeremy Bícha

Bug#1066872: mozjs102: Fails to build with Python 3.12

2024-03-14 Thread Jeremy Bícha
://launchpad.net/ubuntu/+source/mozjs102/102.15.1-3 Thank you, Jeremy Bícha

Bug#1066411: webkit2gtk: FTBFS: SharedContextMutex.cpp:219:41: error: inlining failed in call to ‘always_inline’ ‘egl::SharedContextMutex* egl::SharedContextMutex::doTryLock() [with Mute

2024-03-14 Thread Jeremy Bícha
d but I > tried downgrading the packages and the problem is still there. In > trixie everything works fine. It is caused by a changed in dpkg in Unstable https://wiki.debian.org/qa.debian.org/FTBFS#A2024-03-13_-Werror.3Dimplicit-function-declaration Thank you, Jeremy Bícha

Bug#1065751: pristine-tar: diff for NMU version 1.50+nmu2

2024-03-13 Thread Jeremy Bícha
On Tue, Mar 12, 2024 at 5:16 PM Jeremy Bícha wrote: > > On Tue, Mar 12, 2024 at 4:13 PM Sebastian Andrzej Siewior > wrote: > > > > On 2024-03-12 09:26:32 [-0400], Jeremy Bícha wrote: > > > > Could someone check this, please? > > > > > &g

Bug#1065751: pristine-tar: diff for NMU version 1.50+nmu2

2024-03-12 Thread Jeremy Bícha
On Tue, Mar 12, 2024 at 4:13 PM Sebastian Andrzej Siewior wrote: > > On 2024-03-12 09:26:32 [-0400], Jeremy Bícha wrote: > > > Could someone check this, please? > > > > Did you try running autopkgtests on this version? The autopkgtests fail for > > me. >

Bug#1065751: pristine-tar: diff for NMU version 1.50+nmu2

2024-03-12 Thread Jeremy Bícha
2, and 3 pass with pristine-tar 1.50 but fail with pristine-tar 1.50+nmu1 Thank you, Jeremy Bícha

Bug#1066032: pygobject: FTBFS on armhf: time_t build test failure

2024-03-11 Thread Jeremy Bícha
onfig/__init__.py", line 175 in main File "/usr/lib/python3/dist-packages/_pytest/config/__init__.py", line 198 in console_main File "/usr/lib/python3/dist-packages/pytest/__main__.py", line 7 in File "", line 88 in _run_code File "", line 198 in _run_module_as_main Full build log == https://launchpad.net/ubuntu/+source/pygobject/3.47.0-3build1/+latestbuild/armhf Originally reported at https://launchpad.net/bugs/2056753 Thank you, Jeremy Bícha

Bug#1065751: Incomplete fix for xz -T1

2024-03-09 Thread Jeremy Bícha
. Ideally, we would not need to attempt to reconstruct old pristine-tar git branches since that sounds like a very large amount of work and it's disruptive to everyone who has local copies of the git repos. Thank you, Jeremy Bícha

Bug#1065613: gjs: Fails to build on ppc64el

2024-03-07 Thread Jeremy Bícha
Source: gjs Version: 1.79.90-1 Severity: serious Tags: ftbfs sid Forwarded: https://gitlab.gnome.org/GNOME/gjs/-/issues/605 The new version of gjs is failing to build on ppc64 and ppc64el. I have reported this issue upstream. Thank you, Jeremy Bícha

Bug#1065549: gst-python1.0: Fails to build because of build test failures

2024-03-06 Thread Jeremy Bícha
developers: https://buildd.debian.org/status/package.php?p=gst-python1.0 Thank you, Jeremy Bícha

Bug#1064548: tracker-miners: bmp-basic-1 test fails on big-endian

2024-03-04 Thread Jeremy Bícha
Control: severity -1 important I have skipped this test on big-endian, but this issue still ought to be investigated. Also, we already are skipping audio tests on these architectures. Thank you, Jeremy Bícha

Bug#1065464: tracker: 3.7 failing autopkgtest

2024-03-04 Thread Jeremy Bícha
at least 3.5.3. I am confused because the autopkgtest appears to be nearly identical to what is run during the build by dh_auto_test which does pass. https://ci.debian.net/packages/t/tracker/unstable/amd64/ https://salsa.debian.org/gnome-team/tracker/-/pipelines Thank you, Jeremy Bícha

Bug#1057562: closed by Debian FTP Masters (reply to Jeremy Bícha ) (Bug#1057562: fixed in gcr4 4.2.0-2)

2024-03-03 Thread Jeremy Bícha
dealing with s390x. I am demoting this bug because it is a valid bug, but also not severe enough to get gcr excluded from Debian Testing. Thank you, Jeremy Bícha

Bug#1062125: gimp: NMU diff for 64-bit time_t transition

2024-02-29 Thread Jeremy Bícha
Control: tags -1 +pending Hi, it wasn't clear to me whether we are going to skip gimp or not. If you choose not to skip gimp, feel free to do the NMU for Unstable at any time. I don't think we need to NMU experimental since it has a soname bump. Thank you, Jeremy Bícha

Bug#1063203: pangomm2.48: NMU diff for 64-bit time_t transition

2024-02-28 Thread Jeremy Bícha
the work of updating the scripts to prove that the rename isn't necessary. Thank you, Jeremy Bícha

Bug#1064889: libproxy: should have transitional packages for the plugins

2024-02-27 Thread Jeremy Bícha
On Tue, Feb 27, 2024 at 12:36 PM Simon McVittie wrote: > > (Sorry, I thought I had sent this earlier.) > > On Tue, 27 Feb 2024 at 08:39:05 -0500, Jeremy Bícha wrote: > > On Tue, Feb 27, 2024 at 5:33 AM Simon McVittie wrote: > > > If that's the case, then we should

Bug#1064744: glib-networking: System trust contains zero trusted certificates

2024-02-27 Thread Jeremy Bícha
or Salsa CI. The only place I have duplicated the issue is in my older-but-updated unstable schroot with sbuild. Because things are not failing to build on Debian itself, I am lowering the severity. https://buildd.debian.org/status/package.php?p=libgdata Thank you, Jeremy Bícha

Bug#1064900: debian-edu-config: Depends on libproxy plugins which are NBS

2024-02-27 Thread Jeremy Bícha
Control: severity -1 important I'm lowering the severity since the latest libproxy upload added transitional packages. Thank you, Jeremy Bícha

Bug#1064889: libproxy: should have transitional packages for the plugins

2024-02-27 Thread Jeremy Bícha
at seemed to work when Ubuntu dropped adwaita-icon-theme-full this month. Thank you, Jeremy Bícha

Bug#1064900: debian-edu-config: Depends on libproxy plugins which are NBS

2024-02-27 Thread Jeremy Bícha
. Please drop these dependencies since they are No longer Built from Source. You could directly depend on libproxy1v5 or simply not have any dependency on libproxy. Thank you, Jeremy Bícha

Bug#1064859: rust-futures-rustls: Fails to build from source

2024-02-26 Thread Jeremy Bícha
Source: rust-futures-rustls Version: 0.24.0-1 Severity: serious Tags: ftbfs rust-futures-rustls fails to build from source because of build test failures. https://buildd.debian.org/status/package.php?p=rust-futures-rustls Thank you, Jeremy Bícha

Bug#1064612: rust-ahash: Failing autopkgtests

2024-02-24 Thread Jeremy Bícha
Source: rust-ahash Version: 0.8.8-2 Severity: serious rust-ahash is unable to migrate to Testing because its autopkgtests are failing: https://qa.debian.org/excuses.php?package=rust-ahash Thank you, Jeremy Bícha

Bug#1064548: tracker-miners: bmp-basic-1 test fails on big-endian

2024-02-23 Thread Jeremy Bícha
. But it would be much nicer to see it fixed. Thank you, Jeremy Bícha

Bug#1064369: gobject-introspection dropped versioned dependency on python3

2024-02-23 Thread Jeremy Bícha
Matthias, Since glib and gobject-introspection have migrated out of noble-proposed, is there still a need to keep this bug open? Thank you, Jeremy Bícha

Bug#1061437: firefox-esr: Fails to build with Python 3.12 as default

2024-02-20 Thread Jeremy Bícha
that mozjs115 is partially stripped down so I can't guarantee that even those patches are complete for firefox-esr's needs.) Therefore, I presume we will need to reopen this bug, but I have not tried building firefox-esr myself. Thank you, Jeremy Bícha

Bug#1064369: gobject-introspection dropped versioned dependency on python3

2024-02-20 Thread Jeremy Bícha
enough packages involved that we can manually trigger the autopkgtests we need this week since I got the meson ppc64el autopkgtest to pass. Thank you, Jeremy Bícha

Bug#1064374: rust-gtk-layer-shell-sys: Depends on obsolete rust-gtk

2024-02-20 Thread Jeremy Bícha
this month). On behalf of the Debian Rust Maintainers, Jeremy Bícha

Bug#1064243: rust-ahash: Fails to build, requires rustc 1.72

2024-02-18 Thread Jeremy Bícha
Source: rust-ahash Version: 0.8.8-1 Severity: serious Tags: ftbfs rust-ahash fails to build because it wants rustc >= 1.72 but Debian Unstable only has rustc 1.70. https://buildd.debian.org/status/package.php?p=rust-ahash Thank you, Jeremy Bícha

Bug#1064234: rust-palette: Fails to build from source

2024-02-18 Thread Jeremy Bícha
Source: rust-palette Version: 0.7.4.0+dfsg-2 Severity: serious Tags: ftbfs The latest upload of rust-palette fails to build from source due to build test failures. https://buildd.debian.org/status/package.php?p=rust-palette Thank you, Jeremy Bícha

Bug#1064232: rust-axum: Failing autopkgtests

2024-02-18 Thread Jeremy Bícha
Source: rust-axum Version: 0.6.20-16 Severity: serious rust-axum is unable to migrate to Testing because its autopkgtests are failing https://qa.debian.org/excuses.php?package=rust-axum Thank you, Jeremy Bícha

Bug#1064208: gvfs: wsdd dependency is not working as expected

2024-02-18 Thread Jeremy Bícha
test the feature with some minimal log spew to journalctl about wsdd not working. Thank you, Jeremy Bícha

Bug#1064174: php8.2: Broken autopkgtest tests php8.3

2024-02-17 Thread Jeremy Bícha
=php8.2 Thank you, Jeremy Bícha

Bug#1064154: rust-palette: Fails to build from source

2024-02-17 Thread Jeremy Bícha
: registry `crates-io` required by package `benchmarks v0.0.0 (/<>/benchmarks)` https://buildd.debian.org/status/package.php?p=rust-palette Thank you, Jeremy Bícha

Bug#1063640: Processed: Re: Bug#1063640: adwaita-icon-theme: cursor theme not found

2024-02-12 Thread Jeremy Bícha
welcome to file these issues upstream also. Debian users are some of the first to get the Adwaita 46 Beta cursor theme update so it's possible we will find issues that upstream is not aware of yet. Thank you, Jeremy Bícha

Bug#1063640: adwaita-icon-theme: cursor theme not found

2024-02-12 Thread Jeremy Bícha
Control: found -1 45.3-2 Control: fixed -1 44.8-3 On Mon, Feb 12, 2024 at 5:42 AM Patrice Duroux wrote: > I assume you know that this also affects src:mutter 45.3-2. Yes, I noticed yesterday and will do a 45 upload now. Thank you, Jeremy Bícha

Bug#1063666: adwaita-icon-theme: 46 breaks gnome-shell cursor, fixed with mutter 44.8-3

2024-02-10 Thread Jeremy Bícha
Source: adwaita-icon-theme Version: 46~beta-1 Severity: serious Tags: pending trixie I am filing this bug as a duplicate of https://bugs.debian.org/1063640 to prevent adwaita-icon-theme 46~beta-1 from migrating to Testing until mutter 44.8-3 migrates first. Thank you, Jeremy Bícha

Bug#1063640: adwaita-icon-theme: cursor theme not found

2024-02-10 Thread Jeremy Bícha
Control: reassign -1 src:mutter 44.8-2 I found some mutter commits to fix this issue and am uploading now. Thank you, Jeremy Bícha

Bug#1063640: adwaita-icon-theme: cursor theme not found

2024-02-10 Thread Jeremy Bícha
Control: affects -1 src:mutter src:gnome-shell On Sat, Feb 10, 2024 at 5:51 AM Frederic Peters wrote: > After upgrading to 46~beta-1 gnome-shell doesn't find a cursor theme > anymore, I get this line in the journalctl output: > > feb 10 11:02:08 stab gnome-shell[999044]: No cursor theme

Bug#1063419: sugar-artwork: Please package version 0.121 needed by sugar-session

2024-02-07 Thread Jeremy Bícha
Source: sugar-artwork Version: 0.120-2 Severity: serious Control: affects -1 src:sugar X-Debbugs-CC: d...@jones.dk sugar-session in Unstable depends on sugar-themes (>= 0.121) but that version is not available in Unstable yet. Thank you, Jeremy Bícha

Bug#1062095: unsetting pending tag for Debian GNOME time NMU bugs

2024-02-05 Thread Jeremy Bícha
. Thank you, Jeremy Bícha

Bug#1062187: unsetting pending tag for Debian GNOME bugs

2024-02-05 Thread Jeremy Bícha
. Thank you, Jeremy Bícha

Bug#1061531: sugar: Stop using webkit2gtk 4.0

2024-02-05 Thread Jeremy Bícha
On Mon, Feb 5, 2024 at 2:24 PM Jonas Smedegaard wrote: > Quoting Jeremy Bícha (2024-02-05 19:39:23) > > And I recommend cherry-picking the latest commit to > > sugar-browse-activity upstream to fix https://bugs.debian.org/1061530 > > Thanks for tracking/nudging - much app

Bug#1063232: gamehub: Stop using webkit2gtk 4.0

2024-02-05 Thread Jeremy Bícha
dependency but then the authentication links on the "Let's get started page" don't work. On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061531: sugar: Stop using webkit2gtk 4.0

2024-02-05 Thread Jeremy Bícha
, Jeremy Bícha

Bug#1061696: gnome-video-arcade: Remove unmaintained package?

2024-01-28 Thread Jeremy Bícha
Source: gnome-video-arcade Version: 0.8.8-5 Severity: serious X-Debbugs-CC: jo...@debian.org Jordi, what do you think about removing gnome-video-arcade from Debian? See https://bugs.debian.org/1061694 Thank you, Jeremy Bícha

Bug#1061694: gnome-video-arcade: Please stop using libsoup2.4

2024-01-28 Thread Jeremy Bícha
Fedora and remove gnome-video-arcade. Probably lutris and retroarch or MAME itself are better choices. Thank you, Jeremy Bícha

Bug#1061627: jpeg-xl: 0.8 failing autopkgtest

2024-01-27 Thread Jeremy Bícha
depth JxlEncoderAddImageFrame() failed. EncodeImageJXL() failed. Full logs --- https://release.debian.org/britney/pseudo-excuses-experimental.html#jpeg-xl https://ci.debian.net/packages/j/jpeg-xl/unstable/amd64/ Thank you, Jeremy Bícha

Bug#1061531: sugar: Stop using webkit2gtk 4.0

2024-01-25 Thread Jeremy Bícha
for Sugar beyond sugar-browse-activity. And in that case, sugar-browse-activity was ported to libsoup3 first and appears to still work fine. On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061530: sugar-browse-activity: Stop using webkit2gtk 4.0

2024-01-25 Thread Jeremy Bícha
the patch to my fork of your repo in the webkit branch. https://salsa.debian.org/jbicha/sugar-browse-activity/-/commits/webkit On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061526: astroidmail: Stop using webkit2gtk 4.0

2024-01-25 Thread Jeremy Bícha
maintainers, Jeremy Bícha

Bug#1061502: virtaal: Please drop Build-Depends python3-libproxy

2024-01-25 Thread Jeremy Bícha
0.5, I am dropping the python3-libproxy package now. Thank you, Jeremy Bícha

Bug#1061462: revolt: Stop depending on webkit2gtk 4.0

2024-01-24 Thread Jeremy Bícha
API soon. The 4.1 API is the same as the 4.0 API except that it uses libsoup3 instead of libsoup2.4. I am attaching a merge request to fix this issue. Please review and upload soon. Otherwise, I will likely do an NMU. On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061437: firefox-esr: Fails to build with Python 3.12 as default

2024-01-24 Thread Jeremy Bícha
/debian/115/master/debian/patches/python3.12-six.patch Thank you, Jeremy Bícha

Bug#1061412: font-manager: Stop using webkit2gtk 4.0

2024-01-23 Thread Jeremy Bícha
. It was actually already done in the experimental GTK4 branch, but I don't think it was done in a way that is easy to backport. There is documentation and examples at https://gitlab.gnome.org/GNOME/libsoup/-/issues/218 On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061411: giada: Stop using webkit2gtk 4.0

2024-01-23 Thread Jeremy Bícha
. The 4.1 API is the same as the 4.0 API except that it uses libsoup3 instead of libsoup2.4. giada has an unnecessary build dependency on webkit2gtk 4.0. Please review the attached merge proposal and upload to Debian soon. On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061406: geany-plugins: Stop using webkit2gtk 4.0

2024-01-23 Thread Jeremy Bícha
://gitlab.gnome.org/GNOME/libsoup/-/issues/218 and many linked examples. On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061397: network-manager-openconnect: Stop using webkit2gtk 4.0

2024-01-23 Thread Jeremy Bícha
to stop building the 4.0 API soon. Please switch to using the 4.1 API which is the same as the 4.0 API except that it uses libsoup3 instead of libsoup2.4. I have prepared a merge request to fix this issue. Please upload the fix soon. On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061396: keyman: Stop using webkit2gtk 4.0

2024-01-23 Thread Jeremy Bícha
switch to using the 4.1 API which is the same as the 4.0 API except that it uses libsoup3 instead of libsoup2.4. I have prepared an upstream merge request to fix this issue. Please upload the fix soon. On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1061395: gnucash: Stop using webkit2gtk 4.0

2024-01-23 Thread Jeremy Bícha
switch to using the 4.1 API which is the same as the 4.0 API except that it uses libsoup3 instead of libsoup2.4. I have prepared a merge request to fix this issue. Please upload the fix soon. On behalf of the webkit2gtk maintainers, Jeremy Bícha

Bug#1057562: gcr4: FTBFS: failing tests

2024-01-21 Thread Jeremy Bícha
Control: severity -1 important I believe the gcr tests are just flaky. Thank you, Jeremy Bícha

Bug#1061229: numpydoc: Failing autopkgtest

2024-01-20 Thread Jeremy Bícha
Source: numpydoc Version: 1.6.0-1 Severity: serious Tags: patch X-Debbugs-CC: marmochia...@gmail.com numpydoc's autopkgtest is failing. Matthias added a path to Ubuntu to mark it as expected fail, but without further explanation. I am attaching a version of his patch. Thank you, Jeremy Bícha

Bug#1056062: About Debian bug #1056062 (coq package)

2024-01-20 Thread Jeremy Bícha
urrently. https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=coq Thank you, Jeremy Bícha

Bug#1061186: oxigraph: fails to build from source

2024-01-20 Thread Jeremy Bícha
Source: oxigraph Version: 0.3.22-4 Severity: serious Tags: ftbfs oxigraph is failing to build: https://buildd.debian.org/status/package.php?p=oxigraph Thank you, Jeremy Bícha

Bug#1060990: wacomtablet: FTBFS: make: *** [debian/rules:8: binary] Error 2

2024-01-16 Thread Jeremy Bícha
This might be https://bugs.debian.org/1060687 Thank you, Jeremy Bícha

Bug#1060687: libwacom-dev: Needs Depends: libevdev-dev

2024-01-12 Thread Jeremy Bícha
by autopkgtests. Thank you, Jeremy Bícha

  1   2   3   >