Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"Experience has proved that some people indeed know everything." -- Russell Baker


computers / comp.sys.tandem / Re: ITUGLIB Update: GMake 4.3g3

SubjectAuthor
* ITUGLIB Update: GMake 4.3g3Randall
`* Re: ITUGLIB Update: GMake 4.3g3wilso...@gmail.com
 `* Re: ITUGLIB Update: GMake 4.3g3Randall
  `- Re: ITUGLIB Update: GMake 4.3g3wilso...@gmail.com

1
ITUGLIB Update: GMake 4.3g3

<e051846e-2f06-4e18-a560-632a17c197b0n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=236&group=comp.sys.tandem#236

  copy link   Newsgroups: comp.sys.tandem
X-Received: by 2002:a05:622a:15d0:: with SMTP id d16mr10215580qty.185.1631886765816;
Fri, 17 Sep 2021 06:52:45 -0700 (PDT)
X-Received: by 2002:a25:59c6:: with SMTP id n189mr13703094ybb.131.1631886765598;
Fri, 17 Sep 2021 06:52:45 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.tandem
Date: Fri, 17 Sep 2021 06:52:45 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=173.33.197.34; posting-account=6VebZwoAAAAgrpUtsowyjrKRLNlqxnXo
NNTP-Posting-Host: 173.33.197.34
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e051846e-2f06-4e18-a560-632a17c197b0n@googlegroups.com>
Subject: ITUGLIB Update: GMake 4.3g3
From: rsbec...@nexbridge.com (Randall)
Injection-Date: Fri, 17 Sep 2021 13:52:45 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 29
 by: Randall - Fri, 17 Sep 2021 13:52 UTC

Hi Everyone,

ITUGLIB has been keeping me busy these days. Between OpenSSL and Curl reports - there will be a minor Curl bug fix coming around Sept 23rd that looks like it has limited or no NonStop impact. Anyway, to the point...

GMAKE 4.3g3 is now available for L-series and J-series.

Defect fixed:
* The TOS_VERSION was not being initialized correct - this has been corrected.

Enhancements:
* The TOS_VERSION_FULL variable has been added. Example: L20.10.00
* The $(vcompare x,y) function has been added to compare two version strings. This will compare standard version strings, like 1.5.1, RVU strings and ECLIPSE-style version numbers so your Makefile can account for different instructions depending on the operating system release - useful in a CI/CD situation where your Test/Release machine is different than your Dev machine.

The online manual for this version is available here:
https://github.com/ituglib/gmake/blob/b7978505afcf010c72db21031b9bbbe7fcee7c5b/MANUAL.md

The issue tracking system for GMake is also available on GitHub at https://github.com/ituglib/gmake/issues

Regards,
Randall Becker
On behalf of the ITUGLIB Technical Committee

Re: ITUGLIB Update: GMake 4.3g3

<3f3e6665-2758-4e8e-871b-6504f5be33cen@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=248&group=comp.sys.tandem#248

  copy link   Newsgroups: comp.sys.tandem
X-Received: by 2002:ac8:6112:: with SMTP id a18mr29967497qtm.401.1634569575643;
Mon, 18 Oct 2021 08:06:15 -0700 (PDT)
X-Received: by 2002:a25:7e46:: with SMTP id z67mr27064965ybc.92.1634569575338;
Mon, 18 Oct 2021 08:06:15 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.tandem
Date: Mon, 18 Oct 2021 08:06:15 -0700 (PDT)
In-Reply-To: <e051846e-2f06-4e18-a560-632a17c197b0n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=137.83.217.229; posting-account=670wAwoAAADOV3gkkdRS8XLUeis767Vq
NNTP-Posting-Host: 137.83.217.229
References: <e051846e-2f06-4e18-a560-632a17c197b0n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3f3e6665-2758-4e8e-871b-6504f5be33cen@googlegroups.com>
Subject: Re: ITUGLIB Update: GMake 4.3g3
From: wilsonjo...@gmail.com (wilso...@gmail.com)
Injection-Date: Mon, 18 Oct 2021 15:06:15 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 52
 by: wilso...@gmail.com - Mon, 18 Oct 2021 15:06 UTC

Hi Randall -

I am new to using GMAKE, and appreciate these updates! I have a question regarding the tool that I did not see mentioned in the manual.

I am attempting to pass variables into the build (primarily certain SUBVOL names). Under OSS, I am able to use the "-D" option to pass in directives from the command line.

I see mentioned in the manual that the use of using PARAMS and ASSIGNS is available in the newer versions. It looks like the version of the tool included by HPE as part of the OS install/update on my system is 3.77.

With that said, I am curious if there is an easy way to pass variables into the build, or if I would need to upgrade to a newer version to gain that capability?

Thanks,
John Wilson

On Friday, September 17, 2021 at 9:52:46 AM UTC-4, Randall wrote:
> Hi Everyone,
>
> ITUGLIB has been keeping me busy these days. Between OpenSSL and Curl reports - there will be a minor Curl bug fix coming around Sept 23rd that looks like it has limited or no NonStop impact. Anyway, to the point...
>
> GMAKE 4.3g3 is now available for L-series and J-series.
>
> Defect fixed:
> * The TOS_VERSION was not being initialized correct - this has been corrected.
>
> Enhancements:
> * The TOS_VERSION_FULL variable has been added. Example: L20.10.00
> * The $(vcompare x,y) function has been added to compare two version strings. This will compare standard version strings, like 1.5.1, RVU strings and ECLIPSE-style version numbers so your Makefile can account for different instructions depending on the operating system release - useful in a CI/CD situation where your Test/Release machine is different than your Dev machine.
>
> The online manual for this version is available here:
> https://github.com/ituglib/gmake/blob/b7978505afcf010c72db21031b9bbbe7fcee7c5b/MANUAL.md
>
> The issue tracking system for GMake is also available on GitHub at https://github.com/ituglib/gmake/issues
>
> Regards,
> Randall Becker
> On behalf of the ITUGLIB Technical Committee

Re: ITUGLIB Update: GMake 4.3g3

<10911a4e-0997-4dbe-b429-a68853481286n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=249&group=comp.sys.tandem#249

  copy link   Newsgroups: comp.sys.tandem
X-Received: by 2002:a37:c83:: with SMTP id 125mr61822qkm.453.1634652533550;
Tue, 19 Oct 2021 07:08:53 -0700 (PDT)
X-Received: by 2002:a25:bd7:: with SMTP id 206mr38052740ybl.408.1634652533276;
Tue, 19 Oct 2021 07:08:53 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.tandem
Date: Tue, 19 Oct 2021 07:08:53 -0700 (PDT)
In-Reply-To: <3f3e6665-2758-4e8e-871b-6504f5be33cen@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2607:fea8:3a9f:9b2f:50ec:3976:c42:3323;
posting-account=6VebZwoAAAAgrpUtsowyjrKRLNlqxnXo
NNTP-Posting-Host: 2607:fea8:3a9f:9b2f:50ec:3976:c42:3323
References: <e051846e-2f06-4e18-a560-632a17c197b0n@googlegroups.com> <3f3e6665-2758-4e8e-871b-6504f5be33cen@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <10911a4e-0997-4dbe-b429-a68853481286n@googlegroups.com>
Subject: Re: ITUGLIB Update: GMake 4.3g3
From: rsbec...@nexbridge.com (Randall)
Injection-Date: Tue, 19 Oct 2021 14:08:53 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 67
 by: Randall - Tue, 19 Oct 2021 14:08 UTC

On Monday, October 18, 2021 at 11:06:16 a.m. UTC-4, wilso...@gmail.com wrote:
> Hi Randall -
>
> I am new to using GMAKE, and appreciate these updates! I have a question regarding the tool that I did not see mentioned in the manual.
>
> I am attempting to pass variables into the build (primarily certain SUBVOL names). Under OSS, I am able to use the "-D" option to pass in directives from the command line.
>
> I see mentioned in the manual that the use of using PARAMS and ASSIGNS is available in the newer versions. It looks like the version of the tool included by HPE as part of the OS install/update on my system is 3.77.
>
> With that said, I am curious if there is an easy way to pass variables into the build, or if I would need to upgrade to a newer version to gain that capability?
>
> Thanks,
> John Wilson
> On Friday, September 17, 2021 at 9:52:46 AM UTC-4, Randall wrote:
> > Hi Everyone,
> >
> > ITUGLIB has been keeping me busy these days. Between OpenSSL and Curl reports - there will be a minor Curl bug fix coming around Sept 23rd that looks like it has limited or no NonStop impact. Anyway, to the point...
> >
> > GMAKE 4.3g3 is now available for L-series and J-series.
> >
> > Defect fixed:
> > * The TOS_VERSION was not being initialized correct - this has been corrected.
> >
> > Enhancements:
> > * The TOS_VERSION_FULL variable has been added. Example: L20.10.00
> > * The $(vcompare x,y) function has been added to compare two version strings. This will compare standard version strings, like 1.5.1, RVU strings and ECLIPSE-style version numbers so your Makefile can account for different instructions depending on the operating system release - useful in a CI/CD situation where your Test/Release machine is different than your Dev machine.
> >
> > The online manual for this version is available here:
> > https://github.com/ituglib/gmake/blob/b7978505afcf010c72db21031b9bbbe7fcee7c5b/MANUAL.md
> >
> > The issue tracking system for GMake is also available on GitHub at https://github.com/ituglib/gmake/issues
> >
> > Regards,
> > Randall Becker
> > On behalf of the ITUGLIB Technical Committee

Hi John,

You can pass variables the same way as with the OSS make - which is based on GNU Make 4.2. The proper way is to do something like this:

GMAKE target VAR1=$A.B VAR2=Something

ITUGLIB has taken over support for GMAKE from HPE. Version 4.3g3 from ITUGLIB is based on GNU Make 4.3 and is an upgrade with fixes from the original GNU Make 3.77 code base with mods for GUARDIAN. The ITUGLIB version also supports GUARDIAN DEFINEs, which GMAKE 3.77 did not.

Regards,
Randall

Re: ITUGLIB Update: GMake 4.3g3

<05963faf-91dc-45aa-aba7-f191c2c789b0n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=250&group=comp.sys.tandem#250

  copy link   Newsgroups: comp.sys.tandem
X-Received: by 2002:a05:622a:1826:: with SMTP id t38mr853065qtc.195.1634755049107;
Wed, 20 Oct 2021 11:37:29 -0700 (PDT)
X-Received: by 2002:a25:c6d0:: with SMTP id k199mr801101ybf.59.1634755048762;
Wed, 20 Oct 2021 11:37:28 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.tandem
Date: Wed, 20 Oct 2021 11:37:28 -0700 (PDT)
In-Reply-To: <10911a4e-0997-4dbe-b429-a68853481286n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=34.100.66.112; posting-account=670wAwoAAADOV3gkkdRS8XLUeis767Vq
NNTP-Posting-Host: 34.100.66.112
References: <e051846e-2f06-4e18-a560-632a17c197b0n@googlegroups.com>
<3f3e6665-2758-4e8e-871b-6504f5be33cen@googlegroups.com> <10911a4e-0997-4dbe-b429-a68853481286n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <05963faf-91dc-45aa-aba7-f191c2c789b0n@googlegroups.com>
Subject: Re: ITUGLIB Update: GMake 4.3g3
From: wilsonjo...@gmail.com (wilso...@gmail.com)
Injection-Date: Wed, 20 Oct 2021 18:37:29 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 76
 by: wilso...@gmail.com - Wed, 20 Oct 2021 18:37 UTC

On Tuesday, October 19, 2021 at 10:08:54 AM UTC-4, Randall wrote:
> On Monday, October 18, 2021 at 11:06:16 a.m. UTC-4, wilso...@*****.com wrote:
> > Hi Randall -
> >
> > I am new to using GMAKE, and appreciate these updates! I have a question regarding the tool that I did not see mentioned in the manual.
> >
> > I am attempting to pass variables into the build (primarily certain SUBVOL names). Under OSS, I am able to use the "-D" option to pass in directives from the command line.
> >
> > I see mentioned in the manual that the use of using PARAMS and ASSIGNS is available in the newer versions. It looks like the version of the tool included by HPE as part of the OS install/update on my system is 3.77.
> >
> > With that said, I am curious if there is an easy way to pass variables into the build, or if I would need to upgrade to a newer version to gain that capability?
> >
> > Thanks,
> > John Wilson
> > On Friday, September 17, 2021 at 9:52:46 AM UTC-4, Randall wrote:
> > > Hi Everyone,
> > >
> > > ITUGLIB has been keeping me busy these days. Between OpenSSL and Curl reports - there will be a minor Curl bug fix coming around Sept 23rd that looks like it has limited or no NonStop impact. Anyway, to the point...
> > >
> > > GMAKE 4.3g3 is now available for L-series and J-series.
> > >
> > > Defect fixed:
> > > * The TOS_VERSION was not being initialized correct - this has been corrected.
> > >
> > > Enhancements:
> > > * The TOS_VERSION_FULL variable has been added. Example: L20.10.00
> > > * The $(vcompare x,y) function has been added to compare two version strings. This will compare standard version strings, like 1.5.1, RVU strings and ECLIPSE-style version numbers so your Makefile can account for different instructions depending on the operating system release - useful in a CI/CD situation where your Test/Release machine is different than your Dev machine.
> > >
> > > The online manual for this version is available here:
> > > https://github.com/ituglib/gmake/blob/b7978505afcf010c72db21031b9bbbe7fcee7c5b/MANUAL.md
> > >
> > > The issue tracking system for GMake is also available on GitHub at https://github.com/ituglib/gmake/issues
> > >
> > > Regards,
> > > Randall Becker
> > > On behalf of the ITUGLIB Technical Committee
> Hi John,
>
> You can pass variables the same way as with the OSS make - which is based on GNU Make 4.2. The proper way is to do something like this:
>
> GMAKE target VAR1=$A.B VAR2=Something
>
> ITUGLIB has taken over support for GMAKE from HPE. Version 4.3g3 from ITUGLIB is based on GNU Make 4.3 and is an upgrade with fixes from the original GNU Make 3.77 code base with mods for GUARDIAN. The ITUGLIB version also supports GUARDIAN DEFINEs, which GMAKE 3.77 did not.
>
> Regards,
> Randall

Thanks Randall! That was the information I needed, and I am able to pass the variables into the build now.

Much appreciated!

Regards,
John Wilson

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor