I'm trying to build gettext 0.18.2 on OpenBSD/amd64 and it fails
at the install stage:
install: ../../gettext-runtime/intl/COPYING.LIB-2.0: No such file or directory
This happens out of gettext-tools/intl/Makefile (generated from
gettext-runtime/intl/Makefile.in I think), where the install-data
t
Daiki Ueno:
> > install: ../../gettext-runtime/intl/COPYING.LIB-2.0: No such file or
> > directory
>
> Thanks for the report. I'm going to apply the attached patch.
Looks correct.
> I don't think this makes the whole "make install" step fail, or does it?
Well, "make install" aborts at this p
While installing gettext 0.19.1 on OpenBSD 5.5, I ran into two
problems during the install step:
(1)
The install in gettext-tools/intl fails trying to install ChangeLog.inst,
which does not exist. Since we copy everything else over from
gettext-runtime/intl, maybe we want that ChangeLog as well?
The po/Makefile.in.in shipped with gettext 0.19 has added
POFILESDEPS_ = $(srcdir)/$(DOMAIN).pot
POFILESDEPS_yes = $(POFILESDEPS_)
POFILESDEPS_no =
POFILESDEPS = $(POFILESDEPS_$(PO_DEPENDS_ON_POT))
[...]
$(POFILES): $(POFILESDEPS)
I wonder what the point of PO_DEPENDS_ON_POT is, since the variabl