>4. Tools.Standalone.forkd doesn't compile due to missing >Process.ForkdDecoder, and that causes some tests to fail. Would there be >a problem if this is fixed by a this_program_does_not_exist stanza in >forkd.pike?
That should work fine. If you try to invoke it with -x, you would get the same error message as if forkd.pike did not exist (which arguably could be improved :). Tools.Standalone.make_wxs already uses this technique.
