Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 615488

Summary: macOS Sierra (10.12.4) bootstrap fails: dev-util/cmake-3.7.2-r1::gentoo_prefix failed -- need libuv
Product: Gentoo/Alt Reporter: Tim Schafer <tschafer>
Component: Prefix SupportAssignee: Gentoo Prefix <prefix>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: OS X   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 603012    
Bug Blocks:    
Attachments: stage1.log
stage2.log

Description Tim Schafer 2017-04-13 21:27:40 UTC
Using the patch to bootstrap-prefix.sh from Bug 609220 to get past libz problem
Now failing in stage 2 at cmake
Also fails with LATEST_TREE_YES=1

Reproducible: Always
Comment 1 Tim Schafer 2017-04-13 21:39:15 UTC
Created attachment 470026 [details]
stage1.log
Comment 2 Tim Schafer 2017-04-13 21:39:50 UTC
Created attachment 470028 [details]
stage2.log
Comment 3 Fabian Groffen gentoo-dev 2017-04-14 06:49:15 UTC
right, it wants libuv.
Comment 4 Fabian Groffen gentoo-dev 2017-04-14 06:57:13 UTC
did you modify the bootstrap script any further?  I see PKG=<dev-util/cmake-3.8 which doesn't occur in the script we have.  There is bug #603012 for <3.7
Comment 5 Fabian Groffen gentoo-dev 2017-04-14 06:58:42 UTC
Ah, I guess you did, because they removed the only working version for us.  Great.
Comment 6 Fabian Groffen gentoo-dev 2017-04-14 07:01:07 UTC
nothing we can do here, except removing the -DCMAKE_USE_SYSTEM_LIBRARIES=ON from the cmake ebuild, fixing the digest and trying to continue.
Comment 7 Tim Schafer 2017-04-14 16:23:13 UTC
Yes, did change 3.7 to 3.8 for cmake, sorry forgot to mention that in bug post.
That's the only thing I changed besides the patch from Bug 609220
Comment 8 Fabian Groffen gentoo-dev 2018-04-08 07:41:46 UTC
latest cmake seems to not be a problem during bootstrap any more