Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257947 - sys-libs/ncurses-5.6-r2
Summary: sys-libs/ncurses-5.6-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 FreeBSD
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-06 21:47 UTC by Chris Brennan
Modified: 2009-02-08 20:14 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 Chris Brennan 2009-02-06 21:47:15 UTC
it appears that the ncurses ebuild isn't obeying the chroot build environment 

Reproducible: Always

Steps to Reproduce:
1. emerge --oneshot =bash-3.2_p17-r1
2.
3.

Actual Results:  
Appending rules for shared model (ncurses: termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (ncurses: termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (progs: termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (progs: termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (tack: termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (tack: termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (panel: termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (panel: termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (menu: termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (menu: termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (form: termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (form: termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (test: termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (test: termlib+ext_tinfo+base+ext_funcs)
Appending rules for shared model (c++: termlib+ext_tinfo+base+ext_funcs)
Appending rules for normal model (c++: termlib+ext_tinfo+base+ext_funcs)
creating headers.sh

** Configuration summary for NCURSES 5.6 20061217:

     extended funcs: yes
     xterm terminfo: xterm-new

      bin directory: /home/prefix/.local/usr/bin
      lib directory: /home/prefix/.local/usr/lib
  include directory: /home/prefix/.local/usr/include
      man directory: /home/prefix/.local/usr/share/man
 terminfo directory: /home/prefix/.local/usr/share/terminfo

cd man && make  -j 1 DESTDIR="" sources
sh /usr/home/prefix/.local/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6/man/MKterminfo.sh /usr/home/prefix/.local/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6/man/terminfo.head /usr/home/prefix/.local/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6/man/../include/Caps /usr/home/prefix/.local/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6/man/terminfo.tail >terminfo.5
cd include && make  -j 1 DESTDIR="" sources
cd: can't cd to include
cd ncurses && make  -j 1 DESTDIR="" sources
cd: can't cd to ncurses
cd progs && make  -j 1 DESTDIR="" sources
cd: can't cd to progs
cd tack && make  -j 1 DESTDIR="" sources
cd: can't cd to tack
cd panel && make  -j 1 DESTDIR="" sources
cd: can't cd to panel
cd menu && make  -j 1 DESTDIR="" sources
cd: can't cd to menu
cd form && make  -j 1 DESTDIR="" sources
cd: can't cd to form
cd test && make  -j 1 DESTDIR="" sources
cd: can't cd to test
cd misc && make  -j 1 DESTDIR="" sources
cd: can't cd to misc
cd c++ && make  -j 1 DESTDIR="" sources
cd: can't cd to c++
*** Error code 2
1 error
 * ERROR: sys-libs/ncurses-5.6-r2 failed:
 *   make sources failed
 *
 * Call stack:
 *               ebuild.sh:  49: <call src_compile>
 *             environment:2464: <call do_compile '--without-ada' '--with-shared'>
 *             environment: 650:     emake -j1 sources || die "make sources failed";
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * build log: '/usr/home/prefix/.local/var/tmp/portage/sys-libs/ncurses-5.6-r2/temp/build.log'
 * ebuild environment: '/usr/home/prefix/.local/var/tmp/portage/sys-libs/ncurses-5.6-r2/temp/environment'
 * S: '/usr/home/prefix/.local/var/tmp/portage/sys-libs/ncurses-5.6-r2/work/ncurses-5.6'


Expected Results:  
Successful emerge
Comment 1 Chris Brennan 2009-02-06 22:01:10 UTC
heiko_ reported this worked for him in freebsd7.1 (I am running same branch)
Comment 2 Chris Brennan 2009-02-08 20:14:21 UTC
bad bootstrap, restarted process and resolved issue