From owner-freebsd-questions@FreeBSD.ORG Sun May 1 23:06:31 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC372106566B for ; Sun, 1 May 2011 23:06:31 +0000 (UTC) (envelope-from richardehr08@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 744AA8FC0C for ; Sun, 1 May 2011 23:06:30 +0000 (UTC) Received: by wwc33 with SMTP id 33so5285103wwc.31 for ; Sun, 01 May 2011 16:06:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=bv2OLhzOz61/R0Ef9lYOr6/YuGIUPRMNCiv/8wNeVHc=; b=RST0PzPF4oeYdOql0sD8Au3eQ3EBFRN+laHx7VgcGoarHmbrU1V8lPHneyEKfNls5N 3hDDKBJtrnOOoUMmgxBt5laUILHQfOxMw4q++KsKJZtKpe18xjwZ7+eCoK61+oAAHzaa kywt0HtjDv0KT9vEtwM6m9MYI9O/IKSqsaxUI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=feCkL1R4ZQTA7C+mt/jdA321Xu+TvX2zxDj2LfvuQQTGX76TPZyzgIf6GXAE+wNgB+ PSejw/B5UGVnhOaBbA3gUH4QFHMtrDhx50aBM71Nh/SZPoLJLf737jKnSyPKUSIZ/2ez G1R37ooUQr160wxKrdtRrLn2VOiPeLPKfNdek= MIME-Version: 1.0 Received: by 10.216.145.195 with SMTP id p45mr377153wej.61.1304289791748; Sun, 01 May 2011 15:43:11 -0700 (PDT) Received: by 10.216.170.199 with HTTP; Sun, 1 May 2011 15:43:11 -0700 (PDT) Date: Sun, 1 May 2011 17:43:11 -0500 Message-ID: From: Richard Ehrlich To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: py-django12 failed install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2011 23:06:31 -0000 When I attempt to install py-django12 on freeBSD 8.2 with python 2.6.5 already installed, I get the following: richarde@test3- /usr/ports/www/py-django12 # make install clean "/usr/ports/Mk/bsd.python.mk", line 304: warning: String comparison operator should be either == or != "/usr/ports/Mk/bsd.python.mk", line 304: Malformed conditional (!empty(_PYTHON_VERSION_MINIMUM) && ( ${_PYTHON_VERSION} < ${_PYTHON_VERSION_MINIMUM})) "/usr/ports/Mk/bsd.python.mk", line 307: warning: String comparison operator should be either == or != "/usr/ports/Mk/bsd.python.mk", line 307: Malformed conditional (!empty(_PYTHON_VERSION_MAXIMUM) && ( ${_PYTHON_VERSION} > ${_PYTHON_VERSION_MAXIMUM})) "/usr/ports/Mk/bsd.port.mk", line 6452: if-less endif make: fatal errors encountered -- cannot continue bsd.python.mk lines 303/304 currently read: .if !empty(_PYTHON_VERSION_MINIMUM) && ( \ ${_PYTHON_VERSION} < ${_PYTHON_VERSION_MINIMUM}) bsd.python.mk lines 306/307 currently read: .elif !empty(_PYTHON_VERSION_MAXIMUM) && ( \ ${_PYTHON_VERSION} > ${_PYTHON_VERSION_MAXIMUM}) The error message warnings don't seem logical. Any suggestions? Thanks, -- RichardE