basilisk55 icon indicating copy to clipboard operation
basilisk55 copied to clipboard

This error

Open Faris90 opened this issue 8 months ago • 10 comments

@roytam1 I tried ./mach build but this happened

Error running mach:

['build']

The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it.

You should consider filing a bug for this issue.

If filing a bug, please include the full output of mach, including this error message.

The details of the failure are as follows:

OSError: [Errno 13] Permission denied

File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 722, in init self._ensure_state_subdir_exists('.') File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 432, in _ensure_state_subdir_exists path = os.path.join(self.statedir, subdir) File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 266, in statedir return os.path.join(self.topobjdir, '.mozbuild') File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 192, in topobjdir default='obj-@CONFIG_GUESS@') File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 181, in resolve_mozconfig_topobjdir self.resolve_config_guess()) File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 364, in resolve_config_guess subprocess.check_output(args, cwd=self.topsrcdir).strip()) File "/usr/lib/python2.7/subprocess.py", line 212, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 390, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception C:/home/faris/Downloads/basilisk55-master>chmod +x ./ C:/home/faris/Downloads/basilisk55-master>./mach build Error running mach:

['build']

The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it.

You should consider filing a bug for this issue.

If filing a bug, please include the full output of mach, including this error message.

The details of the failure are as follows:

OSError: [Errno 13] Permission denied

File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 722, in init self._ensure_state_subdir_exists('.') File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 432, in _ensure_state_subdir_exists path = os.path.join(self.statedir, subdir) File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 266, in statedir return os.path.join(self.topobjdir, '.mozbuild') File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 192, in topobjdir default='obj-@CONFIG_GUESS@') File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 181, in resolve_mozconfig_topobjdir self.resolve_config_guess()) File "/home/faris/Downloads/basilisk55-master/python/mozbuild/mozbuild/base.py", line 364, in resolve_config_guess subprocess.check_output(args, cwd=self.topsrcdir).strip()) File "/usr/lib/python2.7/subprocess.py", line 212, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 390, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception

Faris90 avatar Apr 09 '25 22:04 Faris90

do you do this in ntfs volume? it is untested on non-ntfs volumes.

roytam1 avatar Apr 09 '25 23:04 roytam1

trying to make a linux build

Faris90 avatar Apr 09 '25 23:04 Faris90

trying to make a linux build

build under wsl is also untested

roytam1 avatar Apr 10 '25 01:04 roytam1

I was doing it on debian, can u test?

Faris90 avatar Apr 10 '25 14:04 Faris90

trying to make a linux build

build under wsl is also untested

Linux support would be cool

Faris90 avatar May 02 '25 17:05 Faris90

...

Faris90 avatar May 08 '25 15:05 Faris90

trying to make a linux build

build under wsl is also untested

Linux support would be cool

patch is welcomed, but I don't have any linux environment to use and test.

roytam1 avatar May 08 '25 16:05 roytam1

@roytam1 you can try using virtualbox or any virtual machine software

Faris90 avatar Jun 05 '25 19:06 Faris90

@roytam1 you can try using virtualbox or any virtual machine software

I mean I don't have time on this.

roytam1 avatar Jun 05 '25 22:06 roytam1

ok

Faris90 avatar Jun 11 '25 16:06 Faris90