Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. ./cerbero-uninstalled -c config/cross-ios-universal.cbc package gstreamer-1.0
  2. WARNING: Using default configuration because /Users/econsysMINIMAC/.cerbero/cerbero.cbc is missing
  3. Building the following recipes: gettext libiconv libffi zlib glib gtk-doc-lite gstreamer-1.0 libxml2 libogg libpng pixman expat bzip2 freetype fontconfig cairo harfbuzz pango libvorbis libtheora libvisual orc tremor gst-plugins-base-1.0 gst-shell libjpeg-turbo speex tiff gdk-pixbuf gmp nettle libtasn1 bionic-fixup gnutls glib-networking libsoup wavpack flac taglib libvpx libdv gst-plugins-good-1.0 fribidi libass faad2 libkate opus libgpg-error libgcrypt librtmp schroedinger libdca libmms soundtouch vo-aacenc libcroco librsvg openjpeg gst-plugins-bad-1.0 a52dec opencore-amr libmpeg2 libmad x264 lame gst-plugins-ugly-1.0 gstreamer-ios-templates gstreamer-1.0-static gst-plugins-base-1.0-static gst-plugins-good-1.0-static gst-plugins-bad-1.0-static gst-plugins-ugly-1.0-static gst-rtsp-server-1.0 glib-networking-static gst-libav-1.0 gst-libav-1.0-static gnonlin-1.0 gst-validate gst-editing-services-1.0 gnonlin-1.0-static
  4. [(1/80) gettext -> already built ]
  5. [(2/80) libiconv -> already built ]
  6. [(3/80) libffi -> already built ]
  7. [(4/80) zlib -> already built ]
  8. [(5/80) glib -> already built ]
  9. [(6/80) gtk-doc-lite -> already built ]
  10. [(7/80) gstreamer-1.0 -> already built ]
  11. [(8/80) libxml2 -> already built ]
  12. [(9/80) libogg -> already built ]
  13. [(10/80) libpng -> already built ]
  14. [(11/80) pixman -> already built ]
  15. [(12/80) expat -> already built ]
  16. [(13/80) bzip2 -> already built ]
  17. [(14/80) freetype -> already built ]
  18. [(15/80) fontconfig -> already built ]
  19. [(16/80) cairo -> already built ]
  20. [(17/80) harfbuzz -> already built ]
  21. [(18/80) pango -> already built ]
  22. [(19/80) libvorbis -> already built ]
  23. [(20/80) libtheora -> already built ]
  24. [(21/80) libvisual -> already built ]
  25. [(22/80) orc -> already built ]
  26. [(23/80) tremor -> already built ]
  27. [(24/80) gst-plugins-base-1.0 -> already built ]
  28. [(25/80) gst-shell -> already built ]
  29. [(26/80) libjpeg-turbo -> already built ]
  30. [(27/80) speex -> already built ]
  31. [(28/80) tiff -> already built ]
  32. [(29/80) gdk-pixbuf -> already built ]
  33. [(30/80) gmp -> already built ]
  34. [(31/80) nettle -> already built ]
  35. [(32/80) libtasn1 -> already built ]
  36. [(33/80) bionic-fixup -> already built ]
  37. [(34/80) gnutls -> already built ]
  38. [(35/80) glib-networking -> already built ]
  39. [(36/80) libsoup -> already built ]
  40. [(37/80) wavpack -> already built ]
  41. [(38/80) flac -> already built ]
  42. [(39/80) taglib -> already built ]
  43. [(40/80) libvpx -> already built ]
  44. [(41/80) libdv -> already built ]
  45. [(42/80) gst-plugins-good-1.0 -> already built ]
  46. [(43/80) fribidi -> already built ]
  47. [(44/80) libass -> already built ]
  48. [(45/80) faad2 -> already built ]
  49. [(46/80) libkate -> already built ]
  50. [(47/80) opus -> already built ]
  51. [(48/80) libgpg-error -> already built ]
  52. [(49/80) libgcrypt -> already built ]
  53. [(50/80) librtmp -> fetch ]
  54. -----> Step done
  55. [(50/80) librtmp -> extract ]
  56. -----> Step done
  57. [(50/80) librtmp -> configure ]
  58. -----> Step done
  59. [(50/80) librtmp -> compile ]
  60. make: Nothing to be done for `all'.
  61. clang -dynamiclib -twolevel_namespace -undefined dynamic_lookup -fno-common -headerpad_max_install_names -install_name /Users/econsysMINIMAC/cerbero/dist/ios_universal/lib/librtmp.1.dylib -L/Users/econsysMINIMAC/cerbero/dist/ios_universal/lib -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk -mios-simulator-version-min=5.1 -Wl,-ios_simulator_version_min,5.1 -Wl,-undefined,error -Wl,-headerpad_max_install_names -o librtmp.1.dylib rtmp.o log.o amf.o hashswf.o parseurl.o -L/Users/econsysMINIMAC/cerbero/dist/ios_universal/lib -lgnutls -lnettle -lhogweed -lgmp -lz
  62. Undefined symbols for architecture i386:
  63. "_fputs$UNIX2003", referenced from:
  64. _RTMP_LogPrintf in log.o
  65. _RTMP_LogStatus in log.o
  66. "_fwrite$UNIX2003", referenced from:
  67. _RTMP_HashSWF in hashswf.o
  68. ld: symbol(s) not found for architecture i386
  69. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  70. make: *** [librtmp.1.dylib] Error 1
  71. Running command 'make SYS=darwin prefix="$CERBERO_PREFIX" CRYPTO=GNUTLS XLDFLAGS="$LDFLAGS"'
  72. Running command 'make SYS=darwin prefix="$CERBERO_PREFIX" CRYPTO=GNUTLS XLDFLAGS="$LDFLAGS"'
  73.  
  74. Recipe 'librtmp' failed at the build step 'compile'
  75. Select an action to proceed:
  76. [0] Enter the shell
  77. [1] Rebuild the recipe from scratch
  78. [2] Rebuild starting from the failed step
  79. [3] Skip recipe
  80. [4] Abort
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement