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 Oct 16, 2021. It is now read-only.
I tried various combinations of _BXK_AUTOCVT=ON/ALL and _CEE_RUNOPTS='FILETAG(AUTOCVT,AUTOTAG), but it doesn't seem to help. Not sure exactly what is emitting the odd output.
Has this behavior been noted before?
I noted the setup instructions for python 2.7 indicate there are some compatibility problems with python's TERMINFO database and vi. Do you know if this is related? - Could there be other utilities with TERMINFO/curses issues?
The text was updated successfully, but these errors were encountered:
@johnottogood : That might be related to the encoding of 'make' stdout/stderr output. The zOS Enhanced ASCII support does not auto conversion over sockets.
I believe we had added some custom handling for the Rocket tools that are -qascii compiled. Can you confirm the 'make' version you are using, and where 'make' is located on your system?
Sorry for the delay.
I was cleaning up the environment and unsettled it, so I had to get back to where I could get ibm_db to build.
Using the Rocket produce make 4.0, I do not get the garbled output.
Using Rocket 4.1, I get the garbled output, even with _BPXK_AUTOCVT=ON and _CEE_RUNOPTS='FILETAG(AUTOCVT,AUTOTAG) exported.
make location:
I put the path containing the 4.1 make (/shared/rocket2/bin) first in the PATH env var before running npn install ibm_db
The output that is getting garbled is (apparently) from make issuing messages when it changes in and out of a directory. This messages are written to stdout
Installing the ibm_db module, I get what seems might be mixed code page output, or some other odd escape sequence behavior:
/u/jgood/nodejs> npm install ibm_db
oput 'DSN1210.DB2.SDSNMACS(DSNAO64C)' '/u/jgood/nodejs/node_modules/ibm_db/build/dsnao64c.x'
/,����>����>ŀ������?�
�▒▒��??�>?����>?��^_?��%����_^�����%�▒▒ CXX(target) Release/obj.target/odbc_bindings/src/odbc.o CXX(target) Release/obj.target/odbc_bindings/src/odbc_connection.o CXX(target) Release/obj.target/odbc_bindings/src/odbc_statement.o CXX(target) Release/obj.target/odbc_bindings/src/odbc_result.o SOLINK_MODULE(target) Release/obj.target/odbc_bindings.node COPY Release/odbc_bindings.node _/,���<�/��>ŀ������?�
�▒▒��??�>?����>?��^?��%����_^�����%�▒▒[email protected] /u/jgood/nodejs
`-- [email protected]
I tried various combinations of _BXK_AUTOCVT=ON/ALL and _CEE_RUNOPTS='FILETAG(AUTOCVT,AUTOTAG), but it doesn't seem to help. Not sure exactly what is emitting the odd output.
Has this behavior been noted before?
I noted the setup instructions for python 2.7 indicate there are some compatibility problems with python's TERMINFO database and vi. Do you know if this is related? - Could there be other utilities with TERMINFO/curses issues?
The text was updated successfully, but these errors were encountered: