Hi Jordon,

jordon wrote on Wed, Mar 26, 2014 at 05:30:59PM -0500:

> In trying to build git on armv7 (BeagleBone Black) I encountered
> an error building groff-1.22.2p4.tgz.

the script file "pdfmom" is supposed to get built by the Makefile

  src/devices/gropdf/

using the rule

  pdfmom: pdfmom.pl $(SH_DEPS_SED_SCRIPT)
        $(RM) $@
        sed -f $(SH_DEPS_SED_SCRIPT) \
            -e "s|@VERSION@|$(version)$(revision)|" \
            -e "s|@PERL@|$(PERL)|" $(srcdir)/pdfmom.pl >$@
        chmod +x $@

which is supposed to expand to something like

  sed -f /usr/ports/pobj/groff-1.22.2/groff-1.22.2/arch/misc/shdeps.sed
      -e "s|@VERSION@|1.22.2|" -e "s|@PERLPATH@|/usr/bin/perl|"
      ./pdfmom.pl > pdfmom

That directory is supposed to be triggered by the OTHERDIRS variable
in the top-level Makefile.in.

Are you running with make -j ?

Can you show the complete build log to me, in private mail?

I suspect either an issue with ./configure or with parallel
building.  Quite possible there is something i should fix,
but i need more details...

In any case, your partial workaround is not going to help much.

Thanks,
  Ingo

Reply via email to