Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 854699 - net-proxy/haproxy-2.6.1[doc]: FileNotFoundError: [Errno 2] No such file or directory: b'ROADMAP'
Summary: net-proxy/haproxy-2.6.1[doc]: FileNotFoundError: [Errno 2] No such file or di...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Christian Ruppert (idl0r)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-27 22:05 UTC by Stefan Strogin
Modified: 2022-06-28 09:29 UTC (History)
0 users

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


Attachments
build.log (build.log,150.40 KB, text/plain)
2022-06-27 22:05 UTC, Stefan Strogin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Strogin gentoo-dev 2022-06-27 22:05:24 UTC
Created attachment 788153 [details]
build.log

$ emerge -pqv '=net-proxy/haproxy-2.6.1::gentoo'
[ebuild     U ] net-proxy/haproxy-2.6.1 [2.5.7] USE="crypt doc examples net_ns pcre slz ssl threads vim-syntax (-51degrees) (-lua) -pcre-jit -prometheus-exporter -systemd -tools (-wurfl) -zlib" LUA_SINGLE_TARGET="lua5-3"


>>> Install net-proxy/haproxy-2.6.1 into /var/tmp/portage/net-proxy/haproxy-2.6.1/image
Traceback (most recent call last):
  File "/var/tmp/portage/._portage_reinstall_.v4tnp9rc/bin/doins.py", line 607, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/var/tmp/portage/._portage_reinstall_.v4tnp9rc/bin/doins.py", line 596, in main
    if _doins(
  File "/var/tmp/portage/._portage_reinstall_.v4tnp9rc/bin/doins.py", line 439, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/var/tmp/portage/._portage_reinstall_.v4tnp9rc/bin/doins.py", line 373, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/var/tmp/portage/._portage_reinstall_.v4tnp9rc/bin/doins.py", line 181, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'ROADMAP'
Comment 1 Larry the Git Cow gentoo-dev 2022-06-28 09:27:16 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dda196d446810c5a5b116f6353267b16c2f50e1

commit 6dda196d446810c5a5b116f6353267b16c2f50e1
Author:     Christian Ruppert <idl0r@gentoo.org>
AuthorDate: 2022-06-28 08:45:55 +0000
Commit:     Christian Ruppert <idl0r@gentoo.org>
CommitDate: 2022-06-28 09:27:12 +0000

    net-proxy/haproxy: Fix USE=doc installation
    
    Bug: https://bugs.gentoo.org/854699
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Christian Ruppert <idl0r@gentoo.org>

 net-proxy/haproxy/haproxy-2.6.1.ebuild    | 2 +-
 net-proxy/haproxy/haproxy-2.6.9999.ebuild | 2 +-
 net-proxy/haproxy/haproxy-9999.ebuild     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Comment 2 Christian Ruppert (idl0r) gentoo-dev 2022-06-28 09:29:09 UTC
Fixed. Thanks!