Bug#666284: avbin: FTBFS: make[1]: *** No rule to make target `Makefile.'. Stop.

2012-04-08 Thread Sebastian Ramacher
tags 666284 + patch
thanks

On 30/03/12 11:22, Lucas Nussbaum wrote:
 Relevant part:
  debian/rules build-arch
 dh build-arch
dh_testdir -a
dh_auto_configure -a
dh_auto_build -a
 make[1]: Entering directory `/«PKGBUILDDIR»'
 Makefile:16: Makefile.: No such file or directory
 make[1]: *** No rule to make target `Makefile.'.  Stop.
 make[1]: Leaving directory `/«PKGBUILDDIR»'
 dh_auto_build: make -j1 returned exit code 2
 make: *** [build-arch] Error 2

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -u avbin-7/debian/rules avbin-7/debian/rules
--- avbin-7/debian/rules
+++ avbin-7/debian/rules
@@ -1,14 +1,12 @@
 #!/usr/bin/make -f
 
-build:
-	dh build --before configure
+override_dh_auto_configure:
 	sh ./bootstrap.sh
 	dh_auto_configure
-	dh build --after configure
 
 clean:
 	dh clean
-	rm -f config.guess config.sub ltmain.sh install-sh missing depcomp aclocal.m4 configure config.h.in Makefile.in src/Makefile.in
+	rm -rf config.guess config.sub ltmain.sh install-sh missing depcomp aclocal.m4 configure config.h.in Makefile.in src/Makefile.in m4
 
 %:
 	dh $@
diff -u avbin-7/debian/control avbin-7/debian/control
--- avbin-7/debian/control
+++ avbin-7/debian/control
@@ -3,7 +3,7 @@
 Uploaders: Matthew Johnson mj...@debian.org
 Section: utils
 Priority: extra
-Build-Depends: debhelper (= 7),
+Build-Depends: debhelper (= 7.0.50~),
libtool,
autoconf,
automake,
diff -u avbin-7/debian/changelog avbin-7/debian/changelog
--- avbin-7/debian/changelog
+++ avbin-7/debian/changelog
@@ -1,3 +1,14 @@
+avbin (7-1.3) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+- Replace deprecated dh --after and dh --before calls with overrides
+  (Closes: #666284).
+- Remove m4 to be able to build twice.
+  * debian/control: Bump debhelper Buil-Dep to 7.0.50~ for overrides support.
+
+ -- Sebastian Ramacher s.ramac...@gmx.at  Sun, 08 Apr 2012 19:22:38 +0200
+
 avbin (7-1.2) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#666284: avbin: FTBFS: make[1]: *** No rule to make target `Makefile.'. Stop.

2012-04-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 666284 + patch
Bug #666284 [src:avbin] avbin: FTBFS: make[1]: *** No rule to make target 
`Makefile.'.  Stop.
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
666284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666284
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#666284: avbin: FTBFS: make[1]: *** No rule to make target `Makefile.'. Stop.

2012-03-30 Thread Lucas Nussbaum
Source: avbin
Version: 7-1.2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120330 qa-ftbfs qa-ftbfs-buildarch
Justification: FTBFS on amd64

Hi,

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

This rebuild was done by building only architecture:any binary packages
(binary-arch target of debian/rules), and using a recent dpkg that uses the
build-arch target if available.
Also, only the Build-Depends were installed, not the Build-Depends-Indep.

Relevant part:
  debian/rules build-arch
 dh build-arch
dh_testdir -a
dh_auto_configure -a
dh_auto_build -a
 make[1]: Entering directory `/«PKGBUILDDIR»'
 Makefile:16: Makefile.: No such file or directory
 make[1]: *** No rule to make target `Makefile.'.  Stop.
 make[1]: Leaving directory `/«PKGBUILDDIR»'
 dh_auto_build: make -j1 returned exit code 2
 make: *** [build-arch] Error 2

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/03/30/avbin_7-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 about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.



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