Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 603216 - dev-libs/gmp-6.1.2: env: `': No such file or directory
Summary: dev-libs/gmp-6.1.2: env: `': No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-20 16:37 UTC by William Throwe
Modified: 2016-12-20 19:44 UTC (History)
2 users (show)

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


Attachments
build.log.gz (build.log.gz,2.07 KB, application/x-gzip)
2016-12-20 16:37 UTC, William Throwe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description William Throwe 2016-12-20 16:37:40 UTC
Created attachment 456888 [details]
build.log.gz

This appears to be due to the ebuild writing out a script that calls `exec env "${CONFIG_SHELL}"` and then calling it without ever defining CONFIG_SHELL.
Comment 1 Jonathan Scruggs (RETIRED) gentoo-dev 2016-12-20 16:46:16 UTC
(In reply to William Throwe from comment #0)
> Created attachment 456888 [details]
> build.log.gz
> 
> This appears to be due to the ebuild writing out a script that calls `exec
> env "${CONFIG_SHELL}"` and then calling it without ever defining
> CONFIG_SHELL.

You beat me to this post by 8 minutes!!! Just tried this moments ago. I can confirm that there is this issue.
Comment 2 Fabian Groffen gentoo-dev 2016-12-20 17:15:56 UTC
hang on tight, I'll fix this ASAP
Comment 3 Fabian Groffen gentoo-dev 2016-12-20 17:23:08 UTC
I've removed the non-expanded CONFIG_SHELL.  Sorry for the trouble.