From owner-freebsd-ports@freebsd.org Wed Jun 29 23:16:30 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 AFF43B8693E for ; Wed, 29 Jun 2016 23:16:30 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 978092B62 for ; Wed, 29 Jun 2016 23:16:30 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id 93070B8693D; Wed, 29 Jun 2016 23:16:30 +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 92A86B8693C for ; Wed, 29 Jun 2016 23:16:30 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward17h.cmail.yandex.net (forward17h.cmail.yandex.net [IPv6:2a02:6b8:0:f35::a2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ECFF2B61 for ; Wed, 29 Jun 2016 23:16:30 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [IPv6:2a02:6b8:0:f05::117]) by forward17h.cmail.yandex.net (Yandex) with ESMTP id B750E20613 for ; Thu, 30 Jun 2016 02:16:14 +0300 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 6F7431B4035E for ; Thu, 30 Jun 2016 02:16:14 +0300 (MSK) Received: by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 5xATMt2O6l-GDhmgsQa; Thu, 30 Jun 2016 02:16:13 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1467242173; bh=GfRPuA+onoeqOB6p4WsrBV8QftE5E0PGNP1cPEvRCoI=; h=Message-ID:Subject:From:To:Date:Content-Type:X-Mailer: Mime-Version:Content-Transfer-Encoding; b=RWeNUmkLRfGhTmXvSJxKknnD6SscDPmclELiHagyFlLhaWTrgSvbMaKWgFZkN7RSw Y2wMzMMq3QpRWxhjlY2xTas+CsHAT1l54P3rZFac/lrwMTVQdrEqGI5gg1b5Z39Xg0 tfebIJLTwqp4SZj2dcAxeuXCJ366+TJuybTpGzAs= Authentication-Results: smtp3h.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0 Message-ID: <1467242155.22542.4.camel@yandex.com> Subject: python 3.4.5 update From: Stari Karp To: FreeBSD Ports Date: Wed, 29 Jun 2016 19:15:55 -0400 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2016 23:16:30 -0000 Hi! I tried to update Python on my  10.3-RELEASE-p5 (akd64) and I got: .... .... ports/lang/python34/work/Python-3.4.5 ./python -E -m ensurepip  $ensurepip --root=/usr/ports/lang/python34/work/stage/ ;  fi /bin/rm -f /usr/ports/lang/python34/work/stage/usr/local/lib/libpython3.so # Upstream Issue: http://bugs.python.org/issue17975 for i in /usr/ports/lang/python34/work/stage/usr/local/lib/python3.4/lib- dynload/*.so; do  /usr/bin/strip $i; done # Strip shared extensions ====> Compressing man pages (compress-man) ===>>> Creating a backup package for old version python34-3.4.4_3 Creating package for python34-3.4.4_3 process with pid 2056 still holds the lock process with pid 2056 still holds the lock process with pid 2056 still holds the lock process with pid 2056 still holds the lock process with pid 2056 still holds the lock process with pid 2056 still holds the lock pkg: Cannot get an advisory lock on a database, it is locked by another process ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for lang/python34 from ports ===>>> Dependency check complete for lang/python34 ===>>> All >> python34-3.4.4_3 (1/1) ===>  Installing for python34-3.4.5 ===>  Checking if python34 already installed ===>   An older version of python34 is already installed (python34- 3.4.4_3)       You may wish to ``make deinstall'' and install this port again       by ``make reinstall'' to upgrade it properly.       If you really wish to overwrite the old port of python34       without deleting it first, set the variable "FORCE_PKG_REGISTER"       in your environment or the "make install" command line. *** Error code 1 Stop. make[1]: stopped in /usr/ports/lang/python34 *** Error code 1 Stop. make: stopped in /usr/ports/lang/python34 ===>>> A backup package for python34-3.4.4_3 should        be located in /usr/ports/packages/portmaster-backup ===>>> Installation of python34-3.4.5 (lang/python34) failed ===>>> Aborting update ===>>> Update for lang/python34 failed ===>>> Aborting update Thank you very much. SK