Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

ghostman.sh install symlinks are malformed and tar contents are missing on aarch64 platform #7

@skepticalshoe

Description

@skepticalshoe

bash bin/ghostman.sh install for the aarch64 platform results in broken links for the binaries.

cd
# force re-install 
rm -r ~/ghostcore

bash bin/ghostman.sh install
 --> Downloading https://github.com/ghost-coin/ghost-core/releases/download/v0.21.1.10/ghost-0.21.1.10-aarch64-linux-gnu.tar.gz...  done!
 --> Unpacking ghost-0.21.1.10-aarch64-linux-gnu.tar.gz... tar: Substituting `.' for empty member name
 done!
mv: cannot stat 'ghost-0.21.1.10/bin/ghostd': No such file or directory
mv: cannot stat 'ghost-0.21.1.10/bin/ghost-cli': No such file or directory
mv: cannot stat 'ghost-0.21.1.10/bin/ghost-wallet': No such file or directory

The results in sym links fail because they point to a non existent file location.

ls ~/ghostcore/
ghost-0.21.1.10-aarch64-linux-gnu.tar.gz              ghost-cli  ghost-wallet
ghost-0.21.1.10-aarch64-linux-gnu.tar.gz.DIGESTS.txt  ghostd

ls -l ~/ghostcore/ shows broken links links:
ghost-cli -> ghost-cli-0.21.1.10
ghostd -> ghostd-0.21.1.10
ghost-wallet -> ghost-wallet-0.21.1.10

Workaround:

tar -xvf ~/ghostcore/ghost-0.21.1.10-aarch64-linux-gnu.tar.gz -C ~/ghostcore
mv ~/ghostcore/ghost-0.21.1.10/* ~/ghostcore/
#(or fix the sym links) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions