From owner-freebsd-ports@freebsd.org Wed Nov 23 18:03:44 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A560C513C0 for ; Wed, 23 Nov 2016 18:03:44 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 86F82A56 for ; Wed, 23 Nov 2016 18:03:44 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id 86175C513BF; Wed, 23 Nov 2016 18:03:44 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 84104C513BE for ; Wed, 23 Nov 2016 18:03:44 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46A24A55; Wed, 23 Nov 2016 18:03:44 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id uANI3e5W018711 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 23 Nov 2016 10:03:41 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id uANI3e5p018710; Wed, 23 Nov 2016 10:03:40 -0800 (PST) (envelope-from fbsd) Date: Wed, 23 Nov 2016 10:03:40 -0800 From: bob prohaska To: Kubilay Kocak Cc: ports@freebsd.org Subject: Re: Python27 can't find _ctypes.so Message-ID: <20161123180340.GF56313@www.zefox.net> References: <20161122185415.GE56313@www.zefox.net> <2cea8b22-8adc-0aa7-4a0c-cde0526285c7@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2cea8b22-8adc-0aa7-4a0c-cde0526285c7@FreeBSD.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2016 18:03:44 -0000 On Wed, Nov 23, 2016 at 06:41:10PM +1100, Kubilay Kocak wrote: > > There will be a failure or multiple failures compiling (or executing) > the ctypes extension further up in the build. That should help shed > light on the cause(s) > Indeed so. There was a VFP mismatch in an old library. For some reason it didn't promptly stop the build. Fixing that by hand allowed python27 to build and install. Thank you! bob prohaska