Advertisement
Guest User

Untitled

a guest
Nov 6th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. jos@DESKTOP-02A0SKE /c/gstreamer/cerbero
  2. $ python ./cerbero-uninstalled build gst-plugins-good-1.0
  3. WARNING: Using default configuration because C:/MinGW/msys/1.0/home/jos/.cerbero/cerbero.cbc is missing
  4. Building the following recipes: mingw-runtime libffi zlib proxy-libintl glib gstreamer-1.0 libxml2 libogg libpng pixman expat bzip2 freetype fontconfig cairo fribidi harfbuzz pango libvorbis libtheora libvisual orc opus graphene libjpeg-turbo gst-plugins-base-1.0 speex tiff gdk-pixbuf gmp nettle libtasn1 bionic-fixup gnutls glib-networking libsoup mpg123 lame wavpack flac taglib libvpx libdv gst-plugins-good-1.0
  5. [(1/44) mingw-runtime -> already built ]
  6. [(2/44) libffi -> already built ]
  7. [(3/44) zlib -> already built ]
  8. [(4/44) proxy-libintl -> already built ]
  9. [(5/44) glib -> already built ]
  10. [(6/44) gstreamer-1.0 -> already built ]
  11. [(7/44) libxml2 -> already built ]
  12. [(8/44) libogg -> already built ]
  13. [(9/44) libpng -> already built ]
  14. [(10/44) pixman -> already built ]
  15. [(11/44) expat -> already built ]
  16. [(12/44) bzip2 -> already built ]
  17. [(13/44) freetype -> already built ]
  18. [(14/44) fontconfig -> already built ]
  19. [(15/44) cairo -> already built ]
  20. [(16/44) fribidi -> already built ]
  21. [(17/44) harfbuzz -> already built ]
  22. [(18/44) pango -> already built ]
  23. [(19/44) libvorbis -> already built ]
  24. [(20/44) libtheora -> already built ]
  25. [(21/44) libvisual -> already built ]
  26. [(22/44) orc -> already built ]
  27. [(23/44) opus -> already built ]
  28. [(24/44) graphene -> already built ]
  29. [(25/44) libjpeg-turbo -> already built ]
  30. [(26/44) gst-plugins-base-1.0 -> already built ]
  31. [(27/44) speex -> already built ]
  32. [(28/44) tiff -> already built ]
  33. [(29/44) gdk-pixbuf -> fetch ]
  34. -----> Fetching tarball https://download.gnome.org/sources/gdk-pixbuf/2.38/gdk-pixbuf-2.38.0.tar.xz to C:/Users/jos/.cache/cerbero-sources/gdk-pixbuf-2.38.0/gdk-pixbuf-2.38.0.tar.xz
  35. [(29/44) gdk-pixbuf -> extract ]
  36. -----> Extracting tarball to c:/gstreamer/cerbero/build/sources/windows_x86_64/gdk-pixbuf-2.38.0
  37. Unpacking C:/Users/jos/.cache/cerbero-sources/gdk-pixbuf-2.38.0/gdk-pixbuf-2.38.0.tar.xz in c:/gstreamer/cerbero/build/sources/windows_x86_64
  38. [(29/44) gdk-pixbuf -> configure ]
  39. [(29/44) gdk-pixbuf -> compile ]
  40. Traceback (most recent call last):
  41. File ".\cerbero\utils\shell.py", line 152, in call
  42. env=os.environ.copy(), shell=shell)
  43. File "c:\Python3\lib\subprocess.py", line 271, in check_call
  44. raise CalledProcessError(retcode, cmd)
  45. subprocess.CalledProcessError: Command 'sh -c "ninja -v"' returned non-zero exit status 1
  46.  
  47. During handling of the above exception, another exception occurred:
  48.  
  49. Traceback (most recent call last):
  50. File ".\cerbero\build\oven.py", line 145, in _cook_recipe
  51. stepfunc()
  52. File ".\cerbero\build\build.py", line 100, in call
  53. res = func(*args)
  54. File ".\cerbero\build\build.py", line 713, in compile
  55. shell.call(self.make, self.meson_dir)
  56. File ".\cerbero\utils\shell.py", line 155, in call
  57. raise FatalError(_("Error running command: %s") % cmd)
  58. cerbero.errors.FatalError: Fatal Error: Error running command: sh -c "ninja -v"
  59.  
  60. During handling of the above exception, another exception occurred:
  61.  
  62. Traceback (most recent call last):
  63. File "./cerbero-uninstalled", line 9, in <module>
  64. main()
  65. File ".\cerbero\main.py", line 135, in main
  66. Main(sys.argv[1:])
  67. File ".\cerbero\main.py", line 56, in __init__
  68. self.run_command()
  69. File ".\cerbero\main.py", line 110, in run_command
  70. res = commands.run(command, self.config, self.args)
  71. File ".\cerbero\commands\__init__.py", line 78, in run
  72. return _commands[command].run(config, args)
  73. File ".\cerbero\commands\build.py", line 67, in run
  74. self.no_deps, dry_run=args.dry_run, offline=args.offline)
  75. File ".\cerbero\commands\build.py", line 77, in runargs
  76. oven.start_cooking()
  77. File ".\cerbero\build\oven.py", line 99, in start_cooking
  78. self._cook_recipe(recipe, i, len(ordered_recipes))
  79. File ".\cerbero\build\oven.py", line 150, in _cook_recipe
  80. shell.close_logfile_output(dump=True)
  81. File ".\cerbero\utils\shell.py", line 80, in close_logfile_output
  82. print(data)
  83. File "c:\Python3\lib\encodings\cp437.py", line 19, in encode
  84. return codecs.charmap_encode(input,self.errors,encoding_map)[0]
  85. UnicodeEncodeError: 'charmap' codec can't encode character '\u201c' in position 32783: character maps to <undefined>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement