FYI, these tests have been failing for a long time on Jenkins, it's just
that a "scripts/build" bug hid this failure (see
https://github.com/cloudius-systems/osv/issues/779)

On Sun, Aug 7, 2016 at 10:46 PM, <a...@cloudius-systems.com> wrote:

> + exec ./scripts/test.py
>   TEST java                                OK  (2.766 s)
>   TEST java-perms                          OK  (4.411 s)
>   TEST tcp_close_without_reading           OK  (2.090 s)
>   TEST tracing_smoke_test                 Traceback (most recent call
> last):
>   File "<http://jenkins.cloudius-systems.com:8080/job/osv-
> build/ws/scripts/loader.py",> line 1524, in <module>
>     setup_libstdcxx()
>   File "<http://jenkins.cloudius-systems.com:8080/job/osv-
> build/ws/scripts/loader.py",> line 1048, in setup_libstdcxx
>     exec(compile(open(script).read(), script, 'exec'))
>   File "/usr/share/gdb/python/../auto-load/usr/lib64/libstdc++.
> so.6.0.21-gdb.py", line 60, in <module>
>     from libstdcxx.v6 import register_libstdcxx_printers
> ImportError: cannot import name 'register_libstdcxx_printers'
>

Hi Avi, what distro do we have on the Jenkins machine or VM?

Can you please try "locate libstdcxx/v6" there?

On my machine there is:
/usr/share/gcc-5.3.1/python/libstdcxx/v6

and the load.py code expects it to be in /usr/share/gcc-*/python. Could it
be that in newer distros it moved to a different location?

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to