Advertisement
Guest User

Untitled

a guest
Aug 26th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.75 KB | None | 0 0
  1.  
  2. ../source-builder/sb-set-builder --log=l-arm.txt --prefix=/home/dhananjay/development/rtems/4.11 4.11/rtems-arm
  3. RTEMS Source Builder - Set Builder, v0.2.0
  4. Build Set: 4.11/rtems-arm
  5. Build Set: 4.11/rtems-autotools.bset
  6. Build Set: 4.11/rtems-autotools-internal.bset
  7. config: tools/rtems-autoconf-2.69-1.cfg
  8. package: autoconf-2.69-x86_64-linux-gnu-1
  9. building: autoconf-2.69-x86_64-linux-gnu-1
  10. config: tools/rtems-automake-1.12.6-1.cfg
  11. package: automake-1.12.6-x86_64-linux-gnu-1
  12. building: automake-1.12.6-x86_64-linux-gnu-1
  13. cleaning: autoconf-2.69-x86_64-linux-gnu-1
  14. cleaning: automake-1.12.6-x86_64-linux-gnu-1
  15. Build Set: Time 0:00:07.596303
  16. Build Set: 4.11/rtems-autotools-base.bset
  17. config: tools/rtems-autoconf-2.69-1.cfg
  18. package: autoconf-2.69-x86_64-linux-gnu-1
  19. building: autoconf-2.69-x86_64-linux-gnu-1
  20. config: tools/rtems-automake-1.12.6-1.cfg
  21. package: automake-1.12.6-x86_64-linux-gnu-1
  22. building: automake-1.12.6-x86_64-linux-gnu-1
  23. installing: autoconf-2.69-x86_64-linux-gnu-1 -> /home/dhananjay/development/rtems/4.11
  24. installing: automake-1.12.6-x86_64-linux-gnu-1 -> /home/dhananjay/development/rtems/4.11
  25. cleaning: autoconf-2.69-x86_64-linux-gnu-1
  26. cleaning: automake-1.12.6-x86_64-linux-gnu-1
  27. Build Set: Time 0:00:07.719955
  28. Build Set: Time 0:00:15.319615
  29. config: devel/expat-2.1.0-1.cfg
  30. package: expat-2.1.0-x86_64-linux-gnu-1
  31. building: expat-2.1.0-x86_64-linux-gnu-1
  32. Build Set: Time 0:00:25.263052
  33. Traceback (most recent call last):
  34.   File "../source-builder/sb-set-builder", line 26, in <module>
  35.     setbuilder.run()
  36.   File "../source-builder/sb/setbuilder.py", line 439, in run
  37.     b.build(deps)
  38.   File "../source-builder/sb/setbuilder.py", line 324, in build
  39.     self.build_package(configs[s], b)
  40.   File "../source-builder/sb/setbuilder.py", line 176, in build_package
  41.     _build.config.expand('%{_tmproot}'))
  42.   File "../source-builder/sb/setbuilder.py", line 137, in root_copy
  43.     self.copy(src, dst)
  44.   File "../source-builder/sb/setbuilder.py", line 85, in copy
  45.     path.copy_tree(src, dst)
  46.   File "../source-builder/sb/path.py", line 170, in copy_tree
  47.     copy_tree(srcname, dstname)
  48.   File "../source-builder/sb/path.py", line 170, in copy_tree
  49.     copy_tree(srcname, dstname)
  50.   File "../source-builder/sb/path.py", line 170, in copy_tree
  51.     copy_tree(srcname, dstname)
  52.   File "../source-builder/sb/path.py", line 170, in copy_tree
  53.     copy_tree(srcname, dstname)
  54.   File "../source-builder/sb/path.py", line 170, in copy_tree
  55.     copy_tree(srcname, dstname)
  56.   File "../source-builder/sb/path.py", line 170, in copy_tree
  57.     copy_tree(srcname, dstname)
  58.   File "../source-builder/sb/path.py", line 164, in copy_tree
  59.     log.warning('copying tree: destination is not a link: %s -> %s: %s' % \
  60. NameError: global name 'log' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement