On 6/7/23 7:27 pm, hooanon...@gmail.com wrote: > "J. R. Okajima": >> Now I am thinking about changing mount.aufs(8) helper. >> - users specify "br:path1:path2" as usual. >> - mount.aufs helper (in aufs-util.git) translate it into >> "br=path1:path2" and executes /bin/mount with -i option, which stops >> calling mount.aufs again. >> >> I'm still considering... > I was going to try this approach, but failed. > Technically speaking, I could not start my aufs work. > Currently my main pc is debian v12 (bookworm) and it has gcc-11 and > gcc-12. And my current aufs development version is v5.10. > Unfortunately this version of linux kernel cannot be compiled by > gcc-12!! > I'm stucked again...
That's strange. Which kernel version did you try to compile? I have just upgraded to gcc 12.2.0 as well and if this gcc has problems building kernels (new and old), I'll be stuck as well ...