From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 11 10:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F59D56E for ; Sun, 11 May 2014 10:40:01 +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 8D47C27B1 for ; Sun, 11 May 2014 10:40:01 +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 s4BAe1d9019318 for ; Sun, 11 May 2014 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BAe053019316; Sun, 11 May 2014 10:40:00 GMT (envelope-from gnats) Date: Sun, 11 May 2014 10:40:00 GMT Message-Id: <201405111040.s4BAe053019316@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: John Ko Subject: Re: ports/189257: [NEW PORT] databases/percona56-xtradb-cluster Reply-To: John Ko 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:40:01 -0000 The following reply was made to PR ports/189257; it has been noted by GNATS. From: John Ko To: Daniel Ylitalo Cc: "bug-followup@FreeBSD.org" Subject: Re: ports/189257: [NEW PORT] databases/percona56-xtradb-cluster Date: Sun, 11 May 2014 06:14:48 -0400 Not sure... I think you have it right?? It's when I use poudriere to automat= e 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=3D56p I should note, after packaging and installing, I have trouble running it wit= h 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 alread= y be installed. How do i specify the makefile to install the 56p-client if no other mysql cl= ient 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: >=20 > WITH_MYSQL_VER=3D56p >=20 > Otherwise databases/p5-DBD-mysql defaults to depending on databases/mysql5= 5-client and that conflicts with the archive's WANT_MYSQL_VER=3D 56p. >=20 > Cheers