Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8993 - piping `emerge` can create an ugly traceback
Summary: piping `emerge` can create an ugly traceback
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-10 15:12 UTC by SpanKY
Modified: 2011-10-30 22:18 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2002-10-10 15:12:38 UTC
just another one of those 'the error could be prettier' bugs ;) 
 
root@vapier app-cdr # emerge -s * | app_which_is_not_real 
bash: app_which_is_not_real: command not found 
Traceback (most recent call last): 
  File "/usr/bin/emerge", line 1301, in ? 
    searchinstance.execute(mysearch) 
  File "/usr/bin/emerge", line 391, in execute 
    sys.stdout.flush() 
IOError: [Errno 32] Broken pipe
Comment 1 SpanKY gentoo-dev 2002-10-23 14:55:06 UTC
works nicely now in 2.0.41 :)