VirtualBox

Changeset 87703 in vbox


Ignore:
Timestamp:
Feb 10, 2021 10:12:40 PM (4 years ago)
Author:
vboxsync
Message:

Installer/solaris: Additional amendment to vbox-ips.mog to remove dependency on python 2.6 since VBoxPython.so is linked with libpython2.6.so.1.0 on Solaris 11 systems up to 11.3 SRU19 inclusive. Also change vboxshell.py to explicity invoke python2.7 which has always been available on Solaris 11 and is delivered in S10 as part of freely available patches. bugref:5999

Location:
trunk/src/VBox/Installer/solaris
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r87098 r87703  
    624624        $(INSTALL) -m 0644 $(VBOX_PATH_SOL_INST_SRC)/vbox.pkgresponse $(VBOX_PATH_SI_SCRATCH_PKG)/opt/VirtualBox/autoresponse
    625625        $(if-expr defined(VBOX_WITH_PYTHON) \
    626         ,$(SED) -e "s@^#!.*@#!/usr/bin/python2@" \
     626        ,$(SED) -e "s@^#!.*@#!/usr/bin/python2.7@" \
    627627                --output $(VBOX_PATH_SI_SCRATCH_PKG)/opt/VirtualBox/vboxshell.py \
    628628                $(PATH_STAGE_BIN)/vboxshell.py,)
  • trunk/src/VBox/Installer/solaris/vbox-ips.mog

    r87100 r87703  
    3838
    3939# Drop all API helper libraries for python 2.x other than 2.7
     40<transform file path=opt/VirtualBox/64/VBoxPython\.so.*$ -> drop>
    4041<transform file path=opt/VirtualBox/64/VBoxPython2\.so.*$ -> drop>
    4142<transform file path=opt/VirtualBox/(64/)?VBoxPython2_[^7].*\.so.*$ -> drop>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette