On Sat, 2023-02-04 at 15:35 +0900, Akira Yokosawa wrote: > On Fri, 3 Feb 2023 20:36:14 -0800, Paul E. McKenney wrote: > > On Fri, Feb 03, 2023 at 11:55:20PM -0300, Leonardo Brás wrote: > ... > > > > > > I will send a patch fixing the uname soon :) > > > > Thank you for digging into this! > > > > And yes, portability is easier than it was 40 years ago, but still not > > easy. :-/ > > Hi, > > You might be interested in this email thread in 2012 at GNU bugreport: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=13001 > > Looks like the behavior of "uname -p" CodeSamples had assumed is common > to Ubuntu and Fedora (as well as RHEL and SUSE). Hello Akira, Thanks for contributing this documentation! > > So, this issue is exposed by Leo's choice of archlinux:latest as the > base image. > > Leo, just out of curiosity, what made you pick Arch Linux? Arch Linux is a rolling release distro, that tries as much as possible to keep up with the upstream releases. >From previous experiences, I noticed testing your code with upstream libs and tools is better: it avoids falling into issues that have already been fixed upstream, and also help keeping up with changes and improvements in fresh releases. > > Thanks, Akira > Best regards, Leo