public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Darren Grant <dgrant@monstertech.ca>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1
Date: Tue, 27 Jun 2006 14:26:42 -0700	[thread overview]
Message-ID: <44A1A292.5090502@monstertech.ca> (raw)
In-Reply-To: <200606272228.30377.benno.schulenberg@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4015 bytes --]

Hey Benno... thanks for the help... appreciate it.

It should always have been a 64bit system...
> tail -f 
> /var/tmp/portage/glibc-2.3.6-r4/work/build-x86-x86_64-pc-linux-gnu-nptl/config.log 
>
> #define PACKAGE_NAME "GNU C Library"
> #define PACKAGE_STRING "GNU C Library (see version.h)"
> #define PACKAGE_TARNAME "c-library"
> #define PACKAGE_VERSION "(see version.h)"
> #define USE_REGPARMS 1
> #endif
> #ifdef __cplusplus
> extern "C" void std::exit (int) throw (); using std::exit;
>
> configure: exit 1


>  emerge --info
> Portage 2.0.54-r2 (default-linux/amd64, gcc-3.4.5, glibc-2.3.6-r3, 
> 2.6.15-gentoo                     -r1 x86_64)
> =================================================================
> System uname: 2.6.15-gentoo-r1 x86_64 AMD Athlon(tm)64 X2 Dual Core 
> Processor  3                     800+
> Gentoo Base System version 1.6.14
> dev-lang/python:     2.3.5-r2, 2.4.2
> dev-python/pycrypto: [Not Present]
> dev-util/ccache:     [Not Present]
> dev-util/confcache:  [Not Present]
> sys-apps/sandbox:    1.2.17
> 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-r1
> sys-devel/binutils:  2.16.1-r2
> sys-devel/gcc-config: 1.3.13-r2
> sys-devel/libtool:   1.5.22
> virtual/os-headers:  2.6.11-r2
> ACCEPT_KEYWORDS="amd64"
> AUTOCLEAN="yes"
> CBUILD="x86_64-pc-linux-gnu"
> CFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
> CHOST="x86_64-pc-linux-gnu"
> CONFIG_PROTECT="/etc /usr/lib/X11/xkb"
> CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
> CXXFLAGS="-march=athlon64 -mtune=k8 -O2 -pipe"
> DISTDIR="/usr/portage/distfiles"
> FEATURES="autoconfig distlocks sandbox sfperms strict"
> GENTOO_MIRRORS="ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ 
> http://ftp.ucsb.edu                     /pub/mirrors/linux/gentoo/ 
> http://cudlug.cudenver.edu/gentoo/ 
> ftp://cudlug.cuden                     
> ver.edu/pub/mirrors/distributions/gentoo/ 
> ftp://gentoo.arcticnetwork.ca/pub/gent                     oo/ 
> http://gentoo.arcticnetwork.ca/ http://mirror.usu.edu/mirrors/gentoo/ 
> ftp://                     mirror.usu.edu/mirrors/gentoo/"
> MAKEOPTS="-j3"
> PKGDIR="/usr/portage/packages"
> PORTAGE_TMPDIR="/var/tmp"
> PORTDIR="/usr/portage"
> SYNC="rsync://rsync.ca.gentoo.org/gentoo-portage"
> USE="amd64 X alsa apache2 audiofile berkdb bitmap-fonts bzip2 cdr cli 
> crypt cups                      curl dri dvdr expat ffmpeg fortran gd 
> gif gmp gnome gpm gtk gtk2 imagemagick im                     ap ipv6 
> isdnlog jpeg ldap libwww maildir mhash mpm-prefork mysql ncurses nls 
> npt                     l nptlonly nvidia opengl pam pcre perl php png 
> pppd python readline reflection s                     amba sasl sdl 
> session spl ssl tcpd threads tiff truetype truetype-fonts 
> type1-fo                     nts udev unicode usb xml xml2 xorg zlib 
> userland_GNU kernel_linux elibc_glibc"
> Unset:  CTARGET, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, 
> PORTAGE_RSYNC_EXT                     RA_OPTS, PORTAGE_RSYNC_OPTS, 
> PORTDIR_OVERLAY
> gcc-config -l
>  [1] x86_64-pc-linux-gnu-3.4.5 *
>  [2] x86_64-pc-linux-gnu-3.4.5-hardened
>  [3] x86_64-pc-linux-gnu-3.4.5-hardenednopie
>  [4] x86_64-pc-linux-gnu-3.4.5-hardenednopiessp
>  [5] x86_64-pc-linux-gnu-3.4.5-hardenednossp


Benno Schulenberg wrote:
> Darren Grant wrote:
>   
>> When trying to upgrade via emerge from gcc-3.4.5 to 3.4.6-r1 I
>> get the following errors...
>>     
>
> Please post the output of 'emerge --info' and 'gcc-config -l' when 
> getting stuck on build errors.
>
>   
>> checking size of long double... configure: error: cannot compute
>> sizeof (long double), 77
>>     
>
> Googling for: configure: error: cannot compute sizeof long double, 
> would show you this thread:
> http://sources.redhat.com/ml/crossgcc/2006-01/msg00180.html
>
> Maybe you're running a 32-bit system and are now trying to make it 
> 64-bit?
>
>   
>> See `config.log' for more details.
>>     
>
> Did you follow this hint?  :)
>
> Benno
>   

[-- Attachment #2: Type: text/html, Size: 7068 bytes --]

  reply	other threads:[~2006-06-27 21:43 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-27 18:39 [gentoo-user] Upgrading from gcc-3.4.5 to gcc-3.4.6-r1 Darren Grant
2006-06-27 20:28 ` Benno Schulenberg
2006-06-27 21:26   ` Darren Grant [this message]
2006-06-28  2:53     ` Richard Fish
2006-06-28 15:44       ` Darren Grant
2006-06-28 16:00         ` Richard Fish
2006-06-28 16:40           ` Richard Fish
2006-06-28 16:43             ` Richard Fish
2006-06-28 17:17               ` Darren Grant
2006-06-28 17:42                 ` Richard Fish
2006-06-28 18:18                   ` Benno Schulenberg
2006-06-28 18:53                     ` Darren Grant
2006-06-28 19:11                       ` Benno Schulenberg
2006-06-28 20:43                         ` Darren Grant
2006-06-28 21:30                           ` Darren Grant
2006-06-29 10:49                             ` Benno Schulenberg
2006-06-29 16:45                               ` Darren Grant
2006-06-29 20:37                                 ` Benno Schulenberg
2006-06-29 18:19                             ` Richard Fish
2006-06-30  0:10                               ` Darren Grant
2006-06-30 17:15                                 ` Richard Fish
2006-06-30 17:44                                   ` Darren Grant
2006-06-30 18:36                                     ` Alexander Skwar
2006-06-28 18:44                   ` Darren Grant
2006-06-28  2:48 ` Richard Fish

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44A1A292.5090502@monstertech.ca \
    --to=dgrant@monstertech.ca \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox