From owner-freebsd-pkg@FreeBSD.ORG Tue Sep 2 09:44:31 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 7063C50A; Tue, 2 Sep 2014 09:44:31 +0000 (UTC) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (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 C192D1501; Tue, 2 Sep 2014 09:44:30 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id 10so7327672lbg.3 for ; Tue, 02 Sep 2014 02:44:28 -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:from:date:message-id :subject:to:cc:content-type; bh=S74fE1vphDX9//oxb2hiRuaRYjO8TnkkqtHsxbDl6KQ=; b=Qo69kJhbbCalu9o8gEqF3UFOUiIPwkDELaq94fJvDM2ANiRs504bRvokpkP31Ydg0Z IX9n51JVJeDnvA7wuhi7l321j5kM2J2jHMpEjuqzZmCq0Dh0a8K1CLSfGkAW47S9d34J QxhLWc6LeovmmRygsqgXZjRVlueY67eUoPLDWTbO1EvEpKhmB7DAyQhDf7lN9C8Bqpf5 9KEQjerS6PJllQNL6v1BZedX7J1OfhOu8Xx4Pk9gNjFdt/QQCMo1Zz8VpioYRloHzTAF zzlGFFb9rMV33GuUYLVWZuRuhqhwrAIHR3k3LIfoMngMdFCcpoIWx3RN+OmrTWg4SkAS SIhA== X-Received: by 10.152.5.40 with SMTP id p8mr11840291lap.32.1409651068330; Tue, 02 Sep 2014 02:44:28 -0700 (PDT) MIME-Version: 1.0 Sender: ivoras@gmail.com Received: by 10.25.149.205 with HTTP; Tue, 2 Sep 2014 02:43:48 -0700 (PDT) In-Reply-To: References: From: Ivan Voras Date: Tue, 2 Sep 2014 11:43:48 +0200 X-Google-Sender-Auth: xrfO-GWx9hBpvXW73BX6xejaqm0 Message-ID: Subject: Re: pkg crashing? To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 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: Tue, 02 Sep 2014 09:44:31 -0000 On 1 September 2014 18:45, Craig Rodrigues wrote: > On Mon, Sep 1, 2014 at 3:19 AM, Ivan Voras wrote: >> I don't force pkg version so it's always the latest, 1.3.7. It does >> seem that it could be a local issue, I have some bad experiences with >> pkg recently. > > OK. You should still report the version every time you report a problem, > because pkg development is fast moving. In the past few months, there > are a lot of > minor releases which fix problems (and break a few things along the way :). > > It is also useful to provide information about your system such as if you > upgraded only with packages from pkg.freebsd.org, > or if you built any ports yourself. Most are from pkg.freebsd.org but some I've installed from ports. But why should it matter? The pkg should record dependencies in both cases, right? Also, I appear to have had a similar (?) problem with chromium, on a *third* system: # pkg update Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. Updating FreeBSD_new_xorg repository catalogue... FreeBSD_new_xorg repository is up-to-date. All repositories are up-to-date. # pkg install chromium Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. Updating FreeBSD_new_xorg repository catalogue... FreeBSD_new_xorg repository is up-to-date. All repositories are up-to-date. The following 1 packages will be affected (of 0 checked): Installed packages to be REINSTALLED: chromium-36.0.1985.143_1 [FreeBSD] (direct dependency changed) The operation will free 816 KB. 28 MB to be downloaded. Proceed with this action? [y/N]: y pkg: http://pkg.FreeBSD.org/freebsd:10:x86:64/latest/All/chromium-36.0.1985.143_1.txz: Not Found Last week it wasn't in the repo databases but this week it is, BUT it's the wrong version. The version on the repo file server is chromium-37.0.2062.94.txz . Doing "pkg update -f" brought in the correct version. This version still crashes in the protobufs library, but this is probably because of the way chromium is built (http://comments.gmane.org/gmane.os.freebsd.chromium/1412, https://code.google.com/p/chromium/issues/detail?id=175508#c5).