Bug 56034 - freqtweak needs gcc-3.4 love
Bug#: 56034 Product:  Gentoo Linux Version: unspecified Platform: AMD64
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: fvdpol@gentoo.org Reported By: eradicator@gentoo.org
Component: Applications
URL: 
Summary: freqtweak needs gcc-3.4 love
Keywords:  
Status Whiteboard: 
Opened: 2004-07-04 03:35 0000
Description:   Opened: 2004-07-04 03:35 0000
g++ -DHAVE_CONFIG_H -I. -I. -I..     -I/usr/lib/wx/include/gtk2-2.4
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES
-I/usr/include/libxml2 -Wall -D_REENTRANT -O2 -pipe -fomit-frame-pointer -O2
-fexpensive-optimizations -funroll-loops -finline-functions -ffast-math  -c -o
FTprocBoost.o `test -f 'FTprocBoost.cpp' || echo './'`FTprocBoost.cpp
FTprocCompressor.cpp: In member function `virtual void
FTprocCompressor::initialize()':
FTprocCompressor.cpp:124: error: array bound forbidden after parenthesized
type-id
FTprocCompressor.cpp:124: note: try removing the parentheses around the type-id
FTprocCompressor.cpp: In member function `virtual void
FTprocCompressor::setFFTsize(unsigned int)':
FTprocCompressor.cpp:188: error: array bound forbidden after parenthesized
type-id
FTprocCompressor.cpp:188: note: try removing the parentheses around the type-id
make[2]: *** [FTprocCompressor.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory
`/mnt/raid0/tmp/portage/freqtweak-0.5.2/work/freqtweak-0.5.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/mnt/raid0/tmp/portage/freqtweak-0.5.2/work/freqtweak-0.5.2'
make: *** [all] Error 2

!!! ERROR: media-sound/freqtweak-0.5.2 failed.
!!! Function src_compile, Line 418, Exitcode 2
!!! emake failed

------- Comment #1 From Frank van de Pol (RETIRED) 2004-07-04 14:21:04 0000 -------
There is a new upstream release which has the same gcc-3.4 issue. Freqtweak is
patched locally and testing is in progress :-)

------- Comment #2 From Frank van de Pol (RETIRED) 2004-07-04 15:25:21 0000 -------
Updated ebuild to latest upstream release (0.6.0); added ~amd64 keyword.
Sending the gcc-3.4 patch upstream so we can get rid of it when Jesse includes it in his releases.