Public bug reported:

Trying to call the godoc command in precise with any argument fails
with:

panic: open /usr/lib/go/lib/godoc/codewalk.html: no such file or
directory

The file is located in /usr/share/doc indeed.

This was fixed with: sudo rmdir /usr/lib/go/lib/godoc/ && sudo ln -s
/usr/share/doc/golang-doc/godoc/ /usr/lib/go/lib/

After that, it still complained about the lack of source.

This was fixed with sudo rmdir /usr/lib/go/src/ && sudo ln -s
/usr/share/go/src /usr/lib/go/

** Affects: golang (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/942004

Title:
  godoc doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang/+bug/942004/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to