1 2011-11-01 04:00:21 <CIA-101> bitcoin: Con Kolivas * ra70629a70126 cgminer/ (main.c miner.h): Make longpoll do a mandatory flushing of all work even if the block hasn't changed, thus supporting longpoll initiated work change of any sort and merged mining.
 2 2011-11-01 08:10:10 <CIA-101> poolserverj: shadders * e9cc76d7ba10 r180 / (19 files in 11 dirs): - 1st working version with coinbase donations. See http://blockexplorer.com/testnet/block/00000000032326c542b685ad99754e0238ec26e3528643f797666bb148980fe1
 3 2011-11-01 08:10:11 <CIA-101> poolserverj: shadders * 254ff2b49c43 r181 /poolserverj-main/src/main/java/com/shadworld/poolserver/source/merged/JsonRpcMergeMiningDaemonHandler.java: abstracted getauxpow function so we can implement a native version.
 4 2011-11-01 12:55:38 <dikidera> https://twitter.com/#!/ID_AA_Carmack/statuses/131043043469041665
 5 2011-11-01 13:50:47 <CIA-101> bitcoin: Matt Corallo master * r2f91039 / contrib/gitian-descriptors/qt-win32.yml : Add gitian descriptor for qt cross compile via MinGW. - http://git.io/rHZMPw
 6 2011-11-01 13:50:48 <CIA-101> bitcoin: Wladimir J. van der Laan master * r8fb6134 / contrib/gitian-descriptors/gitian-win32.yml : attempt to make build deterministic - http://git.io/qGdCCg
 7 2011-11-01 15:06:17 <gavinandresen> BlueMatt: ...webchat flaked out... (my house still has no power, I'm working at my in-laws...)
 8 2011-11-01 15:06:31 <BlueMatt> <BlueMatt> gavinandresen: for qt what needs to happen is someone needs to make one zip that they distribute and everyone uses (since qt build isnt deterministic yet...)
 9 2011-11-01 15:06:38 <BlueMatt> <BlueMatt> the other gitian scripts in contrib/
10 2011-11-01 15:06:39 <BlueMatt> <BlueMatt> (copy the resulting zip to inputs from build/out)
11 2011-11-01 15:06:41 <BlueMatt> gavinandresen: ^
12 2011-11-01 15:07:32 <gavinandresen> contrib/gitian-descriptors/boost-win32.yml and qt-win32.yml ....
13 2011-11-01 15:07:42 <BlueMatt> yes
14 2011-11-01 15:08:04 <BlueMatt> they both produce a zip in build/out after run, which can then be copied to inputs
15 2011-11-01 15:08:37 <gavinandresen> OK, I'll update the release-process document.  What about the openssl and db-4.8 .tar.gzs?
16 2011-11-01 15:08:51 <BlueMatt> those should just be the source you download from their website
17 2011-11-01 15:09:01 <BlueMatt> (the bitcoin descriptor does the db+openssl building)
18 2011-11-01 15:09:07 <gavinandresen> ... but gitian doesn't automatically fetch those....
19 2011-11-01 15:09:13 <BlueMatt> correct
20 2011-11-01 15:09:17 <gavinandresen> okey doke.  Thanks
21 2011-11-01 15:10:04 <BlueMatt> sorry I missed that stuff in the original release-process update
22 2011-11-01 17:07:37 <BlueMatt> TD: is the author of bitcoin-wallet on irc?
23 2011-11-01 17:07:46 <TD> don't think so
24 2011-11-01 17:08:02 <BlueMatt> darn, so much quicker than email...oh well
25 2011-11-01 18:53:31 <dikidera> ;;seen andrew12
26 2011-11-01 18:53:32 <gribble> andrew12 was last seen in #bitcoin-dev 20 weeks, 2 days, 14 hours, 16 minutes, and 20 seconds ago: <andrew12> ;;bc,stats
27 2011-11-01 18:55:08 <BlueMatt> ;;seen gavinandresen
28 2011-11-01 18:55:08 <gribble> gavinandresen was last seen in #bitcoin-dev 3 hours, 45 minutes, and 50 seconds ago: <gavinandresen> okey doke.  Thanks
29 2011-11-01 18:56:12 <dikidera> BlueMatt
30 2011-11-01 18:56:41 <dikidera> i am having an odd problem in compiling bitcoind. From a file called /usr/include/db_cxx.h i get an error of a missing iostream.h
31 2011-11-01 18:56:55 <BlueMatt> thats something you will have to google...
32 2011-11-01 18:56:59 <dikidera> oh i googled
33 2011-11-01 18:57:07 <BlueMatt> as its not related to bitcoin
34 2011-11-01 18:57:07 <dikidera> Another used had the exact same problem with bitcoind
35 2011-11-01 18:57:31 <ageis> dikidera: iostream.h is central to C++...
36 2011-11-01 18:57:31 <dikidera> i also cant find libdb4.7++-dev
37 2011-11-01 18:57:34 <jgarzik> broken C++ install
38 2011-11-01 18:57:43 <jgarzik> iostream is basic C++
39 2011-11-01 18:57:57 <BlueMatt> bitcoin upgraded to libdb4.8 a while ago...
40 2011-11-01 18:58:00 <ageis> exactly
41 2011-11-01 18:58:01 <BlueMatt> or was that just for 0.4?
42 2011-11-01 18:58:03 <dikidera> its for an old install
43 2011-11-01 18:58:11 <dikidera> well, not so old
44 2011-11-01 18:58:13 <dikidera> 0.3.24
45 2011-11-01 18:58:18 <BlueMatt> whatever, any libdb*++-dev will work
46 2011-11-01 18:58:23 <jgarzik> indeed
47 2011-11-01 18:59:34 <dikidera> I cant find any ++ packages
48 2011-11-01 18:59:42 <BlueMatt> then you are on oneiric
49 2011-11-01 18:59:47 <dikidera> right
50 2011-11-01 19:00:05 <dikidera> What do i do then?
51 2011-11-01 19:00:12 <BlueMatt> oneiric removed all libdb4.*++ packages
52 2011-11-01 19:00:16 <BlueMatt> but 5.1 is still there
53 2011-11-01 19:00:21 <dikidera> will it work?
54 2011-11-01 19:00:29 <BlueMatt> "any libdb*++-dev will work"
55 2011-11-01 19:01:08 <dikidera> ok no error anymore
56 2011-11-01 19:01:15 <dikidera> See, it was bitcoin related
57 2011-11-01 19:02:00 <dikidera> Yup, double confirming it compiles now
58 2011-11-01 19:08:52 <dikidera> Though i have to say that compiling bitcoind takes anywhere from 10 to 15 minutes
59 2011-11-01 19:22:25 <dikidera> well its either hung on me
60 2011-11-01 19:22:31 <dikidera> or its still is compiling rpc.cpp
61 2011-11-01 20:15:59 <MartianW> m
62 2011-11-01 20:16:09 <MartianW> Oops.
63 2011-11-01 20:17:12 <graingert> b0rd
64 2011-11-01 20:17:20 <graingert> MartianW: heya
65 2011-11-01 20:17:39 <MartianW> Hello graingert.
66 2011-11-01 20:22:08 <graingert> how's the party
67 2011-11-01 22:34:54 <BlueMatt> ;;seen gavinandresen
68 2011-11-01 22:34:55 <gribble> gavinandresen was last seen in #bitcoin-dev 7 hours, 25 minutes, and 37 seconds ago: <gavinandresen> okey doke.  Thanks
69 2011-11-01 23:25:03 <sipa> it's becoming a lot more silent in here lately
70 2011-11-01 23:37:18 <nanotube> sipa: means people are working, maybe :)
71 2011-11-01 23:37:31 <sipa> hopefully :D