From owner-freebsd-ports@freebsd.org Thu Mar 8 14:48:12 2018 Return-Path: Delivered-To: freebsd-ports@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 0F357F37E8C for ; Thu, 8 Mar 2018 14:48:12 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp209.alice.it (smtp209.alice.it [82.57.200.105]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3277DA26 for ; Thu, 8 Mar 2018 14:48:11 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (79.32.63.138) by smtp209.alice.it (8.6.060.28) id 5AA07D040030FD42 for freebsd-ports@freebsd.org; Thu, 8 Mar 2018 15:42:13 +0100 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id w28EgDVP085824 for ; Thu, 8 Mar 2018 15:42:13 +0100 (CET) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu From: Andrea Venturoli Subject: Cannot poudriere pkgclean To: freebsd-ports@freebsd.org Message-ID: <4fcd26eb-66c5-d885-89c2-9bdabd540c0e@netfence.it> Date: Thu, 8 Mar 2018 15:42:08 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2018 14:48:12 -0000 Hello. I cannot seem to run Poudriere (3.2.4)'s "pkgclean" command: > # poudriere pkgclean -n -a -j 111amd64 > [00:00:00] Gathering all expected packages > [00:00:00] Creating the reference jail... done > [00:00:07] Mounting system devices for 111amd64-default > [00:00:07] Mounting ports/packages/distfiles > [00:00:07] Mounting ccache from: /home/ccache > [00:00:07] Mounting packages from: > [00:00:07] Copying /var/db/ports from: /usr/local/etc/poudriere.d/options > [00:00:07] Appending to make.conf: /usr/local/etc/poudriere.d/make.conf > /etc/resolv.conf -> /usr/home/poudriere/data/.m/111amd64-default/ref/etc/resolv.conf > [00:00:07] Starting jail 111amd64-default > [00:00:07] Loading MOVED > [00:00:07] Ports supports: FLAVORS SELECTED_OPTIONS > [00:00:07] Gathering ports metadata > [00:03:00] Calculating ports order and dependencies > [00:03:26] Error: compute_deps_pkg failed to lookup pkgname for devel/py-nose@py34 processing package py34-numpy-1.13.3_1,1 from math/py-numpy@py34 -- Is SUBDIR+=py-nose@py34 missing in devel/Makefile and does the port provide the 'py34' FLAVOR? > [00:03:26] Error: compute_deps_pkg failed to lookup pkgname for devel/py-nose@py35 processing package py35-numpy-1.13.3_1,1 from math/py-numpy@py35 -- Is SUBDIR+=py-nose@py35 missing in devel/Makefile and does the port provide the 'py35' FLAVOR? > [00:03:26] Error: Fatal errors encountered calculating dependencies > [00:03:26] Cleaning up > [00:03:26] Unmounting file systems "bulk" seems to work however. I read 20171130 UPDATING entry, which I think might be relevant: however it says "Poudriere 3.2+ and binary packages do not have to do anything". How do I get over this error? bye & Thanks av.