Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2013 18:00:03 -0700
From:      "Waitman Gobble" <waitman@waitman.net>
To:        ohauer@FreeBSD.org
Cc:        ohauer@freebsd.org, waitman@waitman.net, freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/182126: [patch] ports-mgmt/chucky allow build with gcc and honor PREFIX
Message-ID:  <01bc5b21b64caf81ce04bfb3c3ace7a0.squirrel@mx.waitman.net>
In-Reply-To: <201309152045.r8FKjpAB093121@freefall.freebsd.org>
References:  <201309152045.r8FKjpAB093121@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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.


Thank you,

-- 
Waitman Gobble
San Jose California USA
+1.510-830-7975



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01bc5b21b64caf81ce04bfb3c3ace7a0.squirrel>