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

does not start after the update. It's not going to. #35

Closed
tiket18 opened this issue Jun 3, 2020 · 10 comments
Closed

does not start after the update. It's not going to. #35

tiket18 opened this issue Jun 3, 2020 · 10 comments

Comments

@tiket18
Copy link

tiket18 commented Jun 3, 2020

~$ freecad
freecad: error while loading shared libraries: libpyside2.cpython-38-x86_64-linux-gnu.so.5.14: cannot open shared object file: No such file or directory

find / -name libpyside2.cpython-38-x86_64-linux-gnu.so*

/usr/lib/libpyside2.cpython-38-x86_64-linux-gnu.so
/usr/lib/libpyside2.cpython-38-x86_64-linux-gnu.so.5.15
/usr/lib/libpyside2.cpython-38-x86_64-linux-gnu.so.5.15.0

I don't understand why I need to specify the library program with the build number, for example libpyside2.cpython-38-x86_64-linux-gnu.so.5.15.0.
if there is a universal sl?

/usr/lib/libpyside2.cpython-38-x86_64-linux-gnu.so

@tiket18
Copy link
Author

tiket18 commented Jun 3, 2020

extra/python-shiboken2 5.15.0-1 [installed]
extra/shiboken2 5.15.0-1 [installed]

@tiket18
Copy link
Author

tiket18 commented Jun 4, 2020

../src/Mod/Image/Gui/ImageView.cpp:481:37: предупреждение: «int QWheelEvent::delta() const» устарело: Use angleDelta() [-Wdeprecated-declarations]
481 | int numTicks = cEvent->delta() / 120;
| ^
In file included from /usr/include/qt/QtGui/QMouseEvent:1,
from ../src/Mod/Image/Gui/ImageView.cpp:23:
/usr/include/qt/QtGui/qevent.h:219:16: замечание: объявлено здесь
219 | inline int delta() const { return qt4D; }
| ^~~~~
[2923/3828] Building CXX object src/Mod/Image/Gui/CMakeFiles/ImageGui.dir/Workbench.cpp.o
ninja: build stopped: subcommand failed.

@realthunder
Copy link
Owner

freecad: error while loading shared libraries: libpyside2.cpython-38-x86_64-linux-gnu.so.5.14: cannot open shared object file: No such file or directory

Did you get the error when running your own build or my pre-built image?

../src/Mod/Image/Gui/ImageView.cpp:481:37: предупреждение: «int QWheelEvent::delta() const» устарело: Use angleDelta() [-Wdeprecated-declarations]

This is a warning. The error must be somewhere else. Please attach the complete build log.

@tiket18
Copy link
Author

tiket18 commented Jun 4, 2020

When you build it from source.
glad to hear that there's a version of appimage where you can download it?

@tiket18
Copy link
Author

tiket18 commented Jun 4, 2020

Problems appeared after updating my shiboken laptop to version 5.15. I made the launch of the earlier copied by cheating the system with two symbolic links. But the new compilation doesn't work.
ln -s /usr/lib/libshiboken2.cpython-38-x86_64-linux-gnu.so /usr/lib/libshiboken2.cpython-38-x86_64-linux-gnu.so.5.14
ln -s /usr/lib/libpyside2.cpython-38-x86_64-linux-gnu.so /usr/lib/libpyside2.cpython-38-x86_64-linux-gnu.so.5.14

@realthunder
Copy link
Owner

realthunder commented Jun 4, 2020

I remember seeing some forum post about the shiboken2 troubles. It is kind of tricky I guess. You can search the forum for that. I haven't encountered similar problem, though.

You can download my pre-built at https://github.com/realthunder/FreeCAD_assembly3/releases/tag/0.11

@tiket18
Copy link
Author

tiket18 commented Jun 4, 2020

Very good, thank you so much for your work.
I'm sorry. Is this a version of the assembly pad or linkStage3?

@realthunder
Copy link
Owner

You're welcome. It is built from my FreeCAD branch LinkStage3, and bundled with assembly3 workbench.

@tiket18
Copy link
Author

tiket18 commented Jun 14, 2020

In the main branch, there have been many updates in recent days related to qt5.15 & Py2, maybe they would help to fix the build?

@tiket18
Copy link
Author

tiket18 commented Jun 26, 2020

please update the appimage (it's still from June 18th) and if possible update the Path workbench from the main version - I have completely switched to your build.

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

2 participants