yentencoin / yenten

Yenten; cryptocurrency of the cpu, by the cpu, for the cpu
http://yentencoin.info/
MIT License
28 stars 19 forks source link

Ubuntu wallet build broken? #21

Closed Donaim closed 3 years ago

Donaim commented 3 years ago

Following these instructions on Ubuntu wallet build section from yentencoin.info website:

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev
sudo apt-get install libdb4.8++-dev

I get errors:

$ sudo add-apt-repository ppa:bitcoin/bitcoin
 NOT MAINTAINED. The OS-library linking packages here had a series of issues.

PLEASE DOWNLOAD DIRECTLY FROM bitcoincore.org (and verify the signatures of said files).

IF YOU WANT AUTO-UPDATES, please see the officially-maintained snap package -
https://github.com/bitcoin-core/packaging/tree/master/snap
 More info: https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Hit:1 http://pl.archive.ubuntu.com/ubuntu focal InRelease
Ign:2 http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu focal InRelease
Hit:3 http://pl.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:4 http://pl.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:5 http://pl.archive.ubuntu.com/ubuntu focal-security InRelease
Err:6 http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu focal Release
  404  Not Found [IP: 91.189.95.85 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

How to fix this?

yentencoin commented 3 years ago

Ubuntu version?

Donaim commented 3 years ago

@yentencoin 20.04

ohashi3d commented 3 years ago

If Ubuntu 20.04, try this procedure please: https://github.com/yentencoin/yenten#build-yentend-on-ubuntu-2004 (./autogen.sh is needed before ./configure ..)

Donaim commented 3 years ago

@ohashi3d it worked, thanks. The website instructions are outdated though