Advertisement
Guest User

ERROR

a guest
Jul 25th, 2012
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1.  * Package: net-dialup/ppp-2.4.5-r2
  2.  * Repository: gentoo
  3.  * Maintainer: net-dialup@gentoo.org
  4.  * USE: amd64 consolekit elibc_glibc ipv6 kernel_linux multilib pam policykit userland_GNU
  5.  * FEATURES: sandbox
  6. * Determining the location of the kernel source code
  7. * Found kernel source directory:
  8. * /usr/src/linux
  9. * Found kernel object directory:
  10. * /lib/modules/3.3.8-gentoo/build
  11. * Found sources for kernel version:
  12. * 3.3.8-gentoo
  13. >>> Unpacking source...
  14. >>> Unpacking ppp-2.4.5.tar.gz to /var/tmp/portage/net-dialup/ppp-2.4.5-r2/work
  15. >>> Unpacking ppp-2.4.5-gentoo-20111111.tar.gz to /var/tmp/portage/net-dialup/ppp-2.4.5-r2/work
  16. >>> Source unpacked in /var/tmp/portage/net-dialup/ppp-2.4.5-r2/work
  17. >>> Preparing source in /var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5 ...
  18. * Applying make-vars.patch ...
  19.  [ ok ]
  20. * Applying mpls.patch ...
  21.  [ ok ]
  22. * Applying killaddr-smarter.patch ...
  23.  [ ok ]
  24. * Applying wait-children.patch ...
  25.  [ ok ]
  26. * Applying defaultgateway.patch ...
  27.  [ ok ]
  28. * Applying linkpidfile.patch ...
  29.  [ ok ]
  30. * Applying qa-fixes.patch ...
  31.  [ ok ]
  32. * Applying auth-fail.patch ...
  33.  [ ok ]
  34. * Applying defaultmetric.patch ...
  35.  [ ok ]
  36. * Applying dev-ppp.patch ...
  37.  [ ok ]
  38. * Applying gtk2.patch ...
  39.  [ ok ]
  40. * Applying passwordfd-read-early.patch ...
  41.  [ ok ]
  42. * Applying pppd-usepeerwins.patch ...
  43.  [ ok ]
  44. * Applying connect-errors.patch ...
  45.  [ ok ]
  46. * Applying Makefile.patch ...
  47.  [ ok ]
  48. * Applying pppol2tpv3-2.6.35.patch ...
  49.  [ ok ]
  50. * Applying pado-timeout.patch ...
  51.  [ ok ]
  52. * Applying lcp-echo-adaptive.patch ...
  53.  [ ok ]
  54. * Disabling active filter
  55. * Enabling PAM
  56. * Enabling IPv6
  57. * Enabling CBCP
  58. * Disabling radius
  59. >>> Source prepared.
  60. >>> Configuring source in /var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5 ...
  61. ./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=/usr/lib64
  62. Configuring for Linux
  63. Creating Makefiles.
  64. Makefile <= linux/Makefile.top
  65. pppd/Makefile <= pppd/Makefile.linux
  66. pppstats/Makefile <= pppstats/Makefile.linux
  67. chat/Makefile <= chat/Makefile.linux
  68. pppdump/Makefile <= pppdump/Makefile.linux
  69. pppd/plugins/Makefile <= pppd/plugins/Makefile.linux
  70. pppd/plugins/rp-pppoe/Makefile <= pppd/plugins/rp-pppoe/Makefile.linux
  71. pppd/plugins/radius/Makefile <= pppd/plugins/radius/Makefile.linux
  72. pppd/plugins/pppoatm/Makefile <= pppd/plugins/pppoatm/Makefile.linux
  73. pppd/plugins/pppol2tp/Makefile <= pppd/plugins/pppol2tp/Makefile.linux
  74. >>> Source configured.
  75. >>> Compiling source in /var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5 ...
  76. make -j9 'COPTS=-march=native -O2 -pipe -D_GNU_SOURCE'
  77. cd chat; make - --jobserver-fds=3,4 -j all
  78. make[1]: se ingresa al directorio `/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5/chat'
  79. x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -D_GNU_SOURCE -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY -o chat.o chat.c
  80. chat.c: En la función ‘echo_stderr’:
  81. chat.c:1367:7: aviso: se descarta el valor de devolución de ‘write’, se declaró con el atributo warn_unused_result
  82. chat.c:1372:7: aviso: se descarta el valor de devolución de ‘write’, se declaró con el atributo warn_unused_result
  83. chat.c: En la función ‘chat_send’:
  84. chat.c:1045:7: aviso: se descarta el valor de devolución de ‘write’, se declaró con el atributo warn_unused_result
  85. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -march=native -O2 -pipe -D_GNU_SOURCE -DTERMIOS -DSIGTYPE=void -UNO_SLEEP -DFNDELAY=O_NDELAY -o chat chat.o
  86. make[1]: se sale del directorio `/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5/chat'
  87. cd pppd/plugins; make - --jobserver-fds=3,4 -j all
  88. make[1]: se ingresa al directorio `/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5/pppd/plugins'
  89. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -Wl,--allow-shlib-undefined -march=native -O2 -pipe -D_GNU_SOURCE -I.. -I../../include -fPIC -o minconn.so minconn.c
  90. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -Wl,--allow-shlib-undefined -march=native -O2 -pipe -D_GNU_SOURCE -I.. -I../../include -fPIC -o passprompt.so passprompt.c
  91. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -Wl,--allow-shlib-undefined -march=native -O2 -pipe -D_GNU_SOURCE -I.. -I../../include -fPIC -o passwordfd.so passwordfd.c
  92. x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -shared -Wl,--allow-shlib-undefined -march=native -O2 -pipe -D_GNU_SOURCE -I.. -I../../include -fPIC -o winbind.so winbind.c
  93. for d in rp-pppoe pppoatm pppol2tp; do make -w --jobserver-fds=3,4 - --jobserver-fds=3,4 -j -C $d all || exit minconn.so passprompt.so passwordfd.so winbind.so; done
  94. make[2]: se ingresa al directorio `/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5/pppd/plugins/rp-pppoe'
  95. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE -I../../../include '-DRP_VERSION="3.8p"' -I../../.. -c -o plugin.o -fPIC plugin.c
  96. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE -I../../../include '-DRP_VERSION="3.8p"' -I../../.. -c -o discovery.o -fPIC discovery.c
  97. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE -I../../../include '-DRP_VERSION="3.8p"' -I../../.. -c -o if.o -fPIC if.c
  98. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE -I../../../include '-DRP_VERSION="3.8p"' -I../../.. -c -o common.o -fPIC common.c
  99. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE -I../../../include '-DRP_VERSION="3.8p"' -c -o pppoe-discovery.o pppoe-discovery.c
  100. x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -D_GNU_SOURCE -I../../../include '-DRP_VERSION="3.8p"' -c -o debug.o debug.c
  101. In file included from plugin.c:53:0:
  102. /usr/include/linux/if_pppox.h:84:26: error: el campo ‘pppol2tp’ tiene tipo de dato incompleto
  103. /usr/include/linux/if_pppox.h:99:28: error: el campo ‘pppol2tp’ tiene tipo de dato incompleto
  104. make[2]: *** [plugin.o] Error 1
  105. make[2]: *** Se espera a que terminen otras tareas....
  106. make[2]: se sale del directorio `/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5/pppd/plugins/rp-pppoe'
  107. /bin/sh: línea 0: exit: minconn.so: se requiere un argumento numérico
  108. make[1]: *** [all] Error 255
  109. make[1]: se sale del directorio `/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5/pppd/plugins'
  110. make: *** [all] Error 2
  111. emake failed
  112. * ERROR: net-dialup/ppp-2.4.5-r2 failed (compile phase):
  113. * compile failed
  114. *
  115. * Call stack:
  116. * ebuild.sh, line 85: Called src_compile
  117. * environment, line 3186: Called die
  118. * The specific snippet of code:
  119. * emake COPTS="${CFLAGS} -D_GNU_SOURCE" || die "compile failed";
  120. *
  121. * If you need support, post the output of 'emerge --info =net-dialup/ppp-2.4.5-r2',
  122. * the complete build log and the output of 'emerge -pqv =net-dialup/ppp-2.4.5-r2'.
  123. * The complete build log is located at '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/temp/build.log'.
  124. * The ebuild environment file is located at '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/temp/environment'.
  125. * S: '/var/tmp/portage/net-dialup/ppp-2.4.5-r2/work/ppp-2.4.5'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement