Bug 118893 - games/rtcw does not work on FreeBSD 7.0-BETA4 AMD64
Summary: games/rtcw does not work on FreeBSD 7.0-BETA4 AMD64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-20 17:10 UTC by Hardy Schumacher
Modified: 2007-12-20 17:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hardy Schumacher 2007-12-20 17:10:02 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-20 17:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-12-20 17:45:24 UTC
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"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-12-20 17:46:16 UTC
State Changed
From-To: open->closed

The missing libGL dependency was added.