5.0b Unified Installer fails on OSX 10.10.3

Peter Fraterdeus <[email protected]> Mon, 8 Jun 2015 14:46:05 +0000 (UTC)
Newsgroups gmane.comp.web.zope.plone.user
Message-ID <[email protected]>
Greetings all!

After receiving the User/Group error shown below, I manually added the plone,
plone_buildout, and plone_daemon users and eponymous groups through the OS X
Users & Groups System Prefs panel (in fact, they were already there, so I
deleted and re-added). However, the same thing occurs regardless.

I'm not sure about the code, but doing some searching on the error brings up
"UNKNOWN_USER_ENV" and the code which raises this seems to simply give up
without even testing for the existence of the correct user and group, if it's
not under either linux or BSD.

https://github.com/plone/Installers-UnifiedInstaller/blob/master/helper_scripts/
user_group_utilities.sh

I have XCode and Command Line Tools installed

~/Downloads/Plone-5.0b2-UnifiedInstaller-r1 @ nealta-geala (peterf) | =>
xcode-select --install xcode-select: error: command line tools are already
installed, use "Software Update" to install updates
________________________________________________________________________________
| ~/Downloads/Plone-5.0b2-UnifiedInstaller-r1 @ nealta-geala (peterf) | => gcc
--version Configured with:
--prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.1.0
(clang-602.0.53) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.3.0
Thread model: posix



The Installation Error here: | ~/Downloads/Plone-5.0b2-UnifiedInstaller-r1 @
nealta-geala (peterf) | => sudo ./install.sh zeo

Testing /usr/bin/python2.7 for Zope/Plone requirements.... /usr/bin/python2.7
looks OK. We will use it.


Root install method chosen. Will install for use by users: ZEO & Client Daemons:
     plone_daemon Code Resources & buildout: plone_buildout


Detailed installation log being written to
/Users/peterf/Downloads/Plone-5.0b2-UnifiedInstaller-r1/install.log Installing
Plone 5.0b2 at /Applications/Plone

We do not know how to add users and groups in this environment. Please add users
and group manually, then try again. See README.txt for instructions on how to
proceed.

----

So, can I just monkey patch user_group_utilities.sh to return true without other
repercussions?

Otherwise, is this a bug, or am I doing something wrong??

Thanks for tips!

Peter

fraterdeus.com 
empt.yt/zen




------------------------------------------------------------------------------