From owner-freebsd-python@freebsd.org Fri Jan 6 20:19:24 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 8F99FCA21AF for ; Fri, 6 Jan 2017 20:19:24 +0000 (UTC) (envelope-from david@munroe.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 776DB1CED for ; Fri, 6 Jan 2017 20:19:24 +0000 (UTC) (envelope-from david@munroe.net) Received: by mailman.ysv.freebsd.org (Postfix) id 76590CA21AE; Fri, 6 Jan 2017 20:19:24 +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 7601DCA21AD for ; Fri, 6 Jan 2017 20:19:24 +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 530A21CEA for ; Fri, 6 Jan 2017 20:19:23 +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 32507125EBA for ; Fri, 6 Jan 2017 15:11:04 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=munroe.net; h=date:from:to :subject:message-id:mime-version:content-type; s=selector1; bh=l QpNtKYwiipr90Ko0Fo4w1Zv2uA=; b=cmpZCS9gb0DOhu7/9lJVWkwKgSflqYjiC Xejue2uv+wBpAsSfKcaI7KwDDMH4kbDqZS6K9d12AB2w3VwAYz8Qvf1Qv6caifCL 04z1zsVy/8Lnm+5zUvg2sczspVaL5x03yDjqM/4iM9T44P7eSYveOq55HEJgLQZI A2l06skjXU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=munroe.net; h=date:from:to :subject:message-id:mime-version:content-type; q=dns; s= selector1; b=J6Bey9FDhPg4+3/JE6Ufixbq7N6yuxDMRfv8looO/lfU5aTkRMH 7n5wcwTyEUFuQdtfpLqbAy6YAoz/n87pFWtPBIBmPJOiuI+mjRFZ3+Ou16ESB41S BXazMnzWC6FKtghmFO4UkQ5wruu+LxhiUGJmqn5BH5vMCSR4BWQBjbTQ= 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 0AFB3125E9B for ; Fri, 6 Jan 2017 15:11:04 -0500 (EST) Date: Fri, 6 Jan 2017 15:11:03 -0500 (EST) From: David Munroe To: python@freebsd.org Subject: python27 install failure on FreeBSD 11 RELEASE Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII 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:19:24 -0000 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