Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 267226 - >=sys-apps/coreutils-7.1 needs a USE=gmp flag
Summary: >=sys-apps/coreutils-7.1 needs a USE=gmp flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 263223 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-23 15:22 UTC by Raúl Porcel (RETIRED)
Modified: 2009-04-27 04:58 UTC (History)
5 users (show)

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 Raúl Porcel (RETIRED) gentoo-dev 2009-04-23 15:22:26 UTC
Hi,

during the autobuild of the arm and hppa stages, we have found the following error on the stage2 build:
 * Applying ccache-2.4-utimes.patch ...
[ ok ]
* Running autoconf ...
[ ok ]
expr: error while loading shared libraries: libgmp.so.3: cannot open shared object file: No such file or directory

This is due because coreutils doesn't depend on gmp. The problem is that both arm and hppa doesn't have >=gcc-4.3 stable, where gmp is mandatory, in the case of <=gcc-4.2 its a conditional dependency of fortran. Stage1 gets built with the minimum USE-flags, therefore, gmp is removed from the stage1 tarball, and stage2 uses stage1 as a seed, so expr fails because its linked to libgmp.

That said, other autobuilds haven't hit it because they have gcc-4.3 stable.
Comment 1 SpanKY gentoo-dev 2009-04-24 18:18:55 UTC
has nothing to do with toolchain ... coreutils has optional gmp support
Comment 2 Fabian Groffen gentoo-dev 2009-04-25 10:17:12 UTC
*** Bug 263223 has been marked as a duplicate of this bug. ***