-
Notifications
You must be signed in to change notification settings - Fork 283
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
enfcs 1.9.1 on SUSE Leap 42.2 undefined references to `el::base::elStorage' #291
Comments
Did you build using release archive ? For example : |
@benrubson |
What are your build commands ? |
Here are the build commands. Please have a look at the build log (link in the opening post) for more details.
|
Does it correctly build if you use the following simple commands ?
|
Build with your simple command chain works. Manually removing the |
Is it then OK for you now @Aikhjarto ? |
It's kind-of OK. |
But does |
Yes it runs when it is compiled without |
Try to apply #298 to your sources to see if it helps ? |
I applied #298 but build still fails with
|
Could you please test #308 ? |
I applied #308 and still get the undefined references. (Same result when I apply #308 and #298 in combination).
|
I managed to reproduce your issue, and #308 solved it. |
Should work now ! |
Sorry, cannot confirm. I applied commit b91306b |
Retry ? |
@benrubson I don't think we should try to remove extra warning flags that get added by distributions. The only thing we should try to do is to make it build with the extra flags and, then, add it to our build system as well. |
@rfjakob I agree with you. |
@Aikhjarto try to build master ? |
@benrubson Thanks for the update. Unfortunately, the error "undefined reference" is still present:
|
In |
Changed build order, but error remains. |
Perhaps you should open a easylogging++ issue ? |
Got a reply from the easylogging++ issue:
Neither is used when linking libencfs. |
#322 should solve your issue, could you give it a try ? |
With #322 i can indeed build on openSuSE Leap. Howver, I have not yet checked if everything is working with this patch. |
Perfect thank you for your feedback. |
#322 merged, you should be able to close this @Aikhjarto. |
@benrubson thanks for your contributions. I'll close the issue. |
Thanks too @Aikhjarto ! |
Building enfcs 1.9.1 on SUSE Leap 42.2 fails with undefined reference:
The full build log can be found here:
https://build.opensuse.org/package/live_build_log/home:Aikhjarto:branches:home:Warhammer40k:stuff/encfs/openSUSE_Leap_42.2/x86_64
The text was updated successfully, but these errors were encountered: