From owner-freebsd-questions@FreeBSD.ORG Sat Apr 27 03:12:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A552EBB2 for ; Sat, 27 Apr 2013 03:12:57 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by mx1.freebsd.org (Postfix) with ESMTP id 85ACC1A99 for ; Sat, 27 Apr 2013 03:12:57 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id hz1so2838255pad.16 for ; Fri, 26 Apr 2013 20:12:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=z4nCvSB0CfHYsEPIjwInOei7cAg0fE9d+AA0xkqTI04=; b=j6o9COSit38sffsTYKP4MLEQ/HGa6opEEKXCpHaBLBW0iXaFWom1SX8bEGzU6SaKW1 f/lofhRZUvXroeweJ/ISCNhuzpgd85iRsq5rXtJMHXxGTsUeRwrjHYOD8hY56/yc15G3 CDbnVBJ42dKTG9MX99Oa/OazopcDvg6uIksWHgN2v6Vj+djDRcGfkTXwnPnewddeIWKl l9DoYDZmNkVVcuiQ7rxUteemgIxEhamWTyjqTqFHo9U1BTjolv/7j3EgdfITFs8IMebP 5h/5Wg5/nAubvFEPrts6tZbw6FIeZc871Q2rHTeq6vm+ZEfEMDjxW4mqcstiZyN5RKaQ l1Bw== MIME-Version: 1.0 X-Received: by 10.68.179.35 with SMTP id dd3mr10867026pbc.197.1367032376651; Fri, 26 Apr 2013 20:12:56 -0700 (PDT) Received: by 10.68.222.200 with HTTP; Fri, 26 Apr 2013 20:12:56 -0700 (PDT) In-Reply-To: <20130426205459.GA60584@bogodyn.org> References: <20130426205459.GA60584@bogodyn.org> Date: Fri, 26 Apr 2013 23:12:56 -0400 Message-ID: Subject: Re: Why is "pkg_glob" no longer working for me? From: "illoai@gmail.com" To: russo@bogodyn.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Apr 2013 03:12:57 -0000 OK But modulo CH3CH2OH You need to learn the neue pkg system & how it differez On 26 April 2013 16:54, Tom Russo wrote: > I used to be able to run "pkg_glob" to see what packages have been updated > since a given date. For example, if I do a big 'portupgrade -fr > somepackage' > and wait overnight, then in the morning find a handful had failed, I often > find it helpful to do something like: > > pkg_glob -r somepackage -x '>= 2013-04-24' > > to see what packages depend on somepackage but weren't updated when I did > the portupgrade on the 24th. > > But now, I find that pkg_glob always returns absolutely nothing if I > specify > a date. I did a portupgrade -a on Thursday the 25th of April, and when I > try > to see which ports actually got updated with "pkg_glob '>=2013-04-24'", it > prints nothing. > > This has been happening for a few weeks, at least, and I wonder > an update to the portupgrade package busted it. > > I have tried rebuilding the package db and ports db using pkgdb and > portsdb, > with no change in behavior. > > I tried looking at /var/db/pkg to see if the modification times of > directories > there might help me answer my question, but far more directories have been > touched than packages actually updated (there were, as I recall, 20 pending > package upgrades when I started the process). > > Anyone else have this issue? Or am I the only one left still using > portupgrade > and its associated tools? > > -- > Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ > Tijeras, NM QRPL#1592 K2#398 SOC#236 > http://kevan.org/brain.cgi?DDTNM > echo "prpv_a'rfg_cnf_har_cvcr" | sed -e 's/_/ /g' | tr [a-m][n-z] > [n-z][a-m] > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > -- --