Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. Všetky práva vyhradené.
  3.  
  4. C:\_kicad\b>make
  5. -- KiCad-Winbuilder V3.4
  6. -- Build type: Release
  7. -- Checking for environment problems
  8. -- Checking for installed Bazaar
  9. -- Checking for wxPython
  10. -- Downloading wxPython
  11. -- Decompressing wxPython
  12. -- Downloading Latest Library Archive...
  13. -- Checking out KiCad Documentation source (BZR head)
  14. You have not informed bzr of your Launchpad ID, and you must do this to
  15. write to Launchpad or access private data. See "bzr help launchpad-login".
  16. bzr: ERROR: Invalid http response for http://bazaar.launchpad.net/~kicad-develop
  17. ers/kicad/doc/.bzr/repository/packs/9d4658516a8c336674bee0d6c55041b7.pack: Unabl
  18. e to handle http code 503: Service Temporarily Unavailable
  19. ERRORChecking out the Documentation source!
  20. -- Checking for BZIP2
  21. -- Downloading BZIP2 Source
  22. -- Building BZIP2 Library
  23. -- Checking for GLEW
  24. -- Downloading
  25. You have not informed bzr of your Launchpad ID, and you must do this to
  26. write to Launchpad or access private data. See "bzr help launchpad-login".
  27. bzr: ERROR: Invalid http response for http://bazaar.launchpad.net/~brian-sidebot
  28. ham/glew-cmake/trunk/.bzr/branch-format: Unable to handle http code 503: Service
  29. Temporarily Unavailable
  30. ERROR Checking out source code!
  31. ERROR Bazaar said:
  32. Press any key to continue . . .
  33. C:\_kicad\b>bzr
  34. Bazaar 2.6b1 -- a free distributed version-control tool
  35. http://bazaar.canonical.com/
  36.  
  37. Basic commands:
  38. bzr init makes this directory a versioned branch
  39. bzr branch make a copy of another branch
  40.  
  41. bzr add make files or directories versioned
  42. bzr ignore ignore a file or pattern
  43. bzr mv move or rename a versioned file
  44.  
  45. bzr status summarize changes in working copy
  46. bzr diff show detailed diffs
  47.  
  48. bzr merge pull in changes from another branch
  49. bzr commit save some or all changes
  50. bzr send send changes via email
  51.  
  52. bzr log show history of changes
  53. bzr check validate storage
  54.  
  55. bzr help init more help on e.g. init command
  56. bzr help commands list all commands
  57. bzr help topics list all help topics
  58.  
  59. C:\_kicad\b>bzr whoami
  60. John Doe <john.doe@example.com>
  61.  
  62. C:\_kicad\b>
  63. C:\_kicad\b>
  64. C:\_kicad\b>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement