On Sun, 2005-09-11 at 19:31 +0200, Andreas Jochens wrote: > Package: kexec-tools > Version: 1.101-1 > Severity: serious > Tags: patch > > When building 'kexec-tools' on unstable, > I get the following error: > > > dh_testdir > # Add here commands to configure the package. > ./configure --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share > make: execvp: ./configure: Permission denied > make: *** [configure-stamp] Error 127 > > With the attached patch 'kexec-tools' can be compiled on unstable. > > Regards > Andreas Jochens > > diff -urN ../tmp-orig/kexec-tools-1.101/debian/rules ./debian/rules > --- ../tmp-orig/kexec-tools-1.101/debian/rules 2005-09-11 > 15:48:14.000000000 +0000 > +++ ./debian/rules 2005-09-11 15:42:30.000000000 +0000 > @@ -24,6 +24,7 @@ > configure-stamp: > dh_testdir > # Add here commands to configure the package. > + chmod a+x configure > ./configure --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share > > touch configure-stamp >
This puts a band aid on the real problem but does not solve the real problem. diff .gz file does not look correct to me which is where the real problem is. I am looking into it. -- Khalid Aziz [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]