Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917747 - net-analyzer/bmon-4.0-r1 build failure
Summary: net-analyzer/bmon-4.0-r1 build failure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-22 13:19 UTC by Vitaliy Perekhovy
Modified: 2023-11-22 17:03 UTC (History)
2 users (show)

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


Attachments
build.log (net-analyzer:bmon-4.0-r1:20231122-125918.log,20.89 KB, text/x-log)
2023-11-22 13:19 UTC, Vitaliy Perekhovy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaliy Perekhovy 2023-11-22 13:19:07 UTC
Created attachment 875329 [details]
build.log

Build failure on install phase.

Traceback (most recent call last):
  File "/usr/lib/portage/python3.11/doins.py", line 609, in <module>
    sys.exit(main(sys.argv[1:]))
             ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/portage/python3.11/doins.py", line 598, in main
    if _doins(
       ^^^^^^^
  File "/usr/lib/portage/python3.11/doins.py", line 441, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/portage/python3.11/doins.py", line 375, in install_file
    return self._ins_runner.run(source, dest_dir)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/portage/python3.11/doins.py", line 183, in run
    sstat = os.stat(source)
            ^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: b'README'
 * ERROR: net-analyzer/bmon-4.0-r1::gentoo failed (install phase):
 *   dodoc failed
 *
 * If you need support, post the output of `emerge --info '=net-analyzer/bmon-4.0-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-analyzer/bmon-4.0-r1::gentoo'`.
 * The complete build log is located at '/var/log/portage/net-analyzer:bmon-4.0-r1:20231122-125918.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/bmon-4.0-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/bmon-4.0-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/net-analyzer/bmon-4.0-r1/work/bmon-4.0'
 * S: '/var/tmp/portage/net-analyzer/bmon-4.0-r1/work/bmon-4.0'
Comment 1 Larry the Git Cow gentoo-dev 2023-11-22 17:03:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e34002d2f2eea757233a91f735e82649f4b6c99

commit 9e34002d2f2eea757233a91f735e82649f4b6c99
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2023-11-22 17:03:28 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2023-11-22 17:03:28 +0000

    net-analyzer/bmon: Fix install failure
    
    Closes: https://bugs.gentoo.org/917747
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 net-analyzer/bmon/bmon-4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)