Advertisement
Guest User

Untitled

a guest
Dec 26th, 2010
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. Would you like to merge these packages? [Yes/No] y
  2.  
  3. >>> Verifying ebuild manifests
  4.  
  5. >>> Starting parallel fetch
  6.  
  7. >>> Emerging (1 of 661) net-misc/dhcpcd-5.2.9
  8. * dhcpcd-5.2.9.tar.bz2 RMD160 SHA1 SHA256 size ;-) ... [ ok ]
  9. * Package: net-misc/dhcpcd-5.2.9
  10. * Repository: gentoo
  11. * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU zeroconf
  12. * FEATURES: ccache sandbox
  13. >>> Unpacking source...
  14. >>> Unpacking dhcpcd-5.2.9.tar.bz2 to /var/tmp/portage/net-misc/dhcpcd-5.2.9/work
  15. >>> Source unpacked in /var/tmp/portage/net-misc/dhcpcd-5.2.9/work
  16. >>> Compiling source in /var/tmp/portage/net-misc/dhcpcd-5.2.9/work/dhcpcd-5.2.9 ...
  17. ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/lib64 --prefix= --libexecdir=/lib/dhcpcd --dbdir=/var/lib/dhcpcd --localstatedir=/var --with-hook=ntp.conf --with-hook=yp.conf
  18. Configuring dhcpcd for ... linux
  19. Looking for compiler ... x86_64-pc-linux-gnu-gcc
  20. Testing for getifaddrs ... yes
  21. Testing for arc4random ... no
  22. Testing for closefrom ... no
  23. Testing for getline ... yes
  24. Testing for strlcpy ... no
  25. Checking for OpenRC ... yes
  26. Checking for ntpd ... /usr/sbin/ntpd (50-ntp.conf)
  27. Checking for ypind ... not found
  28. Finding hook ntp.conf ... 50-ntp.conf
  29. Finding hook yp.conf ... 50-yp.conf
  30.  
  31. SYSCONFDIR = /etc
  32. SBINDIR = /sbin
  33. LIBDIR = /lib64
  34. LIBEXECDIR = /lib/dhcpcd
  35. DBDIR = /var/lib/dhcpcd
  36. RUNDIR = /var/run
  37. MANDIR = /usr/share/man
  38. HOOKSCRIPTS = 50-ntp.conf 50-yp.conf
  39.  
  40. make -j4
  41. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c arp.c -o arp.o
  42. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c bind.c -o bind.o
  43. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c common.c -o common.o
  44. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c control.c -o control.o
  45. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c dhcp.c -o dhcp.o
  46. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c dhcpcd.c -o dhcpcd.o
  47. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c duid.c -o duid.o
  48. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c eloop.c -o eloop.o
  49. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c if-options.c -o if-options.o
  50. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c if-pref.c -o if-pref.o
  51. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c ipv4ll.c -o ipv4ll.o
  52. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c net.c -o net.o
  53. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c signals.c -o signals.o
  54. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c configure.c -o configure.o
  55. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c if-linux.c -o if-linux.o
  56. x86_64-pc-linux-gnu-gcc -O2 -march=core2 -mtune=core2 -mfpmath=sse -pipe -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -c if-linux-wireless.c -o if-linux-wireless.o
  57. In file included from if-linux-wireless.c:47:0:
  58. /usr/include/linux/if.h:24:75: fatal error: linux/compiler.h: No such file or directory
  59. compilation terminated.
  60. make: *** [if-linux-wireless.o] Error 1
  61. make: *** Waiting for unfinished jobs....
  62. emake failed
  63. * ERROR: net-misc/dhcpcd-5.2.9 failed:
  64. * (no error message)
  65. *
  66. * Call stack:
  67. * ebuild.sh, line 56: Called src_compile
  68. * environment, line 2361: Called die
  69. * The specific snippet of code:
  70. * emake || die
  71. *
  72. * If you need support, post the output of 'emerge --info =net-misc/dhcpcd-5.2.9',
  73. * the complete build log and the output of 'emerge -pqv =net-misc/dhcpcd-5.2.9'.
  74. * The complete build log is located at '/var/log/portage/net-misc:dhcpcd-5.2.9:20101226-074415.log'.
  75. * The ebuild environment file is located at '/var/tmp/portage/net-misc/dhcpcd-5.2.9/temp/environment'.
  76. * S: '/var/tmp/portage/net-misc/dhcpcd-5.2.9/work/dhcpcd-5.2.9'
  77.  
  78. >>> Failed to emerge net-misc/dhcpcd-5.2.9, Log file:
  79.  
  80. >>> '/var/log/portage/net-misc:dhcpcd-5.2.9:20101226-074415.log'
  81.  
  82. * Messages for package net-misc/dhcpcd-5.2.9:
  83.  
  84. * ERROR: net-misc/dhcpcd-5.2.9 failed:
  85. * (no error message)
  86. *
  87. * Call stack:
  88. * ebuild.sh, line 56: Called src_compile
  89. * environment, line 2361: Called die
  90. * The specific snippet of code:
  91. * emake || die
  92. *
  93. * If you need support, post the output of 'emerge --info =net-misc/dhcpcd-5.2.9',
  94. * the complete build log and the output of 'emerge -pqv =net-misc/dhcpcd-5.2.9'.
  95. * The complete build log is located at '/var/log/portage/net-misc:dhcpcd-5.2.9:20101226-074415.log'.
  96. * The ebuild environment file is located at '/var/tmp/portage/net-misc/dhcpcd-5.2.9/temp/environment'.
  97. * S: '/var/tmp/portage/net-misc/dhcpcd-5.2.9/work/dhcpcd-5.2.9'
  98.  
  99. * IMPORTANT: 5 news items need reading for repository 'gentoo'.
  100. * Use eselect news to read news items.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement