Advertisement
serenia

Build.log#2

Aug 11th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. ... ... ...
  2.  
  3. if [ -f pppd/Makefile.cyt ]; then \
  4. make -C pppd -f Makefile.cyt; \
  5. else \
  6. make -C pppd; \
  7. fi
  8. make[3]: Entering directory '/home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1'
  9. make -C pppd
  10. make[4]: Entering directory '/home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd'
  11. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS -c -o multilink.o multilink.c
  12. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS -c -o tdb.o tdb.c
  13. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS -c -o spinlock.o spinlock.c
  14. /opt/emlix/pnx8181/bin/arm-linux-gnueabi-gcc -O2 -pipe -Wall -g -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MMAP -I../include '-DDESTDIR="/usr/local"' -DCHAPMS=1 -DMPPE=1 -DHAS_SHADOW -DHAVE_CRYPT_H=1 -DUSE_CRYPT=1 -DHAVE_MULTILINK -DUSE_TDB=1 -DPLUGIN -DMAXOCTETS -Wl,-E -o pppd main.o magic.o fsm.o lcp.o ipcp.o upap.o chap-new.o md5.o ccp.o ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o eap.o chap-md5.o md4.o chap_ms.o sha1.o pppcrypt.o multilink.o tdb.o spinlock.o -lcrypt -ldl
  15. main.o:(.data+0x18): undefined reference to `cbcp_protent'
  16. auth.o: In function `network_phase':
  17. auth.c:(.text+0x28bc): undefined reference to `cbcp_protent'
  18. multilink.o: In function `iterate_bundle_links':
  19. /home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd/multilink.c:364: undefined reference to `pppdb'
  20. multilink.o: In function `remove_bundle_link':
  21. /home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd/multilink.c:352: undefined reference to `pppdb'
  22. multilink.o: In function `make_bundle_links':
  23. /home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd/multilink.c:308: undefined reference to `pppdb'
  24. multilink.o: In function `mp_join_bundle':
  25. /home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd/multilink.c:209: undefined reference to `pppdb'
  26. collect2: ld returned 1 exit status
  27. Makefile:209: recipe for target 'pppd' failed
  28. make[4]: *** [pppd] Error 1
  29. make[4]: Leaving directory '/home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1/pppd'
  30. Makefile.cyt:18: recipe for target 'all' failed
  31. make[3]: *** [all] Error 2
  32. make[3]: Leaving directory '/home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source/pkgs/pppd-2.4.1'
  33. /home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/Rules.mk:74: recipe for target '_subdir_pppd' failed
  34. make[2]: *** [_subdir_pppd] Error 2
  35. make[2]: Leaving directory '/home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router/open_source'
  36. /home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/Rules.mk:74: recipe for target '_subdir_open_source' failed
  37. make[1]: *** [_subdir_open_source] Error 2
  38. make[1]: Leaving directory '/home/alexander/test/payton_1.4.1.SR3_gpl/payton/src/router'
  39. Rules.mk:74: recipe for target '_subdir_router' failed
  40. make: *** [_subdir_router] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement