Results 83 issues of josch

### Description Basically the same as https://github.com/nanu-c/axolotl/issues/888 ### Steps to Reproduce 1. Download `axolotl_1.6.0-1_arm64.deb` from the releases page 2. sudo apt install ./axolotl_1.6.0-1_arm64.deb 3. run axolotl **Expected behavior:** Something that...

bug

Hi, I'm running Debian unstable with iceweasel 44.0. On my terminal, playing youtube videos with mpv works perfectly well. But after having installed this addon in a fresh profile, right...

### Operating System Linux ### Board n.a. ### Firmware n.a. ### What happened ? I'm trying to package tinyusb for inclusion in Debian. I was thus reading through all the...

Bug 🐞

I'm creating this merge request to keep track of the patch stack we carry in Debian on top of fakechroot 2.20.1. These are mostly the same patches that are also...

On Debian unstable armhf and glibc 2.37 I get this build failure: ``` /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -g -O2 -Werror=implicit-function-declaration...

Steps to reproduce (inside the fakechroot): ```shell $ mkdir foo $ touch foo/bar $ rm -r foo rm: cannot remove '/foo': Is a directory ``` ``` $ echo foo >...

support glibc 2.34 by wrapping __{f,l,}stat{at,}64_time64 and__utime{nsat,s,}64 These functions are only wrapped on 32 bit platforms like i386, armel or armhf. On 64 bit platforms, the corresponding `HAVE_*` macros will...

On some architectures (like mips64el, ppc64el and s390x), the output of `objdump -p` does not include the linker itself and thus the output of `ldd.fakechroot` which relies on `objdump -p`...

closes: #97 Starting with glibc 2.32 the compat nss module for getpwnam calls __nss_files_fopen (which is a GLIBC_PRIVATE symbol provided by glibc) instead of fopen (see 299210c1fa67e2dfb564475986fce11cd33db9ad). This leads to...

Hi, Starting with glibc 2.32 the compat nss module for getpwnam calls `__nss_files_fopen` (which is a GLIBC_PRIVATE symbol provided by glibc) instead of fopen (see 299210c1fa67e2dfb564475986fce11cd33db9ad in glibc). This leads...