2021-08-26 16:28:23 exec_hook package_begin chapter08 840-less
START: 2021-08-26 16:28:23
# Begin /home/lfs/build/x86_64/sources/config.inc
# Environment for chapter08/840-less

# Make flags
export MAKEFLAGS=-j4

# C/C++ flags
export CFLAGS="-mtune=generic "
export CXXFLAGS="-mtune=generic "

# Log output for tests
TEST_LOG=${ROOT}sources/840-less-tests.tmp
LFS_CHAPTER=chapter08
LFS_SCRIPT=840-less

# Targets for multilib
LFS_TGT=x86_64-lfs-linux-gnu
LFS_TGT32=i686-lfs-linux-gnu
LFS_TGTX32=x86_64-lfs-linux-gnux32

echo "Environment"
set

echo "File systems"
mount || true

echo "logname"
logname || true

# End /home/lfs/build/x86_64/sources/config.inc

Environment
BASH=/bin/bash
BASHOPTS=checkwinsize:cmdhist:complete_fullquote:extquote:force_fignore:globasciiranges:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=([0]="1" [1]="0")
BASH_ARGV=([0]="/sources/config.inc")
BASH_CMDS=()
BASH_LINENO=([0]="15" [1]="0")
BASH_SOURCE=([0]="/sources/config.inc" [1]="/sources/lfs-commands/chapter08/840-less")
BASH_VERSINFO=([0]="5" [1]="1" [2]="8" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
BASH_VERSION='5.1.8(1)-release'
CFLAGS='-mtune=generic '
CXXFLAGS='-mtune=generic '
DIRSTACK=()
EUID=0
GROUPS=()
HOME=/root
HOSTNAME=lfs-x86_64
HOSTTYPE=x86_64
IFS=$' \t\n'
LFS_CHAPTER=chapter08
LFS_SCRIPT=840-less
LFS_TGT=x86_64-lfs-linux-gnu
LFS_TGT32=i686-lfs-linux-gnu
LFS_TGTX32=x86_64-lfs-linux-gnux32
MACHTYPE=x86_64-pc-linux-gnu
MAKEFLAGS=-j4
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PIPESTATUS=([0]="0")
PPID=4698
PREV_SEC=0
PS4='+ '
PWD=/
ROOT=/
SCRIPT_ROOT=/dev/null
SECONDS=0
SHELL=/bin/bash
SHELLOPTS=braceexpand:errexit:interactive-comments
SHLVL=1
TERM=xterm-256color
TEST_LOG=/sources/840-less-tests.tmp
UID=0
_=Environment
File systems
/dev/sdb1 on / type ext4 (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=4072068k,nr_inodes=1018017,mode=755)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /run type tmpfs (rw,relatime)
logname
root
KB: 2158200	/
/sources/autolfs_package_patch PKG_DEST=/sources/840-less
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /bin/install -c
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for tgoto in -ltinfo... no
checking for tgoto in -ltinfow... no
checking for initscr in -lxcurses... no
checking for initscr in -lncursesw... yes
checking for initscr in -lncurses... yes
checking for initscr in -lcurses... yes
checking for tgetent in -ltermcap... no
checking for tgetent in -ltermlib... no
checking for library containing regcmp... no
checking for working terminal libraries... using -lncursesw
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/stream.h usability... no
checking sys/stream.h presence... no
checking for sys/stream.h... no
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking whether stat file-mode macros are broken... no
checking for an ANSI C-conforming const... yes
checking for off_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for off_t... (cached) yes
checking for void... yes
checking for const... yes
checking for time_t... yes
checking for st_ino in struct stat... yes
checking for ANSI function prototypes... yes
checking return type of signal handlers... void
checking for fchmod... yes
checking for fsync... yes
checking for nanosleep... yes
checking for poll... yes
checking for popen... yes
checking for realpath... yes
checking for _setjmp... yes
checking for sigprocmask... yes
checking for sigsetmask... yes
checking for snprintf... yes
checking for stat... yes
checking for system... yes
checking for ttyname... yes
checking for usleep... yes
checking for memcpy... yes
checking for strchr... yes
checking for strstr... yes
checking for tcgetattr... yes
checking for fileno... yes
checking for strerror... yes
checking for sys_errlist... no
checking for sigset_t... yes
checking for sigemptyset... yes
checking for errno... yes - in errno.h
checking for locale... yes
checking for ctype functions... yes
checking for wctype functions... yes
checking termcap for ospeed... yes - in termcap.h
checking for floating point... yes
checking for POSIX regcomp... yes
regular expression library:  posix
configure: creating ./config.status
config.status: creating Makefile
config.status: creating defines.h
test ! -f stamp-h || CONFIG_FILES= CONFIG_HEADERS=defines.h ./config.status
touch stamp-h
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  lesskey.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  lessecho.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  main.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  screen.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  brac.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  ch.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  charset.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  cmdbuf.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  command.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  cvt.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  decode.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  edit.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  filename.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  forwback.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  help.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  ifile.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  input.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  jump.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  line.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  linenum.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  lsystem.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  mark.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  optfunc.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  option.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  opttbl.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  os.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  output.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  pattern.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  position.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  prompt.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  search.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  signal.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  tags.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  ttyin.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  version.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  xbuf.c
gcc -I. -c -DBINDIR=\"/usr/bin\" -DSYSDIR=\"/etc\"  -mtune=generic  lesskey_parse.c
gcc  -o lessecho lessecho.o version.o
gcc  -o less main.o screen.o brac.o ch.o charset.o cmdbuf.o command.o cvt.o decode.o edit.o filename.o forwback.o help.o ifile.o input.o jump.o line.o linenum.o lsystem.o mark.o optfunc.o option.o opttbl.o os.o output.o pattern.o position.o prompt.o search.o signal.o tags.o ttyin.o version.o xbuf.o   lesskey_parse.o -lncursesw
gcc  -o lesskey lesskey.o lesskey_parse.o xbuf.o version.o
./mkinstalldirs /usr/bin /usr/share/man/man1
/bin/install -c less /usr/bin/less
/bin/install -c lesskey /usr/bin/lesskey
/bin/install -c lessecho /usr/bin/lessecho
/bin/install -c -m 644 ./less.nro /usr/share/man/man1/less.1
/bin/install -c -m 644 ./lesskey.nro /usr/share/man/man1/lesskey.1
/bin/install -c -m 644 ./lessecho.nro /usr/share/man/man1/lessecho.1


Totalseconds: 6

KB: 2160992	/
2021-08-26 16:28:29 exec_hook package_done chapter08 840-less
END: 2021-08-26 16:28:29
