Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1We6pR-000765-Nf for bitcoin-development@lists.sourceforge.net; Sat, 26 Apr 2014 17:55:57 +0000 Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of anonymousbitcoinbook.com designates 69.89.30.42 as permitted sender) client-ip=69.89.30.42; envelope-from=author@anonymousbitcoinbook.com; helo=gproxy3-pub.mail.unifiedlayer.com; Received: from gproxy3-pub.mail.unifiedlayer.com ([69.89.30.42]) by sog-mx-3.v43.ch3.sourceforge.com with smtp (Exim 4.76) id 1We6pQ-0008Ja-Gr for bitcoin-development@lists.sourceforge.net; Sat, 26 Apr 2014 17:55:57 +0000 Received: (qmail 31372 invoked by uid 0); 26 Apr 2014 17:29:10 -0000 Received: from unknown (HELO cmgw2) (10.0.90.83) by gproxy3.mail.unifiedlayer.com with SMTP; 26 Apr 2014 17:29:10 -0000 Received: from just118.justhost.com ([173.254.28.118]) by cmgw2 with id uhV31n00a2Yu7hZ01hV62r; Sat, 26 Apr 2014 11:29:09 -0600 X-Authority-Analysis: v=2.1 cv=Q9RBveGa c=1 sm=1 tr=0 a=iBV2HUWW4UcJ4JmVcQBhJA==:117 a=DZWVvRqoJ4pVHDilFU133g==:17 a=BY8XqHikAAAA:8 a=f5113yIGAAAA:8 a=IDi1JgSWSfwA:10 a=rXXJLNA-WGwA:10 a=S0JrtGnLqBcA:10 a=8nJEP1OIZ-IA:10 a=iSdyhXBuAAAA:8 a=hMjYVLzx43kA:10 a=Y3P-G0aKTiQA:10 a=NEAV23lmAAAA:8 a=_zmbgbhkAAAA:8 a=ulA5k3-oTYAE7MgpXJQA:9 a=wPNLvfGTeEIA:10 Received: from [50.191.76.100] (port=49809 helo=[10.0.2.15]) by just118.justhost.com with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1We6PQ-0008NR-BT for bitcoin-development@lists.sourceforge.net; Sat, 26 Apr 2014 11:29:04 -0600 Message-ID: <535BECDC.9070804@anonymousbitcoinbook.com> Date: Sat, 26 Apr 2014 13:29:00 -0400 From: Kristov Atlas User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: bitcoin-development@lists.sourceforge.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Identified-User: {7507:just118.justhost.com:stacksn1:anonymousbitcoinbook.com} {sentby:smtp auth 50.191.76.100 authed with author@anonymousbitcoinbook.com} X-Spam-Score: -1.5 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [69.89.30.42 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record X-Headers-End: 1We6pQ-0008Ja-Gr Subject: Re: [Bitcoin-development] Compatibility Bitcoin-Qt with Tails X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 17:55:57 -0000 On 04/25/2014 04:27 PM, Wladimir wrote: > Kristov, > I've modified the gitian build so that it builds against Qt 4.6 > instead of Qt 4.8 in this pull request: > https://github.com/bitcoin/bitcoin/pull/4094 > > A test build of master with that pulls gitian descriptor is available: > > https://download.visucore.com/bitcoin/linux-4765b8c-gitian-2d48b96.tar.gz > https://download.visucore.com/bitcoin/linux-4765b8c-gitian-2d48b96.tar.gz.sig > > These bitcoin-qt executables *should* work on Debian Squeeze / Tails > Linux. Let me know if it is the case. > > Hey Wladimir, Thanks for building this binary. The initial problem with Qt was resolved, and I was able to load the GUI that chooses my datadir. After choosing the default datadir, however, it segfaulted. The segfault came after the usual message that I get when running Bitcoin Core in Tails, which is the "sendto: Operation not permitted" message since Core will not be able to connect to the internet without going through Tails' Tor SOCKS proxy. When I specify the SOCKS proxy through the command-line, I get a brief flash of the GUI before it segfaults again. The "Bus::open" and "IBusInputContext::createInputContext" messages are atypical and might be related to the segfault. Sample terminal output for latest Tails (0.23): amnesia@amnesia:~/linux-4765b8c-gitian-2d48b96/32$ ./bitcoin-qt Bus::open: Can not get ibus-daemon's address. IBusInputContext::createInputContext: no connection to ibus-daemon sendto: Operation not permitted Segmentation fault amnesia@amnesia:~/linux-4765b8c-gitian-2d48b96/32$ ./bitcoin-qt Segmentation fault amnesia@amnesia:~/linux-4765b8c-gitian-2d48b96/32$ ./bitcoin-qt -proxy=127.0.0.1:9050 Segmentation fault -Kristov