> On 20 Jan 2020, at 13:37, Akim Demaille <[email protected]> wrote: > > Hi Hans,
Hello Akim, > Please keep the list in CC. It was for the attachment, to avoid public cluttering. >> Le 20 janv. 2020 à 10:48, Hans Åberg <[email protected]> a écrit : >> >> Attached test suite logs 483-489. > > Thanks! You are welcome! > But the errors are > > 484. torture.at:271: testing State number type: 129 states ... > ../../bison-3.5.1/tests/torture.at:271: ruby $abs_top_srcdir/tests/linear 129 > >input.y || exit 77 > --- /dev/null 2020-01-20 10:37:01.000000000 +0100 > +++ > /usr/local/src/bison/build-bison-3.5.1-apple-clang/tests/testsuite.dir/at-groups/484/stderr > 2020-01-20 10:37:01.000000000 +0100 > @@ -0,0 +1 @@ > +/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/universal-darwin19/rbconfig.rb:229: > warning: Insecure world writable dir /usr/local/src/bison in PATH, mode > 040777 > 484. torture.at:271: 484. State number type: 129 states (torture.at:271): > FAILED (torture.at:271) > > and I don't think they are related to Bison. I have no idea why you would > have only these tests fail, and not many more. It is a permissions issue: One can put the sources in /usr/local/src/, but as one should not compile as root, only for the install, I allowed others to write. Then the component does not admit that for any intermediate directory. The issue does not show up when changing that, or using the home directory.
