lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 23 Mar 2014 13:29:24 +0800
From:	Drunkard Zhang <gongfan193@...il.com>
To:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: 3.14-rc7 compile failure

3.14-rc7 compile failed on my server. config attached. Here's my gcc info:
squid85 /usr/src/linux-3.14-rc7 # gcc -v
Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with:
/var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure
--host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr
--bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3
--includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include
--datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3
--mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man
--infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info
--with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4
--with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python
--enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt
--disable-werror --with-system-zlib --enable-nls
--without-included-gettext --enable-checking=release
--with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo
4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--enable-multilib --with-multilib-list=m32,m64 --disable-altivec
--disable-fixed-point --enable-targets=all --disable-libgcj
--enable-libgomp --disable-libmudflap --disable-libssp --enable-lto
--without-cloog --without-ppl
Thread model: posix
gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5)


Here's detailed messages:

squid85 /usr/src/linux-3.14-rc7 # make -j3 && make modules_install install
make[1]: Nothing to be done for `all'.
  HOSTCC  scripts/basic/fixdep
  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  HOSTCC  arch/x86/tools/relocs_32.o
  CHK     include/generated/utsrelease.h
  HOSTCC  arch/x86/tools/relocs_64.o
  HOSTCC  scripts/genksyms/genksyms.o
  HOSTCC  arch/x86/tools/relocs_common.o
  HOSTLD  arch/x86/tools/relocs
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  HOSTCC  scripts/genksyms/lex.lex.o
  HOSTCC  scripts/genksyms/parse.tab.o
  HOSTLD  scripts/genksyms/genksyms
  CC      scripts/mod/devicetable-offsets.s
scripts/genksyms/genksyms.o: In function `main':
genksyms.c:(.text.startup+0x183): undefined reference to `yydebug'
genksyms.c:(.text.startup+0x18c): undefined reference to `yy_flex_debug'
genksyms.c:(.text.startup+0x1a5): undefined reference to `yyparse'
collect2: error: ld returned 1 exit status
make[2]: *** [scripts/genksyms/genksyms] Error 1
make[1]: *** [scripts/genksyms] Error 2
make[1]: *** Waiting for unfinished jobs....
  CC      kernel/bounds.s
  MKELF   scripts/mod/elfconfig.h
  GEN     scripts/mod/devicetable-offsets.h
  HOSTCC  scripts/mod/modpost.o
  GEN     include/generated/bounds.h
  CC      arch/x86/kernel/asm-offsets.s
  HOSTCC  scripts/mod/sumversion.o
  GEN     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  HOSTCC  scripts/mod/file2alias.o
<stdin>:185:2: warning: #warning syscall restart_syscall not implemented [-Wcpp]
<stdin>:188:2: warning: #warning syscall exit not implemented [-Wcpp]
<stdin>:194:2: warning: #warning syscall read not implemented [-Wcpp]
<stdin>:197:2: warning: #warning syscall write not implemented [-Wcpp]
<stdin>:203:2: warning: #warning syscall close not implemented [-Wcpp]
<stdin>:218:2: warning: #warning syscall execve not implemented [-Wcpp]
<stdin>:221:2: warning: #warning syscall chdir not implemented [-Wcpp]
<stdin>:242:2: warning: #warning syscall lseek not implemented [-Wcpp]
<stdin>:245:2: warning: #warning syscall getpid not implemented [-Wcpp]
<stdin>:248:2: warning: #warning syscall mount not implemented [-Wcpp]
<stdin>:254:2: warning: #warning syscall setuid not implemented [-Wcpp]
<stdin>:257:2: warning: #warning syscall getuid not implemented [-Wcpp]
<stdin>:263:2: warning: #warning syscall ptrace not implemented [-Wcpp]
<stdin>:293:2: warning: #warning syscall sync not implemented [-Wcpp]
<stdin>:296:2: warning: #warning syscall kill not implemented [-Wcpp]
<stdin>:308:2: warning: #warning syscall dup not implemented [-Wcpp]
<stdin>:314:2: warning: #warning syscall times not implemented [-Wcpp]
<stdin>:320:2: warning: #warning syscall brk not implemented [-Wcpp]
<stdin>:323:2: warning: #warning syscall setgid not implemented [-Wcpp]
<stdin>:326:2: warning: #warning syscall getgid not implemented [-Wcpp]
<stdin>:332:2: warning: #warning syscall geteuid not implemented [-Wcpp]
<stdin>:335:2: warning: #warning syscall getegid not implemented [-Wcpp]
<stdin>:338:2: warning: #warning syscall acct not implemented [-Wcpp]
<stdin>:341:2: warning: #warning syscall umount2 not implemented [-Wcpp]
<stdin>:347:2: warning: #warning syscall ioctl not implemented [-Wcpp]
<stdin>:350:2: warning: #warning syscall fcntl not implemented [-Wcpp]
<stdin>:356:2: warning: #warning syscall setpgid not implemented [-Wcpp]
<stdin>:365:2: warning: #warning syscall umask not implemented [-Wcpp]
<stdin>:368:2: warning: #warning syscall chroot not implemented [-Wcpp]
<stdin>:377:2: warning: #warning syscall getppid not implemented [-Wcpp]
<stdin>:383:2: warning: #warning syscall setsid not implemented [-Wcpp]
<stdin>:395:2: warning: #warning syscall setreuid not implemented [-Wcpp]
<stdin>:398:2: warning: #warning syscall setregid not implemented [-Wcpp]
<stdin>:407:2: warning: #warning syscall sethostname not implemented [-Wcpp]
<stdin>:410:2: warning: #warning syscall setrlimit not implemented [-Wcpp]
<stdin>:413:2: warning: #warning syscall getrlimit not implemented [-Wcpp]
<stdin>:416:2: warning: #warning syscall getrusage not implemented [-Wcpp]
<stdin>:419:2: warning: #warning syscall gettimeofday not implemented [-Wcpp]
<stdin>:422:2: warning: #warning syscall settimeofday not implemented [-Wcpp]
<stdin>:425:2: warning: #warning syscall getgroups not implemented [-Wcpp]
<stdin>:428:2: warning: #warning syscall setgroups not implemented [-Wcpp]
<stdin>:446:2: warning: #warning syscall swapon not implemented [-Wcpp]
<stdin>:449:2: warning: #warning syscall reboot not implemented [-Wcpp]
<stdin>:455:2: warning: #warning syscall mmap not implemented [-Wcpp]
<stdin>:458:2: warning: #warning syscall munmap not implemented [-Wcpp]
<stdin>:461:2: warning: #warning syscall truncate not implemented [-Wcpp]
<stdin>:464:2: warning: #warning syscall ftruncate not implemented [-Wcpp]
<stdin>:467:2: warning: #warning syscall fchmod not implemented [-Wcpp]
<stdin>:470:2: warning: #warning syscall fchown not implemented [-Wcpp]
<stdin>:473:2: warning: #warning syscall getpriority not implemented [-Wcpp]
<stdin>:476:2: warning: #warning syscall setpriority not implemented [-Wcpp]
<stdin>:482:2: warning: #warning syscall statfs not implemented [-Wcpp]
<stdin>:485:2: warning: #warning syscall fstatfs not implemented [-Wcpp]
<stdin>:494:2: warning: #warning syscall syslog not implemented [-Wcpp]
<stdin>:497:2: warning: #warning syscall setitimer not implemented [-Wcpp]
<stdin>:500:2: warning: #warning syscall getitimer not implemented [-Wcpp]
<stdin>:509:2: warning: #warning syscall fstat not implemented [-Wcpp]
<stdin>:518:2: warning: #warning syscall vhangup not implemented [-Wcpp]
<stdin>:527:2: warning: #warning syscall wait4 not implemented [-Wcpp]
<stdin>:530:2: warning: #warning syscall swapoff not implemented [-Wcpp]
<stdin>:533:2: warning: #warning syscall sysinfo not implemented [-Wcpp]
<stdin>:539:2: warning: #warning syscall fsync not implemented [-Wcpp]
<stdin>:545:2: warning: #warning syscall clone not implemented [-Wcpp]
<stdin>:548:2: warning: #warning syscall setdomainname not implemented [-Wcpp]
<stdin>:557:2: warning: #warning syscall adjtimex not implemented [-Wcpp]
<stdin>:560:2: warning: #warning syscall mprotect not implemented [-Wcpp]
<stdin>:569:2: warning: #warning syscall init_module not implemented [-Wcpp]
<stdin>:572:2: warning: #warning syscall delete_module not implemented [-Wcpp]
<stdin>:578:2: warning: #warning syscall quotactl not implemented [-Wcpp]
<stdin>:581:2: warning: #warning syscall getpgid not implemented [-Wcpp]
<stdin>:584:2: warning: #warning syscall fchdir not implemented [-Wcpp]
<stdin>:593:2: warning: #warning syscall personality not implemented [-Wcpp]
<stdin>:599:2: warning: #warning syscall setfsuid not implemented [-Wcpp]
<stdin>:602:2: warning: #warning syscall setfsgid not implemented [-Wcpp]
<stdin>:614:2: warning: #warning syscall flock not implemented [-Wcpp]
<stdin>:617:2: warning: #warning syscall msync not implemented [-Wcpp]
<stdin>:620:2: warning: #warning syscall readv not implemented [-Wcpp]
<stdin>:623:2: warning: #warning syscall writev not implemented [-Wcpp]
<stdin>:626:2: warning: #warning syscall getsid not implemented [-Wcpp]
<stdin>:629:2: warning: #warning syscall fdatasync not implemented [-Wcpp]
<stdin>:635:2: warning: #warning syscall mlock not implemented [-Wcpp]
<stdin>:638:2: warning: #warning syscall munlock not implemented [-Wcpp]
<stdin>:641:2: warning: #warning syscall mlockall not implemented [-Wcpp]
<stdin>:644:2: warning: #warning syscall munlockall not implemented [-Wcpp]
<stdin>:647:2: warning: #warning syscall sched_setparam not implemented [-Wcpp]
<stdin>:650:2: warning: #warning syscall sched_getparam not implemented [-Wcpp]
<stdin>:653:2: warning: #warning syscall sched_setscheduler not
implemented [-Wcpp]
<stdin>:656:2: warning: #warning syscall sched_getscheduler not
implemented [-Wcpp]
<stdin>:659:2: warning: #warning syscall sched_yield not implemented [-Wcpp]
<stdin>:662:2: warning: #warning syscall sched_get_priority_max not
implemented [-Wcpp]
<stdin>:665:2: warning: #warning syscall sched_get_priority_min not
implemented [-Wcpp]
<stdin>:668:2: warning: #warning syscall sched_rr_get_interval not
implemented [-Wcpp]
<stdin>:671:2: warning: #warning syscall nanosleep not implemented [-Wcpp]
<stdin>:674:2: warning: #warning syscall mremap not implemented [-Wcpp]
<stdin>:677:2: warning: #warning syscall setresuid not implemented [-Wcpp]
<stdin>:680:2: warning: #warning syscall getresuid not implemented [-Wcpp]
<stdin>:692:2: warning: #warning syscall nfsservctl not implemented [-Wcpp]
<stdin>:695:2: warning: #warning syscall setresgid not implemented [-Wcpp]
<stdin>:698:2: warning: #warning syscall getresgid not implemented [-Wcpp]
<stdin>:701:2: warning: #warning syscall prctl not implemented [-Wcpp]
<stdin>:704:2: warning: #warning syscall rt_sigreturn not implemented [-Wcpp]
<stdin>:707:2: warning: #warning syscall rt_sigaction not implemented [-Wcpp]
<stdin>:710:2: warning: #warning syscall rt_sigprocmask not implemented [-Wcpp]
<stdin>:713:2: warning: #warning syscall rt_sigpending not implemented [-Wcpp]
<stdin>:716:2: warning: #warning syscall rt_sigtimedwait not implemented [-Wcpp]
<stdin>:719:2: warning: #warning syscall rt_sigqueueinfo not implemented [-Wcpp]
<stdin>:722:2: warning: #warning syscall rt_sigsuspend not implemented [-Wcpp]
<stdin>:725:2: warning: #warning syscall pread64 not implemented [-Wcpp]
<stdin>:728:2: warning: #warning syscall pwrite64 not implemented [-Wcpp]
<stdin>:734:2: warning: #warning syscall getcwd not implemented [-Wcpp]
<stdin>:737:2: warning: #warning syscall capget not implemented [-Wcpp]
<stdin>:740:2: warning: #warning syscall capset not implemented [-Wcpp]
<stdin>:743:2: warning: #warning syscall sigaltstack not implemented [-Wcpp]
<stdin>:746:2: warning: #warning syscall sendfile not implemented [-Wcpp]
<stdin>:836:2: warning: #warning syscall pivot_root not implemented [-Wcpp]
<stdin>:839:2: warning: #warning syscall mincore not implemented [-Wcpp]
<stdin>:842:2: warning: #warning syscall madvise not implemented [-Wcpp]
<stdin>:845:2: warning: #warning syscall getdents64 not implemented [-Wcpp]
<stdin>:851:2: warning: #warning syscall gettid not implemented [-Wcpp]
<stdin>:854:2: warning: #warning syscall readahead not implemented [-Wcpp]
<stdin>:857:2: warning: #warning syscall setxattr not implemented [-Wcpp]
<stdin>:860:2: warning: #warning syscall lsetxattr not implemented [-Wcpp]
<stdin>:863:2: warning: #warning syscall fsetxattr not implemented [-Wcpp]
<stdin>:866:2: warning: #warning syscall getxattr not implemented [-Wcpp]
<stdin>:869:2: warning: #warning syscall lgetxattr not implemented [-Wcpp]
<stdin>:872:2: warning: #warning syscall fgetxattr not implemented [-Wcpp]
<stdin>:875:2: warning: #warning syscall listxattr not implemented [-Wcpp]
<stdin>:878:2: warning: #warning syscall llistxattr not implemented [-Wcpp]
<stdin>:881:2: warning: #warning syscall flistxattr not implemented [-Wcpp]
<stdin>:884:2: warning: #warning syscall removexattr not implemented [-Wcpp]
<stdin>:887:2: warning: #warning syscall lremovexattr not implemented [-Wcpp]
<stdin>:890:2: warning: #warning syscall fremovexattr not implemented [-Wcpp]
<stdin>:893:2: warning: #warning syscall tkill not implemented [-Wcpp]
<stdin>:899:2: warning: #warning syscall futex not implemented [-Wcpp]
<stdin>:902:2: warning: #warning syscall sched_setaffinity not
implemented [-Wcpp]
<stdin>:905:2: warning: #warning syscall sched_getaffinity not
implemented [-Wcpp]
<stdin>:914:2: warning: #warning syscall io_setup not implemented [-Wcpp]
<stdin>:917:2: warning: #warning syscall io_destroy not implemented [-Wcpp]
<stdin>:920:2: warning: #warning syscall io_getevents not implemented [-Wcpp]
<stdin>:923:2: warning: #warning syscall io_submit not implemented [-Wcpp]
<stdin>:926:2: warning: #warning syscall io_cancel not implemented [-Wcpp]
<stdin>:929:2: warning: #warning syscall fadvise64 not implemented [-Wcpp]
<stdin>:932:2: warning: #warning syscall exit_group not implemented [-Wcpp]
<stdin>:935:2: warning: #warning syscall lookup_dcookie not implemented [-Wcpp]
<stdin>:941:2: warning: #warning syscall epoll_ctl not implemented [-Wcpp]
<stdin>:947:2: warning: #warning syscall remap_file_pages not
implemented [-Wcpp]
<stdin>:950:2: warning: #warning syscall set_tid_address not implemented [-Wcpp]
<stdin>:953:2: warning: #warning syscall timer_create not implemented [-Wcpp]
<stdin>:956:2: warning: #warning syscall timer_settime not implemented [-Wcpp]
<stdin>:959:2: warning: #warning syscall timer_gettime not implemented [-Wcpp]
<stdin>:962:2: warning: #warning syscall timer_getoverrun not
implemented [-Wcpp]
<stdin>:965:2: warning: #warning syscall timer_delete not implemented [-Wcpp]
<stdin>:968:2: warning: #warning syscall clock_settime not implemented [-Wcpp]
<stdin>:971:2: warning: #warning syscall clock_gettime not implemented [-Wcpp]
<stdin>:974:2: warning: #warning syscall clock_getres not implemented [-Wcpp]
<stdin>:977:2: warning: #warning syscall clock_nanosleep not implemented [-Wcpp]
<stdin>:986:2: warning: #warning syscall tgkill not implemented [-Wcpp]
<stdin>:998:2: warning: #warning syscall mbind not implemented [-Wcpp]
<stdin>:1001:2: warning: #warning syscall get_mempolicy not implemented [-Wcpp]
<stdin>:1004:2: warning: #warning syscall set_mempolicy not implemented [-Wcpp]
<stdin>:1007:2: warning: #warning syscall mq_open not implemented [-Wcpp]
<stdin>:1010:2: warning: #warning syscall mq_unlink not implemented [-Wcpp]
<stdin>:1013:2: warning: #warning syscall mq_timedsend not implemented [-Wcpp]
<stdin>:1016:2: warning: #warning syscall mq_timedreceive not
implemented [-Wcpp]
<stdin>:1019:2: warning: #warning syscall mq_notify not implemented [-Wcpp]
<stdin>:1022:2: warning: #warning syscall mq_getsetattr not implemented [-Wcpp]
<stdin>:1025:2: warning: #warning syscall kexec_load not implemented [-Wcpp]
<stdin>:1028:2: warning: #warning syscall waitid not implemented [-Wcpp]
<stdin>:1031:2: warning: #warning syscall add_key not implemented [-Wcpp]
<stdin>:1034:2: warning: #warning syscall request_key not implemented [-Wcpp]
<stdin>:1037:2: warning: #warning syscall keyctl not implemented [-Wcpp]
<stdin>:1040:2: warning: #warning syscall ioprio_set not implemented [-Wcpp]
<stdin>:1043:2: warning: #warning syscall ioprio_get not implemented [-Wcpp]
<stdin>:1049:2: warning: #warning syscall inotify_add_watch not
implemented [-Wcpp]
<stdin>:1052:2: warning: #warning syscall inotify_rm_watch not
implemented [-Wcpp]
<stdin>:1055:2: warning: #warning syscall migrate_pages not implemented [-Wcpp]
<stdin>:1058:2: warning: #warning syscall openat not implemented [-Wcpp]
<stdin>:1061:2: warning: #warning syscall mkdirat not implemented [-Wcpp]
<stdin>:1064:2: warning: #warning syscall mknodat not implemented [-Wcpp]
<stdin>:1067:2: warning: #warning syscall fchownat not implemented [-Wcpp]
<stdin>:1076:2: warning: #warning syscall unlinkat not implemented [-Wcpp]
<stdin>:1079:2: warning: #warning syscall renameat not implemented [-Wcpp]
<stdin>:1082:2: warning: #warning syscall linkat not implemented [-Wcpp]
<stdin>:1085:2: warning: #warning syscall symlinkat not implemented [-Wcpp]
<stdin>:1088:2: warning: #warning syscall readlinkat not implemented [-Wcpp]
<stdin>:1091:2: warning: #warning syscall fchmodat not implemented [-Wcpp]
<stdin>:1094:2: warning: #warning syscall faccessat not implemented [-Wcpp]
<stdin>:1097:2: warning: #warning syscall pselect6 not implemented [-Wcpp]
<stdin>:1100:2: warning: #warning syscall ppoll not implemented [-Wcpp]
<stdin>:1103:2: warning: #warning syscall unshare not implemented [-Wcpp]
<stdin>:1106:2: warning: #warning syscall set_robust_list not
implemented [-Wcpp]
<stdin>:1109:2: warning: #warning syscall get_robust_list not
implemented [-Wcpp]
<stdin>:1112:2: warning: #warning syscall splice not implemented [-Wcpp]
<stdin>:1115:2: warning: #warning syscall sync_file_range not
implemented [-Wcpp]
<stdin>:1118:2: warning: #warning syscall tee not implemented [-Wcpp]
<stdin>:1121:2: warning: #warning syscall vmsplice not implemented [-Wcpp]
<stdin>:1124:2: warning: #warning syscall move_pages not implemented [-Wcpp]
<stdin>:1127:2: warning: #warning syscall getcpu not implemented [-Wcpp]
<stdin>:1130:2: warning: #warning syscall epoll_pwait not implemented [-Wcpp]
<stdin>:1133:2: warning: #warning syscall utimensat not implemented [-Wcpp]
<stdin>:1139:2: warning: #warning syscall timerfd_create not implemented [-Wcpp]
<stdin>:1145:2: warning: #warning syscall fallocate not implemented [-Wcpp]
<stdin>:1148:2: warning: #warning syscall timerfd_settime not
implemented [-Wcpp]
<stdin>:1151:2: warning: #warning syscall timerfd_gettime not
implemented [-Wcpp]
<stdin>:1154:2: warning: #warning syscall signalfd4 not implemented [-Wcpp]
<stdin>:1157:2: warning: #warning syscall eventfd2 not implemented [-Wcpp]
<stdin>:1160:2: warning: #warning syscall epoll_create1 not implemented [-Wcpp]
<stdin>:1163:2: warning: #warning syscall dup3 not implemented [-Wcpp]
<stdin>:1166:2: warning: #warning syscall pipe2 not implemented [-Wcpp]
<stdin>:1169:2: warning: #warning syscall inotify_init1 not implemented [-Wcpp]
<stdin>:1172:2: warning: #warning syscall preadv not implemented [-Wcpp]
<stdin>:1175:2: warning: #warning syscall pwritev not implemented [-Wcpp]
<stdin>:1178:2: warning: #warning syscall rt_tgsigqueueinfo not
implemented [-Wcpp]
<stdin>:1181:2: warning: #warning syscall perf_event_open not
implemented [-Wcpp]
<stdin>:1184:2: warning: #warning syscall recvmmsg not implemented [-Wcpp]
<stdin>:1187:2: warning: #warning syscall fanotify_init not implemented [-Wcpp]
<stdin>:1190:2: warning: #warning syscall fanotify_mark not implemented [-Wcpp]
<stdin>:1193:2: warning: #warning syscall prlimit64 not implemented [-Wcpp]
<stdin>:1196:2: warning: #warning syscall name_to_handle_at not
implemented [-Wcpp]
<stdin>:1199:2: warning: #warning syscall open_by_handle_at not
implemented [-Wcpp]
<stdin>:1202:2: warning: #warning syscall clock_adjtime not implemented [-Wcpp]
<stdin>:1205:2: warning: #warning syscall syncfs not implemented [-Wcpp]
<stdin>:1208:2: warning: #warning syscall sendmmsg not implemented [-Wcpp]
<stdin>:1211:2: warning: #warning syscall setns not implemented [-Wcpp]
<stdin>:1214:2: warning: #warning syscall process_vm_readv not
implemented [-Wcpp]
<stdin>:1217:2: warning: #warning syscall process_vm_writev not
implemented [-Wcpp]
<stdin>:1220:2: warning: #warning syscall kcmp not implemented [-Wcpp]
<stdin>:1223:2: warning: #warning syscall finit_module not implemented [-Wcpp]
<stdin>:1226:2: warning: #warning syscall sched_setattr not implemented [-Wcpp]
<stdin>:1229:2: warning: #warning syscall sched_getattr not implemented [-Wcpp]
  HOSTLD  scripts/mod/modpost
make: *** [scripts] Error 2

Download attachment "config-3.14-rc7-gentoo-Asus_Z8PE-D18-20140323.gz" of type "application/x-gzip" (18568 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ