vifino / vifino-overlay

My personal overlay for Gentoo. Contains openrazer ebuilds and friends mostly.
MIT License
10 stars 4 forks source link

razergenie-9999.ebuild references no existing file #62

Closed s7m0n closed 3 years ago

s7m0n commented 3 years ago

Emerging current (20th Oct 2021) 9999 ebuild aborts with a FileNotFound for me based on Portage 3.0.20 (python 3.9.7-final-0, default/linux/amd64/17.1/desktop, gcc-10.3.0, glibc-2.33-r1, 5.13.19-gentoo x86_64)

After changing the entry from DOCS=( README.markdown ) to DOCS=( README.md ) it works again.

Error: Traceback (most recent call last): File "/usr/lib/portage/python3.9/doins.py", line 594, in sys.exit(main(sys.argv[1:])) File "/usr/lib/portage/python3.9/doins.py", line 582, in main if _doins( File "/usr/lib/portage/python3.9/doins.py", line 434, in _doins return install_runner.install_file(source, os.path.dirname(dest)) File "/usr/lib/portage/python3.9/doins.py", line 370, in install_file return self._ins_runner.run(source, dest_dir) File "/usr/lib/portage/python3.9/doins.py", line 179, in run sstat = os.stat(source) FileNotFoundError: [Errno 2] No such file or directory: b'README.markdown'

vifino commented 3 years ago

Fixed, thanks!