Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 04:55:28 +0000 (UTC)
From:      Nathan Owens <ndowens@yahoo.com>
To:        FreeBSD <freebsd-ports@freebsd.org>, Carmel NY <carmel_ny@outlook.com>,  Mel Pilgrim <list_freebsd@bluerosetech.com>
Subject:   Re: poudriere and forcing depends
Message-ID:  <539540772.7010637.1537246528353@mail.yahoo.com>
In-Reply-To: <4b5f55d0-1d0e-6ac6-ced7-35b7e548df5c@bluerosetech.com>
References:  <SN1PR20MB21093B1CC2A352131DA5C9A9801D0@SN1PR20MB2109.namprd20.prod.outlook.com> <4b5f55d0-1d0e-6ac6-ced7-35b7e548df5c@bluerosetech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
=20
Can make a mysql-make.conf in /usr/local/etc/poudriere.d/ and then choose w=
hen to use it:poudriere testport/bulk -j JAILNAME -p PORT -o cat/portname -=
zmysql
    On Monday, September 17, 2018, 10:41:39 PM CDT, Mel Pilgrim <list_freeb=
sd@bluerosetech.com> wrote: =20
=20
 On 09/17/2018 17:52, Carmel NY wrote:
> I have come across several ports that poudriere builds with the wrong
> dependencies.
>=20
> I have MySQL 8.0 installed by poudriere. I wanted to install
> "databases/mysqlbackup" When built using the system "make install" comman=
d, 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 simi=
lar
> problem with PHP72 and poudriere.
>=20
> Either I am doing something incorrectly or else there is a problem with t=
he
> way poudriere is choosing what dependencies to use.

Poudriere does not check /etc/make.conf and always builds on a clean=20
system, so it picks up default versions instead of using what is already=20
installed.=C2=A0 You need to set

DEFAULT_VERSIONS+=3D mysql=3D8.0

in one of the make.conf files poudriere checks (see the poudriere man=20
page for the naming scheme it uses for them).
_______________________________________________
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
 =20
From owner-freebsd-ports@freebsd.org  Tue Sep 18 06:23:57 2018
Return-Path: <owner-freebsd-ports@freebsd.org>
Delivered-To: freebsd-ports@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1AB41093C87
 for <freebsd-ports@mailman.ysv.freebsd.org>;
 Tue, 18 Sep 2018 06:23:57 +0000 (UTC) (envelope-from ml@netfence.it)
Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it
 [2.44.121.52])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (Client CN "mailserver.netfence.it",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 15D93802FF;
 Tue, 18 Sep 2018 06:23:56 +0000 (UTC) (envelope-from ml@netfence.it)
Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18])
 (authenticated bits=0)
 by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id w8I6NbxH035464
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO);
 Tue, 18 Sep 2018 08:23:45 +0200 (CEST) (envelope-from ml@netfence.it)
X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it
 [10.1.2.18] claimed to be alamar.ventu
Subject: Re: Firefox constantly trashing disk
To: =?UTF-8?Q?T=c4=b3l_Coosemans?= <tijl@FreeBSD.org>
Cc: freebsd-ports@freebsd.org
References: <4ec4e2c1-21ec-e889-3105-304ee9a7e63f@netfence.it>
 <20180914203352.56e5e7c7@kalimero.tijl.coosemans.org>
From: Andrea Venturoli <ml@netfence.it>
Message-ID: <eb090c66-ace7-3434-79a1-70f1aba1367b@netfence.it>
Date: Tue, 18 Sep 2018 08:23:36 +0200
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101
 Thunderbird/60.0.1
MIME-Version: 1.0
In-Reply-To: <20180914203352.56e5e7c7@kalimero.tijl.coosemans.org>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>;
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 18 Sep 2018 06:23:57 -0000

On 9/14/18 8:33 PM, Tijl Coosemans wrote:

>> Is there a way I can see what file Firefox is writing too?
>> I tried "lsof|grep firefox", but that will list some 1200-1300 entries
>> and I still don't know which is the one.
> 
> Try the patch in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222356
> For Firefox ESR you may need the version hidden behind 'Show Obsolete'.

Thanks a lot! You clearly pointed me in the correct direction (although 
the details are above my ability to understand :).

Now I've seen a couple of hangs (which I ever hardly experienced 
before), but I'm waiting to see if they can be related to this patch.

  bye & Thanks
	av.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?539540772.7010637.1537246528353>