From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Aug 5 05:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EE340BB6 for ; Mon, 5 Aug 2013 05:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B43D82965 for ; Mon, 5 Aug 2013 05:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r755e0mg055916 for ; Mon, 5 Aug 2013 05:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r755e0qV055914; Mon, 5 Aug 2013 05:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 5 Aug 2013 05:40:00 GMT Resent-Message-Id: <201308050540.r755e0qV055914@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Erick Turnquist Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1194AB55 for ; Mon, 5 Aug 2013 05:33:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3D7C293D for ; Mon, 5 Aug 2013 05:33:49 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r755Xn9Q070272 for ; Mon, 5 Aug 2013 05:33:49 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r755Xn2Z070269; Mon, 5 Aug 2013 05:33:49 GMT (envelope-from nobody) Message-Id: <201308050533.r755Xn2Z070269@oldred.freebsd.org> Date: Mon, 5 Aug 2013 05:33:49 GMT From: Erick Turnquist To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181046: www/p5-Apache-AuthCookie fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2013 05:40:01 -0000 >Number: 181046 >Category: ports >Synopsis: www/p5-Apache-AuthCookie fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 05 05:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Erick Turnquist >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD rhea 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #2: Wed Jun 19 20:34:32 UTC 2013 root@rhea:/usr/obj/usr/src/sys/GENERIC amd64 >Description: It looks like this was broken with SVN revision 324174. The distfile does not contain a pre-baked Makefile, causing builds to fail with: ===> Building for p5-Apache-AuthCookie-3.19 make: cannot open Makefile. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** [do-build] Error code 1 Stop in /usr/ports/www/p5-Apache-AuthCookie. ----- I worked around this by adding this to the Makefile: pre-build: @(cd ${BUILD_WRKSRC}; perl Makefile.PL) ----- This generates the Makefile so the port can build. I'm not sure if this is an upstream bug or not, but it seems to me that we should be the ones generating that Makefile. >How-To-Repeat: portsnap update and attempt to build the port >Fix: >Release-Note: >Audit-Trail: >Unformatted: