The build took 00h 01m 05s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
1,177 |
cpp |
844 |
makefile |
463 |
sh |
70 |
lisp |
3 |
csh |
2,557 |
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: cdargs 1.35-6 (Thu Apr 13 16:22:52 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for x86_64-unknown-linux-g++... clang++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking for x86_64-unknown-linux-gcc... clang
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking how to run the C preprocessor... clang -E
checking for ANSI C header files... yes
checking for working curses... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating m4/Makefile
config.status: creating cdargs.spec
Making all in contrib
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/contrib'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/contrib'
Making all in doc
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/doc'
Making all in src
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/src'
clang++ -DPACKAGE=\"cdargs\" -DVERSION=\"1.35\" -DSTDC_HEADERS=1 -DHAVE_CURSES_H=1 -I. -I. -g -Wall -W -c cdargs.cc
cdargs.cc:637:13: warning: result of comparison against a string literal is unspecified (use strncmp instead) [-Wstring-compare]
if(name == "..") {
^ ~~~~
cdargs.cc:737:20: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
fatal_exit("couldn't write listfile");
^
cdargs.cc:909:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
editor = "/usr/bin/editor";
^
cdargs.cc:911:22: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
editor = "vi";
^
cdargs.cc:1231:21: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
pager = "/usr/bin/pager";
^
cdargs.cc:1234:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
pager = "/usr/bin/less";
^
cdargs.cc:1236:25: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
pager = "more";
^
cdargs.cc:1251:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"cdargs (c) 2001-2003 S. Kamphausen ",
^
cdargs.cc:1252:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"/ move selection up/down and scroll",
^
cdargs.cc:1253:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" please see manpage for alternative bindings!",
^
cdargs.cc:1254:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" select current entry",
^
cdargs.cc:1255:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" toggle modes: LIST or BROWSE",
^
cdargs.cc:1256:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"/ goto first/last entry in list if available in terminal",
^
cdargs.cc:1257:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"c add current directory to list",
^
cdargs.cc:1258:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"C same as 'c' but ask for a description",
^
cdargs.cc:1259:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" scroll the list 10 lines up or down",
^
cdargs.cc:1260:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"e,v edit the list in $EDITOR",
^
cdargs.cc:1261:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"H,? show this help",
^
cdargs.cc:1262:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"~,/ browse home/root directory",
^
cdargs.cc:1263:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"q quit - saving the list",
^
cdargs.cc:1264:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"C-c,C-g,C-[ abort - don't save the list",
^
cdargs.cc:1265:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" ",
^
cdargs.cc:1266:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"Commands in BROWSE-mode:",
^
cdargs.cc:1267:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" descent into current directory",
^
cdargs.cc:1268:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" up one directory",
^
cdargs.cc:1269:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"[num] make [num] the highlighted entry",
^
cdargs.cc:1270:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"a add current entry to list",
^
cdargs.cc:1271:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"A same as 'a' but ask for a description",
^
cdargs.cc:1272:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
". toggle display of hidden files",
^
cdargs.cc:1273:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" ",
^
cdargs.cc:1274:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"Commands in LIST-mode:",
^
cdargs.cc:1275:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"[num] select and resolve entry [num] if displayed",
^
cdargs.cc:1276:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" descent into the current entry",
^
cdargs.cc:1277:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
" up one directory from current dir",
^
cdargs.cc:1278:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"d delete current entry from list",
^
cdargs.cc:1279:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"a add current directory to list",
^
cdargs.cc:1280:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"s,t swap(transpose) two lines in the list",
^
cdargs.cc:1281:9: warning: conversion from string literal to 'char *' is deprecated [-Wc++11-compat-deprecated-writable-strings]
"M/m move an entry up down in the list"
^
cdargs.cc:1304:21: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
fprintf(stderr, msg);
^~~
39 warnings generated.
clang++ -g -Wall -W -o cdargs cdargs.o -lcurses
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/src'
Making all in m4
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/m4'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/m4'
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35'
make: Nothing to be done for 'all'.
==> Entering fakeroot environment...
==> Starting package()...
Making install in contrib
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/contrib'
make[2]: Entering directory '/tmp/cdargs/src/cdargs-1.35/contrib'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/contrib'
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/contrib'
Making install in doc
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/doc'
make[2]: Entering directory '/tmp/cdargs/src/cdargs-1.35/doc'
make[2]: Nothing to be done for 'install-exec-am'.
make install-man1
make[3]: Entering directory '/tmp/cdargs/src/cdargs-1.35/doc'
/bin/sh ../mkinstalldirs /tmp/cdargs/pkg/cdargs/usr/share/man/man1
mkdir /tmp/cdargs/pkg/cdargs/usr
mkdir /tmp/cdargs/pkg/cdargs/usr/share
mkdir /tmp/cdargs/pkg/cdargs/usr/share/man
mkdir /tmp/cdargs/pkg/cdargs/usr/share/man/man1
/usr/bin/install -c -m 644 ./cdargs.1 /tmp/cdargs/pkg/cdargs/usr/share/man/man1/cdargs.1
make[3]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/doc'
make[2]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/doc'
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/doc'
Making install in src
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/src'
make[2]: Entering directory '/tmp/cdargs/src/cdargs-1.35/src'
/bin/sh ../mkinstalldirs /tmp/cdargs/pkg/cdargs/usr/bin
mkdir /tmp/cdargs/pkg/cdargs/usr/bin
/usr/bin/install -c cdargs /tmp/cdargs/pkg/cdargs/usr/bin/cdargs
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/src'
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/src'
Making install in m4
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/m4'
make[2]: Entering directory '/tmp/cdargs/src/cdargs-1.35/m4'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/m4'
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/m4'
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35'
make[2]: Entering directory '/tmp/cdargs/src/cdargs-1.35'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/cdargs/src/cdargs-1.35'
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35'
make[1]: Entering directory '/tmp/cdargs/src/cdargs-1.35/contrib'
make[1]: Nothing to be done for 'install-exec-am'.
make[1]: Nothing to be done for 'install-data-am'.
make[1]: Leaving directory '/tmp/cdargs/src/cdargs-1.35/contrib'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "cdargs"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Adding install file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cdargs 1.35-6 (Thu Apr 13 16:23:03 UTC 2017)
CMD: pacman --query --file cdargs-1.35-6-x86_64.pkg.tar.xz
Creating hybrid package for 'cdargs'
Trying to find vanilla package 'cdargs'...
CMD: pacman --query --file /mirror/cdargs-1.35-6.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .INSTALL usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .INSTALL usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .INSTALL usr .MTREE | xz -c -z
CMD: bsdtar -tqf cdargs.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/cdargs.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/cdargs.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/cdargs.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/cdargs/src/cdargs-1.35/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.52. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man
## ---------- ##
## Platform. ##
## ---------- ##
hostname = b13c5ad60e80
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
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH = /usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
## ------------ ##
## Core tests. ##
## ------------ ##
configure:929: PATH=".;."; conftest.sh
./configure: line 930: conftest.sh: command not found
configure:932: $? = 127
configure:978: checking for a BSD compatible install
configure:1027: result: /usr/bin/install -c
configure:1038: checking whether build environment is sane
configure:1081: result: yes
configure:1096: checking whether make sets ${MAKE}
configure:1116: result: yes
configure:1144: checking for working aclocal
configure:1151: result: found
configure:1159: checking for working autoconf
configure:1166: result: found
configure:1174: checking for working automake
configure:1181: result: found
configure:1189: checking for working autoheader
configure:1196: result: found
configure:1204: checking for working makeinfo
configure:1211: result: found
configure:1229: checking for x86_64-unknown-linux-g++
configure:1252: result: clang++
configure:1306: checking for C++ compiler version
configure:1309: 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:1312: $? = 0
configure:1314: 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
Selected multilib: .;@m64
configure:1317: $? = 0
configure:1319: clang++ -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:1322: $? = 1
configure:1342: checking for C++ compiler default output
configure:1345: clang++ conftest.cc >&5
configure:1348: $? = 0
configure:1377: result: a.out
configure:1382: checking whether the C++ compiler works
configure:1388: ./a.out
configure:1391: $? = 0
configure:1406: result: yes
configure:1413: checking whether we are cross compiling
configure:1415: result: no
configure:1418: checking for executable suffix
configure:1420: clang++ -o conftest conftest.cc >&5
configure:1423: $? = 0
configure:1445: result:
configure:1451: checking for object suffix
configure:1469: clang++ -c conftest.cc >&5
configure:1472: $? = 0
configure:1491: result: o
configure:1495: checking whether we are using the GNU C++ compiler
configure:1516: clang++ -c conftest.cc >&5
configure:1519: $? = 0
configure:1522: test -s conftest.o
configure:1525: $? = 0
configure:1537: result: yes
configure:1543: checking whether clang++ accepts -g
configure:1561: clang++ -c -g conftest.cc >&5
configure:1564: $? = 0
configure:1567: test -s conftest.o
configure:1570: $? = 0
configure:1580: result: yes
configure:1620: clang++ -c conftest.cc >&5
configure:1623: $? = 0
configure:1626: test -s conftest.o
configure:1629: $? = 0
configure:1651: clang++ -c conftest.cc >&5
configure:1644:1: error: use of undeclared identifier 'exit'
exit (42);
^
1 error generated.
configure:1654: $? = 1
configure: failed program was:
#line 1639 "configure"
#include "confdefs.h"
int
main ()
{
exit (42);
;
return 0;
}
configure:1620: clang++ -c conftest.cc >&5
configure:1623: $? = 0
configure:1626: test -s conftest.o
configure:1629: $? = 0
configure:1651: clang++ -c conftest.cc >&5
configure:1654: $? = 0
configure:1657: test -s conftest.o
configure:1660: $? = 0
configure:1690: checking for x86_64-unknown-linux-gcc
configure:1713: result: clang
configure:1976: checking for C compiler version
configure:1979: 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:1982: $? = 0
configure:1984: 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
Selected multilib: .;@m64
configure:1987: $? = 0
configure:1989: clang -V &5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:1992: $? = 1
configure:1995: checking whether we are using the GNU C compiler
configure:2016: clang -c conftest.c >&5
configure:2019: $? = 0
configure:2022: test -s conftest.o
configure:2025: $? = 0
configure:2037: result: yes
configure:2043: checking whether clang accepts -g
configure:2061: clang -c -g conftest.c >&5
configure:2064: $? = 0
configure:2067: test -s conftest.o
configure:2070: $? = 0
configure:2080: result: yes
configure:2107: clang -c conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:11: error: expected ';' after top level declarator
choke me
^
;
2 errors generated.
configure:2110: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2213: checking how to run the C preprocessor
configure:2239: clang -E conftest.c
configure:2245: $? = 0
configure:2272: clang -E conftest.c
configure:2269:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:2278: $? = 1
configure: failed program was:
#line 2268 "configure"
#include "confdefs.h"
#include
configure:2315: result: clang -E
configure:2330: clang -E conftest.c
configure:2336: $? = 0
configure:2363: clang -E conftest.c
configure:2360:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:2369: $? = 1
configure: failed program was:
#line 2359 "configure"
#include "confdefs.h"
#include
configure:2408: checking for ANSI C header files
configure:2422: clang -E conftest.c
configure:2428: $? = 0
configure:2515: clang -o conftest conftest.c >&5
configure:2507:7: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
exit(2);
^
configure:2507:7: note: include the header or explicitly provide a declaration for 'exit'
1 warning generated.
configure:2518: $? = 0
configure:2520: ./conftest
configure:2523: $? = 0
configure:2536: result: yes
configure:2555: checking for working curses
configure:2574: clang -o conftest conftest.c -lcurses >&5
configure:2577: $? = 0
configure:2580: test -s conftest
configure:2583: $? = 0
configure:2593: result: yes
configure:2773: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status 2.52, executed with
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on b13c5ad60e80
config.status:3218: creating Makefile
config.status:3218: creating contrib/Makefile
config.status:3218: creating doc/Makefile
config.status:3218: creating src/Makefile
config.status:3218: creating m4/Makefile
config.status:3218: creating cdargs.spec
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_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_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_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_header_stdc=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXX=clang++
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
mp_cv_curses=yes
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define PACKAGE "cdargs"
#define VERSION "1.35"
#ifdef __cplusplus
#include
#endif
#define STDC_HEADERS 1
#define HAVE_CURSES_H 1
configure: exit 0