From owner-freebsd-python@freebsd.org Fri Jan 6 20:27:45 2017 Return-Path: Delivered-To: freebsd-python@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 EA9F3CA24B4 for ; Fri, 6 Jan 2017 20:27:45 +0000 (UTC) (envelope-from david@munroe.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D10F11532 for ; Fri, 6 Jan 2017 20:27:45 +0000 (UTC) (envelope-from david@munroe.net) Received: by mailman.ysv.freebsd.org (Postfix) id CD620CA24B3; Fri, 6 Jan 2017 20:27:45 +0000 (UTC) Delivered-To: python@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 CD030CA24B1 for ; Fri, 6 Jan 2017 20:27:45 +0000 (UTC) (envelope-from david@munroe.net) Received: from the.whole.net (the.whole.net [107.189.37.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "the.whole.net", Issuer "the.whole.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A84451531 for ; Fri, 6 Jan 2017 20:27:45 +0000 (UTC) (envelope-from david@munroe.net) Received: from the.whole.net (localhost [127.0.0.1]) by the.whole.net (Postfix) with ESMTP id 40CBB125EB8 for ; Fri, 6 Jan 2017 15:27:44 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=munroe.net; h=date:from:to :subject:in-reply-to:message-id:references:mime-version :content-type; s=selector1; bh=7RXIjt51CUipX260GyeEK8jYqtg=; b=d lyfanx5QOR+18bJZF8Me35RfOi6ch+lkyatEmUbsYpy0b6XCytPEweEoTCPkPyoA XnyNP2/1tNf63bvupQ7LI0j91DFCEWE9bflISMw9cq8eDfFQsI5mlQQI0kHJ5VKo TGxtlKLIj7bIicB92YitAjBXsfOKks5FlLrr0Zxsxg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=munroe.net; h=date:from:to :subject:in-reply-to:message-id:references:mime-version :content-type; q=dns; s=selector1; b=VLN6mXRMd1Xo1Fvmo+brL/B56Ft pKtgsmGYRRQXcysAZNazBSH6sIJ86Ve1gYUHM6QUcvxEg12bTeF4Q7HoNk1HkeYe jAJ9sgCGBOq5g7QVRCq1cCL175rSPVUOVo2ysGFdq9uel/rv+uZz2DYdv6A3FT/A dpdCeLYmD0AtgIqk= Received: from the (the [107.189.37.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by the.whole.net (Postfix) with ESMTPS id 1A99B125E9B for ; Fri, 6 Jan 2017 15:27:44 -0500 (EST) Date: Fri, 6 Jan 2017 15:27:44 -0500 (EST) From: David Munroe To: python@freebsd.org Subject: Re: python27 install failure on FreeBSD 11 RELEASE In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 20:27:46 -0000 A bit of searching led me to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206911 which indicated there is a readline port/package which needs to be installed. I installed that port and recompiled python27, all seems to work well now. Surprised it didn't install readline when I initiated the python27 port install though. Thanks :) On Fri, 6 Jan 2017, David Munroe wrote: > Greetings, > > I did a fresh install of FreeBSD 11 today: > > FreeBSD f11 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 > 01:43:23 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC > amd64 > > Immediately did a portsnap fetch and update then tried to compile python27 > and received the following error: > > ===> Installing for python27-2.7.13_1 > ===> Checking if python27 already installed > ===> Registering installation for python27-2.7.13_1 > pkg-static: Unable to access file > /usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so: > No such file or directory > *** Error code 74 > > Stop. > make[1]: stopped in /usr/ports/lang/python27 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/lang/python27 > root@f11:/usr/ports/lang/python27 # > > > A manual ls shows no file also: > > root@f11:/usr/ports/lang/python27 # ls -la > /usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so > ls: > /usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so: > No such file or directory > > > > Please let me know if you need additional info, thanks! > > -David >