-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Linking Failure Flann LZ4 #3194
Comments
That PR for flann also breaks Ubuntu build for me. If I build flann with that PR and compile with the latest pcl below is the error I got
|
Same errors were also reported in #804. |
Useful info microsoft/vcpkg#6294 |
I dug a little more into this topic. Here's what I found:
This is vcpkg specific problem I believe we have no way of fixing things here. It needs to be done upstream. Reference microsoft/vcpkg@69e86fd#diff-65789af0d8e619c9aa1c332d420d5760 |
Thanks for digging this out. It would be nice if we got a heads up from the vcpkg people when this issue was discovered. I guess I'll post a kind message there to ask them for the future.
... and unfortunately our CI is one such user.
Well, we've got a lead. Availability of a config file can help us to distinguish release from development version. In our custom finder script we may first do |
Would a new Flann version help? We could ask @mariusmuja to tag one. |
The current master needs a couple more patches. I'm currently unable to compile it on OSX, for instance. I would avoid tagging given the current state. |
While tagging new versions from time to time is generally good, I don't think it's going to help in this particular case. Even if a new version is tagged, we will still need to support both old manual "module-based" and new "config-based" lookup. |
Fixed by #3202. |
I have exactly the same error reported by @jasjuang compiling latest master on ubuntu 20.04 (didn't happen on 18.04):
I double checked that I have the #3202 fix. flann version is:
Disabling VTK (not a big problem, as I don't even know what it is!) just move the error to the next tool:
Can u reopen the issue, @taketwo? or should I open a new one? |
Hi Jorge, which flann version do you use? |
he he ,, just noticed that info was missing |
thanks for reopening! |
I can't reproduce this on Debian unstable, will setup a Ubuntu 20.04 VM later. |
Can't reproduce this in Ubuntu 20.04 either, can you try a build on a fresh system? ;). |
@corot Do you have a reproduction in a dockerfile? I was also unable to reproduce it on my 20.04 and in the docker image (The CI is green as well) |
shame on me..... 😞 worked after deleting build... sorry.... |
Hello, @corot I have exactly the same problem now... |
Most likely performed a fresh build |
Thanks for the quick response! |
Please use discord for such questions. Live chat is easier that way. |
same issue here fresh build even custom lz4 build on flann does not help. possibly flann problem using older version of lz4? |
Windows builds on Azure fail (e.g. this one) with the following error:
It is is very likely that this is the cause flann-lib/flann#399
The text was updated successfully, but these errors were encountered: