On Mar 26, 2014, at 18:03, Ingo Schwarze <[email protected]> wrote: > 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 ?
Not that I’m aware of. I just did a ‘make’ in ports/devel/git. I did not explicitly add it, so it was whatever the default was. > Can you show the complete build log to me, in private mail? I have it building now with the following line: make install 2>&1 | /nfs/ports/infrastructure/bin/portslogger /nfs/ I found this on the faq/ports/testing page and modified it for my environment. Is this right? If so, I will email you the log when it finishes. > 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
