Pulsar-Coin / Pulsar-Coin-Cryptocurrency

The source code to the Pulsar Coin Blockchain
https://pulsarcoin.info/
MIT License
17 stars 11 forks source link

Pulsar 1.1.4 - building from sources - regression #18

Closed blackmennewstyle closed 1 year ago

blackmennewstyle commented 1 year ago

Hi guys,

You have a regression when trying to build from sources with 1.1.4

wget https://github.com/PulsarCoin/Pulsar-Coin-Cryptocurrency/archive/refs/tags/v1.1.4.tar.gz
tar -xvf v1.1.4.tar.gz 
cd Pulsar-Coin-Cryptocurrency-1.1.4/
cd depends/
make -j8 NO_QT=1
make: ./config.guess: Permission denied
make: ./config.guess: Permission denied
make: ./config.guess: Permission denied
make: ./config.sub: Permission denied
make: ./config.guess: Permission denied
make: ./config.sub: Permission denied
/bin/sh: 1: Makefile: not found
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Makefile: not found
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Makefile: not found
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Makefile: not found
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Makefile: not found
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Makefile: not found
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Syntax error: "|" unexpected
/bin/sh: 1: Syntax error: "|" unexpected
make: config.site.in: No such file or directory
/bin/sh: 1: Syntax error: "|" unexpected
make: config.site.in: No such file or directory
/bin/sh: 1: Syntax error: "|" unexpected
Makefile:74: builders/.mk: No such file or directory
make: *** No rule to make target 'builders/.mk'.  Stop.
jasonhilton87 commented 1 year ago

fixed