PKGBUILD command rm "${pkgdir}/opt/${pkgname}/lib/libfreetype.so"*
fails because of non existing file.
Possible workarounds: it can be deleted or rm -f
Git Clone URL: | https://aur.archlinux.org/xnviewmp.git (read-only, click to copy) |
---|---|
Package Base: | xnviewmp |
Description: | An efficient multimedia viewer, browser and converter. |
Upstream URL: | https://www.xnview.com/en/xnviewmp/ |
Keywords: | graphics |
Licenses: | custom |
Submitter: | oliwer |
Maintainer: | Corax |
Last Packager: | Corax |
Votes: | 311 |
Popularity: | 1.89 |
First Submitted: | 2008-07-25 19:01 (UTC) |
Last Updated: | 2024-11-16 14:49 (UTC) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 27 Next › Last »
PKGBUILD command rm "${pkgdir}/opt/${pkgname}/lib/libfreetype.so"*
fails because of non existing file.
Possible workarounds: it can be deleted or rm -f
@ax34: ah OK that makes more sense, I was puzzled by this! Glad you fixed it.
@Corax my bad, it was a problem with my build of OpenAL
@ax34: that doesn't make much sense, XnView does not depend on that library and I don't have it installed either... Can you run LD_DEBUG=libs xnviewmp
and copy the output?
/opt/xnviewmp/XnView: error while loading shared libraries: libsndio.so.7.0: cannot open shared object file: No such file or directory
@vsvyatski: that is weird, the MD5 hasn't changed on my side, and the SHA256 matches the one advertised here: https://newsgroup.xnview.com/viewtopic.php?f=82&t=40169 . Are you sure that your archive isn't corrupted?
It appears that the MD5 checksum for XnViewMP-linux-x64_0.96-rel1.tgz is wrong in the version 0.96-1, therefore the application cannot be installed (MD5 check fails). The correct one is 7510208bf72595c7ea39f128d335e103.
0.95-2 "fixes" QT_QPA_PLATFORMTHEMES since libqt5ct.so has been removed (but qt5ct doesn't seem to actually work, so I'm not sure how much of a fix this is).
0.95 doesn't seem to work when QT_QPA_PLATFORMTHEME is set, apparently because the shipped platformthemes libs haven't been updated for the new Qt libs (5.12.6). I would recommend switching to my other package (xnviewmp-system-libs) if this is an issue (AFAICT it works just as well, and it doesn't come with all the bundled libs).
Pinned Comments
Corax commented on 2017-01-21 15:34 (UTC) (edited on 2017-02-12 19:23 (UTC) by Corax)
Corax commented on 2017-01-20 21:49 (UTC) (edited on 2023-10-30 20:39 (UTC) by Corax)
If makepkg fails because the checksum is incorrect, please flag the package out-of-date and I will update the PKGBUILD.
The PKGBUILD now references the latest versioned archive, as a result of which it should keep working if a new version is released. However, upstream sometimes updates released archives in place, in which case the checksum will fail and a manual intervention is required.