components/python/twisted/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Mon, 09 Feb 2015 16:16:56 -0800
changeset 3753 184414ddc0f0
parent 3744 a74b6fa1af7a
child 3817 30b42c38bbc4
permissions -rw-r--r--
20502191 [REDUX] TWISTED should have some master test results to compare against
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1106
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
3744
a74b6fa1af7a 20455804 TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    23
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1106
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		Twisted
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	10.1.0
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://twistedmatrix.com/trac/
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    sha256:eda6e0e9e5ef6f6c19ab75bcb094f83a12ee25fe589fbcddf946e8a655c8070b
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://tmrc.mit.edu/mirror/twisted/$(COMPONENT_NAME)/10.1/$(COMPONENT_ARCHIVE)
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	python-mod/twisted
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    38
TPNO=			9692
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    39
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    40
# Syntax issues: not Python 3 ready.
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1907
diff changeset
    41
PYTHON_VERSIONS=	2.7 2.6
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    42
1106
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
include $(WS_TOP)/make-rules/prep.mk
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
include $(WS_TOP)/make-rules/setup.py.mk
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
include $(WS_TOP)/make-rules/ips.mk
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
1303
79b691ffbda3 16734056 Make antlr ASLR enabled
Brian Cameron <brian.cameron@oracle.com>
parents: 1106
diff changeset
    47
COMPONENT_TEST_DIR= $(COMPONENT_SRC) 
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    48
COMPONENT_TEST_CMD= $(@D)/scripts-$(PYTHON_VERSION)/trial twisted
1303
79b691ffbda3 16734056 Make antlr ASLR enabled
Brian Cameron <brian.cameron@oracle.com>
parents: 1106
diff changeset
    49
COMPONENT_TEST_ARGS=""
79b691ffbda3 16734056 Make antlr ASLR enabled
Brian Cameron <brian.cameron@oracle.com>
parents: 1106
diff changeset
    50
3744
a74b6fa1af7a 20455804 TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    51
# Unfortunately the master test results files are not only different for
a74b6fa1af7a 20455804 TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    52
# each version of Python, they can also be different for 32-bit and 64-bit
a74b6fa1af7a 20455804 TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    53
# versions and different for x86 and SPARC platforms.
a74b6fa1af7a 20455804 TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    54
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-$(PYTHON_VERSION)-$(BITS).$(MACH).master
a74b6fa1af7a 20455804 TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    55
3753
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    56
# Using gsed with a specific set of transforms to be applied to the test
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    57
# results to try to normalize them, was problematic. It resulted in 8
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    58
# different ~650Kb master test files. Several of these lines needed to be
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    59
# deleted (as opposed to being normalized) because they appear in a
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    60
# non-deterministic order.
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    61
#
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    62
# Using nawk to just extract lines starting with:
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    63
# [FAIL]: ...
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    64
# [ERROR]: ...
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    65
# Ran XXXX tests in ...
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    66
# FAILED ...
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    67
# OK
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    68
# and stripping out the random portions (like time to complete the tests),
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    69
# resulted in 8 master test files each less than 1Kb in size.
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    70
COMPONENT_TEST_TRANSFORMER =    $(NAWK)
184414ddc0f0 20502191 [REDUX] TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3744
diff changeset
    71
COMPONENT_TEST_TRANSFORMS = "'/^\[FAIL\]: / { print }; /^\[ERROR\]: / { print }; /^Ran / { sub(\" tests in .+s\", \" tests in\"); print }; /^FAILED / { print }; /^OK / { print };'"
3744
a74b6fa1af7a 20455804 TWISTED should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 3497
diff changeset
    72
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1303
diff changeset
    73
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
1303
79b691ffbda3 16734056 Make antlr ASLR enabled
Brian Cameron <brian.cameron@oracle.com>
parents: 1106
diff changeset
    74
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    75
build:		$(BUILD_32_and_64)
1106
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    77
install:	$(INSTALL_32_and_64)
1106
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    79
test:		$(TEST_32_and_64)
1106
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    81
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
1106
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
a607a44533d8 15820223 SUNBT7202663 Move python/twisted from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
include $(WS_TOP)/make-rules/depend.mk