hyperboria / peers

A geographically sorted list of public peering credentials for joining Hyperboria
200 stars 74 forks source link

Attempting to build on Raspberry Pi 3 #43

Closed dalanmiller closed 8 years ago

dalanmiller commented 8 years ago

I manually ran the pimesh install instructions here for all the dependencies but am getting this error.

After a lot of CryptoAuth test output:

memory/Allocator.c:237 TODO(cjd): make this optional.
net/Benchmark.c:193 TODO(cjd): this will fail with a different encoding scheme
benc/serialization/json/JsonBencSerializer.c:331 FIXME(gerard): silently skipping anything we don't understand
admin/angel/Core.c:69 TODO(cjd): we need to begin detecting MTU and informing the OS properly!
client/Configurator.c:594 * FIXME(sdg): moving noforks after setuser might make nproc <- 0,0 work
./interface/tuntap/test/TUNInterface_ipv4_root_test.c:59 TODO(cjd): fix TUNConfigurator_addIp4Address() for Illumos, BSD.
dht/dhtcore/NodeStore.h:156 * FIXME(arceliar): Documentation is out of date
./tunnel/test/IpTunnel_test.c:391 Allocator_free(alloc); //TODO(cjd): This is caused by an allocator bug.
switch/SwitchCore.c:219 TODO(cjd): hmm should we return an error packet?
net/InterfaceController.c:838 TODO(cjd): eps are created in 3 places, there should be a factory function.
interface/tuntap/NDPServer.c:128 TODO(cjdns, Kubuxu): Filtering basing on cjdns network and tunnels.
dht/DHTModuleRegistry.c:64 TODO(cjd): Call a debugger with all unhandlable messages?
dht/dhtcore/NodeStore.c:646 TODO(cjd): This does not depend on nodeStore or alter the link, consider moving to Node.c
dht/dhtcore/NodeStore.c:877 FIXME(arceliar,cjd): linking every node with 0 link cost, this can't be right.
dht/dhtcore/NodeStore.c:1195 TODO(arceliar): protect keyspace, evict the worst bestParent instead?
dht/dhtcore/NodeStore.c:1275 TODO(arceliar) the 1023 here is pretty arbitrary...
dht/dhtcore/NodeStore.c:1277 TODO(arceliar): is this safe?
dht/dhtcore/NodeStore.c:1493 TODO(cjd): this could return ~0
dht/dhtcore/NodeStore.c:1513 TODO(cjd): this has been the source of assert failures and we might be sweeping
dht/dhtcore/NodeStore.c:1618 TODO(cjd): Schlameil the painter
dht/dhtcore/NodeStore.c:2007 FIXME(arceliar): calcNextCost is guessing what the cost would stabilize to
dht/dhtcore/NodeStore.c:2023 TODO(cjd): What we really should be doing here is storing this link in a
memory/BufferAllocator.c:25 * TODO(cjd): addOnFreeJob adds a job which is only run when the root allocator is freed
dht/dhtcore/Janitor.c:239 FIXME(arceliar): Probably need stronger requirements than this.
dht/dhtcore/Janitor.c:398 FIXME(arceliar): This target probably isn't optimal.
dht/dhtcore/RouterModule.c:85 * TODO(cjd): ---
Failed to build cjdns.
Total build time: 40405ms.
kpcyrd commented 8 years ago

Wrong repo. Please create a new issue here: https://github.com/hyperboria/cjdns or directly at lars' repo https://github.com/lgierth/pimesh

Also, we need more output, there are no error messages in the snippet.

Kubuxu commented 8 years ago

Probably connected with: https://github.com/hyperboria/cjdns/issues/6