Search Criteria
Package Details: mirage 0.11.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mirage.git (read-only, click to copy) |
---|---|
Package Base: | mirage |
Description: | A fast and simple GTK+ Image Viewer |
Upstream URL: | https://gitlab.com/thomasross/mirage |
Licenses: | GPL3 |
Conflicts: | mirage-python3 |
Replaces: | mirage-python3 |
Submitter: | Barthalion |
Maintainer: | dmitmel |
Last Packager: | dmitmel |
Votes: | 18 |
Popularity: | 0.000002 |
First Submitted: | 2018-01-07 16:15 (UTC) |
Last Updated: | 2024-07-19 11:53 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libgexiv2
- python (python37AUR, python311AUR, python310AUR)
- python-cairo (python-cairo-gitAUR)
- python-gobject
- python-setuptools (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
CanadianEngineer commented on 2022-01-18 03:07 (UTC)
dmitmel's suggestion worked. I was getting the exact same error, ran
yay -S --rebuild python2-gobject2
, and that solved my issue. Thanks dmitmel!dmitmel commented on 2021-12-03 18:54 (UTC)
DAC324: python2-gobject2 is a transitive dependency. The "library is missing" error is due to mismatching shared object versions. You have to rebuild the python2-gobject2 package. For example, for
yay
the command is:yay -S --rebuild python2-gobject2
.DAC324 commented on 2021-12-03 18:50 (UTC)
Looks like
python2-gobject2
is indeed required but it does not appear in the package's dependencies. So,like me, if you are experiencing the same error @Kaiya encounteredyou will have to install
python2-gobject2
from AUR as well as this package is not retrieved automatically when installingmirage
.dmitmel commented on 2021-10-24 12:29 (UTC)
Kaiya: The issue with libffi seems to have been resolved (https://aur.archlinux.org/cgit/aur.git/commit/?h=python2-gobject2&id=b02190379ab524bcd89bc1b268911ffcdce48568), please unflag this package.
zuzavo commented on 2021-10-23 12:39 (UTC)
Maybe there are people using python2 packages in virtualbox for they own reasons..
zuzavo commented on 2021-10-23 12:35 (UTC)
@dmitmel. Yes, I know you are the maintainer (thanks) I reefer that haven't been any update since 2014.
dmitmel commented on 2021-10-23 12:27 (UTC) (edited on 2021-10-23 12:28 (UTC) by dmitmel)
Well, the package isn't exactly unmaintained, the original software is, but yes, a maintained fork exists, which can be installed from the package mirage-python3.
zuzavo commented on 2021-10-23 12:25 (UTC)
Why are you installing an unmaintained package with python2? Python2 is a security risk. Here in the AUR is a python3 mirage.
dmitmel commented on 2021-10-23 12:20 (UTC)
The problem seems to be with that package and not mirage. On my system the last line in the stack trace you posted,
import gobject._gobject
, loads/usr/lib/python2.7/site-packages/gobject/_gobject.so
, which is linked tolibffi.so.8
and notlibffi.so.7
.dmitmel commented on 2021-10-23 12:12 (UTC)
Kaiya: Try rebuilding the python2-gobject2 package
« First ‹ Previous 1 2 3 4 5 6 Next › Last »