Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 556780

Summary: www-client/qutebrowser help files are not included in the installation
Product: Gentoo Linux Reporter: ml
Component: Current packagesAssignee: Tim Harder <radhermit>
Status: RESOLVED OBSOLETE    
Severity: normal CC: gentoo.org, wraeth, zl29ah
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description ml 2015-08-05 19:30:36 UTC
Created attachment 408356 [details]
emerge --info

There should be a doc/ folder at /usr/lib64/python3.4/site-packages/qutebrowser/html/. Version installed 0.3.
Comment 1 Florian Bruhin 2015-08-05 19:49:22 UTC
The packaged releases come with qutebrowser/html/doc/*.html (and for the git repo clone, those are generated by scripts/asciidoc2html.py which is called from the ebuild).

I'm guessing distutils-r1_python_install_all which gets called in the ebuild doesn't install those files?

This should probably be assigned to Tim Harder (radhermit) as he's the maintainer.
Comment 2 Florian Bruhin 2015-09-02 07:30:58 UTC
Bump? I'm still getting bugreports because of this ;)
Comment 3 Florian Bruhin 2015-10-21 05:51:57 UTC
As noticed in #560666 this is probably because the ebuild downloads GitHub's repository snapshots rather than the release tarballs... The generated documentation is not in the repository, so that's why it's missing.

It should download from one of those URLs instead:

https://github.com/The-Compiler/qutebrowser/releases/download/v0.4.1/qutebrowser-0.4.1.tar.gz

http://qutebrowser.org/releases/v0.4.1/qutebrowser-0.4.1.tar.gz
Comment 4 Sam Jorna (wraeth) (RETIRED) gentoo-dev 2015-10-26 09:17:44 UTC
This should be resolved with bug 560666.