Solved [Solved]Can't build Sauerbraten from ports

This is what I get when I run sudo make
Code:
===>  Building for sauerbraten-20130203
gmake[2]: Entering directory `/usr/ports/games/sauerbraten/work/sauerbraten/src'
gmake	-C enet/ all
gmake[3]: Entering directory `/usr/ports/games/sauerbraten/work/sauerbraten/src/enet'
CDPATH="${ZSH_VERSION+.}:" && cd . && true -Im4
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/usr/ports/games/sauerbraten/work/sauerbraten/src/enet'
c++ -O2 -pipe -fno-strict-aliasing -Wall -fsigned-char -fno-exceptions -fno-rtti -o sauer_client shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o engine/command.o engine/console.o engine/cubeloader.o engine/decal.o engine/dynlight.o engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o engine/octarender.o engine/physics.o engine/pvs.o engine/rendergl.o engine/rendermodel.o engine/renderparticles.o engine/rendersky.o engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/water.o engine/world.o engine/worldio.o fpsgame/ai.o fpsgame/client.o fpsgame/entities.o fpsgame/fps.o fpsgame/monster.o fpsgame/movable.o fpsgame/render.o fpsgame/scoreboard.o fpsgame/server.o fpsgame/waypoint.o fpsgame/weapon.o -Lenet/.libs -lenet `/usr/local/bin/sdl-config --libs` -L/usr/local/lib -lSDL_image -lSDL_mixer -lz -lGL
/usr/bin/ld: �: invalid DSO for symbol `XFree' definition
/usr/local/lib/libX11.so.6: could not read symbols: Bad value
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [client] Error 1
gmake[2]: Leaving directory `/usr/ports/games/sauerbraten/work/sauerbraten/src'
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/games/sauerbraten
*** Error code 1

Stop.
make: stopped in /usr/ports/games/sauerbraten

MAKE_JOBS_UNSAFE is already set to yes.
 
Re: Can't build Sauerbraten from ports

Hi. That file doesn't exist.
P.S.: I'm on 10.0-RELEASE. Fresh install.
 
Re: Can't build Sauerbraten from ports

Come on, I can't be the only person who uses FreeBSD and wants to play Sauerbraten :/
Nobody did recently compile that port?
 
Re: Can't build Sauerbraten from ports

The games/sauerbraten port was updated on the 25th of January for this exact issue. See PR #185033 for more information. This error would suggest your ports tree and installed ports need to be updated. Once your ports are updated, this port should install fine given you have no other issues preventing that.
 
Re: Can't build Sauerbraten from ports

I updated the ports collection a few days ago... But I don't remember the exact date, so I'll try doing it again.
Thanks! :)
 
Back
Top