Package Details: lgogdownloader 3.17-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: WTFPL
Submitter: tea
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 76
Popularity: 0.39
First Submitted: 2012-08-01 22:40 (UTC)
Last Updated: 2025-03-23 22:14 (UTC)

Required by (52)

Sources (1)

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 2025-05-03 10:18 (UTC)

I was thinking more along the lines of automatically forcing a rebuild when boost-libs gets upgraded

I can't help with that

instead of first having to manually uninstall lgogdownloader and then reinstall it.

For myself I have a local repository so when this is needed I build the packages in a clean chroot and move them to the repository (manually)

Yamashiro commented on 2025-05-03 10:13 (UTC)

I understand that, I was thinking more along the lines of automatically forcing a rebuild when boost-libs gets upgraded, instead of first having to manually uninstall lgogdownloader and then reinstall it.

FabioLolix commented on 2025-05-03 10:10 (UTC)

Is there a way to upgrade the boost-libs package without having to uninstall lgogdownloader first and then reinstalling it?

This is intentional because after the boost update the package would be broken with the error you can see pinned here (error while loading shared libraries: libXXX.so.XXX ...)

Yamashiro commented on 2025-05-03 05:43 (UTC) (edited on 2025-05-03 05:44 (UTC) by Yamashiro)

Is there a way to upgrade the boost-libs package without having to uninstall lgogdownloader first and then reinstalling it? Otherwise boost-libs gets blocked from upgrading due to this error:

error: failed to prepare transaction (could not satisfy dependencies)
:: installing boost-libs (1.88.0-2) breaks dependency 'libboost_filesystem.so=1.87.0-64' required by lgogdownloader

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...