[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Not able to build a package with pbuilder



On Wed, Aug 16, 2006 at 11:57:21PM +0200, Michael Rasmussen wrote:
> I am trying to use pbuilder to test a package I am about to prepare for  
> upload but no matter which way - pbuild as root or pdebuild inside  
> source tree, I try the result is always the same. When pbuilder is  
> trying to execure configure from inside the chroot is fails with the  
> error message below:
> 
> ./configure --host=i486-linux-gnu --build=i486-linux-gnu --prefix=/usr  
> --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info  
> CFLAGS="-Wall -g -O2" LDFLAGS="-Wl,-z,defs"
> /bin/sh: ./configure: Permission denied
> make: *** [config.status] Error 126
> pbuilder: Failed autobuilding of package
> 
> Some of you have any idea for a solution?

Try:

   chmod +x configure

Looks to me like execute permission for configure probably isn't
set.
-- 
{ IRL(Jeremy_Stanley); PGP(9E8DFF2E4F5995F8FEADDC5829ABF7441FB84657);
SMTP(fungi@yuggoth.org); IRC(fungi@irc.yuggoth.org#ccl); ICQ(114362511);
AIM(dreadazathoth); YAHOO(crawlingchaoslabs); FINGER(fungi@yuggoth.org);
MUD(fungi@katarsis.mudpy.org:6669); WWW(http://fungi.yuggoth.org/); }



Reply to: