-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
subversion (--universal --java) failed to build on 10.9.3 #30073
Comments
It looks like it's not detecting your sqlite. Try |
Yeah, I did something along this lines. sqllite complains that it is already in OS X and suggest to add compilation flags, but I'm not sure where to add flags: ~> brew reinstall sqlite --universal Mac OS X already provides this software and installing another version in OS X provides an older sqlite3. Generally there are no consequences of this for you. If you build your
|
It's not complaining, this is just boilerplate messaging explaining why sqlite is not linked into the prefix by default. The installation of sqlite succeeded. |
Well, if it succeeded, why did subversion fail to build with: configure: error: Subversion requires SQLite |
I don't know. I'm just pointing out that there was no error during the sqlite install. |
Can you gist the contents of the config.log, please? |
Done. Updated the Gist with subversion / config.log. |
Can we confirm that your sqlite is built with |
adamv, Yes, the listing I provided above was from >brew reinstall sqlite --universal |
I know this thread has been dead for a while, but I hope that posting mine resolution of the problem here might help someone else - I was simply missing the mavericks command line tools. |
nortimer, thanks for a suggestion. I had installed Command Line Tools manually, but it did not make any difference for my problem. |
I would again try:
If that fails, then I would like to see gists for both sqlite and subversion, i.e. |
And also |
Trying... It died on the entirely different issue this time:
Is there a formula for serf? Any advice? |
serf is vendored in the subversion formula. Please post |
Sure, here they are: https://gist.github.com/8de5264bedff8f081e9e |
A lot of MacPorts flags are being used due to presence of |
Failed >brew install -v --universal --java subversion
This is being done per instructions from Subclipse project: http://subclipse.tigris.org/wiki/JavaHL#head-5bf26515097c3231c1b04dfdb22c036bc511926b
Here are logs:
https://gist.github.com/DKroot/8a186c027a6cd53354dd
The text was updated successfully, but these errors were encountered: