ioncoincore / ion-v4

ION Digital Currency (Official Repository)
https://ioncoin.org/
MIT License
9 stars 15 forks source link

[bug][Gitian]Glibc cannot find the correct symbols under check_symbols using system glibc #27

Open ckti opened 5 years ago

ckti commented 5 years ago

Error on compile with native glibc ion-cli: symbol secure_getenv from unsupported version GLIBC_2.17 ion-cli: symbol getentropy from unsupported version GLIBC_2.25

objdump shows the following 0000000000042eb0 w DF .text 000000000000001b GLIBC_2.17 secure_getenv 0000000000044960 g DF .text 000000000000008c GLIBC_2.25 getentropy Both match to the glibc version called by the compile

raid12345678 commented 5 years ago

@ckti has anyone progress made on this issue? do we have a time line of this issue being fixed?

ckti commented 5 years ago

I have a bit more information in IONCORE-55 on this one. Not much progress has been made though...recompiling glibc in depends may be a solution but this throws up errors as well under a depends build (see issue #23)

ioncoincore commented 5 years ago

@raid12345678 this is not related for v3.1.0

@ckti this issue seems duplicate, I close it, if it is not duplicate, feel free to reopen https://github.com/ioncoincore/ion/issues/23