Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[NEED HELP] Stash them! (GIT update warning)

#1
This is the full outcome, but what's the point is on the very end of it:

Code:
unfa@unfa:~$ cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/ unfa@unfa:/media/unfa-Studio/home/unfa/Archiwa/Xonotic$ ./all checkout + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/. + git checkout master M misc/builddeps/dp.win32/include/wspiapi.h M misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks/SDL.framework/Headers M misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks/SDL.framework/Resources M misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks/SDL.framework/SDL M misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks/SDL.framework/Versions/Current M misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/libfreetype.dylib M misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/libmodplug.dylib M misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/libogg.dylib M misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/libtheora.dylib M misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/libvorbis.dylib M misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/libvorbisenc.dylib M misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS/libvorbisfile.dylib M misc/buildfiles/osx/Xonotic.app/Contents/MacOS/libfreetype.dylib M misc/buildfiles/osx/Xonotic.app/Contents/MacOS/libmodplug.dylib M misc/buildfiles/osx/Xonotic.app/Contents/MacOS/libogg.dylib M misc/buildfiles/osx/Xonotic.app/Contents/MacOS/libtheora.dylib M misc/buildfiles/osx/Xonotic.app/Contents/MacOS/libvorbis.dylib M misc/buildfiles/osx/Xonotic.app/Contents/MacOS/libvorbisenc.dylib M misc/buildfiles/osx/Xonotic.app/Contents/MacOS/libvorbisfile.dylib M xonotic-linux-sdl.sh Already on 'master' Your branch is behind 'origin/master' by 414 commits, and can be fast-forwarded. + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/data/xonotic-data.pk3dir + git checkout master Already on 'master' + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/data/xonotic-maps.pk3dir + git checkout master Already on 'master' + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/data/xonotic-music.pk3dir + git checkout master M cdtracks.cfg M sound/cdtracks/rising-of-the-phoenix.ogg Already on 'master' Your branch is behind 'origin/master' by 4 commits, and can be fast-forwarded. + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/data/xonotic-nexcompat.pk3dir + git checkout master Already on 'master' + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/mediasource + git checkout master Already on 'master' + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/darkplaces + git checkout div0-stable Already on 'div0-stable' + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/fteqcc + git checkout master M pr_x86.c M qcc.dsp M qcctui.c Already on 'master' + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/div0-gittools + git checkout master Already on 'master' + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/netradiant + git checkout master M tools/quake3/q3map2/branch-manager Already on 'master' . is at master data/xonotic-data.pk3dir is at master data/xonotic-maps.pk3dir is at master data/xonotic-music.pk3dir is at master data/xonotic-nexcompat.pk3dir is at master mediasource is at master darkplaces is at div0-stable fteqcc is at master div0-gittools is at master netradiant is at master unfa@unfa:/media/unfa-Studio/home/unfa/Archiwa/Xonotic$ ./all update + cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/. + git config remote.origin.url git://git.xonotic.org/xonotic/xonotic.git + git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/* + git config core.autocrlf input + git pull Updating 55aecf8..30ec289 error: Your local changes to 'misc/builddeps/dp.win32/include/wspiapi.h' would be overwritten by merge. Aborting. Please, commit your changes or stash them before you can merge. Pulling failed. Press ENTER to continue, or Ctrl-C to abort.

I pressed enter and update continues, but I'am afraid it won't be complete. What should I do with this? I didn't do any manual changes to the file 'misc/builddeps/dp.win32/include/wspiapi.h'. I don't know what's up. I just want to update Xonotic, compile it and run.
Now he update finished (with several more warnigs to stash some files), but the compilation failed:
Code:
unfa@unfa:~$ cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/unfa@unfa:/media/unfa-Studio/home/unfa/Archiwa/Xonotic$ ./all compile+ cd /media/unfa-Studio/home/unfa/Archiwa/Xonotic/fteqcc + make -j2 make USEGUI_CFLAGS="" R_qcc make[1]: Entering directory `/media/unfa-Studio/home/unfa/Archiwa/Xonotic/fteqcc' gcc -Wall -ggdb -o fteqcc.bin -O3 -s qccmain.o qcc_pr_comp.o qcc_pr_lex.o qcctui.o comprout.o hash.o qcc_cmdlib.o qcd_main.o /usr/bin/ld: i386:x86-64 architecture of input file `qccmain.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `qcc_pr_comp.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `qcc_pr_lex.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `qcctui.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `comprout.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `hash.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `qcc_cmdlib.o' is incompatible with i386 output /usr/bin/ld: i386:x86-64 architecture of input file `qcd_main.o' is incompatible with i386 output /usr/bin/ld: final link failed: Invalid operation collect2: ld returned 1 exit status make[1]: *** [R_qcc] Error 1 make[1]: Leaving directory `/media/unfa-Studio/home/unfa/Archiwa/Xonotic/fteqcc' make: *** [qcc] Error 2 unfa@unfa:/media/unfa-Studio/home/unfa/Archiwa/Xonotic$

I installed all dependencies from here before: http://dev.xonotic.org/projects/xonotic/...ory_Access

Sorry for bothering you, but I don't know what should I do to make it work. It seems to me that GIT wants to compile only once. When It is compiled already, it always ends up like this.

Could somebody help me out, please? Smile
I'm making Liblast - a FOSS online FPS game made with Godot 4 and a 100% open-source toolchain
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [NEED HELP] Can't update Autobuild Aguaumreal 1 1,536 05-11-2026, 03:22 AM
Last Post: bones_was_here
  [SOLVED] No more update after update? -maniac|Su- 2 5,490 04-08-2025, 09:20 AM
Last Post: -maniac|Su-
  [NEED HELP] Models, items, and sky black after 0.8.5 update htsm92 0 2,092 08-15-2022, 07:34 PM
Last Post: htsm92
Question [SOLVED] How to disable the update banner Sawag 5 4,918 07-02-2022, 05:01 PM
Last Post: Sawag
  [BUG] some textures won't load with git builds lister 2 4,199 01-17-2020, 06:09 PM
Last Post: LuckyStripe
  [SOLVED] Menu fails to load after recent update Bloodthorn 2 5,182 09-25-2018, 08:11 AM
Last Post: Bloodthorn
  [SOLVED] Cannot run game anymore after new git update Bloodthorn 2 5,002 07-25-2018, 07:20 AM
Last Post: Bloodthorn
  [SOLVED] libc++ update Bloodthorn 2 4,294 06-22-2018, 06:48 AM
Last Post: Bloodthorn
  [SOLVED] How To Disable Travelling "Update Now" Notification garyt53 10 11,785 02-22-2018, 11:30 AM
Last Post: ScrewTheUpdate
  [SOLVED] cannot compile git code dingus 5 7,900 07-27-2016, 05:13 PM
Last Post: sev

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB original theme © iAndrew 2016, remixed by -z-