From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 14 22:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED9A1FC3 for ; Thu, 14 Nov 2013 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5C0C24B0 for ; Thu, 14 Nov 2013 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAEMo0nX048676 for ; Thu, 14 Nov 2013 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAEMo0tr048675; Thu, 14 Nov 2013 22:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 14 Nov 2013 22:50:00 GMT Resent-Message-Id: <201311142250.rAEMo0tr048675@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, Jan Kokemüller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1640AF10 for ; Thu, 14 Nov 2013 22:44:01 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05AA42477 for ; Thu, 14 Nov 2013 22:44:01 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAEMi0cm079145 for ; Thu, 14 Nov 2013 22:44:00 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAEMi0Jo079006; Thu, 14 Nov 2013 22:44:00 GMT (envelope-from nobody) Message-Id: <201311142244.rAEMi0Jo079006@oldred.freebsd.org> Date: Thu, 14 Nov 2013 22:44:00 GMT From: Jan Kokemüller To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/183975: devel/sdl20: update to 2.0.1 broke apps compiled against 2.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 22:50:01 -0000 >Number: 183975 >Category: ports >Synopsis: devel/sdl20: update to 2.0.1 broke apps compiled against 2.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 14 22:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Kokemüller >Release: 10-STABLE >Organization: >Environment: >Description: Programs that have been compiled against the SDL2-2.0.0 package won't work with the 2.0.1 package because the library name changed from libSDL2-2.0.so.0 to libSDL2-2.0.so.1. I think upstream's intent is that programs keep working when there are only minor updates to the SDL library. Other OSs use libSDL2-2.0.so.0 and libSDL2-2.0.so.0.1.0 for SDL2-2.0.1, keeping compatibility with apps linked against 2.0.0. - https://www.archlinux.org/packages/extra/x86_64/sdl2/ - http://koji.fedoraproject.org/koji/rpminfo?rpmID=4545741 Something weird seems to be going on when building on FreeBSD. I will try to investigate further. >How-To-Repeat: - build some application against SDL2-2.0.0 - upgrade SDL to 2.0.1 - application stops working as it can't find libSDL2-2.0.so.0. >Fix: >Release-Note: >Audit-Trail: >Unformatted: