Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 201542 - app-portage/genlop - genlop -c reprting emerge running on programs it isn't
Summary: app-portage/genlop - genlop -c reprting emerge running on programs it isn't
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-07 00:14 UTC by Steve
Modified: 2007-12-10 22:41 UTC (History)
0 users

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


Attachments
emerge --info output (emerge.info,3.43 KB, text/plain)
2007-12-07 00:14 UTC, Steve
Details
output of genlop -c (genlop-c.txt,475 bytes, text/plain)
2007-12-07 00:17 UTC, Steve
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve 2007-12-07 00:14:28 UTC
When running genlop -c, it reports that portage is building more applications than it is.  The applications that it seems to be picking up in addition to anything that is currently building seem to be programs where the install was manually cancelled at some point with ctrl-c.

Reproducible: Always

Steps to Reproduce:
1. run genlop -c

Actual Results:  
problem recurrs - see attached files for output

Expected Results:  
reported one thing as building
Comment 1 Steve 2007-12-07 00:14:59 UTC
Created attachment 137921 [details]
emerge --info output
Comment 2 Steve 2007-12-07 00:17:03 UTC
Created attachment 137923 [details]
output of genlop -c

This is what i get when running genlop -c when gcc was building
Comment 3 Steve 2007-12-10 22:41:05 UTC
(In reply to comment #2)
> Created an attachment (id=137923) [edit]
> output of genlop -c
> 
> This is what i get when running genlop -c when gcc was building
> 

I have worked out what the problem is, but not why it happened.  For some reason when the compile was cancelled, a process was kept running (sandbox) When i "killall -9 sandbox" genlop -c now repors as expected.