From owner-svn-ports-all@freebsd.org Tue Jun 6 13:55:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02AADBD3448 for ; Tue, 6 Jun 2017 13:55:40 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-qt0-x22c.google.com (mail-qt0-x22c.google.com [IPv6:2607:f8b0:400d:c0d::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B343C6A6BA for ; Tue, 6 Jun 2017 13:55:39 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-qt0-x22c.google.com with SMTP id u12so106755520qth.0 for ; Tue, 06 Jun 2017 06:55:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=QqY2M4AB2v5E4ejmxEfPzJKVImrzTJT7fTpVdca/SDc=; b=LMZNWTRBHG/xuUjg7E5kY6JcrQzsY8ZF6tDfNjistLWGfcorpB57boPXJX56eVQsvr tc6wQ/zKXaZa+FrJZES6Wl+AtlupQohHm6mtjPK7EpaT4jaT4zd4zj1rIUwUlbOCjG7T zDoOOk/AAdY5EftwR0xduapDoJoaU74NeagyPuAEmsAwx5hoOFkLOIMbKTq8V3GGsHnL Z7qiA/zRAN8M3CCld5C795tFQFGkjTXOtb3aiFw3SyYu+Gr9eyvz/+yxH39qgsADOXsF W4SqvQQBvG0xOed+h1T9zsFEOgH3hIocknif4Q/gk+ObRdCCCxbkdYN087UaQ+8jSIgx ol7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=QqY2M4AB2v5E4ejmxEfPzJKVImrzTJT7fTpVdca/SDc=; b=c9KN7gkUc1Mr01cUdk6I1M5xtOnux07AiIZ5cTocq5JOp13SBR6vGT69LM1qMUHUZa AzuG9Iskv7vno7Ngh5i20Y+FyDlaKthde//b9EhLpxz6NnIcZdSaGwKSDhJms5bZ27HK g80uxFL0OSDXU7LD0G0lHIQGHiLLVHwUW5iD1bKK9CfIGZ8rSQfE8PikdCRafcE+OU4w U7X5IU9ZY5hBsj4udYVJVJGxI6bvXpvMoOssqyFEKsza3fwa81t6muWeRI/r2le+urAu 5Z3YxEWNna7VKRU7nM7vbZrf6xbLzpJLb1C2uY1wSMelWmAqxz7feM5pOom3PRBQEU3L MzfQ== X-Gm-Message-State: AKS2vOxhLfi095l7fCYpTyM+QGgQiYte7SfHgzrtLAVIDkTmLdYR0UGl 81WgJxLiD9WkCIrhHON/+A0xKs7ITfNltGn1Aw== X-Received: by 10.55.190.129 with SMTP id o123mr26065402qkf.43.1496757338670; Tue, 06 Jun 2017 06:55:38 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.12.181.3 with HTTP; Tue, 6 Jun 2017 06:54:58 -0700 (PDT) In-Reply-To: References: <201705301521.v4UFLkQK079485@repo.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 6 Jun 2017 21:54:58 +0800 X-Google-Sender-Auth: OWLIkhbi92ebldzEVaJ-DmYGnJA Message-ID: Subject: Re: svn commit: r442077 - head/databases/sqlite3 To: "Tobias C. Berner" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, Pavel Volkov Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2017 13:55:40 -0000 On Tue, Jun 6, 2017 at 2:13 AM, Sunpoet Po-Chuan Hsieh wrote: > On Wed, May 31, 2017 at 5:24 PM, Tobias C. Berner > wrote: > >> Hi >> >> I think this update broke some ports like for example audio/gogglesmm >> and science/orthanc: >> >> [...] >> In file included from >> /wrkdirs/usr/ports/audio/gogglesmm/work/gogglesmm-1.1.7/src/ >> GMDatabase.cpp:21: >> /usr/local/include/sqlite3.h:3712:16: fatal error: typedef >> 'sqlite3_value' cannot be referenced with a struct specifier >> typedef struct sqlite3_value sqlite3_value; >> ^ >> /wrkdirs/usr/ports/audio/gogglesmm/work/gogglesmm-1.1.7/src/ >> GMDatabase.h:24:20: >> note: declared here >> typedef struct Mem sqlite3_value; >> ^ >> 1 error generated. >> [...] >> >> [...] >> /wrkdirs/usr/ports/science/orthanc/work/Orthanc-1.1.0/Core/ >> SQLite/FunctionContext.cpp:74:46: >> error: no matching function for call to 'sqlite3_value_type' >> return static_cast(sqlite3_value_type(argv_[ >> index])); >> ^~~~~~~~~~~~~~~~~~ >> /usr/local/include/sqlite3.h:4643:16: note: candidate function not >> viable: cannot convert argum >> [...] >> >> >> mfg Tobias >> >> > Hi, > > FYI, I've fixed audio/gogglesmm in r442678. > I've also reported the failure to the sqlite3 maintainer. > > Regards, > sunpoet > UDPATE: science/orthanc was fixed in r442773.