After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 512408 - epiphany doesn't compile with gcc-4.3 (gentoo package)
epiphany doesn't compile with gcc-4.3 (gentoo package)
Status: RESOLVED DUPLICATE of bug 512027
Product: epiphany
Classification: Core
Component: Build
2.20.x
Other All
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-27 17:30 UTC by hodoscek
Modified: 2008-01-27 17:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
patch to compile epiphany with gcc-4.3 (860 bytes, patch)
2008-01-27 17:39 UTC, hodoscek
none Details | Review

Description hodoscek 2008-01-27 17:30:30 UTC
Please describe the problem:
epiphany doesn't compile with gcc-4.3

Compiler complains about the repeating arguments in the same routine. Fix is trivial - see attached patch

Steps to reproduce:
1. emerge epiphany
2. 
3. 


Actual results:
g.o
mv -f .deps/libephymozillaembed_la-EphySingle.Tpo .deps/libephymozillaembed_la-EphySingle.Plo
mv -f .deps/libephymozillaembed_la-GeckoCookiePromptService.Tpo .deps/libephymozillaembed_la-GeckoCookiePromptService.Plo
In file included from EventContext.cpp:79:
EphyBrowser.h:190: error: multiple parameters named 'aURI'
make[4]: *** [libephymozillaembed_la-EventContext.lo] Error 1
mv -f .deps/libephymozillaembed_la-GeckoFormSigningDialog.Tpo .deps/libephymozillaembed_la-GeckoFormSigningDialog.Plo
mv -f .deps/libephymozillaembed_la-EphyUtils.Tpo .deps/libephymozillaembed_la-EphyUtils.Plo
make[4]: Leaving directory `/var/tmp/portage/www-client/epiphany-2.20.3/work/epiphany-2.20.3/embed/mozilla'
ma

Expected results:
just go on with the compilation :-)

Does this happen every time?
Yes!

Other information:
see the attachement
Comment 1 hodoscek 2008-01-27 17:39:58 UTC
Created attachment 103827 [details] [review]
patch to compile epiphany with gcc-4.3

This is the patch to compile epiphany-2.20.0 with gcc-4.3.0
Comment 2 Cosimo Cecchi 2008-01-27 17:46:32 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 512027 ***