Yann Dirson

Results 73 issues of Yann Dirson

For the context, a .src.rpm files notably contains a cpio archive, which itself contains a compressed tarball with source files, along with some more files. https://github.com/Genivia/ugrep/issues/185 gives a hint to...

question

On current 4.1, requesting `kernel-latest` from `current-testing` causes the download to occur, but not the install. `clean packages` does remove it from the cache, but subsequent tries fail in the...

T: bug
C: kernel
P: default
needs diagnosis
C: updates
updates testing

### Short description of the problem I can run `mock --init` to create a custom CentOS7-based rootfs, with the default layout where `/var/lib/mock/` is a normal dir (which happen to...

cannot-reproduce

The memcpy at the end of read_seq_parameter_set_rbsp() overwrites the struct it just filled with a copy of what's in sps_table. Since h->sps == h->sps_table[0] it just filled that one, the...

bug

Looks like older compilers were allowing cast of a pointer to void

A Debian 11.2 is reported as 11.11: ``` $ cat /etc/debian_version 11.2 $ cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" $...

In the following code it would be useful to mark `toto` as final to make sure no code modifies it by error. However this triggers `Cannot override writable attribute "toto"...

bug
topic-inheritance
topic-final

### Problem In upcoming [xen-guest-agent](https://gitlab.com/xen-project/xen-guest-agent/) 0.3.0, running the build on `x86_64-unknown-linux-gnu` platform, checked with both 1.72.0 and 1.74.1: ``` user@work-vates:xen-guest-agent (main >)$ cargo tree -d libloading v0.7.4 └── clang-sys v1.6.1...

C-bug
S-triage

When a target-specific dependency is used, and it pulls an outdated crate, `cargo outdated` misses it. eg the following currently pulls `syn 1.x`: ``` [target.'cfg(freebsd)'.dependencies] sysctl = "0.5.0" ``` When...

Hachoir (from Debian 3.1.0+dfsg-3) can parse the structure of a FAT image created by `mkfs.msdos` (showing first 0x200 bytes as `Boot`, then both FAT copies, and root directory), but on...