From owner-freebsd-mono@freebsd.org Sun Jun 17 19:42:19 2018 Return-Path: Delivered-To: freebsd-mono@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A65E01007602 for ; Sun, 17 Jun 2018 19:42:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55C287BACF for ; Sun, 17 Jun 2018 19:42:19 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 0DB4E216AF; Sun, 17 Jun 2018 15:42:19 -0400 (EDT) Received: from web4 ([10.202.2.214]) by compute3.internal (MEProxy); Sun, 17 Jun 2018 15:42:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=vxC/g5 vvbVpOcv5c24cPuusoQeanZ/AP4RmAbj4BD0U=; b=hIK3G4jQSIEzm8+D/EGFbW SZgZJYJ86w8h/70h1eooEHF0Y0230qA7+aRwbbUOI4mzhib+Hw97WZ97oh1329vC xGtvu6HE7NVrKP4KlajxaXN82Z/U0JW41QX0clT6x7k2bGc89T9d6iuGTr6sK1DN YtPH0i2jpdxARibjlyggOHD+3eO5XZ1smb+CUr5HWwBKAlh5G7/3FaTHngOny/ng 9FOMeNBaHROMxN6OQjWA2LwC6+C2xvDWY6tdAshDZOO3Gj3KGho1gYk4ThUCr+4D LlJNxUkpAsKFNhOzVa4JXyWbjh5UXIpUu++YAcjr46Q1W3ZrYLTomB2CsXpMQJHg == X-ME-Proxy: X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id B7CFEBA43D; Sun, 17 Jun 2018 15:42:18 -0400 (EDT) Message-Id: <1529264538.2037662.1410993240.36B4B301@webmail.messagingengine.com> From: Mark Felder To: Dries Michiels , freebsd-mono@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-498d70f2 References: <003401d4063d$40f903e0$c2eb0ba0$@gmail.com> <1529264330.2036225.1410990800.45C44052@webmail.messagingengine.com> Date: Sun, 17 Jun 2018 14:42:18 -0500 Subject: Re: mono build error In-Reply-To: <1529264330.2036225.1410990800.45C44052@webmail.messagingengine.com> X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2018 19:42:19 -0000 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