Re: Problem building click from current git sources
Shaddi Hasan <[email protected]>
| Newsgroups | gmane.network.routing.click |
|---|---|
| Message-ID | <CAHrMpFi-qksiHDoH+NV5BmRL0y1b=NHTKiiNYBN8q8p5_smX-Q@mail.gmail.com> |
Yup, that fixed it for me. Thanks! On Sun, Jan 22, 2012 at 8:31 AM, Eddie Kohler <[email protected]> wrote: > Wow, thanks for this report! I believe I have fixed it; we needed to specify > LC_ALL=C to get a stable sort order from ls. :| > > Eddie > > > > On 1/21/12 11:29 PM, Shaddi Hasan wrote: >> >> Hello! >> >> After cloning the git repo: >> >> git clone git://read.cs.ucla.edu/git/click >> >> I run: >> >> ./configure >> make >> >> and get stuck in the following loop: >> >> config.status: creating Makefile >> config.status: executing default-1 commands >> make[1]: Entering directory `/home/ubuntu/click/userlevel' >> FINDELEMENTS elements.conf >> CREATE elements.mk >> make[1]: Leaving directory `/home/ubuntu/click/userlevel' >> make[1]: Entering directory `/home/ubuntu/click/userlevel' >> FINDELEMENTS elements.conf >> CREATE elements.mk >> make[1]: Leaving directory `/home/ubuntu/click/userlevel' >> make[1]: Entering directory `/home/ubuntu/click/userlevel' >> FINDELEMENTS elements.conf >> CREATE elements.mk >> make[1]: Leaving directory `/home/ubuntu/click/userlevel' >> make[1]: Entering directory `/home/ubuntu/click/userlevel' >> FINDELEMENTS elements.conf >> CREATE elements.mk >> make[1]: Leaving directory `/home/ubuntu/click/userlevel' >> make[1]: Entering directory `/home/ubuntu/click/userlevel' >> .... >> >> Any thoughts on why this would be happening? This is on a stock >> installation of Ubuntu Server 11.10; pretty much the only thing I ran >> on this machine before trying to build click was "apt-get install git >> build-essential". >> >> For what it's worth, if I initially run make as root, then re-run it >> as non-root, elements.mk fails to build (due to permissions) and the >> rest of the build seems to proceed normally. Also, rolling back to >> commit c95065dc173af754774254e1356cc83acd20c94d doesn't seem to have >> this problem. >> >> Shaddi >> _______________________________________________ >> click mailing list >> [email protected] >> https://amsterdam.lcs.mit.edu/mailman/listinfo/click