[gobolinux-users] difficulty making RXVT-Unicode recipe

Isaac Dupree isaacdupree at charter.net
Sun Aug 12 21:29:23 UTC 2007


I get an error upon getting to installation of the simple RXVT-Unicode 
recipe I made:

SandboxInstall: unionfs is available.  Using UnionSandbox!
SandboxInstall: Installing RXVT-Unicode...
make[1]: Entering directory `/Files/Compile/Sources/rxvt-unicode-8.3/src'
/System/Links/Executables/install -c -d /Programs/RXVT-Unicode/8.3/bin
/System/Links/Executables/install -c -m 755 rxvt 
/Programs/RXVT-Unicode/8.3/bin/`echo urxvt|sed 's/$//'|sed ''`
/System/Links/Executables/install -c -m 755 rxvtc 
/Programs/RXVT-Unicode/8.3/bin/`echo urxvt|sed 's/$//'|sed ''`c
/System/Links/Executables/install -c -m 755 rxvtd 
/Programs/RXVT-Unicode/8.3/bin/`echo urxvt|sed 's/$//'|sed ''`d
/System/Links/Executables/install -c -d /Programs/RXVT-Unicode/8.3/lib
/System/Links/Executables/install -c -d /Programs/RXVT-Unicode/8.3/lib/urxvt
/System/Links/Executables/install -c -d 
/Programs/RXVT-Unicode/8.3/lib/urxvt/perl
/System/Links/Executables/install -c -m 644 ./urxvt.pm 
/Programs/RXVT-Unicode/8.3/lib/urxvt/urxvt.pm
for ext in ./perl/*; do test -f "$ext" && 
/System/Links/Executables/install -c -m 644 "$ext" 
/Programs/RXVT-Unicode/8.3/lib/urxvt/perl/"`basename "$ext"`"; done
make[1]: Leaving directory `/Files/Compile/Sources/rxvt-unicode-8.3/src'
make[1]: Entering directory `/Files/Compile/Sources/rxvt-unicode-8.3/doc'
/System/Links/Executables/install -c -d 
/Programs/RXVT-Unicode/8.3/share/man/man1
/System/Links/Executables/install -c -d 
/Programs/RXVT-Unicode/8.3/share/man/man7
/System/Links/Executables/install -c -m 644 rxvt.1.man 
/Programs/RXVT-Unicode/8.3/share/man/man1/urxvt.1
/System/Links/Executables/install -c -m 644 rxvtc.1.man 
/Programs/RXVT-Unicode/8.3/share/man/man1/urxvtc.1
/System/Links/Executables/install -c -m 644 rxvtd.1.man 
/Programs/RXVT-Unicode/8.3/share/man/man1/urxvtd.1
/System/Links/Executables/install -c -m 644 rxvt.7.man 
/Programs/RXVT-Unicode/8.3/share/man/man7/urxvt.7
/System/Links/Executables/install -c -d 
/Programs/RXVT-Unicode/8.3/share/man/man3
/System/Links/Executables/install -c -m 644 rxvtperl.3.man 
/Programs/RXVT-Unicode/8.3/share/man/man3/urxvtperl.3
if test -x "/System/Links/Executables/tic"; then if test -n 
"/System/Links/Executables/tic"; then /System/Links/Executables/tic 
./etc/rxvt-unicode.terminfo; fi; fi
make[1]: Leaving directory `/Files/Compile/Sources/rxvt-unicode-8.3/doc'
UnionSandbox: Cleaning up.
UnionSandbox: Moving entries to: 
/Programs/RXVT-Unicode/8.3/.SandboxInstall_Root
SandboxInstall: Postprocessing Sandbox
SandboxInstall: Left over files:
Programs
Programs/Ncurses
Programs/Ncurses/5.6
Programs/Ncurses/5.6/Shared
Programs/Ncurses/5.6/Shared/terminfo
Programs/Ncurses/5.6/Shared/terminfo/r
Programs/Ncurses/5.6/Shared/terminfo/r/rxvt-unicode
Compile: Installation step failed.



Unlike xterm, info for rxvt-unicode is NOT already one of the things in 
the terminfo database.

I tried adding
configure_options=(
   "--with-terminfo=${target}/Shared/terminfo"
)
which didn't help.  It looks like the "tic" executable may be the one at 
fault. Any ideas what to do here?

Isaac


More information about the gobolinux-users mailing list