Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378575 - app-emulation/xen-tools-4.1.1 fails to build due to "rm -r "${D}"/etc/default "${D}"/etc/init.d/xen* || die;" code
Summary: app-emulation/xen-tools-4.1.1 fails to build due to "rm -r "${D}"/etc/default...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 21:32 UTC by Alessandro Surace
Modified: 2011-09-02 04:39 UTC (History)
0 users

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


Attachments
emerge --info (emerge_info.txt,6.85 KB, text/plain)
2011-08-09 21:36 UTC, Alessandro Surace
Details
xen-tools-4.1.1 build.log (build.log,766.53 KB, text/plain)
2011-08-09 21:42 UTC, Alessandro Surace
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Surace 2011-08-09 21:32:44 UTC
app-emulation/xen-tools-4.1.1 fails to build and die with the follow error:
make[1]: Leaving directory `/mnt/virtualfs/APPOGGIO/var_tmp/portage/app-emulation/xen-tools-4.1.1/work/xen-4.1.1/tools'
rm: cannot remove `/mnt/virtualfs/APPOGGIO/var_tmp/portage/app-emulation/xen-tools-4.1.1/image//etc/default': No such file or directory
 * ERROR: app-emulation/xen-tools-4.1.1 failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_install
 *   environment, line 5187:  Called die
 * The specific snippet of code:
 *       rm -r "${D}"/etc/default "${D}"/etc/init.d/xen* || die;
 * 
 * If you need support, post the output of 'emerge --info =app-emulation/xen-tools-4.1.1',
 * the complete build log and the output of 'emerge -pqv =app-emulation/xen-tools-4.1.1'.
 * The complete build log is located at '/mnt/virtualfs/APPOGGIO/var_tmp/portage/app-emulation/xen-tools-4.1.1/temp/build.log'.
 * The ebuild environment file is located at '/mnt/virtualfs/APPOGGIO/var_tmp/portage/app-emulation/xen-tools-4.1.1/temp/environment'.
 * S: '/mnt/virtualfs/APPOGGIO/var_tmp/portage/app-emulation/xen-tools-4.1.1/work/xen-4.1.1'
Comment 1 Alessandro Surace 2011-08-09 21:36:36 UTC
Created attachment 282763 [details]
emerge --info
Comment 2 Alessandro Surace 2011-08-09 21:42:03 UTC
Created attachment 282765 [details]
xen-tools-4.1.1 build.log
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2011-08-13 14:09:07 UTC
Someone should also look into removing -Werror from the build system's internal C/FLAGS.
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2011-08-19 14:52:04 UTC
see 362343;
duplicate