Search found 172 matches

by clytle374
Thu Feb 22, 2024 11:23 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

wmayer wrote: Thu Feb 22, 2024 10:51 am
clytle374 wrote: Thu Feb 22, 2024 10:19 am Preferences crashes freecad again like in my other bug report last night.
Which one?

Edit:
Found it: viewtopic.php?t=85323
https://github.com/FreeCAD/FreeCAD/issues/12542

I don't think I loaded a workbench before i tested that
by clytle374
Thu Feb 22, 2024 10:19 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

If you like you can get the changes with https://patch-diff.githubusercontent.com/raw/FreeCAD/FreeCAD/pull/12545.diff. Save the file and add the changes with git apply. You ready for this? That will build and run, but the EDIT => Preferences crashes freecad again like in my other bug report last ni...
by clytle374
Thu Feb 22, 2024 9:29 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

You want me to try that with pyside turned back off? I thought pyside was a major requirement.

I don't know how to add that patch and try it. Let me know if you want me to test it
by clytle374
Thu Feb 22, 2024 9:00 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

I turned on pyside in cmake and it builds and runs, also fixed my problem of crashing when loading preferences.
by clytle374
Thu Feb 22, 2024 8:51 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

Thanks, here is what is installed on my machine [ebuild R ] dev-python/shiboken2-5.15.12::gentoo USE="docstrings vulkan -numpy -test" LLVM_SLOT="15" PYTHON_TARGETS="python3_11 -python3_10" 0 KiB [ebuild R ] dev-python/pyside2-5.15.12::gentoo USE="concurrent designe...
by clytle374
Thu Feb 22, 2024 6:08 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

In commit git commit aed799c

-constexpr const char* ModuleShiboken = "shiboken2";

Pretty sure that is what is getting me as it's shiboken2 on Gentoo Linux.
by clytle374
Thu Feb 22, 2024 5:50 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

chennes wrote: Thu Feb 22, 2024 4:47 am The culprit is almost certainly https://github.com/FreeCAD/FreeCAD/pull/12088 -- let me take a closer look.
I filed a bug https://github.com/FreeCAD/FreeCAD/issues/12540
by clytle374
Thu Feb 22, 2024 1:40 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

Does adding this if (POLICY CMP0148) cmake_policy(SET CMP0148 OLD) endif() to the top-level CMake file fix the problem? It fixed the cmake error that I thought was related to the build error, but build still fails, so I have another problem. /home/cory/sources/freecad-source/src/Gui/PythonWrapper.c...
by clytle374
Wed Feb 21, 2024 6:00 am
Forum: Install / Compile
Topic: deprecation warning in Debian testing (trixie)
Replies: 18
Views: 1592

Re: deprecation warning in Debian testing (trixie)

It appears that this issue broke my build on todays git. just FYI
by clytle374
Fri Feb 16, 2024 6:28 am
Forum: Install / Compile
Topic: git version crashing when I do EDIT > Preferences.
Replies: 0
Views: 298

git version crashing when I do EDIT > Preferences.

Issue happened a while back but I didn't investigate. I'm at the current commit 43723b6d780fba4d6f359836842cd7f6cb51c3e5 (HEAD -> main, origin/main) Running Gentoo. Everything seems to works fine except for opening preferences crashes Freecad. I saw a bug about closing them crashing, but this appear...