DADDY SAUCE
2010-08-29 22:22:03 UTC
Hello I'm trying to install openexr on fedora 12 - when i run make check i get an error.
As per the read me "Do `make check` to run the OpenEXR confidence tests. They should all pass; if you find a test that does not pass on your system, please let us know." - if anyone can shed some light - that would be most excellent. thanks
make check
Making check in config
make[1]: Entering directory `/software/openexr-1.4.0/config'
make[1]: Leaving directory `/software/openexr-1.4.0/config'
Making check in Half
make[1]: Entering directory `/software/openexr-1.4.0/Half'
make check-am
make[2]: Entering directory `/software/openexr-1.4.0/Half'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/software/openexr-1.4.0/Half'
make[1]: Leaving directory `/software/openexr-1.4.0/Half'
Making check in HalfTest
make[1]: Entering directory `/software/openexr-1.4.0/HalfTest'
make HalfTest
make[2]: Entering directory `/software/openexr-1.4.0/HalfTest'
if g++ -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I../Half -I../config -pipe -g -O2 -pthread -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
main.cpp:32: fatal error: opening dependency file .deps/main.Tpo: Permission denied
compilation terminated.
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/software/openexr-1.4.0/HalfTest'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/software/openexr-1.4.0/HalfTest'
make: *** [check-recursive] Error 1
As per the read me "Do `make check` to run the OpenEXR confidence tests. They should all pass; if you find a test that does not pass on your system, please let us know." - if anyone can shed some light - that would be most excellent. thanks
make check
Making check in config
make[1]: Entering directory `/software/openexr-1.4.0/config'
make[1]: Leaving directory `/software/openexr-1.4.0/config'
Making check in Half
make[1]: Entering directory `/software/openexr-1.4.0/Half'
make check-am
make[2]: Entering directory `/software/openexr-1.4.0/Half'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/software/openexr-1.4.0/Half'
make[1]: Leaving directory `/software/openexr-1.4.0/Half'
Making check in HalfTest
make[1]: Entering directory `/software/openexr-1.4.0/HalfTest'
make HalfTest
make[2]: Entering directory `/software/openexr-1.4.0/HalfTest'
if g++ -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I../Half -I../config -pipe -g -O2 -pthread -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
main.cpp:32: fatal error: opening dependency file .deps/main.Tpo: Permission denied
compilation terminated.
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/software/openexr-1.4.0/HalfTest'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/software/openexr-1.4.0/HalfTest'
make: *** [check-recursive] Error 1