Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

Think of your family tonight. Try to crawl home after the computer crashes.


devel / comp.lang.apl / jd no longer works in Linux

SubjectAuthor
* jd no longer works in LinuxBrian McGuinness
`- Re: jd no longer works in LinuxElijah Stone

1
jd no longer works in Linux

<6127434e-3c8f-47bc-8591-900a8c2403b3n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=3355&group=comp.lang.apl#3355

  copy link   Newsgroups: comp.lang.apl
X-Received: by 2002:a05:622a:89:: with SMTP id o9mr20701641qtw.339.1621024958079;
Fri, 14 May 2021 13:42:38 -0700 (PDT)
X-Received: by 2002:a25:3084:: with SMTP id w126mr37591267ybw.109.1621024957923;
Fri, 14 May 2021 13:42:37 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!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.apl
Date: Fri, 14 May 2021 13:42:37 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=71.255.90.43; posting-account=h3IwYwoAAAAeE2lWQnRSCqcQ0dO-KDvQ
NNTP-Posting-Host: 71.255.90.43
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6127434e-3c8f-47bc-8591-900a8c2403b3n@googlegroups.com>
Subject: jd no longer works in Linux
From: b.mcguin...@gmail.com (Brian McGuinness)
Injection-Date: Fri, 14 May 2021 20:42:38 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Brian McGuinness - Fri, 14 May 2021 20:42 UTC

The jd database package used to work fine under J9.01 and J9.02 in Linux LMDE 4. But now it has stopped working and I get an error message when I try to require it or load it. Removing the error check from the .ijs file doesn't help, for then J crashes when I load or require jd.

require 'jd'
!!! Jd key:
|Jd binary and J code mismatch - bad install: assert
| 'Jd binary and J code mismatch - bad install' assert r=8
|[-92] /usr/share/j/9.02/addons/data/jd/jd.ijs

Note: r = -2 as I verified by writing r to standard output by temporarily modifying the .ijs file.

The same thing happens with both j9.02 and j9.01.

/home/brian/j901/addons/data/jd:

drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 api
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 base
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 bug
drwxr-xr-x 3 brian brian 4096 Mar 5 15:59 cd
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 config
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 csv
drwxr-xr-x 6 brian brian 4096 Mar 5 15:59 demo
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 doc
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 dynamic
-rw-r--r-- 1 brian brian 6045 Mar 5 15:59 jd.ijs
-rw-r--r-- 1 brian brian 7794 Mar 5 15:59 manifest.ijs
drwxr-xr-x 3 brian brian 4096 Mar 5 15:59 mtm
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 pm
drwxr-xr-x 5 brian brian 4096 Mar 5 15:59 server
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 test
-rw-r--r-- 1 brian brian 590 Mar 5 15:59 todo.txt
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 tools
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 tutorial
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 types

/home/brian/j901/addons/data/jd/cd:

-rwxr-xr-x 1 brian brian 44272 Mar 5 15:59 libjd.so
-rwxr-xr-x 1 brian brian 73312 Mar 5 15:59 libjpcre.so
drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 rpi

/usr/share/j/9.02/addons/data/jd:

drwxr-xr-x 2 root root 4096 Mar 5 15:59 api
drwxr-xr-x 2 root root 4096 Mar 5 15:59 base
drwxr-xr-x 2 root root 4096 Mar 5 15:59 bug
drwxr-xr-x 3 root root 4096 Mar 5 15:59 cd
drwxr-xr-x 2 root root 4096 Mar 5 15:59 config
drwxr-xr-x 2 root root 4096 Mar 5 15:59 csv
drwxr-xr-x 6 root root 4096 Mar 5 15:59 demo
drwxr-xr-x 2 root root 4096 Mar 5 15:59 doc
drwxr-xr-x 2 root root 4096 Mar 5 15:59 dynamic
-rw-r--r-- 1 root root 6045 Mar 5 15:59 jd.ijs
-rw-r--r-- 1 root root 7794 Mar 5 15:59 manifest.ijs
drwxr-xr-x 2 root root 4096 Mar 5 15:59 mtm
drwxr-xr-x 2 root root 4096 Mar 5 15:59 pm
drwxr-xr-x 5 root root 4096 Mar 5 15:59 server
drwxr-xr-x 2 root root 4096 Mar 5 15:59 test
-rw-r--r-- 1 root root 590 Mar 5 15:59 todo.txt
drwxr-xr-x 2 root root 4096 Mar 5 15:59 tools
drwxr-xr-x 2 root root 4096 Mar 5 15:59 tutorial
drwxr-xr-x 2 root root 4096 Mar 5 15:59 types

/usr/share/j/9.02/addons/data/jd/cd:

-rwxr-xr-x 1 root root 44272 Mar 5 15:59 libjd.so
-rwxr-xr-x 1 root root 73312 Mar 5 15:59 libjpcre.so
drwxr-xr-x 2 root root 4096 Mar 5 15:59 rpi

Re: jd no longer works in Linux

<351d6c39-eb8d-1294-b756-f939ce546c4f@elronnd.net>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=3412&group=comp.lang.apl#3412

  copy link   Newsgroups: comp.lang.apl
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: elro...@elronnd.net (Elijah Stone)
Newsgroups: comp.lang.apl
Subject: Re: jd no longer works in Linux
Date: Thu, 31 Mar 2022 01:34:30 -0700
Organization: A noiseless patient Spider
Lines: 74
Message-ID: <351d6c39-eb8d-1294-b756-f939ce546c4f@elronnd.net>
References: <6127434e-3c8f-47bc-8591-900a8c2403b3n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII; format=flowed
Injection-Info: reader02.eternal-september.org; posting-host="8129708a725975faac7f85a352d1b4f3";
logging-data="14023"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX197D4seejSWR9qm0YYH+QYP"
Cancel-Lock: sha1:zlphPt52KsHU6xkeI55H4/Kzylc=
In-Reply-To: <6127434e-3c8f-47bc-8591-900a8c2403b3n@googlegroups.com>
 by: Elijah Stone - Thu, 31 Mar 2022 08:34 UTC

In case you never worked this out--

Free jd license key expired; upgrading to new version and resetting license key should fix it.

On Fri, 14 May 2021, Brian McGuinness wrote:

> The jd database package used to work fine under J9.01 and J9.02 in Linux LMDE 4. But now it has stopped working and I get an error message when I try to require it or load it. Removing the error check from the .ijs file doesn't help, for then J crashes when I load or require jd.
>
> require 'jd'
> !!! Jd key:
> |Jd binary and J code mismatch - bad install: assert
> | 'Jd binary and J code mismatch - bad install' assert r=8
> |[-92] /usr/share/j/9.02/addons/data/jd/jd.ijs
>
> Note: r = -2 as I verified by writing r to standard output by temporarily modifying the .ijs file.
>
> The same thing happens with both j9.02 and j9.01.
>
> /home/brian/j901/addons/data/jd:
>
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 api
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 base
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 bug
> drwxr-xr-x 3 brian brian 4096 Mar 5 15:59 cd
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 config
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 csv
> drwxr-xr-x 6 brian brian 4096 Mar 5 15:59 demo
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 doc
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 dynamic
> -rw-r--r-- 1 brian brian 6045 Mar 5 15:59 jd.ijs
> -rw-r--r-- 1 brian brian 7794 Mar 5 15:59 manifest.ijs
> drwxr-xr-x 3 brian brian 4096 Mar 5 15:59 mtm
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 pm
> drwxr-xr-x 5 brian brian 4096 Mar 5 15:59 server
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 test
> -rw-r--r-- 1 brian brian 590 Mar 5 15:59 todo.txt
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 tools
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 tutorial
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 types
>
> /home/brian/j901/addons/data/jd/cd:
>
> -rwxr-xr-x 1 brian brian 44272 Mar 5 15:59 libjd.so
> -rwxr-xr-x 1 brian brian 73312 Mar 5 15:59 libjpcre.so
> drwxr-xr-x 2 brian brian 4096 Mar 5 15:59 rpi
>
> /usr/share/j/9.02/addons/data/jd:
>
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 api
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 base
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 bug
> drwxr-xr-x 3 root root 4096 Mar 5 15:59 cd
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 config
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 csv
> drwxr-xr-x 6 root root 4096 Mar 5 15:59 demo
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 doc
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 dynamic
> -rw-r--r-- 1 root root 6045 Mar 5 15:59 jd.ijs
> -rw-r--r-- 1 root root 7794 Mar 5 15:59 manifest.ijs
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 mtm
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 pm
> drwxr-xr-x 5 root root 4096 Mar 5 15:59 server
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 test
> -rw-r--r-- 1 root root 590 Mar 5 15:59 todo.txt
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 tools
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 tutorial
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 types
>
> /usr/share/j/9.02/addons/data/jd/cd:
>
> -rwxr-xr-x 1 root root 44272 Mar 5 15:59 libjd.so
> -rwxr-xr-x 1 root root 73312 Mar 5 15:59 libjpcre.so
> drwxr-xr-x 2 root root 4096 Mar 5 15:59 rpi
>

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor