Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 901807

Summary: gui-apps/grim-1.4.0-r1 fails to compile: FileNotFoundError: [Errno 2] No such file or directory: b'contrib/completions/grim.fish'
Product: Gentoo Linux Reporter: aromate <coderaxios>
Component: Current packagesAssignee: Arthur Zamarin <arthurzam>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 901811    
Bug Blocks:    

Description aromate 2023-03-17 14:05:15 UTC
grim install error

FileNotFoundError: [Errno 2] No such file or directory: b'contrib/completions/grim.fish'

Installing grim to /var/tmp/portage/gui-apps/grim-1.4.0-r1/image/usr/bin
Traceback (most recent call last):
  File "/usr/lib/portage/python3.10/doins.py", line 609, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.10/doins.py", line 598, in main
    if _doins(
  File "/usr/lib/portage/python3.10/doins.py", line 441, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.10/doins.py", line 375, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.10/doins.py", line 183, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'contrib/completions/grim.fish'
 * ERROR: gui-apps/grim-1.4.0-r1::gentoo failed (install phase):
 *   doins failed
 *
 * If you need support, post the output of `emerge --info '=gui-apps/grim-1.4.0-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=gui-apps/grim-1.4.0-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/gui-apps/grim-1.4.0-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gui-apps/grim-1.4.0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/gui-apps/grim-1.4.0-r1/work/grim-1.4.0'
 * S: '/var/tmp/portage/gui-apps/grim-1.4.0-r1/work/grim-1.4.0'
Comment 1 aromate 2023-03-17 14:10:43 UTC
<       doins contrib/completions/grim.fish
---
>       doins contrib/completions/fish/grim.fish

In install scripts, completions scripts file path error.
Comment 2 Joost Ruis 2023-03-17 15:13:17 UTC
I can confirm this bug. Also see Bug 849356
Comment 3 Larry the Git Cow gentoo-dev 2023-03-17 15:28:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943ca626fcea180ed77c2cf5746288a77276fea0

commit 943ca626fcea180ed77c2cf5746288a77276fea0
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2023-03-17 15:28:01 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2023-03-17 15:28:01 +0000

    gui-apps/grim: drop 1.4.0-r1
    
    Closes: https://bugs.gentoo.org/901807
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 gui-apps/grim/grim-1.4.0-r1.ebuild | 50 --------------------------------------
 1 file changed, 50 deletions(-)