svn commit: r442077 - head/databases/sqlite3

Pavel Volkov pavelivolkov at gmail.com
Tue Jun 6 13:57:49 UTC 2017


Thanks!

On Jun 6, 2017 4:55 PM, "Sunpoet Po-Chuan Hsieh" <sunpoet at freebsd.org>
wrote:

> 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/S
>>> QLite/FunctionContext.cpp:74:46:
>>> error: no matching function for call to 'sqlite3_value_type'
>>>      return static_cast<SQLite::ColumnType>(sqlite3_value_type(argv_[ind
>>> ex]));
>>>                                             ^~~~~~~~~~~~~~~~~~
>>> /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