Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235967 - x11-libs/xfc-4.3.2: Source compiles but the files are not installed in directories
Summary: x11-libs/xfc-4.3.2: Source compiles but the files are not installed in direct...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: XFCE Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-28 00:34 UTC by Marcin Olender
Modified: 2008-09-21 22:40 UTC (History)
0 users

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


Attachments
My 'emerge --info' informations. (emerge.info,3.40 KB, text/plain)
2008-08-28 16:19 UTC, Marcin Olender
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Olender 2008-08-28 00:34:56 UTC
When the 'examples' use flag is set and after applying patch 'selection.cc.amd64.patch' from Bug#: 235737 source compiles OK, but install phase ends with following error:

 * 
 * ERROR: x11-libs/xfc-4.3.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_install
 *             environment, line 2117:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" install || die "emake install failed.";
 *  The die message:
 *   emake install failed.
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-libs/xfc-4.3.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-libs/xfc-4.3.2/temp/environment'.
 * 

The build.log shows that above is caused by following error:

mkdir: cannot create directory `/var/tmp/portage/x11-libs/xfc-4.3.2/image//usr/share/doc/xfc-4.3/examples/ui/mergemenus': File exists

It's not the same directory every time, but error always occurs when creating one of xfc-4.3/examples/ subdirectories.

Reproducible: Always

Steps to Reproduce:
1.emerge --sync
2.apply patch 'selection.cc.amd64.patch' from Bug#: 235737 so the source compiles without errors
3.USE="examples" emerge -av xfc

Actual Results:  
The build exits with the above error.

Expected Results:  
To compile and install without error.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-08-28 07:35:14 UTC
Please post your `emerge --info' too. If you had done so earlier, we might already know whether this is a parallel make issue. Lacking that information at this point, please report here too whether the ebuild does succeed to install the examples in case you set MAKEOPTS=-j1.
Comment 2 Marcin Olender 2008-08-28 16:18:52 UTC
(In reply to comment #1)
> Please post your `emerge --info' too. If you had done so earlier, we might
> already know whether this is a parallel make issue. Lacking that information at
> this point, please report here too whether the ebuild does succeed to install
> the examples in case you set MAKEOPTS=-j1.
> 

Sorry, it was rather late and I was sure I added the 'emerge --info' as an attachment. When MAKEOPTS=-j1 is set the euild compiles and installs without errors.
Comment 3 Marcin Olender 2008-08-28 16:19:34 UTC
Created attachment 164004 [details]
My 'emerge --info' informations.
Comment 4 Christoph Mende (RETIRED) gentoo-dev 2008-09-21 22:40:57 UTC
fixed, thanks