On Wed, Nov 14, 2007 at 05:25:06PM -0500, Mark Eichin <[EMAIL PROTECTED]> was heard to say: > Package: aptitude > Version: 0.4.4-4 > Severity: normal > > Specifying "-o Aptitude::ProblemResolver::StepLimit=0" (I'm looking > for a way to turn off the resolver entirely, in a controlled-upgrade > scenario where it shouldn't require resolution to complete the upgrade > and I want it to fail instead, without having to actually parse the > output and detect the prompts :-) causes an infinite loop of > > Resolving dependencies... > Resolving dependencies... > Resolving dependencies... > Resolving dependencies... > Resolving dependencies... > > Since StepLimit is documented, it's probably worth at least a sanity > check on its value, there.
Interesting. What I get is: Resolving dependencies... No solution found within the allotted time. Try harder? [Y/n] If I redirect stdin to /dev/null, I get: Unexpected end-of-file on standard inputAbort. with other junk about an exception that should be cleaned up (oops). Anyway, probably I should just abort up front since it'll never go anywhere with a step limit of 0. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

