horga83 / h19term

H19 terminal emulator package in python
GNU Lesser General Public License v3.0
5 stars 3 forks source link

Failed to install - missing 19term-distribution.tar.gz #7

Closed gd-99 closed 3 years ago

gd-99 commented 3 years ago

Hi, probably me but for some reason the install.sh script fails on my system. I use Devuan. I downloaded the github files, arriving as h19term-master.zip. I unzipped this file and followed the instructions in Installation.txt.

Under Untar H19term the note indicates ...Next extract the h19term-install.tar.gz. I don't see this file however assumed its contents are the same as h19term-master.zip. the "master" contains all the files indicated in the installation.txt file except for h19term-distribution.tar.gz.

Nevertheless I tried running sudo ./install.sh. This runs through sorting out dependencies and creating directories.

I see in the terminal screen: Adding you to the "DIALOUT" group Making directories under /usr/local/share... mkdir: created directory '/usr/local/share/applications' mkdir: created directory '/usr/local/share/h19term' mkdir: created directory '/usr/local/share/icons'

Changing to /usr/local/share/h19term... Untaring H19term files... tar (child): /home.... 19term-distribution.tar.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now Copying Python and resource files... cp: cannot stat 'h19term.desktop': No such file or directory cp: cannot stat 'h19term': No such file or directory cp: cannot stat 'h19term.py': No such file or directory cp: cannot stat 'h19term.xpm': No such file or directory cp: cannot stat 'Heathkit-H19-bitmap.otb': No such file or directory cp: cannot stat 'Heathkit-H19.otf': No such file or directory

Making sure h19term and h19term.py are executable... chmod: cannot access '/usr/local/bin/h19term': No such file or directory chmod: cannot access '/usr/local/bin/h19term.py': No such file or directory

We now need to select a default terminal when running under a Linux Graphical Desktop. Blah... OK from here...

The install failure appears to be the missing 19term-distribution.tar.gz file. I do see H19term16x32.psfu.gz

Looking for some guidance. Any thoughts?

Many thanks.

gd-99 commented 3 years ago

Physician heal thy self... Found the missing 19term-distribution.tar.gz here: http://h8.cowlug.org/h19term.php

Works a treat!

gd-99 commented 3 years ago

Closed