Subject: pkg/24776: mplayer fails to build when SDL support is disabled
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <jmmv@menta.net>
List: netbsd-bugs
Date: 03/14/2004 13:38:28
>Number:         24776
>Category:       pkg
>Synopsis:       mplayer fails to build when SDL support is disabled
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Mar 14 12:39:00 UTC 2004
>Closed-Date:
>Last-Modified:
>Originator:     Julio M. Merino Vidal
>Release:        NetBSD 1.6ZK
>Organization:
Julio M. Merino Vidal <jmmv@menta.net>
The NetBSD Project - http://www.NetBSD.org/
>Environment:
	
	
System: NetBSD dawn.local 1.6ZK NetBSD 1.6ZK (DAWN) #2: Fri Mar 5 14:40:28 CET 2004 jmmv@dawn.local:/home/build/obj/usr/src/sys/arch/i386/compile/DAWN i386
Architecture: i386
Machine: i386
>Description:
        Disabling SDL support when building mplayer ends up building a broken
        package.  The binary misses some rpath's, so pkgsrc complains about
        them if PKG_DEVELOPER is yes (and mplayer won't work at runtime).
        I think this is caused by some buildlink3 problem.
>How-To-Repeat:
        Build and install mplayer with the following command; see how
        everything goes fine but fails after installation; errors about
        missing paths to libraries are shown:

        $ make install MPLAYER_DISABLE_DRIVERS="arts esd nas sdl" PKG_DEVELOPER="yes"

        Try again w/ SDL and see how it works:

        $ make install MPLAYER_DISABLE_DRIVERS="arts esd nas" PKG_DEVELOPER="yes"
>Fix:
        Unknown.
>Release-Note:
>Audit-Trail:
>Unformatted: