Print this page
4863 illumos-gate can't be built with fresh perl versions

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/env/illumos.sh
          +++ new/usr/src/tools/env/illumos.sh
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  22   22  # Copyright 2010, 2011 Nexenta Systems, Inc.  All rights reserved.
  23   23  # Copyright 2012 Joshua M. Clulow <josh@sysmgr.org>
       24 +# Copyright 2015, OmniTI Computer Consulting, Inc. All rights reserved.
  24   25  #
  25   26  
  26   27  # Configuration variables for the runtime environment of the nightly
  27   28  # build script and other tools for construction and packaging of
  28   29  # releases.
  29   30  # This example is suitable for building an illumos workspace, which
  30   31  # will contain the resulting archives. It is based off the onnv
  31   32  # release. It sets NIGHTLY_OPTIONS to make nightly do:
  32   33  #       DEBUG build only (-D, -F)
  33   34  #       do not bringover from the parent (-n)
↓ open down ↓ 188 lines elided ↑ open up ↑
 222  223  # Set this flag to 'n' to disable the use of 'checkpaths'.  The default,
 223  224  # if the 'N' option is not specified, is to run this test.
 224  225  #CHECK_PATHS='y'
 225  226  
 226  227  # POST_NIGHTLY can be any command to be run at the end of nightly.  See
 227  228  # nightly(1) for interactions between environment variables and this command.
 228  229  #POST_NIGHTLY=
 229  230  
 230  231  # Uncomment this to disable support for SMB printing.
 231  232  # export ENABLE_SMB_PRINTING='#'
      233 +
      234 +# If your distro uses certain versions of Perl, make sure either Makefile.master
      235 +# contains your new defaults OR your .env file sets them.
      236 +# These are how you would override for building on OmniOS r151012, for example.
      237 +#export PERL_VERSION=5.16.1
      238 +#export PERL_ARCH=i86pc-solaris-thread-multi-64int
      239 +#export PERL_PKGVERS=-5161
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX