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.
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(-)
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 }
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(-)