Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 918915 - media-gfx/cropgui-0.6-r2: missing RDEP on media-libs/exiftool
Summary: media-gfx/cropgui-0.6-r2: missing RDEP on media-libs/exiftool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-30 18:06 UTC by Michał Górny
Modified: 2023-12-05 12:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-11-30 18:06:32 UTC
When trying to use it, it crashes:

xception in thread Thread-1 (runner):
Traceback (most recent call last):
  File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.11/threading.py", line 982, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3.11/site-packages/cropgui/cropgui_common.py", line 172, in runner
    subprocess.call(["exiftool", "-overwrite_original", "-Orientation=1", "-n", target])
  File "/usr/lib/python3.11/subprocess.py", line 389, in call
    with Popen(*popenargs, **kwargs) as p:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/usr/lib/python3.11/subprocess.py", line 1950, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'exiftool'
Comment 1 Larry the Git Cow gentoo-dev 2023-12-05 12:37:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8de3600bcd7c2a76b34c2902900897b79d1573

commit 3d8de3600bcd7c2a76b34c2902900897b79d1573
Author:     Hanno Böck <hanno@gentoo.org>
AuthorDate: 2023-12-05 12:35:49 +0000
Commit:     Hanno Böck <hanno@gentoo.org>
CommitDate: 2023-12-05 12:37:16 +0000

    media-gfx/cropgui: add 0.7
    
    Add missing dependencies (exiftool and imagemagick).
    Includes upstream fix for pillow updates.
    
    Closes: https://bugs.gentoo.org/918915
    Closes: https://bugs.gentoo.org/918916
    Signed-off-by: Hanno Böck <hanno@gentoo.org>

 media-gfx/cropgui/Manifest           |  1 +
 media-gfx/cropgui/cropgui-0.7.ebuild | 47 ++++++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)