From owner-freebsd-pkg@freebsd.org Wed May 9 17:21:28 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 473C2FC5DD7 for ; Wed, 9 May 2018 17:21:28 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 CFD0D77CCC for ; Wed, 9 May 2018 17:21:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 87814FC5DD6; Wed, 9 May 2018 17:21:27 +0000 (UTC) Delivered-To: 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 753A2FC5DD5 for ; Wed, 9 May 2018 17:21:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1229E77CA6 for ; Wed, 9 May 2018 17:21:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 3C1B413E81 for ; Wed, 9 May 2018 17:21:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w49HLQLP056634 for ; Wed, 9 May 2018 17:21:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w49HLQgG056633 for pkg@FreeBSD.org; Wed, 9 May 2018 17:21:26 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: pkg@FreeBSD.org Subject: [Bug 228073] ports-mgmt/pkg: pkg install fails with a segfault Date: Wed, 09 May 2018 17:21:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gray@nxg.name X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkg@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 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: Wed, 09 May 2018 17:21:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228073 --- Comment #4 from Norman Gray --- That appears to be working fine, now, after installing the github master version as of 2018-05-09 # pkg --version 1.10.99.7 # pkg lock -l=20=20=20=20=20=20=20=20=20=20=20=20=20 Currently locked packages: cyrus-sasl-2.1.26_12 cyrus-sasl-saslauthd-2.1.26_3 openldap-sasl-client-2.4.45 # pkg install nss_ldap Updating FreeBSD repository catalogue... FreeBSD repository is up to date. All repositories are up to date. Checking integrity... done (0 conflicting) The following 2 package(s) will be affected (of 0 checked): New packages to be INSTALLED: openldap-client: 2.4.46 Installed packages to be REINSTALLED: nss_ldap-1.265_12 (options changed) Number of packages to be installed: 1 Number of packages to be reinstalled: 1 The process will require 6 MiB more space. Proceed with this action? [y/N]: y [1/2] Installing openldap-client-2.4.46... pkg: openldap-client-2.4.46 conflicts with openldap-sasl-client-2.4.45 (installs files into the same place). Problematic file: /usr/local/bin/lda= padd Thanks! I clearly have another problem, how to make ldap_nss play nice with openldap-sasl-client, but that's for another day.... --=20 You are receiving this mail because: You are the assignee for the bug.=