---- Neil Jerram <n...@ossau.uklinux.net> wrote: > So my hypothesis now is: > > - some change in the last few months has introduced a dependency of > Guile script startup (specifically including the case where Guile is > run to generate guile-procedures.texi) on srfi-1.scm > > - this makes the build impossible! > > - for regular developers, this may be masked by having a libguile.so and > libguile-srfi-srfi-13-14-v-4.so in /usr/lib or /usr/local/lib that are > recent enough to work. > > Can anyone else build current git from scratch if they first hide or > delete any guile libraries in /usr/lib and /usr/local/lib? > > Neil
If you "make -k" the needed things are built, and then another make finished up what's left. -Dale