From owner-freebsd-ports-bugs@freebsd.org Wed Apr 10 07:29:23 2019 Return-Path: Delivered-To: freebsd-ports-bugs@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 2C4F8157ACF1 for ; Wed, 10 Apr 2019 07:29:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9CB55935EA for ; Wed, 10 Apr 2019 07:29:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5B9FE157ACF0; Wed, 10 Apr 2019 07:29:22 +0000 (UTC) Delivered-To: ports-bugs@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 37905157ACEF for ; Wed, 10 Apr 2019 07:29:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C3182935E5 for ; Wed, 10 Apr 2019 07:29:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id CEE45473 for ; Wed, 10 Apr 2019 07:29:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x3A7TK1v081671 for ; Wed, 10 Apr 2019 07:29:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x3A7TKer081670 for ports-bugs@FreeBSD.org; Wed, 10 Apr 2019 07:29:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237086] irc/znc Build fails with:make[8]: stopped in /usr/ports/devel/py-enum34 Date: Wed, 10 Apr 2019 07:29:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: nightrecon@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2019 07:29:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237086 --- Comment #4 from Michael Powell --- Apologies for such an ineffectual report. Perhaps starting at the beginning might help. Please see the irc-znc-problem.txt attachment. Note this PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233723 One example from this PR: mesa-libs-18.3.2 needs Python 2.7 at most, but 3.6 was specified. Error from both irc-znc-problem.txt and znc-1.7.3-failure.log: py27-enum34-1.1.6 needs Python 3.3 at most, but 3.6 was specified. This also in reference to the current port, which is this: # Created by: elvstone@gmail.com # $FreeBSD: head/irc/znc/Makefile 497432 2019-03-31 17:08:41Z dbaio $ PORTNAME=3D znc PORTVERSION=3D 1.7.3 [...] I looked at your logs and don't know why you are looking at 1.7.2. But it=20 confirms that Poudriere is masking the problem. I do not use Poudriere,=20 but someone who does ran a poudrier testport run for me and was unable=20 to reproduce the problem as well. Steps to reproduce: 1 - Install a release 2 - portsnap fetch && portsnap extract && portsnap fetch update 3 - cd /usr/ports/irc/znc and run make=20 You will see what is in the attached znc-1.7.3-failure.log. At this point t= he Makefile may be edited with the contents from the diff, and make run again and it will pick up where it left off and continue on to success. Or it can= be edited before and it will complete correctly, as in the attached=20 znc-1.7.3-corrected.log. There are no options being set anywhere other than what are part of all the= =20 defaults set in the ports tree. In other words, you seem to think I am sett= ing some option; I am NOT. It also does not matter whether there is a make.conf containing BATCH=3D yes or no make.conf at all.=20 Also notice the difference in the order things occur between the failure lo= g=20 and the corrected log.=20 The poudriere environment is masking this problem. The problem is broken automatic dependency building. Anyone not using poudriere and manually installing from the ports tree will see this. As did the guy in the irc channel. --=20 You are receiving this mail because: You are the assignee for the bug.=