Bug#718128: sopwith: FTBFS: /bin/bash: ./config.status: No such file or directory

2013-07-28 Thread David Suárez
Source: sopwith
Version: 1.8.1-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130726 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
  fakeroot debian/rules clean
 dh clean --with autotools_dev
dh_testdir
debian/rules override_dh_auto_clean
 make[1]: Entering directory `/«PKGBUILDDIR»'
 dh_auto_clean
 make[2]: Entering directory `/«PKGBUILDDIR»'
 /bin/bash ./config.status --recheck
 /bin/bash: ./config.status: No such file or directory
 make[2]: *** [config.status] Error 127

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/07/26/sopwith_1.8.1-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#718128: sopwith: FTBFS: /bin/bash: ./config.status: No such file or directory

2013-07-28 Thread Kenneth Pronovici
On Sun, Jul 28, 2013 at 3:26 AM, David Suárez david.sephi...@gmail.com wrote:
 During a rebuild of all packages in sid, your package failed to build on 
 amd64.

Thanks for the report.  The problem is that config.status is not
necessarily there on clean, and that causes 'make clean' to blow up.

I don't know why this suddenly started happening, because all I'm
really doing is calling dh_auto_clean, and it seemed to work fine when
I did the debhelper 7 conversion back in April.

It seems like I can solve the problem by touching config.status at the
top of my clean rule, so I am going to upload a new package with that
fix and keep an eye on it.

KEN


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#718128: sopwith: FTBFS: /bin/bash: ./config.status: No such file or directory

2013-07-28 Thread Jesse Smith
On 13-07-28 08:09 PM, Kenneth Pronovici wrote:
 On Sun, Jul 28, 2013 at 3:26 AM, David Suárez david.sephi...@gmail.com 
 wrote:
 During a rebuild of all packages in sid, your package failed to build on 
 amd64.
 
 Thanks for the report.  The problem is that config.status is not
 necessarily there on clean, and that causes 'make clean' to blow up.
 
 I don't know why this suddenly started happening, because all I'm
 really doing is calling dh_auto_clean, and it seemed to work fine when
 I did the debhelper 7 conversion back in April.
 
 It seems like I can solve the problem by touching config.status at the
 top of my clean rule, so I am going to upload a new package with that
 fix and keep an eye on it.
 
 KEN
 
 


Ken,

Assuming the change works, would you please send me a patch? I will
apply it upstream.

Jesse


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org