Trevor Harmon wrote:
> I'm working on a package that fails when built with "-m --build-as- 
> nobody". The error I get occurs when running the package's configure  
> script:
> 
> checking how to create a ustar tar archive...
> ATTENTION! cpio archive volume change required.
> Ready for archive volume: 2
> Input archive name or "." to quit cpio.
> Archive name >

If the result of the test is an autoconf cache variable, you can set it
at configure time to avoid the test.

Assuming the var is ac_cv_tar, and configure was generated with
autoconf-2.5.x or later:

./configure %c ac_cv_tar=tar
make

Peter
-- 
Peter O'Gorman
http://pogma.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to