Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674204 - net-analyzer/fail2ban-99999999 - FileNotFoundError: [Errno 2] No such file or directory: b'files/fail2ban.service'
Summary: net-analyzer/fail2ban-99999999 - FileNotFoundError: [Errno 2] No such file or...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-31 21:34 UTC by David Heidelberg (okias)
Modified: 2019-01-01 06:19 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Heidelberg (okias) 2018-12-31 21:34:01 UTC
Traceback (most recent call last):
  File "/usr/lib/portage/python3.6/doins.py", line 611, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.6/doins.py", line 602, in main
    os.path.dirname(source)):
  File "/usr/lib/portage/python3.6/doins.py", line 450, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.6/doins.py", line 386, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.6/doins.py", line 195, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'files/fail2ban.service'

SOLUTION:
line :61 must be removed (I guess it was typo? two line later ( :63 ) is correct service file installed).
Comment 1 Andreas Sturmlechner gentoo-dev 2018-12-31 23:50:13 UTC
assignee maintained.
Comment 2 Larry the Git Cow gentoo-dev 2019-01-01 06:19:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af58e1d6cc01d1658f264e86d3404323d207e5d

commit 0af58e1d6cc01d1658f264e86d3404323d207e5d
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-01-01 06:16:34 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-01-01 06:19:10 +0000

    net-analyzer/fail2ban: Fix live ebuild
    
    Closes: https://bugs.gentoo.org/674204
    Package-Manager: Portage-2.3.53, Repoman-2.3.12
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-analyzer/fail2ban/fail2ban-99999999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)