Skip to content

Instantly share code, notes, and snippets.

@MangelMaxime
Last active January 14, 2016 15:36
Show Gist options
  • Save MangelMaxime/92140ba704cb0443f2e9 to your computer and use it in GitHub Desktop.
Save MangelMaxime/92140ba704cb0443f2e9 to your computer and use it in GitHub Desktop.
Information:Gradle tasks [:app:assembleAllDebug]
:app:copyArm64-v8aDebugAllKoreSharedLibraryGdbServer UP-TO-DATE
:app:createArm64-v8aDebugAllKoreSharedLibraryGdbsetup
:app:compileArm64-v8aDebugAllKoreSharedLibraryKoreMainC UP-TO-DATE
:app:compileArm64-v8aDebugAllKoreSharedLibraryKoreMainCpp
:app:linkArm64-v8aDebugAllKoreSharedLibrary
:app:stripSymbolsArm64-v8aDebugAllKoreSharedLibrary
:app:arm64-v8aDebugAllKoreSharedLibrary
:app:copyArmeabi-v7aDebugAllKoreSharedLibraryGdbServer UP-TO-DATE
:app:createArmeabi-v7aDebugAllKoreSharedLibraryGdbsetup
:app:compileArmeabi-v7aDebugAllKoreSharedLibraryKoreMainC UP-TO-DATE
:app:compileArmeabi-v7aDebugAllKoreSharedLibraryKoreMainCpp
:app:linkArmeabi-v7aDebugAllKoreSharedLibrary
:app:stripSymbolsArmeabi-v7aDebugAllKoreSharedLibrary
:app:armeabi-v7aDebugAllKoreSharedLibrary
:app:copyArmeabiDebugAllKoreSharedLibraryGdbServer UP-TO-DATE
:app:createArmeabiDebugAllKoreSharedLibraryGdbsetup
:app:compileArmeabiDebugAllKoreSharedLibraryKoreMainC UP-TO-DATE
:app:compileArmeabiDebugAllKoreSharedLibraryKoreMainCpp
:app:linkArmeabiDebugAllKoreSharedLibrary
:app:stripSymbolsArmeabiDebugAllKoreSharedLibrary
:app:armeabiDebugAllKoreSharedLibrary
:app:preBuild UP-TO-DATE
:app:preAllDebugBuild UP-TO-DATE
:app:checkAllDebugManifest
:app:prepareAllDebugDependencies
:app:compileAllDebugAidl UP-TO-DATE
:app:compileAllDebugRenderscript UP-TO-DATE
:app:generateAllDebugBuildConfig UP-TO-DATE
:app:generateAllDebugAssets UP-TO-DATE
:app:mergeAllDebugAssets UP-TO-DATE
:app:generateAllDebugResValues UP-TO-DATE
:app:generateAllDebugResources UP-TO-DATE
:app:mergeAllDebugResources UP-TO-DATE
:app:processAllDebugManifest UP-TO-DATE
:app:processAllDebugResources UP-TO-DATE
:app:generateAllDebugSources UP-TO-DATE
:app:processAllDebugJavaRes UP-TO-DATE
:app:compileAllDebugJavaWithJavac UP-TO-DATE
:app:copyMips64DebugAllKoreSharedLibraryGdbServer UP-TO-DATE
:app:createMips64DebugAllKoreSharedLibraryGdbsetup
:app:compileMips64DebugAllKoreSharedLibraryKoreMainC UP-TO-DATE
:app:compileMips64DebugAllKoreSharedLibraryKoreMainCpp
:app:linkMips64DebugAllKoreSharedLibrary
:app:stripSymbolsMips64DebugAllKoreSharedLibrary
:app:mips64DebugAllKoreSharedLibrary
:app:copyMipsDebugAllKoreSharedLibraryGdbServer UP-TO-DATE
:app:createMipsDebugAllKoreSharedLibraryGdbsetup
:app:compileMipsDebugAllKoreSharedLibraryKoreMainC UP-TO-DATE
:app:compileMipsDebugAllKoreSharedLibraryKoreMainCpp
:app:linkMipsDebugAllKoreSharedLibrary
:app:stripSymbolsMipsDebugAllKoreSharedLibrary
:app:mipsDebugAllKoreSharedLibrary
:app:copyX86DebugAllKoreSharedLibraryGdbServer UP-TO-DATE
:app:createX86DebugAllKoreSharedLibraryGdbsetup
:app:compileX86DebugAllKoreSharedLibraryKoreMainC UP-TO-DATE
:app:compileX86DebugAllKoreSharedLibraryKoreMainCpp
:app:linkX86DebugAllKoreSharedLibrary
:app:stripSymbolsX86DebugAllKoreSharedLibrary
:app:x86DebugAllKoreSharedLibrary
:app:copyX86_64DebugAllKoreSharedLibraryGdbServer UP-TO-DATE
:app:createX86_64DebugAllKoreSharedLibraryGdbsetup
:app:compileX86_64DebugAllKoreSharedLibraryKoreMainC UP-TO-DATE
:app:compileX86_64DebugAllKoreSharedLibraryKoreMainCpp
:app:linkX86_64DebugAllKoreSharedLibrary
:app:stripSymbolsX86_64DebugAllKoreSharedLibrary
:app:x86_64DebugAllKoreSharedLibrary
:app:compileAllDebugSources
:app:preDexAllDebug UP-TO-DATE
:app:dexAllDebug
UNEXPECTED TOP-LEVEL EXCEPTION:
Error:com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472)
at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406)
at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388)
at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251)
at com.android.dx.command.dexer.Main.parseClass(Main.java:764)
at com.android.dx.command.dexer.Main.access$1500(Main.java:85)
at com.android.dx.command.dexer.Main$ClassParserTask.call(Main.java:1684)
at com.android.dx.command.dexer.Main.processClass(Main.java:749)
... 19 more
UNEXPECTED TOP-LEVEL EXCEPTION:
Error:com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472)
at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406)
at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388)
at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251)
at com.android.dx.command.dexer.Main.parseClass(Main.java:764)
at com.android.dx.command.dexer.Main.access$1500(Main.java:85)
at com.android.dx.command.dexer.Main$ClassParserTask.call(Main.java:1684)
at com.android.dx.command.dexer.Main.processClass(Main.java:749)
... 19 more
UNEXPECTED TOP-LEVEL EXCEPTION:
Error:com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472)
at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406)
at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388)
at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251)
at com.android.dx.command.dexer.Main.parseClass(Main.java:764)
at com.android.dx.command.dexer.Main.access$1500(Main.java:85)
at com.android.dx.command.dexer.Main$ClassParserTask.call(Main.java:1684)
at com.android.dx.command.dexer.Main.processClass(Main.java:749)
... 19 more
UNEXPECTED TOP-LEVEL EXCEPTION:
Error:com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472)
at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406)
at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388)
at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251)
at com.android.dx.command.dexer.Main.parseClass(Main.java:764)
at com.android.dx.command.dexer.Main.access$1500(Main.java:85)
at com.android.dx.command.dexer.Main$ClassParserTask.call(Main.java:1684)
at com.android.dx.command.dexer.Main.processClass(Main.java:749)
... 19 more
UNEXPECTED TOP-LEVEL EXCEPTION:
Error:com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472)
at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406)
at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388)
at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251)
at com.android.dx.command.dexer.Main.parseClass(Main.java:764)
at com.android.dx.command.dexer.Main.access$1500(Main.java:85)
at com.android.dx.command.dexer.Main$ClassParserTask.call(Main.java:1684)
at com.android.dx.command.dexer.Main.processClass(Main.java:749)
... 19 more
UNEXPECTED TOP-LEVEL EXCEPTION:
Error:com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472)
at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406)
at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388)
at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251)
at com.android.dx.command.dexer.Main.parseClass(Main.java:764)
at com.android.dx.command.dexer.Main.access$1500(Main.java:85)
at com.android.dx.command.dexer.Main$ClassParserTask.call(Main.java:1684)
at com.android.dx.command.dexer.Main.processClass(Main.java:749)
... 19 more
UNEXPECTED TOP-LEVEL EXCEPTION:
Error:com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472)
at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406)
at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388)
at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251)
at com.android.dx.command.dexer.Main.parseClass(Main.java:764)
at com.android.dx.command.dexer.Main.access$1500(Main.java:85)
at com.android.dx.command.dexer.Main$ClassParserTask.call(Main.java:1684)
at com.android.dx.command.dexer.Main.processClass(Main.java:749)
... 19 more
UNEXPECTED TOP-LEVEL EXCEPTION:
Error:com.android.dx.cf.iface.ParseException: bad class file magic (cafebabe) or version (0034.0000)
at com.android.dx.cf.direct.DirectClassFile.parse0(DirectClassFile.java:472)
at com.android.dx.cf.direct.DirectClassFile.parse(DirectClassFile.java:406)
at com.android.dx.cf.direct.DirectClassFile.parseToInterfacesIfNecessary(DirectClassFile.java:388)
at com.android.dx.cf.direct.DirectClassFile.getMagic(DirectClassFile.java:251)
at com.android.dx.command.dexer.Main.parseClass(Main.java:764)
at com.android.dx.command.dexer.Main.access$1500(Main.java:85)
at com.android.dx.command.dexer.Main$ClassParserTask.call(Main.java:1684)
at com.android.dx.command.dexer.Main.processClass(Main.java:749)
... 19 more
8 errors; aborting
Error:Execution failed for task ':app:dexAllDebug'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/usr/lib/jvm/java-8-oracle/bin/java'' finished with non-zero exit value 1
Information:BUILD FAILED
Information:Total time: 11.929 secs
Information:9 errors
Information:0 warnings
Information:See complete output in console
Creating Kha project.
Assets done.
korefile found.
Creating Android project files.
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
/bin/sh: 1: fc: not found
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment