Advertisement
Guest User

portage-2.1.x

a guest
Sep 30th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. >>> Installing (1 of 1) sys-apps/portage-2.1.10.11
  2. * Running preinst sanity tests...
  3. testImportModules (portage.tests.lint.test_import_modules.ImportModulesTestCase) ... ok
  4. testCompileModules (portage.tests.lint.test_compile_modules.CompileModulesTestCase) ... ok
  5. testBashSyntax (portage.tests.lint.test_bash_syntax.BashSyntaxTestCase) ... ok
  6.  
  7. ----------------------------------------------------------------------
  8. Ran 3 tests in 2.440s
  9.  
  10. OK
  11. Traceback (most recent call last):
  12. File "/usr/lib/portage/pym/portage/dbapi/_MergeProcess.py", line 246, in _spawn
  13. prev_mtimes=self.prev_mtimes, counter=counter)
  14. File "/usr/lib/portage/pym/portage/dbapi/vartree.py", line 4261, in merge
  15. counter=counter)
  16. File "/usr/lib/portage/pym/portage/dbapi/vartree.py", line 3566, in treewalk
  17. self.updateprotect()
  18. File "/usr/lib/portage/pym/portage/dbapi/vartree.py", line 1360, in updateprotect
  19. self._get_protect_obj().updateprotect()
  20. File "/usr/lib/portage/pym/portage/dbapi/vartree.py", line 1350, in _get_protect_obj
  21. self.settings.get("CONFIG_PROTECT", "")),
  22. File "/usr/lib/portage/pym/portage/util/__init__.py", line 512, in shlex_split
  23. rval = shlex.split(s)
  24. File "/usr/lib/python3.1/shlex.py", line 275, in split
  25. return list(lex)
  26. File "/usr/lib/python3.1/shlex.py", line 265, in __next__
  27. token = self.get_token()
  28. File "/usr/lib/python3.1/shlex.py", line 92, in get_token
  29. raw = self.read_token()
  30. File "/usr/lib/python3.1/shlex.py", line 187, in read_token
  31. raise ValueError("No escaped character")
  32. ValueError: No escaped character
  33.  
  34. >>> Failed to install sys-apps/portage-2.1.10.11, Log file:
  35.  
  36. >>> '/var/log/portage/elog/sys-apps:portage-2.1.10.11:20110930-225153.log'
  37.  
  38. * Messages for package sys-apps/portage-2.1.10.11:
  39.  
  40. * Package: sys-apps/portage-2.1.10.11
  41. * Repository: gentoo
  42. * Maintainer: dev-portage@gentoo.org
  43. * Upstream: dev-portage@gentoo.org
  44. * USE: elibc_glibc ipc kernel_linux less python2 python3 userland_GNU x86
  45. * FEATURES: ccache sandbox
  46. * Both python2 and python3 USE flags are enabled, but only one
  47. * can be in the shebangs. Using python3.
  48. * Setting portage.VERSION to 2.1.10.11 ...
  49. * Converting shebangs for python3...
  50. * Converting shebang in 'pym/portage/tests/runTests'
  51. * Converting shebang in 'bin/glsa-check'
  52. * Converting shebang in 'bin/filter-bash-environment.py'
  53. * Converting shebang in 'bin/quickpkg'
  54. * Converting shebang in 'bin/regenworld'
  55. * Converting shebang in 'bin/portageq'
  56. * Converting shebang in 'bin/env-update'
  57. * Converting shebang in 'bin/dispatch-conf'
  58. * Converting shebang in 'bin/binhost-snapshot'
  59. * Converting shebang in 'bin/fixpackages'
  60. * Converting shebang in 'bin/emaint'
  61. * Converting shebang in 'bin/egencache'
  62. * Converting shebang in 'bin/check-implicit-pointer-usage.py'
  63. * Converting shebang in 'bin/emerge'
  64. * Converting shebang in 'bin/dohtml.py'
  65. * Converting shebang in 'bin/ebuild-ipc.py'
  66. * Converting shebang in 'bin/xpak-helper.py'
  67. * Converting shebang in 'bin/ebuild'
  68. * Converting shebang in 'bin/archive-conf'
  69. * Converting shebang in 'bin/lock-helper.py'
  70. * Converting shebang in 'bin/clean_locks'
  71. * Converting shebang in 'bin/repoman'
  72. * Running preinst sanity tests...
  73. *
  74. * The following package has failed to build or install:
  75. *
  76. * (sys-apps/portage-2.1.10.11::gentoo, ebuild scheduled for merge), Log file:
  77. * '/var/log/portage/elog/sys-apps:portage-2.1.10.11:20110930-225153.log'
  78. *
  79. Traceback (most recent call last):
  80. File "/usr/bin/emerge", line 43, in <module>
  81. retval = emerge_main()
  82. File "/usr/lib/portage/pym/_emerge/main.py", line 1908, in emerge_main
  83. trees, mtimedb, retval)
  84. File "/usr/lib/portage/pym/_emerge/main.py", line 339, in post_emerge
  85. config_protect = shlex_split(settings.get("CONFIG_PROTECT", ""))
  86. File "/usr/lib/portage/pym/portage/util/__init__.py", line 512, in shlex_split
  87. rval = shlex.split(s)
  88. File "/usr/lib/python3.1/shlex.py", line 275, in split
  89. return list(lex)
  90. File "/usr/lib/python3.1/shlex.py", line 265, in __next__
  91. token = self.get_token()
  92. File "/usr/lib/python3.1/shlex.py", line 92, in get_token
  93. raw = self.read_token()
  94. File "/usr/lib/python3.1/shlex.py", line 187, in read_token
  95. raise ValueError("No escaped character")
  96. ValueError: No escaped character
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement