From owner-freebsd-ports@FreeBSD.ORG Mon Jan 23 05:20:29 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09711106566B for ; Mon, 23 Jan 2012 05:20:29 +0000 (UTC) (envelope-from tom@diogunix.com) Received: from mail.kepos.org (mail.kepos.org [64.120.5.168]) by mx1.freebsd.org (Postfix) with ESMTP id E658A8FC0A for ; Mon, 23 Jan 2012 05:20:28 +0000 (UTC) From: "tom@diogunix.com" To: freebsd-ports@freebsd.org Date: Mon, 23 Jan 2012 06:20:18 +0100 References: <201201212100.59941.tom@diogunix.com> <201201221624.47915.tom@diogunix.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201201230620.18940.tom@diogunix.com> Cc: Chris Rees Subject: Re: databases/mysql-workbench52 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2012 05:20:29 -0000 > > > > I've stumbled across a weird issue with building the > > > > databases/mysql-workbench52 port on a brandnew / fresh FreeBSD 9 > > > > RELEASE machine: > > > its in the makefile for mysql-workbench51 > > > DEFAULT_MYSQL_VER= 51 > > > IGNORE_WITH_MYSQL= 41 55 > > > > > > you can delete that line and see what happens. > > > > Thanks for the hint, Michael. > > > > Unfortunately, I get an error then: > > > > In file included from ./my_global.h:383, > > > > from mysys_priv.h:17, > > > > from charset-def.cpp:17: > > /usr/include/sys/timeb.h:42:2: warning: #warning "this file includes > > which is deprecated" > > In file included from mysys_priv.h:17, > > > > from charset-def.cpp:17: > > ./my_global.h:1017: error: redeclaration of C++ built-in type 'bool' > > *** Error code 1 > > > > Stop in /usr/ports/databases/mysql-workbench52/work/mysql-workbench- > > oss-5.2.1/library/sql-parser/source. > > *** Error code 1 > > > > Stop in /usr/ports/databases/mysql-workbench52/work/mysql-workbench- > > oss-5.2.1/library/sql-parser. > > *** Error code 1 > > > > Stop in /usr/ports/databases/mysql-workbench52/work/mysql-workbench- > > oss-5.2.1/library. > > *** Error code 1 > > > > Stop in /usr/ports/databases/mysql-workbench52/work/mysql-workbench- > > oss-5.2.1. > > *** Error code 1 > > > > Stop in /usr/ports/databases/mysql-workbench52/work/mysql-workbench- > > oss-5.2.1. > > *** Error code 1 > > > > Stop in /usr/ports/databases/mysql-workbench52. > > *** Error code 1 > > > > Stop in /usr/ports/databases/mysql-workbench52. > > > > I could not figure out what's actually up there. > > > Looks like some incompatibility; perhaps it reimplements something now > included by mysql. > > Let's assume that was the reason > > > @all > > Is there any chance to somehow get the build working with MySQL 55 ? > > Have you contacted upstream? I'm terribly sorry but I'm not familiar with the term "upstream". Do you mean the MySQL team at Sun/Oracle ? Then the answer is no. The list here is my only contact so far. Tom