Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678464 - Solaris 10: bootstrap fails in stage2 mpfr is missing gmp
Summary: Solaris 10: bootstrap fails in stage2 mpfr is missing gmp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Solaris
: Normal normal
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-21 07:28 UTC by Fabian Groffen
Modified: 2019-02-22 07:32 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 Fabian Groffen gentoo-dev 2019-02-21 07:28:59 UTC
http://bootstrap.prefix.bitzolder.nl/results/sparc-sun-solaris2.10/20190220/stage2.log

mpfr cannot find gmp.h

gmp is not emerged in stage2, so we probably rely on host installed version elsewhere.
Comment 1 Larry the Git Cow gentoo-dev 2019-02-21 07:52:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=daad663fb7beafa540785994d14dade98ad03901

commit daad663fb7beafa540785994d14dade98ad03901
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-02-21 07:49:53 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-02-21 07:52:27 +0000

    scripts/bootstrap-prefix: fix bootstrap on Solaris 10
    
    mpfr needs gmp, so the version pinning hack needs slightly more work
    
    Closes: https://bugs.gentoo.org/678464
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Arfrever Frehtes Taifersar Arahesis 2019-02-22 01:44:37 UTC
There is accidental space in category:
  <dev- libs/mpfr-4


Instead of " quotes inside pattern and replacement, you can escape / character:
  compiler_stage1=${compiler_stage1/ dev-libs\/mpfr / <dev-libs/mpfr-4 }
Comment 3 Larry the Git Cow gentoo-dev 2019-02-22 07:32:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=515803f8e73e5ae87463b372304d4dd93b047aa5

commit 515803f8e73e5ae87463b372304d4dd93b047aa5
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2019-02-22 07:31:08 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2019-02-22 07:31:08 +0000

    scripts/bootstrap-prefix: fix invalid atom, thanks Arfrever
    
    Closes: https://bugs.gentoo.org/678464
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)