Gentoo Archives: gentoo-user

From: Darren Grant <dgrant@×××××××××××.ca>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1
Date: Tue, 27 Jun 2006 21:43:17
Message-Id: 44A1A292.5090502@monstertech.ca
In Reply to: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 by Benno Schulenberg
1 Hey Benno... thanks for the help... appreciate it.
2
3 It should always have been a 64bit system...
4 > tail -f
5 > /var/tmp/portage/glibc-2.3.6-r4/work/build-x86-x86_64-pc-linux-gnu-nptl/config.log
6 >
7 > #define PACKAGE_NAME "GNU C Library"
8 > #define PACKAGE_STRING "GNU C Library (see version.h)"
9 > #define PACKAGE_TARNAME "c-library"
10 > #define PACKAGE_VERSION "(see version.h)"
11 > #define USE_REGPARMS 1
12 > #endif
13 > #ifdef __cplusplus
14 > extern "C" void std::exit (int) throw (); using std::exit;
15 >
16 > configure: exit 1
17
18
19 > emerge --info
20 > Portage 2.0.54-r2 (default-linux/amd64, gcc-3.4.5, glibc-2.3.6-r3,
21 > 2.6.15-gentoo -r1 x86_64)
22 > =================================================================
23 > System uname: 2.6.15-gentoo-r1 x86_64 AMD Athlon(tm)64 X2 Dual Core
24 > Processor 3 800+
25 > Gentoo Base System version 1.6.14
26 > dev-lang/python: 2.3.5-r2, 2.4.2
27 > dev-python/pycrypto: [Not Present]
28 > dev-util/ccache: [Not Present]
29 > dev-util/confcache: [Not Present]
30 > sys-apps/sandbox: 1.2.17
31 > sys-devel/autoconf: 2.13, 2.59-r7
32 > sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
33 > sys-devel/binutils: 2.16.1-r2
34 > sys-devel/gcc-config: 1.3.13-r2
35 > sys-devel/libtool: 1.5.22
36 > virtual/os-headers: 2.6.11-r2
37 > ACCEPT_KEYWORDS="amd64"
38 > AUTOCLEAN="yes"
39 > CBUILD="x86_64-pc-linux-gnu"
40 > CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
41 > CHOST="x86_64-pc-linux-gnu"
42 > CONFIG_PROTECT="/etc /usr/lib/X11/xkb"
43 > CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
44 > CXXFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
45 > DISTDIR="/usr/portage/distfiles"
46 > FEATURES="autoconfig distlocks sandbox sfperms strict"
47 > GENTOO_MIRRORS="ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/
48 > http://ftp.ucsb.edu /pub/mirrors/linux/gentoo/
49 > http://cudlug.cudenver.edu/gentoo/
50 > ftp://cudlug.cuden
51 > ver.edu/pub/mirrors/distributions/gentoo/
52 > ftp://gentoo.arcticnetwork.ca/pub/gent oo/
53 > http://gentoo.arcticnetwork.ca/ http://mirror.usu.edu/mirrors/gentoo/
54 > ftp:// mirror.usu.edu/mirrors/gentoo/"
55 > MAKEOPTS="-j3"
56 > PKGDIR="/usr/portage/packages"
57 > PORTAGE_TMPDIR="/var/tmp"
58 > PORTDIR="/usr/portage"
59 > SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
60 > USE="amd64 X alsa apache2 audiofile berkdb bitmap-fonts bzip2 cdr cli
61 > crypt cups curl dri dvdr expat ffmpeg fortran gd
62 > gif gmp gnome gpm gtk gtk2 imagemagick im ap ipv6
63 > isdnlog jpeg ldap libwww maildir mhash mpm-prefork mysql ncurses nls
64 > npt l nptlonly nvidia opengl pam pcre perl php png
65 > pppd python readline reflection s amba sasl sdl
66 > session spl ssl tcpd threads tiff truetype truetype-fonts
67 > type1-fo nts udev unicode usb xml xml2 xorg zlib
68 > userland_GNU kernel_linux elibc_glibc"
69 > Unset: CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS,
70 > PORTAGE_RSYNC_EXT RA_OPTS, PORTAGE_RSYNC_OPTS,
71 > PORTDIR_OVERLAY
72 > gcc-config -l
73 > [1] x86_64-pc-linux-gnu-3.4.5 *
74 > [2] x86_64-pc-linux-gnu-3.4.5-hardened
75 > [3] x86_64-pc-linux-gnu-3.4.5-hardenednopie
76 > [4] x86_64-pc-linux-gnu-3.4.5-hardenednopiessp
77 > [5] x86_64-pc-linux-gnu-3.4.5-hardenednossp
78
79
80 Benno Schulenberg wrote:
81 > Darren Grant wrote:
82 >
83 >> When trying to upgrade via emerge from gcc-3.4.5 to 3.4.6-r1 I
84 >> get the following errors...
85 >>
86 >
87 > Please post the output of 'emerge --info' and 'gcc-config -l' when
88 > getting stuck on build errors.
89 >
90 >
91 >> checking size of long double... configure: error: cannot compute
92 >> sizeof (long double), 77
93 >>
94 >
95 > Googling for: configure: error: cannot compute sizeof long double,
96 > would show you this thread:
97 > http://sources.redhat.com/ml/crossgcc/2006-01/msg00180.html
98 >
99 > Maybe you're running a 32-bit system and are now trying to make it
100 > 64-bit?
101 >
102 >
103 >> See `config.log' for more details.
104 >>
105 >
106 > Did you follow this hint? :)
107 >
108 > Benno
109 >

Replies

Subject Author
Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Richard Fish <bigfish@××××××××××.org>