Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300290 - app-cdr/acetoneiso-2.2.1 install fails due to incorrect DOCDIRS
Summary: app-cdr/acetoneiso-2.2.1 install fails due to incorrect DOCDIRS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-09 14:29 UTC by Russell Knighton
Modified: 2010-01-09 18:54 UTC (History)
1 user (show)

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 Russell Knighton 2010-01-09 14:29:34 UTC
Currently set to:
DOCSDIR="${WORKDIR}"
and results in the failure below. Change to :
DOCSDIR="${WORKDIR}/${MY_P}"
and it works fine.

Reproducible: Always

Actual Results:  
!!! dodoc: /var/tmp/portage/app-cdr/acetoneiso-2.2.1/work/AUTHORS does not exist
 * ERROR: app-cdr/acetoneiso-2.2.1 failed:
 *   dodoc failed
 * 
 * Call stack:
 *     ebuild.sh, line   48:  Called src_install
 *   environment, line 2940:  Called qt4-r2_src_install
 *   environment, line 2781:  Called die
 * The specific snippet of code:
 *               dodoc "${dir}/${doc}" || die "dodoc failed";
 * 
 * If you need support, post the output of 'emerge --info =app-cdr/acetoneiso-2.2.1',
 * the complete build log and the output of 'emerge -pqv =app-cdr/acetoneiso-2.2.1'.
 * The complete build log is located at '/var/tmp/portage/app-cdr/acetoneiso-2.2.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-cdr/acetoneiso-2.2.1/temp/environment'.
 * S: '/var/tmp/portage/app-cdr/acetoneiso-2.2.1/work/acetoneiso_2.2.1/acetoneiso'
 * QA Notice: file does not exist:
 * 
 * 	dodoc: /var/tmp/portage/app-cdr/acetoneiso-2.2.1/work/AUTHORS does not exist
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2010-01-09 18:54:29 UTC
Fixed
thanks