← Back to team overview

maria-developers team mailing list archive

Re: building on Solaris 10/SPARC

 


On 18-May-09, at 1:09 AM, Toby Thain wrote:

Hi list,

I have pushed some changes for SPARC (build script simplification and a portability change to PBXT) to my private branch:

https://code.launchpad.net/~qu1j0t3/maria/solaris10-port
...
The 64-bit builds fail like this (on plugin load) - does anyone have a clue about this on Solaris? Right now I am stumped, but I have not gone as far as truss'ing etc yet.




Hi Kristian

<knielsen> yes! found the 64-bit sparc failure (it was assigning enum sys_var through int*, even though it is actually ulong *). So only shows up on 64-bit big-endian


Well done on finding this. What next - do I need to give you permission to commit to my Sol 10 branch?

--Toby



main.plugin_load                         [ fail ]
        Test ended at 2009-05-18 00:20:21

CURRENT_TEST: main.plugin_load
--- /pool/home/toby/solaris10-port/mysql-test/r/ plugin_load.result Tue May 12 06:53:11 2009 +++ /pool/home/toby/solaris10-port/mysql-test/r/ plugin_load.reject Mon May 18 07:20:21 2009
@@ -1,3 +1,3 @@
 SELECT @@global.example_enum_var = 'e2';
 @@global.example_enum_var = 'e2'
-1
+0

mysqltest: Result content mismatch





Follow ups

References