You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
environment: virtual machine, Gentoo 64 bits, and python3.3/2.7
problem 1, system use python3.3 as default and think ''' block comments invalid, not a issse
problem 2, when python2.7 ./configure done, I met some "TypeError: object of type 'filter' has no len()" during make, and i believe this is still a python2/3 problem, i grep out that among following makefiles, some were automatically geneated as python2.7, but some still left as python, which evokes python3,
./config.mk: ./* use python2.7, fine /
./out/deps/v8/tools/gyp/postmortem-metadata.target.mk / use python, not ok /
./out/deps/v8/tools/gyp/js2c.target.mk / use python, not ok /
./out/node_js2c.host.mk / use python2.7, fine */
i fix these makefiles by hand and pass the build, but it seems they were automatically generated or fetch(svn) from somewhere else, need help
The text was updated successfully, but these errors were encountered:
environment: virtual machine, Gentoo 64 bits, and python3.3/2.7
problem 1, system use python3.3 as default and think ''' block comments invalid, not a issse
problem 2, when python2.7 ./configure done, I met some "TypeError: object of type 'filter' has no len()" during make, and i believe this is still a python2/3 problem, i grep out that among following makefiles, some were automatically geneated as python2.7, but some still left as python, which evokes python3,
./config.mk: ./* use python2.7, fine /
./out/deps/v8/tools/gyp/postmortem-metadata.target.mk / use python, not ok /
./out/deps/v8/tools/gyp/js2c.target.mk / use python, not ok /
./out/node_js2c.host.mk / use python2.7, fine */
i fix these makefiles by hand and pass the build, but it seems they were automatically generated or fetch(svn) from somewhere else, need help
The text was updated successfully, but these errors were encountered: