n370 / texmaker

Automatically exported from code.google.com/p/texmaker
0 stars 0 forks source link

Texmaker does not launch in GCC-5.0 environment #1466

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
stacktrace generated using gdb

(gdb) run
Starting program: /usr/bin/texmaker 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Traceback (most recent call last):
  File "/usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.21-gdb.py", line 58, in <module>
    import libstdcxx.v6
  File "/lib64/../share/gcc-5.0.0/python/libstdcxx/v6/__init__.py", line 19, in <module>
    from printers import register_libstdcxx_printers
ImportError: No module named 'printers'

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff0b34ce4 in _GLOBAL__sub_I_qprinterinfo.cpp () from 
/lib64/libQtGui.so.4

Original issue reported on code.google.com by nonamed...@gmail.com on 13 Mar 2015 at 1:10

GoogleCodeExporter commented 8 years ago
Issue 1481 has been merged into this issue.

Original comment by pa.brac...@gmail.com on 16 Apr 2015 at 2:55

GoogleCodeExporter commented 8 years ago
Issue 1486 has been merged into this issue.

Original comment by pa.brac...@gmail.com on 1 May 2015 at 12:17

GoogleCodeExporter commented 8 years ago
This is a downstream/builder problem, mixing Qt4 and Qt5 in the same process.

Original comment by rdieter@gmail.com on 21 May 2015 at 5:50

GoogleCodeExporter commented 8 years ago
For fedora 22, see https://bugzilla.redhat.com/show_bug.cgi?id=1217888

Original comment by rdieter@gmail.com on 21 May 2015 at 5:51

GoogleCodeExporter commented 8 years ago
thx for the tip

Original comment by pa.brac...@gmail.com on 26 May 2015 at 6:31