[lldb-dev] [Bug 18191] New: TestMultithreaded.py tests cannot find -llldb on FreeBSD

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 9 09:21:19 PST 2013


http://llvm.org/bugs/show_bug.cgi?id=18191

            Bug ID: 18191
           Summary: TestMultithreaded.py tests cannot find -llldb on
                    FreeBSD
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: emaste at freebsd.org
    Classification: Unclassified

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20131209/4509b27b/attachment.html>


More information about the lldb-dev mailing list