Subject: pkg/33864: arts is listed as an option but disabling it causes mplayer or SDL to fail to build
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <onatto@gmail.com>
List: pkgsrc-bugs
Date: 06/29/2006 12:05:00
>Number:         33864
>Category:       pkg
>Synopsis:       arts is listed as an option but disabling it causes mplayer or SDL to fail to build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 29 12:05:00 +0000 2006
>Originator:     M.O.I.
>Release:        3.0
>Organization:
>Environment:
NetBSD  3.0 NetBSD 3.0 (GENERIC) #0: Mon Dec 19 01:04:02 UTC 2005  builds@works.netbsd.org:/home/builds/ab/netbsd-3-0-RELEASE/i386/200512182024Z-obj/home/builds/ab/netbsd-3-0-RELEASE/src/sys/arch/i386/compile/GENERIC i386

>Description:
The problem involves devel/SDL and multimedia/mplayer packages and
probably some others which has an option "arts". These packages list
"arts" as an option when requested by "make show-options" but they 
fail to build when arts is disabled by "PKG_OPTIONS.SDL+=-arts" or
"PKG_OPTIONS.mplayer+=-arts". They give an error "arts is not 
installed, can't buildlink". Although not directly relevant, the 
reason I don't wan't to build arts is that it depends on qt and it
takes ages to build it.

>How-To-Repeat:
Try to build devel/SDL or multimedia/mplayer by setting the variable
PKG_OPTIONS.<package name>+=-arts.

>Fix:
-not known-