Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 777708 - sys-apps/miller-5.10.1 fails to install doc
Summary: sys-apps/miller-5.10.1 fails to install doc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-22 12:20 UTC by Helmut Jarausch
Modified: 2021-04-25 21:01 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 Helmut Jarausch 2021-03-22 12:20:36 UTC
Traceback (most recent call last):
  File "/usr/lib/portage/python3.9/doins.py", line 594, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/usr/lib/portage/python3.9/doins.py", line 582, in main
    if _doins(
  File "/usr/lib/portage/python3.9/doins.py", line 434, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/usr/lib/portage/python3.9/doins.py", line 370, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/usr/lib/portage/python3.9/doins.py", line 179, in run
    sstat = os.stat(source)
FileNotFoundError: [Errno 2] No such file or directory: b'doc'
 * ERROR: sys-apps/miller-5.10.1::gentoo failed (install phase):
 *   dodoc failed
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-22 12:30:13 UTC
It's missing from our tarball because we were pulling from a git snapshot but there's a problem with the release tarballs too: https://github.com/johnkerl/miller/issues/451.
Comment 2 Larry the Git Cow gentoo-dev 2021-04-25 20:07:52 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1502e7cb49d8f09c4ca60c357545500884e24860

commit 1502e7cb49d8f09c4ca60c357545500884e24860
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-25 20:06:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-25 20:07:39 +0000

    sys-apps/miller: add 5.10.2
    
    Closes: https://bugs.gentoo.org/777708
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/miller/Manifest             |  1 +
 sys-apps/miller/miller-5.10.2.ebuild | 48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2021-04-25 21:01:21 UTC
The bug has been referenced in the following commit(s):

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

commit ae847eb8fa6577fc3a9bc78742268e1d107486a6
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-25 20:56:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-25 21:01:05 +0000

    sys-apps/miller: fix HTML_DOCS
    
    Closes: https://bugs.gentoo.org/785721
    Bug: https://bugs.gentoo.org/777708
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/miller/miller-5.10.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)