[solved] homebrew-freecad returns 404 error on package install or update

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
doia
Posts: 251
Joined: Sat May 29, 2021 5:47 am
Location: Düsseldorf

[solved] homebrew-freecad returns 404 error on package install or update

Post by doia »

update: solved by the work of @ipatch with https://github.com/FreeCAD/homebrew-freecad/issues/189

The downloadable source for the updated packages of the homebrew-freecad formulae seems to be down, just returns an 404 error.

Code: Select all

➜  ~ brew upgrade
==> Upgrading 2 outdated packages:
freecad/freecad/nglib v6.2.2007 -> 6.2.2101
freecad/freecad/coin@4.0.0 4.0.0 -> 4.0.0_1
==> Upgrading freecad/freecad/coin@4.0.0
  4.0.0 -> 4.0.0_1

==> Downloading https://justyour.parts:8080/freecad/coin%404.0.0-4.0.0_1.big_sur.bottle.tar.gz
-#O#- #   #
curl: (22) The requested URL returned error: 404
Error: Failed to download resource "coin@4.0.0"
Download failed: https://justyour.parts:8080/freecad/coin%404.0.0-4.0.0_1.big_sur.bottle.tar.gz
==> Upgrading freecad/freecad/nglib
  v6.2.2007 -> 6.2.2101

==> Downloading https://justyour.parts:8080/freecad/nglib-6.2.2101.big_sur.bottle.tar.gz
-#O#- #   #
curl: (22) The requested URL returned error: 404
Error: Failed to download resource "nglib"
Download failed: https://justyour.parts:8080/freecad/nglib-6.2.2101.big_sur.bottle.tar.gz
Last edited by doia on Sun Aug 08, 2021 8:36 am, edited 1 time in total.
User avatar
Gift
Posts: 769
Joined: Tue Aug 18, 2015 10:08 am
Location: Germany, Sauerland

Re: homebrew-freecad returns 404 error on package install or update

Post by Gift »

If the bottles are not available, you can try to build it self:

Code: Select all

brew reinstall -s freecad/freecad/nglib

Code: Select all

brew reinstall -s freecad/freecad/coin@4.0.0
User avatar
doia
Posts: 251
Joined: Sat May 29, 2021 5:47 am
Location: Düsseldorf

Re: homebrew-freecad returns 404 error on package install or update

Post by doia »

Thank you, haven't thought of this.

But, head to table, now NGLib breaks during cmake preparation, EVEN if I update the PREFIX_PATH to the new nglib version :x

Code: Select all

export PREFIX_PATH="\
/usr/local/Cellar/qt5152/5.15.2/lib/cmake;\
/usr/local/Cellar/nglib/v6.2.2101/Contents/Resources;\ # <== updated, not found by cmake
/usr/local/Cellar/vtk@8.2.0/8.2.0_1/lib/cmake;\
/usr/local/Cellar/coin@4.0.0/4.0.0_1;\ # <== updated, and found by cmake
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake;\
/usr/local/Cellar/boost-python3@1.75.0/1.75.0/lib/cmake"

Code: Select all

cmake \
  -DCMAKE_BUILD_TYPE="Release"   \
  -DBUILD_QT5=1                  \
  -DWITH_PYTHON3=1               \
  -DCMAKE_PREFIX_PATH="$PREFIX_PATH" \
  -DPYTHON_EXECUTABLE="/usr/local/bin/python3" \
  -DFREECAD_USE_EXTERNAL_KDL=1   \
  -DCMAKE_CXX_FLAGS='-std=c++14' \
  -DBUILD_FEM_NETGEN=1           \
  -DFREECAD_CREATE_MAC_APP=1     \
  -DCMAKE_INSTALL_PREFIX="./.."  \
  -DPYTHON_INCLUDE_DIR=$(python3 -c "from distutils.sysconfig import get_python_inc; print(get_python_inc())") \
  ../../freecad-source
CMake Deprecation Warning at CMakeLists.txt:8 (cmake_policy):
  The OLD behavior for policy CMP0072 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- The C compiler identification is AppleClang 12.0.5.12050022
-- The CXX compiler identification is AppleClang 12.0.5.12050022
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Compiler: AppleClang, version: 12.0.5.12050022
-- Looking for GL/gl.h
-- Looking for GL/gl.h - not found
-- Looking for C++ include istream
-- Looking for C++ include istream - found
-- Looking for C++ include ostream
-- Looking for C++ include ostream - found
-- Looking for C++ include fstream
-- Looking for C++ include fstream - found
-- Looking for C++ include sstream
-- Looking for C++ include sstream - found
-- Looking for C++ include ios
-- Looking for C++ include ios - found
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Looking for C++ include iomanip
-- Looking for C++ include iomanip - found
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Check for STD namespace
-- Check for STD namespace - found
-- Force BOOST_PP_VARIADICS=1 for clang
-- prefix: /Users/dirkolbrich/Freecad/freecad-build
-- bindir: bin
-- datadir: share
-- docdir: share/doc/FreeCAD
-- includedir: include
-- libdir: lib
-- cmake: 3.21.1
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
=====================================================
Doxygen not found, will not build documentation.
=====================================================

-- Detected Homebrew install at /usr/local
-- Found Python3: /usr/local/Frameworks/Python.framework/Versions/3.9/bin/python3.9 (found version "3.9.6") found components: Interpreter Development Development.Module Development.Embed
-- Found XercesC: /usr/local/lib/libxerces-c.dylib (found version "3.2.3")
-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libz.tbd (found version "1.2.11")
-- PyCXX found:
--   Headers:  /Users/dirkolbrich/Freecad/freecad-source/src
--   Sources:  /Users/dirkolbrich/Freecad/freecad-source/src/CXX
--   Version:  6.2.8
CMake Warning (dev) at /usr/local/Cellar/cmake/3.21.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (OCC) does
  not match the name of the calling package (OpenCasCade).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cMake/FindOpenCasCade.cmake:120 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cMake/FreeCAD_Helpers/SetupOpenCasCade.cmake:4 (find_package)
  CMakeLists.txt:51 (SetupOpenCasCade)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found OCC: /usr/local/include/opencascade (found version "7.5.0")
-- -- Found OCE/OpenCASCADE version: 7.5.0
-- -- OCE/OpenCASCADE include directory: /usr/local/include/opencascade
-- -- OCE/OpenCASCADE shared libraries directory: /usr/local/lib
-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework
-- Found OpenGLU: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework
-- VTK components: vtkCommonCore;vtkCommonDataModel;vtkFiltersVerdict;vtkIOXML;vtkFiltersCore;vtkFiltersGeneral;vtkIOLegacy;vtkFiltersExtraction;vtkFiltersSources;vtkFiltersGeometry;vtkhdf5;vtkRenderingCore;vtkInteractionStyle;vtkRenderingFreeType;vtkRenderingOpenGL2
-- Check for medfile (libmed and libmedc) ...
-- Found MEDFile: /usr/local/include
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2")
-- We guess that libmed was built using hdf5-serial version
-- Checking for one of the modules 'hdf5-serial'
-- Found HDF5: /usr/local/Cellar/hdf5/1.12.1/lib/libhdf5.dylib;/usr/local/opt/szip/lib/libsz.dylib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libz.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libdl.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/lib/libm.tbd (found version "1.12.1")
-- Checking for one of the modules 'ompi-cxx'
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake
find_pacjage called
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake
find_pacjage called
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake
find_pacjage called
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake
find_pacjage called
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake
find_pacjage called
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
find_pacjage called
-- Found Boost: /usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0/BoostConfig.cmake (found suitable version "1.75.0", minimum required is "1.55") found components: filesystem program_options regex system thread
-- Could NOT find Netgen (missing: Netgen_DIR)
-- Cannot find NETGEN library.
-- Found SWIG: /usr/local/bin/swig (found version "4.0.2")
-- Found Eigen3: /usr/local/include/eigen3 (found suitable version "3.3.9", minimum required is "2.91.0")
-- Found Freetype: /usr/local/lib/libfreetype.dylib (found version "2.11.0")
-- Coin3D libraries found
-- Could NOT find Spnav (missing: SPNAV_LIBRARY SPNAV_INCLUDE_DIR)
-- Shiboken2Config: Using default python: .cpython-39-darwin
-- Found PythonInterp: /usr/local/Frameworks/Python.framework/Versions/3.9/bin/python3.9 (found suitable version "3.9.6", minimum required is "3")
-- Found PythonLibs: /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/lib/libpython3.9.dylib (found suitable version "3.9.6", minimum required is "3")
-- SHIBOKEN_PYTHON_INCLUDE_DIRS computed to value: '/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9'
-- SHIBOKEN_PYTHON_LIBRARIES computed to value: '-undefined dynamic_lookup'
-- libshiboken built for Release
-- PYTHON_CONFIG_SUFFIX: .cpython-39-darwin
-- libshiboken built for Release
-- ===============================================
PySide2 Python module found at /usr/local/lib/python3.9/site-packages/PySide2.
===============================================

-- Found Matplotlib: /usr/local/lib/python3.9/site-packages/matplotlib (found version "2.1.1")
-- Platform is 64-bit, set -D_OCC64
-- Performing Test _flag_found
-- Performing Test _flag_found - Success
-- Performing Test _flag_found
-- Performing Test _flag_found - Success
-- Performing Test _flag_found
-- Performing Test _flag_found - Success
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/TypePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/BaseClassPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/BoundBoxPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/CoordinateSystemPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/PersistencePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/VectorPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/MatrixPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/RotationPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/PlacementPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/AxisPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/UnitPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Base/QuantityPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/DocumentPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/DocumentObjectPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/ExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/ExtensionContainerPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/DocumentObjectExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/GroupExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/LinkBaseExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/DocumentObjectGroupPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/GeoFeaturePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/GeoFeatureGroupExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/OriginGroupExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/PartPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/ComplexGeoDataPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/PropertyContainerPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/App/MaterialPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Points/App/PointsPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Mesh/App/FacetPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Mesh/App/MeshFeaturePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Mesh/App/MeshPointPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Mesh/App/MeshPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Mesh/Gui/ViewProviderMeshPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ArcPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ArcOfConicPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ArcOfCirclePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ArcOfParabolaPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BodyBasePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ConicPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/CirclePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ArcOfEllipsePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/EllipsePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/HyperbolaPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ArcOfHyperbolaPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ParabolaPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/OffsetCurvePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeometryPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeometryExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeometryIntExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeometryStringExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeometryBoolExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeometryDoubleExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeometryCurvePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BoundedCurvePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TrimmedCurvePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeometrySurfacePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/LinePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/LineSegmentPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/PointPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BezierCurvePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BSplineCurvePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/PlanePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ConePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/CylinderPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/SpherePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ToroidPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BezierSurfacePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BSplineSurfacePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/OffsetSurfacePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/PlateSurfacePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/RectangularTrimmedSurfacePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/SurfaceOfExtrusionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/SurfaceOfRevolutionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/PartFeaturePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/AttachExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Part2DObjectPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/AttachEnginePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapeCompoundPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapeCompSolidPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapeEdgePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapeFacePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapeShellPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapeSolidPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapeVertexPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/TopoShapeWirePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BRepOffsetAPI_MakePipeShellPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BRepOffsetAPI_MakeFillingPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/BRepFeat/MakePrismPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/ArcOfCircle2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/ArcOfConic2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/ArcOfEllipse2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/ArcOfHyperbola2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/ArcOfParabola2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/BezierCurve2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/BSplineCurve2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Circle2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Conic2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Ellipse2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Geometry2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Hyperbola2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Curve2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Line2dSegmentPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Line2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/OffsetCurve2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/Geom2d/Parabola2dPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeomPlate/BuildPlateSurfacePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeomPlate/CurveConstraintPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/GeomPlate/PointConstraintPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Part/App/ShapeUpgrade/UnifySameDomainPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/PartDesign/App/BodyPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/PartDesign/App/FeaturePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/PartDesign/Gui/ViewProviderPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Sketcher/App/SketchObjectSFPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Sketcher/App/SketchObjectPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Sketcher/App/SketchGeometryExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Sketcher/App/ExternalGeometryExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Sketcher/App/GeometryFacadePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Sketcher/App/ExternalGeometryFacadePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Sketcher/App/ConstraintPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Sketcher/App/SketchPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Robot/App/Robot6AxisPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Robot/App/TrajectoryPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Robot/App/WaypointPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Robot/App/RobotObjectPy.cpp
-- Performing Test _flag_found
-- Performing Test _flag_found - Success
-- Performing Test _flag_found
-- Performing Test _flag_found - Success
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Import/App/StepShapePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Fem/App/FemMeshPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Fem/App/FemPostPipelinePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Fem/Gui/ViewProviderFemMeshPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Spreadsheet/App/SheetPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Spreadsheet/App/PropertySheetPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Spreadsheet/App/PropertyColumnWidthsPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Spreadsheet/App/PropertyRowHeightsPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Spreadsheet/Gui/SpreadsheetViewPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/CommandPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/PathPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/ToolPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/TooltablePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/FeaturePathCompoundPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/AreaPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/FeatureAreaPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/VoronoiPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/VoronoiCellPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/VoronoiEdgePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/App/VoronoiVertexPy.cpp
-- setting gcc options: -Wall -Werror -Wno-deprecated -pedantic-errors
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake
find_pacjage called
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0
/usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake
find_pacjage called
-- Found Boost: /usr/local/Cellar/boost@1.75.0/1.75.0/lib/cmake/Boost-1.75.0/BoostConfig.cmake (found version "1.75.0") found components: python39
-- found Boost: 1_75
-- boost-incude dirs are: /usr/local/Cellar/boost@1.75.0/1.75.0/include
-- boost-python lib is:
-- boost_LIBRARY_DIRS is: /usr/local/Cellar/boost@1.75.0/1.75.0/lib
-- Boost_LIBRARIES is: Boost::python
-- area module (for Path Workbench) will be installed to: /Users/dirkolbrich/Freecad/freecad-build/FreeCAD.app/Contents/lib
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Path/PathSimulator/App/PathSimPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/Measure/App/MeasurementPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawPagePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawViewPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawViewPartPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawViewSymbolPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawTemplatePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawParametricTemplatePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawSVGTemplatePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawViewClipPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawViewDimensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawViewDimExtentPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawHatchPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawGeomHatchPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawViewCollectionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawProjGroupPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawProjGroupItemPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawViewAnnotationPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawLeaderLinePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawRichAnnoPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/GeomFormatPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/CenterLinePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/CosmeticEdgePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/CosmeticVertexPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawTilePy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawTileWeldPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/DrawWeldSymbolPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/App/CosmeticExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Mod/TechDraw/Gui/MDIViewPagePy.cpp
Created file /Users/dirkolbrich/Freecad/freecad-build/release/share/doc/FreeCAD/freecad.qch
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/DocumentPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/PythonWorkbenchPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/ViewProviderPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/ViewProviderDocumentObjectPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/ViewProviderExtensionPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/WorkbenchPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/SelectionObjectPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/LinkViewPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/ViewProviderLinkPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/AxisOriginPy.cpp
-- /Users/dirkolbrich/Freecad/freecad-build/release/src/Gui/CommandPy.cpp
-- Checking for module 'icu-uc'
--   No package 'icu-uc' found
--
==============
Summary report
==============

-- Build type:          Release
-- Compiler:            /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ (12.0.5.12050022)
-- Flags:               -Wall -Wextra -Wpedantic -Wno-write-strings -std=c++14 -Wno-undefined-var-template
-- Standard:            Requires C++17
-- Python:              3.9.6 [/usr/local/Frameworks/Python.framework/Versions/3.9/bin/python3.9] [.cpython-39-darwin]
-- PCL:                 not enabled
-- pybind11:            not enabled
-- Boost:               1.75.0 (1.75.0)
-- XercesC:             3.2.3 [/usr/local/lib/libxerces-c.dylib] [/usr/local/include]
-- ZLIB:                1.2.11
-- PyCXX:               6.2.8 [/Users/dirkolbrich/Freecad/freecad-source/src]
-- OCC:                 7.5.0 [TKFillet;TKMesh;TKernel;TKG2d;TKG3d;TKMath;TKIGES;TKSTL;TKShHealing;TKXSBase;TKBool;TKBO;TKBRep;TKTopAlgo;TKGeomAlgo;TKGeomBase;TKOffset;TKPrim;TKSTEPBase;TKSTEPAttr;TKSTEP209;TKSTEP;TKHLR;TKFeat] [/usr/local/lib] [/usr/local/include/opencascade]
-- SMESH:               build internal
--  MEDFile:            4.0.0 [/usr/local/lib/libmedC.dylib;/usr/local/lib/libmed.dylib] [/usr/local/include]
--  HDF5:               1.12.1
--  VTK:                8.2.0
-- NETGEN:              not enabled
-- SWIG:                4.0.2
-- Eigen3               3.3.9
-- Qt5Core:             5.15.2
-- Qt5Network:          5.15.2
-- Qt5Xml:              5.15.2
-- Qt5XmlPatterns:      5.15.2
-- Qt5Widgets:          5.15.2
-- Qt5PrintSupport:     5.15.2
-- Qt5OpenGL:           5.15.2
-- Qt5Svg:              5.15.2
-- Qt5UiTools:          5.15.2
-- Qt5Concurrent:       5.15.2
-- Qt5WebEngineWidgets: 5.15.2
-- Shiboken2:           5.15.2 [/usr/local/lib/cmake/Shiboken2-5.15.2] [/usr/local/include/shiboken2;/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9]
-- PySide2:             5.15.2 [/usr/local/include/PySide2]
-- PySide2Tools:        [/usr/local/bin/uic] [/usr/local/bin/rcc]
-- Freetype:            2.11.0
-- OpenGL:              /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework
-- OpenGLU:             [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/Library/Frameworks/OpenGL.framework]
-- Coin3D:              4.0.0 [/usr/local/Cellar/coin@4.0.0/4.0.0_1/lib/libCoin.dylib] [/usr/local/Cellar/coin@4.0.0/4.0.0_1/include]
-- Pivy:                0.6.5
-- SPNAV:               [SPNAV_LIBRARY-NOTFOUND] [SPNAV_INCLUDE_DIR-NOTFOUND]
-- Matplotlib:          2.1.1
-- Rift:                not enabled (BUILD_VR)
-- Doxygen:             not found
=================================================
Now run 'cmake --build /Users/dirkolbrich/Freecad/freecad-build/release' to build FreeCAD
=================================================

-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
NGLIB_INCLUDE_DIR
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
   used as include directory in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
NGLIB_LIBINTERFACE
    linked by target "StdMeshers" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverDAT" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "NETGENPlugin" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "MEFISTO2" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMESH" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMESHDS" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverSTL" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMDS" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverUNV" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "Driver" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
NGLIB_LIBMESH
    linked by target "StdMeshers" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverDAT" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "NETGENPlugin" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "MEFISTO2" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMESH" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMESHDS" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverSTL" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMDS" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverUNV" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "Driver" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
NGLIB_LIBNGLIB
    linked by target "StdMeshers" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverDAT" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "NETGENPlugin" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "MEFISTO2" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMESH" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMESHDS" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverSTL" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMDS" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverUNV" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "Driver" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
NGLIB_LIBOCC
    linked by target "StdMeshers" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverDAT" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "NETGENPlugin" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "MEFISTO2" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMESH" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMESHDS" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverSTL" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "SMDS" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "DriverUNV" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh
    linked by target "Driver" in directory /Users/dirkolbrich/Freecad/freecad-source/src/3rdParty/salomesmesh

CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "SMDS":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "SMDS":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "Driver":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "Driver":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "DriverDAT":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "DriverDAT":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "DriverSTL":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "DriverSTL":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "SMESHDS":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "SMESHDS":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "DriverUNV":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "DriverUNV":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "MEFISTO2":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "MEFISTO2":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "MEFISTO2":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "MEFISTO2":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "SMESH":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "SMESH":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "SMESH":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "SMESH":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "StdMeshers":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "StdMeshers":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "NETGENPlugin":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



CMake Error in src/3rdParty/salomesmesh/CMakeLists.txt:
  Found relative path while evaluating include directories of "NETGENPlugin":

    "NGLIB_INCLUDE_DIR-NOTFOUND"



-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
User avatar
Gift
Posts: 769
Joined: Tue Aug 18, 2015 10:08 am
Location: Germany, Sauerland

Re: homebrew-freecad returns 404 error on package install or update

Post by Gift »

Please see my other post. If you don't use the Cellar paths, you haven't update the paths.
User avatar
doia
Posts: 251
Joined: Sat May 29, 2021 5:47 am
Location: Düsseldorf

Re: homebrew-freecad returns 404 error on package install or update

Post by doia »

Gift wrote: Fri Jul 30, 2021 3:22 pm If you don't use the Cellar paths, you haven't update the paths.
Sorry, I don’t unterstand the meaning of this. Could you explain in detail, please? I‘m not really used to brew irb. How do I use that with other bash/zsh commands?

Edit: Just read the other post. I need to test and digest this, as your workflow uses a mix of bash and ruby, which I am not used to.
User avatar
Gift
Posts: 769
Joined: Tue Aug 18, 2015 10:08 am
Location: Germany, Sauerland

Re: homebrew-freecad returns 404 error on package install or update

Post by Gift »

doia wrote: Fri Jul 30, 2021 7:02 pm
Sorry, I don’t unterstand the meaning of this. Could you explain in detail, please? I‘m not really used to brew irb. How do I use that with other bash/zsh commands?
1. Irb is an interactive ruby shell. It a simple tool debug homebrew stuff.
2. I think the cellar paths are the keg (Bierbehälter :-) ), which include the version in the path name. If I get the path by the formula, I found link without any version information.
3. "brew sh" set alredy a lot of export stuff. Check it with "export -p"

Code: Select all

irb(main):001:0> @tap = 'freecad/freecad'
=> "freecad/freecad"
irb(main):002:0> Formula["#{@tap}/nglib"].opt_prefix/"Contents/Resources;"
=> #<Pathname:/opt/homebrew/opt/nglib/Contents/Resources;>
Post Reply