BUG: Symbol not found: __powidf2
See original GitHub issueReporting a bug
- I have tried using the latest released version of Numba (most recent is visible in the change log (https://github.com/numba/numba/blob/master/CHANGE_LOG).
- I have included below a minimal working reproducer (if you are unsure how to write one see http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports).
My CI runs have recently started failing on Windows 32 with Symbol not found: __powidf2
I don’t have an easy to to repro other than running the code in my package arch
.
Appveyor log is here:
https://ci.appveyor.com/project/bashtage/arch/build/job/f8xl4sqy63jled4t
I wonder if it is related to https://github.com/ldc-developers/ldc/issues/2262
Issue Analytics
- State:
- Created 3 years ago
- Comments:31 (15 by maintainers)
Top Results From Across the Web
python codes questions for llvm - Stack Overflow
when i running following codes in spyder, meet error: start IPython error LLVM ERROR: Symbol not found: __powidf2.
Read more >539 Unresolved symbols (__powidf2 or so) in LAPACK
However when linking the library with apps I got the following error message: /usr/lib/liblapack.so: undefined symbol: __powidf2.
Read more >⚙ D69013 [AArch64][X86] Don't assume __powidf2 is ... - LLVM
Can this be made into an assert or non-fatal error by DAG->getContext(). ... for the target is not setup properly or is missing...
Read more >[petsc-dev] (arm64) could not find object file symbol for symbol ...
[petsc-dev] (arm64) could not find object file symbol for symbol ___muldc3. Barry Smith bsmith at petsc.dev. Tue Apr 6 12:05:10 CDT 2021.
Read more >Lastest SF Symbols not working in Xcode - Apple Developer
For example, 'binoculars' is found in the 'what's new' in the SF Symbol beta ... the OS you're targeting but it's not showing...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve reopened the issue for now (rather than starting a new issue) as I think the prior discussion is relevant - however, I can’t edit the title to suggest it also occurs on Linux (not enough permissions).
Same error message on openSUSE Tumbleweed Linux when trying to import acoular:
This only happens in the 32-bit library rpmbuild VM. The x86_64 libraries are fine.