From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 11 10:20:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85775E97 for ; Sun, 11 May 2014 10:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7297F2628 for ; Sun, 11 May 2014 10:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BAK2BJ012763 for ; Sun, 11 May 2014 10:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BAK2TN012762; Sun, 11 May 2014 10:20:02 GMT (envelope-from gnats) Date: Sun, 11 May 2014 10:20:02 GMT Message-Id: <201405111020.s4BAK2TN012762@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Daniel Ylitalo Subject: Re: ports/189257: [NEW PORT] databases/percona56-xtradb-cluster Reply-To: Daniel Ylitalo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 10:20:02 -0000 The following reply was made to PR ports/189257; it has been noted by GNATS. From: Daniel Ylitalo To: John Ko Cc: "bug-followup@FreeBSD.org" Subject: Re: ports/189257: [NEW PORT] databases/percona56-xtradb-cluster Date: Sun, 11 May 2014 12:17:03 +0200 How does your my.cnf config look like? You should be getting the wsrep error in the mysql error log // Daniel John Ko skrev 2014-05-11 12:14: > Not sure... I think you have it right?? It's when I use poudriere to automate package building that it conflicts because p5-DBD-mysql depends by default on mysql55-client and poudriere builds each separately in a clean jail. > > As I suggested, the easy workaround was to tell poudriere to use the percona client for building p5-DBD-mysql. > in a poudriere jail's make.conf: > WITH_MYSQL_VER=56p > > > > I should note, after packaging and installing, I have trouble running it with wsrep (replication) on. > Might be a databases/galera issue which I'll try rebuilding with debug on. > > Any tips on getting a cluster running? > > Thanks! > -- > John > _ > > On May 11, 2014, at 5:49, Daniel Ylitalo wrote: > > Hi! > > Thanks. > > However the software works fine with the mysql55-client if it were to already be installed. > > How do i specify the makefile to install the 56p-client if no other mysql client exists? > > Best regards > Daniel > > John Ko skrev 2014-05-06 05:37: >> Seems to need this in my make.conf, that was ports-mgmt/poudriere is happy to make packages for it: >> >> WITH_MYSQL_VER=56p >> >> Otherwise databases/p5-DBD-mysql defaults to depending on databases/mysql55-client and that conflicts with the archive's WANT_MYSQL_VER= 56p. >> >> Cheers