From owner-freebsd-pkg@FreeBSD.ORG Mon Sep 1 10:01:46 2014 Return-Path: Delivered-To: freebsd-pkg@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 651E8CA; Mon, 1 Sep 2014 10:01:46 +0000 (UTC) Received: from mail-la0-x22d.google.com (mail-la0-x22d.google.com [IPv6:2a00:1450:4010:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B79FD1396; Mon, 1 Sep 2014 10:01:45 +0000 (UTC) Received: by mail-la0-f45.google.com with SMTP id pn19so5793362lab.4 for ; Mon, 01 Sep 2014 03:01:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=UcG2FNyakVv9imDR3uLbZhIBgfLjRqBQENuHPEC2hTE=; b=imOqOcw4nJddooNlplQPFZ48jbsOvIs0mSqJ/lLO8JALoUffW57ehyjTPkg3U+9WXg VTz0Nd0WrvUMEIZRH+lN/YqC5L02jJOdoNkCfiLn3rJTYQu9dTTsVNm7zNncPJF8jeTy AiHMngOzDhzs4aSgrv8YYicnX1W0Hkce9s06dSs+PAblwaEU2/MhNKEnZGBc0g0ikHGS dFZHavVaXNSWaHh6cZjtcjaKr/v50fh4ipPTRwScXhWOfDcKpv631BPcqhexg8dPuxaV bnm8urzCIZKXux2+Jdjkrih4+Z2mk243QvNKyDkToTRlKdMnTHEzCkG8HQq2h5NBn3Fr Esjg== MIME-Version: 1.0 X-Received: by 10.112.134.101 with SMTP id pj5mr26141020lbb.47.1409565703204; Mon, 01 Sep 2014 03:01:43 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Mon, 1 Sep 2014 03:01:43 -0700 (PDT) In-Reply-To: References: Date: Mon, 1 Sep 2014 03:01:43 -0700 X-Google-Sender-Auth: ntItUMQpSRdNniQbYhdcV7sa6GA Message-ID: Subject: Re: pkg crashing? From: Craig Rodrigues To: Ivan Voras Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-pkg@freebsd.org X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 01 Sep 2014 10:01:46 -0000 On Mon, Sep 1, 2014 at 2:41 AM, Ivan Voras wrote: > Just a quick note: > > # pkg upgrade postgresql90-client-9.0.17 postgresql90-contrib-9.0.16 > postgresql90-server-9.0.16 > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > pkg: No packages available to upgrade matching > 'postgresql90-contrib-9.0.16' have been found in the repositories > Child process pid=86122 terminated abnormally: Segmentation fault: 11 > > Maybe something's missing when a package cannot be upgraded. What version of pkg are you running? Next time provide the version of pkg that you are running, when reporting a problem. With pkg 1.3.7, I don't get that crash. I get this: # pkg upgrade postgresql90-client-9.0.17 postgresql90-contrib-9.0.16 Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. pkg: postgresql90-client-9.0.17 is not installed, therefore upgrade is impossible pkg: No packages available to upgrade matching 'postgresql90-client-9.0.17' have been found in the repositories # -- Craig