Re: things broke when I went to dpkg-dev 1.4.1.6

1999-08-18 Thread Julian Gilbey
> On Mon, Aug 16, 1999 at 11:06:48PM +0200, Martin Bialasinski wrote: > > cv-buildpackage -rfakeroot broke, and Manoj advised to use > > -r"fakeroot --". Maybe this is the same problem with > > dpkg-buildpackage. > > Not maybe. It *is*. > > Another workaround is to define the environment variab

Re: things broke when I went to dpkg-dev 1.4.1.6

1999-08-17 Thread Antti-Juhani Kaijanaho
On Mon, Aug 16, 1999 at 11:06:48PM +0200, Martin Bialasinski wrote: > cv-buildpackage -rfakeroot broke, and Manoj advised to use > -r"fakeroot --". Maybe this is the same problem with > dpkg-buildpackage. Not maybe. It *is*. Another workaround is to define the environment variable POSIXLY_CORRE

Re: things broke when I went to dpkg-dev 1.4.1.6

1999-08-16 Thread Martin Bialasinski
* "tony" == tony mancill <[EMAIL PROTECTED]> wrote: tony> I was able to circumnavigate the problem (perhaps I should have tony> played with it a little longer before posting), but it still tony> baffles me. I was doing my package build with: tony> dpkg-buildpackage -rfakeroot tony> and it was

Re: things broke when I went to dpkg-dev 1.4.1.6

1999-08-16 Thread tony mancill
I was able to circumnavigate the problem (perhaps I should have played with it a little longer before posting), but it still baffles me. I was doing my package build with: dpkg-buildpackage -rfakeroot and it was failing. I invoked dh_gencontrol by itself with "fakeroot dh_gencontrol" an

Re: things broke when I went to dpkg-dev 1.4.1.6

1999-08-16 Thread Raphael Hertzog
Le Mon, Aug 16, 1999 at 01:53:13AM -0700, tony mancill écrivait: > dpkg-genchanges: failure: cannot read files list file: No such file or > directory The file debian/files is removed by dh_clean. Check that you don't call dh_clean somewhere unexpected. For a multi-binary package you may have to us

things broke when I went to dpkg-dev 1.4.1.6

1999-08-16 Thread tony mancill
Can anyone give me a clue on where to look for this one? My rules file has not changed (much), and now my package build gets almost to the end and dies with: dpkg-genchanges: failure: cannot read files list file: No such file or directory Any help would be appreciated. TIA, tony [EMAIL PROTEC