Adam:
Sorry about this. This is my first release so a lot of stuff need
tuning, hopefully I'll do a better job with the release this week.
I can't reproduce any of the permissions issues when building
IceCat. You mentioned you're trying to build it on Natty. Is it the
32 bit or 64 bit version? I'll go ahead and try to do this in a
virtual instance.
Thanks,
Loic
On 06/03/2012 04:34 PM, Adam Bogacki wrote:
You were right
adam@(none):~/Downloads/icecat-12.0$ ls
-la ./js/src/ctypes/libffi/src/.dirstamp
-rw-r--r-- 1 adam adam 0 2012-06-04 07:29
./js/src/ctypes/libffi/src/.dirstamp
.. so I did
adam@(none):~/Downloads/icecat-12.0$ sudo
chmod a+x ./js/src/ctypes/libffi/src/.dirstamp
adam@(none):~/Downloads/icecat-12.0$ ls -la
./js/src/ctypes/libffi/src/.dirstamp
-rwxr-xr-x 1 adam adam 0 2012-06-04 07:29
./js/src/ctypes/libffi/src/.dirstamp
repeated
sudo ./configure && make
and ended up 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
.. another permissions problem. What am I missing ?
Adam.
On 06/04/2012 07:53 AM, Ian Dunn wrote:
Adam,
It's not looking in 'ICECAT_DIR/src/.deps', it's looking in
'ICECAT_DIR/js/src/ctypes/libffi/src/.deps'. If the problem
persists, try running 'chmod a+x .dirstamp'. The make script is
attempting to run it, but it can't, most likely because the
executable bit isn't set.
Hope that helps,
Ian D
On Sun, Jun 3, 2012 at 3:42 PM, Adam
Bogacki <address@hidden>
wrote:
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
--
http://gnuzilla.gnu.org
--
http://gnuzilla.gnu.org
|