-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
bear::func_test failed 7 tests (3.1.4) #575
Comments
Hey @DarthGandalf , thanks for the report. What I have noticed from the logs, all the failed tests are involving to compile and link a program. (Other tests are usually stops at compiling, but these are involving linking too.) And that is failing with the message:
So, I am wondering if the |
yeah, /usr/bin/ld exists |
Can you show me what the |
/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld Using built-in specs. |
thanks! Correct me if I am wrong, but is the path |
I guess... And it has $ ls -l /usr/x86_64-pc-linux-gnu/bin/ld $ ls -l /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld $ /usr/x86_64-pc-linux-gnu/binutils-bin/2.42/ld --version That is the same ld which /usr/bin/ld symlinks to, through several steps lrwxrwxrwx - root 23 мая 23:08 /usr/bin/ld -> x86_64-pc-linux-gnu-ld |
https://gcc.gnu.org/onlinedocs/gccint/Collect2.html The GCC documentation about |
To note here...
|
Describe the bug
Tests fail
To Reproduce
ctest --verbose
insubprojects/Build/BearTest
Expected behavior
Tests should pass
Environment:
Additional context
I haven't checked whether 3.1.3 also fails.
build.log
LastTest.log
Before you send...
README.md
file orman bear
? Yeahbear::func_test
fails on aarch64 #492 seems related, however, this is x86_64, and 7 tests are failing, more than in that issue.The text was updated successfully, but these errors were encountered: