From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Apr 21 04:20:27 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C8EF2327; Sun, 21 Apr 2013 04:20:27 +0000 (UTC) (envelope-from pavelivolkov@gmail.com) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 9328739C; Sun, 21 Apr 2013 04:20:27 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id e11so6037073iej.16 for ; Sat, 20 Apr 2013 21:20:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=l+FKlinhfV68Nj0BH4pmip9T85qHn8M4mdhaiH9DrYs=; b=O3DN846iQS8u/JwLGRBo/52WM51exxUPpc2clhtKmcUw+XcwAuUNJe1BAStB8l+xcf 0vMX8o+8HWjhRUdp5qh+o5nG74E9/dCrDTeB2twRKAOqxU8NqG5f+FD6ITrOu9ZTSh13 V4Uhnz74e0JuSfRwY2ry0XDOpkJnAcLnjf2ow5TH5K7UzvPuXnDn3A/2prgI1nhIxAiB bisQEE3f74ZlnReYAO0B8b8+F4hqeBEBEu14cL66ihcpgAeGwCCmsUTVPerE+Zy7l00A naI+GEe2M7M5/NnWzDc9sM3OBFJd5HUzpW5b/xMZNvalVvbE1LHqrFURg532bWGwMTPp YL5g== X-Received: by 10.42.32.5 with SMTP id b5mr10567956icd.40.1366518027279; Sat, 20 Apr 2013 21:20:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.26.10 with HTTP; Sat, 20 Apr 2013 21:20:12 -0700 (PDT) In-Reply-To: <201304200710.r3K7AEdR046508@freefall.freebsd.org> References: <201304200710.r3K7AEdR046508@freefall.freebsd.org> From: Pavel Volkov Date: Sun, 21 Apr 2013 08:20:12 +0400 Message-ID: Subject: Re: ports/177982: databases/sqlite3 is broken when sql log enabled To: culot@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: 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: Sun, 21 Apr 2013 04:20:27 -0000 Hello. You are right. And option SQLLOG should be off by default. This option required on PR#175656 (http://www.freebsd.org/cgi/query-pr.cgi?pr=175656) for build nss-3.14.2. See also (https://www.sqlite.org/cgi/src/info/f0843f885a), file src/test_sqllog.c, on how to use it. You can use a dummy function in you program when the option is on void sqlite3_init_sqllog(void) { /* dummy function */ } or turn off this options. On Sat, Apr 20, 2013 at 11:10 AM, wrote: > Synopsis: databases/sqlite3 is broken when sql log enabled > > Responsible-Changed-From-To: freebsd-ports-bugs->culot > Responsible-Changed-By: culot > Responsible-Changed-When: Sat Apr 20 07:10:14 UTC 2013 > Responsible-Changed-Why: > I'll take it. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=177982