m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.51k stars 262 forks source link

openmpt build failure. #2457

Open menditsa opened 1 year ago

menditsa commented 1 year ago

Been happening the last few weeks now openmpt.

Screenshot_20230610_214831

logs.zip

crhepner commented 1 year ago

I am having the same problem.

┌ openmpt git  ........................................... [Updates found]
├ Running clean...
Likely error (tail of the failed operation logfile):
CPPFLAGS: -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1
CFLAGS: -mthreads -mtune=generic -O2 -pipe
CXXFLAGS: -mthreads -mtune=generic -O2 -pipe
LDFLAGS: -pipe -static-libgcc -static-libstdc++
make -j4 clean CONFIG=mingw64-win64 AR=ar STATIC_LIB=1 EXAMPLES=0 OPENMPT123=0 TEST=0 OS= CC=ccache gcc CXX=ccache g++ MINGW_COMPILER=gcc
make: *** No rule to make target 'clean'.  Stop.
make: *** No rule to make target 'clean'.  Stop.
clean failed. Check C:/ab-suite-20230625/build/openmpt-git/ab-suite.clean.log
This is required for other packages, so this script will exit.
  Creating diagnostics file...

Here are my logs: logs.zip.

Googolplexed0 commented 4 months ago

Same problem here as well.

03:49:23   Running git update for openmpt...
03:49:23 ┌ openmpt git  ................................. [Updates found]
03:49:24 ├ Running clean...
Likely error (tail of the failed operation logfile):
CPPFLAGS: 
CFLAGS: -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -D__USE_MINGW_ANSI_STDIO=1 -mthreads
CXXFLAGS: -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -D__USE_MINGW_ANSI_STDIO=1
LDFLAGS: -D_FORTIFY_SOURCE=2 -fstack-protector-strong -mtune=generic -O2 -pipe -D__USE_MINGW_ANSI_STDIO=1 -static-libgcc -static-libstdc++
make -j14 clean CONFIG=mingw64-win64 AR=ar STATIC_LIB=1 EXAMPLES=0 OPENMPT123=0 TEST=0 OS= CC=ccache gcc CXX=ccache g++ MINGW_COMPILER=gcc
make: *** No rule to make target 'clean'.  Stop.
make: *** No rule to make target 'clean'.  Stop.
clean failed. Check E:/media-autobuild_suite/build/openmpt-git/ab-suite.clean.log
This is required for other packages, so this script will exit.
03:49:24   Creating diagnostics file...
+ git -C openmpt-git reset --hard 11975ee7609d236af4709495b0b7336c324d15cf
fatal: Unable to create '/build/openmpt-git/.git/index.lock': File exists.

Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
+ check_valid_vcs openmpt-git
+ [[ -d openmpt-git/.git ]]
+ git -C openmpt-git/.git rev-parse HEAD

logs.zip

ls-milkyway commented 1 month ago

delete git file from build folder and try now