Hey Quanlong,
I have made a couple of minor changes, focusing on how our (Cloudera's)
internal automation drives the toolchain build.
I did not expect these changes to break you; I'll look into it shortly;
I'll keep you updated.
Which branch dod you try to build? Was is "master"?
Thanks,
- Laszlo
On Wed, Feb 14, 2018 at 1:03 PM, Quanlong Huang <[email protected]>
wrote:
> Hi all,
>
>
> The build of cyrus-sasl-2.1.23 failed in my env. The errors are all in the
> db_berkeley.c:
>
>
>
> db_berkeley.c:106:8: error: too few arguments to function '(*mbdb)->open'
>
> ret = (*mbdb)->open(*mbdb, path, NULL, DB_HASH, flags, 0660);
>
> ^
>
> make[2]: *** [db_berkeley.lo] Error 1
>
>
>
> I'm using Ubuntu 14.04.2. It used to build success months ago. Are there
> any changes relate to this?
>
>
> Thanks,
> Quanlong