Index: pym/portage.py =================================================================== --- pym/portage.py (revision 7420) +++ pym/portage.py (working copy) @@ -2327,7 +2327,8 @@ # points is minimized). The "tee" binary is not among the allowed entry # points, so it is spawned outside of the sesandbox domain and reads from a # pseudo-terminal that connects two domains. - logfile = keywords.get("logfile") + #logfile = keywords.get("logfile") + logfile = None mypids = [] master_fd = None slave_fd = None