Bug #5535 make test is failing
Submitted: 13 Sep 2004 4:30 Modified: 4 Nov 2004 21:22
Reporter: Ian Holsman Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:4.1bk OS:MacOS (OS/X 10.3.5)
Assigned to: Assigned Account CPU Architecture:Any

[13 Sep 2004 4:30] Ian Holsman
Description:
preload                        [ pass ]
ps                             [ fail ]

Errors are (from /src/mysql-4.1/mysql-test/var/log/mysqltest-time) :
/src/mysql-4.1/client/.libs/mysqltest: At line 114: query 'set @str2 = convert(@str1 using ucs2)' failed: 1115: Unknown character set: 'ucs2'
(the last lines may be the most important ones)

Aborting: ps failed. To continue, re-run with '--force'.

Ending Tests
Shutting-down MySQL daemon

Master shutdown finished
Slave shutdown finished
make: *** [test] Error 1
ianh:/src/mysql-4.1 ianh$ 

How to repeat:
re-run make test

Suggested fix:
.
[4 Oct 2004 21:22] Matthew Lord
Hi,

Could you provide the exact details of how you built the binaries?  Have you tried building them 
as we do, which you can see here:  http://dev.mysql.com/doc/mysql/en/MySQL_binaries.html

CC=gcc CFLAGS="-O3 -fno-omit-frame-pointer" CXX=gcc CXXFLAGS="-O3 -fno-omit-frame-
pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --with-
extra-charsets=complex --enable-thread-safe-client --enable-local-infile --disable-shared

Best Regards
[14 Feb 2005 22:54] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".