On 2014-03-12, Evan Oman <evan...@gmail.com> wrote:
> False alarm, I let it sit overnight and it appeared to pass after about 6 
> hours of running. 
>
> However, no surprise, another package halted the build with the error: 
>
> cat ../gf2x/gf2x-thresholds.h > tuned_thresholds.h
> ./update-thresholds -o tuned_thresholds.h < tunetoom.res
> /bin/sh: ./update-thresholds: Permission denied
> Makefile:2205: recipe for target 'tune-toom' failed
> make[4]: *** [tune-toom] Error 126
> make[4]: Leaving directory 
> '/home/evan.oman/sage-6.1/local/var/tmp/sage/build/gf2x-1.1.p0/src/src'
> Makefile:976: recipe for target 'tune-toom' failed
> make[3]: *** [tune-toom] Error 2
> make[3]: Leaving directory 
> '/home/evan.oman/sage-6.1/local/var/tmp/sage/build/gf2x-1.1.p0/src'
> Error: Failed to tune gf2x.
>
> What does it mean "Permission Denied"? Is that something to do with my 
> system configuration and permissions?

it probably just means that the file update-thresholds does not have
executable permissions.
Can you cd to the appropriate directory (probably to
/home/evan.oman/sage-6.1/local/var/tmp/sage/build/gf2x-1.1.p0/src)
and run
ls -l update-thresholds

(and post the output here)


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to