Hello,

I'm trying to compile Seamonkey for arm architecture on Raspberry Pi.
I followed the indications on this page:
https://developer.mozilla.org/en-us/docs/Mozilla/Developer_guide/Build_Instructions/Simple_SeaMonkey_build

During the order
Python client.py checkout
I encounter the following error:
-----------------------------------------------------
pi@raspberrypi:~/comm-central $ python client.py checkout
Executing command: ['hg', 'pull', '-R', './.']
pulling from http://hg.mozilla.org/comm-central/
searching for changes
aucun changement trouvé
Executing command: ['hg', 'update', '-r', 'default', '-R', './.']
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
Updated to revision d91cb69a8e99e16a10a54167652fb9d95527f676.
Executing command: ['hg', 'clone', 'https://hg.mozilla.org/mozilla-central/', 
'./mozilla']
requesting all changes
adding changesets
adding manifests
transaction abort!
rollback completed
abandon : connection ended unexpectedly
The exception was:
subprocess.CalledProcessError: Command '['hg', 'clone', 
'https://hg.mozilla.org/mozilla-central/', './mozilla']' returned non-zero exit 
status 255

Retrying previous command: 1 of 1 time(s)
Executing command: ['hg', 'clone', 'https://hg.mozilla.org/mozilla-central/', 
'./mozilla']
requesting all changes
adding changesets
adding manifests
transaction abort!
rollback completed
abandon : connection ended unexpectedly
The exception was:
subprocess.CalledProcessError: Command '['hg', 'clone', 
'https://hg.mozilla.org/mozilla-central/', './mozilla']' returned non-zero exit 
status 255

Executing command: ['hg', 'update', '-r', 'default', '-R', './mozilla']
abandon : repository ./mozilla not found !
Traceback (most recent call last):
  File "client.py", line 665, in <module>
    options.mozilla_rev, options.hgtool, options.hgtool1)
  File "client.py", line 380, in do_hg_pull
    check_call_noisy(cmd, retryMax=0)
  File "client.py", line 139, in check_call_noisy
    execute_check_call(cmd, *args, **kwargs)
  File "client.py", line 135, in execute_check_call
    check_call(cmd, *args, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['hg', 'update', '-r', 'default', '-R', 
'./mozilla']' returned non-zero exit status 255
--------------------------------------------------------------------


I downloaded locally the contents of https://hg.mozilla.org/mozilla-central/
And I do not find a mozilla directory.
Is there an error in the source path, or is there another problem?

Thank you in advance for your help.
(Please excuse my very low level of English!)
_______________________________________________
dev-builds mailing list
dev-builds@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to