Public bug reported:
jackd2 is now unbuildable after Python 3.12 due to a very outdated WAF
build system inside.
The upstream has already fixed the issue in a recent commit, we need to
introduce this as a patch.
** Affects: jackd2 (Ubuntu)
Importance: Undecided
Assignee: Zixing Liu
** Merge proposal linked:
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/jackd2/+git/jackd2/+merge/462267
** Changed in: jackd2 (Ubuntu)
Assignee: (unassigned) => Zixing Liu (liushuyu-011)
--
You received this bug notification because you are a member of Ubuntu
Touch see
Public bug reported:
autopkgtest failed with
(https://autopkgtest.ubuntu.com/results/autopkgtest-
noble/noble/arm64/p/perl/20240326_162839_855b1@/log.gz):
3968s control.t: warning: can't parse dependency ${t64:Provides}
3968s
3968s # Failed test 'Breaks for libfilter-perl in libperl5.38t64 imp
Public bug reported:
Summary:
* GDB 10.0 introduced a regression where it cannot inspect any global
variables in any D programs compiled by any D compiler.
* LDC2 and GDC upstream stated Focal does not have such a problem and stuck to
this release for their test images.
Reproduce steps:
Con
** Description changed:
- Summary:
+ [ Impact ]
- * GDB 10.0 introduced a regression where it cannot inspect any global
variables in any D programs compiled by any D compiler.
- * LDC2 and GDC upstream stated Focal does not have such a problem and stuck
to this release for their test images
** Description changed:
[ Impact ]
* GDB 10.0 introduced a regression where it cannot inspect any global
variables in any D programs compiled by any D compiler.
* LDC2 and GDC upstream stated Focal does not have such a problem and stuck
to this release for their test images.
[ Te
** Merge proposal linked:
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/gdb/+git/gdb/+merge/463546
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/2059856
Title:
Test results are available here:
https://autopkgtest.ubuntu.com/results/autopkgtest-oracular-
liushuyu-011-gdb-testing/?format=plain.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bu
Public bug reported:
GDB 9.2 on Focal freezes when inspecting applications built by rustc.
Example program:
---
static mut B: bool = false;
static mut I: isize = -1;
static mut C: char = 'a';
static mut I8: i8 = 68;
static mut I16: i16 = -16;
static mut I32: i32 = -32;
static mut I64: i64 = -64;
** Tags added: foundations-todo
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to librsvg in Ubuntu.
https://bugs.launchpad.net/bugs/2078055
Title:
librsvg needs cargo-c but it's not available on i386
Status in librsvg packa
Public bug reported:
GDB 12.1 had a regression where it will break program execution when the
program contains mixed ARM code and THUMB code.
Considering the following C program:
```
__attribute__((target("arm"), noinline))
int thumb_func() {
return 42;
}
__attribute__((target("thumb")))
int
I have proposed a fix in
https://code.launchpad.net/~liushuyu-011/ubuntu/+source/gdb/+git/gdb/+merge/454654.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/2041396
Title:
gdb
** Description changed:
- GDB 12.1 had a regression where it will break program execution when the
- program contains mixed ARM code and THUMB code.
+ [ Impact ]
+
+ * GDB 12.1 introduced a regression where it will break program execution
when the program contains mixed ARM code and THUMB code.
Currently waiting for an SRU team member to process the update through
the upload queue.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/2041396
Title:
gdb 12.1 generates SIGIL
Verification Report
===
The test is conducted on an RK3399 device (with 4x ARM Cortex-A53 cores
+ 2x ARM Cortex-A72 cores).
Test (1) original Rust program test (associated-types.rs)
-
GDB 12.1-0ubuntu1~22.04 (unpatched)
Rus
> The where problems could occur section says "it is possible that this
fix may break ARM64 execution". How was it verified that this is not
broken?
I believe this could be verified by running the GDB tests inside the Rust
testing suite.
Should I queue an autopkgtest against rustc for GDB in this
It looks like this issue mostly affects Snap apps.
Please see the font config debug output attached.
** Attachment added: "font config debug output"
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/2017076/+attachment/5665442/+files/fc-debug.log
--
You received this bug notification
** Summary changed:
- gdb 10.0 fails to examine any global variables in D programs
+ [SRU] gdb 10.0 fails to examine any global variables in D programs
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bu
Please find the suggested patch to the bug attached.
** Patch added: "debconf-helper-write-retry.patch"
https://bugs.launchpad.net/ubuntu/+source/packagekit/+bug/2081604/+attachment/5822204/+files/debconf-helper-write-retry.patch
--
You received this bug notification because you are a member
Hi Jeremy,
Please find the refinement in the patch attached.
** Patch added: "rust-cargo-c-minor-fix.debdiff"
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2078055/+attachment/5819451/+files/rust-cargo-c-minor-fix.debdiff
--
You received this bug notification because you are a memb
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to librsvg in Ubuntu.
https://bugs.launchpad.net/bugs/2078055
Title:
librsvg needs cargo-c but it's not available on i386
Status in librsvg package in Ubuntu:
Triaged
Status in
Public bug reported:
This bug is used to track kbd FTBFS on Oracular
** Affects: kbd (Ubuntu)
Importance: Undecided
Status: New
** Affects: kbd (Debian)
Importance: Unknown
Status: Unknown
** Bug watch added: Debian Bug tracker #1075109
https://bugs.debian.org/cgi
cc -O2 -g -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro splitfont.c -o
splitfont
splitfont.c: In function ‘dosplit’:
splitfont.c:19:17: error: implicit declaration of function ‘exit’
[-Wimplicit-function-declaration]
19 | exit(1);
| ^~~~
splitfont.c:8:1:
> @Zixing, thank you for the patch, could you give some explanation
about your understanding of the issue and how is the patch addressing
the problem?
I could not reproduce the issue because I encountered another problem
(unable to launch `debconf-communicate`) while reproducing the issue
describe
Public bug reported:
GDB 9+ can't examine exported D symbols from another D module when the
imported symbol is imported inside a function (subprogram).
** Affects: gdb
Importance: Unknown
Status: Unknown
** Affects: gdb (Ubuntu)
Importance: Undecided
Status: New
** B
Verification done using the method mentioned in the description
** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done verification-done-jammy
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscri
** Also affects: bluez (Ubuntu Plucky)
Importance: Undecided
Assignee: Yao Wei (medicalwei)
Status: In Progress
** Changed in: bluez (Ubuntu Noble)
Status: New => Fix Committed
** Changed in: bluez (Ubuntu Oracular)
Status: New => Fix Committed
** Changed in: bluez (
This package is currently waiting for the SRU team. Unsubscribing
ubuntu-sponsors from the bug.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/2092158
Title:
[SRU] With cert
Changes between Oracular's 24.3.4+dfsg1-0ubuntu1 and the patch posted in
this thread:
diff -Naur oracular/debian/changelog noble-proposed/debian/changelog
--- oracular/debian/changelog 2024-09-29 15:51:49.0 -0600
+++ noble-proposed/debian/changelog 2025-02-09 12:49:42.0 -0700
** No longer affects: linux (Ubuntu)
** Also affects: mesa (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/2112311
Title:
** Changed in: alsa-driver (Ubuntu)
Status: New => Invalid
** Changed in: alsa-driver (Ubuntu Jammy)
Status: New => Invalid
** Changed in: linux-meta (Ubuntu Jammy)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Touch seede
Hi Iain,
Please see https://inbox.sourceware.org/gdb-
patches/20250207200115.78839-2-liushuyu...@gmail.com/ for a proposed
patch.
Thanks,
Zixing
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.lau
32 matches
Mail list logo