Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82370 - games-action/armagetron-0.2.6.0 works on amd64
Summary: games-action/armagetron-0.2.6.0 works on amd64
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-17 09:27 UTC by Patrick Staehlin
Modified: 2005-02-21 13:17 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Staehlin 2005-02-17 09:27:19 UTC
Please add "~amd64" to the KEYWORDS for games-action/armagetron-0.2.6.0

bash-2.05b# emerge info
Portage 2.0.51-r14 (default-linux/amd64/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.9-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3800+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 30 2004, 16:25:24)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.90.0.1.1-r3
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.tiscali.nl/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage_overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa apache2 arts berkdb bitmap-fonts cdr crypt cups dvd emul-linux-x86 esd f77 fam flac font-server fortran gdbm gif gpm imagemagick imlib ipv6 java jp2 jpeg junit kde ldap libwww lzw lzw-tiff mikmod motif multilib mysql ncurses nls oggvorbis opengl oss pam pdflib perl png python qt readline samba sdl slang ssl tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb userlocales xine xml2 xmms xpm xrandr xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS

bash-2.05b#

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-02-21 13:17:13 UTC
i got tons of errors, it finally bails out at:

make[2]: *** [tDirectories.o] Error 1
In file included from tArray.h:34,
                 from tToDo.cpp:29:
tSafePTR.h: In member function `const T* tCheckedPTRConst<T>::operator->() const':
tSafePTR.h:108: error: `operator->' is not a member of `tCheckedPTRBase'
tSafePTR.h: In destructor `tStackObject<T>::~tStackObject()':
tSafePTR.h:414: error: `refCtr_' undeclared (first use this function)
tSafePTR.h:414: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[2]: *** [tToDo.o] Error 1
In file included from tArray.h:34,
                 from tList.h:31,
                 from tMemManager.cpp:91:
tSafePTR.h: In member function `const T* tCheckedPTRConst<T>::operator->() const':
tSafePTR.h:108: error: `operator->' is not a member of `tCheckedPTRBase'
tSafePTR.h: In destructor `tStackObject<T>::~tStackObject()':
tSafePTR.h:414: error: `refCtr_' undeclared (first use this function)
tSafePTR.h:414: error: (Each undeclared identifier is reported only once for each function it appears in.)
In file included from tMemManager.cpp:91:
tList.h: In destructor `tList<T, MALLOC, REFERENCE>::~tList()':
tList.h:100: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:100: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
tList.h:101: error: there are no arguments to `operator()' that depend on a template parameter, so a declaration of `operator()' must be available
tList.h: In member function `void tList<T, MALLOC, REFERENCE>::Add(T*, int&)':
tList.h:110: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:111: error: there are no arguments to `operator[]' that depend on a template parameter, so a declaration of `operator[]' must be available
tList.h: In member function `void tList<T, MALLOC, REFERENCE>::Remove(T*, int&)':
tList.h:141: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:143: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:145: error: there are no arguments to `operator()' that depend on a template parameter, so a declaration of `operator()' must be available
tList.h:150: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
tList.h:152: error: there are no arguments to `Len' that depend on a template parameter, so a declaration of `Len' must be available
make[2]: *** [tMemManager.o] Error 1
make[2]: Target `all' not remade because of errors.
make[2]: Leaving directory `/var/tmp/portage/armagetron-0.2.6.0/work/armagetron-0.2.6.0/src/tools'
make[1]: *** [../tools/tools.a] Error 2
make[1]: Target `all' not remade because of errors.
make[1]: Leaving directory `/var/tmp/portage/armagetron-0.2.6.0/work/armagetron-0.2.6.0/src/tron'
make: *** [all] Error 2

!!! ERROR: games-action/armagetron-0.2.6.0 failed.
!!! Function games_src_compile, Line 150, Exitcode 2
!!! emake failed