[Bug 459455] Review Request: fmit - Free Music Instrument Tuner

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 13 21:21:28 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=459455





--- Comment #18 from jebba <moe at blagblagblag.org>  2008-10-13 17:21:27 EDT ---
* Mon Oct 13 2008 jeff <moe at blagblagblag.org> - 0.97.7-5
- %%configure --enable-debug


Using --enable-debug addresses the FLAGS problem, but I'm not sure if that is
the best way to do it.


The other option would be patching out the "-O3 -ffast-math" in configure.ac
and exporting $CPPFLAGS (if needed).

configure.ac snippet:
==================================
AC_ARG_ENABLE(debug,            [  --enable-debug       turn on debugging
(default=no)])
if test "x$enable_debug" = "xyes"; then
        CXXFLAGS="$CPPFLAGS -g -DDEBUG"
        AC_MSG_RESULT(yes)
else
        CXXFLAGS="$CPPFLAGS -O3 -ffast-math"
        AC_MSG_RESULT(no)
fi
==================================



As for the 'BuildRequires: qt3-designer' question, without it, the build bombs
thusly:
==================================
Making all in ui
make[2]: Entering directory `/builddir/build/BUILD/fmit-0.97.7/ui'
ConfigForm.ui > ConfigForm.h
InstrumentTunerForm.ui > InstrumentTunerForm.h
/bin/sh: ConfigForm.ui: command not found
/bin/sh: InstrumentTunerForm.ui: command not found
make[2]: *** [ConfigForm.h] Error 127
==================================

I'm guessing it is something that upstream should be running before they make
the tarball, but i'm not certain.

Latest:
ftp://ftp.blagblagblag.org/pub/BLAG/developers/jebba/jebbadora/fmit.spec
ftp://ftp.blagblagblag.org/pub/BLAG/developers/jebba/jebbadora/fmit-0.97.7-5.fc9.src.rpm

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list