Date: Sun, 11 May 2014 10:40:00 GMT From: John Ko <john@johnko.ca> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/189257: [NEW PORT] databases/percona56-xtradb-cluster Message-ID: <201405111040.s4BAe053019316@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189257; it has been noted by GNATS. From: John Ko <john@johnko.ca> To: Daniel Ylitalo <daniel@blodan.se> Cc: "bug-followup@FreeBSD.org" <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 <daniel@blodan.se> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405111040.s4BAe053019316>