alexandru-balan / Stremio-Install-Scripts

A repo with scripts that install Stremio from scratch on systems that do not package it.
GNU General Public License v3.0
66 stars 7 forks source link

Can't install on Fedora 31 #6

Closed nikoshatzivag closed 4 years ago

nikoshatzivag commented 4 years ago

I tried to install stremio on Fedora 31 but it kept showing an error saying: "Can't set the project up. QMAKE error !"

I installed all the dependencies and also the qt5 libs but still the same error

alexandru-balan commented 4 years ago

Hi @nikoshatzivag, I have updated the script for fedora can you please clone the repo again and confirm if this is fixed?

nikoshatzivag commented 4 years ago

Hi @nikoshatzivag, I have updated the script for fedora can you please clone the repo again and confirm if this is fixed?

YEAH thanks now works fine!!

alexandru-balan commented 4 years ago

Glad I could help you

changemenemo commented 4 years ago

problem again:

wget "https://s3-eu-west-1.amazonaws.com/stremio-artifacts/four/master/server.js" -qO server.js || rm server.js
mkdir -p "icons"
cd "icons" && printf 16,22,24,32,64,128 | xargs -I^ -d, sh -c 'rsvg-convert ../images/stremio.svg -w ^ -o smartcode-stremio_^.png && rsvg-convert ../images/stremio_tray_white.svg -w ^ -o smartcode-stremio-tray_^.png'
make -C build install
make[1]: Entering directory '/home/snol/Stremio-Install-Scripts/stremio-shell/build'
/usr/bin/qmake-qt5 -install qinstall /home/snol/Stremio-Install-Scripts/stremio-shell/smartcode-stremio.desktop /opt/stremio/smartcode-stremio.desktop
/usr/bin/qmake-qt5 -install qinstall -exe stremio /opt/stremio/stremio
strip /opt/stremio/stremio
make[1]: Leaving directory '/home/snol/Stremio-Install-Scripts/stremio-shell/build'

install -Dm 644 server.js "/opt/stremio/server.js"
install: cannot stat 'server.js': No such file or directory
make: *** [release.makefile:15: install] Error 1
Can't install the project. MAKE error !
alexandru-balan commented 4 years ago

Hi @boistordu maybe the server.js file was not downloaded from the stremio AWS instance. Have you tried to run the install script again and have been met with the same error?

changemenemo commented 4 years ago

same error again and again

changemenemo commented 4 years ago

wait give me a moment I'm going to look for a problem with dns

changemenemo commented 4 years ago

yeah it was the dns which was causing momentarerly a problem:) thanks for pointing that out:)

alexandru-balan commented 4 years ago

Ok @boistordu, so everything fine? If yes, I'll close the issue again