Skip to content

Instantly share code, notes, and snippets.

/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c 3way.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c adler32.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c algebra.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c algparam.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c arc4.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c asn.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c authenc.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c base32.cpp
/home/tony/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -DNDEBUG -g -O2 -pipe -c ba
-- boost headers: /home/tony/eth/151010053532/installs/boost/include
-- boost lib : /home/tony/eth/151010053532/installs/boost/lib/libboost_thread.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_date_time.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_system.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_regex.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_chrono.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_filesystem.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_unit_test_framework.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_program_options.so;/home/tony/eth/151010053532/installs/boost/lib/libboost_random.so
------------------------------------------------------------------------
-- Configuring ethereum
------------------------------------------------------------------------
-- CMake Version 3.3.2
-- CMAKE_BUILD_TYPE Build type
-- TARGET_PLATFO
Hey @tgerring , can you be more specific about the work on mobile builds? Is this related to @karalabe 's xgo?
iurimatias 14:36
where are the mobile builds?
*code
tgerring 14:40
@anthony-cros yes, we're primarily using xgo and @karalabe had a version of the "full client" running on android. once the light-client code is finished, it should be trivial to produce a build for android/ios
Go 1.5 includes better mobile support, so we benefit from their efforts greatly
obscuren 14:41
I think he already had it working :smile:
on a watch !
github.com/ethereum/go-ethereum/p2p.(*Server).setupConn(0x10f621a0, 0xb6275680, 0x1245d780, 0x4, 0x0)
/go/src/github.com/ethereum/go-ethereum/p2p/server.go:612 +0x1ec
github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop.func1(0x10f621a0, 0xb6275680, 0x1245d780, 0x110acfc0)
/go/src/github.com/ethereum/go-ethereum/p2p/server.go:591 +0x3c
created by github.com/ethereum/go-ethereum/p2p.(*Server).listenLoop
/go/src/github.com/ethereum/go-ethereum/p2p/server.go:593 +0x608
goroutine 401 [runnable]:
math/big.divWW_g(0x89f18e39, 0x99ff5496, 0xffffffff, 0x130a6c34, 0x1d)
/usr/local/go/src/math/big/arith.go:132
2013-02-22 11:37:58,824 [NioProcessor-2] INFO o.a.s.s.s.ServerSession - Closing session
2013-02-22 11:38:00,447 [Grizzly(1)] ERROR o.g.j.s.ServerRuntime$Responder - An I/O error has occurred while writing a response message entity to the container output stream.
java.io.IOException: java.util.concurrent.TimeoutException
at org.glassfish.grizzly.utils.Exceptions.makeIOException(Exceptions.java:62) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.io.OutputBuffer.blockAfterWriteIfNeeded(OutputBuffer.java:959) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.io.OutputBuffer.write(OutputBuffer.java:690) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:84) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:111) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.codehaus.jackson.impl
digraph cascading {
source1->A
A->FileTap
A->sink1
source3->C
source4->D
FileTap->C
FileTap->D
C->sink2
D->sink3