From owner-freebsd-pkg@freebsd.org Thu Aug 4 23:36:14 2016 Return-Path: Delivered-To: freebsd-pkg@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 73CE4BAF7A3 for ; Thu, 4 Aug 2016 23:36:14 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward4o.cmail.yandex.net (forward4o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::289]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D91C188A for ; Thu, 4 Aug 2016 23:36:13 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp3m.mail.yandex.net (smtp3m.mail.yandex.net [IPv6:2a02:6b8:0:2519::125]) by forward4o.cmail.yandex.net (Yandex) with ESMTP id 8472A206DA; Fri, 5 Aug 2016 02:36:10 +0300 (MSK) Received: from smtp3m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3m.mail.yandex.net (Yandex) with ESMTP id 7D9412840A07; Fri, 5 Aug 2016 02:36:10 +0300 (MSK) Received: by smtp3m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id x3V4V4hpM5-a9ZS5OAX; Fri, 05 Aug 2016 02:36:09 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1470353770; bh=cJDVPv9lyzhcCMrUA8WTTOP1Di1p9DXn8/R/dr8uiK0=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=rG8fB70g7G91tSk0L1LnJENAUzSPURvcx7JDy1nqfZCC6hp11L821ViQeCX+pgK3L yHYEFjuXZ/FYSaGETEjUK6AnBlJuJH4tcvmKxPuKH95cosQry3+bxltaPj36Tp6rFs wDeuNtfKsUeJkPVTYeZknpmvVb1GR/TUoalptXUU= Authentication-Results: smtp3m.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0,1 0 Message-ID: <1470368167.1477.0.camel@yandex.com> Subject: Re: Strange pkg behavior From: Stari Karp To: John Kent , freebsd-pkg@freebsd.org Date: Thu, 04 Aug 2016 23:36:07 -0400 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 04 Aug 2016 23:36:14 -0000 On Thu, 2016-08-04 at 18:16 -0400, John Kent wrote: > I've been trying to perform some pkg upgrades. > > 'pkg update' completes with no issues. > 'pkg update -f' completes with no issues. > 'pkg upgrade' aborts however with an assertion failure: > > Assertion failed: (strcmp(uid, p->uid) != 0), function > pkg_conflicts_check_local_path, file pkg_jobs_conflicts.c, line 399. > > I've captured the output of 'pkg upgrade -f' to get the list of > packages > that are to be upgraded and performed the upgrades manually on each > package > and can now identify (python27) the package that bombs.  But I don't > have > an idea of what to try next. > > Any ideas? > > Regards, > John > _______________________________________________ > freebsd-pkg@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-pkg > To unsubscribe, send any mail to "freebsd-pkg-unsubscribe@freebsd.org > " I have the same problem and I reported  the bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211139