Satwant Rana
2014-Apr-13 08:05 UTC
[Xapian-devel] Unable to install svn/clustering branch on my system
I tried the suggested changes, but still haven't been able to compile the branch. Here's the log: http://pastebin.com/HR17USXR Thanks, Satwant Rana On Sun, Mar 30, 2014 at 2:37 PM, Gaurav Arora <gauravarora.daiict at gmail.com>wrote:> Hello Satwant, > > This seems to be problem with doxygen installation in the bootstrap > script. Source seems to be broken and not able to build. > > If you already have doxygen install solution can be just commenting out > the following line in bootstrap script > > #lazy_build doxygen 1.5.9 src.tar.gz > 6211b850bdaa2198e35546e4299a27774c957ece > > > Incase you don't have, doxygen installed. please comment the above line in > bootstrap script as above and add the following line: > lazy_build doxygen 1.8.5 src.tar.gz > 1fc5ceec21122fe5037edee4c308ac94b59ee33e > > > Moreover you also need to change checksum of libtool or libtool version > and checksum in bootstrap, since it seems to fail for me > > lazy_build libtool 2.4.2 \ > tar.gz 22b71a8b5ce3ad86e1094e7285981cae10e6ff88 > > > I guess if you have these tools installed already, you can straight away > comment them. > > Regards, > Gaurav > > > > > On Sun, Mar 30, 2014 at 8:17 AM, Satwant Rana <sat8003wantrana at gmail.com>wrote: > >> I was able to successfully make the master branch of xapian, but I can't >> do the same for svn/clustering branch. >> The bootstrap fails with this log: http://pastebin.com/D1hbLp7k >> Can someone who has successfully installed the clustering branch tell me >> what am I doing wrong here? >> >> Thanks >> Satwant Rana >> >> >> _______________________________________________ >> Xapian-devel mailing list >> Xapian-devel at lists.xapian.org >> http://lists.xapian.org/mailman/listinfo/xapian-devel >> >> > > > -- > with regards > Gaurav A. >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140413/09c5759b/attachment-0002.html>
Olly Betts
2014-Apr-13 08:16 UTC
[Xapian-devel] Unable to install svn/clustering branch on my system
On Sun, Apr 13, 2014 at 01:35:00PM +0530, Satwant Rana wrote:> I tried the suggested changes, but still haven't been able to compile the > branch. > Here's the log: http://pastebin.com/HR17USXRYou can just create the missing m4 directories, so for this one: mkdir xapian-applications/omega/m4 The problem is that git doesn't track directories, only files, so empty directories can't be represented - SVN tracks directories, so can. In trunk, bootstrap creates these empty directories if they don't already exist, but the clustering branch pre-dates our git mirror. Cheers, Olly
Satwant Rana
2014-Apr-13 09:10 UTC
[Xapian-devel] Unable to install svn/clustering branch on my system
Thanks for the quick reply, Olly. So, I was able to bootstrap and configure it, but this <http://pastebin.com/r30RxWwP> is what I get when I make it. So far solving one problem has led to another. Am I using the right branch? This <https://github.com/xapian/xapian/tree/svn/clustering> is what I have forked. Thanks again. Satwant Rana On Sun, Apr 13, 2014 at 1:46 PM, Olly Betts <olly at survex.com> wrote:> On Sun, Apr 13, 2014 at 01:35:00PM +0530, Satwant Rana wrote: > > I tried the suggested changes, but still haven't been able to compile the > > branch. > > Here's the log: http://pastebin.com/HR17USXR > > You can just create the missing m4 directories, so for this one: > > mkdir xapian-applications/omega/m4 > > The problem is that git doesn't track directories, only files, so empty > directories can't be represented - SVN tracks directories, so can. > > In trunk, bootstrap creates these empty directories if they don't > already exist, but the clustering branch pre-dates our git mirror. > > Cheers, > Olly-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140413/3017a41e/attachment-0002.html>