From owner-freebsd-ports@freebsd.org Wed Dec 21 11:37:56 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A60C5C8961D for ; Wed, 21 Dec 2016 11:37:56 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8FAB61CA2 for ; Wed, 21 Dec 2016 11:37:56 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: by mailman.ysv.freebsd.org (Postfix) id 8C5DBC8961C; Wed, 21 Dec 2016 11:37:56 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A7ABC8961B for ; Wed, 21 Dec 2016 11:37:56 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) (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 4A0AE1CA1; Wed, 21 Dec 2016 11:37:56 +0000 (UTC) (envelope-from mailinglists@toco-domains.de) Received: from [0.0.0.0] (mail.toco-domains.de [IPv6:2a01:4f8:150:50a5::6]) by toco-domains.de (Postfix) with ESMTPA id CBFB81AAF011; Wed, 21 Dec 2016 12:37:53 +0100 (CET) Subject: Re: The ports collection has some serious issues To: marino@freebsd.org, Jim Trigg References: <20161218013548.GA25190@server.rulingia.com> <3c83b1e8-4428-ddcf-9b55-3793e098c6af@marino.st> <20161218064332.GA16173@eureka.lemis.com> <4f2e93f8-1988-ff60-1159-0daee695836a@gmail.com> <6e78c9cc-8f08-d7c3-6f62-0c0525fa3fea@marino.st> <8a915b99-6c8b-4ed0-580c-d2be76f745d1@gmail.com> Cc: "ports@FreeBSD.org Ports" From: Torsten Zuehlsdorff Message-ID: Date: Wed, 21 Dec 2016 12:37:53 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2016 11:37:56 -0000 On 21.12.2016 12:32, John Marino wrote: > On 12/21/2016 01:23, Jim Trigg wrote: >> Therefore my first >> assumption was that the problem was the new tool I had just started >> using. Note: while my phrasing may have been poor, I was not meaning to >> imply that the tool (poudriere) was necessarily broken, just that I >> couldn't figure out what was going wrong and that it seemed (based on my >> data sample) to be poudriere rather than the port. Having now tested >> using the ports tree directly (make -C >> /usr/ports/databases/php70-pdo_mysql on a basically clean ports tree >> with "OPTIONS_SET+= ZTS" in /etc/make.conf) and gotten the same failure >> as with poudriere, I now have no idea how it worked in portmaster, and >> acknowledge that it is a problem with the port. > > Okay, good. > Any time you can produce an error with poudriere, it should be easy for > others to reproduce as well which confirms the error. The bug was already reported and fixed, but this was not very transparent for users. I need to dig into the framework to find a solution (and another user hit by the problem was a little bit faster than me). For PHP 7.0 i added a message to make thinks more clear in: https://svnweb.freebsd.org/changeset/ports/429051 Greetings, Torsten