Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 460774

Summary: ebuild phase 'install' often leaves an orphan process
Product: Gentoo/Alt Reporter: Dmitri Bogomolov <4glitch>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dmitri Bogomolov 2013-03-08 15:05:58 UTC
After `emerge` I often see the message about orphan processes, like this:

 * The ebuild phase 'install' with pid 30811 appears to have left an orphan
 * process running in the background.

And `ps ax` shows something like this:
# ps ax | grep ebuild
30856  0  I     0:00.00 /bin/bash /usr/lib/portage/bin/ebuild-helpers/prepstrip /var/tmp/portage/net
30857  0  I     0:00.00 /bin/bash /usr/lib/portage/bin/ebuild-helpers/prepstrip /var/tmp/portage/net
40088  0  I     0:00.00 /bin/bash /usr/lib/portage/bin/ebuild-helpers/prepstrip /var/tmp/portage/net
40089  0  I     0:00.00 /bin/bash /usr/lib/portage/bin/ebuild-helpers/prepstrip /var/tmp/portage/net

It happens on g/fbsd 9.1, 9.0 and 8.2 with any version of portage 2.2 in tree. On old system I've discovered that with portage-2.2.0_alpha104 it doesn't happen.
Comment 1 Yuta SATOH 2013-03-08 15:50:24 UTC
This is a duplicate bug.
Please see Bug #447810.
Comment 2 Dmitri Bogomolov 2013-03-08 16:22:51 UTC

*** This bug has been marked as a duplicate of bug 447810 ***