From owner-freebsd-ports@freebsd.org Sun Apr 16 14:12:38 2017 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 01050D40199 for ; Sun, 16 Apr 2017 14:12:38 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A4ACA8D2; Sun, 16 Apr 2017 14:12:36 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id v3GECRcO091106 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 16 Apr 2017 14:12:27 GMT (envelope-from list1@gjunka.com) To: freebsd-ports@freebsd.org, jrm@FreeBSD.org From: Grzegorz Junka Subject: slurm-wlm pre-install failed Message-ID: <6ff65873-bb19-51dd-a078-aa7d559725ce@gjunka.com> Date: Sun, 16 Apr 2017 14:12:27 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB-large 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: Sun, 16 Apr 2017 14:12:38 -0000 The pre-install of slurm-wlm script failed when upgrading 800 or so ports with pkg. But pkg first de-installed hundreds of ports for the upgrade which are now not installed. Two questions: 1. Is there a way of continuing with the upgrade without having to manually install all the ports that have been uninstalled but not re-installed? 2. How to ignore/fix the slurm-wlm pre-install script? User and group 'slurm' both exist and deleting them doesn't help. [214/822] Installing slurm-wlm-16.05.9_1... ===> Creating groups. Creating group 'slurm' with gid '468'. ===> Creating users Creating user 'slurm' with uid '468'. pw: user 'slurm' disappeared during update pkg: PRE-INSTALL script failed Grzegorz