Re: [lldb-dev] LLDB testsuite failing to import lldb python module

2016-06-09 Thread Pavel Labath via lldb-dev
Hi,

from your description, it sounds to me like you are copying the the
liblldb library into another location that the one it was built. Is
that right?

My guess would be that you are not copying all the necessary files.
Specifically, it sounds like you have missed the lib/pythonX.Y folder,
which is where the python module "lldb" is located.

cheers,
pl


On 8 June 2016 at 19:39, Omair Javaid via lldb-dev
 wrote:
> Hi,
>
> I am trying to run lldb testsuite on arm hardware with lldb and
> lldbserver binaries cross compiled on x86_64 builder.
>
> I have lldb-server running on my arm hardware. Also i have lldb source
> tree checkout and liblldb and lldb binaries places in lib and bin
> folders respectively.
>
> I am ablle to connect to my server by manualy running lldb and issuing
> a platform connect command. However I am getting a python lldb module
> import error like the one given below:
>
> importerror: no module named lldb
>
> I think i have some path issue or i am missing something while copying
> lldb stuff from my builder.
>
> Can someone track what I am doing wrong here?
>
>
> Any help would be much appreciated.
>
> here's how i am runing testsuite:
>
> DOTEST_OPTS="--executable /home/omair/lldb/host/build/host/bin/lldb -A
> arm -C gcc -s /home/omair/lldb/host/test/raspberryPi3-xenial
> --skip-category lldb-mi -u CXXFLAGS -u CFLAGS --platform-name
> remote-linux --platform-url connect://localhost:5432
> --platform-working-dir /home/omair/lldb/armhf/tmp --env OS=Linux"
> ./dotest.py `echo $DOTEST_OPTS`
>
>
>
> Thanks!
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 26139] CommandScriptImmediateOutputTestCase fails on Linux and FreeBSD

2016-06-09 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=26139

lab...@google.com changed:

   What|Removed |Added

 CC||lab...@google.com
   Assignee|lldb-dev@lists.llvm.org |ema...@freebsd.org
 OS|Linux   |FreeBSD

--- Comment #2 from lab...@google.com ---
Test is working on linux now. Ed, could you check freebsd. I bet it's working
there now as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [Bug 27510] TestBitfields fails on linux with clang>=3.9

2016-06-09 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=27510

lab...@google.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from lab...@google.com ---
Fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev