Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471146 - Bootstrap failure on findutils
Summary: Bootstrap failure on findutils
Status: RESOLVED DUPLICATE of bug 469206
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 10:36 UTC by Luca Barbato
Modified: 2013-05-28 16:12 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 Luca Barbato gentoo-dev 2013-05-24 10:36:25 UTC
Bootstrap on a vanilla system with a recent xcode.

x86_64-apple-darwin12-gcc -std=gnu99  -march=nocona  -Wl,-dead_strip_dylibs -o find ftsfind.o ./libfindtools.a ../lib/libfind.a ../gl/lib/libgnulib.a       -lm -lm
x86_64-apple-darwin12-gcc -std=gnu99  -march=nocona  -Wl,-dead_strip_dylibs -o oldfind find.o ./libfindtools.a ../lib/libfind.a ../gl/lib/libgnulib.a       -lm -lm
Undefined symbolsUndefined for  symbols architecturefor  architecture x86_64x86_64::

    ""_unlinkat_unlinkat"",,  referenced referencedfrom :
from :
        _perform_delete   in _perform_deletelibfindtools.a (pred.oin)
ldlibfindtools.a: (symbol(pred.os))
not ldfound:  for symbolarchitecture( sx86_64)
 not found for architecture x86_64
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
make[3]: *** [oldfind] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [find] Error 1
make[3]: Leaving directory `/Users/lu_zero/Gentoo/var/tmp/portage/sys-apps/findutils-4.5.11/work/findutils-4.5.11/find'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/Users/lu_zero/Gentoo/var/tmp/portage/sys-apps/findutils-4.5.11/work/findutils-4.5.11/find'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Users/lu_zero/Gentoo/var/tmp/portage/sys-apps/findutils-4.5.11/work/findutils-4.5.11'
make: *** [all] Error 2
emake failed
 * ERROR: sys-apps/findutils-4.5.11 failed (compile phase):
 *   emake failed
Comment 1 Christoph Junghans (RETIRED) gentoo-dev 2013-05-28 16:12:57 UTC

*** This bug has been marked as a duplicate of bug 469206 ***