pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lang/mozjs78 fails at configure stage on Debian Buster



On 06/05/2021 12:36, Dan Cîrnaț wrote:
On 06.05.21 02:02, Ottavio Caruso wrote:
     raise Exception('Could not detect environment shell!')

Just a guess: could it be because of Debian's dash?
`USE_TOOLS+= bash` might help



Unfortunately adding:

USE_TOOLS+= bash

to Makefile produces the same error.

Creating config.status
Traceback (most recent call last):
  File "../../../configure.py", line 181, in <module>
    sys.exit(main(sys.argv))
  File "../../../configure.py", line 57, in main
    return config_status(config)
  File "../../../configure.py", line 157, in config_status
    from mozbuild.config_status import config_status
File "/root/pkgsrc/work/lang/mozjs78/work/firefox-78.4.0/python/mozbuild/mozbuild/config_status.py", line 20, in <module>
    from mozbuild.base import MachCommandConditions
File "/root/pkgsrc/work/lang/mozjs78/work/firefox-78.4.0/python/mozbuild/mozbuild/base.py", line 18, in <module>
    from mach.mixin.process import ProcessExecutionMixin
File "/root/pkgsrc/work/lang/mozjs78/work/firefox-78.4.0/python/mach/mach/mixin/process.py", line 31, in <module>
    raise Exception('Could not detect environment shell!')
Exception: Could not detect environment shell!
*** Error code 1



--
Ottavio Caruso


Home | Main Index | Thread Index | Old Index