Failed to install eric-5.5.2 Traceback (most recent call last): File "install.py", line 1421, in <module> main(sys.argv) File "install.py", line 1400, in main res = installEric() File "install.py", line 757, in installEric os.path.join(dst, "eric5" + marker + ".png")) File "install.py", line 562, in shutilCopy shutil.copy(src, dst) File "/usr/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: u'./icons/default/eric5.png' Reproducible: Always Steps to Reproduce: 1. emerge =dev-utils/eric-5.5.2 A bug appeared in the ebuild with bugfix https://bugs.gentoo.org/show_bug.cgi?id=542488. Probably command sed -i -e 's/eric"/eric5"/' changes not only eric.*.png files.
Can confirm, suffering from exactly the same issue.
Created attachment 440618 [details, diff] Patch for the eric-5.5.2.ebuild Apply a patch that replaces the sed command
Created attachment 440620 [details, diff] A patch that replaces the faulty sed command The patch replaces the sed command. The issue with the sed command is that it matches to much. Installing breaks, because the source directory for the images is changed from eric to eric5.
*** Bug 594302 has been marked as a duplicate of this bug. ***
I can confirm too.
Same here, dev-util/eric-5.5.2 breaks with: Installing eric5 ... Could not install './default.e4k'. Could not install './default_Mac.e4k'. An internal error occured. Please report all the output of the program, including the following traceback, to eric-bugs@eric-ide.python-projects.org. Traceback (most recent call last): File "install.py", line 1421, in <module> main(sys.argv) File "install.py", line 1400, in main res = installEric() File "install.py", line 757, in installEric os.path.join(dst, "eric5" + marker + ".png")) File "install.py", line 562, in shutilCopy shutil.copy(src, dst) File "/usr/lib64/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/lib64/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: u'./icons/default/eric5.png' There is already a patch by Per Pascal Grube, for 3 months now. Can we please have this fix incorporated to Portage?
I can confirm this bug
confirmed by several users.
eric:5 has been masked for removal. Please use eric:6