Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 202696
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Shell Tools Herd Bugs <shell-tools@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ulrich Müller <ulm@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
detox-1.2.0_rc3-install.patch detox-1.2.0_rc3-install.patch patch Ulrich Müller 2007-12-18 14:16 0000 1.06 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 202696 depends on: Show dependency tree
Bug 202696 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-12-18 14:14 0000
Fails parallel install, not always reproducible.

>>> Install detox-1.2.0_rc3 into /var/tmp/portage/app-misc/detox-1.2.0_rc3/image/ category app-misc
/usr/bin/install -c -m 755 -d
/var/tmp/portage/app-misc/detox-1.2.0_rc3/image//usr/bin
/usr/bin/install -c -m 755 -d
/var/tmp/portage/app-misc/detox-1.2.0_rc3/image//usr/share/man/man1
/usr/bin/install -c -m 755 -d
/var/tmp/portage/app-misc/detox-1.2.0_rc3/image//usr/share/man/man5
/usr/bin/install -c -m 755 -d
/var/tmp/portage/app-misc/detox-1.2.0_rc3/image//etc
/usr/bin/install: cannot create directory
`/var/tmp/portage/app-misc/detox-1.2.0_rc3/image//etc': File exists
make: *** [install-base] Error 1
make: *** Waiting for unfinished jobs....
 * 
 * ERROR: app-misc/detox-1.2.0_rc3 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called src_install
 *             environment, line 2032:  Called die
 * The specific snippet of code:
 *       emake DESTDIR="${D}" install || diefunc "$FUNCNAME" "$LINENO" "$?"
"emake install failed";
 *  The die message:
 *   emake install failed

After this, ${D}/etc is not a directory, but a file (namely ${S}/detoxrc).

------- Comment #1 From Ulrich Müller 2007-12-18 14:16:00 0000 -------
Created an attachment (id=138817) [details]
detox-1.2.0-rc3-install.patch

This should hopefully fix it.

------- Comment #2 From Ulrich Müller 2007-12-18 21:33:18 0000 -------
Fixed by using emake -j1, as discussed with armin76 on IRC.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug