Date: Sun, 11 May 2014 10:20:02 GMT From: Daniel Ylitalo <daniel@blodan.se> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/189257: [NEW PORT] databases/percona56-xtradb-cluster Message-ID: <201405111020.s4BAK2TN012762@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: Daniel Ylitalo <daniel@blodan.se> To: John Ko <john@johnko.ca> Cc: "bug-followup@FreeBSD.org" <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 <daniel@blodan.se> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405111020.s4BAK2TN012762>