Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

A bug in the code is worth two in the documentation.


devel / comp.lang.mumps / YottaDB r1.34 released

SubjectAuthor
* YottaDB r1.34 releasedK.S. Bhaskar
+- Re: YottaDB r1.34 releasedDavid Wicksell
`* Re: YottaDB r1.34 releasedOldMster
 `* Re: YottaDB r1.34 releasedOldMster
  `* Re: YottaDB r1.34 releasedK.S. Bhaskar
   `* Re: YottaDB r1.34 releasedOldMster
    `- Re: YottaDB r1.34 releasedDavid Wicksell

1
YottaDB r1.34 released

<437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=321&group=comp.lang.mumps#321

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a05:620a:2983:b0:62c:e692:f12a with SMTP id r3-20020a05620a298300b0062ce692f12amr6108654qkp.494.1645827125041;
Fri, 25 Feb 2022 14:12:05 -0800 (PST)
X-Received: by 2002:a05:6214:1cc4:b0:431:4cbc:1d91 with SMTP id
g4-20020a0562141cc400b004314cbc1d91mr7671615qvd.64.1645827124803; Fri, 25 Feb
2022 14:12:04 -0800 (PST)
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.lang.mumps
Date: Fri, 25 Feb 2022 14:12:04 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=71.162.243.192; posting-account=zTPg1AoAAABx_LtAQ3dW6FBnU1dwmSvl
NNTP-Posting-Host: 71.162.243.192
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>
Subject: YottaDB r1.34 released
From: ksbhaskar@gmail.com (K.S. Bhaskar)
Injection-Date: Fri, 25 Feb 2022 22:12:05 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 57
 by: K.S. Bhaskar - Fri, 25 Feb 2022 22:12 UTC

While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “Hello, World” Python program that updates the database and illustrates YottaDB’s Unicode support:

import yottadb

if __name__ == "__main__":
yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")

The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs.yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (https://hub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.

Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.

Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience. (The new Rust wrapper is available now; the new Go wrapper will be released next week.)

As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of Security Innovation (https://www.securityinnovation.com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.

In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e.g..,

– Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
– HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
– Multiple improvements to ydbinstall / ydbinstall.sh.
– Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
– Enhancements to the %RSEL utility program.

YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011.

Details are in the release notes.

Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.

Regards
– Bhaskar

Re: YottaDB r1.34 released

<c7abe048-5af0-4850-8037-3ac54fb43fcfn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=322&group=comp.lang.mumps#322

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a05:6214:b6b:b0:42c:a44:6b72 with SMTP id ey11-20020a0562140b6b00b0042c0a446b72mr12381022qvb.24.1645990759787;
Sun, 27 Feb 2022 11:39:19 -0800 (PST)
X-Received: by 2002:ac8:5a0a:0:b0:2de:b81:24ca with SMTP id
n10-20020ac85a0a000000b002de0b8124camr14195554qta.271.1645990759618; Sun, 27
Feb 2022 11:39:19 -0800 (PST)
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.lang.mumps
Date: Sun, 27 Feb 2022 11:39:19 -0800 (PST)
In-Reply-To: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:8c1:8400:b130:9004:d6ee:26b6:587b;
posting-account=PsiyswoAAAC8oeIre1Ec56jiRFgjerM6
NNTP-Posting-Host: 2601:8c1:8400:b130:9004:d6ee:26b6:587b
References: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c7abe048-5af0-4850-8037-3ac54fb43fcfn@googlegroups.com>
Subject: Re: YottaDB r1.34 released
From: dlwicksell@gmail.com (David Wicksell)
Injection-Date: Sun, 27 Feb 2022 19:39:19 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 5
 by: David Wicksell - Sun, 27 Feb 2022 19:39 UTC

Congratulations Bhaskar and the team at YottaDB!

--
David Wicksell
Owner/CEO
Fourth Watch Software LC

Re: YottaDB r1.34 released

<b6fe450c-336c-4ebb-8081-b3e4dcd77df6n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=325&group=comp.lang.mumps#325

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a05:620a:244f:b0:67d:ccec:3eaa with SMTP id h15-20020a05620a244f00b0067dccec3eaamr17682311qkn.744.1648503645704;
Mon, 28 Mar 2022 14:40:45 -0700 (PDT)
X-Received: by 2002:ac8:5a95:0:b0:2e2:e4f:63c with SMTP id c21-20020ac85a95000000b002e20e4f063cmr24694652qtc.537.1648503645450;
Mon, 28 Mar 2022 14:40:45 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!3.eu.feeder.erje.net!feeder.erje.net!border1.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.lang.mumps
Date: Mon, 28 Mar 2022 14:40:45 -0700 (PDT)
In-Reply-To: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=24.43.47.218; posting-account=B5cu_goAAACZo0vIvp9ba07OhA0t6wHW
NNTP-Posting-Host: 24.43.47.218
References: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b6fe450c-336c-4ebb-8081-b3e4dcd77df6n@googlegroups.com>
Subject: Re: YottaDB r1.34 released
From: sires.mark@gmail.com (OldMster)
Injection-Date: Mon, 28 Mar 2022 21:40:45 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 78
 by: OldMster - Mon, 28 Mar 2022 21:40 UTC

On Friday, February 25, 2022 at 5:12:05 PM UTC-5, K.S. Bhaskar wrote:
> While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “Hello, World” Python program that updates the database and illustrates YottaDB’s Unicode support:
>
> import yottadb
>
> if __name__ == "__main__":
> yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")
>
> The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs.yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (https://hub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.
>
> Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.
>
> Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience. (The new Rust wrapper is available now; the new Go wrapper will be released next week.)
>
> As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of Security Innovation (https://www.securityinnovation.com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.
>
> In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e..g.,
>
> – Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
> – HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
> – Multiple improvements to ydbinstall / ydbinstall.sh.
> – Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
> – Enhancements to the %RSEL utility program.
>
> YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011.
>
> Details are in the release notes.
>
> Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.
>
> Regards
> – Bhaskar

I'm having difficulties installing r1.34 on an Ubuntu Linux 20.4 system that r1.32 installed on successfully. The error is:
%YDBENV-F-ICUNOTFIND UTF-8 character set specified but ICU version not found
$ZSTATUS="150379506,set+72^%YDBENV,%YDB-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)"
Sourcing /usr/local/lib/yottadb/r134/ydb_env_set returned status 243

I'm working figuring out what exactly needs to be installed/configured for YottaDB to be happy. So far I've had to install pkgconfig to support the line that is generating the error:
.. . . open "pkg-config --modversion icu-io":(shell="/bin/sh":command="pkg-config --modversion icu-io":readonly)::"pipe" use "pkg-config --modversion icu-io"

(pkgconfig is the apt install package for pkg-config). I haven't figured out yet how to get the icu-io package, but I'll keep plugging away at it.

Mark

Re: YottaDB r1.34 released

<b332b5b3-26b6-448f-b652-ccb01ea9bf69n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=326&group=comp.lang.mumps#326

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:ac8:5f49:0:b0:2e1:b989:7aab with SMTP id y9-20020ac85f49000000b002e1b9897aabmr24029683qta.465.1648503822266;
Mon, 28 Mar 2022 14:43:42 -0700 (PDT)
X-Received: by 2002:a05:620a:290d:b0:680:9c25:811f with SMTP id
m13-20020a05620a290d00b006809c25811fmr17679048qkp.539.1648503822048; Mon, 28
Mar 2022 14:43:42 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!1.us.feeder.erje.net!feeder.erje.net!border1.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.lang.mumps
Date: Mon, 28 Mar 2022 14:43:41 -0700 (PDT)
In-Reply-To: <b6fe450c-336c-4ebb-8081-b3e4dcd77df6n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=24.43.47.218; posting-account=B5cu_goAAACZo0vIvp9ba07OhA0t6wHW
NNTP-Posting-Host: 24.43.47.218
References: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com> <b6fe450c-336c-4ebb-8081-b3e4dcd77df6n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b332b5b3-26b6-448f-b652-ccb01ea9bf69n@googlegroups.com>
Subject: Re: YottaDB r1.34 released
From: sires.mark@gmail.com (OldMster)
Injection-Date: Mon, 28 Mar 2022 21:43:42 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 86
 by: OldMster - Mon, 28 Mar 2022 21:43 UTC

On Monday, March 28, 2022 at 5:40:46 PM UTC-4, OldMster wrote:
> On Friday, February 25, 2022 at 5:12:05 PM UTC-5, K.S. Bhaskar wrote:
> > While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “Hello, World” Python program that updates the database and illustrates YottaDB’s Unicode support:
> >
> > import yottadb
> >
> > if __name__ == "__main__":
> > yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")
> >
> > The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs.yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (https://hub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.
> >
> > Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.
> >
> > Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience. (The new Rust wrapper is available now; the new Go wrapper will be released next week.)
> >
> > As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of Security Innovation (https://www.securityinnovation.com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.
> >
> > In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e.g.,
> >
> > – Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
> > – HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
> > – Multiple improvements to ydbinstall / ydbinstall.sh.
> > – Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
> > – Enhancements to the %RSEL utility program.
> >
> > YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011.
> >
> > Details are in the release notes.
> >
> > Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.
> >
> > Regards
> > – Bhaskar
> I'm having difficulties installing r1.34 on an Ubuntu Linux 20.4 system that r1.32 installed on successfully. The error is:
> %YDBENV-F-ICUNOTFIND UTF-8 character set specified but ICU version not found
> $ZSTATUS="150379506,set+72^%YDBENV,%YDB-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)"
> Sourcing /usr/local/lib/yottadb/r134/ydb_env_set returned status 243
>
> I'm working figuring out what exactly needs to be installed/configured for YottaDB to be happy. So far I've had to install pkgconfig to support the line that is generating the error:
> . . . open "pkg-config --modversion icu-io":(shell="/bin/sh":command="pkg-config --modversion icu-io":readonly)::"pipe" use "pkg-config --modversion icu-io"
>
> (pkgconfig is the apt install package for pkg-config). I haven't figured out yet how to get the icu-io package, but I'll keep plugging away at it.
>
> Mark

Ok, I knew all I had to do was post here to figure it out. The apt install package needed is libicu-dev.

Mark

Re: YottaDB r1.34 released

<68d64f1c-74fd-40d7-bebf-e94a0c6e94bbn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=327&group=comp.lang.mumps#327

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:ac8:7dc8:0:b0:2e1:b3ec:6666 with SMTP id c8-20020ac87dc8000000b002e1b3ec6666mr25666991qte.556.1648518736117;
Mon, 28 Mar 2022 18:52:16 -0700 (PDT)
X-Received: by 2002:a05:620a:370c:b0:680:9d9e:ecfe with SMTP id
de12-20020a05620a370c00b006809d9eecfemr18521763qkb.307.1648518735895; Mon, 28
Mar 2022 18:52:15 -0700 (PDT)
Path: i2pn2.org!i2pn.org!aioe.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.mumps
Date: Mon, 28 Mar 2022 18:52:15 -0700 (PDT)
In-Reply-To: <b332b5b3-26b6-448f-b652-ccb01ea9bf69n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=108.52.84.50; posting-account=zTPg1AoAAABx_LtAQ3dW6FBnU1dwmSvl
NNTP-Posting-Host: 108.52.84.50
References: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>
<b6fe450c-336c-4ebb-8081-b3e4dcd77df6n@googlegroups.com> <b332b5b3-26b6-448f-b652-ccb01ea9bf69n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <68d64f1c-74fd-40d7-bebf-e94a0c6e94bbn@googlegroups.com>
Subject: Re: YottaDB r1.34 released
From: ksbhaskar@gmail.com (K.S. Bhaskar)
Injection-Date: Tue, 29 Mar 2022 01:52:16 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: K.S. Bhaskar - Tue, 29 Mar 2022 01:52 UTC

On Monday, March 28, 2022 at 5:43:42 PM UTC-4, OldMster wrote:
> On Monday, March 28, 2022 at 5:40:46 PM UTC-4, OldMster wrote:
> > On Friday, February 25, 2022 at 5:12:05 PM UTC-5, K.S. Bhaskar wrote:
> > > While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “Hello, World” Python program that updates the database and illustrates YottaDB’s Unicode support:
> > >
> > > import yottadb
> > >
> > > if __name__ == "__main__":
> > > yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")
> > >
> > > The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs..yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (https://hub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.
> > >
> > > Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.
> > >
> > > Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience. (The new Rust wrapper is available now; the new Go wrapper will be released next week.)
> > >
> > > As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of Security Innovation (https://www.securityinnovation..com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.
> > >
> > > In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e.g.,
> > >
> > > – Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
> > > – HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
> > > – Multiple improvements to ydbinstall / ydbinstall.sh.
> > > – Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
> > > – Enhancements to the %RSEL utility program.
> > >
> > > YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011..
> > >
> > > Details are in the release notes.
> > >
> > > Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.
> > >
> > > Regards
> > > – Bhaskar
> > I'm having difficulties installing r1.34 on an Ubuntu Linux 20.4 system that r1.32 installed on successfully. The error is:
> > %YDBENV-F-ICUNOTFIND UTF-8 character set specified but ICU version not found
> > $ZSTATUS="150379506,set+72^%YDBENV,%YDB-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)"
> > Sourcing /usr/local/lib/yottadb/r134/ydb_env_set returned status 243
> >
> > I'm working figuring out what exactly needs to be installed/configured for YottaDB to be happy. So far I've had to install pkgconfig to support the line that is generating the error:
> > . . . open "pkg-config --modversion icu-io":(shell="/bin/sh":command="pkg-config --modversion icu-io":readonly)::"pipe" use "pkg-config --modversion icu-io"
> >
> > (pkgconfig is the apt install package for pkg-config). I haven't figured out yet how to get the icu-io package, but I'll keep plugging away at it.
> >
> > Mark
> Ok, I knew all I had to do was post here to figure it out. The apt install package needed is libicu-dev.
>
> Mark

Glad you figured it out, Mark. One thing to be aware of is that if YottaDB is installed with UTF-8 support, sourcing ydb_env_set will run YottaDB in UTF-8 mode. For M mode either install it without UTF-8 support or set ydb_chset=M before sourcing ydb_env_set.

Regards
– Bhaskar

Re: YottaDB r1.34 released

<1ee9a0ea-f4c3-4c12-8f7f-ba79e0617608n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=328&group=comp.lang.mumps#328

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a05:622a:107:b0:2e1:d655:cc4c with SMTP id u7-20020a05622a010700b002e1d655cc4cmr30666943qtw.669.1648593760782;
Tue, 29 Mar 2022 15:42:40 -0700 (PDT)
X-Received: by 2002:a05:6214:1cc4:b0:431:4cbc:1d91 with SMTP id
g4-20020a0562141cc400b004314cbc1d91mr29337146qvd.64.1648593760524; Tue, 29
Mar 2022 15:42:40 -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.lang.mumps
Date: Tue, 29 Mar 2022 15:42:40 -0700 (PDT)
In-Reply-To: <68d64f1c-74fd-40d7-bebf-e94a0c6e94bbn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=24.43.47.218; posting-account=B5cu_goAAACZo0vIvp9ba07OhA0t6wHW
NNTP-Posting-Host: 24.43.47.218
References: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>
<b6fe450c-336c-4ebb-8081-b3e4dcd77df6n@googlegroups.com> <b332b5b3-26b6-448f-b652-ccb01ea9bf69n@googlegroups.com>
<68d64f1c-74fd-40d7-bebf-e94a0c6e94bbn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1ee9a0ea-f4c3-4c12-8f7f-ba79e0617608n@googlegroups.com>
Subject: Re: YottaDB r1.34 released
From: sires.mark@gmail.com (OldMster)
Injection-Date: Tue, 29 Mar 2022 22:42:40 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 104
 by: OldMster - Tue, 29 Mar 2022 22:42 UTC

On Monday, March 28, 2022 at 9:52:16 PM UTC-4, K.S. Bhaskar wrote:
> On Monday, March 28, 2022 at 5:43:42 PM UTC-4, OldMster wrote:
> > On Monday, March 28, 2022 at 5:40:46 PM UTC-4, OldMster wrote:
> > > On Friday, February 25, 2022 at 5:12:05 PM UTC-5, K.S. Bhaskar wrote:
> > > > While YottaDB r1.34 is an otherwise modest successor to r1.32, internal changes allow the popular programming language Python to be fully Supported. We are excited about making YottaDB available to the large Python user community. Here is a “Hello, World” Python program that updates the database and illustrates YottaDB’s Unicode support:
> > > >
> > > > import yottadb
> > > >
> > > > if __name__ == "__main__":
> > > > yottadb.set("^hello", ("Python",), value="नमस्ते दुनिया")
> > > >
> > > > The Python wrapper can be installed with pip install yottadb. Full details of the API are in the Python wrapper user documentation (https://docs.yottadb.com/MultiLangProgGuide/pythonprogram.html). The current Debian Docker image at Docker Hub (https://hub.docker.com/r/yottadb/yottadb-debian) includes the Python wrapper. We thank Peter Goss for his contributions to the Python wrapper.
> > > >
> > > > Python joins C, Go, M, node.js, Perl, and Rust as languages with APIs to access YottaDB.
> > > >
> > > > Owing to an internal change required to support the Python wrapper, application code written in Go and Rust will need to be compiled with new versions of the Go and Rust wrappers. We anticipate no regressions, and apologize for the inconvenience. (The new Rust wrapper is available now; the new Go wrapper will be released next week.)
> > > >
> > > > As promised in recent blog post on Fuzz Testing YottaDB (https://yottadb.com/fuzz-testing-yottadb/), we accelerated the release of YottaDB r1.34 to release fixes to the first tranche of bugs found by fuzz testing. We thank Zachary Minneker of Security Innovation (https://www.securityinnovation.com/) for Fuzz Testing YottaDB and bringing its benefits to our attention.
> > > >
> > > > In addition to fixes for issues, whether found by fuzz testing or otherwise, YottaDB r1.34 has enhancements that make it faster and more friendly, e.g.,
> > > >
> > > > – Faster stringpool garbage collection, thanks to Alexander Sergeev and Konstantin Aristov.
> > > > – HOME and END keys work in direct mode for READ, thanks to Sergey Kamenev.
> > > > – Multiple improvements to ydbinstall / ydbinstall.sh.
> > > > – Enhancements to ydb_env_set to improve performance under some conditions and to be compatible with existing environments created without ydb_env_set.
> > > > – Enhancements to the %RSEL utility program.
> > > >
> > > > YottaDB r1.34 also inherits enhancements and fixes from GT.M V6.3-011.
> > > >
> > > > Details are in the release notes.
> > > >
> > > > Please try YottaDB r1.34 and let us know what you think. Thank you for your interest in YottDB.
> > > >
> > > > Regards
> > > > – Bhaskar
> > > I'm having difficulties installing r1.34 on an Ubuntu Linux 20.4 system that r1.32 installed on successfully. The error is:
> > > %YDBENV-F-ICUNOTFIND UTF-8 character set specified but ICU version not found
> > > $ZSTATUS="150379506,set+72^%YDBENV,%YDB-E-SETECODE, Non-empty value assigned to $ECODE (user-defined error trap)"
> > > Sourcing /usr/local/lib/yottadb/r134/ydb_env_set returned status 243
> > >
> > > I'm working figuring out what exactly needs to be installed/configured for YottaDB to be happy. So far I've had to install pkgconfig to support the line that is generating the error:
> > > . . . open "pkg-config --modversion icu-io":(shell="/bin/sh":command="pkg-config --modversion icu-io":readonly)::"pipe" use "pkg-config --modversion icu-io"
> > >
> > > (pkgconfig is the apt install package for pkg-config). I haven't figured out yet how to get the icu-io package, but I'll keep plugging away at it.
> > >
> > > Mark
> > Ok, I knew all I had to do was post here to figure it out. The apt install package needed is libicu-dev.
> >
> > Mark
> Glad you figured it out, Mark. One thing to be aware of is that if YottaDB is installed with UTF-8 support, sourcing ydb_env_set will run YottaDB in UTF-8 mode. For M mode either install it without UTF-8 support or set ydb_chset=M before sourcing ydb_env_set.
>
> Regards
> – Bhaskar
Hmmm, I don't know what I'm running in then. I don't source ydb_env_set, I set the various environment variables in my own shell script, I don't set ydb_chset, so whatever the default is.
yottadb.com appears to be down right now. I was going to look at the administrators guide documentation to get a better understanding of how to set up or not set up UTF-8 support, but I'll try again later.

Mark

Re: YottaDB r1.34 released

<e9ac1c04-adc4-4876-b982-70eacfa6e416n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=329&group=comp.lang.mumps#329

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:ac8:58ce:0:b0:2e1:ced3:5fe0 with SMTP id u14-20020ac858ce000000b002e1ced35fe0mr31212652qta.689.1648597933442;
Tue, 29 Mar 2022 16:52:13 -0700 (PDT)
X-Received: by 2002:a05:622a:255:b0:2e1:bcda:6d6e with SMTP id
c21-20020a05622a025500b002e1bcda6d6emr30517799qtx.367.1648597933257; Tue, 29
Mar 2022 16:52:13 -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.lang.mumps
Date: Tue, 29 Mar 2022 16:52:12 -0700 (PDT)
In-Reply-To: <1ee9a0ea-f4c3-4c12-8f7f-ba79e0617608n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=2601:8c1:8400:b130:27e3:8a78:432f:214e;
posting-account=PsiyswoAAAC8oeIre1Ec56jiRFgjerM6
NNTP-Posting-Host: 2601:8c1:8400:b130:27e3:8a78:432f:214e
References: <437590ff-3787-4fd7-a759-64abc723d553n@googlegroups.com>
<b6fe450c-336c-4ebb-8081-b3e4dcd77df6n@googlegroups.com> <b332b5b3-26b6-448f-b652-ccb01ea9bf69n@googlegroups.com>
<68d64f1c-74fd-40d7-bebf-e94a0c6e94bbn@googlegroups.com> <1ee9a0ea-f4c3-4c12-8f7f-ba79e0617608n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e9ac1c04-adc4-4876-b982-70eacfa6e416n@googlegroups.com>
Subject: Re: YottaDB r1.34 released
From: dlwicksell@gmail.com (David Wicksell)
Injection-Date: Tue, 29 Mar 2022 23:52:13 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 11
 by: David Wicksell - Tue, 29 Mar 2022 23:52 UTC

> Hmmm, I don't know what I'm running in then. I don't source ydb_env_set, I set the various environment variables in my own shell script, I don't set ydb_chset, so whatever the default is.
> yottadb.com appears to be down right now. I was going to look at the administrators guide documentation to get a better understanding of how to set up or not set up UTF-8 support, but I'll try again later.
>
> Mark

Hi Mark,

If you are not setting ydb_chset or gtm_chset to utf-8 or equivalent, then you'll get the default configuration without UTF-8 turned on, supporting the M character set. You can check while in direct mode, via write $zchset.

--
David Wicksell
Fourth Watch Software LC

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor