← Back to team overview

kicad-developers team mailing list archive

make install problems..

 

So, it's been a while since I rebuilt so I updated my branch to
current master and tried. Build went without errors, but make install
fails:

...
-- Analyzing app='/Users/lijon/Coding/kicad/build/install_py3/gerbview.app/Contents/MacOS/gerbview'
-- bundle='/Users/lijon/Coding/kicad/build/install_py3/gerbview.app'
-- executable='/Users/lijon/Coding/kicad/build/install_py3/gerbview.app/Contents/MacOS/gerbview'
-- valid='1'
-- executable file 1:
/Users/lijon/Coding/kicad/build/install_py3/gerbview.app/Contents/MacOS/gerbview
-- executable file 2:
/Users/lijon/Coding/kicad/build/install_py3/gerbview.app/Contents/MacOS/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python
-- verified='0'
-- info='external prerequisites found:
f='/Users/lijon/Coding/kicad/build/install_py3/gerbview.app/Contents/MacOS/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python'
external_prereqs='/usr/local/Cellar/python@3.9/3.9.4/Frameworks/Python.framework/Versions/3.9/Python'
'
-- 
CMake Error at /Applications/CMake.app/Contents/share/cmake-3.20/Modules/BundleUtilities.cmake:1128
(message):
  error: verify_app failed
Call Stack (most recent call first):
  /Applications/CMake.app/Contents/share/cmake-3.20/Modules/BundleUtilities.cmake:995
(verify_app)
  gerbview/cmake_install.cmake:84 (fixup_bundle)
  cmake_install.cmake:67 (include)


make: *** [install] Error 1

And trying to launch the app fails:

lijon@lijon-mbp master_py3 % open ../install_py3/KiCad.app
LSOpenURLsWithRole() failed with error -10810 for the file
/Users/lijon/Coding/kicad/build/install_py3/KiCad.app.

Any ideas?
-- 
/Jonatan
http://kymatica.com


Follow ups