There were a couple files that hardcoded the path to my javascript program. They were /usr/bin/js, I think that it should use my path to find the files, as in /usr/bin/env js. The file was not in the usual place because I do not have root access on my machine. This was for spider monkey.
Ok will notice this, thanks!
The problem is in the following files
_boot_sm.js:#!/usr/bin/js
js2str.js:#!/usr/bin/js
Makefile.sm: echo "#!/usr/bin/js" >$@
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).