Compiling Subversion and its dependencies for Snow Leopard (10.6.6)

Daniel J. Luke dluke at geeklair.net
Sat Apr 16 07:26:13 PDT 2011


On Apr 16, 2011, at 7:04 AM, Gavin Baumanis wrote:
> 
> It was suggested to me that I might make make contact over here at MacPorts, since you guys (and gals) have obviously got it (config // build - wise) working correctly for Mac.

pretty much the whole point of MacPorts is that it enables us to store the 'recipe' for building software. Once someone figures it out, it can be shared with everyone so that we don't all have to fix the same problems.

I would recommend you just use the subversion port.

If you run 'sudo port -dv install subversion', you'll see what MacPorts does to build and install subversion (and all of its dependencies).

> And finally, make ends with;
> Undefined symbols:
> "_apr_file_info_get$INODE64", referenced from:
>   _close_file in dump_editor.o
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make: *** [subversion/svnrdump/svnrdump] Error 1

You possibly have a mismatch between the apr that your configure script is finding and the apr that subversion is linking against.

--
Daniel J. Luke                                                                   
+========================================================+                        
| *---------------- dluke at geeklair.net ----------------* |                          
| *-------------- http://www.geeklair.net -------------* |                          
+========================================================+                        
|   Opinions expressed are mine and do not necessarily   |                          
|          reflect the opinions of my employer.          |                          
+========================================================+





More information about the macports-dev mailing list