[bug-gettext] 0.18.2: install fails, missing COPYING.LIB-*

2013-01-18 Thread Christian Weisgerber
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

Re: [bug-gettext] 0.18.2: install fails, missing COPYING.LIB-*

2013-01-21 Thread Christian Weisgerber
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

[bug-gettext] gettext 0.19.1: install step problems

2014-07-11 Thread Christian Weisgerber
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?

[bug-gettext] po/Makefile.in.in: PO_DEPENDS_ON_POT?

2015-09-19 Thread Christian Weisgerber
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