Bug #48957 Error running comp_err as part of compilation process
Submitted: 20 Nov 2009 23:25 Modified: 23 Nov 2009 21:06
Reporter: Vladislav Vaintroub Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Charsets Severity:S2 (Serious)
Version:mysql-next-mr OS:Linux (Fedora 12)
Assigned to: Assigned Account CPU Architecture:Any

[20 Nov 2009 23:25] Vladislav Vaintroub
Description:
Trying to compile mysql-next-mr brings error message

make[2]: Leaving directory `/home/vvaintroub/bzr/mysql-next-mr/extra'
../extra/comp_err \
	--charset=../sql/share/charsets \
	--out-dir=../sql/share/ \
	--header_file=../include/mysqld_error.h \
	--name_file=../include/mysqld_ername.h \
	--state_file=../include/sql_state.h \
	--in_file=../sql/share/errmsg-utf8.txt
Still inside formatspecifier after end of string in'%s: Готов принимать соединения.
Верси�: '%%s'  сокет: '%s'  порт: %"'
Wrong formatspecifier of error message string for error 'ER_READY' in language 'rus'

I see this only on Fedora 12 (brand new), possibly it is something compiler related

How to repeat:
On Fedora12, (I got x86_64 version) 
after branching mysql-next-mr, issue

BULD/autorun.sh
./configure
make

Suggested fix:
?
[20 Nov 2009 23:55] Davi Arnaut
Duplicate of Bug#48864