Benjamin Drung
Benjamin Drung
**Describe the bug** When compared to Ubuntu 23.10 (dracut 059), creating intramfs files with update-initramfs in Ubuntu 24.04 (dracut 060) takes 2 to 5 times more time on ARM devices....
The test `test_bad_data` will fail to load the test data `pynndescent_bug_np.npz` in case the current directory is not the repositories root directory. Load the `pynndescent_bug_np.npz` test data relative from the...
On Ubuntu armhf: ``` $ uname -p armv7l ``` So detect `armv7l` as ARM architecture as well. Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/procdump/+bug/2067621
Bug: https://launchpad.net/bug/2073787
The pylint `redefined_variable_type` extension complains: ``` ************* Module tests.integration.test_problem_report tests/integration/test_problem_report.py:156:8: R0204: Redefinition of tests type from list to dict (redefined-variable-type) ************* Module apport data/apport:824:4: R0204: Redefinition of fds type from...
Use the same library search order from `ld.so`: ``` $ ld.so --help [...] Shared library search path: (libraries located via /etc/ld.so.cache) /lib/x86_64-linux-gnu (system search path) /usr/lib/x86_64-linux-gnu (system search path) /lib...
## Changes Commit 061a1068ba4c872e48605b9b0ecd282f4630ea8f ("test: avoid writing to rootfs as it might be read-only") fixes the test failure with systemd 256. So revert the changes to `test/` from commit 130f4dfce48b187944be9a0cacca794dd32428ad....
**Describe the bug** dot command does not support arguments in sh/dash (see [SC2240](https://www.shellcheck.net/wiki/SC2240)). This shellcheck complain is incorrectly overwritten: ``` $ git grep SC2240 modules.d/99base/dracut-lib.sh: # shellcheck disable=SC2240 modules.d/99shutdown/shutdown.sh: #...
**Describe the bug** Running the test suite on ppc64el fails: ``` 20414s run-qemu: /usr/bin/qemu-system-ppc64le '-cpu' 'max' '-M' 'cap-ccf-assist=off,cap-cfpc=broken,cap-ibs=broken,cap-sbbc=broken' '-smp' '2' '-m' '1024' '-nodefaults' '-vga' 'none' '-display' 'none' '-no-reboot' '-device' 'i6300esb'...
`SCons.Conftest.CheckFunc(context, "lgetxattr", "#include \n#include ")` will generate following C code: ``` #include #include #include #if _MSC_VER && !__INTEL_COMPILER #pragma function(lgetxattr) #endif int main(void) { #if defined (__stub_lgetxattr) || defined (__stub___lgetxattr)...