Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polyline: undefined symbol: _ZN12GraphicsView11scaleFactorEv on linux #100

Open
andrewthecat opened this issue Sep 13, 2023 · 0 comments
Open

Comments

@andrewthecat
Copy link

andrewthecat commented Sep 13, 2023

$ /ssd/bin/GERBER_X3/bin/Qt5.15_gnu_x64/GGEasy
Gtk-Message: 19:53:35.221: Failed to load module "colorreload-gtk-module"
Gtk-Message: 19:53:35.221: Failed to load module "window-decorations-gtk-module"
QPainter::begin: Paint device returned engine == 0, type: 3
QPainter::setPen: Painter not active
"Unknown error"
/ssd/bin/GERBER_X3/bin/Qt5.15_gnu_x64/GGEasy: symbol lookup error: /ssd/bin/GERBER_X3/bin/Qt5.15_gnu_x64/plugins/libshpolyline.so: undefined symbol: _ZN12GraphicsView11scaleFactorEv

$ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-linux-gnu/13/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 13.2.0-2' --with-bugurl=file:///usr/share/doc/gcc-13/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-13 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/libexec --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/reproducible-path/gcc-13-13.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/reproducible-path/gcc-13-13.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.0 (Debian 13.2.0-2) 

$ cmake -version
cmake version 3.27.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).


$ nm plugins/libshpolyline.so | grep _ZN12GraphicsView11scaleFactorEv
                 U _ZN12GraphicsView11scaleFactorEv

Other plugins works fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant