After installing games/rtcw and copying of additional required original files, following output is shown when starting wolf/wolfsp: Wolf 1.41 linux-i386 Dec 4 2002 ----- FS_Startup ----- Current search path: /home/iceman/.wolf/main /usr/local/share/rtcw/main/sp_pak3.pk3 (14 files) /usr/local/share/rtcw/main/sp_pak2.pk3 (232 files) /usr/local/share/rtcw/main/sp_pak1.pk3 (1342 files) /usr/local/share/rtcw/main/pak0.pk3 (4775 files) /usr/local/share/rtcw/main ---------------------- 6363 files in pk3 files execing default.cfg couldn't exec language.cfg couldn't exec wolfconfig.cfg couldn't exec autoexec.cfg Hunk_Clear: reset the hunk ok Bypassing CD checks ----- Client Initialization ----- Cmd_AddCommand: map_restart already defined ----- Initializing Renderer ---- ------------------------------- ----- Client Initialization Complete ----- ----- R_Init ----- ..loading libGL.so.1: QGL_Init: Can't load libGL.so.1 from /etc/ld.so.conf or current dir: /usr/local/share/rtcw/libGL.so.1: cannot open shared object file: No such file or directory failed ----- CL_Shutdown ----- RE_Shutdown( 1 ) ----------------------- ----- CL_Shutdown ----- ----------------------- Sys_Error: GLimp_Init() - could not load OpenGL subsystem Fix: n/a How-To-Repeat: Install games/rtcw, copy additional required original files into specified directory and start wolf or wolfsp. I tried it several times and got always the same output on the console.
Responsible Changed From-To: freebsd-ports-bugs->alepulver Over to maintainer (via the GNATS Auto Assign Tool)
alepulver 2007-12-20 17:45:18 UTC FreeBSD ports repository Modified files: games/rtcw Makefile Log: - Remove IA32_BINARY_PORT (not intended to be used with Linux binaries). - Add missing GL dependency (USE_GL=linux). PR: ports/118893 Submitted by: Hardy Schumacher <hardy.schumacher@amd.com> Revision Changes Path 1.26 +1 -1 ports/games/rtcw/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed The missing libGL dependency was added.