cryptonotefoundation / cryptonote

CryptoNote protocol implementation. This is the reference repository for starting a new CryptoNote currency. See /src/cryptonote_config.h
https://cryptonote.org/
991 stars 6.1k forks source link

recipe for target 'all' failed #70

Open Jaydeep58 opened 7 years ago

Jaydeep58 commented 7 years ago

kisna@kisna-PC-MY29RAZR8:~/cryptonote/build/release/src$ make -j4 [ 0%] Built target version [ 4%] Built target Logging [ 6%] Built target NodeRpcProxy [ 7%] Built target InProcessNode [ 12%] Built target Serialization [ 20%] Built target upnpc-static [ 30%] Built target Common [ 40%] Built target Crypto [ 43%] Built target Http [ 44%] Built target BlockchainExplorer [ 52%] Built target System [ 66%] Built target CryptoNoteCore [ 69%] Built target Rpc [ 72%] Built target Transfers [ 80%] Built target Wallet [ 83%] Built target PaymentGate [ 84%] Built target JsonRpcServer [ 87%] Built target Miner [ 89%] Built target SimpleWallet [ 95%] Built target P2P [ 95%] Linking CXX executable connectivity_tool [ 98%] Built target PaymentGateService [100%] Built target Daemon /usr/bin/ld: StreamTools.cpp.o: plugin needed to handle lto object /tmp/ccWDmonQ.ltrans1.ltrans.o: In function `std::_Function_handler<void (), handle_request_stat(boost::program_options::variables_map&, unsigned long)::{lambda()#4}>::_M_invoke(std::_Any_data const&) [clone .lto_priv.447]':

:(.text+0xcb3): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' :(.text+0xce6): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' :(.text+0xe3b): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' :(.text+0xe7e): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' /tmp/ccWDmonQ.ltrans1.ltrans.o: In function `std::_Function_handler::_M_invoke(std::_Any_data const&) [clone .lto_priv.449]': :(.text+0x11c0): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' /tmp/ccWDmonQ.ltrans1.ltrans.o::(.text+0x11ed): more undefined references to `Common::write(Common::IOutputStream&, void const*, unsigned long)' follow /tmp/ccWDmonQ.ltrans17.ltrans.o: In function `(anonymous namespace)::loadSection(Common::IInputStream&)': :(.text+0x53e): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' :(.text+0x579): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' :(.text+0x5de): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0x63a): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0x665): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0x6a0): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' :(.text+0x6d9): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' /tmp/ccWDmonQ.ltrans17.ltrans.o: In function `CryptoNote::KVBinaryInputStreamSerializer::KVBinaryInputStreamSerializer(Common::IInputStream&)': :(.text+0xa18): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' /tmp/ccWDmonQ.ltrans17.ltrans.o: In function `(anonymous namespace)::loadValue(Common::IInputStream&, unsigned char)': :(.text+0xb37): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' :(.text+0xba4): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0xbe4): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0xc14): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0xc44): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0xc84): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' /tmp/ccWDmonQ.ltrans17.ltrans.o::(.text+0xca4): more undefined references to `Common::read(Common::IInputStream&, void*, unsigned long)' follow /tmp/ccWDmonQ.ltrans17.ltrans.o: In function `(anonymous namespace)::loadValue(Common::IInputStream&, unsigned char)': :(.text+0xcec): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' :(.text+0xd27): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' :(.text+0xdc9): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' :(.text+0xe04): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0xe34): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0xe64): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' :(.text+0xee9): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)' :(.text+0xf1c): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)' /tmp/ccWDmonQ.ltrans18.ltrans.o: In function `CryptoNote::KVBinaryOutputStreamSerializer::checkArrayPreamble(unsigned char)': :(.text+0x2bb): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' /tmp/ccWDmonQ.ltrans18.ltrans.o: In function `CryptoNote::KVBinaryOutputStreamSerializer::writeElementPrefix(unsigned char, Common::StringView)': :(.text+0x351): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' /tmp/ccWDmonQ.ltrans19.ltrans.o: In function `(anonymous namespace)::writeElementName(Common::IOutputStream&, Common::StringView) [clone .constprop.205]': :(.text+0xa7): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' :(.text+0xb7): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' /tmp/ccWDmonQ.ltrans19.ltrans.o: In function `Crypto::serialize(Crypto::Signature&, Common::StringView, CryptoNote::ISerializer&) [clone .constprop.191]': :(.text+0x12e9): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)' /tmp/ccWDmonQ.ltrans19.ltrans.o::(.text+0x12f9): more undefined references to `Common::write(Common::IOutputStream&, void const*, unsigned long)' follow collect2: error: ld returned 1 exit status src/CMakeFiles/ConnectivityTool.dir/build.make:113: recipe for target 'src/connectivity_tool' failed make[2]: *** [src/connectivity_tool] Error 1 CMakeFiles/Makefile2:955: recipe for target 'src/CMakeFiles/ConnectivityTool.dir/all' failed make[1]: *** [src/CMakeFiles/ConnectivityTool.dir/all] Error 2 Makefile:94: recipe for target 'all' failed make: *** [all] Error 2 Working Dir : cryptonote/build/release/src$
gnomezgrave commented 6 years ago

Hi, Is there a fix for this?

SoraKohaku commented 6 years ago

used debian 8 will fixed try

On Dec 3, 2017 6:13 PM, "Praneeth Nilanga Peiris" notifications@github.com wrote:

Hi, Is there a fix for this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cryptonotefoundation/cryptonote/issues/70#issuecomment-348750870, or mute the thread https://github.com/notifications/unsubscribe-auth/AK51tWfWctwK1cgzbLYeYZCwJp1eG0Zgks5s8mYpgaJpZM4Pe-8I .

wizardofzos commented 6 years ago

Linked with #92 ?

Dishpit commented 6 years ago

Has anybody figured this out? Also having the same issue.

SoraKohaku commented 6 years ago

https://github.com/FndNur1Labs/WayangCli

On Wed, Dec 20, 2017 at 12:37 AM Zebulun McNeill notifications@github.com wrote:

Has anybody figured this out? Also having the same issue.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cryptonotefoundation/cryptonote/issues/70#issuecomment-352794829, or mute the thread https://github.com/notifications/unsubscribe-auth/AK51tSbFUGD0sa1EnCyaAcS9E-SjahNQks5tB9gsgaJpZM4Pe-8I .

Dishpit commented 6 years ago

Not sure what you're saying here, other than providing a repo.

Can you confirm the repo compiles and runs? I'd hate to get everything set up only to find myself back at square one.

On that note: I've noticed you've removed the emission logic (or at least have changed it to be unrecognizable). Why?

SoraKohaku commented 6 years ago

this repo not update of ubuntu or newer see my repo or see PR here

On Dec 20, 2017 1:05 AM, "Zebulun McNeill" notifications@github.com wrote:

Not sure what you're saying here, other than providing a repo.

Can you confirm the repo compiles and runs? I'd hate to get everything set up only to find myself back at square one.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cryptonotefoundation/cryptonote/issues/70#issuecomment-352803753, or mute the thread https://github.com/notifications/unsubscribe-auth/AK51tbqCf1T8b3p7GqbmU9rCTGtkLVA7ks5tB966gaJpZM4Pe-8I .

rainmanp7 commented 6 years ago

Yes there are many things I have fixed. I will try to post them here or check my repo. But I can easily post it. Just be very specific in your questions please.

Yhudah commented 6 years ago

The UNSUBCRIBE DON'T WORK!

SoraKohaku commented 6 years ago

try my repo xD

On Feb 1, 2018 11:13 PM, "Yhudah" notifications@github.com wrote:

The UNSUBCRIBE DON'T WORK!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cryptonotefoundation/cryptonote/issues/70#issuecomment-362277413, or mute the thread https://github.com/notifications/unsubscribe-auth/AK51tekL7_SP5R43B5QY_J40jkFWFNbkks5tQcaAgaJpZM4Pe-8I .

Dishpit commented 6 years ago

FndNur1Labs, your repo didn't really help. Things are vastly different, there's no emission logic, and nothing really compiles properly.

SoraKohaku commented 6 years ago

i think someone old ubuntu work. I told you gcc6/gcc7 still develop. See dev tree.

On Feb 1, 2018 11:48 PM, "Zebulun McNeill" notifications@github.com wrote:

FndNur1Labs, your repo didn't really help. Things are vastly different, there's no emission logic, and nothing really compiles properly.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cryptonotefoundation/cryptonote/issues/70#issuecomment-362287675, or mute the thread https://github.com/notifications/unsubscribe-auth/AK51tQ4fCekPTVaTtpCZLnXR41JW-bfvks5tQc6hgaJpZM4Pe-8I .

gsquaredxc commented 6 years ago

17