Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 206890 - media-gfx/gimp-2.4.2 won't compile because alsa-lib was compiled with the midi flag (but it wasn't)
Summary: media-gfx/gimp-2.4.2 won't compile because alsa-lib was compiled with the mid...
Status: RESOLVED WONTFIX
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: 2008-01-21 17:09 UTC by Gabriel Rossetti
Modified: 2008-01-21 20:44 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 Gabriel Rossetti 2008-01-21 17:09:27 UTC
gimp 2.4.2 won't compile because alsa-lib was compiled with the midi flag, but it wasn't, I have no midi flag for the currently installed alsa-lib package (alsa-lib-1.0.13) and I even tried to recompile it (same version), it still does the same thing. The reason I won' t upgrade alsa-lib is because the current version has problems with my sound card.

Reproducible: Always

Steps to Reproduce:
1. emerge -v gimp
Actual Results:  
media-libs/alsa-lib-1.0.13 does not actually support the midi USE flag!

Expected Results:  
It should emerge it :-)
Comment 1 nikos roussos 2008-01-21 17:28:36 UTC
since alsa-lib-1.0.13 don't have a midi flag, is gimp-2.4.2 successfully emerged is you comment the midi flag check?

/usr/portage/media-gfx/gimp/gimp-2.4.2.ebuild
(lines 59-62)
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-01-21 18:06:05 UTC
Upgrade alsa-*; nothing to fix here. Thanks.
Comment 3 Gabriel Rossetti 2008-01-21 20:44:15 UTC
(In reply to comment #1)
> since alsa-lib-1.0.13 don't have a midi flag, is gimp-2.4.2 successfully
> emerged is you comment the midi flag check?
> 
> /usr/portage/media-gfx/gimp/gimp-2.4.2.ebuild
> (lines 59-62)
> 

Yes, if I comment them out it compiles fine and also works fine.

I don't understand what alsa has to do with the gimp I must say....

I'll use your workaround, even though I don't really like workarounds, but if I do update alsa-lib, then my mic doesn't work anymore and my sound crackles...

Gabriel