[Glass] Installation error on Centos

Dale Henrichs via Glass glass at lists.gemtalksystems.com
Mon Jan 23 13:21:57 PST 2017


Bruno,

It looks like James hit a similar problem[1] and his suggested fix seems 
to be the same as yours ... I am worried about the impact on other linux 
systems ... I don't have access to a lot of different oses and I don't 
have a lot of time at the moment (looks like I'll be pretty tied up for 
the next moths or so) ...

If anyone else has the time or inclination to test the suggested fixes 
and report their results against the Issue #156, I'd be able to make the 
patch with a little more confidence.

Dale

[1] https://github.com/GsDevKit/GsDevKit_home/issues/156


On 01/23/2017 06:58 AM, BrunoBB via Glass wrote:
> Dale,
>
> The fix for this error is in "installOsPrereqs" line: 325.
>
> I have changed:
> osName=`lsb_release -ds | cut -d ' ' -f 1`
> with:
> osName=`lsb_release -ds | cut -d ' ' -f 1 | cut -d '"' -f 2`
>
> It seems to work. The first sentence answer: "CentOS
> with double quotes at the first character.
>
> The second sentence remove the double quotes and let the script to run.
>
> I do not know if this change will affect other Linux flavors.
>
> Linux version that i'm workin with:
> CentOS version 7.2.1511
>
> regards
> bruno
>
>
>
>
> --
> View this message in context: http://forum.world.st/Installation-error-on-Centos-tp4930448p4930452.html
> Sent from the GLASS mailing list archive at Nabble.com.
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass



More information about the Glass mailing list