12016-01-15T00:01:04  <cfields> yea, forgot my scrollpad doesn't play nice with a default shell config
  22016-01-15T00:02:12  <Luke-Jr> is there a way to configure the shell to work nicer? :o
  32016-01-15T00:03:20  *** zookolaptop has joined #bitcoin-core-dev
  42016-01-15T00:03:38  <cfields> hmm, don't remember what i did to make it play nice
  52016-01-15T00:06:43  *** achow101 has joined #bitcoin-core-dev
  62016-01-15T00:07:01  *** achow101 has left #bitcoin-core-dev
  72016-01-15T00:50:34  *** murch has quit IRC
  82016-01-15T01:00:04  <Luke-Jr> cfields: back for a bit - anything interesting?
  92016-01-15T01:00:54  <cfields> Luke-Jr: no, got distracted by something else. probably won't poke at it any more tonight
 102016-01-15T01:04:06  <Luke-Jr> cfields: did you look further into that -static-stdc++ difference?
 112016-01-15T01:04:09  <Luke-Jr> or should I check that/
 122016-01-15T01:04:30  <cfields> Luke-Jr: yea, linked without that. still crashed
 132016-01-15T01:04:40  <Luke-Jr> hmm
 142016-01-15T01:04:47  <cfields> oh wait, sec
 152016-01-15T01:07:09  <cfields> nm, that fixed :)
 162016-01-15T01:07:18  <cfields> i forgot to re-link the test binary
 172016-01-15T01:07:51  <Luke-Jr> >_<
 182016-01-15T01:11:01  <Luke-Jr> so I guess the solution is something like: 1) use static univalue in Travis/depends/releases (until the entire build uses shared libs); and 2) don't use -static-libstdc++ when building for the system
 192016-01-15T01:11:32  <jgarzik> Luke-Jr, ACK 1.0.2 tag
 202016-01-15T01:12:43  <cfields> Luke-Jr: all depends are static
 212016-01-15T01:13:03  <cfields> it was a bug to have it shared anyway, i just didn't say anything because the crash looked like something worth fixing
 222016-01-15T01:17:29  <Luke-Jr> cfields: so that solution sounds good?
 232016-01-15T01:18:25  <Luke-Jr> jgarzik: 1.0.2 tag when? ;)
 242016-01-15T01:19:02  <cfields> Luke-Jr: i don't see the point of having it in depends, personally
 252016-01-15T01:19:29  <Luke-Jr> cfields: 1) easy install for users; 2) needed for Travis/gitian
 262016-01-15T01:20:09  <cfields> Luke-Jr: eh? both of those are easier as it is now
 272016-01-15T01:20:24  <Luke-Jr> cfields: as it is now is just plain broken
 282016-01-15T01:20:28  <cfields> Luke-Jr: to clarify, in-tree seems fine to me
 292016-01-15T01:21:06  <Luke-Jr> cfields: to clarify, in-tree is a bug
 302016-01-15T01:21:30  <cfields> Luke-Jr: i don't really care strongly, but until distros are shipping it and it's easy to apt-get/emerge/yum, moving it out would be premature
 312016-01-15T01:22:17  <Luke-Jr> no, it's just good software development practice
 322016-01-15T01:23:12  <cfields> Luke-Jr: good practice is modularizing your code base and creating new upstreams. check. bad practice is making life hard for compilers by making them jump through hoops until those upstreams are rooted.
 332016-01-15T01:23:38  <Luke-Jr> 1 extra step does not make life hard
 342016-01-15T01:24:29  <cfields> Luke-Jr: i can clone a huge number of codebases and ./configure && make. anything more than that and my interest plummets quickly.
 352016-01-15T01:24:35  <cfields> i'm sure i'm not alone
 362016-01-15T01:24:45  <Luke-Jr> …
 372016-01-15T01:25:31  <cfields> anything more being: digging through docs, c/p cmdlines, foreign scripts, etc
 382016-01-15T01:26:59  <Luke-Jr> we already require more
 392016-01-15T01:28:17  <cfields> ?
 402016-01-15T01:29:32  <Luke-Jr> apt-get install or equivalent
 412016-01-15T01:29:45  <Luke-Jr> which you need to read docs to figure out
 422016-01-15T01:31:04  <Luke-Jr> cfields: how do you get the build to use depends/ without changing the prefix btw?
 432016-01-15T01:31:07  <cfields> yes, but more likely you'll just ./configure and i'll yell "you need openssl"
 442016-01-15T01:32:56  <cfields> Luke-Jr: i think that's the only trick that works.
 452016-01-15T01:33:04  <Luke-Jr> :/
 462016-01-15T01:33:13  <cfields> er wait, there's an env var
 472016-01-15T01:33:21  <midnightmagic> d/w 61
 482016-01-15T01:33:35  <cfields> CONFIG_SITE
 492016-01-15T01:33:47  *** dcousens has joined #bitcoin-core-dev
 502016-01-15T01:34:11  <cfields> CONFIG_SITE=depends/foo/share/config.site ./configure
 512016-01-15T01:34:13  <droark> Is there a reason why the OSX deterministic build notes recommend Xcode 6.1.1 and not 6.2 when grabbing the SDK? Looks like 6.2 is the last version to support Mavericks.
 522016-01-15T01:34:14  <cfields> should do it, i think
 532016-01-15T01:34:49  <cfields> droark: the sdk corresponds to the clang version we use
 542016-01-15T01:35:51  <Luke-Jr> cfields: I wonder if it makes sense to add a --with-depends option to set up the paths
 552016-01-15T01:35:54  <droark> Okay. Looks like there's a minor revision in there. I thought it wouldn't be a problem but I guess it is, or at least, it's not but 6.1.1 gets everybody on the same page. Correct?
 562016-01-15T01:36:47  <cfields> Luke-Jr: maybe
 572016-01-15T01:37:14  <cfields> droark: hmm?
 582016-01-15T01:37:45  <droark> https://en.wikipedia.org/wiki/Xcode#Toolchain_versions
 592016-01-15T01:38:09  <droark> Looks like 6.1.1 and 6.2 are almost the same unless I'm missing something.
 602016-01-15T01:38:29  <cfields> droark: we don't use apple's clang
 612016-01-15T01:38:47  <cfields> (6.2 might be fine. more likely, it just wasn't out yet last time we bumped)
 622016-01-15T01:39:26  <cfields> once our travis build works on Trusty, we can do another toolchain bump
 632016-01-15T01:39:36  <cfields> (should be in the next two weeks)
 642016-01-15T01:39:49  <droark> Cool. Was just curious.
 652016-01-15T01:40:36  <cfields> also, in the apple world, there's no such thing as a "minor revision". they break things whenever they feel like it :)
 662016-01-15T01:40:50  <droark> Touché.
 672016-01-15T01:41:11  <cfields> iirc 10.0.2 (or something like that) changed signing rules in a big way
 682016-01-15T01:41:25  <cfields> er, 10.10.2
 692016-01-15T01:42:00  <droark> I think it was 10.9.5, or maybe there were multiple changes? Anyway....
 702016-01-15T01:43:05  <cfields> sure, that sounds good too :)
 712016-01-15T01:44:49  <Luke-Jr> cfields: correct way to resolve a relative path to absolute, in configure.ac? :p
 722016-01-15T01:45:14  <GitHub63> [bitcoin] dcousens opened pull request #7348: MOVE ONLY: move rpc* to rpc/ (master...master) https://github.com/bitcoin/bitcoin/pull/7348
 732016-01-15T01:45:24  <cfields> Luke-Jr: i believe that one's always voodoo
 742016-01-15T01:46:15  <Luke-Jr> :|
 752016-01-15T01:47:49  *** adam3us has quit IRC
 762016-01-15T02:08:08  <Luke-Jr> cfields: `make -C depends HOST=i686-pc-linux-gnu libevent` does not populate depends/i686-pc-linux-gnu/ - any idea why?
 772016-01-15T02:08:44  <cfields> Luke-Jr: what's with the libevent target?
 782016-01-15T02:09:10  <Luke-Jr> cfields: I only want libevent built/installed
 792016-01-15T02:09:23  <cfields> Luke-Jr: heh, depends weren't made to work that way :)
 802016-01-15T02:09:26  <Luke-Jr> :/
 812016-01-15T02:10:43  <Luke-Jr> trivial to make it work that way?
 822016-01-15T02:11:37  <cfields> Luke-Jr: the result is meant to be deterministic, so each package is built in its own staging area, then all packages are installed into the prefix at the end
 832016-01-15T02:11:50  <cfields> not really :\
 842016-01-15T02:12:03  <cfields> only option would be something like the NO_QT or NO_WALLET options
 852016-01-15T02:12:34  <cfields> but i don't like that, it's kinda abusing the system
 862016-01-15T02:13:01  <Luke-Jr> ok, so depends basically only makes sense for travis/gitian :/
 872016-01-15T02:13:57  <cfields> yes, it was designed to be a means of reproducing release build conditions reliably
 882016-01-15T02:16:09  <jgarzik> Luke-Jr, v1.0.2 passed local univalue travis
 892016-01-15T02:18:09  <Luke-Jr> thanks
 902016-01-15T02:18:21  *** Ylbam has quit IRC
 912016-01-15T02:23:59  <dcousens> when does cs_main need to be locked?
 922016-01-15T02:24:18  <dcousens> (is there a reference for that?)
 932016-01-15T02:24:26  <dcousens> (I have a rough idea)
 942016-01-15T02:26:18  <dcousens> also, whats the difference between EXCLUSIVE_LOCKS_REQUIRED and just using AssertLockHeld?
 952016-01-15T02:26:51  *** adam3us has joined #bitcoin-core-dev
 962016-01-15T02:27:17  *** adam3us has joined #bitcoin-core-dev
 972016-01-15T02:49:31  *** arowser has quit IRC
 982016-01-15T02:49:57  *** arowser has joined #bitcoin-core-dev
 992016-01-15T02:50:44  *** p15 has joined #bitcoin-core-dev
1002016-01-15T03:22:08  *** wallet42 has joined #bitcoin-core-dev
1012016-01-15T03:22:08  <GitHub94> [bitcoin] luke-jr opened pull request #7349: Build against system UniValue when available (master...sys_univalue_opt) https://github.com/bitcoin/bitcoin/pull/7349
1022016-01-15T03:22:18  <GitHub199> [bitcoin] luke-jr closed pull request #7340: Replace univalue subtree with proper dependency on external UniValue (master...sys_univalue) https://github.com/bitcoin/bitcoin/pull/7340
1032016-01-15T03:26:33  *** wallet42 has quit IRC
1042016-01-15T03:30:35  *** jtimon has quit IRC
1052016-01-15T03:46:38  *** zookolaptop has quit IRC
1062016-01-15T03:53:50  *** brg444 has joined #bitcoin-core-dev
1072016-01-15T04:16:29  *** jcorgan|away is now known as jcorgan
1082016-01-15T04:51:46  <Luke-Jr> cfields: ok to destroy that VM?
1092016-01-15T04:51:56  <cfields> sure
1102016-01-15T04:56:26  *** Chris_Stewart_5 has quit IRC
1112016-01-15T04:57:17  *** zookolaptop has joined #bitcoin-core-dev
1122016-01-15T05:03:06  *** zookolaptop has quit IRC
1132016-01-15T05:16:44  <GitHub170> [bitcoin] luke-jr opened pull request #7350: Banlist updates (master...20150703_banlist_updates) https://github.com/bitcoin/bitcoin/pull/7350
1142016-01-15T05:25:58  *** adam3us has quit IRC
1152016-01-15T05:27:24  *** brg444 has quit IRC
1162016-01-15T05:32:20  *** adam3us has joined #bitcoin-core-dev
1172016-01-15T05:55:46  <dcousens> Luke-Jr: interesting, but how can I review that merge in any reasonable way?  How do I know you haven't just injected some malicious code in there?
1182016-01-15T05:56:05  <dcousens> I guess I could manually verify it by checking the diffs locally with my own merge?
1192016-01-15T05:56:22  <Luke-Jr> or just view the diff on github?
1202016-01-15T05:56:33  <Luke-Jr> but yeah, locally checking is the best way
1212016-01-15T05:56:45  <Luke-Jr> https://github.com/bitcoin/bitcoin/pull/7350/files <-- works fine
1222016-01-15T05:57:34  <dcousens> Assuming the merge was sane (its diff won't appear regardless)
1232016-01-15T05:58:10  <Luke-Jr> …
1242016-01-15T05:58:13  <dcousens> nvm
1252016-01-15T06:01:04  <dcousens> Been so long since I've used merges... forgot the semantics lol
1262016-01-15T06:01:34  <dcousens> well, more to the point, non-fast-forward merges
1272016-01-15T06:31:03  *** jcorgan is now known as jcorgan|away
1282016-01-15T06:44:12  *** MarcoFalke has joined #bitcoin-core-dev
1292016-01-15T07:01:59  *** arowser has quit IRC
1302016-01-15T07:02:23  *** arowser has joined #bitcoin-core-dev
1312016-01-15T07:03:41  *** Ylbam has joined #bitcoin-core-dev
1322016-01-15T07:38:41  *** gmaxwell has joined #bitcoin-core-dev
1332016-01-15T07:44:02  *** MarcoFalke has quit IRC
1342016-01-15T08:18:55  *** BashCo has quit IRC
1352016-01-15T08:21:33  *** wallet42 has joined #bitcoin-core-dev
1362016-01-15T08:43:33  <GitHub190> [bitcoin] btcdrak opened pull request #7351: Update Makefile backup URL (master...patch-1) https://github.com/bitcoin/bitcoin/pull/7351
1372016-01-15T08:44:08  *** Guyver2 has joined #bitcoin-core-dev
1382016-01-15T08:44:16  <GitHub4> [bitcoin] btcdrak opened pull request #7352: Update Makefile backup URL (0.12...patch-2) https://github.com/bitcoin/bitcoin/pull/7352
1392016-01-15T08:46:40  <GitHub195> [bitcoin] btcdrak opened pull request #7353: [0.11] backport "Update Makefile backup URL" (0.11...patch-3) https://github.com/bitcoin/bitcoin/pull/7353
1402016-01-15T08:47:41  *** wallet421 has joined #bitcoin-core-dev
1412016-01-15T08:47:41  *** wallet421 has joined #bitcoin-core-dev
1422016-01-15T08:47:41  *** wallet42 is now known as Guest40277
1432016-01-15T08:47:42  *** wallet421 is now known as wallet42
1442016-01-15T08:54:50  *** wallet42 has quit IRC
1452016-01-15T08:57:06  *** BashCo has joined #bitcoin-core-dev
1462016-01-15T08:57:51  *** randy-waterhouse has joined #bitcoin-core-dev
1472016-01-15T09:03:26  *** randy-waterhouse has quit IRC
1482016-01-15T09:20:58  *** go1111111 has quit IRC
1492016-01-15T09:22:55  *** randy-waterhouse has joined #bitcoin-core-dev
1502016-01-15T09:33:10  *** go1111111 has joined #bitcoin-core-dev
1512016-01-15T10:09:17  *** arowser has quit IRC
1522016-01-15T10:10:19  *** arowser has joined #bitcoin-core-dev
1532016-01-15T10:15:51  *** p15_ has joined #bitcoin-core-dev
1542016-01-15T10:17:15  *** p15__ has joined #bitcoin-core-dev
1552016-01-15T10:17:24  *** p15 has quit IRC
1562016-01-15T10:19:35  *** BashCo has quit IRC
1572016-01-15T10:19:52  *** Guyver2 has quit IRC
1582016-01-15T10:19:58  *** BashCo has joined #bitcoin-core-dev
1592016-01-15T10:20:15  *** p15_ has quit IRC
1602016-01-15T10:27:29  *** tripleslash_a has joined #bitcoin-core-dev
1612016-01-15T10:31:31  <GitHub58> [bitcoin] rsmoz opened pull request #7354: I have fixed the block size issue (master...master) https://github.com/bitcoin/bitcoin/pull/7354
1622016-01-15T10:32:03  *** jtimon has joined #bitcoin-core-dev
1632016-01-15T10:43:37  <paveljanik> OMG
1642016-01-15T10:44:14  *** harding has quit IRC
1652016-01-15T10:44:58  *** paveljanik has quit IRC
1662016-01-15T10:45:00  *** harding has joined #bitcoin-core-dev
1672016-01-15T10:49:10  <michagogo> Wow, Qt builds are seriously painful.
1682016-01-15T10:55:52  <michagogo> BDB needs a rebuild?
1692016-01-15T10:55:56  * michagogo looks at the diff again
1702016-01-15T10:58:20  *** laurentmt has joined #bitcoin-core-dev
1712016-01-15T11:01:16  *** laurentmt has quit IRC
1722016-01-15T11:01:37  *** tripleslash_a has quit IRC
1732016-01-15T11:02:04  *** PaulCape_ has joined #bitcoin-core-dev
1742016-01-15T11:04:20  *** PaulCapestany has quit IRC
1752016-01-15T11:14:51  <michagogo> What's OBJCXXLD?
1762016-01-15T11:16:10  <michagogo> TIL that Objective C++ is a thing.
1772016-01-15T11:17:01  <michagogo> (wait, why are we using that in Linux? I thought ObjC was a Mac thing.)
1782016-01-15T11:17:31  <michagogo> (or rather, Apple)
1792016-01-15T11:21:27  <michagogo> cfields: Why does Linux build 32-bit first and then 64, while Windows does it the other way around?
1802016-01-15T11:21:57  <michagogo> Does that have any effect, and would it be unsafe/noisy/have side effects to change them to match?
1812016-01-15T11:22:20  <michagogo> It's annoying when you're trying to look at the tailf of build.log to figure out how far along in the build you are.
1822016-01-15T11:23:27  *** randy-waterhouse has quit IRC
1832016-01-15T11:24:13  *** jcorgan|away is now known as jcorgan
1842016-01-15T11:25:22  <GitHub151> [bitcoin] jonasschnelli closed pull request #7354: I have fixed the block size issue (master...master) https://github.com/bitcoin/bitcoin/pull/7354
1852016-01-15T11:38:04  <jonasschnelli> michagogo: darwin crosscompile uses "OBJCXXLD" in order to make use of apples frameworks (they are objc and are required by Qt)
1862016-01-15T11:38:26  *** Thireus has joined #bitcoin-core-dev
1872016-01-15T11:38:28  <michagogo> jonasschnelli: this isn't a darwin crosscompile
1882016-01-15T11:38:29  <jonasschnelli> And also our source base uses some objc (some tweaks)
1892016-01-15T11:38:37  <michagogo> this is the gitian linux build
1902016-01-15T11:38:43  <michagogo> And... really? didn't know that.
1912016-01-15T11:39:07  <jonasschnelli> Hmm... linux build does use OBJCXXLD?! strange...
1922016-01-15T11:39:48  *** jcorgan is now known as jcorgan|away
1932016-01-15T11:53:06  *** ryitpm has quit IRC
1942016-01-15T12:02:23  *** JackH has quit IRC
1952016-01-15T12:03:05  *** PaulCape_ has quit IRC
1962016-01-15T12:03:50  *** PaulCapestany has joined #bitcoin-core-dev
1972016-01-15T13:40:59  *** jtimon has quit IRC
1982016-01-15T14:19:26  *** cjcj has joined #bitcoin-core-dev
1992016-01-15T14:21:11  *** p15__ has quit IRC
2002016-01-15T14:51:48  *** Chris_Stewart_5 has joined #bitcoin-core-dev
2012016-01-15T14:57:48  *** ryitpm has joined #bitcoin-core-dev
2022016-01-15T15:04:01  *** davec has quit IRC
2032016-01-15T15:04:31  *** davec has joined #bitcoin-core-dev
2042016-01-15T15:12:04  *** JackH has joined #bitcoin-core-dev
2052016-01-15T15:12:25  *** lesderid has joined #bitcoin-core-dev
2062016-01-15T15:33:26  *** nkuttler has quit IRC
2072016-01-15T15:35:21  *** nkuttler has joined #bitcoin-core-dev
2082016-01-15T15:38:09  *** laurentmt has joined #bitcoin-core-dev
2092016-01-15T15:38:31  *** nkuttler has quit IRC
2102016-01-15T15:43:22  *** murch has joined #bitcoin-core-dev
2112016-01-15T15:43:55  *** jtimon has joined #bitcoin-core-dev
2122016-01-15T15:44:04  <morcos> MarcoFalke: https://travis-ci.org/bitcoin/bitcoin/jobs/102467961
2132016-01-15T15:44:37  <morcos> I haven't reproduced this, I bumped travis and it passed, but I don't know if it was an oddity related to my changed or an underlying issue
2142016-01-15T15:45:03  <morcos> Anwyay, if anyone else sees wallet.py fail in the maintenance tests again, we should probably look into it
2152016-01-15T15:47:33  *** laurentmt has quit IRC
2162016-01-15T15:51:35  *** dcousens has quit IRC
2172016-01-15T15:53:00  *** dcousens has joined #bitcoin-core-dev
2182016-01-15T16:03:13  *** laurentmt has joined #bitcoin-core-dev
2192016-01-15T16:04:32  *** zookolaptop has joined #bitcoin-core-dev
2202016-01-15T16:09:31  *** adam3us has quit IRC
2212016-01-15T16:09:41  *** adam3us has joined #bitcoin-core-dev
2222016-01-15T16:10:48  *** adam3us has quit IRC
2232016-01-15T16:11:52  *** laurentmt has quit IRC
2242016-01-15T16:25:09  *** MarcoFalke has joined #bitcoin-core-dev
2252016-01-15T16:28:31  <MarcoFalke> morcos, thx I will look into this tomorrow
2262016-01-15T16:44:42  *** brg444 has joined #bitcoin-core-dev
2272016-01-15T16:45:37  *** Naphex has joined #bitcoin-core-dev
2282016-01-15T16:45:51  *** Naphex has joined #bitcoin-core-dev
2292016-01-15T16:58:34  *** MarcoFalke has quit IRC
2302016-01-15T17:13:20  *** BashCo has quit IRC
2312016-01-15T17:14:00  *** laurentmt has joined #bitcoin-core-dev
2322016-01-15T17:14:19  *** laurentmt has quit IRC
2332016-01-15T17:14:28  *** treehug88 has joined #bitcoin-core-dev
2342016-01-15T17:25:05  *** zookolaptop has quit IRC
2352016-01-15T17:25:44  *** zookolaptop has joined #bitcoin-core-dev
2362016-01-15T17:27:39  *** Thireus has quit IRC
2372016-01-15T17:31:13  *** brg444 has quit IRC
2382016-01-15T17:41:49  *** Thireus has joined #bitcoin-core-dev
2392016-01-15T17:44:07  *** BashCo has joined #bitcoin-core-dev
2402016-01-15T17:59:45  *** brg444 has joined #bitcoin-core-dev
2412016-01-15T18:33:09  <GitHub157> [bitcoin] btcdrak closed pull request #7353: [0.11] backport "Update Makefile backup URL" (0.11...patch-3) https://github.com/bitcoin/bitcoin/pull/7353
2422016-01-15T18:33:14  <GitHub76> [bitcoin] btcdrak closed pull request #7352: [0.12] backport "Update Makefile backup URL" (0.12...patch-2) https://github.com/bitcoin/bitcoin/pull/7352
2432016-01-15T18:36:44  *** zookolaptop has quit IRC
2442016-01-15T18:41:46  *** murch has quit IRC
2452016-01-15T18:45:50  *** skyraider_ has joined #bitcoin-core-dev
2462016-01-15T18:50:42  *** treehug88 has quit IRC
2472016-01-15T18:51:05  *** treehug88 has joined #bitcoin-core-dev
2482016-01-15T18:56:00  *** brg444 has quit IRC
2492016-01-15T18:59:38  *** brg444 has joined #bitcoin-core-dev
2502016-01-15T19:12:31  *** zookolaptop has joined #bitcoin-core-dev
2512016-01-15T19:13:06  *** adam3us has joined #bitcoin-core-dev
2522016-01-15T19:19:12  *** fwefew has joined #bitcoin-core-dev
2532016-01-15T19:21:38  *** MarcoFalke has joined #bitcoin-core-dev
2542016-01-15T19:31:47  *** fwefew has quit IRC
2552016-01-15T19:32:07  *** arubi has quit IRC
2562016-01-15T19:33:27  *** arubi has joined #bitcoin-core-dev
2572016-01-15T19:34:49  *** zookolap` has joined #bitcoin-core-dev
2582016-01-15T19:36:42  *** zookolaptop has quit IRC
2592016-01-15T19:39:52  *** arubi has joined #bitcoin-core-dev
2602016-01-15T19:42:14  *** zookolap` has quit IRC
2612016-01-15T19:43:21  *** zookolaptop has joined #bitcoin-core-dev
2622016-01-15T19:44:27  *** MarcoFalke has quit IRC
2632016-01-15T20:51:36  *** zookolaptop has quit IRC
2642016-01-15T21:01:10  *** Guyver2 has joined #bitcoin-core-dev
2652016-01-15T21:06:16  *** jonasschnelli has quit IRC
2662016-01-15T21:13:30  *** brg444 has quit IRC
2672016-01-15T21:13:30  *** cjcj has quit IRC
2682016-01-15T21:15:07  *** jonasschnelli has joined #bitcoin-core-dev
2692016-01-15T21:22:24  *** guest21333 has joined #bitcoin-core-dev
2702016-01-15T21:28:40  *** brg444 has joined #bitcoin-core-dev
2712016-01-15T21:30:00  *** arowser has quit IRC
2722016-01-15T21:30:18  *** arowser has joined #bitcoin-core-dev
2732016-01-15T21:46:29  *** randy-waterhouse has joined #bitcoin-core-dev
2742016-01-15T21:50:41  *** paveljanik has joined #bitcoin-core-dev
2752016-01-15T21:50:41  *** paveljanik has joined #bitcoin-core-dev
2762016-01-15T21:51:52  <paveljanik> Luke-Jr, what was the solution for error: 'enum_type' is not a member of 'boost::future_errc'?
2772016-01-15T21:52:44  <Luke-Jr> https://github.com/bitcoin/bitcoin/pull/7322
2782016-01-15T21:53:12  <paveljanik> thanks! will check it if it helps here - gcc 4.8.3
2792016-01-15T21:53:44  <Luke-Jr> 4.8.5 here
2802016-01-15T21:55:14  <paveljanik> BTW - the logs referenced from $topic do not contain 2016...
2812016-01-15T21:56:07  <paveljanik> (at least the erisian)
2822016-01-15T22:04:14  *** treehug88 has quit IRC
2832016-01-15T22:06:16  <paveljanik> Luke-Jr, passed compile, will test and ACK too
2842016-01-15T22:10:06  *** skyraider_ has quit IRC
2852016-01-15T22:33:00  *** user2589997 has joined #bitcoin-core-dev
2862016-01-15T22:56:12  *** kangx has joined #bitcoin-core-dev
2872016-01-15T23:11:28  *** blur3d has joined #bitcoin-core-dev
2882016-01-15T23:16:23  *** jtimon has quit IRC
2892016-01-15T23:23:24  *** laurentmt has joined #bitcoin-core-dev
2902016-01-15T23:23:31  *** laurentmt has quit IRC
2912016-01-15T23:26:56  *** [\\\] has joined #bitcoin-core-dev
2922016-01-15T23:28:44  *** Guyver2 has quit IRC
2932016-01-15T23:33:55  *** Chris_Stewart_5 has quit IRC
2942016-01-15T23:37:07  *** benten has joined #bitcoin-core-dev
2952016-01-15T23:51:56  *** guest21333 has quit IRC
2962016-01-15T23:53:37  *** user2589_ has joined #bitcoin-core-dev
2972016-01-15T23:56:27  *** randy-waterhouse has quit IRC
2982016-01-15T23:57:27  *** user2589997 has quit IRC