josch
josch
> Yes if you use CMake only. Okay, that is what I'd like to use this for. As you point out, it doesn't make sense to package this for use-cases...
But the boards from my list above seem to be missing from the list at https://github.com/nxp-mcuxpresso/mcux-sdk/tree/main/boards or am I looking at the wrong place?
For what it's worth, here is the final copyright file in DEP5 format. Note, that not all files in the `Files-Excluded` field are interesting for you because Debian's rules are...
Note, that in Fedora and Debian we essentially maintain a fork of fakechroot with nearly the same patch stack on top of 1.20.1: https://src.fedoraproject.org/rpms/fakechroot/tree/rawhide https://sources.debian.org/src/fakechroot/2.20.1-2/debian/patches/
Until there is a new release, I'll maintain a branch with the patches that we use in Debian at https://github.com/josch/fakechroot/tree/debian -- I also filed a pull request that contains all...
@sergiomb2 this issue is fixed by #108. Can you open a separate issue about this new bug with glibc 2.37? Thanks!
Starting with glibc 2.34, `getpwnam` and friends fail again. Probably the modules changed again in a subtle way which makes wrapping `__nss_files_fopen` not effective anymore. But so far I fail...
Since `__nss_files_fopen` is part of libc6.so, wrapping it with LD_PRELOAD doesn't have an effect anymore. So instead we wrap all functions accessing /etc/passwd, /etc/group and /etc/shadow.
I added two more commits which are needed to prevent #107 under glibc 2.34.
Thank you @sergiomb2 I added the executable flag to the test. I also added a new commit that fixes ldd.fakechroot on mips64el, ppc64el and s390x -- see #111 for details.