You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Andy Lester <an...@petdance.com> on 2004/09/08 16:53:55 UTC

Build failures on 1.1.0-rc2 on Mac OS X

Fitz asked me to report this bummer to the list.  I'll be glad to help
debug as best I can.

xoxo,
Andy

andy: I am having sadness building 1.1.0rc2 on my OS X
andy: checking build system type... Invalid configuration 
      `unknown-apple-darwin7.5.0': machine `unknown-apple' not recognized
fitz: sounds like it was built with an old libtool
fitz: try rerunning autogen.sh
andy: doing that makes me hung up on bummers in APR
fitz: go into your subversion rc dir
fitz: run ./libtool --version
fitz: I get this
fitz: ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)
andy: In my rc2 dir, there's no libtool
andy: which libtool -> /usr/bin/libtool
fitz: ok. that's a problem.


$ ./configure       
Configuring Subversion 1.1.0
creating config.nice
checking for gcc... gcc
checking for C compiler default output... 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
checking build system type... Invalid configuration `unknown-apple-darwin7.5.0': machine `unknown-apple' not recognized
configure: error: /bin/sh build/config.sub unknown-apple-darwin7.5.0 failed
configure failed for apr

-- 
Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdance

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

Re: Build failures on 1.1.0-rc2 on Mac OS X

Posted by "Brian W. Fitzpatrick" <fi...@collab.net>.
On Sep 8, 2004, at 11:53 AM, Andy Lester wrote:

> Fitz asked me to report this bummer to the list.  I'll be glad to help
> debug as best I can.
>
> xoxo,
> Andy
>
> andy: I am having sadness building 1.1.0rc2 on my OS X
> andy: checking build system type... Invalid configuration
>       `unknown-apple-darwin7.5.0': machine `unknown-apple' not 
> recognized
> fitz: sounds like it was built with an old libtool
> fitz: try rerunning autogen.sh
> andy: doing that makes me hung up on bummers in APR
> fitz: go into your subversion rc dir
> fitz: run ./libtool --version
> fitz: I get this
> fitz: ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)
> andy: In my rc2 dir, there's no libtool
> andy: which libtool -> /usr/bin/libtool
> fitz: ok. that's a problem.
>
>
> $ ./configure
> Configuring Subversion 1.1.0
> creating config.nice
> checking for gcc... gcc
> checking for C compiler default output... 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
> checking build system type... Invalid configuration 
> `unknown-apple-darwin7.5.0': machine `unknown-apple' not recognized
> configure: error: /bin/sh build/config.sub unknown-apple-darwin7.5.0 
> failed
> configure failed for apr

Hmm.  I'm not able to reproduce this on my system:

garibaldi: /Volumes/Slave/fitz/svn-work/subversion-1.1.0-rc2>uname -a
Darwin garibaldi.local 7.5.0 Darwin Kernel Version 7.5.0: Thu Aug  5 
19:26:16 PDT 2004; root:xnu/xnu-517.7.21.obj~3/RELEASE_PPC  Power 
Macintosh powerpc
garibaldi: /Volumes/Slave/fitz/svn-work/subversion-1.1.0-rc2>glibtool 
--version
ltmain.sh (GNU libtool) 1.5 (1.1220 2003/04/05 19:32:58)

Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is 
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
PURPOSE.

I wonder if something is wrong with your glibtool--are you running the 
same version?  It doesn't seem to be picking up the processor 
architecture (mine did):

...
configure: Apache Portable Runtime (APR) library configuration
checking for APR... reconfig
configuring package in apr now
checking build system type... powerpc-apple-darwin7.5.0
checking host system type... powerpc-apple-darwin7.5.0
checking target system type... powerpc-apple-darwin7.5.0
Configuring APR library
Platform: powerpc-apple-darwin7.5.0
...

-Fitz


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