The build took 00h 01m 20s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
42,607 |
ansic |
1,658 |
sh |
305 |
makefile |
63 |
perl |
44,633 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: screen 4.4.0-1 (Thu Apr 13 21:14:56 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
this is screen version 4.4.0
checking for x86_64-unknown-linux-gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether clang needs -traditional... no
checking for library containing strerror... none required
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gawk... gawk
checking for a BSD-compatible install... /usr/bin/install -c
configure: checking for buggy tools...
- sh is 'GNU bash, version 4.3.46(1)-release (x86_64-unknown-linux-gnu)'.
checking if a system-wide socket dir should be used... yes
checking for the socket dir... "/run/screens"
configure: checking for MIPS...
configure: checking for Ultrix...
configure: checking for butterfly...
configure: checking for POSIX.1...
- you have a POSIX system
configure: checking for System V...
configure: checking for sequent/ptx...
configure: checking SVR4...
checking dwarf.h usability... yes
checking dwarf.h presence... yes
checking for dwarf.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
configure: checking for Solaris 2.x...
configure: checking BSD job jontrol...
- you have jobcontrol
configure: checking setresuid...
configure: checking setreuid...
configure: checking seteuid...
configure: checking execvpe...
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 sockets.
configure: checking select return value...
- select is ok
configure: checking for tgetent...
configure: checking libcurses...
- you use the terminfo database
configure: checking ospeed...
configure: checking for /dev/ptc...
configure: checking for SVR4 ptys...
checking for getpt... yes
configure: checking for ptyranges...
configure: checking getutent...
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 for 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... 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 PAM support... yes
checking for the global screenrc file... 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.
CPP="clang -E -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"'" srcdir=. sh ./osdef.sh
AWK=gawk CC="clang -D_GNU_SOURCE" srcdir=. sh ./comm.sh
AWK=gawk srcdir=. sh ./term.sh
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE screen.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE ansi.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE fileio.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE mark.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE misc.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE resize.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE socket.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE search.c
sh ./tty.sh tty.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE tty.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE term.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE window.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE utmp.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE loadav.c
loadav.c:351:27: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int]
sprintf(p, " %2.2f" + !i, FIX_TO_DBL(loadav[i]));
~~~~~~~~~^~~~
loadav.c:351:27: note: use array indexing to silence this warning
sprintf(p, " %2.2f" + !i, FIX_TO_DBL(loadav[i]));
^
& [ ]
1 warning generated.
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE putenv.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE help.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE termcap.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE input.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE attacher.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE pty.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE process.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE display.c
display.c:2283:60: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
int extrabytes = strlen(hstatusstring) - strlen_onscreen(hstatusstring, NULL);
^~~~~~~~~~~~~
display.c:2130:32: note: passing argument to parameter 'c' here
strlen_onscreen(unsigned char *c, unsigned char *end)
^
display.c:2386:65: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign]
int extrabytes = strlen(captionstring) - strlen_onscreen(captionstring, NULL);
^~~~~~~~~~~~~
display.c:2130:32: note: passing argument to parameter 'c' here
strlen_onscreen(unsigned char *c, unsigned char *end)
^
2 warnings generated.
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE comm.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE kmapdef.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE acls.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE braille.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE braille_tsi.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE logfile.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE layer.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE list_generic.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE list_display.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE list_window.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE sched.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE teln.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE nethack.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE encoding.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE canvas.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE layout.c
clang -c -I. -I. -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\""`git describe --always 2>/dev/null`"\" \
-D_GNU_SOURCE viewport.c
clang -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 list_generic.o list_display.o list_window.o sched.o teln.o nethack.o encoding.o canvas.o layout.o viewport.o -lcurses -lelf -lutil -lcrypt -lpam
==> Entering fakeroot environment...
==> Starting package()...
./etc/mkinstalldirs /tmp/screen/pkg/screen/usr/bin /tmp/screen/pkg/screen/usr/share/screen/utf8encodings
mkdir /tmp/screen/pkg/screen/usr
mkdir /tmp/screen/pkg/screen/usr/bin
mkdir /tmp/screen/pkg/screen/usr/share
mkdir /tmp/screen/pkg/screen/usr/share/screen
mkdir /tmp/screen/pkg/screen/usr/share/screen/utf8encodings
cd doc ; make installdirs
make[1]: Entering directory '/tmp/screen/src/screen-4.4.0/doc'
./../etc/mkinstalldirs /tmp/screen/pkg/screen/usr/share/man/man1 /tmp/screen/pkg/screen/usr/share/info
mkdir /tmp/screen/pkg/screen/usr/share/man
mkdir /tmp/screen/pkg/screen/usr/share/man/man1
mkdir /tmp/screen/pkg/screen/usr/share/info
make[1]: Leaving directory '/tmp/screen/src/screen-4.4.0/doc'
if [ -f /tmp/screen/pkg/screen/usr/bin/screen-4.4.0 ] && [ ! -f /tmp/screen/pkg/screen/usr/bin/screen-4.4.0.old ]; \
then mv /tmp/screen/pkg/screen/usr/bin/screen-4.4.0 /tmp/screen/pkg/screen/usr/bin/screen-4.4.0.old; fi
/usr/bin/install -c screen /tmp/screen/pkg/screen/usr/bin/screen-4.4.0
chown root /tmp/screen/pkg/screen/usr/bin/screen-4.4.0 && chmod 4755 /tmp/screen/pkg/screen/usr/bin/screen-4.4.0
chown: changing ownership of '/tmp/screen/pkg/screen/usr/bin/screen-4.4.0': Operation not permitted
make: [Makefile:88: install_bin] Error 1 (ignored)
if [ -f /tmp/screen/pkg/screen/usr/bin/screen ] && [ ! -f /tmp/screen/pkg/screen/usr/bin/screen.old ]; then mv /tmp/screen/pkg/screen/usr/bin/screen /tmp/screen/pkg/screen/usr/bin/screen.old; fi
rm -f /tmp/screen/pkg/screen/usr/bin/screen
(cd /tmp/screen/pkg/screen/usr/bin && ln -f -s screen-4.4.0 screen)
cp ./utf8encodings/?? /tmp/screen/pkg/screen/usr/share/screen/utf8encodings
cd doc ; make install
make[1]: Entering directory '/tmp/screen/src/screen-4.4.0/doc'
./../etc/mkinstalldirs /tmp/screen/pkg/screen/usr/share/man/man1 /tmp/screen/pkg/screen/usr/share/info
/usr/bin/install -c -m 644 ./screen.1 /tmp/screen/pkg/screen/usr/share/man/man1/screen.1
make screen.info
make[2]: Entering directory '/tmp/screen/src/screen-4.4.0/doc'
makeinfo ./screen.texinfo -o screen.info
make[2]: Leaving directory '/tmp/screen/src/screen-4.4.0/doc'
if test -f screen.info; then d=.; else d=.; fi; \
if test -f $d/screen.info; then \
for f in $d/screen.info*; do /usr/bin/install -c -m 644 $f /tmp/screen/pkg/screen/usr/share/info;done; \
if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
install-info --info-dir=/tmp/screen/pkg/screen/usr/share/info $d/screen.info; \
else true; fi; \
fi
make[1]: Leaving directory '/tmp/screen/src/screen-4.4.0/doc'
if [ -d /usr/lib/terminfo ]; then \
PATH="$PATH:/usr/5bin" tic ./terminfo/screeninfo.src; \
chmod 644 /usr/lib/terminfo/s/screen*; \
fi
chmod: changing permissions of '/usr/lib/terminfo/s/screen': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen+fkeys': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen+italics': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-16color': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-16color-bce': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-16color-bce-s': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-16color-s': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-256color': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-256color-bce': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-256color-bce-s': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-256color-s': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-bce': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-bce.Eterm': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-bce.gnome': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-bce.konsole': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-bce.linux': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-bce.mrxvt': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-bce.rxvt': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-bce.xterm-new': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-s': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen-w': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.Eterm': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.gnome': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.konsole': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.konsole-256color': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.linux': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.mlterm': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.mlterm-256color': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.mrxvt': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.putty': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.putty-256color': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.rxvt': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.teraterm': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.vte': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.vte-256color': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.xterm-256color': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.xterm-new': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.xterm-r6': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen.xterm-xfree86': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen2': Operation not permitted
chmod: changing permissions of '/usr/lib/terminfo/s/screen3': Operation not permitted
make: [Makefile:99: install] Error 1 (ignored)
termcap entry (./terminfo/screencap) should be installed manually.
You may also want to install ./etc/etcscreenrc in /etc/screenrc
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "screen"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: screen 4.4.0-1 (Thu Apr 13 21:15:15 UTC 2017)
CMD: pacman --query --file screen-4.4.0-1-x86_64.pkg.tar.xz
Creating hybrid package for 'screen'
Trying to find vanilla package 'screen'...
CMD: pacman --query --file /mirror/gnome-screenshot-3.20.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-cpblobs-20160523.04c1938-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-greynetic-20160523.980e301-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-asteroids-20160523.2adf852-1.pkg.tar.xz
CMD: pacman --query --file /mirror/libkscreen4-1.0.5-2.pkg.tar.xz
CMD: pacman --query --file /mirror/kscreen-5.7.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-matrixtrails-20160523.8cebb75-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-biogenesis-20160523.717fea7-1.pkg.tar.xz
CMD: pacman --query --file /mirror/simplescreenrecorder-0.3.6-4.pkg.tar.xz
CMD: pacman --query --file /mirror/screen-4.4.0-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/etc/screenrc
/etc/skel/.screenrc
/etc/pam.d/screen
/usr/bin/screen-4.4.0
/usr/bin/screen
/usr/share/info/screen.info.gz
/usr/share/man/man1/screen.1.gz
/usr/share/screen/utf8encodings/02
/usr/share/screen/utf8encodings/04
/usr/share/screen/utf8encodings/c4
/usr/share/screen/utf8encodings/c3
/usr/share/screen/utf8encodings/a1
/usr/share/screen/utf8encodings/cc
/usr/share/screen/utf8encodings/03
/usr/share/screen/utf8encodings/c2
/usr/share/screen/utf8encodings/c7
/usr/share/screen/utf8encodings/18
/usr/share/screen/utf8encodings/c8
/usr/share/screen/utf8encodings/d6
/usr/share/screen/utf8encodings/19
/usr/share/screen/utf8encodings/cd
/usr/share/screen/utf8encodings/01
/usr/share/screen/utf8encodings/c6
/usr/share/screen/utf8encodings/bf
/usr/share/zsh/site-functions/_screen
/usr/lib/tmpfiles.d/screen.conf
/sysroot/usr/lib/tmpfiles.d/screen.conf
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO etc usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO etc usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf screen.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/screen.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/screen.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/screen.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/screen/src/screen-4.4.0/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-colors256 --enable-pam --enable-rxvt_osc --enable-telnet --with-pty-group=5 --with-socket-dir=/run/screens --with-sys-screenrc=/etc/screenrc
## --------- ##
## Platform. ##
## --------- ##
hostname = c2b7c9289f4c
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2322: checking for x86_64-unknown-linux-gcc
configure:2349: result: clang
configure:2618: checking for C compiler version
configure:2627: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2638: $? = 0
configure:2627: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:2638: $? = 0
configure:2627: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2638: $? = 1
configure:2627: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2638: $? = 1
configure:2658: checking whether the C compiler works
configure:2680: clang conftest.c >&5
configure:2684: $? = 0
configure:2732: result: yes
configure:2735: checking for C compiler default output file name
configure:2737: result: a.out
configure:2743: checking for suffix of executables
configure:2750: clang -o conftest conftest.c >&5
configure:2754: $? = 0
configure:2776: result:
configure:2798: checking whether we are cross compiling
configure:2806: clang -o conftest conftest.c >&5
configure:2810: $? = 0
configure:2817: ./conftest
configure:2821: $? = 0
configure:2836: result: no
configure:2841: checking for suffix of object files
configure:2863: clang -c conftest.c >&5
configure:2867: $? = 0
configure:2888: result: o
configure:2892: checking whether we are using the GNU C compiler
configure:2911: clang -c conftest.c >&5
configure:2911: $? = 0
configure:2920: result: yes
configure:2929: checking whether clang accepts -g
configure:2949: clang -c -g conftest.c >&5
configure:2949: $? = 0
configure:2990: result: yes
configure:3007: checking for clang option to accept ISO C89
configure:3070: clang -c conftest.c >&5
configure:3070: $? = 0
configure:3083: result: none needed
configure:3108: checking how to run the C preprocessor
configure:3139: clang -E conftest.c
configure:3139: $? = 0
configure:3153: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3153: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:3178: result: clang -E
configure:3198: clang -E conftest.c
configure:3198: $? = 0
configure:3212: clang -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3212: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:3242: checking for grep that handles long lines and -e
configure:3300: result: /usr/bin/grep
configure:3305: checking for egrep
configure:3367: result: /usr/bin/grep -E
configure:3373: checking whether clang needs -traditional
configure:3407: result: no
configure:3414: checking for library containing strerror
configure:3445: clang -o conftest conftest.c >&5
conftest.c:16:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:16:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:3445: $? = 0
configure:3462: result: none required
configure:3470: checking for ANSI C header files
configure:3490: clang -c conftest.c >&5
configure:3490: $? = 0
configure:3563: clang -o conftest conftest.c >&5
configure:3563: $? = 0
configure:3563: ./conftest
configure:3563: $? = 0
configure:3574: result: yes
configure:3587: checking for sys/types.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3587: checking for sys/stat.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3587: checking for stdlib.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3587: checking for string.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3587: checking for memory.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3587: checking for strings.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3587: checking for inttypes.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3587: checking for stdint.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3587: checking for unistd.h
configure:3587: clang -c conftest.c >&5
configure:3587: $? = 0
configure:3587: result: yes
configure:3600: checking minix/config.h usability
configure:3600: clang -c conftest.c >&5
conftest.c:52:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:3600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:3600: result: no
configure:3600: checking minix/config.h presence
configure:3600: clang -E conftest.c
conftest.c:19:10: fatal error: 'minix/config.h' file not found
#include
^
1 error generated.
configure:3600: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:3600: result: no
configure:3600: checking for minix/config.h
configure:3600: result: no
configure:3621: checking whether it is safe to define __EXTENSIONS__
configure:3639: clang -c conftest.c >&5
configure:3639: $? = 0
configure:3646: result: yes
configure:3671: clang -o conftest conftest.c >&5
conftest.c:24:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(){exit(0);}
^
conftest.c:24:8: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
main(){exit(0);}
^
conftest.c:24:8: note: include the header or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:3671: $? = 0
configure:3671: ./conftest
configure:3671: $? = 0
configure:3701: clang -o conftest conftest.c >&5
conftest.c:24:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(){exit(0);}
^
conftest.c:24:8: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
main(){exit(0);}
^
conftest.c:24:8: note: include the header or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:3701: $? = 0
configure:3701: ./conftest
configure:3701: $? = 0
configure:3733: clang -o conftest conftest.c >&5
conftest.c:25:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
1 warning generated.
/tmp/conftest-4bc6e5.o: In function `main':
conftest.c:(.text+0xd): undefined reference to `__something_strange_'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3733: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h. */
|
| main()
| {
| int __something_strange_();
| __something_strange_(0);
| }
|
configure:3745: checking for gawk
configure:3761: found /usr/bin/gawk
configure:3772: result: gawk
configure:3827: checking for a BSD-compatible install
configure:3895: result: /usr/bin/install -c
configure:3908: checking for buggy tools...
configure:3915: checking if a system-wide socket dir should be used
configure:3925: result: yes
configure:3927: checking for the socket dir
configure:3941: result: "/run/screens"
configure:3964: checking for MIPS...
configure:4035: checking for Ultrix...
configure:4077: checking for butterfly...
configure:4097: checking for POSIX.1...
configure:4119: checking for System V...
configure:4134: clang -c conftest.c >&5
configure:4134: $? = 0
configure:4142: checking for sequent/ptx...
configure:4160: checking SVR4...
configure:4174: clang -o conftest conftest.c -lelf >&5
configure:4174: $? = 0
configure:4175: checking dwarf.h usability
configure:4175: clang -c conftest.c >&5
configure:4175: $? = 0
configure:4175: result: yes
configure:4175: checking dwarf.h presence
configure:4175: clang -E conftest.c
configure:4175: $? = 0
configure:4175: result: yes
configure:4175: checking for dwarf.h
configure:4175: result: yes
configure:4201: checking stropts.h usability
configure:4201: clang -c conftest.c >&5
configure:4201: $? = 0
configure:4201: result: yes
configure:4201: checking stropts.h presence
configure:4201: clang -E conftest.c
configure:4201: $? = 0
configure:4201: result: yes
configure:4201: checking for stropts.h
configure:4201: result: yes
configure:4201: checking for string.h
configure:4201: result: yes
configure:4201: checking for strings.h
configure:4201: result: yes
configure:4212: checking for Solaris 2.x...
configure:4230: checking BSD job jontrol...
configure:4256: clang -o conftest conftest.c -lelf >&5
conftest.c:39:1: warning: implicit declaration of function 'tcsetpgrp' is invalid in C99 [-Wimplicit-function-declaration]
tcsetpgrp(0, 0);
^
1 warning generated.
configure:4256: $? = 0
configure:4267: checking setresuid...
configure:4282: clang -o conftest conftest.c -lelf >&5
conftest.c:37:1: warning: implicit declaration of function 'setresuid' is invalid in C99 [-Wimplicit-function-declaration]
setresuid(0, 0, 0);
^
1 warning generated.
configure:4282: $? = 0
configure:4288: checking setreuid...
configure:4303: clang -o conftest conftest.c -lelf >&5
conftest.c:38:1: warning: implicit declaration of function 'setreuid' is invalid in C99 [-Wimplicit-function-declaration]
setreuid(0, 0);
^
1 warning generated.
configure:4303: $? = 0
configure:4309: checking seteuid...
configure:4328: clang -o conftest conftest.c -lelf >&5
conftest.c:40:1: warning: implicit declaration of function 'seteuid_is_broken' is invalid in C99 [-Wimplicit-function-declaration]
seteuid_is_broken(0);
^
1 warning generated.
/tmp/conftest-f68047.o: In function `main':
conftest.c:(.text+0x14): undefined reference to `seteuid_is_broken'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4328: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SOCKDIR "/run/screens"
| #define POSIX 1
| #define SVR4 1
| #define BUGGYGETLOGIN 1
| #define HAVE_STROPTS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define BSDJOBS 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if defined(linux) || defined(NeXT) || defined(_AUX_SOURCE) || defined(AUX) || defined(ultrix) || (defined(sun) && defined(SVR4)) || defined(ISC) || defined(sony_news)
| seteuid_is_broken(0);
| #else
| seteuid(0);
| #endif
|
| ;
| return 0;
| }
configure:4335: checking execvpe...
configure:4350: clang -o conftest conftest.c -lelf >&5
conftest.c:39:5: warning: implicit declaration of function 'execvpe' is invalid in C99 [-Wimplicit-function-declaration]
execvpe(0, 0, 0);
^
1 warning generated.
configure:4350: $? = 0
configure:4359: checking select...
configure:4372: clang -o conftest -D_GNU_SOURCE conftest.c -lelf >&5
conftest.c:39:1: warning: implicit declaration of function 'select' is invalid in C99 [-Wimplicit-function-declaration]
select(0, 0, 0, 0, 0);
^
1 warning generated.
configure:4372: $? = 0
configure:4401: checking fifos...
configure:4477: clang -o conftest -D_GNU_SOURCE conftest.c -lelf >&5
conftest.c:56:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
conftest.c:68:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:68:5: note: include the header or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:4477: $? = 0
configure:4477: ./conftest
configure:4477: $? = 0
configure:4491: checking for broken fifo implementation...
configure:4545: clang -o conftest -D_GNU_SOURCE conftest.c -lelf >&5
conftest.c:56:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
conftest.c:66:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:66:5: note: include the header or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:4545: $? = 0
configure:4545: ./conftest
configure:4545: $? = 0
configure:4561: checking sockets...
configure:4623: clang -o conftest -D_GNU_SOURCE conftest.c -lelf >&5
conftest.c:51:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
conftest.c:59:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:59:5: note: include the header or explicitly provide a declaration for 'exit'
conftest.c:70:2: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration]
kill(getppid(), 3);
^
conftest.c:78:22: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
if (accept(s1, &a, &l))
^~
/usr/include/sys/socket.h:244:28: note: passing argument to parameter '__addr_len' here
socklen_t *__restrict __addr_len);
^
4 warnings generated.
configure:4623: $? = 0
configure:4623: ./conftest
configure:4623: $? = 0
configure:4637: checking socket implementation...
configure:4681: clang -o conftest -D_GNU_SOURCE conftest.c -lelf >&5
conftest.c:50:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
conftest.c:56:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(0);
^
conftest.c:56:5: note: include the header or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:4681: $? = 0
configure:4681: ./conftest
configure:4681: $? = 0
configure:4726: checking select return value...
configure:4831: clang -o conftest -D_GNU_SOURCE conftest.c -lelf >&5
conftest.c:89:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
conftest.c:97:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:97:5: note: include the header or explicitly provide a declaration for 'exit'
conftest.c:108:2: warning: implicit declaration of function 'kill' is invalid in C99 [-Wimplicit-function-declaration]
kill(getppid(), 3);
^
conftest.c:116:41: warning: passing 'int *' to parameter of type 'socklen_t *' (aka 'unsigned int *') converts between pointers to integer types with different sign [-Wpointer-sign]
if (accept(s1, (struct sockaddr *)&a, &l))
^~
/usr/include/sys/socket.h:244:28: note: passing argument to parameter '__addr_len' here
socklen_t *__restrict __addr_len);
^
4 warnings generated.
configure:4831: $? = 0
configure:4831: ./conftest
configure:4831: $? = 0
configure:4844: checking for tgetent...
configure:4857: clang -o conftest -D_GNU_SOURCE conftest.c -lelf >&5
conftest.c:39:1: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration]
tgetent((char *)0, (char *)0);
^
1 warning generated.
/tmp/conftest-069567.o: In function `main':
conftest.c:(.text+0x1c): undefined reference to `tgetent'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:4857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SOCKDIR "/run/screens"
| #define POSIX 1
| #define SVR4 1
| #define BUGGYGETLOGIN 1
| #define HAVE_STROPTS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define BSDJOBS 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_EXECVPE 1
| /* end confdefs.h. */
|
| int
| main ()
| {
| tgetent((char *)0, (char *)0);
| ;
| return 0;
| }
configure:4862: checking libcurses...
configure:4881: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf >&5
conftest.c:43:1: warning: implicit declaration of function 'tgetent' is invalid in C99 [-Wimplicit-function-declaration]
tgetent((char *)0, (char *)0);
^
1 warning generated.
configure:4881: $? = 0
configure:5026: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf >&5
conftest.c:36:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main()
^
conftest.c:38:2: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
^
conftest.c:38:2: note: include the header or explicitly provide a declaration for 'exit'
conftest.c:38:7: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
^
conftest.c:38:7: note: include the header or explicitly provide a declaration for 'strcmp'
conftest.c:38:14: warning: implicit declaration of function 'tgoto' is invalid in C99 [-Wimplicit-function-declaration]
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
^
conftest.c:38:14: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'const char *' [-Wint-conversion]
exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
^~~~~~~~~~~~~~~~~~~~
5 warnings generated.
configure:5026: $? = 0
configure:5026: ./conftest
configure:5026: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SOCKDIR "/run/screens"
| #define POSIX 1
| #define SVR4 1
| #define BUGGYGETLOGIN 1
| #define HAVE_STROPTS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define BSDJOBS 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_EXECVPE 1
| /* end confdefs.h. */
|
| main()
| {
| exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
| }
configure:5038: checking ospeed...
configure:5051: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf >&5
configure:5051: $? = 0
configure:5060: checking for /dev/ptc...
configure:5067: checking for SVR4 ptys...
configure:5082: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf >&5
conftest.c:40:1: warning: implicit declaration of function 'ptsname' is invalid in C99 [-Wimplicit-function-declaration]
ptsname(0);grantpt(0);unlockpt(0);
^
conftest.c:40:12: warning: implicit declaration of function 'grantpt' is invalid in C99 [-Wimplicit-function-declaration]
ptsname(0);grantpt(0);unlockpt(0);
^
conftest.c:40:23: warning: implicit declaration of function 'unlockpt' is invalid in C99 [-Wimplicit-function-declaration]
ptsname(0);grantpt(0);unlockpt(0);
^
3 warnings generated.
configure:5082: $? = 0
configure:5093: checking for getpt
configure:5093: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf >&5
configure:5093: $? = 0
configure:5093: result: yes
configure:5159: checking for ptyranges...
configure:5410: checking getutent...
configure:5435: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf >&5
conftest.c:56:23: warning: implicit declaration of function 'pututline' is invalid in C99 [-Wimplicit-function-declaration]
int x = DEAD_PROCESS; pututline((struct utmp *)0); getutent();
^
conftest.c:56:52: warning: implicit declaration of function 'getutent' is invalid in C99 [-Wimplicit-function-declaration]
int x = DEAD_PROCESS; pututline((struct utmp *)0); getutent();
^
2 warnings generated.
configure:5435: $? = 0
configure:5478: checking ut_host...
configure:5500: clang -c -D_GNU_SOURCE conftest.c >&5
configure:5500: $? = 0
configure:5505: checking utempter.h usability
configure:5505: clang -c -D_GNU_SOURCE conftest.c >&5
conftest.c:75:10: fatal error: 'utempter.h' file not found
#include
^
1 error generated.
configure:5505: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SOCKDIR "/run/screens"
| #define POSIX 1
| #define SVR4 1
| #define BUGGYGETLOGIN 1
| #define HAVE_STROPTS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define BSDJOBS 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_EXECVPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define HAVE_GETPT 1
| #define PTYMODE 0620
| #define PTYGROUP 5
| #define GETUTENT 1
| #define UTHOST 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:5505: result: no
configure:5505: checking utempter.h presence
configure:5505: clang -E conftest.c
conftest.c:42:10: fatal error: 'utempter.h' file not found
#include
^
1 error generated.
configure:5505: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SOCKDIR "/run/screens"
| #define POSIX 1
| #define SVR4 1
| #define BUGGYGETLOGIN 1
| #define HAVE_STROPTS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define BSDJOBS 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_EXECVPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define HAVE_GETPT 1
| #define PTYMODE 0620
| #define PTYGROUP 5
| #define GETUTENT 1
| #define UTHOST 1
| /* end confdefs.h. */
| #include
configure:5505: result: no
configure:5505: checking for utempter.h
configure:5505: result: no
configure:5519: checking for libutil(s)...
configure:5524: checking getloadavg...
configure:5537: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil >&5
conftest.c:46:1: warning: implicit declaration of function 'getloadavg' is invalid in C99 [-Wimplicit-function-declaration]
getloadavg((double *)0, 0);
^
1 warning generated.
configure:5537: $? = 0
configure:5920: checking for crypt and sec libraries...
configure:5925: checking crypt...
configure:5938: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:5938: $? = 0
configure:5949: checking IRIX sun library...
configure:5962: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt -lsun >&5
/usr/bin/ld: cannot find -lsun
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:5962: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SOCKDIR "/run/screens"
| #define POSIX 1
| #define SVR4 1
| #define BUGGYGETLOGIN 1
| #define HAVE_STROPTS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define BSDJOBS 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_EXECVPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define HAVE_GETPT 1
| #define PTYMODE 0620
| #define PTYGROUP 5
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:5970: checking syslog...
configure:5983: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:52:1: warning: implicit declaration of function 'closelog' is invalid in C99 [-Wimplicit-function-declaration]
closelog();
^
1 warning generated.
configure:5983: $? = 0
configure:6030: checking wait union...
configure:6051: clang -c -D_GNU_SOURCE conftest.c >&5
configure:6051: $? = 0
configure:6058: checking for termio or termios...
configure:6064: clang -E conftest.c
configure:6064: $? = 0
configure:6084: checking getspnam...
configure:6097: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6097: $? = 0
configure:6104: checking getttyent...
configure:6117: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:55:1: warning: implicit declaration of function 'getttyent' is invalid in C99 [-Wimplicit-function-declaration]
getttyent();
^
1 warning generated.
configure:6117: $? = 0
configure:6124: checking fdwalk...
configure:6137: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:56:1: warning: implicit declaration of function 'fdwalk' is invalid in C99 [-Wimplicit-function-declaration]
fdwalk(NULL, NULL);
^
1 warning generated.
/tmp/conftest-eed4a1.o: In function `main':
conftest.c:(.text+0x1c): undefined reference to `fdwalk'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6137: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SOCKDIR "/run/screens"
| #define POSIX 1
| #define SVR4 1
| #define BUGGYGETLOGIN 1
| #define HAVE_STROPTS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define BSDJOBS 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_EXECVPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define HAVE_GETPT 1
| #define PTYMODE 0620
| #define PTYGROUP 5
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| #define BSDWAIT 1
| #define TERMIO 1
| #define SHADOWPW 1
| #define GETTTYENT 1
| /* end confdefs.h. */
| #include
| int
| main ()
| {
| fdwalk(NULL, NULL);
| ;
| return 0;
| }
configure:6144: checking whether memcpy/memmove/bcopy handles overlapping arguments...
configure:6168: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:53:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
conftest.c:55:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
strcpy(buf, "abcdefghi");
^
conftest.c:55:3: note: include the header or explicitly provide a declaration for 'strcpy'
conftest.c:56:3: warning: implicit declaration of function 'bcopy' is invalid in C99 [-Wimplicit-function-declaration]
bcopy(buf, buf + 2, 3);
^
conftest.c:57:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
if (strncmp(buf, "ababcf", 6))
^
conftest.c:57:7: note: include the header or explicitly provide a declaration for 'strncmp'
conftest.c:58:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:58:5: note: include the header or explicitly provide a declaration for 'exit'
5 warnings generated.
configure:6168: $? = 0
configure:6168: ./conftest
configure:6168: $? = 0
configure:6200: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:55:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
conftest.c:57:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
strcpy(buf, "abcdefghi");
^
conftest.c:57:3: note: include the header or explicitly provide a declaration for 'strcpy'
conftest.c:58:3: warning: implicitly declaring library function 'memmove' with type 'void *(void *, const void *, unsigned long)' [-Wimplicit-function-declaration]
bcopy(buf, buf + 2, 3);
^
conftest.c:54:22: note: expanded from macro 'bcopy'
#define bcopy(s,d,l) memmove(d,s,l)
^
conftest.c:58:3: note: include the header or explicitly provide a declaration for 'memmove'
conftest.c:54:22: note: expanded from macro 'bcopy'
#define bcopy(s,d,l) memmove(d,s,l)
^
conftest.c:59:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
if (strncmp(buf, "ababcf", 6))
^
conftest.c:59:7: note: include the header or explicitly provide a declaration for 'strncmp'
conftest.c:60:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:60:5: note: include the header or explicitly provide a declaration for 'exit'
5 warnings generated.
configure:6200: $? = 0
configure:6200: ./conftest
configure:6200: $? = 0
configure:6233: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:56:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main() {
^
conftest.c:58:3: warning: implicitly declaring library function 'strcpy' with type 'char *(char *, const char *)' [-Wimplicit-function-declaration]
strcpy(buf, "abcdefghi");
^
conftest.c:58:3: note: include the header or explicitly provide a declaration for 'strcpy'
conftest.c:59:3: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Wimplicit-function-declaration]
bcopy(buf, buf + 2, 3);
^
conftest.c:55:22: note: expanded from macro 'bcopy'
#define bcopy(s,d,l) memcpy(d,s,l)
^
conftest.c:59:3: note: include the header or explicitly provide a declaration for 'memcpy'
conftest.c:55:22: note: expanded from macro 'bcopy'
#define bcopy(s,d,l) memcpy(d,s,l)
^
conftest.c:60:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned long)' [-Wimplicit-function-declaration]
if (strncmp(buf, "ababcf", 6))
^
conftest.c:60:7: note: include the header or explicitly provide a declaration for 'strncmp'
conftest.c:61:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(1);
^
conftest.c:61:5: note: include the header or explicitly provide a declaration for 'exit'
5 warnings generated.
configure:6233: $? = 0
configure:6233: ./conftest
configure:6233: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SOCKDIR "/run/screens"
| #define POSIX 1
| #define SVR4 1
| #define BUGGYGETLOGIN 1
| #define HAVE_STROPTS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define BSDJOBS 1
| #define HAVE_SETRESUID 1
| #define HAVE_SETREUID 1
| #define HAVE_EXECVPE 1
| #define TERMINFO 1
| #define HAVE_SVR4_PTYS 1
| #define HAVE_GETPT 1
| #define PTYMODE 0620
| #define PTYGROUP 5
| #define GETUTENT 1
| #define UTHOST 1
| #define LOADAV_GETLOADAVG 1
| #define LOADAV 1
| #define LOADAV_TYPE double
| #define LOADAV_NUM 3
| #define LOADAV_SCALE 1
| #define SIGVOID 1
| #define BSDWAIT 1
| #define TERMIO 1
| #define SHADOWPW 1
| #define GETTTYENT 1
| #define USEBCOPY 1
| #define USEMEMMOVE 1
| /* end confdefs.h. */
|
| #define bcopy(s,d,l) memcpy(d,s,l)
| main() {
| char buf[10];
| strcpy(buf, "abcdefghi");
| bcopy(buf, buf + 2, 3);
| if (strncmp(buf, "ababcf", 6))
| exit(1);
| strcpy(buf, "abcdefghi");
| bcopy(buf + 2, buf, 3);
| if (strncmp(buf, "cdedef", 6))
| exit(1);
| exit(0); /* libc version works properly. */
| }
configure:6242: checking for long file names
configure:6274: result: yes
configure:6283: checking for vsprintf
configure:6296: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:59:17: warning: implicitly declaring library function 'vsprintf' with type 'int (char *, const char *, struct __va_list_tag *)' [-Wimplicit-function-declaration]
va_list valist; vsprintf(0,0,valist);
^
conftest.c:59:17: note: include the header or explicitly provide a declaration for 'vsprintf'
1 warning generated.
configure:6296: $? = 0
configure:6297: result: yes
configure:6310: checking for dirent.h that defines DIR
configure:6329: clang -c -D_GNU_SOURCE conftest.c >&5
configure:6329: $? = 0
configure:6337: result: yes
configure:6350: checking for library containing opendir
configure:6381: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6381: $? = 0
configure:6398: result: none required
configure:6466: checking for setenv
configure:6482: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:62:41: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
setenv((char *) 0, (char *) 0, 0);
~~~~~~~~~~ ^
1 warning generated.
configure:6482: $? = 0
configure:6545: checking for nl_langinfo(CODESET)
configure:6560: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6560: $? = 0
configure:6561: result: yes
configure:6571: checking for library containing gethostname
configure:6602: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6602: $? = 0
configure:6619: result: none required
configure:6631: checking for rename
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for fchmod
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for fchown
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for strerror
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:86:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:86:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for lstat
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for _exit
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:88:6: warning: incompatible redeclaration of library function '_exit' [-Wincompatible-library-redeclaration]
char _exit ();
^
conftest.c:88:6: note: '_exit' is a builtin with type 'void (int) __attribute__((noreturn))'
1 warning generated.
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for utimes
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for vsnprintf
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
conftest.c:90:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:90:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
1 warning generated.
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for getcwd
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for setlocale
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6631: checking for strftime
configure:6631: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt >&5
configure:6631: $? = 0
configure:6631: result: yes
configure:6647: checking for PAM support
configure:6666: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt -lpam >&5
conftest.c:76:22: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pam_start(0, 0, 0, 0);
~ ^
conftest.c:76:22: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pam_start(0, 0, 0, 0);
~ ^
conftest.c:76:22: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pam_start(0, 0, 0, 0);
~^
conftest.c:77:23: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pam_authenticate(0, 0);
~ ^
conftest.c:78:13: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
pam_end(0,0);
~ ^
5 warnings generated.
configure:6666: $? = 0
configure:6667: result: yes
configure:6732: clang -o conftest -D_GNU_SOURCE conftest.c -lcurses -lelf -lutil -lcrypt -lpam >&5
conftest.c:75:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(){exit(0);}
^
conftest.c:75:8: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
main(){exit(0);}
^
conftest.c:75:8: note: include the header or explicitly provide a declaration for 'exit'
2 warnings generated.
configure:6732: $? = 0
configure:6732: ./conftest
configure:6732: $? = 0
configure:6743: checking for the global screenrc file
configure:6871: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on c2b7c9289f4c
config.status:871: creating Makefile
config.status:871: creating doc/Makefile
config.status:871: creating config.h
config.status:1060: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__exit=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchown=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpt=yes
ac_cv_func_lstat=yes
ac_cv_func_rename=yes
ac_cv_func_setlocale=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_utimes=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dwarf_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utempter_h=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_gethostname='none required'
ac_cv_search_opendir='none required'
ac_cv_search_strerror='none required'
ac_cv_sys_long_file_names=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK='gawk'
CC='clang'
CFLAGS=' -D_GNU_SOURCE'
CPP='clang -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETCSCREENRC='/etc/screenrc'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS='-lcurses -lelf -lutil -lcrypt -lpam'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
VERSION='4.4.0'
WRITEPATH=''
XTERMPATH=''
ac_ct_CC=''
ac_prefix_program=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='x86_64-unknown-linux'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/share/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define SOCKDIR "/run/screens"
#define POSIX 1
#define SVR4 1
#define BUGGYGETLOGIN 1
#define HAVE_STROPTS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define BSDJOBS 1
#define HAVE_SETRESUID 1
#define HAVE_SETREUID 1
#define HAVE_EXECVPE 1
#define TERMINFO 1
#define HAVE_SVR4_PTYS 1
#define HAVE_GETPT 1
#define PTYMODE 0620
#define PTYGROUP 5
#define GETUTENT 1
#define UTHOST 1
#define LOADAV_GETLOADAVG 1
#define LOADAV 1
#define LOADAV_TYPE double
#define LOADAV_NUM 3
#define LOADAV_SCALE 1
#define SIGVOID 1
#define BSDWAIT 1
#define TERMIO 1
#define SHADOWPW 1
#define GETTTYENT 1
#define USEBCOPY 1
#define USEMEMMOVE 1
#define HAVE_LONG_FILE_NAMES 1
#define USEVARARGS 1
#define HAVE_DIRENT_H 1
#define USESETENV 1
#define HAVE_SETENV_3 1
#define HAVE_NL_LANGINFO 1
#define HAVE_RENAME 1
#define HAVE_FCHMOD 1
#define HAVE_FCHOWN 1
#define HAVE_STRERROR 1
#define HAVE_LSTAT 1
#define HAVE__EXIT 1
#define HAVE_UTIMES 1
#define HAVE_VSNPRINTF 1
#define HAVE_GETCWD 1
#define HAVE_SETLOCALE 1
#define HAVE_STRFTIME 1
#define USE_PAM 1
#define BUILTIN_TELNET 1
#define COLORS256 1
#define RXVT_OSC 1
configure: exit 0