Hello all
<SHELL>
amit0 ~ # emerge -p my_non_existing_pkg 2> /tmp/err 1> /tmp/out
amit0 ~ # echo $?
1
amit0 ~ # cat /tmp/err
amit0 ~ # cat /tmp/out

These are the packages that would be merged, in order:

Calculating dependencies ... done!

emerge: there are no ebuilds to satisfy "my_non_existing_pkg".

</SHELL>
Documentation states:
"All output goes to stderr, except for unsatisfied dependencies which go
to stdout for parsing by programs such as autounmask"

What's autounmask?

10x,

Amit

Reply via email to