From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 21 16:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C606106567B for ; Sun, 21 Sep 2008 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 492BA8FC18 for ; Sun, 21 Sep 2008 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8LGK1Ix089303 for ; Sun, 21 Sep 2008 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8LGK1M4089302; Sun, 21 Sep 2008 16:20:01 GMT (envelope-from gnats) Resent-Date: Sun, 21 Sep 2008 16:20:01 GMT Resent-Message-Id: <200809211620.m8LGK1M4089302@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Patrick Scheible Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ED4B106566B for ; Sun, 21 Sep 2008 16:18:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA5B8FC08 for ; Sun, 21 Sep 2008 16:18:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id m8LGIglv045352 for ; Sun, 21 Sep 2008 16:18:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id m8LGIg9h045351; Sun, 21 Sep 2008 16:18:42 GMT (envelope-from nobody) Message-Id: <200809211618.m8LGIg9h045351@www.freebsd.org> Date: Sun, 21 Sep 2008 16:18:42 GMT From: Patrick Scheible To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127525: Pysol links to libSDL-1.2.so.11, should link to libSDL.so.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2008 16:20:01 -0000 >Number: 127525 >Category: ports >Synopsis: Pysol links to libSDL-1.2.so.11, should link to libSDL.so.11 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Sep 21 16:20:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Patrick Scheible >Release: 6.3-RC2 (DesktopBSD 1.6) >Organization: >Environment: FreeBSD chai.my.domain 6.3-RC2 FreeBSD 6.3-RC2 #30: Sun Jan 6 01:54:42 UTC 2008 root@tinderbox.3c-consulting.lokal:/usr/obj/usr/src/sys/SMP i386 >Description: Port games/pysol version 4.82_1 tries to use library libSDL-1.2.so.11. That library is called libSDL.so.11. >How-To-Repeat: kkt@chai /home/kkt> pysol Traceback (most recent call last): File "/usr/local/share/pysol/src/pysol.py", line 47, in from main import main File "/usr/local/share/pysol/src/main.py", line 48, in from app import Application File "/usr/local/share/pysol/src/app.py", line 54, in from images import Images, SubsampledImages File "/usr/local/share/pysol/src/images.py", line 47, in from pysoltk import tkversion, loadImage, copyImage, createImage File "/usr/local/share/pysol/src/pysoltk.py", line 81, in exec "from " + m + " import *" File "", line 1, in File "/usr/local/share/pysol/src/tk/soundoptionsdialog.py", line 44, in from pysolaudio import pysolsoundserver File "/usr/local/share/pysol/src/pysolaudio.py", line 44, in import pysolsoundserver ImportError: Shared object "libSDL-1.2.so.11" not found, required by "pysolsoundserver.so" >Fix: Workaround: In /usr/local/lib, chai# ln -s libSDL.so.11 libSDL-1.2.so.11 >Release-Note: >Audit-Trail: >Unformatted: