Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518004 - games-engines/scummvm-1.7.0: configure option broken for fluidsynth
Summary: games-engines/scummvm-1.7.0: configure option broken for fluidsynth
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-24 18:02 UTC by Ville Aakko
Modified: 2014-07-24 18:39 UTC (History)
1 user (show)

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


Attachments
A proposed patch (scummvm-1.7.0.ebuild.diff,564 bytes, patch)
2014-07-24 18:04 UTC, Ville Aakko
Details | Diff
A proposed patch (scummvm-1.7.0.ebuild.diff,642 bytes, patch)
2014-07-24 18:07 UTC, Ville Aakko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ville Aakko 2014-07-24 18:02:09 UTC
Hi,

The ebuild assumes fluidsynth is enabled in the usual way, which it is not. The current ebuild fails if fluidsynth use flag is enabled

# ./configure --help | grep -i fluid
  --with-fluidsynth-prefix=DIR  Prefix where libfluidsynth is
  --disable-fluidsynth     disable fluidsynth MIDI driver [autodetect]

So, we still need something similar as in 1.6.0 ebuild. I'm not sure if this is a proper fix (I don't know much about writing ebuilds).


Reproducible: Always

Steps to Reproduce:
1. enable 'fluidsynth' use flag
2. Try to emerge scummvm-1.7.0
3. Watch it fail at configure phase
Comment 1 Ville Aakko 2014-07-24 18:04:09 UTC
Created attachment 381508 [details, diff]
A proposed patch
Comment 2 Ville Aakko 2014-07-24 18:07:58 UTC
Created attachment 381510 [details, diff]
A proposed patch

Whoops,

Forgot to remove the '$(use_enable fluidsynth)' =).
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2014-07-24 18:39:20 UTC
added back the 1.6.0 workaround.