Package: cil
Version: 0.07.00-2
Severity: serious
Tags: patch
Justification: fails to build from source
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch

Hi,

cil is failing to build in sid, with the following error:
...
 debian/rules build
dh_testdir
[ ! -f Makefile ] || /usr/bin/make
make[1]: Entering directory `/tmp/buildd/cil-0.07.00'
cil summary --is-open
make[1]: cil: Command not found
make[1]: *** [open] Error 127
make[1]: Leaving directory `/tmp/buildd/cil-0.07.00'
make: *** [build-stamp] Error 2
...

This is because the new Makefile file can't be used to build the package.
Deleting the make line in debian/rules makes possible to build the package.

Thanks,
Fabrice

*** /tmp/tmpShhTwe


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: i386 (i686)

Kernel: Linux 2.6.36-1-generic (SMP w/2 CPU cores)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru cil-0.07.00/debian/rules cil-0.07.00/debian/rules
--- cil-0.07.00/debian/rules	2010-08-19 02:23:05.000000000 +0200
+++ cil-0.07.00/debian/rules	2010-10-31 08:36:41.000000000 +0100
@@ -19,7 +19,6 @@
 build:	build-stamp
 build-stamp:
 	dh_testdir
-	[ ! -f Makefile ] || $(MAKE)
 	echo Doing MAN...
 	pod2man $(CURDIR)/bin/cil > $(CURDIR)/cil.1
 	touch build-stamp

Reply via email to