Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 818988 - net-analyzer/hydra-9999999: dodoc missing file and update patch
Summary: net-analyzer/hydra-9999999: dodoc missing file and update patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-10-20 09:22 UTC by Emilien Mottet
Modified: 2021-10-22 03:58 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,6.78 KB, text/plain)
2021-10-20 09:22 UTC, Emilien Mottet
Details
build.log (build.log,33.60 KB, text/x-log)
2021-10-20 09:23 UTC, Emilien Mottet
Details
updated patch (hydra-9999999-respect-cflags-more.patch,1.21 KB, patch)
2021-10-21 13:05 UTC, Emilien Mottet
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emilien Mottet 2021-10-20 09:22:50 UTC
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
Comment 1 Emilien Mottet 2021-10-20 09:23:12 UTC
Created attachment 745854 [details]
build.log
Comment 2 Emilien Mottet 2021-10-21 13:05:25 UTC
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.
Comment 3 Larry the Git Cow gentoo-dev 2021-10-22 03:48:07 UTC
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(-)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-10-22 03:58:55 UTC
Thank you!