Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-12 Thread Jason Martin

Test works correctly on r11839.
Thank you for fixing it so quicky.


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


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Erich Steinböck
Jason, I've committed a fix for the issue. Can you please build the latest
trunk and confirm whether this works?
Thanks!
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin

agrellum@openindiana:~$ readlink -f /proc/$$/path/a.out
/usr/bin/bash




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


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Erich Steinböck
>
> answer 0 may apply to OpenIndiana
>
Jason, that's why I asked for the output of
readlink -f /proc/$$/path/a.out

Please provide the output of *exactly* this command, don't change "
path/a.out" to "usr/bin/rexx" please
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin

May help and I think answer 0 may apply to OpenIndiana

https://stackoverflow.com/questions/47472762/on-solaris-how-to-get-the-full-path-of-executable-of-running-process-programatic?rq=1




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


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin

Using realpath from recommended in man page.

agrellum@openindiana:~$ echo /proc/$$/path/usr/bin/rexx
/proc/5163/path/usr/bin/rexx
agrellum@openindiana:~$ realpath -e /proc/$$/usr/bin/rexx
realpath: /proc/5163/usr/bin/rexx: No such file or directory





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


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin

agrellum@openindiana:~$ echo /proc/$$/usr/bin/rexx
/proc/5144/usr/bin/rexx
agrellum@openindiana:~$ readlink -f /proc/$$/usr/bin/rexx
agrellum@openindiana:~$




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


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Erich Steinböck
 What is the output of these commands? ($$ should resolve to your shell's
pid; if it doesn't, please manually insert the pid)
echo /proc/$$/path/a.out
readlink -f /proc/$$/path/a.out
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin

-- Looking for getexecname
-- Looking for getexecname - not found

Will have to research, remember WindowMaker complaining when opening apps.



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


Re: [Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Erich Steinböck
Hi Jason,
to retrieve the current executable's path, we expect getexecname() to be
available for Solaris.
Can you please give us the cmake build output (displayed when you run
cmake) for
-- Looking for getexecname

What is the output of these commands? ($$ should resolve to your shell's
pid; if it doesn't, please manually insert the pid)
echo /proc/$$/path/a.out
readlink -f /proc/$$/path/a.out

Thanks!!
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] OpenIndiana r11836 new testGroup error

2019-03-11 Thread Jason Martin

[error] [20190311 14:24:09.936679]
  svn:    r11829   Change date: 2019-03-09 14:55:54 -0500
  Test:   TEST_REXXINFO_EXECUTABLE
  Class:  RexxInfo.testGroup
  File:   .../ooRexx/base/class/RexxInfo.testGroup
  Event:  [SYNTAX 97.1] raised unexpectedly.
    Object "The NIL object" does not understand message "ENDSWITH".
    Line:    182
   182 *-* self~assertTrue(.RexxInfo~executable~endsWith("/rexx"), 
".RexxInfo~executable '" || .RexxInfo~executable || "' should end in 
'/rexx'")

   *-* Compiled method "SEND" with scope "Message".
  1641 *-* .message~new(self, methodName)~send
  1616 *-* self~doTheTest(fName, aTestResult)  -- carry out the testmethod
   552 *-*   test~execute(testResult, verbose)
   552 *-*   test~execute(testResult, verbose)
   110 *-* suite~execute(testResult)
    79 *-* retCode = 'worker.rex'(arguments)



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