From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 16 05:19:16 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTP id C2D00713 for ; Mon, 16 Sep 2013 05:19:16 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 453A82C08 for ; Mon, 16 Sep 2013 05:19:16 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MOw4N-1VFe3f1PeB-006QR3 for ; Mon, 16 Sep 2013 07:19:08 +0200 Message-ID: <523694D5.6000507@gmx.de> Date: Mon, 16 Sep 2013 07:19:17 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: waitman@waitman.net Subject: Re: ports/182126: [patch] ports-mgmt/chucky allow build with gcc and honor PREFIX References: <201309152045.r8FKjpAB093121@freefall.freebsd.org> <01bc5b21b64caf81ce04bfb3c3ace7a0.squirrel@mx.waitman.net> In-Reply-To: <01bc5b21b64caf81ce04bfb3c3ace7a0.squirrel@mx.waitman.net> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:GSIo1VuQaM1dW7FNB1qyac6sEIf5LMj/rF1/1FSCUL7TNFqA35l LgZtjLGqpF4KN9gPi5fI3MuG7r+wWZuwoGgQkNgpHvj3g6sUMdfrGwKROgamG5tYR09VvMU j3MRSrM9Jaf16n6MGwyKCGGBFk04W9Ra5mUE/+QiylNfi8jKw3paK2AzkmKalSArDVpMIF0 f/wvMlDGeDT5O2gMOeD7A== Cc: ohauer@FreeBSD.org, freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 05:19:16 -0000 On 2013-09-16 03:00, Waitman Gobble wrote: > > On Sun, September 15, 2013 1:45 pm, ohauer@FreeBSD.org wrote: >> Synopsis: [patch] ports-mgmt/chucky allow build with gcc and honor PREFIX >> >> >> Responsible-Changed-From-To: freebsd-ports-bugs->ohauer >> Responsible-Changed-By: ohauer >> Responsible-Changed-When: Sun Sep 15 20:45:16 UTC 2013 >> Responsible-Changed-Why: >> I'll take it >> >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=182126 >> >> > > > Thanks, I think i left off a ? in the Makefile.. I have an update for this > program.. however I was wanting to find out one thing before updating. > (But your suggested update is fine if you want to go ahead). > > Here's the issue: > > > Here's a 9.2 machine. > > # uname -a > FreeBSD do.burplex.com 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253773M: Mon Jul 29 > 14:22:34 PDT 2013 > da3m0n8t3r@do.burplex.com:/usr/obj/usr/src/sys/KAGISO amd64 > > # sqlite3 /var/db/pkg/local.sqlite > > sqlite> SELECT COUNT(id) FROM packages WHERE time is null; > 0 > sqlite> SELECT COUNT(id) FROM packages WHERE time is not null; > 551 > > > > Here's a 10.0-CURRENT machine. > >> uname -a > FreeBSD dx.burplex.com 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252355: Fri > Jun 28 16:39:19 PDT 2013 > root@dx.burplex.com:/usr/obj/usr/src/sys/FURAHA amd64 > > # sqlite3 /var/db/pkg/local.sqlite > > sqlite> SELECT COUNT(id) FROM packages WHERE time is null; > 814 > sqlite> SELECT COUNT(id) FROM packages WHERE time is NOT null; > 104 > > > I'm not yet sure why on 10.0-CURRENT machine there are 814 packages with > 'time' = null.. this breaks the 'chucky' program. > Hm, thats strange. What does the pkg devs say about this issue?