View Issue Details

IDProjectCategoryView StatusLast Update
0002644FreeCADBugpublic2017-07-11 20:05
Reporterbluzer Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
PlatformPCOSUbuntuOS Version14.04
Product Version0.16 
Summary0002644: Cannot launch - libQtOpenGL.so.4
DescriptionI get this message:
freecad: symbol lookup error: /usr/lib/x86_64-linux-gnu/libQtOpenGL.so.4: undefined symbol: _ZNK14QWidgetPrivate17hasHeightForWidthEv
Steps To ReproduceI guess it has to do with my system configuration(?)
TagsNo tags attached.
FreeCAD Information

Activities

normandc

2016-07-31 21:49

manager   ~0007233

Does your PC support 3D graphics acceleration? Can you open other applications that rely on OpenGL, like Blender or 3D graphics games?

wmayer

2016-09-24 17:02

administrator   ~0007329

The error message is a linking error where the QtOpenGL lib cannot resolve some symbols from the QtGui lib. What does this give?

ldd  /usr/lib/x86_64-linux-gnu/libQtOpenGL.so
Does this reference the same libQtGui lib as when apply ldd on libFreeCADGui.so ?

bluzer

2016-11-14 22:23

reporter   ~0007459

Hey both,
1. I can run Blender but can't run FreeCAD.
2. The output for ldd /usr/lib/x86_64-linux-gnu/libQtOpenGL.so, is:
    linux-vdso.so.1 => (0x00007ffc44fb3000)
    libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x00007f7bfd9aa000)
    libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x00007f7bfd4dd000)
    libfreetype.so.6 => /usr/lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f7bfd239000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f7bfd035000)
    libGL.so.1 => /usr/lib/nvidia-361/libGL.so.1 (0x00007f7bfcda6000)
    libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f7bfcb9b000)
    libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f7bfc866000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f7bfc554000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7bfc24d000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f7bfc036000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7bfbc71000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7bfba52000)
    libgthread-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0 (0x00007f7bfb850000)
    libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f7bfb548000)
    libpng12.so.0 => /lib/x86_64-linux-gnu/libpng12.so.0 (0x00007f7bfb321000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f7bfb108000)
    libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f7bfaeb7000)
    libSM.so.6 => /usr/lib/x86_64-linux-gnu/libSM.so.6 (0x00007f7bfacae000)
    libICE.so.6 => /usr/lib/x86_64-linux-gnu/libICE.so.6 (0x00007f7bfaa92000)
    libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f7bfa856000)
    libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f7bfa643000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f7bfa43b000)
    /lib64/ld-linux-x86-64.so.2 (0x0000559629f65000)
    libGLX.so.0 => /usr/lib/nvidia-361/libGLX.so.0 (0x00007f7bfa20a000)
    libGLdispatch.so.0 => /usr/lib/nvidia-361/libGLdispatch.so.0 (0x00007f7bf9f21000)
    libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f7bf9d02000)
    libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f7bf9ac3000)
    libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f7bf98bb000)
    libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f7bf96b5000)
    libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f7bf948b000)
    libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f7bf9286000)
    libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f7bf9080000)

wmayer

2016-11-16 09:50

administrator   ~0007463

And what is the output of
ldd libFreeCADGui.so
?

Kunda1

2017-01-15 13:57

administrator   ~0007787

ping @bluzer please respond
also downgraded this ticket from 'blocker' to 'major'

Kunda1

2017-01-25 12:26

administrator   ~0007976

@bluzer please respond or we will resolve ticket as 'unable to reproduce'

Kunda1

2017-02-08 12:45

administrator   ~0008239

No response from OP
Re-open if needed.
Resolving as 'unable to reproduce'

Issue History

Date Modified Username Field Change
2016-07-27 12:31 bluzer New Issue
2016-07-31 21:49 normandc Note Added: 0007233
2016-09-24 17:02 wmayer Note Added: 0007329
2016-09-24 17:03 wmayer Status new => feedback
2016-11-14 22:23 bluzer Note Added: 0007459
2016-11-14 22:23 bluzer Status feedback => new
2016-11-16 09:50 wmayer Note Added: 0007463
2016-12-18 17:16 wmayer Status new => feedback
2017-01-15 13:57 Kunda1 Note Added: 0007787
2017-01-15 13:57 Kunda1 Severity block => major
2017-01-25 12:26 Kunda1 Note Added: 0007976
2017-01-26 21:01 Kunda1 Tag Attached: #pending
2017-01-26 21:01 Kunda1 Tag Attached: #tobeclosed
2017-02-08 12:45 Kunda1 Note Added: 0008239
2017-02-08 12:45 Kunda1 Status feedback => resolved
2017-02-08 12:45 Kunda1 Resolution open => unable to reproduce
2017-02-08 12:45 Kunda1 Assigned To => Kunda1
2017-02-08 12:45 Kunda1 Assigned To Kunda1 =>
2017-02-08 18:08 wmayer Status resolved => closed
2017-07-11 20:05 Kunda1 Tag Detached: #pending
2017-07-11 20:05 Kunda1 Tag Detached: #tobeclosed