No package for Gforth in Debian Pixie and LMDE 7, will not build from tarball
dave selby <[email protected]> Wed, 22 Oct 2025 14:44:15 +0100
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <CA+-BTTxUvPkThak9C4kbCD-N7zQEa=jTQcbo2vW=ejVfYbozTQ@mail.gmail.com> |
Hello Unfortunately Gforth is no longer a package in debian pixie and also LMDE 7, I believe this is the debian tracker for the package. https://tracker.debian.org/pkg/gforth I tried downloading 0.7.3 (Latest release) and also later versions of the traball from https://gforth.org/ and followed the instructions. The first issue was dave@HP-ProBook-450G3:~/Downloads/gforth-0.7.9_20230129$ sudo ./install-deps.sh [sudo] password for dave: /usr/bin/sudo ./install-deps.sh: 122: install_linuxmint: not found ./install-deps.sh: 119: install_gforth_linuxmint: not found /usr/bin/sudo /usr/bin/nproc ./install-swig.sh: 5: git: not found ./install-swig.sh: 6: cd: can't cd to swig So I modified ./install-deps-sh and renamed =E2=80=9Clinuxmint=E2=80=9D to = =E2=80=9Cdebian=E2=80=9D in the code as $OS =E2=80=9Clinuxmint=E2=80=9D is not supported. I ran it again an= d =E2=80=A6 Reading state information... Done Package libpcre3-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libpcre3-dev' has no installation candidate Reading package lists... Done it continued but ended with =E2=80=A6 Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package gforth E: Unable to locate package gforth-lib E: Unable to locate package gforth-common /usr/bin/sudo /usr/bin/nproc ./install-swig.sh: 5: git: not found ./install-swig.sh: 6: cd: can't cd to swig /usr/bin/sudo I currently use LMDE 7, but as I understand it the same issue will be present in Debian Pixie. Can anybody advise on how to get Gforth to install ? Kind Regards Dave