From owner-freebsd-current@FreeBSD.ORG Tue Jul 23 10:54:34 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C07AD14D for ; Tue, 23 Jul 2013 10:54:34 +0000 (UTC) (envelope-from satan@ukr.net) Received: from hell.ukr.net (hell.ukr.net [212.42.67.68]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82B402740 for ; Tue, 23 Jul 2013 10:54:34 +0000 (UTC) Received: from satan by hell.ukr.net with local ID 1V1aEb-000D8m-6v ; Tue, 23 Jul 2013 13:54:25 +0300 Date: Tue, 23 Jul 2013 13:54:25 +0300 From: Vitalij Satanivskij To: freebsd-current@freebsd.org Subject: Mysql5.5 MariaDB 5.5 built fail after r253321 Message-ID: <20130723105425.GA42334@hell.ukr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: satan@ukr.net X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jul 2013 10:54:34 -0000 Hello. After changes commited in Revision 253321 diff is - http://svnweb.freebsd.org/base/head/lib/msun/src/math.h?r1=253319&r2=253321&sortby=rev Build of databases/mysql55-server and databases/mariadb55-server/ failed. Both with same error. [ 47%] Building CXX object sql/CMakeFiles/sql.dir/item_func.cc.o In file included from /usr/ports/databases/mysql55-server/work/mysql-5.5.32/sql/item_func.cc:27: In file included from /usr/ports/databases/mysql55-server/work/mysql-5.5.32/include/my_global.h:351: /usr/include/include/sys/timeb.h:42:2: warning: "this file includes which is deprecated" [-W#warnings] #warning "this file includes which is deprecated" ^ /usr/ports/databases/mysql55-server/work/mysql-5.5.32/sql/item_func.cc:2344:29: error: controlling expression type 'volatile double' not compatible with any generic association type else if (!dec_negative && my_isinf(value_mul_tmp)) ^~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/databases/mysql55-server/work/mysql-5.5.32/include/my_global.h:814:21: note: expanded from macro 'my_isinf' #define my_isinf(X) isinf(X) ^~~~~~~~ /usr/include/include/math.h:107:18: note: expanded from macro 'isinf' #define isinf(x) __fp_type_select(x, __isinff, __isinf, __isinfl) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/include/math.h:86:49: note: expanded from macro '__fp_type_select' #define __fp_type_select(x, f, d, ld) _Generic((0,(x)), \ ^~~~~ 1 warning and 1 error generated. --- sql/CMakeFiles/sql.dir/item_func.cc.o --- *** [sql/CMakeFiles/sql.dir/item_func.cc.o] Error code 1 make: stopped in /usr/ports/databases/mysql55-server/work/mysql-5.5.32 3 warnings generated. 1 warning generated. 1 warning generated. 1 error make: stopped in /usr/ports/databases/mysql55-server/work/mysql-5.5.32 *** Error code 2 Stop. make: stopped in /usr/ports/databases/mysql55-server/work/mysql-5.5.32 --- all --- *** [all] Error code 1 make: stopped in /usr/ports/databases/mysql55-server/work/mysql-5.5.32 1 error make: stopped in /usr/ports/databases/mysql55-server/work/mysql-5.5.32 After manual rollback, build finished successfuly. Question - is ports must be fixed or maybe system?