Re: [Oorexx-devel] Question ad release date ("general availability") of ooRexx 5.0

2017-08-14 Thread rvjan...@xs4all.nl
Hi Rony, I am in favour of releasing ooRexx 5.0 asap, but when I try to sound out the development team, there appear to be some reserves. Although 5.0 has been in beta for quite some time, there is a list of issues that need solving, and new problems are found by people (you are one of them).

[Oorexx-devel] Releasing 5.0

2018-03-22 Thread rvjan...@xs4all.nl
Hi ooRexx developers, As we have the symposium next week the question pops up (like it did last year), if ooRexx 5.0 is ready to be released. In other words, are there real showstoppers in the recent revisions? I am sure we are all aware that it is quite some time since we released an officia

Re: [Oorexx-devel] Setting up VirtualBox

2018-12-24 Thread rvjan...@xs4all.nl
Hi Rick, Red Hat and Ubuntu are often used. The free version of Red Hat is called Centos. Vagrant makes Virtualbox rather painless; I haved moved on to Docker, however, which makes running all kinds of OS containers a breeze. If it is a new laptop, chances are that the new Docker app for Windows

Re: [Oorexx-devel] Jenkins

2020-08-10 Thread rvjan...@xs4all.nl
Hi P.O., Yes, those are mine. Was working with Mark to get regina SF builds, got stuck. The other is an arm64 build which we did not have yet I think; this works but fails on install; I have to sudo that. René. > On 10 Aug 2020, at 11:07, P.O. Jonsson wrote: > > Dear All, > > I have reinst

Re: [Oorexx-devel] Jenkins

2020-08-11 Thread rvjan...@xs4all.nl
n I am back from holidays. The Pi 2 will not be >> permanently hooked up but for a test it is fine. >> >> Von meinem iPhone gesendet >> >>>> Am 10.08.2020 um 11:44 schrieb "rvjan...@xs4all.nl" : >>>> >>> Hi P.O., >>>

Re: [Oorexx-devel] member post

2020-10-07 Thread rvjan...@xs4all.nl
Hi Frank,The oorexx-developers list would be the best place to ask, I think.BEGIN:VCARD VERSION:3.0 PRODID:-//Apple Inc.//iPhone OS 14.0.1//EN N:List;Open;Object Rexx Developer Mailing;; FN:Open Object Rexx Developer Mailing List item1.EMAIL;type=INTERNET;type=pref:oorexx-devel@lists.sourceforge.ne

Re: [Oorexx-devel] Quirk of the Day

2020-11-09 Thread rvjan...@xs4all.nl
Hi Walter, Yes, well, it could be a typo. I am worried about all other implementations, including NetRexx and z/OS TSO, z/VM, Regina, brexx, etc, being wrong if this is the right way. It certainly fails the (however subjective) principle of least astonishment, and I also get the feeling the ‘nu

Re: [Oorexx-devel] macOS installer take two

2021-02-09 Thread rvjan...@xs4all.nl
Great work P.O.! René. > On 9 Feb 2021, at 18:51, P.O. Jonsson wrote: > > I have now arrived at a .dmg macOS installer that is building without errors > on Jenkins. I have adapted the naming so that is is now also uploading to > sourceforge where you can check it out. > > Background: Any ma

Re: [Oorexx-devel] 2 failing testcases

2021-02-17 Thread rvjan...@xs4all.nl
Maybe first run a fsck on the file system? René. > On 17 Feb 2021, at 21:06, P.O. Jonsson wrote: > >  > Dear developers, > > I am having problems with two test cases on one particular machine. Since my > other machines pass all tests and the setup is almost identical I must > conclude that

Re: [Oorexx-devel] test case rexxtry

2021-02-19 Thread rvjan...@xs4all.nl
Ok, will add it to the path like P.O. suggested and hope that it works. Or will copy it after the build. I think it tests the install process and not the working of the interpreter. René. > On 19 Feb 2021, at 14:55, Rony G. Flatscher wrote: > > On 18.02.2021 15:49, René Jansen wrote: >> Ther

Re: [Oorexx-devel] Jenkins: Rockhopper upgraded to CMake 3.20.3 and added local Subversion version

2021-06-14 Thread rvjan...@xs4all.nl
Yep, that is what I did. Let me doublecheck. René. > On 14 Jun 2021, at 10:11, René Jansen wrote: > > Hi Erich, > > just did - let’s see if that works. > > best regards, > > René > >> On 13 Jun 2021, at 05:06, Erich Steinböck wrote: >> >> Hi René, thanks! >> >> Our build jobs now also t

Re: [Oorexx-devel] Jenkins: Rockhopper upgraded to CMake 3.20.3 and added local Subversion version

2021-06-14 Thread rvjan...@xs4all.nl
I did not have the (root) part. So it must be better now. Tried the dpkg —remove oorexx This did not complain, also because I never installed ooRexx yet, and it told me that. René. > On 14 Jun 2021, at 14:00, rvjan...@xs4all.nl wrote: > > Yep, that is what I did. Let me doublecheck.

Re: [Oorexx-devel] Jenkins: Rockhopper upgraded to CMake 3.20.3 and added local Subversion version

2021-06-14 Thread rvjan...@xs4all.nl
Hi Erich, No, it was just /usr/bin/dpkg Now I have specified them both, not sure if that helps. René. > On 14 Jun 2021, at 14:58, Erich Steinböck wrote: > >  > Hi René, > now sudo seems to work for dpkg --remove, but doesn't for dpkg --install > Did you explicitly restrict sudo to dpkg --remo

Re: [Oorexx-devel] Jenkins: Rockhopper upgraded to CMake 3.20.3 and added local Subversion version

2021-06-14 Thread rvjan...@xs4all.nl
At the moment it is: rvjansen ALL = (root) NOPASSWD: /usr/bin/dpkg --install, /usr/bin/dpkg --remove Both work from the command line. ‘No tty present’ is a Java thing I think. René. > On 14 Jun 2021, at 15:48, Erich Steinböck wrote: > >  > Nope, sudo doesn't work - neither for dpkg --install

Re: [Oorexx-devel] Seriously out of date contacts page

2021-12-06 Thread rvjan...@xs4all.nl
Yes, this is all true. Fortunately my holiday started today so I can do something about it. Best regards, René. > On 6 Dec 2021, at 19:17, Rick McGuire wrote: > >  > This page at oorexx.org is seriously out of date. David Ashley is no longer > the project manager and has had zero to do with

[Oorexx-devel] File handles and multithreading

2022-01-21 Thread rvjan...@xs4all.nl
Hi, Some questions: Can anybody point me to the relevant source code that shows how ooRexx ‘handles’ (no pun intended) multithreaded access to file handles; more specificly (and also) how the access to the standard shell handles is guarded (if at all) in the case multiple threads want to use s

Re: [Oorexx-devel] File handles and multithreading

2022-01-21 Thread rvjan...@xs4all.nl
> all of the methods are guarded so the synchronization between threads is > automatic. I'm not sure what you are asking with the last question. > > Rick > > >> On Fri, Jan 21, 2022 at 9:31 AM rvjan...@xs4all.nl >> wrote: >> Hi, >> >> Some questi

Re: [Oorexx-devel] File handles and multithreading

2022-01-21 Thread rvjan...@xs4all.nl
t;> On Fri, Jan 21, 2022 at 9:44 AM rvjan...@xs4all.nl >> wrote: >> Thank you Rick, >> >> What I meant with the last question is, are the blocks that control an >> ADDRESS environment also instance variables? > > And I still don't understand what

Re: [Oorexx-devel] File handles and multithreading

2022-01-21 Thread rvjan...@xs4all.nl
ote: > >  > > >> On Fri, Jan 21, 2022 at 10:26 AM rvjan...@xs4all.nl >> wrote: >> We used to call these Control Blocks, as in the interface to the OS. In Rexx >> we can address environments. One of these is the OS shell, these have data >> to exchange informat

Re: [Oorexx-devel] File handles and multithreading

2022-01-21 Thread rvjan...@xs4all.nl
Spun off - I am sure I typed spun off (yes, forgot to switch off the spelling correction on this tablet - it wanted to ‘correct’ it again.) René. > On 21 Jan 2022, at 17:33, rvjan...@xs4all.nl wrote: > > Ok, thanks. That helps! > I think for NetRexx, I am going the Streams route

Re: [Oorexx-devel] BP2, Malware, ooRexx, 32-Bit

2022-05-10 Thread rvjan...@xs4all.nl
Ah, is it that time again? Remember that the www is full of “should I remove rxmath.dll? Is it a virus? Run our scammy scanner for the solution!” pages. I recently got a ‘should I bin this file for you because it is not often downloaded’ message from Windows 11 - for the official Regina installe

Re: [Oorexx-devel] Multiple Rexx packages on Linux systems

2022-06-22 Thread rvjan...@xs4all.nl
Hi Leslie, I agree and I have a memory of Mark Hessling working on this. If we want this, someone should pick it up. However, it seems well possible to run more implementations; most of my machines have at least brexx, oorexx and regina, I never ‘install’ but I source scripts that set path etc;

Re: [Oorexx-devel] Jenkins

2023-02-11 Thread rvjan...@xs4all.nl
Rony, If you have an account I can attach the privileges to it. You can make an account on the machine itself. René. > On 11 Feb 2023, at 19:39, P. O. Jonsson wrote: > > Ah sorry I thought you had access. > > @Rene’: can you set up an account for Rony? I am on the road for a couple of > da

Re: [Oorexx-devel] Short info

2023-03-11 Thread rvjan...@xs4all.nl
Hi P.O.,Thanks for telling us; let us know when it is up again.René.On 11 Mar 2023, at 12:09, P.O. Jonsson wrote:I will be replacing my Router/Cable modem today so Jenkins will be unavailable for some time. Hälsningar/Regards/Grüsse,P.O. Jonssonoor...@jonases.se