Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23465 - timidity ignores -arts use-flag
Summary: timidity ignores -arts use-flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-25 09:27 UTC by bdonlan
Modified: 2003-08-02 10:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bdonlan 2003-06-25 09:27:18 UTC
I have arts installed, but when I type:
USE=-arts emerge timidity++
timidity is compiled with arts support. Since I do not actually run the arts
daemon, timitity fails to start.

Reproducible: Always
Steps to Reproduce:
1. Install arts
2. USE=-arts emerge timidity++
3. Without running arts, attempt to run timidity

Actual Results:  
aRts init failed: can't connect to aRts soundserver
Couldn't open Arts device


Expected Results:  
Music should have played, via another audio output, such as OSS or ALSA.

Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 Celeron (Coppermine)
GENTOO_MIRRORS="http://gentoo.seren.com/gentoo rsync://gentoo.seren.com/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config
/usr/X11R6/lib/X11/xkb:/usr/kde/3.1/share/config:/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi gif jpeg libg++ mikmod mpeg ncurses nls pdflib png
quicktime spell xml2 xmms xv gdbm berkdb slang readline tetex svga java guile
sdl gpm tcpd pam libwww ssl python esd imlib qt motif opengl mozilla cdr -arts
mysql cups tcltk X gtk -gnome alsa kde crypt emacs encode ipv6 mmx oggvorbis
perl truetype zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i686 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Douglas Russell (RETIRED) gentoo-dev 2003-08-02 05:39:56 UTC
This is most likely due to something you have emerged earlier which links to arts, and timidity++ also links to. Try re-emerging any such packages (with "-arts" of course, and "alsa" if that's what your trying to use) and then re-emerge timidity++.

Puggy
Comment 2 bdonlan 2003-08-02 08:58:39 UTC
Which packages might those be?
Comment 3 Douglas Russell (RETIRED) gentoo-dev 2003-08-02 10:11:28 UTC
Ok. Scratch that. I think the problem lies that your path is choosing to execute the timidity provided by kdemultimedia instead of the one emerged with media-sound/timidity++.

which timidity
should tell you which binary is being used.
You want to be using /usr/bin/timidity to use the media-sound/timidity++ package.

Puggy
Comment 4 Douglas Russell (RETIRED) gentoo-dev 2003-08-02 10:18:17 UTC
media-sound/timidity++ has no arts options so the above is almost certainly the problem.

Puggy
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2003-08-02 10:19:36 UTC
PATH issue, closing.
Comment 6 bdonlan 2003-08-02 10:30:02 UTC
That fixes it, thanks.