01:44
<
achow101 >
for rpc tests, how can I be sure that a transaction makes it into the next block mined?
10:38
<
phantomcircuit >
for come reason linking fails with a PIC error when trying to use if (!CheckBlock(block, state, false, false)) {return 0;}
10:39
<
sipa >
tried git clean, make clean, ccache -C, autogen, ...?
10:40
<
phantomcircuit >
sipa, yeah
10:40
<
phantomcircuit >
haven't tried ccache -C
10:41
<
phantomcircuit >
ccache is not installed
10:41
<
sipa >
ok, then no worries
10:41
<
sipa >
(though i suggest installing it)
10:41
<
phantomcircuit >
infinity core machine i dont think it matters very much
10:42
<
sipa >
you would be surprised
11:12
<
phantomcircuit >
(i'll try again without afl)
11:14
<
phantomcircuit >
nope removing afl was useless
23:31
<
phantomcircuit >
this repo hasn't been updated in a very long time
23:31
<
phantomcircuit >
and there's the qa and doc directories in bitcoin/bitcoin
23:31
<
phantomcircuit >
i think it should go bye bye
23:32
<
phantomcircuit >
opinions?
23:32
<
phantomcircuit >
on a completely unrelated note
23:32
<
phantomcircuit >
anybody know why this would fail like this?
23:33
<
phantomcircuit >
specifically the issue is something to do with PIE vs PIC building bitcoin-fuzzy with a CheckBlock call