svn commit: r442077 - head/databases/sqlite3

Sunpoet Po-Chuan Hsieh sunpoet at freebsd.org
Tue Jun 6 13:55:40 UTC 2017


On Tue, Jun 6, 2017 at 2:13 AM, Sunpoet Po-Chuan Hsieh <sunpoet at freebsd.org>
wrote:

> On Wed, May 31, 2017 at 5:24 PM, Tobias C. Berner <tcberner at freebsd.org>
> 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<SQLite::ColumnType>(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.


More information about the svn-ports-all mailing list