[Touch-packages] [Bug 2057704] [NEW] jackd2 FTBFS due to waflib incompatible with Python 3.12

2024-03-12 Thread Zixing Liu
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

[Touch-packages] [Bug 2057704] Re: jackd2 FTBFS due to waflib incompatible with Python 3.12

2024-03-12 Thread 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

[Touch-packages] [Bug 2059172] [NEW] autopkgtest failure with perl/5.38.2-3.2

2024-03-26 Thread Zixing Liu
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

[Touch-packages] [Bug 2059856] [NEW] gdb 10.0 fails to examine any global variables in D programs

2024-03-31 Thread Zixing Liu
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

[Touch-packages] [Bug 2059856] Re: gdb 10.0 fails to examine any global variables in D programs

2024-04-02 Thread Zixing Liu
** 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

[Touch-packages] [Bug 2059856] Re: gdb 10.0 fails to examine any global variables in D programs

2024-04-02 Thread Zixing Liu
** 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

[Touch-packages] [Bug 2059856] Re: gdb 10.0 fails to examine any global variables in D programs

2024-04-04 Thread Zixing Liu
** 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:

[Touch-packages] [Bug 2041396] Re: gdb 12.1 generates SIGILL on armhf

2024-08-15 Thread Zixing Liu
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

[Touch-packages] [Bug 2077601] [NEW] GDB 9.2 freezes when inspecting applications built by rustc

2024-08-22 Thread Zixing Liu
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;

[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386

2024-09-04 Thread Zixing Liu
** 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

[Touch-packages] [Bug 2041396] [NEW] gdb 12.1 generates SIGILL on armhf

2023-10-26 Thread Zixing Liu
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

[Touch-packages] [Bug 2041396] Re: gdb 12.1 generates SIGILL on armhf

2023-10-26 Thread Zixing Liu
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

[Touch-packages] [Bug 2041396] Re: gdb 12.1 generates SIGILL on armhf

2023-10-26 Thread Zixing Liu
** 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.

[Touch-packages] [Bug 2041396] Re: gdb 12.1 generates SIGILL on armhf

2023-10-31 Thread Zixing Liu
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

[Touch-packages] [Bug 2041396] Re: gdb 12.1 generates SIGILL on armhf

2024-01-17 Thread Zixing Liu
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

[Touch-packages] [Bug 2041396] Re: gdb 12.1 generates SIGILL on armhf

2024-01-19 Thread Zixing Liu
> 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

[Touch-packages] [Bug 2017076] Re: default Chinese font is ugly

2023-04-20 Thread Zixing Liu
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

[Touch-packages] [Bug 2059856] Re: [SRU] gdb 10.0 fails to examine any global variables in D programs

2024-10-31 Thread Zixing Liu
** 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

[Touch-packages] [Bug 2081604] Re: pk-debconf-helper crashed with SIGSEGV in pk_client_helper_copy_stdout_cb()

2024-09-26 Thread Zixing Liu
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

[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386

2024-09-19 Thread Zixing Liu
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

[Touch-packages] [Bug 2078055] Re: librsvg needs cargo-c but it's not available on i386

2024-09-19 Thread Zixing Liu
-- 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

[Touch-packages] [Bug 2081329] [NEW] kbd FTBFS on Oracular

2024-09-20 Thread Zixing Liu
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

[Touch-packages] [Bug 2081329] Re: kbd FTBFS on Oracular

2024-09-20 Thread Zixing Liu
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:

[Touch-packages] [Bug 2081604] Re: pk-debconf-helper crashed with SIGSEGV in pk_client_helper_copy_stdout_cb()

2024-09-30 Thread Zixing Liu
> @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

[Touch-packages] [Bug 2089805] [NEW] GDB 9+ can't examine any exported D symbols from another module

2024-11-27 Thread Zixing Liu
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

[Touch-packages] [Bug 2059856] Re: [SRU] gdb 10.0 fails to examine any global variables in D programs

2025-01-24 Thread Zixing Liu
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

[Touch-packages] [Bug 2092158] Re: [SRU] With certain configs (such as with NVIDIA GPU driver), Bluetooth HSP/HFP profile may be missing after suspend/resume

2025-03-27 Thread Zixing Liu
** 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 (

[Touch-packages] [Bug 2092158] Re: [SRU] With certain configs (such as with NVIDIA GPU driver), Bluetooth HSP/HFP profile may be missing after suspend/resume

2025-04-28 Thread Zixing Liu
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

[Touch-packages] [Bug 2095074] Re: [SRU] Upgrade to media driver version 24.3.4 in Noble

2025-02-13 Thread Zixing Liu
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

[Touch-packages] [Bug 2112311] Re: Radeon 780M crashes on wake from suspend

2025-06-03 Thread Zixing Liu
** 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:

[Touch-packages] [Bug 1984157] Re: [Lenovo Legion Y9000X IAH7 (82TF), Realtek ALC287, Speaker, Internal] No sound at all

2025-05-29 Thread Zixing Liu
** 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

[Touch-packages] [Bug 2089805]

2025-07-21 Thread Zixing Liu
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