Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

clang: error: linker command failed with exit code 1 #10013

Closed
ltfschoen opened this issue Dec 5, 2018 · 4 comments
Closed

clang: error: linker command failed with exit code 1 #10013

ltfschoen opened this issue Dec 5, 2018 · 4 comments
Labels
M0-build 🏗 Building and build system. Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Milestone

Comments

@ltfschoen
Copy link
Contributor

ltfschoen commented Dec 5, 2018

  • Parity Ethereum version: 2.3.0
  • Operating system: MacOS
  • Installation: built from source
  • Fully synchronized: no
  • Network: N/A
  • Restarted: yes

System:

  • macOS Mojave 10.14
  • gcc, clang
$ /usr/bin/clang --version
Apple LLVM version 10.0.0 (clang-1000.10.44.4)
Target: x86_64-apple-darwin18.0.0
Thread model: posix
$ /usr/bin/gcc --version
Apple LLVM version 10.0.0 (clang-1000.10.44.4)
Target: x86_64-apple-darwin18.0.0
Thread model: posix

Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.

I installed the latest Parity Ethereum last week successfully when I had macOS Sierra installed. But I updated from macOS Sierra to macOS Mojave today. Later today I then tried updating Parity Ethereum to the latest version. I followed the same steps. I updated to the latest master branch, cleaning the nightly build, and tried to build it, but this time it generated the following errors (verbose errors shown below).

~/code/src/paritytech/parity-ethereum - [master] $ git pull --rebase origin master

...

Current branch master is up to date.

~/code/src/paritytech/parity-ethereum - [master] $ cargo clean;
~/code/src/paritytech/parity-ethereum - [master] $ ~/.cargo/bin/cargo build --release --verbose

...

error: linking with `cc` failed: exit code: 1
  |
  = note: "cc" "-m64" "-L" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.0.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.1.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.10.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.11.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.12.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.13.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.14.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.15.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.2.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.3.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.4.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.5.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.6.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.7.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.8.rcgu.o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.parity.3zmg7b3x-cgu.9.rcgu.o" "-o" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/parity-a213825a53125af3.1tbo8bfyd5ousm6v.rcgu.o" "-Wl,-dead_strip" "-nodefaultlibs" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/build/eth-secp256k1-f14532cd50bbd476/out" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/build/ring-f709ec8a6da92743/out" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/build/rust-crypto-c61e7e7c4618b0af/out" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/build/hidapi-f42686660365013e/out" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/build/libusb-sys-6bcc6ece1961416c/out" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/build/libloading-9ca413860d070e3f/out" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/build/parity-rocksdb-sys-97b037c0c55b40f7/out/build" "-L" "/Users/me/code/src/paritytech/parity-ethereum/target/release/build/parity-snappy-sys-c1b39964128a5013/out/build" "-L" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_ethereum-14a960bed8fe2775.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libterm_size-d7861155270a62e9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtextwrap-27a6000a9b189521.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmigration_rocksdb-e3763689e90c2ec9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libdaemonize-15f380190dffb191.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnode_filter-133165e640d83904.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librpc_cli-ce7e4c6f1d78d0fd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_rpc_client-4d0e08f1469b9cde.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_whisper-dee4cf8ac9a6b0b5.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbitflags-58cf278b44d18714.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libordered_float-81b64e8006eddc7b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhex-e2e613a91391d28f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_rpc-c9eac57ed7e229f1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_ws_server-2746280c012c9db2.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libws-e4ec37d620a5e6dc.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsha1-458b199549aa2123.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libeip712-b7ee929cce8f8435.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libvalidator-d5fefca269936380.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblunarity_lexer-1cc5328098f46cbb.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtoolshed-fb1864bfb64d874c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfxhash-0a32117356c769c0.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfailure-f698400d7dd73997.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libitertools-01cbd9a9b5cf5648.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_updater-1b731964e9db6a74.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_version-4776ab18fd36be94.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtarget_info-5fb5d517b5763764.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_devtools-e776da50c4317448.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_ipc_server-4648a083f0053c8e.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_tokio_ipc-3ee854b11eb2a45c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_named_pipes-09d7336f918d7fa1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtransient_hashmap-f9af6157e48e33e2.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liborder_stat-da7e00b4ac8906f4.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_local_store-5fc885c4a70c795e.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_ipfs_api-b069caaee874ad68.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_http_server-2f20eaef42a6ef0f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcid-af9ea0a7711f950b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libinteger_encoding-4d20fd8b83ad6b88.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmultibase-691a6b9d0f886a2c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbase_x-172a0349159273a2.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmultihash-967245867bede3ff.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsha2-34064eec3ac66c03.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfake_simd-979066008e5ca263.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libblock_buffer-2c56813abb5884d3.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libarrayref-d65d5c4e95d275ea.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libdigest-6dc9cb4114c2c690.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libgeneric_array-42a5ad6875ffa684.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtypenum-961552ec42dc82cb.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbyte_tools-32efc5837ed5cc2c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsha1-b197d8cf7083b079.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_hash_fetch-e6f8716c6b76dc55.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libregistrar-263a5a0ece22b142.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmime_guess-f632d91b3a18ce6c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libphf-c05de6bd7099be20.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libphf_shared-436f2790ce874e6d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libunicase-26aedecb0636a246.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsiphasher-db886a9af7b1e19a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_service-f66f647f3dfc8772.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_sync-cb2261cd390caf4c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_network_devp2p-df72c140a35812f8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_path-ddf0b4900c90fa0d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libslab-7fe3ee2e80accc60.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libigd-b73bb3cd3c403346.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_retry-6b1e84b6b1c54b5f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_timer-9bdf5d8987c5067f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libslab-c3b143b1aac4c7b6.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libxmltree-9afa33e3dece05b4.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libxml-3c74fac5fcc59812.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhyper-06473b188791a891.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libwant-68e007cd36098778.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtry_lock-2ac91904e1047008.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librelay-461e824fe3167fea.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmime-285a7c4af79c5bef.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblanguage_tags-ec9bea3685f4bee0.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_private_tx-c17c27bc712d2f13.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_light-679144fcd11ed386.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_network-b074186509c63df7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libipnetwork-670ecaf3f521236f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbincode-5ba195e795daaabd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnum_traits-4270a0157937c846.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore-187e03b24a75c460.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethstore-f08767ca9c4d20ce.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmacros-b22b0624c328c34d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethabi_contract-654b5a1c9a5d0ed7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhardware_wallet-e749dbcdbf1fba3b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtrezor_sys-f0550894a23e40d8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libprotobuf-00024256dc33bc03.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblibusb-b693a109ad3167cd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblibusb_sys-fd7eb92ac2d2d619.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhidapi-fea551c9835ea7f4.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblen_caching_mutex-450c2469206f5452.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtempdir-5f2599653dd3ebc4.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libremove_dir_all-332d68a71a9649bc.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libwasm-d8a8eec22c0f8d2a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libwasmi-edc5c3b5b219c06f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnan_preserving_float-ff269376faf7ba96.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmemory_units-4b4ad449e6fed5f8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libpwasm_utils-55c176883f44de79.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_wasm-e5cafbe260119836.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libusing_queue-2176f6c17f1afdf7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libstop_guard-e9afda651ce54ae8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libstats-fc93fae92063b8ba.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethabi-57562475a22bdfee.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_snappy-3eeda089d13f904d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_snappy_sys-2c021a5c73a22ae1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtriehash_ethereum-b9c4e3e56d2ee4e7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtriehash-9308bb34c791c6db.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librlp_compress-3323bfc3cfa6068b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librayon-71bc69986957017c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librayon_core-e372ed243b007d26.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrossbeam_deque-8d68a010a599a59c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrossbeam_epoch-64c3d970016ca3a9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrossbeam_utils-6e50864c0b543db5.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_machine-a64ddd764bcdd43a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnum-1b445b5960317f0b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnum_bigint-74e7e9863cde1fa7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnum_iter-3b2dcf86f39d69d9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libkvdb_rocksdb-92d5c17a7ff24356.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_rocksdb-5c62ab8c72608c35.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_rocksdb_sys-a7cc3937e04d69d3.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblocal_encoding-6b11a0d73501eeb4.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libregex-99012063239e2398.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libregex_syntax-b471104fe29a6c1f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libinterleaved_ordered-76602f6001665535.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfs_swap-3159bcdfc15d6fd1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblibloading-1bba0f9c63c0ce81.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libkvdb_memorydb-0260295755316c76.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_stratum-9cd13849aea57880.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_macros-56c139b0e5b5cebe.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_pubsub-31804de2a07af7fd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_tcp_server-2b68191bfa646606.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_service-a0cb6cc18c7ff779.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_server_utils-2a7c800baf91e11c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libunicase-00bcbe17151d2bea.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libglobset-b7c950805bca7cf7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_miner-2fbc79a93a6e36e0.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtransaction_pool-bf4d7fa6fe6d6912.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liberror_chain-ebf79edf1f6d82d1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtrace_time-94877273eaac3973.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libprice_info-91034a344e6344e7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfetch-11add87c526e3d17.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liburl-6f89b4936df4be83.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libpercent_encoding-4b51ddd33f6607cf.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libidna-2a3b6a6433ffc5c4.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libunicode_normalization-9db15badaf2c69d6.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libunicode_bidi-2048d516b3bad21f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmatches-6032d40b83c3e9f0.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhyper_rustls-2931e3207ab9071a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libwebpki_roots-00a13ec36e688810.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_rustls-b6cb17d12add0706.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_core-ede3b7fba6f38039.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libscoped_tls-e1d00b0263cb6436.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librustls-d301b62676fc756f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbase64-6240a6f13ffa1b3e.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsafemem-f7a066405bdf1e7c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libwebpki-f858f17953aeff07.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libct_logs-0ec2577bd7c897e3.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsct-de554bd34f51b74f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhyper-01db332cce99f01a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libwant-6afe400e71446927.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtry_lock-a5cb64eb5cce695d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhttparse-3925794f36714077.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libh2-84cf5c7024add115.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libindexmap-b0c04f937881f50a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libstring-d5f845c0e7f8daaa.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhttp-c9f71089057b312b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfutures_cpupool-b061b4464c75830b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblinked_hash_map-7f0d2a72c2b41bac.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_runtime-af80d702108ec6f1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_transaction-a6ce4e009a602d7d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libunexpected-ea6271b3d642c62d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libevm-14333ffe0b473590.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmemory_cache-bd704c6facc30805.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblru_cache-3105dd6fbb064246.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblinked_hash_map-374fe15089414edc.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libvm-c035b964e9cd1ad8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libpatricia_trie_ethereum-1ac97aba20989005.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libpatricia_trie-a24f7ddbc5635212.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblog-079e68bed3806393.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbit_set-bb187699365519ab.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbit_vec-99ea8d512ebd96a5.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethkey-460ef53b4af89547.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsecp256k1-c0c475e708e9866b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_wordlist-8342e2e7a153f631.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libitertools-643aea7ed79e2077.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmem-a8c2a5e0e2a2b6cd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libedit_distance-511f3276de305ace.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_logger-6a3a2ebee7b02b5d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_io-b43711efc61670c8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio-aaf62a39c5df4d6d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_uds-0dd067c262b94922.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmio_uds-bf0d5c16f0315d2b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_udp-6723cda5d26a0090.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_tcp-b16320de68a91c87.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_timer-21b2340abe48922d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_reactor-ee49083ec9d5109d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_fs-6cc8da27be9b4b50.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_threadpool-fd78ade4db8161aa.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_codec-a1b2d8295039769d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_io-54cee73dff080bda.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_current_thread-d71abcd06a3aa0fd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtokio_executor-45cbd0a89f508e9d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbytes-bd05d6958fd682cb.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfnv-029f986dd1be9289.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtimer-99700ecc0c1db6b6.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libchrono-b9c771a5f7b3753e.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrossbeam_deque-acce044cd3bac9cd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrossbeam_epoch-0aa666b78ab14b28.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmemoffset-3fc0c3af26b264be.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrossbeam_utils-a11b70307e37593a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libarrayvec-a914e61572923cd9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnodrop-f02a96e527247238.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmio-db4f20b0539d9dc7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libslab-ad008b87e44d8238.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libiovec-4693f9d87151bbe4.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnet2-ec1335cde4979cf9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblazycell-859b8347e75dcb41.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_crypto-e211ae7c268deb76.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libring-528611747b1e3d48.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libuntrusted-ddb305c1d80f98a8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrypto-710d5cacc475f262.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtime-4d1b73b511b4eef8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librustc_serialize-925d4cae0c21ccda.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librand-ee1b1c1a32934add.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_bloom_journal-687319c2f2673ac9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsiphasher-e0e5d6cca490aac3.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethash-d790b92decbd16f6.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libprimal-6e96d3adc84e1c91.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libprimal_sieve-ec8d5ec70278d108.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libprimal_bit-8281b2259aa5e0d1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhamming-340eb7b9de7ca480.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libprimal_check-f16059e2e80c8915.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnum_integer-a1e1b18609202cc0.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libprimal_estimate-22306ead62252632.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmemmap-5671cdc51230db86.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libeither-dfbb87cac34a8a88.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcommon_types-bcbfbc23663a7055.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libkeccak_hash-88dbd100d75239af.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethjson-1e3710af8e4d2975.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrossbeam-f0e2be7dda900f49.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbn-80bba25afb0f3f68.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrunchy-539d92c36e4bdce3.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libblooms_db-13dcd63098421757.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtoml-a6283d7ea0e5fbbd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsemver-9f0297ed313c80af.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsemver_parser-4495167a04e47faa.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librpassword-24b1ea1ce31ffafb.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librprompt-0095f1aeff4c20b2.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnumber_prefix-92a6b46c597d5288.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnum_traits-bfeb44c6e54f3ef7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnum_cpus-4787d5b544a15682.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_core-9f8b3f02098b5665.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libserde_json-cf0699bc55c94a8f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libryu-5bade2f90541e847.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libitoa-807483d56a4eda7b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfutures-fad1838b7f8424ab.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libenv_logger-1d39991822935814.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhumantime-9a5450ff20f3b1ae.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libquick_error-9745b18f1b4ca0a1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtermcolor-70f903f13534656d.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libclap-134a94798ae7d8ce.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libvec_map-4339fdbf4d72bde0.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtextwrap-0ba2e3c830d66eb8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libunicode_width-57b7cc4a4833af82.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbitflags-d269c875042dc43e.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libatty-fff87ca2c8a749dd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libansi_term-66037d6af3e5a415.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libdocopt-46f9b1de7bf25379.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libstrsim-3735fae06da02296.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libregex-81238dcee568dca0.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libutf8_ranges-350a54f9adb0cbf0.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libregex_syntax-8ca5a567c130dc2e.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libucd_util-ba0d5ab68dab27cd.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libthread_local-5b70f6b490732063.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libaho_corasick-9cf0ac917b6adb0a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmemchr-c3894036c90623a3.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblazy_static-c0024e97e5d06985.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libansi_term-628b349981557575.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libpanic_hook-1752a7409f041203.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbacktrace-0ff597611f78fab9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librustc_demangle-1ddda9a859e71eb7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfdlimit-16eedb8041d6f090.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libdir-03bf01ff10ef6934.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhome-507b20fe020718e5.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjournaldb-28f13f902c4a94c3.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfastmap-127000d9199847c8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparking_lot-b2ec325e35e84734.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparking_lot_core-9da757ba85af22eb.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsmallvec-e7a7181c084edea8.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libunreachable-0ff5b0318e936064.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libvoid-47072ccb06324789.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librand-f12749687e7b6408.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librand_core-0fc5526488329016.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librand_core-e52ec591a3443a33.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblock_api-c7b8c0e0f789d96c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libowning_ref-5587ed197b15722b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libstable_deref_trait-efe3a15563f06c9c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libscopeguard-d1422fc340061565.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmemorydb-1ba65aa63596c2f1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librlp-dc300f838ee913a5.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libkvdb-662eb9ce46a15240.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libelastic_array-b8bf7811d8cab701.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libkeccak_hasher-c944e58eb5bd659c.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libplain_hasher-d02c24cbc31139ee.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libhashdb-8904eb65ceddbe6a.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_bytes-850c84189a26fd91.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblog-fee64580a00495a7.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcfg_if-15b7e7562206bb15.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethereum_types-e755981e7c2757c2.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethbloom-d4cbc7fb15c0e4a1.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethereum_types_serialize-de161fbfd0ff0b7b.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libserde-fcf583a422d470b9.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtiny_keccak-0ed85d8c0ab0ca84.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfixed_hash-f71e65583f9ea5af.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librand-e91711b3e6aaad3e.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librustc_hex-fe243018ea8fc10e.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libuint-246e8453e8a52002.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librustc_hex-92a6f6e526d4d70f.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libheapsize-0ecaa84428768c12.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libbyteorder-55fc55e079029465.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libcrunchy-469a0a2c27969914.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libapp_dirs-0f165f1cd7fbbabe.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libctrlc-936e1b696bf773fb.rlib" "/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblibc-77b929b6eab1ec2b.rlib" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libstd-04e348e0e3a5df70.rlib" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libpanic_unwind-6230d32fad5c3971.rlib" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libunwind-d350118f7890f18e.rlib" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liblibc-9728bb3128bf2127.rlib" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/liballoc-ee302c73890de540.rlib" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcore-86c05783d5053f84.rlib" "/Users/me/.rustup/toolchains/nightly-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib/libcompiler_builtins-630a2e19ee3bc6b8.rlib" "-framework" "CoreFoundation" "-framework" "IOKit" "-framework" "IOKit" "-framework" "CoreFoundation" "-lc++" "-lc++" "-framework" "Security" "-framework" "Security" "-lSystem" "-lresolv" "-lc" "-lm"
  = note: Undefined symbols for architecture x86_64:
            "_je_malloc_usable_size", referenced from:
                _$LT$alloc..string..String$u20$as$u20$heapsize..HeapSizeOf$GT$::heap_size_of_children::h5dfc16c4e7daa210 in libheapsize-0ecaa84428768c12.rlib(heapsize-0ecaa84428768c12.heapsize.z4i4d2bo-cgu.2.rcgu.o)
                heapsize::heap_size_of_impl::hf6fc6339933ea269 in libheapsize-0ecaa84428768c12.rlib(heapsize-0ecaa84428768c12.heapsize.z4i4d2bo-cgu.0.rcgu.o)
          ld: symbol(s) not found for architecture x86_64
          clang: error: linker command failed with exit code 1 (use -v to see invocation)
          

error: aborting due to previous error

error: Could not compile `parity-ethereum`.

Caused by:
  process didn't exit successfully: `rustc --crate-name parity parity/main.rs --color always --crate-type bin --emit=dep-info,link -C opt-level=3 -C metadata=a213825a53125af3 -C extra-filename=-a213825a53125af3 --out-dir /Users/me/code/src/paritytech/parity-ethereum/target/release/deps -L dependency=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps --extern ansi_term=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libansi_term-628b349981557575.rlib --extern atty=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libatty-fff87ca2c8a749dd.rlib --extern blooms_db=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libblooms_db-13dcd63098421757.rlib --extern clap=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libclap-134a94798ae7d8ce.rlib --extern ctrlc=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libctrlc-936e1b696bf773fb.rlib --extern daemonize=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libdaemonize-15f380190dffb191.rlib --extern dir=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libdir-03bf01ff10ef6934.rlib --extern docopt=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libdocopt-46f9b1de7bf25379.rlib --extern env_logger=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libenv_logger-1d39991822935814.rlib --extern ethcore=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore-187e03b24a75c460.rlib --extern ethcore_io=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_io-b43711efc61670c8.rlib --extern ethcore_light=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_light-679144fcd11ed386.rlib --extern ethcore_logger=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_logger-6a3a2ebee7b02b5d.rlib --extern ethcore_miner=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_miner-2fbc79a93a6e36e0.rlib --extern ethcore_network=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_network-b074186509c63df7.rlib --extern ethcore_private_tx=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_private_tx-c17c27bc712d2f13.rlib --extern ethcore_service=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_service-f66f647f3dfc8772.rlib --extern ethcore_sync=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_sync-cb2261cd390caf4c.rlib --extern ethcore_transaction=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethcore_transaction-a6ce4e009a602d7d.rlib --extern ethereum_types=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethereum_types-e755981e7c2757c2.rlib --extern ethkey=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libethkey-460ef53b4af89547.rlib --extern fdlimit=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfdlimit-16eedb8041d6f090.rlib --extern futures=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libfutures-fad1838b7f8424ab.rlib --extern journaldb=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjournaldb-28f13f902c4a94c3.rlib --extern jsonrpc_core=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libjsonrpc_core-9f8b3f02098b5665.rlib --extern keccak_hash=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libkeccak_hash-88dbd100d75239af.rlib --extern kvdb=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libkvdb-662eb9ce46a15240.rlib --extern kvdb_rocksdb=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libkvdb_rocksdb-92d5c17a7ff24356.rlib --extern log=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/liblog-fee64580a00495a7.rlib --extern mem=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmem-a8c2a5e0e2a2b6cd.rlib --extern migration_rocksdb=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libmigration_rocksdb-e3763689e90c2ec9.rlib --extern node_filter=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnode_filter-133165e640d83904.rlib --extern num_cpus=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnum_cpus-4787d5b544a15682.rlib --extern number_prefix=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libnumber_prefix-92a6b46c597d5288.rlib --extern panic_hook=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libpanic_hook-1752a7409f041203.rlib --extern parity_bytes=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_bytes-850c84189a26fd91.rlib --extern parity_ethereum=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_ethereum-14a960bed8fe2775.rlib --extern parity_hash_fetch=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_hash_fetch-e6f8716c6b76dc55.rlib --extern parity_ipfs_api=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_ipfs_api-b069caaee874ad68.rlib --extern parity_local_store=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_local_store-5fc885c4a70c795e.rlib --extern parity_path=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_path-ddf0b4900c90fa0d.rlib --extern parity_rpc=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_rpc-c9eac57ed7e229f1.rlib --extern parity_rpc_client=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_rpc_client-4d0e08f1469b9cde.rlib --extern parity_runtime=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_runtime-af80d702108ec6f1.rlib --extern parity_updater=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_updater-1b731964e9db6a74.rlib --extern parity_version=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_version-4776ab18fd36be94.rlib --extern parity_whisper=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparity_whisper-dee4cf8ac9a6b0b5.rlib --extern parking_lot=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libparking_lot-b2ec325e35e84734.rlib --extern regex=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libregex-81238dcee568dca0.rlib --extern registrar=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libregistrar-263a5a0ece22b142.rlib --extern rlp=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librlp-dc300f838ee913a5.rlib --extern rpassword=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librpassword-24b1ea1ce31ffafb.rlib --extern rpc_cli=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librpc_cli-ce7e4c6f1d78d0fd.rlib --extern rustc_hex=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/librustc_hex-fe243018ea8fc10e.rlib --extern semver=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libsemver-9f0297ed313c80af.rlib --extern serde=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libserde-fcf583a422d470b9.rlib --extern serde_derive=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libserde_derive-5ac40308e47fb08e.dylib --extern serde_json=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libserde_json-cf0699bc55c94a8f.rlib --extern term_size=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libterm_size-d7861155270a62e9.rlib --extern textwrap=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtextwrap-27a6000a9b189521.rlib --extern toml=/Users/me/code/src/paritytech/parity-ethereum/target/release/deps/libtoml-a6283d7ea0e5fbbd.rlib -L native=/Users/me/code/src/paritytech/parity-ethereum/target/release/build/eth-secp256k1-f14532cd50bbd476/out -L native=/Users/me/code/src/paritytech/parity-ethereum/target/release/build/ring-f709ec8a6da92743/out -L native=/Users/me/code/src/paritytech/parity-ethereum/target/release/build/rust-crypto-c61e7e7c4618b0af/out -L native=/Users/me/code/src/paritytech/parity-ethereum/target/release/build/hidapi-f42686660365013e/out -L native=/Users/me/code/src/paritytech/parity-ethereum/target/release/build/libusb-sys-6bcc6ece1961416c/out -L native=/Users/me/code/src/paritytech/parity-ethereum/target/release/build/libloading-9ca413860d070e3f/out -L native=/Users/me/code/src/paritytech/parity-ethereum/target/release/build/parity-rocksdb-sys-97b037c0c55b40f7/out/build -L native=/Users/me/code/src/paritytech/parity-ethereum/target/release/build/parity-snappy-sys-c1b39964128a5013/out/build` (exit code: 1)
@jam10o-new jam10o-new added the M0-build 🏗 Building and build system. label Dec 5, 2018
@5chdn 5chdn added this to the 2.3 milestone Dec 5, 2018
@5chdn 5chdn added the Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate. label Dec 5, 2018
@5chdn
Copy link
Contributor

5chdn commented Dec 5, 2018

duplicate of #9167

@5chdn
Copy link
Contributor

5chdn commented Dec 5, 2018

cannot reproduce this btw

@ordian
Copy link
Member

ordian commented Dec 5, 2018

@5chdn are you using macOS and rust nightly? The issue is that heapsize crate on macOS assumes that we're using jemalloc, which was removed from rust nightly.

@5chdn
Copy link
Contributor

5chdn commented Dec 5, 2018

macOS and rust stable. I see. @ltfschoen better use rust stable then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
M0-build 🏗 Building and build system. Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Projects
None yet
Development

No branches or pull requests

4 participants