You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by John Devlin <de...@mac.com> on 2006/09/07 19:45:33 UTC

subversion-1.3.2 './configure' fails on Mac OS X 10.4.7

ISSUE:

'./configure' fails in subversion-1.3.2 (downloaded from the .zip file)

--------------------------------------------

ENVIRONMENT:

   Mac OS X version: 10.4.7 (Build 8J135)
   Xcode Tools version: 2.4
   gcc --version: powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple  
Computer, Inc. build 5363)

--------------------------------------------

TRANSCRIPT:

   $ cd subversion-1.3.2
   $ ./configure
   configure: Configuring Subversion 1.3.2
   checking build system type... powerpc-apple-darwin8.7.0
   checking host system type... powerpc-apple-darwin8.7.0
   configure: creating config.nice
   checking for gcc... gcc
   checking for C compiler default output file name... a.out
   checking whether the C compiler works... yes
   checking whether we are cross compiling... no
   checking for suffix of executables...
   checking for suffix of object files... o
   checking whether we are using the GNU C compiler... yes
   checking whether gcc accepts -g... yes
   checking for gcc option to accept ANSI C... none needed
   checking how to run the C preprocessor... gcc -E
   checking for egrep... grep -E
   checking whether ln -s works... yes
   configure: Apache Portable Runtime (APR) library configuration
   checking for APR... reconfig
   configuring package in apr now
   : command not found/subversion-1.3.2/apr/configure: line 11:
   /Users/john/Desktop/subversion-1.3.2/apr/configure: line 19:  
syntax error near unexpected token `elif'
   /Users/john/Desktop/subversion-1.3.2/apr/configure: line 19: `elif  
test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1;'then
   configure failed for apr
   Exit 1

--------------------------------------------

NOTES:

   -- './configure --without-berkeley-db' produces the same error
   -- The only thing installed in /usr/local is teTeX
   -- './configure' in subversion-1.3.1 runs without error in the  
same environment
   -- I searched, but found nothing relevant, in the list's archives

--------------------------------------------

Any help would be much appreciated. Thanks in advance.

John Devlin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: subversion-1.3.2 './configure' fails on Mac OS X 10.4.7

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 7, 2006, at 21:45, John Devlin wrote:

> ISSUE:
>
> './configure' fails in subversion-1.3.2 (downloaded from the .zip  
> file)
>
> --------------------------------------------
>
> ENVIRONMENT:
>
>   Mac OS X version: 10.4.7 (Build 8J135)
>   Xcode Tools version: 2.4
>   gcc --version: powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple  
> Computer, Inc. build 5363)

I believe the zip archive is intended for Windows platforms only. On  
Mac OS X, use the .tar.bz2 package instead.

Quoth http://subversion.tigris.org/project_packages.html :

> Windows users should download .zip files. For all other operating  
> systems, download .tar.gz or .tar.bz2 files.

Subversion builds just fine an Mac OS X; many people have done it  
successfully.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org