Comment 4 for bug 500483

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 500483] Re: Support lightweight checkouts

On Tue, 05 Jan 2010 17:59:36 -0000, Paul Kishimoto <email address hidden> wrote:
> Here you go. I omitted four GPG passphrase prompts.
>
> Building the source package
> bzr: ERROR: exceptions.OSError: [Errno 2] No such file or directory
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 842, in exception_to_return_code
> return the_callable(*args, **kwargs)
> File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 1037, in run_bzr
> ret = run(*run_argv)
> File "/usr/lib/python2.6/dist-packages/bzrlib/commands.py", line 654, in run_argv_aliases
> return self.run(**all_cmd_args)
> File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/builder/__init__.py", line 292, in run
> self._build_source_package(package_dir)
> File "/usr/lib/python2.6/dist-packages/bzrlib/plugins/builder/__init__.py", line 350, in _build_source_package
> stdin=subprocess.PIPE)
> File "/usr/lib/python2.6/subprocess.py", line 621, in __init__
> errread, errwrite)
> File "/usr/lib/python2.6/subprocess.py", line 1126, in _execute_child
> raise child_exception
> OSError: [Errno 2] No such file or directory

This is the obscure message you get from python when you run something
with subprocess that isn't installed.

There's a bug that we don't depend on everything we should as well.

I think if you install "devscripts" this will probably go away.

Thanks,

James