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

Re: Not able to build a package with pbuilder



On Thu, 17 Aug 2006, Michael Rasmussen wrote:
> On 2006-08-17 00:02:22, The Fungi wrote:
> >   chmod +x configure
> >
> >Looks to me like execute permission for configure probably isn't
> >set.
> In my source tree configure has execute permission but when building  
> the deb-package I notice these warnings:
> 
> dpkg-source: warning: executable mode 0755 of `configure' will not be  
> represented in diffdpkg-source: warning: executable mode 0755 of  
> `depcomp' will not be represented in diff
> dpkg-source: warning: executable mode 0755 of `install-sh' will not be  
> represented in diff
> dpkg-source: warning: executable mode 0755 of `config.guess' will not  
> be represented in diff
> dpkg-source: warning: executable mode 0755 of `missing' will not be  
> represented in diff
> dpkg-source: warning: executable mode 0755 of `autogen.sh' will not be  
> represented in diff
> dpkg-source: warning: executable mode 0755 of `config.sub' will not be  
> represented in diff
> 
> Could this be the problem? And if it is, does this not indicate
> there is conflict between pbuilder and dpkg-buildpackage?

It means that your upstream is having issues; configure should be +x
in the orig.tar.gz.

Since it's not, you can either "sh ./configure;" or chmod +x, then
./configure in debian/rules. I'd suggest the first, because the second
will give you at least one of the warnings above.


Don Armstrong

-- 
I now know how retro SCOs OSes are. Riotous, riotous stuff. How they
had the ya-yas to declare Linux an infant OS in need of their IP is
beyond me. Upcoming features? PAM. files larger than 2 gigs. NFS over
TCP. The 80's called, they want their features back.
 -- Compactable Dave http://www3.sympatico.ca/dcarpeneto/sco.html

http://www.donarmstrong.com              http://rzlab.ucr.edu



Reply to: