Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33205 - Galeon-1.3.10 fails to build on Gentoo 1.2 (gcc-2.95.3).
Summary: Galeon-1.3.10 fails to build on Gentoo 1.2 (gcc-2.95.3).
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-11 02:18 UTC by Martin Schlemmer (RETIRED)
Modified: 2003-11-11 20:08 UTC (History)
0 users

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


Attachments
galeon-1.3.10-gcc2-fixes.patch (galeon-1.3.10-gcc2-fixes.patch,1.23 KB, patch)
2003-11-11 02:19 UTC, Martin Schlemmer (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schlemmer (RETIRED) gentoo-dev 2003-11-11 02:18:57 UTC
When building on a Gentoo 1.2 system, galeon fails to build due to syntax errors
as it do not support some features that are gcc3 only.

Patch below.


Reproducible: Always
Steps to Reproduce:
1. Get a Gentoo 1.2 box
2. # emerge galeon
3.

Actual Results:  
Fails with syntax errors in code

Expected Results:  
.

Portage 2.0.49-r15 (default-1.0, gcc-2.95.3, glibc-2.2.5-r8, 2.4.22-win4lin)
=================================================================
System uname: 2.4.22-win4lin i686 Celeron (Coppermine)
Gentoo Base System version 1.4.3.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb
/usr/kde/3.1/share/config /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=i686 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs sandbox ccache noauto cvs digest"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 jpeg svga mpeg slang readline gpm gdbm pam libwww ssl mitshm perl
python esd gif sdl oggvorbis gnome gtk X opengl mozilla tcpd png ungif mmx sse
tcltk guile ruby fbcon tex bonobo libg++ -java cups gb evo libgda xv oss dvd avi
truetype video_cards_sis"
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-11-11 02:19:33 UTC
Created attachment 20572 [details, diff]
galeon-1.3.10-gcc2-fixes.patch

Fix syntax issues with gcc-2.95.3
Comment 2 Leonardo Boshell (RETIRED) gentoo-dev 2003-11-11 20:08:18 UTC
Tested and committed. Thanks for the patch, azarah. :)