From owner-freebsd-ports@freebsd.org Tue Nov 1 10:49:43 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 14AEFC28B90 for ; Tue, 1 Nov 2016 10:49:43 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (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 CF27B18AF for ; Tue, 1 Nov 2016 10:49:42 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1c1WdJ-002XYn-Ut>; Tue, 01 Nov 2016 11:49:33 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1c1WdI-001Dtz-UW>; Tue, 01 Nov 2016 11:49:33 +0100 Date: Tue, 1 Nov 2016 11:49:26 +0100 From: "O. Hartmann" To: freebsd-ports Subject: [poudriere]: lang/php56 is unwilling to build with ZTS Message-ID: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 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: Tue, 01 Nov 2016 10:49:43 -0000 Obviously I ran into a problem with recent poudriere on CURRENT building ports in a CURRENT jail. Building threaded www/apache24 requires lang/php56 having option ZTS set. I did so. I tried to rebuild all depending ports, but I run into rpoblems then with php56: for instance, textproc/php56-xmlreader fails to build, the poudriere log gives the reason: ===> php56-xmlreader-5.6.27 depends on file: /usr/local/lib/php/20131226/dom.so - not found On systems with properly set ZTS, the expected folder for PHP modules would be /usr/local/lib/php/20131226-zts/ When I first discovered this, I tried to delete and rebuild lang/php56 from packages - definitely with option ZTS set - but the error is persistant. I'm unwilling to rebuild ALL thousands of packages, so I need some advice how to solve this problem. Please CC me, I do not subscribe the list. Thanks. Thank you very much in advance, oh