Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2011 19:37:34 GMT
From:      Ken Moore <ken@pcbsd.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162596: games/ember: Typo in required lib at runtime
Message-ID:  <201111151937.pAFJbYZc094461@red.freebsd.org>
Resent-Message-ID: <201111151940.pAFJe9SK028806@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         162596
>Category:       ports
>Synopsis:       games/ember: Typo in required lib at runtime
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 15 19:40:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ken Moore
>Release:        9.0-RC1
>Organization:
PCBSD
>Environment:
FreeBSD Shinobi 9.0-RC1 FreeBSD 9.0-RC1 #3: Tue Oct 18 09:59:23 PDT 2011
root@build9x64.pcbsd.org:/usr/obj/pcbsd-build90/fbsd-source/9.0/sys/GENERIC amd64
>Description:
games/ember has a typo in the name of a required library that crashes the program at runtime.
Error: Shared object "libCEGUITinyXMLParser-0.7.5.so" not found, required by "ember.bin"
Available lib (by find . | grep libCEGUITinyXMLParser): "libCEGUITinyXMLParser-0.7.so.5"
>How-To-Repeat:
Run "ember" command and start the program, once the backend is finished initializing and it begins to start the GUI, it fails with the described error.
>Fix:
Fix the typo in the program that turned "*.so.5" into "*.5.so"

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111151937.pAFJbYZc094461>