Comment 3 for bug 507270

Revision history for this message
James Westby (james-w) wrote : Re: [Bug 507270] [NEW] merge-upstream tarball results in ERROR: [Errno 2] No such file or directory

On Mon, 01 Feb 2010 00:13:01 -0000, Dmitrijs Ledkovs <email address hidden> wrote:
> On 31 January 2010 23:00, James Westby <email address hidden> wrote:
> > On Thu, 14 Jan 2010 00:42:09 -0000, Dmitrijs Ledkovs <email address hidden> wrote:
> >> Public bug reported:
> >>
> >> $ bzr merge-upstream ../hello_2.4.orig.tar.gz --package hello --version 2.4-1
> >> No distribution specified, and no changelog, assuming 'debian'
> >> bzr: ERROR: [Errno 2] No such file or directory
> >
> > I think, embarassingly, this is that the path to the tar executable is
> > wrong.
> >
> > I think I fixed this the other day, but I could be wrong. Would you test
> > tip of lp:bzr-builddeb again please?
> >
>
> I do have pristine-tar installed, I'm running nightly bzr & bzrtools
> and I've double checked that the only builddeb I have is the one in
> ~/.bazaar/plugins
>
> Problem persists......
>
> $ apt-get source hello
> $ bzr init hello
> $ cd hello
> $ bzr mu ../hello_2.4.orig.tar.gz --package hello --version 2.4
> No distribution specified, and no changelog, assuming 'debian'
> bzr: ERROR: [Errno 2] No such file or directory

Hmm, please run with -Derror so that we can see where the error is being
raised.

Thanks,

James