From: Mavr Huston <huston.mavr@gmail.com> To: Vladislav Shpilevoy <v.shpilevoy@tarantool.org> Cc: Alexander Turenko <alexander.turenko@tarantool.org>, tarantool-patches@dev.tarantool.org, yaroslav.dynnikov@gmail.com Subject: Re: [Tarantool-patches] [PATCH] cmake: cleanup src/CMakeLists.txt Date: Wed, 17 Jun 2020 18:29:10 +0300 [thread overview] Message-ID: <CAL+-_m_AKDo1CKPBGw7_55uBmtND-V87sC+KXYysxH_S-jUvMA@mail.gmail.com> (raw) In-Reply-To: <7855a532-9877-3fef-4a52-c480b4509e4a@tarantool.org> [-- Attachment #1: Type: text/plain, Size: 2469 bytes --] EXPORT_LIST contains following libraries in case of static build (with normal build it's empty): /usr/lib/x86_64-linux-gnu/libreadline.so /usr/lib/x86_64-linux-gnu/libcurses.so /usr/lib/x86_64-linux-gnu/libform.so /usr/lib/x86_64-linux-gnu/libtinfo.so /usr/lib/x86_64-linux-gnu/libz.so /opt/local/lib/libssl.so /opt/local/lib/libcrypto.so /usr/lib/x86_64-linux-gnu/libz.so /opt/local/lib/libicui18n.so /opt/local/lib/libicuuc.so /opt/local/lib/libicudata.so It doesn’t contains libcurl because it’s bundled statically. So it isn’t related to https://github.com/tarantool/tarantool/issues/4559 but this problem may be solved with next patch: https://github.com/tarantool/tarantool/tree/rosik/refactor-static-build. At this patch added flag --disble-symbos-hiding ( https://github.com/tarantool/tarantool/blob/rosik/refactor-static-build/cmake/BuildLibCURL.cmake#L93 ) at building libcurl and after that most of libcurl symbols are visible from tarantool binary вт, 16 июн. 2020 г. в 00:20, Vladislav Shpilevoy <v.shpilevoy@tarantool.org >: > Hi! > > On 11/06/2020 02:25, HustonMmmavr wrote: > > Removed definition and initialization of EXPORT_LIST variable at file > > src/CMakeLists.txt. After patch 03790ac551 this variable is unused > > (no reference to this variable after its initialization can be found > > in whole project) and it is only misleading. > > Actually I am not sure it is not needed. Seems like purpose of this > exporter was the same as for static libraries in a non-static build - > not to allow to remove any public symbols of these libraries. > > Because linker can eliminate some parts of static libraries, if sees > they are not used in the final executable. > > So probably EXPORT_LIST for static build should be exported just like > exports.h, and it was missed in #2971. > > > Closes #5066 > > --- > > I've builded tarantool before applying this changes and after. > > Then I've checked difference in tarantool binary file symbols with > > nm and diff commands and there was no difference. > > Have you tried static build or normal build? Did you see the content > of EXPORT_LIST, what is there? Isn't this related to > https://github.com/tarantool/tarantool/issues/4559? > > > Issue: https://github.com/tarantool/tarantool/issues/5066 > > Branch: > https://github.com/tarantool/tarantool/tree/HustonMmmavr/gh-5066-delete-unusued-export-list > [-- Attachment #2: Type: text/html, Size: 6579 bytes --]
next prev parent reply other threads:[~2020-06-17 15:29 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-11 0:25 HustonMmmavr 2020-06-14 21:34 ` Alexander Turenko 2020-06-15 17:27 ` Mavr Huston 2020-06-15 21:20 ` Vladislav Shpilevoy 2020-06-17 15:29 ` Mavr Huston [this message] 2020-06-17 23:09 ` Vladislav Shpilevoy 2020-06-19 13:02 ` Yaroslav Dynnikov 2020-06-19 23:39 ` Vladislav Shpilevoy 2020-06-23 20:31 ` Yaroslav Dynnikov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAL+-_m_AKDo1CKPBGw7_55uBmtND-V87sC+KXYysxH_S-jUvMA@mail.gmail.com \ --to=huston.mavr@gmail.com \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --cc=v.shpilevoy@tarantool.org \ --cc=yaroslav.dynnikov@gmail.com \ --subject='Re: [Tarantool-patches] [PATCH] cmake: cleanup src/CMakeLists.txt' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox