➜ blender git:(master) ✗ make update > make_update_log.txt From https://git.blender.org/blender-addons * branch master -> FETCH_HEAD From https://git.blender.org/blender-addons-contrib * branch master -> FETCH_HEAD From https://git.blender.org/blender-translations * branch master -> FETCH_HEAD From https://git.blender.org/blender-dev-tools * branch master -> FETCH_HEAD ➜ blender git:(master) ✗ make full > make_full_log.txt Blender Configuration ===================== Build Options: - WITH_BULLET ON - WITH_IK_SOLVER ON - WITH_IK_ITASC ON - WITH_OPENCOLLADA ON - WITH_FFTW3 ON - WITH_INTERNATIONAL ON - WITH_INPUT_NDOF ON - WITH_CYCLES ON - WITH_FREESTYLE ON - WITH_OPENCOLORIO ON - WITH_XR_OPENXR OFF - WITH_OPENIMAGEDENOISE ON - WITH_OPENVDB ON - WITH_ALEMBIC ON - WITH_QUADRIFLOW ON - WITH_USD ON - WITH_TBB ON - WITH_GMP ON Compiler Options: - WITH_BUILDINFO ON - WITH_OPENMP ON System Options: - WITH_INSTALL_PORTABLE - WITH_X11_ALPHA - WITH_X11_XF86VMODE - WITH_X11_XFIXES - WITH_X11_XINPUT - WITH_MEM_JEMALLOC ON - WITH_MEM_VALGRIND OFF - WITH_SYSTEM_GLEW OFF Image Formats: - WITH_OPENIMAGEIO ON - WITH_IMAGE_CINEON ON - WITH_IMAGE_DDS ON - WITH_IMAGE_HDR ON - WITH_IMAGE_OPENEXR ON - WITH_IMAGE_OPENJPEG ON - WITH_IMAGE_TIFF ON Audio: - WITH_OPENAL ON - WITH_SDL ON - WITH_SDL_DYNLOAD - WITH_JACK OFF - WITH_JACK_DYNLOAD - WITH_CODEC_AVI ON - WITH_CODEC_FFMPEG ON - WITH_CODEC_SNDFILE ON Compression: - WITH_LZMA ON - WITH_LZO ON Python: - WITH_PYTHON_INSTALL ON - WITH_PYTHON_INSTALL_NUMPY ON - WITH_PYTHON_MODULE OFF - WITH_PYTHON_SAFETY OFF - WITH_PYTHON_FRAMEWORK OFF Modifiers: - WITH_MOD_REMESH ON - WITH_MOD_FLUID ON - WITH_MOD_OCEANSIM ON OpenGL: - WITH_GLEW_ES OFF - WITH_GL_EGL OFF - WITH_GL_PROFILE_ES20 OFF /Users/chris/Documents/GitHub/Blender/blender/intern/ghost/intern/GHOST_WindowCocoa.mm:407:16: warning: 'setAcceptsTouchEvents:' is deprecated: first deprecated in macOS 10.12.2 - Use allowedTouchTypes instead [-Wdeprecated-declarations] [contentview setAcceptsTouchEvents:YES]; ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:227:16: note: property 'acceptsTouchEvents' is declared deprecated here @property BOOL acceptsTouchEvents API_DEPRECATED("Use allowedTouchTypes instead", macos(10.6,10.12.2)); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:227:16: note: 'setAcceptsTouchEvents:' has been explicitly marked deprecated here 1 warning generated. /Users/chris/Documents/GitHub/Blender/blender/intern/ghost/intern/GHOST_ContextCGL.mm:233:23: warning: 'NSOpenGLPFAStereo' is deprecated: first deprecated in macOS 10.12 [-Wdeprecated-declarations] attribs.push_back(NSOpenGLPFAStereo); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSOpenGL.h:89:5: note: 'NSOpenGLPFAStereo' has been explicitly marked deprecated here NSOpenGLPFAStereo API_DEPRECATED("", macos(10.0,10.12)) = 6, ^ 1 warning generated. /Users/chris/Documents/GitHub/Blender/blender/extern/glog/src/raw_logging.cc:139:3: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] safe_write(STDERR_FILENO, buffer, strlen(buffer)); ^ /Users/chris/Documents/GitHub/Blender/blender/extern/glog/src/raw_logging.cc:63:34: note: expanded from macro 'safe_write' # define safe_write(fd, s, len) syscall(SYS_write, fd, s, len) ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:742:6: note: 'syscall' has been explicitly marked deprecated here int syscall(int, ...); ^ 1 warning generated. /Users/chris/Documents/GitHub/Blender/blender/extern/glog/src/utilities.cc:262:17: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] pid_t tid = syscall(__NR_gettid); ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/unistd.h:742:6: note: 'syscall' has been explicitly marked deprecated here int syscall(int, ...); ^ 1 warning generated. Undefined symbols for architecture x86_64: "_inflateReset2", referenced from: _png_inflate_claim in libpng.a(pngrutil.c.o) "_inflateValidate", referenced from: _png_inflate_claim in libpng.a(pngrutil.c.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [bin/datatoc_icon] Error 1 make[2]: *** [source/blender/datatoc/CMakeFiles/datatoc_icon.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [all] Error 2 make: *** [all] Error 2 ➜ blender git:(master) ✗