humptydumpty (Jens With)
- Login: humptydumpty
- Registered on: 03/02/2020
- Last sign in: 03/02/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
03/07/2020
-
02:29 PM Ruby Bug #16679 (Closed): Test of Ruby fails under multiple OS user userland installations
- I do user land installations where each of multiple installations of a complex system under it's own OS user installs it's own version of tools from sources if the OS installed version doesn't match necessary criteria.
The system has to...
03/03/2020
-
11:14 PM Ruby Bug #16668: Syntax error in tool/vcs.rb
- Thanks for your response!
I realised it didn't affect the build, but for me a proper configure is showcasing the quality of a package.
Whenever I am confronted with sloppy configuration I am doubting the quality of everything else. -
03:01 PM Ruby Bug #16668: Syntax error in tool/vcs.rb
- Thanks for the info, though I am wondering, why configure doesn't take care of that automatically.
Isn't this a tarball what I get by downloading via https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.5.tar.gz? -
10:51 AM Ruby Bug #16668: Syntax error in tool/vcs.rb
- Yes, ruby -v:
ruby 1.8.1 (2003-12-25) [i386-linux-gnu]
which ruby:
/usr/bin/ruby
Extract from my log file:
```
BASERUBY = /usr/bin/ruby
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -ggdb3 -Wall -Wdeclaration-after-stateme...
03/02/2020
-
01:06 PM Ruby Bug #16668 (Closed): Syntax error in tool/vcs.rb
- ```
./tool/file2lastrev.rb:10:in `require': /home/imptst/ruby/ruby-2.6.5/tool/vcs.rb:127: syntax error (SyntaxError)
```
```ruby
def self.detect(path, uplevel_limit: 0)
```
Should be:
```ruby
def self.detect(path, uplevel_limit...