Skip to content
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

TestMultithreaded.py tests cannot find -llldb on FreeBSD #18565

Closed
emaste opened this issue Dec 9, 2013 · 2 comments
Closed

TestMultithreaded.py tests cannot find -llldb on FreeBSD #18565

emaste opened this issue Dec 9, 2013 · 2 comments
Assignees
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@emaste
Copy link
Member

emaste commented Dec 9, 2013

Bugzilla Link 18191
Resolution FIXED
Resolved on Jan 18, 2014 08:24
Version unspecified
OS FreeBSD

Extended Description

Building LLDB Driver (test_listener_event_description) from sources driver.cpp listener_test.cpp test_listener_event_description.cpp

os command: [['/bin/sh', '-c', "gmake clean LD_EXTRAS='-L/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin -llldb' EXE='test_listener_event_description' CFLAGS_EXTRAS='-std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include' CXX_SOURCES='driver.cpp listener_test.cpp test_listener_event_description.cpp';gmake ARCH=amd64 CC=/usr/bin/clang LD_EXTRAS='-L/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin -llldb' EXE='test_listener_event_description' CFLAGS_EXTRAS='-std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include' CXX_SOURCES='driver.cpp listener_test.cpp test_listener_event_description.cpp'"]]
with pid: 82420
stdout: rm -rf "test_listener_event_description" "" driver.o listener_test.o test_listener_event_description.o .d. *.d *.o *.pyc *.dSYM driver.d listener_test.d test_listener_event_description.d *.d.[0-9] *.d.[0-9][0-9] *.d.[0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9] *.d.[0-9][0-9][0-9][0-9][0-9]
/usr/bin/clang++ -g -O0 -mamd64 -std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include -c -o driver.o driver.cpp
/usr/bin/clang++ -g -O0 -mamd64 -std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include -c -o listener_test.o listener_test.cpp
/usr/bin/clang++ -g -O0 -mamd64 -std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include -c -o test_listener_event_description.o test_listener_event_description.cpp
/usr/bin/clang++ driver.o listener_test.o test_listener_event_description.o -g -O0 -mamd64 -std=c++11 -stdlib=libc++ -I/tank/emaste/src/llvm/tools/lldb/test/../include -L/tank/emaste/src/llvm/tools/lldb/test/../../../build-nodebug/bin -llldb -o "test_listener_event_description"

stderr: clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
clang++: warning: argument unused during compilation: '-mamd64'
/usr/bin/ld: cannot find -llldb

@emaste
Copy link
Member Author

emaste commented Dec 9, 2013

assigned to @emaste

@emaste
Copy link
Member Author

emaste commented Jan 18, 2014

Fix committed in r199549

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

1 participant