Advertisement
synthnassizer

ltib u-boot fails to build

Feb 19th, 2013
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.38 KB | None | 0 0
  1. nass@slackaloo-m2g:/opt/freescale/ltib$ ./ltib -m config
  2. Don't have HTTP::Request::Common
  3. Don't have LWP::UserAgent
  4. Cannot test proxies, or remote file availability without both
  5. HTTP::Request::Common and LWP::UserAgent
  6. + '[' -n '' ']'
  7. + '[' -f /opt/freescale/ltib/config/.config ']'
  8. + perl -ne 'print if m,^CONFIG_(?!PCF),'
  9. + cat /opt/freescale/ltib/config/.config
  10. + '[' '!' -f config/platform/imx/.config -a -f config/platform/imx/defconfig ']'
  11. + '[' -n '' ']'
  12. + cd config/platform/imx
  13. + mconf main.lkc .config
  14. ../../userspace/packages.lkc:1709:warning: enable is only allowed with boolean and tristate symbols
  15.  
  16.  
  17. *** End of configuration.
  18. *** Check the top-level Makefile for additional configuration options.
  19.  
  20. + cp .config defconfig.dev
  21. nass@slackaloo-m2g:/opt/freescale/ltib$ screen
  22. [detached]
  23. nass@slackaloo-m2g:/opt/freescale/ltib$ screen
  24. [screen is terminating]
  25. nass@slackaloo-m2g:/opt/freescale/ltib$ screen -r
  26. [screen is terminating]
  27. nass@slackaloo-m2g:/opt/freescale/ltib$ ./ltib
  28. Don't have HTTP::Request::Common
  29. Don't have LWP::UserAgent
  30. Cannot test proxies, or remote file availability without both
  31. HTTP::Request::Common and LWP::UserAgent
  32.  
  33. Processing platform: Freescale iMX6x Based Boards
  34. ===================================================
  35. using config/platform/imx/.config
  36.  
  37. Processing: fake-provides
  38. ===========================
  39.  
  40. Processing: u-boot
  41. ====================
  42. Build path taken because: directory build, no prebuilt rpm,
  43. scbuild/scdeploy already unpacked package
  44.  
  45. Processing: u-boot
  46. ====================
  47. Build path taken because: directory build, build key set, no prebuilt rpm,
  48.  
  49. rpmbuild --dbpath /opt/freescale/ltib/rootfs//var/lib/rpm --target arm --define '_unpackaged_files_terminate_build 0' --define '_target_cpu arm' --define '__strip strip' --define '_topdir /opt/freescale/ltib/rpm' --define '_prefix /usr' --define '_tmppath /opt/freescale/ltib/tmp' --define '_rpmdir /opt/freescale/ltib/rpm/RPMS' --define '_mandir /usr/share/man' --define '_sysconfdir /etc' --define '_localstatedir /var' -bc --short-circuit /opt/freescale/ltib/tmp/u-boot.spec
  50. Building target platforms: arm
  51. Building for target arm
  52. Executing(%build): /bin/sh -e /opt/freescale/ltib/tmp/rpm-tmp.69653
  53. + umask 022
  54. + cd /opt/freescale/ltib/rpm/BUILD
  55. + cd u-boot-2009.08
  56. + : mx6q_sabrelite_mfg_config
  57. ++ eval echo
  58. +++ echo
  59. + PKG_U_BOOT_PATH_PRECONFIG=
  60. + SRC_DIR=/opt/freescale/ltib/rpm/BUILD/u-boot-2009.08
  61. + BUILD_DIR=/opt/freescale/ltib/rpm/BUILD/u-boot-2009.08
  62. + '[' /opt/freescale/ltib/rpm/BUILD/u-boot-2009.08 '!=' /opt/freescale/ltib/rpm/BUILD/u-boot-2009.08 ']'
  63. + cd /opt/freescale/ltib/rpm/BUILD/u-boot-2009.08
  64. + '[' -n '' ']'
  65. + make 'HOSTCC=ccache /usr/bin/gcc -B/usr/bin/' CROSS_COMPILE=arm-none-linux-gnueabi- O=/opt/freescale/ltib/rpm/BUILD/u-boot-2009.08 mx6q_sabrelite_mfg_config
  66. make: *** No rule to make target `mx6q_sabrelite_mfg_config'. Stop.
  67. error: Bad exit status from /opt/freescale/ltib/tmp/rpm-tmp.69653 (%build)
  68.  
  69.  
  70. RPM build errors:
  71. Bad exit status from /opt/freescale/ltib/tmp/rpm-tmp.69653 (%build)
  72. Build time for u-boot: 0 seconds
  73.  
  74. Failed building u-boot
  75.  
  76.  
  77. f_buildrpms() returned an error, exiting
  78. traceback:
  79. main:572
  80.  
  81.  
  82. Started: Tue Feb 19 19:44:12 2013
  83. Ended: Tue Feb 19 19:44:13 2013
  84. Elapsed: 1 seconds
  85.  
  86. These packages failed to build:
  87. u-boot
  88.  
  89. Build Failed
  90.  
  91. Exiting on error or interrupt
  92. nass@slackaloo-m2g:/opt/freescale/ltib$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement