Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 724998 - sys-libs/ncurses-6.2-r1 fails to build from bootstrap-prefix.sh
Summary: sys-libs/ncurses-6.2-r1 fails to build from bootstrap-prefix.sh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-24 16:27 UTC by Einstok Fair
Modified: 2020-06-13 13:01 UTC (History)
0 users

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


Attachments
build.log (build.log,2.28 KB, text/x-log)
2020-05-24 16:27 UTC, Einstok Fair
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Einstok Fair 2020-05-24 16:27:53 UTC
Created attachment 641376 [details]
build.log

>>> Failed to emerge sys-libs/ncurses-6.2-r1, Log file:
>>>  '/var/prefix/firefox/var/tmp/portage/sys-libs/ncurses-6.2-r1/temp/build.log'

...

Hmmmm, I was already afraid of this to happen.  Running
  /var/prefix/firefox/bin/bash ./prefix/bootstrap-prefix.sh "/var/prefix/firefox" stage3
somewhere failed :(  Details might be found in the build log:
  /var/prefix/firefox/var/tmp/portage/sys-libs/ncurses-6.2-r1/temp/build.log

...

ERROR: This version of portageq only supports <eroot>s ending in '/var/prefix/firefox'. The provided <eroot>, '/var/prefix/firefox/tmp', doesn't.
Comment 1 Einstok Fair 2020-05-24 16:29:21 UTC
I was trying to run the script  bootstrap-prefix.sh from the guide
https://wiki.gentoo.org/wiki/Project:Prefix
Comment 2 Dave 2020-06-12 12:25:52 UTC
Confirmed.  Same exact fail on an older dell inspiron, Xeon core 2.  Before gentooLTO and after LTOizing.
Comment 3 Fabian Groffen gentoo-dev 2020-06-12 12:39:58 UTC
Hmmm.  @Dave you're using a freshly downloaded bootstrap-prefix.sh?  (I put a new snapshot in place a few days ago.)
Comment 4 Einstok Fair 2020-06-12 17:45:13 UTC
mkdir -p /prefix
cd /prefix
wget -c https://gitweb.gentoo.org/repo/proj/prefix.git/plain/scripts/bootstrap-bash.sh
chmod +x bootstrap-bash.sh
./bootstrap-bash.sh /prefix/separate-calibre

new script is much shorter than previous one (~2 kilobytes vs ~100 kilobytes), and it is not clear what to do after spcript's completion.
Comment 5 Einstok Fair 2020-06-12 17:52:18 UTC
oh, that should be
https://gitweb.gentoo.org/repo/proj/prefix.git/plain/scripts/bootstrap-prefix.sh
sorry. Now I am restarted it for retesting.
Comment 6 Einstok Fair 2020-06-13 13:01:46 UTC
Woah!  Everything just worked!  Now YOU should run
  /prefix/separate-calibre/startprefix
and enjoy!