=46rom the sections you've posted (you could use a paste service to send us the full log), the only thing that springs out to me is that it failed to find bzlib.h. Do you have zlib-devel (or something like that) installed on your system?
yes, that was it. i had to install yet another thing. thereafter, i eventually ended up with:
... make[3]: Leaving directory `/opt/clasp/150607/externals-clasp' make subBundle make[3]: Entering directory `/opt/clasp/150607/externals-clasp' IF YOU GOT HERE EVERYTHING IS GOING TO BE JUST FINE!!! PROCEED WITH CONFIDENCE TO BUILD CLASP!!! make[3]: Leaving directory `/opt/clasp/150607/externals-clasp' make[2]: Leaving directory `/opt/clasp/150607/externals-clasp' make subBundle make[2]: Entering directory `/opt/clasp/150607/externals-clasp' IF YOU GOT HERE EVERYTHING IS GOING TO BE JUST FINE!!! PROCEED WITH CONFIDENCE TO BUILD CLASP!!! make[2]: Leaving directory `/opt/clasp/150607/externals-clasp' make[1]: Leaving directory `/opt/clasp/150607/externals-clasp'
so, this sounds like i'm getting closer. :-) though i'm not sure why the capitalized success message had to be repeated. maybe success is so elusive that it really needs to be celebrated ?
i think one small bug with the makefile is that after fixing something, the entire process seems to rebuild from scratch, including the lengthy llvm stuff, even though it already succeeded earlier.