Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36770 - ncurses-5.3-r4 fails at make install during bootstrap
Summary: ncurses-5.3-r4 fails at make install during bootstrap
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: All All
: High blocker
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-29 19:59 UTC by Markus Nigbur (RETIRED)
Modified: 2004-01-16 01:13 UTC (History)
2 users (show)

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 Markus Nigbur (RETIRED) gentoo-dev 2003-12-29 19:59:44 UTC
sh ./run_tic.sh
** Building terminfo database, please wait...
Running tic to install /var/tmp/portage/ncurses-5.3-r4/image//usr/share/terminfo ...
 
        You may see messages regarding unknown capabilities, e.g., AX.
        These are extended terminal capabilities which can be compiled
        using
                tic -x
        Read the INSTALL document before doing this - it can cause
        problems for older ncurses applications.
 
"../misc/terminfo.src", line 400, col 3, terminal 'ecma+color': unknown capability 'AX'
"../misc/terminfo.src", line 3453, col 40, terminal 'screen': unknown capability 'G0'
"../misc/terminfo.src", line 3473, col 43, terminal 'screen': unknown capability 'E0'
"../misc/terminfo.src", line 3473, col 56, terminal 'screen': unknown capability 'S0'
"../misc/terminfo.src", line 3859, col 25, terminal 'elks-glasstty': Illegal character (expected alphanumeric or @%&*!#) - =
"../misc/terminfo.src", line 3859, col 43, terminal 'elks-glasstty': unknown capability 'S0'
"../misc/terminfo.src", line 4014, col 40, terminal 'screen': unknown capability 'G0'
"../misc/terminfo.src", line 4034, col 38, terminal 'screen': Illegal character - ^E
"../misc/terminfo.src", line 4034, col 38, terminal 'screen': unknown capability 'E0'
"../misc/terminfo.src", line 4034, col 40, terminal 'screen': Illegal character -
"../misc/terminfo.src", line 4034, col 40, terminal 'screen': unknown capability '@'
"../misc/terminfo.src", line 4034, col 41, terminal 'screen': Illegal character (expected alphanumeric or @%&*!#) -
"../misc/terminfo.src", line 4034, col 57, terminal 'screen': Illegal character - ^Q
"../misc/terminfo.src", line 4034, col 57, terminal 'screen': unknown capability 't'
"../misc/terminfo.src", line 4034, col 58, terminal 'screen': Illegal character (expected alphanumeric or @%&*!#) - ~I
"../misc/terminfo.src", line 4034, col 68, terminal 'screen': Illegal character (expected alphanumeric or @%&*!#) - ~P
Name collision between ncsa-m ncsa-m
Name collision between ncsa ncsa
Name collision between ncsa-ns ncsa-ns
Name collision between ncsa-m-ns ncsa-m-ns
Name collision between ncsa-vt220 ncsa-vt220
Name collision between pilot pilot
Name collision between elks-glasstty elks-glasstty
Name collision between screen.xterm-xfree86 screen.xterm-xfree86
Name collision between screen.xterm-r6 screen.xterm-r6
Name collision between screen.teraterm screen.teraterm
Name collision between screen-w screen-w
Name collision between screen2 screen2
Name collision between screen3 screen3
Name collision between mgr-linux mgr-linux
Name collision between cbunix cbunix
Name collision between vremote vremote
Name collision between pty pty
Name collision between eterm eterm
Name collision between screen screen
? tic could not build /var/tmp/portage/ncurses-5.3-r4/image//usr/share/terminfo
make[1]: *** [install.data] Error 1
make[1]: Leaving directory `/var/tmp/portage/ncurses-5.3-r4/work/ncurses-5.3/misc'
make: *** [install] Error 2
 
!!! ERROR: sys-libs/ncurses-5.3-r4 failed.
!!! Function src_install, Line 52, Exitcode 2
!!! make install failed
Comment 1 Markus Nigbur (RETIRED) gentoo-dev 2003-12-29 20:00:07 UTC
Portage 2.0.49-r18 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.21-gss)
=================================================================
System uname: 2.4.21-gss i586 AMD-K6(tm) 3D processor
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=k6-2 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j7"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gnome gpm gtk gtk2 imlib jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib png python qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Comment 2 Benjamin Judas (RETIRED) gentoo-dev 2004-01-16 01:13:16 UTC
Marking as invalid, since ACCEPT_KEYWORDS="~x86" shouldn't be done before bootstrap.sh is finished. This is also mentioned in the installation guide ;)