macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.5k stars 681 forks source link

Question: build stuck in xcodebuild step #1237

Closed al3xandru closed 2 years ago

al3xandru commented 2 years ago

Has anyone else noticed the build getting stuck in xcodebuild step?

Steps to reproduce

Building locally version 81c2e4f:

./configure --with-features=huge --enable-multibyte --enable-terminal --enable-cscope --enable-python3interp=dynamic  --enable-perlinterp=dynamic --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/opt/homebrew --with-macarchs=arm64 --disable-sparkle 
make -j12

Build remains stuck at:

Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project MacVim/MacVim.xcodeproj "GCC_PREPROCESSOR_DEFINITIONS= DISABLE_SPARKLE=1" MACOSX_DEPLOYMENT_TARGET=12.3 ARCHS=arm64 ONLY_ACTIVE_ARCH=NO VIM_SHORT_VERSION_STRING=8.2.4602

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = arm64
    GCC_PREPROCESSOR_DEFINITIONS =  DISABLE_SPARKLE=1
    MACOSX_DEPLOYMENT_TARGET = 12.3
    ONLY_ACTIVE_ARCH = NO
    VIM_SHORT_VERSION_STRING = 8.2.4602

Expected behaviour

Build to succeed.

Version of Vim and architecture

81c2e4f

Environment

macOS 12.3 Apple M1 Pro Xcode 13.3 Macvim 81c2e4f

al3xandru commented 2 years ago

Same main version builds on an Intel-mac with macOS 12.2.1 and Xcode 13.1

al3xandru commented 2 years ago

Closing this as it happens on a single env.