@ArtyIF Rebuild the package then
Search Criteria
Package Details: isoimagewriter 0.9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/isoimagewriter.git (read-only, click to copy) |
---|---|
Package Base: | isoimagewriter |
Description: | Tool to write a .iso file to a USB disk |
Upstream URL: | https://community.kde.org/ISOImageWriter |
Licenses: | GPL3 |
Submitter: | z3ntu |
Maintainer: | z3ntu |
Last Packager: | z3ntu |
Votes: | 14 |
Popularity: | 0.005919 |
First Submitted: | 2017-06-22 20:03 (UTC) |
Last Updated: | 2022-04-15 21:35 (UTC) |
Dependencies (7)
- kcrash (kcrash-git)
- kiconthemes (kiconthemes-git)
- qgpgme (qgpgme-git)
- solid (solid-git)
- cmake (cmake-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32) (make)
Required by (0)
Sources (2)
Latest Comments
z3ntu commented on 2022-03-12 11:33 (UTC)
ArtyIF commented on 2022-03-12 07:27 (UTC)
Doesn't launch. In terminal outputs this error: isoimagewriter: error while loading shared libraries: libqgpgme.so.7: cannot open shared object file: No such file or directory
. I checked the /usr/lib
directory for libqgpgme, it can only find libqgpgme.so.15:
artyif@artyiflinux ~ % find /usr/lib | grep libqgpgme
/usr/lib/libqgpgme.so.15.0.0
/usr/lib/libqgpgme.so
find: ‘/usr/lib/mysql/plugin/auth_pam_tool_dir’: Permission denied
/usr/lib/libqgpgme.so.15
The program depends on an outdated version of a library?
z3ntu commented on 2017-06-25 20:47 (UTC)
If you are having problems installing this package due to signature verification, please run the below before running makepkg:
gpg --recv-keys 2D1D5B0588357787DE9EE225EC94D18F7F05997E
AJSlye commented on 2017-06-25 16:06 (UTC)
Will not compile, I'm getting a signature error.
Megver83 commented on 2017-06-23 00:59 (UTC)
Hi, regarding the patch, why don't you better use sed?
Could be something like:
$ sed -e 's|add_subdirectory(signing-keys)|#add_subdirectory(signing-keys)|' -i CMakeList.txt
Pinned Comments
z3ntu commented on 2017-06-25 20:47 (UTC)