Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84175 - Gmfsk does not compile
Summary: Gmfsk does not compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robb Romans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 04:11 UTC by Francisco José Cañizares Santofimia
Modified: 2005-03-07 14:17 UTC (History)
0 users

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


Attachments
Ebuild with patch included. (gmfsk-0.6-r1.ebuild,1011 bytes, application/octet-stream)
2005-03-05 04:12 UTC, Francisco José Cañizares Santofimia
Details
Emerge info output of my system. (emerge-info.out,2.04 KB, application/octet-stream)
2005-03-07 09:18 UTC, Francisco José Cañizares Santofimia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco José Cañizares Santofimia 2005-03-05 04:11:47 UTC
When I try to compile gmfsk it complains with a problem on mt-63 or something.

Reproducible: Always
Steps to Reproduce:
1.Compile gmfsk-0.6
2.
3.

Actual Results:  
Gaves an error.

Expected Results:  
It should compile.
Comment 1 Francisco José Cañizares Santofimia 2005-03-05 04:12:33 UTC
Created attachment 52712 [details]
Ebuild with patch included.

This ebuild should go into media-radio/gmfsk.
Comment 2 foser (RETIRED) gentoo-dev 2005-03-05 13:48:02 UTC
let bugwranglers handle assignment.
Comment 3 Robb Romans (RETIRED) gentoo-dev 2005-03-06 22:22:01 UTC
Thank you for the bug report. In the future, please post into your bug report the actual compilation error, with context. Also include the output (as an attachment) of `emerge --info`.

gmfsk compiles for me on my systems with or without this patch.
I've added it for you, as it appears harmless, in
gmfsk-0.6-r1.ebuild.

Please emerge sync and test gmfsk-0.6-r1 (~x86). Thanks!

73 de killsoft
Comment 4 Francisco José Cañizares Santofimia 2005-03-07 09:16:12 UTC
Although the ebuild was included in portage, here it's the result with the previous ebuild in portage:
if i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DORBIT2=1 -pthread -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/freetype2/config -I/usr/include/libxml2 -I/usr/include/hamlib -I../../src -I../../src/misc    -march=pentium4 -O3 -pipe -fomit-frame-pointer -Wall -MT mt63.o -MD -MP -MF ".deps/mt63.Tpo" \
  -c -o mt63.o `test -f 'mt63.cc' || echo './'`mt63.cc; \
then mv -f ".deps/mt63.Tpo" ".deps/mt63.Po"; \
else rm -f ".deps/mt63.Tpo"; exit 1; \
fi
In file included from mt63.cc:27:
dsp.h: In function `void LowPass2(typeInp, LowPass2elem&, typeW, typeW, typeW)':
dsp.h:558: error: `Out' undeclared (first use this function)
dsp.h:558: error: (Each undeclared identifier is reported only once for each function it appears in.)
dsp.h: In function `void LowPass2(typeInp, LowPass2elem&, LowPass2weight&)':
dsp.h:565: error: `Weigth' undeclared (first use this function)
dsp.h:566: error: `Out' undeclared (first use this function)
In file included from dsp.cc:32:
dsp.h: In function `void LowPass2(typeInp, LowPass2elem&, typeW, typeW, typeW)':
dsp.h:558: error: `Out' undeclared (first use this function)
dsp.h:558: error: (Each undeclared identifier is reported only once for each function it appears in.)
dsp.h: In function `void LowPass2(typeInp, LowPass2elem&, LowPass2weight&)':
dsp.h:565: error: `Weigth' undeclared (first use this function)
dsp.h:566: error: `Out' undeclared (first use this function)
make[3]: *** [mt63.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [dsp.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/gmfsk-0.6/work/gmfsk-0.6/src/mt63'
make[2]: *** [all-recursive] Error 1


Of course, r1 solves this.
Comment 5 Francisco José Cañizares Santofimia 2005-03-07 09:18:55 UTC
Created attachment 52859 [details]
Emerge info output of my system.
Comment 6 Robb Romans (RETIRED) gentoo-dev 2005-03-07 14:09:55 UTC
user reports success.
Comment 7 Robb Romans (RETIRED) gentoo-dev 2005-03-07 14:16:47 UTC
hoody-hoo hoo
Comment 8 Robb Romans (RETIRED) gentoo-dev 2005-03-07 14:17:00 UTC
FIXED