Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34252 - vegastrike v0.4.1 : compilation fails on launcher/saveinterface.cpp (gtk 1.2 app only)
Summary: vegastrike v0.4.1 : compilation fails on launcher/saveinterface.cpp (gtk 1.2 ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-24 04:14 UTC by Stephane Loeuillet
Modified: 2003-12-30 22:32 UTC (History)
0 users

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


Attachments
stdout of launcher dir compilation (stdout.txt,401 bytes, text/plain)
2003-11-24 04:14 UTC, Stephane Loeuillet
Details
stderr of launcher dir compilation (stderr.txt,76.54 KB, text/plain)
2003-11-24 04:15 UTC, Stephane Loeuillet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephane Loeuillet 2003-11-24 04:14:11 UTC
vegastrike-0.4.1-installer/vegastrike/launcher compilation fails :

the nasty line might be :

it uses "gtk-config --cflags" which is from gtk 1.2 old age.

so, it only seems to work with gtk1.2 not gtk2.0

Reproducible: Always
Steps to Reproduce:
1. USE="sdl" emerge vegastrike
2.
3.

Actual Results:  
fails to compile because it can't find gtk 1.2 -config script to gather -I -L
and the like

Expected Results:  
compiling with gtk 2.0 only (i don't have 1.2 installed) or require gtk 1.2 in
ebuild

Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.22)
=================================================================
System uname: 2.4.22 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox buildpkg userpriv strict digest"
GENTOO_MIRRORS="http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/portage/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="-ppc nls gtk -wavelan -freewnn tcpd -sparc -selinux oss -zeo jpeg -3dfx
opengl -xosd -matrox -informix -gb ethereal apm -bindist -nocd gdbm cups xv
oggvorbis -scanner ncurses -gpm -arts samba java usb -qt -nas pdflib -fbcon
flash -snmp mikmod apache2 gif -emacs -afs spell ldap -lirc -junit -fastcgi -gps
-pcmcia -maildir -wxwindows -xinerama gtkhtml -pnp ipv6 libwww gtk2 -mcal
-memlimit encode libgda gnomedb -oci8 -jack foomaticdb -atlas sdl X berkdb svga
-ruby -imap png -firebird ppds -Xaw3d -guile evo truetype gstreamer -odbc xml2
pam gd innodb -ev6 gphoto2 doc -debug python -kerberos -jikes -mbox -lcms -krb4
-dedicated zlib -motif cdr videos slang -kde mysql -voodoo3 -imlib -directfb
-static avi -curl -acl -hppa -trusted postgres plotutils -cjk -prelude mpeg
-alpha -icc crypt -wmf -arm dvdr esd libg++ -build -leim sse -freetds -tcltk
-xface acpi -alsa -canna xml -dga mmx -tetex -ladcca x86 tiff -aalib -mule perl
quicktime mad -nocardbus -slp readline -mpi -ggi 3dnow -nhc98 mozilla -cscope
gnome ssl -mips dvd -bootstrap -socks5 -dvb -xmms sasl joystick bonobo pda
threads snmp tetex"
Comment 1 Stephane Loeuillet 2003-11-24 04:14:49 UTC
Created attachment 21203 [details]
stdout of launcher dir compilation
Comment 2 Stephane Loeuillet 2003-11-24 04:15:28 UTC
Created attachment 21204 [details]
stderr of launcher dir compilation
Comment 3 Stephane Loeuillet 2003-11-24 04:34:16 UTC
i just filled a bug report of vegastrike sf.net site to know if a gtk2 porting was in the works

https://sourceforge.net/tracker/index.php?func=detail&aid=848251&group_id=19507&atid=119507
Comment 4 SpanKY gentoo-dev 2003-12-30 22:32:54 UTC
yep, the launcher needs gtk-1 ... added to DEPEND, thanks