Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685594 - dev-libs/libyaml-0.2.2 fails to install with USE="doc"
Summary: dev-libs/libyaml-0.2.2 fails to install with USE="doc"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-11 05:04 UTC by Sven Müller
Modified: 2019-05-11 05:51 UTC (History)
0 users

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


Attachments
build.log (file_685594.txt,22.63 KB, text/plain)
2019-05-11 05:06 UTC, Sven Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Müller 2019-05-11 05:04:49 UTC
make[1]: Leaving directory '/var/tmp/portage/dev-libs/libyaml-0.2.2/work/libyaml-0.2.2'
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'doc/html/.'
 * ERROR: dev-libs/libyaml-0.2.2::gentoo failed (install phase):
 *   dodoc failed

The package installs with USE="-doc"
Comment 1 Sven Müller 2019-05-11 05:06:49 UTC
Created attachment 575988 [details]
build.log
Comment 2 Larry the Git Cow gentoo-dev 2019-05-11 05:51:54 UTC
The bug has been closed via the following commit(s):

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

commit 5ce72a11698272faeaa9d45cea677bc7c15a8a21
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2019-05-11 05:41:44 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2019-05-11 05:50:44 +0000

    dev-libs/libyaml: fix doc build support
    
    Also, stop installing example code.
    
    Closes: https://bugs.gentoo.org/685594
    
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 dev-libs/libyaml/libyaml-0.2.2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)