[julia-users] Re: Permissions in my 'usr' don't look right

2016-08-10 Thread Jameson
The build should be fine after  `chown -R`. I suspect you accidentally 
typed `make` in a root terminal you had open, since there's no other way 
linux would have let you chown them to root. Unless you prefer to suspect 
an alien virus is altering the permissions bits on your hard drive using 
their femtoray field generator :P


On Wednesday, August 10, 2016 at 5:37:55 AM UTC-4, Colin Beckingham wrote:
>
> If I change the dirs julia/usr and julia/usr-staging with a chmod 
> recursively to me as a user, then make completes and make testall is 
> successful. This is a complete shot in the dark, perhaps someone could let 
> me know if I should reinstall from scratch.
> I believe this happened in the last 24 hours, yesterday the make ran fine.
>
> On Wednesday, 10 August 2016 01:37:47 UTC-4, Colin Beckingham wrote:
>>
>> The latest 0.6 is failing to build on my openSUSE system. Specifically it 
>> keeps falling over when trying to handle the files and symlinks in usr/lib 
>> for libopenlibm.* that cannot be changed. Permissions on these files seem 
>> to be ok, but the permissions in the lib directory don't look right. I have 
>> a bunch of stuff owned by root for some reason, specifically
>> /julia> ls -l usr
>> total 24
>> drwxr-xr-x 2 colin users 4096 Aug 10 01:14 bin
>> drwxr-xr-x 3 colin users   19 Nov 25  2015 etc
>> drwxr-xr-x 8 root  root  4096 Aug  9 02:15 include
>> drwxr-xr-x 5 root  root  8192 Aug 10 01:22 lib
>> drwxr-xr-x 2 colin users6 Nov 25  2015 libexec
>> drwxr-xr-x 8 root  root80 Aug  9 02:15 share
>> drwxr-xr-x 2 root  root  4096 Aug  9 02:15 tools
>> I can't recall having switched to root to do any installs, but it is 
>> possible I did so and the memory faded.
>>
>

[julia-users] Re: Permissions in my 'usr' don't look right

2016-08-10 Thread Colin Beckingham
If I change the dirs julia/usr and julia/usr-staging with a chmod 
recursively to me as a user, then make completes and make testall is 
successful. This is a complete shot in the dark, perhaps someone could let 
me know if I should reinstall from scratch.
I believe this happened in the last 24 hours, yesterday the make ran fine.

On Wednesday, 10 August 2016 01:37:47 UTC-4, Colin Beckingham wrote:
>
> The latest 0.6 is failing to build on my openSUSE system. Specifically it 
> keeps falling over when trying to handle the files and symlinks in usr/lib 
> for libopenlibm.* that cannot be changed. Permissions on these files seem 
> to be ok, but the permissions in the lib directory don't look right. I have 
> a bunch of stuff owned by root for some reason, specifically
> /julia> ls -l usr
> total 24
> drwxr-xr-x 2 colin users 4096 Aug 10 01:14 bin
> drwxr-xr-x 3 colin users   19 Nov 25  2015 etc
> drwxr-xr-x 8 root  root  4096 Aug  9 02:15 include
> drwxr-xr-x 5 root  root  8192 Aug 10 01:22 lib
> drwxr-xr-x 2 colin users6 Nov 25  2015 libexec
> drwxr-xr-x 8 root  root80 Aug  9 02:15 share
> drwxr-xr-x 2 root  root  4096 Aug  9 02:15 tools
> I can't recall having switched to root to do any installs, but it is 
> possible I did so and the memory faded.
>