Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145672 - gcc-4.1.1 fails to build because of GMP lacking MPFR support
Summary: gcc-4.1.1 fails to build because of GMP lacking MPFR support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-30 22:57 UTC by Stephen Torri
Modified: 2006-09-08 11:28 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 Stephen Torri 2006-08-30 22:57:29 UTC
configure: error: GMP with MPFR support is required to build fortran

!!! ERROR: sys-devel/gcc-4.1.1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 1248:   Called toolchain_src_compile
  toolchain.eclass, line 24:   Called gcc_src_compile
  toolchain.eclass, line 1519:   Called gcc_do_configure
  toolchain.eclass, line 1319:   Called die

!!! failed to run configure
!!! If you need support, post the topmost build error, and the call stack if relevant.

-------------------------
Portage 2.1-r2 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.4-r3, 2.6.17-gentoo-r4 i686)
=================================================================
System uname: 2.6.17-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.4
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
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-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg distlocks fixpackages metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://lug.mtu.edu/gentoo ftp://ftp.ndlug.nd.edu/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm avi berkdb bitmap-fonts cli crypt cups dlloader dri eds emboss encode esd foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 isdnlog jpeg kde kdeenablefinal kdexdeltas libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre pdflib perl pic png pppd python qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts type1-fonts udev vorbis xml xmms xorg xv zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux userland_GNU video_cards_nv video_cards_vga"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

----------------------------
storri@base ~ $ equery uses gmp
[ Searching for packages matching gmp... ]
[ Colour Code : set unset ]
[ Legend        : Left column  (U) - USE flags from make.conf                     ]
[                  : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for dev-libs/gmp-4.1.4-r3 ]
 U I
 - - doc   : Adds extra documentation (API, Javadoc, etc)
 - - nocxx : Disable support for C++ (DON'T USE THIS UNLESS YOU KNOW WHAT YOU'RE DOING)
Comment 1 John (EBo) David 2006-08-31 08:19:19 UTC
possible solution:

   I had the exact same behaviour when compiling gcc-4.1.1 on our beowulf cluster when I had no problems compileing it on my laptop two weeks ago.  Poking around I discovered that distcc was messing something up in gmp and/or mpfr.

  If you have distcc feature turned on, try turning it off.

  If this works let us know so we can test which of gmp and mpfr need to have distcc explicitly turned off and report upstream.

Comment 2 John (EBo) David 2006-08-31 08:53:30 UTC
I should also mention that here are a couple of additions I made to my /etc/portage/packages.keywords:

# gcc-4+
>=sys-devel/gcc-4.1 ~x86
>=dev-libs/mpfr-2.2.0 ~x86
>=dev-libs/gmp-4.1 ~x86
>=sys-devel/autogen-5.6.4 ~x86
>=sys-libs/glibc-2.3.6 ~x86
>=sys-libs/timezone-data-2005r ~x86


I'm not sure that all the >='s are the best way to handle it, but it works on my experimental machine.

Comment 3 SpanKY gentoo-dev 2006-08-31 13:30:19 UTC
what versions of gmp and mpfr do you have installed on the machines that fail ?
Comment 4 Stephen Torri 2006-09-08 11:28:04 UTC
I don't remember the exact version but the gmp version I had previously was 4.1. Now there was a change in emerge that when I did "emerge -auDv gcc" that it incorporated gmp-4.2 and mpfr before building gcc-4.1. As far as I am concerned this bug is closed.