Bug 231132

Summary: freealut doesn't build in devel + fix
Product: [Fedora] Fedora Reporter: Hans de Goede <hdegoede>
Component: freealutAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: EasyFix, Patch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-14 08:04:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hans de Goede 2007-03-06 13:08:48 UTC
Hi,

I wanted to build freealut from cvs as I'm debugging an app which uses it and
somethings seems to go wrong inside freealut.

Currently it doesn't build as patch0 changes configure.ac, without rerunning
aclocal, automake, etc.

The fix is to add a BuildRequires: libtool, which will drag in autoconf and automake

And then add "autoreconf" after %patch0

Comment 1 Hans de Goede 2007-03-06 13:16:29 UTC
I also just noticed that freealut comes with some tests, you may want to add
this to the specfile:

%check
pushd test_suite
./test_errorstuff || exit $?  
./test_fileloader || exit $?  
./test_memoryloader || exit $?
./test_retrostuff || exit $?
./test_version || exit $?  
./test_waveforms || exit $?
popd


Comment 2 Andreas Bierfert 2007-03-14 08:04:04 UTC
Thanks for reporting. I left the tests out as they require /dev/dsp to be present.