4208N/A# The contents of this file are subject to the terms of the 4208N/A# Common Development and Distribution License (the "License"). 4208N/A# You may not use this file except in compliance with the License. 4208N/A# See the License for the specific language governing permissions 4208N/A# and limitations under the License. 4208N/A# When distributing Covered Code, include this CDDL HEADER in each 4208N/A# If applicable, add the following below this CDDL HEADER, with the 4208N/A# fields enclosed by brackets "[]" replaced with your own identifying 4208N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5680N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 4208N/A# COMPONENT_VERSION <major>.<minor>.<teeny> 4208N/A# is transformed into <major>.<minor> for RUBY_VER. 4208N/A# First change the separator '.' to ' ', so we can use "word" to pull the 4208N/A# first two space-separated words from the string. 4208N/A# the library-compatible version 4208N/A# these macros are used in the package manifest 4208N/A# an erroneous full build directory in its RUNPATH. The below change to 4208N/A# and prevents its regeneration. 4208N/A# Apply some of the edits here--including to the sed scripts themselves. 4208N/A# These modifications of ruby.1 must occur after ruby 4208N/A# is installed, not before. Although there are some other patches 4208N/A# to ruby.1 that occur before, the ruby installation does some 4208N/A# formatting of ruby.1 that won't occur if the below changes 4208N/A# default LD_OPTION $(LD_B_DIRECT) causes problems-- 4208N/A# during install of ruby, ruby is executed and will core dump 4208N/A# after compiling with this option 4208N/A# don't use LD_Z_IGNORE: causes ruby linker problems with 4208N/A# unreferenced symbol tgetent in libreadline, similar to bug #15617172 4208N/A# sparc build sometimes fails with studio 12.3 because of 17537968; 4208N/A# -xO3 worked around the problem. Also, iropt optimizer has a 4208N/A# (CR 20704428); dropping down to -xO2 works around the bug. 4208N/A# without this define, config fails frequently on i386 when including 4208N/A# many extensions don't get built and at least one error causes 4208N/A# we are building 64-bit, but most of the ruby libraries (*.rb files) 4208N/A# are non-bit-specfic text files, so don't put them under lib/$(MACH64). 4208N/A# The 64-bit *.so libraries will be in the $(MACH64)-solaris$(SOLARIS_VERSION) 4208N/A# arch directories under lib 4208N/A# Don't need docs for ruby C source files 4208N/A# If Ruby is configured with __builtin_setjmp, may cause 4208N/A# problems with gems compiled with gcc. Studio compiler doesn't 4208N/A# report an error for __builtin_setjmp, but gcc would. 4208N/A# ensure we use the 64-bit configuration file, not the 32-bit one 4208N/A# ffi_raw_size(), although its prototype is in libffi's 4208N/A# Defining FFI_NO_RAW_API avoids use of ffi_raw_size(). 4208N/A# This is a workaround to bug 4208N/A# 17349280 - libffi is missing ffi_raw_size() 4208N/A# miniruby may core dump on sparc during build 4208N/A# Some tests produce warnings if HTTP_PROXY is set 4208N/A# This set of tests goes through thousands of entries in the passwd 4208N/A# and group table, taking hours to run; move it aside so we skip it. 4208N/A# There may also be spurious errors if group memberships are modified 4208N/A '-e "s|^20[0-9][0-9]-[01][1-9]-[0-3][0-9].*|XXX_DATE_TIME_XXX|" ' \
4208N/A '-e "s|\(^[[:space:]]*CC = \).*|\1|" ' \
4208N/A '-e "s|\(^[[:space:]]*LD = \).*|\1|" ' \
4208N/A '-e "s|\(^[[:space:]]*LDSHARED = \).*|\1|" ' \
4208N/A '-e "s|\(^[[:space:]]*CFLAGS = \).*|\1|" ' \
4208N/A '-e "s|\(^[[:space:]]*XCFLAGS = \).*|\1|" ' \
4208N/A '-e "s|\(^[[:space:]]*CPPFLAGS = \).*|\1|" ' \
4208N/A '-e "s|\(^[[:space:]]*DLDFLAGS = \).*|\1|" ' \
4208N/A '-e "s|\(^[[:space:]]*SOLIBS = \).*|\1|" ' \
4208N/A '-e "s|\(^cc: \).*|\1|" ' \
4208N/A '-e "s|^\.[\.FES]\+|XXX_DOTS_XXX|" ' \
4208N/A '-e "s|\(Insecure world writable dir \).*\( in PATH, mode \)[0-7].*|\1XXX_DIR_XXX\2XXX_MODE_XXX|g" ' \
4208N/A '-e "s|\(^Driver is \).*|\1XXX_RUBY_VERSION_XXX|" ' \
4208N/A '-e "s|\(^Target is \).*|\1XXX_RUBY_VERSION_XXX|" ' \
4208N/A '-e "s|\(^Finished tests in \).*|\1|" ' \
4208N/A '-e "s|^[[:space:]]*[0-9]\+) \([FSE][a-z]\+:$$\)|NUM) \1|" ' \
4208N/A '-e "s|URI::HTTP:[0-9a-fx]\+ |URI::HTTP:0xXXX |" ' \
4208N/A '-e "s|\(.*\#test_no_memory_leak \).*:$$|\1XXX_RUBY_FILE_XXX:|" ' \
4208N/A '-e "s|/tmp/.*:[0-9]\+: |XXX_TMPFILE_XXX: |" ' \
4208N/A '-e "s|[0-9]\+\( tests, \)[0-9]\+\( assertions, \)[0-9]\+\( failures, \)[0-9]\+\( errors, \)[0-9]\+\( skips\)|XXX_NUM_XXX\1XXX_NUM_XXX\2XXX_NUM_XXX\3XXX_NUM_XXX\4XXX_NUM_XXX\5|" ' \
4208N/A '-e "s|\(^ruby -v: \).*|\1XXX_RUBY_VERSION_XXX|" ' \
4208N/A '-e "s|\(\[yes-test-all\] Error \)[0-9]\+$$|\1NUM|"' 4208N/A# master test results are not entirely clean, so not 4208N/A# appropriate to run at top level