From owner-freebsd-ports@freebsd.org Sun Sep 27 20:03:05 2015 Return-Path: Delivered-To: freebsd-ports@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 940A1A0AC1C for ; Sun, 27 Sep 2015 20:03:05 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [50.197.129.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pozo.com", Issuer "pozo.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 77E6B8FB; Sun, 27 Sep 2015 20:03:05 +0000 (UTC) (envelope-from null@pozo.com) Received: from octo.pozo.com (octo.pozo.com [192.168.0.2]) (authenticated bits=128) by pozo.com (8.15.2/8.15.2) with ESMTPA id t8RK2SlJ059697; Sun, 27 Sep 2015 13:02:28 -0700 (PDT) (envelope-from null@pozo.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: pkg 1.6 "Cleaning obsolete shared libraries" very long From: Manfred Antar In-Reply-To: <20150927192419.GA16800@ivaldir.etoilebsd.net> Date: Sun, 27 Sep 2015 13:02:28 -0700 Cc: FreeBSD Ports ML Content-Transfer-Encoding: quoted-printable Message-Id: <5E3DB081-157C-4C4F-9C52-8B9B0F308535@pozo.com> References: <56074F61.9000700@groumpf.org> <2F766971-6EE1-4636-B25B-A908C422968D@pozo.com> <20150927080845.GX16800@ivaldir.etoilebsd.net> <5608166F.7050407@groumpf.org> <20150927192419.GA16800@ivaldir.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.2104) X-Spam-Status: No, score=-102.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, URIBL_BLOCKED, USER_IN_WHITELIST autolearn=ham autolearn_force=no version=3.4.1, No X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on pozo.com X-pozocom-MailScanner-Information: Please contact the ISP for more information X-pozocom-MailScanner-ID: t8RK2SlJ059697 X-pozocom-MailScanner: Found to be clean X-pozocom-MailScanner-From: null@pozo.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2015 20:03:05 -0000 Seems to work much better now now. Fast on: Cleaning out obsolete shared libraries Like Before Thanks > On Sep 27, 2015, at 12:24 PM, Baptiste Daroussin t@freebsd.org> wrote: >=20 > On Sun, Sep 27, 2015 at 08:27:00PM +0200, Torfinn Ingolfsen wrote: >> FWIW, I see the same thing here, since install of pkg 1.6.0. >> I'm using portupgrade, the last step >> ---> Cleaning out obsolete shared libraries >> takes a very long time. It runs >> tingo@kg-core1$ pgrep -lf pkg >> 88753 /usr/local/sbin/pkg query %n-%v %Fp >> 88752 /usr/local/sbin/pkg query %n-%v %Fp >>=20 >> I'm on >> tingo@kg-core1$ uname -a >> FreeBSD kg-core1.kg4.no 9.3-STABLE FreeBSD 9.3-STABLE #1 r287724: Sun >> Sep 13 00:23:47 CEST 2015 >> root@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 >>=20 >>=20 >> This looks suspiciously like the last "make ports / pkg extermely >> slow" bug we had. >> Please people, be even more vigilant with testing and quality control. >> Thank you. >=20 > I have spotted a performance regression in file handling that could lead = to the > issue with portupgrade. >=20 > It has been fixed, I ll release a 1.6.1 asap with that fix >=20 > Best regards, > Bapt