Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 338970 - dev-tcltk/expect-5.44.1.15 fails to install with USE=doc with MAKEOPTS=-w
Summary: dev-tcltk/expect-5.44.1.15 fails to install with USE=doc with MAKEOPTS=-w
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: TCL/TK Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-28 01:02 UTC by Drake Wyrm
Modified: 2010-12-17 22:34 UTC (History)
0 users

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


Attachments
emerge --info =dev-tcltk/expect-5.44.1.15 (emerge_info,4.39 KB, text/plain)
2010-09-28 01:03 UTC, Drake Wyrm
Details
Build log (dev-tcltk:expect-5.44.1.15:20100928-010855.log,58.57 KB, text/plain)
2010-09-28 01:10 UTC, Drake Wyrm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Drake Wyrm 2010-09-28 01:02:37 UTC
During the install phase, emerge dies with the following error when building dev-tcltk/expect-5.44.1.15 with USE=doc:

 * ERROR: dev-tcltk/expect-5.44.1.15 failed:
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  54:  Called src_install
 *   environment, line 2892:  Called die
 * The specific snippet of code:
 *           doins $(printf 'example/%s ' $(expect_make_var SCRIPTS)) || die;
 *
 * If you need support, post the output of 'emerge --info =dev-tcltk/expect-5.44.1.15',
 * the complete build log and the output of 'emerge -pqv =dev-tcltk/expect-5.44.1.15'.
 * The complete build log is located at '/var/log/portage/dev-tcltk:expect-5.44.1.15:20100928-004455.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-tcltk/expect-5.44.1.15/temp/environment'.
 * S: '/var/tmp/portage/dev-tcltk/expect-5.44.1.15/work/expect-5.44.1.15'
 * QA Notice: file does not exist:
 * 
 *      doins: example/make: does not exist
 *      doins: example/Entering does not exist
 *      doins: example/directory does not exist
 *      doins: example/`/var/tmp/portage/dev-tcltk/expect-5.44.1.15/work/expect-5.44.1.15' does not exist
 *      doins: example/make: does not exist
 *      doins: example/Leaving does not exist
 *      doins: example/directory does not exist
 *      doins: example/`/var/tmp/portage/dev-tcltk/expect-5.44.1.15/work/expect-5.44.1.15' does not exist

The installation goes off without a hitch without USE=doc.
Comment 1 Drake Wyrm 2010-09-28 01:03:41 UTC
Created attachment 248855 [details]
emerge --info =dev-tcltk/expect-5.44.1.15
Comment 2 Drake Wyrm 2010-09-28 01:05:44 UTC
$ emerge -pqv =dev-tcltk/expect-5.44.1.15
[ebuild   R   ] dev-tcltk/expect-5.44.1.15  USE="X doc* threads -debug"
Comment 3 Drake Wyrm 2010-09-28 01:10:07 UTC
Created attachment 248857 [details]
Build log
Comment 4 SpanKY gentoo-dev 2010-12-17 22:34:51 UTC
your useless -w flag in MAKEOPTS is screwing this up

http://sources.gentoo.org/dev-tcltk/expect/expect-5.44.1.15.ebuild?r1=1.14&r2=1.15