From owner-freebsd-pkg@freebsd.org Tue Mar 27 12:17:38 2018 Return-Path: Delivered-To: freebsd-pkg@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 B5544F34B81 for ; Tue, 27 Mar 2018 12:17:38 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E85581588 for ; Tue, 27 Mar 2018 12:17:35 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1f0nXb-000B5B-4Y for freebsd-pkg@freebsd.org; Tue, 27 Mar 2018 15:17:27 +0300 Date: Tue, 27 Mar 2018 15:17:27 +0300 From: Slawa Olhovchenkov To: freebsd-pkg@freebsd.org Subject: pkg crash and strange depends Message-ID: <20180327121727.GJ4305@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 12:17:38 -0000 I am try to install firefox from private repo: # pkg install firefox Updating ivs repository catalogue... ivs repository is up to date. All repositories are up to date. The following 2 package(s) will be affected (of 0 checked): New packages to be INSTALLED: firefox: 55.0.3_1,1 [ivs] nvidia-driver: 390.25 [ivs] Number of packages to be installed: 2 The process will require 300 MiB more space. 32 MiB to be downloaded. Proceed with this action? [y/N]: y [1/1] Fetching firefox-55.0.3_1,1.txz: 100% 32 MiB 2.2MB/s 00:15 Checking integrity...Child process pid=8484 terminated abnormally: Segmentation fault 1. WTF? firefox dpends on nvidia-driver? 2. Segmentation fault? What information need to debug and resolve this?