[Maria-developers] Weekly Report

2020-08-24 Thread Kartik Soneji

 Hi,

This week
   
   -
Implemented the BZip2, LZ4 and LZ4HC services along with tests, as per original 
project schedule.   
This means that all services have been implemented (šŸŽ‰), although some of them 
need review and fine-tuning, as documented in the table below.

   -
Here is the current state of all services:


| \ | BZip2 | LZ4 | LZ4HC | LZMA | LZO | Snappy | ZStandard |
| Connect | * |  |  |  |  |  |  |
| InnoDB | Y | Y |  | Y | Y | Y |  |
| Mroonga |  | Y |  |  |  |  | Y  |
| RocksDB | * | ? | ? |  |  | Y | ?  |


Y ā†’ Service is confirmed working, and tests are written.
* ā†’ Service is working, but needs tweaking or additional tests.
? ā†’ Service is implemented, but it might not be worth the additional complexity.
   
   - Wrote tests for Connect and Mroonga.

Next week
   
   -
Work on the final report for GSoC.

   -
Made a list of LZ4 and ZStandard versions on all supported platforms.   
RocksDB uses different sets of functions depending on the compile-time version 
of the library available, so this will allow us to make a more informed choice 
of the minimum version number.

   -
Finish writing the HOWTO file.


Thanks,
Kartik
ā€‹___
Mailing list: https://launchpad.net/~maria-developers
Post to : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp


[Maria-developers] Building from source failing on Mac OS X complaining of librarymariadb

2020-08-24 Thread Rodrigo Souza
Hello all,

Iā€™m a newbie, trying to familiarize myself with the source code, however, once 
I followed the steps outlined here 
https://mariadb.org/get-involved/getting-started-for-developers/get-code-build-test/
 

 to build the server on Mac OS X, currently the MAKE fails on me complaining 
about a deprecated GSSAPI.h as follows:

/mariadb/server/libmariadb/plugins/auth/gssapi_client.c:72:12: error: 
'gss_import_name' is deprecated: use GSS.framework 
[-Werror,-Wdeprecated-declarations]
major= gss_import_name(&minor, &principal_name_buf, GSS_C_NT_USER_NAME, 
&service_name);
   ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:591:19:
 note: 'gss_import_name' has been explicitly marked deprecated here
gss_name_t *) GSSKRB_APPLE_DEPRECATED("use GSS.framework") 
__API_DEPRECATED("Use GSS.framework", macos(10.0, 10.8)) 
__API_UNAVAILABLE(macCatalyst);  /* output_name */
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/gssapi/gssapi.h:57:51:
 note: expanded from macro 'GSSKRB_APPLE_DEPRECATED'
#define GSSKRB_APPLE_DEPRECATED(x) __attribute__((deprecated(x)))

My Mac OS X is Catalina 10.15.6 and XCode Tools 11.6.

Have you guys ever had this kind of issue trying to build on Mac OS?


Thank you,
Rodrigo Souza___
Mailing list: https://launchpad.net/~maria-developers
Post to : maria-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~maria-developers
More help   : https://help.launchpad.net/ListHelp