From owner-freebsd-questions@freebsd.org Tue Sep 5 18:16:10 2017 Return-Path: Delivered-To: freebsd-questions@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 33ED1E167CB for ; Tue, 5 Sep 2017 18:16:10 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-it0-x235.google.com (mail-it0-x235.google.com [IPv6:2607:f8b0:4001:c0b::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE9442696 for ; Tue, 5 Sep 2017 18:16:09 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-it0-x235.google.com with SMTP id p6so4041712itb.1 for ; Tue, 05 Sep 2017 11:16:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=BcYQ6snrYt38ImcRr5XTlWzZNNmD9T95F6mecoqT0v4=; b=HEntQpCaXhuFU95B/OwuevazoufTSjkw6rjLDwvdNXz8047zT/m1zeZHKyODJOozbV pvTNYs436ieqKsJr4J0ahqDIO459ymXAZuG03FlV921J2bLm1RUSubs5TAyIbXniS24i Qq4hqysEVmqfD8NC6U82Sa5rr4yW5n1pbu+6RXFBH0CwNzlrna3rlZ5WpfUQbEb6RkzC Q0cA6ud8LbVvaUPAPUsJtUQQJIzYrh7AyNJ68wgNmV+JZ67GZdSMfIPxH2oFbpc918jg CDjWlVI2Y2xVbmYJADV78dyx8N74pjFlLvE6Iwoh91cbHHNceq16KKzae2/GjMVZrJCk KONA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=BcYQ6snrYt38ImcRr5XTlWzZNNmD9T95F6mecoqT0v4=; b=mqrT4sRzs3xGZX8QKxZThtv+Dinbq826GDq+ZHSY9VWy8Db4/yGJUESD7yQaB3EazZ PWZ0mV9CCt6hlB8BPnX5aDD+uQjgto8l2Y24ffFFpJVkETgE4I9jGPg3IeMVh8SOUuhj xLnYXiLKS/5fjiVpwHwFT7rr4L88zmrfXRYGHy4S9k3mWXp8pJ8XR+bgf4kY6ju+Rbj/ /ZDNvBAKs8bS1lBOHsSqmlDZLOFb2G/t0mkMdoaf6Wmqflv6HpFzgWOKR5xXa2WqGzzX D6Tc6aJS6pdV6aEUsh9fzkqziJRg4AGpMWl8v2u0PPvVOLYgWmimz4YhmZOy7anyEFdV F8Ew== X-Gm-Message-State: AHPjjUhFrL1vy3amxPeW91PSbFQewiYVAOK03DmZkWKOjGObxXy4r1dy OxD34EP4HGpdY+Cwh5jVh9r11oR4uA== X-Google-Smtp-Source: ADKCNb4SuVh6XONyOFk1aTM671I5TKIU/2mpGDoBrXjN8tjCyZofj0jkT3YSEgg11/Vfk9UcSPNGbUVkkG2C1s9ftmQ= X-Received: by 10.36.94.5 with SMTP id h5mr70967itb.100.1504635368821; Tue, 05 Sep 2017 11:16:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.2.145.141 with HTTP; Tue, 5 Sep 2017 11:16:08 -0700 (PDT) In-Reply-To: References: From: Adam Vande More Date: Tue, 5 Sep 2017 13:16:08 -0500 Message-ID: Subject: Re: How to repair a package To: DTD Cc: FreeBSD Questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2017 18:16:10 -0000 On Tue, Sep 5, 2017 at 12:48 PM, DTD wrote: > Between shutdown and reboot starting xdm gets: > Shared object "libXmu.so.6" not found, required by "xdm" > and starting startxfce4: > Shared object "libX11.so.6" not found, required by "xinit" > > libX11.so.6 is a module in libXScrnSaver. So after seeing if I could find > libX11.so.6 on another system and not finding an option in "pkg delete" > that would delete only libXScrnSaver and not the 40 other related packages > I tried "pkg fetch" and "pkg install -f" on the txz file. That gets a > Segmentation fault. > > Do I have any options other than starting over? > Are you mixing ports and packages? It's best to avoid that if you aren't familiar with the complexities. Try a pkg update -y -- Adam