FS#5861 - function isalpha() renders different result for the subshell change directory function in mc
Attached to Project:
Arch Linux
Opened by aidenn (idn) - Sunday, 19 November 2006, 15:09 GMT
Last edited by Aaron Griffin (phrakture) - Tuesday, 06 November 2007, 17:58 GMT
Opened by aidenn (idn) - Sunday, 19 November 2006, 15:09 GMT
Last edited by Aaron Griffin (phrakture) - Tuesday, 06 November 2007, 17:58 GMT
|
Details
as written in blfs wiki:
There seems to be a breakage on the newer glibc (I am using 2.5 from CLFS development) and some of the locales. Specifically, function isalpha() renders different result for the subshell change directory function in the Midnight Commander. MC does change directory in the panel but not in the subshell and writes: "Warning: Cannot change to directory ...". it happens in Arch's mc under bash as well. the fix proposed by lfs wiki works as intended: sed -i "s|isalpha|\!isdigit|" src/subshell.c paste it before make in PKGBUILD, works like a charm. |
This task depends upon
Closed by Aaron Griffin (phrakture)
Tuesday, 06 November 2007, 17:58 GMT
Reason for closing: Implemented
Additional comments about closing: Merged upstream
Tuesday, 06 November 2007, 17:58 GMT
Reason for closing: Implemented
Additional comments about closing: Merged upstream
last patch works flawlessly (attached).