[resolved] Build freecad broken !

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
paddle
Veteran
Posts: 1393
Joined: Mon Feb 03, 2020 4:47 pm

[resolved] Build freecad broken !

Post by paddle »

I just sync my fork master on freecad master.
Pulled changes on my local.

Built my master branch without making any changes.

And FreeCAD is broken:
broken.png
broken.png (97.52 KiB) Viewed 1194 times
If someone can check if it's also broken on their side.
nic
Posts: 135
Joined: Thu Apr 18, 2019 1:14 pm
Location: France

Re: Build freecad broken !

Post by nic »

It's ok on my side

Code: Select all

OS: Ubuntu 20.04.5 LTS (Regolith:GNOME-Flashback:GNOME/regolith)
Word size of FreeCAD: 64-bit
Version: 0.21.30487 (Git)
Build type: Unknown
Branch: master
Hash: f4b4aabc3234d793b6a852c7c415aa17917688fc
Python 3.8.10, Qt 5.12.8, Coin 4.0.0, Vtk 7.1.1, OCC 7.5.2
Locale: French/France (fr_FR)
Installed mods: 
  * B777-300
  * Assembly4 0.12.4
  * Behave-Dark-Colors 0.1.1
  * DynamicData 2.46.0
  * MOOC 2022.4.21
  * SelectorToolbar
  * fasteners 0.4.6
  * sheetmetal 0.2.57
User avatar
mfro
Posts: 664
Joined: Sat Sep 23, 2017 8:15 am

Re: Build freecad broken !

Post by mfro »

same here. Works fine:

Code: Select all

OS: Debian GNU/Linux bookworm/sid (GNOME/gnome)
Word size of FreeCAD: 64-bit
Version: 0.21.30487 (Git)
Build type: Release
Branch: master
Hash: f4b4aabc3234d793b6a852c7c415aa17917688fc
Python 3.10.7, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.7.0.dev
Locale: German/Germany (de_DE)
Installed mods: 
  * Help 1.0.3
  * Assembly4 0.12.3
  * Help.backup1661594724.9387012
  * Behave-Dark-Colors.backup1661598364.718598
  * Assembly4.backup1661591923.0362408
  * Curves 0.5.6
Cheers,
Markus
openBrain
Veteran
Posts: 9034
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Build freecad broken !

Post by openBrain »

Did you tried a clean build from scratch?
User avatar
paddle
Veteran
Posts: 1393
Joined: Mon Feb 03, 2020 4:47 pm

Re: Build freecad broken !

Post by paddle »

Yes I rebuilt the whole project twice.

Not sure what is wrong. It could be cmake configuration. Sounds like a blast to debug.

I went back to paddle_testing_branch which is older and it's working well again.
openBrain
Veteran
Posts: 9034
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Build freecad broken !

Post by openBrain »

Did you delete/rename your configuration files to check they don't mess up the app?
User avatar
paddle
Veteran
Posts: 1393
Joined: Mon Feb 03, 2020 4:47 pm

Re: Build freecad broken !

Post by paddle »

openBrain wrote: Thu Sep 29, 2022 2:49 pm Did you delete/rename your configuration files to check they don't mess up the app?
I'm not sure what this means. What configuration files? I haven't changed anything I think.
User avatar
paddle
Veteran
Posts: 1393
Joined: Mon Feb 03, 2020 4:47 pm

Re: Build freecad broken !

Post by paddle »

Anyone on windows confirm it's working? I realized both who tried are on linux
openBrain
Veteran
Posts: 9034
Joined: Fri Nov 09, 2018 5:38 pm
Contact:

Re: Build freecad broken !

Post by openBrain »

paddle wrote: Thu Sep 29, 2022 7:35 pm I'm not sure what this means. What configuration files? I haven't changed anything I think.
I mean deleting/renaming "%APPDATA%\FreeCAD" folder. ;)
User avatar
paddle
Veteran
Posts: 1393
Joined: Mon Feb 03, 2020 4:47 pm

Re: Build freecad broken !

Post by paddle »

openBrain wrote: Fri Sep 30, 2022 8:31 am I mean deleting/renaming "%APPDATA%\FreeCAD" folder. ;)
I didn't touched that.

I only sync my fork's master then pulled locally. git log shows me that the last commit locally are the correct ones. So it really feels like master is not compiling on windows.
Though I guess maybe my cmake configuration (the one I'm using for a year) is not compatible with master anymore (as I have disabled some wb to compile faster)?
Post Reply