Date: Mon, 17 Sep 2018 19:02:18 -0600 From: Adam Weinberger <adamw@adamw.org> To: freebsd-ports@freebsd.org Subject: Re: poudriere and forcing depends Message-ID: <CAP7rwchgWX0-bG1W6RC6%2BGn-FNstYoy2J6Cv2=MbQ5uFD9cwhA@mail.gmail.com> In-Reply-To: <SN1PR20MB21093B1CC2A352131DA5C9A9801D0@SN1PR20MB2109.namprd20.prod.outlook.com> References: <SN1PR20MB21093B1CC2A352131DA5C9A9801D0@SN1PR20MB2109.namprd20.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 17, 2018 at 6:53 PM Carmel NY <carmel_ny@outlook.com> wrote: > > I have come across several ports that poudriere builds with the wrong > dependencies. > > I have MySQL 8.0 installed by poudriere. I wanted to install > "databases/mysqlbackup" When built using the system "make install" command, it > works fine. However, when I attempt to build it with poudriere, poudriere > insists on installing MySQL 5.6 and removing MySQL 8.0. I have had a similar > problem with PHP72 and poudriere. > > Either I am doing something incorrectly or else there is a problem with the > way poudriere is choosing what dependencies to use. > > -- > Carmel How are you specifying mysql 8 to poudriere? It sounds like that might be where the problem is, because it's picking up the default (5.6). Keep in mind that poudriere doesn't use the system /etc/make.conf---you'll need to create one in /usr/local/etc/poudriere.d (see the "Create optional make.conf" section of poudriere(8) for a list of make.conf names that it'll check). # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP7rwchgWX0-bG1W6RC6%2BGn-FNstYoy2J6Cv2=MbQ5uFD9cwhA>