View Issue Details

IDProjectCategoryView StatusLast Update
0004352FreeCADBugpublic2021-03-21 11:17
Reporterhobbes1069 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformALL 
Target Version0.20 
Summary0004352: CMake Install process needs revamping
DescriptionI've posted about this some time ago (i.e. 2011) either to the bug tracker or the forums but that's irrelevant now. It looks like there have been some changes in 0.19 prerelease that seem to move in the right direction but the work is incomplete. My current spec file for Fedora no longer installs files to the correct location and my old method of dumping almost everything into /usr/lib{,64}/freecad no long functions.

Having a fully compliant FHS install is long overdue and while I can't find the specific messages anymore, it was promised some time ago.

I am submitting this to the issue tracker in hopes of getting the attention it deserves, and part of that is offering my time to help fix it ONLY if there is sufficient interest from the developers. To be honest, I don't have time for this. I'm working on cutting back on my Fedora packaging duties due to $LIFE and $DAYJOB, but I really don't like the way things are right now and am willing to make the short term sacrifice, but again, only if it is taken seriously.

1. For the love of god, please use CMake's GNUInstallDirs module. This will take care of all *Nix systems and maybe others.

2. Unless the libraries produced by FreeCAD are intended for TRULY shared (ie.e. public) consumption, they belong in a private subdir, i.e., /usr/lib{,64}/freecad on RPM (FHS compliant systems), but really all you have to do is append /freecad to CMAKE_INSTALL_LIBDIR if you use GNUInstallDirs, it takes care of the odd Debian tuple location for libraries.

Certainly the libraries not prefixed with "lib" can't go into /usr/lib{,64}.

There are 93 instances of CMAKE_INSTALL_LIBDIR being used directly based on current master:

$ grep -ro CMAKE_INSTALL_LIBDIR | wc -l
93

My recommendation would be instead of sed'ing these all to "CMAKE_INSTALL_LINDIR/freecad" is to replace them with "FREECAD_INSTALL_LIBDIR" and default them to the correct location in one of the helper macros.

3. If you do this, CMake is smart enough to know if the RPATH needs to be set or not, negating the need for all the manual RPAH handling.

4. All no-arch data does belong in /usr/share, but it ALSO needs to be in a "freecad" subdirectory. Currently if I don't override it a lot of stuff is dumped directly into /usr/share, like some of the Mod python files.

It can be handled similarly to 0000002. Also, I haven't dug into it enough to know it's not being done correctly but stuff in /usr/share REALLY needs to be noarch. Meaning it's EXACTLY the same if its i686, x86_64, ppc64le, s390x, arm, etc.

Now that I actually cut out the install portion of the build log and sorted it. It's not quite as bad as I thought, but my premis still stands. I'll attach the install portion so you can see where things are being installed when no override is being specified on the command line.
Additional InformationSide topic:
Maybe it matters for other platforms but I don't understand the overriding the output location of binaries and libraries in cMake/FreeCadMacros.cmake. By default they are created in the same directory they are configured in and CMake can track this just fine.
Tagscmake
FreeCAD InformationMaster as of 2020-05-28

Activities

hobbes1069

2020-05-29 02:31

reporter  

freecad-install.txt (175,253 bytes)   
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/bin/FreeCAD
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/bin/FreeCADCmd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/freecad/gui/RemoteDebugger.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/freecad/gui/RemoteDebugger.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/freecad/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/lazy_loader/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/lazy_loader/lazy_loader.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/PySide
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/PySide/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/PySide/QtCore.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/PySide/QtGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/PySide/QtSvg.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Ext/PySide/QtUiTools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/area.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/DraftUtils.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/DrawingGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Drawing.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/FemGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Fem.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/FreeCADGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/FreeCAD.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/ImageGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Image.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/ImportGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Import.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/InspectionGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Inspection.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libarea-native.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libDriverDAT.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libDriver.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libDriverSTL.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libDriverUNV.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libFreeCADApp.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libFreeCADBase.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libFreeCADGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libMEFISTO2.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libSMDS.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libSMESHDS.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libSMESH.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/libStdMeshers.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Measure.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/MeshGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/MeshPartGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/MeshPart.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Mesh.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/PartDesignGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/_PartDesign.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/PartGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Part.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/PathGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/PathSimulator.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Path.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/PointsGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Points.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/QtUnitGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/RaytracingGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Raytracing.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/ReverseEngineeringGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/ReverseEngineering.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/RobotGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Robot.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/SketcherGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Sketcher.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/SpreadsheetGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Spreadsheet.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/StartGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Start.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/SurfaceGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Surface.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/TechDrawGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/TechDraw.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/WebGui.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/lib64/Web.so
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/addonmanager_macro.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/AddonManagerOptions.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/AddonManager.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/AddonManager_rc.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/AddonManager.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/addonmanager_utilities.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/addonmanager_workers.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/AddonManager/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchAxis.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchBuildingPart.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchBuilding.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchCommands.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchComponent.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchCurtainWall.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchCutPlane.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchEquipment.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchFence.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchFloor.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchFrame.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchIFC.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchIFCSchema.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchIFCView.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchMaterial.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchNesting.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchPanel.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchPipe.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchPrecast.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchProfile.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchProject.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/Arch.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/Arch_rc.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchRebar.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchReference.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchRoof.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchSchedule.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchSectionPlane.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchSite.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchSpace.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchStairs.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchStructure.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchTruss.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchVRM.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchWall.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/ArchWindow.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/Dice3DS/dom3ds.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/Dice3DS/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/Dice3DS/util.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/exportIFCHelper.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/exportIFC.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/import3DS.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importDAE.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importIFCHelper.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importIFClegacy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importIFC.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importJSON.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importOBJ.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importSH3D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importSHP.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/importWebGL.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/OfflineRenderingUtils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Arch/TestArch.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Complete/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Complete/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/DraftFillet.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/array.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/cut.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/downgrade.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/draftify.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/extrude.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/fuse.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/heal.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/join.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/mirror.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/move.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/offset.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/rotate.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/scale.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/split.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftfunctions/upgrade.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/DraftGeomUtils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftgeoutils/edges.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftgeoutils/faces.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftgeoutils/general.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftgeoutils/geometry.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftgeoutils/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftgeoutils/intersections.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftgeoutils/sort_edges.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/DraftGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_annotationstyleeditor.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_arcs.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_array_simple.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_arrays.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_base_original.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_base.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_beziers.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_circles.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_circulararray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_clone.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_dimension_ops.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_dimensions.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_downgrade.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_draft2sketch.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_drawing.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_edit_arch_objects.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_edit_draft_objects.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_edit_part_objects.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_edit.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_edit_sketcher_objects.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_ellipses.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_facebinders.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_fillets.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_grid.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_groups.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_heal.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_join.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_labels.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_lineops.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_lineslope.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_lines.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_mirror.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_move.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_offset.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_orthoarray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_patharray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_planeproxy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_pointarray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_points.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_polararray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_polygons.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_rectangles.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_rotate.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_scale.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_selectplane.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_shape2dview.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_shapestrings.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_snapper.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_snaps.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_splines.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_split.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_stretch.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_styles.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_subelements.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_texts.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_togglemodes.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_tool_utils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_trackers.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_trimex.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_upgrade.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/gui_wire2spline.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftguitools/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/DraftLayer.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_arc_3points.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_array.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_bezcurve.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_block.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_bspline.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_circle.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_circulararray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_clone.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_copy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_drawingview.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_ellipse.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_facebinder.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_fillet.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_line.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_orthoarray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_patharray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_pointarray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_point.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_polararray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_polygon.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_rectangle.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_shape2dview.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_shapestring.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_sketch.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_wire.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/make_wpproxy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftmake/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/array.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/base.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/bezcurve.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/block.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/bspline.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/circle.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/clone.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/dimension.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/draft_annotation.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/draftlink.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/drawingview.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/ellipse.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/facebinder.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/fillet.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/label.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/patharray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/pointarray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/point.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/polygon.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/rectangle.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/shape2dview.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/shapestring.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/text.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/wire.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftobjects/wpproxy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/Draft.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/Draft_rc.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttaskpanels/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttaskpanels/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttaskpanels/task_circulararray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttaskpanels/task_orthoarray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttaskpanels/task_polararray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttaskpanels/task_scale.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttaskpanels/task_selectplane.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttaskpanels/task_shapestring.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/auxiliary.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/draft_test_objects.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_airfoildat.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_creation.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_dwg.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_dxf.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_import_gui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_import.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_import_tools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_modification.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_oca.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_pivy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/drafttests/test_svg.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/DraftTools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/gui_utils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/init_draft_statusbar.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/init_tools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/messages.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/todo.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/translate.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftutils/utils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/DraftVecUtils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_array.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_base.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_bezcurve.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_bspline.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_circulararray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_clone.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_dimension.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_draft_annotation.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_draftlink.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_facebinder.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_fillet.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_label.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_orthoarray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_point.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_polararray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_rectangle.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_text.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_wire.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/draftviewproviders/view_wpproxy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/getSVG.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/importAirfoilDAT.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/importDWG.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/importDXF.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/importOCA.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/importSVG.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/TestDraftGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/TestDraft.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Draft/WorkingPlane.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Drawing/DrawingExample.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Drawing/DrawingPatterns.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Drawing/DrawingTests.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Drawing/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Drawing/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Drawing/README.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/coding_conventions.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femcommands/commands.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femcommands/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femcommands/manager.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/boxanalysis.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/ccx_cantilever_std.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/constraint_contact_shell_shell.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/constraint_contact_solid_solid.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/constraint_tie.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/manager.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/material_multiple_twoboxes.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/material_nl_platewithhole.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_boxanalysis_tetra10.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_boxes_2_vertikal_tetra10.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_canticcx_hexa20.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_canticcx_tetra10.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_constraint_tie_tetra10.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_contact_box_halfcylinder_tetra10.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_contact_tube_tube_tria3.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_platewithhole_tetra10.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_rc_wall_2d_tria6.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_thermomech_bimetall_tetra10.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_thermomech_flow1d_seg3.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/meshes/mesh_thermomech_spine_tetra10.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/rc_wall_2d.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/thermomech_bimetall.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/thermomech_flow1d.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femexamples/thermomech_spine.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femguiobjects/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femguiobjects/readme.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femguiutils/selection_widgets.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/convert2TetGen.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importCcxDatResults.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importCcxFrdResults.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importFenicsMesh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importInpMesh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importPyMesh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importToolsFem.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importVTKResults.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importYamlJsonMesh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importZ88Mesh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/importZ88O2Results.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/readFenicsXDMF.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/readFenicsXML.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/writeFenicsXDMF.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/feminout/writeFenicsXML.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femmesh/femmesh2mesh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femmesh/gmshtools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femmesh/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femmesh/meshtools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/base_fempythonobject.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/constraint_bodyheatsource.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/constraint_electrostaticpotential.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/constraint_flowvelocity.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/constraint_initialflowvelocity.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/constraint_selfweight.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/constraint_tie.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/element_fluid1D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/element_geometry1D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/element_geometry2D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/element_rotation1D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/material_common.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/material_mechanicalnonlinear.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/material_reinforced.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/mesh_boundarylayer.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/mesh_gmsh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/mesh_group.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/mesh_region.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/mesh_result.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/result_mechanical.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femobjects/solver_ccxtools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femresult/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femresult/resulttools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/calculix/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/calculix/solver.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/calculix/tasks.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/calculix/writer.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/elasticity.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/electricforce.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/electrostatic.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/equation.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/flow.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/fluxsolver.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/heat.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/linear.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/equations/nonlinear.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/sifio.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/solver.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/tasks.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/elmer/writer.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/equationbase.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/fenics/fenics_tools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/fenics/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/reportdialog.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/report.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/run.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/settings.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/signal.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/solverbase.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/solver_taskpanel.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/task.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/writerbase.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/z88/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/z88/solver.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/z88/tasks.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femsolver/z88/writer.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/support_utils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_ccxtools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_common.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_femimport.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_material.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_mesh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_object.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_open.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_result.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/app/test_solverframework.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/canti_ccx_faceload_hexa20.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/constraint_contact_shell_shell.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/constraint_contact_shell_shell.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/constraint_contact_solid_solid.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/constraint_contact_solid_solid.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/constraint_tie.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_frequency.dat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_frequency_expected_values
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_frequency.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_frequency.frd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_frequency.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_static.dat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_static_expected_values
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_static.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_static.frd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/cube_static.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/Flow1D_thermomech.dat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/Flow1D_thermomech_expected_values
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/Flow1D_thermomech.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/Flow1D_thermomech.frd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/Flow1D_thermomech_inout_nodes.txt
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/Flow1D_thermomech.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/mat_multiple.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/mat_nonlinear.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/spine_thermomech.dat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/spine_thermomech_expected_values
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/spine_thermomech.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/spine_thermomech.frd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/spine_thermomech.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/ccx/thermomech_bimetall.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/elmer/case.sif
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/elmer/ELMERSOLVER_STARTINFO
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/elmer/group_mesh.geo
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/elmer/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/mesh/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/mesh/tetra10_mesh.inp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/mesh/tetra10_mesh.unv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/mesh/tetra10_mesh.vtk
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/mesh/tetra10_mesh.yml
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/mesh/tetra10_mesh.z88
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/open/all_objects_de9b3fb438.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/data/open/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/gui/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/gui/test_open.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/test_commands.sh
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtest/test_information.md
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/ccxtools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/checksanalysis.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/constants.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/errors.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/femutils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/geomtools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/membertools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/migrate_app.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/migrate_gui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femtools/tokrules.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_base_femconstraint.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_base_femobject.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_constraint_bodyheatsource.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_constraint_electrostaticpotential.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_constraint_flowvelocity.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_constraint_initialflowvelocity.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_constraint_selfweight.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_constraint_tie.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_element_fluid1D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_element_geometry1D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_element_geometry2D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_element_rotation1D.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_material_common.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_material_mechanicalnonlinear.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_material_reinforced.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_mesh_boundarylayer.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_mesh_gmsh.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_mesh_group.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_mesh_region.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_mesh_result.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_result_mechanical.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/femviewprovider/view_solver_ccxtools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/ObjectsFem.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/ConstraintTie.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/ElectrostaticPotential.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/ElementFluid1D.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/ElementGeometry1D.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/ElementGeometry2D.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/ElementRotation1D.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/FlowVelocity.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/InitialFlowVelocity.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/MaterialReinforcement.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/Material.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/MeshBoundaryLayer.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/MeshGmsh.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/MeshGroup.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/MeshGroupXDMFExport.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/MeshRegion.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/ResultHints.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/ResultShow.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/Resources/ui/SolverCalculix.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/TestFemApp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Fem/TestFemGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/0603_SMD.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/0805_SMD.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/1206_SMD.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/1210_SMD.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/1812_SMD.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/2225_SMD.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/2512_SMD.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/CAP_50SGV_8_10.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/EPL22_6_16.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/footprints_models.csv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/I22_2_5_16.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/I22_2_5_16withEPL22_6_16.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/License.txt
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/MSOP_10.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/RLF_12545.igs
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/RLF_12545.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/RLF_7030.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SMB_DO_214AA.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SMC_DO_214AB.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOD_323.igs
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOD_323.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOD_523.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOT23.igs
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOT23.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOT_323_3.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOT404.igs
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOT404.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOT428_DPAK.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/SOT_96.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/TCMT1107_4.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/TSM_103_01_L_DV_A.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/TSM_104_01_L_DV_A.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/TSS0P_8.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idflibs/VC0603_SMD.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Idf.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Idf/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Image/ImageTools/_CommandImageScaling.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Image/ImageTools/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Image/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Image/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Import/gzip_utf8.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Import/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Import/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Import/stepZ.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Inspection/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Inspection/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/importFCMat.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/MaterialEditor.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/Material.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/Material_rc.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/materials-editor.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/materialtools/cardutils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/materialtools/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Material/Templatematerial.yml
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Measure/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Mesh/BuildRegularGeoms.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Mesh/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Mesh/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Mesh/MeshTestsApp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/MeshPart/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/MeshPart/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/MeshPart/MeshFlatteningCommand.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/colorcodeshapes.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/expandplacements.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/exportCSG.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/importCSG.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/OpenSCAD2Dgeom.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/OpenSCADCommands.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/OpenSCADFeatures.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/OpenSCAD_rc.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/OpenSCADUtils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/replaceobj.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/OpenSCAD/tokrules.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/AttachmentEditor/Commands.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/AttachmentEditor/FrozenClass.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/AttachmentEditor/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/AttachmentEditor/TaskAttachmentEditor.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BasicShapes/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BasicShapes/Shapes.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BOPTools/GeneralFuseResult.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BOPTools/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BOPTools/JoinAPI.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BOPTools/JoinFeatures.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BOPTools/ShapeMerge.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BOPTools/SplitAPI.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BOPTools/SplitFeatures.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/BOPTools/Utils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/CompoundTools/_CommandCompoundFilter.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/CompoundTools/_CommandExplodeCompound.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/CompoundTools/CompoundFilter.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/CompoundTools/Explode.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/CompoundTools/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcgear/fcgeardialog.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcgear/fcgear.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcgear/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcgear/involute.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcgear/svggear.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcsprocket/fcsprocketdialog.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcsprocket/fcsprocket.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcsprocket/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/fcsprocket/sprocket.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/InvoluteGearFeature.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/InvoluteGearFeature.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestBoolean.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestChamfer.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestDatum.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestDraft.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestFillet.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestHole.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestLinearPattern.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestLoft.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestMirrored.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestMultiTransform.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestPad.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestPipe.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestPocket.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestPolarPattern.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestPrimitive.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestRevolve.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestShapeBinder.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/PartDesignTests/TestThickness.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Scripts/DistanceBolt.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Scripts/Epitrochoid.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Scripts/FilletArc.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Scripts/Gear.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Scripts/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Scripts/Parallelepiped.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Scripts/RadialCopy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/Scripts/Spring.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/SprocketFeature.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/SprocketFeature.ui
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/TestPartDesignApp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/TestPartDesignGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/WizardShaft/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/WizardShaft/SegmentFunction.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/WizardShaft/ShaftDiagram.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/WizardShaft/ShaftFeature.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/WizardShaft/Shaft.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/WizardShaft/WizardShaft.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/WizardShaft/WizardShaft.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/PartDesign/WizardShaft/WizardShaftTable.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/JoinFeatures.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/MakeBottle.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/parttests/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/parttests/part_test_objects.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/TestPartApp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Part/TestPartGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Images/Ops/chamfer.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Images/Tools/drill.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Images/Tools/endmill.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Images/Tools/v-bit.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathCommands.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathAdaptiveGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathAdaptive.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathAreaOp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathArray.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathCircularHoleBaseGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathCircularHoleBase.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathCommands.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathComment.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathCopy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathCustom.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDeburrGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDeburr.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupAxisMap.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupDogbone.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupDragknife.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupHoldingTags.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupLeadInOut.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupPathBoundaryGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupPathBoundary.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressup.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupRampEntry.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupTagGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupTagPreferences.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupTag.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDressupZCorrect.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDrillingGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathDrilling.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathEngraveBase.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathEngraveGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathEngrave.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathFixture.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathGeom.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathGetPoint.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathGuiInit.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathHelixGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathHelix.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathHop.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathIconViewProvider.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathInspect.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathJobCmd.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathJobDlg.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathJobGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathJob.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathLog.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathMillFaceGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathMillFace.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathOpGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathOp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathOpTools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPocketBaseGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPocketBase.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPocketGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPocket.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPocketShapeGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPocketShape.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPostProcessor.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPost.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPreferencesPathDressup.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPreferencesPathJob.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathPreferences.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProbeGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProbe.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProfileContourGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProfileContour.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProfileEdgesGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProfileEdges.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProfileFacesGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProfileFaces.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProfileGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathProfile.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSanity.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSelection.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSetupSheetGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSetupSheetOpPrototypeGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSetupSheetOpPrototype.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSetupSheet.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSimpleCopy.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSimulatorGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathStock.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathStop.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSurfaceGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSurface.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathSurfaceSupport.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolBitCmd.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolBitEdit.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolBitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolBitLibraryCmd.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolBitLibraryGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolBit.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolControllerGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolController.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolEdit.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolLibraryEditor.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathToolLibraryManager.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathUtil.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathUtilsGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathUtils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathWaterlineGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PathWaterline.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/centroid_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/comparams_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/dynapath_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/example_pre.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/gcode_pre.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/grbl_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/jtech_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/linuxcnc_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/mach3_mach4_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/opensbp_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/opensbp_pre.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/philips_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/rml_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/slic3r_pre.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/post/smoothie_post.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathScripts/PostUtils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/boxtest.fcstd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/PathTestUtils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/test_centroid_00.ngc
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/test_geomop.fcstd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/test_holes00.fcstd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/test_linuxcnc_00.ngc
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathCore.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathDeburr.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathDepthParams.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathDressupDogbone.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathDressupHoldingTags.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathGeom.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathHelix.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathLog.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathOpTools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathPost.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathPreferences.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathSetupSheet.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathStock.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathToolBit.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathToolController.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathTool.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathTooltable.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/PathTests/TestPathUtil.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/TestPathApp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t1.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t2.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t3.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t4.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t5.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t6.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t7.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t8.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Bit/t9.fctb
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Library/endmills.fctl
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Shape/ballend.fcstd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Shape/bullnose.fcstd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Shape/drill.fcstd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Shape/endmill.fcstd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Path/Tools/Shape/v-bit.fcstd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Points/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Points/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Raytracing/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Raytracing/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Raytracing/RaytracingExample.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/ReverseEngineering/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/ReverseEngineering/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Robot/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Robot/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Robot/KukaExporter.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Robot/MovieTool.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Robot/RobotExample.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Robot/RobotExampleTrajectoryOutOfShapes.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/Containers.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/DepGraphTools.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/mTempoVis.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/SceneDetail.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/SceneDetails/Camera.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/SceneDetails/ClipPlane.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/SceneDetails/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/SceneDetails/ObjectClipPlane.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/SceneDetails/Pickability.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/SceneDetails/VProperty.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/SceneDetails/Workbench.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/ShowUtils.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/TVObserver.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Show/TVStack.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/ProfileLib/Hexagon.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/ProfileLib/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/ProfileLib/RegularPolygon.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/Profiles.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/SketcherExample.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/TestSketcherApp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Sketcher/TestSketcherGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Spreadsheet/importXLSX.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Spreadsheet/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Spreadsheet/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Spreadsheet/TestSpreadsheet.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Start/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Start/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Start/StartPage/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Start/StartPage/StartPage.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Start/StartPage/TranslationTexts.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Surface/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Surface/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/DHatchTest.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/DProjGroupTest.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/DVAnnoSymImageTest.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/DVBalloonTest.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/DVDimensionTest.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/DVPartTest.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/DVSectionTest.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/TestHatch.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/TestImage.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/TestSymbol.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TDTest/TestTemplate.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/TechDraw/TestTechDrawApp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/BaseTests.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/Document.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/__init__.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/Menu.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/qtunittest.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/TestApp.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/TestGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/testmakeWireString.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/TestPythonSyntax.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/UnicodeTests.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/unittestgui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/UnitTests.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Test/Workbench.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Tux/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Tux/NavigationIndicatorGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Tux/PersistentToolbarsGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Tux/PersistentToolbars.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Tux/Tux_rc.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Web/InitGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Web/Init.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/Mod/Web/TestWebGui.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/applications/org.freecadweb.FreeCAD.desktop
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/doc/freecad/freecad.qch
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/doc/freecad/freecad.qhc
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/doc/freecad/ThirdPartyLibraries.html
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/3Dconnexion/3DConnexion.xml
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/ArchDetail.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/draft_test_objects.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/EngineBlock.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/FemCalculixCantilever2D.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/FemCalculixCantilever3D.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/FemCalculixCantilever3D_newSolver.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/PartDesignExample.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/RobotExample.FCStd
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/examples/Schenkel.stp
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Dark-blue.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Darker-blue.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Darker-green.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Darker-orange.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Dark-green.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Dark-orange.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/background_freecad_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/background_freecad_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/background_freecad.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_end_closed_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_end_closed_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_end_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_end_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_end_open_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_end_open_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_more_closed_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_more_closed_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_more_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_more_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_more_open_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_more_open_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_vline_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/branch_vline_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/checkbox_indeterminate_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/checkbox_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/close_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/close_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/down_arrow_darker.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/down_arrow_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/down_arrow_disabled_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/down_arrow_disabled_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/down_arrow_lighter.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/down_arrow_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/Hmovetoolbar_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/Hmovetoolbar_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/Hsepartoolbar_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/Hsepartoolbar_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/left_arrow_darker.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/left_arrow_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/left_arrow_disabled_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/left_arrow_disabled_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/left_arrow_lighter.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/left_arrow_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/more_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/more_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/radiobutton_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/radiobutton_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/right_arrow_darker.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/right_arrow_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/right_arrow_disabled_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/right_arrow_disabled_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/right_arrow_lighter.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/right_arrow_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/sizegrip_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/sizegrip_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/splitter_horizontal_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/splitter_horizontal_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/splitter_vertical_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/splitter_vertical_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/transparent.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/undock_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/undock_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up_arrow_darker.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up_arrow_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up_arrow_disabled_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up_arrow_disabled_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up_arrow_lighter.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up_arrow_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up-down_arrow_darker.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up-down_arrow_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up-down_arrow_disabled_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up-down_arrow_lighter.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/up-down_arrow_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/Vmovetoolbar_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/Vmovetoolbar_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/Vsepartoolbar_dark.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/images_dark-light/Vsepartoolbar_light.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Light-blue.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Light-green.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Gui/Stylesheets/Light-orange.qss
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/License.txt
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets/ifc_contexts_IFC2X3.json
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets/ifc_contexts_IFC4.json
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets/ifc_products_IFC2X3.json
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets/ifc_products_IFC4.json
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets/ifc_types_IFC2X3.json
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets/ifc_types_IFC4.json
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets/profiles.csv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Presets/pset_definitions.csv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Arch/Resources/icons/ArchWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Complete/Resources/icons/CompleteWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Draft/Resources/icons/DraftWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Resources/icons/DrawingWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A0_Landscape_ISO7200.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A0_Landscape_ISO7200.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A0_Landscape_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A0_Landscape_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A0_Portrait_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A0_Portrait_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A1_Landscape_ISO7200.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A1_Landscape_ISO7200.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A1_Landscape_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A1_Landscape_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A1_Portrait_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A1_Portrait_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A2_Landscape_ISO7200.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A2_Landscape_ISO7200.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A2_Landscape_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A2_Landscape_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A2_Portrait_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A2_Portrait_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A3_Landscape.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A3_Landscape_ISO7200.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A3_Landscape_ISO7200.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A3_Landscape_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A3_Landscape_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A3_Landscape.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A3_Portrait_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A3_Portrait_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Landscape.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Landscape_ISO7200.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Landscape_ISO7200.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Landscape_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Landscape_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Landscape.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Portrait_ISO7200.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Portrait_ISO7200.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Portrait_plain.dxf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Drawing/Templates/A4_Portrait_plain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Fem/Resources/icons/FemWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Image/Resources/icons/ImageWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/blocks10.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/blocks112.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/blocks114.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/classes14.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/entities0.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/entities12.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/entities14.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/header0.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/header12.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/header14.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/objects14.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/tables10.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/tables112.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/tables114.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/tables20.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/tables212.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Import/DxfPlate/tables214.rub
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Inspection/Resources/icons/InspectionWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/FluidMaterial
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/FluidMaterial/Air.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/FluidMaterial/None.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/FluidMaterial/Water.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/ABS-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Acrylic-Glass-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/AlMg3F24.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/AlMgSi1F31.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Aluminum-6061-T6.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/AlZn4-5Mg1F35.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/CalculiX-Steel.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Concrete-EN-C35_45.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Concrete-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Glass-E-GlassFibre.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Glass-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Glass-S2-GlassFibre.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/None.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/PA6-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/PET-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/PLA-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/PP-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/PTFE-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/PVC-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Reinforcement-FIB-B500.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-15CrNi6.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-17CrNiMo6.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-1C22.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-1C35.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-1C45.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-1C60.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-20NiCrMo2.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-28Mn6.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-2C10.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-30CrNiMo8.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-34CrNiMo6.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-36CrNiMo4.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-36NiCrMo16.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-3C15.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-3C22.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-3C35.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-3V45.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C10.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C15.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C22E.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C25E.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C30E.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C40E.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C50E.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C55E.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-C60E.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-E295.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-E295-GC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-E335.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-E335-GC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-E360.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-E360-GC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJL-100.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJL-150.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJL-200.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJL-250.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJL-300.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJL-350.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJMB-350-10.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJMB-550-4.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJMB-650-2.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJMW-350-4.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJMW-360-12.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJMW-400-5.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJMW-450-7.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJS-400-15.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJS-500-7.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJS-600-3.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJS-700-2.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-EN-GJS-800-1.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-G16Mn5.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-G200.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-G20Mn5.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-G230.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-G260.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-G300.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-G30Mn5.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S185.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S235JO.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S235JR.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S235JRG1.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S260NC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S275JO.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S275JR.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S275N.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S335JO.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S335JR.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S335N.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S340MC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S355J2G3.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S380MC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S420MC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S420N.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S460MC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S460N.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S500MC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S550MC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-S690MC.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-St-37-2K.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-St-E-255.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-St-E-315.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-St-E-380.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-St-E-460.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-St-E-500.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-X2CrNiMoN17-13-3.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-X2CrNiN24-4.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-X39CrMo17-1.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-X3CrNiMo13-14.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-X5CrNi18-10.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-X5CrNiMo17-12-2.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Steel-X6CrNiTi18-10.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/TEMPLATE.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Tools
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Material/StandardMaterial/Wood-Generic.FCMat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Mesh/Resources/icons/MeshWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/OpenSCAD/Resources/icons/OpenSCADWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/PartDesign/Resources/icons/PartDesignWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Part/Resources/icons/PartWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Path/Resources/icons/PathWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Points/Resources/icons/PointsWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Raytracing/Resources/icons/RaytracingWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Raytracing/Templates/LuxClassic.lxs
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Raytracing/Templates/LuxOutdoor.lxs
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Raytracing/Templates/ProjectStd.pov
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Raytracing/Templates/RadiosityNormal.pov
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Raytracing/Templates/RadiosityOutdoorHQ.pov
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/ReverseEngineering/Resources/icons/ReverseEngineeringWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/kr125_3.wrl
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/kr_125.csv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/kr_16.csv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/kr16.wrl
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/kr_210_2.csv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/kr210.WRL
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/kr500_1.csv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/kr500_1.wrl
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/testprog.dat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Lib/Kuka/testprog.src
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Robot/Resources/icons/RobotWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Sketcher/Resources/icons/SketcherWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Spreadsheet/Resources/icons/SpreadsheetWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/Resources/icons/StartWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/EnableDownload.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/images/developerhub.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/images/freecad.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/images/installed.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/images/manual.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/images/new_file_thumbnail.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/images/poweruserhub.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/images/settings.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/images/userhub.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/LoadCustom.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/LoadExample.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/LoadMRU.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/LoadNew.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/OpenSettings.py
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/StartPage.css
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/StartPage.html
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Start/StartPage/StartPage.js
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/LineGroup
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/LineGroup/LineGroup.csv
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/PAT
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/PAT/FCPAT.pat
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/aluminium.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/brick01.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/concrete.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/cross.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/cuprous.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/diagonal1.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/diagonal2.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/earth.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/general_steel.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/glass.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/hatch45L.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/hatch45R.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/hbone.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/line.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/plastic.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/plus.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/simple.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/solid.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/square.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/steel.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/titanium.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/woodgrain.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/wood.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Patterns/zinc.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Resources/fonts/osifont-lgpl3fe.ttf
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Resources/fonts/osifont.license
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Resources/icons/preferences-techdraw.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/angularity-left.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/angularity-right.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/ConcentricityFrame.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/concentricity.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/CylindricityFrame.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/cylindricity.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/FlatnessFrame.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/flatness.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/ParallelismFrame.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/parallelism.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/perpendicularity.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/position.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/profile-tolerance-of-line.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/profile-tolerance-of-plane.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/ReferenceSurface.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/RoundnessFrame.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/roundness.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/SquarenessFrame.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/symmetry.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/gd-and-t/totalrunout.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/CutLine.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/Diameter.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/Envelope.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/FilletInside.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/FilletOutside.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/IndexCircle.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/IndexTriangle.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/InsideEdgeBroken.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/OutsideEdgeBroken.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/Rectangle.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/SectionLine.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/other/Square.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/surface-roughness-symbols
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/surface-roughness-symbols/RoughnessGeneral.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/surface-roughness-symbols/Roughness.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/surface-roughness-symbols/surface-roughness-contour.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/surface-roughness-symbols/surface-roughness-layer-removing.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/surface-roughness-symbols/surface-roughness-no-layer-removing.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/surface-roughness-symbols/surface-roughness.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/beadDown.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/beadUp.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/filletDown.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/filletUp.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/plug.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/SquareDown.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/SquareUp.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/VDown.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/AWS/VUp.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/blankTile.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/edge-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/flanging.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/flare-bevel-groove.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/flare-v-groove.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/cathetus.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-intermittent.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-non-closed.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-site-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-smooth-processing.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/gost-2_312/gost-2_312-usilenie-remove.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/seam-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/single-bevel-cjp-groove-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/single-bevel-groove-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/single-bevel-groove-weld-with-broad-root-face.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/single-j-groove-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/single-u-groove-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/single-v-cjp-groove-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/single-v-groove-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/single-v-groove-weld-with-broad-root-face.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/spile-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/square-groove-weld.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Symbols/Welding/GOST/surfacing.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A0_Landscape_blank.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A0_Landscape_ISO7200_Pep.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A0_Landscape_ISO7200TD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A1_Landscape_blank.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A1_Landscape_ISO7200_Pep.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A1_Landscape_ISO7200TD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A2_Landscape_blank.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A2_Landscape_ISO7200_Pep.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A2_Landscape_ISO7200TD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A3_Landscape_blank.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A3_Landscape_EN_m52.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A3_Landscape_FR_m52.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A3_Landscape_ISO7200_Pep.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A3_Landscape_ISO7200TD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A3_Landscape_IT_m52.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A3_LandscapeTD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A4_Landscape_blank.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A4_Landscape_ISO7200_Pep.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A4_Landscape_ISO7200TD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A4_LandscapeTD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A4_Portrait_blank.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A4_Portrait_ISO7200Pep.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/A4_Portrait_ISO7200TD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/ANSIB_Portrait.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/ANSIB.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/HowToExample.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A0.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A1.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A2.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A3.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Landscape_A4_NotInGOST.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A0.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A1.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A2.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A3.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading/Portrait_A4.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading_text
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading_text/Portrait_A3.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Leading_text/Portrait_A4.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A0.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A1.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A2.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A3.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Landscape_A4.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A0.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A1.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A2.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A3.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/RU_GOST/Subsequent/Portrait_A4.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/USLetter_Landscape_blank.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/USLetter_Landscape.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/zh_CN
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/zh_CN/landscape
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/zh_CN/landscape/A0_Landscape_CN.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/zh_CN/landscape/A1_Landscape_CN.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/zh_CN/landscape/A2_Landscape_CN.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/zh_CN/landscape/A3_Landscape_CN.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/TechDraw/Templates/zh_CN/landscape/A4_Landscape_CN.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Test/Resources/icons/TestWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/freecad/Mod/Web/Resources/icons/WebWorkbench.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/icons/hicolor/16x16/apps/freecad.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/icons/hicolor/32x32/apps/freecad.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/icons/hicolor/48x48/apps/freecad.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/icons/hicolor/64x64/apps/freecad.png
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/icons/hicolor/scalable/apps/freecad.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/icons/hicolor/scalable/apps/org.freecadweb.FreeCAD.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/icons/hicolor/scalable/mimetypes/application-x-extension-fcstd.svg
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/metainfo/org.freecadweb.FreeCAD.appdata.xml
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/mime/packages/org.freecadweb.FreeCAD.xml
-- Installing: /builddir/build/BUILDROOT/freecad-0.19-1.fc33.x86_64/usr/share/pixmaps/freecad.xpm
freecad-install.txt (175,253 bytes)   

hobbes1069

2020-05-29 13:44

reporter   ~0014437

Ok, after several build attempts yesterday trying to beat the package back into submission I got more than a little frustrated. With fresh eyes I found GNUInstallDirs buried in "cMake/FreeCAD_Helpers/ConfigureCMakeVariables.cmake".

It's also in "src/XDGData/CMakeLists.txt" which I would say would be inappropriate to include two different places but my guess this is an attempt to override the PREFIX in the former location:

        set(CMAKE_INSTALL_PREFIX "/usr/lib${LIB_SUFFIX}/freecad" CACHE PATH "Installation root directory")

I believe this is only necessary because all of the Mod/ installs use the relative install path "Mod/<module>" which will only be installed relative to the PREFIX.

Also, I misspoke in the original post, noarch data if it's executable code still belongs in /usr/lib, not /usr/share, which IS for noarch data, just not noarch code such as pure python.

Evaluating the install location portion of


macro(ConfigureCMakeVariables)
    # ================================================================================
    # Output directories for install target

    if(WIN32)
        set(CMAKE_INSTALL_PREFIX ${CMAKE_BINARY_DIR}/install CACHE PATH "Installation root directory")
        set(CMAKE_INSTALL_BINDIR bin CACHE PATH "Output directory for executables")
        set(CMAKE_INSTALL_DATADIR data CACHE PATH "Output directory for data and resource files")
        set(CMAKE_INSTALL_INCLUDEDIR include CACHE PATH "Output directory for header files")
        set(CMAKE_INSTALL_DOCDIR doc CACHE PATH "Output directory for documentation and license files")
        # Don't set it without manual adoption of LibDir variable in src/App/FreeCADInit.py
        set(CMAKE_INSTALL_LIBDIR lib CACHE PATH "Output directory for libraries")
    else()
        set(CMAKE_INSTALL_PREFIX "/usr/lib${LIB_SUFFIX}/freecad" CACHE PATH "Installation root directory")
        include(GNUInstallDirs)
    endif()

1. In this case creating all the cache variables for WIN32 is superfluous as GNUInstallDirs would set cache variables to the exact same values in all cases except the _PREFIX which could be easily modified.

2. Referenced above, the old issue of dumping everything into /usr/lib{,64}. Please correct me if I'm wrong, but again, the only reason I can find for this is all the stuff in src/Mod not using a proper install location ${CMAKE_INSTALL_LIBDIR}.

By default GNUInstallDirs marks all the variables as advanced but it's trivial to expose the locations that FreeCAD actually uses.

hobbes1069

2020-05-29 22:31

reporter   ~0014440

Ok, so even though I wasn't going to do it I did anyway. I have a patch ready for master but I still have a few things to tweak. I've got everything installing correctly except:


   Installed (but unpackaged) file(s) found:
   /usr/Ext/PySide/QtCore.py
   /usr/Ext/PySide/QtGui.py
   /usr/Ext/PySide/QtSvg.py
   /usr/Ext/PySide/QtUiTools.py
   /usr/Ext/PySide/__init__.py
   /usr/Ext/freecad/gui/RemoteDebugger.py
   /usr/Ext/freecad/gui/RemoteDebugger.ui
   /usr/Ext/lazy_loader/__init__.py
   /usr/Ext/lazy_loader/lazy_loader.py
   /usr/share/doc/FreeCAD/ThirdPartyLibraries.html
   /usr/share/doc/FreeCAD/freecad.qch
   /usr/share/doc/FreeCAD/freecad.qhc
   /usr/share/icons/hicolor/16x16/apps/freecad.png
   /usr/share/icons/hicolor/32x32/apps/freecad.png
   /usr/share/icons/hicolor/48x48/apps/freecad.png
   /usr/share/icons/hicolor/64x64/apps/freecad.png
   /usr/share/icons/hicolor/scalable/mimetypes/application-x-extension-fcstd.svg
   /usr/share/pixmaps/freecad.xpm

I fixed the icon stuff so it's really just the top stuff.

1. Why are the translations (I assume that's what the qch and qhc files are) installing to /usr/doc? That doesn't make any sense.

2. The Ext stuff is still not installing to a freecad subdir even though the helper macro that adds it is added before src/Ext is executed in the main CMakeLists.txt.

in src/Ext/freecad/CMakeLists.txt, FREECAD_LIBRARY_INSTALL_DIR is set to CMAKE_INSTALL_LIBDIR, which should already be /usr/lib{,64}/freecad but it's not working...

if (WIN32)
        set(FREECAD_LIBRARY_INSTALL_DIR ${CMAKE_INSTALL_BINDIR})
else()
        set(FREECAD_LIBRARY_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR})
endif()

Almost there!

hobbes1069

2020-05-30 13:33

reporter   ~0014443

Well I mentioned this bug in the pull request but it doesn't look like it's been picked up yet...

https://github.com/FreeCAD/FreeCAD/pull/3525

There's still some non-script stuff being installed to /usr/lib{,64}/freecad/Mod I'll work on that when I have a little more time.

vocx

2020-06-02 16:21

reporter   ~0014456

Why are the translations (I assume that's what the qch and qhc files are) installing to /usr/doc? That doesn't make any sense.

hobbes1069

These files are not translation files, they are compiled HTML files. They comprise the offline documentation that can be opened with FreeCAD, and need Qt assistant to be installed, I think.

hobbes1069

2020-06-02 16:25

reporter   ~0014457

Last edited: 2020-06-03 17:26

I figured that out later, I still question if they should get installed into /usr/doc, which is typically for plain text, markdown, rtf, files. Since they are compiled I would consider them to be a Qt resource file and should go somewhere in /usr/share/freecad.

PrzemoF

2020-07-01 09:18

reporter   ~0014607

Default file locations on fedora linux.
FreeCAD_installation_locations.txt (87,345 bytes)   
ccache cmake  \
        -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
        -DCMAKE_INSTALL_PREFIX:PATH=/home/przemo/TF \
        -DBUILD_QT5=ON \
        -DMEDFILE_INCLUDE_DIRS=/usr/include/med/ \
        -DFREECAD_USE_EXTERNAL_PIVY=TRUE \
        -DUSE_OCC=TRUE \
        -DSHIBOKEN_INCLUDE_DIR=/usr/include/shiboken2 \
        -DSHIBOKEN_LIBRARY=-lshiboken2.cpython-38-x86_64-linux-gnu \
        -DPYSIDE_INCLUDE_DIR=/usr/include/PySide2 \
        -DPYSIDE_LIBRARY=-lpyside2.cpython-38-x86_64-linux-gnu \
        -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3 \
        -DPYTHON_SUFFIX=.cpython-38m-x86_64-linux-gnu \
        ../FreeCAD

produced:

.
├── bin										
│   ├── FreeCAD
│   └── FreeCADCmd
├── Ext
│   ├── freecad
│   │   ├── gui
│   │   │   ├── RemoteDebugger.py
│   │   │   └── RemoteDebugger.ui
│   │   └── __init__.py
│   ├── lazy_loader
│   │   ├── __init__.py
│   │   └── lazy_loader.py
│   └── PySide
│       ├── __init__.py
│       ├── QtCore.py
│       ├── QtGui.py
│       ├── QtSvg.py
│       └── QtUiTools.py
├── lib64
│   ├── area.so
│   ├── DraftUtils.so
│   ├── DrawingGui.so
│   ├── Drawing.so
│   ├── FemGui.so
│   ├── Fem.so
│   ├── FreeCADGui.so
│   ├── FreeCAD.so
│   ├── ImageGui.so
│   ├── Image.so
│   ├── ImportGui.so
│   ├── Import.so
│   ├── InspectionGui.so
│   ├── Inspection.so
│   ├── libarea-native.so
│   ├── libDriverDAT.so
│   ├── libDriver.so
│   ├── libDriverSTL.so
│   ├── libDriverUNV.so
│   ├── libFreeCADApp.so
│   ├── libFreeCADBase.so
│   ├── libFreeCADGui.so
│   ├── libMEFISTO2.so
│   ├── libSMDS.so
│   ├── libSMESHDS.so
│   ├── libSMESH.so
│   ├── libStdMeshers.so
│   ├── Measure.so
│   ├── MeshGui.so
│   ├── MeshPartGui.so
│   ├── MeshPart.so
│   ├── Mesh.so
│   ├── PartDesignGui.so
│   ├── _PartDesign.so
│   ├── PartGui.so
│   ├── Part.so
│   ├── PathGui.so
│   ├── PathSimulator.so
│   ├── Path.so
│   ├── PointsGui.so
│   ├── Points.so
│   ├── QtUnitGui.so
│   ├── RaytracingGui.so
│   ├── Raytracing.so
│   ├── ReverseEngineeringGui.so
│   ├── ReverseEngineering.so
│   ├── RobotGui.so
│   ├── Robot.so
│   ├── SketcherGui.so
│   ├── Sketcher.so
│   ├── SpreadsheetGui.so
│   ├── Spreadsheet.so
│   ├── StartGui.so
│   ├── Start.so
│   ├── SurfaceGui.so
│   ├── Surface.so
│   ├── TechDrawGui.so
│   ├── TechDraw.so
│   ├── WebGui.so
│   └── Web.so
├── Mod
│   ├── AddonManager
│   │   ├── addonmanager_macro.py
│   │   ├── AddonManagerOptions.ui
│   │   ├── AddonManager.py
│   │   ├── AddonManager_rc.py
│   │   ├── AddonManager.ui
│   │   ├── addonmanager_utilities.py
│   │   ├── addonmanager_workers.py
│   │   ├── InitGui.py
│   │   └── Init.py
│   ├── Arch
│   │   ├── ArchAxis.py
│   │   ├── ArchBuildingPart.py
│   │   ├── ArchBuilding.py
│   │   ├── ArchCommands.py
│   │   ├── ArchComponent.py
│   │   ├── ArchCurtainWall.py
│   │   ├── ArchCutPlane.py
│   │   ├── ArchEquipment.py
│   │   ├── ArchFence.py
│   │   ├── ArchFloor.py
│   │   ├── ArchFrame.py
│   │   ├── ArchIFC.py
│   │   ├── ArchIFCSchema.py
│   │   ├── ArchIFCView.py
│   │   ├── ArchMaterial.py
│   │   ├── ArchNesting.py
│   │   ├── ArchPanel.py
│   │   ├── ArchPipe.py
│   │   ├── ArchPrecast.py
│   │   ├── ArchProfile.py
│   │   ├── ArchProject.py
│   │   ├── Arch.py
│   │   ├── Arch_rc.py
│   │   ├── ArchRebar.py
│   │   ├── ArchReference.py
│   │   ├── ArchRoof.py
│   │   ├── ArchSchedule.py
│   │   ├── ArchSectionPlane.py
│   │   ├── ArchSite.py
│   │   ├── ArchSpace.py
│   │   ├── ArchStairs.py
│   │   ├── ArchStructure.py
│   │   ├── ArchTruss.py
│   │   ├── ArchVRM.py
│   │   ├── ArchWall.py
│   │   ├── ArchWindowPresets.py
│   │   ├── ArchWindow.py
│   │   ├── Dice3DS
│   │   │   ├── dom3ds.py
│   │   │   ├── __init__.py
│   │   │   └── util.py
│   │   ├── exportIFCHelper.py
│   │   ├── exportIFC.py
│   │   ├── exportIFCStructuralTools.py
│   │   ├── import3DS.py
│   │   ├── importDAE.py
│   │   ├── importIFCHelper.py
│   │   ├── importIFClegacy.py
│   │   ├── importIFC.py
│   │   ├── importJSON.py
│   │   ├── importOBJ.py
│   │   ├── importSH3D.py
│   │   ├── importSHP.py
│   │   ├── importWebGL.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── OfflineRenderingUtils.py
│   │   └── TestArch.py
│   ├── Complete
│   │   ├── InitGui.py
│   │   └── Init.py
│   ├── Draft
│   │   ├── DraftFillet.py
│   │   ├── draftfunctions
│   │   │   ├── array.py
│   │   │   ├── cut.py
│   │   │   ├── downgrade.py
│   │   │   ├── draftify.py
│   │   │   ├── extrude.py
│   │   │   ├── fuse.py
│   │   │   ├── heal.py
│   │   │   ├── __init__.py
│   │   │   ├── join.py
│   │   │   ├── mirror.py
│   │   │   ├── move.py
│   │   │   ├── offset.py
│   │   │   ├── README.md
│   │   │   ├── rotate.py
│   │   │   ├── scale.py
│   │   │   ├── split.py
│   │   │   └── upgrade.py
│   │   ├── DraftGeomUtils.py
│   │   ├── draftgeoutils
│   │   │   ├── arcs.py
│   │   │   ├── circle_inversion.py
│   │   │   ├── circles_apollonius.py
│   │   │   ├── circles_incomplete.py
│   │   │   ├── circles.py
│   │   │   ├── cuboids.py
│   │   │   ├── edges.py
│   │   │   ├── faces.py
│   │   │   ├── fillets.py
│   │   │   ├── general.py
│   │   │   ├── geometry.py
│   │   │   ├── __init__.py
│   │   │   ├── intersections.py
│   │   │   ├── linear_algebra.py
│   │   │   ├── offsets.py
│   │   │   ├── sort_edges.py
│   │   │   └── wires.py
│   │   ├── DraftGui.py
│   │   ├── draftguitools
│   │   │   ├── gui_annotationstyleeditor.py
│   │   │   ├── gui_arcs.py
│   │   │   ├── gui_array_simple.py
│   │   │   ├── gui_arrays.py
│   │   │   ├── gui_base_original.py
│   │   │   ├── gui_base.py
│   │   │   ├── gui_beziers.py
│   │   │   ├── gui_circles.py
│   │   │   ├── gui_circulararray.py
│   │   │   ├── gui_clone.py
│   │   │   ├── gui_dimension_ops.py
│   │   │   ├── gui_dimensions.py
│   │   │   ├── gui_downgrade.py
│   │   │   ├── gui_draft2sketch.py
│   │   │   ├── gui_drawing.py
│   │   │   ├── gui_edit_arch_objects.py
│   │   │   ├── gui_edit_draft_objects.py
│   │   │   ├── gui_edit_part_objects.py
│   │   │   ├── gui_edit.py
│   │   │   ├── gui_edit_sketcher_objects.py
│   │   │   ├── gui_ellipses.py
│   │   │   ├── gui_facebinders.py
│   │   │   ├── gui_fillets.py
│   │   │   ├── gui_grid.py
│   │   │   ├── gui_groups.py
│   │   │   ├── gui_heal.py
│   │   │   ├── gui_join.py
│   │   │   ├── gui_labels.py
│   │   │   ├── gui_lineops.py
│   │   │   ├── gui_lineslope.py
│   │   │   ├── gui_lines.py
│   │   │   ├── gui_mirror.py
│   │   │   ├── gui_move.py
│   │   │   ├── gui_offset.py
│   │   │   ├── gui_orthoarray.py
│   │   │   ├── gui_patharray.py
│   │   │   ├── gui_planeproxy.py
│   │   │   ├── gui_pointarray.py
│   │   │   ├── gui_points.py
│   │   │   ├── gui_polararray.py
│   │   │   ├── gui_polygons.py
│   │   │   ├── gui_rectangles.py
│   │   │   ├── gui_rotate.py
│   │   │   ├── gui_scale.py
│   │   │   ├── gui_selectplane.py
│   │   │   ├── gui_shape2dview.py
│   │   │   ├── gui_shapestrings.py
│   │   │   ├── gui_snapper.py
│   │   │   ├── gui_snaps.py
│   │   │   ├── gui_splines.py
│   │   │   ├── gui_split.py
│   │   │   ├── gui_stretch.py
│   │   │   ├── gui_styles.py
│   │   │   ├── gui_subelements.py
│   │   │   ├── gui_texts.py
│   │   │   ├── gui_togglemodes.py
│   │   │   ├── gui_tool_utils.py
│   │   │   ├── gui_trackers.py
│   │   │   ├── gui_trimex.py
│   │   │   ├── gui_upgrade.py
│   │   │   ├── gui_wire2spline.py
│   │   │   ├── __init__.py
│   │   │   └── README.md
│   │   ├── DraftLayer.py
│   │   ├── draftmake
│   │   │   ├── __init__.py
│   │   │   ├── make_arc_3points.py
│   │   │   ├── make_array.py
│   │   │   ├── make_bezcurve.py
│   │   │   ├── make_block.py
│   │   │   ├── make_bspline.py
│   │   │   ├── make_circle.py
│   │   │   ├── make_circulararray.py
│   │   │   ├── make_clone.py
│   │   │   ├── make_copy.py
│   │   │   ├── make_dimension.py
│   │   │   ├── make_drawingview.py
│   │   │   ├── make_ellipse.py
│   │   │   ├── make_facebinder.py
│   │   │   ├── make_fillet.py
│   │   │   ├── make_label.py
│   │   │   ├── make_line.py
│   │   │   ├── make_orthoarray.py
│   │   │   ├── make_patharray.py
│   │   │   ├── make_pointarray.py
│   │   │   ├── make_point.py
│   │   │   ├── make_polararray.py
│   │   │   ├── make_polygon.py
│   │   │   ├── make_rectangle.py
│   │   │   ├── make_shape2dview.py
│   │   │   ├── make_shapestring.py
│   │   │   ├── make_sketch.py
│   │   │   ├── make_text.py
│   │   │   ├── make_wire.py
│   │   │   ├── make_wpproxy.py
│   │   │   └── README.md
│   │   ├── draftobjects
│   │   │   ├── array.py
│   │   │   ├── base.py
│   │   │   ├── bezcurve.py
│   │   │   ├── block.py
│   │   │   ├── bspline.py
│   │   │   ├── circle.py
│   │   │   ├── clone.py
│   │   │   ├── dimension.py
│   │   │   ├── draft_annotation.py
│   │   │   ├── draftlink.py
│   │   │   ├── drawingview.py
│   │   │   ├── ellipse.py
│   │   │   ├── facebinder.py
│   │   │   ├── fillet.py
│   │   │   ├── __init__.py
│   │   │   ├── label.py
│   │   │   ├── patharray.py
│   │   │   ├── pointarray.py
│   │   │   ├── point.py
│   │   │   ├── polygon.py
│   │   │   ├── README.md
│   │   │   ├── rectangle.py
│   │   │   ├── shape2dview.py
│   │   │   ├── shapestring.py
│   │   │   ├── text.py
│   │   │   ├── wire.py
│   │   │   └── wpproxy.py
│   │   ├── Draft.py
│   │   ├── Draft_rc.py
│   │   ├── drafttaskpanels
│   │   │   ├── __init__.py
│   │   │   ├── README.md
│   │   │   ├── task_circulararray.py
│   │   │   ├── task_orthoarray.py
│   │   │   ├── task_polararray.py
│   │   │   ├── task_scale.py
│   │   │   ├── task_selectplane.py
│   │   │   └── task_shapestring.py
│   │   ├── drafttests
│   │   │   ├── auxiliary.py
│   │   │   ├── draft_test_objects.py
│   │   │   ├── __init__.py
│   │   │   ├── README.md
│   │   │   ├── test_airfoildat.py
│   │   │   ├── test_creation.py
│   │   │   ├── test_dwg.py
│   │   │   ├── test_dxf.py
│   │   │   ├── test_import_gui.py
│   │   │   ├── test_import.py
│   │   │   ├── test_import_tools.py
│   │   │   ├── test_modification.py
│   │   │   ├── test_oca.py
│   │   │   ├── test_pivy.py
│   │   │   └── test_svg.py
│   │   ├── DraftTools.py
│   │   ├── draftutils
│   │   │   ├── gui_utils.py
│   │   │   ├── init_draft_statusbar.py
│   │   │   ├── __init__.py
│   │   │   ├── init_tools.py
│   │   │   ├── messages.py
│   │   │   ├── README.md
│   │   │   ├── todo.py
│   │   │   ├── translate.py
│   │   │   └── utils.py
│   │   ├── DraftVecUtils.py
│   │   ├── draftviewproviders
│   │   │   ├── __init__.py
│   │   │   ├── README.md
│   │   │   ├── view_array.py
│   │   │   ├── view_base.py
│   │   │   ├── view_bezcurve.py
│   │   │   ├── view_bspline.py
│   │   │   ├── view_circulararray.py
│   │   │   ├── view_clone.py
│   │   │   ├── view_dimension.py
│   │   │   ├── view_draft_annotation.py
│   │   │   ├── view_draftlink.py
│   │   │   ├── view_facebinder.py
│   │   │   ├── view_fillet.py
│   │   │   ├── view_label.py
│   │   │   ├── view_orthoarray.py
│   │   │   ├── view_point.py
│   │   │   ├── view_polararray.py
│   │   │   ├── view_rectangle.py
│   │   │   ├── view_text.py
│   │   │   ├── view_wire.py
│   │   │   └── view_wpproxy.py
│   │   ├── getSVG.py
│   │   ├── importAirfoilDAT.py
│   │   ├── importDWG.py
│   │   ├── importDXF.py
│   │   ├── importOCA.py
│   │   ├── importSVG.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── TestDraftGui.py
│   │   ├── TestDraft.py
│   │   └── WorkingPlane.py
│   ├── Drawing
│   │   ├── DrawingExample.py
│   │   ├── DrawingPatterns.py
│   │   ├── DrawingTests.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   └── README.md
│   ├── Fem
│   │   ├── coding_conventions.md
│   │   ├── femcommands
│   │   │   ├── commands.py
│   │   │   ├── __init__.py
│   │   │   └── manager.py
│   │   ├── femexamples
│   │   │   ├── boxanalysis_frequency.py
│   │   │   ├── boxanalysis_static.py
│   │   │   ├── ccx_cantilever_faceload.py
│   │   │   ├── ccx_cantilever_hexa20faceload.py
│   │   │   ├── ccx_cantilever_nodeload.py
│   │   │   ├── ccx_cantilever_prescribeddisplacement.py
│   │   │   ├── constraint_contact_shell_shell.py
│   │   │   ├── constraint_contact_solid_solid.py
│   │   │   ├── constraint_tie.py
│   │   │   ├── __init__.py
│   │   │   ├── manager.py
│   │   │   ├── material_multiple_twoboxes.py
│   │   │   ├── material_nl_platewithhole.py
│   │   │   ├── meshes
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mesh_boxanalysis_tetra10.py
│   │   │   │   ├── mesh_boxes_2_vertikal_tetra10.py
│   │   │   │   ├── mesh_canticcx_hexa20.py
│   │   │   │   ├── mesh_canticcx_tetra10.py
│   │   │   │   ├── mesh_constraint_tie_tetra10.py
│   │   │   │   ├── mesh_contact_box_halfcylinder_tetra10.py
│   │   │   │   ├── mesh_contact_tube_tube_tria3.py
│   │   │   │   ├── mesh_platewithhole_tetra10.py
│   │   │   │   ├── mesh_rc_wall_2d_tria6.py
│   │   │   │   ├── mesh_thermomech_bimetall_tetra10.py
│   │   │   │   ├── mesh_thermomech_flow1d_seg3.py
│   │   │   │   └── mesh_thermomech_spine_tetra10.py
│   │   │   ├── rc_wall_2d.py
│   │   │   ├── thermomech_bimetall.py
│   │   │   ├── thermomech_flow1d.py
│   │   │   └── thermomech_spine.py
│   │   ├── femguiobjects
│   │   │   ├── __init__.py
│   │   │   └── readme.md
│   │   ├── femguiutils
│   │   │   ├── __init__.py
│   │   │   ├── migrate_gui.py
│   │   │   └── selection_widgets.py
│   │   ├── feminout
│   │   │   ├── convert2TetGen.py
│   │   │   ├── importCcxDatResults.py
│   │   │   ├── importCcxFrdResults.py
│   │   │   ├── importFenicsMesh.py
│   │   │   ├── importInpMesh.py
│   │   │   ├── importPyMesh.py
│   │   │   ├── importToolsFem.py
│   │   │   ├── importVTKResults.py
│   │   │   ├── importYamlJsonMesh.py
│   │   │   ├── importZ88Mesh.py
│   │   │   ├── importZ88O2Results.py
│   │   │   ├── __init__.py
│   │   │   ├── readFenicsXDMF.py
│   │   │   ├── readFenicsXML.py
│   │   │   ├── writeFenicsXDMF.py
│   │   │   └── writeFenicsXML.py
│   │   ├── femmesh
│   │   │   ├── femmesh2mesh.py
│   │   │   ├── gmshtools.py
│   │   │   ├── __init__.py
│   │   │   └── meshtools.py
│   │   ├── femobjects
│   │   │   ├── base_fempythonobject.py
│   │   │   ├── constraint_bodyheatsource.py
│   │   │   ├── constraint_electrostaticpotential.py
│   │   │   ├── constraint_flowvelocity.py
│   │   │   ├── constraint_initialflowvelocity.py
│   │   │   ├── constraint_selfweight.py
│   │   │   ├── constraint_tie.py
│   │   │   ├── element_fluid1D.py
│   │   │   ├── element_geometry1D.py
│   │   │   ├── element_geometry2D.py
│   │   │   ├── element_rotation1D.py
│   │   │   ├── __init__.py
│   │   │   ├── material_common.py
│   │   │   ├── material_mechanicalnonlinear.py
│   │   │   ├── material_reinforced.py
│   │   │   ├── mesh_boundarylayer.py
│   │   │   ├── mesh_gmsh.py
│   │   │   ├── mesh_group.py
│   │   │   ├── mesh_region.py
│   │   │   ├── mesh_result.py
│   │   │   ├── result_mechanical.py
│   │   │   └── solver_ccxtools.py
│   │   ├── femresult
│   │   │   ├── __init__.py
│   │   │   └── resulttools.py
│   │   ├── femsolver
│   │   │   ├── calculix
│   │   │   │   ├── __init__.py
│   │   │   │   ├── solver.py
│   │   │   │   ├── tasks.py
│   │   │   │   └── writer.py
│   │   │   ├── elmer
│   │   │   │   ├── equations
│   │   │   │   │   ├── elasticity.py
│   │   │   │   │   ├── electricforce.py
│   │   │   │   │   ├── electrostatic.py
│   │   │   │   │   ├── equation.py
│   │   │   │   │   ├── flow.py
│   │   │   │   │   ├── fluxsolver.py
│   │   │   │   │   ├── heat.py
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── linear.py
│   │   │   │   │   └── nonlinear.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── sifio.py
│   │   │   │   ├── solver.py
│   │   │   │   ├── tasks.py
│   │   │   │   └── writer.py
│   │   │   ├── equationbase.py
│   │   │   ├── fenics
│   │   │   │   ├── fenics_tools.py
│   │   │   │   └── __init__.py
│   │   │   ├── __init__.py
│   │   │   ├── reportdialog.py
│   │   │   ├── report.py
│   │   │   ├── run.py
│   │   │   ├── settings.py
│   │   │   ├── signal.py
│   │   │   ├── solverbase.py
│   │   │   ├── solver_taskpanel.py
│   │   │   ├── task.py
│   │   │   ├── writerbase.py
│   │   │   └── z88
│   │   │       ├── __init__.py
│   │   │       ├── solver.py
│   │   │       ├── tasks.py
│   │   │       └── writer.py
│   │   ├── femtaskpanels
│   │   │   ├── __init__.py
│   │   │   ├── task_constraint_electrostaticpotential.py
│   │   │   ├── task_constraint_flowvelocity.py
│   │   │   ├── task_constraint_initialflowvelocity.py
│   │   │   ├── task_constraint_tie.py
│   │   │   ├── task_element_fluid1D.py
│   │   │   ├── task_element_geometry1D.py
│   │   │   ├── task_element_geometry2D.py
│   │   │   ├── task_element_rotation1D.py
│   │   │   ├── task_material_common.py
│   │   │   ├── task_material_reinforced.py
│   │   │   ├── task_mesh_boundarylayer.py
│   │   │   ├── task_mesh_gmsh.py
│   │   │   ├── task_mesh_group.py
│   │   │   ├── task_mesh_region.py
│   │   │   ├── task_result_mechanical.py
│   │   │   └── task_solver_ccxtools.py
│   │   ├── femtest
│   │   │   ├── app
│   │   │   │   ├── __init__.py
│   │   │   │   ├── support_utils.py
│   │   │   │   ├── test_ccxtools.py
│   │   │   │   ├── test_common.py
│   │   │   │   ├── test_femimport.py
│   │   │   │   ├── test_material.py
│   │   │   │   ├── test_mesh.py
│   │   │   │   ├── test_object.py
│   │   │   │   ├── test_open.py
│   │   │   │   ├── test_result.py
│   │   │   │   └── test_solverframework.py
│   │   │   ├── data
│   │   │   │   ├── ccx
│   │   │   │   │   ├── canti_ccx_faceload_hexa20.inp
│   │   │   │   │   ├── constraint_contact_shell_shell.FCStd
│   │   │   │   │   ├── constraint_contact_shell_shell.inp
│   │   │   │   │   ├── constraint_contact_solid_solid.FCStd
│   │   │   │   │   ├── constraint_contact_solid_solid.inp
│   │   │   │   │   ├── constraint_tie.inp
│   │   │   │   │   ├── cube.FCStd
│   │   │   │   │   ├── cube_frequency.dat
│   │   │   │   │   ├── cube_frequency_expected_values
│   │   │   │   │   ├── cube_frequency.FCStd
│   │   │   │   │   ├── cube_frequency.frd
│   │   │   │   │   ├── cube_frequency.inp
│   │   │   │   │   ├── cube_static.dat
│   │   │   │   │   ├── cube_static_expected_values
│   │   │   │   │   ├── cube_static.FCStd
│   │   │   │   │   ├── cube_static.frd
│   │   │   │   │   ├── cube_static.inp
│   │   │   │   │   ├── Flow1D_thermomech.dat
│   │   │   │   │   ├── Flow1D_thermomech_expected_values
│   │   │   │   │   ├── Flow1D_thermomech.FCStd
│   │   │   │   │   ├── Flow1D_thermomech.frd
│   │   │   │   │   ├── Flow1D_thermomech_inout_nodes.txt
│   │   │   │   │   ├── Flow1D_thermomech.inp
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── mat_multiple.inp
│   │   │   │   │   ├── mat_nonlinear.inp
│   │   │   │   │   ├── spine_thermomech.dat
│   │   │   │   │   ├── spine_thermomech_expected_values
│   │   │   │   │   ├── spine_thermomech.FCStd
│   │   │   │   │   ├── spine_thermomech.frd
│   │   │   │   │   ├── spine_thermomech.inp
│   │   │   │   │   └── thermomech_bimetall.inp
│   │   │   │   ├── elmer
│   │   │   │   │   ├── case.sif
│   │   │   │   │   ├── ELMERSOLVER_STARTINFO
│   │   │   │   │   ├── group_mesh.geo
│   │   │   │   │   └── __init__.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── mesh
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── tetra10_mesh.inp
│   │   │   │   │   ├── tetra10_mesh.unv
│   │   │   │   │   ├── tetra10_mesh.vtk
│   │   │   │   │   ├── tetra10_mesh.yml
│   │   │   │   │   └── tetra10_mesh.z88
│   │   │   │   └── open
│   │   │   │       ├── all_objects_de9b3fb438.FCStd
│   │   │   │       └── __init__.py
│   │   │   ├── gui
│   │   │   │   ├── __init__.py
│   │   │   │   └── test_open.py
│   │   │   ├── __init__.py
│   │   │   ├── test_commands.sh
│   │   │   └── test_information.md
│   │   ├── femtools
│   │   │   ├── ccxtools.py
│   │   │   ├── checksanalysis.py
│   │   │   ├── constants.py
│   │   │   ├── errors.py
│   │   │   ├── femutils.py
│   │   │   ├── geomtools.py
│   │   │   ├── __init__.py
│   │   │   ├── membertools.py
│   │   │   ├── migrate_app.py
│   │   │   └── tokrules.py
│   │   ├── femviewprovider
│   │   │   ├── __init__.py
│   │   │   ├── view_base_femconstraint.py
│   │   │   ├── view_base_femobject.py
│   │   │   ├── view_constraint_bodyheatsource.py
│   │   │   ├── view_constraint_electrostaticpotential.py
│   │   │   ├── view_constraint_flowvelocity.py
│   │   │   ├── view_constraint_initialflowvelocity.py
│   │   │   ├── view_constraint_selfweight.py
│   │   │   ├── view_constraint_tie.py
│   │   │   ├── view_element_fluid1D.py
│   │   │   ├── view_element_geometry1D.py
│   │   │   ├── view_element_geometry2D.py
│   │   │   ├── view_element_rotation1D.py
│   │   │   ├── view_material_common.py
│   │   │   ├── view_material_mechanicalnonlinear.py
│   │   │   ├── view_material_reinforced.py
│   │   │   ├── view_mesh_boundarylayer.py
│   │   │   ├── view_mesh_gmsh.py
│   │   │   ├── view_mesh_group.py
│   │   │   ├── view_mesh_region.py
│   │   │   ├── view_mesh_result.py
│   │   │   ├── view_result_mechanical.py
│   │   │   └── view_solver_ccxtools.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── ObjectsFem.py
│   │   ├── Resources
│   │   │   └── ui
│   │   │       ├── ConstraintTie.ui
│   │   │       ├── ElectrostaticPotential.ui
│   │   │       ├── ElementFluid1D.ui
│   │   │       ├── ElementGeometry1D.ui
│   │   │       ├── ElementGeometry2D.ui
│   │   │       ├── ElementRotation1D.ui
│   │   │       ├── FlowVelocity.ui
│   │   │       ├── InitialFlowVelocity.ui
│   │   │       ├── MaterialReinforcement.ui
│   │   │       ├── Material.ui
│   │   │       ├── MeshBoundaryLayer.ui
│   │   │       ├── MeshGmsh.ui
│   │   │       ├── MeshGroup.ui
│   │   │       ├── MeshGroupXDMFExport.ui
│   │   │       ├── MeshRegion.ui
│   │   │       ├── ResultHints.ui
│   │   │       ├── ResultShow.ui
│   │   │       └── SolverCalculix.ui
│   │   ├── TestFemApp.py
│   │   └── TestFemGui.py
│   ├── Idf
│   │   ├── Idflibs
│   │   │   ├── 0603_SMD.stp
│   │   │   ├── 0805_SMD.stp
│   │   │   ├── 1206_SMD.stp
│   │   │   ├── 1210_SMD.stp
│   │   │   ├── 1812_SMD.stp
│   │   │   ├── 2225_SMD.stp
│   │   │   ├── 2512_SMD.stp
│   │   │   ├── CAP_50SGV_8_10.stp
│   │   │   ├── EPL22_6_16.stp
│   │   │   ├── footprints_models.csv
│   │   │   ├── I22_2_5_16.stp
│   │   │   ├── I22_2_5_16withEPL22_6_16.stp
│   │   │   ├── License.txt
│   │   │   ├── MSOP_10.stp
│   │   │   ├── RLF_12545.igs
│   │   │   ├── RLF_12545.stp
│   │   │   ├── RLF_7030.stp
│   │   │   ├── SMB_DO_214AA.stp
│   │   │   ├── SMC_DO_214AB.stp
│   │   │   ├── SOD_323.igs
│   │   │   ├── SOD_323.stp
│   │   │   ├── SOD_523.stp
│   │   │   ├── SOT23.igs
│   │   │   ├── SOT23.stp
│   │   │   ├── SOT_323_3.stp
│   │   │   ├── SOT404.igs
│   │   │   ├── SOT404.stp
│   │   │   ├── SOT428_DPAK.stp
│   │   │   ├── SOT_96.stp
│   │   │   ├── TCMT1107_4.stp
│   │   │   ├── TSM_103_01_L_DV_A.stp
│   │   │   ├── TSM_104_01_L_DV_A.stp
│   │   │   ├── TSS0P_8.stp
│   │   │   └── VC0603_SMD.stp
│   │   ├── Idf.py
│   │   └── Init.py
│   ├── Image
│   │   ├── ImageTools
│   │   │   ├── _CommandImageScaling.py
│   │   │   └── __init__.py
│   │   ├── InitGui.py
│   │   └── Init.py
│   ├── Import
│   │   ├── gzip_utf8.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   └── stepZ.py
│   ├── Inspection
│   │   ├── InitGui.py
│   │   └── Init.py
│   ├── Material
│   │   ├── importFCMat.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── MaterialEditor.py
│   │   ├── Material.py
│   │   ├── Material_rc.py
│   │   ├── materials-editor.ui
│   │   ├── materialtools
│   │   │   ├── cardutils.py
│   │   │   └── __init__.py
│   │   └── Templatematerial.yml
│   ├── Measure
│   │   └── Init.py
│   ├── Mesh
│   │   ├── BuildRegularGeoms.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   └── MeshTestsApp.py
│   ├── MeshPart
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   └── MeshFlatteningCommand.py
│   ├── OpenSCAD
│   │   ├── colorcodeshapes.py
│   │   ├── expandplacements.py
│   │   ├── exportCSG.py
│   │   ├── importCSG.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── OpenSCAD2Dgeom.py
│   │   ├── OpenSCADCommands.py
│   │   ├── OpenSCADFeatures.py
│   │   ├── OpenSCAD_rc.py
│   │   ├── OpenSCADUtils.py
│   │   ├── replaceobj.py
│   │   └── tokrules.py
│   ├── Part
│   │   ├── AttachmentEditor
│   │   │   ├── Commands.py
│   │   │   ├── FrozenClass.py
│   │   │   ├── __init__.py
│   │   │   ├── TaskAttachmentEditor.py
│   │   │   └── TaskAttachmentEditor.ui
│   │   ├── BasicShapes
│   │   │   ├── __init__.py
│   │   │   └── Shapes.py
│   │   ├── BOPTools
│   │   │   ├── GeneralFuseResult.py
│   │   │   ├── __init__.py
│   │   │   ├── JoinAPI.py
│   │   │   ├── JoinFeatures.py
│   │   │   ├── ShapeMerge.py
│   │   │   ├── SplitAPI.py
│   │   │   ├── SplitFeatures.py
│   │   │   └── Utils.py
│   │   ├── CompoundTools
│   │   │   ├── _CommandCompoundFilter.py
│   │   │   ├── _CommandExplodeCompound.py
│   │   │   ├── CompoundFilter.py
│   │   │   ├── Explode.py
│   │   │   └── __init__.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── JoinFeatures.py
│   │   ├── MakeBottle.py
│   │   ├── parttests
│   │   │   ├── __init__.py
│   │   │   └── part_test_objects.py
│   │   ├── TestPartApp.py
│   │   └── TestPartGui.py
│   ├── PartDesign
│   │   ├── fcgear
│   │   │   ├── fcgeardialog.py
│   │   │   ├── fcgear.py
│   │   │   ├── __init__.py
│   │   │   ├── involute.py
│   │   │   └── svggear.py
│   │   ├── fcsprocket
│   │   │   ├── fcsprocketdialog.py
│   │   │   ├── fcsprocket.py
│   │   │   ├── __init__.py
│   │   │   └── sprocket.py
│   │   ├── InitGui.py
│   │   ├── __init__.py
│   │   ├── Init.py
│   │   ├── InvoluteGearFeature.py
│   │   ├── InvoluteGearFeature.ui
│   │   ├── PartDesignTests
│   │   │   ├── __init__.py
│   │   │   ├── TestBoolean.py
│   │   │   ├── TestChamfer.py
│   │   │   ├── TestDatum.py
│   │   │   ├── TestDraft.py
│   │   │   ├── TestFillet.py
│   │   │   ├── TestHole.py
│   │   │   ├── TestLinearPattern.py
│   │   │   ├── TestLoft.py
│   │   │   ├── TestMirrored.py
│   │   │   ├── TestMultiTransform.py
│   │   │   ├── TestPad.py
│   │   │   ├── TestPipe.py
│   │   │   ├── TestPocket.py
│   │   │   ├── TestPolarPattern.py
│   │   │   ├── TestPrimitive.py
│   │   │   ├── TestRevolve.py
│   │   │   ├── TestShapeBinder.py
│   │   │   └── TestThickness.py
│   │   ├── Scripts
│   │   │   ├── DistanceBolt.py
│   │   │   ├── Epitrochoid.py
│   │   │   ├── FilletArc.py
│   │   │   ├── Gear.py
│   │   │   ├── __init__.py
│   │   │   ├── Parallelepiped.py
│   │   │   ├── RadialCopy.py
│   │   │   └── Spring.py
│   │   ├── SprocketFeature.py
│   │   ├── SprocketFeature.ui
│   │   ├── TestPartDesignApp.py
│   │   ├── TestPartDesignGui.py
│   │   └── WizardShaft
│   │       ├── __init__.py
│   │       ├── SegmentFunction.py
│   │       ├── ShaftDiagram.py
│   │       ├── ShaftFeature.py
│   │       ├── Shaft.py
│   │       ├── WizardShaft.py
│   │       ├── WizardShaft.svg
│   │       └── WizardShaftTable.py
│   ├── Path
│   │   ├── Images
│   │   │   ├── Ops
│   │   │   │   └── chamfer.svg
│   │   │   └── Tools
│   │   │       ├── drill.svg
│   │   │       ├── endmill.svg
│   │   │       └── v-bit.svg
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── PathCommands.py
│   │   ├── PathScripts
│   │   │   ├── __init__.py
│   │   │   ├── PathAdaptiveGui.py
│   │   │   ├── PathAdaptive.py
│   │   │   ├── PathAreaOp.py
│   │   │   ├── PathArray.py
│   │   │   ├── PathCircularHoleBaseGui.py
│   │   │   ├── PathCircularHoleBase.py
│   │   │   ├── PathCommands.py
│   │   │   ├── PathComment.py
│   │   │   ├── PathCopy.py
│   │   │   ├── PathCustomGui.py
│   │   │   ├── PathCustom.py
│   │   │   ├── PathDeburrGui.py
│   │   │   ├── PathDeburr.py
│   │   │   ├── PathDressupAxisMap.py
│   │   │   ├── PathDressupDogbone.py
│   │   │   ├── PathDressupDragknife.py
│   │   │   ├── PathDressupHoldingTags.py
│   │   │   ├── PathDressupLeadInOut.py
│   │   │   ├── PathDressupPathBoundaryGui.py
│   │   │   ├── PathDressupPathBoundary.py
│   │   │   ├── PathDressup.py
│   │   │   ├── PathDressupRampEntry.py
│   │   │   ├── PathDressupTagGui.py
│   │   │   ├── PathDressupTagPreferences.py
│   │   │   ├── PathDressupTag.py
│   │   │   ├── PathDressupZCorrect.py
│   │   │   ├── PathDrillingGui.py
│   │   │   ├── PathDrilling.py
│   │   │   ├── PathEngraveBase.py
│   │   │   ├── PathEngraveGui.py
│   │   │   ├── PathEngrave.py
│   │   │   ├── PathFixture.py
│   │   │   ├── PathGeom.py
│   │   │   ├── PathGetPoint.py
│   │   │   ├── PathGuiInit.py
│   │   │   ├── PathGui.py
│   │   │   ├── PathHelixGui.py
│   │   │   ├── PathHelix.py
│   │   │   ├── PathHop.py
│   │   │   ├── PathIconViewProvider.py
│   │   │   ├── PathInspect.py
│   │   │   ├── PathJobCmd.py
│   │   │   ├── PathJobDlg.py
│   │   │   ├── PathJobGui.py
│   │   │   ├── PathJob.py
│   │   │   ├── PathLog.py
│   │   │   ├── PathMillFaceGui.py
│   │   │   ├── PathMillFace.py
│   │   │   ├── PathOpGui.py
│   │   │   ├── PathOp.py
│   │   │   ├── PathOpTools.py
│   │   │   ├── PathPocketBaseGui.py
│   │   │   ├── PathPocketBase.py
│   │   │   ├── PathPocketGui.py
│   │   │   ├── PathPocket.py
│   │   │   ├── PathPocketShapeGui.py
│   │   │   ├── PathPocketShape.py
│   │   │   ├── PathPostProcessor.py
│   │   │   ├── PathPost.py
│   │   │   ├── PathPreferencesPathDressup.py
│   │   │   ├── PathPreferencesPathJob.py
│   │   │   ├── PathPreferences.py
│   │   │   ├── PathProbeGui.py
│   │   │   ├── PathProbe.py
│   │   │   ├── PathProfileContourGui.py
│   │   │   ├── PathProfileContour.py
│   │   │   ├── PathProfileEdgesGui.py
│   │   │   ├── PathProfileEdges.py
│   │   │   ├── PathProfileFacesGui.py
│   │   │   ├── PathProfileFaces.py
│   │   │   ├── PathProfileGui.py
│   │   │   ├── PathProfile.py
│   │   │   ├── PathSanity.py
│   │   │   ├── PathSelection.py
│   │   │   ├── PathSetupSheetGui.py
│   │   │   ├── PathSetupSheetOpPrototypeGui.py
│   │   │   ├── PathSetupSheetOpPrototype.py
│   │   │   ├── PathSetupSheet.py
│   │   │   ├── PathSimpleCopy.py
│   │   │   ├── PathSimulatorGui.py
│   │   │   ├── PathSlotGui.py
│   │   │   ├── PathSlot.py
│   │   │   ├── PathStock.py
│   │   │   ├── PathStop.py
│   │   │   ├── PathSurfaceGui.py
│   │   │   ├── PathSurface.py
│   │   │   ├── PathSurfaceSupport.py
│   │   │   ├── PathToolBitCmd.py
│   │   │   ├── PathToolBitEdit.py
│   │   │   ├── PathToolBitGui.py
│   │   │   ├── PathToolBitLibraryCmd.py
│   │   │   ├── PathToolBitLibraryGui.py
│   │   │   ├── PathToolBit.py
│   │   │   ├── PathToolControllerGui.py
│   │   │   ├── PathToolController.py
│   │   │   ├── PathToolEdit.py
│   │   │   ├── PathToolLibraryEditor.py
│   │   │   ├── PathToolLibraryManager.py
│   │   │   ├── PathUtil.py
│   │   │   ├── PathUtilsGui.py
│   │   │   ├── PathUtils.py
│   │   │   ├── PathWaterlineGui.py
│   │   │   ├── PathWaterline.py
│   │   │   ├── post
│   │   │   │   ├── centroid_post.py
│   │   │   │   ├── comparams_post.py
│   │   │   │   ├── dynapath_post.py
│   │   │   │   ├── example_pre.py
│   │   │   │   ├── gcode_pre.py
│   │   │   │   ├── grbl_post.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── jtech_post.py
│   │   │   │   ├── linuxcnc_post.py
│   │   │   │   ├── mach3_mach4_post.py
│   │   │   │   ├── opensbp_post.py
│   │   │   │   ├── opensbp_pre.py
│   │   │   │   ├── philips_post.py
│   │   │   │   ├── rml_post.py
│   │   │   │   ├── slic3r_pre.py
│   │   │   │   └── smoothie_post.py
│   │   │   └── PostUtils.py
│   │   ├── PathTests
│   │   │   ├── boxtest.fcstd
│   │   │   ├── __init__.py
│   │   │   ├── PathTestUtils.py
│   │   │   ├── test_centroid_00.ngc
│   │   │   ├── test_geomop.fcstd
│   │   │   ├── test_holes00.fcstd
│   │   │   ├── test_linuxcnc_00.ngc
│   │   │   ├── TestPathCore.py
│   │   │   ├── TestPathDeburr.py
│   │   │   ├── TestPathDepthParams.py
│   │   │   ├── TestPathDressupDogbone.py
│   │   │   ├── TestPathDressupHoldingTags.py
│   │   │   ├── TestPathGeom.py
│   │   │   ├── TestPathHelix.py
│   │   │   ├── TestPathLog.py
│   │   │   ├── TestPathOpTools.py
│   │   │   ├── TestPathPost.py
│   │   │   ├── TestPathPreferences.py
│   │   │   ├── TestPathSetupSheet.py
│   │   │   ├── TestPathStock.py
│   │   │   ├── TestPathToolBit.py
│   │   │   ├── TestPathToolController.py
│   │   │   ├── TestPathTool.py
│   │   │   ├── TestPathTooltable.py
│   │   │   └── TestPathUtil.py
│   │   ├── TestPathApp.py
│   │   └── Tools
│   │       ├── Bit
│   │       │   ├── t1.fctb
│   │       │   ├── t2.fctb
│   │       │   ├── t3.fctb
│   │       │   ├── t4.fctb
│   │       │   ├── t5.fctb
│   │       │   ├── t6.fctb
│   │       │   ├── t7.fctb
│   │       │   ├── t8.fctb
│   │       │   └── t9.fctb
│   │       ├── Library
│   │       │   └── endmills.fctl
│   │       └── Shape
│   │           ├── ballend.fcstd
│   │           ├── bullnose.fcstd
│   │           ├── drill.fcstd
│   │           ├── endmill.fcstd
│   │           └── v-bit.fcstd
│   ├── Points
│   │   ├── InitGui.py
│   │   └── Init.py
│   ├── Raytracing
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   └── RaytracingExample.py
│   ├── ReverseEngineering
│   │   ├── InitGui.py
│   │   └── Init.py
│   ├── Robot
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── KukaExporter.py
│   │   ├── MovieTool.py
│   │   ├── RobotExample.py
│   │   └── RobotExampleTrajectoryOutOfShapes.py
│   ├── Show
│   │   ├── Containers.py
│   │   ├── DepGraphTools.py
│   │   ├── __init__.py
│   │   ├── mTempoVis.py
│   │   ├── SceneDetail.py
│   │   ├── SceneDetails
│   │   │   ├── Camera.py
│   │   │   ├── ClipPlane.py
│   │   │   ├── __init__.py
│   │   │   ├── ObjectClipPlane.py
│   │   │   ├── Pickability.py
│   │   │   ├── VProperty.py
│   │   │   └── Workbench.py
│   │   ├── ShowUtils.py
│   │   ├── TVObserver.py
│   │   └── TVStack.py
│   ├── Sketcher
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── ProfileLib
│   │   │   ├── Hexagon.py
│   │   │   ├── __init__.py
│   │   │   └── RegularPolygon.py
│   │   ├── Profiles.py
│   │   ├── SketcherExample.py
│   │   ├── TestSketcherApp.py
│   │   └── TestSketcherGui.py
│   ├── Spreadsheet
│   │   ├── importXLSX.py
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   └── TestSpreadsheet.py
│   ├── Start
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   └── StartPage
│   │       ├── __init__.py
│   │       ├── StartPage.py
│   │       └── TranslationTexts.py
│   ├── Surface
│   │   ├── InitGui.py
│   │   └── Init.py
│   ├── TechDraw
│   │   ├── InitGui.py
│   │   ├── Init.py
│   │   ├── TDTest
│   │   │   ├── DHatchTest.py
│   │   │   ├── DProjGroupTest.py
│   │   │   ├── DVAnnoSymImageTest.py
│   │   │   ├── DVBalloonTest.py
│   │   │   ├── DVDimensionTest.py
│   │   │   ├── DVPartTest.py
│   │   │   ├── DVSectionTest.py
│   │   │   ├── __init__.py
│   │   │   ├── TestHatch.svg
│   │   │   ├── TestImage.png
│   │   │   ├── TestSymbol.svg
│   │   │   └── TestTemplate.svg
│   │   └── TestTechDrawApp.py
│   ├── Test
│   │   ├── BaseTests.py
│   │   ├── Document.py
│   │   ├── InitGui.py
│   │   ├── __init__.py
│   │   ├── Init.py
│   │   ├── Menu.py
│   │   ├── qtunittest.py
│   │   ├── TestApp.py
│   │   ├── TestGui.py
│   │   ├── testmakeWireString.py
│   │   ├── TestPythonSyntax.py
│   │   ├── UnicodeTests.py
│   │   ├── unittestgui.py
│   │   ├── UnitTests.py
│   │   └── Workbench.py
│   ├── Tux
│   │   ├── InitGui.py
│   │   ├── NavigationIndicatorGui.py
│   │   ├── PersistentToolbarsGui.py
│   │   ├── PersistentToolbars.py
│   │   └── Tux_rc.py
│   └── Web
│       ├── InitGui.py
│       ├── Init.py
│       └── TestWebGui.py
└── share
    ├── 3Dconnexion
    │   └── 3DConnexion.xml
    ├── applications
    │   └── org.freecadweb.FreeCAD.desktop
    ├── doc
    │   └── FreeCAD
    │       ├── freecad.qch
    │       ├── freecad.qhc
    │       └── ThirdPartyLibraries.html
    ├── examples
    │   ├── ArchDetail.FCStd
    │   ├── draft_test_objects.FCStd
    │   ├── EngineBlock.FCStd
    │   ├── FemCalculixCantilever2D.FCStd
    │   ├── FemCalculixCantilever3D.FCStd
    │   ├── FemCalculixCantilever3D_newSolver.FCStd
    │   ├── PartDesignExample.FCStd
    │   ├── RobotExample.FCStd
    │   └── Schenkel.stp
    ├── Gui
    │   └── Stylesheets
    │       ├── Dark-blue.qss
    │       ├── Dark-contrast.qss
    │       ├── Darker-blue.qss
    │       ├── Darker-green.qss
    │       ├── Darker-orange.qss
    │       ├── Dark-green.qss
    │       ├── Dark-orange.qss
    │       ├── images_dark-light
    │       │   ├── background_freecad_dark.svg
    │       │   ├── background_freecad_light.svg
    │       │   ├── background_freecad.svg
    │       │   ├── branch_end_closed_dark.svg
    │       │   ├── branch_end_closed_light.svg
    │       │   ├── branch_end_dark.svg
    │       │   ├── branch_end_light.svg
    │       │   ├── branch_end_open_dark.svg
    │       │   ├── branch_end_open_light.svg
    │       │   ├── branch_more_closed_dark.svg
    │       │   ├── branch_more_closed_light.svg
    │       │   ├── branch_more_dark.svg
    │       │   ├── branch_more_light.svg
    │       │   ├── branch_more_open_dark.svg
    │       │   ├── branch_more_open_light.svg
    │       │   ├── branch_vline_dark.svg
    │       │   ├── branch_vline_light.svg
    │       │   ├── checkbox_indeterminate_light.svg
    │       │   ├── checkbox_light.svg
    │       │   ├── close_dark.svg
    │       │   ├── close_light.svg
    │       │   ├── down_arrow_darker.svg
    │       │   ├── down_arrow_dark.svg
    │       │   ├── down_arrow_disabled_dark.svg
    │       │   ├── down_arrow_disabled_light.svg
    │       │   ├── down_arrow_lighter.svg
    │       │   ├── down_arrow_light.svg
    │       │   ├── Hmovetoolbar_dark.svg
    │       │   ├── Hmovetoolbar_light.svg
    │       │   ├── Hsepartoolbar_dark.svg
    │       │   ├── Hsepartoolbar_light.svg
    │       │   ├── left_arrow_darker.svg
    │       │   ├── left_arrow_dark.svg
    │       │   ├── left_arrow_disabled_dark.svg
    │       │   ├── left_arrow_disabled_light.svg
    │       │   ├── left_arrow_lighter.svg
    │       │   ├── left_arrow_light.svg
    │       │   ├── more_dark.svg
    │       │   ├── more_light.svg
    │       │   ├── radiobutton_dark.svg
    │       │   ├── radiobutton_light.svg
    │       │   ├── right_arrow_darker.svg
    │       │   ├── right_arrow_dark.svg
    │       │   ├── right_arrow_disabled_dark.svg
    │       │   ├── right_arrow_disabled_light.svg
    │       │   ├── right_arrow_lighter.svg
    │       │   ├── right_arrow_light.svg
    │       │   ├── sizegrip_dark.svg
    │       │   ├── sizegrip_light.svg
    │       │   ├── splitter_horizontal_dark.svg
    │       │   ├── splitter_horizontal_light.svg
    │       │   ├── splitter_vertical_dark.svg
    │       │   ├── splitter_vertical_light.svg
    │       │   ├── transparent.svg
    │       │   ├── undock_dark.svg
    │       │   ├── undock_light.svg
    │       │   ├── up_arrow_darker.svg
    │       │   ├── up_arrow_dark.svg
    │       │   ├── up_arrow_disabled_dark.svg
    │       │   ├── up_arrow_disabled_light.svg
    │       │   ├── up_arrow_lighter.svg
    │       │   ├── up_arrow_light.svg
    │       │   ├── up-down_arrow_darker.svg
    │       │   ├── up-down_arrow_dark.svg
    │       │   ├── up-down_arrow_disabled_dark.svg
    │       │   ├── up-down_arrow_disabled_light.svg
    │       │   ├── up-down_arrow_lighter.svg
    │       │   ├── up-down_arrow_light.svg
    │       │   ├── Vmovetoolbar_dark.svg
    │       │   ├── Vmovetoolbar_light.svg
    │       │   ├── Vsepartoolbar_dark.svg
    │       │   └── Vsepartoolbar_light.svg
    │       ├── Light-blue.qss
    │       ├── Light-green.qss
    │       └── Light-orange.qss
    ├── icons
    │   └── hicolor
    │       ├── 16x16
    │       │   └── apps
    │       │       └── freecad.png
    │       ├── 32x32
    │       │   └── apps
    │       │       └── freecad.png
    │       ├── 48x48
    │       │   └── apps
    │       │       └── freecad.png
    │       ├── 64x64
    │       │   └── apps
    │       │       └── freecad.png
    │       └── scalable
    │           ├── apps
    │           │   ├── freecad.svg
    │           │   └── org.freecadweb.FreeCAD.svg
    │           └── mimetypes
    │               └── application-x-extension-fcstd.svg
    ├── License.txt
    ├── metainfo
    │   └── org.freecadweb.FreeCAD.appdata.xml
    ├── mime
    │   └── packages
    │       └── org.freecadweb.FreeCAD.xml
    ├── Mod
    │   ├── Arch
    │   │   ├── Presets
    │   │   │   ├── ifc_contexts_IFC2X3.json
    │   │   │   ├── ifc_contexts_IFC4.json
    │   │   │   ├── ifc_products_IFC2X3.json
    │   │   │   ├── ifc_products_IFC4.json
    │   │   │   ├── ifc_types_IFC2X3.json
    │   │   │   ├── ifc_types_IFC4.json
    │   │   │   ├── profiles.csv
    │   │   │   └── pset_definitions.csv
    │   │   └── Resources
    │   │       └── icons
    │   │           └── ArchWorkbench.svg
    │   ├── Complete
    │   │   └── Resources
    │   │       └── icons
    │   │           └── CompleteWorkbench.svg
    │   ├── Draft
    │   │   └── Resources
    │   │       └── icons
    │   │           └── DraftWorkbench.svg
    │   ├── Drawing
    │   │   ├── Resources
    │   │   │   └── icons
    │   │   │       └── DrawingWorkbench.svg
    │   │   └── Templates
    │   │       ├── A0_Landscape_ISO7200.dxf
    │   │       ├── A0_Landscape_ISO7200.svg
    │   │       ├── A0_Landscape_plain.dxf
    │   │       ├── A0_Landscape_plain.svg
    │   │       ├── A0_Portrait_plain.dxf
    │   │       ├── A0_Portrait_plain.svg
    │   │       ├── A1_Landscape_ISO7200.dxf
    │   │       ├── A1_Landscape_ISO7200.svg
    │   │       ├── A1_Landscape_plain.dxf
    │   │       ├── A1_Landscape_plain.svg
    │   │       ├── A1_Portrait_plain.dxf
    │   │       ├── A1_Portrait_plain.svg
    │   │       ├── A2_Landscape_ISO7200.dxf
    │   │       ├── A2_Landscape_ISO7200.svg
    │   │       ├── A2_Landscape_plain.dxf
    │   │       ├── A2_Landscape_plain.svg
    │   │       ├── A2_Portrait_plain.dxf
    │   │       ├── A2_Portrait_plain.svg
    │   │       ├── A3_Landscape.dxf
    │   │       ├── A3_Landscape_ISO7200.dxf
    │   │       ├── A3_Landscape_ISO7200.svg
    │   │       ├── A3_Landscape_plain.dxf
    │   │       ├── A3_Landscape_plain.svg
    │   │       ├── A3_Landscape.svg
    │   │       ├── A3_Portrait_plain.dxf
    │   │       ├── A3_Portrait_plain.svg
    │   │       ├── A4_Landscape.dxf
    │   │       ├── A4_Landscape_ISO7200.dxf
    │   │       ├── A4_Landscape_ISO7200.svg
    │   │       ├── A4_Landscape_plain.dxf
    │   │       ├── A4_Landscape_plain.svg
    │   │       ├── A4_Landscape.svg
    │   │       ├── A4_Portrait_ISO7200.dxf
    │   │       ├── A4_Portrait_ISO7200.svg
    │   │       ├── A4_Portrait_plain.dxf
    │   │       └── A4_Portrait_plain.svg
    │   ├── Fem
    │   │   └── Resources
    │   │       └── icons
    │   │           └── FemWorkbench.svg
    │   ├── Image
    │   │   └── Resources
    │   │       └── icons
    │   │           └── ImageWorkbench.svg
    │   ├── Import
    │   │   └── DxfPlate
    │   │       ├── blocks10.rub
    │   │       ├── blocks112.rub
    │   │       ├── blocks114.rub
    │   │       ├── classes14.rub
    │   │       ├── entities0.rub
    │   │       ├── entities12.rub
    │   │       ├── entities14.rub
    │   │       ├── header0.rub
    │   │       ├── header12.rub
    │   │       ├── header14.rub
    │   │       ├── objects14.rub
    │   │       ├── tables10.rub
    │   │       ├── tables112.rub
    │   │       ├── tables114.rub
    │   │       ├── tables20.rub
    │   │       ├── tables212.rub
    │   │       └── tables214.rub
    │   ├── Inspection
    │   │   └── Resources
    │   │       └── icons
    │   │           └── InspectionWorkbench.svg
    │   ├── Material
    │   │   ├── FluidMaterial
    │   │   │   ├── Air.FCMat
    │   │   │   ├── None.FCMat
    │   │   │   └── Water.FCMat
    │   │   └── StandardMaterial
    │   │       ├── ABS-Generic.FCMat
    │   │       ├── Acrylic-Glass-Generic.FCMat
    │   │       ├── AlMg3F24.FCMat
    │   │       ├── AlMgSi1F31.FCMat
    │   │       ├── Aluminum-6061-T6.FCMat
    │   │       ├── AlZn4-5Mg1F35.FCMat
    │   │       ├── CalculiX-Steel.FCMat
    │   │       ├── Concrete-EN-C35_45.FCMat
    │   │       ├── Concrete-Generic.FCMat
    │   │       ├── Glass-E-GlassFibre.FCMat
    │   │       ├── Glass-Generic.FCMat
    │   │       ├── Glass-S2-GlassFibre.FCMat
    │   │       ├── None.FCMat
    │   │       ├── PA6-Generic.FCMat
    │   │       ├── PET-Generic.FCMat
    │   │       ├── PLA-Generic.FCMat
    │   │       ├── PP-Generic.FCMat
    │   │       ├── PTFE-Generic.FCMat
    │   │       ├── PVC-Generic.FCMat
    │   │       ├── Reinforcement-FIB-B500.FCMat
    │   │       ├── Steel-15CrNi6.FCMat
    │   │       ├── Steel-17CrNiMo6.FCMat
    │   │       ├── Steel-1C22.FCMat
    │   │       ├── Steel-1C35.FCMat
    │   │       ├── Steel-1C45.FCMat
    │   │       ├── Steel-1C60.FCMat
    │   │       ├── Steel-20NiCrMo2.FCMat
    │   │       ├── Steel-28Mn6.FCMat
    │   │       ├── Steel-2C10.FCMat
    │   │       ├── Steel-30CrNiMo8.FCMat
    │   │       ├── Steel-34CrNiMo6.FCMat
    │   │       ├── Steel-36CrNiMo4.FCMat
    │   │       ├── Steel-36NiCrMo16.FCMat
    │   │       ├── Steel-3C15.FCMat
    │   │       ├── Steel-3C22.FCMat
    │   │       ├── Steel-3C35.FCMat
    │   │       ├── Steel-3V45.FCMat
    │   │       ├── Steel-C10.FCMat
    │   │       ├── Steel-C15.FCMat
    │   │       ├── Steel-C22E.FCMat
    │   │       ├── Steel-C25E.FCMat
    │   │       ├── Steel-C30E.FCMat
    │   │       ├── Steel-C40E.FCMat
    │   │       ├── Steel-C50E.FCMat
    │   │       ├── Steel-C55E.FCMat
    │   │       ├── Steel-C60E.FCMat
    │   │       ├── Steel-E295.FCMat
    │   │       ├── Steel-E295-GC.FCMat
    │   │       ├── Steel-E335.FCMat
    │   │       ├── Steel-E335-GC.FCMat
    │   │       ├── Steel-E360.FCMat
    │   │       ├── Steel-E360-GC.FCMat
    │   │       ├── Steel-EN-GJL-100.FCMat
    │   │       ├── Steel-EN-GJL-150.FCMat
    │   │       ├── Steel-EN-GJL-200.FCMat
    │   │       ├── Steel-EN-GJL-250.FCMat
    │   │       ├── Steel-EN-GJL-300.FCMat
    │   │       ├── Steel-EN-GJL-350.FCMat
    │   │       ├── Steel-EN-GJMB-350-10.FCMat
    │   │       ├── Steel-EN-GJMB-550-4.FCMat
    │   │       ├── Steel-EN-GJMB-650-2.FCMat
    │   │       ├── Steel-EN-GJMW-350-4.FCMat
    │   │       ├── Steel-EN-GJMW-360-12.FCMat
    │   │       ├── Steel-EN-GJMW-400-5.FCMat
    │   │       ├── Steel-EN-GJMW-450-7.FCMat
    │   │       ├── Steel-EN-GJS-400-15.FCMat
    │   │       ├── Steel-EN-GJS-500-7.FCMat
    │   │       ├── Steel-EN-GJS-600-3.FCMat
    │   │       ├── Steel-EN-GJS-700-2.FCMat
    │   │       ├── Steel-EN-GJS-800-1.FCMat
    │   │       ├── Steel-G16Mn5.FCMat
    │   │       ├── Steel-G200.FCMat
    │   │       ├── Steel-G20Mn5.FCMat
    │   │       ├── Steel-G230.FCMat
    │   │       ├── Steel-G260.FCMat
    │   │       ├── Steel-G300.FCMat
    │   │       ├── Steel-G30Mn5.FCMat
    │   │       ├── Steel-Generic.FCMat
    │   │       ├── Steel-S185.FCMat
    │   │       ├── Steel-S235JO.FCMat
    │   │       ├── Steel-S235JR.FCMat
    │   │       ├── Steel-S235JRG1.FCMat
    │   │       ├── Steel-S260NC.FCMat
    │   │       ├── Steel-S275JO.FCMat
    │   │       ├── Steel-S275JR.FCMat
    │   │       ├── Steel-S275N.FCMat
    │   │       ├── Steel-S335JO.FCMat
    │   │       ├── Steel-S335JR.FCMat
    │   │       ├── Steel-S335N.FCMat
    │   │       ├── Steel-S340MC.FCMat
    │   │       ├── Steel-S355J2G3.FCMat
    │   │       ├── Steel-S380MC.FCMat
    │   │       ├── Steel-S420MC.FCMat
    │   │       ├── Steel-S420N.FCMat
    │   │       ├── Steel-S460MC.FCMat
    │   │       ├── Steel-S460N.FCMat
    │   │       ├── Steel-S500MC.FCMat
    │   │       ├── Steel-S550MC.FCMat
    │   │       ├── Steel-S690MC.FCMat
    │   │       ├── Steel-St-37-2K.FCMat
    │   │       ├── Steel-St-E-255.FCMat
    │   │       ├── Steel-St-E-315.FCMat
    │   │       ├── Steel-St-E-380.FCMat
    │   │       ├── Steel-St-E-460.FCMat
    │   │       ├── Steel-St-E-500.FCMat
    │   │       ├── Steel-X2CrNiMoN17-13-3.FCMat
    │   │       ├── Steel-X2CrNiN24-4.FCMat
    │   │       ├── Steel-X39CrMo17-1.FCMat
    │   │       ├── Steel-X3CrNiMo13-14.FCMat
    │   │       ├── Steel-X5CrNi18-10.FCMat
    │   │       ├── Steel-X5CrNiMo17-12-2.FCMat
    │   │       ├── Steel-X6CrNiTi18-10.FCMat
    │   │       ├── TEMPLATE.FCMat
    │   │       ├── Tools
    │   │       └── Wood-Generic.FCMat
    │   ├── Mesh
    │   │   └── Resources
    │   │       └── icons
    │   │           └── MeshWorkbench.svg
    │   ├── OpenSCAD
    │   │   └── Resources
    │   │       └── icons
    │   │           └── OpenSCADWorkbench.svg
    │   ├── Part
    │   │   └── Resources
    │   │       └── icons
    │   │           └── PartWorkbench.svg
    │   ├── PartDesign
    │   │   └── Resources
    │   │       └── icons
    │   │           └── PartDesignWorkbench.svg
    │   ├── Path
    │   │   └── Resources
    │   │       └── icons
    │   │           └── PathWorkbench.svg
    │   ├── Points
    │   │   └── Resources
    │   │       └── icons
    │   │           └── PointsWorkbench.svg
    │   ├── Raytracing
    │   │   ├── Resources
    │   │   │   └── icons
    │   │   │       └── RaytracingWorkbench.svg
    │   │   └── Templates
    │   │       ├── LuxClassic.lxs
    │   │       ├── LuxOutdoor.lxs
    │   │       ├── ProjectStd.pov
    │   │       ├── RadiosityNormal.pov
    │   │       └── RadiosityOutdoorHQ.pov
    │   ├── ReverseEngineering
    │   │   └── Resources
    │   │       └── icons
    │   │           └── ReverseEngineeringWorkbench.svg
    │   ├── Robot
    │   │   ├── Lib
    │   │   │   └── Kuka
    │   │   │       ├── kr125_3.wrl
    │   │   │       ├── kr_125.csv
    │   │   │       ├── kr_16.csv
    │   │   │       ├── kr16.wrl
    │   │   │       ├── kr_210_2.csv
    │   │   │       ├── kr210.WRL
    │   │   │       ├── kr500_1.csv
    │   │   │       ├── kr500_1.wrl
    │   │   │       ├── testprog.dat
    │   │   │       └── testprog.src
    │   │   └── Resources
    │   │       └── icons
    │   │           └── RobotWorkbench.svg
    │   ├── Sketcher
    │   │   └── Resources
    │   │       └── icons
    │   │           └── SketcherWorkbench.svg
    │   ├── Spreadsheet
    │   │   └── Resources
    │   │       └── icons
    │   │           └── SpreadsheetWorkbench.svg
    │   ├── Start
    │   │   ├── Resources
    │   │   │   └── icons
    │   │   │       └── StartWorkbench.svg
    │   │   └── StartPage
    │   │       ├── EnableDownload.py
    │   │       ├── images
    │   │       │   ├── developerhub.png
    │   │       │   ├── freecad.png
    │   │       │   ├── installed.png
    │   │       │   ├── manual.png
    │   │       │   ├── new_file_thumbnail.svg
    │   │       │   ├── poweruserhub.png
    │   │       │   ├── settings.png
    │   │       │   └── userhub.png
    │   │       ├── LoadCustom.py
    │   │       ├── LoadExample.py
    │   │       ├── LoadMRU.py
    │   │       ├── LoadNew.py
    │   │       ├── OpenSettings.py
    │   │       ├── StartPage.css
    │   │       ├── StartPage.html
    │   │       └── StartPage.js
    │   ├── TechDraw
    │   │   ├── LineGroup
    │   │   │   └── LineGroup.csv
    │   │   ├── PAT
    │   │   │   └── FCPAT.pat
    │   │   ├── Patterns
    │   │   │   ├── aluminium.svg
    │   │   │   ├── brick01.svg
    │   │   │   ├── concrete.svg
    │   │   │   ├── cross.svg
    │   │   │   ├── cuprous.svg
    │   │   │   ├── diagonal1.svg
    │   │   │   ├── diagonal2.svg
    │   │   │   ├── earth.svg
    │   │   │   ├── general_steel.svg
    │   │   │   ├── glass.svg
    │   │   │   ├── hatch45L.svg
    │   │   │   ├── hatch45R.svg
    │   │   │   ├── hbone.svg
    │   │   │   ├── line.svg
    │   │   │   ├── plastic.svg
    │   │   │   ├── plus.svg
    │   │   │   ├── simple.svg
    │   │   │   ├── solid.svg
    │   │   │   ├── square.svg
    │   │   │   ├── steel.svg
    │   │   │   ├── titanium.svg
    │   │   │   ├── woodgrain.svg
    │   │   │   ├── wood.svg
    │   │   │   └── zinc.svg
    │   │   ├── Resources
    │   │   │   ├── fonts
    │   │   │   │   ├── osifont-lgpl3fe.ttf
    │   │   │   │   └── osifont.license
    │   │   │   └── icons
    │   │   │       └── preferences-techdraw.svg
    │   │   ├── Symbols
    │   │   │   ├── gd-and-t
    │   │   │   │   ├── angularity-left.svg
    │   │   │   │   ├── angularity-right.svg
    │   │   │   │   ├── ConcentricityFrame.svg
    │   │   │   │   ├── concentricity.svg
    │   │   │   │   ├── CylindricityFrame.svg
    │   │   │   │   ├── cylindricity.svg
    │   │   │   │   ├── FlatnessFrame.svg
    │   │   │   │   ├── flatness.svg
    │   │   │   │   ├── ParallelismFrame.svg
    │   │   │   │   ├── parallelism.svg
    │   │   │   │   ├── perpendicularity.svg
    │   │   │   │   ├── position.svg
    │   │   │   │   ├── profile-tolerance-of-line.svg
    │   │   │   │   ├── profile-tolerance-of-plane.svg
    │   │   │   │   ├── ReferenceSurface.svg
    │   │   │   │   ├── RoundnessFrame.svg
    │   │   │   │   ├── roundness.svg
    │   │   │   │   ├── SquarenessFrame.svg
    │   │   │   │   ├── symmetry.svg
    │   │   │   │   └── totalrunout.svg
    │   │   │   ├── other
    │   │   │   │   ├── CutLine.svg
    │   │   │   │   ├── Diameter.svg
    │   │   │   │   ├── Envelope.svg
    │   │   │   │   ├── FilletInside.svg
    │   │   │   │   ├── FilletOutside.svg
    │   │   │   │   ├── IndexCircle.svg
    │   │   │   │   ├── IndexTriangle.svg
    │   │   │   │   ├── InsideEdgeBroken.svg
    │   │   │   │   ├── OutsideEdgeBroken.svg
    │   │   │   │   ├── Rectangle.svg
    │   │   │   │   ├── SectionLine.svg
    │   │   │   │   └── Square.svg
    │   │   │   ├── surface-roughness-symbols
    │   │   │   │   ├── RoughnessGeneral.svg
    │   │   │   │   ├── Roughness.svg
    │   │   │   │   ├── surface-roughness-contour.svg
    │   │   │   │   ├── surface-roughness-layer-removing.svg
    │   │   │   │   ├── surface-roughness-no-layer-removing.svg
    │   │   │   │   └── surface-roughness.svg
    │   │   │   └── Welding
    │   │   │       ├── AWS
    │   │   │       │   ├── beadDown.svg
    │   │   │       │   ├── beadUp.svg
    │   │   │       │   ├── filletDown.svg
    │   │   │       │   ├── filletUp.svg
    │   │   │       │   ├── plug.svg
    │   │   │       │   ├── SquareDown.svg
    │   │   │       │   ├── SquareUp.svg
    │   │   │       │   ├── VDown.svg
    │   │   │       │   └── VUp.svg
    │   │   │       ├── blankTile.svg
    │   │   │       └── GOST
    │   │   │           ├── edge-weld.svg
    │   │   │           ├── flanging.svg
    │   │   │           ├── flare-bevel-groove.svg
    │   │   │           ├── flare-v-groove.svg
    │   │   │           ├── gost-2_312
    │   │   │           │   ├── cathetus.svg
    │   │   │           │   ├── gost-2_312-intermittent.svg
    │   │   │           │   ├── gost-2_312-non-closed.svg
    │   │   │           │   ├── gost-2_312-site-weld.svg
    │   │   │           │   ├── gost-2_312-smooth-processing.svg
    │   │   │           │   └── gost-2_312-usilenie-remove.svg
    │   │   │           ├── seam-weld.svg
    │   │   │           ├── single-bevel-cjp-groove-weld.svg
    │   │   │           ├── single-bevel-groove-weld.svg
    │   │   │           ├── single-bevel-groove-weld-with-broad-root-face.svg
    │   │   │           ├── single-j-groove-weld.svg
    │   │   │           ├── single-u-groove-weld.svg
    │   │   │           ├── single-v-cjp-groove-weld.svg
    │   │   │           ├── single-v-groove-weld.svg
    │   │   │           ├── single-v-groove-weld-with-broad-root-face.svg
    │   │   │           ├── spile-weld.svg
    │   │   │           ├── square-groove-weld.svg
    │   │   │           └── surfacing.svg
    │   │   └── Templates
    │   │       ├── A0_Landscape_blank.svg
    │   │       ├── A0_Landscape_ISO7200_Pep.svg
    │   │       ├── A0_Landscape_ISO7200TD.svg
    │   │       ├── A1_Landscape_blank.svg
    │   │       ├── A1_Landscape_ISO7200_Pep.svg
    │   │       ├── A1_Landscape_ISO7200TD.svg
    │   │       ├── A2_Landscape_blank.svg
    │   │       ├── A2_Landscape_ISO7200_Pep.svg
    │   │       ├── A2_Landscape_ISO7200TD.svg
    │   │       ├── A3_Landscape_blank.svg
    │   │       ├── A3_Landscape_EN_m52.svg
    │   │       ├── A3_Landscape_FR_m52.svg
    │   │       ├── A3_Landscape_ISO7200_Pep.svg
    │   │       ├── A3_Landscape_ISO7200TD.svg
    │   │       ├── A3_Landscape_IT_m52.svg
    │   │       ├── A3_LandscapeTD.svg
    │   │       ├── A4_Landscape_blank.svg
    │   │       ├── A4_Landscape_ISO7200_Pep.svg
    │   │       ├── A4_Landscape_ISO7200TD.svg
    │   │       ├── A4_LandscapeTD.svg
    │   │       ├── A4_Portrait_blank.svg
    │   │       ├── A4_Portrait_ISO7200Pep.svg
    │   │       ├── A4_Portrait_ISO7200TD.svg
    │   │       ├── ANSIB_Portrait.svg
    │   │       ├── ANSIB.svg
    │   │       ├── HowToExample.svg
    │   │       ├── RU_GOST
    │   │       │   ├── Leading
    │   │       │   │   ├── Landscape_A0.svg
    │   │       │   │   ├── Landscape_A1.svg
    │   │       │   │   ├── Landscape_A2.svg
    │   │       │   │   ├── Landscape_A3.svg
    │   │       │   │   ├── Landscape_A4_NotInGOST.svg
    │   │       │   │   ├── Portrait_A0.svg
    │   │       │   │   ├── Portrait_A1.svg
    │   │       │   │   ├── Portrait_A2.svg
    │   │       │   │   ├── Portrait_A3.svg
    │   │       │   │   └── Portrait_A4.svg
    │   │       │   ├── Leading_text
    │   │       │   │   ├── Portrait_A3.svg
    │   │       │   │   └── Portrait_A4.svg
    │   │       │   └── Subsequent
    │   │       │       ├── Landscape_A0.svg
    │   │       │       ├── Landscape_A1.svg
    │   │       │       ├── Landscape_A2.svg
    │   │       │       ├── Landscape_A3.svg
    │   │       │       ├── Landscape_A4.svg
    │   │       │       ├── Portrait_A0.svg
    │   │       │       ├── Portrait_A1.svg
    │   │       │       ├── Portrait_A2.svg
    │   │       │       ├── Portrait_A3.svg
    │   │       │       └── Portrait_A4.svg
    │   │       ├── USLetter_Landscape_blank.svg
    │   │       ├── USLetter_Landscape.svg
    │   │       └── zh_CN
    │   │           └── landscape
    │   │               ├── A0_Landscape_CN.svg
    │   │               ├── A1_Landscape_CN.svg
    │   │               ├── A2_Landscape_CN.svg
    │   │               ├── A3_Landscape_CN.svg
    │   │               └── A4_Landscape_CN.svg
    │   ├── Test
    │   │   └── Resources
    │   │       └── icons
    │   │           └── TestWorkbench.svg
    │   └── Web
    │       └── Resources
    │           └── icons
    │               └── WebWorkbench.svg
    └── pixmaps
        └── freecad.xpm

229 directories, 1534 files

PrzemoF

2020-07-01 09:18

reporter   ~0014608

Forum thread: https://forum.freecadweb.org/viewtopic.php?f=10&t=47159

yorik

2022-03-03 13:55

administrator   ~0016900

This ticket has been migrated to GitHub as issue 6067.

Issue History

Date Modified Username Field Change
2020-05-29 02:31 hobbes1069 New Issue
2020-05-29 02:31 hobbes1069 File Added: freecad-install.txt
2020-05-29 13:44 hobbes1069 Note Added: 0014437
2020-05-29 22:31 hobbes1069 Note Added: 0014440
2020-05-30 13:33 hobbes1069 Note Added: 0014443
2020-06-02 16:21 vocx Note Added: 0014456
2020-06-02 16:25 hobbes1069 Note Added: 0014457
2020-06-03 17:26 hobbes1069 Note Edited: 0014457
2020-07-01 09:18 PrzemoF Note Added: 0014607
2020-07-01 09:18 PrzemoF File Added: FreeCAD_installation_locations.txt
2020-07-01 09:18 PrzemoF Note Added: 0014608
2021-02-06 06:49 abdullah Target Version => 0.20
2021-03-21 11:17 Kunda1 Tag Attached: cmake