Greetings,
I downloaded and unpacked icecat-12, made sure I had all the
dependencies in Ubuntu Natty,
and proceeded with 'sudo ./configure && make' only to find
that the process finished with
make[6]: Entering directory
`/home/adam/Downloads/icecat-12.0/js/src/ctypes/libffi/testsuite'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory
`/home/adam/Downloads/icecat-12.0/js/src/ctypes/libffi/testsuite'
Making all in man
make[6]: Entering directory
`/home/adam/Downloads/icecat-12.0/js/src/ctypes/libffi/man'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory
`/home/adam/Downloads/icecat-12.0/js/src/ctypes/libffi/man'
make[6]: Entering directory
`/home/adam/Downloads/icecat-12.0/js/src/ctypes/libffi'
/bin/bash: src/.deps/.dirstamp: Permission denied
make[6]: *** [src/.deps/.dirstamp] Error 1
make[6]: Leaving directory
`/home/adam/Downloads/icecat-12.0/js/src/ctypes/libffi'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory
`/home/adam/Downloads/icecat-12.0/js/src/ctypes/libffi'
make[4]: *** [all] Error 2
make[4]: Leaving directory
`/home/adam/Downloads/icecat-12.0/js/src/ctypes/libffi'
make[3]: *** [export] Error 2
make[3]: Leaving directory
`/home/adam/Downloads/icecat-12.0/js/src'
make[2]: *** [export_tier_js] Error 2
make[2]: Leaving directory `/home/adam/Downloads/icecat-12.0'
make[1]: *** [tier_js] Error 2
make[1]: Leaving directory `/home/adam/Downloads/icecat-12.0'
make: *** [default] Error 2
adam@(none):~/Downloads/icecat-12.0$ cd src/.deps/.dirstamp
bash: cd: src/.deps/.dirstamp: No such file or directory
adam@(none):~/Downloads/icecat-12.0$ cd src/.deps/
bash: cd: src/.deps/: No such file or directory
adam@(none):~/Downloads/icecat-12.0$ cd src
bash: cd: src: No such file or directory
It seems that src does not exist.
Adam
|