Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551030 - dev-go/go-tools: /usr/lib/go/favicon.ico: no such file or directory
Summary: dev-go/go-tools: /usr/lib/go/favicon.ico: no such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal trivial
Assignee: Zac Medico
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2015-06-02 20:14 UTC by Austin English (RETIRED)
Modified: 2015-06-03 07:09 UTC (History)
0 users

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 Austin English (RETIRED) gentoo-dev 2015-06-02 20:14:40 UTC
Attempting to browse to a godoc hosted webpage gives this error:
2015/06/02 19:36:41 lstat /usr/lib/go/favicon.ico: no such file or directory

the file is installed by the ebuild. I manually ran ebuild dev-go/go-tools compile, then find /var/tmp/portage *\.ico, which found:
/var/tmp/portage/dev-go/go-tools-1.4.2_p20150520/work/src/golang.org/x/tools/cmd/present/static/favicon.ico

copying that file to /usr/lib/go/favicon.ico and reloading the page in Chromium then shows the favicon.
Comment 1 Zac Medico gentoo-dev 2015-06-02 21:50:32 UTC
I'll see about making it look for the file where it is installed as '/usr/lib/go/src/golang.org/x/tools/cmd/present/static/favicon.ico'.
Comment 2 Zac Medico gentoo-dev 2015-06-03 07:09:03 UTC
This is fixed in go-tools-1.4.2_p20150520-r1. The favicon is compiled into godoc along with the other static content.