Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2013 07:19:17 +0200
From:      olli hauer <ohauer@gmx.de>
To:        waitman@waitman.net
Cc:        ohauer@FreeBSD.org, freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/182126: [patch] ports-mgmt/chucky allow build with gcc and honor PREFIX
Message-ID:  <523694D5.6000507@gmx.de>
In-Reply-To: <01bc5b21b64caf81ce04bfb3c3ace7a0.squirrel@mx.waitman.net>
References:  <201309152045.r8FKjpAB093121@freefall.freebsd.org> <01bc5b21b64caf81ce04bfb3c3ace7a0.squirrel@mx.waitman.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?523694D5.6000507>