Maybe I am missing something, but I get the same result with `-p`. Log is attached. The `tar` manpage suggests `-p` is about preserving permissions, not timestamps. And it looks like the timestamps are preserved even if I don't u...ErikSwan (Erik Swan)
I have updated the title and description to correct where the syntax error is located. It is located in `./tool/lib/vcs.rb`, which is ***called*** by `./tool/file2lastrev.rb`. From looking at the related issue that Shibata-san linked, i...ErikSwan (Erik Swan)
From looking through the ChangeLog, it seems there have been a few changes regarding whether `file2lastrev.rb` needs to be run with `BASERUBY` or not, and what version `BASERUBY` is expected to be: ``` doc/ChangeLog-2.3.0 34-Thu Dec...ErikSwan (Erik Swan)
Hello, I am trying to build Ruby 2.7.1 from source on a RHEL 6.9 system, which has ruby 1.8.7 as the existing system Ruby. When I run `make`, I get an error about a syntax error in `./tool/lib/vcs.rb`, which is called by `./tool/file2...ErikSwan (Erik Swan)