media-autobuild_suite icon indicating copy to clipboard operation
media-autobuild_suite copied to clipboard

openmpt build failure.

Open menditsa opened this issue 1 year ago • 3 comments

Been happening the last few weeks now openmpt.

Screenshot_20230610_214831

logs.zip

menditsa avatar Jun 10 '23 20:06 menditsa

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.

crhepner avatar Jun 26 '23 13:06 crhepner

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

Googolplexed0 avatar Apr 23 '24 08:04 Googolplexed0

delete git file from build folder and try now

ls-milkyway avatar Jul 11 '24 14:07 ls-milkyway