Created attachment 745851 [details] emerge-info.txt Traceback (most recent call last): File "/usr/lib/portage/python3.9/doins.py", line 607, in <module> sys.exit(main(sys.argv[1:])) File "/usr/lib/portage/python3.9/doins.py", line 596, in main if _doins( File "/usr/lib/portage/python3.9/doins.py", line 439, in _doins return install_runner.install_file(source, os.path.dirname(dest)) File "/usr/lib/portage/python3.9/doins.py", line 373, in install_file return self._ins_runner.run(source, dest_dir) File "/usr/lib/portage/python3.9/doins.py", line 181, in run sstat = os.stat(source) FileNotFoundError: [Errno 2] No such file or directory: b'README.md' I do a pull request to rename README.md into README
Created attachment 745854 [details] build.log
Created attachment 745998 [details, diff] updated patch https://github.com/vanhauser-thc/thc-hydra/commit/3e364483d2dfd498b4fce4e2f2e5e2a23bcb6b75 This new commit break the patch. I update the patch file.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a6dddca771421a50134b6a27ba0122f3fe25d83 commit 0a6dddca771421a50134b6a27ba0122f3fe25d83 Author: EmilienMottet <emilien.mottet@grenoble-inp.org> AuthorDate: 2021-10-21 08:11:25 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-10-22 03:47:40 +0000 net-analyzer/hydra: update live ebuild - Use README instead of README.md in dodoc - Update patch for matching new configure Closes: https://bugs.gentoo.org/818988 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Emilien Mottet <emilien.mottet@grenoble-inp.org> Closes: https://github.com/gentoo/gentoo/pull/22653 Signed-off-by: Sam James <sam@gentoo.org> .../files/hydra-9999999-respect-cflags-more.patch | 31 ++++++++++++++++++++++ net-analyzer/hydra/hydra-9999999.ebuild | 4 +-- 2 files changed, 33 insertions(+), 2 deletions(-)
Thank you!