Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jun 2018 14:42:18 -0500
From:      Mark Felder <feld@FreeBSD.org>
To:        Dries Michiels <driesm.michiels@gmail.com>, freebsd-mono@freebsd.org
Subject:   Re: mono build error
Message-ID:  <1529264538.2037662.1410993240.36B4B301@webmail.messagingengine.com>
In-Reply-To: <1529264330.2036225.1410990800.45C44052@webmail.messagingengine.com>
References:  <003401d4063d$40f903e0$c2eb0ba0$@gmail.com> <1529264330.2036225.1410990800.45C44052@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Sun, Jun 17, 2018, at 14:38, Mark Felder wrote:
> 
> 
> On Sun, Jun 17, 2018, at 08:15, Dries Michiels wrote:
> >
> > 
> > python2.7 ./genmdesc.py TARGET_AMD64 . cpu-amd64.h amd64_desc ./cpu-amd64.md
> > 
> > gmake[4]: python2.7: Command not found
> > 
> 
> I don't recall seeing python2.7 hardcoded in the build anywhere, but 
> it's possible I overlooked it. Let me see what I can find.
> 

Sure enough it's there. I'll fix the build.

mono/tests/test_lldb.py:#!/usr/local/bin/python2.7
mono/mini/Makefile.am:GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py $(target_define) $(srcdir)
mono/mini/genmdesc.py:#!/usr/local/bin/python2.7
mono/mini/Makefile.am.in:GENMDESC_PRG=python2.7 $(srcdir)/genmdesc.py $(target_define) $(srcdir)
scripts/mono-heapviz:#!/usr/local/bin/python2.7


-- 
  Mark Felder
  ports-secteam & portmgr member
  feld@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1529264538.2037662.1410993240.36B4B301>