Jonathan Perkin
Jonathan Perkin
I found the cause of the missing `std::to_string` in joyent/pkgsrc#270. You can just ignore those patches now as pkgsrc releases from 2015Q2 onwards will include them correctly.
This might be related to https://github.com/joyent/pkgsrc-joyent/blob/master/rethinkdb/patches/patch-mk_support_pkg_v8.sh, or something similar where it is trying to e.g. build a 64-bit binary where the GCC default is 32-bit, or vice-versa. That's usually the...
FWIW I run into this a lot, and just have to work around it by copying everything over to a temporary local directory. It would be great if a solution...
I've been using these changes while working on updating mahi to build on 23.4.0.
I'd recommend percona-cluster on native, it's kept reasonably up-to-date and supports the wsrep/sst stuff.
Done, thanks.
Sure, thanks. I do the same PI overrides...
Sorry for the delay.
Thanks! A lot of this looks great, sorry that I've been swamped for a while. I'll try to get to this as soon as I can.
Yeh, we've been running with this patch for the nodejs pkgsrc builds for the last few years: https://github.com/NetBSD/pkgsrc/commit/527b29cb7393d52ad11c09e070a0aaa24baf0bf4 The problem is that you can't just update the prototypes, as that...