Guest User

Untitled

a guest
Jun 22nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. MerSDK bash-3.2$ sudo mic create fs --arch $PORT_ARCH \
  2. > --debug \
  3. > --runtime=native \
  4. > --tokenmap=ARCH:$PORT_ARCH,RELEASE:$RELEASE,EXTRA_NAME:$EXTRA_NAME \
  5. > --record-pkgs=name,url \
  6. > --outdir=sfe-$DEVICE-$RELEASE$EXTRA_NAME \
  7. > --pack-to=sfe-$DEVICE-$RELEASE$EXTRA_NAME.tar.bz2 \
  8. > $ANDROID_ROOT/tmp/Jolla-@RELEASE@-$DEVICE-@[email protected]
  9. mic 0.14 (Mer 0.2011 Mer)
  10. Info: Substitute macro variable @RELEASE@ with 2.0.1.11
  11. Info: Substitute macro variable @EXTRA_NAME@ with -BETA1
  12. Info: Substitute macro variable @ARCH@ with armv7hl
  13. Debug: new ks path Jolla-2.0.1.11-titan-armv7hl.ks
  14. Info: Retrieving repo metadata:
  15. Verbose: running command: "cp -f ///home/mister/mer/android/droid/droid-local-repo/titan/repodata/repomd.xml /var/tmp/mic/cache/adaptation0-titan-2.0.1.11/repomd.xml"
  16. Verbose: running command: "cp -f ///home/mister/mer/android/droid/droid-local-repo/titan/repodata/2d382cb67e775fe96e605d5921e6afba9a9ad3c684fbbfbfd32cd4525162c2c4-primary.xml.gz /var/tmp/mic/cache/adaptation0-titan-2.0.1.11/2d382cb67e775fe96e605d5921e6afba9a9ad3c684fbbfbfd32cd4525162c2c4-primary.xml.gz"
  17. Verbose: running command: "cp -f ///home/mister/mer/android/droid/droid-local-repo/titan/repodata/3dd7450c29af129ccc7925ed0ecbbafdb575e09ec24e3a64420cb3ef570e805a-patterns.xml.gz /var/tmp/mic/cache/adaptation0-titan-2.0.1.11/3dd7450c29af129ccc7925ed0ecbbafdb575e09ec24e3a64420cb3ef570e805a-patterns.xml.gz"
  18.  
  19. Debug: can't get file:///home/mister/mer/android/droid/droid-local-repo/titan/repodata/repomd.xml.key
  20. Info: Retrieving 1870ea26bdc784efd97ecf3506d95662941406115455be87c2774049b4835edInfo: Retrieving 4372c8f207c64d1837e706043fa0a3d439af7673ff71e084855634d5e641e47Info: Retrieving b13c50c21fab9fb750f994138617cc980aa4ae5025f4d301e228929d2dc8d6bInfo: Retrieving 63c2b0fc92991599ecf16bd680e23cdab54f162a28b650419a65626cb845649Info: Retrieving repomd.xml ...
  21. Debug: can't get https://sailfish.openrepos.net/basil/personal/main//repodata/repomd.xml.key
  22. Info: Retrieving repomd.xml ...
  23. Debug: can't get https://sailfish.openrepos.net/piggz/personal/main//repodata/repomd.xml.key
  24. Info: Retrieving ba2fd3977c5727e437c28bd13fd5eb7abf56604864869bf81c5ec9981c773922- ...
  25. Debug: can't get http://repo.merproject.org/obs/home:/slava:/test/sailfishos_2.0.0.10_latest_armv7l//repodata/repomd.xml.key
  26. Info: Retrieving 857f7ec948d10a95a6304b786248f2d07bb1f9a8b777d5c75e0f07238ad3848b- ...
  27. Debug: can't get http://repo.merproject.org/obs/home:/mal:/testing2/sailfishos_latest_armv7hl//repodata/repomd.xml.key
  28. DONE
  29. Debug: Plugin module yumpkgmgr:/usr/lib/mic/plugins/backend/yumpkgmgr.pyc imported
  30. Debug: Plugin module zypppkgmgr:/usr/lib/mic/plugins/backend/zypppkgmgr.pyc imported
  31. Error: Traceback (most recent call last):
  32. File "/usr/bin/mic", line 217, in <module>
  33. sys.exit(mic.main())
  34. File "/usr/lib/python2.7/site-packages/mic/utils/cmdln.py", line 257, in main
  35. return self.cmd(args)
  36. File "/usr/lib/python2.7/site-packages/mic/utils/cmdln.py", line 280, in cmd
  37. retval = self.onecmd(argv)
  38. File "/usr/lib/python2.7/site-packages/mic/utils/cmdln.py", line 412, in onecmd
  39. return self._dispatch_cmd(handler, argv)
  40. File "/usr/lib/python2.7/site-packages/mic/utils/cmdln.py", line 1084, in _dispatch_cmd
  41. return handler(argv)
  42. File "/usr/bin/mic", line 86, in do_create
  43. cr.main(argv[1:])
  44. File "/usr/lib/python2.7/site-packages/mic/creator.py", line 266, in main
  45. return self.cmd(args)
  46. File "/usr/lib/python2.7/site-packages/mic/utils/cmdln.py", line 280, in cmd
  47. retval = self.onecmd(argv)
  48. File "/usr/lib/python2.7/site-packages/mic/utils/cmdln.py", line 412, in onecmd
  49. return self._dispatch_cmd(handler, argv)
  50. File "/usr/lib/python2.7/site-packages/mic/utils/cmdln.py", line 1100, in _dispatch_cmd
  51. return handler(argv[0], opts, *args)
  52. File "/usr/lib/mic/plugins/imager/fs_plugin.py", line 48, in do_create
  53. creatoropts = common.creatoropts(args)
  54. File "/usr/lib/python2.7/site-packages/mic/utils/common.py", line 75, in creatoropts
  55. rt_util.runmic_in_runtime(creatoropts['runtime'], creatoropts, ksconf, None)
  56. File "/usr/lib/python2.7/site-packages/mic/rt_util.py", line 69, in runmic_in_runtime
  57. raise errors.RuntimeError('Invalid runmode: %s ' % runmode)
  58. RuntimeError: <runtime>Invalid runmode: native
Advertisement
Add Comment
Please, Sign In to add comment