Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493820 - bootstrap-prefix.sh $EPREFIX stage3 failed by sys-devel/gcc-apple-4.2.1_p5666-r1::gentoo_prefix failed and redefinition of a 'extern inline' function 'floor_log2' and 'exact_log2'
Summary: bootstrap-prefix.sh $EPREFIX stage3 failed by sys-devel/gcc-apple-4.2.1_p5666...
Status: RESOLVED DUPLICATE of bug 491098
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-10 08:22 UTC by kidyoungx
Modified: 2013-12-18 01:12 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
output of terminal running the bootstrap-prefix.sh (output.txt,50.81 KB, text/plain)
2013-12-10 08:31 UTC, kidyoungx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kidyoungx 2013-12-10 08:22:12 UTC
both the iMac and Macbook Pro R 15' with this problem.
I try to fix the error of redefinition of a 'extern inline' function by remove "extern inline" function definition. but sys-devel/gcc-apple-4.2.1_p5666-r1::gentoo_prefix still failed.

and if no run export LATEST_TREE_YES=1, other problem cause of forgot to include stdlib.h of a file happened. Sorry for I forget the file name.
Comment 1 kidyoungx 2013-12-10 08:31:01 UTC
Created attachment 365030 [details]
output of terminal running the bootstrap-prefix.sh
Comment 2 kidyoungx 2013-12-10 08:32:55 UTC
Mac OS X version is 10.9 Mavericks
Comment 3 kidyoungx 2013-12-10 14:14:26 UTC
other/rebase.cpp:885:7: error: use of undeclared identifier 'realpath'
        if ( realpath(info.path, realFilePath) == NULL ) {
             ^
other/rebase.cpp:1005:19: error: use of undeclared identifier 'strtoull'
                                        lowAddress = strtoull(argv[++i]...
                                                     ^
other/rebase.cpp:1008:20: error: use of undeclared identifier 'strtoull'
                                        highAddress = strtoull(argv[++i]...
Comment 4 Fabian Groffen gentoo-dev 2013-12-17 20:21:55 UTC

*** This bug has been marked as a duplicate of bug 491098 ***
Comment 5 kidyoungx 2013-12-18 01:12:46 UTC
(In reply to Fabian Groffen from comment #4)
> 
> *** This bug has been marked as a duplicate of bug 491098 ***

Thank you.