The build took 00h 00m 33s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
2,495 |
sh |
2,354 |
ansic |
4,849 |
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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: wipe 2.3.1-3 (Wed Aug 24 13:49:13 UTC 2016)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...creating cache ./config.cachechecking host system type... x86_64-unknown-linux-gnuchecking target system type... x86_64-unknown-linux-gnuchecking build system type... x86_64-unknown-linux-gnuchecking for gcc... gccchecking whether the C compiler (gcc ) works... yeschecking whether the C compiler (gcc ) is a cross-compiler... nochecking whether we are using GNU C... yeschecking whether gcc accepts -g... yeschecking for POSIXized ISC... nochecking how to run the C preprocessor... gcc -Echecking whether gcc needs -traditional... nochecking for a BSD compatible install... /usr/bin/install -cchecking whether the C compiler accepts -pipe... yeschecking whether the C compiler accepts -g... yeschecking whether the C compiler accepts -O0... yeschecking whether the C compiler accepts -O2... yeschecking whether the C compiler accepts -ansi... yeschecking whether the C compiler accepts -pedantic... yeschecking whether the C compiler accepts -Wall... yeschecking whether the C compiler accepts -Werror... yeschecking for dirent.h that defines DIR... yeschecking for opendir in -ldir... nochecking for ANSI C header files... yeschecking for unistd.h... yeschecking for stdint.h... yeschecking for fcntl.h... yeschecking for memory.h... yeschecking for linux/fs.h... yeschecking for sys/mount.h... yeschecking for sys/disklabel.h... nochecking for sys/ioctl.h... yeschecking for sys/file.h... yeschecking for sys/stat.h... yeschecking for sys/time.h... yeschecking for sys/types.h... yeschecking for getopt.h... yeschecking for errno.h... yeschecking for termio.h... yeschecking for termios.h... yeschecking for linux/mtio.h... yeschecking for working const... yeschecking for inline... __inline__checking for off_t... yeschecking for size_t... yeschecking whether stat file-mode macros are broken... nochecking for unistd.h... (cached) yeschecking for getpagesize... yeschecking for working mmap... yeschecking for getopt... yeschecking for strnlen... yeschecking for bzero... yeschecking for memset... yeschecking for memcpy... yeschecking for realloc... yeschecking for fchmod... yeschecking for ioctl... yeschecking for fcntl... yeschecking for lockf... yeschecking for flock... yeschecking for fsync... yeschecking for fdatasync... yeschecking for unlink... yeschecking for rmdir... yeschecking for remove... yeschecking for rename... yeschecking for dirfd... yesupdating cache ./config.cachecreating ./config.statuscreating Makefilecreating config.hgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.cgcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.cgcc *.o -o wipe==> Entering fakeroot environment...==> Starting package().../usr/bin/install -c -m 0755 -d /tmp/wipe/pkg/wipe/usr/bin/usr/bin/install -c -m 0755 -s ./wipe /tmp/wipe/pkg/wipe/usr/bin/usr/bin/install -c -d /tmp/wipe/pkg/wipe/usr/share/man/man1/usr/bin/install -c -o root -m 0644 wipe.1 /tmp/wipe/pkg/wipe/usr/share/man/man1//usr/bin/install: cannot change ownership of '/tmp/wipe/pkg/wipe/usr/share/man/man1/wipe.1': Operation not permittedmake: *** [Makefile:64: install] Error 1==> ERROR: A failure occurred in package(). Aborting...Printing config logfiles
CMD: config logfiles '/tmp/wipe/src/wipe-2.3.1/config.log'
This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.configure:600: checking host system typeconfigure:621: checking target system typeconfigure:639: checking build system typeconfigure:668: checking for gccconfigure:781: checking whether the C compiler (gcc ) worksconfigure:797: gcc -o conftest conftest.c 1>&5configure:794:1: warning: return type defaults to 'int' [-Wimplicit-int]main(){return(0);}^~~~configure:823: checking whether the C compiler (gcc ) is a cross-compilerconfigure:828: checking whether we are using GNU Cconfigure:837: gcc -E conftest.cconfigure:856: checking whether gcc accepts -gconfigure:888: checking for POSIXized ISCconfigure:909: checking how to run the C preprocessorconfigure:930: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:990: checking whether gcc needs -traditionalconfigure:1047: checking for a BSD compatible installconfigure:1101: checking whether the C compiler accepts -pipeconfigure:1111: gcc -c -pipe conftest.c 1>&5configure:1123: checking whether the C compiler accepts -gconfigure:1133: gcc -c -g conftest.c 1>&5configure:1145: checking whether the C compiler accepts -O0configure:1155: gcc -c -O0 conftest.c 1>&5configure:1167: checking whether the C compiler accepts -O2configure:1177: gcc -c -O2 conftest.c 1>&5configure:1189: checking whether the C compiler accepts -ansiconfigure:1199: gcc -c -ansi conftest.c 1>&5configure:1211: checking whether the C compiler accepts -pedanticconfigure:1221: gcc -c -pedantic conftest.c 1>&5configure:1233: checking whether the C compiler accepts -Wallconfigure:1243: gcc -c -Wall conftest.c 1>&5configure:1255: checking whether the C compiler accepts -Werrorconfigure:1265: gcc -c -Werror conftest.c 1>&5configure:1322: checking for dirent.h that defines DIRconfigure:1335: gcc -c -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/sys/types.h:25:0,from configure:1328:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:1360: checking for opendir in -ldirconfigure:1379: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c -ldir 1>&5/usr/sbin/ld: cannot find -ldircollect2: error: ld returned 1 exit statusconfigure: failed program was:#line 1368 "configure"#include "confdefs.h"/* Override any gcc2 internal prototype to avoid an error. *//* We use char because int might match the return type of a gcc2builtin and then its argument prototype would still apply. */char opendir();int main() {opendir(); return 0; }configure:1443: checking for ANSI C header filesconfigure:1456: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1523: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/ctype.h:25:0,from configure:1513:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure: In function 'main':configure:1518:67: warning: incompatible implicit declaration of built-in function 'exit'if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);^~~~configure:1518:67: note: include '' or provide a declaration of 'exit' configure:1550: checking for unistd.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for stdint.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for fcntl.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for memory.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for linux/fs.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for sys/mount.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for sys/disklabel.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1556:27: fatal error: sys/disklabel.h: No such file or directory#include <$ac_hdr>^compilation terminated.configure: failed program was:#line 1555 "configure"#include "confdefs.h"#include configure:1550: checking for sys/ioctl.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for sys/file.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for sys/stat.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for sys/time.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for sys/types.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for getopt.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for errno.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for termio.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for termios.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1550: checking for linux/mtio.hconfigure:1560: gcc -E conftest.c >/dev/null 2>conftest.outconfigure:1588: checking for working constconfigure:1642: gcc -c -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5configure:1663: checking for inlineconfigure:1677: gcc -c -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5configure:1673:3: error: unknown type name 'inline'} $ac_kw foo() {^~~~~~configure: failed program was:#line 1670 "configure"#include "confdefs.h"int main() {} inline foo() {; return 0; }configure:1677: gcc -c -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5configure:1703: checking for off_tconfigure:1736: checking for size_tconfigure:1769: checking whether stat file-mode macros are brokenconfigure:1830: checking for unistd.hconfigure:1869: checking for getpagesizeconfigure:1897: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:1877:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:1922: checking for working mmapconfigure:2070: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/sys/types.h:25:0,from configure:1953:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2001:7: warning: conflicting types for built-in function 'malloc'char *malloc();^~~~~~configure: In function 'main':configure:2018:3: warning: incompatible implicit declaration of built-in function 'exit'exit(1);^~~~configure:2018:3: note: include '' or provide a declaration of 'exit' configure:2040:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);^configure:2095: checking for getoptconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for strnlenconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for bzeroconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for memsetconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2107:6: warning: conflicting types for built-in function 'memset'char $ac_func();^~~~~~configure:2095: checking for memcpyconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2107:6: warning: conflicting types for built-in function 'memcpy'char $ac_func();^~~~~~configure:2095: checking for reallocconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2107:6: warning: conflicting types for built-in function 'realloc'char $ac_func();^~~~~~~configure:2095: checking for fchmodconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for ioctlconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for fcntlconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for lockfconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for flockconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for fsyncconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for fdatasyncconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for unlinkconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for rmdirconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for removeconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for renameconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~configure:2095: checking for dirfdconfigure:2123: gcc -o conftest -ansi -pedantic -D__USE_BSD -D_BSD_SOURCE -D__USE_POSIX -D_POSIX_SOURCE -D_POSIX_MAPPED_FILES conftest.c 1>&5In file included from /usr/include/assert.h:35:0,from configure:2103:/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]# warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"^~~~~~~