Stephen LARROQUE | 5 May 2013 23:39
Picon

Detecting nearest opponents and in line of sight

I am looking for methods to do the two following operations:

1- Find the nearest opponent(s) to a player given its positions.
2- Find if an opponent is in line of sight, but passing through walls.
3- Find opponent nearest to the line of sight.

For 1 I think I must use SV_AreaEntities (alias G_ENTITIES_IN_A_BOX or trap_EntitiesInBox), but I can't find how this may return the nearest opponent, it seems to only return all entities (I need to filter out all but players and sort by distance).

For 2 I think that SV_Trace must be used, but how to pass through walls but not players? I saw that passEntityNum is an argument, but how to set that to walls?

About 3 I have no idea at all...

If you have any pointer that could give me a clue on how to do these operations I would be very glad to hear.

Also I am a bit rusty with vectors so if you have a tutorial or two explaining how ioquake3 manage its vectors operations (which I have no experience with), it would also be very helpful.

Thank you for reading me.

<div><div dir="ltr">I am looking for methods to do the two following operations:<div><br></div>
<div>1- Find the nearest opponent(s) to a player given its positions.</div>
<div>2- Find if an opponent is in line of sight, but passing through walls.</div>

<div>3- Find opponent nearest to the line of sight.</div>
<div><br></div>
<div>For 1 I think I must use SV_AreaEntities (alias G_ENTITIES_IN_A_BOX or trap_EntitiesInBox), but I can't find how this may return the nearest opponent, it seems to only return all entities (I need to filter out all but players and sort by distance).</div>

<div><br></div>
<div>For 2 I think that SV_Trace must be used, but how to pass through walls but not players? I saw that&nbsp;passEntityNum is an argument, but how to set that to walls?</div>
<div><br></div>
<div>

About 3 I have no idea at all...</div>
<div><br></div>
<div>If you have any pointer that could give me a clue on how to do these operations I would be very glad to hear.</div>
<div><br></div>
<div>Also I am a bit rusty with vectors so if you have a tutorial or two explaining how ioquake3 manage its vectors operations (which I have no experience with), it would also be very helpful.</div>

<div><br></div>
<div>Thank you for reading me.</div>
<div><br></div>
</div></div>
Stephen LARROQUE | 2 May 2013 01:46
Picon

Opposite of trap calls to access game private data

Is there a way to do just the opposite of trap calls, which is to access some game private data from the server system (eg: fetch variables stored in g_main.c from sv_main.c)?

If there's no currently implemented way to do so, do you think of a clean way to implement a generic way to do that (do you think that's possible?).

Note: I assume that the data one tries to access in game code is also defined in the server code, or is generic like ints.
<div><div dir="ltr">Is there a way to do just the opposite of trap calls, which is to access some game private data from the server system (eg: fetch variables stored in g_main.c from sv_main.c)?<div><br></div>
<div>If there's no currently implemented way to do so, do you think of a clean way to implement a generic way to do that (do you think that's possible?).</div>

<div><br></div>
<div>Note: I assume that the data one tries to access in game code is also defined in the server code, or is generic like ints.</div>
</div></div>
Ludwig Nussel | 15 Apr 2013 13:45
Picon
Gravatar

ARM VM in progress

Hi,

Just a quick heads up for whom it may concern. Last week was hack week
here at SUSE again and I took the chance to learn a bit about ARM. In
particular I started implementing a QVM compiler for ARM (v7, no thumb).
Some basic operations that allow the VM to complete some of the test
cases¹ are done but it's far from finished still. I hope I can find a
few hours every now and then to complete it in the future. The code I
wrote so far can be found at github².

cu
Ludwig

[1] https://github.com/lnussel/ioq3vmtest
[2] https://github.com/lnussel/ioq3/commits/armv7vm

--

-- 
  (o_   Ludwig Nussel
  //\
  V_/_  http://www.suse.de/
SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg)
_______________________________________________
ioquake3 mailing list
ioquake3 <at> lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.
Zachary | 6 Apr 2013 04:27
Gravatar

New builds to test, please!

Hey Folks,

This link:

http://ioquake3.org/files/jenkins/latest/gcc/no_options/

is to our new build artifacts from our auto build systems.
Thanks to Tim for setting that up.

If you have some time, please download one of these builds and test it out.

server.ioquake3.org is up and running for your enjoyment.

kthx,
zjs
Tim Angus | 26 Mar 2013 00:02
X-Face

Spam

Sorry about it.
Tim Angus | 25 Mar 2013 23:58

Build failed in Jenkins: ioq3 » x86_64,release,clang,all_options,linux #22

See <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/22/changes>

Changes:

[Tim Angus] Cross compiling for OS X

------------------------------------------
Started by upstream project "ioq3" build number 22
originally caused by:
 Started by user timbo
Building in workspace <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/>
Checkout:linux /
<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/>
- hudson.remoting.LocalChannel <at> 42c2b246
Using strategy: Default
Last Built Revision: Revision 01efc266541a1b43330fea3442002c105f490606 (origin/master)
Fetching changes from 1 remote Git repository
Commencing build of Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
Checking out Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
[linux] $ /bin/sh -xe /tmp/hudson3756368136770909602.sh
+ export DEBUG_MAKEFILE=1
+ ./jenkins-ci-build.sh
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
CLEAN build/debug-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
CLEAN build/release-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/misc/setup'>
rm -rf *.run image defines.m4
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/misc/setup'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
TOOLS_CLEAN build/debug-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
TOOLS_CLEAN build/release-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>

Building ioquake3 in build/release-linux-x86_64:
  PLATFORM: linux
  ARCH: x86_64
  VERSION: 1.36_GIT_352cd15-2013-03-25
  COMPILE_PLATFORM: linux
  COMPILE_ARCH: x86_64
  CC: clang

  CFLAGS:
    -Wall
    -fno-strict-aliasing
    -Wimplicit
    -Wstrict-prototypes
    -pipe
    -DUSE_ICON
    -I/usr/include/freetype2
    -DBUILD_FREETYPE
    -DNO_GZIP
    -Icode/zlib
    -DUSE_INTERNAL_JPEG
    -Icode/jpeg-8c
    -Qunused-arguments
    -DUSE_LOCAL_HEADERS
    -DPRODUCT_VERSION="1.36_GIT_352cd15-2013-03-25"
    -Wformat=2
    -Wno-format-zero-length
    -Wformat-security
    -Wno-format-nonliteral
    -Wstrict-aliasing=2
    -Wmissing-format-attribute
    -Wdisabled-optimization
    -Werror-implicit-function-declaration
    -MMD
    -DNDEBUG
    -O3
    -fomit-frame-pointer
    -funroll-loops
    -falign-loops=2
    -falign-jumps=2
    -falign-functions=2
    -fstrength-reduce
    -ffast-math

  CLIENT_CFLAGS:
    -D_GNU_SOURCE=1
    -D_REENTRANT
    -I/usr/include/SDL
    -DUSE_OPENAL
    -DUSE_OPENAL_DLOPEN
    -DUSE_CURL
    -DUSE_CURL_DLOPEN
    -DUSE_CODEC_VORBIS
    -DUSE_CODEC_OPUS
    -DOPUS_BUILD
    -DHAVE_LRINTF
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/opus-1.0.2/include
    -Icode/opus-1.0.2/celt
    -Icode/opus-1.0.2/silk
    -Icode/opus-1.0.2/silk/float
    -Icode/opusfile-0.2/include
    -Icode/libogg-1.3.0/include
    -DUSE_RENDERER_DLOPEN
    -DUSE_MUMBLE
    -DUSE_VOIP
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/libspeex/include

  SERVER_CFLAGS:
    -DUSE_VOIP

  LDFLAGS:

  LIBS:
    -ldl
    -lm

  CLIENT_LIBS:
    -lSDL
    -lrt
    -lvorbisfile
    -lvorbis

  Output:
    build/release-linux-x86_64/ioq3ded.x86_64
    build/release-linux-x86_64/ioquake3.x86_64
    build/release-linux-x86_64/renderer_opengl1_x86_64.so
    build/release-linux-x86_64/renderer_opengl2_x86_64.so
    build/release-linux-x86_64/baseq3/cgamex86_64.so
    build/release-linux-x86_64/baseq3/qagamex86_64.so
    build/release-linux-x86_64/baseq3/uix86_64.so
    build/release-linux-x86_64/missionpack/cgamex86_64.so
    build/release-linux-x86_64/missionpack/qagamex86_64.so
    build/release-linux-x86_64/missionpack/uix86_64.so
    build/release-linux-x86_64/baseq3/vm/cgame.qvm
    build/release-linux-x86_64/baseq3/vm/qagame.qvm
    build/release-linux-x86_64/baseq3/vm/ui.qvm
    build/release-linux-x86_64/missionpack/vm/qagame.qvm
    build/release-linux-x86_64/missionpack/vm/cgame.qvm
    build/release-linux-x86_64/missionpack/vm/ui.qvm

make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=all_options,PLATFORM=linux/ws/'>
Archiving artifacts
ERROR: No artifacts found that match the file pattern "build/**". Configuration error?
Build step 'Archive the artifacts' changed build result to FAILURE
Tim Angus | 25 Mar 2013 23:58

Build failed in Jenkins: ioq3 » x86,release,gcc,no_options,mingw32 #22

See <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/22/changes>

Changes:

[Tim Angus] Cross compiling for OS X

------------------------------------------
Started by upstream project "ioq3" build number 22
originally caused by:
 Started by user timbo
Building in workspace <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/>
Checkout:mingw32 /
<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/>
- hudson.remoting.LocalChannel <at> 42c2b246
Using strategy: Default
Last Built Revision: Revision 01efc266541a1b43330fea3442002c105f490606 (origin/master)
Fetching changes from 1 remote Git repository
Commencing build of Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
Checking out Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
[mingw32] $ /bin/sh -xe /tmp/hudson64387684375295345.sh
+ export DEBUG_MAKEFILE=1
+ ./jenkins-ci-build.sh
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
CLEAN build/debug-mingw32-x86
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
CLEAN build/release-mingw32-x86
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/misc/nsis'>
rm -rf *.exe ioquake3.x86.nsi
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/misc/nsis'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
TOOLS_CLEAN build/debug-mingw32-x86
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
TOOLS_CLEAN build/release-mingw32-x86
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>

Building ioquake3 in build/release-mingw32-x86:
  PLATFORM: mingw32
  ARCH: x86
  VERSION: 1.36_GIT_352cd15-2013-03-25
  COMPILE_PLATFORM: linux
  COMPILE_ARCH: x86_64
  CC: /usr/bin/i686-w64-mingw32-gcc
  WINDRES: /usr/bin/i686-w64-mingw32-windres

  CFLAGS:
    -Wall
    -fno-strict-aliasing
    -Wimplicit
    -Wstrict-prototypes
    -DUSE_ICON
    -DWINVER=0x501
    -m32
    -DNO_GZIP
    -Icode/zlib
    -DUSE_INTERNAL_JPEG
    -Icode/jpeg-8c
    -DUSE_LOCAL_HEADERS
    -DPRODUCT_VERSION="1.36_GIT_352cd15-2013-03-25"
    -Wformat=2
    -Wno-format-zero-length
    -Wformat-security
    -Wno-format-nonliteral
    -Wstrict-aliasing=2
    -Wmissing-format-attribute
    -Wdisabled-optimization
    -Werror-implicit-function-declaration
    -MMD
    -DNDEBUG
    -O3
    -march=i586
    -fno-omit-frame-pointer
    -falign-loops=2
    -funroll-loops
    -falign-jumps=2
    -falign-functions=2
    -fstrength-reduce
    -ffast-math

  CLIENT_CFLAGS:
    -DCURL_STATICLIB
    -Icode/SDL12/include
    -DUSE_OPENAL
    -DUSE_OPENAL_DLOPEN
    -DUSE_CURL
    -DUSE_CODEC_OPUS
    -DOPUS_BUILD
    -DHAVE_LRINTF
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/opus-1.0.2/include
    -Icode/opus-1.0.2/celt
    -Icode/opus-1.0.2/silk
    -Icode/opus-1.0.2/silk/float
    -Icode/opusfile-0.2/include
    -Icode/libogg-1.3.0/include
    -DUSE_RENDERER_DLOPEN
    -DUSE_MUMBLE
    -DUSE_VOIP
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/libspeex/include

  SERVER_CFLAGS:
    -DUSE_VOIP

  LDFLAGS:

  LIBS:
    -lws2_32
    -lwinmm
    -lpsapi

  CLIENT_LIBS:
    -lgdi32
    -lole32
    code/libs/win32/libcurl.a
    -lmingw32
    code/libs/win32/libSDLmain.a
    code/libs/win32/libSDL.dll.a

  Output:
    build/release-mingw32-x86/ioq3ded.x86.exe
    build/release-mingw32-x86/ioquake3.x86.exe
    build/release-mingw32-x86/renderer_opengl1_x86.dll
    build/release-mingw32-x86/renderer_opengl2_x86.dll
    build/release-mingw32-x86/baseq3/cgamex86.dll
    build/release-mingw32-x86/baseq3/qagamex86.dll
    build/release-mingw32-x86/baseq3/uix86.dll
    build/release-mingw32-x86/missionpack/cgamex86.dll
    build/release-mingw32-x86/missionpack/qagamex86.dll
    build/release-mingw32-x86/missionpack/uix86.dll
    build/release-mingw32-x86/baseq3/vm/cgame.qvm
    build/release-mingw32-x86/baseq3/vm/qagame.qvm
    build/release-mingw32-x86/baseq3/vm/ui.qvm
    build/release-mingw32-x86/missionpack/vm/qagame.qvm
    build/release-mingw32-x86/missionpack/vm/cgame.qvm
    build/release-mingw32-x86/missionpack/vm/ui.qvm

make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=mingw32/ws/'>
Archiving artifacts
ERROR: No artifacts found that match the file pattern "build/**". Configuration error?
Build step 'Archive the artifacts' changed build result to FAILURE
Tim Angus | 25 Mar 2013 23:58

Build failed in Jenkins: ioq3 » x86_64,release,gcc,all_options,linux #22

See <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/22/changes>

Changes:

[Tim Angus] Cross compiling for OS X

------------------------------------------
Started by upstream project "ioq3" build number 22
originally caused by:
 Started by user timbo
Building in workspace <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/>
Checkout:linux /
<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/>
- hudson.remoting.LocalChannel <at> 42c2b246
Using strategy: Default
Last Built Revision: Revision 01efc266541a1b43330fea3442002c105f490606 (origin/master)
Fetching changes from 1 remote Git repository
Commencing build of Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
Checking out Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
[linux] $ /bin/sh -xe /tmp/hudson3824027255530099383.sh
+ export DEBUG_MAKEFILE=1
+ ./jenkins-ci-build.sh
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
CLEAN build/debug-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
CLEAN build/release-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/misc/setup'>
rm -rf *.run image defines.m4
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/misc/setup'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
TOOLS_CLEAN build/debug-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
TOOLS_CLEAN build/release-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>

Building ioquake3 in build/release-linux-x86_64:
  PLATFORM: linux
  ARCH: x86_64
  VERSION: 1.36_GIT_352cd15-2013-03-25
  COMPILE_PLATFORM: linux
  COMPILE_ARCH: x86_64
  CC: gcc

  CFLAGS:
    -Wall
    -fno-strict-aliasing
    -Wimplicit
    -Wstrict-prototypes
    -pipe
    -DUSE_ICON
    -I/usr/include/freetype2
    -DBUILD_FREETYPE
    -DNO_GZIP
    -Icode/zlib
    -DUSE_INTERNAL_JPEG
    -Icode/jpeg-8c
    -DUSE_LOCAL_HEADERS
    -DPRODUCT_VERSION="1.36_GIT_352cd15-2013-03-25"
    -Wformat=2
    -Wno-format-zero-length
    -Wformat-security
    -Wno-format-nonliteral
    -Wstrict-aliasing=2
    -Wmissing-format-attribute
    -Wdisabled-optimization
    -Werror-implicit-function-declaration
    -MMD
    -DNDEBUG
    -O3
    -fomit-frame-pointer
    -funroll-loops
    -falign-loops=2
    -falign-jumps=2
    -falign-functions=2
    -fstrength-reduce
    -ffast-math

  CLIENT_CFLAGS:
    -D_GNU_SOURCE=1
    -D_REENTRANT
    -I/usr/include/SDL
    -DUSE_OPENAL
    -DUSE_OPENAL_DLOPEN
    -DUSE_CURL
    -DUSE_CURL_DLOPEN
    -DUSE_CODEC_VORBIS
    -DUSE_CODEC_OPUS
    -DOPUS_BUILD
    -DHAVE_LRINTF
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/opus-1.0.2/include
    -Icode/opus-1.0.2/celt
    -Icode/opus-1.0.2/silk
    -Icode/opus-1.0.2/silk/float
    -Icode/opusfile-0.2/include
    -Icode/libogg-1.3.0/include
    -DUSE_RENDERER_DLOPEN
    -DUSE_MUMBLE
    -DUSE_VOIP
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/libspeex/include

  SERVER_CFLAGS:
    -DUSE_VOIP

  LDFLAGS:

  LIBS:
    -ldl
    -lm

  CLIENT_LIBS:
    -lSDL
    -lrt
    -lvorbisfile
    -lvorbis

  Output:
    build/release-linux-x86_64/ioq3ded.x86_64
    build/release-linux-x86_64/ioquake3.x86_64
    build/release-linux-x86_64/renderer_opengl1_x86_64.so
    build/release-linux-x86_64/renderer_opengl2_x86_64.so
    build/release-linux-x86_64/baseq3/cgamex86_64.so
    build/release-linux-x86_64/baseq3/qagamex86_64.so
    build/release-linux-x86_64/baseq3/uix86_64.so
    build/release-linux-x86_64/missionpack/cgamex86_64.so
    build/release-linux-x86_64/missionpack/qagamex86_64.so
    build/release-linux-x86_64/missionpack/uix86_64.so
    build/release-linux-x86_64/baseq3/vm/cgame.qvm
    build/release-linux-x86_64/baseq3/vm/qagame.qvm
    build/release-linux-x86_64/baseq3/vm/ui.qvm
    build/release-linux-x86_64/missionpack/vm/qagame.qvm
    build/release-linux-x86_64/missionpack/vm/cgame.qvm
    build/release-linux-x86_64/missionpack/vm/ui.qvm

make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=all_options,PLATFORM=linux/ws/'>
Archiving artifacts
ERROR: No artifacts found that match the file pattern "build/**". Configuration error?
Build step 'Archive the artifacts' changed build result to FAILURE
Tim Angus | 25 Mar 2013 23:58

Build failed in Jenkins: ioq3 » x86_64,release,gcc,no_options,linux #22

See <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/22/changes>

Changes:

[Tim Angus] Cross compiling for OS X

------------------------------------------
Started by upstream project "ioq3" build number 22
originally caused by:
 Started by user timbo
Building in workspace <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/>
Checkout:linux /
<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/>
- hudson.remoting.LocalChannel <at> 42c2b246
Using strategy: Default
Last Built Revision: Revision 01efc266541a1b43330fea3442002c105f490606 (origin/master)
Fetching changes from 1 remote Git repository
Commencing build of Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
Checking out Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
[linux] $ /bin/sh -xe /tmp/hudson582611139220893146.sh
+ export DEBUG_MAKEFILE=1
+ ./jenkins-ci-build.sh
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
CLEAN build/debug-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
CLEAN build/release-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/misc/setup'>
rm -rf *.run image defines.m4
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/misc/setup'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
TOOLS_CLEAN build/debug-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
TOOLS_CLEAN build/release-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>

Building ioquake3 in build/release-linux-x86_64:
  PLATFORM: linux
  ARCH: x86_64
  VERSION: 1.36_GIT_352cd15-2013-03-25
  COMPILE_PLATFORM: linux
  COMPILE_ARCH: x86_64
  CC: gcc

  CFLAGS:
    -Wall
    -fno-strict-aliasing
    -Wimplicit
    -Wstrict-prototypes
    -pipe
    -DUSE_ICON
    -DNO_GZIP
    -Icode/zlib
    -DUSE_INTERNAL_JPEG
    -Icode/jpeg-8c
    -DUSE_LOCAL_HEADERS
    -DPRODUCT_VERSION="1.36_GIT_352cd15-2013-03-25"
    -Wformat=2
    -Wno-format-zero-length
    -Wformat-security
    -Wno-format-nonliteral
    -Wstrict-aliasing=2
    -Wmissing-format-attribute
    -Wdisabled-optimization
    -Werror-implicit-function-declaration
    -MMD
    -DNDEBUG
    -O3
    -fomit-frame-pointer
    -funroll-loops
    -falign-loops=2
    -falign-jumps=2
    -falign-functions=2
    -fstrength-reduce
    -ffast-math

  CLIENT_CFLAGS:
    -D_GNU_SOURCE=1
    -D_REENTRANT
    -I/usr/include/SDL
    -DUSE_OPENAL
    -DUSE_OPENAL_DLOPEN
    -DUSE_CURL
    -DUSE_CURL_DLOPEN
    -DUSE_CODEC_OPUS
    -DOPUS_BUILD
    -DHAVE_LRINTF
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/opus-1.0.2/include
    -Icode/opus-1.0.2/celt
    -Icode/opus-1.0.2/silk
    -Icode/opus-1.0.2/silk/float
    -Icode/opusfile-0.2/include
    -Icode/libogg-1.3.0/include
    -DUSE_RENDERER_DLOPEN
    -DUSE_MUMBLE
    -DUSE_VOIP
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/libspeex/include

  SERVER_CFLAGS:
    -DUSE_VOIP

  LDFLAGS:

  LIBS:
    -ldl
    -lm

  CLIENT_LIBS:
    -lSDL
    -lrt

  Output:
    build/release-linux-x86_64/ioq3ded.x86_64
    build/release-linux-x86_64/ioquake3.x86_64
    build/release-linux-x86_64/renderer_opengl1_x86_64.so
    build/release-linux-x86_64/renderer_opengl2_x86_64.so
    build/release-linux-x86_64/baseq3/cgamex86_64.so
    build/release-linux-x86_64/baseq3/qagamex86_64.so
    build/release-linux-x86_64/baseq3/uix86_64.so
    build/release-linux-x86_64/missionpack/cgamex86_64.so
    build/release-linux-x86_64/missionpack/qagamex86_64.so
    build/release-linux-x86_64/missionpack/uix86_64.so
    build/release-linux-x86_64/baseq3/vm/cgame.qvm
    build/release-linux-x86_64/baseq3/vm/qagame.qvm
    build/release-linux-x86_64/baseq3/vm/ui.qvm
    build/release-linux-x86_64/missionpack/vm/qagame.qvm
    build/release-linux-x86_64/missionpack/vm/cgame.qvm
    build/release-linux-x86_64/missionpack/vm/ui.qvm

make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=linux/ws/'>
Archiving artifacts
ERROR: No artifacts found that match the file pattern "build/**". Configuration error?
Build step 'Archive the artifacts' changed build result to FAILURE
Tim Angus | 25 Mar 2013 23:58

Build failed in Jenkins: ioq3 » x86_64,release,clang,no_options,linux #22

See <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/22/changes>

Changes:

[Tim Angus] Cross compiling for OS X

------------------------------------------
Started by upstream project "ioq3" build number 22
originally caused by:
 Started by user timbo
Building in workspace <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/>
Checkout:linux /
<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/>
- hudson.remoting.LocalChannel <at> 42c2b246
Using strategy: Default
Last Built Revision: Revision 01efc266541a1b43330fea3442002c105f490606 (origin/master)
Fetching changes from 1 remote Git repository
Commencing build of Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
Checking out Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
[linux] $ /bin/sh -xe /tmp/hudson4775335131585464237.sh
+ export DEBUG_MAKEFILE=1
+ ./jenkins-ci-build.sh
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
CLEAN build/debug-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
CLEAN build/release-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/misc/setup'>
rm -rf *.run image defines.m4
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/misc/setup'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
TOOLS_CLEAN build/debug-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
TOOLS_CLEAN build/release-linux-x86_64
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>

Building ioquake3 in build/release-linux-x86_64:
  PLATFORM: linux
  ARCH: x86_64
  VERSION: 1.36_GIT_352cd15-2013-03-25
  COMPILE_PLATFORM: linux
  COMPILE_ARCH: x86_64
  CC: clang

  CFLAGS:
    -Wall
    -fno-strict-aliasing
    -Wimplicit
    -Wstrict-prototypes
    -pipe
    -DUSE_ICON
    -DNO_GZIP
    -Icode/zlib
    -DUSE_INTERNAL_JPEG
    -Icode/jpeg-8c
    -Qunused-arguments
    -DUSE_LOCAL_HEADERS
    -DPRODUCT_VERSION="1.36_GIT_352cd15-2013-03-25"
    -Wformat=2
    -Wno-format-zero-length
    -Wformat-security
    -Wno-format-nonliteral
    -Wstrict-aliasing=2
    -Wmissing-format-attribute
    -Wdisabled-optimization
    -Werror-implicit-function-declaration
    -MMD
    -DNDEBUG
    -O3
    -fomit-frame-pointer
    -funroll-loops
    -falign-loops=2
    -falign-jumps=2
    -falign-functions=2
    -fstrength-reduce
    -ffast-math

  CLIENT_CFLAGS:
    -D_GNU_SOURCE=1
    -D_REENTRANT
    -I/usr/include/SDL
    -DUSE_OPENAL
    -DUSE_OPENAL_DLOPEN
    -DUSE_CURL
    -DUSE_CURL_DLOPEN
    -DUSE_CODEC_OPUS
    -DOPUS_BUILD
    -DHAVE_LRINTF
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/opus-1.0.2/include
    -Icode/opus-1.0.2/celt
    -Icode/opus-1.0.2/silk
    -Icode/opus-1.0.2/silk/float
    -Icode/opusfile-0.2/include
    -Icode/libogg-1.3.0/include
    -DUSE_RENDERER_DLOPEN
    -DUSE_MUMBLE
    -DUSE_VOIP
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/libspeex/include

  SERVER_CFLAGS:
    -DUSE_VOIP

  LDFLAGS:

  LIBS:
    -ldl
    -lm

  CLIENT_LIBS:
    -lSDL
    -lrt

  Output:
    build/release-linux-x86_64/ioq3ded.x86_64
    build/release-linux-x86_64/ioquake3.x86_64
    build/release-linux-x86_64/renderer_opengl1_x86_64.so
    build/release-linux-x86_64/renderer_opengl2_x86_64.so
    build/release-linux-x86_64/baseq3/cgamex86_64.so
    build/release-linux-x86_64/baseq3/qagamex86_64.so
    build/release-linux-x86_64/baseq3/uix86_64.so
    build/release-linux-x86_64/missionpack/cgamex86_64.so
    build/release-linux-x86_64/missionpack/qagamex86_64.so
    build/release-linux-x86_64/missionpack/uix86_64.so
    build/release-linux-x86_64/baseq3/vm/cgame.qvm
    build/release-linux-x86_64/baseq3/vm/qagame.qvm
    build/release-linux-x86_64/baseq3/vm/ui.qvm
    build/release-linux-x86_64/missionpack/vm/qagame.qvm
    build/release-linux-x86_64/missionpack/vm/cgame.qvm
    build/release-linux-x86_64/missionpack/vm/ui.qvm

make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86_64,BUILD_TYPE=release,CC=clang,OPTIONS=no_options,PLATFORM=linux/ws/'>
Archiving artifacts
ERROR: No artifacts found that match the file pattern "build/**". Configuration error?
Build step 'Archive the artifacts' changed build result to FAILURE
Tim Angus | 25 Mar 2013 23:58

Build failed in Jenkins: ioq3 » x86,release,gcc,no_options,darwin #22

See <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/22/>

------------------------------------------
Started by upstream project "ioq3" build number 22
originally caused by:
 Started by user timbo
Building in workspace <http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/>
Checkout:darwin /
<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/>
- hudson.remoting.LocalChannel <at> 42c2b246
Using strategy: Default
Cloning the remote Git repository
Cloning repository https://github.com/ioquake/ioq3.git
git --version
git version 1.7.9.5
Commencing build of Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
Checking out Revision 352cd151e03fbf6dbf3979c413abedd41928a38c (origin/master)
No change to record in branch origin/master
[darwin] $ /bin/sh -xe /tmp/hudson8130881238688928655.sh
+ export DEBUG_MAKEFILE=1
+ ./jenkins-ci-build.sh
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
CLEAN build/debug-darwin-x86
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
CLEAN build/release-darwin-x86
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/misc/setup'>
rm -rf *.run image defines.m4
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/misc/setup'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
TOOLS_CLEAN build/debug-darwin-x86
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
TOOLS_CLEAN build/release-darwin-x86
make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
make[1]: Entering directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>

Building ioquake3 in build/release-darwin-x86:
  PLATFORM: darwin
  ARCH: x86
  VERSION: 1.36_GIT_352cd15-2013-03-25
  COMPILE_PLATFORM: linux
  COMPILE_ARCH: x86_64
  CC: i686-apple-darwin10-gcc

  CFLAGS:
    -Wall
    -Wimplicit
    -Wstrict-prototypes
    -arch
    i386
    -m32
    -mstackrealign
    -fno-strict-aliasing
    -DMACOS_X
    -fno-common
    -pipe
    -D_THREAD_SAFE=1
    -Icode/SDL12/include
    -DNO_GZIP
    -Icode/zlib
    -DUSE_INTERNAL_JPEG
    -Icode/jpeg-8c
    -DUSE_LOCAL_HEADERS
    -DPRODUCT_VERSION="1.36_GIT_352cd15-2013-03-25"
    -Wformat=2
    -Wno-format-zero-length
    -Wformat-security
    -Wno-format-nonliteral
    -Wstrict-aliasing=2
    -Wmissing-format-attribute
    -Wdisabled-optimization
    -Werror-implicit-function-declaration
    -MMD
    -DNDEBUG
    -march=prescott
    -mfpmath=sse
    -falign-loops=16
    -ffast-math

  CLIENT_CFLAGS:
    -DUSE_OPENAL
    -DUSE_OPENAL_DLOPEN
    -DUSE_CURL
    -DUSE_CURL_DLOPEN
    -DUSE_CODEC_OPUS
    -DOPUS_BUILD
    -DHAVE_LRINTF
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/opus-1.0.2/include
    -Icode/opus-1.0.2/celt
    -Icode/opus-1.0.2/silk
    -Icode/opus-1.0.2/silk/float
    -Icode/opusfile-0.2/include
    -Icode/libogg-1.3.0/include
    -DUSE_RENDERER_DLOPEN
    -DUSE_MUMBLE
    -DUSE_VOIP
    -DFLOATING_POINT
    -DUSE_ALLOCA
    -Icode/libspeex/include

  SERVER_CFLAGS:
    -DUSE_VOIP

  LDFLAGS:

  LIBS:
    -framework
    Cocoa

  CLIENT_LIBS:
    -framework
    IOKit
    code/libs/macosx/libSDL-1.2.0.dylib

  Output:
    build/release-darwin-x86/ioq3ded.x86
    build/release-darwin-x86/ioquake3.x86
    build/release-darwin-x86/renderer_opengl1_x86.dylib
    build/release-darwin-x86/renderer_opengl2_x86.dylib
    build/release-darwin-x86/baseq3/cgamex86.dylib
    build/release-darwin-x86/baseq3/qagamex86.dylib
    build/release-darwin-x86/baseq3/uix86.dylib
    build/release-darwin-x86/missionpack/cgamex86.dylib
    build/release-darwin-x86/missionpack/qagamex86.dylib
    build/release-darwin-x86/missionpack/uix86.dylib
    build/release-darwin-x86/baseq3/vm/cgame.qvm
    build/release-darwin-x86/baseq3/vm/qagame.qvm
    build/release-darwin-x86/baseq3/vm/ui.qvm
    build/release-darwin-x86/missionpack/vm/qagame.qvm
    build/release-darwin-x86/missionpack/vm/cgame.qvm
    build/release-darwin-x86/missionpack/vm/ui.qvm

make[1]: Leaving directory `<http://jenkins.ioquake3.org:8080/job/ioq3/./ARCH=x86,BUILD_TYPE=release,CC=gcc,OPTIONS=no_options,PLATFORM=darwin/ws/'>
Archiving artifacts
ERROR: No artifacts found that match the file pattern "build/**". Configuration error?
Build step 'Archive the artifacts' changed build result to FAILURE

Gmane