VirtualBox

Changeset 92655 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Nov 30, 2021 9:00:19 PM (3 years ago)
Author:
vboxsync
Message:

Installer/solaris: More detailed message why a certain Python install is unusable. bugref:9840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/vboxconfig.sh

    r92650 r92655  
    915915    "$pythonbin" -c "from distutils.core import setup" > /dev/null 2>&1
    916916    if test "$?" -ne 0; then
    917         subprint "Skipped: $pythondesc install is unusable"
     917        subprint "Skipped: $pythondesc install is unusable, missing package 'distutils'"
    918918        return 0
    919919    fi
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