Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68739 - "Bad register name" error during emerge, since migration to k8 processor
Summary: "Bad register name" error during emerge, since migration to k8 processor
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-24 13:12 UTC by psk
Modified: 2004-10-27 14:55 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 psk 2004-10-24 13:12:29 UTC
Hi,

 I'm trying migrate my 32 bits system to a 64 system, because I now got an Athlon64 3200+.
 I've modified CHOST and CFLAGS to recompile my entire system in 64 bits :
  CFLAGS="-O2 -march=k8 -mtune=k8 -pipe -mfpmath=sse -msse -msse2 -mmmx -m3dnow -fomit-frame-pointer"
  CHOST="x86_64-pc-linux-gnu"
 This is perhaps the wrong method, I don't know.
 I've got many compilation problem, all with "bad register name error", some examples here :


 
GCC emerge :

chmod a+r include/README
echo timestamp > stmp-int-hdrs
objext='.o' \
LIB1ASMFUNCS='' \
LIB2FUNCS_ST='_eprintf __gcc_bcmp' \
LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta' \
LIB2ADD='' \
LIB2ADD_ST='' \
LIB2ADDEH='/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/unwind-dw2.c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/unwind-dw2-fde-glibc.c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/unwind-sjlj.c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/gthr-gnat.c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/unwind-c.c' \
LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c gthr-gnat.c' \
FPBIT='' \
FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \
LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \
DPBIT='' \
DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \
TPBIT='' \
TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \
MULTILIBS=`/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include --print-multi-lib` \
EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o' \
SHLIB_LINK='/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -DHAVE_SYSLOG -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -D_LIBC_PROVIDES_SSP_ -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \
SHLIB_INSTALL='$(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /bin/install -c -m 644 @shlib_dir@@shlib_so_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_so_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_so_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \
SHLIB_EXT='.so' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/mkmap-symver.awk' \
SHLIB_MKMAP_OPTS='' \
SHLIB_MAPFILES='/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/libgcc-std.ver /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/config/i386/libgcc-x86_64-glibc.ver' \
SHLIB_NM_FLAGS='-pg' \
MULTILIB_OSDIRNAMES='../lib64 ../lib' \
mkinstalldirs='/bin/sh /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/mkinstalldirs' \
  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
TARGET_CPU_DEFAULT="" \
HEADERS="ansidecl.h" DEFINES="" \
/bin/sh /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/mkconfig.sh tconfig.h
/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include -fno-stack-protector-all -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc -I/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/. -I/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/../include   -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
   -c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s: Messages de l'assembleur:
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:33: ERREUR: 
Comment 1 psk 2004-10-24 13:12:29 UTC
Hi,

 I'm trying migrate my 32 bits system to a 64 system, because I now got an Athlon64 3200+.
 I've modified CHOST and CFLAGS to recompile my entire system in 64 bits :
  CFLAGS="-O2 -march=k8 -mtune=k8 -pipe -mfpmath=sse -msse -msse2 -mmmx -m3dnow -fomit-frame-pointer"
  CHOST="x86_64-pc-linux-gnu"
 This is perhaps the wrong method, I don't know.
 I've got many compilation problem, all with "bad register name error", some examples here :


 
GCC emerge :

chmod a+r include/README
echo timestamp > stmp-int-hdrs
objext='.o' \
LIB1ASMFUNCS='' \
LIB2FUNCS_ST='_eprintf __gcc_bcmp' \
LIBGCOV='_gcov _gcov_merge_add _gcov_merge_single _gcov_merge_delta' \
LIB2ADD='' \
LIB2ADD_ST='' \
LIB2ADDEH='/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/unwind-dw2.c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/unwind-dw2-fde-glibc.c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/unwind-sjlj.c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/gthr-gnat.c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/unwind-c.c' \
LIB2ADDEHDEP='unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c gthr-gnat.c' \
FPBIT='' \
FPBIT_FUNCS='_pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf _compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _unord_sf _si_to_sf _sf_to_si _negate_sf _make_sf _sf_to_df _sf_to_tf _thenan_sf _sf_to_usi _usi_to_sf' \
LIB2_DIVMOD_FUNCS='_divdi3 _moddi3 _udivdi3 _umoddi3 _udiv_w_sdiv _udivmoddi4' \
DPBIT='' \
DPBIT_FUNCS='_pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df _compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _unord_df _si_to_df _df_to_si _negate_df _make_df _df_to_sf _df_to_tf _thenan_df _df_to_usi _usi_to_df' \
TPBIT='' \
TPBIT_FUNCS='_pack_tf _unpack_tf _addsub_tf _mul_tf _div_tf _fpcmp_parts_tf _compare_tf _eq_tf _ne_tf _gt_tf _ge_tf _lt_tf _le_tf _unord_tf _si_to_tf _tf_to_si _negate_tf _make_tf _tf_to_df _tf_to_sf _thenan_tf _tf_to_usi _usi_to_tf' \
MULTILIBS=`/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include --print-multi-lib` \
EXTRA_MULTILIB_PARTS='crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o' \
SHLIB_LINK='/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -DHAVE_SYSLOG -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -D_LIBC_PROVIDES_SSP_ -shared -nodefaultlibs -Wl,--soname=@shlib_so_name@.so.1 -Wl,--version-script=@shlib_map_file@ -o @shlib_dir@@shlib_so_name@.so.1 @multilib_flags@ @shlib_objs@ -lc && rm -f @shlib_base_name@.so && ln -s @shlib_dir@@shlib_so_name@.so.1 @shlib_base_name@.so' \
SHLIB_INSTALL='$(SHELL) $(srcdir)/mkinstalldirs $(DESTDIR)$(slibdir)@shlib_slibdir_qual@; /bin/install -c -m 644 @shlib_dir@@shlib_so_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_so_name@.so.1; rm -f $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so; ln -s @shlib_so_name@.so.1 $(DESTDIR)$(slibdir)@shlib_slibdir_qual@/@shlib_base_name@.so' \
SHLIB_EXT='.so' \
SHLIB_MULTILIB='' \
SHLIB_MKMAP='/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/mkmap-symver.awk' \
SHLIB_MKMAP_OPTS='' \
SHLIB_MAPFILES='/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/libgcc-std.ver /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/config/i386/libgcc-x86_64-glibc.ver' \
SHLIB_NM_FLAGS='-pg' \
MULTILIB_OSDIRNAMES='../lib64 ../lib' \
mkinstalldirs='/bin/sh /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/mkinstalldirs' \
  /bin/sh mklibgcc > tmp-libgcc.mk
mv tmp-libgcc.mk libgcc.mk
TARGET_CPU_DEFAULT="" \
HEADERS="ansidecl.h" DEFINES="" \
/bin/sh /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/mkconfig.sh tconfig.h
/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/xgcc -B/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -B/usr/x86_64-pc-linux-gnu/lib/ -isystem /usr/x86_64-pc-linux-gnu/include -isystem /usr/x86_64-pc-linux-gnu/sys-include -fno-stack-protector-all -O2 -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -I. -I. -I/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc -I/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/. -I/var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/../include   -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
   -c /var/tmp/portage/gcc-3.4.2-r2/work/gcc-3.4.2/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s: Messages de l'assembleur:
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:33: ERREUR: « completed.1(%rip) » n'est pas une expression de base/index valide
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:34: ERREUR: mauvais nom de registre « %rbp »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:35: ERREUR: mauvais nom de registre « %rsp »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:40: ERREUR: mauvais nom de registre « %rax »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:41: ERREUR: mauvais nom de registre « %rax »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:42: ERREUR: mauvais nom de registre « %rdx »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:44: ERREUR: « p.0(%rip) » n'est pas une expression de base/index valide
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:45: ERREUR: mauvais nom de registre « %rax) »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:46: ERREUR: mauvais nom de registre « %rdx »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:48: ERREUR: « completed.1(%rip) » n'est pas une expression de base/index valide
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:60: ERREUR: mauvais nom de registre « %rbp »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:61: ERREUR: « __JCR_LIST__(%rip) » n'est pas une expression de base/index valide
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:62: ERREUR: mauvais nom de registre « %rsp »
/var/tmp/portage/gcc-3.4.2-r2/temp/cczcor3W.s:65: ERREUR: mauvais nom de registre « %rax »
make[1]: *** [crtbegin.o] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/gcc-3.4.2-r2/work/build/gcc'
make: *** [all-gcc] Erreur 2

!!! ERROR: sys-devel/gcc-3.4.2-r2 failed.
!!! Function gcc_do_make, Line 1036, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.





same problem with firefox (my 32 bits version disapear (segfault) each time I try to open a page) : 


Dans le fichier inclus à partir de /var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla/dist/include/nspr/md/prosdep.h:91,
          à partir de ../../../../pr/include/private/primpl.h:75,
          à partir de linux.c:35:
/var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla/dist/include/nspr/md/_linux.h:141:1: attention : "_PR_INET6" redefined
<ligne de commande>:18:1: attention : this is the location of the previous definition
gcc -o os_Linux_x86_64.o    -march=k8 -pipe -pipe -ansi  -pthread -O2 -fPIC  -UDEBUG -DMOZILLA_CLIENT=1 -DNDEBUG=1 -DXP_UNIX=1 -D_POSIX_SOURCE=1 -D_BSD_SOURCE=1 -D_SVID_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DHAVE_FCNTL_FILE_LOCKING=1 -DLINUX=1 -DHAVE_LCHOWN=1 -DHAVE_STRERROR=1 -D_REENTRANT=1  -DFORCE_PR_LOG -D_PR_PTHREADS -UHAVE_CVAR_BUILT_ON_SEM -D_PR_INET6 -D_NSPR_BUILD_ -I/var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla/dist/include/nspr -I../../../../pr/include -I../../../../pr/include/private  -c os_Linux_x86_64.s
os_Linux_x86_64.s: Messages de l'assembleur:
os_Linux_x86_64.s:46: ERREUR: mauvais nom de registre « %rdi) »
os_Linux_x86_64.s:61: ERREUR: mauvais nom de registre « %rdi) »
os_Linux_x86_64.s:76: ERREUR: mauvais nom de registre « %rdi) »
os_Linux_x86_64.s:90: ERREUR: mauvais nom de registre « %rdi) »
gmake[6]: *** [os_Linux_x86_64.o] Erreur 1
gmake[6]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla/nsprpub/pr/src/md/unix'
gmake[5]: *** [export] Erreur 2
gmake[5]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla/nsprpub/pr/src/md'
gmake[4]: *** [export] Erreur 2
gmake[4]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla/nsprpub/pr/src'
gmake[3]: *** [export] Erreur 2
gmake[3]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla/nsprpub/pr'
gmake[2]: *** [export] Erreur 2
gmake[2]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla/nsprpub'
gmake[1]: *** [nspr] Erreur 2
gmake[1]: Leaving directory `/var/tmp/portage/mozilla-firefox-1.0_pre-r2/work/mozilla'
make: *** [default] Erreur 2

!!! ERROR: net-www/mozilla-firefox-1.0_pre-r2 failed.
!!! Function src_compile, Line 89, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.






system info


Portage 2.0.51-r2 (default-x86-1.4, gcc-3.4.2, glibc-2.3.4.20041006-r0, 2.6.9y i686)
=================================================================
System uname: 2.6.9y i686 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.5.3
distcc 2.18 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux-headers-2.4.22,sys-kernel/linux-headers-2.4.19-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=k8 -mtune=k8 -pipe -mfpmath=sse -msse -msse2 -mmmx -m3dnow -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=k8 -mtune=k8 -pipe -mfpmath=sse -msse -msse2 -mmmx -m3dnow -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distlocks sandbox"
GENTOO_MIRRORS="http://gentoo.mirror.sdv.fr/  rsync://rsync.gentoo.skynet.be/gentoo/ http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aalib acl acpi acpi4linux alsa amd apache1 apache2 apm arts athena autofs avi berkdb bitmap-fonts bonobo bootsplash bzlib calendar cddb cdinstall cdparanoia cdr cdrom chroot clamav codecs crypt cscope ctype cups curl devfs devfs26 directfb dv dvd dvdr encode esd expat ext-zlib f77 faad fbcon fbdev ffmpeg flash foomaticdb foreign-package freetype fs ftp gdbm ggi gif gnome gphoto2 gpm gtk gtk2 gtkhtml guile hbci hyriand icc icq imap imlib innodb ipv6 j-noaim j-nomsn j-nomuconf j-noyahoo jabber java javascript jikes jpeg kde krb4 ldap libcaca libg++ libwww lmtp mad maildir matroska mbox mcal md5sum memlimit mikmod mime mldonkeypango mmx mozaccess mozcalendar mozctl mozilla mozinterfaceinfo moznocompose moznoirc moznomail mozp3p mozsvg mozxmlterm mpeg mpi mysql ncurses nls no_wxgtk1 nojoystick oav offensive ofx oggvorbis opengl openssh oss pam parse-clocks pcap pcre pcsc-lite pda pdflib perl php pic png posix python qt quicktime rage128 readline rtc ruby samba sdl shared sharedmem skey slang snmp speedo spell sse ssl svga tcltk tcpd threads tidy transcode truetype usb videos virus-scan wavelan wifi wmf wxwindows x86 xforms xfs xml xml2 xmlrpc xmms xprint xv xvid zlib"


 If you can help me...

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



PC3200 RAM : memtest86 OK
Comment 2 Tom Martin (RETIRED) gentoo-dev 2004-10-25 15:03:23 UTC
Can you try without -mfpmath=sse -msse -msse2 -mmmx and -m3dnow?

Also, -march=k8 implies -mtune=k8 although this is not the cause of your problem.

Thanks.
Comment 3 Malcolm Lashley (RETIRED) gentoo-dev 2004-10-26 16:09:28 UTC
You cannot directly migrate a 32bit install to a 64bit install - it just won't fly... you might want to do something magical with a fresh amd64 livecd and the current contents of your /var/lib/portage/world ;)

Sorry this probably isn't the answer you are looking for.
Comment 4 psk 2004-10-27 14:55:48 UTC
No no, it's comprehensible and reasonnable =D
I was just trying.
Do you know if all in gentoo is compatible with 64 bits architetcure ?
I mean, is there any big bloquer ?