-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest dwarfs mainline update refers to a version of folly that cannot be linked statically #43
Comments
I propose we postpone this issue. The update does not create any specific value. |
@maxirmx while you have fixed metanorma/dwarfs, can you rebase the changes on top of upstream master? Thanks! |
@ronaldtse I did not correct the issue. I fetched upstream from mhn:dwarfs and it broke static linking. The issue is relates to facebook code and I propose to postpone it so that we can move ahead with the packager. |
Ok. Is there anything in upstream that we need to contribute or everything has been sent in? |
I plan to fix this issue later and place a pull request |
Since static build is not a requirement anymore (per tamatebako/tebako#42) this is not a requirement either and can be discarded. |
I am reopening it because I have realized that it is not related to 'full' static build.
|
Practically we can take several approaches:
For now I think no 1 is the best for the reasons explained above. |
@maxirmx agree, let's take 1 for now. |
It looks like it is not possible to use folly with statically linked application: However, we are not creating statically linked application and folly/dwarfs do support required linkage model that we use as described here: So, I am closing this issue as irrelevant for tebako. |
The last version of folly picked by dwarfs mainline
tamatebako/dwarfs@21b474a
cannot be used as static library since it conflicts with libstdc++
The text was updated successfully, but these errors were encountered: