Четверг (06/11/09)

10:22:42
#make install clean
configure: checking for Solaris 2.x...
configure: checking BSD job jontrol...
- you have jobcontrol
configure: checking setreuid...
configure: checking seteuid...
configure: checking select...
configure: checking fifos...
- your fifos are usable
configure: checking for broken fifo implementation...
- your implementation is ok
configure: checking sockets...
- your sockets are usable
configure: checking socket implementation...
- you are normal
- both sockets and fifos usable. let's take fifos.
configure: checking select return value...
- select is ok
configure: checking for tgetent...
configure: checking libtermcap...
- you use the termcap database
configure: checking ospeed...
configure: checking for /dev/ptc...
configure: checking for SVR4 ptys...
checking for getpt... no
checking for openpty... no
checking for openpty in -lutil... yes
configure: checking for ptyranges...
configure: checking default tty permissions/group...
- pty mode: 0620, group: 4
configure: checking getutent...
configure: checking getutent with -lgen...
configure: checking ut_host...
checking utempter.h usability... no
checking utempter.h presence... no
checking for utempter.h... no
configure: checking for libutil(s)...
configure: checking getloadavg...
assuming posix signal definition
configure: checking for crypt and sec libraries...
configure: checking crypt...
configure: checking IRIX sun library...
configure: checking syslog...
configure: checking wait union...
configure: checking for termio or termios...
configure: checking getspnam...
configure: checking getttyent...
configure: checking fdwalk...
configure: checking whether memcpy/memmove/bcopy handles overlapping arguments...
checking long file names... yes
checking for vsprintf... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for setenv... yes
checking for nl_langinfo(CODESET)... yes
checking for library containing gethostname... none required
checking for rename... yes
checking for fchmod... yes
checking for fchown... yes
checking for strerror... yes
checking for lstat... yes
checking for _exit... yes
checking for utimes... yes
checking for vsnprintf... yes
checking for getcwd... yes
checking for setlocale... yes
checking for strftime... yes
checking for the global screenrc file... "/usr/local/etc/screenrc"
checking for the utf8-encodings location... "/usr/local/share/screen/utf8encodings"
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing default commands
Now please check the pathnames in the Makefile and in the user
configuration section in config.h.
Then type 'make' to make screen. Good luck.
===>  Building for screen-4.0.3_1
CPP="cc -E " srcdir=. sh ./osdef.sh
AWK=nawk CC="cc -O2 -fno-strict-aliasing -pipe  -DCOLORS256" srcdir=. sh ./comm.sh
AWK=nawk srcdir=. sh ./term.sh
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 screen.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 ansi.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 fileio.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 mark.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 misc.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 resize.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 socket.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 search.c
sh ./tty.sh tty.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 tty.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 term.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 window.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 utmp.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 loadav.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 putenv.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 help.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 termcap.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 input.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 attacher.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 pty.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 process.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 display.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 comm.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 kmapdef.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 acls.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 braille.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 braille_tsi.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 logfile.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 layer.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 sched.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 teln.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 nethack.c
cc -c -I. -I.    -O2 -fno-strict-aliasing -pipe  -DCOLORS256 encoding.c
cc  -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o  search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o  termcap.o input.o attacher.o pty.o process.o display.o comm.o  kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o  sched.o teln.o nethack.o encoding.o -ltermcap  -lutil -lutil -lcrypt
===>  Installing for screen-4.0.3_1
===>   Generating temporary packing list
===>  Checking if sysutils/screen already installed
./etc/mkinstalldirs /usr/local/bin `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'`
mkdir /usr/local/share/screen
mkdir /usr/local/share/screen/utf8encodings
cd doc ; make  installdirs
./../etc/mkinstalldirs /usr/local/man/man1
install  -s -o root -g wheel -m 555 screen /usr/local/bin/screen
chown root:wheel /usr/local/bin/screen && chmod 4755 /usr/local/bin/screen
cp ./utf8encodings/?? `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'`
cd doc ; make  install
./../etc/mkinstalldirs /usr/local/man/man1
install  -o root -g wheel -m 444 ./screen.1 /usr/local/man/man1/screen.1
if [ -d /usr/lib/terminfo ]; then  PATH="$PATH:/usr/5bin" tic ./terminfo/screeninfo.src;  chmod 644 /usr/lib/terminfo/s/screen*;  fi
termcap entry (./terminfo/screencap) should be installed manually.
You may also want to install ./etc/etcscreenrc in /usr/local/etc/screenrc
===>   Compressing manual pages for screen-4.0.3_1
===>   Registering installation for screen-4.0.3_1
===> SECURITY REPORT:
      This port has installed the following binaries which execute with
      increased privileges.
/usr/local/bin/screen
      If there are vulnerabilities in these programs there may be a security
      risk to the system. FreeBSD makes no guarantee about the security of
      ports included in the Ports Collection. Please type 'make deinstall'
      to deinstall the port if this is a concern.
      For more information, and contact details about the security
      status of this software, see the following webpage:
http://www.gnu.org/software/screen/
===>  Cleaning for screen-4.0.3_1