zopencommunity / sedport

A stream editor for manipulating text files
Apache License 2.0
0 stars 0 forks source link

fails in bootstrap due to 'missing file' #3

Closed MikeFultonDev closed 1 year ago

MikeFultonDev commented 1 year ago
configure.ac:146: the top level
autoreconf: running: /home/fultonm/zopen/prod/autoconf-2.71.20221108_204804.zos/bin/autoheader --include=m4 --force
autoreconf: running: automake --add-missing --copy --force-missing
autoreconf: Leaving directory '.'
./bootstrap: ln -fs ../gnulib/build-aux/install-sh build-aux/install-sh
./bootstrap: ln -fs ../gnulib/build-aux/mdate-sh build-aux/mdate-sh
./bootstrap: ln -fs ../gnulib/build-aux/texinfo.tex build-aux/texinfo.tex
./bootstrap: ln -fs ../gnulib/build-aux/depcomp build-aux/depcomp
./bootstrap: ln -fs ../gnulib/build-aux/config.guess build-aux/config.guess
./bootstrap: ln -fs ../gnulib/build-aux/config.sub build-aux/config.sub
./bootstrap: ln -fs gnulib/doc/INSTALL INSTALL
./bootstrap: Creating po/Makevars from po/Makevars.template ...
sed: FSUM6003 input file "po/Makevars.template": EDC5129I No such file or directory.
./bootstrap: cannot generate po/Makevars
MikeFultonDev commented 1 year ago

The po/Makevars.template file should be created as part of gettextize

MikeFultonDev commented 1 year ago

gettextize isn't called in the code that I can see but perhaps it is under the covers via some other tool like autopoint?

MikeFultonDev commented 1 year ago

builds now