Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125619 - app-emulation/fuse-0.7.0 doesn't build (GCC4)
Summary: app-emulation/fuse-0.7.0 doesn't build (GCC4)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-03-09 09:28 UTC by Samuli Suominen (RETIRED)
Modified: 2006-03-09 22:03 UTC (History)
1 user (show)

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


Attachments
Patch to allow compilation with GCC4. (fuse-gcc4.patch,725 bytes, patch)
2006-03-09 09:29 UTC, Samuli Suominen (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2006-03-09 09:28:14 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -I/usr/include/libxml2 -DFUSEDATADIR="\"/usr/share/fuse\""  -I/usr/include  -march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall -c spectrum.c
sound.c:61: error: static declaration of 
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2006-03-09 09:28:14 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -I/usr/include/libxml2 -DFUSEDATADIR="\"/usr/share/fuse\""  -I/usr/include  -march=athlon-xp -O3 -pipe -fomit-frame-pointer -Wall -c spectrum.c
sound.c:61: error: static declaration of sound_stereo_ay follows non-static declaration
sound.h:44: error: previous declaration of sound_stereo_ay was here
sound.c:62: error: static declaration of sound_stereo_beeper follows non-static declaration
sound.h:43: error: previous declaration of sound_stereo_beeper was here
make[2]: *** [sound.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/fuse-0.7.0/work/fuse-0.7.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/fuse-0.7.0/work/fuse-0.7.0'
make: *** [all-recursive-am] Error 2
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2006-03-09 09:29:30 UTC
Created attachment 81776 [details, diff]
Patch to allow compilation with GCC4.

Tested it, works for me. But I can't confirm it's "The Right Thing TODO(TM)"
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2006-03-09 09:30:31 UTC
Also, please take a look at http://bugs.gentoo.org/show_bug.cgi?id=123933

I hope this ebuild gets a maintainer soon :-)
Comment 4 Mark Loeser (RETIRED) gentoo-dev 2006-03-09 22:03:15 UTC
Fixed, thanks.