The installation of scraper package is failling.
-
OK. First switch brain on, then start actions, then complain.
I got Scraper installed by copying scraper files from githib.com folder in temp to folder that is not found above, but now it doesn't work. No new ROM info is fetched. Error message is referring to /opt/retropie/supplementary/scraper/scraper not found. All files seem to be there...
-
The issue is twofold.
@Mathes75 said in The installation of scraper package is failling.:
error: patch failed: ds/ss.go:230
This can be remediated by running
sudo RetroPie-Setup/retropie_packages.sh scraper clean
and thensudo RetroPie-Setup/retropie_packages.sh scraper
But hold your horses: The second issue needs attention too.
@Mathes75 said in The installation of scraper package is failling.:
src/golang.org/x/oauth2/internal/token.go:140:10: lc.v.CompareAndSwap undefined (ty...
This requires a newer golang version (was introduced in 1.17 AFAIK). My bad on suggesting 1.11 in the first place. However, since 1.17 some commands have been deprecated, which also needed to be reflected in the
scraper.sh
scriptmodule.TL;DR: Here is a patch.
Save the patchfile somewhere on your Pi, then run in folder
/home/pi/RetroPie-Setup
this command:git apply /path/to/patchfile
. No worries, you can undo the patch withgit apply --reverse /path/to/patchfile
Then run in this order:
sudo RetroPie-Setup/retropie_packages.sh golang sudo RetroPie-Setup/retropie_packages.sh scraper clean sudo RetroPie-Setup/retropie_packages.sh scraper
It should provide you a scraper binary. I did not try to scrape but you pls try and report back.
HTH
PS: Once more this is only life-support for the Scraper. The upstream git repo of Scraper hat it's last.update in 2019 the retropie scriptmodule uses some duct tape (read patches) to keep it alive. I suggest using skyscraper. This skyscraper branch is from late 2022.
-
Thanks for your time to looking into this.
I try the patch but i have some errors when i try to apply it.pi@retropie:~/RetroPie-Setup $ git apply /home/pi/rp_modules_golang_scraper.patch error: patch failed: scriptmodules/supplementary/golang.sh:18 error: scriptmodules/supplementary/golang.sh: patch does not apply error: patch failed: scriptmodules/supplementary/scraper.sh:22 error: scriptmodules/supplementary/scraper.sh: patch does not apply
I believe that is not worth your time to try to fix it, there better alternatives out there. Thanks again !
-
@windg Try cleaning up the
scraper
sources first, before attempting to re-build. -
@mitu I have remove both scraper and golang packages but it's still failing.
= = = = = = = = = = = = = = = = = = = = = Getting sources for 'scraper' : Scraper for EmulationStation by Steven Selph = = = = = = = = = = = = = = = = = = = = = go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'. fatal: cannot change to '/home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/J-Swift/thegamesdb-swagger-client-go/': No such file or directory fatal: cannot change to '/home/pi/RetroPie-Setup/tmp/build/scraper/src/github.com/sselph/scraper': No such file or directory /home/pi = = = = = = = = = = = = = = = = = = = = = Building 'scraper' : Scraper for EmulationStation by Steven Selph = = = = = = = = = = = = = = = = = = = = = no required module provides package github.com/sselph/scraper: go.mod file not found in current directory or any parent directory; see 'go help modules' Could not successfully install Scraper for EmulationStation by Steven Selph (/home/pi/RetroPie-Setup/tmp/build/scraper/scraper not found).
-
@windg Yeah, it won't work. I'll take a look later on, but that may be the last patchwork for this package.
-
I believe even if you fix it it will be broken again soon or later. Maybe it's time to drop this package and save your time.
-
@windg What I did to get across this is to fetch the repositorys by hand opening a second SSH connection (no keyboard attached to cabinet). Will give it a try tonight again!
I think there is a folder mismatch in the script. I couldn't find it to fix it, that's why I downloaded it during golang install. -
From a cursory look, @Lolonois is correct - one of the dependencies requires (at least) Golang 1.17 and compilation will fail with the version we install now with the
golang
dependency scriptmodule (v1.11.x).Bumping the required Golang version may be enough now, but in future if other dependency (direct or indirect) is upgraded to work with a newer Golang we'd be facing the same issue. One solution is to pin the dependencies to a certain version (using a
go.mod
file) or maybe just provide a binary installation option - the resultingscraper
binary doesn't even needgolang
installed and has no other system dependencies. I'll see how complicated the former solution is, since I have nogolang
experience. -
Many thanks mitu Scraper is installable again !
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.