Hello Enrico, indeed make was missing, I now have a running installation on 
Fedora 29. BUT the executable is not rexx but rexx-oorexx

[osboxes@localhost oorexxBuild]$ rexx -v
bash: rexx: command not found...
Install package 'oorexx' to provide command 'rexx'? [N/y] N

[osboxes@localhost oorexxBuild]$ rexx-oorexx -v
Open Object Rexx Version 5.0.0 r11930
Build date: Oct 10 2019
Addressing mode: 64
Copyright (c) 1995, 2004 IBM Corporation. All rights reserved.
Copyright (c) 2005-2019 Rexx Language Association. All rights reserved.
This program and the accompanying materials are made available under the terms
of the Common Public License v1.0 which accompanies this distribution or at
http://www.oorexx.org/license.html

There is an installation package for rexx BUT that is 4.2, I spent quite some 
time to remove it manually. Is there an „uninstall“ feature in Fedora?

Is this a mistake in my build or do you also have rexx-oorexx as an executable?

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se




> Am 10.10.2019 um 16:34 schrieb Enrico Sorichetti via Oorexx-devel 
> <oorexx-devel@lists.sourceforge.net>:
> 
> To be sure I restarted from scratch
> Even if I was VERY SURE that I was running from UP TO DATE repositories
> 
> Unfortunately … 
> 
> 
> The test suite 
> 
> [vagrant@localhost ooRexx.testSuite]$ svn status
> ?       address-with.tmp
> ?       ooRexx/base/class/directory_exist
> [vagrant@localhost ooRexx.testSuite]$ svn info
> Path: .
> Working Copy Root Path: /opt/ooRexx.testSuite
> URL: https://svn.code.sf.net/p/oorexx/code-0/test/trunk 
> <https://svn.code.sf.net/p/oorexx/code-0/test/trunk>
> Relative URL: ^/test/trunk
> Repository Root: https://svn.code.sf.net/p/oorexx/code-0 
> <https://svn.code.sf.net/p/oorexx/code-0>
> Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
> Revision: 11929
> Node Kind: directory
> Schedule: normal
> Last Changed Author: erich_st
> Last Changed Rev: 11928

> Last Changed Date: 2019-10-08 14:27:36 +0000 (Tue, 08 Oct 2019)
> 
> 
> 
> The sources 
> 
> 
> [vagrant@localhost ooRexx.svn]$ svn status
> [vagrant@localhost ooRexx.svn]$ svn info  
> Path: .
> Working Copy Root Path: /opt/ooRexx.svn
> URL: https://svn.code.sf.net/p/oorexx/code-0/main/trunk 
> <https://svn.code.sf.net/p/oorexx/code-0/main/trunk>
> Relative URL: ^/main/trunk
> Repository Root: https://svn.code.sf.net/p/oorexx/code-0 
> <https://svn.code.sf.net/p/oorexx/code-0>
> Repository UUID: 0b6cbdbe-3aab-466e-b73a-abd511dda0a2
> Revision: 11929
> Node Kind: directory
> Schedule: normal
> Last Changed Author: erich_st
> Last Changed Rev: 11929
> Last Changed Date: 2019-10-08 14:30:58 +0000 (Tue, 08 Oct 2019)
> 
> 
> 
> The
>  
> ooRexx/extensions/dateparser/DateFormatter.testGroup
> 
> 
> 
> ::method testError16
>   self~expectSyntax(88.932)
>   .DateFormatter~format(.datetime~new, "yyyy-zzzzz")
> 
> As it should 
> 
> Enrico
> 
> 
>> On 10 Oct 2019, at 15:57, Rick McGuire <object.r...@gmail.com 
>> <mailto:object.r...@gmail.com>> wrote:
>> 
>> I suspect you are using an out-of-date version of DateFormatter.testGroup. 
>> The test line in question in that file should be:
>> 
>> .DateFormatter~format(.datetime~new, "yyyy-zzzzz")
>> The older version had "yyyy-zzzz" as the template, which is no longer an 
>> error. 
>> Rick
>> 
>> 
>> On Thu, Oct 10, 2019 at 9:47 AM Enrico Sorichetti via Oorexx-devel 
>> <oorexx-devel@lists.sourceforge.net 
>> <mailto:oorexx-devel@lists.sourceforge.net>> wrote:
>> 
>> Unfortunately … on Fedora 30
>> 
>> Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
>> OS Name:            LINUX
>> SysVersion:         Linux 5.2.9-200.fc30.x86_64
>> 
>> Tests ran:          22869
>> Assertions:         373835
>> Failures:           2
>> Errors:             0
>> 
>> [failure] [20191010 13:42:22.723626]
>>   svn:    r11905   Change date: 2019-07-31 15:06:45 -0400
>>   Test:   TESTERROR16
>>   Class:  DateFormatter.testGroup
>>   File:   .../ooRexx/extensions/dateparser/DateFormatter.testGroup
>>   Line:   -1
>>   Failed: expectSyntax
>>     Expected: SYNTAX 88.932
>>     Actual:   Not raised
>> 
>> [failure] [20191010 13:42:23.205377]
>>   svn:    r11336   Change date: 2017-12-03 11:45:10 +0000
>>   Test:   TESTCLASSFAMILIES
>>   Class:  rxregexp.testGroup
>>   File:   .../ooRexx/extensions/rxregexp/rxregexp.testGroup
>>   Line:   665
>>   Failed: assertFalse
>>     Expected: [0]
>>     Actual:   [[1], identityHash="-140212932257393"]
>>     Message:  Checking excluded character ? ('AA'x) using [:lower:]
>> 
>> Interpreter:        REXX-ooRexx_5.0.0(MT)_64-bit 6.05 10 Oct 2019
>> OS Name:            LINUX
>> SysVersion:         Linux 5.2.9-200.fc30.x86_64
>> 
>> Tests ran:          22869
>> Assertions:         373835
>> Failures:           2
>> Errors:             0
>> 
>> 
>> Enrico
>> 
>> 
>> _______________________________________________
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net 
>> <mailto:Oorexx-devel@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel 
>> <https://lists.sourceforge.net/lists/listinfo/oorexx-devel>
>> _______________________________________________
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net 
>> <mailto:Oorexx-devel@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> 
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to