From owner-freebsd-ports@FreeBSD.ORG Sun Jul 27 10:39:59 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A668AAD for ; Sun, 27 Jul 2014 10:39:59 +0000 (UTC) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::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 54FE62DA4 for ; Sun, 27 Jul 2014 10:39:59 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id w10so8049827pde.4 for ; Sun, 27 Jul 2014 03:39:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2QchXJRYQzWnEdLbCaT/8vBTti+DP0DY01fR9KxyzJU=; b=x1FE/BycfAqqOjLh0ygXYZjWTf1XaAsNaGHr1yM9V/TtUhU3F/LUQAC9VB2sWFsN4Q TqGoOttn8aWdyxIRQNBkXcLxquXYQ0id3lwSw+eGdO3Pmr9VL5QSG5TELZSerXtCOmX2 myQZ8R2lXQLCcAHomPWBopQRgOCfemZdiTh8Uj7ny/cjD8CG+h5eQzO9/Neq4n3+hMM2 2B/qQw4Oml4rMrmymef0LeBvqzqusY/gs3XRLqa/Vobq/MKp76nu++V1QR8cx7AGkwfc uYl3jjir7r/ljXN4eLwrCoravl7WQLsikz2LJg8wb3qlhDQk0mC8FReq0snJhQ6HviMV 05Tw== MIME-Version: 1.0 X-Received: by 10.70.96.130 with SMTP id ds2mr1183036pdb.145.1406457598501; Sun, 27 Jul 2014 03:39:58 -0700 (PDT) Received: by 10.70.91.196 with HTTP; Sun, 27 Jul 2014 03:39:58 -0700 (PDT) In-Reply-To: <53D4C4C9.5050109@webrz.net> References: <53D4C4C9.5050109@webrz.net> Date: Sun, 27 Jul 2014 12:39:58 +0200 Message-ID: Subject: Re: PKG 1.3 port update fails From: Zsolt Udvari To: Jos Chrispijn Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Ports ML X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 10:39:59 -0000 I think the /usr/local/etc/pkg.conf is bad. If you rename it to pkg.conf.old can build and install. I don't know the reason exactly but this is a typical "works4me"-case :) 2014-07-27 11:22 GMT+02:00 Jos Chrispijn : > Just got this error when upgrading pkg: > ===>>> Creating a backup package for old version pkg-1.3.0 > Creating package for pkg-1.3.0 > Checking integrity... done (0 conflicting) > Deinstallation has been requested for the following 1 packages (of 1 > packages in the universe): > Installed packages to be REMOVED: > pkg-1.3.0 > The operation will free 7 MB > [1/1] Deleting pkg-1.3.0: 100% > ===>>> Starting check for runtime dependencies > ===>>> Gathering dependency list for ports-mgmt/pkg from ports > ===>>> No dependencies for ports-mgmt/pkg > ===> Installing for pkg-1.3.1 > ===> Checking if ports-mgmt/pkg already installed > Child process pid=82376 terminated abnormally: Segmentation fault: 11 > *** [check-already-installed] Error code 245 > Stop in /usr/ports/ports-mgmt/pkg. > *** [/usr/ports/ports-mgmt/pkg/work/.install_done.pkg._usr_local] Error > code 1 > Stop in /usr/ports/ports-mgmt/pkg. > ===>>> A backup package for pkg-1.3.0 should > be located in /usr/ports/packages/portmaster-backup > ===>>> Installation of pkg-1.3.1 (ports-mgmt/pkg) failed > ===>>> Aborting update > ===>>> Update for ports-mgmt/pkg failed > ===>>> Aborting update > --- cut --- > Can you pls advise how to solve? Thanks! > Jos > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"