Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15461 - firestarter 0.9.1 needs gcc2 fixes (failes to compile with gcc2)
Summary: firestarter 0.9.1 needs gcc2 fixes (failes to compile with gcc2)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-10 18:37 UTC by Mr. Bones. (RETIRED)
Modified: 2003-02-15 10:21 UTC (History)
0 users

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


Attachments
patch for firestater 0.9.1 to address gcc3 specific code. (firestarter.0.9.1.patch,1.48 KB, patch)
2003-02-10 18:39 UTC, Mr. Bones. (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mr. Bones. (RETIRED) gentoo-dev 2003-02-10 18:37:55 UTC
firestarter 0.9.1 has known code problems with gcc version 2.  The author
of firestarter has stated that the official fix at this time is to patch the
source since a new version will not be forthcoming soon.

I'll attach a patch that fixes this problem.


Reproducible: Always
Steps to Reproduce:
1. emerge ./firestarter-0.9.1.ebuild


Actual Results:  
gcc2 gets upset when asked to create variables in the middle of a block.

Expected Results:  
merged without problems.

Portage 2.0.46-r9 (default-1.0, gcc-2.95.3, glibc-2.2.5-r2,2.2.5-r7)
=================================================================
System uname: 2.4.19-gentoo-r7 i586 Pentium MMX
GENTOO_MIRRORS="http://csociety-ftp.ecn.purdue.edu/pub/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/bash_completion /etc/sound/events /etc/X11/rstart
/etc/X11/xdm /etc/pango /etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm arts avi crypt cups encode jpeg kde libg++ mikmod mmx
mpeg ncurses pdflib qt qtmt quicktime sdl spell svga truetype xml2 xmms xv
berkdb esd gdbm gif gnome gnome-libs gtk guile java libwww oggvorbis opengl pam
perl png python readline slang snmp ssl tcpd tetex tiff X -motif -nls -imlib gpm
mozilla"
COMPILER=""
CHOST="i586-pc-linux-gnu"
CFLAGS="-march=i586 -O3 -pipe"
CXXFLAGS="-march=i586 -O3 -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-02-10 18:39:41 UTC
Created attachment 8140 [details, diff]
patch for firestater 0.9.1 to address gcc3 specific code.

This is the diff between the author's recommended version of firestarter.c and
the firestarter.c that comes with 0.9.1
Comment 2 foser (RETIRED) gentoo-dev 2003-02-15 10:21:43 UTC
patch added to the tree, test please :)

thnx for the patch.