Advertisement
Guest User

Untitled

a guest
Dec 26th, 2010
207
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. * Maintainer: williamh@gentoo.org base-system@gentoo.org
  12. * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU zeroconf
  13. * FEATURES: ccache sandbox
  14. >>> Unpacking source...
  15. >>> Unpacking dhcpcd-5.2.9.tar.bz2 to /var/tmp/portage/net-misc/dhcpcd-5.2.9/work
  16. >>> Source unpacked in /var/tmp/portage/net-misc/dhcpcd-5.2.9/work
  17. >>> Compiling source in /var/tmp/portage/net-misc/dhcpcd-5.2.9/work/dhcpcd-5.2.9 ...
  18. ./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
  19. Configuring dhcpcd for ... linux
  20. Looking for compiler ... x86_64-pc-linux-gnu-gcc
  21. Testing for getifaddrs ... yes
  22. Testing for arc4random ... no
  23. Testing for closefrom ... no
  24. Testing for getline ... yes
  25. Testing for strlcpy ... no
  26. Checking for OpenRC ... yes
  27. Checking for ntpd ... /usr/sbin/ntpd (50-ntp.conf)
  28. Checking for ypind ... not found
  29. Finding hook ntp.conf ... 50-ntp.conf
  30. Finding hook yp.conf ... 50-yp.conf
  31.  
  32. SYSCONFDIR = /etc
  33. SBINDIR = /sbin
  34. LIBDIR = /lib64
  35. LIBEXECDIR = /lib/dhcpcd
  36. DBDIR = /var/lib/dhcpcd
  37. RUNDIR = /var/run
  38. MANDIR = /usr/share/man
  39. HOOKSCRIPTS = 50-ntp.conf 50-yp.conf
  40.  
  41. make -j4
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. 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
  49. 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
  50. 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
  51. 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
  52. 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
  53. 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
  54. 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
  55. 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
  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.c -o if-linux.o
  57. 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
  58. In file included from if-linux-wireless.c:47:0:
  59. /usr/include/linux/if.h:24:75: fatal error: linux/compiler.h: No such file or directory
  60. compilation terminated.
  61. make: *** [if-linux-wireless.o] Error 1
  62. make: *** Waiting for unfinished jobs....
  63. emake failed
  64. * ERROR: net-misc/dhcpcd-5.2.9 failed:
  65. * (no error message)
  66. *
  67. * Call stack:
  68. * ebuild.sh, line 56: Called src_compile
  69. * environment, line 2361: Called die
  70. * The specific snippet of code:
  71. * emake || die
  72. *
  73. * If you need support, post the output of 'emerge --info =net-misc/dhcpcd-5.2.9',
  74. * the complete build log and the output of 'emerge -pqv =net-misc/dhcpcd-5.2.9'.
  75. * The complete build log is located at '/var/log/portage/net-misc:dhcpcd-5.2.9:20101226-074415.log'.
  76. * The ebuild environment file is located at '/var/tmp/portage/net-misc/dhcpcd-5.2.9/temp/environment'.
  77. * S: '/var/tmp/portage/net-misc/dhcpcd-5.2.9/work/dhcpcd-5.2.9'
  78.  
  79. >>> Failed to emerge net-misc/dhcpcd-5.2.9, Log file:
  80.  
  81. >>> '/var/log/portage/net-misc:dhcpcd-5.2.9:20101226-074415.log'
  82.  
  83. * Messages for package net-misc/dhcpcd-5.2.9:
  84.  
  85. * ERROR: net-misc/dhcpcd-5.2.9 failed:
  86. * (no error message)
  87. *
  88. * Call stack:
  89. * ebuild.sh, line 56: Called src_compile
  90. * environment, line 2361: Called die
  91. * The specific snippet of code:
  92. * emake || die
  93. *
  94. * If you need support, post the output of 'emerge --info =net-misc/dhcpcd-5.2.9',
  95. * the complete build log and the output of 'emerge -pqv =net-misc/dhcpcd-5.2.9'.
  96. * The complete build log is located at '/var/log/portage/net-misc:dhcpcd-5.2.9:20101226-074415.log'.
  97. * The ebuild environment file is located at '/var/tmp/portage/net-misc/dhcpcd-5.2.9/temp/environment'.
  98. * S: '/var/tmp/portage/net-misc/dhcpcd-5.2.9/work/dhcpcd-5.2.9'
  99.  
  100. * IMPORTANT: 5 news items need reading for repository 'gentoo'.
  101. * Use eselect news to read news items.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement