Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101746 - app-crypt/gnupg-1.4.2-r1 failed
Summary: app-crypt/gnupg-1.4.2-r1 failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-08 06:55 UTC by Alexander Jenisch
Modified: 2005-08-08 14: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 Alexander Jenisch 2005-08-08 06:55:22 UTC
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include  -I/usr/include -I/usr/includ
                          
e  -O2 -march=k8 -msse2 -pipe -ftracer -Wall   -c _mpih-mul1.s
_mpih-mul1.s: Assembler messages:
_mpih-mul1.s:6: Error: suffix or operands invalid for `push'
_mpih-mul1.s:7: Error: suffix or operands invalid for `push'
_mpih-mul1.s:8: Error: suffix or operands invalid for `push'
_mpih-mul1.s:9: Error: suffix or operands invalid for `push'
_mpih-mul1.s:33: Error: suffix or operands invalid for `pop'
_mpih-mul1.s:34: Error: suffix or operands invalid for `pop'
_mpih-mul1.s:35: Error: suffix or operands invalid for `pop'
_mpih-mul1.s:36: Error: suffix or operands invalid for `pop'
make[2]: *** [mpih-mul1.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/gnupg-1.4.2-r1/work/gnupg-1.4.2/mpi
                          
'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnupg-1.4.2-r1/work/gnupg-1.4.2'
make: *** [all] Error 2


root@eNTi # emerge info
Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3500+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.4-r1, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -msse2 -pipe -ftracer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /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/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c
/etc/env.d"
CXXFLAGS="-O2 -march=k8 -msse2 -pipe -ftracer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.inode.at/ ftp://gentoo.inode.at/source/
http://gd.tuwien.ac.at/opsys/linux/gentoo/
ftp://gd.tuwien.ac.at/opsys/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X Xaw3d alsa apache2 audiofile avi bash-completion berkdb
bitmap-fonts browserplugin bzip2 crypt ctype cups curl dga dts dvd dvdread eds
encode ethereal fam ffmpeg foomaticdb fortran ftp gd gdbm gif gphoto2 gpm
gstreamer gtk gtk2 hal icq imagemagick imlib ipv6 ithreads java javascript jpeg
kde kdeenablefinal libwww lm_sensors lzw lzw-tiff mad maildir matroska mime mmap
mng mozilla mp3 mpeg mysql ncurses nls nptl nvidia offensive ogg oggvorbis
openal opengl oss pam pdflib perl png posix ppds python qt quicktime readline
rtc samba sdl sndfile sockets ssl tcpd tetex threads tiff truetype
truetype-fonts type1-fonts unicode usb userlocales videos vorbis wxwindows xine
xml2 xmms xosd xpm xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-08-08 10:02:25 UTC
You have CBUILD and CHOST set to i686-pc-linux-gnu on an amd64 system, this is 
not going to work. 
 
Comment 2 Daniel Black (RETIRED) gentoo-dev 2005-08-08 14:17:18 UTC
what Diego said.