Re: [Maria-developers] [Merge] lp:~qu1j0t3/maria/solaris10-port into lp:maria

2009-07-07 Thread Toby Thain
On 7-Jul-09, at 7:23 AM, Kristian Nielsen wrote: Hi Toby, Toby Thain writes: On 3-Jun-09, at 12:48 PM, Kristian Nielsen wrote: Toby Thain writes: Toby Thain has proposed merging lp:~qu1j0t3/maria/solaris10-port into lp:maria. Added build scripts for 32 bit x86 architecture on

Re: [Maria-developers] [Merge] lp:~qu1j0t3/maria/solaris10-port into lp:maria

2009-06-20 Thread Toby Thain
On 3-Jun-09, at 12:48 PM, Kristian Nielsen wrote: Toby Thain writes: Toby Thain has proposed merging lp:~qu1j0t3/maria/solaris10-port into lp:maria. Added build scripts for 32 bit x86 architecture on Solaris. Renamed some scripts for consistency. Changed to dynamic linking of libgcc

[Maria-developers] [Merge] lp:~qu1j0t3/maria/solaris10-port into lp:maria

2009-06-02 Thread Toby Thain
Toby Thain has proposed merging lp:~qu1j0t3/maria/solaris10-port into lp:maria. Requested reviews: Kristian Nielsen (knielsen) Added build scripts for 32 bit x86 architecture on Solaris. Renamed some scripts for consistency. Changed to dynamic linking of libgcc. -- https

Re: [Maria-developers] building on Solaris 10/SPARC

2009-05-20 Thread Toby Thain
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

[Maria-developers] building on Solaris 10/SPARC

2009-05-17 Thread Toby Thain
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 This is a work in progress, as I have only been able to get passing builds for 32 bit, not 64. Avail

Re: [Maria-developers] Buildbot questions

2009-05-11 Thread Toby Thain
On 11-May-09, at 7:54 AM, Sergey Petrunya wrote: Hi! I've got several questions for our instance of buildbot: ... Is it possible to set up buildbot to run several configurations, but one after the other? Looking at the buildbot status page, I see that - there are not too many hosts - they

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2698)

2009-05-08 Thread Toby Thain
On 5-May-09, at 2:39 PM, Kristian Nielsen wrote: ... +export warnings c_warnings cxx_warnings base_cxxflags Hm, these actually don't have to be exported, do they? Seems they are mostly for use in SETUP.sh? If they need not be exported, please remove the export to avoid confusion (if it is n

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2698)

2009-05-08 Thread Toby Thain
On 8-May-09, at 1:45 AM, Kristian Nielsen wrote: Kristian Nielsen writes: I suggest you re-commit all of the changes as a single commit (this is generally preferred in Maria development), or at least add a good commit message (eg. mention fixing the BUILD/ scripts). Also, you should add

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2698)

2009-05-05 Thread Toby Thain
On 5-May-09, at 2:39 PM, Kristian Nielsen wrote: Toby Thain writes: ... +# take only #define options - the others are gcc specific +DEFS="" +for F in $debug_cflags ; do + expr "$F" : "^-D" && DEFS="$DEFS $F" +done +debug_cflags="

Re: [Maria-developers] bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2698)

2009-05-05 Thread Toby Thain
On 5-May-09, at 9:24 AM, Kristian Nielsen wrote: Hi Toby, Nice (and much needed) cleanup of the Solaris BUILD/* scripts, thanks a lot! And thanks for the PBXT portability fixes also. I have a few smaller comments given inline below. The patch should be ok to be pushed to main after thes

[Maria-developers] main.pool_of_threads fail - Solaris 10

2009-04-26 Thread Toby Thain
Hi list, I am setting up a buildbot for Solaris 10/amd64 (later SPARC) and I see this test failure on Sun cc (only). gcc builds pass all tests. (Although a patch is required.) Any clues? --Toby bzr branch lp:maria ... BUILD/compile-solaris-amd64-forte && cd mysql-test/ && ./mysql-test-ru