On Thu, 19 Jul 2007, Akim Demaille wrote: > I have another one :( Sorry for not looking deeper, I was just trying > to roll a tarball. > > ~/src/bison % ./bootstrap nostromo 14:14 > ./bootstrap: Bootstrapping from checked-out bison sources... > ./bootstrap: getting translations into po for bison... > 14:14:26 URL:http://translationproject.org/html/welcome.html?domain=bison > [6256/6256] -> "po/bison.html" [1] > ./bootstrap: getting translations into runtime-po for bison-runtime... > 14:14:26 > URL:http://translationproject.org/html/welcome.html?domain=bison-runtime > [6256/6256] -> "runtime-po/bison-runtime.html" [1] > ./bootstrap: gnulib/gnulib-tool --import --no-changelog --aux-dir > ._bootmp/build-aux --doc-base ._bootmp/doc --lib libbison --m4-base > ._bootmp/m4/ --source-base ._bootmp/lib/ --tests-base ._bootmp/tests > --local-dir gl --import ... > gnulib-tool: *** missing --po-base option > gnulib-tool: *** Stop.
A change in Gnulib yesterday caused this. They're already aware of the trouble for M4's bootstrap but haven't fixed it yet. I'm able to bootstrap Bison now if I cvs update -D2007-07-18 in the gnulib directory.
