Bug#1064072: raspi-firmware: post install script fails for non-raspi devices requiring brcmfmac43456 firmware

2024-02-16 Thread Krzysztof Aleksander Pyrkosz
Package: raspi-firmware Version: 1.20220830+ds-1 Severity: important X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, Pine64 RockPro64 requires firmware files that are currently packaged in raspi-firmware, both in bookworm and sid: $ dpkg -S brcm/brcmfmac43456 raspi-firmware:

Bug#1054549: cmus: Segmentation fault when trying to open directory with 444 permission mask

2023-10-25 Thread Krzysztof Aleksander Pyrkosz
Package: cmus Severity: normal Dear Maintainer, I've encountered a reporoducible segfault. When trying to enter a directory with 444 permissions owned by root (lanuch cmus, press "5" to switch to directory selection, and select this directory) the program segfaults.

Bug#1029174: dhcpcd-base: Brakes networking completely

2023-01-19 Thread Krzysztof Aleksander Pyrkosz
Package: dhcpcd-base Followup-For: Bug #1029174 X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, I've ran onto the same issue on a riscv64 board yesteday. Upgrading to 9.4.1-14 solved the problem.

Bug#1028485: bc: Ctrl+C does not clear the buffer

2023-01-11 Thread Krzysztof Aleksander Pyrkosz
Package: bc Version: 1.07.1-2+b2 Severity: important Tags: upstream X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, bc in the interactive mode keeps the contents of the previous line after hitting Ctrl+C. Example: Type 111, hit Ctrl+C, type 1+1. Expected output is 2. Observed result: 111^C

Bug#1013926: "bash: COMP_WORDS: bad array subscript" when completing in the middle of a command

2022-06-27 Thread Krzysztof Aleksander Pyrkosz
Package: bash-completion Version: 1:2.11-2 Severity: normal X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, Completing this command just after first "./do" causes the completion script to output an error. LLVM_PROFILE_FILE="foo.profraw" ./do && llvm-profdata merge -sparse *.profraw -o

Bug#1013892: qqwing: Solver gets stuck in an infinite loop on ARM

2022-06-26 Thread Krzysztof Aleksander Pyrkosz
Package: qqwing Version: 1.3.4-1.1+b1 Severity: important Tags: upstream X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, qqwing solver gets stuck in an infinite loop caused by casting return value of getchar() from int to char. The comparison c == EOF is never going to be true on systems

Bug#1013230: qqwing: Improved random number generation to allow running multiple instances of the program in parallel.

2022-06-19 Thread Krzysztof Aleksander Pyrkosz
Package: qqwing Version: 1.3.4-1.1+b1 Severity: important Tags: patch X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, Current version of qqwing uses srand(time(0)) and rand() as a way to generate the board. It makes running multiple instances of the program in parallel for faster sudoku

Bug#679875: ace-of-penguins: Games crash when trying to view help screen

2022-05-02 Thread Krzysztof Aleksander Pyrkosz
Package: ace-of-penguins Followup-For: Bug #679875 X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, the source of the bug is an out of bounds access in a for loop in lib/help.c:515 int ts = (thin_space[words[i-1].flags & STYLE_BITS] + thin_space[words[i].flags &

Bug#1010236: xye: Xye is stuck in an infinite loop on arm

2022-04-26 Thread Krzysztof Aleksander Pyrkosz
Package: xye Version: 0.12.2+dfsg-9 Severity: grave Justification: renders package unusable X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, Xye relies heavily on x86 specific feature which is signedness of char type. It builds without errors on armhf and arm64 (and possibly other

Bug#1002929: ansiweather: Script does not handle city names with spaces

2022-01-01 Thread Krzysztof Aleksander Pyrkosz
Package: ansiweather Severity: wishlist X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, Please update to more recent version. Current one does not handle cities such as Pcim Dolny or New York.

Bug#1002928: ansiweather: Current version does not handle spaces in city names

2022-01-01 Thread Krzysztof Aleksander Pyrkosz
Package: ansiweather Severity: important X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, The package is outdated. The most critical issue is version 1.11 does not handle city names containing a space (such as Pcim Donly or New York). This bug has been fixed in 1.12.

Bug#995768: libpq-dev: Unable to concurently install multiple architectures libpq-dev

2021-10-05 Thread Krzysztof Aleksander Pyrkosz
Package: libpq-dev Version: 13.3-1 Followup-For: Bug #995768 X-Debbugs-Cc: krzpyrk...@gmail.com > That is expected behavior for most lib*-dev packages. I wasn't aware of that. Isn't that what Debian's multiarch is about? > Why do you need both in parallel? I am crosscompiling projects from

Bug#995768: libpq-dev: Unable to concurently install multiple architectures libpq-dev

2021-10-05 Thread Krzysztof Aleksander Pyrkosz
Package: libpq-dev Version: 13.3-1 Severity: important X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, It is impossible to install libpq-dev for multiple architectures at the same time. $ sudo apt install libpq-dev:arm64 The following packages will be REMOVED: libpq-dev The following NEW

Bug#990537: llvm-11: Patch

2021-07-02 Thread Krzysztof Aleksander Pyrkosz
Package: llvm-11 Version: 1:11.0.1-2 Followup-For: Bug #990537 X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, I'm attaching the patch. It adds: - libxml2-dev to Build-Depends of the source - libxml2-dev to Depends of llvm-11-dev - libxml2 to Depends of llvm-11 --- control 2020-12-16

Bug#990537: llvm-11: llvm-mt should be built with libxml support

2021-07-01 Thread Krzysztof Aleksander Pyrkosz
Package: llvm-11 Version: 1:11.0.1-2 Severity: normal X-Debbugs-Cc: krzpyrk...@gmail.com Dear Maintainer, llvm manifest tool (llvm-mt) is not configured to use libxml2, which is an essential dependency of this program. $ llvm-mt /manifest foobar.xml llvm-mt: error: no libxml2 The problem is