From owner-freebsd-perl@FreeBSD.ORG Wed Jan 21 15:02:57 2015 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 807A9D0D for ; Wed, 21 Jan 2015 15:02:57 +0000 (UTC) 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 mx1.freebsd.org (Postfix) with ESMTPS id 6C7DCDA1 for ; Wed, 21 Jan 2015 15:02:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0LF2vo7047826 for ; Wed, 21 Jan 2015 15:02:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: perl@FreeBSD.org Subject: maintainer-feedback requested: [Bug 196965] devel/p5-POE: assumes interactive response Date: Wed, 21 Jan 2015 15:02:57 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 15:02:57 -0000 Gary has reassigned Bugzilla Automation 's request for maintainer-feedback to perl@FreeBSD.org: Bug 196965: devel/p5-POE: assumes interactive response https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196965 --- Description --- I've had issues building devel/p5-POE for a while. If I build it via poudriere I don't get any output to the terminal I run poudriere from, but if I look in the log I see: Some of POE's tests require a functional network. You can skip these tests if you'd like. Would you like to skip the network tests? This prompt is apparently skipped automatically if there is no active terminal, but running poudriere bulk from a terminal (or even portmaster with the "hide build" option enabled) won't show the prompt and the build will pause until you look in the logfile to figure out what's going on It would be most helpful if the port could detect that the user isn't going to see the prompt and skip the tests --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer perl@FreeBSD.org