Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2011 18:18:22 GMT
From:      Warren Block <wblock@wonkity.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158812: [patch] lang/python27: elaborate on "does not build" message
Message-ID:  <201107111818.p6BIIMe4066768@red.freebsd.org>
Resent-Message-ID: <201107111820.p6BIK6EP079376@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158812
>Category:       ports
>Synopsis:       [patch] lang/python27: elaborate on "does not build" message
>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 Jul 11 18:20:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Warren Block
>Release:        8-stable
>Organization:
>Environment:
FreeBSD lightning 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 08:21:18 MDT 2011     root@lightning:/usr/obj/usr/src/sys/LIGHTNING  i386
>Description:
lang/python27 sets BROKEN to "does not build" if the PTH option is enabled.  This error message does not tell the user the cause of the problem.
>How-To-Repeat:
# cd /usr/ports/lang/python27
# make -DWITH_PTH
>Fix:
Apply patch.

Patch attached with submission follows:

--- lang/python27/Makefile.orig	2011-07-11 12:11:08.000000000 -0600
+++ lang/python27/Makefile	2011-07-11 12:11:28.000000000 -0600
@@ -84,7 +84,7 @@
 
 .if !defined(WITHOUT_THREADS)
 .if defined(WITH_PTH)
-BROKEN=			does not build
+BROKEN=			does not build with PTH enabled
 CONFIGURE_ARGS+=	--with-pth
 EXTRA_PATCHES+=		${PATCHDIR}/extra-patch-configure-pth
 LIB_DEPENDS+=		pth:${PORTSDIR}/devel/pth


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107111818.p6BIIMe4066768>