Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161996 - media-sound/timidity++-2.13.2-r3 miscompiled w/ USE=motif
Summary: media-sound/timidity++-2.13.2-r3 miscompiled w/ USE=motif
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
: 162216 163027 (view as bug list)
Depends on:
Blocks: 161386
  Show dependency tree
 
Reported: 2007-01-14 08:17 UTC by Gordon Malm (RETIRED)
Modified: 2007-01-21 19:43 UTC (History)
3 users (show)

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


Attachments
Updated ebuild with USE=motif problem fixed. (timidity++-2.13.2-r4.ebuild,4.37 KB, text/plain)
2007-01-14 08:19 UTC, Gordon Malm (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gordon Malm (RETIRED) gentoo-dev 2007-01-14 08:17:45 UTC
If USE=motif many other ./configure options get over-ridden.

Most importantly,  "--with-default-output=alsa --enable-alsaseq",  which normally get enabled with USE=alsa.

Without these two configure options /etc/init.d/timidity start fails because -iA support does not get compiled in.

Error in the ebuild at line 82:

myconf="--enable-motif --with-x"

should be:

myconf="${myconf} --enable-motif --with-x"

Updated ebuild incoming.

Reproducible: Always
Comment 1 Gordon Malm (RETIRED) gentoo-dev 2007-01-14 08:19:58 UTC
Created attachment 106908 [details]
Updated ebuild with USE=motif problem fixed.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-15 15:47:17 UTC
*** Bug 162216 has been marked as a duplicate of this bug. ***
Comment 3 Gordon Malm (RETIRED) gentoo-dev 2007-01-19 17:04:02 UTC
This bug is almost a week old, is in a newly stabilized package, breaks major functionality and is trivial to fix.  Can someone commit this already?
Comment 4 Gordon Malm (RETIRED) gentoo-dev 2007-01-19 17:08:52 UTC
oops
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-01-21 05:12:51 UTC
*** Bug 163027 has been marked as a duplicate of this bug. ***
Comment 6 Renato Alves 2007-01-21 05:54:41 UTC
I'm sorry about the duplicate..

About the second part of the other bug:

>I'm also having troubles playing midi files with normal user. Root can play
>files fine with # timidity midi.file but the same command by the user gives:
>Probable source loop in configuration files
>timidity: Can't read any configuration file.
>Please check /usr/share/timidity/timidity.cfg
>
>The /etc/timidity.cfg file is still the original.
>
>Already run eselect a couple of times as this was an already mentioned and
>solved bug, but still doesn't work.

I found that the problem was the symlink in /usr/share/timidity/ current->/usr/share/timidity/
The strange thing is that eselect tool doesn't change the symlink. I tried deleting it and eselect didn't make another.

Can this be a problem is the eselect timidity module? As far as I understood the "current" symlink is what defines if eawpatches, shompatches or freepats is used in timidity.
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-01-21 19:43:44 UTC
Sorry for being late, fixed now.