[MDEV-7496] P8 debug builds fail in mroonga Created: 2015-01-23  Updated: 2015-02-20  Resolved: 2015-02-20

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0
Fix Version/s: 10.0.17

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: buildbot, compile, tests

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar-debug/builds/133/steps/compile/logs/stdio

[  4%] Building C object libservices/CMakeFiles/mysqlservices.dir/kill_statement_service.c.o
/var/lib/buildbot/maria-slave/power8-vlp04-bintar-debug/build/storage/mroonga/vendor/groonga/lib/com.c: In function 'grn_com_queue_enque':
/var/lib/buildbot/maria-slave/power8-vlp04-bintar-debug/build/storage/mroonga/vendor/groonga/lib/com.c:73:30: error: unused parameter 'ctx' [-Werror=unused-parameter]
 grn_com_queue_enque(grn_ctx *ctx, grn_com_queue *q, grn_com_queue_entry *e)
 ...



 Comments   
Comment by Sergey Vojtovich [ 2015-01-23 ]

This is not Power8 specific issue. We enabled -Werror for MYSQL_MAINRAINER_MODE. This is probably Ok for server code, but we have little control over third party plugins.

Either we should remove MYSQL_MAINTAINER_MODE from P8 builds or probably not issue -Werror for plugins.

Comment by Sergei Golubchik [ 2015-02-20 ]

I've disabled -Werror until plugins will be ready for it

Generated at Thu Feb 08 07:20:02 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.