Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84159 - Subterfugue 0.2.1a fails with missing EAX and ORIG_EAX definitions.
Summary: Subterfugue 0.2.1a fails with missing EAX and ORIG_EAX definitions.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 01:02 UTC by Joerg Plate
Modified: 2005-09-08 08:21 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 Joerg Plate 2005-03-05 01:02:38 UTC
modules/_subterfuguemodule.c: In function `subterfugue_mainloop':
modules/_subterfuguemodule.c:195: error: `ORIG_EAX' undeclared (first use in this function)
modules/_subterfuguemodule.c:195: error: (Each undeclared identifier is reported only once
modules/_subterfuguemodule.c:195: error: for each function it appears in.)
modules/_subterfuguemodule.c:204: error: `EAX' undeclared (first use in this function)
error: command 'x86_64-pc-linux-gnu-gcc' failed with exit status 1

!!! ERROR: sys-devel/subterfugue-0.2.1a failed.
!!! Function distutils_src_compile, Line 38, Exitcode 1


Reproducible: Always
Steps to Reproduce:
1.emerge subterfugue




Gentoo Base System version 1.6.9
Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3-20050110,
glibc-2.3.4.20050125-r0, 2.6.10-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.10-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 4000+
Python:              dev-lang/python-2.4-r2,dev-lang/python-2.3.5 [2.4 (#2, Feb
19 2005, 08:53:20)]
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.4-r2, 2.3.5
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.9.5, 1.5, 1.7.9-r1, 1.6.3, 1.4_p6, 1.8.5-r3
sys-devel/binutils:  2.15.92.0.2-r1, 2.15.92.0.2-r3, 2.15.92.0.2-r4
sys-devel/libtool:   1.5.10-r5
virtual/os-headers:  2.6.10
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon64 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openjms/config /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/mail/dspam /etc/terminfo /etc/texmf/web2c
/etc/env.d"
CXXFLAGS="-O2 -march=athlon64 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildpkg candy ccache distlocks moo sandbox"
GENTOO_MIRRORS="ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/
ftp://gentoo.risq.qc.ca/ http://gentoo.binarycompass.org http://gentoo.mirrored.ca/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="gtk"
Comment 1 SpanKY gentoo-dev 2005-03-08 16:15:21 UTC
amd64 doesnt seem to define those constants ?
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2005-06-27 08:54:55 UTC
this is still an issue with glibc-2.3.5-r0
Comment 3 SpanKY gentoo-dev 2005-06-27 21:54:54 UTC
uhh, it has nothing to do with glibc and everything to do with linux-headers

i386 ptrace defines EAX / ORIG_EAX but x86_64 does not

bug is probably in the subterfugue package
Comment 4 Simon Stelling (RETIRED) gentoo-dev 2005-09-08 08:21:07 UTC
changed keywords to -amd64, upstream is dead and we would have to port it