Package Details: lgogdownloader 3.12-1

Git Clone URL: https://aur.archlinux.org/lgogdownloader.git (read-only, click to copy)
Package Base: lgogdownloader
Description: Open source downloader for GOG.com games, uses the GOG.com API
Upstream URL: https://sites.google.com/site/gogdownloader/
Keywords: games gaming gog gog.com
Licenses: custom:WTFPL
Submitter: tea
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 73
Popularity: 0.64
First Submitted: 2012-08-01 22:40 (UTC)
Last Updated: 2023-10-29 13:32 (UTC)

Pinned Comments

FabioLolix commented on 2023-10-03 22:03 (UTC)

  • every time you have error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory for build from source programs you have to rebuild it

Latest Comments

1 2 3 4 5 6 7 Next › Last »

FabioLolix commented on 2023-10-03 22:03 (UTC)

  • every time you have error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory for build from source programs you have to rebuild it

onlybugreports commented on 2023-10-03 22:02 (UTC) (edited on 2023-10-03 22:04 (UTC) by onlybugreports)

Fails to find boost libs during install.

ldd /usr/bin/lgogdownloader libboost_filesystem.so.1.81.0 => not found libboost_program_options.so.1.81.0 => not found libboost_iostreams.so.1.81.0 => not found pacman -Q boost{,-libs} boost 1.83.0-2 boost-libs 1.83.0-2

nirnakinho commented on 2021-07-17 12:04 (UTC)

boost libs got updated again, I guess this needs a version bump again?

Regards,

andrewpye commented on 2021-07-08 00:07 (UTC)

Oops, gotta use g++ as my default C++ compiler. Problem solved.

andrewpye commented on 2021-06-30 23:40 (UTC)

Error building:

-- Build files have been written to: /home/apye/AUR/lgogdownloader/src/lgogdownloader-3.7/build [ 8%] Building CXX object CMakeFiles/lgogdownloader.dir/main.cpp.o [ 16%] Building CXX object CMakeFiles/lgogdownloader.dir/src/blacklist.cpp.o [ 25%] Building CXX object CMakeFiles/lgogdownloader.dir/src/downloader.cpp.o [ 33%] Building CXX object CMakeFiles/lgogdownloader.dir/src/galaxyapi.cpp.o [ 41%] Building CXX object CMakeFiles/lgogdownloader.dir/src/gamedetails.cpp.o [ 50%] Building CXX object CMakeFiles/lgogdownloader.dir/src/gamefile.cpp.o [ 58%] Building CXX object CMakeFiles/lgogdownloader.dir/src/progressbar.cpp.o [ 66%] Building CXX object CMakeFiles/lgogdownloader.dir/src/util.cpp.o [ 75%] Building CXX object CMakeFiles/lgogdownloader.dir/src/website.cpp.o [ 83%] Building CXX object CMakeFiles/lgogdownloader.dir/src/ziputil.cpp.o [ 91%] Linking CXX executable lgogdownloader /usr/bin/ld: CMakeFiles/lgogdownloader.dir/src/blacklist.cpp.o: undefined reference to symbol '_ZNSt15basic_streambufIcSt11char_traitsIcEE8overflowEi@@GLIBCXX_3.4' /usr/bin/ld: /usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/lgogdownloader.dir/build.make:256: lgogdownloader] Error 1 make[1]: [CMakeFiles/Makefile2:100: CMakeFiles/lgogdownloader.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

LuckyTurtleDev commented on 2021-01-25 07:51 (UTC)

Why did you disable the reCAPTCHA feature? Exist some issues with it?

LuckyTurtleDev commented on 2020-08-20 21:25 (UTC)

@maln0ir I got the same error. A clean build of lgogdownloader did fix it. It seems you musst rebuild lgogdownloader, because the jsoncpp libary has been changed.

<deleted-account> commented on 2020-07-25 12:18 (UTC)

I get this error after installing: lgogdownloader: error while loading shared libraries: libjsoncpp.so.22: cannot open shared object file: No such file or directory I have `jsoncpp` package installed, but it doesn't contain that lib: $ pacman -Ql jsoncpp | grep libjsoncpp jsoncpp /usr/lib/libjsoncpp.a jsoncpp /usr/lib/libjsoncpp.so jsoncpp /usr/lib/libjsoncpp.so.24 Rebuilding `lgogdownloader` package doesn't fix this, for some reason. `ldd` clearly shows that `lgogdownloader` wants `libjsoncpp.so.22` lib: $ ldd /usr/bin/lgogdownloader | grep libjsoncpp libjsoncpp.so.22 => not found One workaround is to create symlink, but I believe it should work without it. ln -s /usr/lib/libjsoncpp.so.{24,22} Edit: hmmm, formating seems to not work...

FabioLolix commented on 2020-04-12 15:17 (UTC)

I'm interested in maintaining lgogdownloader pkgbuilds