Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549814 - dev-lang/go-9999 fails to build due to removed directory
Summary: dev-lang/go-9999 fails to build due to removed directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 14:01 UTC by Bohdan Trach
Modified: 2015-06-02 15:50 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 Bohdan Trach 2015-05-18 14:01:11 UTC
Trunk version of golang no longer installs 'include' directory due to full conversion of runtime code to golang. This makes current ebuild fail at theinstallation stage. The fix is to remove that directory from the doinst statement.

Reproducible: Always

Steps to Reproduce:
1. emerge -1 -k go

Actual Results:  
>>> Install go-9999 into /var/tmp/portage/dev-lang/go-9999/image/ category dev-lang
install: cannot stat ‘include’: No such file or directory
!!! doins: include does not exist
 * ERROR: dev-lang/go-9999::gentoo failed (install phase):
 *   doins failed
 * 
 * If you need support, post the output of `emerge --info '=dev-lang/go-9999::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-lang/go-9999::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-lang/go-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-lang/go-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-lang/go-9999/work/go-9999'
 * S: '/var/tmp/portage/dev-lang/go-9999/work/go-9999'
 * QA Notice: file does not exist:
 * 
 * 	doins: include does not exist
Comment 1 William Hubbs gentoo-dev 2015-06-02 15:50:08 UTC
This is fixed; thanks much for the report.