Bug#666352: ncftp: FTBFS: make[1]: *** No targets specified and no makefile found. Stop.

March 30th, 2012 - 05:50 am ET by Lucas Nussbaum | Report spam
Source: ncftp
Version: 2:3.2.5-1
Severity: serious
Tags: wheezy sid
User: debian-qa@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_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory `/«PKGBUILDDIR»'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2



The full build log is available from:
http://people.debian.org/~lucas/logs/2012/03/30/ncftp_23.2.5-1_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-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
email Follow the discussionReplies 1 replyReplies Make a reply

Replies

#1 Jakub Wilk
April 29th, 2012 - 01:40 pm ET | Report spam

reopen 666352
tags 666352 + patch
thanks

For the BSP in Shanghai, I tried to build it in SID, and it worked (eg:
it build perfectly on my AMD64 virtual machine). Thus closing this bug.



NACK, it FTBFS here. The build-{arch,indep} targets are broken.

Jakub Wilk


ncftp-3.2.5/debian/rules
+++ ncftp-3.2.5/debian/rules
@@ -18,13 +18,13 @@

touch configure-stamp

-build: configure-stamp build-arch build-indep
+build: build-arch build-indep

build-arch: build-stamp

build-indep: build-stamp

-build-stamp:
+build-stamp: configure-stamp
dh_testdir

# Add here commands to compile the package.




To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact

Similar topics