1 2013-12-06 00:01:10 <Luke-Jr> cfields: alertTests is also not being built O.o
 2 2013-12-06 00:02:39 <cfields> Luke-Jr: wumpus asked me not to change it around until his next changes go in
 3 2013-12-06 00:03:13 <cfields> i'll have a look then
 4 2013-12-06 00:03:29 <Luke-Jr> wtf
 5 2013-12-06 00:04:14 <cfields> Luke-Jr: er, i probably phrased that poorly. I'd like to rearrange it a bit, and wumpus asked me to hold off to avoid conflicting too much with his PR
 6 2013-12-06 00:04:16 <Luke-Jr> gavinandresen: how do I run alert tests if alertTests is not in git?
 7 2013-12-06 00:06:32 <gavinandresen> Luke-Jr: ???  src/test/alert_tests.cpp reads in src/test/data/alertTests.raw....
 8 2013-12-06 00:06:49 <phantomcircuit> who maintains all the qt stuff?
 9 2013-12-06 00:07:45 <gavinandresen> phantomcircuit: "all the qt stuff" -- wumpus is probably the answer.  Or maybe the Qt people at Nokia.  Depends on what you mean by "stuff"
10 2013-12-06 00:07:56 <phantomcircuit> i mean the qt stuff in bitcoin
11 2013-12-06 00:07:57 <phantomcircuit> heh
12 2013-12-06 00:08:23 <gavinandresen> Luke-Jr wumpus:  my 0.8.6rc1 gitian sigs match yours
13 2013-12-06 00:10:33 <michagogo> cloud|gavinandresen: o/
14 2013-12-06 00:11:12 <gavinandresen> michagogo|cloud: o/  <-- left-handed Nazi salute?
15 2013-12-06 00:11:23 <michagogo> cloud|no, a greeting
16 2013-12-06 00:11:32 <gavinandresen> oh.  Howdy!
17 2013-12-06 00:11:35 <michagogo> cloud|I had a question for you...
18 2013-12-06 00:11:44 <michagogo> cloud|I noticed that release-process.md says to use git tag -a
19 2013-12-06 00:11:59 <Luke-Jr> gavinandresen: dunno, my alert tests are segfaulting because it can't find alertTests :/
20 2013-12-06 00:11:59 <phantomcircuit> gavinandresen, that is a strange assumption
21 2013-12-06 00:12:00 <phantomcircuit> lol
22 2013-12-06 00:12:03 <michagogo> cloud|This took me by surprise, since your tags are signed
23 2013-12-06 00:12:36 <michagogo> cloud|Do you know if there's a specific reason that RP suggests -a?
24 2013-12-06 00:12:55 <gavinandresen> ACTION wonders what git tag -a does....
25 2013-12-06 00:13:11 <Luke-Jr> annotated tag, without signature
26 2013-12-06 00:13:24 <gavinandresen> I think release-process is wrong, we git tag -s   release candidates/releases
27 2013-12-06 00:13:24 <Luke-Jr> default tag is just a ref to the commit (no tag object)
28 2013-12-06 00:13:56 <michagogo> cloud|gavinandresen: Yeah, that was what I thought too
29 2013-12-06 00:14:14 <Luke-Jr> hrm, test_bitcoin does work if I build everything, so I guess it really is an autotools issue after all
30 2013-12-06 00:14:30 <michagogo> cloud|(I noticed it when I saw that wumpus didn't sign his 0.8.6rc1 tag)
31 2013-12-06 00:19:04 <Luke-Jr> ah, found my test_bitcoin issue
32 2013-12-06 00:19:12 <Luke-Jr> was running an old one in src :/
33 2013-12-06 00:22:40 <michagogo> cloud|gavinandresen: Do you want to change it, or should I PR?
34 2013-12-06 00:23:02 <gavinandresen> michagogo|cloud: you should PR it
35 2013-12-06 00:23:09 <michagogo> cloud|Coming right up.
36 2013-12-06 00:23:22 <michagogo> cloud|just s/-a/-s/, right?
37 2013-12-06 00:24:00 <cfields> Luke-Jr: 'make check' should help avoid that
38 2013-12-06 00:26:37 <Luke-Jr> cfields: I'm actually writing a GNUmakefile to automate things ;)
39 2013-12-06 00:26:48 <Luke-Jr> woo, seems to work
40 2013-12-06 00:26:58 <Luke-Jr> http://codepad.org/ymjMsean
41 2013-12-06 00:27:10 <Luke-Jr> essentially the same as make check, but backward compatible with older branches
42 2013-12-06 00:29:37 <michagogo> cloud|gavinandresen: done
43 2013-12-06 00:40:15 <michagogo> cloud|Hey, could https://github.com/bitcoin/bitcoin/commit/738b8598aea6aa42d253d1520234809cd7c90471 perhaps get backported to 0.8.6?
44 2013-12-06 00:40:18 <michagogo> cloud|(https://github.com/bitcoin/bitcoin/pull/3042)
45 2013-12-06 00:41:38 <michagogo> cloud|It's stopping me from gitian-building 0.8.6rc1
46 2013-12-06 00:45:46 <gavinandresen> michagogo|cloud: not worth the time to backport, we should be starting the 0.9 release process in about a month.
47 2013-12-06 00:46:22 <michagogo> cloud|Hmm, will it break anything if I just manually patch the deps yml?
48 2013-12-06 00:46:43 <gavinandresen> michagogo|cloud: probably not.  Go for it!
49 2013-12-06 00:47:03 <michagogo> cloud|seems to be a simple enough patch
50 2013-12-06 00:47:09 <michagogo> cloud|Okay, I'll give it a try
51 2013-12-06 00:56:24 <michagogo> cloud|Okay, not quite as simple as I thought, since between 0.8.x and master win32 moved to precise :-/
52 2013-12-06 01:15:28 <gavinandresen> 0.8.6rc1 binaries ready for sanity testing:  https://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/test/
53 2013-12-06 01:16:01 <gmaxwell> ACK.
54 2013-12-06 01:19:19 <gmaxwell> gavinandresen: your sha256sums.asc is loltastic.
55 2013-12-06 01:19:19 <warren> https://bitcointalk.org/index.php?topic=320695.0   Bitcoin OMG10 contains the same patches as 0.8.6rc1, plus Coin Control and Disable Wallet and a few other things vigorously tested in Litecoin.
56 2013-12-06 01:20:02 <gmaxwell> warren: can you please not promote that while we're trying to roll 0.8.6? :P I'd really rather you not divert testing attention from 0.8.6 right when we need it! :)
57 2013-12-06 01:20:04 <gavinandresen> gmaxwell: thanks, I'll fix
58 2013-12-06 01:20:38 <warren> gmaxwell: those patches are in 0.8.6rc1 because I've tested it with hundreds of users prior to merging ...
59 2013-12-06 01:20:52 <warren> gmaxwell: but fine
60 2013-12-06 01:21:38 <gavinandresen> gmaxwell: fixed
61 2013-12-06 01:21:57 <warren> gavinandresen: I enjoyed the minimalism of the previous version.
62 2013-12-06 01:23:09 <gmaxwell> heh. zen checksums.
63 2013-12-06 01:23:13 <gmaxwell> "Trust nothing"
64 2013-12-06 01:23:19 <gmaxwell> gavinandresen: yea, good now.
65 2013-12-06 01:53:03 <warren> wumpus: the forum has one report of corruption after clean shutdown with these latest patches
66 2013-12-06 01:53:08 <warren> wumpus: I asked him to come here
67 2013-12-06 02:20:52 <BlueMattBot> Project Bitcoin build #496: FIXED in 46 min: http://jenkins.bluematt.me/job/Bitcoin/496/
68 2013-12-06 02:20:52 <BlueMattBot> Yippie, build fixed!
69 2013-12-06 02:23:45 <phantomcircuit> warren, that include my patch?
70 2013-12-06 02:23:50 <phantomcircuit> or the mmap fix patch
71 2013-12-06 02:24:22 <warren> phantomcircuit: reporter claims your patch
72 2013-12-06 02:24:35 <phantomcircuit> interesting
73 2013-12-06 02:24:56 <phantomcircuit> w/ or w/o the MANIFEST sync fix?
74 2013-12-06 02:27:49 <warren> phantomcircuit: with
75 2013-12-06 02:27:58 <warren> phantomcircuit: he didn't provide any details, asked him to
76 2013-12-06 02:28:38 <warren> gamefixer: you need to register with nickserv in order to talk here
77 2013-12-06 02:29:05 <warren> gmaxwell: could you voice him?  he's corrupting with the latest leveldb patches apparently.
78 2013-12-06 02:30:50 <phantomcircuit> guess not
79 2013-12-06 02:31:02 <phantomcircuit> gamefixer_, #bitcoin
80 2013-12-06 02:34:10 <warren> phantomcircuit: gamefixer , gamefixer_: I need to leave now to help with an emergency, bbl
81 2013-12-06 02:43:48 <gamefixer> now?
82 2013-12-06 02:43:54 <gamefixer> yeah, it worked!
83 2013-12-06 02:44:20 <ryan-c> hm
84 2013-12-06 02:44:37 <ryan-c> didn't brainwallet.org used to support ssl?
85 2013-12-06 02:45:11 <rescrv> gamefixer: can you upload a tarball of ~/.bitcoin/chainstate/ ?
86 2013-12-06 02:45:46 <gamefixer> oh boy bare with me I will have to figure out how to do that.
87 2013-12-06 02:45:54 <gamefixer> where am I uploading too?
88 2013-12-06 02:46:07 <rescrv> dropbox or similar
89 2013-12-06 02:57:39 <BlueMatt> whats the current sf download count?
90 2013-12-06 03:03:02 <gamefixer> where is the blockchain directory on a Mac??
91 2013-12-06 03:06:53 <rescrv> gamefixer: check in ~/.bitcoin/chainstate/ ?
92 2013-12-06 03:07:27 <gamefixer> can't find that directory
93 2013-12-06 03:07:39 <gamefixer> I have hidden folders showing.
94 2013-12-06 03:12:03 <rescrv> gamefixer: can you search for a directory called "chainstate"?
95 2013-12-06 03:12:14 <gamefixer> nope
96 2013-12-06 03:17:00 <gamefixer> this doesn't make sense. that directory HAS to be on this machine some where
97 2013-12-06 03:17:38 <rescrv> look for a file named CURRENT that'll be in that dir